]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
More trivial doc fixes.
[gnu-emacs] / lisp / ChangeLog
1 2008-01-27 Richard Stallman <rms@gnu.org>
2
3 * allout.el: Many doc fixes.
4 (allout-encrypt-string): Fix error message.
5
6 2008-01-26 Alan Mackenzie <acm@muc.de>
7
8 * progmodes/cc-vars.el (c-hanging-braces-alist): new element for
9 arglist-cont-nonempty.
10
11 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
12 for a brace with syntax arglist-cont-nonempty.
13
14 * progmodes/cc-styles.el (c-style-alist): Add elements for
15 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
16 awk).
17
18 2008-01-26 Alan Mackenzie <acm@muc.de>
19
20 * progmodes/cc-defs.el (c-save-buffer-state): Bind
21 buffer-file-name and buffer-file-truename to nil, to prevent
22 primitives generating "buffer is read only" messages.
23
24 2008-01-26 Eli Zaretskii <eliz@gnu.org>
25
26 * progmodes/etags.el (tags-query-replace): Doc fix.
27
28 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
29
30 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
31 that the filename end is found even when the filename is empty.
32 Fixes error and spurious newlines when marking files for deletion.
33
34 2008-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
35
36 * blank-mode.el: New version 9.1. Handle "long" line tail
37 visualization. Doc fix.
38 (blank-line-length): Renamed to blank-line-column.
39 (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
40 Initialization fix.
41 (blank-replace-spaces-by-tabs): New fun.
42 (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
43
44 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
45
46 * allout.el (allout-unload-function): New function.
47
48 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
49
50 * blank-mode.el: New version 9.0. New commands to clean up some blank
51 problems like trailing blanks. New faces and regexp for visualizing
52 the blank problems. Doc fix.
53 (blank-chars, blank-global-modes, blank-chars-value-list)
54 (blank-toggle-option-alist, blank-help-text): Initialization fix.
55 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
56 (blank-indentation, blank-empty, blank-space-after-tab)
57 (blank-indentation-regexp, blank-empty-at-bob-regexp)
58 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
59 (blank-cleanup, blank-cleanup-region): New commands.
60 (blank-color-on): Code fix.
61
62 2008-01-25 Sven Joachim <svenjoac@gmx.de>
63
64 * view.el (kill-buffer-if-not-modified): Don't pass t to
65 buffer-modified-p.
66
67 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
68
69 * allout.el (allout-prefix-data): Doc fix.
70 (allout-show-current-subtree): Reflow docstring.
71 (allout-use-mode-specific-leader, allout-use-hanging-indents)
72 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
73 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
74 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
75 (allout-copy-topic-as-kill, allout-listify-exposed)
76 (allout-process-exposed, allout-encrypted-key-info)
77 (allout-update-passphrase-mnemonic-aids)
78 (allout-next-topic-pending-encryption)
79 (allout-tests-globally-true): Fix typos in docstrings.
80
81 2008-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
82
83 * vc.el (vc-version-diff): Make sure we shrink the right window.
84
85 2008-01-23 Jason Rumney <jasonr@gnu.org>
86
87 * lpr.el (printer-name): Do not set on MS Windows.
88
89 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
90
91 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
92 blank-mode in some buffers (like *info* buffers). Reported by Juanma
93 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
94 blank-mode faces. Doc fix. New version 8.1.
95 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
96 CONDITION BODY).
97 (blank-space-face): Face/option name replaced by blank-space.
98 (blank-hspace-face): Face/option name replaced by blank-hspace.
99 (blank-tab-face): Face/option name replaced by blank-tab.
100 (blank-newline-face): Face/option name replaced by blank-newline.
101 (blank-trailing-face): Face/option name replaced by blank-trailing.
102 (blank-line-face): Face/option name replaced by blank-line.
103 (blank-space-before-tab-face): Face/option name replaced by
104 blank-space-before-tab.
105 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
106
107 2008-01-20 Glenn Morris <rgm@gnu.org>
108
109 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
110 prevent infloops.
111
112 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
113
114 * progmodes/python.el (python-imports): Default to "None".
115
116 2008-01-19 Dan Nicolaescu <dann@ics.uci.edu>
117
118 * progmodes/sh-script.el (sh-basic-offset):
119 * progmodes/cc-vars.el (c-syntactic-indentation)
120 (c-syntactic-indentation-in-macros): Mark as safe.
121
122 2008-01-19 Juanma Barranquero <lekktu@gmail.com>
123
124 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
125 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
126 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
127 (global-blank-mode): Doc fixes.
128 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
129 (blank-newline-face, blank-trailing-face, blank-line-face)
130 (blank-space-before-tab-face, blank-display-mappings)
131 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
132 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
133 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
134 Fix typos in docstrings.
135
136 2008-01-18 Richard Stallman <rms@gnu.org>
137
138 * icomplete.el (icomplete-get-keys):
139 Look up KEYS using all maps in proper buffer.
140
141 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
142 Miles Bader <miles@gnu.org>
143
144 * blank-mode.el: New file. Minor mode to visualise TAB,
145 (HARD) SPACE, NEWLINE. Miles Bader <miles@gnu.org> wrote the original
146 code for handling display table (via visws.el package), his code was
147 modified, but the main idea was kept.
148
149 2008-01-16 Alan Mackenzie <acm@muc.de>
150
151 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
152 an eval-and-compile, so as to permit byte-compiling (e.g. in
153 bootstrap).
154
155 2008-01-16 Juanma Barranquero <lekktu@gmail.com>
156
157 * frame.el (display-mm-height, display-mm-width):
158 * whitespace.el (whitespace-check-leading-whitespace)
159 (whitespace-check-trailing-whitespace)
160 (whitespace-check-spacetab-whitespace)
161 (whitespace-check-indent-whitespace)
162 (whitespace-check-ateol-whitespace):
163 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
164
165 2008-01-16 Glenn Morris <rgm@gnu.org>
166
167 * comint.el (comint-regexp-arg): Fix no-input case.
168
169 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
170
171 * calendar/icalendar.el (icalendar-export-file)
172 (icalendar-import-file): Restore significant trailing whitespace
173 in `interactive' prompts.
174
175 2008-01-15 Dan Nicolaescu <dann@ics.uci.edu>
176
177 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
178 after-save-hook so that it is not called multiple times.
179
180 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
181
182 2008-01-15 Glenn Morris <rgm@gnu.org>
183
184 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
185
186 2008-01-14 Alan Mackenzie <acm@muc.de>
187
188 * progmodes/cc-vars.el (c-constant-symbol): New function which
189 supersedes c-const-symbol. During a customize-.. call it enables
190 an element of (e.g.) c-hanging-braces alist to have its name
191 displayed, even when the default value of c-h-b etc. doesn't
192 include the elemnt. Replace uses of the old function by the new.
193
194 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
195 obscure non-working fragment ":value c-".
196
197 * progmodes/cc-engine.el (c-guess-basic-syntax): prevent a macro
198 call inside a struct being recognised as a K&R argument.
199
200 2008-01-14 Jason Rumney <jasonr@gnu.org>
201
202 * image.el (image-type): Use image-type-from-file-name (from trunk
203 2007-05-21 Chong Yidong <cyd@stupidchicken.com>).
204
205 2008-01-12 Glenn Morris <rgm@gnu.org>
206
207 * woman.el (woman-parse-numeric-arg): Change handling of `==':
208 can be interned without a function definition.
209
210 2008-01-12 Eli Zaretskii <eliz@gnu.org>
211
212 * view.el (view-file-other-window, view-file-other-frame): Don't
213 kill the buffer if it is modified. Doc fixes.
214 (kill-buffer-if-not-modified): New function.
215 (view-file): Don't kill the buffer if it is modified.
216
217 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete
218 function.
219 (ebrowse-view/find-file-and-search-pattern): Call
220 view-file-other-window instead of ebrowse-view-file-other-window.
221 (ebrowse-view-file-other-frame): Don't call
222 current-window-configuration. Fix second argument in the call to
223 view-mode-enter. Doc fix.
224
225 2008-01-11 Richard Stallman <rms@gnu.org>
226
227 * subr.el (atomic-change-group): Prevent undo list truncation.
228
229 2008-01-11 Martin Rudalics <rudalics@gmx.at>
230
231 * cus-start.el (all): Add missing version entries.
232
233 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
234
235 * files.el (safe-local-eval-forms): Mark
236 (add-hook 'write-file-hooks 'time-stamp) as safe.
237
238 2008-01-10 Nick Roberts <nickrob@snap.net.nz>
239
240 * comint.el (comint-insert-input): Set point first.
241
242 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
243 session doesn't hang because gdb-pending-triggers is non-nil.
244 (gdb-frame-handler): Use buffer-file-name instead of
245 buffer-name in case of duplicate file names.
246
247 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
248
249 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
250 C-M-e and C-M-h for emacs, they work by default.
251 (verilog-emacs-features): Remove.
252 (verilog-setup-dual-comments, verilog-populate-syntax-table):
253 Remove. Move syntax table initialization ...
254 (verilog-mode-syntax-table): ... here.
255 (verilog-mode): Don't initialize the syntax table here.
256 (verilog-mark-defun): Only do something useful for XEmacs, emacs
257 does not need it.
258
259 2008-01-10 Glenn Morris <rgm@gnu.org>
260
261 * shell.el (shell-dirtrack-verbose, shell-mode)
262 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
263 (dirtrack-toggle, dirtrack-mode): No longer alias to
264 shell-dirtrack-mode.
265
266 2008-01-10 Kenichi Handa <handa@ni.aist.go.jp>
267
268 * international/mule-cmds.el (select-safe-coding-system):
269 When a buffer is modified, cancel the writing.
270
271 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
272
273 * progmodes/verilog-mode.el (verilog-booleanp): New function for
274 backward compatibility. Replace all uses of booleanp with
275 verilog-booleanp.
276
277 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
278
279 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
280
281 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
282
283 * progmodes/verilog-mode.el (top-level): Fix spacing.
284 (verilog-mode-version, verilog-mode-release-date): Update version
285 number.
286 (verilog-mode-release-emacs): New variable.
287 (compile-command, reporter-prompt-for-summary-p): Define for byte
288 compiler.
289 (verilog-startup-message-lines)
290 (verilog-startup-message-displayed)
291 (verilog-display-startup-message): Remove.
292 (verilog-highlight-p1800-keywords): Improve docstring.
293 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
294 (vector-skip-list): Only defvar at compile time.
295 (verilog-highlight-translate-off, verilog-indent-level)
296 (verilog-indent-level-module, verilog-indent-level-declaration)
297 (verilog-indent-declaration-macros, verilog-indent-lists)
298 (verilog-indent-level-behavioral)
299 (verilog-indent-level-directive, verilog-cexp-indent)
300 (verilog-case-indent, verilog-auto-newline)
301 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
302 (verilog-tab-to-comment, verilog-indent-begin-after-if)
303 (verilog-align-ifelse, verilog-minimum-comment-distance)
304 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
305 (verilog-auto-endcomments, verilog-auto-read-includes)
306 (verilog-auto-star-expand, verilog-auto-star-save)
307 (verilog-library-flags, verilog-library-directories)
308 (verilog-library-files, verilog-library-extensions)
309 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
310 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
311 (verilog-assignment-delay, verilog-auto-inst-vector)
312 (verilog-auto-inst-template-numbers)
313 (verilog-auto-input-ignore-regexp)
314 (verilog-auto-inout-ignore-regexp)
315 (verilog-auto-output-ignore-regexp)
316 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp): Add
317 safe-local-variable properties.
318 (verilog-statement-menu, verilog-company)
319 (verilog-re-search-forward, verilog-re-search-backward)
320 (verilog-error-regexp-add, verilog-end-block-re)
321 (verilog-emacs-features, verilog-populate-syntax-table)
322 (verilog-setup-dual-comments, verilog-type-font-keywords)
323 (verilog-inside-comment-p, electric-verilog-backward-sexp)
324 (verilog-backward-sexp, verilog-forward-sexp)
325 (verilog-font-lock-init, verilog-mode)
326 (electric-verilog-terminate-line, electric-verilog-semi)
327 (electric-verilog-tab, verilog-insert-1, )
328 (verilog-insert-indices, verilog-generate-numbers)
329 (verilog-comment-region, verilog-label-be)
330 (verilog-beg-of-statement, verilog-in-case-region-p)
331 (verilog-in-struct-region-p, verilog-in-generate-region-p)
332 (verilog-in-fork-region-p, verilog-backward-case-item)
333 (verilog-set-auto-endcomments, verilog-get-expr)
334 (verilog-expand-vector-internal, verilog-surelint-off)
335 (verilog-batch-execute-func, verilog-calculate-indent)
336 (verilog-calc-1, verilog-calculate-indent-directive)
337 (verilog-leap-to-head, verilog-continued-line)
338 (verilog-backward-token, verilog-backward-syntactic-ws)
339 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
340 (verilog-forward-ws&directives, verilog-at-constraint-p)
341 (verilog-skip-backward-comments, verilog-indent-line-relative)
342 (verilog-do-indent, verilog-indent-comment)
343 (verilog-more-comment, verilog-pretty-declarations)
344 (verilog-pretty-expr, verilog-just-one-space)
345 (verilog-indent-declaration, verilog-get-completion-decl)
346 (verilog-goto-defun, verilog-showscopes, verilog-header)
347 (verilog-signals-combine-bus, verilog-read-decls)
348 (verilog-read-always-signals-recurse, verilog-read-instants)
349 (verilog-read-auto-template, verilog-set-define)
350 (verilog-read-defines, verilog-read-signals, verilog-getopt)
351 (verilog-is-number, verilog-expand-dirnames)
352 (verilog-modi-lookup, verilog-modi-cache-results)
353 (verilog-insert-one-definition, verilog-make-width-expression)
354 (verilog-delete-autos-lined, verilog-auto-save-check)
355 (verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst)
356 (verilog-auto-inst-param, verilog-auto-reg)
357 (verilog-auto-reg-input, verilog-auto-wire, )
358 (verilog-auto-output, verilog-auto-output-every)
359 (verilog-auto-input, verilog-auto-inout)
360 (verilog-auto-inout-module, verilog-auto-sense)
361 (verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused)
362 (verilog-auto-ascii-enum, verilog-auto)
363 (verilog-sk-define-signal, verilog-mode-mouse-map)
364 (verilog-load-file-at-mouse, verilog-load-file-at-point)
365 (verilog-library-files): Cleanup spacing of )'s they should not be
366 on unique lines. Fix checkdoc warnings.
367
368 2008-01-09 Glenn Morris <rgm@gnu.org>
369
370 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
371 entry, for Windows.
372
373 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
374
375 * ps-print.el: Some face attributes (like :strike-through) was not
376 being recognised. Reported by Leo <sdl.web@gmail.com>.
377 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
378 (ps-screen-to-bit-face): Fix code.
379
380 2008-01-08 Kevin Ryde <user42@zip.com.au>
381
382 * progmodes/compile.el (compilation-error-regexp-alist-alist):
383 For perl, allow "during global destruction" at end.
384
385 2008-01-08 Glenn Morris <rgm@gnu.org>
386
387 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
388 unified format.
389
390 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
391
392 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
393
394 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
395 quotes in case of spaces, e.g. STL containers (not pretty).
396
397 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
398
399 * vc-hg.el (vc-hg-log-view-mode): Handle the user field better.
400
401 2008-01-07 Nick Roberts <nickrob@snap.net.nz>
402
403 * progmodes/gdb-ui.el (gud-gdb-command-name): Explain
404 "--annotate=3" option is necessary for the Graphical Interface.
405
406 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
407
408 * vc-hg.el (vc-hg-dir-state): Pass the dir argument to
409 vc-hg-command.
410
411 2008-01-07 Glenn Morris <rgm@gnu.org>
412
413 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
414
415 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
416
417 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
418 on menu bar.
419
420 2008-01-06 Michael Albinus <michael.albinus@gmx.de>
421
422 * ffap.el (ffap-read-file-or-url): Let-bind
423 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
424
425 2008-01-05 Sven Joachim <svenjoac@gmx.de>
426
427 * vc-bzr.el: Fix typo in header.
428
429 2008-01-05 Eli Zaretskii <eliz@gnu.org>
430
431 * Makefile.in (custom-deps, finder-data): Depend on autoloads
432 instead of loaddefs.el.
433
434 2008-01-05 Glenn Morris <rgm@gnu.org>
435
436 * progmodes/verilog-mode.el: Replace all instances of
437 string-to-int with string-to-number, insert-string with insert,
438 and read-input with read-string.
439 (top-level): No need to require imenu, reporter, dinotrace, vc,
440 font-lock when compiling. Always require compile. Relegate remaining
441 compatibility cruft to XEmacs. Don't require font-lock.
442 (verilog-version): Remove superfluous concat.
443 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
444 No need to define.
445 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
446 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
447 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
448 (verilog-startup-message-displayed): These are variables, not constants.
449 (verilog-batch-execute-func, verilog-auto-inst)
450 (verilog-auto-inst-param): Use mapc rather than mapcar.
451 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
452 actually defining.
453 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
454 (verilog-modi-get-outputs, verilog-modi-get-inouts)
455 (verilog-modi-get-inputs, verilog-modi-get-wires)
456 (verilog-modi-get-regs, verilog-modi-get-assigns)
457 (verilog-modi-get-consts, verilog-modi-get-gparams)
458 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
459 (verilog-modi-get-sub-inputs): Move inline functions earlier in
460 the file.
461 (sigs-in, sigs-out): Don't declare multiple times.
462 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
463 `defvar'.
464 (verilog-auto): Call dinotrace-unannotate-all only if bound.
465 (verilog-module-inside-filename-p): No need to wrap fboundp test
466 in condition-case.
467 (reporter-submit-bug-report): Autoload it.
468 (verilog-mark-defun): Call zmacs-activate-region only if bound.
469 (verilog-font-customize): Call customize-apropos only if bound.
470 (verilog-getopt-flags, verilog-auto-reeval-locals):
471 Use make-local-variable rather than make-variable-buffer-local.
472 (verilog-company, verilog-project, verilog-modi-cache-list):
473 Move make-variable-buffer-local calls to top-level.
474 (font-lock-defaults-alist): Don't define it.
475 (verilog-need-fld): Remove.
476 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
477 (verilog-mode): Only call make-local-hook on XEmacs.
478 Set font-lock-defaults rather than using verilog-font-lock-init.
479
480 * progmodes/verilog-mode.el (top-level): Don't require compile.
481 (compilation-error-regexp-alist, compilation-last-buffer):
482 Define for compiler.
483 (verilog-insert-1): New function.
484 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
485 Use verilog-insert-1.
486 (verilog-surelint-off): Use next-error-last-buffer if bound.
487 Check compile buffer is live.
488
489 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
490
491 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
492 gets inserted out-of-order.
493
494 2008-01-04 Riccardo Murri <riccardo.murri@gmail.com>
495
496 * vc-bzr.el: Copyright and version headers update.
497 Remove some outdated comments through the whole file.
498 (vc-bzr-program-args): Remove because unused.
499 (vc-bzr-log-switches): New customization option.
500 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
501 use `vc-bzr-program-args'.
502 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
503 `vc-find-root' (patch by Andreas Hoenen).
504 (vc-bzr-status): Update regex to match latest Bzr output.
505 Remove redundant test.
506 (vc-bzr-init-version): New function.
507 (vc-bzr-unregister): Must not delete file.
508 (vc-bzr-find-version): New function.
509 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
510 a non-empty string, otherwise take head revision.
511 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
512 (vc-bzr-diff): Simpler build of the revision spec string.
513 (vc-annotate-convert-time, vc-bzr-annotate-difference):
514 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
515 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
516 (vc-bzr-dired-state-info): Only provide custom strings for
517 overloaded VC state 'edited; otherwise fallback to
518 `vc-default-dired-state-info'.
519
520 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
521
522 * vc-git.el (vc-git-dir-state):
523 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
524
525 2008-01-04 Richard Stallman <rms@gnu.org>
526
527 * delsel.el (delete-selection-mode): Doc fix.
528
529 2008-01-04 Glenn Morris <rgm@gnu.org>
530
531 * version.el (emacs-copyright): Update to 2008.
532
533 2008-01-03 Nick Roberts <nickrob@snap.net.nz>
534
535 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
536 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
537
538 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
539 of watch expressions (only works fully with GDB 6.7 or later).
540
541 2008-01-03 Dan Nicolaescu <dann@ics.uci.edu>
542
543 * time-stamp.el (time-stamp-time-zone):
544 * whitespace.el (whitespace-check-buffer-leading)
545 (whitespace-check-buffer-trailing)
546 (whitespace-check-buffer-indent)
547 (whitespace-check-buffer-spacetab)
548 (whitespace-check-buffer-ateol):
549 * progmodes/sh-script.el (sh-indentation):
550 * textmodes/ispell.el (ispell-local-pdict):
551 Add safe-local-variable properties.
552
553 2007-12-31 Richard Stallman <rms@gnu.org>
554
555 * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
556 Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
557 `parent'.
558 (custom-group-value-create): Pass two args to custom-add-parent-links.
559
560 2007-12-29 Richard Stallman <rms@gnu.org>
561
562 * font-lock.el (font-lock-prepend-text-property)
563 (font-lock-append-text-property): Canonicalize the face and
564 font-lock-face properties.
565
566 * faces.el (facep): Doc fix.
567
568 * startup.el (fancy-startup-tail, fancy-about-text)
569 (fancy-startup-text): Regularize format of face property.
570
571 * facemenu.el (list-colors-print): Use :background and :foreground
572 instead of background-color and foreground-color.
573
574 2007-12-29 Drew Adams <drew.adams@oracle.com>
575
576 * cus-edit.el (custom-add-parent-links):
577 Fill the "Parent documentation" text.
578
579 2007-12-29 Eli Zaretskii <eliz@gnu.org>
580
581 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
582 MS-Windows and MS-DOS.
583 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
584
585 2007-12-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
586
587 * progmodes/grep.el (rgrep): Fix last change.
588
589 2007-12-27 Richard Stallman <rms@gnu.org>
590
591 * progmodes/compile.el (compilation-start): Set initial visible
592 point properly even when compilation buffer already current.
593
594 2007-12-26 Richard Stallman <rms@gnu.org>
595
596 * files.el (conf-mode-maybe): New function.
597 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
598
599 2007-12-26 Martin Rudalics <rudalics@gmx.at>
600
601 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
602
603 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
604
605 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
606
607 2007-12-25 Richard Stallman <rms@gnu.org>
608
609 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
610 so they never do EOF.
611
612 2007-12-23 Richard Stallman <rms@gnu.org>
613
614 * dired-aux.el: Load dired.el at run time too.
615
616 * faces.el (copy-face): Create the new face explicitly if it
617 does not exist already.
618
619 2007-12-23 Andreas Schwab <schwab@suse.de>
620
621 * files.el (switch-to-buffer-other-frame): Return the buffer
622 switched to.
623
624 2007-12-23 Juri Linkov <juri@jurta.org>
625
626 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
627 item to about-emacs instead of display-splash-screen.
628
629 2007-12-22 Eli Zaretskii <eliz@gnu.org>
630
631 * simple.el (minibuffer-history, shell-command-history)
632 (set-variable-value-history):
633 * replace.el (regexp-history):
634 * international/mule-cmds.el (input-method-history):
635 * files.el (file-name-history): Add reference to history-length in
636 the doc string.
637
638 2007-12-22 Richard Stallman <rms@gnu.org>
639
640 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
641
642 2007-12-21 Jason Rumney <jasonr@gnu.org>
643
644 * find-dired.el (find-name-arg): New custom variable.
645 (find-name-dired): Use it.
646 (find-dired-find-program): Remove.
647 (find-dired): Use find-program.
648 (find-grep-dired): Use grep-program.
649
650 * progmodes/grep.el (rgrep): Use find-name-arg.
651
652 2007-12-21 Martin Rudalics <rudalics@gmx.at>
653
654 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
655 specifier from format-string. Reported by Ye Wenbin.
656
657 2007-12-19 Martin Rudalics <rudalics@gmx.at>
658
659 * cus-start.el: Use correct group name for members of mode-line group.
660
661 2007-12-17 Thien-Thi Nguyen <ttn@gnuvola.org>
662
663 * progmodes/cc-vars.el (defcustom-c-stylevar):
664 Revert to pre-2007-12-12 version.
665
666 2007-12-15 Richard Stallman <rms@gnu.org>
667
668 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
669
670 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
671 Use changed.
672
673 * startup.el (fancy-splash-help-echo): Var deleted.
674 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
675 (fancy-about-screen): Don't display fancy-splash-help-echo.
676
677 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
678
679 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
680
681 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
682
683 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
684
685 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
686 function.
687 (add-submenu): Only define for XEmacs.
688 (verilog-regexp-words): Revert previous change, keep the other
689 definition.
690
691 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
692
693 * progmodes/perl-mode.el (perl-continued-statement-offset)
694 (perl-continued-brace-offset, perl-brace-offset)
695 (perl-brace-imaginary-offset, perl-label-offset):
696 * progmodes/cperl-mode.el (cperl-brace-offset)
697 (cperl-continued-brace-offset, cperl-label-offset)
698 (cperl-continued-statement-offset)
699 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
700 Add safe-local-variable properties.
701
702 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
703
704 * progmodes/verilog-mode.el (verilog-mode-map)
705 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
706 (verilog-colorize-include-files): Use only overlay functions so
707 that it can work on both emacs and XEmacs.
708 (set-extent-keymap): Remove unused defun.
709 (verilog-kill-existing-comment, verilog-insert-date)
710 (verilog-insert-year): Rename in order not to pollute the global
711 namespace from kill-existing-comment, insert-date and
712 insert-year, respectively.
713 (verilog-set-auto-endcomments, verilog-header): Update callers.
714
715 * files.el (auto-mode-alist): Recognize verilog files.
716
717 * progmodes/verilog-mode.el (verilog-string-replace-matches)
718 (verilog-string-remove-spaces, verilog-re-search-forward)
719 (verilog-re-search-backward, verilog-re-search-forward-quick)
720 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
721 (verilog-get-end-of-line, verilog-within-string): Move definitions
722 before first use. No code changes.
723
724 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
725
726 * progmodes/verilog-mode.el (verilog-mode-version)
727 (verilog-mode-release-date): Don't use expanding keywords.
728 (provide): Move to the end of file.
729 (fboundp): Don't check if eval-when-compile is bound, it is used
730 later in the file without checking.
731 (when, unless): Copy definitions from subr.el.
732 (char-before, defcustom, defface, customize-group)
733 (verilog-batch-error-wrapper): Don't use old style backquotes.
734 (verilog-regexp-opt): Avoid using the cl function case.
735 (verilog-regexp-words): Remove duplicated definition.
736 (verilog-mode-abbrev-table): Remove, duplicate.
737 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
738 Declare and initialize in one step.
739 (verilog-declaration-prefix-re, verilog-declaration-re)
740 (verilog-end-of-statement, verilog-indent-declaration)
741 (verilog-get-lineup-indent): Remove trailing whitespace.
742 (verilog-mode): Fix autoload cookie.
743 Set beginning-of-defun-function and end-of-defun-function.
744 Use when instead of if.
745 (verilog-emacs-features, verilog-auto-ascii-enum)
746 (verilog-insert-indices): Escape braces in doc strings.
747
748 2007-12-08 Michael McNamara <mac@verilog.com>
749 Wilson Snyder <wsnyder@wsnyder.org>
750
751 * progmodes/verilog-mode.el: New file.
752
753 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
754
755 * international/latexenc.el (latexenc-find-file-coding-system):
756 If both coding-system-for-write and buffer-file-coding-system of
757 latex-main-file are nil, use `undecided'.
758
759 2007-12-06 Jason Rumney <jasonr@gnu.org>
760
761 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
762
763 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
764
765 * ido.el (ido-save-history): Use emacs-mule coding system
766 instead of utf-8 to save filenames (it's safer in Emacs 22).
767 Set the `coding' local variable on the first line of the file.
768
769 2007-12-04 Karl Fogel <kfogel@red-bean.com>
770
771 * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
772 coding system. This ports revisions 1.40 and 1.41 over to the
773 EMACS_22_BASE branch, but with the right coding system for Emacs
774 22 to reliably record filenames. Suggested by Eli Zaretskii.
775
776 2007-12-01 Richard Stallman <rms@gnu.org>
777
778 * wid-edit.el (widget-type): Doc fix.
779
780 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
781
782 * emacs-lisp/byte-run.el (declare-function): Change to a macro.
783
784 2007-12-01 Alexandre Julliard <julliard@winehq.org>
785
786 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
787
788 2007-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
789
790 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
791 Don't match "sub { (...) ... }".
792
793 2007-11-29 Richard Stallman <rms@gnu.org>
794
795 * international/mule-cmds.el (toggle-input-method-active): New var.
796 (toggle-input-method): Bind toggle-input-method-active to t.
797 Error if it was already non-nil.
798
799 2007-11-29 Glenn Morris <rgm@gnu.org>
800
801 * calendar/time-date.el (with-decoded-time-value): Doc fix.
802
803 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
804
805 * calendar/time-date.el (encode-time-value): Doc fix.
806
807 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
808
809 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
810
811 2007-11-24 Kenichi Handa <handa@m17n.org>
812
813 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
814
815 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
816
817 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
818
819 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
820
821 * textmodes/paragraphs.el (forward-sentence): Doc fix.
822 Reported by Drew Adams <drew.adams@oracle.com>.
823
824 2007-11-20 Glenn Morris <rgm@gnu.org>
825
826 * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
827 for compatibility with Emacs 23.
828
829 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
830
831 * replace.el (map-query-replace-regexp): Doc fix (revert part of
832 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
833
834 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
835
836 * progmodes/gdb-ui.el: Update commentary.
837
838 2007-11-16 Eli Zaretskii <eliz@gnu.org>
839
840 * international/mule-cmds.el (set-locale-environment):
841 Set default-file-name-coding-system _after_ keyboard and terminal
842 coding systems. This fixes last change.
843
844 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
845 one space after "Subject:".
846
847 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
848
849 * subr.el (make-variable-frame-local):
850 Fix typo in obsolescence declaration.
851
852 2007-11-16 Glenn Morris <rgm@gnu.org>
853
854 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
855
856 2007-11-16 Rob Riepel <riepel@Stanford.EDU>
857
858 * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
859 (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
860 (tpu-scroll-window-up): Replace next-line-internal -> line-move.
861
862 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
863
864 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
865 in order to determine if there's a conflict.
866
867 2007-11-16 Juri Linkov <juri@jurta.org>
868
869 * man.el (Man-heading-regexp): Add 0-9.
870 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
871
872 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
873
874 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
875 Fix typo in docstring.
876
877 * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
878 (cua-highlight-region-shift-only): Doc fix.
879
880 2007-11-15 Richard Stallman <rms@gnu.org>
881
882 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
883
884 * reposition.el (reposition-window):
885 Binding C-M-l moved to bindings.el.
886
887 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
888
889 * add-log.el (add-change-log-entry-other-window):
890 Key binding C-x 4 a moved to bindings.el.
891
892 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
893 from filecache.el.
894
895 * filecache.el: Minibuffer map bindings moved to bindings.el.
896
897 2007-11-14 Jason Rumney <jasonr@gnu.org>
898
899 * international/mule-cmds.el (set-locale-environment):
900 Set default-file-name-coding-system from system defaults on Windows.
901
902 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
903
904 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
905 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
906 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
907 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
908 locations.
909 (gdb-info-breakpoints-custom, gdb-assembler-custom)
910 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
911 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
912
913 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
914
915 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
916 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
917 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
918 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
919 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
920 Rewrite in active voice.
921
922 2007-11-10 Juri Linkov <juri@jurta.org>
923
924 * startup.el: Backport startup screen related changes from the trunk.
925 (initialization): Change group to `environment'.
926 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
927 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
928 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
929 (initial-scratch-message): Fix docstring.
930 (startup-screen-inhibit-startup-screen)
931 (pure-space-overflow-message): New variables.
932 (command-line): Rename `inhibit-startup-message' to
933 `inhibit-startup-screen'.
934 (initial-scratch-message): Doc fix.
935 (fancy-splash-text): Remove variable.
936 (fancy-startup-text, fancy-about-text, splash-screen-keymap):
937 New variables.
938 (fancy-splash-delay, fancy-splash-max-time)
939 (fancy-current-text, fancy-splash-stop-time)
940 (fancy-splash-outer-buffer, fancy-splash-last-input-event):
941 Remove variables.
942 (fancy-splash-insert): Use help-echo from the 3rd element of the
943 link specification list, or "Follow this link" if it's nil. Doc fix.
944 Allow functions for face and link specs.
945 (fancy-splash-tail): Remove function.
946 (fancy-startup-tail): New function.
947 (fancy-splash-default-action, fancy-splash-special-event-action)
948 (fancy-splash-screens): Remove functions.
949 (fancy-about-screen): New function.
950 (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
951 Fix docstring. Use argument `startup' to conditionally display
952 different texts for Startup and About screens. Don't display Help
953 commands on the About screen. Remove `unwind-protect' `sit-for'
954 delay and `kill-buffer' after it.
955 (normal-mouse-startup-screen, normal-splash-screen)
956 (normal-no-mouse-startup-screen): New functions.
957 (startup-echo-area-message): Change text of the echo area.
958 (display-splash-screen): Remove function.
959 (display-startup-screen, display-about-screen): New functions.
960 (about-emacs): Make alias to `display-about-screen'.
961 (display-splash-screen): Make alias to `display-startup-screen'.
962 (command-line-1): Rename `inhibit-startup-message' to
963 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
964 started with command line options "-f", "-funcall", "-e", "-eval",
965 "-execute", "-insert", "-find-file", "-file", "-visit".
966 Inhibit startup screen when Emacs is started with a file name only
967 on tty (i.e. don't inhibit it when started with a file name like
968 "emacs FILE..." on a window system).
969 Comment out unused code for coping with the old sit-for behavior.
970 If file-count > 0, then display the concise version in another
971 window, otherwise display full version in the same window.
972 * loadup.el: Add `button'. Move up `startup'.
973 * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
974 * version.el (emacs-copyright): Add emacs-copyright.
975 * menu-bar.el (menu-bar-help-menu):
976 Move "About Emacs" and "About GNU" to the end of the Help menu.
977 Move "Emacs Psychotherapist" after "Send Bug Report...".
978 Move "External Packages" after "Find Emacs Packages".
979
980 2007-11-10 Jason Rumney <jasonr@gnu.org>
981
982 * w32-fns.el: Sync charset names with setup-default-fontset.
983 Append "-1" where second part missing.
984
985 * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
986
987 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
988
989 * ido.el (ido-save-history): Write the history file in UTF-8,
990 and add `coding' file-local variable.
991
992 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
993
994 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
995 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
996 (iso-iso2duden-trans-tab): Add docstring.
997
998 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
999
1000 * faces.el (face-normalize-spec): Remove function.
1001 (frame-set-background-mode): Undo last change.
1002
1003 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1004
1005 * files.el (enable-local-variables): Doc fix.
1006
1007 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
1008
1009 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
1010 match dir like "a...b".
1011
1012 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
1013
1014 * eshell/esh-mode.el (eshell-output-filter):
1015 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
1016 Use `with-current-buffer'.
1017
1018 2007-11-05 Nick Roberts <nickrob@snap.net.nz>
1019
1020 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
1021
1022 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
1023
1024 * net/tls.el: Require rx when compiling.
1025 (tls-end-of-info): New variable.
1026 (open-tls-stream): Keep reading input until `tls-end-of-info' is
1027 matched.
1028
1029 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1030
1031 * simple.el (bad-packages-alist): Anchor semantic regexp.
1032
1033 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
1034
1035 * files.el (hack-local-variables): Fix membership tests to avoid
1036 treating all variables as safe if `enable-local-variables' is
1037 set to :safe (CVE-2007-5795).
1038
1039 2007-11-02 Glenn Morris <rgm@gnu.org>
1040
1041 * progmodes/etags.el (tags-table-mode): Disable undo.
1042
1043 * simple.el (bad-packages-alist): Revert previous change.
1044
1045 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1046
1047 * printing.el (printing): Fix :version, printing.el was included
1048 in emacs-22.1.
1049 (pr-path-style, pr-path-alist, pr-txt-name)
1050 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
1051 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
1052 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
1053 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
1054 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
1055 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
1056 (pr-setting-database, pr-visible-entry-list)
1057 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
1058 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
1059 :version.
1060
1061 2007-11-01 Glenn Morris <rgm@gnu.org>
1062
1063 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
1064
1065 * mail/footnote.el (footnote-numeric-regexp)
1066 (footnote-english-upper-regexp, footnote-english-lower-regexp)
1067 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
1068 Match multi-character footnotes.
1069
1070 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
1071 (nroff-indent-line-function): New function.
1072 (nroff-count-text-lines): Use nroff-forward-text-line rather than
1073 obsolete alias.
1074
1075 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
1076
1077 * net/tramp.el (tramp-open-connection-telnet)
1078 (tramp-open-connection-rsh, tramp-open-connection-su)
1079 (tramp-open-connection-multi): Set $LC_ALL to "C".
1080
1081 2007-10-31 Sven Joachim <svenjoac@gmx.de>
1082
1083 * dired-aux.el (dired-copy-file-recursive):
1084 Preserve directory permissions.
1085
1086 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1087
1088 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
1089 (whitespace-unload-function): New-style unload function. When run,
1090 unintern `whitespace-unload-hook' and call `unload-feature' recursively
1091 to stop the old hook from messing with the unloading.
1092
1093 * strokes.el (strokes-alphabetic-lessp): Doc fix.
1094
1095 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
1096
1097 * emacs-lisp/find-func.el (find-library): Use library at
1098 point as default interactive argument.
1099
1100 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1101
1102 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
1103 (elp-unset-master, elp-results): Fix typos.
1104 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
1105 Doc fixes.
1106
1107 * msb.el (msb--many-menus): Remove variable.
1108 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
1109 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
1110 (msb--toggle-menu-type): Fix typos in docstrings.
1111
1112 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
1113 (shadow-insert-var): Doc fixes.
1114 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
1115 Reflow docstrings.
1116 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
1117
1118 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
1119
1120 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
1121 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
1122 Fix typos in autoload docstrings.
1123
1124 * loadhist.el (unload-feature): Remove redundant check.
1125
1126 2007-10-30 Richard Stallman <rms@gnu.org>
1127
1128 * savehist.el (savehist-save): Obey savehist-ignored-variables.
1129
1130 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
1131
1132 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
1133 (gdb-var-update-handler-1): Use it.
1134
1135 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
1136
1137 * loadhist.el (unload-feature): Remove erroneous check for the
1138 FEATURE-unload-function variable; check the existence of the
1139 function (that's what the docstring says, and it makes more sense).
1140
1141 * follow.el (follow-unload-function): Add docstring.
1142 (follow-unload-function): Remove variable.
1143
1144 * server.el (server-unload-function): Remove variable.
1145 (server-unload-function): Unbind `server-edit' from `C-x #'.
1146
1147 * uniquify.el (uniquify-unload-function): Add docstring.
1148 (uniquify-unload-function): Remove variable.
1149
1150 * ses.el (ses-unload-function): New function.
1151
1152 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
1153
1154 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
1155 (unsafep-progn, unsafep-let): Fix typos in docstrings.
1156
1157 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
1158 before use to avoid a warning in packages that require uniquify.
1159 (uniquify-unload-function): New function and var.
1160
1161 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
1162
1163 * loadhist.el (unload-feature-special-hooks):
1164 Add `delete-frame-functions'.
1165
1166 * server.el (server-unload-function): Rename from `server-unload-hook'
1167 and adapt to new `unload-feature' functionality. Remove hook from
1168 `kill-buffer-hook' buffer-locally.
1169 (server-unload-hook): Remove.
1170 (server-unload-function): New var; replaces `server-unload-hook'.
1171
1172 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
1173
1174 * desktop.el (uniquify-managed): Pacify byte compiler.
1175 (desktop-buffer-info): If the buffer name is managed by uniquify,
1176 save the base name, not the uniquified one.
1177 (desktop-create-buffer): Allow `rename-buffer' to generate a new
1178 name in case of conflict.
1179
1180 2007-10-26 Glenn Morris <rgm@gnu.org>
1181
1182 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
1183 safe-local-variable property.
1184
1185 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
1186
1187 * net/browse-url.el (browse-url-browser-function): Delete grail.
1188 (browse-url-grail): Function and variable deleted.
1189 (browse-url-browser-function): Delete IXI Mosaic.
1190 (browse-url-default-browser): Don't try IXI Mosaic.
1191 (browse-url-iximosaic): Function deleted.
1192 (browse-url-browser-function): Delete MMM.
1193 (browse-url-default-browser): Don't try MMM.
1194 (browse-url-mmm): Function deleted.
1195
1196 2007-10-25 Glenn Morris <rgm@gnu.org>
1197
1198 * progmodes/f90.el (f90-indented-comment-re)
1199 (f90-directive-comment-re, f90-break-delimiters):
1200 * progmodes/fortran.el (fortran-comment-line-start-skip)
1201 (fortran-directive-re):
1202 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
1203 as safe if they are strings.
1204
1205 2007-10-25 Richard Stallman <rms@gnu.org>
1206
1207 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
1208
1209 2007-10-24 Richard Stallman <rms@gnu.org>
1210
1211 * savehist.el (savehist-save): Omit unreadable elements.
1212
1213 * loadhist.el (unload-function-defs-list): Renamed from
1214 unload-function-features-list.
1215 (unload-feature-special-hooks, unload-feature): Doc fixes.
1216
1217 * indent.el (indent-to-left-margin): If point's in the indentation,
1218 move to the end of the indentation.
1219
1220 * cus-edit.el (customize-changed-options): Make arg optional.
1221
1222 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
1223
1224 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
1225
1226 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1227
1228 * textmodes/css-mode.el: Require CL.
1229 (comment-continue): Declare.
1230
1231 * subr.el (make-variable-frame-localizable): Remove.
1232 (make-variable-frame-local): Mark obsolete.
1233
1234 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
1235
1236 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
1237 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
1238
1239 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
1240
1241 * comint.el (comint-password-prompt-regexp):
1242 Handle `[sudo] password'-style prompt.
1243
1244 2007-10-23 Glenn Morris <rgm@gnu.org>
1245
1246 * progmodes/f90.el (f90-do-indent, f90-if-indent)
1247 (f90-type-indent, f90-program-indent)
1248 (f90-continuation-indent, f90-comment-region)
1249 (f90-beginning-ampersand, f90-smart-end)
1250 (f90-break-before-delimiters, f90-auto-keyword-case)
1251 (f90-leave-line-no, f90-mode-hook):
1252 Give an appropriate safe-local-variable property.
1253 (f90-font-lock-keywords-2): Fix `go to' regexp.
1254
1255 * progmodes/fortran.el (fortran-tab-mode-default)
1256 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
1257 (fortran-structure-indent, fortran-continuation-indent)
1258 (fortran-comment-indent, fortran-comment-line-extra-indent)
1259 (fortran-comment-line-start)
1260 (fortran-minimum-statement-indent-fixed)
1261 (fortran-minimum-statement-indent-tab)
1262 (fortran-comment-indent-char, fortran-line-number-indent)
1263 (fortran-check-all-num-for-matching-do)
1264 (fortran-blink-matching-if, fortran-continuation-string)
1265 (fortran-comment-region, fortran-electric-line-number)
1266 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1267 (fortran-analyze-depth, fortran-break-before-delimiters):
1268 Give an appropriate safe-local-variable property.
1269
1270 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1271
1272 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
1273 of the subdirs is unreadable.
1274
1275 2007-10-22 Martin Rudalics <rudalics@gmx.at>
1276
1277 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
1278 Use window-full-width-p.
1279
1280 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1281
1282 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
1283 (tpu-edt-off): Use it.
1284 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
1285 the global-map before adding it to global-map.
1286
1287 * menu-bar.el (global-buffers-menu-map): New var.
1288 (global-map, menu-bar-update-buffers): Use it.
1289 * msb.el (msb-menu-bar-update-buffers): Use it.
1290 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
1291 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
1292 Use with-current-buffer.
1293
1294 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1295
1296 * hexl.el (hexl-menu): New major mode menu.
1297
1298 2007-10-20 Glenn Morris <rgm@gnu.org>
1299
1300 * progmodes/f90.el (f90-font-lock-keywords-2)
1301 (f90-looking-at-type-like): Fix regexp typos.
1302
1303 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1304
1305 * bs.el (bs-mode): Add mode name (accidentally left out
1306 in the 2007-10-16 change).
1307
1308 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1309
1310 * bs.el (bs--track-window-changes): Don't refresh the whole list.
1311 (bs-mode): Set mode-class property to special.
1312
1313 * follow.el (follow-unload-function): New function.
1314
1315 * loadhist.el (unload-function-features-list):
1316 Rename from `unload-hook-features-list'.
1317 (unload-hook-features-list): Add as obsolete alias.
1318 (unload-feature): Use `unload-function-features-list'
1319 and new FEATURE-unload-function.
1320
1321 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
1322
1323 * loadhist.el (unload-feature-special-hooks):
1324 Update list of special hooks.
1325
1326 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
1327 (adaptive-fill-function): Doc fix. Remove * from docstring.
1328
1329 2007-10-18 Glenn Morris <rgm@gnu.org>
1330
1331 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
1332
1333 2007-10-17 Aaron Hawley <aaronh@garden.org>
1334
1335 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1336 position is not saved.
1337
1338 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
1339
1340 * longlines.el (longlines-wrap-follows-window-size): Integer value
1341 specifies wrapping margin.
1342 (longlines-mode, longlines-window-change-function):
1343 Set window-specific wrapping margin based on the above.
1344
1345 2007-10-17 John Wiegley <johnw@newartisans.com>
1346
1347 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1348
1349 2007-10-17 Glenn Morris <rgm@gnu.org>
1350
1351 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1352 Tweak regexp to avoid stack overflow.
1353
1354 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1355
1356 * simple.el (reindent-then-newline-and-indent): Don't assume that
1357 indent-according-to-mode preserves point.
1358
1359 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
1360
1361 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
1362 (bs--restore-window-config): Keep the selected frame.
1363 (bs--track-window-changes, bs--remove-hooks): New functions.
1364 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
1365 (bs--show-with-configuration): Revert 2006-11-09 change.
1366 Don't reuse window unless it is visible on the selected frame.
1367 Restore window configuration (possibly in a different frame)
1368 before creating any window.
1369
1370 2007-10-16 Richard Stallman <rms@gnu.org>
1371
1372 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1373 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1374 (ad-is-advised, ad-get-advice-info-field)
1375 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1376
1377 2007-10-16 Glenn Morris <rgm@gnu.org>
1378
1379 * simple.el (blink-matching-open): Don't report false errors with
1380 the `$' syntax class.
1381
1382 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1383
1384 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1385 (filesets-ormap, filesets-sort-case-sensitive-flag)
1386 (filesets-remake-shortcut, filesets-ingroup-collect-files):
1387 Fix typos in docstrings.
1388 (filesets-data-get-name, filesets-data-get-data)
1389 (filesets-data-set, filesets-cmd-query-replace-getargs)
1390 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
1391
1392 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1393
1394 * term/mac-win.el: Don't require url when compiling, as url-type is
1395 no longer a macro.
1396
1397 2007-10-14 Glenn Morris <rgm@gnu.org>
1398
1399 * progmodes/etags.el (select-tags-table): Disable undo in the
1400 `*Tags Table List*' buffer.
1401
1402 2007-10-13 Eli Zaretskii <eliz@gnu.org>
1403
1404 * dired.el (dired-warn-writable): New face.
1405 (dired-warn-writable-face): New variable.
1406 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1407 of dired-warning-face, for group- and world-writable files.
1408
1409 2007-10-13 Glenn Morris <rgm@gnu.org>
1410
1411 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1412 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1413 Add doc string, and an explicit COUNT argument.
1414 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1415 `inc' to search functions.
1416
1417 2007-10-13 John W. Eaton <jwe@octave.org>
1418
1419 * progmodes/octave-mod.el (octave-looking-at-kw)
1420 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1421 New functions.
1422 (octave-in-defun-p, calculate-octave-indent)
1423 (octave-blink-matching-block-open, octave-beginning-of-defun)
1424 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
1425 to search for regexps that contain case-sensitive keywords.
1426 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
1427 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1428
1429 2007-10-13 Richard Stallman <rms@gnu.org>
1430
1431 * files.el (directory-abbrev-alist): Doc fix.
1432
1433 2007-10-13 Jari Aalto <jari.aalto@cante.net>
1434
1435 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1436
1437 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1438
1439 * frame.el (set-frame-configuration): Assign name parameter only
1440 if it has been set explicitly before.
1441
1442 * window.el (handle-select-window): Revert part of 2007-10-06
1443 change setting the input focus.
1444
1445 2007-10-12 Glenn Morris <rgm@gnu.org>
1446
1447 * cus-edit.el (custom-variable-menu, custom-face-menu)
1448 (custom-group-menu): Check init-file-user rather than
1449 user-init-file, in case cus-edit is loaded by site-run-file.
1450
1451 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1452
1453 * follow.el (follow-stop-intercept-process-output):
1454 Use `follow-call-process-filter' rather than `process-filter'.
1455
1456 2007-10-11 Tom Tromey <tromey@redhat.com>
1457
1458 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1459 frame is visible.
1460
1461 2007-10-10 Richard Stallman <rms@gnu.org>
1462
1463 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1464 in *Backtrace*.
1465
1466 * faces.el (face-font-selection-order): Doc fix.
1467
1468 * loadhist.el (unload-feature): Doc fix.
1469
1470 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1471
1472 * ps-print.el: Fix the usage of :foreground and :background face
1473 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1474 (ps-print-version): New version 6.7.6.
1475 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
1476 Fix code.
1477 (ps-face-foreground-color-p, ps-face-background-color-p)
1478 (ps-face-color-p): New inline funs.
1479
1480 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
1481
1482 * follow.el: Change all instances of "Follow Mode" to "Follow
1483 mode" in docstrings and messages.
1484
1485 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
1486
1487 * faces.el (face-font-selection-order): Doc fix.
1488
1489 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
1490 (follow-mode-off-hook): Mark as obsolete.
1491
1492 2007-10-08 Richard Stallman <rms@gnu.org>
1493
1494 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
1495 (edebug-install-custom-print, edebug-reset-print-funcs)
1496 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
1497 Functions deleted.
1498 (edebug-prin1, edebug-print, edebug-prin1-to-string)
1499 (edebug-format, edebug-message): Define directly as aliases.
1500
1501 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1502
1503 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
1504
1505 2007-10-07 Glenn Morris <rgm@gnu.org>
1506
1507 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
1508 version numbers.
1509
1510 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
1511
1512 * net/tramp.el (tramp-completion-mode): Extend doc-string.
1513 (tramp-completion-mode-p): Revert change from 2007-09-24.
1514 Checking for `return' etc as last character is not sufficient, for
1515 example in dired-mode when entering <g> (revert-buffer) or
1516 <s> (dired-sort).
1517
1518 2007-10-06 Martin Rudalics <rudalics@gmx.at>
1519
1520 * window.el (mouse-autoselect-window-cancel): Don't cancel for
1521 select-window or select-frame events.
1522 (handle-select-window): When autoselecting window set input
1523 focus. Restructure.
1524
1525 * frame.el (focus-follows-mouse): Moved to frame.c.
1526 * cus-start.el (all): Add focus-follows-mouse.
1527
1528 2007-10-05 Chris Moore <dooglus@gmail.com>
1529
1530 * server.el (server-kill-new-buffers): Doc fix.
1531
1532 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
1533
1534 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
1535 activate font-locking in the *buffer-selection* buffer.
1536 (bs-show-sorted): Doc fix.
1537
1538 * bs.el (bs--get-marked-string, bs--get-modified-string)
1539 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1540 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
1541 (bs--format-aux): Doc fix.
1542
1543 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1544
1545 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
1546
1547 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1548
1549 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
1550
1551 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
1552
1553 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
1554 (gud-gdb): New function for old M-x gdb (text command mode).
1555 (gud-gdb-command-name, gdb): Move to...
1556
1557 * progmodes/gdb-ui.el: ...here and adapt doc string.
1558 (gud-gdba-command-name, gdba): Delete.
1559
1560 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
1561
1562 * bs.el: Don't defvar `font-lock-verbose'.
1563 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
1564 (bs--get-file-name): Fix typos in docstrings.
1565 (bs--show-header): Use `dolist' instead of `mapcar'.
1566 (bs-mode): Set `show-trailing-whitespace' to nil.
1567 (bs-buffer-sort-function, bs-mouse-select-other-frame)
1568 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
1569 Doc fixes.
1570
1571 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
1572
1573 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
1574
1575 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
1576
1577 * progmodes/gud.el (gdb): Make graphical mode the default and
1578 switch to text command mode if appropriate, i.e., reverse previous
1579 arrangement.
1580 (gud-gdb-marker-filter): Adapt for above change.
1581
1582 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
1583 gud-minor-mode and gud-marker-filter.
1584 (gdb-fullname-regexp): New variable.
1585 (gud-gdba-marker-filter): Use it to switch to text command
1586 mode if appropriate.
1587
1588 2007-10-02 Richard Stallman <rms@gnu.org>
1589
1590 * frame.el (cursor-in-non-selected-windows): Doc fix.
1591
1592 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
1593
1594 * progmodes/gud.el (gud-display-line): Find source buffer even when
1595 GUD buffer has its own frame.
1596
1597 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1598
1599 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1600
1601 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1602
1603 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1604
1605 2007-09-29 Martin Rudalics <rudalics@gmx.at>
1606
1607 * allout.el (allout-before-change-handler): Replace got-char by
1608 goto-char.
1609
1610 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1611
1612 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
1613 Used to try and automatically enabled smerge-mode in the presence of
1614 conflicts and to call `svn resolved' when the conflicts are gone.
1615 (vc-svn-parse-status): Remember the svn-specific status.
1616
1617 * newcomment.el (comment-choose-indent): New function extracted
1618 from comment-indent. Improve the alignment algorithm.
1619 (comment-indent): Use it.
1620
1621 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
1622
1623 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
1624 (eldoc-message-commands, eldoc-current-idle-delay):
1625 Fix typos in docstrings.
1626
1627 * progmodes/python.el (python-eldoc-function): Doc fix.
1628
1629 2007-09-26 Eli Zaretskii <eliz@gnu.org>
1630
1631 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
1632 menu-bar-apropos-menu. All users changed.
1633 (menu-bar-help-menu): Change menu symbols to better match the text
1634 displayed by the menu.
1635
1636 2007-09-25 Glenn Morris <rgm@gnu.org>
1637
1638 * view.el (view-search-no-match-lines): Add a doc string.
1639 Rewrite to simplify and work better.
1640
1641 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
1642
1643 * net/tramp.el (tramp-completion-mode-p): Rename from
1644 `tramp-completion-mode'. Revert logic, check `return', `newline'
1645 and such alike. Packages like Icicles tend to use other completion
1646 characters but `tab' and `space' only.
1647 (top): Require cl.el, when `copy-tree' is not available otherwise.
1648
1649 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
1650 `ad-get-arg'.
1651
1652 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
1653
1654 * net/tramp-vc.el (tramp-vc-user-login-name):
1655 Use `vc-find-version' instead of `process-file' to check whether we
1656 have a new enough vc that doesn't need the defadvice.
1657
1658 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
1659
1660 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
1661 #, @, : and ^.
1662
1663 2007-09-23 Glenn Morris <rgm@gnu.org>
1664
1665 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
1666
1667 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1668
1669 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
1670
1671 * log-view.el (log-view-mode-map): Likewise.
1672
1673 * diff-mode.el (diff-mode-shared-map): Likewise.
1674
1675 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
1676
1677 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
1678 add inferior-octave-directory-tracker to the buffer-local value
1679 of comint-input-filter-functions.
1680
1681 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1682
1683 * files.el (file-name-sans-versions): Also allow `A-Z'.
1684
1685 * vc.el: Mention all supported VC backends.
1686
1687 2007-09-22 Richard Stallman <rms@gnu.org>
1688
1689 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
1690 neighbouring buttons.
1691
1692 2007-09-22 Andreas Schwab <schwab@suse.de>
1693
1694 * files.el (file-name-sans-versions): Also allow `_'.
1695
1696 2007-09-22 Glenn Morris <rgm@gnu.org>
1697
1698 * eshell/esh-mode.el (eshell-output-filter-functions):
1699 Add eshell-postoutput-scroll-to-bottom.
1700
1701 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1702
1703 * files.el (file-name-sans-versions): Allow - and a-z in version names.
1704
1705 * log-view.el (log-view-mode-map, log-view-mode-menu):
1706 Bind log-view-annotate-version.
1707 (log-view-beginning-of-defun, log-view-end-of-defun)
1708 (log-view-annotate-version): New functions.
1709 (log-view-mode): Use log-view-beginning-of-defun and
1710 log-view-end-of-defun.
1711
1712 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1713
1714 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
1715
1716 2007-09-21 Kevin Ryde <user42@zip.com.au>
1717
1718 * international/mule.el (sgml-html-meta-auto-coding-function):
1719 Bind `case-fold-search' to t.
1720
1721 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1722
1723 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
1724 neighbouring buttons.
1725
1726 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1727 Recognize gcc's use of "note" for informational messages.
1728
1729 2007-09-20 Glenn Morris <rgm@gnu.org>
1730
1731 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
1732 motion functions, rather than hard-coding "\n\n".
1733 (tex-validate-region): Check for eobp, to speed up.
1734 (tex-next-unmatched-end): Doc fix.
1735
1736 2007-09-19 Glenn Morris <rgm@gnu.org>
1737
1738 * textmodes/tex-mode.el (tex-terminate-paragraph):
1739 Use backward-paragraph.
1740
1741 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1742
1743 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
1744 (css-mode): Update correspondingly.
1745
1746 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1747
1748 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
1749
1750 * vc-hooks.el (vc-menu-entry): New var.
1751 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
1752 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
1753 (vc-menu-map): Declare and initialize in one step.
1754
1755 * menu-bar.el (vc-menu-map): Don't setup any more.
1756 Instead, just create the proper spot in the menu.
1757
1758 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
1759 Stefan Monnier <monnier@iro.umontreal.ca>
1760
1761 * vc.el: Document new VC operation `extra-menu'.
1762
1763 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
1764
1765 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1766
1767 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
1768 Signed-off-by, Acked-by and Merge.
1769
1770 2007-09-17 Glenn Morris <rgm@gnu.org>
1771
1772 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
1773 filename from `--file-line-error', if it is available.
1774
1775 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1776
1777 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
1778 TeX `--file-line-error' format.
1779
1780 2007-09-17 Glenn Morris <rgm@gnu.org>
1781
1782 * textmodes/tex-mode.el (tex-region): Simplify previous change,
1783 handling the case where the region is not in `tex-main-file'.
1784 (tex-region-1): Delete.
1785 (tex-region-header): New function, doing the header part of the
1786 old tex-region-1.
1787
1788 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1789
1790 * ediff-init.el (ediff-verbose-p): This var is not a constant.
1791
1792 2007-09-16 Drew Adams <drew.adams@oracle.com>
1793
1794 * cus-edit.el (custom-face-edit-activate): Doc fix.
1795
1796 2007-09-16 Glenn Morris <rgm@gnu.org>
1797
1798 * textmodes/tex-mode.el (tex-region): Handle the case where the
1799 region is not in `tex-main-file'. Move the old code that applies
1800 to both cases...
1801 (tex-region-1): ...to this new function.
1802
1803 2007-09-15 Martin Rudalics <rudalics@gmx.at>
1804
1805 * simple.el (blink-matching-open): Don't display message when no
1806 paren is found within blink-matching-paren-distance characters.
1807 Don't search prompt in blink-matching-paren-distance nil case.
1808
1809 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
1810
1811 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
1812
1813 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1814
1815 * vc-mtn.el: New file.
1816
1817 * vc-hooks.el (vc-handled-backends): Add Mtn.
1818
1819 2007-09-13 Eli Zaretskii <eliz@gnu.org>
1820
1821 * files.el (find-file, find-file-other-window)
1822 (find-file-other-frame, find-file-existing, find-file-read-only)
1823 (find-file-read-only-other-window)
1824 (find-file-read-only-other-frame)
1825 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
1826
1827 2007-09-13 Jari Aalto <jari.aalto@cante.net>
1828
1829 * man.el (Man-default-man-entry): At end of line, continue looking
1830 to the next line for possible end of hyphenated command.
1831
1832 2007-09-13 Chris Moore <dooglus@gmail.com>
1833
1834 * shell.el (shell-resync-dirs): Don't move the cursor relative to
1835 the command being edited.
1836
1837 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
1838
1839 * progmodes/gud.el (gdb-ready): New variable.
1840 (gdb): Set it to nil. Set gud-running to nil here...
1841 (gud-common-init): ...instead of here.
1842
1843 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1844 Use gdb-ready. Discard input until GDB is ready to accept it.
1845
1846 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
1847
1848 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
1849 C-M-S- keys.
1850
1851 2007-09-12 Martin Rudalics <rudalics@gmx.at>
1852
1853 * dired.el (dired-warning): Inherit from font-lock-warning-face to
1854 make it show up with eight colors.
1855
1856 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1857
1858 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
1859 diffs are concatenated with no intervening line.
1860
1861 2007-09-10 Dave Love <fx@gnu.org>
1862
1863 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1864 (python-font-lock-keywords): Update to the 2.5 version of the language.
1865 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1866 (python-backspace): Only behave funny in code.
1867 (python-compilation-regexp-alist): Add PDB stack trace regexp.
1868 (inferior-python-mode): Add PDB prompt regexp.
1869 (python-fill-paragraph): Refine the fenced-string regexp.
1870 (python-find-imports): Handle imports spanning several lines.
1871 (python-mode): Add `class' to hideshow support.
1872
1873 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1874
1875 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
1876 add-log-buffer-file-name-function rather than bind buffer-file-name,
1877 so we dont end up calling change-log-mode in *cvs* when `fi' is the
1878 ChangeLog file itself.
1879
1880 * outline.el (outline-flag-region): Use front-advance.
1881
1882 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
1883
1884 * progmodes/cperl-mode.el: Merge upstream 5.23.
1885 (cperl-where-am-i): Remove function.
1886 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
1887 (cperl-sniff-for-indent): De-invert [string] and [comment].
1888 When looking for label, skip s:m:y:tr.
1889 (cperl-indent-line): Likewise.
1890 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
1891 (cperl-windowed-init): Wrong `ps-print' handling.
1892 Both thanks to Chong Yidong.
1893 (cperl-look-at-leading-count): Could fail with unfinished RExen.
1894 (cperl-find-pods-heres): If the second part of s()[] is missing,
1895 don't try to highlight delimiters...
1896
1897 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1898
1899 * progmodes/compile.el (compilation-get-file-structure): Complete last
1900 change by also using spec-directory in the puthash.
1901
1902 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
1903
1904 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
1905 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
1906 (vc-bzr-status): Fix shadowing of variable 'status'.
1907 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
1908 Use `expand-file-name' instead of `concat'.
1909 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
1910 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
1911
1912 2007-09-05 Jason Rumney <jasonr@gnu.org>
1913
1914 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
1915
1916 2007-09-02 Richard Stallman <rms@gnu.org>
1917
1918 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
1919 Add `safe-local-variable' property.
1920 (lisp-body-indent): Likewise.
1921
1922 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1923
1924 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
1925 prev/next-node.
1926
1927 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
1928 (x-gtk-map-stock): New function.
1929
1930 2007-09-02 Glenn Morris <rgm@gnu.org>
1931
1932 * comint.el (comint-mode): Don't set scroll-conservatively.
1933
1934 * eshell/em-unix.el (eshell/time): Stringify and flatten the
1935 non-command arguments.
1936
1937 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
1938
1939 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1940 Fix bug: Don't expand top-level file name more than once.
1941 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
1942
1943 2007-09-01 Richard Stallman <rms@gnu.org>
1944
1945 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
1946 Add doc string.
1947
1948 2007-08-30 Richard Stallman <rms@gnu.org>
1949
1950 * speedbar.el (speedbar-frame-reposition-smartly)
1951 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
1952 (speedbar-check-vc): Don't use dframe-xemacsp.
1953
1954 2007-08-30 Martin Rudalics <rudalics@gmx.at>
1955
1956 * files.el (backup-buffer-copy): Try to overwrite old backup first.
1957
1958 2007-08-29 Martin Rudalics <rudalics@gmx.at>
1959
1960 * repeat.el (repeat): Use last-repeatable-command instead of
1961 real-last-command. Run pre- and post-command hooks for
1962 self-insertion. Update doc-string.
1963
1964 2007-08-28 Glenn Morris <rgm@gnu.org>
1965
1966 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
1967
1968 2007-08-27 Alexandre Julliard <julliard@winehq.org>
1969
1970 * vc-git.el (vc-git-state): Call git-add --refresh to update the
1971 state of the file.
1972 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1973 (vc-git-create-repo): Fix invalid command.
1974
1975 2007-08-27 Richard Stallman <rms@gnu.org>
1976
1977 * textmodes/flyspell.el (flyspell-mode):
1978 Catch errors in flyspell-mode-on.
1979
1980 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
1981
1982 * progmodes/modula2.el (m2-definition, m2-module):
1983 Don't use previous-line. Reported by T. V. Raman.
1984
1985 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1986
1987 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
1988 argument to tool-bar-mode call.
1989
1990 2007-08-27 Glenn Morris <rgm@gnu.org>
1991
1992 * diff-mode.el (diff-find-file-name): Only accept regular files,
1993 to rule out /dev/null, directories, etc.
1994
1995 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
1996
1997 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
1998 safe-local-variable setting.
1999 * progmodes/perl-mode.el (perl-indent-level): Likewise.
2000
2001 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2002
2003 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
2004 of buffers in uniquify-managed.
2005
2006 * simple.el (invisible-p): Rename from text-invisible-p.
2007 Update callers.
2008
2009 2007-08-25 Alan Mackenzie <acm@muc.de>
2010
2011 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
2012 new language variable.
2013
2014 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
2015 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
2016 "extern" etc., rather than BOI. Fix addition of spurious
2017 syntactic-symbol 'defun-block-intro, replacing it with
2018 'innamespace, etc.
2019
2020 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
2021
2022 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
2023 Don't behave differently when executed via M-x. Add doc string.
2024
2025 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2026
2027 * files.el (backup-buffer-copy): Don't wrap delete in
2028 condition-case, only try to delete if file exists.
2029
2030 2007-08-24 Glenn Morris <rgm@gnu.org>
2031
2032 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
2033
2034 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2035
2036 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
2037 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
2038 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
2039 (cperl-etags-goto-tag-location): Use new style backquotes.
2040
2041 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
2042 (dynamic-completion-table): Use it it.
2043
2044 * net/browse-url.el: Remove spurious * in custom docstrings.
2045 (browse-url-filename-alist): Use new-style backquote.
2046
2047 * emacs-lisp/backquote.el (backquote-unquote-symbol)
2048 (backquote-splice-symbol): Clarify they're not new-style unquotes.
2049
2050 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
2051 (\,@): Backslash the , and ,@ which are not new-style unquotes.
2052
2053 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
2054
2055 * net/socks.el (socks-username/password-auth-filter):
2056 Remove unused vars `state' and `desired-len'.
2057 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
2058 (socks-wait-for-state-change): Use new-style backquotes.
2059
2060 * pcvs.el (cvs-mode-status): Fix long-standing typo.
2061
2062 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
2063 backquotes after each `read' rather than once per buffer.
2064
2065 * dframe.el: Remove spurious * in custom docstrings.
2066 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
2067 (dframe-xemacs20p): Remove, inline at the sole use point.
2068 (defface): Don't defvar the face, don't use old-style backquote.
2069 (defcustom): Don't use old-style backquote.
2070 (dframe-frame-parameter, dframe-mouse-event-p):
2071 Make it obvious that it's always defined.
2072 (dframe-popup-kludge): New function to replace
2073 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
2074 (dframe-frame-mode, dframe-set-timer-internal)
2075 (dframe-mouse-set-point): Remove use of with-no-warnings from
2076 XEmacs-specific code.
2077 (dframe-set-timer-internal): Fix very old bug with
2078 post-command-idle-hook.
2079
2080 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
2081
2082 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
2083
2084 * image-mode.el (image-minor-mode): Use image-mode-text-map.
2085
2086 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
2087
2088 * sort.el (sort-fold-case, sort-numeric-base): Mark as
2089 safe-local-variable.
2090
2091 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2092
2093 * net/browse-url.el (browse-url-emacs): New function.
2094
2095 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2096
2097 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
2098 warning if the file uses old style backquotes.
2099
2100 * emacs-lisp/bytecomp.el (byte-compile-log-file)
2101 (byte-recompile-directory, byte-compile-file)
2102 (byte-compile-from-buffer): Use with-current-buffer.
2103
2104 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
2105 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
2106 (line-move-1, line-move-finish, line-move-to-column)
2107 (move-end-of-line, move-beginning-of-line): Use new name.
2108
2109 2007-08-22 Glenn Morris <rgm@gnu.org>
2110
2111 * files.el (backup-buffer-copy): Check backup directory is
2112 writable, to avoid infloop deleting old backup.
2113
2114 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
2115 movemail related variables.
2116 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
2117 will now be set before this is called.
2118
2119 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2120
2121 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
2122
2123 * progmodes/ada-mode.el: Fix up comment style in header.
2124 (ada-check-emacs-version): Remove.
2125 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
2126 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
2127 to try and quieten the byte-compiler.
2128 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
2129
2130 * vc.el (vc-annotate-warp-version): Don't use previous-line.
2131
2132 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
2133
2134 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
2135 extracted from `eval-last-sexp-1'.
2136 (eval-last-sexp-1): Call `preceding-sexp'.
2137
2138 2007-08-19 Glenn Morris <rgm@gnu.org>
2139
2140 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
2141 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
2142 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
2143 shadow files messing up the compilation.
2144
2145 2007-08-18 Glenn Morris <rgm@gnu.org>
2146
2147 * progmodes/scheme.el (scheme-mode-variables):
2148 Set font-lock-comment-start-skip.
2149
2150 2007-08-18 Martin Rudalics <rudalics@gmx.at>
2151
2152 * progmodes/ada-mode.el (ada-create-syntax-table):
2153 Move set-syntax-table from here to ...
2154 (ada-mode): ... here. Don't change global value of comment-multi-line.
2155 Call new function ada-initialize-syntax-table-properties.
2156 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
2157 (ada-deactivate-properties, ada-initialize-properties):
2158 Replace by new functions ...
2159 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
2160 (ada-initialize-syntax-table-properties): ... to set up syntax-table
2161 properties uniformly, independently from whether font-lock-mode
2162 is enabled or not. Handle read-only buffers and do not change
2163 undo-list when setting syntax-table properties.
2164 (ada-after-change-function): Use ada-set-syntax-table-properties.
2165
2166 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2167
2168 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
2169 (cperl-find-pods-heres): Fix an error when typing expressions like
2170 `s{a}{b}'.
2171
2172 2007-08-17 Glenn Morris <rgm@gnu.org>
2173
2174 * progmodes/compile.el (compilation-get-file-structure): Make use
2175 of the directory part when checking for an existing entry, to
2176 handle files with same basename in different directories.
2177
2178 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2179
2180 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
2181 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
2182 (ps-paragraph-spacing): Docstring fix.
2183
2184 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2185
2186 * smerge-mode.el (smerge-resolve): New arg `safe'.
2187 (smerge-resolve-all, smerge-batch-resolve): New function.
2188 (smerge-refine): Make sure `diff' returns the expected result.
2189 (smerge-parsep-re): New const.
2190 (smerge-mode): Use it to adjust paragraph-separate.
2191
2192 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2193 Correctly match / regexp matchers as first char on a line when
2194 fontifying only that line.
2195
2196 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
2197
2198 2007-08-16 Glenn Morris <rgm@gnu.org>
2199
2200 * ps-print.el (ps-font-size): Doc fix.
2201
2202 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2203
2204 * vc-bzr.el: Don't fiddle with vc-handled-backend.
2205 (vc-bzr-registered): Don't redundantly protect against
2206 file-error. Actually use the format-specific code.
2207 (vc-bzr-buffer-nonblank-p): Remove.
2208 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
2209
2210 2007-08-15 Glenn Morris <rgm@gnu.org>
2211
2212 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
2213 sloppier, for the sake of GNU Mailman.
2214 (rmail-digest-rfc1153): Initialize `result' correctly.
2215
2216 2007-08-14 Glenn Morris <rgm@gnu.org>
2217
2218 * simple.el (bad-packages-alist): New constant.
2219 (bad-package-check): New function. Together, these two add
2220 elements to `after-load-alist' to check for problematic external
2221 packages.
2222 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
2223
2224 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
2225
2226 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
2227 optional quotes around files in NEED-UPDATE . REMOVED case.
2228
2229 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
2230 (ada-treat-cmd-string): Improve error message.
2231 (ada-do-file-completion): Call `ada-require-project-file', so
2232 project variables are set properly.
2233 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
2234 (ada-gnatfind-buffer-name): New constant.
2235 (ada-find-any-references): Use new constant. Set buffer name
2236 properly in compilation-start. Toggle read-only properly.
2237 (ada-find-in-src-path): Fix spelling error in docstring.
2238
2239 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
2240 by zero error.
2241
2242 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
2243
2244 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
2245
2246 2007-08-12 Richard Stallman <rms@gnu.org>
2247
2248 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
2249 (cvs-execute-single-file): Use new name split-string-and-unquote.
2250 (cvs-header-msg): Use new name combine-and-quote-strings.
2251
2252 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
2253
2254 * progmodes/gud.el (gud-common-init): Use new name
2255 split-string-and-unquote.
2256
2257 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
2258 in javac regexp.
2259
2260 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
2261 combine-and-quote-strings and split-string-and-unquote.
2262
2263 * subr.el (combine-and-quote-strings): Rename from strings->string.
2264 (split-string-and-unquote): Rename from string->strings.
2265
2266 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2267
2268 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
2269 to buffer-local settings.
2270
2271 * emacs-lisp/backquote.el (backquote-delay-process): New function.
2272 (backquote-process): Add internal arg `level'. Use the two to
2273 correctly handle nested backquotes.
2274
2275 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
2276
2277 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
2278 (vc-bzr-state-words): Add "kind changed" state word.
2279 (vc-bzr-status): New function. Return Bzr idea of file status,
2280 which is different from VC's.
2281 (vc-bzr-state): Use vc-bzr-status.
2282 (vc-workfile-unchanged-p): Use vc-bzr-status.
2283 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
2284 (vc-dired-state): Process "kind changed" state word.
2285
2286 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2287
2288 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
2289
2290 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
2291 Move from vc-default-find-file-not-found-hook.
2292
2293 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
2294
2295 * url/url-auth.el (url-basic-auth): When prompting for username
2296 and password, default to the username and password in the URL.
2297
2298 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2299
2300 * man.el: Remove spurious * in docstrings.
2301 Merge defvars and toplevel setq-defaults.
2302 (Man-highlight-references0): Limit=nil rather than point-max.
2303 (Man-mode-map): Move initialization into the declaration.
2304 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
2305 (Man-view-header-file): Use expand-file-name rather than concat.
2306 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
2307
2308 * man.el (Man-next-section): Make sure we do not move backward.
2309
2310 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2311
2312 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
2313 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
2314 ps-print-color-p is neither nil nor black-white. Reported by Christian
2315 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2316
2317 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2318
2319 * files.el (auto-mode-alist): Use the purecopied text (duh!).
2320
2321 2007-08-08 Andreas Schwab <schwab@suse.de>
2322
2323 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
2324 self-insert-command, not self-insert.
2325
2326 2007-08-08 Glenn Morris <rgm@gnu.org>
2327
2328 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
2329
2330 * Replace `iff' in doc-strings and comments.
2331
2332 * help-mode.el (help-make-xrefs): Search for symbol constituents,
2333 rather than just `-'.
2334
2335 2007-08-08 Martin Rudalics <rudalics@gmx.at>
2336
2337 * dired.el (dired-pop-to-buffer):
2338 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2339 * calendar/calendar.el (generate-calendar-window):
2340 * progmodes/compile.el (compilation-set-window-height):
2341 * textmodes/two-column.el (2C-two-columns, 2C-merge):
2342 Use window-full-width-p instead of comparing frame-width and
2343 window-width.
2344
2345 * progmodes/compile.el (compilation-find-buffer): Remove extra
2346 argument in call to compilation-buffer-internal-p.
2347
2348 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
2349
2350 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
2351 parameters IDENTIFICATION and CONNECTED.
2352 (tramp-handle-insert-file-contents): VISIT must be handled after
2353 insertion of the local copy. Reported by Peter Gordon
2354 <peter@pg-consultants.com>.
2355 (tramp-file-name-handler): No special handling for
2356 `expand-file-name'. But for `file-name-as-directory'.
2357 (tramp-find-shell, tramp-open-connection-telnet)
2358 (tramp-open-connection-rsh, tramp-open-connection-su)
2359 (tramp-open-connection-multi)
2360 (tramp-open-connection-setup-interactive-shell): Guard against
2361 $PROMPT_COMMAND shell var. Reported by Steve Youngs
2362 <steve@sxemacs.org>.
2363 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
2364 the hint.
2365
2366 * net/trampver.el: Update release number.
2367
2368 2007-08-07 Tom Tromey <tromey@redhat.com>
2369
2370 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
2371 Add safe-local-variable property.
2372
2373 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
2374
2375 * image-mode.el (image-toggle-display): Use image-refresh.
2376
2377 * longlines.el (longlines-decoded): New variable.
2378 (longlines-mode): Avoid encoding or decoding the buffer twice.
2379
2380 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
2381
2382 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
2383 unofficial version.
2384 (vc-bzr-command): Remove redundant setting of process-connection-type.
2385 (vc-bzr-admin-checkout-format-file): Add autoload.
2386 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
2387 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
2388 (vc-bzr-registered): Compare dirstate format tag with known good
2389 value, abort parsing if match fails. Warn user in docstring.
2390 (vc-bzr-workfile-version): Case for different Bzr branch formats.
2391 See bzrlib/branch.py in Bzr sources.
2392 (vc-bzr-diff): First argument FILES may be a string rather than a list.
2393 (vc-bzr-shell-command): Remove in favor of
2394 vc-bzr-command-discarding-stderr.
2395 (vc-bzr-command-discarding-stderr): New function.
2396
2397 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
2398
2399 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
2400 program, and return nil
2401 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
2402 (vc-bzr-state): Look for path names relative to the repository
2403 root after status keyword.
2404 (vc-bzr-file-name-relative): New function.
2405 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
2406 depend on it.
2407 (vc-bzr-admin-dirname, ...-checkout-format-file)
2408 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
2409 files that we now parse directly for speed.
2410 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
2411 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
2412 (vc-bzr-state): "bzr status" successful only if exitcode is 0
2413 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
2414 Bzr warnings, so we must discard it.
2415 (vc-bzr-workfile-version): Speedup counting lines from
2416 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
2417 if that file doesn't exist.
2418 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
2419 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
2420 (not ".bzr"!) to `vc-directory-exclusion-list'
2421 (vc-bzr-shell-command): New function.
2422
2423 2007-08-06 Tom Tromey <tromey@redhat.com>
2424
2425 * diff-mode.el (diff-unified->context, diff-reverse-direction)
2426 (diff-fixup-modifs): Typo in docstring.
2427
2428 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2429
2430 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
2431 count-screen-lines.
2432 (tpu-edt-off): Disable relevant pieces of advice.
2433
2434 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
2435 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
2436 (newline, newline-and-indent, do-auto-fill): Use advice instead of
2437 redefining the function.
2438 (tpu-set-scroll-margins): Activate the pieces of advice.
2439
2440 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
2441
2442 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
2443 process-filter.
2444
2445 2007-08-06 Martin Rudalics <rudalics@gmx.at>
2446
2447 * help.el (resize-temp-buffer-window): Use window-full-width-p
2448 instead of comparing frame-width and window-width.
2449
2450 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
2451
2452 * term.el: Honor term-default-fg-color and term-default-bg-color
2453 settings when modifying term-current-face.
2454 (term-default-fg-color, term-default-bg-color): Initialize from
2455 default term-current-face.
2456 (term-mode, term-reset-terminal): Set term-current-face with
2457 term-default-fg-color and term-default-bg-color.
2458 (term-handle-colors-array): term-current-face has term-default-fg-color
2459 and term-default-bg-color after reset escape sequence.
2460 (term-handle-colors-array): Set term-current-color with
2461 term-default-fg/bg-color instead of ansi-term-color-vector when the
2462 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
2463
2464 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
2465
2466 * files.el (set-auto-mode): Handle also remote files wrt
2467 `auto-mode-alist'.
2468
2469 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
2470 remote identification.
2471
2472 2007-08-04 Glenn Morris <rgm@gnu.org>
2473
2474 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
2475 zero, not nil, when the library is first loaded. Check for a file
2476 that has been modified on disk.
2477
2478 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
2479 Remove duplicate defvar preventing initialization.
2480 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
2481
2482 2007-08-03 Miles Bader <miles@gnu.org>
2483
2484 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
2485 backend names for new backends to `Git', `Hg', and `Bzr'.
2486 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
2487 not `HG'.
2488 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
2489 name, not `GIT'.
2490 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
2491 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
2492
2493 2007-08-03 Glenn Morris <rgm@gnu.org>
2494
2495 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
2496
2497 2007-08-02 Richard Stallman <rms@gnu.org>
2498
2499 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
2500 to update deleted flag.
2501
2502 * cus-edit.el (customize-apropos, customize-apropos-options)
2503 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
2504
2505 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
2506
2507 * startup.el (fancy-splash-head, startup-echo-area-message):
2508 Change message text.
2509
2510 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
2511 All callers use line-move.
2512
2513 * progmodes/compile.el (compilation-find-buffer): Return current
2514 buffer immediately if suitable.
2515 (compile, compilation-buffer-name, compilation-start): Doc fixes.
2516
2517 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2518
2519 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
2520 Make it more discriminating and more useful.
2521 (vc-bzr-root-dir): Use new name.
2522 (vc-bzr-registered): Use new name and look at the dirstate file to
2523 determine if it's registered or not without running `bzr'.
2524
2525 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
2526
2527 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
2528
2529 2007-07-31 Drew Adams <drew.adams@oracle.com>
2530
2531 * cus-edit.el (custom-group-value-create, custom-goto-parent):
2532 Fix parent groups link.
2533
2534 2007-07-31 Daiki Ueno <ueno@unixuser.org>
2535
2536 * faces.el (face-normalize-spec): New function.
2537 (frame-set-background-mode): Normalize face-spec before calling
2538 face-spec-match-p.
2539
2540 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
2541
2542 * vc-bzr.el: New file (copied from the trunk).
2543
2544 * vc-hooks.el (vc-handled-backends): Add BZR.
2545 (vc-find-file-hook): Failsafe if the backend's `registered'
2546 function burps.
2547
2548 * server.el (server-window): Add switch-to-buffer-other-frame option.
2549
2550 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2551
2552 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
2553 (vc-git-revision-completion-table): Enable.
2554
2555 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
2556
2557 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
2558
2559 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
2560 (vc-hg-registered): Set the vc-state property.
2561
2562 * diff-mode.el (diff-mode-menu): New entries.
2563
2564 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2565
2566 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
2567 (diff-file-kill): Use it.
2568 (diff-beginning-of-hunk): Add arg `try-harder' using it.
2569 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
2570 Use it so they find the hunk even when we're in the file header.
2571
2572 * vc.el: Add new VC operation `revision-completion-table'.
2573 (vc-default-revision-completion-table): New function.
2574 (vc-version-diff, vc-version-other-window): Use it to provide
2575 completion of revision names if the backend provides it.
2576
2577 * vc-arch.el (vc-arch--version-completion-table)
2578 (vc-arch-revision-completion-table): New functions to provide
2579 completion of revision names.
2580
2581 * vc-cvs.el: Require CL.
2582 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
2583 New functions to provide completion of revision names.
2584
2585 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
2586
2587 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
2588 (copyright-fix-years, copyright): Correctly handle the case where
2589 copyright-limit is nil.
2590
2591 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
2592
2593 * progmodes/python.el (run-python): Fix path separator under w32.
2594
2595 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
2596
2597 * vc-git.el: New File.
2598
2599 2007-07-28 Alan Mackenzie <acm@muc.de>
2600
2601 Fix problem with modes derived from CC Mode:
2602 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
2603 macro to cc-langs.
2604 (c-init-language-vars-for): Remove call to above macro.
2605 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
2606 been moved to here.
2607 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
2608
2609 2007-07-28 Eli Zaretskii <eliz@gnu.org>
2610
2611 * net/trampver.el: Fix the `coding' cookie.
2612
2613 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
2614
2615 * add-log.el (change-log-redate): Remove (not needed anymore and
2616 doesn't appear to work).
2617
2618 2007-07-25 Glenn Morris <rgm@gnu.org>
2619
2620 * Relicense all FSF files to GPLv3 or later.
2621
2622 * COPYING: Switch to GPLv3.
2623
2624 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2625
2626 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
2627 Replace it with another one which disables undo before calling
2628 erase-buffer and then turns it back on if needed.
2629
2630 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2631
2632 * ps-print.el: Problem with foreground and background color when
2633 printing a buffer with and without faces. Reported by Christian
2634 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2635 (ps-print-version): New version 6.7.5.
2636 (ps-default-fg): Change default value to nil, so black color is used
2637 when a face does not specify a foreground color.
2638 (ps-default-bg): Change default value to nil, so white color is used
2639 for background color.
2640 (ps-begin-job): Fix code.
2641
2642 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2643
2644 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
2645
2646 2007-07-24 Alan Mackenzie <acm@muc.de>
2647
2648 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2649 Initialise byte-compile-unresolved-functions before rather than
2650 after a compilation.
2651 (byte-compile-unresolved-functions): Amplify doc string.
2652
2653 2007-07-24 Glenn Morris <rgm@gnu.org>
2654
2655 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
2656 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
2657 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2658 (cal-tex-cursor-week, cal-tex-cursor-week2)
2659 (cal-tex-cursor-week-iso, cal-tex-week-hours)
2660 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2661 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2662 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
2663
2664 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2665
2666 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
2667
2668 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2669
2670 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
2671 underlying file is uptodate.
2672
2673 2007-07-23 Richard Stallman <rms@gnu.org>
2674
2675 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
2676
2677 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2678
2679 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
2680 (sh-font-lock-flush-syntax-ppss-cache): New funs.
2681 (sh-font-lock-syntactic-keywords): Use them to distinguish the
2682 different possible cases for \'.
2683 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
2684
2685 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
2686 `file' from which to start the search and fix case where `file' is the
2687 current directory and the root as well.
2688
2689 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
2690 name for buffer-file-name if it refers to a directory.
2691
2692 2007-07-22 Jason Rumney <jasonr@gnu.org>
2693
2694 * w32-fns.el (set-default-process-coding-system): Use dos line ends
2695 for input to cmdproxy on all versions of Windows.
2696 Use dos line ends for input to plink.
2697
2698 * comint.el (comint-simple-send): Concat newline before sending.
2699 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
2700
2701 2007-07-22 Juri Linkov <juri@jurta.org>
2702
2703 * isearch.el (isearch-edit-string): Save old point and
2704 isearch-other-end to old-point and old-other-end before reading
2705 the search string from minibuffer. After exiting minibuffer set
2706 point to old-other-end if point and the search direction is the
2707 same as before reading the search string.
2708 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
2709 to isearch-other-end. Instead of isearch-search-and-update call
2710 three functions isearch-search, isearch-push-state and isearch-update.
2711
2712 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2713
2714 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
2715 destroying an existing buffer.
2716
2717 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2718
2719 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
2720
2721 * term/x-win.el (x-handle-no-bitmap-icon): New function.
2722
2723 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2724
2725 * textmodes/reftex.el (reftex-access-parse-file): Create parse
2726 file in a way that does not interfere with recentf.
2727
2728 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2729
2730 * image-dired.el (image-dired-sane-db-file): New func.
2731 (image-dired-write-tags, image-dired-remove-tag)
2732 (image-dired-list-tags, image-dired-write-comments)
2733 (image-dired-get-comment, image-dired-mark-tagged-files)
2734 (image-dired-create-gallery-lists): Call new func.
2735 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
2736
2737 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2738
2739 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
2740 (vc-hg-dir-state): Fix loop.
2741 (vc-hg-print-log): Fix expected return value for vc-hg-command.
2742 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
2743 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
2744 (vc-hg-revert): Likewise.
2745 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
2746
2747 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2748
2749 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
2750 case of alignment under a constant symbol, find and consider
2751 the sexp actually at indentation to be the "last sexp".
2752
2753 2007-07-20 Eli Zaretskii <eliz@gnu.org>
2754
2755 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2756 (install): Use them to copy all *.el files before *.elc.
2757 (clean): Don't delete *~.
2758
2759 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
2760
2761 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
2762
2763 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
2764
2765 * vc-hg.el (vc-hg-registered): Replace if with when.
2766 (vc-hg-state): Deal with nonexistent files.
2767
2768 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
2769
2770 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
2771 (follow-delete-other-windows-and-split, follow-recenter)
2772 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
2773 (follow-redisplay, follow-estimate-first-window-start)
2774 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
2775 Fix typos in docstrings.
2776
2777 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
2778
2779 * bookmark.el (bookmark-show-all-annotations):
2780 Make sure each inserted annotation ends with newline.
2781
2782 (bookmark-maybe-sort-alist): Don't modify
2783 bookmark-alist. Instead, if not sorting, simply return it.
2784 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
2785 for its return value, not for its side effect.
2786
2787 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
2788
2789 * vc.el: Add more info about the vc-registered function.
2790
2791 2007-07-16 David Kastrup <dak@gnu.org>
2792
2793 * emacs-lisp/advice.el (defadvice): Doc fix.
2794
2795 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
2796
2797 * subr.el (when, unless): Doc fix.
2798
2799 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2800
2801 * vc-hg.el (vc-hg-state): Handle removed files.
2802 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
2803 (vc-hg-checkout): Re-enable.
2804
2805 2007-07-15 Richard Stallman <rms@gnu.org>
2806
2807 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
2808
2809 * tutorial.el (tutorial--find-changed-keys):
2810 Handle C-x specially like ESC.
2811
2812 2007-07-15 Roland McGrath <roland@frob.com>
2813
2814 * add-log.el (add-change-log-entry): Check add-log-full-name
2815 and add-log-mailing-address later, after change-log-mode-hook.
2816
2817 2007-07-15 Richard Stallman <rms@gnu.org>
2818
2819 * isearch.el (isearch-mode, isearch-done):
2820 Delete unintended code in previous change.
2821
2822 * ps-print.el (ps-default-bg): Change to White.
2823
2824 2007-07-15 Aaron Hawley <aaronh@garden.org>
2825
2826 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
2827
2828 2007-07-15 Martin Rudalics <rudalics@gmx.at>
2829
2830 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
2831 when handling the terminating event.
2832
2833 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
2834
2835 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
2836
2837 2007-07-13 Eli Zaretskii <eliz@gnu.org>
2838
2839 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2840 (install): Use them to copy all *.el files before *.elc.
2841
2842 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2843
2844 * replace.el (match): Use yellow1 instead of yellow.
2845
2846 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
2847
2848 * pcvs-info.el (cvs-unknown): Likewise.
2849
2850 2007-07-12 Davis Herring <herring@lanl.gov>
2851
2852 * desktop.el (desktop-buffer-info, desktop-save):
2853 Use `desktop-dirname' instead of `dirname'.
2854
2855 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
2856
2857 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
2858
2859 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
2860
2861 2007-07-10 Richard Stallman <rms@gnu.org>
2862
2863 * emacs-lisp/lisp-mode.el (eval-defun):
2864 Explain special handling of `defface'.
2865
2866 2007-07-09 Richard Stallman <rms@gnu.org>
2867
2868 * isearch.el (isearch-edit-string): Call to isearch-push-state
2869 after the search.
2870
2871 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
2872
2873 * cus-start.el (file-coding-system-alist): Fix custom type.
2874
2875 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
2876
2877 * longlines.el (longlines-wrap-region): Avoid marking buffer as
2878 modified.
2879 (longlines-auto-wrap, longlines-window-change-function):
2880 Remove unnecessary calls to set-buffer-modified-p.
2881
2882 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2883
2884 * vc.el (vc-default-log-view-mode): New function.
2885 (vc-print-log): Add new `log-view-mode' VC operation.
2886
2887 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
2888
2889 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
2890 Rename and move to...
2891
2892 * subr.el (strings->string, string->strings): ...here.
2893
2894 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
2895 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
2896
2897 * progmodes/gud.el (gud-common-init): Call string->strings instead
2898 of split-string.
2899
2900 2007-07-07 Eli Zaretskii <eliz@gnu.org>
2901
2902 * term/w32-win.el (menu-bar-open): New function.
2903 Bind <f10> to it.
2904
2905 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2906
2907 * log-view.el (log-view-mode-menu): New menu.
2908
2909 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
2910
2911 * vc-hg.el: New file.
2912
2913 2007-07-06 Andreas Schwab <schwab@suse.de>
2914
2915 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
2916 dynamic bindings around the evaluation of the expression.
2917 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
2918
2919 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2920
2921 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
2922 file names.
2923
2924 2007-07-02 Martin Rudalics <rudalics@gmx.at>
2925
2926 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
2927
2928 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
2929 event is not a cons cell. Do not unread drag-mouse-1 events.
2930 Select right window in check whether space was stolen from
2931 window above.
2932
2933 2007-07-01 Richard Stallman <rms@gnu.org>
2934
2935 * files.el (find-file-visit-truename): Fix safe-local-variable value.
2936
2937 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
2938
2939 * generic-x.el (generic-define-mswindows-modes)
2940 (generic-define-unix-modes, apache-log-generic-mode)
2941 (bat-generic-mode-keymap, java-manifest-generic-mode)
2942 (show-tabs-generic-mode): Fix typos in docstrings.
2943
2944 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2945
2946 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
2947 replace-regexp-in-string.
2948
2949 2007-06-28 Andreas Schwab <schwab@suse.de>
2950
2951 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
2952 $(lisp)/subdirs.el.
2953
2954 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
2955
2956 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
2957 the speedbar frame if nil; that deletes the current frame or
2958 causes an error if it is the only frame.
2959 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
2960
2961 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
2962
2963 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
2964 directory where the desktop file was found, as the docstring says.
2965 (desktop-kill): Use `read-directory-name'.
2966
2967 * desktop.el (desktop-load-locked-desktop): New option.
2968 (desktop-read): Use it.
2969 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
2970 Use `when'.
2971
2972 2007-06-24 Davis Herring <herring@lanl.gov>
2973
2974 * desktop.el (desktop-save-mode-off): New function.
2975 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
2976 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
2977 (desktop-claim-lock, desktop-release-lock): New functions.
2978 (desktop-kill): Tell `desktop-save' that this is the last save.
2979 Release the lock afterwards.
2980 (desktop-buffer-info): New function.
2981 (desktop-save): Use it. Run `desktop-save-hook' where the doc
2982 says to. Detect conflicts, and manage the lock.
2983 (desktop-read): Detect conflicts. Manage the lock.
2984
2985 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2986
2987 * ls-lisp.el (insert-directory): If an invalid regexp error is
2988 thrown, try using FILE as a literal file name, not a wildcard.
2989 Check for FILE as an existing file, not just a directory.
2990
2991 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
2992
2993 * ruler-mode.el (ruler-mode): Prevent clobbering the original
2994 `header-line-format' when reentering ruler mode.
2995
2996 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2997
2998 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
2999 FILE exists as a directory.
3000
3001 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3002
3003 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
3004 (vera-font-lock-match-item): Fix doc string.
3005 (vera-in-comment-p): Remove unused function.
3006 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
3007 use `syntax-ppss'.
3008 (vera-forward-syntactic-ws): Fix argument order.
3009 (vera-prepare-search): Use `with-syntax-table'.
3010 (vera-indent-line): Fix doc string.
3011 (vera-electric-tab): Fix doc string.
3012 (vera-expand-abbrev): Define alias instead of using `fset'.
3013 (vera-comment-uncomment-region): Use `comment-start-skip'.
3014
3015 2007-06-20 Reto Zimmermann <reto@gnu.org>
3016
3017 * progmodes/vera-mode.el: New file.
3018
3019 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
3020
3021 * ido.el (ido-find-file-in-dir): Don't signal an error for
3022 empty directories.
3023
3024 2007-06-18 Alan Mackenzie <acm@muc.de>
3025
3026 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3027 When removing lines, also remove the \n. Correction of patch of
3028 2007-04-21.
3029
3030 2007-06-17 Glenn Morris <rgm@gnu.org>
3031
3032 * lpr.el (lpr-page-header-switches): Move %s to separate element
3033 for correct quoting. Doc fix.
3034
3035 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3036
3037 * term/xterm.el (terminal-init-xterm): Escape parens in character
3038 constants.
3039
3040 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
3041
3042 * scroll-lock.el (scroll-lock-mode): Doc fix.
3043
3044 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3045
3046 * font-lock.el (font-lock-add-keywords): In case font-lock was only
3047 half-activated, forcefully activate it completely.
3048
3049 2007-06-11 Richard Stallman <rms@gnu.org>
3050
3051 * cus-edit.el (custom-variable-type): Doc fix.
3052
3053 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
3054
3055 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
3056
3057 2007-06-09 Davis Herring <herring@lanl.gov>
3058
3059 * desktop.el (desktop-minor-mode-table): Doc fix.
3060
3061 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
3062
3063 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
3064 (image-next-line, image-previous-line, image-scroll-up)
3065 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
3066 New functions.
3067 (image-mode-map): Remap motion commands.
3068 (image-mode-text-map): New keymap for viewing images as text.
3069 (image-mode): Use image-mode-map.
3070 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
3071
3072 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
3073
3074 Sync with Tramp 2.0.56.
3075
3076 * net/tramp.el:
3077 * net/tramp-ftp.el:
3078 * net/tramp-smb.el:
3079 * net/tramp-util.el:
3080 * net/tramp-vc.el:
3081 Don't load cl.el, because that pollutes the namespace. Replace cl
3082 macros by their implementations where necessary. Requested by
3083 Richard Stallman <rms@gnu.org>.
3084
3085 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
3086 doesn't exist.
3087 (with-parsed-tramp-file-name): Protect debug spec during compilation.
3088 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
3089 (tramp-file-name-p, tramp-file-name-multi-method)
3090 (tramp-file-name-method, tramp-file-name-user)
3091 (tramp-file-name-host, tramp-file-name-localname): New defuns,
3092 replacing defstruct `tramp-file-name'.
3093 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
3094 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
3095 Apply `vector' instead of `make-tramp-file-name'.
3096 (tramp-handle-make-auto-save-file-name):
3097 Apply `tramp-temporary-file-directory' for compatibility reasons.
3098 (tramp-completion-mode): Use `natnump' instead of `wholenump'
3099 because of XEmacs.
3100 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
3101 started.
3102
3103 2007-06-07 David Kastrup <dak@gnu.org>
3104
3105 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3106 Change default to `top'.
3107
3108 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
3109
3110 * dired.el (dired-mode-map): Remove spurious separator.
3111
3112 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3113
3114 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
3115
3116 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
3117 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
3118
3119 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
3120
3121 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
3122 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
3123
3124 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3125
3126 * progmodes/ebrowse.el (ebrowse-member-table):
3127 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
3128
3129 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3130
3131 * pgg.el (pgg-sign-region, pgg-sign):
3132 * ses.el (ses-call-printer):
3133 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
3134 * textmodes/org.el (org-cycle): Fix typos in docstrings.
3135
3136 2007-06-06 Eli Zaretskii <eliz@gnu.org>
3137
3138 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
3139 (tar-get-descriptor): Handle type 55, an extended pax header.
3140
3141 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3142
3143 * textmodes/css-mode.el: New file.
3144
3145 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
3146
3147 * net/socks.el: New file, taken from w3 repository.
3148 (top): Update Copyright. Don't load cl.el.
3149 (all): Replace `case' by `cond', `string-to-int' by
3150 `string-to-number', and `process-kill-without-query' by
3151 `set-process-query-on-exit-flag'.
3152 (socks-char-int): Remove defalias and all occurrences.
3153
3154 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3155
3156 * international/mule-cmds.el (toggle-enable-multibyte-characters)
3157 (sort-coding-systems, search-unencodable-char): Doc fixes.
3158 (coding-system-change-eol-conversion, set-default-coding-systems)
3159 (prefer-coding-system, find-multibyte-characters, princ-list)
3160 (leim-list-entry-regexp, set-input-method, locale-language-names)
3161 (input-method-exit-on-first-char, exit-language-environment-hook)
3162 (locale-charset-language-names): Fix typos in docstrings.
3163
3164 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
3165
3166 * bs.el (bs-cycle-previous): Don't modify the cycle list until
3167 `switch-to-buffer' has returned succesfully.
3168 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
3169 window is dedicated (it could iconify the frame).
3170
3171 2007-06-05 Glenn Morris <rgm@gnu.org>
3172
3173 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
3174
3175 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
3176
3177 * files.el (auto-mode-alist): Add lower-priority match for names
3178 like ChangeLog.old.
3179
3180 2007-06-04 Andreas Schwab <schwab@suse.de>
3181
3182 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
3183
3184 2007-06-04 Davis Herring <herring@lanl.gov>
3185
3186 * calendar/timeclock.el: Update version number.
3187 (timeclock-modeline-display): Mention timeclock-use-display-time
3188 in explanatory message.
3189 (timeclock-log): Suppress warnings when finding the log.
3190 Don't check for a nil project twice. Run hooks after killing the
3191 buffer (if applicable).
3192 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
3193 was geometric). All uses changed.
3194 (timeclock-generate-report): Support prefix argument.
3195
3196 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3197
3198 * man.el (Man-next-section): Don't consider the last line of the
3199 page as being part of any section.
3200
3201 2007-06-04 Martin Rudalics <rudalics@gmx.at>
3202
3203 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
3204 modified flag of buffer. Use `inhibit-modification-hooks'.
3205
3206 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
3207
3208 * mail/mail-extr.el (mail-extract-address-components):
3209 Recognize non-ASCII characters except for NBSP as words.
3210
3211 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
3212
3213 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
3214
3215 2007-06-04 Michael Olson <mwolson@gnu.org>
3216
3217 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
3218 died and we are trying to send a signal to it.
3219
3220 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
3221
3222 * emacs-lisp/easy-mmode.el (define-minor-mode)
3223 (easy-mmode-define-navigation): Fix typos in docstrings.
3224
3225 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
3226 Fix typos in docstrings.
3227 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
3228 (compilation-finish-function): Fix typo in obsolescence declaration.
3229
3230 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
3231
3232 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
3233
3234 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
3235 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
3236
3237 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
3238
3239 * longlines.el (longlines-mode): Make longlines-auto-wrap
3240 buffer-local. Add hooks unconditionally.
3241 (longlines-auto-wrap): Toggle wrapping.
3242 (longlines-after-change-function)
3243 (longlines-post-command-function): Check longlines-auto-wrap.
3244
3245 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
3246
3247 * Version 22.1 released.
3248
3249 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
3250
3251 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
3252 changes.
3253
3254 2007-05-31 Richard Stallman <rms@gnu.org>
3255
3256 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
3257
3258 2007-05-29 Martin Rudalics <rudalics@gmx.at>
3259
3260 * textmodes/table.el (table--point-entered-cell-function)
3261 (table--point-left-cell-function):
3262 Bind `inhibit-point-motion-hooks' to t.
3263
3264 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3265
3266 * emacs-lisp/rx.el (rx): Doc fix.
3267
3268 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
3269
3270 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
3271
3272 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3273
3274 * log-edit.el (log-edit-changelog-paragraph): Return point-max
3275 as the end of the ChangeLog paragraph when it ends without a line
3276 termination.
3277
3278 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3279
3280 * textmodes/fill.el (canonically-space-region): Make the second arg
3281 a marker if it's not already the case.
3282
3283 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
3284 (xterm-mouse-event): Use it.
3285
3286 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
3287
3288 * vc-hooks.el (vc-find-root): Fix file attribute test.
3289
3290 2007-05-24 Richard Stallman <rms@gnu.org>
3291
3292 * textmodes/flyspell.el (flyspell-correct-word-before-point):
3293 Don't let opoint be nil.
3294 (flyspell-emacs-popup): Explicit error if no dialogs.
3295
3296 2007-05-23 Eli Zaretskii <eliz@gnu.org>
3297
3298 * tar-mode.el (tar-file-name-handler): New function.
3299 (tar-extract): Bind file-name-handler-alist to it to force
3300 find-buffer-file-type-coding-system behave as if the file being
3301 extracted existed. Use last-coding-system-used to force
3302 buffer-file-coding-system to what decode-coding-region actually
3303 used to decode the file.
3304
3305 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3306
3307 * progmodes/compile.el (compilation-handle-exit):
3308 `compilation-finish-function' may change the current buffer.
3309
3310 2007-05-22 Richard Stallman <rms@gnu.org>
3311
3312 * files.el (set-auto-mode): Doc fix.
3313
3314 2007-05-22 Eli Zaretskii <eliz@gnu.org>
3315
3316 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3317
3318 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
3319
3320 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
3321 (rcirc-print): Handle `window-width'.
3322 (rcirc-buffer-maximum-lines): Doc fix.
3323
3324 2007-05-19 Kevin Ryde <user42@zip.com.au>
3325
3326 * info.el (Info-fontify-node): Match https also.
3327
3328 2007-05-18 Richard Stallman <rms@gnu.org>
3329
3330 * simple.el (push-mark): Doc fix.
3331
3332 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
3333
3334 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
3335 tpu-global-map.
3336 (tpu-original-global-map): Delete variable.
3337 (tpu-control-keys-map): New keymap variable.
3338 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
3339 setting keymapping directly.
3340 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
3341 tpu-global-map.
3342 (tpu-edt-on): Activate the tpu-global-map.
3343 (tpu-edt-off): Deactivate the tpu-global-map.
3344
3345 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
3346
3347 * textmodes/ispell.el (ispell-get-word): Return markers
3348 for start and end positions.
3349 (ispell-word): Assume END is a marker.
3350
3351 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3352
3353 * ps-print.el: Use default color when foreground or background color
3354 are unspecified. Reported by Leo <sdl.web@gmail.com>.
3355 (ps-print-version): New version 6.7.4.
3356 (ps-rgb-color): New argument. Use default color when color is
3357 unspecified.
3358 (ps-begin-job): Fix code.
3359
3360 2007-05-17 Martin Rudalics <rudalics@gmx.at>
3361
3362 * textmodes/ispell.el (ispell-start-process): Defend against bad
3363 default-directory.
3364
3365 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3366
3367 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
3368
3369 2007-05-16 Richard Stallman <rms@gnu.org>
3370
3371 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
3372
3373 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3374
3375 * files.el (magic-mode-alist, magic-fallback-mode-alist):
3376 Move the *ml, Postscript, and XmCD entries to the fallback part.
3377
3378 * files.el (magic-fallback-mode-alist):
3379 Rename from file-start-mode-alist.
3380
3381 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3382
3383 * progmodes/compile.el (compilation-handle-exit): Quote first
3384 argument of `run-hook-with-args'.
3385
3386 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
3387
3388 * buff-menu.el (Buffer-menu-sort-column):
3389 * dabbrev.el (dabbrev-upcase-means-case-search):
3390 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3391 * info.el (Info-current-subfile):
3392 * ls-lisp.el (ls-lisp-verbosity):
3393 * msb.el (msb-menu-cond):
3394 * pcvs.el (cvs-dired-use-hook):
3395 * simple.el (set-mark-command-repeat-pop):
3396 * time.el (display-time-24hr-format, display-time-mail-file):
3397 Doc fixes.
3398
3399 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
3400 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
3401
3402 * view.el (view-inhibit-help-message): Fix typo in docstring.
3403 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
3404
3405 2007-05-14 Eli Zaretskii <eliz@gnu.org>
3406
3407 * mail/rmail.el (rmail-convert-to-babyl-format):
3408 Check content-transfer-encoding _last_, because we need its position
3409 in base64-header-field-end.
3410
3411 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
3412
3413 * files.el (mode-require-final-newline, require-final-newline)
3414 (enable-local-variables, enable-local-eval): Doc fixes.
3415
3416 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
3417
3418 * progmodes/python.el (python-font-lock-keywords)
3419 (python-open-block-statement-p, python-mode): Add support for the new
3420 "with" keyword.
3421
3422 2007-05-10 Richard Stallman <rms@gnu.org>
3423
3424 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
3425 (iso-cvt-write-only): Likewise.
3426
3427 * emacs-lisp/easy-mmode.el (define-minor-mode):
3428 Fix generated doc string.
3429
3430 * startup.el (fancy-splash-text): Add URL of guided tour.
3431 Adjust horizontal and vertical whitespace.
3432
3433 * progmodes/compile.el (compilation-handle-exit):
3434 Use run-hook-with-args to run compilation-finish-functions.
3435
3436 * files.el (file-start-mode-alist): New variable.
3437 (magic-mode-regexp-match-limit): Doc fix.
3438 (set-auto-mode): Handle file-start-mode-alist.
3439 A little cleanup of structure.
3440
3441 2007-05-10 Davis Herring <herring@lanl.gov>
3442
3443 * calendar/timeclock.el (timeclock-in): Fix non-interactive
3444 workday specifications.
3445 (timeclock-log): Don't kill the log buffer if it already existed.
3446
3447 2007-05-08 Richard Stallman <rms@gnu.org>
3448
3449 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
3450 Don't include non-self-insert commands in the exception for `-'.
3451
3452 2007-05-08 David Reitter <david.reitter@gmail.com>
3453
3454 * progmodes/python.el (python-guess-indent): Check non-nullness
3455 before comparing indent against the 2..8 interval.
3456
3457 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3458
3459 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
3460 available.
3461
3462 2007-05-06 Richard Stallman <rms@gnu.org>
3463
3464 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
3465
3466 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
3467
3468 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
3469 disconnections.
3470
3471 2007-05-01 Romain Francoise <romain@orebokech.com>
3472
3473 * dired-x.el: Revert 2007-04-06 change.
3474
3475 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
3476
3477 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
3478 don't put stop on toolbar.
3479
3480 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
3481
3482 * find-dired.el (find-dired-filter): Propertize all text down to eob.
3483
3484 2007-04-29 Richard Stallman <rms@gnu.org>
3485
3486 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
3487
3488 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3489
3490 * progmodes/cc-mode.el (c-before-change): Use point-min rather
3491 than 1.
3492
3493 2007-04-28 Richard Stallman <rms@gnu.org>
3494
3495 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
3496
3497 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3498
3499 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
3500
3501 2007-04-28 Eli Zaretskii <eliz@gnu.org>
3502
3503 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
3504 instead of $(lisp)/mh-e.
3505
3506 * textmodes/fill.el (fill-paragraph): Doc fix.
3507
3508 2007-04-28 Glenn Morris <rgm@gnu.org>
3509
3510 * image-dired.el (image-dired-cmd-create-thumbnail-options)
3511 (image-dired-cmd-create-temp-image-options): Replace option
3512 +profile "*" with -strip.
3513
3514 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
3515
3516 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3517 Use window-start and window-end.
3518
3519 2007-04-26 Glenn Morris <rgm@gnu.org>
3520
3521 * progmodes/python.el: Restore file pending consideration of legal
3522 status.
3523
3524 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
3525
3526 * locate.el (locate-in-alternate-database): Doc fix.
3527
3528 2007-04-26 Glenn Morris <rgm@gnu.org>
3529
3530 * button.el (button): Use underline if supported, else fall back
3531 to color.
3532
3533 2007-04-25 Richard Stallman <rms@gnu.org>
3534
3535 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
3536
3537 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
3538
3539 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
3540 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
3541 pushing mark.
3542 (idlwave-current-routine): Don't push mark.
3543
3544 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
3545
3546 * image-dired.el (image-dired-display-image): Derive image-type from
3547 filename rather than assuming jpeg, in case no resizing was needed.
3548
3549 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3550
3551 * custom.el (defface): Doc fix.
3552
3553 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
3554
3555 * progmodes/python.el: Remove due to unclear legal issues.
3556
3557 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3558
3559 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
3560 Don't re-query for each cleared BP.
3561 (idlwave-shell-clear-bp): Optionally skip BP query.
3562 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
3563 of set-window-buffer, which incorrectly moves displayed region.
3564
3565 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
3566
3567 * calc/calc.el (calc-bug-address): Update maintainer's address.
3568 * calc/*: Update maintainer's address.
3569
3570 2007-04-23 Richard Stallman <rms@gnu.org>
3571
3572 * simple.el (set-mark-command-repeat-pop): Doc fix.
3573 Put in `editing-basics' group.
3574
3575 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
3576
3577 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
3578 New functions.
3579 (Info-mode-line-node-keymap): Bind mouse commands to
3580 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
3581
3582 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
3583
3584 * locate.el (locate-local-prompt): New var.
3585 (locate-prompt-for-command): Doc fix.
3586 (locate-prompt-for-search-string): New function.
3587 (locate): New optional arg. Make locate-local-prompt
3588 buffer-local. Use locate-prompt-for-search-string.
3589 (locate-with-filter): New optional arg.
3590 Use locate-prompt-for-search-string.
3591 (locate-update): Bind locate-prompt-for-command.
3592
3593 2007-04-23 Glenn Morris <rgm@gnu.org>
3594
3595 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
3596
3597 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
3598
3599 * button.el (button): Inherit from link face on a tty.
3600
3601 2007-04-23 Glenn Morris <rgm@gnu.org>
3602
3603 * button.el (button): Use color for this face on a tty.
3604
3605 * files.el (magic-mode-alist): Allow for carriage-returns in
3606 html-mode and sgml-mode entries.
3607
3608 2007-04-22 Richard Stallman <rms@gnu.org>
3609
3610 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3611 Improve doc string of generated command.
3612
3613 * subr.el (read-number): Catch errors.
3614
3615 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
3616
3617 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3618
3619 * image-dired.el: Rename from thumbnails.el. All instances of
3620 "thumbnails" replaced with "image-dired".
3621
3622 * dired.el (dired-mode-map): Rename "thumbnails" again, to
3623 "image-dired".
3624
3625 2007-04-22 Kim F. Storm <storm@cua.dk>
3626
3627 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
3628 Don't use kill-line.
3629
3630 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
3631
3632 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
3633 error message.
3634
3635 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3636
3637 * dired.el: Rename "tumme" to "thumbnails".
3638
3639 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
3640 replaced with "thumbnails".
3641
3642 2007-04-22 Glenn Morris <rgm@gnu.org>
3643
3644 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
3645 and give it the risky-local-variable property.
3646
3647 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
3648 before defining it.
3649
3650 2007-04-21 Martin Rudalics <rudalics@gmx.at>
3651
3652 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3653 Use delete-region instead of kill-line.
3654
3655 2007-04-21 Alan Mackenzie <acm@muc.de>
3656
3657 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
3658 `kill-region' by `delete-region'.
3659
3660 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
3661
3662 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
3663 instead of kill-region.
3664
3665 * progmodes/mantemp.el (mantemp-make-mantemps-region)
3666 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
3667 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
3668 and kill-line.
3669
3670 * progmodes/vhdl-mode.el (vhdl-template-type)
3671 (vhdl-template-record, vhdl-template-nature)
3672 (vhdl-template-configuration-spec, vhdl-template-component-inst)
3673 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
3674 Use delete-region instead of kill-word and kill-line.
3675
3676 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3677
3678 * dired-x.el (dired-virtual-mode): Doc fix.
3679
3680 2007-04-21 Richard Stallman <rms@gnu.org>
3681
3682 * font-lock.el (font-lock-keywords-alist): Mark as risky.
3683
3684 * subr.el (read-number): Doc fix.
3685
3686 * simple.el (pop-to-mark-command): Display message "mark popped"
3687 if point does not move.
3688 (set-mark-command): Doc fix.
3689
3690 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
3691
3692 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
3693 (locate-local-filter, locate-local-search): New vars.
3694 (locate): Make variables local.
3695 (locate-update): Bind locate-buffer-name. Call locate using
3696 locate-local-filter and locate-local-search.
3697
3698 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
3699
3700 * hi-lock.el (hi-lock-file-patterns-policy): New var.
3701 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
3702 (hi-lock-mode): Update docstring.
3703
3704 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3705
3706 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
3707 fill-nobreak-predicate when the break is past fill-column.
3708
3709 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
3710
3711 * locate.el (locate): Output from shell-command should go in the
3712 current buffer rather than *Shell Command Output*.
3713
3714 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
3715
3716 * paren.el (show-paren-function): Fix last fix.
3717
3718 2007-04-19 Kevin Ryde <user42@zip.com.au>
3719
3720 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
3721 (archive-lzh-summarize): Add optional start arg for where to start
3722 looking at the archive.
3723 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
3724
3725 * international/mule.el (auto-coding-alist): no-conversion for .exe
3726 and .EXE.
3727
3728 2007-04-19 Alan Mackenzie <acm@muc.de>
3729
3730 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
3731 function return type contains "struct", "union", etc.
3732 c-end-of-defun goes too far forward.
3733
3734 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
3735
3736 * paren.el (show-paren-function): Reset window-start to avoid
3737 recentering.
3738
3739 2007-04-19 Glenn Morris <rgm@gnu.org>
3740
3741 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
3742
3743 2007-04-18 Glenn Morris <rgm@gnu.org>
3744
3745 * calendar/diary-lib.el (diary-header-line-format): Add a custom
3746 :set function.
3747 (diary-list-entries): Only switch to diary-mode from
3748 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
3749 diary-mode set header-line-format, in case of any customization.
3750
3751 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3752
3753 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
3754 is less than the length of parse-time-syntax.
3755
3756 2007-04-17 David Kastrup <dak@gnu.org>
3757
3758 * replace.el (query-replace-regexp-eval): Deprecate.
3759
3760 2007-04-17 Alan Mackenzie <acm@muc.de>
3761
3762 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
3763 point too close to EOB, leave point at EOB rather than last `}'.
3764
3765 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3766
3767 * textmodes/bibtex.el (bibtex-include-OPTkey)
3768 (bibtex-user-optional-fields, bibtex-entry-field-alist):
3769 Fix defcustom.
3770
3771 2007-04-17 Glenn Morris <rgm@gnu.org>
3772
3773 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
3774 be encoded, fall back to current year.
3775
3776 2007-04-14 Kevin Ryde <user42@zip.com.au>
3777
3778 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
3779 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
3780 M "MSDOS".
3781
3782 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
3783
3784 * progmodes/python.el (python-end-of-block): Avoid looping forever
3785 if python-next-statement fails.
3786
3787 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3788
3789 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
3790
3791 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3792
3793 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
3794 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
3795
3796 2007-04-15 Jay Belanger <belanger@truman.edu>
3797
3798 * calc/calc.el (calc-version): New function.
3799 (calc-trail-mode): Shorten the title.
3800
3801 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
3802
3803 * mail/footnote.el (footnote-style): Clarify docstring to state
3804 that customizing this only applies to future footnotes.
3805
3806 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3807
3808 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
3809 (bibtex-make-field): Check that INIT is a string. Use functionp.
3810
3811 2007-04-14 Glenn Morris <rgm@gnu.org>
3812
3813 * complete.el (PC-goto-end): New buffer-local variable.
3814 (PC-do-completion-end): Make buffer-local.
3815 (partial-completion-mode) <choose-completion-string-functions>:
3816 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
3817 (PC-do-completion): New optional fourth argument GOTO-END. Add a
3818 doc string. Set PC-goto-end for choose-completion.
3819 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
3820 PC-do-completion.
3821
3822 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
3823 arg to bibtex-make-field.
3824 (bibtex-make-field): Add optional fourth arg NODELIM.
3825 Insert delimiters around INIT unless this arg is non-nil.
3826
3827 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
3828
3829 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
3830 global map isn't modified.
3831
3832 2007-04-14 Glenn Morris <rgm@gnu.org>
3833
3834 * calendar/appt.el (appt-disp-window): Do not split small windows.
3835 Suggested by Jeff Miller <jmiller@cablespeed.com>.
3836
3837 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
3838
3839 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
3840
3841 * files.el: Ditto.
3842
3843 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
3844
3845 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
3846
3847 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
3848 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
3849 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
3850 (term-pager-help): Fix typos in docstrings.
3851
3852 * wid-edit.el (widget-documentation): Fix typo in docstring.
3853
3854 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
3855 Fix typos in error messages.
3856
3857 2007-04-13 Martin Rudalics <rudalics@gmx.at>
3858
3859 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
3860 window marked as dedicated.
3861
3862 * mail/footnote.el (footnote-latin-string): New variable.
3863 (footnote-latin-regexp): Redefine as regexp alternative.
3864 (Footnote-latin): Use footnote-latin-string instead of
3865 footnote-latin-regexp.
3866
3867 2007-04-13 Glenn Morris <rgm@gnu.org>
3868
3869 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
3870 inherited keymaps.
3871
3872 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
3873
3874 * outline.el (outline-get-next-sibling): Clarify docstring.
3875 (outline-get-last-sibling): Handle case where we are at the first
3876 heading. Clarify docstring.
3877
3878 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
3879
3880 * progmodes/gud.el (gud-minor-mode-map): Make go button same
3881 length as stop button to lessen flicker.
3882 (jdb): Add gud-print.
3883 (gud-find-expr): Jdb prints the expression with the value, so
3884 don't insert it in the output.
3885
3886 2007-04-11 Jason Rumney <jasonr@gnu.org>
3887
3888 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
3889 case hex. Do not try to decode non-hex letters.
3890
3891 2007-04-11 Markus Triska <markus.triska@gmx.at>
3892
3893 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
3894 (byte-optimize-backward-word): Remove (move to bytecomp.el).
3895 (byte-optimize-form-code-walker): Evaluate pure function calls if
3896 possible.
3897 (byte-optimize-all-constp): New function.
3898
3899 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3900 Improve numeric argument case.
3901 (byte-compile-backward-char, byte-compile-backward-word):
3902 New functions, performing rewriting previously done in byte-opt.el.
3903 Fix their "Fixme" item (restriction to numeric arguments).
3904
3905 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3906
3907 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
3908 with dolist.
3909 (after-init-hook): Don't quote lambda.
3910 (desktop-first-buffer): Don't wrap it in eval-when-compile.
3911 (desktop-internal-v2s): Remove unused var `el'.
3912 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
3913 desktop-restore-file-buffer.
3914 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
3915 desktop-create-buffer.
3916
3917 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
3918
3919 * woman.el (woman-decode-buffer): Postpone macro-set check...
3920 (woman-decode-region): ...to here.
3921
3922 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
3923
3924 * startup.el (tty-handle-args): Use %S to log ARGS.
3925
3926 2007-04-10 Glenn Morris <rgm@gnu.org>
3927
3928 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
3929 it is obsolete and has no effect.
3930
3931 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
3932 byte-compiler.
3933
3934 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
3935 obsolete function make-local-hook.
3936
3937 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
3938 start to quieten byte-compiler.
3939
3940 2007-04-10 Markus Triska <markus.triska@gmx.at>
3941
3942 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
3943 to bytecomp.el as byte-compile-char-before).
3944 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3945 New function (modified replacement for byte-optimize-char-before in
3946 byte-opt.el).
3947
3948 2007-04-09 Alan Mackenzie <acm@muc.de>
3949
3950 * startup.el (inhibit-splash-screen): Emphatically state that it
3951 can't be set in site-start.el.
3952
3953 2007-04-09 Masatake YAMATO <jet@gyve.org>
3954
3955 * progmodes/cc-subword.el (c-capitalize-subword): More closely
3956 mimic the behavior of `capitalize-word'. Do not move point with a
3957 negative argument. Based on tiny change by Paul Curry.
3958
3959 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
3960
3961 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
3962 Don't move point if ARG is negative.
3963
3964 2007-04-09 Alan Mackenzie <acm@muc.de>
3965
3966 Changes to make `narrow-to-defun' and `mark-defun' work properly
3967 in CC Mode:
3968
3969 * progmodes/cc-defs.el (c-beginning-of-defun-1):
3970 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
3971 Bind beginning/end-of-defun-function to nil around calls to
3972 beginning/end-of-defun.
3973
3974 * progmodes/cc-langs.el (beginning-of-defun-function)
3975 (end-of-defun-function): New c-lang-setvar's.
3976
3977 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
3978 (setq arg 1))" to enable non-interactive call.
3979
3980 2007-04-09 Eli Zaretskii <eliz@gnu.org>
3981
3982 * simple.el (set-mark-command): Doc fix.
3983
3984 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
3985
3986 * progmodes/gud.el (gdb): Restore existing session if user
3987 tries to start a second one in graphical mode.
3988
3989 2007-04-08 Martin Rudalics <rudalics@gmx.at>
3990
3991 * cus-start.el <scroll-preserve-screen-position>: Add choices.
3992
3993 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3994
3995 * term/xterm.el (terminal-init-xterm): Fix key definitions.
3996 Add binding for C-M-SPC.
3997
3998 2007-04-08 Richard Stallman <rms@gnu.org>
3999
4000 * pcomplete.el (pcomplete-read-event): One single definition,
4001 and not a defsubst.
4002
4003 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
4004
4005 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
4006 byte-compiler warning "value unused".
4007
4008 2007-04-08 Andreas Schwab <schwab@suse.de>
4009
4010 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
4011
4012 2007-04-07 Glenn Morris <rgm@gnu.org>
4013
4014 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
4015 Autoload these functions.
4016 (diary-date-forms): Add a custom :set form.
4017
4018 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
4019 before first use.
4020 (diary-font-lock-keywords): New function with old code for
4021 initialization of variable of same name.
4022
4023 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
4024
4025 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
4026 clean-up: only insert space when on identifier, etc.
4027
4028 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
4029
4030 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
4031
4032 * net/tls.el (open-tls-stream): Properly handle case where there
4033 is no associated buffer.
4034
4035 2007-04-07 Glenn Morris <rgm@gnu.org>
4036
4037 * ffap.el (ffap-file-at-point): Lower the priority of the
4038 ffap-ftp-sans-slash-regexp check.
4039
4040 2007-04-06 Alan Mackenzie <acm@muc.de>
4041
4042 Fix fontification of labels, and other things with ":".
4043
4044 * progmodes/cc-engine.el (c-forward-label): The function now
4045 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
4046 the former t.
4047
4048 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
4049 new return code from c-forward-label, fontifying tokens properly.
4050 Add some general comments throughout the file.
4051
4052 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
4053
4054 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
4055 Revert 2006-01-27 change.
4056
4057 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
4058
4059 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
4060
4061 * desktop.el (desktop-create-buffer, desktop-save):
4062 Revert 2004-11-12 change for lack of copyright papers.
4063
4064 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
4065 (dired-guess-default): Respect case.
4066
4067 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
4068
4069 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
4070 was originally checked in as byte-optimize-concat on 1997-11-02.
4071
4072 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
4073 1995-05-19 doc changes.
4074
4075 2007-04-06 Kim F. Storm <storm@cua.dk>
4076
4077 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
4078 (unload-feature): Update interactive spec accordingly.
4079
4080 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
4081
4082 2007-04-06 John Paul Wallington <jpw@pobox.com>
4083
4084 * subr.el (with-case-table): Use `make-symbol' to avoid variable
4085 capture. Restore the table in the same buffer.
4086
4087 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
4088
4089 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
4090
4091 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4092 Print entire form.
4093
4094 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
4095
4096 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
4097 for low-color displays.
4098
4099 2007-04-05 Glenn Morris <rgm@gnu.org>
4100
4101 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
4102 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
4103 Seed random number generator on loading.
4104
4105 * emacs-lisp/authors.el (top-level): Provide self.
4106
4107 * play/animate.el (top-level): Provide self.
4108
4109 2007-04-04 Alan Mackenzie <acm@muc.de>
4110
4111 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
4112 to mention c-syntactic-indentation.
4113
4114 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
4115
4116 * subr.el (with-case-table): New macro.
4117
4118 * international/mule.el (ascii-case-table): New var.
4119
4120 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
4121 downcasing.
4122
4123 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
4124
4125 * progmodes/gud.el (gud-minor-mode-map): Simplify.
4126
4127 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
4128 of the window if we're outside it e.g menu-bar.
4129
4130 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
4131 window if we're outside it e.g menu-bar.
4132
4133 2007-04-03 Eli Zaretskii <eliz@gnu.org>
4134
4135 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
4136 decode base-64 encoded body if its content-type is something other
4137 than text/* or message/*.
4138
4139 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
4140
4141 * simple.el (activate-mark-hook): Fix typo in docstring.
4142
4143 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
4144
4145 * tmm.el (tmm-c-prompt): Initialize.
4146 (tmm-menubar): Deal with extended menu-items at top level.
4147 (tmm-get-keybind): Handle bindings redefined/undefined locally.
4148 (tmm-prompt): Handle visibility of top level menu-items.
4149
4150 * progmodes/gud.el (gud-menu-map): Simplify.
4151 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
4152 menubar.
4153
4154 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
4155
4156 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
4157
4158 * comint.el (comint-send-input): Widen the buffer first.
4159
4160 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
4161
4162 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4163
4164 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
4165 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
4166
4167 * newcomment.el (comment-search-forward): Discard comment starters
4168 before point.
4169
4170 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
4171
4172 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
4173
4174 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
4175
4176 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
4177 when downcasing.
4178
4179 * button.el (previous-button): Rewrite to account for adjacent buttons.
4180
4181 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
4182
4183 * progmodes/idlwave.el (idlwave-auto-fill):
4184 Revert paragraph-separate change.
4185
4186 * progmodes/idlw-shell.el (idlwave-shell-break-in):
4187 Simplify module calc.
4188 (idlwave-shell-set-bp-in-module): Compute module.
4189
4190 2007-03-31 Glenn Morris <rgm@gnu.org>
4191
4192 * emacs-lisp/timer.el (run-at-time): Doc fix.
4193
4194 * emacs-lisp/warnings.el (display-warning): If we create the
4195 buffer displaying the warning, disable undo there.
4196
4197 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
4198
4199 * net/tramp.el (tramp-register-file-name-handler)
4200 (tramp-register-completion-file-name-handler): New defsubst,
4201 derived from `tramp-register-file-name-handlers'. The split is
4202 necessary because Tramp's file name handlers must be registered at
4203 different startup places.
4204
4205 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
4206
4207 * progmodes/hideshow.el (turn-off-hideshow): New function.
4208 (hs-minor-mode): Use it instead of a lambda expression in
4209 change-major-mode-hook.
4210
4211 2007-03-31 David Kastrup <dak@gnu.org>
4212
4213 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
4214 corresponding to MANPATH_MAP entries.
4215 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
4216 (woman-parse-man.conf): Use more discriminating man.conf name.
4217 (woman-parse-man.conf): Parse MANPATH_MAP entries.
4218 (woman-manpath): Doc fix and type fix.
4219 (woman-cached-data): Check for MANPATH_MAP entries.
4220 (woman-expand-directory-path): Treat MANPATH_MAP entries.
4221
4222 2007-03-31 Stuart Herring <herring@lanl.gov>
4223
4224 * emacs-lisp/sregex.el (sregexq): Doc fix.
4225
4226 2007-03-31 Markus Triska <markus.triska@gmx.at>
4227
4228 * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
4229
4230 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
4231
4232 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
4233 Move to the right.
4234
4235 2007-03-30 Alan Mackenzie <acm@muc.de>
4236
4237 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
4238
4239 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4240
4241 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
4242 Use it, passed in explicitly, instead of from the dynamic binding.
4243 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
4244
4245 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
4246
4247 * simple.el (blink-matching-open): When in minibuffer, don't
4248 search for a match inside the prompt.
4249
4250 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
4251
4252 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
4253 (tmm-prompt): Don't make the mouse user select the first menu
4254 item twice.
4255
4256 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
4257
4258 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
4259 SIGUSR1 and SIGUSR2.
4260
4261 2007-03-29 Kim F. Storm <storm@cua.dk>
4262
4263 * ido.el (ido-read-internal): When reading file or dir, only override
4264 minibuffer-local-filename-completion-map, otherwise only override
4265 minibuffer-local-completion-map.
4266
4267 2007-03-29 Glenn Morris <rgm@gnu.org>
4268
4269 * complete.el (partial-completion-mode): Set PC-do-completion-end
4270 to nil after use.
4271 (PC-lisp-complete-symbol): Create and use a marker at `end',
4272 rather than using point-marker.
4273
4274 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
4275
4276 * simple.el (next-error-highlight): Doc fix.
4277 (compose-mail): Revert 2007-03-19 change.
4278
4279 2007-03-28 Richard Stallman <rms@gnu.org>
4280
4281 * emacs-lisp/edebug.el (edebug-display): Don't go to
4282 edebug-outside-buffer if it is dead.
4283
4284 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
4285
4286 * view.el (view-mode): Fix typos in docstring.
4287
4288 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
4289
4290 * recentf.el (recentf-save-file): Add a custom :set function.
4291
4292 2007-03-28 Glenn Morris <rgm@gnu.org>
4293
4294 * complete.el (PC-do-completion-end): New variable.
4295 (partial-completion-mode) <choose-completion-string-functions>:
4296 Use PC-do-completion-end in the non-minibuffer case to replace the
4297 correct amount of text.
4298 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
4299 (PC-lisp-complete-symbol): Give marker the after-insertion type,
4300 to deal with improvements inserted after point.
4301
4302 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4303
4304 * button.el (make-text-button): Add explicit `button' property.
4305 (default-button): Don't put a `button' property on it.
4306
4307 * progmodes/python.el (python-mode): Skip comments when parsing.
4308
4309 * vc-arch.el (vc-with-current-file-buffer): New macro.
4310 (vc-arch-file-source-p): Use it to avoid infloop.
4311
4312 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
4313
4314 * emacs-lisp/lisp.el (lisp-complete-symbol):
4315 Fix call to get-buffer-window to find windows in other frames.
4316
4317 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4318
4319 * comint.el (comint-proc-query, comint-dynamic-list-completions):
4320 Fix calls to get-buffer-window to find windows in other frames.
4321 Reported by David Hansen <david.hansen@gmx.net>.
4322
4323 2007-03-27 Kevin Ryde <user42@zip.com.au>
4324
4325 * info.el (Info-display-images-node): On a text-only terminal,
4326 show the "text" or "alt" parts of the image blobs.
4327
4328 2007-03-27 Glenn Morris <rgm@gnu.org>
4329
4330 * complete.el (PC-do-completion): Compute completion-base-size in
4331 the non-filename case, rather than setting to nil.
4332 (PC-lisp-complete-end): New variable.
4333 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
4334 original end in a series of consecutive invocations.
4335
4336 * calendar/calendar.el (calendar-mode-hook): Declare it.
4337
4338 * calendar/diary-lib.el (diary-live-p): Do not check for
4339 diary-selective-display.
4340
4341 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4342
4343 * replace.el (occur-next-error): *Occur* might not be displayed in the
4344 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
4345
4346 2007-03-26 Richard Stallman <rms@gnu.org>
4347
4348 * textmodes/flyspell.el (flyspell-large-region):
4349 Use ispell-call-process-region.
4350
4351 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4352
4353 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
4354 Use prin1 instead of princ.
4355
4356 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
4357
4358 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
4359 Merge in X resources before global face.
4360
4361 * progmodes/compile.el (compilation-start): Save compilation-directory
4362 rather than default-directory as local var.
4363 (compilation-directory): Mark as safe local var.
4364
4365 * files.el: Don't mark default-directory as a safe local var.
4366
4367 2007-03-25 Alan Mackenzie <acm@muc.de>
4368
4369 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
4370 * progmodes/cc-engine.el: Fix typo.
4371
4372 2007-03-25 Juri Linkov <juri@jurta.org>
4373
4374 * compare-w.el (compare-windows): Rename customization group
4375 `compare-w' to `compare-windows'.
4376 (compare-windows-whitespace, compare-ignore-whitespace)
4377 (compare-ignore-case, compare-windows-sync)
4378 (compare-windows-sync-string-size, compare-windows-recenter)
4379 (compare-windows-highlight, compare-windows): Change group name in
4380 the `group' tag from `compare-w' to `compare-windows'.
4381 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
4382
4383 2007-03-24 Markus Triska <markus.triska@gmx.at>
4384
4385 * expand.el: Change example to always enable abbrev-mode,
4386 and remove redundant `function'.
4387 (expand-abbrev-hook): Add autoload cookie.
4388
4389 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
4390
4391 * emacs-lisp/testcover.el (testcover-start, testcover-end)
4392 (testcover-mark-all, testcover-unmark-all): Add prompts to
4393 interactive specs.
4394
4395 2007-03-24 Jason Rumney <jasonr@gnu.org>
4396
4397 * autorevert.el (find-file-hook, auto-revert-tail-mode):
4398 Use file size in bytes for auto-revert-tail-pos not characters.
4399
4400 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
4401
4402 * vc-rcs.el (vc-rcs-annotate-command):
4403 Set text property :vc-annotate-prefix on the annotation text.
4404 (vc-rcs-annotate-time): Instead of searching for ": ",
4405 search for end of text propertized with :vc-annotate-prefix.
4406
4407 2007-03-24 Martin Rudalics <rudalics@gmx.at>
4408
4409 * whitespace.el (top level): Remove calls putting
4410 permanent-local nil property since these are no-ops.
4411
4412 * man.el (Man-support-local-filenames): Assure that
4413 default-directory exists when doing call-process.
4414
4415 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
4416
4417 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
4418 Fix omission bug: Use m4-program-options to construct shell command.
4419
4420 2007-03-23 David Kastrup <dak@gnu.org>
4421
4422 * progmodes/cc-mode.el (c-make-emacs-variables-local):
4423 Use `mapcar' rather than `mapcan' to silence compiler warning.
4424
4425 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
4426
4427 * textmodes/reftex.el, textmodes/reftex-vars.el,
4428 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
4429 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
4430 * textmodes/reftex-index.el, textmodes/reftex-global.el,
4431 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
4432 * textmodes/reftex-auc.el: Add maintainer address.
4433
4434 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
4435
4436 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
4437 Make sure that `global-font-lock-mode' does not turn on font-lock
4438 in these buffers.
4439
4440 2007-03-21 Kim F. Storm <storm@cua.dk>
4441
4442 * xt-mouse.el (xt-mouse-epoch): New variable.
4443 (xterm-mouse-event): Use float-time.
4444
4445 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
4446
4447 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
4448 current-time.
4449
4450 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4451
4452 * complete.el (read-file-name-internal): Don't add the final > if the
4453 completion is not finished (re-application of this patch, which was
4454 accidentally undone by Eli).
4455
4456 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
4457
4458 * emulation/viper.el (viper-non-hook-settings): Handle mouse
4459 clicks in describe-key and describe-key-briefly advice a little better.
4460
4461 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
4462
4463 * server.el (server-process-filter): Cancel any pending isearch.
4464
4465 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
4466
4467 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
4468 (icalendar--get-unfolded-buffer): Define actual arguments rather
4469 than just using &rest. Check replace-in-string is fbound.
4470 (icalendar-import-buffer): Doc fix.
4471 (icalendar--convert-ical-to-diary): Set diary-file.
4472 Check diary-file before inserting final newline.
4473 (icalendar--add-diary-entry): Return diary-file.
4474
4475 2007-03-21 Glenn Morris <rgm@gnu.org>
4476
4477 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
4478 (diary-display-hook): Add custom :set function.
4479
4480 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
4481 Add custom :set function.
4482 (diary-header-line-format): Doc fix.
4483 (diary-set-maybe-redraw): New function.
4484 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
4485 (diary-list-entries): Always run diary-mode.
4486
4487 2007-03-20 Kenichi Handa <handa@m17n.org>
4488
4489 * international/quail.el (quail-setup-completion-buf): Make the
4490 completion buffer read-only.
4491 (quail-completion): Adjusted for the above change. Leave the
4492 modified flag nil.
4493
4494 2007-03-20 David Kastrup <dak@gnu.org>
4495
4496 * files.el (magic-mode-alist): Require literal "%!PS" string for
4497 magic postscript file detection.
4498
4499 2007-03-20 Richard Stallman <rms@gnu.org>
4500
4501 * textmodes/ispell.el (ispell-call-process): New function.
4502 Defends against bad `default-directory.'
4503 (ispell-check-version, ispell-find-aspell-dictionaries)
4504 (ispell-get-aspell-config-value, lookup-words): Call it.
4505 (ispell-call-process-region): New function.
4506 (ispell-send-string): Call it.
4507
4508 2007-03-20 Andreas Schwab <schwab@suse.de>
4509
4510 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
4511 (finder-data): Likewise.
4512 (autoloads): Likewise.
4513
4514 2007-03-20 Martin Rudalics <rudalics@gmx.at>
4515
4516 * files.el (basic-save-buffer): Do not set visited filename when
4517 the corresponding directory does not exist or the specified
4518 filename is that of an existing directory.
4519
4520 2007-03-20 Glenn Morris <rgm@gnu.org>
4521
4522 * calendar/diary-lib.el (diary-live-p): New function.
4523 (number-of-diary-entries): Add a :set function to redisplay diary
4524 when necessary.
4525
4526 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
4527
4528 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
4529 from client program, mev, to compute mouse event.
4530
4531 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
4532
4533 * faces.el (momentary): Face removed; unused due to reversion of
4534 2007-01-04 changes by Kevin Rodgers.
4535
4536 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
4537 Suggested by Johan Bockg\e,Ae\e(Brd.
4538
4539 2007-03-19 Martin Rudalics <rudalics@gmx.at>
4540
4541 * font-lock.el (lisp-font-lock-keywords-1):
4542 Highlight define-globalized-minor-mode as a keyword.
4543
4544 2007-03-19 Kim F. Storm <storm@cua.dk>
4545
4546 * calc/calc-forms.el (math-std-daylight-savings)
4547 (math-std-daylight-savings-old): Doc fix.
4548
4549 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
4550
4551 * progmodes/python.el (python-default-template): Doc fix.
4552 (python-buffer): Fix typo in docstring.
4553
4554 * isearchb.el (isearchb-follow-char):
4555 * subr.el (def-edebug-spec): Fix typo in docstring.
4556
4557 2007-03-19 Richard Stallman <rms@gnu.org>
4558
4559 * files.el (default-directory): Mark safe.
4560 (basic-save-buffer-2): Put proper dir name in error message.
4561
4562 * simple.el (compose-mail): Run switch-function after
4563 setting up the mail buffer.
4564
4565 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
4566
4567 2007-03-18 Jay Belanger <belanger@truman.edu>
4568
4569 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
4570 (math-std-daylight-savings-new): Rename from
4571 `math-std-daylight-savings'.
4572 (math-std-daylight-savings-old): Rename from old value of
4573 `math-std-daylight-savings'.
4574 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
4575 `math-std-daylight-savings-old' depending on the year.
4576
4577 2007-03-18 Detlev Zundel <dzu@gnu.org>
4578
4579 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
4580 zero-width regexps as invalid but rather at least count them correctly.
4581
4582 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
4583
4584 * net/tls.el (open-tls-stream): In handshake-waiting loop,
4585 don't wait more if there is output available to process.
4586
4587 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
4588
4589 * progmodes/compile.el (compilation-find-file): Revert change
4590 from 2006-07-18 to allow completion of directory names.
4591 Reported by John Carter <john.carter@tait.co.nz>.
4592
4593 2007-03-18 Kim F. Storm <storm@cua.dk>
4594
4595 * subr.el (when, unless): Doc fix.
4596
4597 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
4598
4599 * net/tls.el (tls-program): Doc fix.
4600
4601 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
4602
4603 * autorevert.el (auto-revert-tail-handler):
4604 Call after-revert-hook.
4605
4606 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
4607
4608 * simple.el (switch-to-completions): No error if search for \n\n fails.
4609
4610 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
4611
4612 * simple.el (line-move-1):
4613 Respect `inhibit-line-move-field-capture' property.
4614
4615 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
4616
4617 * comint.el (comint-arguments): Mark backslash-escaped chars.
4618 (comint-delim-arg): Don't treat them as delimiters.
4619
4620 2007-03-12 Kim F. Storm <storm@cua.dk>
4621 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
4622
4623 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
4624
4625 * tempo.el (tempo-insert): Deal with 'r> if it appears
4626 specified with a prompt argument.
4627
4628 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
4629
4630 * textmodes/org.el (org-set-font-lock-defaults):
4631 Handle narrow table columns correctly.
4632
4633 2007-03-12 Mark A. Hershberger <mah@everybody.org>
4634
4635 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
4636 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
4637 Return to use of the -no-properties variants. There was
4638 consensus on emacs-devel that the speed of these variants was
4639 prefered since we are usually parsing files (from the internet
4640 or on disk) instead of XML created in Emacs.
4641
4642 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
4643 Add customize option.
4644
4645 2007-03-12 Glenn Morris <rgm@gnu.org>
4646
4647 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
4648 North American rule. Replace "daylight savings" with "daylight
4649 saving" in doc.
4650
4651 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
4652 * calendar/lunar.el, solar.el: Replace "daylight savings" with
4653 "daylight saving" in text.
4654
4655 * woman.el (woman-change-fonts): Tweak previous change by using
4656 woman-request-regexp rather than "^\\.".
4657
4658 * startup.el (command-line-1): Make insertion of
4659 initial-scratch-message not depend on scratch being selected.
4660
4661 2007-03-11 Juri Linkov <juri@jurta.org>
4662
4663 * replace.el (match): Use yellow background on light-bg terminals.
4664
4665 2007-03-11 Richard Stallman <rms@gnu.org>
4666
4667 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4668 Correctly compute line number.
4669
4670 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
4671
4672 * type-break.el (type-break-get-previous-count):
4673 Repeat previous change here.
4674
4675 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
4676
4677 * progmodes/grep.el (grep-find-ignored-directories):
4678 Add .git and .bzr to list.
4679
4680 2007-03-11 Andreas Schwab <schwab@suse.de>
4681
4682 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
4683
4684 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4685
4686 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
4687
4688 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
4689
4690 * faces.el (face-set-after-frame-default): Recalculate face
4691 customizations after applying X resources.
4692
4693 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
4694
4695 * net/rcirc.el (rcirc-timeout-seconds): New variable.
4696 (rcirc-keepalive-seconds): Remove variable.
4697 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
4698 (rcirc-process, rcirc-user-disconnect): New variables.
4699 (rcirc-connect): Initalize new variables.
4700 (rcirc-keepalive): Don't send keepalive pings before connection
4701 is completed.
4702 (rcirc-sentinel): Do mark all channels with activity when
4703 connection is dropped. Run hook with process buffer local.
4704 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
4705 (rcirc-buffer-process): Return value of rcirc-process if
4706 rcirc-server-buffer is nil.
4707 (rcirc-server-name): Return the reported server name.
4708 (rcirc-update-prompt): Simplify computation of the server name.
4709 (rcirc-format-response-string): Likewise.
4710 (rcirc-handler-001): Mark server as connected, record the reported
4711 server name, and schedule a timeout.
4712 (rcirc-track-nick): Add a spec for the tty class.
4713 (rcirc-user-non-nick): Remove function.
4714 (rcirc-nick-prefix-chars): Add variable.
4715 (rcirc-user-nick): Use above variable.
4716
4717 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4718
4719 * icomplete.el (icomplete-tidy, icomplete-exhibit):
4720 Bind deactivate-mark to nil.
4721
4722 2007-03-10 Martin Rudalics <rudalics@gmx.at>
4723
4724 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
4725 that buffer contents get erased during completion.
4726
4727 2007-03-10 Glenn Morris <rgm@gnu.org>
4728
4729 * woman.el (woman-change-fonts): Add a hack to deal with
4730 font-escape followed by "." at start of a line.
4731 (woman2-IP): Add a hack to deal with consecutive requests.
4732 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
4733
4734 2007-03-10 Alan Mackenzie <acm@muc.de>
4735
4736 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
4737
4738 2007-03-09 Richard Stallman <rms@gnu.org>
4739
4740 * abbrev.el (abbrev): Add `provide'.
4741
4742 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
4743
4744 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
4745
4746 2007-03-09 Martin Rudalics <rudalics@gmx.at>
4747
4748 * complete.el (PC-try-completion): New function.
4749 (PC-do-completion, read-file-name-internal): Use it instead of
4750 try-completion.
4751
4752 2007-03-08 Alan Mackenzie <acm@muc.de>
4753
4754 Remove stale tokens from `c-found-types' cache.
4755
4756 * progmodes/cc-mode.el (c-unfind-enclosing-token)
4757 (c-unfind-coalesced-tokens, c-before-change): New functions.
4758 (c-maybe-stale-found-type): New variable.
4759
4760 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
4761 (c-trim-found-types): New functions.
4762
4763 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
4764
4765 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
4766 (debug-ignored-errors): Add entry from smerge-match-conflict.
4767
4768 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
4769
4770 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
4771 special help topics for keywords.
4772 (idlwave-help-assistant-command): Include ".exe" for ms-dos
4773 etc. Assistant command.
4774
4775 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
4776
4777 * replace.el (occur-engine): Move buffer-undo-list binding...
4778 (occur-1): ...to here.
4779
4780 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
4781
4782 * simple.el (minibuffer-completing-symbol): New var.
4783 (eval-expression): Use it.
4784 (completion-setup-function): Don't bind completion-base-size when
4785 completing a symbol in the minibuffer.
4786
4787 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
4788
4789 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
4790 tries to start a second session in graphical mode.
4791
4792 2007-03-07 Miles Bader <miles@gnu.org>
4793
4794 * international/isearch-x.el
4795 (isearch-process-search-multibyte-characters):
4796 Strip text-properties from PROMPT to avoid an error from read-string.
4797
4798 2007-03-07 Kim F. Storm <storm@cua.dk>
4799
4800 * complete.el (PC-bindings): Remap lisp-complete-symbol to
4801 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
4802
4803 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4804
4805 * complete.el (PC-do-completion): Delete duplicates in the list of
4806 possible completions.
4807
4808 2007-03-07 Glenn Morris <rgm@gnu.org>
4809
4810 * ses.el (ses-mode): Doc fix.
4811
4812 2007-03-06 Kim F. Storm <storm@cua.dk>
4813
4814 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
4815
4816 2007-03-06 Kenichi Handa <handa@m17n.org>
4817
4818 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
4819
4820 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4821
4822 * simple.el (completion-setup-function): Improve last fix so it doesn't
4823 set it to a relative directory name either.
4824
4825 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4826
4827 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
4828
4829 2007-03-05 Richard Stallman <rms@gnu.org>
4830
4831 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
4832
4833 * files.el (find-file-noselect): No error if file no longer exists.
4834 Display a message and avoid other questions.
4835
4836 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4837
4838 * pcomplete.el (pcomplete-show-completions): Improve last change, so
4839 as not to use an invisible window and to create a window if none exist.
4840
4841 * progmodes/python.el (python-send-command): Restart proc if necessary.
4842 (python-proc): Simplify.
4843
4844 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
4845
4846 * pcomplete.el (pcomplete-show-completions): Search all frames for
4847 completions buffer.
4848
4849 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
4850
4851 * cus-edit.el (customize-save-variable): Clear customized-value
4852 property (saved values are now put in theme-value property).
4853 (customize-set-variable): Doc fix.
4854
4855 * complete.el (PC-do-completion): If completion-ignore-case is
4856 non-nil, replace field with completion string before exiting.
4857
4858 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
4859
4860 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
4861 Append its extension to the resulting temporary file name.
4862 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
4863
4864 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
4865 (tramp-smb-handle-write-region): Apply it.
4866
4867 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4868
4869 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4870 Redo previous change.
4871
4872 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4873
4874 * diff-mode.el (diff-mode): Doc fix.
4875
4876 2007-03-05 Kenichi Handa <handa@m17n.org>
4877
4878 * international/characters.el: Set category `l' (latin)
4879 for more characters.
4880
4881 2007-03-04 Kim F. Storm <storm@cua.dk>
4882
4883 * emacs-lisp/authors.el (authors-aliases): Add alias.
4884
4885 2007-03-04 Glenn Morris <rgm@gnu.org>
4886
4887 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
4888 all when switching major mode.
4889 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
4890 (hs-block-start-mdata-select, hs-block-end-regexp)
4891 (hs-forward-sexp-func, hs-adjust-block-beginning):
4892 Do not make these variables permanent-local.
4893
4894 2007-03-04 Richard Stallman <rms@gnu.org>
4895
4896 * progmodes/cperl-mode.el (cperl-mode):
4897 Modify cperl-compilation-error-regexp-alist by appending.
4898
4899 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
4900 (edebug-mode): Add the hook.
4901 (edebug-recursive-edit): Remove the hook on exiting.
4902
4903 * type-break.el (type-break-get-previous-time):
4904 Handle end-of-file errors specially
4905 so they don't get reported wrong in .emacs.
4906
4907 * startup.el (fancy-splash-text): Clarify text.
4908
4909 * simple.el (beginning-of-buffer, end-of-buffer):
4910 Avoid treating plain C-u like numeric arg.
4911
4912 * simple.el (completion-setup-function): Don't set
4913 default-directory to nil.
4914
4915 * shell.el (shell-dirstack-query): Doc fix.
4916
4917 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
4918 Don't select the window -- pass it to primitives instead.
4919
4920 * faces.el (minibuffer-prompt): Use medium blue by default.
4921
4922 2007-03-04 David Kastrup <dak@gnu.org>
4923
4924 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
4925 Preserve 16 as default value for "seconds" when customizing.
4926
4927 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
4928
4929 * textmodes/org.el (org-self-insert-command)
4930 (orgtbl-self-insert-command, org-delete-char)
4931 (org-delete-backward-char): Set the `flyspell-delayed' property.
4932
4933 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
4934
4935 * international/mule.el (find-auto-coding): Don't search for
4936 line-ending characters past the end of the tail.
4937
4938 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
4939
4940 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4941 Jump to the line where new score has been uploaded.
4942
4943 * play/tetris.el (tetris-move-bottom, tetris-move-left)
4944 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
4945 Do nothing when the game is paused.
4946
4947 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
4948
4949 * textmodes/org.el (org-set-tags): Prevent slipping of point
4950 during completion.
4951
4952 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4953
4954 * isearch.el (isearch-message-prefix):
4955 Use minibuffer-prompt-properties.
4956
4957 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4958
4959 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
4960 (ps-setup): Print which Emacsen is running ps-print package.
4961
4962 2007-03-01 Stuart Herring <herring@lanl.gov>
4963
4964 * files.el (set-auto-mode-0): Use `indirect-function'.
4965 (hack-one-local-variable): Don't reapply current major mode.
4966
4967 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
4968
4969 * progmodes/python.el (python-quote-syntax): Don't bother with
4970 syntax-ppss-context.
4971 (python-fill-paragraph): Make sure that fenced-string delimiters that
4972 stand on their own line stay there.
4973
4974 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4975
4976 * replace.el (perform-replace): Propertize message.
4977
4978 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
4979
4980 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
4981 invisible heading.
4982
4983 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4984
4985 * net/tramp.el (tramp-file-name-handler): Revert last change.
4986
4987 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
4988
4989 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
4990 Correct doc strings.
4991
4992 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4993
4994 * replace.el (perform-replace): Undo forward-char immediately if
4995 non-adjacent search fails.
4996
4997 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4998
4999 * version.el (emacs-major-version, emacs-minor-version):
5000 string-to-int -> string-to-number.
5001
5002 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
5003
5004 * help.el (where-is): Fail gracefully when not passed a command.
5005
5006 2007-02-28 Stuart Herring <herring@lanl.gov>
5007
5008 * find-lisp.el (find-lisp-default-directory-predicate):
5009 Fix bug: Do symlink check on expanded filename.
5010
5011 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
5012
5013 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
5014 changes during replacement.
5015 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
5016
5017 2007-02-28 Lars Hansen <larsh@soem.dk>
5018
5019 * desktop.el: Delete header line listing me as maintainer.
5020
5021 2007-02-28 Glenn Morris <rgm@gnu.org>
5022
5023 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
5024 the menus case.
5025
5026 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
5027
5028 * net/tramp.el (tramp-file-name-handler): Inhibit modification
5029 hooks to avoid confusion when combining after-change calls.
5030
5031 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
5032
5033 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
5034 now that pgg-gpg-process-region correctly honors passed-in passphrase.
5035 (allout-distinctive-bullets-string): Add info about bullet conventions.
5036 (allout-mode): Add info about distinctive vs plain bullets.
5037
5038 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
5039
5040 * textmodes/org.el (org-archive-subtree): Quote variable name.
5041 (org-agenda-get-todos): Make sure skip properties are checked correctly.
5042
5043 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
5044
5045 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
5046 (gud-bashdb-command-name, bashdb): Remove.
5047 (gud, gud-menu-map): Remove references to bash/bashdb.
5048
5049 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
5050
5051 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
5052 keyword for Python 2.5.
5053
5054 2007-02-26 Romain Francoise <romain@orebokech.com>
5055
5056 * net/net-utils.el (whois-server-tld): Update server for .org.
5057 (whois-server-list): Add whois.publicinterestregistry.net.
5058 (whois-guess-server): Fix formatting in docstring.
5059
5060 2007-02-26 Kim F. Storm <storm@cua.dk>
5061
5062 * mouse.el (mouse-show-mark): Run hooks and perform command
5063 remapping for mouse-region-delete-keys.
5064
5065 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5066
5067 * font-core.el (font-lock-mode): Doc fix.
5068
5069 2007-02-25 Kim F. Storm <storm@cua.dk>
5070
5071 * ido.el (ido-buffer-internal): Set this-command to fallback command.
5072 Add selected buffer to buffer-name-history.
5073 (ido-file-internal): Set this-command to fallback command.
5074 Add file names to file-name-history.
5075
5076 * emacs-lisp/map-ynp.el (map-y-or-n-p):
5077 Apply minibuffer-prompt-properties.
5078
5079 2007-02-25 Andreas Schwab <schwab@suse.de>
5080
5081 * files.el (hack-one-local-variable-eval-safep): Correct handling
5082 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
5083
5084 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
5085
5086 * textmodes/org.el (org-table-overlay-coordinates)
5087 (org-table-toggle-coordinate-overlays): New functions.
5088 (org-table-overlay-coordinates, org-table-coordinate-overlays):
5089 New variables.
5090 (org-startup-with-deadline-check): Remove option.
5091 (org-mode): Remove deadline check on startup.
5092 (org-table-limit-column-width): Remove option.
5093 (org-table-formula-numbers-only): Remove option.
5094 (org-link-style, org-link-format): Remove options.
5095 (org-select-agenda-window, org-fit-agenda-window): Remove options.
5096 (org-export-ascii-show-new-buffer)
5097 (org-export-html-show-new-buffer): Remove options.
5098 (org-activate-links): Remove camel option.
5099 (org-file-link-context-use-camel-case): Remove option.
5100 (org-camel-regexp): Remove variable.
5101 (org-activate-camels): Remove function.
5102 (org-store-link): Remove Camel stuff.
5103 (org-make-org-heading-camel): Remove function.
5104 (org-open-at-point): Remove camel stuff.
5105 (org-link-search): Remove camel stuff.
5106 (org-camel-to-words): Function removed.
5107 (org-get-agenda-file-buffer): Make sure we prepare the base
5108 buffers, not any indirect buffers.
5109 (org-sort-entries): Sort top-level when not on a headline, and no
5110 active region.
5111 (org-in-regexp): New function.
5112 (org-search-not-self): Rename from `org-search-not-link'.
5113 (org-open-link-marker): New variable.
5114 (org-open-at-point): Set `org-open-link-marker'.
5115 (org-print-icalendar-entries): Fixe bug with excluding DONE
5116 entries from the exported list.
5117 (org-edit-formula-lisp-indent): New command.
5118 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
5119 (orgtbl-to-latex, orgtbl-insert-radio-table)
5120 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
5121 (orgtbl-radio-table-templates): New option.
5122 (org-store-link-props):
5123 (org-remember-templates): More possibilities to insert info
5124 into templates.
5125 (org-remember-apply-template): Make use of the extended
5126 template capabilities.
5127 (org-remember-redo-template): New command.
5128 (org-upgrade-old-links)
5129 (org-table-modify-formulas, org-table-replace-in-formulas)
5130 (org-table-find-dataline)
5131 (org-table-get-vertical-vector): Remove functions.
5132 (org-table-remove-rectangle-highlight)
5133 (org-time-stamp-format, org-toggle-log-option)
5134 (org-table-highlight-rectangle)
5135 (org-table-iterate, org-table-make-reference):
5136 (org-translate-time, org-tree-to-indirect-buffer)
5137 (org-table-field-info, org-table-fix-formulas)
5138 (org-table-force-dataline, org-table-get-descriptor-line)
5139 (org-table-get-range)
5140 (org-skip-comments, org-sort)
5141 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
5142 (org-table-current-dline, org-table-current-field-formula)
5143 (org-table-edit-backward-field)
5144 (org-table-edit-formulas-post-command)
5145 (org-table-edit-line-down, org-table-edit-line-up)
5146 (org-agenda-archive)
5147 (org-agenda-clock-cancel)
5148 (org-agenda-clock-out, org-agenda-list-stuck-projects)
5149 (org-agenda-open-link, org-agenda-show-new-time)
5150 (org-agenda-skip-subtree-when-regexp-matches)
5151 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
5152 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
5153 (org-do-sort, org-file-image-p, org-find-overlays)
5154 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
5155 (org-highlight-until-next-command, org-isearch-end)
5156 (org-match-any-p, org-next-link, org-previous-link):
5157 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
5158 (org-rewrite-old-row-references)
5159 (org-isearch-post-command)
5160 (org-table-edit-move, org-table-edit-next-field)
5161 (org-table-edit-scroll, org-table-edit-scroll-down)
5162 (org-set-frame-title, org-show-reference)
5163 (org-unhighlight-once, org-verify-change-for-undo): New functions.
5164 (org-show-variable): Remove command.
5165 (org-add-log-maybe): New arguments STATE, FINDPOS
5166 (org-table-sort-lines): Rewrite from scratch.
5167 (org-link-search): New argument AVOID-POS.
5168 (org-print-icalendar-entries): Remove argument CATEGORY.
5169 (org-run-agenda-series): Remove argument WONDOW.
5170 (org-next-link, org-previous-link): New commands.
5171 (org-agenda-date-format): New option.
5172 (org-table-iterate): New command.
5173 (org-table-modify-formulas)
5174 (org-table-replace-in-formulas): Remove functions.
5175 (org-table-fix-formulas): New function.
5176 (org-table-insert-column, org-table-delete-column)
5177 (org-table-move-column): Use `org-table-fix-formulas'.
5178 (org-follow-gnus-link): Patch from Bastien/Leo.
5179 (org-table-current-field-formula): New function.
5180 (org-file-image-p): New function.
5181 (org-agenda-show-new-time): New function.
5182 (org-agenda-date-later): Call `org-agenda-show-new-time'.
5183 (org-with-remote-undo): New macro.
5184 (org-agenda-undo): New command.
5185 (org-verify-change-for-undo): New function.
5186 (org-time-stamp-format): New function.
5187 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
5188 by user.
5189 (org-match-any-p): New function.
5190 (org-make-tags-matcher): Handle regular expressions for tag and
5191 todo matches.
5192 (org-read-date): Accept "+N" as input for a date relative to the
5193 current date.
5194 (org-remove-subtree-entries-from-agenda): New function.
5195 (org-agenda-archive, org-agenda-kill):
5196 Use `org-remove-subtree-entries-from-agenda'.
5197 (org-do-sort, org-sort-entries): New functions.
5198 (org-sort): New command.
5199 (org-table-sort-lines): Use `org-do-sort'.
5200 (org-fix-decoded-time): New function.
5201 (org-table-number-regexp): Require 0x... to identify as number
5202 in tables.
5203 (org-startup-options): New keywords for note taking.
5204 (org-upgrade-old-links): Remove function.
5205 (org-get-repeat): New function.
5206 (org-show-context): Also show siblings on current level.
5207 (org-show-siblings): New function.
5208 (org-isearch-end, org-isearch-post-command): New functions.
5209 (org-show-siblings): New option.
5210 (org-show-context): Use `org-show-siblings'.
5211 (org-table-maybe-recalculate-line): No longer require `calc-eval'
5212 to be bound, because user may just use elisp.
5213
5214 2007-02-24 Kim F. Storm <storm@cua.dk>
5215
5216 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
5217 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
5218
5219 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5220
5221 * startup.el (command-line): Also check if the abbrev file is readable.
5222
5223 2007-02-24 John Paul Wallington <jpw@pobox.com>
5224
5225 * net/tls.el (tls-certtool-program): Fix custom type.
5226
5227 * mail/feedmail.el (feedmail-message-id-generator)
5228 (feedmail-date-generator): Fix custom types.
5229
5230 * mail/rmail.el (rmail-message-filter): Fix custom type.
5231
5232 2007-02-24 Eli Zaretskii <eliz@gnu.org>
5233
5234 * startup.el (command-line): If simple.el cannot be found, proceed
5235 with a warning message.
5236
5237 2007-02-24 Kenichi Handa <handa@m17n.org>
5238
5239 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
5240 case that BEG is a string.
5241
5242 2007-02-24 Chris Moore <dooglus@gmail.com>
5243
5244 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5245 * pgg-pgp.el (pgg-pgp-encrypt-region):
5246 * pgg-gpg.el (pgg-gpg-encrypt-region):
5247 Check pgg-encrypt-for-me if no other recipients.
5248
5249 2007-02-23 Eli Zaretskii <eliz@gnu.org>
5250
5251 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
5252
5253 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
5254 shell-quote-argument.
5255
5256 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5257
5258 * comint.el (comint-read-input-ring): Use comint-input-ring-size
5259 from the comint buffer instead of the temporary one.
5260
5261 2007-02-23 David Reitter <david.reitter@gmail.com>
5262
5263 * cus-edit.el (custom-save-all): Canonicalize custom-file before
5264 storing it in recentf-exclude.
5265
5266 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
5267
5268 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
5269 in splash screen.
5270
5271 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
5272
5273 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
5274 commands, for restart.
5275 (idlwave-shell-current-module): Fix handling of module name by type.
5276 (idlwave-shell-break-in): Update type handling.
5277 (idlwave-shell-bp-get): Encode type in BP structure.
5278 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
5279 (idlwave-shell-module-source-query): Query routine info based on type.
5280 Fix path parsing for non-compiled files.
5281 (idlwave-shell-module-source-filter): Don't signal error in filter
5282 if no source found.
5283 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
5284 filter race.
5285
5286 2007-02-22 Kim F. Storm <storm@cua.dk>
5287
5288 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
5289 (editable-field): Document need to put some text before the %v
5290 escape in :format string.
5291
5292 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
5293
5294 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
5295 (vc-svn-use-edit): Remove unused config var.
5296 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
5297
5298 * outline.el (hide-sublevels): Keep empty last line, if available.
5299
5300 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
5301 rather than the corresponding unicode char, to make the code
5302 more readable.
5303
5304 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
5305
5306 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
5307 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
5308 (speedbar-item-info-tag-helper): Doc fixes.
5309
5310 2007-02-19 Kenichi Handa <handa@m17n.org>
5311
5312 * international/mule-cmds.el (locale-language-names):
5313 Map "eo" to "Esperanto".
5314
5315 * language/european.el ("Esperanto"): New language environment.
5316
5317 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
5318
5319 * simple.el (kill-line): Doc fix.
5320
5321 2007-02-17 Kim F. Storm <storm@cua.dk>
5322
5323 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
5324 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
5325 (bindat--unpack-group, bindat--pack-group):
5326 Handle vectors with optional element type.
5327
5328 2007-02-17 Daiki Ueno <ueno@unixuser.org>
5329
5330 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
5331 if PASSPHRASE is given.
5332
5333 2007-02-17 Chris Moore <dooglus@gmail.com>
5334
5335 * jka-cmpr-hook.el (jka-compr-compression-info-list):
5336 Recognize backups of bz2 compressed files.
5337
5338 2007-02-17 Eli Zaretskii <eliz@gnu.org>
5339
5340 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
5341 to nil to speed up lookup of the symbol in index nodes.
5342
5343 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5344
5345 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5346 Add indentation for the constants of Lisp.
5347
5348 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
5349
5350 * ps-print.el: Use (defvar <foo>) where applicable.
5351 (ps-print-emacs-type): Remove.
5352 (ps-x-frame-property, ps-e-frame-parameter): Remove.
5353 (ps-frame-parameter): Align its call-convention with frame-parameter.
5354 (ps-begin-job): Adjust calls to it appropriately.
5355 (ps-setup): Don't print ps-print-emacs-type.
5356 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
5357 Define in such a way that it's obvious that it's defined.
5358 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
5359 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
5360 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
5361
5362 2007-02-15 Alan Mackenzie <acm@muc.de>
5363
5364 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
5365 an empty one-line C-style comment, post-position point properly.
5366
5367 2007-02-15 Chris Moore <dooglus@gmail.com>
5368
5369 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
5370 (isearch-lazy-highlight-new-loop): Bind it.
5371 (isearch-lazy-highlight-search): Use it.
5372
5373 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
5374
5375 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
5376
5377 * font-lock.el (font-lock-extend-region-wholelines):
5378 Only return non-nil if the region has really been changed.
5379 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
5380
5381 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
5382
5383 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
5384 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
5385 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
5386
5387 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
5388
5389 * faces.el (color-values): Revert changes to docstring from
5390 2007-01-31 and 2000-09-07.
5391
5392 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
5393 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
5394 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
5395 (ispell-help): Fix typos in docstring and output message.
5396
5397 2007-02-14 Kim F. Storm <storm@cua.dk>
5398
5399 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
5400 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
5401 (grep): Fix lgrep reference.
5402
5403 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
5404 (standard-display-underline): Use make-glyph-code.
5405
5406 * descr-text.el (describe-char): Use glyph-char and glyph-face.
5407
5408 * international/latin1-disp.el (latin1-display-char):
5409 Use make-glyph-code.
5410
5411 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
5412
5413 * ehelp.el (with-electric-help, electric-help-exit)
5414 (electric-help-retain): Doc fixes.
5415
5416 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
5417 (byte-compile-file): Doc fixes.
5418
5419 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5420
5421 * term/mac-win.el: Change all uses of
5422 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
5423 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
5424 (mac-ae-get-url): Call select-frame-set-input-focus.
5425 (mac-dnd-handle-drag-n-drop-event): Don't call
5426 select-frame-set-input-focus.
5427
5428 2007-02-13 Kenichi Handa <handa@m17n.org>
5429
5430 * international/characters.el: Fix documentation of category `a'.
5431
5432 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
5433
5434 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
5435
5436 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
5437
5438 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
5439 (tramp-get-remote-ln): Handle error case.
5440 Reported by Chris Moore <dooglus@gmail.com>.
5441
5442 2007-02-11 Kim F. Storm <storm@cua.dk>
5443
5444 * bindings.el (ctl-x-map): Remove register compatibility bindings
5445 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
5446
5447 2007-02-11 Richard Stallman <rms@gnu.org>
5448
5449 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
5450 in load history.
5451
5452 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
5453 condition -- don't fail to stop at endpos.
5454
5455 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
5456
5457 * textmodes/org.el (org-agenda-get-todos)
5458 (org-agenda-get-timestamps, org-agenda-get-closed)
5459 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5460 (org-agenda-get-blocks, org-format-agenda-item)
5461 (org-agenda-change-all-lines, org-scan-tags): Rename text property
5462 from `category' to `org-category'.
5463
5464 2007-02-11 Kenichi Handa <handa@m17n.org>
5465
5466 * international/titdic-cnv.el (titdic-convert): Force files be written
5467 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
5468 (miscdic-convert): Force files be written with Unix-like eol format.
5469
5470 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
5471
5472 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
5473
5474 * calculator.el (calculator-prompt): Doc fix.
5475 (calculator-mode-map): Fix typo in menu entry.
5476
5477 2007-02-10 Jay Belanger <belanger@truman.edu>
5478
5479 * calculator.el (calculator): Do more extensive checking for when
5480 3 lines should be used for the calculator.
5481
5482 2007-02-10 Eli Zaretskii <eliz@gnu.org>
5483
5484 * info-look.el (info-lookup-make-completions):
5485 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
5486 index nodes.
5487
5488 * info.el (Info-fontify-maximum-menu-size): Document the effect
5489 of a nil value.
5490 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
5491 non-nil before using it as size.
5492
5493 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
5494
5495 * subr.el (insert-for-yank-1): Prevent read-only properties from
5496 interfering with text property operations.
5497
5498 * image-mode.el (image-mode): Revert 2007-01-30 changes.
5499
5500 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
5501 (image-type-auto-detected-p): Fail if another match is found in
5502 auto-mode-alist.
5503
5504 * files.el (magic-mode-alist): Call image-mode instead of
5505 image-mode-maybe for autodetected images.
5506
5507 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
5508
5509 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
5510 Fix typos in docstrings.
5511 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
5512
5513 2007-02-09 Kim F. Storm <storm@cua.dk>
5514
5515 * emacs-lisp/float-sup.el: Remove obsolete comment.
5516
5517 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5518
5519 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
5520
5521 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5522
5523 * simple.el: Revert previous change, at request of RMS:
5524 (fundamental-mode-hook): Remove.
5525 (fundamental-mode): Run after-change-major-mode-hooks manually,
5526 and don't run the now-nonexistent fundamental-mode-hook.
5527
5528 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5529
5530 * simple.el (fundamental-mode-hook): Declare new hook.
5531 (fundamental-mode): Run the new dedicated hook, and don't run
5532 after-change-major-mode-hooks manually anymore.
5533
5534 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5535
5536 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
5537 added columns of chars. Remove support for the "no-meta-info" format.
5538 Prompted by Romain Francoise <romain@orebokech.com>.
5539
5540 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5541
5542 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
5543 (gdb-mouse-until, gdb-mouse-jump): Use it.
5544
5545 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5546
5547 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
5548 work when there is just an assembler buffer (no source buffer).
5549
5550 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
5551
5552 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
5553 just because the diff was produced using "-p" (--show-c-function).
5554
5555 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
5556
5557 * faces.el (frame-set-background-mode): Use `color-values' and
5558 `display-color-p', not `x-color-values' and `x-display-color-p'.
5559 (face-valid-attribute-values): Use `defined-colors' instead of
5560 `x-defined-colors'.
5561
5562 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5563
5564 * ps-print.el: The ps-print commands without face printing should not
5565 print background color. Reported by Leo <sdl.web@gmail.com>.
5566 (ps-print-version): New version 6.7.3.
5567 (ps-begin-job): New arg. Fix ps-default-background and
5568 ps-default-foreground initialization.
5569 (ps-face-attributes): Fix doc string.
5570 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
5571
5572 * printing.el: Fix ps-print link.
5573
5574 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
5575
5576 * faces.el (face-set-after-frame-default): Compile attributes to
5577 be set by frame parameters before merging in X resources.
5578
5579 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
5580
5581 * simple.el (blink-matching-paren-dont-ignore-comments):
5582 (blink-matching-paren-on-screen): Doc fixes.
5583
5584 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
5585
5586 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
5587
5588 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
5589
5590 * loadhist.el (unload-feature): Silently ignore `load-history' entries
5591 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
5592 entries like `defun'. Return nil.
5593
5594 2007-02-05 Kim F. Storm <storm@cua.dk>
5595
5596 * ido.el: Doc fixes.
5597
5598 2007-02-04 David Kastrup <dak@gnu.org>
5599
5600 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
5601 `mpuz-allow-double-multiplicator' is non-zero, and correct
5602 calculation of `min'.
5603
5604 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
5605
5606 * wid-edit.el (widget-default-create): Insert new text at the
5607 :from marker _after_ the marker, not before it.
5608
5609 2007-02-04 Alan Mackenzie <acm@muc.de>
5610
5611 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
5612 containing it is re-indented.
5613
5614 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5615
5616 * net/newsticker.el (newsticker--insert-image): Update docstring,
5617 and insert the image directly.
5618 (newsticker--buffer-redraw): Update docstring.
5619
5620 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5621 Rename from define-global-minor-mode.
5622
5623 * progmodes/cwarn.el (global-cwarn-mode):
5624 * emacs-lisp/autoload.el (make-autoload):
5625 * hi-lock.el (global-hi-lock-mode):
5626 * font-core.el (global-font-lock-mode): All callers changed.
5627
5628 2007-02-03 Eli Zaretskii <eliz@gnu.org>
5629
5630 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
5631 Don't copy @ignore lines into menu descriptions.
5632 (texinfo-multi-file-update): Goto the @node line before attempting
5633 to pluck the node name.
5634 (texinfo-multiple-files-update): Reverse the optional arguments'
5635 order, as per the doc string and the `interactive' form.
5636
5637 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5638
5639 * image-mode.el: Use autoload to avoid overriding disabled setting
5640 applied in .emacs.
5641
5642 2007-02-03 Alan Mackenzie <acm@muc.de>
5643
5644 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
5645 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
5646 adjacent paren groups).
5647
5648 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5649
5650 * progmodes/ebnf2ps.el: Doc fixes.
5651 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
5652
5653 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5654
5655 * dired-x.el (dired-do-relsymlink): Add reference to
5656 dired-do-symlink. Add an autoload cookie.
5657
5658 * dired-aux.el (dired-do-symlink): Add reference to
5659 dired-do-relsymlink.
5660
5661 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
5662
5663 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
5664 <left-fringe mouse-3>: New bindings.
5665
5666 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
5667
5668 * net/newsticker.el (newsticker-version): Changed to "1.10".
5669 (newsticker--set-customvar): Doc string.
5670 (newsticker-new-item-face): Doc string.
5671 (newsticker-mode): Initialize `invisibility-spec' with t.
5672 (newsticker-mode-map): Added
5673 `newsticker-mark-all-items-at-point-as-read'.
5674 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
5675 (newsticker-w3m-show-inline-images): Do not call
5676 `w3m-remove-image'.
5677 (newsticker--buffer-after-w3m-insert-image): New advice for
5678 w3m-insert-image to cache images.
5679 (newsticker-next-item-same-feed): New.
5680 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
5681 (newsticker-mark-all-items-of-feed-as-read): New.
5682 (newsticker-mark-all-items-at-point-as-read): Use new functions.
5683 (newsticker-mark-item-at-point-as-read): Doc string.
5684 (newsticker-mark-item-at-point-as-read): Use new functions.
5685 (newsticker--do-mark-item-at-point-as-read): New, extracted from
5686 `newsticker-mark-item-at-point-as-read'.
5687 (newsticker-hide-entry): Use (t) instead of t for invisibility.
5688 (newsticker--sentinel): Yet another xml-parser workaround.
5689 (newsticker--decode-iso8601-date): Bugfix for datestrings without
5690 days.
5691 (newsticker--buffer-do-insert-text): Fix.
5692 (newsticker--buffer-insert-enclosure): Fix. Length might be missing.
5693 (newsticker--buffer-make-item-completely-visible):
5694 `switch-to-buffer' not necessary.
5695
5696 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5697
5698 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
5699 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
5700 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
5701 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
5702 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
5703
5704 2007-02-02 Kenichi Handa <handa@m17n.org>
5705
5706 * international/quail.el (quail-show-key): Fix an error message.
5707
5708 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5709
5710 * faces.el (set-face-underline-p, modify-face): Rename arg
5711 UNDERLINE-P to UNDERLINE (it is not a flag).
5712
5713 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
5714
5715 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
5716 when adding gdb-speedbar-update to gdb-input-queue.
5717
5718 2007-02-01 Kenichi Handa <handa@m17n.org>
5719
5720 * international/quail.el (quail-show-key): Signal an error if the
5721 current input method is not using Quail.
5722
5723 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
5724
5725 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
5726 Trim leading whitespace in sysvar names.
5727
5728 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5729
5730 * faces.el (internal-find-face, internal-get-face): Doc fixes.
5731
5732 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5733
5734 * ido.el (ido-set-common-completion): Use `let', not `let*'.
5735
5736 2007-01-31 Romain Francoise <romain@orebokech.com>
5737
5738 * comint.el: Delete extra copy of `comint-copy-old-input' added in
5739 previous change to this file.
5740
5741 2007-01-31 Jason Rumney <jasonr@gnu.org>
5742
5743 * files.el (magic-mode-alist): Use image-mode-maybe rather than
5744 image-mode.
5745
5746 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
5747 interfering with attempt to set major mode from modified
5748 auto-mode-alist.
5749
5750 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5751
5752 * faces.el (color-values): Doc fix.
5753 (face-differs-from-default-p): Don't check :foreground twice.
5754
5755 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
5756
5757 * comint.el (comint-mode): Prevent non-keyword fontification by default.
5758
5759 2007-01-31 Kenichi Handa <handa@m17n.org>
5760
5761 * international/quail.el (quail-store-decode-map-key): Store a
5762 translated character too.
5763 (quail-char-equal-p): New function.
5764 (quail-find-key1): Check character equality by quail-char-equal-p.
5765 (quail-decode-map-generated): New variable.
5766 (quail-find-key): Check quail-decode-map-generated and re-generate
5767 a decode map if necessary.
5768
5769 2007-01-30 Richard Stallman <rms@gnu.org>
5770
5771 * tutorial.el (tutorial--detailed-help): Make the list of
5772 changed keys look nicer.
5773
5774 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
5775
5776 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
5777 (gdb-var-delete): Use it.
5778 (gdb-var-update-handler-1): Handle value "invalid" for MI field
5779 `in_scope'.
5780
5781 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
5782
5783 * files.el (get-free-disk-space): Return nil for remote directories.
5784
5785 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
5786 instead of "dir".
5787
5788 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
5789
5790 * type-break.el (type-break-catch-up-event): New function.
5791 (type-break-demo-hanoi, type-break-demo-life)
5792 (type-break-demo-boring): Use it.
5793
5794 * image-mode.el (image-mode): Don't automatically view as image.
5795 (image-toggle-display): Add `disabled' property.
5796
5797 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
5798
5799 * isearchb.el (isearchb-iswitchb):
5800 * ps-print.el (ps-build-face-reference):
5801 * emacs-lisp/shadow.el (list-load-path-shadows):
5802 * eshell/esh-cmd.el (eshell-rewrite-for-command):
5803 * international/mule.el (find-auto-coding):
5804 * mail/supercite.el (sc-attrib-selection-list):
5805 * progmodes/cc-defs.el (c-emacs-features):
5806 * progmodes/cc-vars.el (c-offsets-alist):
5807 * progmodes/flymake.el
5808 (flymake-init-create-temp-source-and-master-buffer-copy):
5809 Fix typos in docstrings (some suggested by Chris Moore).
5810
5811 * progmodes/vhdl-mode.el (vhdl-components-package-name)
5812 (vhdl-get-library-unit, vhdl-corresponding-begin)
5813 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
5814 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
5815 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
5816 (vhdl-font-lock-match-item): Fix typos in docstrings.
5817 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
5818 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
5819 (vhdl-speedbar-insert-project-hierarchy):
5820 Improve argument/docstring consistency.
5821
5822 2007-01-29 Kenichi Handa <handa@m17n.org>
5823
5824 * international/titdic-cnv.el (py-converter): Fix previous change.
5825
5826 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
5827
5828 * jka-compr.el (jka-compr-partial-uncompress)
5829 (jka-compr-call-process): Rebind default-directory if it is
5830 invalid. Suggested by Chris Moore.
5831
5832 * comint.el (comint-insert-input): Handle situation where the
5833 selected buffer is not the clicked buffer.
5834
5835 2007-01-29 Kenichi Handa <handa@m17n.org>
5836
5837 * international/ja-dic-cnv.el (skkdic-convert):
5838 Add byte-compile-disable-print-circle:t at the head.
5839
5840 * international/titdic-cnv.el (tit-process-header):
5841 Add byte-compile-disable-print-circle:t at the head.
5842 (miscdic-convert): Likewise.
5843 (py-converter): Skip the header comments.
5844
5845 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
5846 New variable.
5847 (byte-compile-output-file-form): Bing print-circle to nil if
5848 byte-compile-output-file-form is not nil.
5849 (byte-compile-output-docform): Likewise.
5850
5851 2007-01-28 Kim F. Storm <storm@cua.dk>
5852
5853 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
5854 Declare earlier to avoid byte compiler warnings.
5855
5856 2007-01-28 Markus Triska <markus.triska@gmx.at>
5857
5858 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
5859
5860 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
5861
5862 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
5863 (gamegrid-add-score-with-update-game-score-1): Allow local quits
5864 when calling update-game-score program. Remove unnecessary
5865 save-excursion.
5866
5867 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
5868
5869 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
5870
5871 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
5872 avoid compiler warning.
5873 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
5874 might have values other than "true" or "false".
5875
5876 2007-01-28 Richard Stallman <rms@gnu.org>
5877
5878 * textmodes/fill.el (fill-paragraph-function): Doc fix.
5879 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
5880
5881 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
5882
5883 * image.el (image-type-header-regexps): Make GIF regex more specific.
5884
5885 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
5886 Don't check `backspace'.
5887 (tutorial--find-changed-keys): Look up bindings in a temp buffer
5888 in Fundamental mode.
5889
5890 * startup.el (fancy-splash-text, normal-splash-screen):
5891 Mention C-g.
5892
5893 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
5894 when inserting in buffer.
5895
5896 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
5897 inside the if.
5898
5899 2007-01-27 Richard Stallman <rms@gnu.org>
5900
5901 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
5902
5903 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
5904
5905 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
5906 enum/union/struct/class definition.
5907 Revert change to call `forward-sexp' multiple times.
5908
5909 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
5910
5911 * files.el (hack-local-variables-confirm): Don't keep trying to
5912 read an event from an empty kbd macro.
5913
5914 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5915
5916 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
5917
5918 2007-01-27 Ben North <ben@redfrontdoor.org>
5919
5920 * outline.el (outline-promote, outline-demote): Doc fix. Rename
5921 the arg CHILDREN -> WHICH.
5922
5923 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
5924
5925 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
5926 default-directory to a sane value when calling start-process.
5927
5928 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5929
5930 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
5931 (ls-lisp-format-time-list): Doc fix. Mention
5932 ls-lisp-use-localized-time-format.
5933 (ls-lisp-format-time): Use ls-lisp-format-time-list if
5934 ls-lisp-use-localized-time-format is non-nil, even if a valid
5935 locale is defined.
5936
5937 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
5938
5939 * jka-compr.el (jka-compr-shell): Doc fix.
5940
5941 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
5942
5943 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5944
5945 * ps-print.ps: Fix background height.
5946 (ps-print-version): New version 6.7.2.
5947
5948 2007-01-26 Eli Zaretskii <eliz@gnu.org>
5949
5950 * makefile.w32-in (finder-data, custom-deps): Depend on
5951 $(lisp)/loaddefs.el.
5952
5953 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5954
5955 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
5956
5957 2007-01-24 Miles Bader <miles@gnu.org>
5958
5959 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
5960 (byte-compile-output-docform): Bind `print-circle' to t.
5961
5962 2007-01-24 Kenichi Handa <handa@m17n.org>
5963
5964 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
5965 file name of the original SKK dictionary file.
5966
5967 2007-01-24 Kim F. Storm <storm@cua.dk>
5968
5969 * ido.el (ido-initial-position): New variable.
5970 (ido-read-internal): Set it if default item is specified.
5971 (ido-minibuffer-setup): Position cursor accordingly if set.
5972 (ido-edit-input): C-e moves to end of input if not already there.
5973 (ido-magic-backward-char): C-b does like M-b if prev char is /.
5974 Don't switch to buffer mode if repeating C-b at start of input.
5975 (ido-toggle-ignore): C-a only toggles ignore at start or end of
5976 input; else it moves to start of input.
5977 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
5978 not at end of input, delete rest of input, rather than normal op.
5979
5980 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
5981
5982 * emulation/viper-keym.el (viper-insert-basic-map):
5983 Delete binding for S-TAB.
5984
5985 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
5986 of message. Activate mark.
5987 (ediff-activate-mark): Set transient-mark-mode to t.
5988
5989 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
5990
5991 2007-01-23 Martin Rudalics <rudalics@gmx.at>
5992
5993 * help-fns.el (describe-variable): Don't suppress display of
5994 buffer local value when the value is "large".
5995
5996 2007-01-22 Kim F. Storm <storm@cua.dk>
5997
5998 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
5999 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
6000 (ido-tidy): Use ido-active.
6001
6002 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
6003
6004 * hexl.el (hexl-mode-exit): Add missing quote.
6005
6006 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6007
6008 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
6009 (mac-ae-keyboard-modifiers): New function.
6010 (mac-handle-toolbar-switch-mode): Use it.
6011 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
6012 if keyboard modifiers on drop contain option key.
6013 (mac-dnd-drop-data): Add optional argument `action'.
6014 (special-event-map): Remove binding for M-drag-n-drop.
6015
6016 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
6017
6018 * add-log.el (add-log-current-defun): Use CC Mode functions to
6019 find the beginning and end of a defun.
6020
6021 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
6022
6023 * progmodes/gdb-ui.el (gdb-var-create-regexp)
6024 (gdb-var-create-handler): Handle value field in GDB output of
6025 -var-create.
6026 (gdb-max-frames): New variable.
6027 (gdb-stack-buffer, gdb-frames-select): Use it.
6028 (gdb-info-stack-custom): Help user customize gdb-max-frames,
6029 if necessary.
6030 (gdb-get-frame-number): Simplify.
6031
6032 2007-01-21 Glenn Morris <rgm@gnu.org>
6033
6034 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
6035 Update copyrights.
6036
6037 2007-01-21 Alan Mackenzie <acm@muc.de>
6038
6039 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
6040 handling of K&R stuff.
6041
6042 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6043
6044 * textmodes/bibtex.el (bibtex-files): Fix customization type.
6045
6046 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6047
6048 * ps-print.el: Handle frame parameters (background and/or foreground
6049 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
6050 (ps-print-version): New version 6.7.1.
6051 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
6052 (ps-frame-parameter): New fun.
6053 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
6054 Fix doc and customization.
6055 (ps-begin-job): Get frame parameters (background and/or foreground
6056 colors).
6057 (ps-do-despool): Ensure ps-printer-name has a valid value.
6058
6059 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
6060
6061 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
6062 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
6063 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
6064 mean unlimited.
6065
6066 2007-01-20 Alan Mackenzie <acm@muc.de>
6067
6068 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
6069 much more rigorous analysis of putative K&R regions.
6070
6071 2007-01-20 Alan Mackenzie <acm@muc.de>
6072
6073 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
6074 New functions.
6075
6076 2007-01-20 Alan Mackenzie <acm@muc.de>
6077
6078 * progmodes/cc-align.el, progmodes/cc-cmds.el,
6079 * progmodes/cc-defs.el, progmodes/cc-engine.el,
6080 * progmodes/cc-langs.el, progmodes/cc-styles.el,
6081 * progmodes/cc-vars.el: Add my name.
6082
6083 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
6084
6085 * files.el (find-alternate-file): Revert query message to Emacs 21
6086 version.
6087
6088 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
6089
6090 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
6091 the doc string how to use personal abbrevs without electric
6092 keywords.
6093
6094 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6095
6096 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
6097 Fixed cursor position when toggle abbreviated display.
6098
6099 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
6100
6101 * t-mouse.el: Update copyright following assignment by
6102 Alessandro Rubini.
6103
6104 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
6105
6106 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
6107 (type-break-demo-boring): Call read-event instead of read-char.
6108
6109 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
6110
6111 * progmodes/compile.el: Add handling for makepplog.
6112
6113 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
6114
6115 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
6116 aspell dictionaries are initialized when called non-interactively.
6117
6118 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
6119
6120 * progmodes/compile.el (compilation-loop): New arg limit.
6121 Handle case where the first error is at point-min.
6122 (compilation-next-error): New arg to compilation-loop call.
6123
6124 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
6125
6126 * info.el (Info-default-dirs): Change default info dir to
6127 share/info.
6128
6129 * paths.el (Info-default-directory-list): Ditto.
6130
6131 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
6132
6133 * hexl.el (hexl-before-revert-hook): New function.
6134 (hexl-mode): Use it.
6135 (hexl-after-revert-hook): Just call hexl-mode.
6136 (hexl-mode-exit): Remove before-revert-hook.
6137
6138 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6139
6140 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
6141
6142 2007-01-16 Martin Rudalics <rudalics@gmx.at>
6143
6144 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
6145 by "-" in francais7 otherchars entry.
6146 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
6147 otherchars entry.
6148
6149 2007-01-15 Karl Fogel <kfogel@red-bean.com>
6150
6151 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
6152 path. Rewrite function in `cond' style for readability.
6153
6154 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
6155 (The path shortening, that is, not the rearrangement.)
6156
6157 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6158
6159 * term/mac-win.el (mac-ae-quit-application): New function.
6160 (mac-apple-event-map): Bind "quit application" Apple event to it.
6161
6162 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6163
6164 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
6165 than the program's output.
6166
6167 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
6168
6169 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
6170 (kmacro-start-macro-or-insert-counter)
6171 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
6172 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
6173
6174 * longlines.el (longlines-show-hard-newlines):
6175 * ruler-mode.el (ruler-mode-ruler):
6176 * emulation/keypad.el (keypad-setup):
6177 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
6178 Fix typo in docstring.
6179
6180 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
6181
6182 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
6183 Remove redirect character ">".
6184
6185 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
6186
6187 * replace.el (perform-replace): Remove leftover code.
6188
6189 2007-01-12 Richard Stallman <rms@gnu.org>
6190
6191 * replace.el (perform-replace): Don't clear NODENT when computing
6192 the replacement string.
6193
6194 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
6195
6196 * net/tramp.el (tramp-handle-file-local-copy):
6197 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
6198 <christopher.ian.moore@gmail.com>.
6199
6200 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6201
6202 * diff-mode.el (diff-sanity-check-context-hunk-half)
6203 (diff-sanity-check-hunk): New functions.
6204 (diff-find-source-location): Use'em to check the hunks are well-formed.
6205
6206 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
6207 activate undo when undo is not active.
6208 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
6209
6210 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6211
6212 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
6213 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
6214 (ffap-url-at-point): Use char-classes rather than "a-z".
6215
6216 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
6217
6218 * ediff-init.el (ediff-autostore-merges):
6219 * textmodes/fill.el (fill-region): Doc fix.
6220
6221 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6222
6223 * server.el (server-ensure-safe-dir): UIDs may be floats.
6224
6225 2007-01-10 Richard Stallman <rms@gnu.org>
6226
6227 * battery.el (battery-linux-proc-acpi): Use ignore-errors
6228 around calls to directory-files.
6229
6230 * subr.el (momentary-string-display): Use save-excursion.
6231
6232 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
6233 argument, but read it as `X' does.
6234
6235 2007-01-09 Juri Linkov <juri@jurta.org>
6236
6237 * info.el (Info-fontify-node): Don't hide node names of index entries.
6238
6239 * faces.el (momentary): Change :group to basic-faces where all
6240 basic faces belong to. Add :version.
6241
6242 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
6243
6244 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
6245 keybinding is found.
6246 (tutorial--find-changed-keys): Never treat null keybinding as a
6247 remapping.
6248
6249 2007-01-09 Martin Rudalics <rudalics@gmx.at>
6250
6251 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
6252
6253 2007-01-09 Kenichi Handa <handa@m17n.org>
6254
6255 * international/mule-cmds.el
6256 (select-safe-coding-system-interactively): Fix message.
6257
6258 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
6259
6260 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
6261 (tramp-process-actions): Add optional parameter TIMEOUT.
6262 (tramp-open-connection-telnet, tramp-open-connection-rsh)
6263 (tramp-open-connection-su): Add timeout of 60".
6264
6265 2007-01-09 Richard Stallman <rms@gnu.org>
6266
6267 * progmodes/compile.el (compile): Doc fix.
6268
6269 2007-01-09 Markus Triska <markus.triska@gmx.at>
6270
6271 * tumme.el (tumme-display-thumb): Doc fix.
6272
6273 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
6274
6275 * battery.el (battery-search-for-one-match-in-files):
6276 * bindings.el (mode-line-minor-mode-help):
6277 * x-dnd.el (x-dnd-types-alist):
6278 * calendar/icalendar.el (icalendar-import-buffer):
6279 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
6280
6281 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
6282
6283 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
6284
6285 * replace.el (replace-regexp): Fix typo in docstring.
6286
6287 2007-01-07 Alan Mackenzie <acm@muc.de>
6288
6289 * progmodes/cc-langs.el (c-operators, c-filter-ops):
6290 Amend doc-string and comments.
6291
6292 2007-01-06 Eli Zaretskii <eliz@gnu.org>
6293
6294 * files.el (abbreviate-file-name): Doc fix.
6295
6296 2007-01-06 Markus Triska <triska@gmx.at>
6297
6298 * subr.el (split-string): Remove spurious ")" from doc string.
6299
6300 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
6301
6302 * textmodes/table.el (table--warn-incompatibility):
6303 Use display-warning instead of momentary-string-display.
6304
6305 2007-01-05 Richard Stallman <rms@gnu.org>
6306
6307 * image.el (image-type-header-regexps): Recognize xbm more strictly.
6308
6309 * simple.el (backward-kill-word): Doc fix.
6310
6311 2007-01-05 Romain Francoise <romain@orebokech.com>
6312
6313 * international/mule.el (sgml-html-meta-auto-coding-function):
6314 Ensure that the buffer contains a HTML document.
6315
6316 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6317
6318 * faces.el (momentary): Move here ...
6319 * subr.el (momentary): ... from here.
6320
6321 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
6322
6323 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
6324 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
6325 large structures/arrays.
6326
6327 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
6328
6329 * files.el (find-file-noselect-1, set-visited-file-name):
6330 Allow backup-enable-predicate to be nil.
6331
6332 2007-01-04 Andreas Schwab <schwab@suse.de>
6333
6334 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
6335 last change.
6336
6337 2007-01-03 Richard Stallman <rms@gnu.org>
6338
6339 * woman.el (woman-decode-buffer): Clarify error message.
6340
6341 2007-01-03 Alan Mackenzie <acm@muc.de>
6342
6343 * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
6344
6345 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
6346
6347 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
6348
6349 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6350
6351 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
6352
6353 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
6354
6355 * emulation/viper.el (viper-custom-file-name, viper-mode):
6356 Fix typos in docstrings.
6357
6358 * subr.el (momentary-string-display): After moving point, set POS
6359 variable to it to avoid later errors once the buffer is modified.
6360 Doc fix.
6361
6362 2007-01-02 Alan Mackenzie <acm@muc.de>
6363
6364 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
6365 check that the "*/" is present before trying to manipulate it.
6366
6367 2007-01-02 Richard Stallman <rms@gnu.org>
6368
6369 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
6370
6371 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
6372 Fix format of value.
6373
6374 * cus-edit.el (customize-unsaved): Rename from customize-customized.
6375 Change messages accordingly.
6376 (customize-customized): Now alias.
6377
6378 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
6379
6380 * files.el (version-control): Doc fix.
6381
6382 2007-01-01 Alan Mackenzie <acm@muc.de>
6383
6384 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
6385 Check the format of c-state-cache is valid for an optimisation before
6386 using it.
6387
6388 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
6389 are at a statement within a macro". Other changes so that only
6390 the first continuation line in a macro gets the symbol
6391 `cpp-define-intro', the others getting `statement', or whatever.
6392
6393 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
6394 a string, preserve whitespace. Add a backslash only when also in
6395 a macro.
6396
6397 * progmodes/cc-defs.el: Correct typos.
6398
6399 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
6400 new line after an escaped EOL in a string.
6401
6402 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
6403 label when it directly follows "else", "do", ....
6404
6405 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
6406 angle brackets (as seen in "explicit specialisations" of C++
6407 templates).
6408
6409 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
6410 in the doc-string.
6411
6412 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
6413 when the comment ender looks like "=========*/" and is alone on
6414 its line.
6415
6416 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
6417 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
6418 for the old name.
6419
6420 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
6421 c-\(beginning\|end\)-of-defun by default.
6422
6423 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
6424 New line-up function, for the DEFUN macro in the Emacs C sources.
6425 Only used in "gnu" style.
6426
6427 * progmodes/cc-styles.el (c-style-alist): Use this new function in
6428 the "gnu" style.
6429
6430 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
6431 clean-up comment-close-slash also to work when there's a comment
6432 terminator on the line.
6433 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
6434 these for large arg - only take account of top level {..}, except
6435 for initial and final adjustments. M-- C-M-[ae] now go to the
6436 right defuns when the starting point is between defuns. They use
6437 the four new functions:
6438 (c-in-function-trailer-p, c-where-wrt-brace-construct)
6439 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
6440 support c-\(beginning\|end\)-of-defun.
6441
6442 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
6443 expressions more rigorously, to exclude bit-field specifiers from
6444 being classed as labels.
6445 (c-forward-label): When analyzing a ":" within a macro, be careful
6446 about using c-forward-syntactic-ws at the macro beginning.
6447 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
6448 stmt boundary, check for "operator=", etc.
6449
6450 * progmodes/cc-mode.el (c-postprocess-file-styles):
6451 Bind inhibit-read-only to t, around the call to
6452 c-remove-any-local-eval-or-mode-variables, so that it works on a
6453 RO file.
6454
6455 * progmodes/cc-defs.el (c-version): Update the version number to
6456 "5.31.4".
6457
6458 2007-01-01 Richard Stallman <rms@gnu.org>
6459
6460 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
6461 only if we restored isearch-window-configuration.
6462
6463 2006-12-31 Romain Francoise <romain@orebokech.com>
6464
6465 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
6466
6467 2006-12-31 Kim F. Storm <storm@cua.dk>
6468
6469 * files.el (auto-mode-case-fold): New defcustom.
6470 (set-auto-mode): If non-nil, perform second case-sensitive pass
6471 through auto-mode-alist if first pass failed.
6472
6473 2006-12-30 Richard Stallman <rms@gnu.org>
6474
6475 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
6476
6477 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
6478
6479 * allout.el (allout-encrypt-string): Handle symmetric-key
6480 passphrase caching but leave keypair caching to pgg.
6481
6482 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
6483
6484 Sync with Tramp 2.0.55.
6485
6486 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
6487 `integerp'. `char-equal' could fail else in case of negative
6488 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
6489 (top): Check for `font-lock-add-keywords' before calling; it
6490 doesn't exist under XEmacs.
6491 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
6492 (tramp-completion-mode): Remove clause (not
6493 tramp-unified-filenames), because the function is called in other
6494 context too, where this check results in wrong results in the
6495 XEmacs case on Windows.
6496 (tramp-touch): UTC handling is not possible for XEmacs.
6497
6498 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6499
6500 * scroll-bar.el (previous-scroll-bar-mode): New variable
6501 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
6502 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
6503
6504 * term/x-win.el: Set scroll bar mode to right if set by X resources.
6505
6506 2006-12-30 Richard Stallman <rms@gnu.org>
6507
6508 * files.el (make-backup-file-name-1): Precompute abs name
6509 but don't lose the relative name.
6510
6511 * international/mule-cmds.el (select-safe-coding-system-interactively):
6512 Fix message.
6513
6514 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6515
6516 * files.el (backup-buffer): Show entire backup file name in msg.
6517
6518 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
6519
6520 * image.el (image-type-header-regexps, image-type-from-data)
6521 (image-type-from-buffer, image-type-from-file-header):
6522 Revert changes from 2006-12-26.
6523 (image-type-auto-detectable): New variable.
6524 (image-type-auto-detected-p): New function.
6525
6526 * files.el (magic-mode-alist): Detect image files with
6527 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
6528
6529 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
6530
6531 * dired.el (dired-sort-other): Move test for dired-mode...
6532 (dired-sort-set-modeline): ...to here.
6533
6534 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6535
6536 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
6537 change. Suggested by Stefan Monnier.
6538
6539 2006-12-29 Kim F. Storm <storm@cua.dk>
6540
6541 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
6542 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
6543
6544 2006-12-27 Kim F. Storm <storm@cua.dk>
6545
6546 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
6547 so it doesn't accidentally match an fsf.org mail address.
6548 (authors-renamed-files-alist): Add tcover-*.el.
6549
6550 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
6551
6552 * vc-arch.el (vc-arch-find-version): New function.
6553
6554 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
6555 composed of arbitrary characters (even /) in some systems.
6556
6557 2006-12-27 Eli Zaretskii <eliz@gnu.org>
6558
6559 * international/mule-cmds.el (select-safe-coding-system-interactively):
6560 Improve the message in the *Warning* buffer.
6561
6562 2006-12-27 Kim F. Storm <storm@cua.dk>
6563
6564 * ido.el (ido-set-matches-1): Fix last change. If default item is
6565 current buffer, it is ok to be first.
6566
6567 2006-12-27 Kenichi Handa <handa@m17n.org>
6568
6569 * international/mule-cmds.el (select-safe-coding-system-interactively):
6570 Use face `link' for problematic chars.
6571
6572 2006-12-27 Kenichi Handa <handa@m17n.org>
6573
6574 * international/mule-cmds.el (select-safe-coding-system-interactively):
6575 Improve the message in *Warning* buffer.
6576
6577 2006-12-27 Kim F. Storm <storm@cua.dk>
6578
6579 * ido.el (ido-set-matches-1): Never put current buffer first if
6580 there are other matches.
6581
6582 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
6583
6584 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
6585 expressions.
6586 (gdb-var-delete): Handle duplicate names. Print message for non
6587 root expressions.
6588 (gdb-partial-output-name): Start buffer name with a space.
6589 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
6590 buffer name.
6591
6592 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6593
6594 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
6595 last footnote when `footnote-spaced-footnotes' is nil.
6596
6597 2006-12-26 Richard Stallman <rms@gnu.org>
6598
6599 * cus-edit.el (custom-browse-sort-alphabetically)
6600 (custom-buffer-sort-alphabetically)
6601 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
6602
6603 * image.el (image-type-header-regexps): Change element format
6604 to include third item NOT-ALWAYS.
6605 (image-type-from-data): Handle new format.
6606 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
6607 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
6608
6609 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
6610
6611 * add-log.el (add-log-current-defun): Call `forward-sexp'
6612 multiple times to pick a member function name defined as
6613 part of nested classes/namespaces.
6614
6615 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6616
6617 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
6618 which keymap should be used to change menu. It does not affect any
6619 existent code.
6620
6621 2006-12-26 Richard Stallman <rms@gnu.org>
6622
6623 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
6624 rather than for being in a minibuffer window.
6625
6626 2006-12-25 Daiki Ueno <ueno@unixuser.org>
6627
6628 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
6629 locale-coding-system.
6630 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
6631 LF.
6632
6633 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
6634
6635 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
6636 (sql-mode-syntax-table): Disable double quoted strings.
6637 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
6638
6639 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6640
6641 * startup.el (fancy-splash-last-input-event): New variable.
6642 (fancy-splash-special-event-action): New function.
6643 (fancy-splash-screens): Temporarily bind special events to it.
6644 Execute command for saved special event before exiting from
6645 recursive editing.
6646
6647 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
6648 New functions.
6649 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
6650 Use mac-unread-string.
6651
6652 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6653
6654 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
6655 an optimized comment regexp if `comment-start-skip' uses a ^.
6656 * bs.el (bs--up): Remove interactive spec.
6657
6658 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6659
6660 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
6661 Suggested by James Cloos.
6662
6663 2006-12-24 Kevin Ryde <user42@zip.com.au>
6664
6665 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
6666 in March.
6667 (calendar-dst-ends): Default to first Sunday in November.
6668
6669 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
6670
6671 * allout.el (allout-encrypt-string): Inhibit use of agent within
6672 body of let form where encryption happens. Acknowledge non-use of
6673 gpg-agent in docstring.
6674 (allout-toggle-subtree-encryption): Acknowledge non-use of
6675 gpg-agent in docstring.
6676
6677 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6678
6679 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
6680
6681 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
6682
6683 * ediff-diff.el (ediff-diff-options): Clarify docstring.
6684 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
6685
6686 * emulation/viper-cmd.el (viper-post-command-sentinel):
6687 Protect against errors in hooks.
6688 (viper-add-newline-at-eob-if-necessary): Add newline only if we
6689 actually modify buffer; ignore errors if occur.
6690
6691 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
6692
6693 * calendar/calendar.el (calendar-mode-map): Switch < and >.
6694 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
6695 formatting.
6696
6697 2006-12-23 Richard Stallman <rms@gnu.org>
6698
6699 * simple.el (delete-horizontal-space): Doc fix.
6700
6701 2006-12-23 Eli Zaretskii <eliz@gnu.org>
6702
6703 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
6704 explicitly in a recursive Make, not implicitly through prerequisites,
6705 since the latter is wrong under parallel builds.
6706
6707 2006-12-22 Eli Zaretskii <eliz@gnu.org>
6708
6709 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
6710
6711 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6712
6713 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
6714 message string.
6715
6716 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
6717
6718 * outline.el (outline-next-visible-heading): Fix the case with a
6719 header at end-of-file with no final newline.
6720
6721 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
6722
6723 * indent.el (tab-always-indent): Doc fix.
6724
6725 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
6726
6727 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
6728 (Info-fontify-node): Do fontify indices.
6729
6730 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
6731 to the Emacs Lisp reference manual.
6732 (tutorial--tab-map): Remove. All callers changed.
6733 (tutorial--find-changed-keys): New elt QUIET, used to...
6734 (tutorial--display-changes): ...ensure that warning messages are
6735 only issued once per changed key.
6736 (tutorial--remove-remarks): Delete unused code-path.
6737 (lang-strings): Remove extraneous formatting.
6738 (tutorial--save-tutorial): Prompt before saving tutorial state.
6739
6740 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
6741
6742 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
6743 Replace '?\ ' by '?\s' throughout.
6744 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
6745 `help' custom group.
6746 (tutorial--key-description): New function.
6747 (tutorial--display-changes): Remove redundant arg. Scan for all
6748 key sequences to avoid false matches. Cleanup.
6749 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
6750 reduce homedir pollution.
6751 (help-with-tutorial): Call tutorial--display-changes with no arg.
6752
6753 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
6754
6755 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
6756
6757 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
6758
6759 * net/tramp.el (tramp-default-method): We still need to check for
6760 `executable-find', because it is not bound under Emacs 20.
6761 (tramp-handle-file-name-completion)
6762 (tramp-completion-handle-file-name-completion): Handle optional
6763 parameter PREDICATE.
6764 (tramp-find-default-method): Add code for default values.
6765
6766 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
6767
6768 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
6769 make gud-go send "continue".
6770
6771 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
6772
6773 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
6774 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
6775
6776 2006-12-19 Kim F. Storm <storm@cua.dk>
6777
6778 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
6779 instead of global-map.
6780
6781 * files.el (magic-mode-alist): Allow matching file type by
6782 calling a function at bob. Check for image types by calling
6783 image-type-from-buffer. Suggested by Juanma Barranquero.
6784 (set-auto-mode): Do it.
6785
6786 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
6787
6788 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
6789 Remove "ControlMaster" option from the other `scp*' methods.
6790 (tramp-default-method): Check for ssh-agent before setting to `scp'.
6791
6792 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6793
6794 * textmodes/org.el (org-mode): Show context after isearch.
6795 (org-show-siblings): New function.
6796 (org-show-context): Use `org-show-siblings'.
6797
6798 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
6799
6800 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
6801 Use syntax-ppss-toplevel-pos.
6802
6803 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6804
6805 * textmodes/org.el (org-current-line): Make sure that lines are
6806 counted from beginning of buffer.
6807 (org-table-copy-region, org-table-paste-rectangle): Make sure that
6808 lines are counted from beginning of buffer.
6809
6810 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
6811
6812 * info.el (Info-build-node-completions): Signal error if tag-table
6813 marker is not found.
6814
6815 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6816
6817 2006-12-17 Alan Mackenzie <acm@muc.de>
6818
6819 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
6820 speed) the case when open-paren-in-column-0-is-defun-start is nil.
6821 Based on code by Martin Rudalics.
6822
6823 * progmodes/cc-mode.el (c-basic-common-init): Don't set
6824 open-paren-in-column-0-is-defun-start to nil any more.
6825
6826 2006-12-17 Richard Stallman <rms@gnu.org>
6827
6828 * simple.el (delete-horizontal-space): Use prefix arg.
6829
6830 * help-fns.el (describe-variable): Improve blank separator lines.
6831
6832 * files.el (magic-mode-alist): Mark as risky.
6833
6834 * files.el (make-backup-file-name-1):
6835 Expand backup-directory explicitly.
6836
6837 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
6838
6839 * net/tramp.el (tramp-default-method): Before setting to "pscp",
6840 check whether package password.el is loaded, or Pageant is running.
6841
6842 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
6843
6844 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
6845 (icalendar--rris): First try Emacs, then XEmacs.
6846 (icalendar--convert-ical-to-diary): Doc fix.
6847 Insert newline at end of target file.
6848
6849 2006-12-17 Kim F. Storm <storm@cua.dk>
6850
6851 * outline.el (outline-isearch-open-invisible-function): New defvar.
6852 (outline-flag-region): Use it if non-nil for isearch-open-invisible
6853 overlay property instead of outline-isearch-open-invisible.
6854
6855 2006-12-16 Kim F. Storm <storm@cua.dk>
6856
6857 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
6858 if ido-directory-too-big is set on entry.
6859 (ido-toggle-ignore, ido-completion-help): Print message while
6860 reading big directory.
6861
6862 2006-12-15 Richard Stallman <rms@gnu.org>
6863
6864 * shell.el (shell): Doc fix.
6865
6866 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
6867
6868 * emulation/edt.el (edt-xserver):
6869 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
6870 to fix a problem on Cygwin.
6871
6872 * emulation/edt.el
6873 * emulation/edt-mapper.el
6874 * emulation/edt-lk201.el
6875 * emulation/edt-pc.el
6876 * emulation/edt-vt100.el: Update maintainer's email address.
6877
6878 2006-12-15 Simon Marshall <simon@gnu.org>
6879
6880 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
6881
6882 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6883
6884 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
6885 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
6886 instead of mac-atsu-font-table.
6887 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
6888
6889 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
6890
6891 * align.el (align-match-tex-pattern): Fix a rare bug which
6892 hanged Emacs.
6893
6894 2006-12-14 Richard Stallman <rms@gnu.org>
6895
6896 * startup.el (use-fancy-splash-screens-p): Use frame-height
6897 instead of window-height. Pass frame to image-size.
6898
6899 2006-12-13 Kenichi Handa <handa@m17n.org>
6900
6901 * international/mule-cmds.el (set-locale-environment):
6902 Set default-sendmail-coding-system too.
6903
6904 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
6905
6906 * progmodes/idlw-help.el: Fix copyright notice.
6907
6908 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6909
6910 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
6911
6912 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6913
6914 * subr.el (unread-command-char): Reformat obsolescence info.
6915
6916 2006-12-11 Richard Stallman <rms@gnu.org>
6917
6918 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
6919 about calls to cl-struct-setf-expander.
6920
6921 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6922
6923 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
6924 (ediff-combination-pattern): Fix typo in docstring.
6925
6926 * textmodes/refer.el (refer-find-entry): Doc fix.
6927 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
6928 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
6929 Fix tipos in docstrings.
6930
6931 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
6932
6933 2006-12-10 Kim F. Storm <storm@cua.dk>
6934
6935 * ido.el (ido-init-completion-maps): Remap backward-kill-word
6936 instead of binding M-backspace.
6937
6938 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
6939
6940 * replace.el (replace-match-data, replace-match-maybe-edit):
6941 * calc/calc-aent.el (calc-eval-error):
6942 * emulation/vi.el (vi-char-argument):
6943 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
6944 (c-vsemi-status-unknown-p-fn): Doc fixes.
6945
6946 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
6947
6948 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
6949 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
6950
6951 2006-12-10 Masatake YAMATO <jet@gyve.org>
6952
6953 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
6954
6955 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
6956
6957 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
6958
6959 * man.el (Man-xref-button-action): New function. If the
6960 `Man-target-string' button property is a function, assume it
6961 accepts a position argument.
6962 (Man-abstract-xref-man-page): Use it.
6963 (Man-default-man-entry): New optional arg POS.
6964
6965 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
6966 symlink arrows read-only and non-rear-sticky.
6967
6968 2006-12-09 Martin Rudalics <rudalics@gmx.at>
6969
6970 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
6971 (wdired-search-and-rename): Simplify code.
6972 (wdired-preprocess-files, wdired-preprocess-perms): Make
6973 read-only property of preceding character rear-nonsticky to
6974 avoid that it can be modified. Put old-name and old-link
6975 properties on character preceding name and replace
6976 put-text-property by add-text-properties.
6977 (wdired-get-filename, wdired-get-previous-link): Get old-name
6978 and old-link properties from character preceding name and
6979 simplify code.
6980 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
6981 (wdired-perms-to-number): Make local-map property
6982 rear-nonsticky to avoid that text following permissions may be
6983 modified. Use add-text-properties instead of put-text-property
6984 when changing a permission bit.
6985 (wdired-change-to-dired-mode): Remove stickiness properties.
6986
6987 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
6988
6989 * international/mule-cmds.el (register-input-method): Doc fix.
6990
6991 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
6992
6993 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
6994
6995 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6996
6997 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
6998 Force buffer local defs evaluation on local variables loading.
6999 (flyspell-mode-on, flyspell-mode-off): Use it in
7000 `hack-local-variables-hook'.
7001
7002 2006-12-09 Eli Zaretskii <eliz@gnu.org>
7003
7004 * emacs-lisp/find-func.el (find-variable): Doc fix.
7005
7006 * help-fns.el (variable-at-point): Doc fix.
7007
7008 * w32-fns.el (w32-append-code-lines): New function.
7009
7010 2006-12-09 Romain Francoise <romain@orebokech.com>
7011
7012 * comint.el (comint-insert-input): Delete obsolete comment.
7013
7014 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7015
7016 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
7017 current frame, in case we're connected to several displays.
7018
7019 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
7020
7021 * frame.el (other-frame): Doc fix.
7022 (set-frame-parameter): Fix typo in docstring.
7023
7024 2006-12-07 Kim F. Storm <storm@cua.dk>
7025
7026 * info.el (Info-index): Strip leading colon from topic.
7027
7028 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
7029
7030 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
7031 to pointers.
7032
7033 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
7034
7035 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
7036 Trim out spurious class inheritance "None" entries.
7037
7038 2006-12-05 Kim F. Storm <storm@cua.dk>
7039
7040 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
7041 (cua-paste-pop): Rework last change for
7042 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
7043 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
7044 text inserted by the last M-y command.
7045
7046 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7047
7048 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
7049 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
7050
7051 * shell.el (shell): Search the start file in ~/.emacs.d as
7052 `init_SHELLNAME.sh' instead.
7053
7054 2006-12-05 Glenn Morris <rgm@gnu.org>
7055
7056 * progmodes/cperl-mode.el (cperl-mode)
7057 * progmodes/f90.el (f90-mode-abbrev-table)
7058 * progmodes/fortran.el (fortran-mode-abbrev-table)
7059 * progmodes/octave-mod.el (octave-abbrev-table)
7060 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
7061 if abbrev-table is non-nil (saved user abbrevs may have been restored).
7062
7063 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
7064 clear abbrev table, else saved abbrevs will not be restored.
7065
7066 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
7067
7068 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
7069 the call to `make-obsolete-variable', not in the docstring.
7070
7071 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
7072
7073 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
7074
7075 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7076
7077 * progmodes/ebnf-abn.el:
7078 * progmodes/ebnf-bnf.el:
7079 * progmodes/ebnf-dtd.el:
7080 * progmodes/ebnf-ebx.el:
7081 * progmodes/ebnf-iso.el:
7082 * progmodes/ebnf-otz.el:
7083 * progmodes/ebnf-yac.el:
7084 * progmodes/ebnf2ps.el:
7085 * delim-col.el:
7086 * printing.el:
7087 * ps-bdf.el:
7088 * ps-mule.el:
7089 * ps-print.el: Remove 'Time-stamp' comment mark.
7090
7091 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
7092 'easy-menu-add-item' when called in Emacs 21 or higher.
7093
7094 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
7095
7096 * progmodes/ada-xref.el (ada-check-current): Doc fix.
7097 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
7098
7099 2006-12-04 Kim F. Storm <storm@cua.dk>
7100
7101 * bindings.el (global-map): Bind [signal t] to ignore, to have
7102 user signals ignored by default.
7103
7104 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
7105
7106 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
7107 Unicode data file pointed to by `describe-char-unicodedata-file'.
7108
7109 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
7110
7111 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
7112 O(n^2) regexp-search by anchoring the search.
7113
7114 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
7115
7116 * whitespace.el (whitespace-cleanup-internal): Use current
7117 argument for recursive call.
7118
7119 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
7120
7121 * net/tramp.el (tramp-methods): Add "ControlPath" and
7122 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
7123 Andreas Schwab <schwab@suse.de>.
7124 (tramp-do-copy-or-rename-file-out-of-band)
7125 (tramp-open-connection-rsh): Compute format spec for ?t.
7126 (tramp-process-actions): Trace command parameters.
7127
7128 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
7129
7130 * simple.el (toggle-truncate-lines): Clarify doc string.
7131
7132 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
7133 (gdb-speedbar-expand-node): Use it.
7134
7135 2006-12-04 Richard Stallman <rms@gnu.org>
7136
7137 * progmodes/python.el (python-indent): Add safe-local-variable prop.
7138
7139 * dired.el (dired-revert): Turn off dired-after-readin-hook
7140 around call to dired-readin.
7141
7142 * menu-bar.el (menu-bar-make-toggle): Add "globally"
7143 to echo area messages.
7144 <indicate-empty-lines, case-fold-search>:
7145 Add "globally" to Help string.
7146 <case-fold-search>: MESSAGE arg need not say "globally".
7147 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
7148
7149 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
7150
7151 * outline.el (outline-end-of-subtree): Don't leave an empty
7152 line hidden as we would a real next heading.
7153
7154 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
7155
7156 * allout.el (allout-ascend): Add an optional argument to preserve
7157 original position of point when unsuccessful. Also, fix a
7158 docstring error.
7159 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
7160 work again, using allout-ascend's new option.
7161 (allout-setup-mode-map): Extract from allout-mode to initialize
7162 allout-mode-map. Call it on file load, so the mode docstring
7163 substitutions work even if allout mode has not yet been invoked.
7164 (allout-mode): Use new allout-setup-mode-map to track any keybinding
7165 customizations since the map was last processed. Also, refine the
7166 docstring so it's ship-shape for release.
7167 (allout-default-layout, allout-beginning-of-line-cycles)
7168 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
7169 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
7170 (allout-version, allout-layout, allout-infer-body-reindent)
7171 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
7172 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
7173 (allout-previous-heading, allout-goto-prefix-doublechecked)
7174 (allout-current-bullet-pos, allout-next-sibling-leap)
7175 (allout-pre-command-business, allout-encrypted-type-prefix)
7176 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
7177 (allout-rebullet-topic, allout-rebullet-topic-grunt)
7178 (allout-flag-region, allout-expose-topic, allout-expose-topic)
7179 (allout-old-expose-topic, allout-listify-exposed)
7180 (allout-process-exposed, allout-latex-verb-quote)
7181 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
7182 (allout-toggle-current-subtree-encryption)
7183 (allout-toggle-subtree-encryption, allout-bullet-isearch):
7184 Remove extraneous open-paren and close paren string escapes.
7185
7186 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
7187
7188 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
7189 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
7190 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
7191 Fix typos in docstrings.
7192
7193 2006-12-03 Glenn Morris <rgm@gnu.org>
7194
7195 * progmodes/cc-align.el
7196 * progmodes/cc-awk.el
7197 * progmodes/cc-cmds.el
7198 * progmodes/cc-compat.el
7199 * progmodes/cc-defs.el
7200 * progmodes/cc-engine.el
7201 * progmodes/cc-langs.el
7202 * progmodes/cc-menus.el
7203 * progmodes/cc-mode.el
7204 * progmodes/cc-styles.el
7205 * progmodes/cc-vars.el
7206 * progmodes/vhdl-mode.el: Fix Copyright format.
7207
7208 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
7209
7210 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
7211 initial down event.
7212
7213 2006-12-02 Kim F. Storm <storm@cua.dk>
7214
7215 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
7216 (cua-repeat-replace-region): Make M-v more robust.
7217 (cua-paste-pop-rotate-temporarily): New defcustom.
7218 (cua-paste-pop): Use it.
7219 (cua-auto-mark-last-change): New defcustom.
7220 (cua-pop-to-last-change): New helper function.
7221 (cua-set-mark): Use them.
7222
7223 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
7224
7225 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
7226 mini-buffer message.
7227
7228 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
7229
7230 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
7231
7232 2006-12-01 Ben North <ben@redfrontdoor.org>
7233
7234 * paren.el: Fix the highlight overlay extension when the user types a
7235 sequence of char very fast just before the open parenthesis.
7236
7237 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7238
7239 * ps-mule.el: Eliminate Emacs 20 compatibility.
7240
7241 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
7242 (ps-print-version): New version 6.7.
7243 (ps-print-quote): Replace '?\ ' by '?\s'.
7244
7245 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
7246
7247 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
7248 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
7249 (hexl-end-of-1k-page): Doc fixes.
7250 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
7251 Fix typos in docstrings.
7252
7253 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7254
7255 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
7256 locally, i.e. without using file name handlers.
7257 (ido-read-internal): Allow mono letter host names, avoiding the
7258 `c:' problem by testing if the file exists locally.
7259 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
7260
7261 2006-11-30 Masatake YAMATO <jet@gyve.org>
7262
7263 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
7264 to avoid bytecomp warnings.
7265 (hexl-mode-old-ruler-function): New variable.
7266 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
7267 and `hl-line-range-function' after `require' hl-line.
7268 Then bind `hl-line-range-function' and `hl-line-face'.
7269 Don't require frame. Don't use `with-no-warnings'.
7270 (hexl-activate-ruler): Store the original value of
7271 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
7272 (hexl-mode-exit): Restore the original value of
7273 `ruler-mode-ruler-function'.
7274
7275 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
7276
7277 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
7278 (hexl-mode-old-hl-line-face): New variable.
7279 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
7280 line when exit from the hexl-mode.
7281
7282 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
7283
7284 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
7285 Doc fixes.
7286
7287 * international/fontset.el (create-fontset-from-ascii-font)
7288 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
7289 (fontset-name-p): Fix typo in docstring.
7290
7291 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
7292
7293 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7294
7295 * ps-bdf.el: Fix maintainer email.
7296
7297 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
7298 compatibility.
7299
7300 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
7301 21 compatibility.
7302 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
7303 Emacs 20 & 21.
7304
7305 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
7306
7307 * progmodes/idlwave.el (idlwave-auto-fill):
7308 Remove paragraph-start let to prevent auto-fill giving up.
7309
7310 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
7311
7312 * vt100-led.el (led-state): Fix typo in previous change.
7313
7314 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7315
7316 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7317 Fix interactive spec of the functions getting defined to make them
7318 work as documented.
7319
7320 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
7321
7322 * startup.el (fancy-splash-screens): Hide initial splash buffer.
7323
7324 2006-11-28 Kim F. Storm <storm@cua.dk>
7325
7326 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
7327 icomplete-mode is enabled.
7328
7329 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
7330
7331 * textmodes/org.el (require): Require gnus-sum during compilation
7332 to avoid problem with a macro call.
7333
7334 2006-11-28 Glenn Morris <rgm@gnu.org>
7335
7336 * emacs-lisp/authors.el (authors-aliases): Add new alias.
7337
7338 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
7339 (fortran-window-create-momentarily): Do not need string-to-char.
7340
7341 2006-11-28 Richard Stallman <rms@gnu.org>
7342
7343 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
7344 Replace incorrect use of assoc-default with a loop.
7345
7346 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
7347
7348 * simple.el (next-error-find-buffer): Improve messages.
7349
7350 * files.el (revert-buffer): Special error message if file
7351 is now not readable.
7352
7353 * facemenu.el (facemenu-add-new-face): Improve doc strings of
7354 constructed commands.
7355
7356 * comint.el (comint-exec-1): Provide Emacs version and `comint'
7357 in INSIDE_EMACS.
7358
7359 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7360
7361 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
7362
7363 * server.el: Remove spurious * in docstrings.
7364 (server-process-filter): Exit from recursive editing before processing
7365 a new request.
7366
7367 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
7368
7369 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
7370 line so hidden blocks will be correctly identified.
7371
7372 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
7373
7374 * ledit.el (ledit-save-defun, ledit-mode):
7375 * resume.el (resume-emacs-args-buffer):
7376 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
7377 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
7378 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
7379 (command-send-input, command-kill-line):
7380 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
7381
7382 * autoarg.el (autoarg-kp-mode): Doc fix.
7383
7384 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
7385 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
7386 (check-emacs-lock): Doc fix. Simplify.
7387
7388 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
7389 (iimage-mode-buffer): Fix typos in docstring.
7390
7391 * misc.el (zap-up-to-char): Doc fix.
7392
7393 * time-stamp.el: Fix comment and obsolescence string for old
7394 functions. Use `dolist' instead of `while'.
7395
7396 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
7397
7398 * disp-table.el (standard-display-8bit, standard-display-default):
7399 * ebuff-menu.el (electric-buffer-list):
7400 * ehelp.el (electric-help-command-loop):
7401 * font-core.el (font-lock-mode):
7402 * help-macro.el (make-help-screen):
7403 * help.el (describe-minor-mode-completion-table-for-indicator)
7404 (lookup-minor-mode-from-indicator):
7405 * indent.el (tab-to-tab-stop, move-to-tab-stop):
7406 * info-look.el (info-lookup-guess-custom-symbol):
7407 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
7408 * longlines.el (longlines-wrap-line):
7409 * macros.el (insert-kbd-macro):
7410 * menu-bar.el (menu-bar-update-buffers):
7411 * misc.el (copy-from-above-command):
7412 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
7413 * newcomment.el (comment-indent):
7414 * novice.el (disabled-command-function):
7415 * sort.el (sort-fields-syntax-table):
7416 * subr.el (momentary-string-display):
7417 * tar-mode.el (tar-header-block-summarize)
7418 (tar-clear-modification-flags):
7419 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
7420 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
7421 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
7422 (te-delete-char, te-down-vertically-or-scroll):
7423 * time-stamp.el (time-stamp-string-preprocess):
7424 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
7425
7426 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7427
7428 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
7429 in GUD mode.
7430
7431 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
7432 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
7433
7434 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7435
7436 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
7437
7438 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
7439
7440 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
7441 (ada-compile-goto-error): Adapt to new argument profile of
7442 compilation-goto-locus in Emacs 22. Don't check if the various
7443 compile functions are defined; we already do "(require 'compile)".
7444
7445 2006-11-26 Kim F. Storm <storm@cua.dk>
7446
7447 * kmacro.el: Fix commentary.
7448
7449 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7450
7451 * progmodes/gud.el (gdb): Explain how to run in text command mode
7452 more clearly. Say in error message that multiple debugging
7453 requires restarting GDB.
7454
7455 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
7456
7457 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
7458
7459 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
7460
7461 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
7462 (flymake-popup-menu): Use it instead of posn-at-point.
7463
7464 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7465
7466 * progmodes/cc-vars.el (c-backslash-column):
7467 Mention c-backslash-max-column in documentation for c-backslash-column.
7468
7469 2006-11-24 Lars Hansen <larsh@soem.dk>
7470
7471 * net/tramp.el (tramp-default-method): Under Windows, change from
7472 plink to pscp.
7473 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
7474 (tramp-actions-copy-out-of-band):
7475 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
7476 (tramp-action-out-of-band): Move "Permission denied" handling to
7477 tramp-action-copy-failed.
7478 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
7479 process buffer.
7480
7481 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7482
7483 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7484 strings to a single string. Quote `errors-file-name'.
7485 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7486 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7487 Adjust calls. Use `shell-quote-argument'.
7488
7489 * international/mule.el (load-with-code-conversion)
7490 (with-category-table): Use with-current-buffer.
7491 (after-insert-file-set-coding): Use restore-buffer-modified-p.
7492
7493 2006-11-24 Eli Zaretskii <eliz@gnu.org>
7494
7495 * mail/smtpmail.el (smtpmail-send-it):
7496 Copy buffer-file-coding-system from the mail buffer. Possibly add a
7497 MIME header for the message encoding.
7498 Bind coding-system-for-write around the call to mail-do-fcc.
7499 Use smtpmail-code-conv-from to encode queued mail messages.
7500
7501 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
7502
7503 * tabify.el (tabify-regexp): Doc fix.
7504
7505 * net/rcirc.el (rcirc-buffer-maximum-lines):
7506 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
7507
7508 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
7509 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
7510 Fix typos in output messages.
7511 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
7512
7513 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7514
7515 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
7516 the horse's mouth.
7517 (hexlify-buffer): Don't re-encode an arg that's already encoded.
7518
7519 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
7520
7521 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
7522 Remove condition-case.
7523
7524 2006-11-23 Glenn Morris <rgm@gnu.org>
7525
7526 * progmodes/f90.el (f90-comment-indent): Do not move point in
7527 default case.
7528
7529 2006-11-21 Romain Francoise <romain@orebokech.com>
7530
7531 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
7532 from library name (reverts change of 2005-10-25).
7533
7534 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
7535
7536 * tutorial.el (tutorial--default-keys): Add newline and
7537 delete-backward-char bindings.
7538 (tutorial--detailed-help): Save excursion when finding keys.
7539 Correct warning string for M-x FOO case.
7540 (tutorial--display-changes): Print special keys in tutorial style.
7541 Tweak search regexp for changed keys.
7542
7543 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7544
7545 * thingatpt.el (thing-at-point-url-at-point): Don't add a
7546 redundant scheme.
7547
7548 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
7549
7550 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
7551 are new to the list at IANA. Also added irc, mms, mmsh.
7552
7553 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
7554
7555 * progmodes/idlw-help.el (idlwave-html-help-location):
7556 Fail gracefully for missing help packages.
7557 (idlwave-help-assistant-open-link): Open full links.
7558 (idlwave-help-assistant-help-with-topic): Direct help link.
7559
7560 * progmodes/idlwave.el (idlwave-mode):
7561 Set add-log-current-defun-function.
7562 (idlwave-current-routine-fullname): Add, to support add-log.
7563 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
7564 to reflect improvements to xml-parse-file.
7565 (idlwave-mode-menu-def): New binding for help-with-topic.
7566
7567 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
7568 Handle extra newlines and spaces.
7569 (idlwave-shell-mode-map): Add help-with-topic.
7570
7571 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
7572
7573 * tutorial.el (tutorial-warning-face): New face.
7574 (tutorial--detailed-help, tutorial--display-changes): Use it.
7575 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
7576 Improve search pattern for occurrences of changed keys.
7577
7578 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7579
7580 * term/x-win.el (x-last-cut-buffer-coding): New variable.
7581 (x-select-text): Set it.
7582 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
7583 when checking for newness.
7584
7585 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
7586
7587 * subr.el (posn-image):
7588 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
7589
7590 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
7591
7592 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7593
7594 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
7595 Exceptions to the rule "add a space between an identifier and an
7596 opening parenthesis". Defaulted to the `#define' problem of cpp.
7597 (glasses-parenthesis-exception-p): New. Check if the region is an
7598 exception regarding to that.
7599 (glasses-make-readable): Use it.
7600 (glasses-convert-to-unreadable): Ditto. Modify the file also if
7601 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
7602
7603 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
7604
7605 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
7606
7607 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
7608
7609 * progmodes/ada-mode.el (ada-make-body): Fix typo.
7610
7611 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
7612 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
7613
7614 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
7615
7616 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
7617 conditions for function or variable bindings.
7618
7619 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
7620
7621 * progmodes/compile.el (compilation-start): Ditto.
7622
7623 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
7624
7625 * net/tramp.el (top): cl and custom are always required.
7626
7627 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7628
7629 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
7630 cut-buffers with next-selection-coding-system if not nil.
7631
7632 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7633
7634 * textmodes/org.el (org-fix-decoded-time): New function.
7635 (org-display-custom-time): Use `org-fix-decoded-time'.
7636
7637 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
7638
7639 * menu-bar.el (menu-bar-games-menu): Remove yow.
7640
7641 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7642
7643 * textmodes/org.el (org-scan-tags): Re-align code fixed.
7644 (org-detach-overlay): Rename from `org-detatch-overlay'.
7645 (org-table-convert-region): Insert space after column separator.
7646 (org-agenda-kill): New command.
7647 (org-metaleft): Call `org-outdent-item' on bullets.
7648 (org-metaright): Call `org-indent-item' on bullets.
7649 (org-timestamp-change): Set `org-last-changed-timestamp'.
7650 (org-current-line): Make sure (bolp) returns correct result.
7651 (org-agenda-change-all-lines): Make sure TODO are highlighted.
7652
7653 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7654
7655 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
7656
7657 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
7658
7659 * mouse.el (global-map): Change 2006-08-16 fix to call
7660 mouse-yank-at-click explicitly, since mouse events are not carried
7661 over into keyboard macros.
7662
7663 2006-11-16 Kim F. Storm <storm@cua.dk>
7664
7665 * ido.el (ido-file-internal): Use current buffer's file name as default
7666 choice for ido-find-alternate-file. Suggested by Matt Hodges.
7667
7668 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
7669
7670 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
7671 (allout-inhibit-aberrance-doublecheck): Rename from
7672 allout-during-yank-processing. All callers changed.
7673 (allout-ascend): Provide for unusual case where some topic after
7674 the first in file is at lower depth than the first.
7675 (allout-shift-in): Ensure the offspring of the new containing
7676 topic are exposed.
7677 (allout-encrypt-string): Preserve the coding-system of the text,
7678 according to that of the containing buffer.
7679 (allout-toggle-subtree-encryption): When the text being encrypted
7680 requires a different coding system, offer to preserve the coding
7681 system using a file local var.
7682
7683 2006-11-15 Simon Marshall <simon@gnu.org>
7684
7685 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
7686 to recognise "T t()" as a function declaration, rather than a
7687 variable instantiation, iff at the top-level or inside a class
7688 declaration. Suggested by Feng Li <fengli@gmail.com>.
7689
7690 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
7691
7692 * progmodes/ada-xref.el (ada-parse-prj-file):
7693 Don't delete project buffer; user may want to edit it.
7694 (ada-xref-set-project-field, ada-xref-current-project-file)
7695 (ada-xref-current-project, ada-show-current-project)
7696 (ada-set-main-compile-application): New functions.
7697 (ada-xref-get-project-field, ada-require-project-file):
7698 Normalize use of ada-prj-default-project-file.
7699 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
7700 Normalize use of ada-require-project-file.
7701 (ada-prj-find-prj-file): Improve doc string, comments.
7702
7703 * progmodes/ada-mode.el (ada-mode-version): Bump version.
7704 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
7705 (ada-create-menu): Add ada-set-main-compile-application,
7706 ada-show-current-main, ada-show-current-project.
7707
7708 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7709
7710 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
7711 (inferior-python-mode): Use it.
7712
7713 2006-11-14 Andreas Schwab <schwab@suse.de>
7714
7715 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7716
7717 2006-11-13 Kim F. Storm <storm@cua.dk>
7718
7719 * ido.el (ido-copy-current-word): C-o copies region if active.
7720
7721 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7722
7723 * textmodes/org.el (org-emph-face): Fix typo in variable name.
7724
7725 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
7726
7727 * ediff.el (ediff-revision):
7728 * files.el (set-visited-file-name):
7729 * mail/rmailout.el (rmail-output-body-to-file):
7730 Use `format', not `message', in `y-or-n-p' call.
7731
7732 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7733
7734 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
7735 (org-metaright): Call `org-indent-item' on bullets.
7736 (org-timestamp-change): Set `org-last-changed-timestamp'.
7737 (org-current-line): Make sure (bolp) returns correct result.
7738 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
7739
7740 2006-11-12 Richard Stallman <rms@gnu.org>
7741
7742 * language/european.el (turkish-case-conversion-enable)
7743 (turkish-case-conversion-disable): New functions.
7744 ("Turkish" lang env): Use them.
7745
7746 * international/characters.el (case table):
7747 Do nothing special for i and I.
7748
7749 * subr.el (remove-overlays): Fix last change.
7750
7751 * cus-edit.el (custom-save-all): Use find-file-visit-truename
7752 for visiting the custom file.
7753
7754 2006-11-12 Markus Triska <triska@gmx.at>
7755
7756 * play/handwrite.el (handwrite): Also process lines not ending
7757 with newline. Replace some position-fiddling with different
7758 logic. Improve performance.
7759
7760 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
7761
7762 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
7763 replacing deleted variable `ada-check-switch'.
7764 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
7765 (ada-xref-project-files): Improve doc string.
7766 (ada-find-executable): New function.
7767 (ada-initialize-runtime-library): Use `ada-find-executable'.
7768 (ada-xref-set-default-prj-values): In compile commands, don't need
7769 `ada-cd-command'; `compile' does that more portably.
7770 Use ada-prj-default-check-cmd.
7771 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
7772 properties if not specified in project file.
7773 (ada-goto-declaration): Display useful message for new error
7774 'error-file-not-found.
7775 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
7776 'error-file-not-found.
7777 (ada-get-all-references): Match latest ali syntax. Signal new
7778 error 'error-file-not-found.
7779 (ada-find-in-ali): Match latest ali syntax.
7780 (ada-make-filename-from-adaname): Handle different semantics of
7781 gnatkr in GNAT 3.15p vs later.
7782
7783 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
7784 ada-procedure-start-regexp.
7785 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
7786
7787 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
7788 with defvar.
7789 (ada-language-version): Rename ada05 -> ada2005.
7790 (ada-align-region-separate): Add `eval-when-compile'.
7791 (ada-name-regexp): Remove unneeded escapes in regexp character
7792 alternative.
7793 (ada-compile-goto-error-file-linenr-re): New constant.
7794 (ada-matching-start-re): Handle additional cases `declare',
7795 `procedure', `function'.
7796 (ada-compile-goto-error): Handle "... at line nn".
7797 (ada-mode): Clearer syntax, comments for ff-special-constructs.
7798 Delete support for old versions of `align'.
7799 (ada-search-prev-end-stmt): Handle additional keyword `private'.
7800 (ada-check-defun-name): Simplify handling of `declare'.
7801 (ada-goto-matching-start): Handle nested `begin ... end'.
7802 Handle `declare', `protected', `procedure', `function'.
7803 (ada-create-menu): Presence of arm95 is not conditional on using
7804 GNAT compiler.
7805
7806 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
7807
7808 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
7809 nil in the *RE-Builder* buffer (it causes spurious error messages).
7810
7811 * server.el (server-visit-files): If `minibuffer-auto-raise' has
7812 been set to t, respect it.
7813
7814 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
7815
7816 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
7817 Delete commented out code for old Emacs versions. Autoloading of
7818 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
7819 (ada-mode-version): Bump version number.
7820 (ada-95-string-keywords, ada-2005-string-keywords)
7821 (ada-2005-keywords, ada-name-regexp): New constant.
7822 (ada-language-version, ada-procedure-start-regexp, ada-mode)
7823 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
7824 (ada-package-start-regexp): Support private packages, include package
7825 name (for ada-set-point-accordingly).
7826 (ada-next-procedure, ada-previous-procedure)
7827 (ada-which-function-are-we-in): Match changes to
7828 ada-procedure-start-regexp.
7829 (ada-make-body): Make non-interactive; not a user function.
7830 (ada-make-subprogram-body): Improve doc string.
7831
7832 2006-11-11 Romain Francoise <romain@orebokech.com>
7833
7834 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
7835 `compilation-error-regexp-alist' buffer-local, since we changed
7836 `compilation-error-regexp-alist-alist' locally.
7837
7838 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
7839
7840 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
7841 to the value of `server-raise-frame'.
7842
7843 2006-11-11 Glenn Morris <rgm@gnu.org>
7844
7845 * ido.el (ido-enable-prefix)
7846 * ses.el (ses-call-printer-return)
7847 * net/tramp.el (tramp-unified-filenames)
7848 * progmodes/cc-align.el (c-lineup-string-cont)
7849 * progmodes/compile.el (compilation-directory-matcher)
7850 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7851 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7852 (vhdl-clock-rising-edge)
7853 * textmodes/org.el (org-export-with-timestamps)
7854 (org-export-remove-timestamps-from-toc)
7855 (org-export-with-tags): Improve previous doc fixes.
7856
7857 2006-11-11 Richard Stallman <rms@gnu.org>
7858
7859 * textmodes/flyspell.el (flyspell-mode-map):
7860 Bind C-c $ instead of M-RET.
7861
7862 2006-11-10 Simon Marshall <simon@gnu.org>
7863
7864 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
7865 fontification for "case" and "default" keywords.
7866
7867 2006-11-10 Andreas Schwab <schwab@suse.de>
7868
7869 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
7870 Avoid starting sentence with "nil".
7871
7872 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7873
7874 * server.el (server-raise-frame): New option.
7875 (server-switch-buffer): Use it.
7876
7877 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
7878
7879 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
7880 with a capital.
7881
7882 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
7883
7884 * textmodes/org.el (org-show-hierarchy-above)
7885 (org-show-following-heading): Fix typo in default value.
7886 (org-scan-tags): Make the search case-sensitive.
7887 (org-tags-sparse-tree): Don't overrule
7888 `org-show-following-heading' and `org-show-hierarchy-above'.
7889 (org-reveal): New command.
7890 (org-show-context): Rename from `org-show-hierarchy-above'.
7891 (org-fast-tag-selection-single-key): New option.
7892 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
7893 (org-tags-overlay): New variable.
7894 (org-agenda-todo-ignore-deadlines): New option.
7895 ("session"): Add circular data structure `org-mark-ring' to
7896 exceptions list in session.el.
7897 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
7898 New options.
7899 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
7900 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
7901 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
7902 (org-finalize-agenda): Activate bracket links in agenda.
7903 (org-at-timestamp-p, org-at-date-range-p): Additional argument
7904 INACTIVE-OK.
7905 (org-show-hierarchy-above, org-show-following-heading):
7906 List values allowed for fine-tuned configuration.
7907 (org-show-hierarchy-above): New argument CONTEXT, use the
7908 fine-tuned settings in `org-show-hierarchy-above' and
7909 `org-show-following-heading'.
7910 (org-display-custom-time): New function.
7911 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
7912 (org-display-custom-times, org-time-stamp-custom-formats):
7913 (org-maybe-intangible): New macro.
7914 (org-activate-bracket-links, org-hide-wide-columns):
7915 Use `org-maybe-intangible'.
7916 (org-open-file): Use `shell-quote-argument'.
7917 (org-display-internal-link-with-indirect-buffer): New option.
7918 (org-file-remote-p): Get regexp from list.
7919 (org-link-expand-abbrev): New function.
7920 (org-link-abbrev-alist): New option.
7921 (org-open-at-point, org-cleaned-string-for-export):
7922 Call `org-link-expand-abbrev'.
7923 (org-timeline, org-agenda-list, org-todo-list)
7924 (org-tags-view): Remove the KEEP-MODES argument.
7925 (org-finalize-agenda-hook): New hook.
7926 (org-get-alist-option): New function.
7927 (org-follow-timestamp-link): New function.
7928 (org-open-at-point): Call `org-follow-timestamp-link'.
7929 (org-log-note-marker, org-log-note-purpose)
7930 (org-log-note-window-configuration): New variables.
7931 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
7932 (org-log-note-headings): New option.
7933 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
7934 (org-store-link): Support for dired-mode.
7935 (org-open-file): Substitute environment variables into filename.
7936 (org-last): New defsubst.
7937 (org-agenda-re-align-tags): New function.
7938 (org-agenda-align-tags-to-column): New option.
7939 (org-agenda-timeline): Group removed.
7940 (org-prepare-agenda, org-prepare-agenda-buffers)
7941 (org-run-agenda-series, org-timeline, org-agenda-list)
7942 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
7943 the text property inticating the agenda type.
7944 (org-agenda-post-command-hook): Get agenda type from text property
7945 at point.
7946 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
7947 and obey `org-agenda-overriding-arguments'.
7948 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
7949 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7950 (org-agenda-week-view, org-agenda-day-view):
7951 Use `org-agenda-overriding-arguments' to make updating work with
7952 multi-block agendas.
7953 (org-agenda-prefix-format): Allow different formats for the
7954 different agenda entry types.
7955 (org-timeline-prefix-format): Option removed, use
7956 `org-agenda-prefix-format' instead.
7957 (org-prepare-agenda): New function.
7958 (org-select-timeline-window): Option removed, use
7959 `org-select-agenda-window' instead.
7960 (org-respect-restriction): Variable removed.
7961 (org-cmp-tag): New function.
7962 (org-agenda-sorting-strategy, org-entries-lessp):
7963 Implement sorting by last tag.
7964 (org-complete): Better completion in in-buffer option lines.
7965 (org-in-item-p): New function.
7966 (org-org-menu): Add entries for checkboxes.
7967 (org-cycle): Extra brouping in outline-regexp, because it is used
7968 in a search with "^" prepended.
7969 (org-provide-checkbox-statistics): New option.
7970 (org-set-font-lock-defaults): Highlight checkbox statistics.
7971 (org-update-checkbox-count-maybe)
7972 (org-get-checkbox-statistics-face): New functions.
7973 (org-update-checkbox-count): New command.
7974 (org-insert-item, org-toggle-checkbox):
7975 Call `org-update-checkbox-count-maybe'.
7976 (org-export-as-html): XEmacs compatibility for coding system.
7977 (org-force-cycle-archived): New command.
7978 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
7979 overrules cycling.
7980 (org-fix-position-after-promote): If the line contains only a todo
7981 keyword, add a final space.
7982 (org-promote-subtree, org-demote-subtree):
7983 Call `org-fix-position-after-promote'.
7984
7985 2006-11-10 Glenn Morris <rgm@gnu.org>
7986
7987 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
7988 date in every year.
7989 (calendar-dst-check-each-year-flag): New customizable variable.
7990 (calendar-dst-find-data): New function, extracted from
7991 calendar-current-time-zone.
7992 (calendar-current-time-zone): Use calendar-dst-find-data.
7993 (calendar-dst-transition-cache): New variable.
7994 (calendar-dst-find-startend, calendar-dst-starts)
7995 (calendar-dst-ends): New functions.
7996 (calendar-daylight-savings-starts)
7997 (calendar-daylight-savings-ends): Change value to use
7998 calendar-dst-starts, calendar-dst-ends; respectively.
7999
8000 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
8001
8002 * ido.el (ido-enable-prefix)
8003 * ses.el (ses-call-printer-return)
8004 * net/tramp.el (tramp-unified-filenames)
8005 * progmodes/cc-align.el (c-lineup-string-cont)
8006 * progmodes/compile.el (compilation-directory-matcher)
8007 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
8008 * progmodes/gdb-ui.el (gdb-many-windows)
8009 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
8010 (vhdl-clock-rising-edge)
8011 * textmodes/org.el (org-export-with-timestamps)
8012 (org-export-remove-timestamps-from-toc, org-export-with-tags)
8013 (org-read-date): Doc fix (Nil -> nil).
8014
8015 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8016
8017 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
8018 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
8019
8020 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
8021
8022 * bs.el (bs--window-for-buffer): Remove.
8023 (bs--show-with-configuration): Use `get-window-with-predicate'
8024 instead of `bs--window-for-buffer'.
8025
8026 2006-11-10 Kenichi Handa <handa@m17n.org>
8027
8028 * files.el (revert-buffer): Fix previous change.
8029
8030 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
8031
8032 * bs.el (bs--redisplay): Fix typo in docstring.
8033 (bs--window-config-coming-from): Make frame-local.
8034 (bs--restore-window-config): New function.
8035 (bs-kill, bs-select, bs-select-other-window)
8036 (bs-select-other-frame): Use it.
8037 (bs--window-for-buffer): Return as soon as a matching buffer is found.
8038 (bs--show-with-configuration): Save the window configuration as a
8039 frame local var, and only if *buffer-selection* is not already
8040 visible on this frame.
8041
8042 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
8043
8044 * vc-svn.el (vc-svn-admin-directory): New var.
8045 (vc-svn-registered, vc-svn-responsible-p)
8046 (vc-svn-repository-hostname): Use it.
8047 Suggested by arit93@yahoo.com.
8048
8049 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8050
8051 * ldefs-boot.el: Regenerate.
8052
8053 2006-11-08 Alan Mackenzie <acm@muc.de>
8054
8055 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
8056 case (eq open-paren-in-column-0-is-defun-start nil) by searching
8057 for least nested open-paren.
8058
8059 2006-11-08 Romain Francoise <romain@orebokech.com>
8060
8061 * subr.el (remove-overlays): Fix typo in last change.
8062
8063 2006-11-08 Richard Stallman <rms@gnu.org>
8064
8065 * subr.el (remove-overlays): Call overlay-recenter.
8066
8067 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8068
8069 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
8070 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
8071 behaviour.
8072 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
8073 directly.
8074
8075 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8076
8077 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
8078 (ido-max-dir-file-cache, ido-decorations)
8079 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
8080 (ido-magic-backward-char, ido-enter-dired)
8081 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
8082 (ido-list-directory, ido-first-match, ido-only-match)
8083 (ido-subdir, ido-indicator): Fix typos in docstrings.
8084 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
8085 (ido-read-internal): Fix typo in error message.
8086
8087 2006-11-08 Kenichi Handa <handa@m17n.org>
8088
8089 * international/mule-cmds.el (set-default-coding-systems):
8090 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
8091
8092 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8093
8094 * makefile.w32-in (setwins): Remove.
8095 (WINS_ALMOST): New macro.
8096 (WINS): Use it.
8097 (autoloads): Don't extract autoloads from files in obsolete/.
8098
8099 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
8100
8101 * whitespace.el (whitespace-buffer): Call remove-overlays after
8102 overlay-recenter for performance. Suggested by Martin Rudalics.
8103
8104 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
8105
8106 * net/tramp.el (tramp-default-method): scp is the default method.
8107
8108 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
8109
8110 * server.el (server-start): Save also the Emacs pid in the server file.
8111
8112 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
8113
8114 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
8115 point when displaying a bibtex cross reference in the echo area.
8116
8117 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
8118
8119 * international/mule.el (make-char): Fix typo in docstring.
8120 (load-with-code-conversion, charsetp): Doc fixes.
8121
8122 * international/ja-dic-cnv.el (skkdic-convert):
8123 * cus-edit.el (hook): Fix typo in docstring.
8124
8125 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
8126
8127 * cus-edit.el (custom-mode-map): Move defvar above code using it.
8128 (custom-mode-link-map): New variable.
8129 (custom-group-link, custom-manual): Use follow-link.
8130
8131 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8132
8133 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
8134 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
8135
8136 2006-11-06 Richard Stallman <rms@gnu.org>
8137
8138 * textmodes/flyspell.el (flyspell-correct-word-before-point):
8139 New function broken out of flyspell-correct-word.
8140 (flyspell-mode-map): Bind it to M-RET.
8141 (flyspell-correct-word): Call it.
8142
8143 * textmodes/fill.el (fill-minibuffer-function): New function.
8144 (fill-paragraph): Bind fill-paragraph-function to
8145 fill-minibuffer-function.
8146
8147 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
8148 so that they aren't undefined.
8149
8150 * dired.el (dired-readin): Locally bind file-name-coding-system.
8151
8152 * bindings.el: Shorten and clarify usual mode line mouse help string.
8153
8154 * Makefile.in (autoloads): Don't include `obsolete'.
8155
8156 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
8157
8158 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
8159 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
8160 Printing menu if it's not initialized.
8161 (pr-menu-bind): Act on menu-bar-file-menu directly.
8162
8163 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
8164
8165 * help.el (view-emacs-news): Fix typo in error message.
8166
8167 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
8168
8169 * shadowfile.el (shadow-define-regexp-group)
8170 (shadow-literal-groups, shadow-insert-var): Doc fixes.
8171 (shadow-read-files): Fix typo in message.
8172 (shadow-inhibit-overload, shadow-find, shadow-suffix)
8173 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
8174 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
8175 (shadow-file-match): Fix typos in docstrings.
8176
8177 * terminal.el (terminal-emulator): Fix typo in message.
8178
8179 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
8180
8181 * emacs-lisp/lselect.el (x-kill-primary-selection)
8182 (x-delete-primary-selection, x-copy-primary-selection):
8183 Fix typos in error messages.
8184
8185 * emulation/edt-mapper.el: Fix typo in interactive message.
8186
8187 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
8188
8189 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
8190 (ispell-help): Fix typos in docstrings.
8191 (ispell-help): Fix typo in output message.
8192
8193 * allout.el (allout-adjust-file-variable)
8194 (allout-passphrase-verifier-string)
8195 (allout-passphrase-hint-string)
8196 (allout-toggle-current-subtree-encryption):
8197 * apropos.el (apropos-synonyms):
8198 * cus-edit.el (hook):
8199 * emacs-lock.el (emacs-lock-from-exiting):
8200 * follow.el (follow-avoid-tail-recenter-p):
8201 * hexl.el (hexl-mode):
8202 * mouse-copy.el (mouse-copy-work-around-drag-bug):
8203 * mouse.el (mouse-set-font):
8204 * resume.el (resume-emacs-args-file):
8205 * rfn-eshadow.el (file-name-shadow-tty-properties):
8206 * t-mouse.el (t-mouse-process, t-mouse-mode):
8207 * emacs-lisp/cust-print.el (custom-print-install)
8208 (custom-print-uninstall, custom-format):
8209 * emacs-lisp/shadow.el (list-load-path-shadows):
8210 * emulation/tpu-edt.el (tpu-help-text)
8211 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
8212 (tpu-reset-control-keys):
8213 * emulation/vip.el (vip-emacs-local-map)
8214 (vip-change-mode-to-emacs):
8215 * emulation/viper.el (viper-mode, viper-set-hooks)
8216 (viper-major-mode-modifier-list):
8217 * emulation/viper-init.el (viper-emacs-state-cursor-color):
8218 * emulation/viper-keym.el (viper-emacs-kbd-map)
8219 (viper-toggle-key):
8220 * mail/feedmail.el (feedmail-queue-reminder)
8221 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
8222 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
8223 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
8224 (feedmail-sender-line, feedmail-force-binary-write)
8225 (feedmail-from-line, feedmail-deduce-envelope-from)
8226 (feedmail-x-mailer-line, feedmail-message-id-generator)
8227 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
8228 (feedmail-enable-spray, feedmail-spray-this-address)
8229 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
8230 (feedmail-queue-runner-confirm-global)
8231 (feedmail-ask-before-queue-prompt)
8232 (feedmail-ask-before-queue-reprompt)
8233 (feedmail-prompt-before-queue-standard-alist)
8234 (feedmail-prompt-before-queue-user-alist)
8235 (feedmail-prompt-before-queue-help-supplement)
8236 (feedmail-queue-use-send-time-for-message-id)
8237 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
8238 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
8239 (feedmail-mail-send-hook-queued)
8240 (feedmail-confirm-addresses-hook-example)
8241 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
8242 (feedmail-queue-runner-mode-setter)
8243 (feedmail-queue-alternative-mail-header-separator)
8244 (feedmail-queue-runner-message-sender)
8245 (feedmail-buffer-eating-function, feedmail-binmail-template)
8246 (feedmail-run-the-queue-no-prompts)
8247 (feedmail-run-the-queue-global-prompt)
8248 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
8249 (feedmail-envelope-deducer, feedmail-fiddle-date)
8250 (feedmail-default-message-id-generator)
8251 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
8252 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
8253 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
8254 (vms-pmail-setup):
8255 * play/dunnet.el (dun-help):
8256 * play/handwrite.el (handwrite):
8257 * play/hanoi.el (hanoi-unix-64):
8258 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8259 * textmodes/enriched.el (fixed):
8260 * textmodes/org.el (org-file-apps)
8261 (org-emphasis-regexp-components, org-emphasis-alist):
8262 * textmodes/texinfmt.el (batch-texinfo-format):
8263 Fix typos in docstrings.
8264
8265 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
8266
8267 * loadhist.el (read-feature): Don't complete features not loaded
8268 from a file (which make `unload-feature' to fail).
8269
8270 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
8271
8272 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
8273
8274 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
8275
8276 * startup.el (command-line-1): Kill emacs if the last frame is
8277 deleted while evaluating the command-line arguments.
8278
8279 2006-11-05 Richard Stallman <rms@gnu.org>
8280
8281 * startup.el (init-file-had-error): Add doc string.
8282 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
8283 Use fixed-width font for keyboard key descriptions.
8284
8285 * cus-edit.el (custom-save-all): Error if saving in .emacs
8286 and it had an error when loaded.
8287
8288 * dired-aux.el (dired-copy-file-recursive): Catch errors
8289 from recursive copies in the loop, around the recursive call.
8290
8291 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8292
8293 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
8294 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
8295 `/proc/acpi/thermal_zone/*'.
8296 (battery-search-for-one-match-in-files): New. Search a regexp in
8297 the content of some files.
8298
8299 2006-11-05 Martin Rudalics <rudalics@gmx.at>
8300
8301 * window.el (mouse-autoselect-window-now): Remove variable.
8302 (mouse-autoselect-window-state): New variable.
8303 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
8304 (mouse-autoselect-window-select, handle-select-window):
8305 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
8306 Suspend delayed autoselection during menu or popup dialog.
8307
8308 * info-look.el (info-lookup-guess-custom-symbol): New function
8309 for retrieving symbol at point in custom buffers.
8310 (top level) <info-lookup-maybe-add-help>: Add backquote and
8311 comma to ignored characters in regexps of help specifications
8312 for emacs-lisp-mode and lisp-interaction-mode. This permits
8313 looking up symbols in `...' and after a comma. Add help
8314 specifications for custom-mode and help-mode.
8315
8316 2006-11-04 Eli Zaretskii <eliz@gnu.org>
8317
8318 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
8319 Don't encode body if RAW is non-nil, or if the old encoding is
8320 identical to the new encoding, or if the body contains only
8321 eight-bit-* characters.
8322
8323 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8324
8325 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
8326 (faces-sample-overlay): Remove variable.
8327 (describe-face): Insert sample text in the face being described.
8328
8329 2006-11-04 Martin Rudalics <rudalics@gmx.at>
8330
8331 * whitespace.el (whitespace-indent-regexp): Make this match any
8332 multiples of eight spaces near the beginning of a line.
8333 (whitespace-buffer): Use `remove-overlays' instead of
8334 `whitespace-unhighlight-the-space' and `overlay-recenter' to
8335 speed up overlay handling.
8336 (whitespace-buffer-leading, whitespace-buffer-trailing):
8337 Make these functions highlight the text removed by
8338 `whitespace-buffer-leading-cleanup' and
8339 `whitespace-buffer-trailing-cleanup' respectively.
8340 (whitespace-buffer-search): Use `with-local-quit'.
8341 Move `format' out of loop to speed up scanning larger buffers.
8342 (whitespace-unhighlight-the-space): Remove `remove-hook' since
8343 that function is never added to a hook.
8344 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
8345 (whitespace-buffer-leading-cleanup)
8346 (whitespace-refresh-rescan-list): Fix docstrings.
8347
8348 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
8349
8350 * allout.el (allout-during-yank-processing): Cue for inhibiting
8351 aberrance processing during yanks.
8352 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
8353 the amount of yanked topics that can be aberrant.
8354 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
8355 a function, and supplement with inihibition of doublechecking
8356 during yanks.
8357 (allout-beginning-of-line, allout-next-heading)
8358 (allout-previous-heading, allout-goto-prefix-doublechecked)
8359 (allout-back-to-current-heading, allout-next-visible-heading)
8360 (allout-next-sibling): Use new allout-do-doublecheck function.
8361 (allout-next-sibling): Ensure we made progress when returning
8362 other than nil.
8363 (allout-rebullet-heading): Preserve text property annotations
8364 indicating the text was hidden, if it was.
8365 (allout-kill-line): Remove any added was-hidden annotations.
8366 (allout-kill-topic): Remove any added was-hidden annotations.
8367 (allout-annotate-hidden): Inhibit adding was-hidden text
8368 properties to the undo list.
8369 (allout-deannotate-hidden): New function to remove was-hidden
8370 annotation.
8371 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
8372 (allout-remove-exposure-annotation): Replace by
8373 allout-deannotate-hidden.
8374 (allout-yank-processing): Signal that yank processing is happening
8375 with allout-during-yank-processing. Also, wrap
8376 allout-unprotected's closer to the text changes, for easier
8377 debugging. We need to inhibit-field-text-motion explicitly, in
8378 lieu of the encompassing allout-unprotected.
8379 (outlineify-sticky): Adjust criteria for triggering new outline
8380 decorations to presence or absence of any topics, not just a topic
8381 at the beginning of the buffer.
8382
8383 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
8384
8385 * bs.el (bs--show-all, bs--redisplay):
8386 * cus-edit.el (custom-unlispify-menu-entries)
8387 (custom-unlispify-tag-names, custom-prompt-variable):
8388 * expand.el (expand-pos):
8389 * speedbar.el (speedbar-generic-list-tag-p):
8390 * wid-edit.el (widget-image-enable):
8391 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
8392 * emacs-lisp/find-func.el (find-function-noselect)
8393 (find-function, find-variable-noselect, find-variable)
8394 (find-definition-noselect, find-face-definition):
8395 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
8396 * net/eudc-vars.el (eudc-expansion-overwrites-query):
8397 * progmodes/ada-xref.el (ada-find-in-ali):
8398 * textmodes/flyspell.el (flyspell-check-tex-math-command):
8399 * textmodes/org.el (org-copy-subtree):
8400 * textmodes/table.el (table--row-column-insertion-point-p):
8401 Use "non-nil" in docstrings.
8402
8403 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
8404
8405 * sort.el (sort-columns): Set the field separator to tab; on
8406 NetBSD, sort complains if "\n" is used as field separator.
8407
8408 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
8409
8410 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
8411
8412 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8413
8414 * server.el (server-auth-key): Remove. Replace by a process-property.
8415 (server-start): Don't remove the file of the previous process, but
8416 instead clear out the place for the new file.
8417 (server-start): Set the :auth-key property.
8418 (server-process-filter): Use the :auth-key property.
8419
8420 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
8421
8422 * textmodes/org.el (org-mode-map): No longer copy
8423 `outline-mode-map' explicitly - this is already done by
8424 `define-derived-mode'.
8425
8426 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
8427
8428 * server.el (server-visit-files): Use `when'.
8429 (server-process-filter): When authentication fails, send error
8430 message to client. Wrap `process-send-region' in `ignore-errors'
8431 instead of `condition-case', and remove misleading comment.
8432
8433 2006-11-01 Juri Linkov <juri@jurta.org>
8434
8435 * simple.el (yank): Doc fix.
8436
8437 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8438
8439 * server.el: Try and fit within 80 columns.
8440 (server-start): Make the auth file unreadable by other users.
8441
8442 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8443
8444 * battery.el (battery-linux-proc-acpi): Prevent range error when
8445 `full-capacity' is 0.
8446
8447 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8448
8449 * faces.el (faces-sample-overlay): New defvar.
8450 (faces-sample-overlay): New function to show face sample text.
8451 (describe-face): Use it.
8452
8453 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
8454
8455 * progmodes/ada-stmt.el: Change maintainer, apply
8456 whitespace-cleanup, checkdoc.
8457 (ada-func-or-proc-name): Add doc string.
8458
8459 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
8460 whitespace-cleanup, checkdoc. Minor improvements to many doc
8461 strings and comments.
8462 (ada-prj-display-page): Change buffer name to more accurately
8463 reflect function.
8464
8465 * progmodes/ada-xref.el: Change maintainer, apply
8466 whitespace-cleanup, checkdoc. Minor improvements to many doc
8467 strings and comments. Don't look for `gvd' or `ddd' debuggers.
8468 (ada-compile-current): Don't add newlines to commands.
8469
8470 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
8471
8472 * server.el: Add support for TCP sockets.
8473 (server-use-tcp, server-host, server-auth-dir): New options.
8474 (server-auth-key): New variable.
8475 (server-ensure-safe-dir): Create nonexistent parent dirs.
8476 Ignore Unix-style file modes on Windows.
8477 (server-start): Crete a TCP or Unix socket according to the value
8478 of `server-use-tcp'. For TCP sockets, create the id/auth file in
8479 `server-auth-dir' directory.
8480 (server-process-filter): Delete process if authentication
8481 fails (which never happens for Unix sockets).
8482
8483 2006-10-30 David Kastrup <dak@gnu.org>
8484
8485 * subr.el (add-to-list): Don't continue checking if a match has
8486 been found.
8487
8488 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
8489
8490 * tutorial.el: Move defvars to avoid bytecomp warnings.
8491 (tutorial--find-changed-keys): Check if viper-current-state is
8492 bound before using it.
8493 (help-with-tutorial): Check if viper-tutorial is defined before
8494 using it.
8495
8496 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
8497
8498 * help-fns.el (help-with-tutorial): Move to tutorial.el.
8499
8500 * tutorial.el: New file.
8501 (help-with-tutorial): Move here from help-fns.el. Add help for
8502 rebound keys. Fix resume of tutorial.
8503 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
8504 (tutorial--find-changed-keys, tutorial--display-changes)
8505 (tutorial--saved-dir, tutorial--saved-file)
8506 (tutorial--save-tutorial): New functions to support the changes in
8507 help-with-tutorial.
8508
8509 2006-10-30 Kenichi Handa <handa@m17n.org>
8510
8511 * files.el (revert-buffer): If a unibyte buffer is being reverted
8512 with a coding system for multibyte, set buffer multibyte before
8513 calling insert-file-contents.
8514
8515 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8516
8517 * server.el (server-select-display): Use a dummy buffer to detect when
8518 the frame is later used.
8519 (server-select-display): New function.
8520 (server-process-filter): Use it to detect unused temp frames.
8521
8522 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
8523
8524 * progmodes/ada-mode.el: Change maintainer, apply
8525 whitespace-clean, checkdoc. Minor improvements to many doc strings.
8526 (ada-mode-version): New function.
8527 (ada-create-menu): Menu operations are available for all supported
8528 compilers.
8529
8530 2006-10-29 Lars Hansen <larsh@soem.dk>
8531
8532 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
8533 Highlight as keyword.
8534 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
8535 Don't call tramp-method-out-of-band-p for local files.
8536 (tramp-touch): Quote file name.
8537
8538 2006-10-28 Glenn Morris <rgm@gnu.org>
8539
8540 * calendar/calendar.el (cal-html-cursor-month)
8541 (cal-html-cursor-year): Add autoloads for this new package.
8542 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
8543
8544 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
8545
8546 * calendar/cal-html.el: New file.
8547
8548 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
8549
8550 * emacs-lisp/authors.el (authors-aliases): Update.
8551
8552 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
8553
8554 * version.el (emacs-version): Bump version number to 22.0.90.
8555
8556 2006-10-26 John W. Eaton <jwe@octave.org>
8557
8558 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
8559 New defvar.
8560 (inferior-octave-resync-dirs): Check to see whether Octave has
8561 built-in variables and set inferior-octave-has-built-in-variables.
8562 Check inferior-octave-has-built-in-variables to decide whether to
8563 send commands that set built-in variables or call functions to
8564 change Octave's behavior.
8565 Send "disp (pwd ())" to Octave instead of just "pwd".
8566 (inferior-octave-startup): Send "more off" to Octave instead of
8567 "page_screen_output = 0".
8568
8569 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
8570
8571 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
8572 pattern normally.
8573
8574 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
8575
8576 * bindings.el (mode-line-mode-menu): Remove bindings for global
8577 minor modes (line/column number) as they are on the menubar.
8578
8579 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
8580
8581 * term/w32-win.el (x-handle-name-switch): Doc fix.
8582 (w32-standard-fontset-spec): Fix typo in docstring.
8583
8584 * midnight.el (midnight-buffer-display-time): Doc fix.
8585 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
8586
8587 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
8588
8589 * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
8590
8591 * emulation/viper-ex.el (ex-read): Quote file argument.
8592
8593 * ediff-diff.el (ediff-same-file-contents): Expand file names.
8594
8595 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
8596
8597 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8598
8599 * textmodes/flyspell.el (flyspell-check-region-doublons):
8600 Fix last fix.
8601
8602 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
8603
8604 * bindings.el (mode-line-mode-menu): List global minor modes
8605 before local ones.
8606
8607 2006-10-23 Kim F. Storm <storm@cua.dk>
8608
8609 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
8610 (sit-for): If last command was a prefix arg, add the read-ahead
8611 event to unread-command-events as (t . EVENT) so it will be added
8612 to this-command-keys by read-key-sequence.
8613
8614 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8615
8616 * textmodes/flyspell.el (flyspell-word): Skip past all previous
8617 whitespace when checking doublons.
8618 (flyspell-check-region-doublons): Fix doublon regexp.
8619 (flyspell-highlight-incorrect-region): Highlight doublons using
8620 flyspell-duplicate face.
8621
8622 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
8623
8624 2006-10-22 John Wiegley <johnw@newartisans.com>
8625
8626 * progmodes/python.el (python-use-skeletons): python-mode was
8627 auto-inserting templates (for those with abbrev-mode on), not only
8628 by default -- *but without a configuration variable to disable
8629 it*. This rendered python-mode completely useless for me, so I
8630 have added `python-use-skeletons', which is now off by default.
8631
8632 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
8633
8634 * progmodes/cperl-mode.el (cperl-mode): Don't assume
8635 font-lock-multiline is auto-local (it's not).
8636 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
8637 initialized before calling cperl-init-faces.
8638
8639 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
8640
8641 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
8642 gdb-stack-position a value when there is no fringe.
8643
8644 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
8645 indicator if not visiting a file.
8646
8647 2006-10-20 David Kastrup <dak@gnu.org>
8648
8649 * window.el (kill-buffer-and-window): Fix a bug where an aborted
8650 operation would still cause some window to collapse later.
8651
8652 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8653
8654 * vc.el (vc-switch-backend): Try to be more careful with unwanted
8655 side-effect due to mixing various backends's file properties.
8656
8657 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
8658 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
8659 Return `filename's status if applicable. Update callers.
8660
8661 2006-10-19 Kenichi Handa <handa@m17n.org>
8662
8663 * international/kkc.el (kkc-region): When a key sequence is not
8664 defined, append (this-single-command-raw-keys) to
8665 unread-input-method-events.
8666
8667 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
8668
8669 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
8670
8671 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8672
8673 * version.el (emacs-version): Use mac-carbon-version-string.
8674
8675 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
8676
8677 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8678
8679 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
8680 Kenichi Handa).
8681 (xselect-convert-to-string): Decline requests for UTF8_STRING if
8682 the selection is not UTF-8.
8683
8684 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
8685
8686 * progmodes/ada-mode.el (ada-83-string-keywords)
8687 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
8688 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
8689 (ada-looking-at-semi-private, ada-get-body-name):
8690 Fix typos in docstrings.
8691 (ada-create-case-exception, ada-create-case-exception-substring):
8692 Fix typos in error messages.
8693 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
8694
8695 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8696
8697 * term/x-win.el (res-geometry): Don't set geometry from Xresources
8698 to default-frame-alist if default-frame-alist already contains
8699 width/height.
8700
8701 2006-10-18 Richard Stallman <rms@gnu.org>
8702
8703 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
8704 Non-interactive arg is the value, not the expression.
8705
8706 * simple.el (read-expression-map): Just set it, no defvar.
8707
8708 * subr.el (insert-for-yank-1): If last inserted char has
8709 properties, mark them as rear-nonsticky.
8710
8711 * recentf.el (recentf-mode): Doc fix.
8712
8713 * facemenu.el (facemenu-add-new-face): Defend against symbol
8714 that isn't a face name.
8715
8716 * dired-aux.el (dired-do-copy): Doc fix.
8717
8718 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
8719
8720 * simple.el (line-move-1): Ignore fields when moving to the
8721 beginning of line to avoid getting point stuck.
8722
8723 2006-10-18 Martin Rudalics <rudalics@gmx.at>
8724
8725 * textmodes/flyspell.el (flyspell-word-search-backward):
8726 Set inhibit-point-motion-hooks to avoid looping due to intangibile
8727 text.
8728
8729 2006-10-16 Richard Stallman <rms@gnu.org>
8730
8731 * help-fns.el (describe-function-1): Special case optimization
8732 for self-insert-command.
8733
8734 2006-10-16 Kim F. Storm <storm@cua.dk>
8735
8736 * ido.el (ido-reread-directory): Work in `dir' mode too.
8737
8738 2006-10-15 Martin Rudalics <rudalics@gmx.at>
8739
8740 * textmodes/table.el: Require 'regexp-opt.
8741
8742 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
8743
8744 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
8745 Use shell-quote-argument.
8746
8747 * shell.el (explicit-bash-args): Likewise.
8748
8749 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
8750 Use grep -E rather than egrep.
8751
8752 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8753
8754 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
8755
8756 2006-10-15 Kim F. Storm <storm@cua.dk>
8757
8758 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
8759
8760 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8761
8762 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
8763 to protect whitespace and metacharacters from the shell.
8764
8765 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8766
8767 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
8768
8769 2006-10-13 Eli Zaretskii <eliz@gnu.org>
8770
8771 * subr.el (start-process-shell-command): Doc fix.
8772
8773 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
8774
8775 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
8776 the regexp for Maxima symbols.
8777
8778 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8779
8780 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
8781 (vc-find-root): Don't walk higher up than ~.
8782
8783 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
8784
8785 * international/utf-8.el (utf-translate-cjk-load-tables):
8786 Avoid clobbering last-coding-system-used during load.
8787
8788 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
8789
8790 * textmodes/reftex-global.el (reftex-create-tags-file):
8791 Quote file arguments.
8792
8793 2006-10-12 Richard Stallman <rms@gnu.org>
8794
8795 * files.el (file-name-history): Add defvar.
8796 (save-some-buffers-action-alist): Improve description strings.
8797
8798 2006-10-12 Andreas Schwab <schwab@suse.de>
8799
8800 * files.el (auto-mode-alist): Match change log file name also with
8801 a dash before a numeric extension.
8802
8803 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
8804
8805 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
8806 After 5.0:
8807 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
8808
8809 After 5.1: Major edit. Summary of most visible changes:
8810
8811 - Multiple <<HERE per line allowed.
8812 - Handles multiline subroutine declaration headers (with comments).
8813 (The exception is `cperl-etags' - but it is not used in the rest
8814 of the mode.)
8815 - Fontifies multiline my/our declarations (even with comments,
8816 and with legacy `font-lock').
8817 - Major speedup of syntaxification, both immediate and postponed
8818 (3.5x to 15x [for different CPUs and versions of Emacs] on the
8819 huge real-life document I tested).
8820 - New bindings, edits to imenu.
8821 - "_" is made into word-char during fontification/syntaxification;
8822 some attempts to recognize non-word "_" during other operations too.
8823 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
8824 - autoload some more perldoc-related stuff
8825 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
8826 - Attempt to incorporate XEmacs edits which reached me.
8827
8828 Fine-grained changelog:
8829 (cperl-hook-after-change): New configuration variable.
8830 (cperl-vc-sccs-header): Likewise.
8831 (cperl-vc-sccs-header): Likewise.
8832 (cperl-vc-header-alist): Default via two preceding variables.
8833 (cperl-invalid-face): Remove double quoting under XEmacs
8834 (still needed under 21.2).
8835 (cperl-tips): Update URLs for resources.
8836 (cperl-problems): Likewise.
8837 (cperl-praise): Mention new features.
8838 New C-c key bindings: for `cperl-find-bad-style',
8839 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
8840 `cperl-perdoc', and `cperl-perldoc-at-point'.
8841 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
8842 moved, new submenu of Tools with Ispell entries and narrowing.
8843 (cperl-after-sub-regexp): New defsubst.
8844 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
8845 Allows heads up to head4.
8846 Allow "package;".
8847 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
8848 (paren-backwards-message): ??? Something for XEmacs???
8849 (cperl-mode): Never auto-switch abbrev-mode off.
8850 Try to allow '_' be non-word char.
8851 Do not use `font-lock-unfontify-region-function' on XEmacs.
8852 Reset syntax cache on mode start.
8853 Support multiline facification (even on legacy `font-lock').
8854 (cperl-facemenu-add-face-function): ??? Some contributed code ???
8855 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
8856 refuse to inform us whether the fontification is due to lazy
8857 calling or due to edit to a buffer, install our own hook
8858 (controlled by `cperl-hook-after-change').
8859 (cperl-electric-pod): =cut may have been recognized as start.
8860 (cperl-block-p): Move, updated for attributes.
8861 (cperl-calculate-indent): Try to allow '_' be non-word char
8862 Support subs with attributes.
8863 (cperl-where-am-i): Quiet (?) a warning.
8864 (cperl-cached-syntax-table): New function.
8865 (cperl-forward-re): Use `cperl-cached-syntax-table'.
8866 (cperl-unwind-to-safe): Recognize `syntax-type' property
8867 changing in a middle of line.
8868 (cperl-find-sub-attrs): New function.
8869 (cperl-find-pods-heres): Allow many <<EOP per line.
8870 Allow subs with attributes.
8871 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
8872 Recognize "extproc " (OS/2) case-folded and only at start.
8873 /x on s///x with empty replacement was not recognized.
8874 Better comments.
8875 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
8876 Allow subs with attributes, labels.
8877 Do not confuse "else::foo" with "else".
8878 Minor optimizations...
8879 (cperl-after-expr-p): Try to allow '_' be non-word char.
8880 (cperl-fill-paragraph): Try to detect a major bug in Emacs
8881 with `looking-at' inside `narrow' and bulk out if found.
8882 (cperl-imenu--create-perl-index): Updates for new
8883 `cperl-imenu--function-name-regexp-perl'.
8884 (cperl-outline-level): Likewise.
8885 (cperl-init-faces): Allow multiline subroutine headers
8886 and my/our declarations, and ones with comments.
8887 Allow subroutine attributes.
8888 (cperl-imenu-on-info): Better docstring.
8889 (cperl-etags): Rudimentary support for attributes.
8890 Support for packages and "package;".
8891 (cperl-add-tags-recurse-noxs): Better (?) docstring.
8892 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
8893 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
8894 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
8895 (cperl-perldoc): Add autoload.
8896 (cperl-perldoc-at-point): Likewise.
8897 (cperl-here-doc-spell): New function.
8898 (cperl-pod-spell): Likewise.
8899 (cperl-map-pods-heres): Likewise.
8900 (cperl-get-here-doc-region): Likewise.
8901 (cperl-font-lock-fontify-region-function): Likewise (backward
8902 compatibility for legacy `font-lock').
8903 (cperl-font-lock-unfontify-region-function): Fix style.
8904 (cperl-fontify-syntaxically): Recognize and optimize away deferred
8905 calls with no-change. Governed by `cperl-hook-after-change'.
8906 (cperl-fontify-update): Recognize that syntaxification region
8907 can be larger than fontification one.
8908 XXXX we leave `cperl-postpone' property, so this is quadratic...
8909 (cperl-fontify-update-bad): Temporary placeholder until
8910 it is clear how to implement `cperl-fontify-update'.
8911 (cperl-time-fontification): New function.
8912 (attrib-group): New text attribute.
8913 (multiline): New value: `syntax-type' text attribute.
8914
8915 After 5.2:
8916 (cperl-emulate-lazy-lock): New function.
8917 (cperl-fontify-syntaxically): Would skip large regions.
8918 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
8919 Some globals were declared, but uninitialized.
8920
8921 After 5.3, 5.4:
8922 (cperl-facemenu-add-face-function): Add docs, fix U<>.
8923 Copyright message updated.
8924 (cperl-init-faces): Work around a bug in `font-lock'. May slow
8925 facification down a bit.
8926 Misprint for my|our|local for old `font-lock'
8927 "our" was not fontified same as "my|local".
8928 Highlight variables after "my" etc even in
8929 a middle of an expression.
8930 Do not facify multiple variables after my etc
8931 unless parentheses are present.
8932
8933 After 5.5, 5.6
8934 (cperl-fontify-syntaxically): after-change hook could reset.
8935 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
8936
8937 After 5.7:
8938 (cperl-init-faces): Allow highlighting of local ($/).
8939 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
8940 (cperl-problems): Remove fixed problems.
8941 (cperl-find-pods-heres): Recognize #-comments in m##x too.
8942 Recognize charclasses (unless delimiter is \).
8943 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
8944 (cperl-regexp-scan): Update docs.
8945 (cperl-beautify-regexp-piece): Use information got from regexp scan.
8946
8947 After 5.8:
8948 Major user visible changes:
8949 Recognition and fontification of character classes in RExen.
8950 Variable indentation of RExen according to groups.
8951
8952 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
8953 Fontify REx charclasses in variable-name face.
8954 Fontify POSIX charclasses in "type" face.
8955 Fontify unmatched "]" in function-name face.
8956 Mark first-char of HERE-doc as `front-sticky'.
8957 Reset `front-sticky' property when needed.
8958 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
8959 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
8960 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
8961 constructs. Support `narrow'ed buffers.
8962 (cperl-praise): Remove a reservation.
8963 (cperl-make-indent): New function.
8964 (cperl-indent-for-comment): Use `cperl-make-indent'.
8965 (cperl-indent-line): Likewise.
8966 (cperl-lineup): Likewise.
8967 (cperl-beautify-regexp-piece): Likewise.
8968 (cperl-contract-level): Likewise.
8969 (cperl-toggle-set-debug-unwind): New function.
8970 New menu entry for this.
8971 (fill-paragraph-function): Use when `boundp'.
8972 (cperl-calculate-indent): Take into account groups when indenting RExen.
8973 (cperl-to-comment-or-eol): Recognize # which end a string.
8974 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
8975 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
8976 (cperl-fontify-syntaxically): More clear debugging message.
8977 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
8978 (cperl-init-faces): More complicated highlight even on XEmacs (new).
8979 Merge cosmetic changes from XEmacs.
8980
8981 After 5.9:
8982 (cperl-1+): Move to before the first use.
8983 (cperl-1-): Likewise.
8984
8985 After 5.10:
8986
8987 This code may lock Emacs hard!!! Use at your own risk!
8988
8989 (cperl-font-locking): New internal variable.
8990 (cperl-beginning-of-property): New function.
8991 (cperl-calculate-indent): Use `cperl-beginning-of-property'
8992 instead of `previous-single-property-change'.
8993 (cperl-unwind-to-safe): Likewise.
8994 (cperl-after-expr-p): Likewise.
8995 (cperl-get-here-doc-region): Likewise.
8996 (cperl-font-lock-fontify-region-function): Likewise.
8997 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
8998 recursively.
8999 Bound `next-single-property-change' via `point-max'.
9000 (cperl-unwind-to-safe): Bound likewise
9001 (cperl-font-lock-fontify-region-function): Likewise.
9002 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
9003 Initialization of `cperl-font-lock-multiline-start' could be
9004 missed if the "main" fontification did not run due to the
9005 keyword being already fontified.
9006 (cperl-pod-spell): Return t from do-one-chunk function.
9007 (cperl-map-pods-heres): Stop when the worker returns nil.
9008 Call `cperl-update-syntaxification'.
9009 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
9010 (cperl-get-here-doc-delim): Remove unused function.
9011
9012 After 5.11:
9013
9014 The possible lockup of Emacs (introduced in 5.10) fixed.
9015
9016 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
9017 (cperl-syntaxify-for-menu): New customization variable.
9018 (cperl-select-this-pod-or-here-doc): New function.
9019 (cperl-get-here-doc-region): Extra argument.
9020 Do not adjust pos by 1.
9021
9022 New menu entries
9023 (Perl/Tools): Selection of current POD or HERE-DOC section.
9024 (Debugging CPerl:) backtrace on fontification.
9025
9026 After 5.12:
9027 (cperl-cached-syntax-table): Use `car-safe'.
9028 (cperl-forward-re): Remove spurious argument SET-ST.
9029 Add documentation.
9030 (cperl-forward-group-in-re): New function.
9031 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
9032 (XXXX Temporary (?) hack is to syntax-mark them as comment).
9033
9034 After 5.13:
9035 (cperl-string-syntax-table): Make { and } not-grouping
9036 (Sometimes they ARE grouping in RExen, but matching them would only
9037 confuse in many situations when they are not)
9038 (beginning-of-buffer): Replace two occurrences with goto-char...
9039 (cperl-calculate-indent): `char-after' could be nil...
9040 (cperl-find-pods-heres): REx can start after "[" too.
9041 Hightlight (??{}) in RExen too.
9042 (cperl-maybe-white-and-comment-rex): New constant
9043 (cperl-white-and-comment-rex): Likewise.
9044 XXXX Not very efficient, but hard to make
9045 better while keeping 1 group.
9046
9047 After 5.13:
9048 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
9049 Likewise for 1 << identifier.
9050
9051 After 5.14:
9052 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
9053 Error-less condition-case could fail.
9054 (cperl-font-lock-fontify-region-function): Likewise.
9055 (cperl-init-faces): Likewise.
9056
9057 After 5.15:
9058 (cperl-find-pods-heres): Support property REx-part2.
9059 (cperl-calculate-indent): Likewise.
9060 Don't special-case REx with non-empty 1st line.
9061 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
9062 Invert highlighting of charclasses:
9063 now the envelop is highlighted.
9064 Highlight many others 0-length builtins.
9065 (cperl-praise): Mention indenting and highlight in RExen.
9066
9067 After 5.15:
9068 (cperl-find-pods-heres): Highlight capturing parens in REx.
9069
9070 After 5.16:
9071 (cperl-find-pods-heres): Highlight '|' for alternation
9072 Initialize `font-lock-warning-face' if not present.
9073 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
9074 `font-lock-function-name-face'.
9075 (cperl-look-at-leading-count): Likewise.
9076 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
9077 `font-lock-keyword-face' (needed for
9078 batch processing), etc...
9079 Use `font-lock-builtin-face' for builtin in REx
9080 Now `font-lock-variable-name-face'
9081 is used for interpolated variables
9082 Use "talking aliases" for faces inside REx
9083 Highlight parts of REx (except in charclasses)
9084 according to the syntax and/or semantic
9085 Syntax-mark a {}-part of (?{}) as "comment"
9086 (it was the ()-part)
9087 Better logic to distinguish what is what in REx
9088 (cperl-tips-faces): Document REx highlighting
9089 (cperl-praise): Mention REx syntax highlight etc.
9090
9091 After 5.17:
9092 (cperl-find-sub-attrs): Would not always manage to print error message.
9093 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
9094
9095 After 5.18:
9096 (cperl-find-pods-heres): Misprint in REx for parsing REx.
9097 Very minor optimization.
9098 `my-cperl-REx-modifiers-face' got quoted.
9099 Recognize "print $foo <<END" as HERE-doc.
9100 Put `REx-interpolated' text attribute if needed.
9101 (cperl-invert-if-unless-modifiers): New function.
9102 (cperl-backward-to-start-of-expr): Likewise.
9103 (cperl-forward-to-end-of-expr): Likewise.
9104 (cperl-invert-if-unless): Works in "the opposite way" too.
9105 Cursor position on return is on the switch-word.
9106 Indents comments better.
9107 (REx-interpolated): New text attribute.
9108 (cperl-next-interpolated-REx): New function.
9109 (cperl-next-interpolated-REx-0): Likewise.
9110 (cperl-next-interpolated-REx-1): Likewise.
9111 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
9112 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
9113 (cperl-praise): Mention finded interpolated RExen.
9114
9115 After 5.19:
9116 (cperl-init-faces): Highlight %$foo, @$foo too.
9117 (cperl-short-docs): Better docs for system, exec.
9118 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
9119 Would not find HERE-doc ended by EOF without NL.
9120 (cperl-short-docs): Correct not-doubled \-escapes.
9121 start block: Put some `defvar' for stuff gone from XEmacs.
9122
9123 After 5.20:
9124 initial comment: Extend copyright, fix email address.
9125 (cperl-indent-comment-at-column-0): New customization variable.
9126 (cperl-comment-indent): Indentation after $#a would increasy by 1.
9127 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
9128 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
9129 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
9130 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
9131 highlight $ in $foo too (UNTESTED).
9132 (cperl-set-style): Docstring missed some available styles.
9133 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
9134 Change "Current" to "Memorize Current".
9135 (cperl-indent-wrt-brace): New customization variable; the default is
9136 as for pre-5.2 version.
9137 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
9138 (cperl-style-alist): Likewise.
9139 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
9140 and `cperl-extra-newline-before-brace' etc
9141 being t
9142 (cperl-indent-exp): Plans B and C to find continuation blocks even
9143 if `cperl-extra-newline-before-brace' is t.
9144
9145 After 5.21:
9146 Improve some docstrings concerning indentation.
9147 (cperl-indent-rules-alist): New variable.
9148 (cperl-sniff-for-indent): New function name
9149 (separated from `cperl-calculate-indent').
9150 (cperl-calculate-indent): Separate the sniffer and the indenter;
9151 uses `cperl-sniff-for-indent' now.
9152 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
9153 was inverted;
9154 Support `comment-column' = 0.
9155
9156 2006-10-11 Martin Rudalics <rudalics@gmx.at>
9157
9158 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
9159 * help-at-pt.el (scan-buf-move-to-region): Likewise.
9160 * longlines.el (longlines-window-change-function): Likewise.
9161 * simple.el (undo-ask-before-discard): Likewise.
9162 * wid-edit.el (widget-field-prompt-internal)
9163 (widget-documentation-link-p): Likewise.
9164
9165 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9166
9167 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
9168 for a keyword.
9169
9170 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
9171
9172 * newcomment.el (comment-valid-prefix-p): Make the check
9173 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
9174 (comment-indent-new-line): Adjust call.
9175
9176 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
9177
9178 * allout.el (allout-back-to-current-heading): Base on lower-level
9179 routines to get proper disqualification of aberrant topics.
9180
9181 2006-10-09 Richard Stallman <rms@gnu.org>
9182
9183 * textmodes/two-column.el (2C-two-columns): Doc fix.
9184
9185 2006-10-09 Kim F. Storm <storm@cua.dk>
9186
9187 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
9188 about implicit use.
9189
9190 2006-10-08 Richard Stallman <rms@gnu.org>
9191
9192 * textmodes/two-column.el (2C-two-columns): Doc fix.
9193
9194 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
9195
9196 * files.el: Mark `buffer-read-only' as safe-local-variable.
9197
9198 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
9199
9200 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
9201 Burp if GUD buffer has been killed.
9202
9203 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9204
9205 * completion.el (add-completions-from-c-buffer):
9206 Don't presume an error's second element is a string.
9207 Use looking-at rather than buffer-substring + member.
9208
9209 2006-10-07 Eli Zaretskii <eliz@gnu.org>
9210
9211 * mail/rmail.el (rmail-redecode-body): If the old encoding is
9212 `undecided', call find-coding-systems-region to find a proper
9213 non-trivial encoding.
9214 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
9215 and "text/plain".
9216
9217 2006-10-07 Kevin Ryde <user42@zip.com.au>
9218
9219 * textmodes/reftex-vars.el (defgroup reftex): Update home page
9220 url-link.
9221
9222 * strokes.el (defgroup strokes): Remove invalid url-link.
9223
9224 2006-10-07 Magnus Henoch <mange@freemail.hu>
9225
9226 * autoinsert.el (auto-insert-alist): Doc fix.
9227
9228 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9229
9230 * mouse-sel.el (mouse-insert-selection-internal):
9231 Use insert-for-yank, so that yank handlers are run.
9232
9233 2006-10-07 Kim F. Storm <storm@cua.dk>
9234
9235 * ido.el (ido-file-extension-aux): Fix comparison.
9236
9237 2006-10-06 Kim F. Storm <storm@cua.dk>
9238
9239 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
9240
9241 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
9242
9243 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
9244 (ad-make-mapped-call): Use `let', not `let*'.
9245
9246 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
9247
9248 * international/mule-cmds.el (coding-system-change-eol-conversion):
9249 Ensure the coding system is initialized before calling
9250 coding-system-eol-type.
9251
9252 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
9253
9254 * textmodes/org.el (org-rm-props, org-activate-plain-links)
9255 (org-activate-angle-links, org-activate-dates)
9256 (org-activate-target-links, org-activate-camels)
9257 (org-activate-tags): Add `rear-nonsticky' text property to avoid
9258 textproperty keymaps from being active beyond the end of a line.
9259 (org-unfontify-region): Also remove `rear-nonsticky' property.
9260
9261 2006-10-04 Kenichi Handa <handa@m17n.org>
9262
9263 * international/code-pages.el (next): Table fixed.
9264
9265 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
9266
9267 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
9268 that it's been made unnecessary by removing narrowing.
9269
9270 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9271
9272 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
9273 control flow a bit, simplify another bit, and add comments.
9274
9275 2006-10-03 David Kastrup <dak@gnu.org>
9276
9277 * help.el (describe-mode): For clicks on mode-line, use "@"
9278 interactive argument to get the major mode of the click instead of
9279 the current buffer.
9280
9281 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
9282 in order to better redirect mouse-2 clicks. Also allow default
9283 bindings to apply.
9284
9285 2006-10-03 Kim F. Storm <storm@cua.dk>
9286
9287 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
9288 (pushnew): Fix last change.
9289
9290 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
9291
9292 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
9293 Use the interactive spec of `eval-expression'.
9294
9295 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
9296
9297 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
9298
9299 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9300
9301 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
9302 2006-09-28 commit.
9303
9304 2006-10-02 Kenichi Handa <handa@m17n.org>
9305
9306 * international/code-pages.el (iso-8859-6): Table fixed.
9307
9308 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
9309
9310 * dired.el (dired-build-subdir-alist): Fix previous change.
9311
9312 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9313
9314 * simple.el (undo-elt-crosses-region): Fix the inequalities.
9315
9316 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9317
9318 * emacs-lisp/find-func.el (find-function-regexp): Don't match
9319 "define-button-type".
9320
9321 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
9322 they don't keep accumulating.
9323
9324 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
9325
9326 * ffap.el (ffap-rfc-path): Change the address of the RFC
9327 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
9328
9329 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
9330
9331 * allout.el (allout-expose-topic): Rectify implementation of "+"
9332 spec, so that bodies are not exposed with headlines.
9333
9334 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
9335
9336 * allout.el (allout-current-depth): Do aberrent check only at or
9337 below doublecheck depth.
9338 (allout-chart-subtree): Make it explicit that LEVELS being nil
9339 means unlimited depth. Drop undocumented support for LEVELS value
9340 t meaning unlimited depth. (This is consistent with
9341 allout-chart-to-reveal, but contrary to allout-show-children,
9342 which needs to use nil to default to depth of 1.)
9343 (allout-goto-prefix-doublechecked): Wrap long docstring line.
9344 (allout-chart-to-reveal): Be explicit in docstring about meaning
9345 of nil LEVELS, and drop support for LEVELS value t.
9346 (allout-show-children): Translate the level spec used by this
9347 routine to that used by allout-chart-subtree and
9348 allout-chart-to-reveal.
9349 (allout-show-to-offshoot): Retry once when stuck, after opening
9350 subtree - improvements in discontinuity handling likely will
9351 enable progress.
9352
9353 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
9354
9355 * wid-edit.el (widget-button-click-moves-point): New variable.
9356 (widget-button-click): If widget-button-click-moves-point is
9357 non-nil, set point after performing the button action.
9358
9359 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
9360
9361 2006-09-30 Martin Rudalics <rudalics@gmx.at>
9362
9363 * files.el (find-file-existing): Modify to not allow wildcards.
9364
9365 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9366
9367 * simple.el (undo-more): When undo information for the region is
9368 exhausted, say "No further undo information FOR REGION".
9369
9370 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
9371
9372 * progmodes/sh-script.el (sh-prev-thing):
9373 Take `sh-leading-keywords' into account.
9374
9375 2006-09-29 Glenn Morris <rgm@gnu.org>
9376
9377 * custom.el (defcustom): Doc fix.
9378
9379 * calendar/calendar.el (european-calendar-style):
9380 Call european-calendar or american-calendar as needed when set.
9381 (diary-view-entries, list-calendar-holidays): Move autoloads
9382 before use.
9383
9384 2006-09-29 Juri Linkov <juri@jurta.org>
9385
9386 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
9387 to nil if there is no previous property change.
9388
9389 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9390
9391 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
9392 saving anything to be sure that `forward-sexp' behaves correctly.
9393
9394 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
9395
9396 * simple.el (line-move-finish): Ignore field boundaries if the
9397 initial and final points have the same `field' property.
9398
9399 2006-09-29 Kim F. Storm <storm@cua.dk>
9400
9401 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
9402 to t while calling ido-read-internal.
9403
9404 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
9405
9406 * textmodes/org.el (org-file-remote-p): Get regexp from list.
9407 (org-archive-subtree): Remove erraneous `]' from character list.
9408
9409 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
9410
9411 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
9412 (ses-reconstruct-all): Make undo of "insert row" work by keeping
9413 markers for data-area and parameters-area.
9414
9415 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9416
9417 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
9418
9419 * font-lock.el (font-lock-after-change-function): Refontify next line
9420 as well if end is at BOL.
9421 (font-lock-extend-jit-lock-region-after-change): Be more careful to
9422 only extend the region as much as needed.
9423
9424 2006-09-28 Richard Stallman <rms@gnu.org>
9425
9426 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
9427
9428 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
9429
9430 * international/mule.el (after-insert-file-set-coding):
9431 If VISIT, don't let set-buffer-multibyte make undo info.
9432
9433 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
9434
9435 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
9436 lines in base64-encoded authentication response.
9437
9438 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9439
9440 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
9441 (ebnf-version): New version 4.3.
9442 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
9443 (ebnf-prologue): Adjust PostScript programming.
9444 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
9445 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
9446
9447 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
9448
9449 * jit-lock.el (jit-lock-force-redisplay): Rename from
9450 jit-lock-fontify-again, and undo the mistaken change I've just done.
9451
9452 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
9453 (jit-lock-fontify-again): Don't refontify text that's not displayed.
9454
9455 2006-09-26 Kenichi Handa <handa@m17n.org>
9456
9457 * startup.el (display-splash-screen): Allow a prefix argument.
9458
9459 2006-09-25 Jason Rumney <jasonr@gnu.org>
9460
9461 * subr.el (shell-quote-argument): Use DOS logic for Windows
9462 shells with DOS semantics.
9463
9464 2006-09-24 Richard Stallman <rms@gnu.org>
9465
9466 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
9467 (compilation-goto-locus): Use compilation-goto-locus-delete-o
9468 to delete the overlay. Put it on pre-command-hook.
9469
9470 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
9471
9472 * startup.el (fancy-splash-screens, normal-splash-screen):
9473 Call the splash buffer *About GNU Emacs*.
9474
9475 * simple.el (next-error-highlight, next-error-highlight-no-select):
9476 Default to 0.5.
9477 (yank-excluded-properties): Add `fontified'.
9478
9479 * font-lock.el (font-lock-compile-keywords): Allow value of
9480 syntax-begin-function to enable paren-column-0 highlighting.
9481
9482 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
9483
9484 * dired.el (dired-build-subdir-alist): When file ends in colon,
9485 don't exit the loop, just disregard that file.
9486
9487 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
9488
9489 * simple.el (line-move-finish): Handle corner case for fields in
9490 continued lines.
9491 (line-move-1): Remove flawed test for that case.
9492
9493 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
9494
9495 * icomplete.el (icomplete-simple-completing-p): Use the correct
9496 name for the new variable, `icomplete-with-completion-tables'.
9497 (file local variables): Remove superfluous setting.
9498
9499 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
9500
9501 * calendar/appt.el (appt-check): Fix typo for appointments just
9502 after midnight.
9503
9504 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
9505
9506 * help.el (describe-key-briefly, describe-key): Don't expect an
9507 extra up event if a down-event is generated by a popup menu.
9508
9509 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
9510
9511 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
9512 local dictionary when changing the global dictionary.
9513
9514 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
9515
9516 * icomplete.el (icomplete-with-completion-tables): List of
9517 specialized completion tables with which icomplete should
9518 operate. Include the new `internal-complete-buffer', so icomplete
9519 works with interactive buffer-selection.
9520 (icomplete-simple-completing-p): Add acceptance of specialized
9521 completion tables listed in icomplete-with-completion-tables.
9522
9523 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9524
9525 * frame.el (focus-follows-mouse): Set default to nil on Mac.
9526
9527 * startup.el (command-line): Use `custom-reevaluate-setting' for
9528 `focus-follows-mouse'.
9529
9530 2006-09-22 Richard Stallman <rms@gnu.org>
9531
9532 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
9533 explain why Save is not available.
9534
9535 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
9536
9537 * woman.el (woman0-so): Use `let*', not `let'.
9538 (woman-horizontal-line): Remove unbalanced parenthesis.
9539
9540 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9541
9542 * woman.el: Make sure all the end-of-region markers we use have
9543 a non-nil insertion-type.
9544 (woman0-so): Move things around so we can use copy-marker.
9545 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
9546 Adjust marker type.
9547 (woman2-process-escapes): Check marker type.
9548 (woman-horizontal-line): Dispense with the use of a marker.
9549
9550 2006-09-22 Jay Belanger <belanger@truman.edu>
9551
9552 * calc/calc-lang.el: Add Greek letters to math-variable-table
9553 property of tex.
9554
9555 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
9556
9557 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
9558
9559 2006-09-22 Masatake YAMATO <jet@gyve.org>
9560
9561 * add-log.el (add-log-current-defun): Use `forward-sexp'
9562 instead of `forward-word' to pick c++::symbol.
9563 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
9564
9565 2006-09-22 Kenichi Handa <handa@m17n.org>
9566
9567 * bindings.el: Fix setting self-insert-command for multibyte
9568 characters in global-map.
9569
9570 2006-09-21 David Kastrup <dak@gnu.org>
9571
9572 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
9573 doc string.
9574
9575 2006-09-21 Kenichi Handa <handa@m17n.org>
9576
9577 * language/european.el ("Latin-1"): Add windows-1252 to
9578 coding-priority.
9579 ("German"): Likewise.
9580
9581 2006-09-21 Kim F. Storm <storm@cua.dk>
9582
9583 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
9584 Suggested by Miles Bader.
9585
9586 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
9587 instead of add-to-list in the simple case.
9588
9589 2006-09-20 Kenichi Handa <handa@m17n.org>
9590
9591 * isearch.el (isearch-process-search-char): Cancel the previous change.
9592 (isearch-search-string): New function.
9593 (isearch-search): Use isearch-search-string.
9594 (isearch-lazy-highlight-search): Likewise.
9595
9596 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9597
9598 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
9599 string to become an option.
9600
9601 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9602
9603 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
9604
9605 2006-09-20 Kim F. Storm <storm@cua.dk>
9606
9607 * simple.el (line-move-partial): Call pos-visible-in-window-p with
9608 position t instead of trying both window-end and window-end - 1.
9609
9610 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
9611
9612 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
9613 hidden trees.
9614
9615 2006-09-20 David Kastrup <dak@gnu.org>
9616
9617 * mouse.el (mouse-posn-property): Improve doc string.
9618 (mouse-on-link-p): Change buffers for function calls on links.
9619
9620 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
9621 buffer is read-only.
9622
9623 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
9624
9625 * allout.el (allout-unprotected): Let inhibit-read-only only when
9626 buffer-read-only isn't set.
9627 (allout-annotate-hidden): Enable topic annotation during copies even
9628 when the buffer is read-only, eg for topic copies. Ensure that the loop
9629 advances, even when the span extends beyond the deletion region.
9630 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
9631 rather than allout-exposure-changed-hook, as a stronger assertion.
9632 (allout-keybindings-list): Add bindings for
9633 allout-copy-line-as-kill and allout-copy-topic-as-kill.
9634 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
9635 Copy wrappers for allout-kill-line and allout-kill-topic.
9636 (allout-listify-exposed): Position correctly to accumulate lines.
9637
9638 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
9639
9640 * simple.el (line-move-1): Escape field boundaries occurring
9641 exactly at point. Update goal column if constrained to a field.
9642 (line-move-finish): Escape field boundaries occurring exactly at point.
9643
9644 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9645
9646 * mouse.el (mouse-on-link-p): Tentatively fix last change.
9647 (mouse-drag-vertical-line): Remove unused var `wconfig'.
9648
9649 2006-09-19 Kim F. Storm <storm@cua.dk>
9650
9651 * help.el (describe-key-briefly, describe-key): Simplify printing
9652 of descriptions by using format and %S. Fix "is undefined"
9653 messages to say "at that spot" for mouse events.
9654
9655 * simple.el (line-move-partial): Optimize. Try window-line-height
9656 before posn-at-point to get vpos of current line.
9657
9658 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
9659
9660 * emulation/viper.el: Bump up version/date of update to reflect the
9661 substantial changes done in August 2006.
9662
9663 * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
9664 push-button are defined.
9665
9666 * ediff-util.el (ediff-add-to-history): New function.
9667
9668 * ediff.el: Use ediff-add-to-history instead of add-to-history.
9669
9670 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9671
9672 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
9673 Delete duplicate make-local-variable form.
9674 (conf-space-keywords): Add autoload cookie.
9675 Fix typo (`keywords', not `keyword').
9676
9677 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9678
9679 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
9680 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
9681 to x-gtk-use-old-file-dialog.
9682
9683 2006-09-18 Richard Stallman <rms@gnu.org>
9684
9685 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
9686 that might come in during mouse tracking.
9687
9688 2006-09-18 Kim F. Storm <storm@cua.dk>
9689
9690 * simple.el (line-move-partial): Rework 2006-09-15 change to use
9691 new window-line-height function. Further optimize by not calling
9692 pos-visible-in-window-p for window-end when window-line-height
9693 returns useful information.
9694
9695 2006-09-16 Richard Stallman <rms@gnu.org>
9696
9697 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
9698 (conf-space-mode): Don't handle prefix arg.
9699 Delete conf-space-keywords-override code.
9700 Use add-hook.
9701 (conf-space-keywords): New command.
9702 (conf-space-mode-internal): Be careful with imenu-generic-expression.
9703 Delete conf-space-keywords-override code.
9704 (conf-space-keywords-alist): Doc fix.
9705 (conf-space-font-lock-keywords): Doc fix.
9706 (conf-space-keywords-override): Var deleted.
9707
9708 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9709
9710 * startup.el (fancy-splash-screens): Don't switch to the scratch
9711 buffer; it may not be the next buffer.
9712
9713 2006-09-16 Romain Francoise <romain@orebokech.com>
9714
9715 * saveplace.el (load-save-place-alist-from-file): Use expanded name
9716 in both messages.
9717
9718 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
9719
9720 * progmodes/python.el (python-preoutput-filter):
9721 Fix arg order to string-match.
9722
9723 2006-09-16 Richard Stallman <rms@gnu.org>
9724
9725 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
9726 font-lock-compile-keywords.
9727
9728 * font-lock.el (font-lock-compile-keywords): Rename optional arg
9729 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
9730
9731 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9732
9733 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
9734
9735 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
9736 and the data doesn't look like UTF8, send STRING instead.
9737
9738 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
9739
9740 * textmodes/flyspell.el (flyspell-check-region-doublons):
9741 New function to detect duplicated words.
9742 (flyspell-large-region): Use it.
9743
9744 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9745
9746 * simple.el (line-move-to-column): Revert 2006-08-03 change.
9747
9748 2006-09-16 Eli Zaretskii <eliz@gnu.org>
9749
9750 * help.el (describe-prefix-bindings): Use let, not let*.
9751
9752 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
9753
9754 * allout.el (allout-regexp, allout-line-boundary-regexp)
9755 (allout-bob-regexp): Correct grouping and boundaries to fix
9756 backwards traversal.
9757 (allout-depth-specific-regexp, allout-depth-one-regexp):
9758 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
9759 worse time in allout-ascend.
9760 (allout-doublecheck-at-and-shallower): Identify depth threshold
9761 below which topics are checked for and disqualified by containment
9762 discontinuities.
9763 (allout-hotspot-key-handler): Correctly handle multiple-key
9764 strokes. Remove some unused variables.
9765 (allout-mode-leaders): Clarify that mode-specific comment-start
9766 will be used.
9767 (set-allout-regexp): Correctly regexp-quote allout regexps to
9768 properly accept alternative header-leads and primary bullets with
9769 regexp-specific characters (eg, C "/*", mathematica "(*").
9770 Include new regular expressions among those configured.
9771 (allout-infer-header-lead-and-primary-bullet):
9772 Rename allout-infer-header-lead.
9773 (allout-recent-depth): Manifest as a variable as well as a function.
9774 (allout-prefix-data): Simplify into an inline instead of a macro,
9775 assuming current match data rather than being explicitly passed
9776 it. Establish allout-recent-depth value as well as
9777 allout-recent-prefix-beginning and allout-recent-prefix-end.
9778 (allout-aberrant-container-p): True when an item's immediate
9779 offspring discontinuously contained. Useful for disqualifying
9780 unintended topic prefixes, likely at low depths.
9781 (allout-goto-prefix-doublechecked): Elaborate version of
9782 allout-goto-prefix which disqualifies aberrant pseudo-items.
9783 (allout-pre-next-prefix): Layer on top of lower-level routines, to
9784 get disqualification of aberrant containers.
9785 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
9786 containers.
9787 (allout-beginning-of-current-entry): Position at start of buffer
9788 when in container (depth 0) entry.
9789 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
9790 (allout-current-bullet): Strip text properties.
9791 (allout-get-prefix-bullet): Use right match groups.
9792 (allout-beginning-of-line, allout-next-heading):
9793 Disqualify aberrant containers.
9794 (allout-previous-heading): Disqualify aberrant containers, and
9795 change to regular (rather than inline) function, to allow
9796 self-recursion.
9797 (allout-get-invisibility-overlay): Increment so progress is made
9798 when the first overlay is not the sought one.
9799 (allout-end-of-prefix): Disqualify aberrant containers.
9800 (allout-end-of-line): Cycle something like allout-beginning-of-line.
9801 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
9802 outline.el outlines) functional again. Change the primary bullet
9803 along with the header-lead - level 1 new-style bullets now work.
9804 Engage allout-before-change-handler in mainline Emacs, not just
9805 XEmacs, to do undo handling.
9806 (allout-before-change-handler): Expose undo changes occurring in
9807 hidden regions. Use allout-get-invisibility-overlay instead of
9808 reimplementing it inline.
9809 (allout-chart-subtree): Use start rather than end of prefix in
9810 charts. Use allout-recent-depth variable.
9811 (allout-chart-siblings): Disqualify aberrant topics.
9812 (allout-beginning-of-current-entry): Position correctly.
9813 (allout-ascend): Use new allout-depth-specific-regexp and
9814 allout-depth-one-regexp for linear instead of O(N^2) or worse
9815 behavior.
9816 (allout-ascend-to-depth): Depend on allout-ascend, rather than
9817 reimplementing an algorithm.
9818 (allout-up-current-level): Depend on allout-ascend, rather than
9819 reimplementing an algorithm. Return to start-point if we fail.
9820 (allout-descend-to-depth): Use allout-recent-depth variable
9821 instead of function.
9822 (allout-next-sibling): On traversal of numerous intervening
9823 topics, resort to economical allout-next-sibling-leap.
9824 (allout-next-sibling-leap): Specialized version of
9825 allout-next-sibling that uses allout-ascend cleverly, to depend on
9826 a regexp search to leap large numbers of contained topics, rather
9827 than arbitrarily many one-by-one traversals.
9828 (allout-next-visible-heading): Disqualify aberrant topics.
9829 (allout-previous-visible-heading): Position consistently when
9830 interactive.
9831 (allout-forward-current-level): Base on allout-previous-sibling
9832 rather than (differently) reimplmenting the algorithm. Remove some
9833 unused variables.
9834 (allout-solicit-alternate-bullet): Present default choice stripped
9835 of text properties.
9836 (allout-rebullet-heading): Use bullet stripped of text properties.
9837 Register changes using allout-exposure-change-hook.
9838 Disregard aberrant topics.
9839 (allout-shift-in): With universal-argument, make topic a peer of
9840 it's former offspring. Simplify the code by separating out
9841 allout-shift-out functionality.
9842 (allout-shift-out): With universal-argument, make offspring peers
9843 of their former container, and its siblings. Implement the
9844 functionality here, rather than inappropriately muddling the
9845 implementation of allout-shift-in.
9846 (allout-rebullet-topic): Respect additional argument for new
9847 parent-child separation function.
9848 (allout-yank-processing): Use allout-ascend directly.
9849 (allout-show-entry): Disqualify aberrant topics.
9850 (allout-show-children): Handle discontinuous children gracefully,
9851 extending the depth being revealed to expose them and posting a
9852 message indicating the situation.
9853 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
9854 Leave cursor in correct position.
9855 (allout-hide-current-subtree): Use allout-ascend directly.
9856 Disqualify aberrant topics.
9857 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
9858 a way that the yanks can restore it, as used to happen.
9859 (allout-yank-processing): Restore exposure layout as recorded by
9860 allout-kill-*, as used to happen.
9861 (allout-annotate-hidden, allout-hide-by-annotation): New routines
9862 for preseving and restoring exposure layout across kills.
9863 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
9864 (allout-encrypt-string): Strip text properties.
9865 Rearranged order and outline-headings for some of the
9866 miscellaneous functions.
9867 (allout-resolve-xref): No need to quote the error name in the
9868 condition-case handler section.
9869 (allout-flatten): Classic recursive (and recursively intensive,
9870 without tail-recursion) list-flattener, needed by allout-shift-out
9871 when confronted with discontinuous children.
9872
9873 2006-09-16 Jason Rumney <jasonr@gnu.org>
9874
9875 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
9876 on ms-windows.
9877 (dnd-open-unc-file): Remove.
9878 (dnd-open-local-file): Mention in doc string that it also handles
9879 remote files if the system natively supports unc file-names.
9880
9881 2006-09-15 Kim F. Storm <storm@cua.dk>
9882
9883 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
9884 all necessary information about the event before erasing *Help*.
9885
9886 * simple.el (line-move-partial): Use window-line-visiblity to
9887 quickly check whether last line is partially visible, and only do
9888 the hard (and slow) part in that case.
9889
9890 2006-09-15 Jay Belanger <belanger@truman.edu>
9891
9892 * COPYING: Replace "Library Public License" by "Lesser Public
9893 License" throughout.
9894
9895 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9896
9897 * term/x-win.el (x-menu-bar-open): New function for F10.
9898
9899 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
9900
9901 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9902 Disallow filenames containing " -" to avoid confusion with libtool
9903 compilation messages. Suggested by Stefan Monnier.
9904
9905 2006-09-15 David Kastrup <dak@gnu.org>
9906
9907 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
9908 instead of buffer position for `mouse-on-link-p'.
9909
9910 * mouse.el (mouse-posn-property): New function looking up the
9911 properties at a click position in overlays and text properties in
9912 either buffer or strings.
9913 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
9914 of both `follow-link' as well as `mouse-face' properties.
9915 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
9916 buffer position.
9917
9918 * help.el (describe-key-briefly): When reading a down-event on
9919 mode lines or scroll bar, swallow the following up event, too.
9920 Use the new mouse sensitity of `key-binding' for lookup.
9921 (describe-key): The same here.
9922
9923 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
9924
9925 * play/life.el (life-patterns): Add a few more interesting patterns.
9926 (life-setup): Force `show-trailing-whitespace' to nil.
9927
9928 2006-09-14 Richard Stallman <rms@gnu.org>
9929
9930 * startup.el (fancy-splash-text): Change text to improve alignment.
9931 (fancy-splash-screens): Don't set non-standard tab width.
9932 Bind cursor-type temporarily, and make it easy to patch to
9933 preserve the splash buffer.
9934 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
9935 (fancy-splash-screens): Display echo-area message explicitly.
9936 Don't set fancy-splash-help-echo.
9937
9938 * simple.el (line-number-mode): Group mode-line instead of
9939 editing-basics.
9940 (column-number-mode, size-indication-mode): Likewise.
9941
9942 * faces.el (mode-line-faces): Group mode-line instead of modeline.
9943
9944 * time.el (display-time): Group mode-line instead of modeline.
9945
9946 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
9947
9948 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
9949
9950 * startup.el (fancy-splash-text): Move editing instructions to
9951 fancy-splash-head.
9952 (fancy-splash-head): Issue editing instructions.
9953 (fancy-splash-screens): Fixup whitespace.
9954
9955 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9956
9957 * bindings.el (mode-line-buffer-identification-keymap):
9958 Remove duplicate line.
9959
9960 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9961
9962 * ido.el (ido-ignore-item-p): Allow any kind of functions in
9963 ignore lists.
9964
9965 2006-09-14 Kim F. Storm <storm@cua.dk>
9966
9967 * jit-lock.el (jit-lock-fontify-again): New function.
9968 (jit-lock-fontify-now): Use it instead of lambda form.
9969
9970 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
9971
9972 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
9973 (flyspell-auto-correct-word): Make ispell-filter local to these
9974 functions. Check that ispell-filter has new stuff before calling
9975 ispell-parse-output.
9976
9977 2006-09-13 Kim F. Storm <storm@cua.dk>
9978
9979 * simple.el (line-move-partial): Optimize.
9980
9981 2006-09-13 Richard Stallman <rms@gnu.org>
9982
9983 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
9984 Delete spurious backquote.
9985
9986 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
9987
9988 * net/rcirc.el (rcirc-print): Fix last change.
9989
9990 2006-09-12 Jay Belanger <belanger@truman.edu>
9991
9992 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
9993
9994 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
9995
9996 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
9997 rcirc-show-maximum-output.
9998 (rcirc-mode): Remove window-scroll-function hook.
9999 (rcirc-scroll-to-bottom): Remove function.
10000 (rcirc-print): Recenter so point stays at the bottom of the window
10001 if point was already there.
10002
10003 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
10004
10005 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
10006 not to "t".
10007 * progmodes/compile.el (compilation-start): Likewise.
10008 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
10009 Don't use expand-file-name on invocation-directory, since this
10010 might mishandle special characters in invocation-directory.
10011
10012 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10013
10014 * pcvs-defs.el: Remove * in defcustom's docstrings.
10015
10016 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
10017
10018 * progmodes/compile.el (compilation-directory-properties):
10019 Doc fix for help-echo.
10020
10021 2006-09-12 Lars Hansen <larsh@soem.dk>
10022
10023 * desktop.el (desktop-read): Add comment.
10024
10025 2006-09-12 Kim F. Storm <storm@cua.dk>
10026
10027 * simple.el (next-error-highlight, next-error-highlight-no-select):
10028 Fix spelling error.
10029
10030 * subr.el (sit-for): Rework to use input-pending-p and cond.
10031 Return nil input is pending on entry also for SECONDS <= 0.
10032 (while-no-input): Use input-pending-p instead of sit-for.
10033
10034 2006-09-11 Richard Stallman <rms@gnu.org>
10035
10036 * simple.el (next-error-highlight, next-error-highlight-no-select):
10037 Fix custom type and doc strings.
10038
10039 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10040
10041 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
10042 (diff-apply-hunk): Use it to ask for confirmation.
10043
10044 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
10045
10046 * emacs-lisp/cl.el (pushnew): Add missing `,'.
10047
10048 2006-09-11 David Kastrup <dak@gnu.org>
10049
10050 * help.el (string-key-binding, describe-key-briefly)
10051 (describe-key): Remove `string-key-binding' and its callers since
10052 `key-binding' already caters for the proper lookup now.
10053
10054 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10055
10056 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
10057 (cfengine-mode): Use it. Fix \ syntax to be like /.
10058
10059 * bindings.el (mode-line-buffer-identification-keymap):
10060 Move initialization into declaration.
10061
10062 2006-09-10 Kim F. Storm <storm@cua.dk>
10063
10064 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
10065 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
10066 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
10067 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
10068
10069 2006-09-10 Richard Stallman <rms@gnu.org>
10070
10071 * dired-aux.el: Handle errors in recursive copy usefully.
10072 (dired-create-files-failures): New variable.
10073 (dired-copy-file): Remove condition-case.
10074 (dired-copy-file-recursive): Check for errors on all file
10075 operations, and add them to dired-create-files-failures.
10076 Check file file-date-erorr here too.
10077 (dired-create-files): Check dired-create-files-failures
10078 and report those errors too.
10079
10080 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
10081
10082 * subr.el (add-to-list): New argument COMPARE-FN.
10083
10084 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
10085
10086 * filecache.el (file-cache-add-directory)
10087 (file-cache-add-directory-list, file-cache-add-file)
10088 (file-cache-add-directory-using-find)
10089 (file-cache-add-directory-using-locate)
10090 (file-cache-add-directory-recursively): Add autoloads.
10091
10092 2006-09-09 Richard Stallman <rms@gnu.org>
10093
10094 * textmodes/conf-mode.el (conf-space-mode):
10095 Use hack-local-variables-hook instead of calling hack-local-variables.
10096 (conf-space-keywords-override): New variable.
10097 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
10098 (conf-space-mode): Always make conf-space-keywords and
10099 conf-space-keywords-override local.
10100 Call conf-space-mode-internal directly as well as via hook.
10101
10102 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10103
10104 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
10105 quasi-keywords.
10106
10107 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
10108
10109 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
10110 (python-send-string): Be slightly more careful about adding \n.
10111
10112 * startup.el (normal-splash-screen): Don't display the buffer if we'll
10113 kill it right away anyway.
10114
10115 2006-09-09 Eli Zaretskii <eliz@gnu.org>
10116
10117 * international/codepage.el (cp850-decode-table): Fix a few codes.
10118 (cp858-decode-table): New variable.
10119
10120 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10121
10122 * net/ldap.el (ldap-search-internal): Doc fix.
10123
10124 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10125
10126 * play/life.el (life-display-generation): Test for input manually if
10127 `sleeptime' is negative or null.
10128
10129 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
10130 (print-region-1): Substitute `%s' with the page title.
10131
10132 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
10133
10134 * locate.el (locate-current-search): New variable.
10135 (locate): Set buffer local value. Use current buffer if it is
10136 in Locate mode.
10137 (locate-mode): Disable undo here.
10138 (locate-do-setup): Use locate-current-filter from buffer to be killed.
10139 (locate-update): Use locate-current-search and locate-current-filter.
10140
10141 2006-09-08 David Kastrup <dak@gnu.org>
10142
10143 * desktop.el (desktop-read): When loading a desktop, disable
10144 saving it while the load progresses, and switch off a pending lazy
10145 load by calling `desktop-lazy-abort'.
10146
10147 2006-08-27 Martin Rudalics <rudalics@gmx.at>
10148
10149 * window.el (mouse-autoselect-window-timer)
10150 (mouse-autoselect-window-position)
10151 (mouse-autoselect-window-window)
10152 (mouse-autoselect-window-now): New vars.
10153 (mouse-autoselect-window-cancel)
10154 (mouse-autoselect-window-select)
10155 (mouse-autoselect-window-start): New functions.
10156 (handle-select-window): Call `mouse-autoselect-window-start' when
10157 delayed window autoselection is enabled.
10158
10159 * cus-start.el (mouse-autoselect-window): Handle delayed window
10160 autoselection.
10161
10162 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
10163 commands after which it is allowed to print in the echo area.
10164
10165 2006-09-08 Richard Stallman <rms@gnu.org>
10166
10167 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
10168
10169 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
10170 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
10171
10172 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
10173 (cancel-timer-internal): Add doc string.
10174 (cancel-function-timers): Doc fix.
10175 (with-timeout-handler, timer-event-last*): Add doc strings.
10176
10177 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
10178
10179 * files.el (risky-local-variable-p): Match ...-bindat-spec.
10180
10181 * dired.el (dired-log-summary): Add doc string.
10182
10183 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
10184 (custom-group-menu-create): Not here.
10185
10186 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
10187
10188 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
10189
10190 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10191
10192 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
10193 (mac-apple-event-map): Define its handler.
10194
10195 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10196
10197 * net/ldap.el (ldap-search-internal): Handle `auth' key.
10198
10199 2006-09-07 Magnus Henoch <mange@freemail.hu>
10200
10201 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
10202 clause.
10203
10204 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10205
10206 * info.el (Info-index): Bind completion-ignore-case.
10207
10208 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10209
10210 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
10211 previous commit.
10212 (inferior-prolog-guess-flavor): New fun left out of previous commit.
10213 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
10214 burp in dedicated windows.
10215 (inferior-prolog-self-insert-command): New command.
10216 (inferior-prolog-mode-map): Use it.
10217
10218 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
10219
10220 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
10221
10222 * international/code-pages.el: Add cp858.
10223
10224 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10225
10226 * dnd.el: Fix bootstrapping.
10227
10228 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10229
10230 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
10231 (dnd-open-remote-url): New function.
10232 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
10233 not windows-nt.
10234
10235 2006-09-07 Jason Rumney <jasonr@gnu.org>
10236
10237 * dnd.el (dnd-open-remote-file-function): New variable.
10238 (dnd-open-unc-file): New function.
10239 (dnd-open-file): Call dnd-open-remote-file-function if set.
10240
10241 2006-09-06 Daiki Ueno <ueno@unixuser.org>
10242
10243 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
10244 pgg-passphrase-coding-system rather than locale-coding-system.
10245 * pgg-def.el (pgg-passphrase-coding-system): New user option.
10246
10247 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10248
10249 * progmodes/prolog.el: Remove * in docstrings.
10250 (prolog-program-name): Add SWI prolog.
10251 (prolog-mode-menu): New menu.
10252 (prolog-mode): Set comment-add.
10253 (prolog-indent-line): Simplify. Use indent-line-to.
10254 (inferior-prolog-buffer): New var.
10255 (inferior-prolog-run, inferior-prolog-process): New funs.
10256 (run-prolog, switch-to-prolog): Rewrite, using them.
10257 (prolog-consult-region): Use inferior-prolog-buffer.
10258 (inferior-prolog-load-file): New function.
10259 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
10260
10261 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
10262 last word, if it's not the end of the paragraph.
10263
10264 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
10265 file name.
10266
10267 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
10268
10269 * frame.el (display-mm-dimensions-alist): New defcustom.
10270 (display-mm-height, display-mm-width): Use it.
10271
10272 2006-09-06 Simon Josefsson <jas@extundo.com>
10273
10274 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
10275
10276 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
10277
10278 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10279 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
10280 string values.
10281
10282 2006-09-06 Kim F. Storm <storm@cua.dk>
10283
10284 * simple.el (line-move-partial): New function to do vscrolling for
10285 partially visible images / tall lines. Rewrite based on code
10286 previously in line-move. Simplify backwards vscrolling.
10287 (line-move): Use it. Simplify.
10288
10289 2006-09-05 Kim F. Storm <storm@cua.dk>
10290
10291 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
10292
10293 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
10294
10295 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10296 Process the `gcc-include' after the `gnu' rule.
10297
10298 2006-09-05 Kim F. Storm <storm@cua.dk>
10299
10300 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
10301
10302 2006-09-05 Daiki Ueno <ueno@unixuser.org>
10303
10304 * pgg.el (pgg-clear-string): Alias to clear-string for backward
10305 compatibility.
10306
10307 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
10308 inhibit-redisplay; encode passphrase with locale-coding-system.
10309
10310 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10311
10312 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
10313
10314 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
10315
10316 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10317 (gdb-var-list-children-regexp): Make type field optional.
10318
10319 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
10320 e.g public, protected in C++.
10321
10322 2006-09-04 John Paul Wallington <jpw@pobox.com>
10323
10324 * simple.el (completion-show-help): New defcustom.
10325 (completion-setup-function): Heed it.
10326
10327 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10328
10329 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
10330
10331 2006-09-04 Richard Stallman <rms@gnu.org>
10332
10333 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
10334 (rsf-min-region-to-spam-list): Doc fix.
10335 (rsf-add-content-type-field): Doc fix.
10336
10337 * simple.el (kill-region): Explicitly test there is a region.
10338
10339 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
10340
10341 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
10342 sendmail in several common directories.
10343
10344 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
10345
10346 * paths.el (sendmail-program): Removed.
10347
10348 2006-09-04 Daiki Ueno <ueno@unixuser.org>
10349
10350 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
10351 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
10352 http://article.gmane.org/gmane.emacs.gnus.general/50457
10353
10354 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
10355
10356 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
10357 mark after running the menu filter.
10358
10359 2006-09-03 Juri Linkov <juri@jurta.org>
10360
10361 * international/quail.el (quail-defrule-internal): Add a check
10362 if a key is a vector.
10363
10364 2006-09-02 Juri Linkov <juri@jurta.org>
10365
10366 * man.el (Man-topic-history): New variable.
10367 (man): Use it.
10368
10369 * woman.el (woman-topic-history): Change defvar to defvaralias
10370 for symbol `Man-topic-history'.
10371
10372 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
10373 `comint-last-output-start' is a marker by using `markerp' and
10374 check if it has a position by using `marker-position', and use
10375 this position for `goto-char'.
10376
10377 * international/quail.el (quail-defrule-internal): Add missing
10378 `error' call for null key.
10379
10380 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
10381
10382 * net/rcirc.el (rcirc-keywords): New variable.
10383 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
10384 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
10385 variables.
10386 (rcirc-responses-no-activity): New function.
10387 (rcirc-handler-generic): Check for responses in above.
10388 (rcirc-process-command): Add ?: character to arguments of raw
10389 server commands.
10390 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
10391 `rcirc-dim-nicks'.
10392 (rcirc-gray-toggle): Remove unused variable.
10393 (rcirc-print): Remove some tracking logic, which is moved into
10394 markup functions.
10395 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
10396 types.
10397 (rcirc-activity-string): Look for 'keyword in activity-types.
10398 (rcirc-window-configuration-change): Don't erase overlay-arrow
10399 unnecessarily.
10400 (rcirc-add-or-remove): New function.
10401 (rcirc-cmd-ignore): Use it.
10402 (rcirc-message-leader): Remove unused function.
10403 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
10404 (rcirc-add-face): New function.
10405 (rcirc-facify): Use rcirc-add-face.
10406 (rcirc-url-regexp): Add parens.
10407 (rcirc-map-regexp): Remove function.
10408 (rcirc-mangle-regexp): Remove function.
10409 (rcirc-markup-text-functions): New variable.
10410 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
10411 (rcirc-markup-body-text, rcirc-markup-attributes)
10412 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
10413 (rcirc-markup-bright-nicks): New markup handler functions.
10414 (rcirc-nick-in-message-full-line): New face.
10415 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
10416 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
10417
10418 2006-09-02 Martin Rudalics <rudalics@gmx.at>
10419
10420 * cus-start.el (hscroll-margin, hscroll-step)
10421 (mode-line-in-non-selected-windows, mouse-autoselect-window)
10422 (x-use-underline-position-properties): Change version to "22.1"
10423 since they will appear there for the first time.
10424
10425 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
10426
10427 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
10428
10429 2006-08-31 Richard Stallman <rms@gnu.org>
10430
10431 * cus-edit.el (custom-save-variables): Slight cleanup.
10432 (Custom-no-edit): Renamed from custom-no-edit.
10433 (Custom-newline): Renamed from custom-newline.
10434 (custom-mode-map): Use new names.
10435
10436 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
10437 about customization, rather than M-x customize, in the doc string
10438 made for the defcustom.
10439
10440 * emacs-lisp/trace.el (trace-function-background): Doc fix.
10441
10442 2006-08-31 Romain Francoise <romain@orebokech.com>
10443
10444 * dired-x.el (dired-guess-shell-alist-default): Update.
10445
10446 2006-08-31 Michael Mauger <mmaug@yahoo.com>
10447
10448 * custom.el (custom-theme-set-variables): Autoload packages before
10449 sorting the variables.
10450
10451 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
10452
10453 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
10454 Convert events to chars if XEmacs.
10455 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
10456
10457 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10458
10459 * progmodes/python.el (python-eldoc-function): Re-enable quit while
10460 waiting for process.
10461
10462 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10463
10464 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
10465 results in ASCII-only string, encode original one directly.
10466
10467 2006-08-29 Romain Francoise <romain@orebokech.com>
10468
10469 * startup.el (normal-splash-screen, fancy-splash-screens):
10470 Make buffer read-only and arrange to enter view mode if necessary.
10471
10472 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
10473
10474 * hl-line.el (hl-line): New face.
10475 (hl-line-face): Use it.
10476
10477 * image-mode.el (image-mode): Fix last fix.
10478 Suggested by Kim F. Storm.
10479
10480 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
10481
10482 Sync with Tramp 2.0.54.
10483
10484 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
10485 of `=', because `tramp-get-remote-gid' might not always return an
10486 integer when expected.
10487 (tramp-register-file-name-handlers): `partial-completion-mode' is
10488 unknown to XEmacs.
10489 (tramp-time-diff): Don't use `floor', it might fail for large
10490 differences.
10491 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
10492 `tramp-auto-save-directory' if unset in order to guarantee unique
10493 auto-save file names.
10494
10495 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10496
10497 * image-mode.el (image-mode): Display image as text on a terminal.
10498
10499 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10500
10501 * progmodes/python.el (python-send-command): Simplify.
10502 (run-python): Don't generate a new buffer unless `new' was specified.
10503 Make sure we send `import emacs' to the proper process.
10504
10505 * progmodes/python.el (python-send-command): Don't wait for the command
10506 to terminate. Don't fiddle with compilation-parsing-end.
10507
10508 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10509
10510 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
10511 Insert commentary after first line summary.
10512
10513 * woman.el (woman-follow): New function, based on `man-follow'.
10514 (woman-mode-map): Use it.
10515
10516 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
10517 since ibuffer-do-sort-by-recency does not define a sorter.
10518
10519 2006-08-28 Kim F. Storm <storm@cua.dk>
10520
10521 * find-dired.el (find-dired): Use shell-quote-argument to properly
10522 escape ( and ) args. Also use it on {} and ; args in default
10523 value of find-ls-option string.
10524 (find-grep-dired): Use shell-quote-argument on {} and ; args.
10525
10526 2006-08-27 Michael Olson <mwolson@gnu.org>
10527
10528 * emacs-lisp/tq.el: Small grammar fix in comments.
10529 (tq-enqueue): Check for existence of queue rather than the
10530 head queue item's question, which was a no-op.
10531 (tq-filter, tq-process-buffer): Make sure the process buffer
10532 exists before making it the current buffer.
10533
10534 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10535
10536 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
10537 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
10538 (special-event-map): Apply 2006-08-16 change for x-win.el.
10539
10540 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10541
10542 * progmodes/python.el (python-send-receive): Wait in the
10543 process's buffer so as to check the right buffer-local variables.
10544
10545 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
10546
10547 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
10548 (defgroup checkdoc): Move to beginning.
10549
10550 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
10551 (python-preoutput-continuation): Remove.
10552 (python-preoutput-filter): Simplify correspondingly.
10553 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
10554 Loop around to catch embedded _emacs_out output.
10555 (run-python): Send the import&print command on a single line.
10556 (python-send-command): Send command&print on a single line.
10557 (python-send-string): Only add double \n if needed.
10558 (python-send-receive): Loop until the result comes.
10559 (python-mode-running): Defvar it.
10560 (python-setup-brm): Remove unused var `menu'.
10561 Only bind py-mode-map and `features' around brm-init.
10562 (python-calculate-indentation): Remove unused var `point'.
10563 (python-beginning-of-defun): Remove unused var `def-line'.
10564
10565 2006-08-25 Richard Stallman <rms@gnu.org>
10566
10567 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
10568
10569 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
10570
10571 * emulation/viper.el (viper-set-hooks): Use frame bindings for
10572 viper-vi-state-cursor-color.
10573 (viper-non-hook-settings): Don't set default
10574 mode-line-buffer-identification.
10575
10576 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
10577 New fun.
10578 (viper-set-cursor-color-according-to-state)
10579 (viper-get-saved-cursor-color-in-replace-mode)
10580 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
10581 viper-emacs-state-cursor-color.
10582
10583 * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
10584 (viper-undo): Use point if undo-beg-posn is nil.
10585 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
10586 (viper-after-change-undo-hook): Don't use
10587 viper-emacs-state-cursor-color by default.
10588 (viper-undo): More sensible positioning after undo.
10589
10590 * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
10591 (viper-emacs-state-cursor-color): Default to nil, since this feature
10592 doesn't work well yet.
10593
10594 * ediff-mult.el (ediff-intersect-directories)
10595 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
10596 always expand filenames.
10597
10598 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10599
10600 * tumme.el: Remove * in defcustoms's docstrings.
10601
10602 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
10603
10604 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
10605 Accept internal time format for SECS arg.
10606 (timer-relative-time): Doc fix.
10607
10608 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
10609 adapted from Martin Rudalics.
10610 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
10611 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
10612 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
10613 using sit-for.
10614
10615 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
10616
10617 * cus-start.el (all): Add `overline-margin' and
10618 `x-underline-at-descent-line'.
10619
10620 2006-08-24 Kim F. Storm <storm@cua.dk>
10621
10622 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
10623 to mean "use find -exec"; nil now unambiguously means auto-detect.
10624 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
10625 Use shell-quote-argument to build grep-find-command and
10626 grep-find-template.
10627 (rgrep): Use shell-quote-argument to properly quote arguments to find.
10628 Reported by Tom Seddon.
10629
10630 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
10631
10632 * startup.el (fancy-splash-head): Give instructions for dismissing
10633 the splash screen for default startup too.
10634 (display-startup-echo-area-message, fancy-splash-screens)
10635 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
10636 all splash text at once and keep the splash buffer around.
10637 (command-line-1): Give display-startup-echo-area-message a t arg.
10638
10639 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
10640
10641 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
10642 gnus frame is selected.
10643
10644 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
10645
10646 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
10647
10648 2006-08-22 Kim F. Storm <storm@cua.dk>
10649
10650 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
10651 Add suffix matching for subdirs.
10652
10653 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
10654
10655 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
10656 mouse-yank-at-point is non-nil.
10657
10658 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
10659
10660 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
10661 a bit wider and remove fringes to fit initial output on line.
10662
10663 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10664
10665 * frame.el (blink-cursor-end): Only ignore the error we care about.
10666 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
10667
10668 2006-08-21 Richard Stallman <rms@gnu.org>
10669
10670 * whitespace.el (whitespace-cleanup): Doc fix.
10671
10672 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
10673
10674 * net/rcirc.el (rcirc-show-maximum-output): New var.
10675 (rcirc-buffer-process): If no buffer argument is supplied, use
10676 current-buffer.
10677 (rcirc-complete-nick): Complete to the last completed nick first.
10678 (rcirc-mode): Preserve the value of `rcirc-urls' across
10679 connections. Setup scroll function.
10680 (rcirc-scroll-to-bottom): New function.
10681 (rcirc-print): Use nick syntax around regexp work.
10682 Notice dim-nicks speaking only if they say our nick.
10683 (rcirc-update-activity-string): Do not show the modeline indicator
10684 if there are no live rcirc processes.
10685 (rcirc-cmd-ignore): Ignore case.
10686 (rcirc-browse-url-at-point): Fix off-by-one error.
10687
10688 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
10689
10690 * progmodes/python.el: Remove * in defcustom docstrings.
10691 (run-python, python-proc, python-try-complete): Use derived-mode-p.
10692 (python-mode): Set tab-width and indent-tabs-mode.
10693
10694 2006-08-20 Dave Love <fx@gnu.org>
10695
10696 * progmodes/python.el: Update to Dave Love's latest version.
10697 (python-font-lock-keywords, python-mode): Don't use
10698 font-lock-syntax-table, but match symbol elements explicitly instead.
10699 (python-mode-map): Add help, and a few more key bindings.
10700 (python-skip-comments/blanks): Move out of comments as well.
10701 (python-continuation-line-p): Behave better with unbalanced parens.
10702 (python-blank-line-p): New fun.
10703 (python-open-block-statement-p): Don't use a heuristic.
10704 (python-outdent-p): Better handle blocks-in-the-same-line.
10705 (python-calculate-indentation): Misc improvements.
10706 (python-comment-indent): Remove.
10707 (python-block-pairs): New var.
10708 (python-first-word): New fun.
10709 (python-indentation-levels): Handle more common cases.
10710 (python-indent-line-1): Add `leave' argument.
10711 (python-indent-region): New fun.
10712 (python-skip-out): New fun.
10713 (python-beginning-of-statement, python-end-of-statement): Use it.
10714 (python-next-statement): Return correct count even at eob.
10715 (python-end-of-block): Fix paren-typo.
10716 (python-imenu-create-index): Add module variables.
10717 (run-python): Add `new' arg.
10718 Check we're at a prompt before returning.
10719 (python-send-command): Move to end of buffer.
10720 Wait for prompt to return.
10721 (python-set-proc): New fun.
10722 (python-imports): New var.
10723 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
10724 (python-eldoc-function): Try to move out of arg list.
10725 (python-outline-level): Offset by 1.
10726 (python-find-imports): New fun.
10727 (python-symbol-completions): Use python-imports.
10728 (python-module-path, ffap-alist): Add support for ffap.
10729 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
10730 (python-insert-*, python-default-template, python-expand-template):
10731 Add templates/skeletons.
10732 (python-setup-brm): Support for Bicycle Repair Man.
10733 (python-abbrev-syntax-table): New var.
10734 (python-abbrev-pc-hook, python-pea-hook): New funs.
10735
10736 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
10737
10738 * frame.el (blink-cursor-start): Set timer first.
10739 (blink-cursor-end): Ignore timer cancelling errors.
10740 Suggested by Ken Manheimer.
10741
10742 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
10743
10744 * newcomment.el (comment-box): Call `comment-normalize-vars'.
10745 Add autoload cookie.
10746
10747 2006-08-20 Richard Stallman <rms@gnu.org>
10748
10749 * simple.el (line-number-at-pos): Doc fix.
10750
10751 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
10752 timer-activate-when-idle, so timer can run before Emacs becomes
10753 non-idle again.
10754
10755 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
10756
10757 * whitespace.el (whitespace-cleanup-internal): New optional arg
10758 REGION-ONLY. If it's non-nil, modify the message to the user
10759 accordingly.
10760 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
10761 a non-nil argument.
10762
10763 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
10764
10765 * rect.el (spaces-string): Simplify and add doc string.
10766
10767 2006-08-17 Romain Francoise <romain@orebokech.com>
10768
10769 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
10770
10771 2006-08-17 Richard Stallman <rms@gnu.org>
10772
10773 * compare-w.el (compare-windows): lambda's take an arg and pass
10774 it to compare-windows-skip-whitespace.
10775
10776 2006-08-17 Martin Rudalics <rudalics@gmx.at>
10777
10778 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
10779 the right buffer.
10780
10781 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
10782
10783 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
10784 removed files.
10785
10786 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
10787
10788 * progmodes/gdb-ui.el (gdb-locals-watch-map)
10789 (gdb-locals-watch-map-1): Suppress keymap first.
10790 (gdb-edit-locals-map-1): New variable.
10791 (gdb-edit-locals-value): New function.
10792 (gdb-stack-list-locals-handler): Use them.
10793
10794 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10795
10796 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
10797 cursor would normally be drawn in the fringe.
10798
10799 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
10800 Reported by Martin Rudalics <rudalics@gmx.at>.
10801
10802 2006-08-16 Richard Stallman <rms@gnu.org>
10803
10804 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
10805 (special-event-map): Process drag-n-drop events this way.
10806
10807 * simple.el (move-beginning-of-line): Test whether fields
10808 would prevent motion back to line's first visible character.
10809 If so, stop where the fields would stop the motion.
10810
10811 * newcomment.el (comment-indent): Fully update INDENT
10812 before checking to see if it will change the text.
10813
10814 * cus-edit.el (custom-newline): New function.
10815 (custom-mode-map): Bind newline to custom-newline.
10816
10817 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
10818 into ignore-whitespace.
10819 Check each buffer for its skip-function.
10820 Handle compare-windows-skip-whitespace special-case test
10821 by returning t from default skip function.
10822
10823 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
10824
10825 * textmodes/org.el (org-clock-special-range)
10826 (org-clock-update-time-maybe): New functions.
10827 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
10828 not only a-z.
10829 (org-agenda-get-blocks): Allow multiple blocks per headline.
10830 (org-timestamp-change): Call `org-clock-update-time-maybe'.
10831 (org-export-html-title-format)
10832 (org-export-html-toplevel-hlevel): New options.
10833 (org-export-language-setup): Add support for Czech.
10834 (org-mode, org-insert-todo-heading, org-find-visible)
10835 (org-find-invisible, org-invisible-p, org-invisible-p2)
10836 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
10837 (org-show-subtree, org-show-entry, org-make-options-regexp):
10838 Remove compatibility support for old outline-mode.
10839 (org-check-occur-regexp): Funtion removed.
10840 (org-on-heading-p, org-back-to-heading): Made defalias.
10841 (org-set-local): New defsubst.
10842 (org-set-regexps-and-options, org-mode)
10843 (org-set-font-lock-defaults, org-edit-agenda-file-list)
10844 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
10845 (org-remember-apply-template, org-table-edit-field)
10846 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
10847 (org-set-autofill-regexps): Use `org-set-local'.
10848 (org-table-eval-formula): Fix bug with parsing of display flags.
10849
10850 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
10851
10852 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
10853 frame with fringe arrow. Suggested by Simon Marshall
10854 <simon.marshall@misys.com>.
10855 (gdb-stack-position): New variable.
10856 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
10857 (gdb-frames-mode): Set gdb-stack-position to nil.
10858 Add to overlay-arrow-variable-list
10859 (gdb-reset): Delete gdb-stack-position from above list.
10860
10861 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10862
10863 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
10864 read only.
10865
10866 2006-08-13 Romain Francoise <romain@orebokech.com>
10867
10868 * cus-theme.el (customize-create-theme)
10869 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
10870
10871 * filesets.el (filesets-add-buffer): Ditto.
10872
10873 * pcvs.el (cvs-change-cvsroot): Ditto.
10874
10875 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
10876
10877 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
10878 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
10879 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
10880 expressions.
10881 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
10882 Only search till end of line.
10883 Add face to function names in case of no filename.
10884 Add face to variable names of watchpoints.
10885
10886 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
10887
10888 * cus-start.el <indent-tabs-mode>: Move to the `indent'
10889 customization group.
10890
10891 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
10892
10893 * allout.el (allout-prior-bindings, allout-added-bindings):
10894 Remove, after long deprecation.
10895 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
10896 Add customization vars controlling allout-beginning-of-line and
10897 allout-end-of-line conveniences.
10898 (allout-header-prefix, allout-use-mode-specific-leader)
10899 (allout-use-mode-specific-leader, allout-mode-leaders):
10900 Revise docstrings.
10901 (allout-infer-header-lead): Change to be an alias for
10902 allout-infer-header-lead-and-primary-bullet.
10903 (allout-infer-header-lead-and-primary-bullet): New version of
10904 allout-infer-header-lead which assigns the primary bullet to the
10905 same as the header lead, when its being changed.
10906 (allout-infer-body-reindent): Apply regexp-quote instead of
10907 unconditionally prepending "\\", so that all literal
10908 allout-header-prefix and allout-primary-bullet strings are
10909 properly handled.
10910 (allout-add-resumptions): Add optional qualifier for extending or
10911 appending to existing values, rather than replacing them.
10912 (allout-view-change-hook): Clarify docstring.
10913 (allout-exposure-change-hook): Take explicit arguments, via
10914 run-hook-with-args.
10915 (allout-structure-added-hook)
10916 (allout-structure-deleted-hook)
10917 (allout-structure-shifted-hook): New hooks analogous to
10918 allout-exposure-change-hook for other kinds of structural outline
10919 edits.
10920 (allout-encryption-plaintext-sanitization-regexps): New encryption
10921 customization variable, by which cooperating modes can provde
10922 massage of the plaintext without actually being passed it.
10923 (allout-encryption-ciphertext-rejection-regexps)
10924 (allout-encryption-ciphertext-rejection-ceiling): New encryption
10925 customization variables, by which cooperating modes can prohibit
10926 rare but possible ciphertext patterns from fouling their
10927 operation, with actually being passed the ciphertext.
10928 (allout-mode): Run activation and deactivation hooks after the
10929 minor-mode variable has been toggled, to clarify the mode
10930 disposition. The new encryption ciphertext rejection variable is
10931 used to ensure that the ciphertext does not contain text that
10932 would be recognized as outline structural elements by allout.
10933 Substite allout-beginning-of-line and allout-end-of-line for
10934 conventionall beginning-of-line and end-of-line bindings.
10935 If allout-old-style-prefixes is non-nil, don't nullify it on mode
10936 activation!
10937 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
10938 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
10939 (allout-chart-subtree): Implement new mode, charting only the
10940 visible items in the subtree, when new 'visible' parameter is non-nil.
10941 (allout-end-of-subtree): Properly handle the last item in the buffer.
10942 (allout-pre-command-business, allout-command-counter):
10943 Increment an advertised counter so that cooperating enhancements can
10944 track revisions of items.
10945 (allout-open-topic): Run allout-structure-added-hook with suitable
10946 arguments.
10947 (allout-shift-in): Run allout-structure-shifted-hook with suitable
10948 arguments.
10949 (allout-shift-out): Fix doubling for negative args and ensure call
10950 of allout-structure-shifted-hook by solely using allout-shift-in.
10951 (allout-kill-line, allout-kill-topic):
10952 Run allout-structure-deleted-hook with suitable arguments.
10953 (allout-yank-processing): Run allout-structure-added-hook with
10954 proper arguments.
10955 (allout-yank): Enclose activity in allout-unprotected.
10956 (allout-flag-region): Run allout-exposure-change-hook with
10957 suitable arguments, instead of making the callee infer the arguments.
10958 (allout-encrypt-string):
10959 Support allout-encryption-plaintext-sanitization-regexps,
10960 allout-encryption-ciphertext-rejection-regexps, and
10961 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
10962 en/de cryption mode in symmetric encryption failure message.
10963 (allout-obtain-passphrase): Use copy-sequence to get a distinct
10964 copy of the passphrase, and don't zero it or we'll corrupt the
10965 stashed copy.
10966 (allout-create-encryption-passphrase-verifier)
10967 (allout-verify-passphrase): Respect the new signature for
10968 allout-encrypt-string.
10969 (allout-get-configvar-values): Convenience for getting a
10970 configuration variable value and handling its absence gracefully.
10971
10972 2006-08-11 Romain Francoise <romain@orebokech.com>
10973
10974 * obsolete/zone-mode.el: Delete.
10975
10976 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
10977
10978 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
10979
10980 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
10981
10982 * emacs-lisp/bindat.el (bindat-ip-to-string):
10983 Use `format-network-address' if possible.
10984
10985 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10986
10987 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
10988
10989 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
10990
10991 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
10992 restore unread-command-events here.
10993 (edebug-display): Do it here, to detect sit-for interruptions.
10994
10995 2006-08-10 Romain Francoise <romain@orebokech.com>
10996
10997 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
10998 (dns-mode-soa-auto-increment-serial): New user option.
10999 (dns-mode-soa-maybe-increment-serial): New function.
11000 (dns-mode): Add the latter to `write-contents-functions'.
11001
11002 * obsolete/zone-mode.el: Move to obsolete/ from net/.
11003 Delete autoload cookies.
11004
11005 2006-08-10 John Wiegley <johnw@newartisans.com>
11006
11007 * eshell/em-glob.el (eshell-glob-chars-list)
11008 (eshell-glob-translate-alist): Add support for [^g] in character globs.
11009
11010 2006-08-10 Richard Stallman <rms@gnu.org>
11011
11012 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
11013 (facemenu-set-face): Doc fix.
11014 (facemenu-listed-faces): Doc fix.
11015
11016 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
11017
11018 * avoid.el (mouse-avoidance-animating-pointer): New var.
11019 (mouse-avoidance-nudge-mouse): Use it.
11020 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
11021 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
11022 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
11023 Don't activate if currently animating. All callers changed.
11024
11025 2006-08-09 John Wiegley <johnw@newartisans.com>
11026
11027 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
11028 variable, which causes timeclock to report elapsed time worked,
11029 instead of just work remaining.
11030
11031 2006-08-09 Kenichi Handa <handa@m17n.org>
11032
11033 * international/latexenc.el (latexenc-find-file-coding-system):
11034 Fix for the case that the 2nd element of arg-list is a cons.
11035
11036 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
11037
11038 * info.el (Info-fontify-node): Handle preceding `in' for note
11039 reference hiding rules.
11040
11041 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
11042
11043 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
11044 mistake a closing " for an opening one.
11045
11046 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11047
11048 * term/xterm.el (terminal-init-xterm): Add more key bindings.
11049
11050 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
11051
11052 * complete.el (PC-do-completion): Filter out completions matching
11053 completion-ignored-extensions before checking whether there are
11054 multiple completions.
11055 Don't use `list' unnecessarily when building completion tables.
11056
11057 2006-08-06 Richard Stallman <rms@gnu.org>
11058
11059 * help.el (describe-mode): Make minor mode list more concise.
11060
11061 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
11062
11063 * bindings.el: Give mode-line-format, mode-line-modes, and
11064 mode-line-position `standard-value' properties.
11065
11066 2006-08-05 Eli Zaretskii <eliz@gnu.org>
11067
11068 * buff-menu.el (list-buffers-noselect): For Info buffers, use
11069 "(file)node" instead of the file name.
11070
11071 2006-08-05 Richard Stallman <rms@gnu.org>
11072
11073 * faces.el (escape-glyph): Doc fix.
11074
11075 2006-08-04 Kenichi Handa <handa@m17n.org>
11076
11077 * international/mule-diag.el (describe-font): Improve docstring
11078 and error message. Use frame-parameter (not frame-parameters).
11079
11080 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11081
11082 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
11083 Correctly mark the end-of-docstring char.
11084
11085 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
11086
11087 * simple.el (line-move-to-column): Constrain move-to-column to
11088 current field.
11089
11090 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11091
11092 * font-lock.el (font-lock-beg, font-lock-end)
11093 (font-lock-extend-region-functions): New vars.
11094 (font-lock-extend-region-multiline)
11095 (font-lock-extend-region-wholelines): New functions.
11096 (font-lock-default-fontify-region): Use them.
11097 (font-lock-extend-jit-lock-region-after-change): Only round up
11098 if font-lock-default-fontify-region will do it as well.
11099
11100 * font-lock.el (font-lock-extend-after-change-region-function):
11101 Rename from font-lock-extend-region-function.
11102 (font-lock-extend-region): Remove by inlining at call sites.
11103 (font-lock-after-change-function): Don't needlessly round up to a whole
11104 number of lines.
11105 (font-lock-extend-jit-lock-region-after-change): Be more careful about
11106 the boundary conditions and the interactions between the various ways
11107 to extend the region.
11108
11109 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
11110
11111 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
11112 modification status when forcing the second redisplay.
11113
11114 2006-08-03 Kim F. Storm <storm@cua.dk>
11115
11116 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
11117
11118 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
11119
11120 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
11121 doesn't look like a file name.
11122
11123 * complete.el (PC-expand-many-files): Avoid signalling an error when
11124 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
11125
11126 2006-08-02 Andreas Schwab <schwab@suse.de>
11127
11128 * bindings.el (mode-line-format): Simplify reference to vc-mode.
11129
11130 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
11131
11132 * bindings.el (map): Make mode-line-buffer-identification-keymap
11133 before defining propertized-buffer-identification.
11134
11135 2006-08-01 Richard Stallman <rms@gnu.org>
11136
11137 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
11138
11139 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
11140
11141 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
11142 default value.
11143 (gdb-find-source-frame): New function.
11144 (menu): Add to menu bar.
11145
11146 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11147
11148 * font-core.el (font-lock-extend-region-function)
11149 (font-lock-extend-region): Move to font-lock.el.
11150
11151 * font-lock.el (font-lock-extend-region-function)
11152 (font-lock-extend-region): Move from font-core.el. Simplify.
11153
11154 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
11155 if needed.
11156 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
11157 (jit-lock-after-change-extend-region-functions): New hook.
11158 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
11159
11160 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
11161 (font-lock-turn-on-thing-lock): Use it.
11162
11163 * longlines.el (longlines-show-region): Make it work on read-only
11164 buffers as well.
11165
11166 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
11167
11168 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
11169
11170 2006-07-31 Richard Stallman <rms@gnu.org>
11171
11172 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
11173 (vhdl-speedbar-display-projects): Update old obsolete
11174 speedbar variable names.
11175
11176 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
11177
11178 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
11179 (gdb-stopped): Use it.
11180
11181 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
11182
11183 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
11184
11185 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
11186 for load-history elements.
11187
11188 2006-07-29 Eli Zaretskii <eliz@gnu.org>
11189
11190 * files.el (convert-standard-filename): For Cygwin, replace
11191 characters not allowed in Windows file names.
11192 (make-auto-save-file-name): Add Cygwin to the list of systems
11193 where the auto-save file name needs to be run through
11194 convert-standard-filename.
11195
11196 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
11197
11198 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
11199
11200 2006-07-28 Richard Stallman <rms@gnu.org>
11201
11202 * bindings.el (mode-line-frame-identification)
11203 (propertized-buffer-identification): Centralize the code
11204 to initialize the variable.
11205
11206 * progmodes/grep.el (grep-default-command): Catch errors from
11207 wildcard-to-regexp.
11208
11209 2006-07-29 Kim F. Storm <storm@cua.dk>
11210
11211 * progmodes/grep.el (grep-tag-default): New function.
11212 (grep-default-command, grep-read-regexp): Use it.
11213 (grep-read-files): Use car of grep-files-history or grep-files-aliases
11214 as default if nothing else applies.
11215
11216 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
11217
11218 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
11219 Throw error if buffer is not in Dired and Wdired mode, respectively.
11220
11221 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
11222
11223 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
11224 self-insert-command keys don't activate buttons.
11225 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
11226
11227 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
11228
11229 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
11230 faces for enable character.
11231
11232 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
11233
11234 * Makefile.in (recompile): Update comment to reflect change
11235 on 2004-04-21.
11236
11237 2006-07-27 Richard Stallman <rms@gnu.org>
11238
11239 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
11240 (customize-package-emacs-version): Change msg when pkg has no entry.
11241 (custom-no-edit): On a button, do like widget-button-press.
11242
11243 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11244
11245 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
11246 S-tab and C-S-tab.
11247
11248 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
11249
11250 * progmodes/which-func.el (which-function): Fix documentation/
11251 comment typo.
11252
11253 2006-07-26 Richard Stallman <rms@gnu.org>
11254
11255 * textmodes/ispell.el (ispell-word): If we replace the word,
11256 move point to the end. Insert before deleting.
11257
11258 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
11259
11260 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
11261 a timer.
11262
11263 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
11264
11265 * tumme.el (tumme-backward-image): Add prefix argument. Add error
11266 when at first image.
11267 (tumme-forward-image): Add prefix argument. Add error when at last
11268 image.
11269
11270 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
11271
11272 * tabify.el (tabify-regexp): Use more specific regexps.
11273 (tabify): Avoid modifying the buffer unnecessarily.
11274
11275 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
11276
11277 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
11278 (tumme-format-properties-string): Handle empty `buf'.
11279 (tumme-get-comment): Change variable names inside `let'.
11280 Add missing `let' variable that cause font-lock problems.
11281 (tumme-write-comments): Change variable names inside `let'.
11282 Add missing `let' variable that cause font-lock problems.
11283 (tumme-forward-image): Rename from `tumme-forward-char'.
11284 (tumme-backward-image): Rename from `tumme-backward-char'.
11285
11286 2006-07-25 Masatake YAMATO <jet@gyve.org>
11287
11288 * progmodes/ld-script.el (ld-script-keywords)
11289 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
11290 and add comments.
11291
11292 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
11293
11294 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11295 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
11296 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
11297 for status indicator.
11298
11299 2006-07-24 Richard Stallman <rms@gnu.org>
11300
11301 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
11302
11303 * subr.el (dolist, dotimes): Use interned symbols for locals.
11304 (--dotimes-limit--, --dolist-tail--): New defvars.
11305 (looking-back): Doc fix.
11306
11307 * replace.el (replace-match-string-symbols): Handle dotted lists.
11308
11309 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
11310
11311 * tumme.el (tumme-write-tags): Add.
11312 (tumme-write-comments): Add.
11313 (tumme-tag-files): Change to use `tumme-write-tags'.
11314 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
11315 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
11316 (tumme-save-information-from-widgets): Change to use
11317 `tumme-write-comments' and `tumme-write-tags'.
11318 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
11319 (tumme-write-tag): Remove.
11320 (tumme-write-comment): Remove.
11321 (tumme-display-previous-thumbnail-original): Remove empty line.
11322 (tumme-widget-list): Add punctuation.
11323
11324 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
11325
11326 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
11327
11328 2006-07-24 Daiki Ueno <ueno@unixuser.org>
11329
11330 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11331 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
11332 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
11333
11334 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
11335
11336 * mouse.el (mouse-on-link-p): Doc fix.
11337
11338 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
11339
11340 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11341 Handle "C-h f `".
11342
11343 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11344
11345 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
11346 column.
11347
11348 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
11349
11350 * textmodes/table.el: Add move-beginning-of-line and
11351 move-end-of-line to Point Motion Only Group.
11352
11353 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
11354
11355 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
11356
11357 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11358
11359 * startup.el (user-mail-address): Initialize from the `EMAIL'
11360 environment variable first. Document this.
11361 (command-line): Ditto.
11362
11363 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
11364
11365 * help-mode.el (help-function-def, help-variable-def)
11366 (help-face-def): Print a message in the minibuffer.
11367
11368 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11369
11370 * term/xterm.el (terminal-init-xterm): Fix key bindings
11371 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
11372
11373 2006-07-21 Eli Zaretskii <eliz@gnu.org>
11374
11375 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
11376 where `(nth 1 command)' is a cons cell. Doc fix.
11377
11378 * textmodes/po.el (po-find-charset): Doc fix.
11379
11380 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
11381
11382 * allout.el (allout-unprotected, allout-e-o-prefix-p)
11383 (allout-beginning-of-current-line, allout-end-of-current-line)
11384 (allout-next-visible-heading, allout-open-topic)
11385 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
11386 (allout-flag-current-subtree, allout-show-to-offshoot)
11387 (allout-hide-current-entry, allout-show-current-branches)
11388 (allout-hide-region-body, allout-old-expose-topic)
11389 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
11390 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
11391 containing `beginning-of-line' and `end-of-line' with
11392 `inhibit-field-text-motion' t.
11393
11394 2006-07-21 Eli Zaretskii <eliz@gnu.org>
11395
11396 * frame.el (focus-follows-mouse): Document that it doesn't have
11397 any effect on MS-Windows.
11398
11399 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11400
11401 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
11402
11403 2006-07-20 Jay Belanger <belanger@truman.edu>
11404
11405 * calc/calc.el (calc-previous-alg-entry): Remove variable.
11406
11407 * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
11408 New variables.
11409 (calc-alg-entry): Use `calc-alg-entry-history'.
11410 (calc-do-quick-calc): Use `calc-quick-calc-history'.
11411 Remove reference to `calc-previous-alg-entry'.
11412 (calcAlg-edit, calcAlg-enter): Remove reference to
11413 `calc-previous-alg-entry'.
11414 (calcAlg-previous): Use `previous-history-element' instead of
11415 `calc-previous-alg-entry'.
11416 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
11417 Change keybinding for `calcAlg-plus-minus', add keybindings for
11418 `previous-history-element' and `next-history-element'.
11419
11420 * calc/calc-rewr.el (calc-match): Remove reference to
11421 `calc-previous-alg-entry'.
11422
11423 * calc/calc-sel.el (calc-selection-history): New variable.
11424 (calc-enter-selection, calc-sel-mult-both-sides)
11425 (calc-sel-add-both-sides): Use `calc-selection-history'.
11426
11427 * calc/calc-map.el (calc-get-operator-history): New variable.
11428 (calc-get-operator): Use `calc-get-operator-history'.
11429
11430 * calc/calcalg3.el (calc-curve-fit-history): New variable.
11431 (calc-curve-fit): Use `calc-curve-fit-history'.
11432
11433 2006-07-20 Kenichi Handa <handa@m17n.org>
11434
11435 * international/mule-cmds.el (select-safe-coding-system): Fix the
11436 way of deciding eol-type of the coding system.
11437
11438 2006-07-20 Alan Mackenzie <acm@muc.de>
11439
11440 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
11441 (c-lang-setvar): New macro.
11442 (c-make-init-lang-vars-fun): Use the initialization forms in
11443 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
11444 (comment-start, comment-end, comment-start-skip): Change these from
11445 c-lang-defvar's to c-lang-setvar's.
11446
11447 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
11448 which calls make-local-variable on the elements of
11449 c-emacs-variable-inits.
11450 (c-init-language-vars-for): Call this new macro.
11451
11452 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11453
11454 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11455 Try to rule out false positives due to time stamps.
11456 (compilation-mode-font-lock-keywords): Remove rules made redundant
11457 because of the above change. Add `segmentation fault' to the known and
11458 highlighted compilation termination messages.
11459
11460 2006-07-19 Kim F. Storm <storm@cua.dk>
11461
11462 * progmodes/grep.el (grep-find-ignored-directories):
11463 Add .svn and _darcs to list.
11464
11465 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
11466
11467 * dired.el (dired-mode-map): Add key binding `C-te' for
11468 `tumme-dired-edit-comment-and-tags'.
11469
11470 * tumme.el (tumme-display-thumbnail-original-image): Make sure
11471 image display buffer is displayed before call to
11472 `tumme-display-image.
11473 (tumme-dired-display-image): Make sure image display buffer is
11474 displayed before call to `tumme-display-image.
11475 (tumme-mouse-display-image): Make sure image display buffer is
11476 displayed before call to `tumme-display-image.
11477 (tumme-widget-list): Add.
11478 (tumme-dired-edit-comment-and-tags): Add.
11479 (tumme-save-information-from-widgets): Add.
11480
11481 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11482
11483 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
11484
11485 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11486
11487 * progmodes/sh-script.el (sh-font-lock-keywords-1):
11488 Revert inadvertently installed patch hunk.
11489
11490 * progmodes/compile.el (compilation-find-file): Handle the
11491 cases where the user selects a non-existent file.
11492
11493 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11494
11495 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
11496
11497 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11498
11499 * subr.el (sit-for): Just sleep-for if noninteractive.
11500
11501 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11502
11503 * emacs-lisp/autoload.el (make-autoload): Use new arg.
11504
11505 * custom.el (custom-autoload): Add `noset' argument.
11506 (custom-push-theme): Don't autoload the variable, let callers do it.
11507 (custom-theme-set-variables): Autoload the variable if necessary.
11508
11509 * cus-edit.el (custom-variable-state-set): If the variable was
11510 originally set outside custom, but to the same value as the default,
11511 consider it to be standard.
11512
11513 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
11514 file *before* telling Emacs to add the autoloads, in case it fails.
11515
11516 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
11517 Use `cond', push', and `dolist'.
11518
11519 2006-07-17 Richard Stallman <rms@gnu.org>
11520
11521 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
11522 Add defvars to silence warnings.
11523
11524 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11525
11526 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11527 Don't highlight "Compiling file" messages as error.
11528
11529 * dired-aux.el (dired-compress-file): Confirm again if gzipped
11530 file already exists.
11531
11532 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
11533
11534 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
11535 entry, don't assign to free var; simply return the extracted filename.
11536 (ff-treat-as-special): Incorporate common preamble from callers.
11537 (ff-other-file-name, ff-find-the-other-file):
11538 Update call to ff-treat-as-special.
11539
11540 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
11541
11542 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
11543
11544 * tumme.el (tumme-get-comment): Fix bug.
11545
11546 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11547
11548 * files.el: Remove spurious * in docstrings.
11549
11550 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11551
11552 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
11553 grammar.
11554 (allout-beginning-of-current-line): Beware beginning of buffer.
11555 Also, a comment is simplified.
11556 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
11557 when appropriate. (This fix enables use for other than
11558 bullet-hotspot operation.)
11559 (allout-hide-current-subtree): While escalating to sibling-close,
11560 make sure to situate on a topic.
11561
11562 2006-07-14 Kim F. Storm <storm@cua.dk>
11563
11564 * emulation/cua-base.el (cua-delete-selection)
11565 (cua-toggle-set-mark): New defcustoms.
11566 (cua-rectangle-modifier-key): Add `alt' modifier.
11567 (cua-replace-region): Don't delete if cua-delete-selection is nil.
11568 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
11569 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
11570
11571 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
11572
11573 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11574
11575 * allout.el: Require 'cl during byte-compilation/interactive load,
11576 for the `assert' macro.
11577 (allout-mode-deactivate-hook): New hook, run when allout mode
11578 deactivates.
11579 (allout-developer): New allout customization subgroup.
11580 (allout-run-unit-tests-on-load): New allout-developer
11581 customization variable, when true allout unit tests are run towards
11582 end of file load/eval.
11583 (allout-inhibit-auto-fill): Disable auto-fill activity even during
11584 auto-fill-mode.
11585 (allout-resumptions): Remove, to be replaced by...
11586 (allout-add-resumptions): Register variable settings to be
11587 reinstated by `allout-do-resumptions'. The settings are made
11588 buffer-local, but the locality/globality of the suspended setting
11589 is restored on resumption.
11590 (allout-do-resumptions): Reinstate all settings suspended using
11591 `allout-add-resumptions'.
11592 (allout-test-resumptions): Unit tests (and intermediate variables)
11593 for resumptions.
11594 (allout-tests-globally-unbound, allout-tests-globally-true)
11595 (allout-tests-locally-true): Intermediate variables for
11596 resumptions unit tests.
11597 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
11598 (allout-exposure-category): Replaces 'allout-overlay-category variable.
11599 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
11600 instead of retired `allout-resumptions'. For hook functions, use
11601 `local' parameter so hook settings are created and removed as
11602 buffer-local settings. Revise (resumptions) setting
11603 auto-fill-function so it is set only if already active. (The
11604 related fill-function settings are all made in either case, so
11605 that activating auto-fill-mode activity will have the custom
11606 allout-mode behaviors (hanging indent on topics, if configured for it).
11607 Remove all allout-exposure-category overlays on mode deactivation.
11608 (allout-hotspot-key-handler): New function extracted from
11609 `allout-pre-command-business', so the functionality can be used
11610 for other purposes, eg as a binding in an overlay.
11611 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
11612 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
11613 customization variable.
11614 (allout-run-unit-tests): Run the (currently quite small)
11615 repertoire of unit tests. Called just before the provide iff user
11616 has customized `allout-run-unit-tests-on-load' non-nil.
11617
11618 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11619
11620 * emacs-lisp/authors.el (authors-aliases): Update.
11621
11622 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
11623
11624 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
11625 gdb-source-window. Add dedicated argument.
11626 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
11627 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
11628 (gdb-display-threads-buffer, gdb-display-memory-buffer)
11629 (gdb-display-locals-buffer): Use it.
11630
11631 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
11632 Set gdb-source-window.
11633
11634 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11635
11636 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
11637 minor modes, redundant with the custom-autoload line above.
11638
11639 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
11640
11641 * longlines.el (longlines-post-command-function): Handle open-line too.
11642
11643 2006-07-12 Richard Stallman <rms@gnu.org>
11644
11645 * progmodes/grep.el (grep-last-buffer): Doc fix.
11646
11647 * info.el (Info-try-follow-nearest-node): Doc fix.
11648
11649 * emacs-lisp/edebug.el (edebug-instrument-function):
11650 Err if find-function-noselect gives no position.
11651
11652 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11653 If can't find definition, return nil for position.
11654 (find-function-do-it): Handle new return value
11655 of find-definition-noselect.
11656 (find-definition-noselect, find-variable-noselect): Doc fix.
11657 (find-function-noselect): Doc fix.
11658
11659 * help-mode.el (help-variable-def): Handle find-variable-noselect
11660 returning no position.
11661 (help-function-def): Likewise for find-function-search-for-symbol.
11662 (help-face-def): Likewise.
11663
11664 * help-fns.el (describe-variable): Handle find-variable-noselect
11665 returning no position.
11666
11667 * files.el (locate-file-completion): Avoid duplicates in result.
11668
11669 * cus-edit.el (custom-no-edit): New command.
11670 (custom-mode-map): Remap to custom-no-edit instead of
11671 using suppress-keymap.
11672
11673 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
11674
11675 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11676 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11677 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
11678
11679 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
11680
11681 2006-07-11 Kim F. Storm <storm@cua.dk>
11682
11683 * ido.el (ido-copy-current-file-name): Use buffer-name if
11684 buffer-file-name is nil.
11685
11686 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
11687
11688 * simple.el (undo-ask-before-discard): Set to nil.
11689
11690 * vc.el (vc-exec-after): Don't delete process manually.
11691 (vc-print-log): Run log-view-mode in process sentinel inside
11692 inhibit-read-only. Don't shrink window due to timing issues.
11693
11694 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
11695 Avoid using with-output-to-temp-buffer, which clobbers local vars.
11696
11697 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11698
11699 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11700 Fix ambiguity introduced by last change.
11701 (compilation-find-file): Move save-excursion to where it may
11702 make sense. Fix a left over `find-file'.
11703
11704 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
11705
11706 * textmodes/texinfmt.el (texinfo-format-separate-node):
11707 Insert a string before point, which fits documentation, not after.
11708 (texinfo-multitable-item): In a multitable row, insert any
11709 additional needed @tabs and spaces.
11710
11711 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
11712
11713 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11714 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11715 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
11716 instead of shell-command.
11717 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
11718 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
11719 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
11720 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
11721 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
11722 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
11723
11724 2006-07-11 Kim F. Storm <storm@cua.dk>
11725
11726 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
11727 Remove special case for seconds < 0. Use (redisplay t) instead.
11728
11729 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
11730
11731 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
11732 avoid compilation error.
11733
11734 * subr.el (sit-for): New function.
11735
11736 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
11737
11738 2006-07-10 Richard Stallman <rms@gnu.org>
11739
11740 * ldefs-boot.el (edebug): Update page.
11741
11742 2006-07-10 Kim F. Storm <storm@cua.dk>
11743
11744 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
11745 to FOR-RELEASE and TODO.
11746
11747 2006-07-10 Romain Francoise <romain@orebokech.com>
11748
11749 * emacs-lisp/authors.el (authors-aliases): Update.
11750
11751 2006-07-10 Alan Mackenzie <acm@muc.de>
11752
11753 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
11754 * cc-mode.el: Changes to eradicate eval-after-load.
11755
11756 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
11757
11758 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
11759 on non-char events.
11760
11761 2006-07-09 Romain Francoise <romain@orebokech.com>
11762
11763 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11764 Don't highlight start/end markers as compilation messages.
11765
11766 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
11767 to t.
11768
11769 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
11770
11771 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
11772
11773 2006-07-08 Richard Stallman <rms@gnu.org>
11774
11775 * term/x-win.el (x-handle-display): Add doc string.
11776
11777 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11778
11779 * subr.el (def-edebug-spec): Move here.
11780 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
11781
11782 * imenu.el (imenu-choose-buffer-index): Doc fix.
11783
11784 2006-07-08 Romain Francoise <romain@orebokech.com>
11785
11786 * term/x-win.el (x-display-name): Fix typo.
11787
11788 2006-07-08 Eli Zaretskii <eliz@gnu.org>
11789
11790 * hexl.el (hexl-find-file): Doc fix.
11791
11792 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11793
11794 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
11795
11796 * term/x-win.el (x-display-name): Doc fix.
11797
11798 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11799
11800 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
11801 long prefixes.
11802 (fill-region-as-paragraph): Don't round up to a whole line.
11803 (fill-comment-paragraph): Don't include the code-before-the-comment
11804 when calling fill-region-as-paragraph.
11805
11806 * international/mule.el (make-char): Remove redundancy.
11807
11808 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
11809 property may contain an anonymous function rather than a symbol.
11810
11811 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
11812
11813 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11814 Use shy regexp. Fix incorrect backref to potentially unmatched group.
11815
11816 * dirtrack.el (dirtrack-default-directory-function): Remove.
11817 (dirtrack-directory-function): Use file-name-as-directory.
11818 (dirtrack-windows-directory-function): Simplify.
11819 (dirtrack-forward-slash, dirtrack-backward-slash)
11820 (dirtrack-replace-slash): Remove.
11821 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
11822 (dirtrack): Fix wrong parenthesizing; use match-string.
11823
11824 * progmodes/octave-inf.el: Remove spurious * in docstrings.
11825 (inferior-octave-mode): Only change the buffer-local value of
11826 comint-dynamic-complete-functions.
11827 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
11828 Move the initialization to the declaration.
11829 (inferior-octave-complete): Remove unused var `filter'.
11830
11831 * shell.el (shell-mode): Only change the buffer-local value of
11832 comint-dynamic-complete-functions.
11833
11834 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
11835
11836 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
11837 entry is skipped because it has been scheduled.
11838 (org-prepare-agenda-buffers): Don't mark buffers as modified when
11839 changing `:org-archived' and `:org-comment' properties.
11840
11841 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
11842
11843 * server.el (server-select-display): Don't make the temp frame
11844 minibuffer-only, in case it's not a temp frame.
11845 (server-process-filter): Don't delete the temp frame if it's the
11846 only one we have on that display.
11847
11848 * files.el (find-alternate-file): Doc fix.
11849
11850 2006-07-05 Richard Stallman <rms@gnu.org>
11851
11852 * files.el (abbreviate-file-name): Add save-match-data.
11853
11854 2006-07-03 Richard Stallman <rms@gnu.org>
11855
11856 * faces.el (read-face-name): Doc fix.
11857
11858 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
11859
11860 * net/goto-addr.el (goto-address): Mark as safe for local evals.
11861
11862 2006-07-05 Andre Spiegel <spiegel@gnu.org>
11863
11864 * vc.el (vc-diff-internal): Fix prev change.
11865
11866 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
11867
11868 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
11869 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
11870
11871 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11872
11873 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
11874 fails if the symbol contains chars like ( or '.
11875 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
11876 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
11877 `short'.
11878
11879 2006-07-04 Kenichi Handa <handa@m17n.org>
11880
11881 * international/mule-cmds.el (set-language-info): If LANG-ENV is
11882 the current one, don't call set-language-environment, but call one
11883 of set-language-environment-XXX to make INFO effective now.
11884 (set-language-environment): Call set-language-environment-XXX
11885 functions instead of doing the various setups directly.
11886 (set-language-environment-coding-systems): Delete argument eol-type.
11887 (set-language-environment-input-method)
11888 (set-language-environment-nonascii-translation)
11889 (set-language-environment-charset)
11890 (set-language-environment-fontset)
11891 (set-language-environment-unibyte): New functions.
11892
11893 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
11894
11895 * locate.el (locate-update-when-revert): New option.
11896 (locate-update-path): New option (suggested by Michael Albinus).
11897 (locate-prompt-for-command): Whitespace change.
11898 (locate-update): No longer offer to update the locate database by
11899 default. Implement the two new options.
11900
11901 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
11902
11903 * tooltip.el: Move comment about track-mouse...
11904
11905 * progmodes/gud.el: ...to here.
11906
11907 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
11908
11909 * facemenu.el (facemenu-listed-faces): New var.
11910 (facemenu-unlisted-faces): Variable deleted.
11911 (facemenu-add-new-face): Use facemenu-listed-faces.
11912
11913 * emulation/viper-init.el, calendar/calendar.el:
11914 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
11915
11916 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
11917
11918 * textmodes/org.el (org-mode): Remove no invalid settings for
11919 calc embedded mode.
11920 (org-mode-p): New defsubst.
11921 (org-save-all-org-buffers): New function.
11922 (org-first-headline-recenter): Enclose outline-regexp in group
11923 delimiters.
11924 (org-set-tags): Keep single space after stars.
11925
11926 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11927
11928 * window.el (set-window-text-height): Only set window-min-height to
11929 1 if that's the requested size.
11930
11931 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
11932 (diff-unified->context, diff-context->unified)
11933 (diff-reverse-direction): Make sure the end marker stays at the end.
11934 (diff-mode): Add the keymap table at the end of docstring.
11935 Use lexical-let rather than constructing a closure manually.
11936
11937 * files.el (find-file-noselect-1): Remove unused var assignment.
11938 (hack-local-variables-confirm): Print lists of strings as lists of
11939 strings rather than lists of symbols.
11940 (abbreviate-file-name, hack-local-variables-prop-line):
11941 Use match-string.
11942 (hack-one-local-variable): Move `make-local-variable' nearer its use.
11943 (recover-session-finish): Use line-end-position.
11944
11945 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
11946
11947 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
11948
11949 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
11950
11951 * progmodes/make-mode.el (makefile-macroassign-regex):
11952 Accept preceding keyword.
11953 (makefile-gmake-statements): Reorganize, now that makepp has
11954 "override" and also handle forgotten "override define".
11955 (makefile-makepp-statements): Add new "global", "override export"
11956 and "override global".
11957
11958 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
11959
11960 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
11961 (ada-compile-mouse-goto-error, ada-deactivate-properties)
11962 (ada-no-auto-case): Fix typos in docstrings.
11963
11964 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
11965
11966 * info.el (Info-find-node-2): Search for makeinfo version more
11967 carefully.
11968
11969 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
11970
11971 * textmodes/org.el (org-prepare-agenda-buffers):
11972 Use `invisible-OK' argument for `org-end-of-subtree'.
11973 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
11974 (org-beginning-of-item): Fix bug in regular expression for white line.
11975 (org-export-as-html): Enforce space after bullet in plain list items.
11976 (org-set-autofill-regexps): Require space after plain list bullet
11977 for paragraph-start.
11978 (org-ts-regexp3): New constant.
11979 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
11980 (org-timestamp-up-day, org-timestamp-down-day)
11981 (org-timestamp-change): Work with inactive timestamps.
11982 (org-ts-regexp1): Don't allow brackets in time stamps.
11983
11984 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
11985
11986 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
11987 for ignoring links.
11988
11989 * faces.el (read-face-name): Use it.
11990
11991 2006-06-28 Juri Linkov <juri@jurta.org>
11992
11993 * buff-menu.el (list-buffers-noselect): Compare Info file
11994 with the string "dir" to detect Info directory.
11995
11996 * complete.el (partial-completion-mode): In lambda for
11997 `choose-completion-string-functions' use full function signature
11998 with 4 args, and move point to the end of the minibuffer only if arg
11999 `mini-p' is non-nil.
12000
12001 2006-06-28 John Paul Wallington <jpw@pobox.com>
12002
12003 * ibuffer.el (ibuffer-mode): Doc fix.
12004
12005 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
12006
12007 * textmodes/org.el (org-context): New contexts :item-bullet,
12008 :latex-fragment, :latex-preview.
12009 (org-overlays-at, org-overlay-start, org-overlay-end):
12010 New compatibility functions.
12011 (org-inside-LaTeX-fragment-p): More accurate matching, using the
12012 exact regexp that will be used during export.
12013 (org-latex-regexps): New variable.
12014 (org-cdlatex-mode): Improve advice for `texmathp'.
12015 (turn-on-org-cdlatex): New function.
12016
12017 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12018
12019 * term/mac-win.el (mac-handle-font-selection): Change keys of
12020 mac-atsu-font-table from strings to numbers.
12021 (mac-ts-caret-position): Use also when cursor-type is nil.
12022 (mac-ts-update-active-input-area): Add Mac OS Classic support.
12023 Relax condition for using overlay strings.
12024 Use mac-ts-caret-position face when cursor-type is nil.
12025
12026 2006-06-26 Kim F. Storm <storm@cua.dk>
12027
12028 * help.el (view-emacs-news): Declare `res' in the right let* form.
12029
12030 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
12031
12032 * net/rcompile.el (remote-compile): Replace ange-ftp based
12033 implementation by Tramp functions.
12034 Suggested by Marc Abramowitz <msabramo@gmail.com>.
12035
12036 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
12037
12038 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
12039
12040 * international/fontset.el (setup-default-fontset): Fix a typo in
12041 the "Oriya-Akruti" registry name.
12042
12043 2006-06-23 Lars Hansen <larsh@soem.dk>
12044
12045 * desktop.el (desktop-full-file-name): New function.
12046 (desktop-kill, desktop-save, desktop-remove, desktop-read)
12047 (desktop-revert): Use it.
12048 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
12049 (desktop-after-read-hook): Add option list-buffers.
12050 (desktop-locals-to-save): Add tab-width.
12051 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
12052 Fix docstring.
12053
12054 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
12055
12056 * textmodes/org.el (org-cdlatex-mode-map)
12057 (org-cdlatex-texmathp-advice-is-done): New variables.
12058 (org-cdlatex-mode): New minor mode.
12059 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
12060 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
12061 (org-export-with-archived-trees): New option.
12062 (org-open-file): Remove the call to `convert-standard-filename'.
12063 (org-archive-tag, org-agenda-skip-archived-trees)
12064 (org-cycle-open-archived-trees)
12065 (org-sparse-tree-open-archived-trees): New options.
12066 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
12067 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
12068 New functions.
12069 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
12070 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
12071 (org-mode-map): Add binding for `org-toggle-archive-tag'.
12072 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
12073 Call `org-prepare-agenda-buffers'.
12074 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
12075 (org-file-apps, org-file-apps-defaults-gnu)
12076 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
12077 Handle remote files by forcing them to be opened in Emacs.
12078
12079 2006-06-23 Andre Spiegel <spiegel@gnu.org>
12080
12081 * vc.el (vc-diff-knows-L): New variable.
12082 (vc-diff-internal): Use it to handle "diff" programs that don't
12083 understand -L. This works automatically, no user action is necessary.
12084
12085 2006-06-23 Daniel Brockman <daniel@brockman.se>
12086
12087 * net/rcirc.el (rcirc-default-user-full-name): Default to
12088 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
12089 longer exists).
12090 (rcirc-process-list): Check `buffer-live-p' before attempting to
12091 switch to a buffer.
12092
12093 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
12094
12095 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
12096 based on rcirc-coding-system-alist.
12097
12098 2006-06-23 Martin Rudalics <rudalics@gmx.at>
12099
12100 * cus-edit.el (customize-apropos): A better error message.
12101 (top level) <debug-ignored-errors>: Extend and update the list of
12102 ignored error messages.
12103
12104 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
12105
12106 * complete.el (PC-do-completion): Retain capitalization of user
12107 input, when possible, even if completion-ignore-case is set.
12108
12109 2006-06-23 Eli Zaretskii <eliz@gnu.org>
12110
12111 * generic-x.el (bat-generic-mode): Support .cmd files.
12112
12113 * dos-w32.el (top level): Use find-file-not-found-functions
12114 instead of the obsolete find-file-not-found-hooks.
12115
12116 2006-06-22 Kim F. Storm <storm@cua.dk>
12117
12118 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
12119 to recognize mode name containing submodes, such as Grep/lw.
12120
12121 2006-06-21 Kim F. Storm <storm@cua.dk>
12122
12123 * simple.el (line-move-1): Check for move-end-of-line instead of
12124 end-of-line when setting temporary-goal-column.
12125
12126 2006-06-21 Miles Bader <miles@gnu.org>
12127
12128 * play/cookie1.el (cookie): Work properly when there's only one entry.
12129
12130 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
12131
12132 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
12133 (gdb-frame-handler): Generalize frame regexp for templates.
12134
12135 2006-06-20 Glenn Morris <rgm@gnu.org>
12136
12137 * calendar/appt.el (appt-display-format): Default value must be
12138 one of the customize options.
12139
12140 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
12141
12142 * term/xterm.el (terminal-init-xterm): Update key availability info.
12143 Bind C-return.
12144
12145 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
12146
12147 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
12148
12149 * files.el (hack-local-variables): Run `hack-local-variables-hook'
12150 whether or not a local variables list is defined.
12151
12152 * msb.el (msb): Move `sit-for' hack here to handle both
12153 "mouse-down and drag" and "mouse-up and select" situations.
12154 (mouse-select-buffer): Move `sit-for' hack to `msb'.
12155
12156 2006-06-20 Kenichi Handa <handa@m17n.org>
12157
12158 * international/characters.el (word-combining-categories):
12159 Add entries for 2-byte Han characters.
12160
12161 2006-06-19 Richard Stallman <rms@gnu.org>
12162
12163 * bindings.el (mode-line-format): Save some mode line space.
12164
12165 * files.el (find-file-noselect): Improve the question wording.
12166 (basic-save-buffer-2): Mask UMASK against 666.
12167
12168 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
12169 (mouse-drag-vertical-line): Call it.
12170
12171 * cus-edit.el (customize-option, customize-option-other-window):
12172 Error if SYMBOL is nil.
12173
12174 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
12175
12176 * textmodes/org.el: Require noutline, also on XEmacs.
12177 (org-end-of-subtree): Return point.
12178 (org-dblock-start-re, org-dblock-end-re): New constants.
12179 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
12180 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
12181 (org-update-all-dblocks, org-find-dblock): New functions.
12182 (org-collect-clock-time-entries): New function.
12183 (org-html-handle-time-stamps): Never export CLOCK timeranges.
12184 (org-fixup-indentation): Modify to deal correctly with lines
12185 starting with TAB. Only one argument DIFF now.
12186 (org-demote, org-promote): Call `org-fixup-indentation' with just
12187 one argument, DIFF.
12188 (org-mode): Don't mark buffer as modified when aligning tables.
12189 (org-clock-sum): Don't mark buffer modified when adding time sum
12190 properties.
12191 (org-export-as-html): Add support for a link validation function.
12192 (org-archive-all-done): New function.
12193 (org-archive-subtree): New prefix argument. When set, archive all
12194 done subtrees in this buffer.
12195 (org-remove-clock-overlays)
12196 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
12197 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
12198 (org-put-clock-overlay): Don't swallow last headline character
12199 when displaying overlay.
12200 (org-store-link): Link to `image-mode' with just the file name.
12201
12202 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
12203
12204 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
12205 Use read-key-sequence.
12206 (viper-after-change-undo-hook): Misc enhancements.
12207 (viper-after-change-undo-hook): New hook.
12208 (viper-undo): Use viper-after-change-undo-hook.
12209 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
12210 (viper-next-line-at-bol): If point is on a widget or a button, simulate
12211 clicking on that widget/button.
12212
12213 * emulation/viper.el (viper-mode): Allow a separate cursor color
12214 in Emacs state.
12215
12216 * ediff-diff.el (ediff-test-patch-utility): Catch errors.
12217 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
12218 (ediff-set-actual-diff-options): New function.
12219 (ediff-reset-diff-options, ediff-toggle-ignore-case):
12220 Use ediff-set-actual-diff-options.
12221 (ediff-extract-diffs): Catch errors.
12222 (ediff-whitespace): Add non-breakable space.
12223 (ediff-same-file-contents): Catch errors.
12224
12225 * ediff-mult.el (ediff-collect-custom-diffs):
12226 Save coding-system-for-read.
12227
12228 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
12229 (ediff-vc-internal, ediff-vc-merge-internal):
12230 Use ediff-delete-version-file.
12231 (ediff-delete-version-file): New function.
12232
12233 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
12234
12235 * ediff.el (ediff-directories, ediff-directory-revisions)
12236 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
12237 (ediff-directories-internal, ediff-merge-directory-revisions)
12238 (ediff-merge-directory-revisions-with-ancestor)
12239 (ediff-directories3): Use read-directory-name.
12240
12241 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
12242
12243 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
12244 Remove superfluous part of regexp for brace matching which is handled
12245 by `scan-lists' call.
12246
12247 2006-06-16 Richard Stallman <rms@gnu.org>
12248
12249 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
12250
12251 * files.el (basic-save-buffer-2): For a new precious file,
12252 use the default modes in the return value.
12253
12254 * facemenu.el (facemenu-color-alist): Doc fix.
12255
12256 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
12257
12258 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12259
12260 * cus-start.el (all): Add mac-ts-script-language-on-focus.
12261
12262 * term/mac-win.el (mac-text-encoding-ascii): New constant.
12263 (mac-utxt-to-string): Use it.
12264 (mac-ts-update-active-input-area): Use mac-ae-number.
12265
12266 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12267
12268 * term.el (term-handle-scroll, term-delete-lines)
12269 (term-insert-lines): Fix off by one errors.
12270
12271 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
12272
12273 * net/tramp.el (tramp-touch): Use UTC to express time.
12274
12275 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
12276
12277 * mail/sendmail.el (mail-send): Search explicitly for
12278 mail-header-separator when checking for corrupted header lines.
12279
12280 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
12281
12282 * progmodes/gdb-ui.el (gdb-same-frame): New option.
12283 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
12284 (gdb-init-1): Initialise them.
12285 (gdb-starting): Reset gdb-printing
12286 (gdb-starting): Save value of gud-overlay-arrow-position.
12287 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
12288 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
12289 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
12290 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
12291
12292 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12293
12294 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
12295
12296 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
12297
12298 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
12299 (ldap-search-internal): Keep error messages, and a regexp fix.
12300
12301 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
12302
12303 * files.el (hack-local-variables-confirm):
12304 Display string value using its printed representation.
12305
12306 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
12307
12308 * server.el (server-edit): No-op if no server buffers exist.
12309
12310 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
12311
12312 * textmodes/page-ext.el (pages-directory-for-addresses):
12313 Including `pages-directory-address-mode' in the function results
12314 in the message "Buffer in which pages were found is deleted".
12315
12316 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
12317
12318 * textmodes/org.el (org-agenda-mode-map): Add bindings for
12319 clocking functions.
12320
12321 (org-agenda-clock-in, org-check-running-clock)
12322 (org-clock-out-if-current, org-remove-clock-overlays)
12323 (org-put-clock-overlay): New functions.
12324 (org-clock-marker, org-clock-file-total-minutes)
12325 (org-clock-overlays): New variables.
12326 (org-clock-display, org-clock-sum, org-clock-cancel)
12327 (org-clock-out, org-clock-in): New commands.
12328 (org-export): New function.
12329 (org-emph-re): New constant.
12330 (org-set-emph-re, org-do-emphasis-faces): New functions.
12331 (org-emphasis-regexp-components, org-emphasis-alist): New options.
12332 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
12333 (org-export-html-convert-emphasize): Use the configurable emphasis.
12334 (org-cleaned-string-for-export): Make multiline emphasis visible
12335 to the exporter. New optional argument PARAMETERS.
12336 (org-export-as-html): Specify :emph-multiline parameter to
12337 `org-cleaned-string-for-export'.
12338
12339 2006-06-10 Richard Stallman <rms@gnu.org>
12340
12341 * help.el (help-for-help-internal): Clean up help text.
12342
12343 2006-06-10 Andreas Schwab <schwab@suse.de>
12344
12345 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
12346 in doc string.
12347
12348 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
12349
12350 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
12351
12352 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
12353 spaces after the comment start.
12354
12355 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12356
12357 * play/pong.el (pong-init-buffer):
12358 Fill buffer with spaces instead of ^A.
12359
12360 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
12361 launched asynchronously, delete its process instead of being cool.
12362 (ispell-async-processp): Check for `delete-process' existence
12363 instead of `kill-process' one for consistency.
12364
12365 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
12366
12367 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
12368 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
12369 in mode line at startup.
12370
12371 2006-06-08 Kim F. Storm <storm@cua.dk>
12372
12373 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
12374 (ido-init-completion-maps): Bind them to M-SPC and M-v.
12375 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
12376 (ido-file-internal): Pass full file name to write-file.
12377 (ido-read-internal): Only pop stack elements automatically if they
12378 actually match an existing directory or file name.
12379
12380 2006-06-07 Kenichi Handa <handa@m17n.org>
12381
12382 * international/mule.el (find-auto-coding): Don't handle the short
12383 name `char-trans'.
12384
12385 * files.el (hack-local-variables-prop-line)
12386 (hack-local-variables): Cancel the previous change.
12387
12388 2006-06-06 Jesper Harder <harder@phys.au.dk>
12389
12390 * ediff-diff.el (ediff-test-utility): Protect against file-error.
12391
12392 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
12393
12394 * diff-mode.el (diff-mode): Set buffer-read-only to t when
12395 diff-default-read-only is non-nil.
12396 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
12397 (diff-refine-hunk): Set inhibit-read-only to t.
12398
12399 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
12400 modifying the *Diff* buffer.
12401 (diff-process-filter): New filter function for diff process that
12402 sets inhibit-read-only to t when modifying the *Diff* buffer.
12403
12404 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
12405
12406 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
12407 insertion point and control the number of empty lines.
12408 (org-paste-subtree): Limit the number of empty lines at the end of
12409 the inserted tree.
12410 (org-agenda): Use buffer name of current file for narrowing.
12411 (org-export-as-xml): Command removed.
12412 (org-export-xml-type): Option removed.
12413 (org-mode-map): Call `org-export-as-xoxo' directly.
12414 (org-get-indentation): New optional argument LINE.
12415 (org-fix-indentation, org-remove-tabs): New functions.
12416 (org-export-as-ascii, org-ascii-level-start): Determine and apply
12417 correct indentation for headlines that are converted it items.
12418 (org-skip-comments): Remove table lines that contain narrowing
12419 cookies but no other non-empty fields.
12420 (org-set-tags): Allow groups of mutually exclusive tags.
12421 (org-cmp-time): Sort 24:21 before items without time.
12422 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
12423 (org-open-at-point): Require double colon also for numbers.
12424
12425 2006-06-06 Kim F. Storm <storm@cua.dk>
12426
12427 * ido.el (ido-default-file-method, ido-default-buffer-method):
12428 Make choice values consistent with corresponding command names.
12429 (ido-visit-buffer): Update accordingly. Default to selected-window.
12430
12431 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
12432
12433 * progmodes/gud.el (gud-running): Fix doc string.
12434 (gud-menu-map): Use :visible instead fo :enable for debugger test.
12435 (gud-tooltip-modes): Add python-mode.
12436 (gud-tooltip-print-command): Add pdb. Remove perldb.
12437
12438 2006-06-05 Eli Zaretskii <eliz@gnu.org>
12439
12440 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
12441 Quote $(EMACS).
12442
12443 2006-06-05 Richard Stallman <rms@gnu.org>
12444
12445 * faces.el (defined-colors): Doc fix.
12446
12447 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
12448
12449 * vc.el (vc-process-filter): Inhibit undo info collection around
12450 call to insert.
12451 (vc-setup-buffer): Likewise for call to erase-buffer.
12452 (vc-do-command): Likewise for call to process-file.
12453
12454 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
12455
12456 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
12457 for gud-go.
12458 (gud-common-init): Other debuggers may trigger error.
12459
12460 2006-06-05 Kenichi Handa <handa@m17n.org>
12461
12462 * international/mule.el (find-auto-coding):
12463 Handle enable-character-translation in file header.
12464
12465 2006-06-04 Kim F. Storm <storm@cua.dk>
12466
12467 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
12468 (authors-fixed-entries): Fix spelling.
12469 (authors-canonical-file-name): Don't report error for wildcards.
12470
12471 * help.el (view-emacs-news): Rewrite to support new NEWS,
12472 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
12473 e.g. version 10 matches 1.10, and don't be confused by version 1.1
12474 being a prefix of 1.12 (etc). A numeric prefix arg also works.
12475
12476 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
12477
12478 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
12479 exec constructs like `foo bar`.
12480 (sh-quoted-subshell): New helper function to search for a possibly
12481 nested subshell (like `` or $()) within a "" quoted string.
12482 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
12483 (sh-apply-quoted-subshell): Flag quote characters inside a
12484 subshell, which is itself already in a quoted region, as
12485 punctuation, since this is the closest to what they actually are.
12486 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
12487 sh-apply-quoted-subshell.
12488 (sh-font-lock-syntactic-face-function): Apply the new face for
12489 text inside `` instead of the old font-lock-string-face.
12490
12491 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12492
12493 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
12494 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
12495 (mac-bytes-to-text-range, mac-ae-text-range-array)
12496 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
12497 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
12498 (mac-ts-unicode-for-key-event): New functions.
12499 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
12500 (mac-handle-font-selection): Use mac-ae-number.
12501 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
12502 New variables.
12503 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
12504 (mac-ts-converted-text, mac-ts-selected-converted-text)
12505 (mac-ts-block-fill-text, mac-ts-outline-text)
12506 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
12507 (mac-ts-hilite-style-faces): New constant.
12508 (mac-apple-event-map): Bind text input events.
12509 (mac-dispatch-apple-event): Use command-execute instead of
12510 call-interactively.
12511 (global-map): Don't bind mac-apple-event.
12512 (special-event-map): Bind mac-apple-event.
12513
12514 2006-06-02 Eli Zaretskii <eliz@gnu.org>
12515
12516 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
12517 file name.
12518 (emacs): Enclose the value of $(EMACS) in quotes.
12519
12520 2006-06-02 Juri Linkov <juri@jurta.org>
12521
12522 * international/mule.el (sgml-html-meta-auto-coding-function):
12523 Remove the condition `(search-forward "<html" size t)'.
12524 Replace `\"' with `[\"']?' in `re-search-forward'.
12525
12526 2006-06-02 Kenichi Handa <handa@m17n.org>
12527
12528 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
12529 as well as `coding'.
12530 (hack-local-variables): Likewise.
12531
12532 * international/mule.el (enable-character-translation):
12533 Put permanent-local and safe-local-variable properties.
12534 (find-auto-coding): Handle char-trans: tag.
12535
12536 2006-06-02 Juri Linkov <juri@jurta.org>
12537
12538 * international/mule.el (sgml-html-meta-auto-coding-function):
12539 Limit the search by the end of the HTML header (if any).
12540
12541 2006-06-01 Richard Stallman <rms@gnu.org>
12542
12543 * subr.el (with-current-buffer): Doc fix.
12544
12545 2006-06-02 Masatake YAMATO <jet@gyve.org>
12546
12547 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
12548 Almost rewrite. Underlines over all lines of gcov output are too
12549 uncomfortable to read. Suggested by Dan Nicolaescu.
12550
12551 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
12552
12553 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
12554
12555 * shell.el (shell-mode): Use shell-mode-map in docstring.
12556
12557 * comint.el (comint-send-input): Do not add help-echo and
12558 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
12559
12560 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12561
12562 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
12563
12564 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
12565
12566 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
12567 (gdb-stopped, gdb-info-stack-custom): If there is no source info
12568 look up the stack and pop up GUD buffer if necessary.
12569 (gdb-frames-select): Remove redundant call to gud-display-frame.
12570 (gdb-info-threads-custom): Keep point at start of buffer.
12571 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
12572
12573 2006-05-31 Juri Linkov <juri@jurta.org>
12574
12575 * replace.el (query-replace-read-from, query-replace-read-to):
12576 Bind `history-add-new-input' to nil. Call `add-to-history'.
12577
12578 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
12579
12580 * textmodes/table.el: Convert all HTML tags to lower case for
12581 XHTML compatibility.
12582
12583 2006-05-31 Masatake YAMATO <jet@gyve.org>
12584
12585 * progmodes/compile.el:
12586 (compilation-error-regexp-alist-alist::gcov-called-line):
12587 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
12588
12589 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
12590
12591 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
12592 Revert inadvertent changes made with last commit.
12593
12594 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
12595
12596 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
12597 New functions.
12598
12599 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
12600
12601 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
12602
12603 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
12604 only matches in the right place.
12605 (org-upcoming-deadline): New face.
12606 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
12607 (org-export-ascii-underline): Rename constant `org-ascii-underline'
12608 and make it an option.
12609 (org-export-ascii-bullets): New option.
12610 (org-export-as-html): Many changes to emit valid XHTML.
12611 (org-par-open): New variable.
12612 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
12613 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
12614 (org-timeline): Pass `org-timeline-show-empty-dates' to
12615 `org-get-all-dates'. Interpret empty dates returned by
12616 `org-get-all-dates'.
12617 (org-get-all-dates): New argument EMPTY. Add dates without
12618 entries to the list, mark large ranges of empty dates.
12619 (org-point-in-group, org-context): New functions.
12620
12621 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
12622
12623 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
12624
12625 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
12626 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
12627 to C-mouse-3 (for 2 button mice).
12628 (gdb-send): Do the right thing for C-d.
12629
12630 * speedbar.el (speedbar-detach): Delete.
12631 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
12632 it breaks things.
12633 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
12634
12635 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
12636
12637 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
12638 Makeppfile.
12639
12640 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12641 Add makepp diagnostic.
12642
12643 2006-05-29 Richard Stallman <rms@gnu.org>
12644
12645 * window.el (fit-window-to-buffer): Doc fix.
12646
12647 * help.el (temp-buffer-max-height): Doc fix.
12648
12649 * subr.el (with-current-buffer): Doc fix.
12650
12651 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12652
12653 * term/x-win.el: Bind F10 to menu-bar-start if available.
12654
12655 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
12656
12657 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
12658 uses with a simple test.
12659 (term-set-escape-char, term-mode, term-check-kill-echo-list)
12660 (term-send-raw-string, term-send-raw, term-mouse-paste)
12661 (term-char-mode, term-line-mode, term-exec, term-sentinel)
12662 (term-handle-exit, term-read-input-ring)
12663 (term-previous-matching-input-string)
12664 (term-previous-matching-input-string-position)
12665 (term-previous-matching-input-from-input)
12666 (term-replace-by-expanded-history, term-send-input)
12667 (term-skip-prompt, term-bol, term-send-invisible)
12668 (term-kill-input, term-delchar-or-maybe-eof)
12669 (term-backward-matching-input, term-check-source)
12670 (term-proc-query, term-emulate-terminal)
12671 (term-handle-colors-array, term-process-pager, term-pager-line)
12672 (term-pager-bob, term-unwrap-line, term-word)
12673 (term-dynamic-complete-filename)
12674 (term-dynamic-complete-as-filename)
12675 (term-dynamic-simple-complete): Replace one arm ifs with whens or
12676 unlesses.
12677
12678 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12679
12680 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
12681 during bootstrapping.
12682
12683 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
12684 Basically undo the change of 2006-05-26: use extra arguments instead of
12685 dynamic scoping.
12686 (ewoc-locate): Remove unused var `footer'.
12687
12688 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12689
12690 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
12691
12692 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
12693 (generate-file-autoloads): Obey it. Return whether autoloads were
12694 added at point or not.
12695 (update-file-autoloads): Use this new return value.
12696 Remove redundant test for the presence of an autoload cookie.
12697
12698 * emacs-lisp/autoload.el (autoload-find-file): New fun.
12699 This one calls hack-local-variables.
12700 (generate-file-autoloads, update-file-autoloads): Use it.
12701
12702 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
12703 (bibtex-sort-entry-class): Add safe-local-variable predicate.
12704 (bibtex-sort-entry-class-alist): Don't set the global value.
12705 (bibtex-init-sort-entry-class-alist): New fun.
12706 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
12707 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
12708 of bibtex-init-sort-entry-class.
12709
12710 2006-05-28 Richard Stallman <rms@gnu.org>
12711
12712 * subr.el (load-history-regexp): If FILE is relative, insist
12713 entire last name component must match it.
12714 (load-history-filename-element, load-history-regexp): Doc fixes.
12715
12716 2006-05-29 Kim F. Storm <storm@cua.dk>
12717
12718 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
12719 `pos' and `raw-data' for clarity, as eval forms may access these.
12720
12721 2006-05-28 Kim F. Storm <storm@cua.dk>
12722
12723 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
12724
12725 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12726
12727 * progmodes/make-mode.el (makefile-browser-map)
12728 (makefile-mode-syntax-table): Move initialization inside declaration.
12729 (makefile-fill-paragraph): Use the default comment-filling code.
12730
12731 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
12732
12733 * replace.el (query-replace-defaults): New variable.
12734 (query-replace-read-from): Use `query-replace-defaults' for
12735 default value, instead of history list.
12736 (query-replace-read-to): Update `query-replace-defaults'.
12737
12738 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
12739
12740 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
12741 with no X toolkit.
12742
12743 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
12744
12745 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
12746 (tumme-show-all-from-dir): Add autoload.
12747
12748 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12749
12750 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
12751 (tumme-remove-tag): Fix bug.
12752
12753 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
12754
12755 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
12756 FOOTER args. Update unique caller.
12757 (ewoc-delete): Compute last node once before looping.
12758 (ewoc--node-branch): Merge into unique caller.
12759 (ewoc--node): Don't define constructor make-ewoc--node for this
12760 structure.
12761 (ewoc): Add member `hf-pp' to this structure.
12762 (ewoc--wrap): New func.
12763 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
12764 header/footer pretty-printers. Save header/footer pretty-printer.
12765 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
12766
12767 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
12768
12769 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12770
12771 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
12772 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
12773 Tag'. Change "Compare directories..." to "Change Directories...".
12774 Move tumme commands to Operate, Regexp and Immediate menus.
12775 Change "Add Comment" to "Add Image Comment". Change "Add Image
12776 Tag" to "Add Image Tags".
12777
12778 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
12779 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
12780 `tumme-delete-tag'.
12781
12782 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
12783
12784 * shell.el (shell-mode): Call shell-dirtrack-mode after
12785 list-buffers-directory is made a local variable, to avoid setting
12786 the default value.
12787
12788 2006-05-26 Kevin Ryde <user42@zip.com.au>
12789
12790 * info.el (Info-index-next): Use where-is-internal to report
12791 actual binding of Info-index-next, rather than hard-coded `,'.
12792
12793 2006-05-26 Eli Zaretskii <eliz@gnu.org>
12794
12795 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
12796 and "Find Command in Manual" to here.
12797
12798 * buff-menu.el (list-buffers-noselect): For Info buffers, use
12799 Info-current-file as the file name.
12800
12801 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
12802
12803 * ses.el (defadvice undo-more): Delete this defadvice. The undo
12804 overrides will now be done a different way.
12805 (ses-set-parameter): Reapply this function for undo.
12806 (ses-set-header-row): Reconstruct header row during undo.
12807 (ses-widen): New function.
12808 (ses-goto-data, ses-reconstruct-all): Use new function.
12809 (ses-command-hook): Widen buffer during undo, before unupdating
12810 the cells.
12811 (ses-insert-row, ses-delete-row): Widen buffer during undo.
12812 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
12813 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
12814 formula hasn't been executed yet.
12815
12816 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12817
12818 * comint.el (comint-kill-whole-line): Rename arg to count.
12819 Fix doc string.
12820
12821 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
12822
12823 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
12824 to copy-file.
12825
12826 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12827
12828 * simple.el (toggle-truncate-lines): Make arg optional for
12829 backward compatibility.
12830
12831 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
12832
12833 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
12834 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
12835 DLL arg. Instead, use ewoc--current-dll. Update all callers.
12836 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
12837 (ewoc--adjust): Use ewoc--current-dll.
12838 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
12839
12840 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
12841
12842 * textmodes/org.el (org-next-item, org-previous-item): Emit more
12843 compact error message.
12844 (org-tags-view): Refresh category table in each file.
12845 (org-table-justify-field-maybe): Remove superfluous arguments to
12846 `format'.
12847 (org-export-as-html): Insert "<p>" before postamble.
12848 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
12849
12850 2006-05-26 Kenichi Handa <handa@m17n.org>
12851
12852 * textmodes/po.el (po-find-charset): Pay attention to the case
12853 FILENAME is a cons (NAME . BUFFER).
12854 (po-find-file-coding-system-guts): Likewise.
12855
12856 * arc-mode.el (archive-set-buffer-as-visiting-file):
12857 Call find-operation-coding-system with (FILENAME . BUFFER).
12858
12859 * tar-mode.el (tar-extract): Call find-operation-coding-system
12860 with (FILENAME . BUFFER).
12861
12862 * international/mule.el (decode-coding-inserted-region):
12863 Call find-operation-coding-system with (FILENAME . BUFFER).
12864
12865 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
12866
12867 * image-mode.el (image-toggle-display): Use buffer contents to
12868 generate image for a remote file.
12869
12870 2006-05-25 Juri Linkov <juri@jurta.org>
12871
12872 * replace.el (query-replace-read-from, query-replace-read-to):
12873 Remove 8th arg KEEP-ALL in read-from-minibuffer.
12874
12875 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
12876
12877 * whitespace.el (whitespace-cleanup): Change to cleanup
12878 region if one is active.
12879 * whitespace.el (whitespace-cleanup-internal): New internal method.
12880
12881 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12882
12883 * dired.el (dired-mode-map): Add help-echo strings to tumme
12884 commands. Bind `tumme-dired-display-image' to C-t i.
12885
12886 * tumme.el (tumme-display-image): Change documentation string slightly.
12887 (tumme-dired-display-image): Add call to `display-buffer'.
12888
12889 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
12890
12891 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
12892 Signal error if RAW-DATA is a multibyte string.
12893
12894 2006-05-24 Richard Stallman <rms@gnu.org>
12895
12896 * subr.el (with-local-quit): When handling `quit' signal,
12897 make a chance for quit-flag to cause a quit.
12898
12899 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
12900 (ad-disable-advice): Add autoloads.
12901
12902 * subr.el (read-passwd): Copy PROMPT before changing its properties.
12903
12904 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12905
12906 * dired.el (dired-mode-map): Change menu items for tumme as per
12907 suggestions in emacs-devel.
12908
12909 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12910
12911 * dired.el (dired-mode-map): Fix breakage.
12912
12913 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12914
12915 * tumme.el (tumme-display-dired-image): Rename to...
12916 (tumme-dired-display-image): ...this.
12917 (tumme-track-movement): Change default value to t.
12918 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
12919 used from `tumme-next-line-and-display' and similar commands.
12920
12921 * dired.el (dired-mode-map): Add Thumbnail submenu under the
12922 Immediate menu. Add some tumme commands there.
12923
12924 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
12925
12926 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
12927
12928 2006-05-24 Chong Yidong <cyd@mit.edu>
12929
12930 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
12931 menu entries that open submenus.
12932
12933 2006-05-24 Alan Mackenzie <acm@muc.de>
12934
12935 * startup.el (command-line): For names of preloaded files, don't
12936 append ".elc" (now done in Fload), and call file-truename on the
12937 lisp directory.
12938
12939 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
12940 match ANY loaded file with the right name, not just those in
12941 load-path. Put a regexp matching the file name into
12942 after-load-alist, rather than the name itself.
12943
12944 * subr.el (load-history-regexp, load-history-filename-element)
12945 (do-after-load-evaluation): New functions.
12946
12947 * international/mule.el (load-with-code-conversion): Do the
12948 eval-after-load stuff by calling do-after-load-evaluation.
12949
12950 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12951
12952 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
12953 has not been killed.
12954
12955 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12956
12957 * term/mac-win.el: Set idle timer to clean up expired Apple events.
12958 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
12959 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
12960 Optionally set error message in reply.
12961
12962 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
12963
12964 * textmodes/org.el (org-open-at-point): Use renamed variable
12965 `org-confirm-shell-link-function'.
12966 (org-confirm-shell-link-function): Rename from
12967 `org-confirm-shell-links'.
12968 (org-export-directory): New function.
12969 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
12970 (org-export-icalendar): Use `org-export-directory'.
12971 (org-indent-item): Keep cursor position.
12972 (org-link-file-path-type): New option.
12973 (org-export-as-html): Fix bug with plain lists starting in
12974 column 0.
12975 (org-export-as-html): Remove deadline formatting, this happens
12976 now already in `org-html-handle-time-stamps'.
12977 (org-export-html-style): Deadline class removed.
12978 (org-insert-labeled-timestamps-at-point): New option.
12979 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
12980 of `hide-sublevels 1', in case the first headline is not level 1.
12981 (org-overview, org-content): New fuction.
12982 (org-cycle-global-status, org-cycle-subtree-status): Make these
12983 variables buffer-local.
12984 (org-global-cycle): New command.
12985 (org-shifttab): Use `org-global-cycle'.
12986 (org-insert-heading, org-insert-item): Go to end of new
12987 headline/item after creating it.
12988 (org-export-visible): Rename from `org-export-copy-visible'.
12989 Now creates a temporary org-file and applies an exporting command
12990 to it.
12991 (org-table-eval-formula): Support for lisp forms.
12992 (org-agenda-todo-ignore-scheduled): New option.
12993 (org-agenda-get-todos): Use new option
12994 `org-agenda-todo-ignore-scheduled'.
12995 (org-export-html-inline-images): New value `maybe'.
12996 (org-export-as-html): Inlining of images dependent on link description.
12997 (org-archive-subtree): Check for end-of-buffer before trying
12998 `kill-line'.
12999 (org-agenda-follow-mode): New option.
13000 (org-export-with-tags, org-export-with-timestamps): New options.
13001 (org-html-handle-time-stamps): New function.
13002 (org-keyword-time-regexp): New variable.
13003 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
13004 (org-agenda-todo-list-sublevels): New option.
13005 (org-html-level-start): When TITLE is nil, just close all levels.
13006 (org-parse-key-lines, org-parse-export-options): Remove functions,
13007 replaced by `org-infile-export-plist'.
13008 (org-combine-plists, org-infile-export-plist)
13009 (org-default-export-plist): New functions.
13010 (org-export-html-preamble, org-export-html-postamble)
13011 (org-export-html-auto-preamble, org-export-html-auto-postamble):
13012 New variables.
13013 (org-export-publishing-directory): New option.
13014 (org-export-as-html, org-export-as-ascii): Use the new property
13015 lists for settings.
13016 (org-export-copy-visible, org-export-as-xoxo):
13017 Respect `org-export-publishing-directory'.
13018 (org-link-search, org-store-link, org-file-apps): Support for
13019 links to BibTeX database entries..
13020 (org-get-current-options, org-set-regexps-and-options):
13021 Implement logging as a startup option.
13022 (org-store-link): Make sure context string is never empty
13023 (org-insert-link): Use relative path when possible.
13024 (org-at-item-checklet-p): New function.
13025 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
13026 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
13027 (org-metaright, org-metaup, org-metadown, org-shiftup)
13028 (org-shiftdown, org-shiftright, org-shiftleft)
13029 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
13030 Dispatch using `call-interactively'.
13031 (org-call-with-arg): New defsubst.
13032 (org-tag-alist, org-use-fast-tag-selection): New options.
13033 (org-complete): Use `org-tag-alist'.
13034 (org-fast-tag-insert, org-fast-tag-selection): New functions.
13035 (org-next-item, org-previous-item): New commands.
13036 (org-beginning-of-item, org-end-of-item): Add (interactive) to
13037 make command.
13038 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
13039
13040 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
13041
13042 * emacs-lisp/ewoc.el (ewoc-delete): New function.
13043 (ewoc-filter): Use `ewoc-delete'.
13044
13045 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
13046
13047 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13048
13049 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
13050 Signal more user-friendly error messages.
13051
13052 * complete.el (PC-do-completion): Undo the addition of implicit
13053 wildcards if they did not lead to finding any match.
13054 (read-file-name-internal): Don't add the final > if the completion is
13055 not finished.
13056
13057 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
13058
13059 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
13060 Quote safe-local-variable predicate.
13061
13062 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
13063
13064 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
13065
13066 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13067
13068 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
13069
13070 * progmodes/make-mode.el (makefile-special-targets-list)
13071 (makefile-macro-table, makefile-target-table): Mark as risky.
13072 (makefile-query-one-target-method): Make this the alias for the
13073 following variable.
13074 (makefile-query-one-target-method-function): Make this the real name.
13075
13076 * textmodes/artist.el (artist-text-renderer): Make this the alias
13077 for the following variable.
13078 (artist-text-renderer-function): Make this the real name.
13079
13080 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
13081 the alias for the following variable.
13082 (flyspell-generic-check-word-predicate): Make this the real name.
13083
13084 * textmodes/ispell.el (ispell-format-word): Make this the alias
13085 for the following variable.
13086 (ispell-format-word-function): Make this the real name.
13087 (ispell-message-text-end): Mark as risky.
13088
13089 * skeleton.el (skeleton-transformation, skeleton-filter)
13090 (skeleton-pair-filter): Make these the aliases for the following
13091 variables.
13092 (skeleton-transformation-function, skeleton-filter-function)
13093 (skeleton-pair-filter-function): Make these the real names.
13094
13095 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
13096 and skeleton-pair-filter-function.
13097
13098 * textmodes/sgml-mode.el (sgml-transformation): Make this the
13099 alias for the following variable.
13100 (sgml-transformation-function): Make this the real name.
13101 (sgml-tag-alist): Mark as risky.
13102
13103 2006-05-21 Richard Stallman <rms@gnu.org>
13104
13105 * simple.el (kill-region): Interactively, pass point, then mark.
13106
13107 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
13108
13109 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
13110
13111 2006-05-21 Romain Francoise <romain@orebokech.com>
13112
13113 * dired-x.el (dired-mode-map): Don't bind M-g.
13114
13115 2006-05-20 Richard Stallman <rms@gnu.org>
13116
13117 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
13118 (dired-goto-file): Doc fix.
13119
13120 2006-05-21 Kim F. Storm <storm@cua.dk>
13121
13122 * emulation/cua-base.el: Mention customizing cua-mode as alternative
13123 way to enable built-in cua-mode if user loads older CUA-mode package.
13124
13125 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
13126 if default-filename is specified.
13127
13128 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13129
13130 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
13131
13132 * info.el (info-apropos): Make sure current-file and current-node
13133 have non-nil values. Speed up by using add-to-list instead of
13134 manual consing.
13135
13136 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13137
13138 * progmodes/make-mode.el (makefile-mode): Doc fix.
13139
13140 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13141
13142 * dired-aux.el (dired-do-shell-command): Doc fix.
13143
13144 2006-05-20 Kevin Ryde <user42@zip.com.au>
13145
13146 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
13147 ``(custom-manual :tag "Foo" "(foo)Node")''.
13148
13149 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
13150
13151 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
13152 value is an integer.
13153
13154 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13155
13156 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
13157 "format".
13158 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
13159
13160 2006-05-20 Martin Rudalics <rudalics@gmx.at>
13161
13162 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
13163 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
13164
13165 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13166
13167 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
13168 regexp for keywords.
13169
13170 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
13171
13172 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
13173 replace-regexp-in-string.
13174
13175 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
13176 encode, and escape file name on conversion to URL.
13177
13178 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13179
13180 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
13181 Don't unescape URL.
13182 (dnd-get-local-file-name): Unescape URL on conversion to file name.
13183
13184 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
13185 on conversion to URLs.
13186
13187 * net/browse-url.el (browse-url-file-url): Encode file name on
13188 conversion to URL.
13189
13190 * term/mac-win.el (mac-ae-open-documents): Escape file name on
13191 conversion to URL.
13192
13193 2006-05-19 Eli Zaretskii <eliz@gnu.org>
13194
13195 * progmodes/cc-styles.el (c-style-alist): Doc fix.
13196
13197 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13198
13199 * term/mac-win.el (mac-bytes-to-digits): Remove function.
13200 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
13201
13202 2006-05-19 Glenn Morris <rgm@gnu.org>
13203
13204 * calendar/diary-lib.el (diary-bahai-date)
13205 (list-bahai-diary-entries, mark-bahai-diary-entries)
13206 (mark-bahai-calendar-date-pattern): Not interactive.
13207 (add-to-diary-list): New optional arg LITERAL. Doc fix.
13208 (diary-entries-list): Change format of 4th element in each entry.
13209 (diary-list-entries): Use add-to-diary-list.
13210 (diary-goto-entry): Handle the case where the buffer visiting the
13211 diary has been killed.
13212 (fancy-diary-display): Add 'locator to button rather than 'marker.
13213 Only generate temp-face when there are marks to apply.
13214 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
13215 (diary-fancy-date-pattern): New variable.
13216 (diary-time-regexp): Doc fix.
13217 (diary-anniversary, diary-time): New faces.
13218 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
13219 diary-time-regexp. Add font-lock-multiline property where needed.
13220 Use new faces diary-anniversary and diary-time.
13221 (diary-fancy-font-lock-fontify-region-function): New function, to
13222 handle multiline font-lock pattern in fancy diary.
13223 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
13224 (diary-font-lock-keywords): Tweak time regexp. Use new face
13225 diary-time.
13226
13227 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
13228
13229 * international/code-pages.el (mik): Table corrected.
13230
13231 2006-05-18 Kim F. Storm <storm@cua.dk>
13232
13233 * progmodes/grep.el (grep-find): Don't check grep-find-command
13234 before running command (breaks non-interactive usage).
13235
13236 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
13237
13238 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
13239 (ewoc--insert-new-node): Don't insert trailing newline.
13240 Instead, adjust successor nodes's start markers.
13241 (ewoc--refresh-node): Delete all text from current node's start
13242 marker to the next one's; adjust successor nodes's start markers.
13243 (ewoc--create): Doc fixes.
13244 (ewoc--refresh): Don't insert newline.
13245 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
13246 * pcvs.el (cvs-make-cvs-buffer):
13247 Specify extra newline for ewoc's header and footer.
13248 (cvs-update-header): Update initial header recognition.
13249 Append newline to final header and footer values.
13250 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
13251
13252 2006-05-17 Richard Stallman <rms@gnu.org>
13253
13254 * files.el (file-name-extension): Doc fix.
13255
13256 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13257
13258 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
13259 we can explicitly enable/disable rather than toggle.
13260 (shell-mode): Use it.
13261 (shell-cd): Don't try to reproduce what `cd' does.
13262
13263 2006-05-17 Kim F. Storm <storm@cua.dk>
13264
13265 * ido.el (ido-read-internal): Use only nondirectory part of
13266 default item.
13267
13268 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
13269
13270 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
13271 (ewoc-nth): Doc fix.
13272
13273 (ewoc-map, ewoc-invalidate): Compute PP before looping.
13274
13275 2006-05-16 Eli Zaretskii <eliz@gnu.org>
13276
13277 * international/mule.el (auto-coding-alist): Add .lha to files
13278 read with no-conversion.
13279
13280 * files.el (auto-mode-alist): Add .lha files to archive file
13281 extensions.
13282
13283 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
13284 Convert csize to integer when computing offsets within the
13285 compressed archive file.
13286
13287 2006-05-16 Kim F. Storm <storm@cua.dk>
13288
13289 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
13290 with read-from-minibuffer.
13291
13292 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
13293
13294 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
13295 (byte-compile-warnings): Fix safe-local-variable property.
13296
13297 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
13298
13299 * allout.el (allout-show-bodies, allout-old-style-prefixes)
13300 (allout-stylish-prefixes, allout-numbered-bullet)
13301 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
13302 predicates to qualify `safe-local-variable' property, when
13303 available, else use equivalent lambda.
13304 (allout-current-topic-collapsed-p): Do the right thing regarding
13305 trailing blank lines.
13306
13307 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13308
13309 * server.el (server-start): Only create a directory if needed.
13310 (server-edit, server-unload-hook): server-start => server-mode.
13311 (kill-emacs-hook): Cleanup upon exit.
13312
13313 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13314
13315 * hexl.el (hexlify-buffer): Encode process arguments manually.
13316
13317 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
13318
13319 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
13320 call to gdb-tooltip-print.
13321
13322 2006-05-15 Romain Francoise <romain@orebokech.com>
13323
13324 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
13325 systems, default to "tar" since those systems probably have GNU tar.
13326
13327 2006-05-14 Lars Hansen <larsh@soem.dk>
13328
13329 * desktop.el (desktop-missing-file-warning): Fix docstring.
13330 (desktop-restore-file-buffer): Correct question asked on missing file.
13331
13332 2006-05-14 Kim F. Storm <storm@cua.dk>
13333
13334 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
13335 Add CUA move property.
13336
13337 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
13338
13339 * custom.el (custom-push-theme): Load the variable before checking
13340 its `standard-value'.
13341
13342 2006-05-13 Lars Hansen <larsh@soem.dk>
13343
13344 * desktop.el (desktop-save): Use with-temp-buffer.
13345
13346 2006-05-12 Glenn Morris <rgm@gnu.org>
13347
13348 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
13349 * calendar/calendar.el (calendar-mode-map):
13350 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
13351 * calendar/appt.el (appt-check, appt-make-list): Refer to
13352 diary-view-entries, diary-list-entries, diary-show-all-entries
13353 rather than obsolete aliases.
13354
13355 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
13356
13357 * simple.el (line-move-finish): Avoid calling point motion hooks
13358 while processing intangibility.
13359
13360 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
13361
13362 * term/xterm.el (terminal-init-xterm): Fix typo.
13363
13364 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
13365
13366 * allout.el (allout-view-change-hook): Mark as being deprecated,
13367 to be replaced by `allout-exposure-change-hook'.
13368 (allout-exposure-change-hook): New, replacing
13369 `allout-view-change-hook'.
13370 (allout-flag-region): Run new hook `allout-exposure-change-hook',
13371 in addition to `allout-view-change-hook'.
13372 (allout-show-bodies, allout-old-style-prefixes)
13373 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
13374 lambda forms to prevent their showing up in variable help
13375 presentations as inscrutable byte-compiled code.
13376 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
13377 Use string-or-null-p to qualify safe-local-variable values.
13378 (allout-reindent-bodies): Use memq to qualify matches against
13379 valid safe-local-variable values. Also, quote the lambda as above.
13380 (allout-use-mode-specific-leader): Add missing candidate-value
13381 symbols, use memq, and quote the lambda.
13382 (allout-overlay-interior-modification-handler): Remove unused
13383 variables `msg' and 'opened'.
13384 (allout-hidden-p): Constrain invisibility consideration to allout's
13385 invisibility spec, disregarding invisibility for other reasons.
13386
13387 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
13388
13389 * files.el (version-control): Correct safe values.
13390
13391 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
13392
13393 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
13394
13395 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
13396 (ewoc--insert-new-node): New func.
13397 Update callers of deleted funcs to use it, instead.
13398
13399 2006-05-11 Glenn Morris <rgm@gnu.org>
13400
13401 * calendar/calendar.el (diary-show-all-entries): Do not refer to
13402 obsolete alias `show-all-diary-entries'.
13403 (make-diary-entry): Not interactive.
13404 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
13405 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
13406 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
13407 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
13408 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
13409 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
13410
13411 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13412
13413 * calendar/calendar.el (calendar-french-date-string)
13414 (calendar-mayan-date-string, calendar-chinese-date-string)
13415 (calendar-astro-date-string, calendar-iso-date-string)
13416 (calendar-islamic-date-string, calendar-bahai-date-string)
13417 (calendar-hebrew-date-string, calendar-coptic-date-string)
13418 (calendar-ethiopic-date-string, calendar-persian-date-string):
13419 These functions are not interactive.
13420
13421 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
13422
13423 * files.el: Balance parentheses.
13424
13425 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
13426
13427 * files.el, newcomment.el, outline.el, simple.el,
13428 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
13429 * progmodes/cc-vars.el, progmodes/compile.el:
13430 Move `safe-local-variable' declarations to the respective files.
13431
13432 * help-fns.el (describe-variable): Don't print safe-var if it is
13433 byte-code. Improve wording as suggested by Luc Teirlinck.
13434
13435 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13436
13437 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
13438 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
13439 Use a token for pending-triggers to ensure gdb-var-update
13440 gets called once per user input again for pre-GDB 6.4.
13441 (gdb-var-delete): Match on more complex expressions.
13442 (gdb-var-list-children-handler, gdb-var-create-handler):
13443 Use a token for consistency.
13444
13445 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
13446
13447 * textmodes/org.el (org-read-date, org-goto-calendar)
13448 (org-agenda-goto-calendar):
13449 Bind `view-calendar-holidays-initially' to nil.
13450
13451 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
13452
13453 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
13454 Update all callers to do it there, instead.
13455
13456 2006-05-10 Glenn Morris <rgm@gnu.org>
13457
13458 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
13459 prefix arg case, to avoid view-diary-entries-initially error.
13460 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
13461 (calendar-date-is-legal-p): Handle dates with no day part.
13462
13463 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13464
13465 * comint.el (comint-insert-input): Just make it when
13466 comint-use-prompt regexp is nil (default) and with the mouse.
13467 (comint-copy-old-input): Reinstate from 2004-06-23.
13468 (comint-mode-map): Bind C-c C-m to it.
13469
13470 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
13471
13472 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
13473 Remove spurious move to point-max (new comint behavior fixes).
13474
13475 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
13476 compatibility function (Emacs 18/19).
13477 (idlwave-is-continuation-line): Always return point at start of
13478 previous non-blank continuation line.
13479 (keyword-parameters): Fix continued comment font-lock matcher.
13480 (idlwave-font-lock-fontify-region): Written, use as
13481 font-lock-fontify-region-function, to fix continued keyword
13482 fontification issues.
13483
13484 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13485
13486 * term/mac-win.el (mac-font-panel-mode): Doc fix.
13487 (mac-service-selection, mac-service-open-file)
13488 (mac-service-open-selection, mac-service-mail-selection)
13489 (mac-service-mail-to, mac-service-insert-text): Rename from
13490 mac-services-*. All uses changed.
13491 (mac-apple-event-map): Rename event symbol `services' to `service'.
13492
13493 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
13494
13495 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
13496 (ewoc--node-enter-first, ewoc--node-enter-last)
13497 (ewoc--delete-node-internal): Merge funcs into unique callers.
13498
13499 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
13500
13501 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
13502 return value of read-from-minibuffer for empty input.
13503
13504 2006-05-09 Miles Bader <miles@gnu.org>
13505
13506 * comint.el (comint-insert-input): Remove redundant calls to setq
13507 and goto-char.
13508
13509 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
13510
13511 * comint.el (comint-insert-input): Make it work when
13512 comint-use-prompt-regexp is t.
13513
13514 2006-05-10 Miles Bader <miles@gnu.org>
13515
13516 * subr.el (field-at-pos): New function.
13517
13518 * comint.el (comint-insert-input): Use it.
13519
13520 2006-05-09 Juri Linkov <juri@jurta.org>
13521
13522 * battery.el (battery-linux-proc-acpi): Also try
13523 `/proc/acpi/thermal_zone/THR2/temperature'.
13524
13525 * files.el <safe-local-variable>: Remove `eval' and `let' binding
13526 for now unused lambda `string-or-null'.
13527
13528 * add-log.el (change-log-default-name): Put `string-or-null-p'
13529 instead of lambda on `safe-local-variable' property.
13530
13531 * diff-mode.el (diff-context->unified): Use `region-beginning' and
13532 `region-end' instead of `mark' and `point'.
13533 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
13534 Operate on region in Transient Mark mode when the mark is active.
13535 Use `region-beginning' and `region-end' instead of `mark' and
13536 `point'.
13537 (diff-hunk-text, diff-goto-source): Doc fix.
13538
13539 * startup.el (fancy-splash-screens, normal-splash-screen): Use
13540 face `mode-line-buffer-id' for mode-line buffer face instead of
13541 hard-coded `(:weight bold)'.
13542
13543 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
13544 buffer-undo-list to t (undo-ask is reproducible by visiting
13545 nested archives).
13546
13547 2006-05-09 Kim F. Storm <storm@cua.dk>
13548
13549 * progmodes/grep.el (rgrep): Set default directory of *grep*
13550 buffer if we start M-x rgrep in the *grep* buffer and choose
13551 a different base directory.
13552
13553 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
13554
13555 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
13556 completion also when ido is loaded.
13557
13558 2006-05-09 Masatake YAMATO <jet@gyve.org>
13559
13560 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
13561 "warning" and "import".
13562 (cpp-font-lock-keywords): Added "warning".
13563
13564 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
13565
13566 * term/xterm.el (terminal-init-xterm): Add more key bindings.
13567
13568 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13569
13570 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
13571 pages at a time, if we signal the end, we should indeed reach that end.
13572
13573 2006-05-08 David Reitter <david.reitter@gmail.com>
13574
13575 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
13576 output during execution of the body.
13577
13578 2006-05-08 Kim F. Storm <storm@cua.dk>
13579
13580 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
13581
13582 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
13583
13584 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
13585 Use with-current-buffer.
13586
13587 2006-05-07 Kim F. Storm <storm@cua.dk>
13588
13589 * subr.el (add-to-history): Remove keep-dups arg.
13590
13591 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
13592 to nil around call to add-to-history.
13593
13594 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13595
13596 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
13597 than after a buffer modification.
13598
13599 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
13600
13601 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
13602 call to...
13603 (gud-watch): ...here so speedbar is raised for already watched
13604 expressions.
13605 (gdb-speedbar-refresh): Delete function.
13606 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
13607 Use speedbar-timer-fn instead of speedbar-refresh (reverting
13608 earlier change).
13609 (gdb-var-evaluate-expression-handler)
13610 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
13611
13612 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
13613 Update localized contents for all buffers except ignored modes.
13614
13615 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13616
13617 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
13618 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
13619 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
13620 (mac-handle-font-panel-closed, mac-handle-font-selection):
13621 New functions.
13622 (mac-font-panel-mode): New minor mode.
13623 (mac-apple-event-map): Add bindings for toolbar toggle button and
13624 font panel.
13625 (menu-bar-showhide-menu): Add mac-font-panel-mode.
13626
13627 2006-05-07 John Paul Wallington <jpw@pobox.com>
13628
13629 * ibuffer.el (ibuffer-compressed-file-name-regexp):
13630 Avoid `regexp-opt'; simplify regexp for readability.
13631
13632 2006-05-06 Eli Zaretskii <eliz@gnu.org>
13633
13634 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
13635 * files.el (buffer-stale-function):
13636 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13637 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
13638 links to the main manual, not to emacs-xtra.
13639
13640 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13641
13642 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
13643 MacJapanese if text is ASCII-only.
13644
13645 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
13646
13647 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
13648 unless so nil isn't returned.
13649 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
13650
13651 2006-05-06 Kim F. Storm <storm@cua.dk>
13652
13653 * subr.el (add-to-history): New function.
13654
13655 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
13656 (ediff-merge-files-with-ancestor):
13657 * env.el (setenv):
13658 * isearch.el (isearch-update-ring):
13659 * server.el (server-visit-files):
13660 * progmodes/grep.el (lgrep, rgrep):
13661 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
13662 * progmodes/xscheme.el (xscheme-insert-expression):
13663 Use add-to-history.
13664
13665 * kmacro.el (kmacro-push-ring): Use add-to-history.
13666 (kmacro-ring-length): Remove unused defun.
13667 (kmacro-start-macro): Use kmacro-push-ring.
13668
13669 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
13670
13671 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
13672 directly instead of a lambda expression that calls it.
13673
13674 2006-05-06 Kim F. Storm <storm@cua.dk>
13675
13676 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
13677 instead of compute-motion.
13678
13679 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
13680
13681 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
13682 change.
13683
13684 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
13685
13686 * startup.el (command-line-1): Refer to "Pure Storage" on
13687 pure-space-overflow.
13688
13689 2006-05-05 Martin Rudalics <rudalics@gmx.at>
13690
13691 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
13692 provided faces once they all have been used up.
13693
13694 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13695
13696 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
13697 reference to the Lisp manual to the warning about pure space
13698 overflow.
13699
13700 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13701
13702 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
13703 argument to avoid the call to `ispell-internal-change-dictionary'
13704 when not needed.
13705 (ispell-change-dictionary): Use this argument and call
13706 `ispell-internal-change-dictionary' after the possible change
13707 to `ispell-local-dictionary'.
13708 (ispell-internal-change-dictionary): Check for a change in
13709 personal dictionary use too.
13710
13711 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13712
13713 * startup.el (command-line): On MS-Windows, probe "~", not
13714 "~USER", for warning about non-existent home directory.
13715
13716 * arc-mode.el (archive-l-e): New optional argument `float' means
13717 generate a float value.
13718 (archive-arc-summarize, archive-lzh-summarize)
13719 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
13720 with 3rd argument non-nil when file's size is being computed.
13721 Format the file sizes with %8.0f instead of %8d.
13722
13723 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13724
13725 * cus-start.el (all): Add mac-dnd-known-types.
13726
13727 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
13728 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
13729 (mac-TIFF-to-string): New functions.
13730 (x-get-selection, x-selection-value)
13731 (mac-select-convert-to-string): Use them.
13732 (mac-text-encoding-mac-japanese-basic-variant): New constant.
13733 (mac-dnd-types-alist): New customization variable.
13734 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
13735 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
13736 (mac-dnd-handle-drag-n-drop-event): New functions.
13737 (mac-drag-n-drop): Remove function.
13738 (global-map): Bind drag-n-drop and M-drag-n-drop to
13739 mac-dnd-handle-drag-n-drop-event.
13740
13741 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
13742
13743 * progmodes/perl-mode.el (perl-beginning-of-function):
13744 Skip anonymous subs.
13745
13746 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
13747
13748 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
13749 regexp-opt at run time.
13750
13751 * term.el (term-handle-ansi-escape): Fix off by one error.
13752
13753 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
13754
13755 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
13756 (gdb-init-1, gdb-post-prompt): ...and references to it.
13757 (gdb-frame-handler): Strip directory name from filename if present.
13758
13759 * progmodes/gud.el (gdb-force-update): Delete defvar
13760 (gud-speedbar-buttons): ...and references to it. Use window-start
13761 to try to keep positon in watch expression.
13762
13763 2006-05-03 Richard Stallman <rms@gnu.org>
13764
13765 * simple.el (next-history-element, previous-history-element): Doc fix.
13766
13767 * isearch.el (isearch-update-ring): Doc fix.
13768
13769 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
13770
13771 * isearch.el (isearch-update-ring): Take history-delete-duplicates
13772 into consideration. Replace one arm ifs with whens.
13773
13774 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
13775
13776 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
13777 (menu): Fix typo.
13778
13779 2006-05-02 Miles Bader <miles@gnu.org>
13780
13781 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
13782
13783 2006-05-02 Jay Belanger <belanger@truman.edu>
13784
13785 * calc/calc-embed.el (calc-override-minor-modes-map)
13786 (calc-override-minor-modes): New variables.
13787 (calc-do-embedded): Make sure that Calc keystrokes aren't
13788 overwritten by minor modes.
13789
13790 2006-05-02 Chong Yidong <cyd@mit.edu>
13791
13792 * msb.el (msb): If EVENT is a down event, read and discard the up event.
13793
13794 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13795
13796 * startup.el (command-line-1): Refer to Lisp manual when
13797 pure-space-overflow occurs.
13798
13799 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
13800 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
13801 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
13802 (version-control): Don't use `t' for safe-local-variable declarations.
13803
13804 2006-05-01 Richard Stallman <rms@gnu.org>
13805
13806 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
13807 M-r, M-R, M-A, M-SPC or M-DEL.
13808 (diff-mode-map): diff-refine-hunk now on C-c C-w
13809 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
13810
13811 * help-mode.el (help-mode): view-exit-action calls delete-window
13812 only when it is safe and possible.
13813
13814 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
13815 in messages.
13816
13817 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
13818
13819 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
13820 in the default tool-bar-map.
13821
13822 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
13823
13824 * net/tramp.el (tramp-completion-file-name-handler-alist)
13825 (tramp-run-real-handler, tramp-completion-run-real-handler)
13826 (tramp-completion-handle-file-name-all-completions)
13827 (tramp-completion-handle-file-name-completion): Autoload them.
13828 (tramp-completion-handle-file-exists-p)
13829 (tramp-completion-handle-file-name-directory)
13830 (tramp-completion-handle-file-name-nondirectory)
13831 (tramp-completion-handle-expand-file-name): Remove them.
13832 (tramp-handle-file-name-directory): Return the real directory name.
13833 Returning "/" only doesn't need to be necessary any longer.
13834 (tramp-file-name-handler): Make special attention when in hostname
13835 completion mode.
13836 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
13837 (tramp-register-file-name-handlers):
13838 Register `tramp-completion-file-name-handler' only when
13839 `partial-completion-mode' is enabled.
13840 (tramp-completion-handle-file-name-all-completions):
13841 Delete directory part from results.
13842 (tramp-get-completion-methods, tramp-get-completion-user-host):
13843 Discard deleting "/", it doesn't work after the change of
13844 `tramp-handle-file-name-directory' above.
13845
13846 2006-05-01 Kim F. Storm <storm@cua.dk>
13847
13848 * progmodes/grep.el (grep-expand-template): Use save-match-data
13849 and symbol-value.
13850
13851 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13852
13853 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
13854 Use select-frame-set-input-focus instead of raise-frame.
13855 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
13856
13857 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
13858
13859 * progmodes/gud.el (gud-def): Add %c case.
13860 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
13861 (gud-format-command): Make match case sensitive. Match on %F.
13862
13863 2006-04-30 Glenn Morris <rgm@gnu.org>
13864
13865 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
13866 (cal-tex-preamble): Use cal-tex-preamble-extra.
13867 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
13868 than alias `list-diary-entries'.
13869
13870 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
13871
13872 * help-fns.el (describe-variable): Add info about safe local variables.
13873
13874 2006-04-29 Richard Stallman <rms@gnu.org>
13875
13876 * bindings.el (mode-line-format): help-echo doc fixes.
13877
13878 * net/tramp.el (tramp-file-name-handler-alist): Delete
13879 expand-file-name and other operations that can cause spurious loading.
13880
13881 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13882
13883 * files.el (safe-local-variable-p): Remove support for the special
13884 value t.
13885
13886 * textmodes/paragraphs.el (sentence-end-without-space):
13887 Fix safety predicate.
13888 (sentence-end-double-space, sentence-end-without-period)
13889 (paragraph-ignore-fill-prefix):
13890 * textmodes/fill.el (colon-double-space):
13891 * abbrev.el (abbrev-mode): Tighten the safety predicate.
13892
13893 * subr.el (booleanp): New fun.
13894
13895 * textmodes/reftex-vars.el (reftex-guess-label-type):
13896 Tighten the safety predicate.
13897
13898 2006-04-28 Kim F. Storm <storm@cua.dk>
13899
13900 * progmodes/grep.el (defgroup grep): Doc fix.
13901 (grep-auto-highlight): Remove.
13902 (grep-template): New defcustom.
13903 (grep-find-template): Rename from grep-tree-template.
13904 (grep-files-aliases): Rename from grep-tree-files-aliases.
13905 Remove "all" alias, add "l" alias.
13906 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
13907 (grep-find-ignored-directories): New defcustom to replace
13908 grep-tree-ignore-CVS-directories, to facilitate ignoring
13909 subdirectories for multiple version control systems.
13910 (grep-mode-map): Add Recursive grep item to GREP menu.
13911 (grep-regexp-history, grep-files-history): New defvars.
13912 (grep-probe): New helper function.
13913 (grep-compute-defaults): Use it to simplify code.
13914 Adapt to name changes.
13915 Use `.' as base in grep-find-template rather than <D>.
13916 (grep): Remove superfluous highlight-regexp arg. Fix doc.
13917 Call grep-compute-defaults unconditionally.
13918 (grep-expand-keywords): New defconst.
13919 (grep-expand-template): Rename from grep-expand-command-macros.
13920 Simplify via grep-expand-keywords. Look at case-fold-search instead
13921 of grep-tree-ignore-case to add -i option.
13922 Bind case-fold-search to nil while matching keywords.
13923 (grep-tree-last-regexp, grep-tree-last-files): Remove.
13924 (grep-read-regexp, grep-read-files): New helper functions.
13925 (rgrep): Rename from grep-tree. Rework to use proper histories.
13926 Adapt to changes in defcustoms and functions above.
13927 (lgrep): New command, as grep, but using same interactive UI as rgrep.
13928
13929 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
13930
13931 * net/tramp.el (tramp-completion-file-name-handler):
13932 Disable Tramp's functionality while loading Tramp itself.
13933 (tramp-register-file-name-handlers): That's a defsubst now.
13934 Code from `tramp-repair-jka-compr' moved here. Apply it via
13935 `after-init-hook'.
13936 (tramp-repair-jka-compr): Remove.
13937
13938 2006-04-27 Jay Belanger <belanger@truman.edu>
13939
13940 * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
13941 read expression when `math-read-big-expr' doesn't work.
13942
13943 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
13944
13945 * startup.el (command-line-1): Display warning when
13946 pure-space-overflow is non-nil.
13947
13948 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13949
13950 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
13951 risky.
13952
13953 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13954
13955 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
13956 Return the URL or nil if none can be generated.
13957
13958 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
13959
13960 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
13961 byte compiler warnings.
13962 (gud-basic-call, gud-find-expr): Let user select an expression
13963 for printing. Print expression as well as value in GUD buffer.
13964
13965 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
13966
13967 * allout.el: Remove local autoload declaration for
13968 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
13969 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
13970 (allout-plain-bullets-string, allout-distinctive-bullets-string)
13971 (allout-use-mode-specific-leader, allout-old-style-prefixes)
13972 (allout-stylish-prefixes, allout-numbered-bullet)
13973 (allout-file-xref-bullet, allout-presentation-padding)
13974 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
13975 safe-local-variable with suitable value spec, and add autoload
13976 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
13977 (move-beginning-of-line, move-end-of-line): Repair so these compat
13978 functions now actually resituate the point, when appropriate.
13979
13980 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13981
13982 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
13983
13984 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
13985 (add-log-iso8601-time-string): Fix call to format-time-string.
13986
13987 2006-04-26 Kim F. Storm <storm@cua.dk>
13988
13989 * subr.el (posn-string, posn-image, posn-object): Doc fix.
13990
13991 2006-04-26 Masatake YAMATO <jet@gyve.org>
13992
13993 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
13994 Add support for "//" style comments. Remove `b' flag
13995 from ?* in `asm-mode-syntax-table'.
13996
13997 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13998
13999 * follow.el: Use (featurep 'xemacs) everywhere.
14000 (follow-mode): Use define-minor-mode.
14001 (follow-mode-map): Move initialization into the declaration.
14002 Use command remapping.
14003 (follow-emacs-version-xemacs-p): Remove.
14004 (follow-submit-feedback): Remove.
14005
14006 * allout.el (allout-layout, allout-passphrase-verifier-string)
14007 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
14008
14009 * textmodes/reftex-vars.el (reftex-vref-is-default)
14010 (reftex-fref-is-default, reftex-guess-label-type):
14011 Tighten up a bit the safety predicate.
14012
14013 * textmodes/paragraphs.el (sentence-end-double-space)
14014 (sentence-end-without-period, sentence-end-without-space)
14015 (page-delimiter, paragraph-ignore-fill-prefix):
14016 Tighten up a bit the safety predicate.
14017
14018 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
14019
14020 * progmodes/python.el (python-continuation-line-p)
14021 (python-beginning-of-statement): syntax-ppss may return
14022 a negative depth.
14023 (python-mode): Don't forcefully enable font-lock.
14024
14025 * time-stamp.el (time-stamp-start, time-stamp-end)
14026 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
14027
14028 * add-log.el: Remove spurious * in docstrings.
14029 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
14030 (add-change-log-entry): Use it here, since it's not specific
14031 to iso8601.
14032 (add-log-iso8601-time-string): Don't use it here any more.
14033 (change-log-indent-text, change-log-indent): Rename from add-log-*.
14034
14035 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
14036
14037 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
14038
14039 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
14040 (rcirc-toggle-low-priority): Doc fix.
14041 (rcirc-handler-NOTICE): Remove beginning of line anchor in
14042 ChanServ regexp.
14043 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
14044 #emacs.
14045 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
14046 (rcirc-decode-coding-system): Use utf-8 as the default.
14047 (rcirc-multiline-minor-mode): Set the fill-column.
14048 (rcirc-format-response-string): Display bright and dim nicks.
14049 (rcirc-browse-url): Update interactive spec to fill ARG.
14050 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
14051 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
14052
14053 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
14054
14055 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
14056 case for @Article, etc.
14057
14058 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
14059
14060 * net/tramp.el (tramp-register-file-name-handlers): New defun.
14061 Added with autoload cookie.
14062 (tramp-unload-file-name-handlers): Rename from
14063 `tramp-unload-file-name-handler-alist'.
14064
14065 2006-04-23 Romain Francoise <romain@orebokech.com>
14066
14067 * comint.el (comint-match-partial-filename): Doc fix.
14068
14069 2006-04-21 Glenn Morris <rgm@gnu.org>
14070
14071 * calendar/cal-menu.el (calendar-mode-map): Refer to
14072 `diary-view-entries' rather than alias `view-diary-entries'.
14073 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
14074
14075 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
14076
14077 * progmodes/antlr-mode.el (antlr-default):
14078 * cus-edit.el (custom-documentation):
14079 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
14080 in defface.
14081
14082 2006-04-21 Kim F. Storm <storm@cua.dk>
14083
14084 * image.el (image-type): New defun split out of create-image.
14085 (create-image): Use it.
14086
14087 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
14088
14089 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
14090 (org-open-at-point): Remove the "...done" message to keep output
14091 in the echo area visible.
14092 (org-export-as-xoxo): Fix call to `indent-region'.
14093
14094 2006-04-21 Kevin Ryde <user42@zip.com.au>
14095
14096 * international/mule.el (keyboard-coding-system): defcustom
14097 info-link fixes: "Specify Coding" has been split, keyboard now in
14098 "Terminal Coding", and "Single-Byte Character Support" is now
14099 "Unibyte Mode".
14100
14101 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
14102
14103 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
14104 Use font-lock-warning-face for any errors e.g. no stack.
14105 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
14106
14107 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
14108
14109 * progmodes/sh-script.el (sh-shell): Mark as safe.
14110
14111 * newcomment.el (comment-start, comment-start-skip)
14112 (comment-end-skip, comment-end): Mark as safe.
14113
14114 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
14115
14116 * textmodes/org.el (org-deadline-announce): Face removed.
14117 (org-level-faces, org-n-levels): Convert to constant.
14118 (org-compatible-face): New function.
14119 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
14120 (org-level-5, org-level-6, org-level-7, org-level-8)
14121 (org-special-keyword, org-warning, org-headline-done, org-link)
14122 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
14123 (org-scheduled-today, org-scheduled-previously, org-time-grid):
14124 Face definition revised for better color tty support.
14125 (org-bold-re, org-italic-re, org-underline-re): New constants.
14126 (org-set-font-lock-defaults): Use the new constants.
14127 (org-agenda-highlight-todo): New function.
14128 (org-agenda-todo): Fix bug with point at end of line.
14129 (org-agenda-change-all-lines, org-finalize-agenda-entries):
14130 Fontify TODO keywords.
14131 (org-insert-link): Preserve relative path in ../ links.
14132 (org-export-as-html): Convert links pointing to .org files into
14133 links that will work beteen the exported HTML files.
14134 (org-todo-list): Fix bug when arg=0.
14135 (org-insert-heading): More fine-tuning.
14136
14137 2006-04-19 Romain Francoise <romain@orebokech.com>
14138
14139 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
14140 from `rmail-mime-charset-pattern'.
14141
14142 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
14143
14144 * progmodes/python.el (python-mode): Fix typo.
14145
14146 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
14147
14148 * comint.el (comint-previous-input): Don't clobber input line
14149 when moving off either end of the input history ring.
14150 (comint-delete-input): New function, used by
14151 `comint-previous-input' and others.
14152 (comint-previous-matching-input):
14153 Use `coming-delete-input'. Save the partial input if leaving the
14154 edit line. Goto point-max before deleting input to avoid
14155 partial input fragments hanging around.
14156 (comint-restore-input): New function, used by `comint-previous-input'.
14157
14158 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
14159
14160 * imenu.el (imenu--index-alist): Balance parentheses.
14161
14162 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
14163
14164 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
14165
14166 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
14167
14168 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
14169 file is nil.
14170
14171 2006-04-18 Richard Stallman <rms@gnu.org>
14172
14173 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
14174
14175 * imenu.el (imenu-create-index-function, imenu--index-alist)
14176 (imenu--last-menubar-index-alist, imenu--make-index-alist)
14177 (imenu-default-create-index-function, imenu--generic-function):
14178 Doc fixes.
14179
14180 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
14181
14182 * help-mode.el (help-mode): Set view-exit-action to delete window.
14183
14184 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
14185 now works by passing nil as arg.
14186
14187 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
14188
14189 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
14190 (read-abbrev-file): Provide default when reading filename.
14191
14192 * files.el (enable-local-variables): Allow :all as value.
14193 (hack-local-variables): Implement that value.
14194 (safe-local-variable-values, safe-local-eval-forms)
14195 (enable-local-variables): Mark as risky.
14196 (find-file-visit-truename, kept-old-versions): Mark safe.
14197
14198 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
14199 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
14200 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
14201
14202 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14203
14204 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
14205 Use forward-line so as to get to BOL even in the presence of fields.
14206 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
14207 in return.
14208 (inferior-tcl): Tell tclsh to work in interactive mode.
14209
14210 * complete.el (partial-completion-mode):
14211 Use 'choose-completion-string-functions to make sure that
14212 choose-completion fills the minibuffer properly.
14213
14214 * complete.el (PC-old-read-file-name-internal): Remove.
14215 (PC-read-include-file-name-internal): Remove. Turn it into an advice
14216 of read-file-name-internal.
14217 (partial-completion-mode): Enable/disable this advice.
14218
14219 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
14220
14221 * net/tramp.el (tramp-completion-file-name-handler): Revert change
14222 of 2006-04-17.
14223
14224 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
14225
14226 * textmodes/org.el (org-insert-heading): Insert heading before
14227 current if at beginning of line.
14228 (org-todo, org-date): New faces.
14229 (org-table-align): Make sure tooltip window contains full text.
14230 (org-no-properties): New defsubst.
14231 (org-set-font-lock-defaults): Use new faces.
14232
14233 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
14234
14235 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
14236 for root variables.
14237
14238 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
14239 (gdb-frame-address): Re-use to identify frame for watch expression.
14240 (gdb-var-list, gdb-var-create-handler): Add frame address for root
14241 variables.
14242 (gdb-init-1, gdb-source, gdb-post-prompt)
14243 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
14244 (gdb-frame-handler): Get gdb-frame-address.
14245
14246 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
14247
14248 Sync with Tramp 2.0.53.
14249
14250 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
14251 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
14252 (tramp-completion-file-name-handler): Add autoload cookie for
14253 adding to `file-name-handler-alist'.
14254
14255 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
14256 the prompt. If it returns earlier (when detecting an error
14257 message), the rest of the output will merge accidently with the
14258 output of the next command. Reported by M Jared Finder
14259 <jared@hpalace.com>.
14260
14261 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
14262 for `process-file', in order to let it work for older Emacsen too.
14263
14264 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
14265
14266 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
14267 (tex-font-lock-keywords-3): Use it.
14268
14269 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14270
14271 * newcomment.el (comment-add): New function.
14272 (comment-region-default, comment-dwim): Use it.
14273
14274 2006-04-15 Michael Olson <mwolson@gnu.org>
14275
14276 * emacs-lisp/tq.el: Improve comments.
14277 (tq-queue-head-question): New accessor function.
14278 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
14279 Update for modified queue structure.
14280 (tq-queue-add): Accept `question' argument.
14281 (tq-queue-pop): If a question is pending, send it.
14282 (tq-enqueue): Accept new optional argument `delay-question'.
14283 If this is non-nil, and at least one other question is pending a
14284 response, queue the question rather than sending it immediately.
14285
14286 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14287
14288 * calendar/appt.el (appt-add): Check whether an appointment is
14289 already present in appt-time-msg-list. Simplify code.
14290
14291 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14292
14293 * progmodes/cc-langs.el (c-mode-menu):
14294 Don't presume c-subword-mode is bound.
14295
14296 2006-04-13 Bill Wohler <wohler@newt.com>
14297
14298 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
14299 (customize-package-emacs-version): Use cdr instead of cadr now
14300 that alists use dotted pairs.
14301
14302 * custom.el (defcustom): Fix docstring for :package-version.
14303
14304 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
14305
14306 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
14307 (tramp-handle-shell-command): Display output buffer only when
14308 `tramp-display-shell-command-buffer' is true.
14309 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
14310
14311 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14312
14313 * textmodes/org.el (org-set-autofill-regexps): Set only the local
14314 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
14315
14316 2006-04-13 Romain Francoise <romain@orebokech.com>
14317
14318 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
14319 leaving temporary .cvsignore buffers behind.
14320
14321 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14322
14323 * textmodes/org.el (org-set-regexps-and-options)
14324 (org-get-current-options): Better names for the startup folding
14325 options.
14326
14327 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
14328
14329 * vc.el (vc-annotate): Arrange for point to end up at the same
14330 line number as in the original, but only when using a new buffer.
14331
14332 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
14333
14334 * files.el (hack-one-local-variable-eval-safep):
14335 Recognize `edebug-form-spec' for `put', but only if it passes
14336 `edebug-basic-spec'. Generalize `put' handling.
14337
14338 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
14339 vetting file-local form specs.
14340
14341 * allout.el (allout-layout): Autoload its `safe-local-variable'
14342 property.
14343
14344 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14345
14346 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
14347 (org-agenda-mouse-1-follows-link)
14348 (org-mouse-1-follows-link): New options.
14349 (org-format-agenda-item): Fix bug if TAGS is nil.
14350 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
14351
14352 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
14353
14354 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
14355 GDB 6.1+ gives full filename for "info sources" so use
14356 file-name-nondirectory.
14357
14358 2006-04-12 Romain Francoise <romain@orebokech.com>
14359
14360 * subr.el (read-passwd): Bind `message-log-max' to nil.
14361
14362 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14363
14364 * progmodes/perl-mode.el (perl-indent-new-calculate):
14365 Recompute parse-start after jumping backward by a whole sexp.
14366
14367 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14368
14369 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
14370 window configuration.
14371 (vc-annotate-display-select): Select the buffer so that current-buffer
14372 (and selected-window) is the output buffer at the end of vc-annotate.
14373
14374 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
14375
14376 * vc.el (vc-annotate-color-map): Add custom TTY color map for
14377 8-color terminals, to use all of the colors in a sensible order.
14378 256-color terminals work well with the standard map.
14379 (vc-annotate-lines): Only strip the first color character if it
14380 is "#", to allow for terminal-style named colors.
14381 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
14382 the correct buffer is scrolled.
14383
14384 2006-04-11 Richard Stallman <rms@gnu.org>
14385
14386 * emacs-lisp/bytecomp.el (byte-compile-file):
14387 Bind enable-local-variables to :safe, and make normal-mode obey it.
14388
14389 * files.el (enable-local-variables): Allow value :safe.
14390 (normal-mode): Doc fix.
14391 (hack-local-variables): Implement enable-local-variables = :safe.
14392 (hack-local-variables-confirm): Don't prevent quitting.
14393
14394 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14395
14396 * loadhist.el (unload-feature): A bit of sanity check of
14397 load-history entries. Cancel timer-vars before unbinding them.
14398
14399 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
14400 quote special chars, and make the trick work on the hex part of the
14401 buffer as well.
14402 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
14403 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
14404
14405 * startup.el (normal-splash-screen): Fix last change so we don't wait
14406 2 minutes if we don't show the splash screen.
14407
14408 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
14409
14410 * textmodes/org.el (org-export-plain-list-max-depth)
14411 (org-table-spaces-around-separators)
14412 (org-radio-targets, org-activate-camels)
14413 (org-table-spaces-around-invisible-separators): Options removed.
14414 (org-time-stamp-rounding-minutes, org-remember-templates)
14415 (org-ellipsis, org-activate-links, org-descriptive-links):
14416 New options.
14417 (org-remember-apply-template, org-current-time)
14418 (org-finish-edit-table-field)
14419 (org-link-unescape, org-link-escape)
14420 (org-string-width, org-table-clean-line, org-html-do-expand)
14421 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
14422 (org-read-agenda-file-list): New functions.
14423 (org-table-edit-field)
14424 (org-table-create-or-convert-from-region): New commands
14425 (org-table-toggle-vline-visibility): Command removed.
14426 (org-table-convert-region): Made a command.
14427 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
14428 Replace with the normal org- functions.
14429 (org-self-insert-command): Don't trigger realign unnecessarily
14430 when blanking a field that is not full.
14431 (org-mode): `Set buffer-invisibility-spec' for links.
14432 (org-activate-links2): Hide link part and only show descriptive
14433 part of the link.
14434 (org-insert-link): Modify for new linking system.
14435 (org-store-link): Store description separately, for use by
14436 `org-insert-link'.
14437 (org-table-align): Use `org-string-width'.
14438 (defgroup): Completely new group structure for custom variables.
14439 (org-agenda-files): Option: Single file name allowed. Function:
14440 Optional argument unrestrited means ignore any restricitons.
14441 (org-install-agenda-files-menu): Find a buffer in Org-mode before
14442 trying to modify the menu. Use generalized access to
14443 `org-agenda-files.'
14444 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
14445 (org-agenda-file-to-front, org-remove-file, org-diary)
14446 (org-tags-view, org-export-icalendar-all-agenda-files)
14447 (org-export-icalendar-combine-agenda-files): Use generalized
14448 access to `org-agenda-files'.
14449 (org-remember-handler): Correctly preserve heading if present.
14450 (org-table-insert-row, org-table-insert-hline): Deal with
14451 invisible characters.
14452
14453 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
14454
14455 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
14456 (vc-annotate-color-map): New 18 element constant
14457 value/saturation, rotating hue colormap, from red->blue.
14458 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
14459 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
14460 (vc-annotate): To avoid killing the required local variables,
14461 set them before the end of `with-output-to-temp-buffer', and
14462 after first switching to annotate-mode.
14463 (vc-annotate-warp-version): Add buffer argument in goto-line to
14464 ensure annotation, not source, is scrolled.
14465
14466 2006-04-10 Bill Wohler <wohler@newt.com>
14467
14468 * custom.el (defcustom, custom-handle-keyword):
14469 Add :package-version keyword.
14470 (custom-add-package-version): New function. Sets value of new
14471 property 'custom-package-version from :package-version keyword.
14472 (defcustom): Create Common Keywords section in docstring.
14473 (defface, defgroup): Replace definitions of a select few keywords
14474 with a reference to the Common Keywords in defcustom.
14475 (defcustom, defface, defgroup): Replace reference to Customization
14476 chapter in manual with hyperlink.
14477
14478 * cus-edit.el (customize-package-emacs-version-alist): New variable.
14479 (customize-changed-options): Add check for custom-package-version.
14480 (customize-package-emacs-version): New function to look up Emacs
14481 version corresponding to the given package version.
14482
14483 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
14484 defun name, in similar fashion to find-variable-regexp.
14485
14486 2006-04-10 Eli Zaretskii <eliz@gnu.org>
14487
14488 * international/mule-cmds.el (set-locale-environment): Fix last
14489 change for when the locale's preferences don't specify any encoding.
14490
14491 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14492
14493 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
14494 so the defined var/fun doesn't need to be quoted.
14495
14496 2006-04-10 Richard Stallman <rms@gnu.org>
14497
14498 * finder.el (finder-mode-map): Add n and p bindings.
14499
14500 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
14501
14502 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
14503 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
14504 (gdb-setup-windows): Put something in source window if we can't find
14505 the source file.
14506 (gdb-frame-handler): Make it work again with just assembly.
14507 (gdb-data-list-register-values-handler): Make it work when there is
14508 no stack.
14509
14510 2006-04-09 Richard Stallman <rms@gnu.org>
14511
14512 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
14513 specs while looking for charset.
14514
14515 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
14516
14517 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
14518 Make them faces.
14519 (lm-font-lock-keywords): Update appropriately.
14520
14521 2006-04-10 Kim F. Storm <storm@cua.dk>
14522
14523 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
14524 it can also replace buffer-substring-no-properties.
14525
14526 * emulation/cua-base.el (cua-delete-region, cua-paste)
14527 (cua-repeat-replace-region): Use filter-buffer-substring.
14528
14529 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
14530 (cua-cut-region-to-global-mark): Likewise.
14531
14532 * emulation/cua-rect.el (cua--extract-rectangle)
14533 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
14534
14535 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14536
14537 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
14538 entry-type. Add field delimiters to numerical fields if they are
14539 not present.
14540
14541 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14542
14543 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
14544 string-const to return value.
14545 (bibtex-remove-delimiters): Use it.
14546
14547 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14548
14549 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
14550 cl-byte-compile-compiler-macro unless it exists.
14551
14552 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14553
14554 * files.el (hack-local-variables-confirm) <offer-save>:
14555 Clarify message text. Suggested by Ralf Angeli.
14556
14557 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
14558
14559 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
14560 (delete-extract-rectangle-line): Use `filter-buffer-substring'
14561 instead of `buffer-substring' and `delete-region'. (Most of the
14562 code actually copied from `kill-region'.)
14563
14564 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
14565
14566 * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
14567 (rcirc-default-port): Rename from rcirc-port.
14568 (rcirc-default-nick): Rename from rcirc-nick.
14569 (rcirc-default-user-name): Rename from rcirc-user-name.
14570 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
14571 (rcirc-low-priority-flag): New variable.
14572 (rcirc-decode-coding-system): New defcustom.
14573 (rcirc-encode-coding-system): New defcustom.
14574 (rcirc-coding-system-alist): New defcustom.
14575 (rcirc-multiline-major-mode): New defcustom.
14576 (rcirc-nick): New internal variable.
14577 (rcirc-process): Remove variable.
14578 (rcirc-server-buffer): New variable.
14579 (rcirc): Update to use rcirc-default-* variables above.
14580 (rcirc-connect): Do not add window-configuration-hook-here.
14581 (rcirc-server): New internal variable.
14582 (rcirc-connect): Do not send keepalive pings if
14583 rcirc-keepalive-seconds is nil.
14584 (with-rcirc-server-buffer): New macro.
14585 (rcirc-send-string): Encode with rcirc-encode-coding-system.
14586 (rcirc-server-name): Rename from rcirc-server.
14587 (rcirc-buffer-process): New function.
14588 (rcirc-buffer-nick): New function.
14589 (rcirc-buffer-target): Remove function.
14590 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14591 New commands.
14592 (rcirc-mode-map): Change binding of C-c C-l to
14593 rcirc-toggle-low-priority.
14594 (rcirc-mode): Initialize coding system based on
14595 rcirc-coding-system-alist. New change-major-mode-hook to part the
14596 channel on a mode change. Make kill-buffer-hook buffer-local.
14597 (rcirc-change-major-mode-hook): New function.
14598 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
14599 (rcirc-last-post-time): New variable.
14600 (rcirc-process-message): Store the last time user posted a message
14601 to this target.
14602 (rcirc-multiline-minor-mode): New mode.
14603 (rcirc-multiline-minor-mode-map): New mode map.
14604 (rcirc-edit-multiline): Put multiline-edit buffer in
14605 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
14606 (rcirc-print): Ignore any line starting with an ignored nick.
14607 (rcirc-print): Decode using rcirc-decode-coding-system.
14608 (rcirc-track-minor-mode): Update global-mode-string when disabling
14609 this mode.
14610 (minor-mode-alist): Add LowPri indicator.
14611 (rcirc-toggle-low-priority): New function.
14612 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
14613 next lowpriority buffer with activity.
14614 (rcirc-record-activity): Sort buffers in rcirc-activity by the
14615 last time the user posted a message in to the target.
14616 (rcirc-update-activity-string): New formatting for low priority
14617 buffers.
14618 (rcirc-split-activity): New function.
14619 (rcirc-handler-PART, rcirc-handler-KICK)
14620 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
14621 (rcirc-nick-away-alist): New variable.
14622 (rcirc-handler-301): New handler. Away messages are printed once
14623 per change.
14624
14625 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14626
14627 * info.el (Info-follow-nearest-node): Doc fix.
14628
14629 * international/mule-cmds.el (set-locale-environment): Make sure
14630 the coding-system preferred by the locale's language has the same
14631 EOL conversion type as the original buffer-file-coding-system.
14632 (locale-language-names): Add a few MS Windows language codes.
14633
14634 2006-04-07 Richard Stallman <rms@gnu.org>
14635
14636 * simple.el (eval-expression): Doc fix.
14637
14638 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
14639 (eval-defun): Doc fixes.
14640
14641 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
14642
14643 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
14644
14645 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
14646
14647 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
14648 GDB list command without argument for greater generality.
14649
14650 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14651
14652 * subr.el (string-or-null-p): New function.
14653
14654 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
14655
14656 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
14657
14658 * files.el: Update comment about safe-local-variable declarations.
14659
14660 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
14661
14662 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
14663 See idlwave.org.
14664
14665 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
14666 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
14667
14668 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
14669 See idlwave.org.
14670
14671 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
14672 version 6.0 (minimal changes). See idlwave.org.
14673
14674 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
14675 6.0 (minimal changes). See idlwave.org.
14676
14677 * progmodes/idlw-rinfo.el: File obsoleted and removed.
14678
14679 2006-04-06 Romain Francoise <romain@orebokech.com>
14680
14681 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
14682 symmetric encryption features and a new asynchronous interface to
14683 GnuPG. This new version is version 1.4, plus whitespace changes.
14684
14685 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14686
14687 * files.el: Move some `safe-local-variable' declarations to the
14688 respective files.
14689
14690 * textmodes/ispell.el (ispell-check-comments)
14691 (ispell-local-dictionary): Mark as safe.
14692
14693 * abbrev.el (abbrev-mode): Mark as safe.
14694
14695 * add-log.el (change-log-default-name): Mark as safe.
14696
14697 * textmodes/reftex-vars.el (reftex-vref-is-default)
14698 (reftex-fref-is-default, reftex-level-indent)
14699 (reftex-guess-label-type): Mark as safe.
14700
14701 * textmodes/fill.el (colon-double-space): Mark as safe.
14702
14703 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
14704 (sentence-end-double-space, sentence-end-without-period)
14705 (sentence-end-without-space, sentence-end, sentence-end-base)
14706 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
14707
14708 2006-04-06 Kim F. Storm <storm@cua.dk>
14709
14710 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
14711 the :set-after list.
14712 (ido-downcase-unc-hosts): New user option. Default on.
14713 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
14714 when it is set, as regexps are now applied on the fly.
14715 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
14716 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
14717 on the fly, but only when ido-process-ignore-lists is set.
14718 Do case insensitive filtering if ido-downcase-unc-hosts is set.
14719 Only downcase names if ido-downcase-unc-hosts is set.
14720
14721 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
14722
14723 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
14724
14725 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
14726
14727 2006-04-05 Kim F. Storm <storm@cua.dk>
14728
14729 * ido.el (ido-mode): Set after ido-unc-hosts and
14730 ido-ignore-unc-host-regexps.
14731 (ido-save-history): Save ido-unc-hosts-cache.
14732 (ido-load-history): Load ido-unc-hosts-cache.
14733 (ido-reread-directory): Refresh unc hosts cache in // dir.
14734
14735 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
14736 to nil while displaying slash screen.
14737
14738 2006-04-05 Daiki Ueno <ueno@unixuser.org>
14739
14740 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14741 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14742
14743 2006-04-05 Kenichi Handa <handa@m17n.org>
14744
14745 * international/characters.el: Setup cases of Latin, Greek, and
14746 Cyrillic characters in CJK charsets.
14747
14748 2006-03-29 Daiki Ueno <ueno@unixuser.org>
14749
14750 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14751 default-enable-multibyte-characters. This reverts the change from
14752 revision 6.17 which is no longer necessary because the passphrase
14753 is sent separately now. GnuPG messages are unreadable under
14754 multibyte locales with default-enable-multibyte-characters set to nil.
14755
14756 2006-04-04 Andreas Schwab <schwab@suse.de>
14757
14758 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
14759 and `byte-compile-warnings' as `safe-local-variable'.
14760
14761 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
14762
14763 * man.el (Man-mode-map): Restore the \r binding.
14764 (Man-abstract-xref-man-page): If Man-target-string is a function,
14765 call it.
14766 (Man-highlight-references): Use Man-default-man-entry to get the
14767 target. Deal with xrefs too.
14768 (Man-highlight-references0): Don't call the target function.
14769
14770 * woman.el (WoMan-xref-man-page): Strip the section number, woman
14771 cannot deal with it.
14772
14773 2006-04-04 Daiki Ueno <ueno@unixuser.org>
14774
14775 * pgg-gpg.el: Clean up process buffers every time gpg processes
14776 complete.
14777
14778 2006-04-04 Kenichi Handa <handa@m17n.org>
14779
14780 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
14781 here.
14782 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
14783 Temporarily bind inhibit-field-text-motion to t.
14784
14785 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14786
14787 * startup.el (normal-splash-screen): Only set mode-line-format in the
14788 splash buffer, so as not to interfere when debugging the code.
14789 Ignore errors when switching buffer.
14790
14791 2006-04-03 Romain Francoise <romain@orebokech.com>
14792
14793 * dired.el (dired-dnd-protocol-alist): Fix typo.
14794
14795 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
14796
14797 * savehist.el (savehist): Add :version.
14798 (savehist-ignored-variables): New variable.
14799 (savehist-minibuffer-hook): Don't save variables listed in
14800 `savehist-ignored-variables'.
14801
14802 * dired.el (dired-dnd-protocol-alist): Mention that change does
14803 only apply to new buffers in doc string.
14804
14805 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14806
14807 * recentf.el (recentf-open-files-item): Include newline in button
14808 field, so opening a file will work, when the point is at the end
14809 of the file name. Allow, for example, to [i]search a file by
14810 extension and just push RET to open it.
14811
14812 2006-04-03 Daiki Ueno <ueno@unixuser.org>
14813
14814 * pgg-gpg.el (pgg-gpg-process-filter)
14815 (pgg-gpg-wait-for-completion): Check if buffer is alive.
14816
14817 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14818 lines, temporary fix.
14819
14820 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14821
14822 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
14823
14824 2006-04-02 Richard Stallman <rms@gnu.org>
14825
14826 * progmodes/compile.el (compilation-message-face): Make it defcustom.
14827
14828 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14829
14830 * ibuf-macs.el (define-ibuffer-column): Add a new key:
14831 header-mouse-map.
14832
14833 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
14834 (ibuffer-mode-header-map): New keymaps.
14835 (ibuffer-update-title-and-summary): Enable mouse face highlighting
14836 and keybindings for column headers.
14837 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
14838 property.
14839
14840 2006-04-02 Drew Adams <drew.adams@oracle.com>
14841
14842 * speedbar.el (speedbar-after-create-hook): Doc fix.
14843
14844 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
14845
14846 * shell.el (shell-directory-tracker)
14847 (shell-dynamic-complete-command): Doc fixes.
14848
14849 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
14850
14851 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
14852 terminals.
14853
14854 2006-04-01 Kim F. Storm <storm@cua.dk>
14855
14856 * ido.el (ido-unc-hosts-cache): New defvar.
14857 (ido-unc-hosts): If value of defcustom is a function, call it to
14858 get list of UNC hosts. Add function-item choices to specify
14859 ido-unc-hosts-net-view or user function.
14860 (ido-ignore-unc-host-regexps): New defcustom.
14861 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
14862 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
14863 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
14864
14865 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14866
14867 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
14868 wwidth.
14869
14870 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
14871
14872 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
14873 (ido-max-work-file-list, ido-switch-buffer)
14874 (ido-read-file-name-as-directory-commands):
14875 Fix typos in docstrings.
14876
14877 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14878
14879 * term/mac-win.el (mac-system-coding-system): Define and use after
14880 Mac-specific coding systems are ready.
14881
14882 2006-03-27 Romain Francoise <romain@orebokech.com>
14883
14884 * net/rcirc.el (rcirc-connect): Add autoload cookie.
14885
14886 * ldefs-boot.el: Update.
14887
14888 2006-03-27 Daiki Ueno <ueno@unixuser.org>
14889
14890 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14891 passphrases when it is not needed.
14892 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14893 passphrase stuff from gpg, should only be necessary when you use
14894 gpg with a smartcard.
14895
14896 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
14897
14898 * comint.el (comint-dynamic-list-completions): Allow user to
14899 select *Completions* buffer.
14900
14901 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
14902
14903 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
14904
14905 2006-03-26 Andreas Schwab <schwab@suse.de>
14906
14907 * progmodes/gud.el (gdb): Only complain about multiple debugging
14908 when the gdb process is still running.
14909
14910 2006-03-25 Eli Zaretskii <eliz@gnu.org>
14911
14912 * mail/rmail.el (tool-bar-map): Defvar it.
14913 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
14914 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
14915
14916 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
14917
14918 * help.el (print-help-return-message): Suggest to use
14919 display-buffer instead of switch-to-buffer-other-window to restore
14920 the previous window without selecting it.
14921
14922 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14923
14924 * frame.el (select-frame-by-name): Call x-focus-frame also when
14925 window-system is mac.
14926
14927 * term/mac-win.el: Adjust Courier font specifications in
14928 x-fixed-font-alist.
14929 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
14930 when directly encoding to UTF-16 in native byte order, no BOM.
14931
14932 2006-03-25 Kim F. Storm <storm@cua.dk>
14933
14934 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
14935 (cua--init-keymaps): Use it instead of fixed C-return.
14936 (cua-mode): Set after it.
14937
14938 * emulation/cua-rect.el (cua--init-rectangles):
14939 Use cua-rectangle-mark-key instead of fixed C-return.
14940
14941 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
14942
14943 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
14944 "run" in .gdbinit.
14945 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
14946
14947 2006-03-24 Romain Francoise <romain@orebokech.com>
14948
14949 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
14950 `display-buffer-other-frame'.
14951
14952 2006-03-24 Kim F. Storm <storm@cua.dk>
14953
14954 * apropos.el (apropos-synonyms): Add selection => region.
14955
14956 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14957
14958 * progmodes/gdb-ui.el (gdb-var-create-regexp)
14959 (gdb-var-list-children-regexp, gdb-var-update-regexp)
14960 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
14961 (gdb-data-list-register-values-regexp)
14962 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
14963 Future proof against new fields being added to MI output.
14964 (gdb-send): Don't treat backslashes for program input as
14965 continuations.
14966 (gdb-assembler-handler): Don't use window-start for this handler.
14967 (gdb-frame-handler): Don't change to hollow arrow if overlay
14968 arrow doesn't move to new frame.
14969
14970 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14971
14972 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
14973 prevent compiler warnings.
14974 (gdb-stopped): Check for gud-last-last-frame (case: signal).
14975 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
14976 (gdb-assembler-custom): Use hollow-right-triangle for assembler
14977 buffer too.
14978
14979 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
14980
14981 * pgg-gpg.el (pgg-gpg-update-agent): Check for
14982 make-network-process, so we can use the same code in Gnus v5-10
14983 too and have this file fully synchronized with that release.
14984
14985 2006-03-23 Romain Francoise <romain@orebokech.com>
14986
14987 * ibuf-ext.el (ibuffer-read-filter-group-name):
14988 Use `ibuffer-generate-filter-groups' to make completion list match
14989 the filter groups that are really displayed in the Ibuffer buffer.
14990 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
14991
14992 2006-03-23 Kenichi Handa <handa@m17n.org>
14993
14994 * international/mule-cmds.el (sort-coding-systems): Describe that
14995 the argument is modified in docstring.
14996
14997 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
14998
14999 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15000 (pgg-gpg-update-agent): New function.
15001 (pgg-gpg-use-agent-p): New function.
15002 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15003 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15004 (pgg-gpg-sign-region): Use it.
15005
15006 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
15007
15008 * cus-edit.el (custom-face-set): Call custom-push-theme before
15009 face-spec set so that `changed' theme is correctly saved.
15010 (custom-face-reset-standard): Reset to recalculated face rather
15011 than defface spec.
15012
15013 * custom.el (custom-push-theme): Only save `changed' theme if the
15014 current face does not match the defface specs.
15015
15016 2006-03-21 Simon Josefsson <jas@extundo.com>
15017
15018 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15019 <wilde@sha-bang.de>.
15020 (pgg-gpg-use-agent): New variable.
15021 (pgg-gpg-process-region): Use it.
15022 (pgg-gpg-encrypt-region): Likewise.
15023 (pgg-gpg-encrypt-symmetric-region): Likewise.
15024 (pgg-gpg-decrypt-region): Likewise.
15025 (pgg-gpg-sign-region): Likewise.
15026 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15027
15028 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
15029
15030 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
15031 bracket links.
15032
15033 2006-03-21 Kim F. Storm <storm@cua.dk>
15034
15035 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
15036 fringe-indicator-alist instead of modifying global value.
15037 (gdb-frame-handler): Likewise.
15038
15039 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
15040
15041 * diff-mode.el (diff-function): Make it inherit from diff-header
15042 instead of diff-context.
15043
15044 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
15045 bitmap.
15046 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
15047 change names in macro above for consistency.
15048 (gdb-frame-handler): Use hollow-right-triangle for all selected
15049 frames which except the innermost (where execution has stopped).
15050 (gdb-reset): Reset buffer-local values of overlay-arrow.
15051
15052 2006-03-20 Richard Stallman <rms@gnu.org>
15053
15054 * simple.el (set-mark-command): Doc fix.
15055
15056 * files.el (display-buffer-other-frame): New command.
15057 (ctl-x-4-map): Bind C-x 5 C-o to it.
15058
15059 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15060
15061 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
15062 rather than just defer-time, in case defer-time has been changed but
15063 the timer isn't running yet.
15064 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
15065
15066 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
15067
15068 * help-mode.el (help-follow-symbol): New function.
15069 Essentially identical to the old `help-follow', but do not let
15070 `push-button' do the work when on an xref.
15071 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
15072
15073 2006-03-19 Richard Stallman <rms@gnu.org>
15074
15075 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
15076 preceded by the word `program'.
15077 (help-follow-mouse, help-follow): Throw error if not on xref.
15078 Delete no longer used args.
15079
15080 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
15081
15082 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
15083 annotation ensure gud-overlay-arrow-position is redisplayed.
15084
15085 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15086
15087 * textmodes/bibtex.el (bibtex-include-OPTkey)
15088 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
15089 (bibtex-autokey-name-case-convert)
15090 (bibtex-autokey-titleword-case-convert): Make these the aliases
15091 for the following two variables.
15092 (bibtex-autokey-name-case-convert-function)
15093 (bibtex-autokey-titleword-case-convert-function): Make these the
15094 real names.
15095 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
15096 bibtex-font-lock-crossref sublists.
15097 (bibtex-mode): Revert 2005-12-30 change (which made
15098 completion-ignore-case buffer-local).
15099 (bibtex-url): Simplify.
15100
15101 2006-03-19 Kim F. Storm <storm@cua.dk>
15102
15103 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
15104 cursor property value to 2 (to align with C level change).
15105
15106 2006-03-19 Bill Wohler <wohler@newt.com>
15107
15108 * image.el (image-load-path-for-library): Shorten first line in
15109 docstring.
15110
15111 2006-03-18 Richard Stallman <rms@gnu.org>
15112
15113 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
15114
15115 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
15116
15117 * isearch.el (isearch-other-meta-char): Handle user bindings for
15118 shifted control characters.
15119
15120 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
15121
15122 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
15123 part that matches email addresses, file names, etc.
15124
15125 2006-03-18 Eli Zaretskii <eliz@gnu.org>
15126
15127 * term/w32-win.el (mouse-set-font):
15128 Mention w32-list-proportional-fonts in the doc string.
15129
15130 2006-03-18 Kim F. Storm <storm@cua.dk>
15131
15132 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
15133 (ido-unc-hosts): New user option to explicitly define list of know
15134 UNC-style hosts for completion.
15135 (ido-cache-unc-host-shares-time): New user option.
15136 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
15137 New helper functions for UNC file-name support.
15138 (ido-may-cache-directory): Check for UNC host. Simplify.
15139 (ido-wash-history): Clean out old UNC hosts.
15140 (ido-nonreadable-directory-p): UNC hosts are always readable.
15141 (ido-directory-too-big-p): UNC hosts are never too big.
15142 (ido-set-current-directory): Handle UNC root path.
15143 (ido-file-name-all-completions): Complete UNC host names from
15144 ido-unc-hosts list. Cache UNC host shares.
15145 (ido-make-file-list-1): Don't filter UNC root.
15146 (ido-exhibit): Check for // in root directory, and switch to UNC
15147 mode by setting ido-current-directory to //.
15148
15149 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
15150
15151 * cus-edit.el (customize-changed-options): Mention explicit
15152 version number as default in prompt.
15153
15154 2006-03-17 Bill Wohler <wohler@newt.com>
15155
15156 * image.el (image-load-path-for-library): Minor docstring fix.
15157
15158 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
15159
15160 * textmodes/org.el (org-read-date): Include subgroup 5 into
15161 replacement text.
15162 (org-popup-calendar-for-date-prompt): Fix customization type.
15163
15164 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
15165
15166 * progmodes/gdb-ui.el (gud-watch): Provide completion.
15167 (gdb-continuation): New variable.
15168 (gdb-send): Deal with continuation lines.
15169
15170 * progmodes/gud.el (gud-gdb-complete-command)
15171 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
15172 expressions.
15173 (gud-tooltip-mode): Use buffer-local value.
15174
15175 2006-03-16 Kim F. Storm <storm@cua.dk>
15176
15177 * ido.el (ido-edit-input): Use selected match, if any.
15178
15179 2006-03-16 Bill Wohler <wohler@newt.com>
15180
15181 * image.el (image-load-path-for-library): Prefer user's images in
15182 image-load-path.
15183
15184 2006-03-16 Martin Rudalics <rudalics@gmx.at>
15185
15186 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
15187 when checking for attempt to drag leftmost or rightmost scrollbar.
15188
15189 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
15190
15191 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
15192 (gdb-force-mode-line-update): New function.
15193 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
15194 (gdb-exited): Use them.
15195 (gdb-signal): New function.
15196 (gdb-annotation-rules): Provide a rule for it.
15197
15198 2006-03-16 Kenichi Handa <handa@m17n.org>
15199
15200 * international/mule.el (auto-coding-regexp-alist): Add entries
15201 for Unicode BOM.
15202
15203 * sort.el (sort-build-lists): Temporarily bind
15204 inhibit-field-text-motion to t.
15205
15206 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
15207
15208 * locate.el (locate-command, locate-make-command-line)
15209 (locate-fcodes-file, locate-update-command)
15210 (locate-prompt-for-command, locate, locate-with-filter)
15211 (locate-get-file-positions): Doc fixes.
15212 (locate-buffer-name, locate-header-face): Remove leading `*' in
15213 defcustom.
15214 (locate-filter-output): Use `keep-lines' instead of its alias
15215 `delete-non-matching-lines'.
15216 (locate-get-filename, locate-get-dirname): Add introductory comment.
15217 (locate-find-directory-other-window): Give appropriate error
15218 message if used outside main listing.
15219
15220 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15221
15222 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
15223 the new extend-region feature.
15224 (font-lock-after-change-function): Update correspondingly.
15225 * jit-lock.el (jit-lock-after-change): Update correspondingly.
15226 * progmodes/grep.el (font-lock-lines-before): Don't disable.
15227
15228 2006-03-15 Bill Wohler <wohler@newt.com>
15229
15230 * image.el (image-load-path-for-library): Fix example by not
15231 recommending that one binds image-load-path. Just defvar it to
15232 placate compiler and only use it if previously defined.
15233
15234 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
15235
15236 * textmodes/org.el (org-insert-centered): Use `string-width' to
15237 make underlining work for wide characters.
15238 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
15239 TAB to `org-cycle', to make sure that no binding in
15240 `outline-mode-map' can supercede it.
15241
15242 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
15243
15244 * allout.el: Increment version to 2.2.1 in file commentary.
15245
15246 (allout-version): Increment to 2.2.1.
15247
15248 (allout-default-layout): New customization variable, used when the
15249 file lacks a specific allout-layout. Uses allout-layout-type for
15250 recursively nested definition.
15251
15252 (allout-layout-type): Widget defining allout layouts, necessary for
15253 self-recursive definition.
15254
15255 (allout-mode): Incorporate allout-default-layout as fallback for
15256 allout-layout.
15257
15258 (allout-layout): Mark as 'safe-local-variable', and refer mention
15259 fallback to `allout-default-layout' in absence of a specified value.
15260 (allout-passphrase-verifier-string)
15261 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
15262
15263 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
15264
15265 (allout-get-encryption-passphrase-verifier): Use correct name of
15266 passphrase verifier in docstring.
15267
15268 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
15269
15270 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
15271 elements.
15272 (gdb-find-watch-expression): Make it work for arrays too.
15273 Follow change to gdb-var-list.
15274 (gud-watch): Allow the user to enter variable name with a prexix
15275 arg. Create keybindings.
15276 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15277 (gdb-var-list-children-handler, gdb-var-update-handler)
15278 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
15279 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
15280 Follow change to gdb-var-list.
15281 (gdb-starting): Don't show the overlay arrows when program is running.
15282
15283 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
15284 gdb-var-list.
15285
15286 2006-03-14 Bill Wohler <wohler@newt.com>
15287
15288 * image.el (image-load-path-for-library): Pass value of path
15289 rather than symbol. Always return list of directories.
15290 Guarantee that image directory comes first.
15291
15292 2006-03-14 Alan Mackenzie <acm@muc.de>
15293
15294 * font-core.el (font-lock-extend-region\(-function\)?.):
15295 New function/variable.
15296
15297 * font-lock.el (font-lock-after-change-function):
15298 Call font-lock-extend-region. Obey font-lock-lines-before.
15299 (font-lock-default-fontify-region): Remove reference to
15300 font-lock-lines-before.
15301
15302 * jit-lock.el (jit-lock-after-change):
15303 Call font-lock-extend-region. Obey font-lock-lines-before.
15304
15305 2006-03-14 David Ponce <david@dponce.com>
15306
15307 * tree-widget.el (tree-widget-themes-load-path)
15308 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15309
15310 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
15311
15312 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
15313 (rcirc-print): Mark the start of text at the end of the prompt.
15314 (rcirc-track-minor-mode): Add autoload cookie.
15315 (rcirc-update-activity-string): Add space to front of mode-line
15316 indicator.
15317
15318 2006-03-13 Miles Bader <miles@gnu.org>
15319
15320 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
15321 (rcirc-abbrev-nick): Remove function.
15322 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
15323
15324 2006-03-13 David Ponce <david@dponce.com>
15325
15326 * tree-widget.el: Handle themes across all occurrences of the main
15327 themes sub-directory found in tree-widget-themes-load-path.
15328 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15329 (tree-widget--locate-sub-directory): Return all occurrences.
15330 (tree-widget-themes-path): New function.
15331 Replace tree-widget-themes-directory, and return a list of directories.
15332 (tree-widget-set-parent-theme)
15333 (tree-widget-lookup-image): Use it.
15334
15335 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
15336
15337 * textmodes/org.el (org-link-search): Avoid self-matching of
15338 links, allow target text to be distributed over several lines.
15339 (org-search-not-link): New function.
15340 (org-set-regexps-and-options, org-get-current-options):
15341 New startup options.
15342 (org-export-as-html): Take odd-level setting from local variable.
15343 (org-fontify-emphasized-text): New option.
15344 (org-set-font-lock-defaults): Include emphasized text.
15345 (org-follow-mhe-link): Allow folder-only links, fix folder name.
15346 (org-font-lock): Customize group renamed from `org-faces'.
15347
15348 2006-03-13 John Paul Wallington <jpw@pobox.com>
15349
15350 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
15351 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
15352
15353 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
15354
15355 * cus-start.el (all): Delete :version keyword for members of the
15356 fringe group, since the entire group is new in 22.1.
15357
15358 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
15359
15360 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
15361 map if value is hexadecimal (an address).
15362 (gud-watch): Only search roots for existing watch expressions.
15363 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
15364 prevent caching problems with speedbar-update-directory-contents.
15365
15366 2006-03-12 Juri Linkov <juri@jurta.org>
15367
15368 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
15369 before comparing with `low' and `warn'.
15370
15371 * info.el (Info-dir-remove-duplicates): Move point to the
15372 beginning of the current line after deleting the entries from
15373 redundant heading. Use marker for `limit' and compare it with
15374 point before calling `re-search-forward'.
15375
15376 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
15377
15378 * simple.el (yank): Fix typo in docstring.
15379
15380 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
15381
15382 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
15383 messages, where "D" is the 6th character.
15384
15385 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15386
15387 * simple.el (yank): Fix last change.
15388
15389 2006-03-11 David Ponce <david@dponce.com>
15390
15391 * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
15392 before merging elements from the standard ispell-dictionary-alist.
15393 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
15394 alist, and return the new alist.
15395
15396 2006-03-11 Richard Stallman <rms@gnu.org>
15397
15398 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
15399
15400 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
15401 the way it is implemented is too unclean.
15402
15403 * simple.el (kill-region, yank): Doc fix.
15404
15405 * battery.el (battery-echo-area-format): Doc fix.
15406 (battery-mode-line-format): Likewise.
15407 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
15408 (battery-linux-proc-acpi): Ignore batteries that say "charged".
15409
15410 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
15411
15412 * progmodes/octave-mod.el (octave-indent-for-comment):
15413 Behave according to do string.
15414
15415 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
15416
15417 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
15418 Be visible only if major mode is Mail Mode.
15419
15420 * textmodes/flyspell.el (flyspell-external-point-words)
15421 (flyspell-process-localwords): Fix last changes.
15422
15423 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15424
15425 * calendar/holidays.el (list-holidays): Doc fix.
15426
15427 * international/mule.el (auto-coding-alist): Add .odt
15428 (OpenOffice's open document) files.
15429
15430 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
15431 document) files. Mention in the doc string the need to sync with
15432 auto-coding-alist.
15433
15434 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
15435
15436 * files.el (hack-local-variables-confirm): Don't prompt for ! if
15437 enable-local-variables is set to always query, or there is no
15438 savable variable.
15439
15440 2006-03-10 Bill Wohler <wohler@newt.com>
15441
15442 * image.el (image-load-path-for-library): Merge at least three
15443 functions from Gnus and MH-E into this one function that can now
15444 be shared.
15445
15446 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
15447
15448 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
15449 gdb-remove-mouse-face and remove help-echo too.
15450 (gdb-enqueue-input): Correct conditional clause.
15451
15452 2006-03-10 Glenn Morris <rgm@gnu.org>
15453
15454 * calendar/calendar.el (calendar-holidays): Doc fix.
15455 * calendar/holidays.el (list-holidays): Doc fix.
15456
15457 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
15458
15459 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
15460 it gets called in gdb-prompt anyway.
15461 (gdb-use-separate-io-buffer): Only restore window arrangement for
15462 gdb-many-windows.
15463 (gdb-enqueue-input): Make it harder to send GDB input when program
15464 is running.
15465 (gdb-buffer-list): New variable.
15466 (gdb-remove-mouse-face): New function.
15467 (gdb-starting): Use it when GDB input won't get sent.
15468
15469 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
15470
15471 * help.el (view-lossage): Remove trailing whitespace before
15472 inserting "\n".
15473
15474 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
15475
15476 * files.el (hack-local-variables-confirm):
15477 Set coding-system-for-read to nil before writing to .emacs.
15478
15479 * arc-mode.el (archive-extract): Check if an existing buffer name
15480 comes from a different archive.
15481
15482 * help.el (describe-key-briefly): If KEY is a down event, read and
15483 discard the up event.
15484
15485 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
15486
15487 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
15488 be edited and use font-lock-warning-face for any changes.
15489
15490 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
15491 (gdb-edit-value): Use it to report any errors.
15492
15493 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
15494
15495 * help.el (describe-key): Remove leftover test code.
15496
15497 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
15498
15499 * textmodes/org.el: Move defvars out of eval-when-compile.
15500 Use buffer-file-name variable.
15501 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
15502 arg `file'.
15503 (org-level-faces): Remove startup dependency.
15504 (org-cycle, org-map-tree, org-scan-tags)
15505 (org-remember-handler): Don't call `outline-level' directly.
15506 (org-mhe-search-all-folders): New option.
15507 (org-mhe-get-message-folder-from-index)
15508 (org-mhe-get-message-folder): Fix indexing search.
15509 (org-format-agenda-item): Handle nil TAGS argument.
15510 (org-cleaned-string-for-export, org-activate-target-links)
15511 (org-make-target-link-regexp): Deal with empty radio target list.
15512 (org-tag): New face.
15513 (org-get-level-face): New function.
15514 (org-set-font-lock-defaults): Simplify setup for headlines.
15515 (org-complete): Pass common substring to `display-completion-list'.
15516
15517 2006-03-06 David Ponce <david@dponce.com>
15518
15519 * tree-widget.el: Update Commentary header.
15520 (tree-widget-theme-name): Ignore parent themes.
15521 (tree-widget-set-parent-theme): New function.
15522 (tree-widget-set-theme): Use it.
15523 (tree-widget-set-image-properties): Move definition. Does nothing
15524 if image properties have already been set.
15525 (tree-widget-image-properties): Move definition. Receive an image
15526 name. Set the :pointer property.
15527 (tree-widget-lookup-image): Doc fix. Search in parent themes.
15528 Don't set the :pointer image property.
15529 (tree-widget-convert-widget): New function. Handle :dynargs
15530 compatibility here.
15531 (tree-widget): Use it to :convert-widget. Add the :expander-p
15532 predicate to control when the :expander function is entered.
15533 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
15534 (tree-widget-value-create): Handle :expander-p. widget-apply
15535 :expander.
15536 (tree-widget-expander-p): New function. Default value of the
15537 :expander-p property.
15538
15539 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
15540
15541 * help.el (describe-key): Properly handle the return value of
15542 read-key-sequence when grabbing an up-event. Cleanup mouse-1
15543 remaps. Handle string and vector `follow-link' values.
15544
15545 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
15546
15547 * complete.el (PC-expand-many-files): Try be more careful when parsing
15548 the shell's output.
15549
15550 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
15551
15552 * outline.el (hide-sublevels): Provide better interactive default.
15553
15554 2006-03-06 Kenichi Handa <handa@m17n.org>
15555
15556 * international/fontset.el (create-fontset-from-fontset-spec):
15557 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
15558
15559 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
15560
15561 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
15562 backslashes instead of one in regexp.
15563 (gud-tooltip-dereference): Add missing optional argument.
15564
15565 2006-03-04 John Paul Wallington <jpw@pobox.com>
15566
15567 * wdired.el (toplevel): Require `cl' at compile-time.
15568
15569 2006-03-04 Andreas Schwab <schwab@suse.de>
15570
15571 * server.el (server-process-filter): Handle errors during
15572 evaluation of the argument.
15573
15574 2006-03-03 John Paul Wallington <jpw@pobox.com>
15575
15576 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
15577 escape parentheses at beginning of line.
15578 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
15579 (t-mouse-mode): Remove period from end of error message.
15580
15581 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
15582
15583 * textmodes/flyspell.el (flyspell-process-localwords):
15584 Be case-sensitive.
15585
15586 2006-03-03 Martin Rudalics <rudalics@gmx.at>
15587
15588 * cus-edit.el (custom-quote): Remove function, since it has been
15589 moved to custom.el.
15590
15591 * font-lock.el (lisp-font-lock-keywords-2)
15592 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
15593 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
15594 they have no special meaning.
15595
15596 * midnight.el (clean-buffer-list): Handle case where base-buffer of
15597 indirect buffer gets killed before indirect buffer. Use dolist.
15598
15599 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15600
15601 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
15602 value instead of a literal constant (1) on more pauses.
15603
15604 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
15605
15606 * textmodes/flyspell.el (flyspell-external-point-words):
15607 Be case-sensitive.
15608
15609 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
15610
15611 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
15612 with "www".
15613
15614 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15615
15616 * allout.el: Restablish intermediate missing comment header to
15617 preserve outline structure.
15618 (allout-beginning-of-current-entry): Skip invisible text.
15619 (allout-open-topic): Fix opening a topic at end-of-buffer.
15620 (allout-minor-mode): Move nearer to allout-mode function.
15621
15622 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
15623
15624 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
15625
15626 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
15627
15628 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
15629 is nil.
15630
15631 * progmodes/gud.el (gud-speedbar-menu-items):
15632 Use buffer-local-value and add missing :visible keyword.
15633
15634 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
15635
15636 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
15637
15638 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
15639 must be `follow-link'.
15640
15641 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
15642
15643 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
15644 formatting: No nested anchors.
15645 (org-all-targets): Fix bug with XEmacs compatibility.
15646 (org-read-date): Add (require 'parse-time).
15647 (org-set-tags): Fix bug with extra inserted space.
15648 (org-export-html-style): Define a style class for targets.
15649 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
15650 (org-hide-leading-stars): New option.
15651 (org-hide): New face.
15652 (org-set-font-lock-defaults): Allow to hide leading stars.
15653 (org-get-legal-level, org-tr-level): New functions.
15654 (org-odd-levels-only): New option.
15655 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
15656 (org-demote, org-promote): Deal with double-star levels.
15657 (org-convert-to-odd-levels): New command.
15658
15659 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
15660
15661 * speedbar.el (speedbar-update-localized-contents): Try to
15662 preserve window-start.
15663 (speedbar-update-directory-contents): Try to preserve window-start
15664 and window-point.
15665 (speedbar-update-special-contents): Don't move back to start of window.
15666
15667 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
15668 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
15669 speedbar-timer-fn.
15670 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
15671 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
15672 instead of gdb-speedbar-timer-fn.
15673
15674 2006-02-28 Jay Belanger <belanger@truman.edu>
15675
15676 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
15677 (math-compose-expr): Use latex option when calling
15678 `math-compose-tex-matrix' for latex mode.
15679
15680 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
15681
15682 * speedbar.el: Re-instate comments about developing for speedbar
15683 [this is what info and gdb-ui use even if better methods exist now].
15684
15685 * t-mouse.el: New file.
15686 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
15687 (t-mouse-lispy-buffer-posn-from-coords): Remove.
15688 (t-mouse-make-event-element): Use posn-at-x-y instead.
15689 (t-mouse-make-event): Deal with Fedora Core 3.
15690 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
15691 (t-mouse-mouse-position-function): New function. Use it instead
15692 of advising mouse-position.
15693 (t-mouse-mode): New minor mode.
15694 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
15695
15696 2006-02-27 Glenn Morris <rgm@gnu.org>
15697
15698 * calendar/calendar.el (calendar-holidays): Doc fix.
15699
15700 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
15701
15702 * progmodes/gdb-ui.el (gdb-source-window): New variable.
15703 Re-introduce the concept of a source window.
15704 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
15705 consistency with get-buffer-create.
15706 (def-gdb-auto-update-handler, gdb-info-locals-handler)
15707 (gdb-data-list-register-values-handler)
15708 (gdb-stack-list-locals-handler): Try to preserve window-start as
15709 well as window-point.
15710 (gdb-display-source-buffer): New function (old concept).
15711 (gdb-goto-breakpoint): Use it.
15712
15713 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
15714 for gdb-ui/gdb-mi (old concept).
15715
15716 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
15717
15718 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
15719 binding.
15720
15721 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
15722
15723 * textmodes/reftex-sel.el (reftex-select-label-map)
15724 (reftex-select-bib-map): Add `follow-mouse' binding.
15725
15726 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
15727
15728 * jka-cmpr-hook.el (jka-compr-compression-info-list)
15729 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
15730 Give :set functions to provide automatic updating.
15731 Update docstring. Give compiler defvars early in the file
15732 and move the defcustoms to a later spot where all called functions
15733 are defined.
15734 (jka-compr-file-name-handler-entry): Doc fix.
15735 (jka-compr-compression-info-list--internal)
15736 (jka-compr-mode-alist-additions--internal)
15737 (jka-compr-load-suffixes--internal): New variables.
15738 (jka-compr-install): Set the three above variables.
15739 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15740 (jka-compr-update, jka-compr-set): New functions.
15741 (auto-compression-mode): Doc fix.
15742
15743 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
15744 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15745 Use jka-compr-compression-info-list--internal,
15746 jka-compr-mode-alist-additions--internal and
15747 jka-compr-load-suffixes--internal.
15748
15749 * files.el (load-library):
15750 * loadhist.el (file-loadhist-lookup):
15751 * startup.el (command-line):
15752 * subr.el (locate-library):
15753 * emacs-lisp/autoload.el (update-directory-autoloads):
15754 * emacs-lisp/find-func.el (find-library-suffixes):
15755 Use `get-load-suffixes' instead of `load-suffixes'.
15756
15757 * subr.el (locate-library):
15758 * emacs-lisp/find-func.el (find-library-name):
15759 Use `load-file-rep-suffixes' instead of '("").
15760
15761 2006-02-26 Kim F. Storm <storm@cua.dk>
15762
15763 * ido.el (ido-save-history, ido-load-history): Simplify.
15764 Don't use find-file-noselect to avoid interference from other modes.
15765
15766 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
15767
15768 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
15769 to use the default shell if filename is not available.
15770 Reported by Giorgos Keramidas.
15771
15772 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
15773
15774 * progmodes/etags.el (tags-completion-table): Do completion from
15775 all the tables in the current list, as documented in the manual.
15776
15777 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15778
15779 * CC Mode Update to 5.31.3.
15780
15781 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15782
15783 * progmodes/cc-mode.el (c-postprocess-file-styles):
15784 Bind inhibit-read-only to t, around the call to
15785 c-remove-any-local-eval-or-mode-variables, so that it works on a
15786 RO file.
15787
15788 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15789
15790 * progmodes/cc-awk.el: Correct a typo.
15791
15792 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15793
15794 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
15795 c-hungry-delete-backwards, at the request of RMS. Leave the old
15796 name as an alias.
15797
15798 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15799
15800 * progmodes/cc-mode.el: Correct a typo.
15801
15802 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15803
15804 * progmodes/cc-defs.el: Update the version number to 5.31.3.
15805
15806 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15807
15808 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
15809 brace-else-brace (error due to mbeg, mend being undefined).
15810
15811 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15812
15813 * progmodes/cc-mode.el: File Local variables: Solve the problem
15814 where both `mode' and c-file-offsets are specified: `mode' will
15815 overwrite c-f-o's settings:
15816 (c-remove-any-local-eval-or-mode-variables): New function.
15817 (c-postprocess-file-styles): Call the above new function, within
15818 c-tentative-buffer-change, to splat `mode' and `eval' before the
15819 second hack-local-variables.
15820
15821 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15822
15823 * progmodes/cc-mode.el:
15824 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
15825 (c-after-change): Protect the match data with save-match-data.
15826 It was getting corrupted by c-after-change-check-<>-operators.
15827
15828 * progmodes/cc-defs.el: [Supersedes patch V1.38]:
15829 (top level): Check for a buggy font-lock-compile-keywords ONLY in
15830 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
15831
15832 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
15833 with save-match-data. It was being corrupted when Font Lock was
15834 not enabled.
15835
15836 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15837
15838 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
15839 Mode and Subword Mode.
15840
15841 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
15842 real labels ("case 1:" or "foo:") from non-labels ("public:").
15843 (c-forward-objc-directive): Replace c-forward-token-2 with crude
15844 coding; c-f-t-2 doesn't move over a token at EOB.
15845
15846 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
15847
15848 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
15849 (c-update-modeline): Concatenate the minor mode indicators
15850 directly onto mode-name, removing c-submode-indicators.
15851 Sometimes, c-s-i got separated from the mode name on the mode line.
15852
15853 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
15854 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
15855
15856 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15857
15858 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
15859 error message when there's an evaluation error to show whether
15860 it's loaded from source or not.
15861 (c-filter-ops): Make it available at runtime too to work when
15862 `c-make-init-lang-vars-fun' needs to evaluate from source.
15863
15864 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
15865
15866 * help.el (help): Revert last part of 2006-02-23 change (deletion
15867 of the `provide' call).
15868
15869 2006-02-23 Juri Linkov <juri@jurta.org>
15870
15871 * compare-w.el (compare-windows-highlight): Add new value
15872 `persistent' and change :type from `boolean' to `choice'.
15873 (compare-windows-overlays1, compare-windows-overlays2):
15874 New internal variables.
15875 (compare-windows-highlight): If compare-windows-highlight is
15876 `persistent', add current overlays to compare-windows-overlays[12]
15877 instead of adding compare-windows-dehighlight to pre-command-hook.
15878 (compare-windows-dehighlight): Delete all overlays from
15879 compare-windows-overlays[12].
15880
15881 * info.el (Info-search): Don't bind search-spaces-regexp to
15882 Info-search-whitespace-regexp in non-regexp isearch mode.
15883
15884 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15885
15886 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
15887
15888 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
15889
15890 * textmodes/org.el (org-xemacs-p)
15891 (org-export-html-show-new-buffer, org-table-may-need-update)
15892 (org-insert-item, org-mhe-get-message-real-folder)
15893 (org-mhe-get-message-folder-from-index)
15894 (org-mhe-get-message-folder, org-mhe-get-message-num)
15895 (org-mhe-get-header, org-make-org-heading-search-string)
15896 (org-make-org-heading-camel, org-table-sort-lines)
15897 (org-format-org-table-html, org-format-table-table-html):
15898 Fix typos in docstrings.
15899
15900 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
15901
15902 * textmodes/org.el (org-cleaned-string-for-export)
15903 (org-solidify-link-text): New function.
15904 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
15905 XEmacs, just to silence the compiler.
15906 (org-export-as-ascii, org-export-as-html-and-open):
15907 Use `org-cleaned-string-for-export' and create internal links.
15908 (org-follow-mhe-link): Require mh-e, use folder.
15909
15910 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15911
15912 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
15913
15914 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
15915 gdb-debug-log-length.
15916 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
15917 it a real ring but...
15918 (gud-gdba-marker-filter): ...make it work like mark-ring.
15919 (gdb-enable-debug): Rename from gdb-enable-debug-log.
15920 (gdb-mouse-jump): New function. Add bindings.
15921
15922 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15923
15924 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
15925 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
15926 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
15927 (gdb-debug-log-length): Customize it's length.
15928 (gud-watch, gdb-var-create-handler): Display function::var format
15929 but don't use to create variable object.
15930 (gdb-var-create-handler): Use message-box in place of message.
15931 (gdb-stopped): Call gdb-exited if signalled.
15932
15933 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
15934
15935 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
15936
15937 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
15938
15939 * textmodes/reftex.el (reftex-locate-file): Search all extensions
15940 if `reftex-try-all-extensions' is set.
15941
15942 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
15943 fail silently when there is no valid argument at point.
15944 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
15945 `fail-silently' argument. From a patch by David Reiter.
15946
15947 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
15948 New commands.
15949 (org-mark-ring): New variable.
15950 (org-mark-ring-length): New option.
15951 (org-open-at-point, org-goto, org-open-file): Push old position
15952 onto the mark ring.
15953 (org-add-hook): New function.
15954 (org-export-table-remove-special-lines): New option.
15955 (org-skip-comments, org-format-org-table-html): Respect new
15956 option `org-export-table-remove-special-lines'.
15957 (org-open-file): Allow special command configuration for
15958 directory link.
15959 (org-file-apps): Fix bugs in customize type, added setting
15960 for directories.
15961 (org-activate-tags, org-format-agenda-item, org-complete)
15962 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
15963 (org-get-tags, org-get-buffer-tags, org-open-at-point)
15964 (org-link-search, org-make-org-heading-search-string)
15965 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
15966 (org-radio-targets, org-file-link-context-use-camel-case)
15967 (org-activate-camels): New options.
15968 (org-update-radio-target-regexp, org-all-targets)
15969 (org-make-target-link-regexp, org-activate-target-links):
15970 New functions.
15971 (org-make-org-heading-search-string): New function.
15972 (org-store-link, org-insert-link): Use new option
15973 `org-file-link-context-use-camel-case'.
15974 (org-activate-camels): Use new option `org-activate-camels'.
15975 (org-link-regexp): Add mhe prefix.
15976 (org-open-at-point, org-store-link): Support for mhe links.
15977 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
15978 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
15979 (org-mhe-get-header, org-follow-mhe-link): New functions.
15980 (org-remove-angle-brackets, org-add-angle-brackets):
15981 New functions.
15982 (org-bracket-link-regexp): New constant.
15983 (org-read-date): Fix bug that was rejecting all typed dates.
15984 (org-link-search): Make hierarchy above visible after a match.
15985 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
15986 (org-store-link): Fix bug with link creation when cursor is in
15987 an empty line.
15988 (org-open-at-point): Fix bug with matching a link.
15989 Fixed buggy argument sequence in call to `org-view-tags'.
15990 (org-compile-prefix-format): Set `org-prefix-has-tag'.
15991 (org-prefix-has-tag): New variable.
15992 (org-format-agenda-item): Remove tags from headline
15993 if appropriate.
15994 (org-agenda-remove-tags-when-in-prefix): New option.
15995
15996 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
15997
15998 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
15999 Fix the regular expressions.
16000
16001 2006-02-21 Richard M. Stallman <rms@gnu.org>
16002
16003 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
16004 if there's no other specific basis.
16005
16006 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
16007 as variables at all.
16008 (unsafep-variable): Rename arg; doc fix.
16009
16010 * abbrevlist.el (list-one-abbrev-table): Add autoload.
16011
16012 * calendar/appt.el (diary-selective-display): Add defvar.
16013
16014 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
16015
16016 * isearch.el (search-whitespace-regexp): Fix custom type.
16017
16018 * help.el (describe-key-briefly): Compute interactive args
16019 in same was as before previous change.
16020
16021 * files.el (enable-local-variables): Doc fix.
16022
16023 2006-02-21 Kim F. Storm <storm@cua.dk>
16024
16025 * fringe.el: Cleanup as file is now pre-loaded.
16026 (fringe-bitmaps): Initialize unconditionally.
16027 (fringe-mode, set-fringe-style): Remove autoload cookies.
16028
16029 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
16030
16031 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
16032 `horizontal-bar'.
16033 (fringe-cursor-alist): Use `horizontal-bar'.
16034
16035 2006-02-20 Kim F. Storm <storm@cua.dk>
16036
16037 * fringe.el (fringe-bitmaps): Update to new bitmap names.
16038 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
16039
16040 * loadup.el: Load "fringe" on window systems.
16041
16042 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
16043
16044 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
16045 out of scope components.
16046
16047 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
16048 default.
16049
16050 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
16051
16052 * custom.el (customize-mark-to-save, customize-mark-as-set):
16053 Load the symbol first.
16054
16055 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
16056
16057 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
16058 strech spec so it doesn't display as "^J" on the header line
16059 when `Buffer-menu-use-header-line' is t.
16060
16061 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
16062
16063 * speedbar.el (speedbar-make-button): Keep text properties
16064 of string arguments if desired.
16065
16066 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
16067 expessions.
16068
16069 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
16070 of speedbar.
16071
16072 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
16073
16074 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
16075 to value of `read-file-name-completion-ignore-case'.
16076
16077 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
16078
16079 * custom.el (customize-mark-as-set): Push to `user' theme.
16080
16081 * cus-edit.el (custom-save-variables): Allow unthemed values.
16082 (customize-set-variable): Push setting to `user' theme.
16083
16084 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
16085
16086 * progmodes/gud.el: Don't require font-lock as it's now
16087 automatically loaded.
16088 (gud-speedbar-buttons): Replace gdb-var-changed with
16089 gdb-force-update.
16090
16091 * progmodes/gdb-ui.el (gdb-force-update): Rename from
16092 gdb-var-changed.
16093 (gdb-post-prompt): Use it.
16094 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
16095 (gdb-var-update-handler, gdb-var-delete)
16096 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
16097 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
16098 gdb-force-update in gdb-post-prompt.
16099 (gdb-reset): Clear watch expressions from speedbar when quitting.
16100
16101 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16102
16103 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
16104 (viper-change-state-to-vi, viper-change-state-to-emacs):
16105 Make aware of cursor coloring in the Emacs state.
16106 (viper-special-read-and-insert-char): Use read-char-exclusive.
16107 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
16108
16109 * emulation/viper-init.el (viper-emacs-state-cursor-color):
16110 New variable.
16111
16112 * emulation/viper-util.el (viper-save-cursor-color)
16113 (viper-get-saved-cursor-color-in-replace-mode)
16114 (viper-get-saved-cursor-color-in-insert-mode)
16115 (viper-restore-cursor-color): Make aware of the cursor color
16116 in Emacs state.
16117 (viper-get-saved-cursor-color-in-emacs-mode): New function.
16118
16119 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
16120 (ediff-ignore-case-option3, ediff-actual-diff-options)
16121 (ediff-actual-diff3-options): New variables to control case sensitivity.
16122 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
16123 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
16124 (ediff-toggle-ignore-case): New function.
16125 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
16126
16127 * ediff-help.el (ediff-long-help-message-narrow2)
16128 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
16129 (ediff-long-help-message-word-mode): Add ignore-case command.
16130 (ediff-help-for-quick-help): Add ignore-case command.
16131
16132 * ediff-merg.el: Move provide to the end.
16133
16134 * ediff-ptch.el: Move provide to the end.
16135
16136 * ediff-wind.el: Move provide to the end.
16137
16138 * ediff-mult.el: Move provide to the end.
16139 (ediff-set-meta-overlay): Enable follow-link.
16140
16141 * ediff.el: Move provide to the end.
16142 Break recursive load cycle in eval-when-compile.
16143 (ediff-patch-buffer): Better heuristics.
16144
16145 * ediff-util.el: Move provide to the end.
16146 Break recursive load cycle in eval-when-compile.
16147 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
16148 defuns.
16149 (ediff-submit-report): Pass the values of ediff-diff3-program,
16150 ediff-diff3-options.
16151
16152 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
16153
16154 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
16155 the opening bracket of the following bracketing pairs: {}, [], (), <>,
16156 `' (for example, in the docstring of `windmove-default-keybindings').
16157
16158 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
16159
16160 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
16161 shadow face. Don't provide binding to edit variable when it is
16162 out of scope.
16163
16164 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
16165 (gdb-var-update-handler): Detect out of scope variables with pre
16166 GDB 6.4 too.
16167 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
16168 Reset status of variable objects to nil in update handlers.
16169 (gdb-var-update-handler-1): Detect when a variable object comes
16170 in scope. setcar on var changes gdb-var-list directly.
16171
16172 2006-02-17 Juri Linkov <juri@jurta.org>
16173
16174 * ffap.el (ffap) <defface>: Add explicit face declaration.
16175 (ffap-highlight): Use face `ffap' directly instead of checking
16176 for its existence.
16177
16178 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
16179 `visible-ok' of `other-buffer' to find the right original buffer.
16180
16181 * info.el (Info-search): Skip `Local Variables' node.
16182
16183 2006-02-17 Juri Linkov <juri@jurta.org>
16184
16185 * info.el (Info-find-file): Check for symbols `apropos', `history',
16186 `toc' in the input filename, and return these symbols as is.
16187 (Info-find-node-2): Set Info-current-file to symbols `apropos',
16188 `history', `toc' instead of strings.
16189 (Info-set-mode-line): For non-string Info-current-file use the
16190 symbol's name inside **.
16191 (Info-isearch-push-state): Add quote before Info-current-file and
16192 Info-current-node.
16193 (Info-isearch-pop-state): Use `equal' instead of `string='.
16194 (Info-extract-pointer, Info-following-node-name): Use
16195 `match-string-no-properties' instead of `match-string'.
16196 (Info-up): Check `old-file' for `stringp'.
16197 (Info-history): Use `equal' instead of `string-equal'.
16198 Check `file' for `stringp'.
16199 (Info-history): Use symbol `history' instead of string as first arg
16200 of `Info-find-node'.
16201 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
16202 `toc' instead of string.
16203 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
16204 instead of `buffer-substring', and `match-string-no-properties'
16205 instead of `match-string'.
16206 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
16207 instead of strings.
16208 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
16209 Use symbol `apropos' instead of string.
16210 (Info-copy-current-node-name): Check `Info-current-file' for
16211 `stringp' and construct a command with `Info-find-node' from it.
16212 (Info-fontify-node): Use `match-string-no-properties' instead of
16213 `match-string' and check file names for `stringp'.
16214 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
16215 `history', `toc' instead of strings.
16216
16217 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
16218
16219 * files.el: Rearrange functions and variables in the file local
16220 variables section.
16221
16222 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
16223
16224 * files.el: Add truncate-lines, ispell-check-comments and
16225 ispell-local-dictionary as safe local variables.
16226
16227 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
16228
16229 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
16230 out of scope variables.
16231 (gud-speedbar-buttons): Use unless.
16232
16233 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
16234 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
16235 (gdb-show-changed-values): Also use for out of scope variables.
16236 (gdb-var-update-handler-1): Note if variable goes out of scope.
16237
16238 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
16239
16240 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
16241 default to global variable values for unsupplied args.
16242 (rcirc-get-buffer-create): Fix bug with setting the target.
16243 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
16244 test for rcirc-always-use-server-buffer-flag here.
16245 (rcirc-response-formats): Add %N, which is a facified nick. %n
16246 uses the default face. Change the ACTION format string. If the
16247 "nick" is the server, don't print anything for that field.
16248 Comment fixes.
16249 (rcirc-target-buffer): Don't test
16250 rcirc-always-use-server-buffer-flag here.
16251 (rcirc-print): Squeeze extra spaces out of the text before message.
16252 (rcirc-put-nick-channel): Strip potential "@" char from nick
16253 before adding them to nick table.
16254 (rcirc-url-regexp): Improve to match address like "foo.com".
16255
16256 2006-02-17 Eli Zaretskii <eliz@gnu.org>
16257
16258 * allout.el (allout-hidden-p): Move this defsubst before
16259 allout-overlay-interior-modification-handler, where it is first
16260 used.
16261
16262 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
16263
16264 * allout.el: Use allout invisible-text overlays instead of
16265 selective display for concealed text. Also, lots of general
16266 cleanup, and improved compatibility code.
16267
16268 (allout-version): Incremented, corrected, revised, and refined
16269 module commentary.
16270
16271 (provide 'allout): Moved to the bottom, added a require of overlay.
16272
16273 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
16274 `except-current'.
16275 (allout-write-file-hook-handler): Minimize delay.
16276 (count-trailing-whitespace-region): New function so
16277 auto-encryption of current topic can resituate cursor exactly.
16278 PGP/GPG encryption trims trailing whitespace from lines, which
16279 must be accounted for across encryption then decryption.
16280
16281 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
16282 just plain "\C-c", to avoid intruding on user's keybinding space.
16283
16284 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
16285 parameter, so user request to provide a new password is done.
16286
16287 (allout-outside-normal-auto-fill-function, allout-auto-fill):
16288 Refined mechanism for auto-filling behavior while in allout mode.
16289
16290 (allout-mode): Explicitly specify the mode map in the docstring.
16291 Clarify provision for various write-file hook var names.
16292 Adjusted for invisible-text overlays instead of selective-display.
16293
16294 (allout-depth): Really return 0 if not within any topic. This
16295 rectifies `allout-beginning-of-level' and sequence numbering
16296 errors that occur when cutting and pasting numbered topics.
16297 Changed from a in-line subst to a regular function, as well.
16298
16299 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
16300
16301 (allout-end-of-subtree, allout-end-of-subtree)
16302 (allout-end-of-entry, allout-end-of-current-heading)
16303 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
16304 (allout-show-children, allout-show-to-offshoot)
16305 (allout-hide-current-entry, allout-show-current-entry): Rectified
16306 handling of trailing blank lines between items.
16307
16308 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
16309 (allout-current-depth, allout-unprotected, allout-hidden-p)
16310 (allout-on-current-heading-p, allout-listify-exposed)
16311 (allout-chart-subtree, allout-goto-prefix)
16312 (allout-back-to-current-heading, allout-get-body-text)
16313 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
16314 (allout-hide-region-body, allout-toggle-subtree-encryption)
16315 (allout-encrypt-string, allout-encrypted-key-info)
16316 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
16317 (allout-file-vars-section-data): Adjusted for use with
16318 invisible-text overlays instead of selective-display.
16319
16320 (allout-kill-line, allout-kill-topic, allout-yank-processing):
16321 Reworked for use with invisible text overlays.
16322
16323 (allout-current-topic-collapsed-p): New function.
16324
16325 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
16326 to know when to close the containing topic.
16327
16328 (allout-pre-command-business, allout-post-command-business):
16329 Simplify undo-batching and dynamic isearch exposure.
16330
16331 (allout-set-overlay-category): New for invisible-text overlays.
16332 Sets properties of allout-overlay-category, used by
16333 allout-flag-region to set invisible-text overlay properties.
16334 (allout-get-invisibility-overlay): Get the first qualifying
16335 invisibility overlay, so we can find the extent of it.
16336 (allout-back-to-visible-text): Get to just before the beginnining
16337 of the current invisibility overlay, if any.
16338
16339 (allout-overlay-insert-in-front-handler)
16340 (allout-overlay-interior-modification-handler)
16341 (allout-before-change-handler, allout-isearch-end-handler): New
16342 functions to handle extraordinary actions affecting concealed
16343 text.
16344
16345 (allout-flag-region): Use overlays instead of selective-display
16346 for invisible text - by inheritence from the properties of
16347 allout-overlay-category in mainline Emacs, and applied
16348 property-by-property in XEmacs, some recent versions of which
16349 don't inherit the properties from the category. Provisions to
16350 respond to concealed-text edits simplified drastically.
16351
16352 (allout-isearch-rectification, allout-isearch-was-font-lock)
16353 (allout-isearch-expose, allout-enwrap-isearch)
16354 (allout-isearch-abort, allout-pre-was-isearching)
16355 (allout-isearch-prior-pos, allout-isearch-did-quit)
16356 (allout-isearch-dynamic-expose)
16357 (allout-hide-current-entry-completely): Functions deleted.
16358
16359 (allout-undo-aggregation): Explicit undo aggregation no longer
16360 necessary due to transition away from selective-display.
16361
16362 (set-allout-regexp, allout-up-current-level)
16363 (allout-next-visible-heading, allout-forward-current-level)
16364 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
16365 (allout-kill-line, allout-yank-processing, allout-show-children)
16366 (allout-expose-topic, allout-old-expose-topic)
16367 (allout-listify-exposed, allout-insert-latex-header)
16368 (allout-toggle-subtree-encryption, allout-encrypt-string)
16369 (remove-from-invisibility-spec, allout-hide-current-subtree):
16370 Ditched unused variables.
16371
16372 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
16373
16374 * textmodes/ispell.el (ispell-change-dictionary): Call
16375 ispell-buffer-local-dict instead of
16376 ispell-accept-buffer-local-defs.
16377 (ispell-local-dictionary-alist): Accept as valid any coding-system
16378 supported by Emacs.
16379 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
16380 changed to iso-8859-3.
16381
16382 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
16383
16384 * speedbar.el (speedbar-frame-width): Make an inline function
16385 instead of a macro. Use frame-width.
16386 (speedbar-try-completion, speedbar-update-contents)
16387 (speedbar-timer-fn): Use consp.
16388 (speedbar-update-localized-contents): Try to preserve point.
16389
16390 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
16391 (menu): Re-order menu items.
16392 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
16393 field.
16394 (gdb-var-update-handler-1): Use it for GDB 6.4+.
16395 (gdb-post-prompt): Speed things by not forcing update.
16396
16397 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
16398
16399 * wid-edit.el (widget-button-click): For mouse-1, cancel button
16400 press and perform default action if we get a mouse movement event.
16401
16402 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
16403
16404 * calendar/icalendar.el (icalendar--get-event-property)
16405 (icalendar--get-event-property-attributes): Fix typos in
16406 docstrings.
16407
16408 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
16409 docstring.
16410
16411 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
16412
16413 * bs.el (bs-mode): Use `buffer-disable-undo'.
16414 (bs--get-file-name): Simplify.
16415 (bs-show-in-buffer): Mark the buffer as not modified.
16416
16417 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16418
16419 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
16420 widget-button-click.
16421
16422 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
16423 (custom-mode): Update docstring.
16424
16425 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
16426 binding.
16427
16428 * files.el (hack-local-variables-confirm): Allow scrolling if the
16429 file variable list is too long. Kill temp buffer after use.
16430
16431 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
16432
16433 * progmodes/gud.el (gdb): Improve doc string.
16434 (gdb-script-font-lock-keywords): Expand allowed character set.
16435
16436 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
16437 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
16438 (gdb-separate-io-interrupt, gdb-separate-io-quit)
16439 (gdb-separate-io-stop, gdb-separate-io-eof):
16440 Rename from gdb-inferior-* to gdb-separate-*.
16441 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
16442
16443 2006-02-14 Jay Belanger <belanger@truman.edu>
16444
16445 * calc/calc-arith.el (math-check-known-scalarp): Make sure
16446 expression is a symbol before checking that it is bound.
16447
16448 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
16449 test to see if equation can be solved.
16450
16451 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16452
16453 * wid-edit.el (widget-button-click): Use :pressed-face property
16454 for overlay face, if it exists.
16455
16456 * cus-edit.el (custom-manual, custom-add-see-also)
16457 (custom-add-parent-links, custom-group-link): Add :pressed-face
16458 property to links.
16459
16460 * files.el (hack-local-variables): Remove ignored variables before
16461 checking if any variables need setting.
16462
16463 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16464
16465 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
16466
16467 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
16468
16469 * help.el (where-is): Fix message for remapped commands.
16470
16471 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
16472 Fix typos in docstrings.
16473
16474 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
16475
16476 * files.el (safe-local-variable-values): New option.
16477 (hack-local-variables-prop-line): Return a list of variable-value
16478 pairs if MODE-ONLY is non-nil.
16479 (hack-local-variables): Construct list of variable-value pairs,
16480 and apply or reject them in one go. Ask for confirmation if
16481 variables are not known safe.
16482 (hack-local-variables-confirm): Complete rewrite. Support
16483 `safe-local-variable-values'.
16484 (enable-local-variables): Update docstring to reflect new
16485 behavior.
16486 (ignored-local-variables): Ignore ignored-local-variables and
16487 safe-local-variable-values.
16488 (safe-local-variable-p): New function.
16489 (risky-local-variable-p): `safe-local-variable' property check
16490 moved to safe-local-variable-p.
16491 (hack-one-local-variable): Checks moved to hack-local-variables.
16492
16493 (byte-compile-dynamic, c-basic-offset, c-file-style)
16494 (c-indent-level, comment-column, fill-column, fill-prefix)
16495 (indent-tabs-mode, kept-new-versions, no-byte-compile)
16496 (no-update-autoloads, outline-regexp, page-delimiter)
16497 (paragraph-start, paragraph-separate, sentence-end)
16498 (sentence-end-double-space tab-width, version-control):
16499 Add `safe-local-variable' property.
16500
16501 * find-lisp.el: Delete nonexistent `autocompile' file variable.
16502
16503 * icomplete.el, play/landmark.el: Change nonexistent
16504 `outline-layout' file variable to `allout-layout'.
16505
16506 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
16507
16508 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
16509 (gdb-get-changed-registers): Test value of gud-minor-mode relative
16510 to gud-comint-buffer.
16511 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
16512 gdb-ui.el for gdb-mi.el.
16513 (gdb-post-prompt, gdb-get-changed-registers): Move test for
16514 registers buffer to gdb-get-changed-registers.
16515 (gdb-breakpoint-regexp): New regexp. Allow toggling and
16516 deletion of catchpoints (throw and catch).
16517 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16518 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
16519 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
16520 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
16521 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
16522
16523 2006-02-13 Jay Belanger <belanger@truman.edu>
16524
16525 * calc/calc-arith.el (math-check-known-matrixp): Make sure
16526 expression is a symbol before checking that it is bound.
16527
16528 2006-02-13 Richard M. Stallman <rms@gnu.org>
16529
16530 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
16531 for the minibuffer too, but not if resize-mini-windows will interfere.
16532
16533 * help.el (describe-key-briefly, describe-key): Do all arg-reading
16534 inside `interactive' spec.
16535 (describe-key-briefly-internal, describe-key-internal):
16536 Functions merged back into their callers.
16537
16538 2006-02-13 Martin Rudalics <rudalics@gmx.at>
16539
16540 * info.el (info-xref-visited): Inherit from info-xref too.
16541 (Info-set-mode-line): Replace occurrences of `%' by `%%'
16542 when propertizing Info-current-file and Info-current-node.
16543
16544 2006-02-13 Juri Linkov <juri@jurta.org>
16545
16546 * tumme.el (tumme-thumbnail-storage): Fix docstring.
16547 (tumme-thumb-name): Fix per-directory format.
16548
16549 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
16550
16551 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
16552
16553 2006-02-12 Miles Bader <miles@gnu.org>
16554
16555 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
16556
16557 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
16558
16559 * tumme.el: Remove history section. If someone needs the it, it
16560 can always be found in CVS.
16561
16562 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16563
16564 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
16565 about the Thumbnail Managing Standard option.
16566
16567 2006-02-12 Richard M. Stallman <rms@gnu.org>
16568
16569 * subr.el (substitute-key-definition): Doc fix.
16570
16571 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
16572
16573 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
16574
16575 * info.el (Info-mode): Doc fix.
16576
16577 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
16578
16579 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
16580
16581 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
16582 because on Solaris a POSIX compatible "id" is needed. Reported by
16583 Magnus Henoch <mange@freemail.hu>.
16584
16585 2006-02-12 Juri Linkov <juri@jurta.org>
16586
16587 * tumme.el: Remove todo item about Thumbnail Managing Standard.
16588 (tumme) <defgroup>: Change :group to `multimedia'.
16589 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
16590 Managing Standard.
16591 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
16592 Fix dostring.
16593 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
16594 and %y. Fix docstring.
16595 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
16596 (tumme-cmd-create-standard-thumbnail-command): New user options.
16597 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
16598 is `standard'. Fix docstring.
16599 (tumme-thumb-width, tumme-thumb-height): New user options.
16600 (tumme-external-viewer): Try to find various viewers.
16601 (tumme-get-thumbnail-image): Use `create-image' instead of
16602 constructing the `image' structure.
16603 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
16604 `standard'.
16605 (tumme-thumb-name): Add file name generation for standard storage.
16606 Simplify code for other storages.
16607 (tumme-thumb-name): Use width %w and height %h instead of size %s.
16608 Add modification time %m and thumbnail-nq8 %q.
16609 Use `tumme-cmd-create-standard-thumbnail-command' if
16610 tumme-thumbnail-storage is `standard'.
16611 (tumme-dired-insert-marked-thumbs): New autoload command.
16612 (tumme-dired-after-readin-hook): New function.
16613 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
16614 `tumme-thumb-size'.
16615 (tumme-display-image): Replace size-x %x and size-y %y with
16616 width %w and height %h.
16617
16618 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
16619 `tumme-dired-insert-marked-thumbs'.
16620
16621 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16622
16623 * tumme.el (tumme-write-tag): Fix small bug (file name did not
16624 include path).
16625 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
16626 matching tag.
16627
16628 2006-02-12 Miles Bader <miles@gnu.org>
16629
16630 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
16631 New variables.
16632 (rcirc-abbrev-nick): New function.
16633 (rcirc-format-response-string): Rewrite to use the formats in
16634 `rcirc-response-formats' and expand escape sequences therein.
16635 A text-property `rcirc-text' is added over the actual response
16636 text to make easy to find inside the returned string.
16637 (rcirc-print): When filling, just look for the `rcirc-text'
16638 text-property to find the appropriate fill prefix, instead of
16639 using hardwired patterns.
16640
16641 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16642
16643 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
16644 Managing Standard.
16645
16646 2006-02-11 Kim F. Storm <storm@cua.dk>
16647
16648 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
16649 Don't use insert-buffer; do insert-buffer-substring directly.
16650 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
16651
16652 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16653
16654 * files.el (revert-buffer, recover-file): Replace buffer-read-only
16655 with inhibit-read-only. Suggested by Stefan Monnier.
16656 (revert-buffer): Let insert-file-contents discard
16657 buffer-undo-list. Simplify code.
16658 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
16659
16660 2006-02-11 Eli Zaretskii <eliz@gnu.org>
16661
16662 * menu-bar.el (menu-bar-select-yank): Add a doc string.
16663
16664 * help.el (describe-key-briefly): Now a wrapper for
16665 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
16666 to t. Populate yank-menu if empty.
16667 (describe-key-briefly-internal): Renamed from describe-key-briefly.
16668 (describe-key): Now a wrapper for describe-key-internal. Bind
16669 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
16670 (describe-key-internal): Renamed from describe-key.
16671
16672 2006-02-11 Milan Zamazal <pdm@zamazal.org>
16673
16674 * progmodes/glasses.el (glasses-separator): Doc fix.
16675 (glasses-original-separator): New defcustom.
16676 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
16677
16678 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16679
16680 * mwheel.el (mouse-wheel-up-event): Doc fix.
16681
16682 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16683
16684 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
16685 (tumme-dir): New function. Copied from thumbs.el.
16686
16687 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
16688
16689 * desktop.el (desktop-outvar): Fix typo.
16690 (desktop-save-buffer-p): Doc fix.
16691
16692 * subr.el (substitute-key-definition): Fix typo.
16693
16694 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16695
16696 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
16697 when window-system is mac.
16698
16699 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
16700
16701 2006-02-10 Kim F. Storm <storm@cua.dk>
16702
16703 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
16704 indirect-function instead of using condition-case.
16705
16706 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
16707
16708 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
16709 less `colloquial'...
16710
16711 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
16712
16713 * tumme.el: Add a couple of todo items.
16714
16715 2006-02-09 Lars Hansen <larsh@soem.dk>
16716
16717 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
16718 (highlight-changes-mode): Don't change desktop-locals-to-save.
16719
16720 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
16721
16722 * image-mode.el (image-toggle-display): Clear image cache if using
16723 filename.
16724
16725 2006-02-09 Masatake YAMATO <jet@gyve.org>
16726
16727 * dired-x.el (dired-guess-shell-alist-default): Add .man as
16728 a `dired-man' target.
16729
16730 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
16731 boundary of symbols.
16732
16733 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
16734
16735 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
16736
16737 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
16738
16739 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
16740 `mapcar'; return nil.
16741
16742 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
16743
16744 * mouse.el (mouse-drag-track): Don't change window if we rebind to
16745 some other event.
16746
16747 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
16748
16749 * net/rcirc.el (rcirc-startup-channels-alist):
16750 Add irc.freenode.net and #emacs as defaults.
16751 (rcirc-ignore-all-activity-flag): Remove variable.
16752 (rcirc-authinfo): New variable.
16753 (rcirc-authinfo-filename): Remove variable.
16754 (rcirc-always-use-server-buffer-flag): New flag.
16755 (rcirc): M-x rcirc will automatically connect without prompting.
16756 C-u M-x rcirc will prompt. Use rcirc-connect to create a
16757 connection in lisp.
16758 (rcirc-process-server-response-1): Remove everything but the nick
16759 portion of the sender so it doesn't need to be done everywhere
16760 else. Update related code.
16761 (global-map): Remove global keybindings.
16762 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
16763 (rcirc-send-input): Split into several functions.
16764 (rcirc-process-input-line, rcirc-process-message)
16765 (rcirc-process-command): New functions.
16766 (rcirc-target-buffer): New function to determine where to route
16767 messages.
16768 (rcirc-user-nick): Save match data.
16769 (rcirc-toggle-ignore-buffer-activity)
16770 (rcirc-update-activity-string): Remove global ignore functionality,
16771 which can be done now by toggling rcirc-track-minor-mode.
16772 (rcirc-track-minor-mode-map): New keymap.
16773 (rcirc-track-minor-mode): New minor-mode.
16774 (ignore): Make the ignore output nicer. Always print it when
16775 adding or removing nicks.
16776 (rcirc-url-regexp): Improve.
16777 (rcirc-mangle-text): Remove properties before using text in the
16778 modeline.
16779 (rcirc-authenticate): Authentication data comes from
16780 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
16781 (rcirc-server-prefix): Inherit from rcirc-server.
16782
16783 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
16784
16785 * Makefile.in (compile): Append "|| true" to the end of the `find'
16786 command, like compile-always does.
16787
16788 2006-02-08 Sam Steingold <sds@gnu.org>
16789
16790 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
16791 output from a dead connection.
16792
16793 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16794
16795 * dired.el (dired-mode-map): Add more bindings for tumme.
16796
16797 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
16798
16799 * wdired.el (wdired-mode-map): Use remap.
16800 (wdired-get-filename): Massage.
16801 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
16802 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
16803 `keymap' property rather than `local-map'.
16804
16805 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16806
16807 * tumme.el (tumme-get-thumbnail-image): New utility function.
16808 Suggested by from Chong Yidong.
16809 (tumme-dired-with-window-configuration): Rename from
16810 `tumme-dired'. Add code to save window configuration.
16811 (tumme-restore-window-configuration): New command to restore the
16812 window configuration that `tumme-dired-with-window-configuration'
16813 saves before it changes the window configuration.
16814 (tumme-show-all-from-dir): New command to display thumbnails for
16815 all files in a directory entered by the user, like M-x thumbs.
16816 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
16817 have been created.
16818 (tumme-display-thumbnail-original-image): Call `display-buffer'.
16819 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
16820 Remove obsolete test function.
16821
16822 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
16823
16824 * vc.el (small-temporary-file-directory): Remove defvar; there's
16825 a defcustom for it in files.el.
16826
16827 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
16828 Fix typo in message.
16829 (tumme-gallery-generate): Fix typo in `error' message.
16830 (tumme-display-window-height-correction)
16831 (tumme-display-window-width-correction, tumme-line-up-dynamic)
16832 (tumme-line-up-interactive): Dox fixes.
16833 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
16834 (tumme-restore-window-configuration, tumme-format-properties-string)
16835 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
16836 Fix typos in docstrings.
16837
16838 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
16839
16840 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
16841
16842 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
16843
16844 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
16845 User should use hook if desired.
16846
16847 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
16848 buffer if necessary.
16849 (gdb-delete-frame-or-window): New function.
16850 (gdb-breakpoints-mode-map): Bind "q" to it.
16851
16852 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16853
16854 * textmodes/nroff-mode.el: Clean up name space.
16855 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
16856 (nroff-mode): Obey the global setting of nroff-electric-mode.
16857 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
16858
16859 * calendar/calendar.el (calendar-increment-month): Typo in last change.
16860
16861 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
16862
16863 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
16864
16865 2006-02-06 Lars Hansen <larsh@soem.dk>
16866
16867 * generic-x.el (etc-fstab-generic-mode): Add file system types
16868 cifs and usbdevfs. Allow special chars in file names.
16869
16870 2006-02-05 Jay Belanger <belanger@truman.edu>
16871
16872 Update copyright notices of the files in lisp/calc.
16873
16874 2006-02-05 Romain Francoise <romain@orebokech.com>
16875
16876 Update copyright notices of all files in the lisp/play directory.
16877
16878 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
16879
16880 * ldefs-boot.el: Regenerate.
16881
16882 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
16883
16884 2006-02-05 Kim F. Storm <storm@cua.dk>
16885
16886 * files.el (magic-mode-regexp-match-limit): New defvar.
16887 (set-auto-mode): Use it to limit magic-mode-alist matching.
16888
16889 2006-02-04 Eli Zaretskii <eliz@gnu.org>
16890
16891 * info.el (Info-index, Info-mode): Improve the description of the
16892 `i' command.
16893
16894 * ldefs-boot.el: Regenerate.
16895
16896 2006-02-03 Werner Lemberg <wl@gnu.org>
16897
16898 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
16899 greedy to find the closing bracket in \*[...] and similar
16900 expressions. This is a first rough fix -- many additional
16901 refinements are necessary to make nroff mode really usable with groff.
16902
16903 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
16904
16905 * international/mule-cmds.el (set-locale-environment):
16906 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
16907 libX11.
16908
16909 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
16910
16911 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
16912 archive are created in archive-tmpdir.
16913
16914 2006-02-02 John Paul Wallington <jpw@pobox.com>
16915
16916 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
16917 (ibuffer-fontification-alist): Use it.
16918 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
16919 to "* z" and the Ibuffer Mark menu.
16920
16921 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
16922
16923 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
16924
16925 * textmodes/table.el (*table--cell-describe-mode)
16926 (*table--cell-describe-bindings): Undo last change since
16927 print-help-return-message is not obsoleted by anything at all.
16928
16929 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
16930
16931 * emulation/cua-base.el (cua-mode): Doc fix.
16932
16933 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
16934
16935 * dframe.el (dframe-handle-make-frame-visible)
16936 (dframe-handle-iconify-frame, dframe-get-focus)
16937 (dframe-select-attached-frame, dframe-power-click)
16938 (dframe-frame-mode): Fix typos in docstrings.
16939
16940 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
16941 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
16942 Fix typos in docstrings.
16943
16944 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
16945 (hi-lock-face-buffer, hi-lock-font-lock-hook)
16946 (hi-lock-archaic-interface-message-used)
16947 (hi-lock-file-patterns-range): Fix typos in docstrings.
16948
16949 * savehist.el (savehist-loaded, savehist-load, savehist-install)
16950 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
16951
16952 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
16953 Fix typo in docstring.
16954
16955 * net/newsticker.el (newsticker--decode-iso8601-date)
16956 (newsticker--set-customvar, newsticker--buffer-insert-item)
16957 (newsticker--do-run-auto-mark-filter)
16958 (newsticker--parse-generic-feed): Doc fixes.
16959 (newsticker--retrieval-timer-list, newsticker-url-list)
16960 (newsticker-hide-immortal-items-in-echo-area)
16961 (newsticker-hide-obsolete-items-in-echo-area)
16962 (newsticker-new-item-face, newsticker--enclosure)
16963 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
16964 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
16965 (newsticker--parse-generic-feed, newsticker--cache-contains)
16966 (newsticker--stat-num-items, newsticker-download-enclosures):
16967 Fix typos in docstrings.
16968
16969 * net/rcirc.el (rcirc-debug): Doc fix.
16970 (rcirc-fill-column, rcirc-receive-message-hooks)
16971 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
16972 (rcirc-mode, rcirc-generate-new-buffer-name)
16973 (rcirc-startup-channels, rcirc-ignore-update-automatic)
16974 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
16975 Fix typos in docstrings.
16976 (rcirc-print): "?\ " -> "?\s".
16977 (rcirc-cmd-join): Improve argument/docstring consistency.
16978
16979 2006-02-01 Mark A. Hershberger <mah@everybody.org>
16980
16981 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
16982 before narrow-to-region.
16983
16984 2006-02-01 Richard M. Stallman <rms@gnu.org>
16985
16986 * simple.el (move-beginning-of-line): Scan properly for invis change.
16987
16988 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
16989
16990 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
16991
16992 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
16993 change bit only when id-format is 'integer. Reported by Matt
16994 Hodges <M.P.Hodges@rl.ac.uk>.
16995
16996 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
16997
16998 * hilit-chg.el (highlight-changes-initial-state)
16999 (highlight-changes-global-initial-state): Doc fixes.
17000 (highlight-changes-global-modes, global-highlight-changes):
17001 Fix typos in docstrings.
17002
17003 2006-02-01 Kim F. Storm <storm@cua.dk>
17004
17005 * emulation/cua-base.el (cua-mode): Mention that CUA enables
17006 transient-mark-mode in doc string.
17007
17008 2006-01-31 Richard M. Stallman <rms@gnu.org>
17009
17010 * replace.el (multi-occur): Doc fix.
17011 (multi-occur-in-matching-buffers): Rename from
17012 multi-occur-by-filename-regexp. Prefix arg says match
17013 buffer names instead of file names.
17014
17015 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
17016
17017 * bs.el: Allow non-default values of `bs-header-lines-length'.
17018 (bs--running-in-xemacs): Remove (not needed anymore).
17019 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
17020 instead of `shrink-window', thus avoiding having to compute the
17021 height of the window.
17022 (bs--up): Wrap around even when there's no header.
17023 (bs--down): Use `forward-line' instead of `next-line'.
17024
17025 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
17026
17027 * image-mode.el (image-toggle-display): Use file name if possible,
17028 instead of unnecessarily allocating a (possibly huge) lisp string.
17029
17030 2006-01-30 John Paul Wallington <jpw@pobox.com>
17031
17032 * subr.el (toplevel): Define `cl-assertion-failed' condition here
17033 because the `assert' macro signals it at runtime.
17034
17035 * emacs-lisp/cl.el (toplevel): Remove definition of
17036 `cl-assertion-failed' condition.
17037
17038 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
17039
17040 * thumbs.el (thumbs-marked-list): Make buffer-local and
17041 permanent-local.
17042 (thumbs-insert-thumb): Make help-echo non-sticky.
17043 (thumbs-file-alist): Use eolp as check for (non)-image.
17044
17045 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
17046
17047 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
17048 (ediff-before-session-group-setup-hooks)
17049 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
17050 Fix typos in docstrings.
17051
17052 * window.el (bw-dir, bw-eqdir, balance-windows)
17053 (split-window-keep-point): Fix typos in docstrings.
17054
17055 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
17056 (org-quote-string, org-calendar-to-agenda-key)
17057 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
17058 (org-show-following-heading, org-tags-column)
17059 (org-use-tag-inheritance, org, org-allow-space-in-links)
17060 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
17061 (org-enable-table-editor, org-calc-default-modes)
17062 (org-table-allow-automatic-line-recalculation)
17063 (org-export-html-style, org-export-with-fixed-width)
17064 (org-export-with-sub-superscripts, org-special-keyword)
17065 (org-formula, org-time-grid, org-table-may-need-update)
17066 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
17067 (org-goto-quit, org-get-indentation, org-end-of-item)
17068 (org-move-item-down, org-move-item-up)
17069 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
17070 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
17071 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
17072 (org-agenda-log-mode, org-agenda-toggle-diary)
17073 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
17074 (org-agenda-file-to-end, org-agenda-no-heading-message)
17075 (org-agenda-get-closed, org-format-agenda-item)
17076 (org-cmp-priority, org-cmp-category, org-cmp-time)
17077 (org-agenda-change-all-lines, org-agenda-diary-entry)
17078 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
17079 (org-link-search, org-camel-to-words, org-open-file)
17080 (org-remember-handler, org-table-convert-region)
17081 (org-table-move-row-down, org-table-move-row-up)
17082 (org-table-copy-region, org-table-wrap-region)
17083 (org-table-toggle-vline-visibility)
17084 (org-table-get-vertical-vector, org-table-modify-formulas)
17085 (org-table-get-specials, org-recalc-commands)
17086 (org-table-rotate-recalc-marks, org-table-eval-formula)
17087 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
17088 (org-level-color-stars-only, org-insert-heading):
17089 Fix typos in docstrings.
17090 (last-arg): Add defvar.
17091
17092 * makefile.w32-in (WINS): Add erc.
17093 (MH_E_SRC): Update (copied from lisp/Makefile.in).
17094
17095 2006-01-29 Bill Wohler <wohler@newt.com>
17096
17097 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
17098 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
17099 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
17100 (mh-autoloads): Don't use comments on otherwise empty lines.
17101
17102 2006-01-29 Edward O'Connor <ted@oconnor.cx>
17103
17104 * emulation/viper.el (viper-major-mode-modifier-list):
17105 Add insert-state and vi-state entries for erc-mode.
17106 (viper-go-away, viper-set-hooks): Add and remove
17107 viper-comint-mode-hook from erc-mode-hook as appropriate.
17108
17109 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
17110
17111 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
17112
17113 * bs.el (bs--format-aux): Implement `middle' alignment as
17114 described in the docstring for `bs-attributes-list'.
17115 (bs--get-name): Simplify. Don't pad the buffer name.
17116
17117 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
17118
17119 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
17120 English aspell dictionary is installed, use the first entry of
17121 ispell-dictionary-alist-1.
17122
17123 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17124
17125 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
17126 Doc fix.
17127
17128 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
17129
17130 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
17131 for `process-file', in order to let it work for older Emacsen too.
17132
17133 2006-01-27 Eli Zaretskii <eliz@gnu.org>
17134
17135 * international/latexenc.el: Add a suitable `coding:' tag.
17136 (latexenc-find-file-coding-system): Undo last change.
17137
17138 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17139
17140 * international/latexenc.el (latexenc-find-file-coding-system):
17141 Make sure latexenc-main-file is a regular file and is readable.
17142
17143 2006-01-27 Andre Spiegel <spiegel@gnu.org>
17144
17145 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
17146 Pass FILE to vc-user-login-name.
17147
17148 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
17149
17150 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
17151
17152 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
17153 there are no more images to display.
17154 (thumbs-mark, thumbs-unmark): Revert change so that they move to
17155 the next image.
17156
17157 2006-01-26 Richard M. Stallman <rms@gnu.org>
17158
17159 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
17160
17161 * wid-edit.el (advertised-widget-backward): New alias.
17162 (widget-keymap): Use advertised-widget-backward for S-TAB.
17163
17164 * tumme.el: Correct the keywords.
17165 (tumme-dir-max-size): Use defvar.
17166 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
17167
17168 * simple.el (move-beginning-of-line): Take account of fields.
17169 (clone-indirect-buffer-other-window): Take args like
17170 clone-indirect-buffer, and work like it.
17171
17172 * help-fns.el (describe-function): Don't pass `nil' as default.
17173
17174 * files.el (risky-local-variable-p): Follow var aliases.
17175
17176 * subr.el (lazy-completion-table): Doc fix.
17177
17178 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
17179 global binding of `line'.
17180
17181 2006-01-25 Andre Spiegel <spiegel@gnu.org>
17182
17183 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
17184 Tramp.
17185
17186 * vc.el (vc-default-dired-state-info): Pass FILE to
17187 vc-user-login-name.
17188 (vc-default-update-changelog): Don't use vc-user-login-name, we
17189 don't need it here.
17190
17191 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
17192 no longer necessary.
17193
17194 2006-01-25 Kenichi Handa <handa@m17n.org>
17195
17196 * international/mule.el (decode-char): Avoid the overhead of
17197 calling utf-lookup-subst-table-for-decode if
17198 utf-translate-cjk-mode is nil.
17199 (encode-char): Avoid the overhead of calling
17200 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
17201 nil.
17202
17203 2006-01-22 Kenichi Handa <handa@m17n.org>
17204
17205 * international/mule.el (make-subsidiary-coding-system): Reset
17206 `coding-system-define-form' property of subsidiaries to nil.
17207 Avoid duplicated entry in coding-system-alist.
17208 (make-coding-system): Avoid duplicated entry in
17209 coding-system-alist.
17210 (define-coding-system-alias): Likewise.
17211
17212 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
17213
17214 * completion.el: Minor fixes in introductory comment.
17215 (completion-def-wrapper): Fix alist.
17216
17217 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
17218
17219 * thumbs.el (thumbs-new-image-size): New function.
17220 (thumbs-increment-image-size-element)
17221 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
17222 (thumbs-decrement-image-size): Delete.
17223 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
17224 temp files and use to resize.
17225 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
17226 Use increment argument to enlarge/shrink. Preserve point.
17227 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
17228 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
17229 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
17230 (thumbs-mark, thumbs-unmark): Preserve point.
17231 (thumbs-modify-image): Keep old temp files and use to modify.
17232 Cleanup old temp files at load time. Preserve point.
17233 (thumbs-view-image-mode-map): Use new command names.
17234
17235 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
17236
17237 * log-view.el (log-view-minor-wrap): First rev is the one at point.
17238
17239 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
17240 the nastiest part of the cyclic dependency.
17241 (cal-menu-update): Use dotimes and calendar-increment-month.
17242
17243 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
17244 (calendar-week-start-day): Add an :initializer.
17245 (calendar-mode-map): Use suppress-keymap, and command remapping.
17246 (describe-calendar-mode): Setup xref-stack info for the back button.
17247 (calendar-star-date): Insert before delete.
17248 (calendar-set-mode-line): Add file-modified info if applicable.
17249 (calendar-increment-month): New function.
17250
17251 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
17252
17253 * font-lock.el (lisp-font-lock-keywords-2):
17254 Recognize "& keywords" only at word boundaries.
17255
17256 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
17257
17258 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
17259 and permanent-local.
17260 (thumbs-max-image-number): New variable.
17261 (thumbs-do-thumbs-insertion): Use them.
17262 (thumbs-per-line): Change default to 4.
17263 (thumbs-marked-list): Rename from thumbs-markedL.
17264 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
17265 (thumbs-rename-images): Use -list instead of L for internal variables.
17266 (thumbs-call-convert): Use call-process instead of shell-command.
17267 (thumbs-insert-thumb): Add filename as help-echo to each image.
17268 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
17269 Give dir to thumbs-show-thumbs-list.
17270 (thumbs-show-thumbs-list): Set default-directory to that of images.
17271 (thumbs-dired-show): Rename from thumbs-dired-show-all.
17272 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
17273 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
17274 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
17275
17276 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
17277
17278 * ses.el (ses-read-cell): Provide a default value.
17279
17280 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
17281
17282 * term/w32-win.el (image-library-alist): Add additional names for
17283 GIF library.
17284
17285 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17286
17287 * international/latexenc.el (latexenc-find-file-coding-system):
17288 Add file-regular-p check.
17289
17290 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
17291
17292 * simple.el (clone-buffer): Don't show the new buffer in the same
17293 window.
17294
17295 2006-01-23 Juri Linkov <juri@jurta.org>
17296
17297 * faces.el (link, link-visited): New faces based on default values
17298 of `info-xref' and `info-xref-visited'.
17299
17300 * info.el (info-xref): Inherit from `link'.
17301 (info-xref-visited): Inherit from `link-visited'.
17302
17303 * cus-edit.el (custom-buffer-create-internal): Use widget type
17304 `custom-manual' instead of `info-link' and don't set properties
17305 `button-face' and `mouse-face' explicitly.
17306 (custom-browse-group-tag, custom-browse-variable-tag)
17307 (custom-browse-face-tag): Inherit from widget class
17308 `custom-group-link' instead of `push-button'.
17309 (custom-button-unraised): Inherit from `underline' face.
17310 (custom-link): Inherit from `link' face. Fix doc and group.
17311 (custom-add-parent-links, custom-group-value-create): Don't set
17312 properties `button-face' and `mouse-face' explicitly for
17313 `custom-group-link' widget.
17314 (custom-group-link): Add properties `button-face' and `mouse-face'
17315 to widget definition.
17316 (custom-field-keymap): New variable. Put `custom-field-keymap' to
17317 editable-field's :keymap property.
17318 (custom-mode): Fix docstring: substitute keybindings for
17319 `widget-forward' and `widget-backward' from `widget-keymap',
17320 `widget-complete' from `custom-field-keymap', replace old
17321 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
17322
17323 * desktop.el (desktop-load-file): Check for `fboundp' before
17324 calling `symbol-function'.
17325
17326 * simple.el (clone-buffer, clone-indirect-buffer)
17327 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
17328 `read-string'. Fix prompts.
17329
17330 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
17331
17332 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
17333
17334 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
17335
17336 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
17337
17338 * startup.el (inhibit-splash-screen, initial-scratch-message):
17339 Doc fixes.
17340
17341 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
17342
17343 Sync with Tramp 2.0.52.
17344
17345 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
17346 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
17347 `tramp-unload-tramp' for checklist.
17348
17349 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
17350 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
17351 (tramp-unload-file-name-handler-alist)
17352 (tramp-unload-tramp): New defuns.
17353 (tramp-advice-PC-expand-many-files): New defadvice.
17354 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
17355 removed.
17356 (tramp-handle-expand-file-name): Remove double slash.
17357 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
17358 It doesn't matter, because it will be converted later on.
17359 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
17360 implementation was just heuristic.
17361 (tramp-post-connection): Set uid and gid properties.
17362 (tramp-convert-file-attributes): Set file's gid change bit.
17363 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
17364 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
17365 in case of su(do)? methods. The home directory of the local user
17366 will be taken else.
17367 (tramp-open-connection-telnet)
17368 (tramp-open-connection-rsh, tramp-open-connection-su)
17369 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
17370 local shell prompt could hurt. Reported by Romain Francoise
17371 <romain@orebokech.com>.
17372 (tramp-let-maybe): Add `edebug-form-spec' property.
17373 (tramp-handle-expand-file-name): Bind `default-directory' locally
17374 to "/" in order to avoid problems with UNC shares or Cygwin
17375 mounts.
17376 (tramp-md5-function): Fix typo in error message.
17377
17378 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
17379
17380 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
17381 for byte-compiler pacification.
17382
17383 2006-01-22 Andre Spiegel <spiegel@gnu.org>
17384
17385 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
17386 ID-FORMAT `string'. This allows us to get rid of
17387 `vc-user-login-name UID'.
17388
17389 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
17390
17391 2006-01-22 John Paul Wallington <jpw@pobox.com>
17392
17393 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
17394
17395 2006-01-21 Martin Rudalics <rudalics@gmx.at>
17396
17397 * emacs-lisp/find-func.el (find-definition-noselect)
17398 (find-variable-noselect): Search variables in C source code too.
17399 (find-function-C-source, find-function-noselect, find-function)
17400 (find-function-other-frame, find-variable-noselect, find-variable)
17401 (find-variable-other-frame, find-variable-at-point):
17402 Fix docstrings.
17403
17404 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
17405
17406 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
17407
17408 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
17409
17410 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
17411 Default to disabling the "Save affix" question.
17412
17413 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
17414
17415 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
17416 the first arg to run-python.
17417
17418 2006-01-21 Eli Zaretskii <eliz@gnu.org>
17419
17420 * startup.el (command-line-1): Handle --no-desktop if desktop.el
17421 is not loaded.
17422
17423 2006-01-20 Jay Belanger <belanger@truman.edu>
17424
17425 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
17426 limit is 0.
17427
17428 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
17429 the correct variable.
17430
17431 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
17432
17433 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
17434 link. Fixed buggy argument sequence in call to `org-view-tags'.
17435 (org-compile-prefix-format): Set `org-prefix-has-tag'.
17436 (org-prefix-has-tag): New variable.
17437 (org-format-agenda-item): Remove tags from headline if
17438 appropriate.
17439 (org-agenda-remove-tags-when-in-prefix): New option.
17440 (org-get-tags-at): New function.
17441
17442 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
17443
17444 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
17445 (thumbs-find-image): Move image name and number from buffer name
17446 to mode name. Set thumbs-buffer. Preserve point so that large
17447 images remain visible.
17448 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
17449 order.
17450 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
17451 mode name.
17452 (thumbs-next-image, thumbs-previous-image): Make them work.
17453
17454 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
17455
17456 * cus-edit.el (custom-buffer-create-internal): State in the text above
17457 the whole buffer buttons that they do not operate on hidden items.
17458 (custom-face-menu): Use `custom-face-save' instead of
17459 `custom-face-save-command'.
17460 (custom-face-save-command): Make it an alias for `custom-face-save'
17461 and declare it obsolete.
17462 (custom-face-save): Doc fix.
17463
17464 * dired.el (dired-no-confirm): Add quote.
17465 (dired-subdir-alist-pre-R): Add quote in
17466 `make-variable-buffer-local' form and remove unbalanced parenthesis.
17467
17468 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
17469
17470 * textmodes/table.el (table-mode-indicator): Typo in last change.
17471
17472 2006-01-19 Richard M. Stallman <rms@gnu.org>
17473
17474 * outline.el (hide-leaves): Don't call outline-end-of-heading.
17475 Fixes bug reported in Nov 2005.
17476
17477 * isearch.el (isearch-forward): Doc fix.
17478
17479 * dired.el (dired-move-to-filename-regexp): Define as alias.
17480 (dired-no-confirm): Use defcustom.
17481 (dired-subdir-alist-pre-R): Put defvar at top level.
17482
17483 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
17484
17485 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17486 Mark as risky.
17487
17488 * simple.el (set-mark-command): Doc fix.
17489 (clone-indirect-buffer-other-window):
17490 Read arg like clone-indirect-buffer.
17491 (move-beginning-of-line): Skip invisible newlines.
17492
17493 2006-01-19 Masatake YAMATO <jet@gyve.org>
17494
17495 * progmodes/cpp.el (cpp-edit-load): Make the order of
17496 listed conditions in a base C code buffer and its associate
17497 CPP Edit buffer the same.
17498
17499 2006-01-19 Kenichi Handa <handa@m17n.org>
17500
17501 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
17502 (rmail-mime-feature): Likewise.
17503 (rmail-require-mime-maybe): Use display-warning to show a warning
17504 message.
17505
17506 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
17507 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
17508
17509 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
17510
17511 * array.el: Move defvars out of eval-when-compile.
17512 (array-make-template): Replace undeclared global var with a local one.
17513 (array-mode): Inline initialization functions.
17514 (array-init-local-variables, array-init-max-row)
17515 (array-init-max-column, array-init-columns-per-line)
17516 (array-init-field-width, array-init-rows-numbered)
17517 (array-init-line-length, array-init-lines-per-row): Remove.
17518
17519 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
17520 (doc-mode-map): Define explicitly.
17521 (doctor-txtype): Use mapc.
17522
17523 * textmodes/table.el: Move defvars out of eval-when-compile.
17524 Remove harmful code meant to avoid byte-compiler warnings.
17525 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
17526 specification that checks table-fixed-width-mode directly.
17527 (table-recognize-region, table-recognize-cell):
17528 Use restore-buffer-modified-p.
17529 (table-fixed-width-mode): Remove code that refreshes
17530 table-fixed-mode-indicator.
17531 (*table--cell-describe-bindings, *table--cell-describe-mode):
17532 Avoid obsolete name print-help-return-message.
17533 (table--test-cell-list): Don't use replace-regexp from elisp.
17534 (table--point-entered-cell-function, table--point-left-cell-function):
17535 Don't set table-fixed-mode-indicator, use force-mode-line-update.
17536
17537 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
17538 that was after the end of file. Use buffer-file-name variable.
17539 (org-timestamp-change): Use with-current-buffer.
17540 (org-todo-list): Don't unnecessarily define a new buffer-local var.
17541 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
17542 `file'.
17543
17544 * progmodes/fortran.el: Move defvars out of eval-when-compile.
17545 (fortran-break-line): Remove unused var `opoint'.
17546 (fortran-abbrev-start): Obey help-event-list.
17547
17548 2006-01-18 Jesper Harder <harder@phys.au.dk>
17549
17550 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
17551
17552 2006-01-18 Masatake YAMATO <jet@gyve.org>
17553
17554 * progmodes/make-mode.el (makefile-imake-mode): New mode
17555 derived from makefile-mode.
17556 (makefile-imake-mode-syntax-table): New syntax table
17557 derived from makefile-mode-syntax-table.
17558 (makefile-mode): Write about makefile-imake-mode in doc string.
17559 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
17560 (makefile-imake-font-lock-keywords): New font lock keywords.
17561
17562 * files.el (auto-mode-alist): Add Imakefile.
17563
17564 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
17565
17566 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
17567 loading the file rather than when turning on flyspell-mode.
17568
17569 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
17570
17571 * cus-edit.el (customize-rogue): Minor doc fix.
17572
17573 2006-01-17 Juri Linkov <juri@jurta.org>
17574
17575 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
17576 instead of the file at the mark as default if the file at the mark
17577 is the same as the file at point or if dired-dwim-target-directory
17578 is not the same as the current directory and the mark is not active.
17579
17580 * log-view.el (log-view-minor-wrap): Use the same logic to get
17581 revisions as `log-view-diff'.
17582
17583 * info.el (Info-revert-find-node): Check for Info-current-file
17584 before preserving new-history.
17585
17586 * man.el (Man-heading-regexp): Add `/'.
17587
17588 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
17589 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
17590
17591 2006-01-16 Juri Linkov <juri@jurta.org>
17592
17593 * faces.el (mode-line-faces): New defgroup.
17594 (mode-line-highlight): Move definition after new defgroup.
17595 (mode-line, mode-line-inactive, mode-line-highlight):
17596 Replace :group `modeline' with `mode-line-faces'.
17597 (mode-line-buffer-id): New face.
17598 (modeline-buffer-id): New face alias.
17599 (vertical-border): Remove :group `modeline'.
17600
17601 * bindings.el (propertized-buffer-identification): Use face
17602 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
17603 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
17604 (mode-line-buffer-identification-keymap): For mouse-1 replace
17605 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
17606 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
17607 mouse-3.
17608
17609 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
17610 Buffer-menu-buffer. Doc fix.
17611 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
17612 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
17613 `Buffer-menu-buffer'.
17614
17615 * info.el (Info-mode-line-node-keymap): New defvar.
17616 (Info-set-mode-line): Use `stringp' to check Info-current-file.
17617 Propertize Info-current-node with `mode-line-buffer-id' and
17618 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
17619
17620 * time.el (display-time-mail-face): Replace :group `faces' with
17621 `mode-line-faces'.
17622
17623 2006-01-16 Kenichi Handa <handa@m17n.org>
17624
17625 * international/code-pages.el: Add autoload cookies for cp125[0345678].
17626
17627 * language/european.el (cp1252): New alias for windows-1252.
17628
17629 * international/mule.el (autoload-coding-system): Prepare for EOL
17630 variants.
17631
17632 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
17633
17634 * term.el (term-raw-map): Add mapping for insert.
17635 (term-send-insert): New.
17636 (term-mode): Make variables local here instead of doing it in
17637 `term-emulate-terminal'.
17638 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
17639 Scroll reverse needs to take into account the scroll region.
17640 Saving and restoring the cursor should save the color attributes too.
17641 (term-reset-terminal): Reset the scroll region.
17642 (term-handle-ansi-escape): Cursor up and down should take into
17643 account the scroll region.
17644 (term-set-scroll-region): Rename from `term-scroll-region'.
17645 Move to 0,0 after setting the region.
17646 (term-handle-scroll): Handle scroll up.
17647 (term-down): Fix off by one error.
17648 (term-delete-lines): Do not delete outside the scroll region.
17649 (term-insert-lines): Take into account the scroll region.
17650
17651 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
17652
17653 * textmodes/ispell.el (ispell-internal-change-dictionary)
17654 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
17655 (start, end): Move declaration outside of eval-when-compile.
17656
17657 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
17658 (flyspell-mode-on): Use it.
17659
17660 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
17661 ispell-kill-ispell-hook.
17662
17663 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
17664
17665 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17666 (Custom-reset-saved): Do not ask for confirmation in single option
17667 buffers.
17668
17669 2006-01-13 Richard M. Stallman <rms@gnu.org>
17670
17671 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
17672
17673 2006-01-13 Romain Francoise <romain@orebokech.com>
17674
17675 * add-log.el (add-change-log-entry, change-log-merge):
17676 Conditionally use `hard-newline'.
17677
17678 2006-01-13 Martin Rudalics <rudalics@gmx.at>
17679
17680 * wid-edit.el (widget-field-end): If the overlay is no longer
17681 associated with a buffer, behave as if the overlay didn't exist.
17682
17683 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
17684 Make sure the links use the `custom-link' face.
17685
17686 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
17687
17688 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
17689 (ld-script-mode): Don't set indent-line-function since we don't
17690 have one.
17691
17692 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
17693
17694 * textmodes/org.el (org-open-file): Use mailcap for selecting an
17695 application.
17696 (org-file-apps-defaults-gnu): Use mailcap as the default for
17697 selecting an application on a UNIX system.
17698 (org-agenda-show-tags): New command.
17699 (org-table-insert-hline): Keep cursor in current table line.
17700 (org-table-convert): Offset effect of modifying
17701 `org-table-insert-hline'.
17702 (org-format-agenda-item): New optional argument TAG.
17703 (org-compile-prefix-format): Handle %T format for the tag.
17704 (org-expand-wide-chars): New function.
17705 (org-table-insert-row, org-table-insert-hline):
17706 Use `org-expand-wide-chars'.
17707 (org-open-file): Fix bug in program launch.
17708 (org-get-time-of-day): Fix bug with times before 1am.
17709 (org-agenda-menu): Add tags commands.
17710
17711 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
17712
17713 * textmodes/ispell.el (ispell-init-process): Include the used
17714 dictionary in ispell process start message.
17715 (ispell-internal-change-dictionary): When flyspell-mode is active
17716 and dictionary is changed, make sure ispell process is restarted
17717 and flyspell word cache cleared out for the current buffer.
17718 (ispell-change-dictionary): Make sure flyspell word cache is
17719 cleared out in all buffers with active flyspell mode when
17720 dictionary is globally changed.
17721 Call ispell-internal-change-dictionary after dictionary change.
17722
17723 2006-01-13 Eli Zaretskii <eliz@gnu.org>
17724
17725 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
17726
17727 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
17728 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
17729 years. Fix small differences wrt Makefile.in.
17730 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
17731 Makefile.in does.
17732
17733 2006-01-12 Bill Wohler <wohler@newt.com>
17734
17735 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
17736 mh-search.el.
17737
17738 2006-01-12 Masatake YAMATO <jet@gyve.org>
17739
17740 * progmodes/ld-script.el: Update copyright year.
17741
17742 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
17743
17744 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
17745 Don't add widget if setting undefined.
17746
17747 2006-01-12 John Paul Wallington <jpw@pobox.com>
17748
17749 * help-fns.el (describe-variable): Remove newlines from void
17750 variable output.
17751
17752 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
17753
17754 * wdired.el (wdired-mode-map): Add help echo for
17755 wdired-abort-changes.
17756
17757 * man.el (Man-file-name-regexp): Adjust for a list of files.
17758
17759 2006-01-12 Masatake YAMATO <jet@gyve.org>
17760
17761 * progmodes/ld-script.el (auto-mode-alist): Support
17762 suffix conventions used in netbsd and eCos.
17763
17764 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
17765
17766 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
17767 (custom-variable-menu, custom-face-menu, custom-group-menu)
17768 (Custom-mode-menu): Change names of menu items. (As discussed on
17769 emacs-devel.)
17770 (custom-face-menu): Add "Undo Edits" item.
17771
17772 * startup.el (init-file-user): defcustom -> defvar.
17773
17774 * tooltip.el (tooltip-mode): Doc fix.
17775
17776 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
17777
17778 * reveal.el (reveal-post-command): window-buffer signals an error on
17779 dead windows rather than returning nil.
17780 (reveal-open-new-overlays): An overlay might die while we open others.
17781
17782 2006-01-11 Bill Wohler <wohler@newt.com>
17783
17784 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
17785 phrasing in docstring.
17786
17787 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
17788 can give some systems gas. Add new file mh-buffers.el.
17789
17790 2006-01-06 Masatake YAMATO <jet@gyve.org>
17791
17792 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
17793 C preprocessor forward ported from GNU Emacs 21.2.
17794
17795 * progmodes/asm-mode.el (asm-font-lock-keywords):
17796 Use `cpp-font-lock-keywords'.
17797
17798 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
17799
17800 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
17801 of $ for "\\.ld[s]?".
17802
17803 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
17804
17805 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
17806 (tcl-indent-line): Return `noindent' if inside a string.
17807
17808 * progmodes/flymake.el (flymake-split-string): Remove more than one
17809 empty string at beg/end of the result.
17810 (flymake-find-buildfile, flymake-find-possible-master-files):
17811 Use expand-file-name.
17812 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
17813 since expand-file-name does it for us. Use directory-file-name.
17814 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
17815 (flymake-ler-get-type, flymake-ler-get-text)
17816 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
17817 (flymake-current-line-no): Remove spurious interactive spec.
17818 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
17819 (flymake-check-include): Remove arg inc-path merged into inc-name.
17820 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
17821 Arg regexp-list replaced by a simple regexp.
17822 (flymake-master-make-header-init, flymake-master-tex-init):
17823 Correspondingly replace regexp-list with a regexp. Fix regexp.
17824
17825 2006-01-10 Simon Josefsson <jas@extundo.com>
17826
17827 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
17828 describing AUTH PLAIN fix.
17829
17830 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
17831
17832 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
17833 (report-emacs-bug): Don't record initial prompt text.
17834 Instead, add text properties to prompting text.
17835 (report-emacs-bug-hook): Delete prompting text.
17836
17837 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17838
17839 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
17840 `dirs'. Adjust callers.
17841
17842 2006-01-09 John Paul Wallington <jpw@gnu.org>
17843
17844 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
17845
17846 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17847
17848 * reveal.el (reveal-open-new-overlays): New extracted fun.
17849 (reveal-close-old-overlays): Idem. Check overlays's liveness before
17850 using them. Simplify the code.
17851 (reveal-post-command): Use them. Fix up obsolete windows in
17852 reveal-open-spots.
17853
17854 * progmodes/flymake.el: Use `require' rather than autoload for
17855 XEmacs's overlays.
17856 (flymake-get-common-file-prefix, flymake-build-relative-filename):
17857 Delete. Use file-relative-name instead.
17858 (flymake-get-syntax-check-program-args, flymake-perl-init):
17859 Simplify the resulting code.
17860
17861 * log-view.el (log-view-file-re, log-view-message-re): Add support
17862 for DaRCS output.
17863
17864 2006-01-09 Alex Schroeder <alex@gnu.org>
17865
17866 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
17867 identifiers sometimes added in square brackets at the beginning of
17868 subject lines.
17869
17870 2006-01-07 Richard M. Stallman <rms@gnu.org>
17871
17872 * cus-edit.el (Custom-set, Custom-save): Doc fix.
17873 (Custom-reset-current, Custom-reset-saved): Change question text.
17874 (Custom-reset-standard): Likewise.
17875 (custom-variable-reset-saved): Doc fix.
17876
17877 2006-01-07 Eli Zaretskii <eliz@gnu.org>
17878
17879 * startup.el (init-file-user): Doc fix.
17880
17881 2006-01-07 Alex Schroeder <alex@gnu.org>
17882
17883 * mail/rmail.el (rmail-current-subject): New function.
17884 (rmail-current-subject-regexp): New function.
17885 (rmail-next-same-subject): Use it.
17886
17887 * mail/rmailsum.el (rmail-summary-by-topic):
17888 Use rmail-current-subject and rmail-current-subject-regexp.
17889 (rmail-summary-next-same-subject): Ditto.
17890
17891 * net/rcirc.el (rcirc-send-input): No longer check whether the
17892 process is open, since not all commands need an open process.
17893 (rcirc-send-string): Check whether the process is open before
17894 sending anything.
17895 (rcirc-ignore-list): New option.
17896 (rcirc-ignore-list-automatic): New variable.
17897 (rcirc-print): Take rcirc-ignore-list into account.
17898 (rcirc-cmd-ignore): New command.
17899 (rcirc-ignore-update-automatic): New function.
17900 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
17901 list if ignored nicks.
17902 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
17903
17904 2006-01-06 David Reitter <david.reitter@gmail.com>
17905
17906 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
17907 reflect the address to which the report will be sent.
17908
17909 2006-01-06 Eli Zaretskii <eliz@gnu.org>
17910
17911 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
17912 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
17913
17914 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
17915
17916 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
17917
17918 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
17919 the doc string: "functoin" => "function".
17920 * ldefs-boot.el: Likewise.
17921
17922 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
17923 message text: "Duplicat" => "Duplicate".
17924
17925 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
17926
17927 * files.el (basic-save-buffer-2): If backing-up failed, reset
17928 buffer-backed-up to nil.
17929
17930 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
17931
17932 * progmodes/gud.el (gdb-script-skip-to-head)
17933 (gdb-script-calculate-indentation): Indent for breakpoint command
17934 lists also.
17935
17936 2006-01-05 Bill Wohler <wohler@newt.com>
17937
17938 * Makefile.in (compile-always): Add mh-autoloads dependency.
17939 (bootstrap): Remove mh-autoloads dependency, as compile dependency
17940 provides it.
17941 (updates): Remove mh-autoloads dependency, since it probably has
17942 already run recently (via recompile).
17943
17944 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
17945
17946 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
17947 argument `force' to disable the flyspell-last-buffer optimization.
17948 (flyspell-mode-on): Use it.
17949
17950 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
17951 flymake-simple-cleanup.
17952 (flymake-allowed-file-name-masks): Use this new default.
17953 All the functions are now called in the right buffer rather than
17954 passing the buffer as argument.
17955 (flymake-process-sentinel): Switch to buffer before calling cleanup.
17956 (flymake-parse-err-lines): Remove redundant buffer arg.
17957 (flymake-get-program-dir): Comment out unused function.
17958 (flymake-start-syntax-check, flymake-start-syntax-check-process):
17959 Remove redundant buffer argument.
17960 (flymake-get-real-file-name, flymake-simple-java-cleanup)
17961 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
17962
17963 2006-01-05 Richard M. Stallman <rms@gnu.org>
17964
17965 * info.el (Info-find-node): Don't record previous node if have none.
17966 (info): Go to directory only if history is empty.
17967
17968 * simple.el (mark): Doc fix.
17969
17970 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17971
17972 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
17973 already of desired type.
17974 (mac-ae-list): Coerce parameter to "list" type.
17975 (mac-dispatch-apple-event): Replace cadr part of event with a
17976 dummy position so that event-start returns it.
17977
17978 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
17979
17980 * textmodes/org.el (org-end-of-subtree): New function.
17981 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
17982 Use `org-end-of-subtree'.
17983 (org-agenda, org-agenda-convert-date): Protect calls to
17984 `fit-window-to-buffer'.
17985 (org-tags-view): Force matching of sublevels when doing a
17986 todo-only search. Define the correct redo command, including the
17987 arguments.
17988 (org-agenda-redo): Display message.
17989 (org-check-for-org-mode): New function.
17990 (org-agenda-type): New variable.
17991 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
17992 Set `org-agenda-type'.
17993 (org-agenda-check-type): New function.
17994 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
17995 (org-agenda-week-view, org-agenda-day-view)
17996 (org-agenda-next-date-line, org-agenda-previous-date-line)
17997 (org-agenda-log-mode, org-agenda-toggle-diary)
17998 (org-agenda-toggle-time-grid, org-agenda-date-later)
17999 (org-agenda-date-prompt, org-agenda-diary-entry)
18000 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
18001 (org-agenda-convert-date, org-agenda-menu):
18002 Use `org-agenda-check-type'.
18003 (org-make-overlay, org-delete-overlay)
18004 (org-detatch-overlay, org-move-overlay, org-overlay-put):
18005 New compatibility functions.
18006 (org-calendar-select-mouse): New command.
18007
18008 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
18009
18010 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
18011 (Custom-reset-standard): Fix y-or-n-p messages.
18012 (custom-link): New face for links.
18013 (custom-buffer-create-internal, custom-manual): Use it.
18014 (custom-face-save): Push to theme-face before setting face spec.
18015
18016 * wid-edit.el (widget-default-mouse-face-get): New function.
18017 (widget-specify-button): Handle mouse-face like button-face.
18018
18019 * custom.el (load-theme): Clear old theme settings if reloading.
18020
18021 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
18022
18023 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
18024 "Erase Customization" button back to same position it occupies in
18025 the individual State menus.
18026
18027 2006-01-04 Kim F. Storm <storm@cua.dk>
18028
18029 * wid-edit.el (key-sequence): Rework widget to read key binding
18030 using `kbd' syntax. Use C-q to insert literal key, event, or code.
18031 (widget-key-sequence-default-value): Default value for empty sequence.
18032 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
18033 (widget-key-sequence-read-event): New command for C-q.
18034 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
18035 (widget-key-sequence-value-to-external): New functions.
18036
18037 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
18038
18039 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
18040 Use expand-file-name.
18041 (flymake-delete-temp-directory): Use expand-file-name,
18042 file-name-directory, and directory-file-name.
18043 (flymake-strrchr): Delete.
18044 (flymake-start-syntax-check): Don't pass the redundant buffer argument
18045 to the init-f function.
18046 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
18047 (flymake-init-find-buildfile-dir)
18048 (flymake-init-create-temp-source-and-master-buffer-copy)
18049 (flymake-simple-make-init-impl, flymake-simple-make-init)
18050 (flymake-master-make-init, flymake-master-make-header-init)
18051 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
18052 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
18053 (flymake-xml-init): Remove corresponding redundant buffer argument.
18054 (flymake-allowed-file-name-masks): Remove last elems that are equal to
18055 the default anyway. Clean up regexps.
18056
18057 * progmodes/flymake.el (flymake-temp-source-file-name)
18058 (flymake-master-file-name, flymake-temp-master-file-name)
18059 (flymake-base-dir): New buffer-local vars.
18060 (flymake-buffer-data, flymake-get-buffer-value)
18061 (flymake-set-buffer-value): Replace those hash-tables by the new
18062 buffer-local vars. Update callers.
18063
18064 * progmodes/flymake.el (flymake-check-start-time)
18065 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
18066 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
18067 Move definition, so we can remove redundant earlier declaration.
18068 (flymake-replace-regexp-in-string, flymake-split-string)
18069 (flymake-get-temp-dir): Use defalias.
18070 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
18071 (flymake-xemacs-window-edges): Remove unused function.
18072 (flymake-get-point-pixel-pos): Move.
18073 (flymake-pid-to-names, flymake-reg-names)
18074 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
18075 Replace by a simple list flymake-processes and by process-buffer.
18076 Update callers. Other than simplify the code, it uses buffers rather
18077 than buffer-names so it doesn't get confused by uniquify.
18078 (flymake-buffer-data): The global value should just be nil.
18079
18080 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
18081 Optimize the body of a defalias like any other code.
18082
18083 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
18084 Make sure we've setup font-lock's vars. It may influence which
18085 function we then call.
18086 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
18087 here since it's too late anyway.
18088
18089 2006-01-03 Romain Francoise <romain@orebokech.com>
18090
18091 * startup.el (fancy-splash-tail, normal-splash-screen):
18092 Update copyright year.
18093
18094 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
18095
18096 * mouse.el (mouse-drag-track): Rename, from
18097 `mouse-drag-region-1'. Includes optional argument required to
18098 enable post-drag event processing (e.g. delete region keys).
18099 Can be used without this argument to track a mouse region and operate
18100 on it as soon as the drag completes.
18101 (mouse-drag-region): Use `mouse-drag-track'.
18102
18103 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
18104
18105 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
18106 Move to `custom-buffer' group.
18107
18108 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
18109 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
18110 (custom-theme-insert-face-marker, custom-theme-variable-menu)
18111 (custom-theme-face-menu): New variables.
18112 (custom-theme-add-variable, custom-theme-variable-action)
18113 (custom-variable-reset-theme, custom-theme-delete-variable)
18114 (custom-face-reset-theme, custom-theme-face-action)
18115 (custom-theme-delete-face, custom-theme-merge-theme)
18116 (custom-theme-add-face, custom-theme-visit-theme): New functions.
18117
18118 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
18119
18120 * custom.el: Move Custom Themes commentary to start of theme code.
18121 (custom-known-themes): Rename `standard' theme to `changed'.
18122 (custom-push-theme): Caller no longer specifies what theme to use
18123 when doing `reset'---the setting is simply removed from the theme.
18124 Delete MODE from `theme-value' and `theme-settings' properties.
18125 (custom-declare-theme): Ignore &rest args since we don't use them.
18126
18127 (custom-loaded-themes): Delete variable.
18128 (custom-theme-load-themes, custom-theme-loaded-p)
18129 (custom-theme-value): Delete functions.
18130
18131 (custom-declare-theme): Signal error on invalid theme names.
18132 (provide-theme): custom-loaded-themes was deleted.
18133 (load-theme): Load the file unconditionally.
18134 (enable-theme): Call `load-theme' if theme is undefined.
18135 (custom-enabled-themes): Only update value for successful loads.
18136 (disable-theme): Complete from enabled themes when interactive.
18137 (custom-variable-theme-value): Calculate theme value directly.
18138
18139 (custom-theme-reset-variables, custom-reset-variables): Mark as
18140 XEmacs compatibility functions. We don't actually use these.
18141
18142 * cus-edit.el (custom-variable-state-set):
18143 Use custom-variable-theme-value instead of custom-theme-value.
18144 (custom-face-state-set): Rename `standard' theme to `changed'.
18145 (custom-save-variables, custom-save-faces): Delete unneeded
18146 references to custom-reset-variables.
18147 (custom-save-resets): Delete function.
18148 (custom-save-variables, custom-save-faces): MODE argument deleted.
18149 (custom-save-variables, custom-save-faces): Ignore theme values.
18150
18151 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
18152 compatibility function.
18153
18154 2006-01-01 Richard M. Stallman <rms@gnu.org>
18155
18156 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
18157 (Custom-reset-current, Custom-reset-saved): Likewise.
18158 (Custom-reset-standard): Show message if aborted.
18159 (custom-mode): Doc fix, describing those commands.
18160
18161 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
18162 put on event-kind property.
18163
18164 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
18165
18166 * custom.el (provide-theme): Ban `user' theme name.
18167 (custom-enabling-themes): New variable.
18168 (enable-theme): Don't enable user if custom-enabling-themes is t.
18169 (custom-enabled-themes): Make it a defcustom.
18170 (custom-theme-recalc-face): No-op if face is undefined.
18171
18172 * cus-edit.el (custom-button-mouse): New variable.
18173 (custom-button-mouse): New face.
18174 (custom-raised-buttons, custom-mode): Use it.
18175
18176 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
18177
18178 2005-12-31 Eli Zaretskii <eliz@gnu.org>
18179
18180 * progmodes/gud.el (gud-display-line): Support hl-line in the
18181 source buffer.
18182
18183 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
18184
18185 * mouse.el (mouse-drag-window-above): Verify that the found window
18186 overlaps with the given window in the horizontal dimension.
18187
18188 2005-12-31 Eli Zaretskii <eliz@gnu.org>
18189
18190 * Makefile.in (cvs-update): New target.
18191
18192 * makefile.w32-in (cvs-update): Ditto.
18193
18194 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
18195
18196 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
18197 (custom-new-theme-mode-map): New variable.
18198
18199 2005-12-30 Richard M. Stallman <rms@gnu.org>
18200
18201 * custom.el (custom-load-themes): Function deleted.
18202
18203 * cus-edit.el (custom-save-loaded-themes): Function deleted.
18204 (custom-save-variables): Don't delete or add custom-load-themes call.
18205
18206 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
18207
18208 * cus-start.el: Add `visible-cursor'.
18209
18210 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
18211 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
18212 (flymake-process-filter): Switch to buffer before calling it instead.
18213 (flymake-post-syntax-check, flymake-highlight-err-lines)
18214 (flymake-delete-own-overlays, flymake-parse-err-lines)
18215 (flymake-start-syntax-check, flymake-start-syntax-check-process)
18216 (flymake-count-lines, flymake-parse-residual):
18217 Remove constant buffer argument.
18218 (flymake-start-syntax-check-for-current-buffer): Remove.
18219 Update callers to use flymake-start-syntax-check instead.
18220 (flymake-display-err-menu-for-current-line):
18221 Remove unused var `mouse-pos'.
18222 (flymake-restore-formatting): Comment out unused function.
18223 (flymake-report-status, flymake-report-fatal-status): Remove buffer
18224 argument, use current-buffer instead. Update callers.
18225
18226 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18227
18228 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
18229 buffer-local because choose-completion-delete-max-match requires
18230 that we set completion-ignore-case (i.e., binding via let is not
18231 sufficient).
18232 (bibtex-complete): Always set completion-ignore-case and
18233 choose-completion-string-functions. The latter is needed because
18234 choose-completion-string-functions keeps its value if we quit the
18235 *Completions* buffer without requesting a completion.
18236
18237 2005-12-30 Andreas Schwab <schwab@suse.de>
18238
18239 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
18240
18241 2005-12-30 Eli Zaretskii <eliz@gnu.org>
18242
18243 * jit-lock.el (jit-lock-chunk-size): Doc fix.
18244
18245 2005-12-30 Juri Linkov <juri@jurta.org>
18246
18247 * locate.el (locate-fcodes-file, locate-header-face)
18248 * progmodes/delphi.el (delphi-other-face)
18249 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
18250
18251 * paren.el (show-paren-match, show-paren-mismatch): Use existing
18252 group `paren-showing-faces'.
18253
18254 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
18255 (goto-address): Fix docstring.
18256
18257 * net/webjump.el (webjump-sample-sites): Update URLs.
18258
18259 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
18260
18261 * subr.el (cancel-change-group): Add listp around pending-undo-list.
18262
18263 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
18264
18265 * font-lock.el (font-lock-compile-keywords): Signal an error when
18266 font-lock-set-defaults hasn't been called.
18267
18268 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
18269
18270 * subr.el (noreturn, 1value): Doc fixes.
18271
18272 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18273
18274 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
18275 that assoc-string returns nil.
18276
18277 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18278
18279 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
18280 (bibtex-entry-type-str, bibtex-empty-field-re)
18281 (bibtex-search-backward-string, bibtex-preamble-prefix)
18282 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
18283 (bibtex-any-valid-entry-type): New variable.
18284 (bibtex-parse-field-name): Simplify.
18285 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
18286 (bibtex-preamble-prefix): Include left delimiter.
18287 (bibtex-search-forward-field, bibtex-search-backward-field):
18288 Allow unbounded search past entry boundaries (required by bibtex-pop).
18289 (bibtex-text-in-field-bounds): Use push.
18290 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
18291 (bibtex-parse-preamble, bibtex-valid-entry)
18292 (bibtex-beginning-first-field): New functions.
18293 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
18294 (bibtex-map-entries): Fix docstring.
18295 (bibtex-flash-head): New arg prompt. Simplify.
18296 (bibtex-enclosing-field): Include code of bibtex-inside-field.
18297 (bibtex-insert-kill): Simplify. Always insert text past the
18298 current field or entry.
18299 (bibtex-format-entry): Use bibtex-parse-field.
18300 (bibtex-pop): Use bibtex-beginning-of-entry and
18301 bibtex-end-of-entry to initiate the search. Insert empty field if
18302 we found ourselves.
18303 (bibtex-print-help-message): New args field and comma.
18304 Handle entry keys.
18305 (bibtex-make-field): Use bibtex-beginning-of-entry.
18306 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
18307 invalid entry.
18308 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
18309 Handle preambles. Simplify code for thorough test.
18310 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
18311 New arg comma. Handle entry heads.
18312 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18313 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
18314 New arg comma.
18315 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
18316 (bibtex-fill-field): Simplify.
18317 (bibtex-fill-entry): Use bibtex-beginning-first-field and
18318 bibtex-parse-field.
18319 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
18320 (bibtex-complete): Use bibtex-parse-preamble.
18321
18322 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
18323
18324 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
18325 Display name of expression instead of convenience variable.
18326 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
18327
18328 * progmodes/gud.el (gud-tooltip-dereference): Rename from
18329 toggle-gud-tooltip-dereference.
18330 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
18331 (gud-tooltip-tips): ...here when dereferencing.
18332
18333 2005-12-28 Bill Wohler <wohler@newt.com>
18334
18335 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
18336
18337 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
18338
18339 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
18340 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
18341 (vc-annotate-display-autoscale): Adjust call.
18342 (vc-annotate-display-default): Adjust call. Make arg compulsory.
18343 Fix interactive spec.
18344 (vc-annotate-time-span): Remove.
18345 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
18346 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
18347 (vc-annotate-display-select): Use new name.
18348
18349 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
18350 (vc-annotate-mode-menu): Remove left-over redundant declaration.
18351 Correct the construction of span entries. Simplify.
18352 (vc-annotate-display-select): Fix the nil case.
18353 (vc-annotate): Remove obsolete (and now broken) code.
18354 (vc-annotate-extract-revision-at-line): Remove obsolete code.
18355 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
18356
18357 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
18358
18359 * subr.el (lazy-completion-table): Correct typo in docstring.
18360
18361 * startup.el (command-line): Use `custom-reevaluate-setting' for
18362 `send-mail-function'.
18363
18364 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
18365
18366 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
18367
18368 * mail/smtpmail.el (smtpmail-try-auth-methods):
18369 Send credentials together with "AUTH PLAIN" command.
18370
18371 2005-12-27 Richard M. Stallman <rms@gnu.org>
18372
18373 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
18374 mouse-2, go back to previously selected window, so it's selected
18375 when mouse-2 command runs.
18376
18377 2005-12-27 Juri Linkov <juri@jurta.org>
18378
18379 * descr-text.el (describe-text-sexp): Use square brackets for
18380 button [Show] to distinguish it from the property value `show'.
18381 (describe-property-list): Use `insert-text-button' with
18382 `help-face' type instead of putting face in quotes, because button
18383 is not created automatically for a list of faces.
18384 (describe-text-properties-1): Put button-type value in quotes to
18385 distinguish from plain text "button".
18386 (describe-char): Display code point values in hex. Don't use
18387 `symbol-name' for `current-input-method' because it is a string.
18388 Use `insert-text-button' with `help-face' type instead of putting
18389 hardcoded face in quotes, because button is not created automatically.
18390
18391 2005-12-27 Richard M. Stallman <rms@gnu.org>
18392
18393 * progmodes/glasses.el (glasses-face): More specific custom type.
18394
18395 * files.el (set-visited-file-name): Doc fix.
18396
18397 * textmodes/flyspell.el (flyspell-external-point-words):
18398 Use local var buffer-scan-pos to advance scan for next misspelling.
18399 Advance it only after we find the misspelling.
18400
18401 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
18402
18403 * textmodes/flyspell.el (flyspell-external-point-words):
18404 New criteria for finding the misspelling in the buffer.
18405
18406 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
18407
18408 * help-mode.el (help-insert-string): Set help-xref-stack-item
18409 rather than call help-setup-xref.
18410
18411 * descr-text.el (describe-char): Revert previous changes for
18412 optional buffer argument.
18413
18414 2005-12-27 Juri Linkov <juri@jurta.org>
18415
18416 * help-mode.el (help-insert-string): New function. Save buffer
18417 contents in cases where it is impossible to recompute the old contents.
18418
18419 * descr-text.el (describe-char): Set help-xref-stack-item
18420 explicitly after buffer has been generated.
18421
18422 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18423
18424 * cus-start.el (all): Add x-gtk-show-hidden-files.
18425
18426 2005-12-26 Richard M. Stallman <rms@gnu.org>
18427
18428 * replace.el (perform-replace): Calculate match-again
18429 before skipping read-only matches.
18430
18431 * paren.el (paren-showing-faces): New group.
18432 (show-paren-match, show-paren-mismatch): Move to that group.
18433
18434 * button.el (button): Put into group `basic-faces'.
18435
18436 * progmodes/make-mode.el: Remove faces from group `faces'.
18437
18438 * apropos.el (apropos, apropos-value): Doc fix.
18439 (apropos-documentation): Doc fix.
18440
18441 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
18442
18443 * subr.el (lazy-completion-table): Remove argument `args'.
18444
18445 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
18446 Don't use the `args' argument of lazy-completion-table.
18447
18448 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
18449
18450 * descr-text.el (describe-char): Add optional argument for buffer.
18451 Set buffer appropriately. Call help-setup-xref.
18452 Suggested by Stefan Monnier.
18453
18454 2005-12-26 Juri Linkov <juri@jurta.org>
18455
18456 * descr-text.el: Require `help-fns' at runtime. Don't require
18457 `button' for byte compilation.
18458 (describe-text-widget): Add `help-echo' for first button.
18459 Use `help-info' for second.
18460 (describe-property-list): Use `help-argument-name' instead of `italic'.
18461 (describe-text-category): Add prompt to interactive spec.
18462 Call `help-setup-xref'.
18463 (describe-char): Use `help-character-set'. Add `help-echo' for
18464 code point. Use `help-input-method'. Remove superfluous insert.
18465
18466 2005-12-25 Richard M. Stallman <rms@gnu.org>
18467
18468 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
18469 at point, in case of narrowing.
18470
18471 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
18472
18473 * locate.el (locate-header-face): Allow nil in type.
18474
18475 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
18476
18477 2005-12-25 Romain Francoise <romain@orebokech.com>
18478
18479 * battery.el (battery-linux-proc-acpi): Also try
18480 `/proc/acpi/thermal_zone/THM0/temperature'.
18481
18482 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
18483
18484 * custom.el (custom-push-theme): Fix docstring.
18485
18486 * cus-edit.el (custom-variable-set, custom-variable-save)
18487 (custom-variable-save): Custom-quote widget values.
18488 (customize-save-variable): Fix custom-push-theme call.
18489
18490 2005-12-24 Eli Zaretskii <eliz@gnu.org>
18491
18492 * w32-fns.el (w32-batch-update-autoloads): New function.
18493
18494 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
18495 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
18496 from the command line.
18497
18498 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
18499
18500 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
18501 reset means to remove setting from theme entirely. Don't keep
18502 expanding theme-settings list; delete old entries if necessary.
18503
18504 * cus-edit.el (custom-buffer-create-internal): Move "Erase
18505 customization" button one line up.
18506 (custom-themed): New face.
18507 (custom-magic-alist): New value, THEMED, for theme settings.
18508 (custom-variable-state-set, custom-face-state-set):
18509 Check theme-value instead of saved-value.
18510 (custom-variable-reset-standard, custom-face-reset-standard):
18511 Remove theme setting entirely. Recalculate new values.
18512 (custom-variable-set, custom-variable-set)
18513 (custom-variable-reset-saved, custom-variable-reset-backup)
18514 (custom-face-set, custom-face-reset-saved): Update `user' theme.
18515 (custom-variable-save): Fix typos.
18516
18517 2005-12-23 Juri Linkov <juri@jurta.org>
18518
18519 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
18520 Add autoload cookies.
18521 (edebug-outside-d-c-i-n-s-w): New variable.
18522 (edebug-display, edebug-outside-excursion): Use it to save the
18523 original value of default-cursor-in-non-selected-windows.
18524 Set default-cursor-in-non-selected-windows to t while Edebug
18525 is active.
18526 (edebug-mode, edebug-eval-mode): Doc fix.
18527
18528 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
18529 with `buffer-substring-no-properties' to remove common substring
18530 highlighting.
18531
18532 * info.el (info-other-window, info): Rename function argument
18533 `file' to `file-or-node'.
18534 (Info-complete-menu-item): Use local variable `complete-nodes' to
18535 keep the global value of `Info-complete-nodes' unchanged for
18536 subsequent completions.
18537 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
18538
18539 * simple.el (get-next-valid-buffer, last-buffer)
18540 (next-error-buffer-p, next-error-find-buffer)
18541 (minibuffer-history-sexp-flag): Doc fix.
18542
18543 * savehist.el (savehist-mode-hook): Add `:group'.
18544
18545 * log-view.el: Call autoload for vc-find-version.
18546 (log-view-current-file): Adjust subgroup numbers.
18547 (log-view-current-tag): Add `length'.
18548
18549 2005-12-23 Richard M. Stallman <rms@gnu.org>
18550
18551 * vc.el (vc-annotate-car-last-cons): Defn moved up.
18552
18553 2005-12-23 Juri Linkov <juri@jurta.org>
18554
18555 * hi-lock.el (hi-lock-archaic-interface-message-used)
18556 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
18557 (hi-lock-mode): Display "Hi" in the mode line only when
18558 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
18559 (hi-lock-write-interactive-patterns):
18560 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
18561 (hi-lock-set-pattern, hi-lock-set-file-patterns)
18562 (hi-lock-font-lock-hook): Set 3rd arg `how' of
18563 font-lock-add-keywords to t.
18564
18565 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
18566
18567 * hi-lock.el (hi-lock-highlight-range): New variable.
18568 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
18569 only if font-lock-fontified is non-nil. Remove overlays.
18570 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
18571 font-lock-fontified is non-nil, otherwise use overlays (instead of
18572 text properties).
18573 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
18574 New variables.
18575 (hi-lock-string-serialize): New function.
18576
18577 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18578
18579 * menu-bar.el (menu-find-file-existing): New function.
18580 (menu-bar-file-menu): Use menu-find-file-existing for Open.
18581
18582 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
18583
18584 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18585
18586 * vc.el: Remove unnecessary leading * in docstrings.
18587 (vc-annotate-mode-map): Move initialization into declaration.
18588 (vc-static-header-alist): Nitpick on the regexp.
18589 (vc-default-init-version): New fun.
18590 (vc-register): Use it.
18591 (vc-insert-headers): Use dolist.
18592 (vc-annotate-get-backend): Remove unused function.
18593 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
18594 (vc-annotate-mode): Remove corresponding call.
18595 (vc-annotate-car-last-cons): Simplify.
18596 (vc-annotate-buffers): Remove var.
18597 (vc-annotate-backend): Make it buffer-local.
18598 (vc-annotate): Move the interaction to the interactive spec.
18599 Add a `buf' argument.
18600 (vc-annotate-warp-version): Use this new `buf' argument to avoid
18601 killing&creating a vc-annotate buffer, which is very disruptive when
18602 the buffers are shown in dedicated frames.
18603
18604 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
18605
18606 * descr-text.el: Add FSF as maintainer.
18607 (describe-text-mode, describe-text-mode-map)
18608 (describe-text-mode-hook, describe-text-done): Delete. Use normal
18609 help-mode.
18610 (describe-text-widget, describe-text-sexp)
18611 (describe-property-list, describe-text-category)
18612 (describe-text-properties, describe-text-properties-1)
18613 (describe-char): Use help buttons instead of widgets.
18614 (describe-char-unicodedata-file): Make URL link in doc string.
18615
18616 2005-12-22 Richard M. Stallman <rms@gnu.org>
18617
18618 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
18619 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
18620 Don't include buttons that write a file when there's no file.
18621 (custom-variable-menu, custom-face-menu, custom-group-menu):
18622 Don't include commands that write a file when there's no file.
18623 (customize-browse): Reword the top-of-buffer help intro.
18624 (custom-buffer-create-internal): Fix previous change.
18625 (customize-changed-options-previous-release): Prev release is 21.1.
18626 (customize-changed-options): Doc fix.
18627 (customize-changed): New alias.
18628 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
18629 Say "standard values".
18630 (Custom-reset-standard): Doc fix.
18631 (custom-face-reset-standard): Doc fix.
18632
18633 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18634
18635 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
18636 even if font-lock-mode is non-nil since it may be t without having
18637 turned on font-lock-mode-internal.
18638 (font-lock-choose-keywords): Minor optimization.
18639 (font-lock-add-keywords, font-lock-remove-keywords)
18640 (font-lock-set-defaults): Don't call make-local-variable on a variable
18641 that we know to already be local.
18642
18643 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18644
18645 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
18646 messages if in the minibuffer.
18647
18648 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18649
18650 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
18651 (tex-mode-flyspell-verify, flyspell-get-word)
18652 (flyspell-external-point-words): Don't use point-min/max uselessly.
18653
18654 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
18655 by Kevin Rodgers. Instead, just hide the completions buffer if we
18656 don't need to show it.
18657
18658 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
18659
18660 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
18661
18662 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18663
18664 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
18665 delete-windows-on with an inexistent buffer.
18666
18667 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
18668
18669 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18670 Delete defcustom variable :tag names.
18671
18672 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
18673
18674 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
18675 (log-view-font-lock-keywords): Ajust subgroup numbers.
18676 (log-view-current-tag): Don't hard code the number of subgroups.
18677
18678 2005-12-20 Juri Linkov <juri@jurta.org>
18679
18680 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
18681 (tooltip-x-offset, tooltip-y-offset): Doc fix.
18682
18683 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
18684 (menu-bar-non-minibuffer-window-p): Instead of checking
18685 display-multi-frame-p, use selected-frame when menu-updating-frame
18686 is nil.
18687
18688 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
18689
18690 * align.el (align-rules-list): Use [ \t] instead of \s-
18691 for column separators in text mode.
18692
18693 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
18694
18695 * help-mode.el (help-customize-variable, help-customize-face):
18696 Don't pop help-xref-stack as help-follow no longer pushes
18697 anything on to it.
18698
18699 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
18700
18701 * textmodes/org.el (org-agenda-custom-commands): New option.
18702 (org-agenda): Offer custom commands on splash screen.
18703 (org-make-tags-matcher): Parser for Boolean logic added.
18704 (org-agenda-set-tags): New command.
18705 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
18706 (org-set-tags): Efficiency improvements.
18707 (org-auto-align-tags): New option.
18708 (org-todo, org-demote, org-promote): Realign tags.
18709 (org-tags-completion-function): Use also "&" and "|" as separators.
18710 (org-org-menu): Agenda commands simplified.
18711
18712 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
18713
18714 * cus-edit.el (customize-apropos, customize-apropos-options):
18715 Docstring changes.
18716
18717 * font-lock.el (font-lock): Add tags to the links in the defgroup.
18718
18719 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
18720
18721 * longlines.el (longlines-mode): Wrap while widened.
18722 (longlines-decode-region, longlines-encode-region): Compute max
18723 just once.
18724
18725 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18726
18727 * cus-edit.el (mac): New group.
18728
18729 * cus-start.el (all): Add user options in macterm.c. Add test for
18730 Mac-related built-ins. Fix test for GTK-related built-ins.
18731
18732 * term/mac-win.el (mac-handle-language-change)
18733 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
18734 (mac-services-open-selection, mac-services-mail-selection)
18735 (mac-services-mail-to, mac-services-insert-text)
18736 (mac-dispatch-apple-event): Add docstrings.
18737 (x-get-selection, mac-select-convert-to-string): Select coding
18738 system from `utf-16be' and `utf-16le' using `byteorder'.
18739
18740 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
18741
18742 * subr.el (lazy-completion-table): Don't be fooled if the var holds
18743 a "list" (lambda ...) rather than a real completion list.
18744
18745 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
18746 lexical-let when encountering ((lambda (...) ...) ...).
18747
18748 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18749
18750 * progmodes/sh-script.el (sh-mode):
18751 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
18752 * textmodes/picture.el (picture-mode): Update docstrings.
18753
18754 2005-12-17 Eli Zaretskii <eliz@gnu.org>
18755
18756 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
18757 commands enclosed in $(ARGQUOTE)s should not be split between two
18758 lines, as that will break with GNU Make >3.80, when sh.exe is used
18759 and arg quoting is with '..'.
18760 (autoloads): Don't break the quoted --eval expression between
18761 several lines.
18762
18763 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18764
18765 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
18766 Capture error from printing circular structures.
18767
18768 2005-12-17 Martin Rudalics <rudalics@gmx.at>
18769
18770 * wid-edit.el (widget-checkbox-action): Clear undo info.
18771
18772 2005-12-16 Bill Wohler <wohler@newt.com>
18773
18774 * menu-bar.el (kill-this-buffer): Set a good example by using menu
18775 bar, not menubar in comment.
18776
18777 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
18778
18779 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
18780 After-change-functions should not clobber the match data.
18781
18782 2005-12-16 Juri Linkov <juri@jurta.org>
18783
18784 * simple.el (choose-completion): Use `buffer-substring-no-properties'
18785 instead of `buffer-substring'.
18786 (completion-common-substring): Doc fix.
18787 (completion-setup-function): Use minibuffer-completion-contents
18788 instead of minibuffer-contents. Don't set common-string-length
18789 initially. Remove special handling of partial-completion-mode.
18790 Move computation of completion-base-size into one cond.
18791 Call completion-base-size-function in mainbuf. In computation of
18792 completion-base-size for file name completion don't move point to
18793 the end of the minibuffer. Move computation of common-string-length
18794 into one cond. Start putting faces only when common-string-length>=0.
18795 Add condition to put completions-common-part when
18796 common-string-length>0.
18797
18798 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
18799 place point at the first different character in the minibuffer
18800 even if this position is at the beginning of the minibuffer.
18801
18802 * info.el (Info-read-node-name-1): In completion-base-size-function's
18803 lambda return 1 if common-substring or minibuffer-completion-contents
18804 starts with (, and 0 otherwise.
18805
18806 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
18807 Use `crm-current-element' for second arg of `display-completion-list'.
18808
18809 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
18810
18811 * files.el (set-auto-mode): Look for an interpreter specified on
18812 the first line also if search for mode specification succeeded,
18813 but the mode is not known.
18814
18815 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
18816
18817 * textmodes/org.el (org-tags-match-list-sublevels): New option.
18818 (org-open-at-point): Implement tag searches as links.
18819 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
18820 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
18821 (org-tags-sparse-tree, org-tags-view, org-set-tags)
18822 (org-agenda-dispatch): New commands.
18823 (org-use-tag-inheritance, org-tags-column): New options.
18824 (org-tab-follows-link, org-return-follows-link): New options.
18825 (org-tags): New customize group.
18826 (org-start-icalendar-file): Get local time zone.
18827 (org-tags-completion-function): New function.
18828 (org-set-font-lock-defaults): Make sure links will also be
18829 highlighted inside headlines.
18830
18831 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
18832
18833 * term.el (term-emulate-terminal):
18834 Let term-handle-ansi-terminal-messages override what Bash says about
18835 its current directory.
18836
18837 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
18838
18839 * bindings.el (last-buffer): Move to simple.el.
18840 * simple.el (last-buffer): Move here.
18841 (get-next-valid-buffer): New function.
18842 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
18843 (prev-buffer): Ditto. Rename to `previous-buffer'.
18844
18845 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
18846 * bindings.el (global-map): Ditto.
18847
18848 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
18849
18850 * cus-edit.el: Introductory comment change.
18851 (custom-magic-alist): Change message string for the `rogue' state.
18852
18853 2005-12-15 Richard M. Stallman <rms@gnu.org>
18854
18855 * tooltip.el: Delete defcustom variable :tag names.
18856
18857 * complete.el (partial-completion-mode): Doc fix.
18858
18859 * textmodes/flyspell.el (flyspell-external-point-words):
18860 Use save-excursion to ensure we don't move backward in the
18861 search loop, not even one character.
18862 (flyspell-delete-all-overlays): Use remove-overlays directly.
18863
18864 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
18865 (ispell-start-process): Set that variable.
18866 Clear ispell-buffer-local-name.
18867 (ispell-internal-change-dictionary):
18868 Set ispell-current-dictionary after killing process.
18869 (ispell-buffer-local-dict):
18870 Don't set spell-personal-dictionary after killing process.
18871 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
18872 (ispell-tex-skip-alists, ispell-html-skip-alists)
18873 (ispell-skip-region-alist): Mark as risky.
18874
18875 * net/newsticker.el (newsticker--retrieval-timer-list)
18876 (newsticker--display-timer, newsticker-running-p)
18877 (newsticker-ticker-running-p): Definitions moved up.
18878
18879 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
18880
18881 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
18882
18883 2005-12-15 David Ponce <david@dponce.com>
18884
18885 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
18886 (recentf-edit-list, recentf-open-files): Signal an error when
18887 there is no recent file.
18888
18889 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
18890
18891 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
18892 read-only except for texinfo-format-region evaluation.
18893
18894 2005-12-14 Richard M. Stallman <rms@gnu.org>
18895
18896 * vc.el (vc-default-previous-version, vc-default-next-version)
18897 (vc-do-command): Doc fixes.
18898
18899 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18900
18901 * textmodes/bibtex.el (bibtex-expand-strings)
18902 (bibtex-autokey-expand-string, bibtex-name-part)
18903 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
18904 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
18905 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
18906 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
18907 (bibtex-entry-postfix, bibtex-known-entry-type-re)
18908 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
18909 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
18910 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
18911 (bibtex-beginning-of-last-entry): Remove.
18912 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
18913 message if comma is missing but buffer is read-only.
18914 (bibtex-parse-field-text): Handle whitespaces at the end of field
18915 text. Return 3-element list with beginning and end of field text
18916 and end of field.
18917 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
18918 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
18919 (bibtex-search-forward-field, bibtex-search-backward-field):
18920 Search always delimited by limits of entry. Use more efficient
18921 search algorithms.
18922 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
18923 bibtex-end-of-name-in-field.
18924 (bibtex-text-in-field-bounds): Handle BibTeX strings when
18925 extracting the content of a field.
18926 (bibtex-text-in-field): Use search limits.
18927 (bibtex-parse-string-prefix): Handle empty string keys based on
18928 bibtex-string-empty-key.
18929 (bibtex-parse-string): Fix docstring.
18930 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
18931 (bibtex-preamble-prefix, bibtex-strings): New functions.
18932 (bibtex-skip-to-valid-entry): Include preceding whitespace in
18933 BibTeX entries (consistent with other BibTeX functions).
18934 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
18935 (bibtex-search-entry): Fix docstring. Simplify.
18936 (bibtex-flash-head, bibtex-complete-string-cleanup)
18937 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
18938 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
18939 (bibtex-parse-entry): New optional arg content.
18940 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
18941 Use bibtex-text-in-field-bounds.
18942 (bibtex-print-help-message): Handle BibTeX strings and preambles.
18943 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
18944 bibtex-parse-string-postfix.
18945 (bibtex-find-text-internal): New function.
18946 (bibtex-remove-delimiters): Use it.
18947 (bibtex-find-text): Use it. New optional arg help.
18948 (bibtex-complete): Handle BibTeX string and preamble entries.
18949 (bibtex-Preamble): Fix order of closing delimiters.
18950
18951 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
18952
18953 * vc.el (vc-default-revert): New fun.
18954
18955 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
18956
18957 2005-12-14 Romain Francoise <romain@orebokech.com>
18958
18959 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
18960 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
18961 (font-lock-remove-keywords): Likewise.
18962
18963 2005-12-14 Juri Linkov <juri@jurta.org>
18964
18965 * log-view.el (log-view-diff): Doc fix.
18966
18967 * isearch.el (isearch-query-replace): Use (mark) instead of
18968 isearch-opoint if mark is active in transient-mark-mode.
18969
18970 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
18971
18972 * isearch.el (isearch-query-replace): Check for isearch-other-end.
18973
18974 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
18975
18976 * progmodes/cpp.el (cpp-face): New widget.
18977 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
18978
18979 2005-12-14 Juri Linkov <juri@jurta.org>
18980
18981 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
18982 around `erase-buffer' and `insert'.
18983
18984 * descr-text.el (describe-text-properties): Replace buffer name
18985 "*Help-2*" with "*Help*<2>".
18986 (describe-char): Add functions print-help-return-message,
18987 toggle-read-only. Use help-setup-xref with nil to not store
18988 describe-char in help-xref-stack. Use help-make-xrefs to
18989 make [back] button.
18990
18991 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
18992
18993 * wdired.el (wdired-old-point): New internal variable.
18994 (wdired-change-to-wdired-mode): Set it buffer-locally.
18995 (wdired-abort-changes): Restore point after aborting changes.
18996
18997 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
18998
18999 * vc.el (vc-do-command): Add a new value t for okstatus.
19000
19001 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
19002 frame in case of errors.
19003
19004 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19005
19006 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
19007 so it comes after "On the Left" in the menu.
19008
19009 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
19010
19011 * cus-edit.el (customize-apropos, customize-apropos-options)
19012 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
19013
19014 2005-12-12 Bill Wohler <wohler@newt.com>
19015
19016 * vc-svn.el (vc-svn-registered): Fix problem of visiting
19017 non-writable Subversion-controlled files by saving window
19018 configuration before calling vc-do-command. vc-do-command calls
19019 pop-to-buffer on error which is unexpected during registration.
19020
19021 2005-12-12 Jay Belanger <belanger@truman.edu>
19022
19023 * calc/README: Update the summary of changes.
19024
19025 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
19026
19027 * descr-text.el (describe-char): Rework last fix to solve the problem
19028 is the same way it's solved for everything else in that function
19029 (i.e. by extracting the info before setting up the *Help* buffer).
19030
19031 2005-12-12 Kim F. Storm <storm@cua.dk>
19032
19033 * subr.el (version-regexp-alist): Allow space as separator before
19034 non-numeric part, e.g. "1.0 alpha".
19035 (version-to-list): Interpret .X.Y version as 0.X.Y version.
19036
19037 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
19038
19039 * textmodes/org.el (org-agenda, org-timeline, org-todo):
19040 Implement Logging and the keep-modes setting.
19041 (org-get-category): Make sure a string is returned.
19042 (org-log-done): New function.
19043 (org-log-done, org-closed-string): New options.
19044
19045 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19046
19047 * tooltip.el (tooltip-y-offset): Change default to 20.
19048
19049 2005-12-12 Richard M. Stallman <rms@gnu.org>
19050
19051 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
19052
19053 * frame.el (display-hourglass): Doc fix.
19054
19055 * help.el (help-for-help-internal): Simplify entry for `a'.
19056
19057 * info.el (Info-on-current-buffer): Doc fix.
19058 (info-insert-file-contents): Don't test (featurep 'jka-compr).
19059
19060 * startup.el (inhibit-splash-screen): Make this the real name.
19061 (inhibit-startup-message): Make this the alias.
19062 (command-line): Find only simple.el, and use its directory
19063 to fill in other preloaded files' names.
19064 (command-line): Deactivate the mark if deactivate-mark is set.
19065
19066 * international/mule.el (load-with-code-conversion):
19067 Bind deactivate-mark.
19068
19069 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
19070
19071 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
19072
19073 * cus-edit.el (customize-apropos): Avoid listing an option more
19074 than once under different aliases. No longer list user options
19075 that are not defined with defcustom (unless a prefix arg is given).
19076 Doc fix.
19077 (customize-apropos-options): Doc fix.
19078
19079 2005-12-11 Juri Linkov <juri@jurta.org>
19080
19081 * frame.el (set-background-color, set-foreground-color)
19082 (set-cursor-color, set-mouse-color, set-border-color):
19083 Add explicit prompts to read colors by `facemenu-read-color'.
19084 (show-trailing-whitespace, blink-cursor-delay)
19085 (blink-cursor-interval, display-hourglass, hourglass-delay):
19086 Remove tags.
19087 (display-hourglass, hourglass-delay): Doc fix.
19088 (cursor-in-non-selected-windows): Capitalize words in tag.
19089
19090 * faces.el (frame-background-mode): Replace `choice-item' keywords
19091 with `const' to not make [default] button. Change default value tag
19092 from `default' to `automatic'. Doc fix.
19093 (trailing-whitespace) <defface>: Change group `whitespace' to
19094 `whitespace-faces'.
19095
19096 2005-12-11 Richard M. Stallman <rms@gnu.org>
19097
19098 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
19099
19100 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19101
19102 * term/mac-win.el: Create keymap for mac-apple-event-map.
19103
19104 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
19105
19106 * tooltip.el (tooltip-mode): Move to start of file so that it
19107 appears at top of customize buffer.
19108
19109 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
19110 Add the gud groupname.
19111 (gud-tooltip-mode): Add the tooltip groupname.
19112 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
19113 avoid conflict with tooltip-use-echo-area.
19114
19115 2005-12-10 Romain Francoise <romain@orebokech.com>
19116
19117 * help.el (help-for-help-internal): Add `r' in doc string.
19118
19119 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19120
19121 * align.el (align-regexp, align-highlight-rule):
19122 Use region-beginning and region-end instead of point and mark, so that
19123 repetition (with `repeat-complex-command') recomputes the region
19124 bounds.
19125
19126 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
19127
19128 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
19129 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
19130 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
19131 (balance-windows): Rewrite using the above new functions.
19132
19133 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
19134
19135 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
19136 react if global-hi-lock-mode seems intended.
19137 (global-hi-lock-mode): Renamed from hi-lock-mode.
19138 (hi-lock-archaic-interface-message-used)
19139 (hi-lock-archaic-interface-deduce): New variables.
19140 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
19141 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
19142 (hi-lock-find-patterns, hi-lock-font-lock-hook):
19143 Replace hi-lock-buffer-mode with hi-lock-mode.
19144
19145 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
19146
19147 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
19148 completion list, even after a partial completion has been
19149 inserted in the current buffer. If there are more than 1
19150 completion, redisplay the *Completions* buffer; if the
19151 completion is unique, delete the *Completions* window.
19152
19153 2005-12-10 Eli Zaretskii <eliz@gnu.org>
19154
19155 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
19156 strings and long subject lines that were broken into multiple
19157 lines at arbitrary places. Handle subjects that have "Re: " in
19158 the middle.
19159
19160 2005-12-10 John W. Eaton <jwe@octave.org>
19161
19162 * progmodes/octave-mod.el (octave-electric-space): Don't indent
19163 comments or strings if octave-auto-indent is nil.
19164
19165 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19166
19167 * term/mac-win.el: Require url when compiling.
19168 Call mac-process-deferred-apple-events after loading init files.
19169 (mac-apple-event-map): New defvar. Define event handlers in it.
19170 (core-event, internet-event): New Apple event class symbols.
19171 (open-application, reopen-application, open-documents)
19172 (print-documents, open-contents, quit-application)
19173 (application-died, show-preferences, autosave-now, get-url):
19174 New Apple event ID symbols.
19175 (about): New HICommand ID symbol.
19176 (mac-event-spec, mac-event-ae): New macros.
19177 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
19178 (mac-ae-selection-range, mac-ae-text-for-search)
19179 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
19180 (mac-application-menu-map): Remove keymap. Handlers for HICommand
19181 and Services menu events are now defined in mac-apple-event-map.
19182 (mac-drag-n-drop): Remove selection range handling.
19183
19184 2005-12-10 Kenichi Handa <handa@m17n.org>
19185
19186 * simple.el (zap-to-char):
19187 * isearch.el (isearch-process-search-char): Translate CHAR by
19188 translation-table-for-input.
19189
19190 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
19191
19192 * foldout.el (foldout-exit-fold): Properly hide subtree.
19193
19194 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19195
19196 * files.el (save-buffer):
19197 * international/ucs-tables.el (ucs-set-table-for-input):
19198 * mail/mail-extr.el (mail-extract-address-components):
19199 * mail/sendmail.el (mail-mode): Reformat doc string.
19200
19201 2005-12-09 Juri Linkov <juri@jurta.org>
19202
19203 * isearch.el (isearch-highlight): Change main overlay priority
19204 from 1 to 1001. Simplify.
19205 (isearch-lazy-highlight-update): Change lazy overlay priority
19206 from 0 to 1000.
19207
19208 * replace.el (replace-highlight): Change overlay priority from
19209 1 to 1001.
19210
19211 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
19212 Change overlay priority from 1 to 1001. Reuse existing overlay.
19213
19214 * compare-w.el (compare-windows-highlight): Change overlay
19215 priority from 1 to 1000.
19216
19217 * menu-bar.el (menu-bar-edit-menu): Add listp around
19218 pending-undo-list to disable menu item "undo" when pending
19219 undo list is empty.
19220
19221 * locate.el (locate): Disable undo in *Locate* buffer.
19222
19223 2005-12-09 Kim F. Storm <storm@cua.dk>
19224
19225 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
19226
19227 2005-12-09 David Ponce <david@dponce.com>
19228
19229 * recentf.el: Improvement of the menu code.
19230 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
19231 instead of menu hook.
19232 (recentf-show-menu, recentf-hide-menu): New functions.
19233 (recentf-menu-customization-changed, recentf-mode): Use them.
19234 (recentf-menu-action, recentf-max-menu-items)
19235 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
19236 (recentf-arrange-by-rule-others)
19237 (recentf-arrange-by-rules-min-items)
19238 (recentf-arrange-by-rule-subfilter): Don't use
19239 `recentf-menu-customization-changed'.
19240 (recentf-arrange-rules): Likewise. Accept functions to compute
19241 sub-menu titles.
19242 (recentf-menu-filter): Likewise. Doc fix.
19243 (recentf-menu-value-shortcut): Doc fix.
19244 (recentf-dump-variable): Quote atom value.
19245 (recentf-make-menu-items): Update to use it as a menu filter.
19246 (recentf-match-rule): New function.
19247 (recentf-arrange-by-rule): Use it.
19248 (recentf-indirect-mode-rule): New function.
19249 (recentf-build-mode-rules): Use it.
19250 (recentf-dir-rule): New function.
19251 (recentf-arrange-by-dir): Use it.
19252 (recentf-filter-changer-current): Rename from
19253 `recentf-filter-changer-state'. All references updated.
19254 (recentf-filter-changer-alist): Update filter names.
19255 (recentf-filter-changer-select): New function.
19256 (recentf-filter-changer): Use it. Make a sub-menu from filters
19257 available in `recentf-filter-changer-alist'.
19258 (recentf-data-cache, recentf-clear-data)
19259 (recentf-update-menu): Remove. All references updated.
19260 (recentf-match-rule-p, recentf-build-dir-rules)
19261 (recentf-filter-changer-goto-next)
19262 (recentf-filter-changer-get-current)
19263 (recentf-filter-changer-get-next): Remove.
19264
19265 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
19266
19267 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
19268 buffer "Reset" button to "Reset to Current" for consistency with
19269 the State buttons.
19270
19271 2005-12-08 John Paul Wallington <jpw@pobox.com>
19272
19273 * ibuf-ext.el (define-ibuffer-filter filename):
19274 If `dired-directory' is a list then really use its car.
19275
19276 2005-12-08 Kim F. Storm <storm@cua.dk>
19277
19278 * emulation/cua-rect.el (cua--rectangle-aux-replace):
19279 Fix indention of text on right side of replaced rectangle.
19280
19281 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
19282
19283 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
19284 No need to check gud-comint-buffer is bound.
19285 (gdb): Prevent multiple debugging when first session uses gdba.
19286
19287 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19288
19289 CC Mode update to 5.31.
19290
19291 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
19292 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
19293 We might do this function properly in the future).
19294
19295 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
19296 New macros c-sentence-end and c-default-value-sentence end, to cope
19297 with Emacs 22's new function `sentence-end'.
19298
19299 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19300
19301 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
19302 compat issue using `c-put-overlay' and `c-delete-overlay'.
19303
19304 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
19305 New compat macros to handle overlays/extents.
19306
19307 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19308
19309 * progmodes/cc-fix.el: Add definitions of the macros push and pop
19310 (for GNU Emacs 20.4).
19311
19312 * progmodes/cc-defs.el
19313 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
19314
19315 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
19316 highlighting mechanism so it will work in XEmacs too.
19317
19318 * progmodes/cc-defs.el: Insert c-int-to-char.
19319
19320 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
19321 call to the new macro c-int-to-char. This solves XEmacs's
19322 regarding characters as different from integers.
19323
19324 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19325
19326 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
19327 New internal helper.
19328
19329 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
19330 construct to make the indirect face lookup work in XEmacs.
19331
19332 (c-cpp-matchers): Append the negation char face to the existing
19333 fontification, so that the cpp face doesn't disappear.
19334 Use `c-make-syntactic-matcher' to avoid negation chars in comments
19335 and strings.
19336
19337 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
19338 to map to `font-lock-negation-char-face' in emacsen where it exists.
19339
19340 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19341
19342 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
19343
19344 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
19345 Rename "c-subword-move-mode" as "c-subword-mode".
19346
19347 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
19348 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
19349
19350 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19351
19352 * progmodes/cc-mode.el: Added autoload directive for
19353 `c-subword-move-mode' for use in older emacsen.
19354
19355 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19356
19357 * progmodes/cc-mode.el:
19358 (i): Insert a binding for C-c C-backspace into
19359 c-bind-special-erase-keys which works in TTYs.
19360 (ii): Make sure that when file styles are used, any explicitly
19361 given style variables take priority over those in the style.
19362 Do this by calling `hack-local-variables' a second time.
19363
19364 * progmodes/cc-vars.el: Add language specific customization
19365 widgets for AWK to c-doc-comment-style, c-require-final-newline
19366 and c-default-style. Add a defcustom for awk-mode-hook.
19367 Give c-syntactic-element and c-syntactic-context doc-strings by
19368 directly setting their `variable-documentation' propery.
19369 This allows Emacs 22.1 to read these with C-h v.
19370
19371 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
19372
19373 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19374
19375 * progmodes/cc-fonts.el, cc-vars.el
19376 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
19377 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
19378 Masatake YAMATO.
19379
19380 (c-doc-comment-style): Made GtkDoc default in C mode.
19381
19382 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
19383 and C-c C-<delete>.
19384
19385 (c-bind-special-erase-keys): New function for use on
19386 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
19387
19388 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
19389 <delete> key behavior in XEmacs according to `delete-forward-p'.
19390 C.f. `c-electric-delete'.
19391
19392 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19393
19394 * progmodes/cc-mode.el: Give c-hungry-backspace and
19395 c-hungry-delete-forward permanent key bindings.
19396
19397 * progmodes/cc-cmds.el (c-electric-semi&comma):
19398 Bind c-syntactic-context for calls to "criteria functions", for
19399 consistency with other calls to user functions.
19400
19401 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
19402 `current-prefix-arg', since this might be the prefix arg to a
19403 command which calls c-indent-command as a function. Change the
19404 interactive spec from "p" to "P".
19405
19406 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
19407 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
19408 was difficult to understand.
19409
19410 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19411
19412 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
19413 first char of an identifier.
19414
19415 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
19416 +" syntax in C++.
19417
19418 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19419
19420 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
19421 auto-fill doesn't split a c-comment's last word from a hanging
19422 "*/" when a space is typed between them after fill-column.
19423
19424 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
19425
19426 * progmodes/cc-styles.el (c-set-style)
19427 (c-setup-paragraph-variables): Abort the command if we're not in a
19428 CC Mode buffer.
19429
19430 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
19431 with blank comment-prefix, and a blank line as the comment's
19432 second line.
19433
19434 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19435
19436 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
19437 Incorporate the patterns added in the Emacs development branch
19438 for the new Emacs 22 face `font-lock-negation-char-face'.
19439
19440 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
19441 of "red" since it stands out better in xterms and DOS terminals.
19442
19443 * progmodes/cc-engine.el (c-literal-faces):
19444 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
19445
19446 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19447
19448 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
19449 forcibly enable c-electric-flag.
19450
19451 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
19452 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
19453 after the comment-prefix of a C-style comment will close that comment.
19454
19455 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19456
19457 * progmodes/cc-fonts.el (c-basic-matchers-before)
19458 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
19459 in Pike.
19460
19461 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
19462 digraphs.
19463
19464 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
19465 (c-cpp-message-directives, c-cpp-include-directives)
19466 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
19467 (c-cpp-expr-directives): Introduce new language constants to
19468 control cpp syntax in a cleaner way.
19469
19470 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
19471
19472 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
19473
19474 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
19475 (c-multiline-string-start-char): New language constants and
19476 variables to specify how newlines in string literals work.
19477
19478 (c-font-lock-invalid-string): Use them.
19479
19480 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
19481 unbalanced close brace is entered. Optimization by avoiding going
19482 back over arbitrarily large blocks. Removed hints that this
19483 function only would be relevant/useful in AWK.
19484
19485 (c-electric-brace): Indent syntactically after the cleanups since
19486 lineup functions might do it differently then.
19487
19488 * progmodes/cc-engine.el, cc-langs.el
19489 (c-opt-op-identifier-prefix): New language constant and variable.
19490
19491 (c-just-after-func-arglist-p, c-after-special-operator-id)
19492 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
19493
19494 * progmodes/cc-align.el, cc-engine.el
19495 (c-after-special-operator-id): New helper to handle C++ operator
19496 identifiers.
19497
19498 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
19499 (c-guess-basic-syntax): Handle C++ operator identifiers in
19500 declarations.
19501
19502 * progmodes/cc-langs.el (c-assignment-operators): Add the
19503 trigraph version of ^= too.
19504
19505 * progmodes/cc-langs.el (c-assignment-operators): Add the
19506 trigraph version of |= in C++.
19507
19508 * progmodes/cc-fonts.el (c-font-lock-declarators):
19509 Handle `c-decl-hangon-kwds' after the identifier name.
19510
19511 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
19512 whether an arglist is "nonempty", ignore a comment after the open
19513 paren if it isn't followed by a non-comment token on the same line.
19514
19515 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
19516 Enable heuristics below the point to cope with classes inside special
19517 brace lists in Pike.
19518
19519 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19520
19521 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
19522
19523 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19524
19525 * progmodes/cc-guess.el (cc-guess-install): New function to
19526 install an already guessed style in another buffer.
19527
19528 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
19529 sets `inhibit-read-only' - `c-save-buffer-state' should be used
19530 anyway if the change always is undone.
19531
19532 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19533
19534 Implement togglable electricity:
19535
19536 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
19537 saying when it should be used.
19538
19539 * progmodes/cc-engine.el: Add the new buffer-local variable,
19540 c-electric-flag.
19541
19542 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
19543 c-toggle-auto-newline.
19544
19545 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
19546 c-toggle-auto-newline. Remove the binding for
19547 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
19548 c-toggle-electric-state.
19549
19550 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
19551
19552 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
19553 c-\(forward\|backward\)-subword.
19554 (c-update-modeline): Add the new modeline flag `l' for
19555 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
19556 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
19557 Make the old name an alias of the new name.
19558 (c-toggle-electric-state): New function.
19559 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
19560 Adapt these functions to do electric things only when
19561 c-electric-flag is non-nil.
19562 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
19563 new functions from c-electric-brace.
19564 (c-point-syntax): Add a check for "virtual semicolons" in AWK
19565 mode, so that the tentative extra newline doesn't change the
19566 syntax of the following brace.
19567 (c-electric-brace): Restructure by extracting the above functions.
19568 Tidy up the coding somewhat.
19569 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
19570 restructure a bit.
19571
19572 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19573
19574 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
19575 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
19576
19577 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
19578 (c-submode-indicators): Change name from `c-auto-hungry-string'
19579 since it's now used to track another submode.
19580
19581 (c-update-modeline): Convert to function and extended to check
19582 `c-subword-move-mode'.
19583
19584 (c-forward-into-nomenclature, c-backward-into-nomenclature):
19585 Convert to compat aliases for `c-forward-subword' and
19586 `c-backward-subword'.
19587
19588 * progmodes/cc-subword.el: New functions and minor mode to handle
19589 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
19590
19591 (c-forward-subword, c-backward-subword, c-mark-subword)
19592 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
19593 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
19594 Functions corresponding to the standard word handling functions.
19595
19596 (c-subword-move-mode): Minor mode that replaces all the standard
19597 word handling functions with their subword equivalences.
19598
19599 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19600
19601 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
19602 entry for one-liner-defun.
19603
19604 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
19605 name in its def-edebug-spec.
19606
19607 * progmodes/cc-cmds.el (c-electric-brace): Make the
19608 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
19609 compacts space before a comment, if this will make things fit on
19610 one line.
19611
19612 Introduce an "awk" style, mainly for auto-newline and clean-ups.
19613
19614 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
19615
19616 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
19617 clean-up one-liner-defun.
19618
19619 * progmodes/cc-styles.el: Add the new "awk" style.
19620
19621 * progmodes/cc-vars.el: Add description of one-liner-defun to
19622 c-cleanup-list's doc-string. New user options,
19623 c-max-one-liner-length. In c-default-style, set the default style
19624 for AWK to "awk".
19625
19626 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19627
19628 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
19629 macros inside labels.
19630
19631 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
19632 `c-at-statement-start-p' and `c-at-expression-start-p'.
19633
19634 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
19635 error if the mark isn't set.
19636
19637 * progmodes/cc-engine.el (c-guess-continued-construct)
19638 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
19639 accurately detect functions inside functions.
19640
19641 * progmodes/cc-engine.el (c-at-expression-start-p): New function
19642 like `c-at-statement-start-p' that additionally recognizes commas
19643 and expression parentheses as delimiters.
19644
19645 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
19646 to avoid heuristics that doesn't work for unclosed blocks.
19647 (c-at-statement-start-p): New function.
19648
19649 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
19650 Objective-C directives, e.g. directives spanning lines should work
19651 reasonably well now.
19652
19653 (c-put-c-type-property, c-clear-c-type-property): New helpers.
19654
19655 (c-forward-objc-directive): New function to move over any ObjC
19656 directive.
19657
19658 (c-just-after-func-arglist-p, c-guess-basic-syntax)
19659 (c-basic-matchers-before): Use it.
19660
19661 (c-font-lock-objc-iip-decl): Remove.
19662
19663 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
19664 in the template arglist recognition.
19665
19666 * progmodes/cc-styles.el (c-style-alist): Fix several
19667 inconsistencies in the Whitesmith style.
19668
19669 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
19670 New lineup function to get lines after Whitesmith style blocks
19671 correctly indented.
19672
19673 (c-lineup-whitesmith-in-block): Back out the compensation for
19674 opening parens since it's done using `add' lists in the style
19675 definition instead. Don't use the anchor position since it varies
19676 too much between the syntactic symbols. :P
19677
19678 * progmodes/cc-vars.el (c-valid-offset): Update.
19679
19680 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
19681 lists where the offsets are combined according to several
19682 different methods: `first', `min', `max', and `add'.
19683 Report offset evaluation errors with `c-benign-error' so that some kind
19684 of reindentation still is done.
19685
19686 * progmodes/cc-engine.el (c-guess-basic-syntax):
19687 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
19688 `arglist-close'.
19689
19690 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
19691 situations for `arglist-cont-nonempty' and `arglist-close'.
19692
19693 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
19694
19695 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
19696 cc-bytecomp-boundp' in a number of places.
19697
19698 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
19699 macro related issue.
19700
19701 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19702
19703 * progmodes/cc-awk.el: Change the terminology of regexps: A char
19704 list is now [asdf], a char class [:alpha:].
19705 Include code for char classes.
19706 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
19707 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
19708
19709 Remove (nearly all of) the cruft associated with AWK Mode's former
19710 concept of "virtual semicolons":
19711
19712 Adapt c-beginning-of-statement, c-end-of-statement (together with
19713 subfunctions) to use the new notion of "virtual semicolon" in
19714 place of the old awkward special handling for AWK. There remains
19715 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
19716 * progmodes/cc-cmds.el:
19717 (c-ascertain-adjacent-literal): In the backwards direction, now
19718 recognises AWK regexp delimiters as string delimiters.
19719 (c-after-statement-terminator-p): Adapt for virtual semicolons;
19720 check more rigorously for "end of macro".
19721 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
19722 virtual semicolons;
19723 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
19724 out the code for forward movement into ...
19725 (c-end-of-statement): Now contains the code for forward movement,
19726 adapted for virtual semicolons.
19727
19728 * progmodes/cc-engine.el:
19729 (c-ws*-string-limit-regexp): New regexp.
19730 (c-forward-single-comment, c-backward-single-comment): Comment out
19731 the (now redundant) "special" AWK stuff.
19732
19733 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
19734 c-string-par-start, c-string-par-separate to be more like Text
19735 Mode than Fundamental Mode.
19736
19737 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19738
19739 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
19740 to the fontified region so that fontification doesn't occur
19741 outside it (could happen e.g. when fontifying a line with an
19742 unfinished declaration).
19743
19744 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19745
19746 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
19747 start of the file. ^L now separate sections of the file.
19748 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
19749 (c-awk-one-line-possibly-open-string-re)
19750 (c-awk-regexp-one-line-possibly-open-char-class-re)
19751 (c-awk-one-line-possibly-open-regexp-re)
19752 (c-awk-one-line-non-syn-ws*-re): New defonsts.
19753 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
19754
19755 Amend the concept of "virtual semicolons" (in the indentation
19756 engine) for languages like AWK, such that they are now
19757 conceptually attached to end of the last token of a statement, not
19758 the end of the line. (In AWK Mode, however, the pertinent text
19759 property is still physically set on the EOL.) Remove the specific
19760 tests for awk-mode, thus facilitating the introduction of other
19761 language modes where EOLs can end statements.
19762 (Note: The funtionality in cc-cmds.el, specifically
19763 c-beginning/end-of-statement has yet to be amended.)
19764
19765 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
19766 New macros.
19767
19768 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
19769 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
19770 c-vsemi-status-unknown-p-fn (in a new page).
19771
19772 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
19773 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
19774 numerous awkward forms like
19775 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
19776 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
19777 variable before-ws-ip, the place just after char-before-ip appears.
19778
19779 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
19780 a comment.
19781
19782 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19783
19784 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
19785 `c-tentative-buffer-changes'.
19786
19787 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
19788 convert to macro to choose between Emacs and XEmacs at compile time.
19789
19790 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
19791
19792 (c-tentative-buffer-changes): New macro to handle temporary buffer
19793 changes in a convenient way.
19794
19795 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
19796 for `c-tentative-buffer-changes'.
19797
19798 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
19799 the checks for paren sexps between the point and the keyword, to
19800 avoid some false alarms.
19801
19802 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
19803 Fixed a situation where an error could be thrown for unbalanced
19804 parens. Changed to make use of c-keyword-member' to avoid some
19805 repeated regexp matches.
19806
19807 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
19808 These language variable are no longer necessary.
19809
19810 (c-block-stmt-kwds): New language constant used by
19811 c-looking-at-inexpr-block'.
19812
19813 (c-guess-basic-syntax): Remove an optional check that looked at
19814 the existence of the now removed language variables.
19815
19816 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
19817 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
19818 object instantiation expressions as declarations in some contexts.
19819 This bug only affected languages where the declarator can't be
19820 enclosed in parentheses.
19821
19822 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
19823 insert newlines before and after substatement braces.
19824
19825 * progmodes/cc-engine.el: Improved the heuristics for recognizing
19826 function declaration headers and the handling of C++ style member
19827 init lists.
19828
19829 (c-just-after-func-arglist-p): Rewritten to use
19830 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
19831
19832 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
19833
19834 (c-guess-basic-syntax): Adapt case 5B for the new
19835 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
19836 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
19837 covers all cases now).
19838
19839 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
19840
19841 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19842
19843 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
19844 c-string-par-start/separate c-sentence-end-with-esc-eol,
19845 initialised in c-setup-paragraph-variables, used in string
19846 scanning subroutines of c-beginning-of-statement.
19847
19848 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
19849 which precedes the newly inserted `{'.
19850
19851 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19852
19853 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
19854 function for declaration level blocks. It should now cope with
19855 templates better and also be a lot more comprehensible.
19856
19857 (c-looking-at-decl-block): The new function.
19858
19859 (c-search-uplist-for-classkey): The old one. It's now a wrapper
19860 for compatibility.
19861
19862 (c-add-class-syntax, c-guess-continued-construct)
19863 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
19864
19865 (c-decl-block-key): Change to tell apart ambiguous and
19866 unambiguous keywords. Pike specials are now handled directly in
19867 the code instead.
19868
19869 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
19870 New language constants and variables to make the backward skip in
19871 `c-looking-at-decl-block' as tight as possible.
19872
19873 (c-nonsymbol-token-char-list): New language constant.
19874
19875 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
19876 find balanced template arglists backwards.
19877
19878 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
19879 making char classes for `c-syntactic-skip-backward'.
19880
19881 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
19882 16D - can't be a class-close at that point.
19883
19884 * progmodes/cc-engine.el (c-guess-basic-syntax)
19885 (c-add-class-syntax): Don't narrow out the enclosing declaration
19886 level. This makes everything a lot easier, and it was actually
19887 only four small places that needed it to work. Some places that
19888 previously did `widen' are removed now, which has the effect that
19889 `c-guess-basic-syntax' never will look at things outside the
19890 current narrowment now. The anchor position for `topmost-intro'
19891 is affected by this, but it was so bogus it was basically useless
19892 before, and now it's equally bogus but in a slightly different way.
19893
19894 (c-narrow-out-enclosing-class): Gone.
19895
19896 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
19897 the narrowed region.
19898
19899 (c-least-enclosing-brace): Remove silly optional argument.
19900
19901 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
19902 the point could be left directly after an open paren when finding
19903 the beginning of the first decl in the block.
19904
19905 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
19906 Specify which submatch to use.
19907
19908 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
19909
19910 (c-decl-start-re): No longer any need for special treatment of
19911 ObjC due to the above.
19912
19913 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
19914 presumably follows C in that regard.
19915
19916 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
19917 New language constants to specify operator tokens inside
19918 identifiers in a more high level way.
19919
19920 (c-opt-identifier-prefix-key): New internal language constant.
19921
19922 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
19923 (c-identifier-start, c-identifier-key): Now completely calculated
19924 from other constants.
19925
19926 (c-identifier-last-sym-match): Decommission since it's no longer used.
19927
19928 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
19929
19930 * progmodes/cc-engine.el (c-forward-name): Remove the
19931 optimization when c-identifier-key is equal to c-symbol-key since
19932 it doesn't work in byte compiled files. Don't record empty
19933 regions as identifiers.
19934
19935 * progmodes/cc-langs.el (c-filter-ops): New helper function to
19936 simplify access to `c-operators' and its likes.
19937
19938 (c-operator-list, c-all-op-syntax-tokens)
19939 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
19940 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
19941 (c-primary-expr-regexp, c-cast-parens): Use it.
19942
19943 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
19944 an explicit language in functions.
19945
19946 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
19947 variant of adornment.
19948
19949 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
19950 variable.
19951
19952 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
19953 the Pike value.
19954
19955 * progmodes/cc-engine.el (c-on-identifier)
19956 (c-simple-skip-symbol-backward): Small fix for handling "-"
19957 correctly in `skip-chars-backward'. Affected the operator lfun
19958 syntax in Pike.
19959
19960 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
19961 diagnostic message about precompiled language vars not being used.
19962
19963 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
19964 "__attribute__" is followed by a parenthesis.
19965
19966 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
19967 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
19968 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
19969
19970 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
19971 Internal cleanups to properly detect the declared identifiers in
19972 various declarations.
19973
19974 (c-decl-start-kwds): New language constant to recognize
19975 declarations that can start anywhere. Used for class declarations
19976 in Pike.
19977
19978 (c-specifier-key, c-not-decl-init-keywords)
19979 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
19980 (c-find-decl-spots): Implement `c-decl-start-kwds'.
19981
19982 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
19983 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
19984 handling of the compiler specific extension keywords into a new
19985 language constant `c-decl-hangon-kwds' that defines keyword
19986 clauses to be ignored in declarations.
19987
19988 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
19989 past unrecognized tokens when handling `c-colon-type-list-kwds'.
19990 Necessary to stop at the declared identifier in e.g. IDL valuetype
19991 declarations.
19992
19993 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
19994 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
19995 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
19996 (c-forward-decl-or-cast-1): Recognize the declared identifier in
19997 class and enum declarations as such and not as part of the type.
19998
19999 (c-forward-decl-or-cast-1, c-forward-label): Relax the
20000 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
20001
20002 (c-forward-decl-or-cast-1): Don't disregard sure signs of
20003 declarations when there's some syntax error later on.
20004
20005 (c-complex-decl-matchers): Did away with a reference to
20006 `c-specifier-key'.
20007
20008 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
20009 value - this variable is always dynamically bound.
20010
20011 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
20012 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
20013 * cc-cmds.el, cc-defs.el: Change the policy for marking up
20014 functions that might do hidden buffer changes: All such internal
20015 functions are now marked instead of those that don't.
20016
20017 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
20018 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
20019 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
20020 (c-literal-type): Allow these functions to make hidden buffer changes,
20021 so that they are free to use text property caching later on.
20022
20023 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
20024 (c-electric-brace, c-electric-slash, c-electric-star)
20025 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
20026 (c-electric-paren, c-electric-continued-statement, c-indent-command)
20027 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
20028 (c-context-line-break): Add `c-save-buffer-state' calls to comply
20029 with the changed semantics of the functions above.
20030
20031 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
20032 when macros occur in obscure places. Optimized the sexp movement
20033 a bit.
20034
20035 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20036
20037 Enhancements for c-beginning-of-statement to work in AWK Mode:
20038
20039 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
20040 (completed statement) with `}' (statement completed by closing
20041 brace or semicolon) and `$' (statement completed by EOL).
20042
20043 (c-awk-virtual-semicolon-ends-prev-line-p)
20044 (c-awk-virtual-semicolon-ends-line-p)
20045 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
20046 (c-awk-at-statement-end-p): New functions.
20047
20048 * progmodes/cc-cmds.el: Simplify the structure of functions
20049 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
20050 two functions and c-beginning-of-statement to handle AWK Mode.
20051
20052 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
20053 c-backward-single-comment for AWK mode. Attempt to clarify their
20054 doc-strings.
20055
20056 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
20057
20058 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20059
20060 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
20061 label handling. Labels are now recognized in a uniform and more
20062 robust way, regardless of context. Text properties are put on all
20063 labels to recognize the following declarations better.
20064 Multiword labels are handled both in indentation and fontification for
20065 the benefit of language extensions like Qt. For consistency, keywords
20066 in labels are now fontified with the label face instead.
20067 That also applies to "case" and "default".
20068
20069 (c-beginning-of-statement-1): Fix some bugs in the label
20070 handling. Disregard `c-nonlabel-token-key' in labels that begin
20071 with `c-label-kwds'.
20072
20073 (c-find-decl-spots): Support that the callback adds more
20074 `c-decl-end' spots to find.
20075
20076 (c-forward-decl-or-cast-1): Don't treat a list of plain
20077 identifiers followed by a colon as a declaration.
20078
20079 (c-forward-label): New function to recognize labels.
20080
20081 (c-guess-basic-syntax): Replace uses of `c-label-key' with
20082 `c-forward-label'. Moved the label recognition cases (14 and 15)
20083 earlier since they aren't so context sensitive now. Handle labels
20084 on the top level gracefully. Moved access label recognition to
20085 the generic label case (CASE 15) - removed CASE 5E.
20086
20087 (c-font-lock-declarations): Add recognition of labels in the
20088 same round since we need to handle labels in parallell with other
20089 declarations to recognize both accurately. It should also improve
20090 speed.
20091
20092 (c-simple-decl-matchers, c-basic-matchers-after):
20093 Move `c-font-lock-labels' so that it only is used on decoration level 2
20094 since `c-font-lock-declarations' handles it otherwise.
20095
20096 (c-complex-decl-matchers): Remove the simplistic recognition of
20097 access labels.
20098
20099 (c-decl-prefix-re): Remove the kludges that was necessary to cope
20100 with labels earlier.
20101
20102 (c-decl-start-re): New language variable to make
20103 `c-font-lock-declarations' stop for the special protection labels
20104 in Objective-C that start with `@'.
20105
20106 (c-label-key): Remove since it's no longer used.
20107
20108 (c-recognize-colon-labels, c-label-prefix-re): New language
20109 constants to support recognition of generic colon-terminated labels.
20110
20111 (c-type-decl-end-used): `c-decl-end' is now used whenever there
20112 are colon terminated labels.
20113
20114 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
20115 first argument starts with a special brace list.
20116
20117 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
20118 (c-font-lock-declarations): Break out the declaration and cast
20119 recognition from `c-font-lock-declarations' to a new function, so
20120 that it can be used in the indentation engine.
20121
20122 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
20123 up to the start of the literal. Fixed bug with the point on the
20124 wrong side of the search limit that could happen when the start
20125 position is inside a literal.
20126
20127 * progmodes/cc-engine.el (c-parse-state)
20128 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
20129 so that it's kept a little bit back to increase the hit rate.
20130
20131 (c-parse-state): Change the macro handling and fixed some
20132 glitches. Macro context is checked more often than necessary now,
20133 but otoh less garbage conses are generated.
20134
20135 * progmodes/cc-engine.el (c-parse-state)
20136 (c-invalidate-state-cache): Cache the last position where
20137 `c-state-cache' applies. This can speed up refontification quite
20138 a bit in blocks where there are many non-brace parens before the point.
20139
20140 (c-state-cache-end): New variable for this.
20141
20142 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
20143 cache variable.
20144
20145 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
20146 get close initial continue positions when the start position is
20147 inside a literal or macro. Do not call the callback for spots
20148 before the start position (which can happen e.g. for `c-decl-end'
20149 spots inside comments). Optimize better in special cases when the
20150 region is a single line inside a literal or macro (typically when
20151 the current line is refontified).
20152
20153 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
20154 to `c-add-stmt-syntax' - there's no need to explicitly whack off
20155 entries from the paren state.
20156
20157 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
20158 special case for "else if" clauses.
20159
20160 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
20161 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
20162
20163 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
20164 New language variable to recognize the gcc extension with statement
20165 blocks inside expressions.
20166
20167 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
20168 it somewhat more comprehensible. The argument AT-BLOCK-START is
20169 no longer used and hence removed.
20170
20171 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
20172 to `c-add-stmt-syntax'.
20173
20174 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20175 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
20176 This fixes bogus label recognition.
20177
20178 * progmodes/cc-engine.el (c-add-type, c-check-type)
20179 (c-forward-name, c-forward-type): Improve storage of template
20180 types in `c-found-types' so that they can be recognized better.
20181
20182 (c-syntactic-content): Add option to skip past nested parens.
20183
20184 * progmodes/cc-engine.el (c-forward-name):
20185 Set `c-last-identifier-range' all the time. It's less work that way.
20186 Handle that there might not be an identifier to store in
20187 `c-last-identifier-range'.
20188
20189 (c-forward-type): Handle that `c-last-identifier-range' might be
20190 nil from `c-forward-name'.
20191
20192 * progmodes/cc-defs.el (c-safe-scan-lists)
20193 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
20194
20195 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
20196 to work even if the form fails.
20197
20198 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
20199 down in a large file in one go.
20200
20201 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
20202
20203 * progmodes/cc-align.el (c-lineup-assignments): New lineup
20204 function which is like `c-lineup-math' but returns nil instead of
20205 `c-basic-offset' when it doesn't match.
20206
20207 (c-lineup-math): Change to use `c-lineup-assignments'.
20208
20209 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20210
20211 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
20212 c-beginning-of-statement. New subfunctions
20213 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
20214
20215 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20216
20217 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
20218 hardcoded char classes whereever possible. Changed a couple of
20219 places to use skip by syntax instead of skip by char class.
20220
20221 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
20222 Fix a bug in the regexp that caused extreme backtracking.
20223
20224 * progmodes/cc-langs.el (c-block-comment-starter)
20225 (c-block-comment-ender): New language constants to specify in a
20226 single place how block comments look.
20227
20228 (c-comment-start-regexp, c-block-comment-start-regexp)
20229 (comment-start, comment-end, comment-start-skip)
20230 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
20231 (c-syntactic-ws, c-nonempty-syntactic-ws)
20232 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
20233 `c-line-comment-starter', `c-block-comment-starter' and
20234 `c-block-comment-ender'.
20235
20236 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
20237 New language constants to break up things a bit.
20238
20239 (c-simple-ws): New language constant for simple whitespace.
20240
20241 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
20242
20243 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
20244 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
20245 newlines. Allow and ignore nil elements in the list.
20246
20247 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20248
20249 * progmodes/cc-cmds.el: Comment out a (n almost certainly
20250 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
20251
20252 * progmodes/cc-cmds.el: Tidy up the comments in
20253 c-beginning-of-statement and subfunctions.
20254
20255 * progmodes/cc-awk.el: Replace calls to put-text-property to the
20256 more flexible c-put-char-property and c-clear-char-properties.
20257 Add the author's email address.
20258
20259 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
20260
20261 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
20262 closing "*/" of a block comment.
20263
20264 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
20265 subfunctions) so that it works at BOB and EOB.
20266
20267 * progmodes/cc-cmds.el, cc-vars.el: More updating of
20268 c-beginning-of-statement, including new variable
20269 c-block-comment-start-regexp.
20270
20271 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20272
20273 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
20274 symbols from `*-font-lock-extra-types' so that there's no need to
20275 use `regexp-opt' on those lists.
20276
20277 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
20278 `c-type-modifier-kwds' is empty.
20279
20280 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
20281 there are several strings on the same line.
20282
20283 * progmodes/cc-engine.el (c-literal-limits): Remove the
20284 compatibility function for older emacsen. `c-literal-limits-fast'
20285 has now taken the place of this function.
20286
20287 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
20288 with older emacsen: We now require `pps-extended-state'.
20289
20290 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20291
20292 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
20293 which obviates the need to hack sentence-end. This now handles
20294 escaped newlines in strings correctly. Correct minor bugs in
20295 c-move-over-sentence and in c-beginning-of-statement.
20296
20297 * progmodes/cc-cmds.el (c-beginning-of-statement (and
20298 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
20299 that movement over macros and code are rigorously separated from
20300 eachother. Correct a few incidental bugs.
20301
20302 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
20303 Improve its doc-string. Improve the handling of certain specific cases.
20304
20305 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20306
20307 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
20308 (c-guess-basic-syntax): Change the way class-level labels are
20309 recognized; they can now contain essentially any symbols.
20310
20311 (c-opt-extra-label-key): New language variable to cope with the
20312 special protection label syntax in Objective-C.
20313
20314 (c-opt-access-key): Remove; this is now handled better by
20315 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
20316
20317 (c-complex-decl-matchers): Update to handle that
20318 `c-opt-access-key' no longer exists.
20319
20320 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
20321 improved label recognition in `c-beginning-of-statement-1'.
20322
20323 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
20324 Recognize bitfields better.
20325
20326 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
20327 Remove some cruft and fixed a bug that could cause it to go to a
20328 position further down.
20329
20330 * progmodes/cc-langs.el, cc-engine.el
20331 (c-beginning-of-statement-1): Improve detection of labels in
20332 declaration contexts.
20333
20334 (c-beginning-of-decl-1): Use it.
20335
20336 (c-nonlabel-token-key): New language constant and variable needed
20337 by `c-beginning-of-statement-1'.
20338
20339 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
20340 manifested itself due to the correction in `c-forward-sexp'.
20341
20342 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
20343 Make these behave as documented when used at the buffer limits.
20344
20345 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
20346 (c-type-decl-end-used): Made this a language variable.
20347
20348 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
20349 correctly when `combine-after-change-calls' is used together with
20350 temporary narrowings.
20351
20352 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20353 Report labels correctly when the start point is immediately after the
20354 colon.
20355
20356 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
20357 Remove since it isn't used anymore.
20358
20359 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
20360 bracket arglists such as template parens in C++.
20361
20362 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
20363 in the last check-in. Some optimization.
20364
20365 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
20366 where it could stop at the same level in a preceding sexp when
20367 PAREN-LEVEL is set.
20368
20369 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
20370 text property lookup only when it's needed.
20371
20372 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
20373 Change the policy for paren marked angle brackets to be more
20374 persistent; once marked they remain marked even when they're found
20375 to be unbalanced in the searched region. This should keep the
20376 paren syntax around even when individual lines are refontified in
20377 multiline template arglists.
20378
20379 (c-parse-and-markup-<>-arglists): New dynamically bound variable
20380 to control markup so that incorrect angle bracket arglists aren't
20381 marked in contexts where the correct value for
20382 `c-disallow-comma-in-<>-arglists' isn't known.
20383
20384 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
20385 argument has become `c-parse-and-markup-<>-arglists'.
20386
20387 (c-remove-<>-arglist-properties): Remove - no longer used.
20388
20389 (c-after-change-check-<>-operators): New function used on
20390 `after-change-functions' to avoid that "<" and ">" characters that
20391 are part of longer operators have paren syntax.
20392
20393 (c-<>-multichar-token-regexp): New language variable used by
20394 `c-after-change-check-<>-operators'.
20395
20396 (c-after-change): Call `c-after-change-check-<>-operators'.
20397
20398 (c-font-lock-<>-arglists): Use the context properties set by
20399 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
20400 correctly to avoid doing invalid markup.
20401
20402 (c-font-lock-declarations): Remove code that undoes the invalid
20403 markup done by `c-font-lock-<>-arglists'.
20404
20405 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
20406 after `c-font-lock-declarations'.
20407
20408 * progmodes/cc-engine.el (c-syntactic-skip-backward):
20409 Add paren-level feature.
20410
20411 (c-guess-basic-syntax): Improve the anchor position for
20412 `template-args-cont' in nested template arglists. There's still
20413 much to be desired in this area, though.
20414
20415 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20416
20417 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
20418 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
20419
20420 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20421
20422 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
20423 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
20424
20425 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
20426 it doesn't work no longer are supported.
20427
20428 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
20429 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
20430 requires support for the syntax-table' text property, which rules
20431 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
20432 cruft associated with those versions.
20433
20434 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
20435 for the `syntax-table' text property, which rules out Emacs 19 and
20436 XEmacs < 21.4. Removed various compatibility cruft associated
20437 with those versions.
20438
20439 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
20440 support for the `syntax-table' text property.
20441
20442 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
20443 variable and use an extra quoted face name instead. All the
20444 emacsen flavors handle that correctly.
20445
20446 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
20447 (c-font-lock-declarators, c-font-lock-declarations)
20448 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
20449 property to mark the items in in declarator lists to handle
20450 refontification inside multiline declarations better.
20451
20452 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
20453 construct like "a * b = c;" as a declaration.
20454
20455 2005-12-08 Kim F. Storm <storm@cua.dk>
20456
20457 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
20458 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
20459 select either meta, hyper, or super modifier for rectangle commands.
20460 (cua--rectangle-modifier-key): New defvar.
20461 (cua--M/H-key): Use it. Remove special case for `space'.
20462 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
20463 on X, to meta otherwise. Always bind C-return to toggle
20464 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
20465
20466 * emulation/cua-rect.el (cua-help-for-rectangle):
20467 Use cua--rectangle-modifier-key. Handle super modifier too.
20468 (cua--init-rectangles): Always bind C-return to toggle rectangle.
20469 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
20470
20471 * ido.el: Move Acknowledgements and History after Commentary.
20472 Minor changes to Commentary.
20473
20474 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
20475 keymap if cua--prefix-override-timer is `shift'.
20476 (cua--shift-control-prefix): New function; emulate "type prefix
20477 key twice" functionality to handle shifted prefix key override.
20478 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
20479 New commands.
20480 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
20481
20482 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
20483
20484 * textmodes/org.el (org-insert-heading): Try to do items before
20485 headings.
20486 (org-agenda-mode): Quote `org-agenda-mode-hook'.
20487 (org-insert-item): New function.
20488 (org-renumber-ordered-list): Don't skip to higher level lists.
20489
20490 2005-12-08 Juri Linkov <juri@jurta.org>
20491
20492 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
20493
20494 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
20495
20496 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
20497
20498 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
20499 the constructed function name fun-1.
20500
20501 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
20502 because such links don't lead to parent documentation.
20503
20504 2005-12-08 Kenichi Handa <handa@m17n.org>
20505
20506 * descr-text.el (describe-char): Use *Help-2* buffer if the
20507 current buffer is *Help*. Call describe-text-properties while
20508 setting the original buffer.
20509
20510 2005-12-07 Bill Wohler <wohler@newt.com>
20511
20512 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
20513 and causes problems with non-MH users (such as Gnus users).
20514
20515 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
20516
20517 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
20518 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
20519 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
20520 command "info sources". Move calls to GDB command "list".
20521 (gdb-find-file-hook): Just use gdb-source-file-list.
20522 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
20523 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
20524 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
20525 (gdb-data-list-register-values-handler): Use correct trigger name.
20526
20527 2005-12-07 Kim F. Storm <storm@cua.dk>
20528
20529 * ido.el (ido-completion-map): Rename from ido-mode-map.
20530 (ido-common-completion-map, ido-file-completion-map)
20531 (ido-file-dir-completion-map, ido-buffer-completion-map):
20532 Rename from ido-mode-....-map.
20533 (ido-init-completion-maps): Rename from ido-init-mode-maps.
20534 (ido-setup-completion-map): Rename from ido-define-mode-map.
20535 (ido-read-internal): Bind minibuffer-local-filename-completion-map
20536 to ido-completion-map.
20537
20538 2005-12-07 Kenichi Handa <handa@m17n.org>
20539
20540 * international/mule-cmds.el
20541 (set-display-table-and-terminal-coding-system): If the coding
20542 system specified in `unibyte-display' property is different from
20543 the arg coding-system, don't setup standard-display-table.
20544
20545 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20546
20547 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
20548 that comments end at \n, regardless of selective-display.
20549
20550 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
20551
20552 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
20553 (gdb-version): New variables.
20554 (gdb-source-file-list, gdb-register-names)
20555 (gdb-changed-registers): New variables for use with GDB 6.4+.
20556 (gdb-ann3): Replace with...
20557 (gdb-init-1, gdb-init-2): ...two new functions.
20558 (gdba, gdb-prompt): Call gdb-init-1.
20559 (gdb-get-version): New function. Call gdb-init-2 from here.
20560 (gud-watch): Make it work with mouse events too.
20561 (gdb-post-prompt): Don't add to queue until GDB version is known.
20562 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
20563 (gdb-locals-mode): Use gdb-version.
20564 (gdb-memory-format-map, gdb-memory-unit-map)
20565 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
20566 (gdb-locals-font-lock-keywords-1)
20567 (gdb-locals-font-lock-keywords-2): New variables.
20568 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
20569 (gdb-set-gud-minor-mode-existing-buffers-1)
20570 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
20571 (gdb-var-update-1, gdb-var-update-handler-1)
20572 (gdb-data-list-register-values-handler)
20573 (gdb-data-list-register-values-custom)
20574 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
20575 (gdb-stack-list-locals-handler, gdb-get-register-names):
20576 New functions for use with GDB 6.4+.
20577 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
20578 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
20579 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
20580 (gdb-stack-list-locals-regexp)
20581 (gdb-data-list-register-names-regexp): New regexps for use with
20582 GDB 6.4+.
20583
20584 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20585
20586 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
20587
20588 2005-12-06 Nozomu Ando <nand@mac.com>
20589
20590 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
20591 prompts work for AUTH PLAIN. Also reported by Steve Allan
20592 <seallan@verizon.net>.
20593
20594 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
20595
20596 * frame.el (set-frame-parameter): Add doc string.
20597
20598 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
20599
20600 * textmodes/org.el (org-occur-highlights): New variable.
20601 (org-highlight-new-match, org-remove-occur-highlights): New functions.
20602 (org-highlight-sparse-tree-matches): New option.
20603 (org-do-occur): New function.
20604 (org-get-heading): Make it work also at beginning of line.
20605 (org-category-table): New variable.
20606 (org-get-category-table, org-get-category)
20607 (org-camel-to-words, org-link-search): New functions.
20608 (org-select-this-todo-keyword): New variable.
20609 (org-todo-list): New command.
20610 (org-shiftright, org-shiftleft): New commands.
20611 (org-agenda-todo): Add prefix argument.
20612 (org-show-hierarchy-above): New option.
20613 (org-show-todo-tree): Numerical prefix creates tree for specific
20614 TODO keyword.
20615 (org-outline-level): New function, to assign a level to plain
20616 lists items.
20617 (org-cycle-include-plain-lists): New option.
20618 (org-mode): Use `org-outline-level' as value of `outline-level'.
20619 (org-cycle): Temporarily switch `outline-regexp' if
20620 `org-cycle-include-plain-lists' is non-nil.
20621 (org-start-icalendar-file): Fix format bug.
20622 (org-agenda-get-day-entries): Create category table.
20623 (org-agenda-get-todos, org-agenda-get-timestamps)
20624 (org-agenda-get-deadlines, org-agenda-get-scheduled)
20625 (org-agenda-get-blocks): Use `org-get-category'.
20626 (org-context-in-file-links): Rename from
20627 `org-line-numbers-in-file-links'.
20628
20629 2005-12-06 Romain Francoise <romain@orebokech.com>
20630
20631 * window.el (balance-windows): Delete extraneous third arg in call
20632 to `enlarge-window'.
20633
20634 2005-12-06 Kenichi Handa <handa@m17n.org>
20635
20636 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
20637
20638 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
20639
20640 * progmodes/gdb-ui.el (gdb-var-create-handler)
20641 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
20642 (gdb-var-list-children-handler, gdb-var-update-handler):
20643 Current buffer is already gdb-partial-output-buffer, don't
20644 make it current again.
20645
20646 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
20647
20648 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
20649 (list-buffers-noselect): Use it.
20650
20651 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
20652
20653 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
20654 (mail-yank-ignored-headers): Use regexp-opt.
20655 (mail-mode-map): Move initialization into declaration.
20656 (mail-sent-via): Remove unused shadowed var `to-line'.
20657 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
20658 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
20659 (mail-do-fcc): Use dolist and push.
20660 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
20661 (mail-yank-ignored-headers): Don't autoload.
20662
20663 2005-12-05 Kenichi Handa <handa@m17n.org>
20664
20665 * international/mule-cmds.el (set-language-info-internal): New fun.
20666 (set-language-info): Call set-language-info-internal to update
20667 language-info-alist. If LANG-ENV is the current one, call
20668 set-language-environment to make INFO effective now.
20669 (set-language-info-alist): Likewise.
20670 (locale-language-names): With locale "en", use English
20671 lang. env. but set the default codings to iso-8859-1.
20672
20673 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
20674
20675 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
20676 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
20677 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
20678 for plain strings.
20679 (gdb-frames-mode): Remove redundant call to font-lock-mode.
20680 (gdb-all-registers): Rename from toggle-gdb-all-registers.
20681 Create registers buffer if necessary. Echo new state in minibuffer.
20682 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
20683
20684 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
20685
20686 * info.el (Info-fontify-node): Match external links using
20687 non-directory part of filename.
20688
20689 2005-12-04 Juri Linkov <juri@jurta.org>
20690
20691 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
20692 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
20693 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
20694 because there is no customization option for it.
20695
20696 * font-lock.el (lisp-font-lock-keywords-1):
20697 Add define-global-minor-mode.
20698
20699 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
20700
20701 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
20702 properties on the constructed variable names.
20703
20704 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20705 Put `definition-name' properties on the constructed function names
20706 next-sym and prev-sym.
20707
20708 * emacs-lisp/find-func.el (find-function-regexp):
20709 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
20710 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
20711 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
20712 and easy-menu-define.
20713
20714 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
20715 easy-mmode-define-global-mode and define-global-minor-mode.
20716 (lisp-imenu-generic-expression): Add define-global-minor-mode.
20717
20718 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
20719 instead of easy-mmode-define-global-mode.
20720
20721 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
20722 Use define-minor-mode instead of easy-mmode-define-minor-mode.
20723
20724 * cus-edit.el (customize-group, customize-group-other-window):
20725 Filter out autoloaded options from the group completion list by
20726 using heuristics that autoloaded groups don't have `custom-autoload'
20727 property on their symbols (they have only `custom-loads').
20728
20729 * simple.el (completion-setup-function): Put completions-common-part
20730 face on complete completion string too (i.e. completion string
20731 without completions-first-difference face).
20732
20733 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
20734
20735 2005-12-03 Eli Zaretskii <eliz@gnu.org>
20736
20737 * view.el (view-mode): Doc fix.
20738
20739 * disp-table.el (standard-display-european): Add to the warning
20740 message a reference to the doc string.
20741
20742 * play/yow.el (apropos-zippy): Call print-help-return-message,
20743 similar to other Help and Apropos commands.
20744
20745 * help.el (print-help-return-message): If pop-up-frames is
20746 non-nil, set up help-return-method to delete the help window and,
20747 possibly, its frame as well, and don't display message about
20748 scrolling the help window. Doc fix.
20749 (help-return-method): Doc fix.
20750
20751 2005-12-03 Martin Rudalics <rudalics@gmx.at>
20752
20753 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
20754 whereby names of length one or names starting with a
20755 symbol-constituent character would not be returned.
20756
20757 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20758
20759 * subr.el (atomic-change-group): Add edebug and indentation spec.
20760
20761 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
20762
20763 * completion.el (save-completions-file-name): Fix typo in last change.
20764
20765 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20766
20767 * info.el: Move back/forward history to the beginning of the tool bar.
20768
20769 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
20770
20771 * allout.el (eval-when-compile): Remove unnecessary load of cl.
20772 Add fset of allout-real-isearch-abort during compile to fix
20773 byte-compilation warnings.
20774 (allout-mode-p): Move definition of this macro above all uses, or
20775 byte compilation in barren Emacs (eg, during Emacs build) will
20776 lack the definition.
20777 (allout-mode): Move this variable above any uses, or byte
20778 compilation will fail.
20779 (allout-resolve-xref): Remove use of personal file-reference function.
20780 (allout-toggle-current-subtree-encryption): Do the current (ie,
20781 visible containing) topic, rather than nearest around point. Doc fix.
20782 (allout-toggle-subtree-encryption): New function, workhorse that
20783 works on nearest topic containing point.
20784 (allout-encrypt-string): Signal requirement for newer version of pgg.
20785 (allout-resumptions): Doc fix.
20786
20787 2005-12-02 Eli Zaretskii <eliz@gnu.org>
20788
20789 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
20790
20791 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
20792
20793 * textmodes/flyspell.el (flyspell-external-point-words):
20794 Consider a misspelling as found in the string search if: (a) misspelling
20795 and found string lengths match, or (b) misspelling is found as
20796 element in a boundary-chars separated longer string, or (c)
20797 ispell-program-name is really ispell and misspelling is found as
20798 part of a TeX string. After successful match move beginning of
20799 search region to end of match. Warn about not found misspellings
20800 once the process is done.
20801 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
20802
20803 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
20804
20805 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
20806 tool bar (removed inadvertently).
20807
20808 2005-12-02 Juri Linkov <juri@jurta.org>
20809
20810 * log-view.el (log-view-diff): Clarify doc string.
20811
20812 2005-12-01 Bill Wohler <wohler@newt.com>
20813
20814 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
20815 triggers lm-verify errors.
20816
20817 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
20818
20819 * simple.el (transient-mark-mode, line-number-mode)
20820 (column-number-mode, size-indication-mode): Remove `:require nil'.
20821
20822 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
20823
20824 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
20825 in the margin also.
20826 (gdb-breakpoints-mode-map): Use D instead of d for
20827 gdb-delete-breakpoint.
20828 (gdb-get-frame-number): Require a number to match on.
20829 (gdb-threads-mode-map): Add follow-link binding.
20830
20831 2005-11-30 Jason Rumney <jasonr@gnu.org>
20832
20833 * isearch.el (isearch-mode-map): Avoid exiting search on
20834 language-change event.
20835
20836 2005-11-30 Romain Francoise <romain@orebokech.com>
20837
20838 * speedbar.el (speedbar-default-position): New defcustom.
20839 (speedbar-frame-reposition-smartly): Use it.
20840
20841 * dframe.el (dframe-reposition-frame-emacs): Fix position
20842 computation for `left' location.
20843 Update copyright year.
20844
20845 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
20846
20847 * help.el (help-map): Move initialization into declaration.
20848
20849 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
20850
20851 * help-fns.el (help-argument-name): Don't autoload.
20852 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
20853 to be re-loaded when customizing the `help' group.
20854
20855 2005-11-30 John Paul Wallington <jpw@gnu.org>
20856
20857 * help-fns.el (describe-function-1): Fill arglist output.
20858
20859 2005-11-30 Kim F. Storm <storm@cua.dk>
20860
20861 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
20862 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
20863 after revert-buffer (or anything else which kills all local variables).
20864
20865 * apropos.el (apropos-parse-pattern): Doc fix.
20866 Set apropos-regexp directly, rather than expecting callers to do so.
20867 (apropos-command, apropos, apropos-value, apropos-documentation):
20868 Simplify calls to apropos-parse-pattern.
20869
20870 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20871
20872 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
20873 (hi-lock-face-phrase-buffer): Use hi-yellow face.
20874 (hi-lock-write-interactive-patterns): Use comment-region.
20875
20876 * longlines.el (longlines-mode): Add mail-setup-hook.
20877
20878 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
20879
20880 * simple.el (sendmail-user-agent-compose, next-line):
20881 Conditionally use hard-newline.
20882
20883 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
20884
20885 * international/latexenc.el (latex-inputenc-coding-alist):
20886 Reword doc string.
20887
20888 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20889
20890 * help.el (describe-key-briefly, describe-key): Recognize default
20891 bindings.
20892
20893 2005-11-29 Romain Francoise <romain@orebokech.com>
20894
20895 * view.el (view-inhibit-help-message): New defcustom.
20896 (view-mode-enter): Use it.
20897
20898 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
20899
20900 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
20901 Preserve user position.
20902
20903 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
20904
20905 * font-lock.el: Throw error if facemenu is not loaded to prevent
20906 accidental change of loading order in loadup.el. (Suggested by RMS.)
20907
20908 * loadup.el: Add comment explaining why facemenu must be loaded
20909 before font-lock.
20910
20911 2005-11-28 Jay Belanger <belanger@truman.edu>
20912
20913 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
20914 (calc-dispatch-map): Add more keys for `calc-same-interface'.
20915
20916 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
20917
20918 * calc/calc-embed.el (calc-do-embedded): Update help message.
20919
20920 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
20921
20922 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20923
20924 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
20925
20926 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
20927 called-interactively-p.
20928 (elp-profilable-p): Rename from elp-not-profilable-p.
20929 Invert result and take into account macros and autoloaded functions.
20930 (elp-instrument-function): Update call.
20931 (elp-instrument-package): Update call. Add completion.
20932 (elp-pack-number): Use match-string.
20933 (elp-results-jump-to-definition-by-mouse): Merge into
20934 elp-results-jump-to-definition and then remove.
20935 (elp-output-insert-symname): Make help echo text single-line.
20936
20937 * replace.el (query-replace-map): Move initialization into declaration.
20938 (occur-engine): Use with-current-buffer.
20939 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
20940 (occur-mode-mouse-goto): Replace with an alias.
20941
20942 2005-11-28 Juri Linkov <juri@jurta.org>
20943
20944 * simple.el (quoted-insert): Let-bind input-method-function to nil.
20945
20946 * term/w32-win.el: Bind [S-tab] to [backtab].
20947
20948 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
20949 `Info-find-file' to t.
20950
20951 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
20952 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
20953 and same-window-regexps.
20954 (occur-next-error): Don't move point for arg 0.
20955
20956 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
20957
20958 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
20959
20960 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20961
20962 * log-edit.el (log-edit-changelog-use-first): New var.
20963 (log-edit-changelog-ours-p): Use it.
20964 (log-edit-insert-changelog): Set it with new arg `use-first'.
20965 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
20966 (log-edit-hook): Add them to the list of suggested options.
20967
20968 * textmodes/flyspell.el (flyspell-last-buffer): New var.
20969 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
20970 redundant work.
20971 (flyspell-mode-on): Use add-hook for after-change-functions.
20972 (flyspell-mode-off): Use remove-hook for after-change-functions.
20973 (flyspell-changes): Make it buffer-local.
20974 (flyspell-after-change-function): Make it non-interactive. Use push.
20975 (flyspell-post-command-hook): Check input-pending-p while processing
20976 the potentially long list of buffer changes.
20977
20978 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
20979
20980 * buff-menu.el (list-buffers-noselect): Display the selected
20981 frame's buffer list, not the global one.
20982
20983 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
20984
20985 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
20986 that (list last-input-event) works as in interactive spec.
20987
20988 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20989
20990 * loadup.el ("facemenu"): Load facemenu before font-lock, because
20991 `facemenu-keymap' needs to be defined when font-lock is loaded.
20992 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
20993
20994 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
20995
20996 * completion.el: Remove useless leading * in defcustom docstrings.
20997 (save-completions-file-name): Use ~/.emacs.d if available.
20998 (completion-standard-syntax-table): Rename from
20999 cmpl-standard-syntax-table and fold initialization into declaration,
21000 thus removing cmpl-make-standard-completion-syntax-table.
21001 (completion-lisp-syntax-table, completion-c-syntax-table)
21002 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
21003 (cmpl-saved-syntax, cmpl-saved-point): Remove.
21004 (symbol-under-point, symbol-before-point)
21005 (symbol-under-or-before-point, symbol-before-point-for-complete)
21006 (add-completions-from-c-buffer): Use with-syntax-table.
21007 (make-completion): Don't return a list of completion entries.
21008 Update callers.
21009 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
21010 (completion-initialize): Rename from initialize-completions.
21011 (completion-find-file-hook): Rename from cmpl-find-file-hook.
21012 (kill-emacs-save-completions): Collect stats here.
21013 (save-completions-to-file, load-completions-from-file):
21014 Use with-current-buffer.
21015 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
21016 into a function. Move all calls to toplevel.
21017 (completion-lisp-mode-hook): New fun.
21018 (completion-c-mode-hook, completion-setup-fortran-mode):
21019 Set the syntax-table here. Use local-set-key.
21020 (completion-saved-bindings): New var.
21021 (dynamic-completion-mode): Make it into a proper minor mode.
21022 (load-completions-from-file): Remove unused var `num-uses'.
21023
21024 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
21025 constructor if it is explicitly overridden.
21026
21027 * complete.el (PC-completion-as-file-name-predicate):
21028 Use minibuffer-completing-file-name.
21029 (partial-completion-mode): Use find-file-not-found-functions.
21030 (PC-lisp-complete-symbol): Use with-syntax-table.
21031 (PC-look-for-include-file): Remove dead setq.
21032 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
21033 (PC-complete): Use with-current-buffer.
21034
21035 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
21036 escape single quotes.
21037
21038 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
21039
21040 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
21041 of `if' whose condition always returned nil. Doc fix.
21042
21043 * buff-menu.el (Buffer-menu-revert-function): Make the selected
21044 window's buffer the current buffer around the call to
21045 `list-buffers-noselect'. This is necessary to mark that buffer
21046 with a `.' in the Buffer Menu when called from Lisp, for instance
21047 by Auto Revert Mode.
21048
21049 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
21050
21051 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
21052 attaching to it.
21053 (gdb-pre-prompt): Make sure gdb-error is reset.
21054
21055 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
21056 with a child process, detect it.
21057 (gud-speedbar-buttons): Match regexp more carefully.
21058
21059 2005-11-27 Richard M. Stallman <rms@gnu.org>
21060
21061 * mouse.el (mouse-drag-move-window-bottom):
21062 Use adjust-window-trailing-edge.
21063
21064 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
21065
21066 * simple.el (blink-matching-open): Ignore
21067 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
21068 (blink-matching-paren-on-screen): Update docstring.
21069
21070 * paren.el (show-paren-mode): No longer change
21071 `blink-matching-paren-on-screen'.
21072
21073 2005-11-27 John Paul Wallington <jpw@pobox.com>
21074
21075 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21076 (gdb-threads-select, gdb-edit-register-value):
21077 Use `posn-set-point' instead of `mouse-set-point' because the
21078 latter is not fbound when configured without X.
21079
21080 2005-11-27 Kim F. Storm <storm@cua.dk>
21081
21082 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
21083 existing face when partially highlighting a TAB in a rectangle.
21084
21085 2005-11-26 Kim F. Storm <storm@cua.dk>
21086
21087 * ido.el (ido-mode-map): Doc fix.
21088 (ido-mode-common-map, ido-mode-file-map)
21089 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
21090 (ido-define-mode-map): Rewrite. Select one of the new maps as
21091 parent for ido-mode-map instead of building from scratch.
21092 (ido-init-mode-maps): New defun to initialize new maps.
21093 (ido-mode): Call it.
21094 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
21095 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
21096
21097 2005-11-26 John Paul Wallington <jpw@pobox.com>
21098
21099 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
21100 `mouse-set-point' because the latter is not fbound when configured
21101 without X.
21102
21103 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
21104
21105 * files.el (file-relative-name): Doc fix.
21106
21107 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
21108
21109 * progmodes/octave-inf.el (inferior-octave-startup): Force a
21110 non-empty string for secondary prompt PS2.
21111
21112 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
21113
21114 * progmodes/compile.el (compilation-setup): Fix last change.
21115
21116 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
21117
21118 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21119 (gdb-mouse-toggle-breakpoint-margin)
21120 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
21121 Add gdb-server-prefix to keep out of command history.
21122 (gdb-edit-register-value): New function.
21123 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
21124 (gdb-info-registers-custom): Use above map.
21125
21126 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
21127
21128 * custom.el (enable-theme): Signal error if argument is not a
21129 theme. Don't recalculate a face if it's not loaded yet.
21130
21131 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
21132 the `user' theme is in effect.
21133
21134 * info.el (Info-on-current-buffer): Record actual filename in
21135 Info-current-file, instead of t, or a fake filename if a non-file
21136 buffer. Make autoload.
21137 (Info-find-node, Info-revert-find-node): No need to check for
21138 Info-current-file nil.
21139 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
21140 Info-current-file is now never `t'.
21141 (Info-fontify-node): Many simplifications due to Info-current-file
21142 always being valid. Use Info-find-file to find node filename.
21143
21144 2005-11-25 David Kastrup <dak@gnu.org>
21145
21146 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
21147 new character, then delete" in order to preserve markers.
21148
21149 2005-11-25 David Ponce <david@dponce.com>
21150
21151 * recentf.el (recentf-arrange-by-rule): Handle a special
21152 `auto-mode-alist'-like "strip suffix" rule.
21153 (recentf-build-mode-rules): Handle second level auto-mode entries.
21154
21155 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
21156
21157 * emulation/viper-keym.el (viper-ESC-key): Use different values
21158 in terminal and window modes.
21159
21160 * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
21161 add jde-javadoc-checker-report-mode.
21162
21163 * ediff-wind.el (ediff-make-wide-display): Slight simplification.
21164
21165 * ediff.el (ediff-date): Change the date of last update.
21166
21167 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
21168
21169 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
21170 Use define-minor-mode, and make it a local mode. Turn on font-lock.
21171 (hi-lock-mode): New global minor mode.
21172 (turn-on-hi-lock-if-enabled): New function.
21173 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
21174 Change arguments to regexp and face instead of a font-lock pattern.
21175 Directly set face property, instead of refontifying.
21176 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
21177 (hi-lock-find-patterns): Use line-number-at-pos.
21178
21179 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
21180 arguments for hi-lock-set-pattern.
21181 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
21182 Call font-lock-fontify-buffer.
21183 (hi-lock-find-file-hook, hi-lock-current-line)
21184 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
21185
21186 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
21187 turned off.
21188
21189 * progmodes/compile.el (compilation-setup): Don't fiddle with
21190 font-lock-defaults.
21191
21192 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
21193
21194 * progmodes/gdb-ui.el (gdb-var-create-handler)
21195 (gdb-var-list-children-handler): Find values for all variable
21196 objects. gud-speedbar-buttons decides whether to display them.
21197
21198 2005-11-24 Romain Francoise <romain@orebokech.com>
21199
21200 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
21201 buffer name with a space.
21202
21203 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
21204
21205 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
21206 `org-export-local-list-max-depth'. Change default value to 3.
21207 (org-auto-renumber-ordered-lists)
21208 (org-plain-list-ordered-item-terminator): New options.
21209 (org-at-item-p, org-beginning-of-item, org-end-of-item)
21210 (org-get-indentation, org-get-string-indentation)
21211 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
21212 New functions.
21213 (org-move-item-down, org-move-item-up): New commands.
21214 (org-export-as-html): New classes for CSS support. Bug fix in
21215 regular expression detecting fixed-width regions. Respect
21216 `org-local-list-ordered-item-terminator'.
21217 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
21218 also a list item.
21219 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
21220 New item moving functions.
21221
21222 2005-11-24 Juri Linkov <juri@jurta.org>
21223
21224 * isearch.el (isearch-repeat): With empty search ring set
21225 `isearch-error' to the error string instead of signaling error
21226 with the function `error'.
21227
21228 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21229
21230 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
21231
21232 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
21233
21234 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
21235 and variable.
21236 (gdb-var-create-handler, gdb-var-list-children-handler):
21237 Don't match on "char **...".
21238 (gdb-var-update-handler): Find values for all variable objects.
21239 (gdb-info-frames-custom): Identify frames by leading "#".
21240
21241 * progmodes/gud.el (gud-speedbar-menu-items): Add
21242 gdb-speedbar-auto-raise as radio button.
21243 (gud-speedbar-buttons): Raise speedbar if requested.
21244 Don't match on "char **...".
21245 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
21246 Make it editable.
21247
21248 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
21249
21250 * info.el (Info-fontify-node): Handle the case where
21251 Info-current-file is t.
21252
21253 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
21254
21255 * simple.el (blink-matching-open): Fix off-by-one in last change.
21256
21257 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21258
21259 * term/mac-win.el: Don't change default directory.
21260
21261 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
21262
21263 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
21264 buffers correctly. (It used to throw an error in such buffers.)
21265 Make it ask for confirmation in group buffers and other Custom
21266 buffers containing more than one customization item.
21267
21268 2005-11-22 John Paul Wallington <jpw@gnu.org>
21269
21270 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
21271 property on mail and url overlays.
21272 (goto-address-at-point): Use `posn-set-point' instead of
21273 `mouse-set-point' because the latter is not fbound when configured
21274 without X.
21275
21276 2005-11-22 Lars Hansen <larsh@soem.dk>
21277
21278 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
21279 (ls-lisp-classify, ls-lisp-format): Delete call to
21280 ls-lisp-parse-symlink.
21281 (ls-lisp-handle-switches): Handle symlinks to directories as
21282 directories when ls-lisp-dirs-first in non-nil.
21283
21284 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
21285
21286 * startup.el (command-line): Make sure that loaddefs.el is handled
21287 correctly in load-history.
21288
21289 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
21290
21291 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
21292 (gdb-struct-string, gdb-array-string): New constants.
21293 (gdb-info-locals-handler): Use them.
21294 (gdb-reset): Reset gdb-var-list to nil.
21295
21296 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21297
21298 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
21299 in patterns.
21300
21301 2005-11-21 Juri Linkov <juri@jurta.org>
21302
21303 * custom.el (defcustom): Update link types in docstring.
21304
21305 2005-11-20 Martin Rudalics <rudalics@gmx.at>
21306
21307 * custom.el (defgroup): Add doc-string-elt info.
21308
21309 * widget.el (define-widget): Don't use declare for the doc-string-elt.
21310
21311 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
21312
21313 * newcomment.el (comment-enter-backward): Fix last fix.
21314
21315 * simple.el (blink-matching-open):
21316 * paren.el (show-paren-function): Allow new paren-class info.
21317
21318 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
21319
21320 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
21321 handled automagically.
21322
21323 2005-11-20 Andreas Schwab <schwab@suse.de>
21324
21325 * descr-text.el (describe-char): When copying overlays put them
21326 over the full char description instead of just the first character
21327 of it.
21328
21329 2005-11-20 Juri Linkov <juri@jurta.org>
21330
21331 * simple.el (what-cursor-position):
21332 * descr-text.el (describe-char): Use Lisp-readable syntax
21333 for octal and hex. Reorder decimal, octal and hex values.
21334 Remove excess whitespace in the output. Use `=' in `column='
21335 like in `point=' and `Hscroll='.
21336
21337 * international/mule-cmds.el (encoded-string-description):
21338 Use Lisp-readable syntax for hex.
21339
21340 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
21341
21342 * newcomment.el (comment-enter-backward): Handle the case where the
21343 comment is closed by EOB.
21344
21345 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
21346
21347 * longlines.el (longlines-before-revert-hook)
21348 (longlines-after-revert-hook): New functions.
21349 (longlines-mode): Turn off longlines temporarily when reverting.
21350 Add a message-setup-hook.
21351 (longlines-decode-buffer): New function.
21352 (longlines-wrap-line): Preserve marker positions.
21353
21354 2005-11-19 Andreas Schwab <schwab@suse.de>
21355
21356 * emacs-lisp/shadow.el: Handle compressed files.
21357
21358 2005-11-19 Romain Francoise <romain@orebokech.com>
21359
21360 * net/browse-url.el (browse-url-default-browser): Signal an error
21361 if no usable browser can be found, rather than try to load w3.
21362
21363 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
21364
21365 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
21366 replacing existing properties.
21367 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21368 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
21369 tty specs.
21370 (rcirc-server-prefix, rcirc-server): New faces.
21371 (rcirc-url-regexp): Generate with rx macro.
21372 (rcirc-last-server-message-time): New variable.
21373 (rcirc-filter): Record time of last message.
21374 (rcirc-keepalive): Kill processes that did not send a message
21375 since the last ping.
21376 (rcirc-mode): Give rcirc-topic a local binding here.
21377
21378 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
21379
21380 * subr.el (read-passwd): Fontify the prompt as we do with other
21381 prompts.
21382
21383 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
21384
21385 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
21386 binding buffer-read-only to nil.
21387
21388 2005-11-19 Eli Zaretskii <eliz@gnu.org>
21389
21390 * complete.el (partial-completion-mode):
21391 Mention completion-auto-help in the doc string.
21392
21393 * man.el (Man-highlight-references): Doc fix. Reformat code in a
21394 more Lisp-ish way.
21395
21396 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
21397
21398 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
21399 digits, not 8, to avoid misalignment for files larger than 100MB.
21400
21401 2005-11-19 Eli Zaretskii <eliz@gnu.org>
21402
21403 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
21404 Mention "keyboard shortcuts" in the help text.
21405
21406 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21407
21408 * startup.el (fancy-splash-default-action): Discard only
21409 mouse-down and succeeding mouse-up events in the splash screen
21410 window so that drag-n-drop event can be processed.
21411
21412 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
21413
21414 * longlines.el (longlines-mode): Add hacks for mail-mode and
21415 message-mode.
21416
21417 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
21418
21419 * textmodes/org.el (org-table-sort-lines): New command.
21420 (org-tbl-menu): Add entry for `org-table-sort-lines'.
21421 (org-add-file): Command removed, use `org-agenda-file-to-front'
21422 instead.
21423 (org-export-icalendar): Use `org-icalendar-combined-name'.
21424 (org-cycle-agenda-files, org-agenda-file-to-end)
21425 (org-agenda-file-to-front): New commands.
21426 (org-table-tab-jumps-over-hlines, org-export-html-style):
21427 New options.
21428 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
21429 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
21430 New functions.
21431 (org-fill-paragraph): Call `org-table-align' in tables.
21432 (org-mode): Call `org-set-autofill-regexps'.
21433 (org-export-as-html): Support for local handformatted lists.
21434 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
21435 (org-export-local-list-max-depth): New option.
21436 (org-html-expand): Use `org-html-protect'.
21437
21438 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
21439
21440 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
21441 to "p".
21442 (gdb): Move definition of gud-pp to...
21443
21444 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
21445 speedbar.
21446 (gdb-find-watch-expression): New function.
21447
21448 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21449
21450 * faces.el (face-attribute, set-face-attribute): Mention existence
21451 of `:ignore-defface' setting in docstring.
21452
21453 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
21454
21455 * simple.el (completion-setup-function): Fix last change.
21456
21457 2005-11-17 John Paul Wallington <jpw@pobox.com>
21458
21459 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
21460 Use `posn-set-point' instead of `mouse-set-point' because the
21461 latter is not fbound when configured without X.
21462
21463 * comint.el (comint-insert-input): Likewise.
21464
21465 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21466
21467 * simple.el (hard-newline): New variable.
21468 (sendmail-user-agent-compose, next-line): Use it.
21469
21470 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
21471 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
21472 (mail-mail-reply-to, mail-mail-followup-to)
21473 (mail-position-on-field, mail-signature, mail-yank-original)
21474 (mail-attach-file): Likewise.
21475
21476 * mail/mailheader.el (mail-header-format)
21477 (mail-header-format-function): Likewise.
21478
21479 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
21480
21481 2005-11-17 Juri Linkov <juri@jurta.org>
21482
21483 * font-lock.el (font-lock-faces): Rename this defgroup from
21484 `font-lock-highlighting-faces'.
21485 (font-lock-comment-face, font-lock-comment-delimiter-face)
21486 (font-lock-string-face, font-lock-doc-face)
21487 (font-lock-keyword-face, font-lock-builtin-face)
21488 (font-lock-function-name-face, font-lock-variable-name-face)
21489 (font-lock-type-face, font-lock-constant-face)
21490 (font-lock-warning-face, font-lock-negation-char-face)
21491 (font-lock-preprocessor-face)
21492 (font-lock-regexp-grouping-backslash)
21493 (font-lock-regexp-grouping-construct): Rename :group from
21494 `font-lock-highlighting-faces' to `font-lock-faces'.
21495
21496 * cus-edit.el (lisp, c, tex):
21497 * progmodes/ada-mode.el (ada):
21498 * progmodes/asm-mode.el (asm):
21499 * progmodes/cperl-mode.el (cperl-faces):
21500 * progmodes/cpp.el (cpp):
21501 * progmodes/dcl-mode.el (dcl):
21502 * progmodes/f90.el (f90):
21503 * progmodes/fortran.el (fortran):
21504 * progmodes/icon.el (icon):
21505 * progmodes/idlwave.el (idlwave-misc):
21506 * progmodes/m4-mode.el (m4):
21507 * progmodes/make-mode.el (makefile):
21508 * progmodes/meta-mode.el (meta-font):
21509 * progmodes/modula2.el (modula2):
21510 * progmodes/octave-mod.el (octave):
21511 * progmodes/pascal.el (pascal):
21512 * progmodes/perl-mode.el (perl):
21513 * progmodes/prolog.el (prolog):
21514 * progmodes/ps-mode.el (PostScript-edit):
21515 * progmodes/scheme.el (scheme):
21516 * progmodes/sh-script.el (sh-script):
21517 * progmodes/simula.el (simula):
21518 * progmodes/tcl.el (tcl):
21519 * textmodes/nroff-mode.el (nroff):
21520 * textmodes/reftex-vars.el (reftex-fontification-configurations):
21521 * textmodes/sgml-mode.el (sgml):
21522 * textmodes/texinfo.el (texinfo):
21523 Add :link (custom-group-link font-lock-faces) to defgroup.
21524
21525 * hi-lock.el (hi-lock): Rename this defgroup from
21526 `hi-lock-interactive-text-highlighting'. Change parent group from
21527 `faces' to `font-lock'. Add link to the manual.
21528 (hi-lock-mode, hi-lock-file-patterns-range)
21529 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
21530 `hi-lock-interactive-text-highlighting' to `hi-lock'.
21531 (hi-lock-faces): Add :group `faces'.
21532
21533 * cus-edit.el (custom-variable-prompt): Clarify the code.
21534
21535 * faces.el (face-read-string): Set the default value arg of
21536 completing-read.
21537
21538 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
21539
21540 * rfn-eshadow.el (file-name-shadow-properties)
21541 (file-name-shadow-tty-properties, file-name-shadow-mode):
21542 Remove autoloads, because the file is now preloaded.
21543
21544 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21545
21546 * printing.el (easy-menu-intern): Don't define.
21547 (pr-get-symbol): Use easy-menu-intern only if defined.
21548
21549 * simple.el (blink-matching-open): Simplify a bit.
21550 (completion-setup-function): Fix the case of partial-completion-mode
21551 when the minibuffer's contents start with "-".
21552 Obey completion-base-size-function even when
21553 minibuffer-completing-file-name is non-nil.
21554
21555 2005-11-16 Richard M. Stallman <rms@gnu.org>
21556
21557 * net/eudcb-ph.el (eudc-ph-open-session):
21558 Use set-process-query-on-exit-flag.
21559
21560 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
21561
21562 * international/ucs-tables.el (ucs-set-table-for-input):
21563 Use make-local-variable, not make-variable-buffer-local.
21564
21565 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
21566 Improve warning message text.
21567
21568 * savehist.el (savehist-save-hook): Add :group.
21569
21570 * menu-bar.el (menu-bar-help-menu):
21571 Rename Find Extra Packages to External Packages.
21572
21573 * cus-edit.el (Custom-reset-standard): Verify that
21574 :custom-standard-value prop exists before calling it.
21575
21576 * apropos.el (apropos-calc-scores): Use apropos-pattern.
21577
21578 2005-11-16 Martin Rudalics <rudalics@gmx.at>
21579
21580 * wid-edit.el (color): Enclose %t in %{...%}.
21581
21582 * cus-edit.el (face): Enclose %t in %{...%}.
21583
21584 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
21585
21586 * savehist.el (savehist-mode-hook): Re-add the var.
21587 (savehist-mode): Use it.
21588
21589 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21590
21591 * textmodes/flyspell.el: Fix commenting convention.
21592 Remove unnecessary leading * in custom docstrings.
21593 (flyspell-emacs): Remove unused var.
21594 (flyspell-delete-region-overlays): Use remove-overlays.
21595 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
21596 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
21597 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
21598 (flyspell-debug-signal-word-checked): Use with-current-buffer.
21599 (make-flyspell-overlay): Don't locally reuse a global name.
21600 (flyspell-highlight-incorrect-region)
21601 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
21602 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
21603 (flyspell-notify-misspell): Remove unused args `start' and `end'.
21604 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
21605 Wrap calls to accept-process-output inside with-local-quit since it's
21606 often called from a post-command-hook.
21607 (flyspell-correct-word, flyspell-auto-correct-word):
21608 Use ispell-send-string.
21609 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
21610
21611 * calendar/diary-lib.el (diary-list-entries): Also hide the
21612 terminating newline.
21613
21614 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
21615
21616 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
21617 window-system, to allow fonts on tty.
21618
21619 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
21620
21621 * progmodes/gud.el (gud-speedbar-item-info): New function.
21622 (gud-install-speedbar-variables): Use it to display data type
21623 of watch expression as a tooltip in speedbar.
21624
21625 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
21626
21627 * font-core.el (global-font-lock-mode): Add :version keyword,
21628 because default was changed.
21629
21630 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
21631
21632 * startup.el (command-line): Use `custom-reevaluate-setting' for
21633 `file-name-shadow-mode'.
21634
21635 * loadup.el: Preload rfn-eshadow.
21636
21637 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
21638 Add :version keyword.
21639 (file-name-shadow-properties, file-name-shadow-tty-properties)
21640 (file-name-shadow): Add :version keyword.
21641
21642 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
21643 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
21644 in the custom-group property of the symbol frames and the fringe
21645 group got no link to its parent group frames.
21646 Doc fix.
21647
21648 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21649
21650 * progmodes/gud.el (gud-stop-subjob): New function.
21651 (gud-menu-map, gud-tool-bar-map): Use it.
21652
21653 2005-11-16 Kim F. Storm <storm@cua.dk>
21654
21655 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
21656 than kill it.
21657 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
21658 to a more useful/logical place.
21659
21660 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21661
21662 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
21663 go buttons complementary.
21664
21665 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
21666
21667 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
21668 (rfn-eshadow-sifn-equal): New function.
21669 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
21670
21671 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
21672
21673 * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
21674 Quote `-' in string.
21675
21676 * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
21677 rcirc-mode buffers come up in Emacs state.
21678
21679 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
21680 operation.
21681
21682 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
21683
21684 * term.el (term-termcap-format): Fix typos.
21685 (term-down): Fix the negative argument case.
21686
21687 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21688
21689 * progmodes/gdb-ui.el: Remove face-alias left over from change on
21690 2005-08-15.
21691 (gdb-ann3): New command gud-go.
21692 (menu): Accomodate gdb-mi.el.
21693 (gdb-assembler-custom): Make buffer of selected window current
21694 so that set-window-point works.
21695
21696 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
21697 buttons and include new ones.
21698
21699 2005-11-16 Kim F. Storm <storm@cua.dk>
21700
21701 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
21702 (gud-menu-map): Use it.
21703
21704 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
21705
21706 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
21707 that works correctly for Custom and that does not override a user
21708 who disables it.
21709
21710 * help-mode.el (help-make-xrefs, help-xref-on-pp)
21711 (help-xref-interned, help-follow): Make hyperlinks for variables
21712 that are unbound, but have a non-nil variable-documentation property.
21713
21714 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
21715 mode hook. (It conflicted with defcustoms for some mode hooks.)
21716 Use the `variable-documentation' property to give the mode hook a
21717 docstring and expand that docstring.
21718
21719 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
21720
21721 * savehist.el (savehist-mode): Don't bother with
21722 `custom-set-minor-mode'.
21723 (savehist-coding-system): Check XEmacs version.
21724 (history-length): Declare also at run time.
21725 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
21726 Don't set the customize state.
21727 (savehist-minibuffer-hook): Special case for when
21728 minibuffer-history-variable is equal to t.
21729
21730 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
21731
21732 * files.el (write-file): Refresh VC status.
21733
21734 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
21735 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
21736 than fundamental-mode to see if the mode was set.
21737
21738 2005-11-14 Romain Francoise <romain@orebokech.com>
21739
21740 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
21741 dummy function in `eval-when-compile' to avoid compiler warning.
21742 Require `man' at compile time.
21743
21744 2005-11-14 Jay Belanger <belanger@truman.edu>
21745
21746 * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
21747 calcFunc-powerexpand.
21748 (math-write-out-power): Rename it to math-powerexpand; have it
21749 handle negative exponents.
21750 (calc-writeoutpower): Rename it to calc-powerexpand.
21751
21752 * calc/calc-ext.el: Change calcFunc-writeoutpower and
21753 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
21754 autoloads.
21755 Add calcFunc-ldiv to autoloads.
21756
21757 * calc/calc-arith.el (calcFunc-ldiv): New function.
21758
21759 * calc/calc.el (calc-left-divide): New function.
21760
21761 2005-11-14 Juri Linkov <juri@jurta.org>
21762
21763 * cus-edit.el (custom-variable-prompt): Set the default value arg
21764 of completing-read.
21765
21766 * cus-dep.el (custom-make-dependencies): Reverse the list of
21767 found dependencies.
21768
21769 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
21770
21771 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
21772 Highlighting" entry, it is on by default now.
21773 (menu-bar-options-save): Do not save global-font-lock-mode.
21774
21775 2005-11-13 Richard M. Stallman <rms@gnu.org>
21776
21777 * textmodes/flyspell.el (flyspell-large-region):
21778 Call flyspell-accept-buffer-local-defs.
21779
21780 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
21781
21782 * textmodes/flyspell.el (flyspell-notify-misspell):
21783 Fix misspelling of "Misspelling".
21784 (flyspell-process-localwords): New function.
21785 (flyspell-large-region): Call flyspell-process-localwords and
21786 flyspell-delete-region-overlays.
21787 (flyspell-delete-region-overlays): New function.
21788 (flyspell-delete-all-overlays): Call that.
21789
21790 2005-11-13 Richard M. Stallman <rms@gnu.org>
21791
21792 * help.el (help-for-help-internal): Improve doc of C-h a.
21793 (describe-key): Improve prompt; doc fix.
21794
21795 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
21796
21797 * vc-svn.el (vc-svn-registered): Catch all errors.
21798
21799 * cus-dep.el (custom-make-dependencies): Typo.
21800
21801 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
21802
21803 * net/tramp-util.el (top): Fix compilation warning.
21804
21805 2005-11-13 Kim F. Storm <storm@cua.dk>
21806
21807 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
21808
21809 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21810
21811 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
21812 (gud-speedbar-buttons): Match on "const char *" too.
21813
21814 * progmodes/gdb-ui.el (gdb-var-create-handler)
21815 (gdb-var-list-children-handler): Match on "const char *" too.
21816 (gdb-var-evaluate-expression-handler): Match on empty string.
21817 (gdb-var-update-handler): Only call
21818 gdb-var-evaluate-expression-handler when required.
21819
21820 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21821
21822 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
21823 selected window. This still doesn't work for speedbar.
21824 (gud-speedbar-buttons): Handle string expressions properly.
21825
21826 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
21827 (gdb-var-create-handler): Handle string expressions properly.
21828 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
21829 Handle string expressions properly. Move "type" field into regexp.
21830
21831 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21832
21833 * bookmark.el (bookmark-maybe-message): New function to reduce
21834 code duplication: invokes `message' iff baud-rate is high enough.
21835 (bookmark-write-file): Use above instead of an inline conditional.
21836 (bookmark-load): Same.
21837
21838 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21839
21840 * bookmark.el (bookmark-write-file): Don't visit the destination
21841 file, just write the data to it using write-region. This is
21842 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
21843 change to avoid visiting the file in the first place.
21844
21845 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
21846
21847 * hi-lock.el (hi-lock-mode): Set the default value of
21848 font-lock-defaults.
21849
21850 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
21851
21852 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
21853 arg to `file-attributes'.
21854 (find-lisp-format): The UID and GID can now be strings.
21855
21856 2005-11-12 Kim F. Storm <storm@cua.dk>
21857
21858 * help.el (help-map): Bind C-h d to apropos-documentation.
21859
21860 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
21861 when point is at end-of-buffer.
21862
21863 * apropos.el (apropos-match-face): Doc fix.
21864 (apropos-sort-by-scores): Add new choice `verbose'.
21865 (apropos-documentation-sort-by-scores): New defcustom.
21866 (apropos-pattern): Now contains the pattern entered by the user.
21867 (apropos-pattern-quoted): New defvar.
21868 (apropos-regexp): New defvar, containing the regexp corresponding
21869 to apropos-pattern.
21870 (apropos-all-words-regexp): Rename from apropos-all-regexp.
21871 (apropos-read-pattern): New defun. Use it to read pattern arg in
21872 interactive calls; returns list of words for a word list, and
21873 string for a regexp.
21874 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
21875 parses a list of words or regexp as returned by apropos-read-pattern.
21876 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
21877 (apropos-score-doc): Return a very high score if the string
21878 entered by the user matches literally.
21879 (apropos-variable): Doc fix. Use apropos-read-pattern.
21880 (apropos-command): Doc fix. Use apropos-read-pattern and
21881 apropos-parse-pattern. Call apropos-print with nosubst=t.
21882 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
21883 apropos-parse-pattern.
21884 (apropos-documentation): Doc fix. Use apropos-read-pattern and
21885 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
21886 apropos-documentation-sort-by-scores. Call apropos-print with
21887 nosubst=t.
21888 (apropos-documentation-internal): Pass doc string through
21889 substitute-key-definition before adding text properties.
21890 Highlight substring matching literal user input if possible.
21891 (apropos-documentation-check-doc-file): Remove locals beg and end.
21892 Fix calculation of score (as added twice). Pass doc string through
21893 substitute-key-definition before adding text properties.
21894 (apropos-documentation-check-elc-file): Pass doc string through
21895 substitute-key-definition before adding text properties.
21896 Highlight substring matching literal user input if possible.
21897 (apropos-print): Add new arg NOSUBST; if set, command and variable
21898 doc strings have already been passed through substitute-key-definition.
21899 Add code to handle apropos-accumulator items without score element
21900 for backwards compatibility (e.g. with woman package).
21901 Only show scores if apropos-sort-by-scores is `verbose'.
21902
21903 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21904
21905 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
21906 Add jka-compr-load-suffixes to load-suffixes.
21907
21908 * jka-compr.el: Require jka-cmpr-hook.
21909 (jka-compr-info-compress-message, jka-compr-info-compress-program)
21910 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
21911 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
21912 (jka-compr-info-can-append, jka-compr-info-strip-extension)
21913 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
21914 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
21915 (jka-compr-uninstall): Remove entries from
21916 jka-compr-added-to-file-coding-system-alist after they are used.
21917 (jka-compr-error): Remove unused var `curbuf'.
21918 (jka-compr-file-local-copy): Remove unused var `notfound'.
21919
21920 2005-11-10 Romain Francoise <romain@orebokech.com>
21921
21922 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
21923
21924 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
21925
21926 * progmodes/gud.el (gud-menu-map): Move parentheses.
21927 (gdb): New command gud-pv.
21928
21929 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21930
21931 * tar-mode.el: Remove spurious or unnecessary leading stars
21932 in docstrings.
21933 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
21934 (tar-parse-octal-integer-safe): Use mapc.
21935 (tar-header-block-summarize): Remove unused var `ck'.
21936 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
21937 cleared before. Obey default-enable-multibyte-characters.
21938 Use mapconcat. Simplify setting of tar-header-offset.
21939 (tar-mode-map): Move initialization inside delcaration.
21940 (tar-flag-deleted): Use `abs'.
21941 (tar-expunge-internal): Remove unused var `line'.
21942 (tar-expunge-internal): Don't hardcode point-min==1.
21943 (tar-expunge): Widen while doing set-buffer-multibyte.
21944 (tar-rename-entry): Use file-name-coding-system.
21945 (tar-alter-one-field): Don't hardcode point-min==1.
21946 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
21947 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
21948
21949 2005-11-10 Masatake YAMATO <jet@gyve.org>
21950
21951 * add-log.el (add-log-current-defun): Handle class::method
21952 notation of c++. Fix incorrect comment.
21953
21954 2005-11-10 Alan Mackenzie <acm@muc.de>
21955
21956 * help-fns.el (describe-variable): Make C-h v work when a variable
21957 has variable documentation yet is unbound.
21958
21959 2005-11-10 Masatake YAMATO <jet@gyve.org>
21960
21961 * man.el (Man-highlight-references): Set an empty
21962 string to `Man-arguments' if it is nil.
21963 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
21964
21965 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
21966
21967 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
21968 commenting conventions.
21969
21970 * cus-dep.el (custom-make-dependencies): Simplify.
21971 Better follow the commenting conventions.
21972
21973 2005-11-09 Richard M. Stallman <rms@gnu.org>
21974
21975 * apropos.el (apropos-pattern): Rename from apropos-regexp.
21976 (apropos-orig-pattern): Rename from apropos-orig-regexp.
21977 All uses changed.
21978 (apropos-rewrite-regexp): Doc fix.
21979 (apropos-variable, apropos-command, apropos, apropos-value):
21980 Change prompt; carry through the argument renaming.
21981
21982 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
21983
21984 * find-lisp.el: Require dired.
21985 (find-lisp-find-dired-internal): Do not call
21986 `abbreviate-file-name' on DIR.
21987
21988 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
21989
21990 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
21991
21992 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
21993
21994 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
21995 when using the speedbar.
21996 (gdb): New command gud-pp.
21997 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
21998
21999 2005-11-09 Juri Linkov <juri@jurta.org>
22000
22001 * replace.el (occur-excluded-properties): New defcustom.
22002 (occur-1, occur-engine, occur-accumulate-lines): Use it.
22003
22004 2005-11-08 Jay Belanger <belanger@truman.edu>
22005
22006 * calc/calc-units.el (math-convert-units): Replace any composite
22007 unit by its definition.
22008
22009 2005-11-08 Lars Hansen <larsh@soem.dk>
22010
22011 * emacs-lisp/autoload.el (update-directory-autoloads):
22012 Add obsolete function alias.
22013
22014 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
22015
22016 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
22017 comment-indent-function.
22018 (lisp-comment-indent): Replace by an alias for comment-indent-default.
22019
22020 * reveal.el (reveal-post-command): Rework the handling of
22021 reveal-open-spots, so as to be more reliable. There were several
22022 tricky corner cases where an open spot might be lost, or where
22023 a closed spot might end up on the list of open spots.
22024 Only reveal text that's ellipsised.
22025
22026 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
22027
22028 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
22029
22030 2005-11-07 John Paul Wallington <jpw@gnu.org>
22031
22032 * ibuffer.el (ibuffer): Search iconified frames too when
22033 getting Ibuffer buffer's window.
22034
22035 2005-11-06 Richard M. Stallman <rms@gnu.org>
22036
22037 * progmodes/compile.el (compilation-internal-error-properties):
22038 save-excursion around the computation of MARKER.
22039
22040 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
22041
22042 * textmodes/flyspell.el (flyspell-external-point-words):
22043 flyspell-get-word returns a list, not just a string.
22044
22045 2005-11-06 John Paul Wallington <jpw@pobox.com>
22046
22047 * ibuffer.el (ibuffer): Search all visible frames when getting
22048 Ibuffer buffer's window.
22049
22050 2005-11-07 Masatake YAMATO <jet@gyve.org>
22051
22052 * man.el (Man-reference-regexp): Accept spaces between
22053 `Man-name-regexp' and `Man-section-regexp'.
22054 (Man-apropos-regexp): New variable.
22055 (Man-abstract-xref-man-page): Use value for `Man-target-string'
22056 if available.
22057 (Man-highlight-references, Man-highlight-references0):
22058 Handle the case when `Man-arguments' includes "-k".
22059 (Man-highlight-references0): Rename the argument `TARGET-POS' to
22060 `TARGET'. `TARGET' can be a number, function or nil.
22061
22062 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
22063
22064 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
22065 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
22066 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
22067 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
22068 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
22069 (gdb-send-item): Use buffer-local-value and simplify.
22070
22071 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
22072
22073 * startup.el (command-line): Use `custom-reevaluate-setting' for
22074 `global-font-lock-mode'.
22075
22076 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
22077 by default, except in batch mode or when the -D option is given.
22078
22079 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
22080 specified keyword args on to `define-minor-mode'. Update docstring.
22081
22082 2005-11-05 Romain Francoise <romain@orebokech.com>
22083
22084 * replace.el (occur-engine): Add marker at end of line, too.
22085
22086 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
22087
22088 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22089 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22090 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22091 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22092 argument to all these routines, so the passphrase can be managed
22093 externally and passed in to the system.
22094 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22095 pgg-add-passphrase-to-cache function.
22096
22097 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22098 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22099 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22100 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22101 argument to all these routines, so the passphrase can be managed
22102 externally and passed in to the system.
22103 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22104 function.
22105
22106 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
22107
22108 * font-lock.el: Don't deal with font-lock-face-attributes here,
22109 move the code ...
22110
22111 * startup.el (command-line): ... here. Use face-spec-set instead
22112 of custom-declare-face.
22113
22114 * faces.el (face-spec-set): Reset the face if spec is not nil.
22115
22116 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
22117
22118 * newcomment.el (comment-region-internal): Box more tightly in the
22119 common case where there's no TAB in the boxed text.
22120
22121 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22122
22123 * info.el (info-tool-bar-map): Use images prev-node, next-node and
22124 up-node.
22125
22126 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
22127
22128 * net/newsticker.el: Commentary updated. Code formatting changed.
22129 (newsticker-version): Change to "1.9".
22130 (newsticker, newsticker-feed): Doc fix.
22131 (newsticker-url-list): Doc fix. Add option "Weekly".
22132 (newsticker-retrieval-interval): Add option "Weekly".
22133 (newsticker-headline-processing): Doc fix.
22134 (newsticker-auto-mark-filter): Remove.
22135 (newsticker-auto-mark-filter-list): New.
22136 (newsticker-layout, newsticker-sort-method): Doc fix.
22137 (newsticker-hide-old-items-in-newsticker-buffer)
22138 (newsticker-heading-format, newsticker-item-format)
22139 (newsticker-desc-format): Doc fix.
22140 (newsticker-show-all-rss-elements): Remove.
22141 (newsticker-show-all-news-elements): New.
22142 (newsticker-faces, newsticker-ticker): Doc fix.
22143 (remove-from-invisibility-spec): Code formatting.
22144 (newsticker--process-ids): New.
22145 (newsticker-mode): Doc fix.
22146 (newsticker-mode): Change mode-line-format.
22147 (newsticker-start): Remove debug output.
22148 (newsticker-start-ticker): Doc fix. Add autoload cookie.
22149 (newsticker-w3m-show-inline-images): Code formatting.
22150 (newsticker-next-item): Call `force-mode-line-update'.
22151 (newsticker-previous-item): Call `force-mode-line-update'.
22152 (newsticker-next-feed): Call `force-mode-line-update'.
22153 (newsticker-previous-feed): Call `force-mode-line-update'.
22154 (newsticker-mark-all-items-at-point-as-read): Code formatting.
22155 (newsticker-show-old-items): Do not show descs.
22156 (newsticker-hide-entry): Hide too much.
22157 (newsticker-hide-entry, newsticker-show-entry)
22158 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
22159 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
22160 (newsticker-toggle-auto-narrow-to-item): Code formatting.
22161 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
22162 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
22163 (newsticker-get-news): Call `force-mode-line-update'.
22164 Collect process ids.
22165 (newsticker--sentinel): Change coding system handling.
22166 Move image retrieval to new functions newsticker--get-logo-url-*.
22167 Move feed parsing to new functions newsticker--parse-*.
22168 Update list of process ids.
22169 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
22170 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
22171 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
22172 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
22173 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22174 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
22175 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
22176 (newsticker--decode-coding-string): Remove.
22177 (newsticker--decode-numeric-entities): Check input. Format code.
22178 (newsticker--remove-whitespace): Check input.
22179 (newsticker--do-forget-preformatted): Doc fix.
22180 (newsticker--decode-rfc822-date): Allow for missing time.
22181 (newsticker--update-process-ids): New.
22182 (newsticker--image-sentinel): Change comment.
22183 (newsticker--image-read): Change error message.
22184 (newsticker--imenu-goto): Doc fix. Show headline title.
22185 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
22186 (newsticker--buffer-do-insert-text): Clean whitespace in
22187 html-rendered headline title. Code formatting.
22188 Call `newsticker--buffer-print-extra-elements'.
22189 (newsticker--buffer-print-extra-element): Remove.
22190 (newsticker--buffer-print-extra-elements): New.
22191 (newsticker--buffer-do-print-extra-element): New.
22192 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
22193 large sizes.
22194 (newsticker--run-auto-mark-filter)
22195 (newsticker--do-run-auto-mark-filter):
22196 Use `newsticker-auto-mark-filter-list'.
22197
22198 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
22199
22200 * net/rcirc.el: Use split-string OMIT-NULLS argument.
22201 (rcirc-print): Force redisplay before running hooks. Do long
22202 buffer truncation after making new text read-only. Deal with nil
22203 text when decoding strings. If TARGET is nil, use either the
22204 currently selected buffer, if it is an rcirc buffer and of the
22205 same process or the process buffer.
22206 (rcirc-mode): Remove header-line. Recompute short buffer names.
22207 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
22208 (rcirc-short-buffer-name): Add variable.
22209 (rcirc-kill-buffer-hook): Recompute short buffer names.
22210 Remove nick from private channel.
22211 (rcirc-send-input): Send command text to current-buffer.
22212 Don't clear overlay arrow here.
22213 (rcirc-short-buffer-name): Return a short buffer name.
22214 (rcirc-update-short-buffer-names, rcirc-abbreviate)
22215 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
22216 buffer-name abbreviations.
22217 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
22218 Do not touch nick-table when killing a parted channel.
22219 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
22220 Clear arrow from current buffer if it is now hidden.
22221 (rcirc-current-buffer): Add variable.
22222 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
22223 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
22224 Remove -face from names.
22225 (rcirc-update-activity-string): Print "DND" when globally ignoring
22226 activity.
22227 (rcirc-ignore-buffer-activity-flag): Rename from
22228 rcirc-ignore-channel-activity.
22229 (rcirc-ignore-all-activity-flag): Doc fix.
22230 (rcirc-channels): Remove variable.
22231 (rcirc-kill-buffer-hook):
22232 (rcirc-get-buffer-create): Add nick to private channel.
22233 (rcirc-multiline-edit-submit): Remove tabs.
22234 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
22235 folded.
22236 (rcirc-remove-nick-channel): Bug fix.
22237 (rcirc-toggle-ignore-buffer-activity): Rename from
22238 rcirc-toggle-ignore-channel-activity.
22239 (rcirc-record-activity): Add buffers to the front of the list.
22240 (rcirc-update-activity): Remove killed buffers from list.
22241 (rcirc-process-server-response-1): Remove last argument if it is
22242 null before calling handler.
22243 (rcirc): Add "rcirc" defcustom prefix.
22244 (rcirc-prompt): Simplify default prompt.
22245 Use custom-initialize-default.
22246 (rcirc-private-chats): Remove variable.
22247 (rcirc-prompt): Change initialization.
22248 (rcirc-version): Remove function.
22249 (rcirc-id-string): Add constant.
22250 (rcirc-last-buffer): Remove variable.
22251 (rcirc-buffer-alist): Add variable.
22252 (rcirc-connect): Update variable setup.
22253 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
22254 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
22255 default.
22256 (rcirc-handler-generic): Trigger activity.
22257 (rcirc-send-message): Create the buffor of the target.
22258 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
22259 (rcirc-get-buffer): Just return nil if there is no matching buffer.
22260 (rcirc-multiline-edit-cancel): Remove function.
22261 (rcirc-set-last-buffer): Remove function.
22262 (rcirc-get-any-buffer): Add function.
22263 (rcirc-join-channels): Don't print /join text.
22264 (rcirc-toggle-ignore-channel-activity): Add and update echo area
22265 messages.
22266 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
22267 (rcirc-handler-NOTICE): Recognize CTCP responses.
22268 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
22269 constructing TOPIC string for buffers we are not JOINed.
22270 (rcirc-handler-CTCP-response): Add handler.
22271 (rcirc-multiline-edit-submit): Restore the window-configuration
22272 before adjusting point.
22273 (rcirc): Add customization group.
22274 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
22275 (rcirc-user-full-name, rcirc-startup-channels-alist)
22276 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
22277 (rcirc-ignore-all-activity-flag, rcirc-time-format)
22278 (rcirc-input-ring-size, rcirc-read-only-flag)
22279 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
22280 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
22281 Change defvar to defcustom.
22282 (rcirc-update-prompt): Add optional ALL arg, which will update
22283 prompts in all rcirc buffers. Regexp quote replacement text.
22284 (rcirc-fill-column): Accept frame-width as a value.
22285 (rcirc-set-changed): Add function.
22286 (rcirc-next-active-buffer): Write more meaningful messages.
22287 (rcirc-faces): Add customization group.
22288 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
22289 (rcirc-nick-in-message-face, rcirc-prompt-face)
22290 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
22291 (with-rcirc-process-buffer): Move before first usage.
22292 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
22293 (rcirc-debug-flag): Rename from `rcirc-log-p'.
22294 (rcirc-debug): Rename from `rcirc-log'.
22295 (rcirc-format-response-string): Do not print `-' chars for a
22296 NOTICE with no sender. Simplify output of server responses.
22297
22298 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
22299
22300 (rcirc-browse-url-map, rcirc-browse-url-at-point)
22301 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
22302 Make urls mouse and RET clickable.
22303
22304 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
22305
22306 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
22307
22308 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
22309
22310 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22311 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22312 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22313 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22314 argument to all these routines, so the passphrase can be managed
22315 externally and passed in to the system.
22316 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22317 pgg-add-passphrase-to-cache function.
22318
22319 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22320 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22321 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22322 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22323 argument to all these routines, so the passphrase can be managed
22324 externally and passed in to the system.
22325 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22326 function.
22327
22328 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
22329
22330 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
22331 from goto-address-url-regexp.
22332
22333 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
22334
22335 * textmodes/org.el (org-read-date, org-goto-calendar)
22336 (org-recenter-calendar, org-agenda-goto-calendar):
22337 Temporarily clear `calendar-move-hook'.
22338
22339 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
22340
22341 * ediff-merg.el (ediff-merge-region-is-non-clash):
22342 Return t, if not merging.
22343
22344 * ediff-util.el (ediff-previous-difference): Don't skip regions that
22345 have merge clashes.
22346
22347 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22348
22349 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22350 Undo previous change.
22351
22352 * startup.el (command-line): Use `custom-reevaluate-setting' for
22353 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
22354 tty-register-default-colors on Mac.
22355
22356 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
22357
22358 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
22359 (gdb-buffer-type): Make it automatically buffer local...
22360 (gdb-get-create-buffer): ...and set it accordingly.
22361 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
22362 actually work.
22363
22364 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
22365
22366 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
22367 not red.
22368
22369 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
22370
22371 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
22372 case GUD buffer is not visible.
22373 (gdb-goto-breakpoint): Try to force display in source buffer.
22374 (gdb-frame-gdb-buffer): Copy other similar functions.
22375 (gdb-restore-windows): Don't display source if not asked for.
22376 (gdb-assembler-buffer-name): Don't capitalise.
22377
22378 2005-11-03 Richard M. Stallman <rms@gnu.org>
22379
22380 * wid-edit.el (key-sequence): New widget type.
22381
22382 * simple.el (set-mark-command-repeat-pop): New variable.
22383 (set-mark-command): Only interpret plan C-@ after a pop as a pop
22384 if set-mark-command-repeat-pop is true.
22385
22386 * info.el (Info-fontify-node): Don't display extra "see" if there
22387 already is one here.
22388
22389 * mouse.el: Fix special handling of DEL after dragging a region:
22390 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
22391 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
22392
22393 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
22394
22395 * textmodes/ispell.el (ispell-command-loop): Change `i' description
22396 not to assume it pertains to an affix.
22397
22398 * textmodes/flyspell.el (flyspell-post-command-hook):
22399 Bind deactivate-mark to prevent deactivation.
22400
22401 2005-11-03 Lars Hansen <larsh@soem.dk>
22402
22403 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
22404 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
22405 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
22406
22407 2005-11-03 Romain Francoise <romain@orebokech.com>
22408
22409 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
22410 Update copyright years.
22411
22412 2005-11-03 Sam Steingold <sds@gnu.org>
22413
22414 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22415 Use system-type instead of window-system because window-system is not
22416 correctly defined during loadup.
22417
22418 2005-11-02 Mark A. Hershberger <mah@everybody.org>
22419
22420 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
22421 (xml-parse-tag): Join strings separated by a comment properly.
22422
22423 2005-11-02 Andreas Schwab <schwab@suse.de>
22424
22425 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
22426
22427 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
22428
22429 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
22430 (byte-optimize-pure-func): Quote the eval'd value.
22431
22432 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
22433 Rename from perl-font-lock-syntactic-face-function.
22434 Change the calling convention so it can be used as a font-lock MATCHER.
22435 Do the parse-partial-sexp loop outselves.
22436 (perl-font-lock-syntactic-keywords): Use it.
22437 (perl-mode): Don't set font-lock-syntactic-face-function any more.
22438
22439 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
22440
22441 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
22442 disassembly buffer too.
22443 (gdb-exited): Remove overlay arrows when execution has finished.
22444 (gdb-info-frames-custom, gdb-info-threads-custom)
22445 (gdb-info-registers-custom): Don't add inappropriate text
22446 properties if inferior is not active.
22447
22448 2005-11-02 Glenn Morris <rgm@gnu.org>
22449
22450 * progmodes/fortran.el (fortran-blink-match):
22451 Use `blink-matching-delay'.
22452
22453 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
22454
22455 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
22456
22457 2005-11-02 Lars Hansen <larsh@soem.dk>
22458
22459 * net/tramp.el (tramp-action-out-of-band): Handle scp message
22460 "Permission denied".
22461
22462 2005-11-01 Richard M. Stallman <rms@gnu.org>
22463
22464 * textmodes/flyspell.el (flyspell-external-point-words):
22465 Pass nil to flyspell-get-word.
22466
22467 2005-11-02 Kim F. Storm <storm@cua.dk>
22468
22469 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
22470 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
22471
22472 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22473
22474 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
22475 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
22476 (calendar-mouse-print-dates): Add optional `event' argument.
22477 Update interactive-spec.
22478 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
22479 Use `calendar-event-to-date' instead of `event'.
22480
22481 2005-11-02 Masatake YAMATO <jet@gyve.org>
22482
22483 * progmodes/ld-script.el (ld-script-builtins):
22484 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
22485 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
22486 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
22487
22488 2005-11-01 Romain Francoise <romain@orebokech.com>
22489
22490 * vc-sccs.el: Update copyright year.
22491 * ezimage.el: Likewise.
22492
22493 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
22494
22495 * info.el (Info-fontify-node): Use `string-width' for fontifying
22496 underlined titles.
22497
22498 2005-11-01 Juri Linkov <juri@jurta.org>
22499
22500 * info.el (Info-fontify-node): Downcase node header keywords Node,
22501 Prev, Next, Up before comparison.
22502 (Info-history): Insert absolute directory name, and put invisible
22503 property on it.
22504
22505 2005-11-01 Juri Linkov <juri@jurta.org>
22506
22507 * info.el (Info-file-supports-index-cookies): New variable.
22508 (Info-find-node-2): Check makeinfo version for index cookie support.
22509 (Info-index-nodes): Search for nodes with index cookies only when
22510 Info-file-supports-index-cookies is t. Otherwise, search nodes
22511 with "Index" in the node name.
22512 (Info-index-node): Search index cookie in the current node only when
22513 Info-file-supports-index-cookies is t. Otherwise, check the word
22514 "Index" in the node name.
22515 (Info-find-emacs-command-nodes): Remove code that searches nodes
22516 with "Index" node name in the top menu.
22517
22518 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22519
22520 * progmodes/scheme.el (scheme-mode-variables): Use the default
22521 comment-indent-function.
22522
22523 * faces.el (face-attribute): Handle the case where a face inherits from
22524 a non-existent face.
22525
22526 * simple.el (eval-expression-print-format): Use lisp-readable syntax
22527 for octal and hexa output, and merge the char into the paren.
22528 (kill-new): Use push.
22529 (copy-to-buffer): Use with-current-buffer.
22530 (completion-setup-function): Move code in loop to remove redundancy.
22531 (minibuffer-local-must-match-map): Don't add bindings that duplicate
22532 those inherited from minibuffer-local-completion-map.
22533
22534 * savehist.el (savehist-mode) <defcustom>:
22535 Use custom-set-minor-mode if available.
22536 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
22537 and emit a message if applicable.
22538
22539 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
22540
22541 * savehist.el: Sync up to version 19.
22542 (savehist-mode): New minor mode.
22543 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
22544 (savehist-length): Remove (use history-length instead).
22545 (savehist-file-modes): Rename from savehist-modes.
22546 (savehist-save-hook, savehist-loaded): New vars.
22547 (savehist-load): Use savehist-mode. Try to smooth up transition from
22548 old format to new format.
22549 (savehist-install): Allow savehist-autosave-interval to be nil.
22550 (savehist-save): Run the new hook. Be more careful to only trim the
22551 history variables.
22552 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
22553 (savehist-printable): Print into a buffer rather than char-by-char.
22554
22555 2005-11-01 John Wiegley <johnw@newartisans.com>
22556
22557 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
22558 toggle-ignore keybinding (C-a). The author said it had been
22559 disabled much earlier due to a possible incompatibility, but after
22560 many months of usage I have encountered no problems (and it is a
22561 rather useful option, especially for switching to " *temp*").
22562
22563 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
22564 support for OS/X's AddressBook, by calling out to the open source
22565 program "contacts" (installable through Fink).
22566
22567 * net/eudc.el (eudc-expand-inline): If the
22568 `eudc-multiple-match-handling-method' is set to `all', delete the
22569 query string before inserting the query result.
22570
22571 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
22572 flag, to prevent Eshell from using the system ls when
22573 `eshell-ls-insert-directory' is in used.
22574 (eshell-ls-insert-directory): Disable font-lock in directory
22575 buffer so that Eshell's own fontification is seen. This broke
22576 recently due to changes in font-lock, so this goes back to version
22577 21 behavior.
22578
22579 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
22580
22581 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
22582 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
22583 (gdb-many-windows): Doc fix.
22584
22585 2005-10-31 Romain Francoise <romain@orebokech.com>
22586
22587 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
22588
22589 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
22590
22591 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
22592 that global-font-lock-mode can be enabled by default.
22593
22594 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
22595 (font-lock-add-keywords, font-lock-remove-keywords)
22596 (font-lock-fontify-buffer): Remove autoload cookies.
22597
22598 * jit-lock.el (jit-lock-register): Likewise.
22599
22600 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
22601
22602 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22603
22604 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
22605 intact if there is no gud-comint-buffer.
22606
22607 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
22608
22609 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
22610 old prompt comint-prompt-read-only is t and GDB commands are
22611 issued from tool bar etc.
22612
22613 2005-10-31 Masatake YAMATO <jet@gyve.org>
22614
22615 * vc.el (vc-directory-exclusion-list): Add "{arch}".
22616
22617 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
22618
22619 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
22620 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
22621
22622 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
22623
22624 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
22625 starting at beginning of line. Fontification is messed up when
22626 `open-paren-in-column-0-is-defun-start' set to t.
22627 Reported by John Paul Wallington <jpw@pobox.com>.
22628
22629 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
22630
22631 * comint.el (comint-send-input): Call `comint-update-fence' when
22632 `comint-process-echoes' and `comint-prompt-read-only' are both
22633 non-nil, to avoid leftover read-only newline.
22634
22635 2005-10-30 Richard M. Stallman <rms@gnu.org>
22636
22637 * textmodes/flyspell.el (flyspell-external-point-words):
22638 Detect when WORD can't be checked properly because
22639 flyspell-get-word finds just part of it, and move on.
22640
22641 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
22642 boundarychar for Polish.
22643 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
22644 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
22645
22646 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22647
22648 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
22649 (gdb-registers-font-lock-keywords): Delete.
22650 (gdb-registers-mode): Don't fontify.
22651 (gdb-info-registers-custom): Use text properties instead as, in
22652 future, changed register values will use font-lock-warning-face.
22653 (gdb-local-font-lock-keywords): Rename to...
22654 (gdb-locals-font-lock-keywords): ...for consistency.
22655
22656 2005-10-30 Andre Spiegel <spiegel@gnu.org>
22657
22658 * vc.el (vc-switch-backend): Better error message if the buffer is
22659 not visiting a file under version control.
22660
22661 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
22662
22663 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
22664
22665 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
22666 ~/.emacs.d/.emacs.
22667
22668 2005-10-29 Richard M. Stallman <rms@gnu.org>
22669
22670 * replace.el (occur-mode-mouse-goto): Always go to other window.
22671 (occur-mode-goto-occurrence): Always switch in same window.
22672
22673 * simple.el (undo): Display message at end, not at start.
22674
22675 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
22676 New arg REUSE-CELL.
22677 (cancel-timer-internal): New function.
22678 (timer-event-handler): Use cancel-timer-internal,
22679 and pass the cell it returns to timer-activate...
22680
22681 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
22682 (jit-lock-deferred-fontify, jit-lock-context-fontify)
22683 (jit-lock-after-change): Test memory-full.
22684
22685 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22686
22687 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22688 part of the decoded armor to find the key-identifier.
22689 (pgg-gpg-lookup-key-owner): New function to return the
22690 human-readable identifier of a key owner.
22691 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22692 key itself.
22693 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22694 the key value) if we have a key and can match it against a secret
22695 key. Also, added a note pointing out fact that the prompt only
22696 indicates the first matching key.
22697
22698 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22699 pgg-decrypt-region.
22700 (pgg-pending-timers): A new hash for tracking the passphrase cache
22701 timers, so that new ones supercede old ones.
22702 (pgg-add-passphrase-to-cache): Rename from
22703 `pgg-add-passphrase-cache' to reduce confusion (all callers
22704 changed). Modified to cancel old timers when new ones are added.
22705 (pgg-remove-passphrase-from-cache): Rename from
22706 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22707 changed). Modified to cancel old timers when their keys are
22708 removed from the cache.
22709 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22710 XEmacs, an indirection to delete-itimer.
22711 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22712 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22713 users can only check cache without risk of prompting. Correct bug in
22714 notruncate behavior.
22715 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22716 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22717 Add informative docstrings.
22718 (pgg-decrypt): Convey provided passphrase in subordinate call to
22719 pgg-decrypt-region.
22720
22721 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22722 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22723 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22724 `passphrase' argument, so the passphrase can be managed externally
22725 and then passed in to the system.
22726
22727 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22728 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22729 so the passphrase cache can be used reliably with identifiers
22730 besides a pgp packet's key id.
22731
22732 * pgg-gpg.el (pgg-pgp-encrypt-region)
22733 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22734 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22735 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22736 argument to all these routines, so the passphrase can be managed
22737 externally and passed in to the system.
22738
22739 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22740 `notruncate' argument, so the passphrase cache can be used
22741 reliably with identifiers besides a pgp packet's key id.
22742
22743 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22744
22745 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22746 symmetric encryption.
22747 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22748 encrypted session key.
22749 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22750 message ask for the passphrase in a proper way.
22751
22752 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22753 New user commands for symmetric encryption.
22754
22755 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
22756
22757 * textmodes/conf-mode.el (conf-assignment-sign)
22758 (conf-assignment-regexp): Fix docstrings.
22759 (conf-mode-initialize): New function.
22760 (conf-mode): Remove optional args. Use delay-mode-hooks to
22761 recognize recursive calls.
22762 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
22763 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
22764 (conf-xdefaults-mode): Use define-derived-mode and
22765 conf-mode-initialize.
22766
22767 2005-10-29 Romain Francoise <romain@orebokech.com>
22768
22769 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
22770
22771 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22772
22773 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22774 part of the decoded armor to find the key-identifier.
22775 (pgg-gpg-lookup-key-owner): New function to return the
22776 human-readable identifier of a key owner.
22777 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22778 key itself.
22779 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22780 the key value) if we have a key and can match it against a secret
22781 key. Also, added a note pointing out fact that the prompt only
22782 indicates the first matching key.
22783
22784 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22785 pgg-decrypt-region.
22786 (pgg-pending-timers): A new hash for tracking the passphrase cache
22787 timers, so that new ones supercede old ones.
22788 (pgg-add-passphrase-to-cache): Rename from
22789 `pgg-add-passphrase-cache' to reduce confusion (all callers
22790 changed). Modified to cancel old timers when new ones are added.
22791 (pgg-remove-passphrase-from-cache): Rename from
22792 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22793 changed). Modified to cancel old timers when their keys are
22794 removed from the cache.
22795 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22796 XEmacs, an indirection to delete-itimer.
22797 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22798 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22799 users can only check cache without risk of prompting. Correct bug in
22800 notruncate behavior.
22801 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22802 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22803 Add informative docstrings.
22804 (pgg-decrypt): Convey provided passphrase in subordinate call to
22805 pgg-decrypt-region.
22806
22807 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
22808
22809 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22810 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22811 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22812 `passphrase' argument, so the passphrase can be managed externally
22813 and then passed in to the system.
22814
22815 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22816 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22817 so the passphrase cache can be used reliably with identifiers
22818 besides a pgp packet's key id.
22819
22820 * pgg-gpg.el (pgg-pgp-encrypt-region)
22821 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22822 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22823 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22824 argument to all these routines, so the passphrase can be managed
22825 externally and passed in to the system.
22826
22827 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22828 `notruncate' argument, so the passphrase cache can be used
22829 reliably with identifiers besides a pgp packet's key id.
22830
22831 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22832
22833 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22834 symmetric encryption.
22835 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22836 encrypted session key.
22837 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22838 message ask for the passphrase in a proper way.
22839
22840 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22841 New user commands for symmetric encryption.
22842
22843 2005-10-28 Bill Wohler <wohler@newt.com>
22844
22845 * help-mode.el (help-url): New button type. Calls browse-url.
22846 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
22847 Similar to Info nodes: URL `url'.
22848 (help-make-xrefs): Create help-url buttons for
22849 help-xref-url-regexp matches.
22850
22851 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
22852
22853 * tool-bar.el (tool-bar-add-item-from-menu)
22854 (tool-bar-local-item-from-menu): Fix doc strings.
22855
22856 2005-10-28 Romain Francoise <romain@orebokech.com>
22857
22858 * ldefs-boot.el: Update.
22859
22860 * subr.el (locate-library): Move from help-fns.el.
22861 * help-fns.el (locate-library): Move to subr.el.
22862
22863 2005-10-28 Richard M. Stallman <rms@gnu.org>
22864
22865 * net/tramp.el (tramp-completion-mode): defvar moved up.
22866
22867 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
22868
22869 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
22870
22871 * files.el (find-file-noselect): Use %d to format large file size.
22872
22873 * bindings.el (mode-line-format): Add %e.
22874
22875 * loadup.el ("facemenu"): Load unconditionally.
22876 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
22877 ("x-dnd"): Load, when appropriate.
22878
22879 * startup.el (command-line): Call before-init-hook earlier.
22880 Warn about some bad characters in -u user name.
22881
22882 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
22883 (flyspell-external-point-words): Error if misspelled word is not found.
22884 Set flyspell-large-region-beg at end of word.
22885
22886 2005-10-28 Andreas Schwab <schwab@suse.de>
22887
22888 * view.el (View-revert-buffer-scroll-page-forward):
22889 Use view-page-size-default.
22890
22891 2005-10-28 Juri Linkov <juri@jurta.org>
22892
22893 * international/quail.el (quail-get-current-str): Translate last
22894 raw character for deterministic input methods.
22895
22896 2005-10-27 Jay Belanger <belanger@truman.edu>
22897
22898 * calc/calc-ext.el: Add functions to autoloads.
22899 (math-identity-matrix-p, math-ident-row-p): New functions.
22900
22901 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
22902 multiplication by an identity matrix; don't turn multiplication by
22903 an inverse matrix into division.
22904 (math-div-symbol-fancy): Replace division by matrices with
22905 multiplication by inverse.
22906
22907 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
22908
22909 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
22910 (calc-writeoutpower): New functions.
22911
22912 2005-10-27 Romain Francoise <romain@orebokech.com>
22913
22914 * replace.el (occur-engine): Include colon in mouse-face highlight.
22915
22916 * dired-x.el: Change Maintainer field.
22917
22918 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
22919
22920 * longlines.el (longlines-mode): Bind after-change-functions to
22921 nil during initial decoding and final encoding.
22922
22923 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
22924
22925 * term.el (term-emulate-terminal, term-handle-colors-array)
22926 (term-handle-ansi-escape): Specify the terminfo capabilities
22927 implemented.
22928
22929 2005-10-26 Richard M. Stallman <rms@gnu.org>
22930
22931 * info.el (Info-fontify-node): Fix detection of sentence-break
22932 before *Note.
22933
22934 2005-10-26 Romain Francoise <romain@orebokech.com>
22935
22936 * smerge-mode.el: Add `tools' to file keywords.
22937
22938 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
22939
22940 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
22941 when the fringe is not available.
22942
22943 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
22944 (def-gdb-auto-update-trigger): Simplify construction.
22945 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
22946 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
22947 defined explicitly.
22948 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
22949 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
22950 defined explicitly.
22951 (gdb-info-locals-custom): Remove as it's a no-op.
22952
22953 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
22954
22955 * longlines.el (longlines-mode): Remove narrowing before
22956 performing the initial decoding or final encoding.
22957
22958 2005-10-25 Romain Francoise <romain@orebokech.com>
22959
22960 * emacs-lisp/find-func.el (find-library-name): Also strip
22961 extension if library name ends in .el, to take advantage of
22962 `find-library-suffixes'.
22963
22964 2005-10-25 Richard M. Stallman <rms@gnu.org>
22965
22966 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
22967
22968 2005-10-25 Juri Linkov <juri@jurta.org>
22969
22970 * textmodes/texinfo.el (texinfo-mode): Change charset of one
22971 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
22972
22973 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22974
22975 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
22976 (blackbox-redefine-key): Add argument `map'.
22977
22978 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
22979 regions when moving the jit-lock-context-unfontify-pos boundary.
22980
22981 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
22982
22983 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
22984
22985 2005-10-25 Masatake YAMATO <jet@gyve.org>
22986
22987 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
22988
22989 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
22990
22991 * play/blackbox.el (blackbox-redefine-key): New function.
22992 (blackbox-mode-map): Use it to remap existing bindings for cursor
22993 motion instead of binding literal keys.
22994
22995 2005-10-25 Glenn Morris <rgm@gnu.org>
22996
22997 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
22998 diary does not end in a newline. Do not assume a blank line at
22999 the start of the diary file.
23000
23001 2005-10-25 Kenichi Handa <handa@m17n.org>
23002
23003 * international/quail.el (quail-translate-key): If the input
23004 method is deterministic and failed to handle the last key, restart
23005 the key handling loop from an appropriate key.
23006
23007 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
23008
23009 * vc.el (vc-dired-mode): Extend comment for binding of
23010 `directory-listing-before-filename-regexp'.
23011
23012 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
23013
23014 * textmodes/texinfo.el (texinfo-mode):
23015 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
23016 not to unnecessarily expose emacs-mule's internal char codes.
23017
23018 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
23019
23020 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
23021 Display hand pointer and help-echo on disabled icon too.
23022 (gdb-mouse-until): New function.
23023 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
23024
23025 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
23026
23027 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
23028 with 2005-10-23 change to doctor.el.
23029
23030 * finder.el (finder-mode-map): Add follow-link binding.
23031
23032 2005-10-25 Kim F. Storm <storm@cua.dk>
23033
23034 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
23035 to gdb-mouse-toggle-breakpoint-fringe.
23036 (gdb-mouse-toggle-breakpoint-margin): Rename from
23037 gdb-mouse-toggle-breakpoint. Fix doc.
23038 (gdb-mouse-toggle-breakpoint-fringe): New defun.
23039 (gdb-put-string): Add optional SPROPS arg. Add props to string.
23040 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
23041 string properties also for fringe breakpoint bitmaps.
23042
23043 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
23044
23045 * textmodes/org.el (org-start-icalendar-file): Fix format form.
23046
23047 2005-10-25 Masatake YAMATO <jet@gyve.org>
23048
23049 * simple.el (completion-common-substring):
23050 Use `completion-common-substring' prior to `completion-base-size'.
23051
23052 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
23053
23054 * savehist.el: Require CL while compiling.
23055 (savehist-history-variables): Remove.
23056 (savehist-save-minibuffer-history, savehist-additional-variables)
23057 (savehist-minibuffer-history-variables): New vars.
23058 (savehist-save): Use them.
23059 (savehist-uninstall, savehist-minibuffer-hook): New funs.
23060 (savehist-install): New fun, extracted from savehist-load.
23061 (savehist-load): Use them.
23062
23063 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
23064
23065 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
23066 a dummy doc-string-elt property.
23067 (defalias, defvaralias, define-category): Add a docstring property.
23068
23069 * image.el (defimage):
23070 * widget.el (define-widget):
23071 * custom.el (defface, defcustom): Add `doc-string' declaration.
23072
23073 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
23074 (defadvice): Add `doc-string' declaration.
23075
23076 * emacs-lisp/byte-run.el (macro-declaration-function):
23077 Handle `doc-string' declarations.
23078 (define-obsolete-function-alias, define-obsolete-variable-alias):
23079 Add `doc-string' declaration.
23080
23081 2005-10-24 Kenichi Handa <handa@m17n.org>
23082
23083 * international/utf-7.el (utf-7): Add autoload cookie.
23084
23085 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
23086
23087 2005-10-24 Eli Zaretskii <eliz@gnu.org>
23088
23089 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
23090 list of directories passed to batch-update-autoloads. Add "." to
23091 the list of the echoed directories.
23092
23093 * pgg-def.el:
23094 * pgg-gpg.el:
23095 * pgg-parse.el:
23096 * pgg-pgp.el:
23097 * pgg-pgp5.el:
23098 * pgg.el: Moved here from the gnus subdirectory.
23099
23100 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
23101
23102 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
23103 in case comint-prompt-read-only is set to t.
23104
23105 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
23106 in case comint-prompt-read-only is set to t.
23107
23108 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
23109
23110 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
23111 Now a string.
23112 (icalendar-import-format): Handle CLASS, STATUS, URL.
23113 Rename `subject' to `summary'.
23114 (icalendar-import-format-summary): Rename from
23115 `icalendar-import-format-subject'.
23116 (icalendar-import-format-url, icalendar-import-format-status)
23117 (icalendar-import-format-class): New variables.
23118 (icalendar--rris): Take variable argument list.
23119 (icalendar--datestring-to-isodate): Remove unnecessary
23120 calendar-style check when converting dates with explicit month names.
23121 (icalendar-export-region): Change return type of conversion
23122 subroutines. Bury current buffer unless error occurred.
23123 (icalendar--convert-to-ical)
23124 (icalendar--parse-summary-and-rest): New functions.
23125 (icalendar--convert-ordinary-to-ical)
23126 (icalendar--convert-weekly-to-ical)
23127 (icalendar--convert-yearly-to-ical)
23128 (icalendar--convert-block-to-ical)
23129 (icalendar--convert-cyclic-to-ical)
23130 (icalendar--convert-anniversary-to-ical): Change return type.
23131 Strip trailing blanks from subject.
23132 (icalendar--convert-sexp-to-ical): Change return type.
23133 Strip trailing blanks from subject. Handle simple sexp
23134 entries as generated by icalendar.el.
23135 (icalendar--convert-float-to-ical)
23136 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
23137 (icalendar-import-file): Doc fix.
23138 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
23139 Correct call to icalendar--rris.
23140 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
23141 `summary'.
23142 (icalendar--add-diary-entry): Rename `subject' to `summary'.
23143
23144 2005-10-24 Romain Francoise <romain@orebokech.com>
23145
23146 * server.el (server-sentinel): Set query-on-exit flag to nil on
23147 new client processes (it isn't inherited from the server process).
23148
23149 * replace.el (occur-engine): Rearrange text properties.
23150
23151 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
23152
23153 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
23154 case-fold-search is nil.
23155 (debug-help-follow): Use help-xref-interned directly.
23156
23157 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
23158
23159 * thumbs.el (thumbs-image-type): Add .pbm.
23160
23161 2005-10-23 Richard M. Stallman <rms@gnu.org>
23162
23163 * faces.el (inhibit-face-set-after-frame-default): New variable.
23164 (set-face-attribute): Bind it.
23165 (face-set-after-frame-default): Test it.
23166
23167 * help-fns.el (describe-simplify-lib-file-name): New function.
23168 (describe-function-1, describe-variable): Use it.
23169
23170 * faces.el (describe-face): Use describe-simplify-lib-file-name.
23171
23172 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
23173 Eliminate nil as possible value.
23174 (tooltip-hide-delay): Reduce internal-border-width.
23175
23176 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
23177 (menu-bar-file-menu) <new-file>: Likewise.
23178
23179 * simple.el (line-move-finish): Ignore fields computing LINE-END.
23180
23181 * international/mule.el (load-with-code-conversion):
23182 Pass full file name to `eval-buffer' unless preloading.
23183
23184 * textmodes/flyspell.el (flyspell-large-region):
23185 Call ispell-check-version.
23186
23187 * textmodes/ispell.el (ispell-local-dictionary-overridden):
23188 Fix the make-variable-buffer-local call that was supposed
23189 to be for this variable.
23190 (ispell-aspell-supports-utf8): Doc fix.
23191 (ispell-find-aspell-dictionaries): Preserve elements of
23192 ispell-dictionary-alist for dictionaries that aspell doesn't report.
23193 (ispell-aspell-find-dictionary): Return nil on error.
23194
23195 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
23196 (doctor-symptoms): Likewise.
23197
23198 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
23199
23200 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
23201
23202 * cus-edit.el (custom-button, custom-button-pressed): New vars.
23203 (custom-raised-buttons): Add :set spec.
23204 (custom-button-unraised, custom-button-pressed-unraised):
23205 New faces, so that custom-raised-buttons actually does something.
23206 (custom-mode): Use custom-button and custom-button-pressed.
23207
23208 * wid-edit.el (widget-specify-button): Don't ignore
23209 widget-mouse-face on graphic terminals.
23210 (widget-move-and-invoke): Cleanup.
23211
23212 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
23213
23214 * whitespace.el (whitespace-cleanup): Doc fix.
23215
23216 2005-10-23 Romain Francoise <romain@orebokech.com>
23217
23218 * emulation/viper.el (viper-set-hooks): Quote forms passed to
23219 `eval-after-load' to avoid evaluating their result.
23220
23221 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
23222
23223 * files.el (directory-listing-before-filename-regexp):
23224 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
23225
23226 * dired.el (dired-move-to-filename-regexp): Remove.
23227 All occurrences replaced by `directory-listing-before-filename-regexp'.
23228
23229 * dired-x.el, locate.el, vc.el:
23230 Replace `dired-move-to-filename-regexp' by
23231 `directory-listing-before-filename-regexp'. In vc.el it is
23232 overwritten locally; maybe this can be handled in files.el too.
23233
23234 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
23235 replaced by `directory-listing-before-filename-regexp'.
23236
23237 2005-10-23 Andreas Schwab <schwab@suse.de>
23238
23239 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
23240 and eval-next-after-load.
23241
23242 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
23243
23244 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
23245 exist, create it.
23246
23247 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
23248
23249 * allout.el: Remove autoloads for mailcrypt and crypt++.
23250 Require pgg, pgg-gpg during compilation.
23251 (allout-version): Increment version number to 2.1, and use a literal
23252 rather than RCS Id.
23253 (allout-default-encryption-scheme): Remove.
23254 (allout-passphrase-verifier-handling)
23255 (allout-passphrase-verifier-string)
23256 (allout-file-passphrase-verifier-string)
23257 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
23258 (allout-passphrase-hint-handling): Rename and simplify.
23259 (allout-init): Use `find-file-hook' if available, otherwise
23260 `find-file-hooks'.
23261 (allout-mode): Use `write-file-functions' if available, otherwise
23262 `local-write-file-hooks' and, instead of making auto-save-hook
23263 buffer local, make the write-file-hook activity contingent to
23264 allout-mode.
23265 (allout-mode): Use key-binding substitution in the docstring.
23266 (allout-kill-line): Spell-out kill ring data structure mutation
23267 instead of using byte-compiler-complaint-provoking `pop'.
23268 (allout-insert-listified): Use `insert' rather than `insert-string'
23269 (allout-toggle-current-subtree-encryption): Update docstring, adjust
23270 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
23271 (allout-encrypt-string): Totally revamped vis new underlying
23272 encryption facilities.
23273 (allout-mc-activate-passwd): Remove.
23274 (allout-obtain-passphrase): New, more or less replaces
23275 allout-mc-activate-passwd.
23276 (allout-encrypted-key-info): More or less replaces
23277 allout-encrypted-text-type.
23278 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
23279 (my-mark-marker): Use `(featurep 'xemacs)'.
23280
23281 2005-10-23 Lars Hansen <larsh@soem.dk>
23282
23283 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
23284 (byte-compile-file-form-defmumble, byte-compile-defun)
23285 (byte-compile-defmacro): Use it.
23286 (byte-compile-form): Don't call byte-compile-set-symbol-position
23287 when a byte-compile handler is called.
23288
23289 2005-10-22 Romain Francoise <romain@orebokech.com>
23290
23291 * savehist.el (savehist-history-variables): Add `grep-find-history'.
23292
23293 * subr.el (eval-after-load): Convert library name to an absolute
23294 file name using locate-library, since load-history no longer has
23295 library names in it.
23296
23297 2005-10-22 Richard M. Stallman <rms@gnu.org>
23298
23299 * files.el (make-temp-file): Move from subr.el.
23300 * subr.el (make-temp-file): Move to files.el.
23301
23302 * window.el (get-buffer-window-list): Move from subr.el.
23303 * subr.el (get-buffer-window-list): Move to window.el.
23304
23305 * image.el (image-load-path): Use eval-at-startup to initialize.
23306
23307 * subr.el (eval-at-startup): New macro.
23308
23309 * subr.el: Much rearrangement of functions and division
23310 into pages. No code changes.
23311
23312 2005-10-22 Kenichi Handa <handa@m17n.org>
23313
23314 * tar-mode.el (tar-extract): Be sure to call
23315 find-operation-coding-system if set-auto-coding doesn't find a
23316 coding system.
23317
23318 2005-10-22 Kim F. Storm <storm@cua.dk>
23319
23320 * image.el (image-type-header-regexps): Rename from image-type-regexps.
23321 Change users.
23322 (image-type-file-name-regexps): New defconst.
23323 (image-type-from-data): Simplify loop.
23324 (image-type-from-buffer): New defun.
23325 (image-type-from-file-header): Use it instead of image-type-from-data.
23326 Use image-search-load-path instead of only looking in data-directory.
23327 (image-type-from-file-name): New defun.
23328 (image-search-load-path): Change `pathname' to `filename'.
23329 Make PATH arg optional, default to image-load-path.
23330
23331 2005-10-21 Richard M. Stallman <rms@gnu.org>
23332
23333 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
23334
23335 * textmodes/paragraphs.el (sentence-end-base): New variable.
23336 (sentence-end): Use sentence-end-base.
23337
23338 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
23339
23340 * font-lock.el (font-lock-default-fontify-region): Check the multiline
23341 property independently from the font-lock-multiline variable.
23342
23343 2005-10-21 Richard M. Stallman <rms@gnu.org>
23344
23345 * emacs-lisp/find-func.el (find-library-name): Doc fix.
23346
23347 * startup.el (command-line): Convert library names
23348 in `load-history' to absolute file names.
23349
23350 * subr.el (symbol-file): Doc fix.
23351
23352 * loadhist.el (file-loadhist-lookup): Call locate-library
23353 instead of find-library-name. Don't try converting
23354 abs file names to library names, since load-history no longer
23355 has library names in it.
23356 (file-dependents, file-provides, file-requires): Doc fixes.
23357
23358 2005-10-21 Juri Linkov <juri@jurta.org>
23359
23360 * progmodes/etags.el (tags-table-mode): New function.
23361 (tags-verify-table): Replace initialize-new-tags-table with
23362 tags-table-mode.
23363
23364 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
23365 default value.
23366 (desktop-modes-not-to-save): Add tags-table-mode to the
23367 default value.
23368
23369 * info.el (Info-index-next): Add total number of index
23370 alternatives to the message.
23371
23372 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
23373 backward only space (instead of space and period) before looking
23374 at sentence end.
23375
23376 * simple.el (set-variable): Use user-variable-p instead of symbolp.
23377 Add the old variable value as 4th default-value arg of read-string.
23378
23379 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23380
23381 * cus-face.el (custom-declare-face): Make face from X resources
23382 also on Mac.
23383
23384 * disp-table.el (standard-display-g1, standard-display-graphic):
23385 Refuse to use string glyphs also on Mac.
23386 (standard-display-european): Don't set terminal coding system also
23387 on Mac.
23388
23389 * frame.el (display-screens): Use x-display-screens also on Mac.
23390
23391 2005-10-21 Romain Francoise <romain@orebokech.com>
23392
23393 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
23394
23395 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
23396
23397 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
23398 and $? into sexps.
23399
23400 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
23401 warning face on open-paren-in-column-0.
23402
23403 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
23404 boundary case. Fix typo.
23405 Suggested by Martin Rudalics <rudalics@gmx.at>.
23406
23407 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
23408
23409 * textmodes/org.el (org-combined-agenda-icalendar-file)
23410 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
23411 (org-export-icalendar-this-file)
23412 (org-export-icalendar-all-agenda-files)
23413 (org-export-icalendar-combine-agenda-files): New commands.
23414 (org-export-icalendar, org-print-icalendar-entries)
23415 (org-start-icalendar-file, org-finish-icalendar-file)
23416 (org-ical-ts-to-string): New functions.
23417 (org-read-date, org-goto-calendar)
23418 (org-agenda-goto-calendar): Inhibit displaying diary entries by
23419 call to `calendar'.
23420 (orgtbl-setup): Remove the :keys arguments from the menu description.
23421 (org-after-save-iCalendar-file-hook): New variable.
23422
23423 2005-10-21 Kenichi Handa <handa@m17n.org>
23424
23425 * language/vietnamese.el (tcvn-5712): Make it an alias of
23426 vietnamese-tcvn coding-system.
23427
23428 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
23429
23430 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
23431 group id is given.
23432
23433 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
23434
23435 * progmodes/sh-script.el (sh-escaped-line-re): New var.
23436 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
23437 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
23438 whose line is either continued or ends with a comment.
23439
23440 2005-10-20 Romain Francoise <romain@orebokech.com>
23441
23442 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
23443
23444 * replace.el (occur-engine): Add follow-link property.
23445
23446 * font-core.el (font-lock-mode): Doc fix.
23447
23448 2005-10-20 Richard M. Stallman <rms@gnu.org>
23449
23450 * net/rcirc.el: New file.
23451
23452 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
23453
23454 * term.el (term-term-name): Initialize to "eterm-color".
23455
23456 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
23457
23458 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
23459 for encryption functionality.
23460 Move allout customization subgroup from `editing' to `outlines' group.
23461 Fix commentary keywords to legitimate ones.
23462 Update author info (using my current email address, obscurified).
23463 (allout-encrypt-string, allout-encryption-produce-work-buffer)
23464 (allout-encrypted-topic-p, allout-encrypted-text-type)
23465 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
23466 (allout-situate-encryption-key-verifier)
23467 (allout-get-encryption-key-verifier, allout-verify-key)
23468 (allout-next-topic-pending-encryption)
23469 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
23470 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
23471 (outline-key-verifier-handling, outline-key-hint-handling)
23472 (outline-encrypt-unencrypted-on-saves): New defcustoms.
23473 (allout-file-key-verifier-string, allout-encryption-scheme)
23474 (allout-key-verifier-string, allout-key-hint-string)
23475 (allout-after-save-decrypt): New variables.
23476 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
23477 (allout-after-saves-handler): New hook functions.
23478 (allout-post-command-business): Do allout-after-save-decrypt.
23479 (allout-enable-file-variable-adjustment): Custom var to enable
23480 mechanism for adding and adjusting settings of Emacs file variables.
23481 (allout-adjust-file-variable, allout-file-vars-section-data):
23482 New functions, implement the mechanism.
23483 (outlineify-sticky): Use the file vars mechanism.
23484 (allout-inhibit-protection, allout-during-write-cue)
23485 (allout-override-protect, allout-before-change-protect): Remove.
23486 (allout-flag-region, allout-open-topic): Adjust read-only text.
23487 (allout-open-line-not-read-only): Add to facilitate read-only
23488 text based protection.
23489 (allout-kill-line): Revise to adjust read-only text, clue the
23490 user about the inhibition.
23491 (allout-unprotected): Use unwind-protect.
23492 (allout-shift-in, allout-shift-out): Disallow manually shifting a
23493 topic deeper than the offspring depth of the previous topic -
23494 avoiding confusing "containment discontinuities".
23495 (allout-reindent-bodies): Fix retention of body relative hanging
23496 indent during promotion of collapsed bodies.
23497 (allout-open-topic): Make it easy to open new topic with same
23498 bullet as current topic - topic creation functions provided with
23499 any universal argument provokes now prompt for bullet, defaulting
23500 to the bullet of the previous topic.
23501 (allout-plain-bullets-string, allout-distinctive-bullets-string):
23502 Plain bullet alternates `.' period and `,' comma only. All other
23503 bullets are relegated to special status (but customizable).
23504 (allout-end-of-entry): Rename from allout-end-of-current-entry
23505 since it actually operates w.r.t. most immediately containing
23506 entry, visible or not.
23507 (allout-hide-current-entry, allout-show-current-entry): Use the
23508 revised version.
23509 (allout-old-expose-topic): Solidify deprecation.
23510 (allout-end-of-subtree): Add so we can span concealed as well
23511 as visible topics.
23512 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
23513 (allout-end-of-current-heading): Tweak to just respect the first line.
23514 (allout-get-body-text): Add.
23515 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
23516 when invoked interactively.
23517 (allout-up-current-level): Use `interactive-p'.
23518 (allout-mode, allout-init): Miscellaneous docstring and
23519 operational refinements, as well as hookups of new encryption stuff.
23520 (allout-beginning-of-current-entry): Now works as advertised.
23521 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
23522 (allout-isearch-rectification): Refine condition for isearching.
23523 (allout-isearch-abort, allout-enwrap-isearch)
23524 (allout-flag-region, my-region-active-p): Relocate some macros.
23525 (allout-title): Fallback title is (buffer-name), not
23526 non-existing (current-buffer-name).
23527 (subst-char-in-string): Define if absent (for some XEmacs versions).
23528
23529 2005-10-20 Jari Aalto <jari.aalto@cante.net>
23530
23531 * mail/sendmail.el (mail-setup-hook, mail-aliases)
23532 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
23533 (mail-citation-prefix-regexp, mail-signature-file)
23534 (mail-default-headers, mail-bury-selects-summary)
23535 (mail-send-nonascii): Add autoload cookies.
23536
23537 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23538
23539 * frame.el (blink-cursor-mode): Add `mac' to the list of
23540 window-system's that support blinking cursor.
23541
23542 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
23543
23544 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
23545
23546 2005-10-20 Eli Zaretskii <eliz@gnu.org>
23547
23548 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
23549 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
23550 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
23551
23552 2005-10-20 Kim F. Storm <storm@cua.dk>
23553
23554 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
23555 (ido-set-current-directory): Don't add / after final @.
23556 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
23557 Explicitly handle ange-ftp completion oddities.
23558 (ido-make-file-list): Don't rotate list at tramp root to avoid
23559 triggering tramp file handler for expand-file-name via get-file-buffer.
23560
23561 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
23562
23563 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
23564
23565 2005-10-19 Jay Belanger <belanger@truman.edu>
23566
23567 * calc/calc-units.el (math-standard-units): Add units, adjust
23568 symbols and update values.
23569 (math-unit-prefixes): Add more prefixes.
23570
23571 2005-10-19 Romain Francoise <romain@orebokech.com>
23572
23573 * bookmark.el (bookmark-menu-heading): New face.
23574 (bookmark-bmenu-list): Use it.
23575 Don't fiddle with `baud-rate' at top-level.
23576
23577 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
23578
23579 * image.el (create-image, find-image): Mention max-image-size in
23580 docstring.
23581
23582 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
23583
23584 * savehist.el (savehist-load): Revert to checking XEmacs.
23585
23586 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
23587 Various docstring and line-width fixups.
23588 (conf-mode): Use cond.
23589 Set font-lock-defaults. Don't set comment-use-syntax.
23590
23591 2005-10-18 David Ponce <david@dponce.com>
23592
23593 * tree-widget.el (tree-widget-button-click): New function.
23594 (tree-widget-button-keymap): Use it.
23595
23596 2005-10-18 Romain Francoise <romain@orebokech.com>
23597
23598 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
23599 (bookmark-bmenu-hide-filenames): Add follow-link property.
23600 Improve help-echo text.
23601
23602 * ffap.el (find-file-at-point): Doc fix.
23603
23604 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23605
23606 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
23607
23608 2005-10-18 Masatake YAMATO <jet@gyve.org>
23609
23610 Install to the CVS repository what I forgot to install in my
23611 2005-10-16 changes.
23612
23613 * progmodes/python.el (python-complete-symbol): Pass the common
23614 prefix substring of completion to `display-completion-list'.
23615
23616 * textmodes/org.el (org-complete): Ditto.
23617
23618 2005-10-18 Masatake YAMATO <jet@gyve.org>
23619
23620 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
23621
23622 * woman.el (WoMan-xref-man-page): New button type derived
23623 from `Man-abstract-xref-man-page'.
23624 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
23625
23626 * man.el (Man-abstract-xref-man-page): New button type.
23627 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
23628 (Man-highlight-references): Add new optional argument `xref-man-type'.
23629
23630 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23631
23632 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
23633
23634 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
23635
23636 * cus-edit.el (Custom-move-and-invoke): Delete.
23637 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
23638
23639 * wid-edit.el (widget-move-and-invoke): New function, from
23640 Custom-move-and-invoke.
23641
23642 2005-10-17 Bill Wohler <wohler@newt.com>
23643
23644 Move all remaining images from lisp/toolbar to etc/images, move
23645 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
23646 the low resolution images in their own directory (low-color).
23647
23648 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
23649 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
23650 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
23651 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
23652 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
23653 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
23654 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
23655
23656 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
23657 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
23658 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
23659 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
23660 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
23661 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
23662 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
23663 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
23664 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
23665 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
23666 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
23667 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
23668 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
23669 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
23670 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
23671
23672 To conform with convention, replace the underscore (_) in the
23673 following image names with dash (-) or (/) as appropriate.
23674
23675 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
23676 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
23677 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
23678 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
23679 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
23680 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
23681 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
23682 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
23683 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
23684 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
23685 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
23686 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
23687 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
23688 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
23689 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
23690
23691 * info.el (info-tool-bar-map): Replace underscores in image names
23692 with dashes.
23693
23694 * makefile.w32-in (WINS): Remove toolbar.
23695
23696 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
23697
23698 * tool-bar.el: Move to lisp from toolbar. Now that
23699 toolbar is empty, it should be deleted when folks run "cvs up -P".
23700
23701 2005-10-18 Jay Belanger <belanger@truman.edu>
23702
23703 * calc/calc-store.el (calc-store-into): Get the proper variable name
23704 to display in message.
23705
23706 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23707
23708 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
23709 expressions display in speedbar for all buffers when debugging.
23710 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
23711
23712 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
23713 (speedbar-insert-button, speedbar-make-button):
23714 Use add-text-properties.
23715 (speedbar-update-localized-contents)
23716 (speedbar-update-directory-contents)
23717 (speedbar-update-special-contents): Use dolist.
23718 (speedbar-buffer-easymenu-definition): Add a menu separator.
23719
23720 2005-10-17 Jason Rumney <jasonr@gnu.org>
23721
23722 * makefile.w32-in: Use $(lisp) consistently.
23723 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
23724 for shell specific generation of mh-autoloads.
23725
23726 2005-10-17 Richard M. Stallman <rms@gnu.org>
23727
23728 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
23729
23730 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
23731
23732 * jit-lock.el (jit-lock-fontify-now):
23733 Move jit-lock-context-unfontify-pos to avoid wasted work.
23734
23735 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
23736
23737 * net/tramp.el (tramp-completion-mode): New defvar. Used in
23738 `tramp-completion-mode' for checking if we are in completion mode.
23739 (tramp-completion-handle-file-name-all-completions): Reorder code
23740 in order to complete for file names only in case there are no
23741 method/user/host completions. This is necessary for cooperation
23742 with ido. Reported by Kim F. Storm <storm@cua.dk>.
23743
23744 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
23745
23746 * longlines.el (longlines-search-forward)
23747 (longlines-search-backward): Match any number of spaces.
23748
23749 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
23750
23751 * diff-mode.el (diff-mode): Doc fix.
23752
23753 2005-10-16 David Reitter <david.reitter@gmail.com>
23754
23755 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
23756 as default on darwin and windows systems.
23757
23758 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
23759
23760 * arc-mode.el (archive-zip-extract): Doc fix.
23761
23762 2005-10-16 Romain Francoise <romain@orebokech.com>
23763
23764 * mouse.el (mouse-1-click-follows-link): Doc fix.
23765
23766 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23767
23768 * savehist.el: Don't require CL at runtime.
23769 (savehist-xemacs): Remove.
23770 (savehist-coding-system): Use utf-8 if present, regardless of religion.
23771 (savehist-no-conversion): Use (featurep 'xemacs).
23772 (savehist-load): Check existence of start-itimer rather than XEmacs.
23773 Use an idle timer.
23774 (savehist-process-for-saving): Replace use of CL funs `subseq' and
23775 `delete-if-not'.
23776
23777 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
23778
23779 * savehist.el: Newer version.
23780 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
23781 (savehist-last-checksum, savehist-no-conversion): New vars.
23782 (savehist-autosave, savehist-process-for-saving, savehist-printable):
23783 New functions.
23784 (savehist-load, savehist-save): Use them.
23785 (savehist-delimit): Remove.
23786
23787 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23788
23789 * progmodes/compile.el (compilation-goto-locus): Display the
23790 compilation buffer first and the source buffer second, in case they're
23791 in overlapping frames. Don't raise the compilation frame if it was the
23792 selected window upon entry. Pass the `other-window' arg to
23793 pop-to-buffer.
23794
23795 * info.el (Info-fontify-node): Use dolist.
23796 Change add-text-properties to put-text-property.
23797
23798 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23799
23800 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
23801 bound of search.
23802
23803 2005-10-16 Masatake YAMATO <jet@gyve.org>
23804
23805 * dabbrev.el (dabbrev-completion): Pass the common
23806 prefix substring of completion to `display-completion-list'.
23807
23808 * filecache.el (file-cache-minibuffer-complete)
23809 (file-cache-complete): Ditto.
23810
23811 * tempo.el (tempo-display-completions): Ditto.
23812
23813 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
23814
23815 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
23816
23817 * eshell/em-hist.el (eshell-list-history): Ditto.
23818
23819 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
23820
23821 * mail/mailalias.el (mail-complete): Ditto.
23822
23823 * progmodes/etags.el (complete-tag): Ditto.
23824
23825 * progmodes/make-mode.el (makefile-complete): Ditto.
23826
23827 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
23828
23829 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
23830
23831 * progmodes/pascal.el (pascal-complete-word)
23832 (pascal-show-completions): Ditto.
23833
23834 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
23835
23836 * simple.el (completion-common-substring): New variable.
23837 (completion-setup-function): Use `completion-common-substring'
23838 to put faces.
23839
23840 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23841
23842 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
23843 (x-get-selection, mac-select-convert-to-string): Convert from/to
23844 UTF-16 clipboard data as in native byte order, no BOM.
23845
23846 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
23847
23848 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23849 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
23850 (gud-sentinel): Use speedbar-frame to check for speedbar.
23851
23852 2005-10-15 Richard M. Stallman <rms@gnu.org>
23853
23854 * savehist.el: New file.
23855
23856 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
23857
23858 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
23859 Fix bug in \bf fontification.
23860
23861 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
23862
23863 * pcvs.el (cvs-edit-log-files): New var.
23864 (cvs-mode-edit-log): New arg `file'.
23865 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
23866 Instead force the use of the original file and nothing else.
23867 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
23868 the cvs-minor-wrap-function is set.
23869 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
23870
23871 2005-10-14 Bill Wohler <wohler@newt.com>
23872
23873 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
23874 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
23875 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
23876 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
23877 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
23878 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
23879 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
23880 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
23881 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
23882 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
23883 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
23884 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
23885 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
23886 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
23887 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
23888
23889 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23890 appropriately (for example, gud-break to gud/break).
23891
23892 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
23893
23894 * longlines.el (longlinges-search-function)
23895 (longlines-search-forward, longlines-search-backward): New functions.
23896 (longlines-mode): Set isearch-search-fun-function to
23897 longlinges-search-function.
23898
23899 * mouse.el (mouse-drag-region-1): Handle the case where a
23900 double-click event is bound to an arbitrary function.
23901
23902 2005-10-14 David Ponce <david@dponce.com>
23903
23904 * recentf.el (recentf-track-opened-file)
23905 (recentf-track-closed-file, recentf-update-menu)
23906 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
23907 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
23908 mouse-1-click-follows-link.
23909
23910 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23911
23912 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
23913 Gnome file-manager.png. Suggested by
23914 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
23915
23916 * toolbar/README: Add diropen.xpm.
23917
23918 2005-10-13 Bill Wohler <wohler@newt.com>
23919
23920 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
23921 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
23922
23923 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
23924
23925 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
23926 Don't waste the byte-compiler's time on constant data.
23927
23928 2005-10-13 Kenichi Handa <handa@m17n.org>
23929
23930 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
23931 byte with `escape-glyph' face.
23932
23933 * international/fontset.el (ccl-encode-unicode-font):
23934 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
23935 Handle the case that ucs-mule-to-mule-unicode translates a character to
23936 ASCII (usually for IPA characters).
23937
23938 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23939
23940 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
23941 Don't hide the underline of titles if font-lock-mode is disabled.
23942
23943 2005-10-12 Bill Wohler <wohler@newt.com>
23944
23945 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
23946 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23947 files in MH-E-SRC have been updated.
23948 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
23949
23950 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23951
23952 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
23953 (mixal-mode-syntax-table): Add \n as end-comment.
23954 (mixal-operation-codes-alist): Immediately initialize to full value.
23955 (mixal-add-operation-code): Remove.
23956 (mixal-describe-operation-code): Make the arg non-optional.
23957 Use the interactive spec instead.
23958 Use mixal-operation-codes-alist rather than mixal-operation-codes.
23959 (mixal-font-lock-keywords): Don't highlight comments here any more.
23960 (mixal-font-lock-syntactic-keywords): New var.
23961 (mixal-mode): Use it. Fix comment-start-skip.
23962
23963 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23964
23965 * startup.el (command-line-x-option-alist): -nb => -nbi.
23966
23967 2005-10-12 Kim F. Storm <storm@cua.dk>
23968
23969 * startup.el (fancy-splash-default-action): Discard mouse click in
23970 the splash screen window, as it has no sensible meaning in the
23971 next window to be selected. Fixes error reported by Jan D.
23972
23973 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
23974
23975 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
23976
23977 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
23978
23979 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
23980 Try to fix up minor layout issues like indentation, line break, etc...
23981 (mixal-mode-syntax-table): Don't try to specify comment syntax,
23982 because it doesn't work.
23983 (mixal-operation-codes): Add some more codes.
23984 (mixal-font-lock-keywords): Process comments here.
23985 (mixal-mode): mixasm no longer needs -g option.
23986
23987 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
23988
23989 * progmodes/sh-script.el (sh-tmp-file):
23990 Use mktemp -t. Finish support for es and rc shells.
23991
23992 2005-10-11 Jay Belanger <belanger@truman.edu>
23993
23994 * calc/calcalg2.el (calc-integral): With an argument, compute the
23995 definite integral.
23996
23997 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
23998
23999 * mouse.el (mouse-drag-region-1): Don't try to catch a
24000 double-click when doing follow-link (it's overridden anyway).
24001
24002 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
24003
24004 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
24005 (autoload-print-form-outbuf): Add docstring.
24006
24007 2005-10-11 Juri Linkov <juri@jurta.org>
24008
24009 * info.el (Info-mode-menu): Delete menu item "Edit".
24010 (Info-mode): Delete description of Info-edit from docstring,
24011 and rearrange descriptions of Info commands in the order
24012 they are documented in the Info manual.
24013
24014 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
24015
24016 * calendar/appt.el (appt-check): Use diary-selective-display var.
24017
24018 2005-10-10 Richard M. Stallman <rms@gnu.org>
24019
24020 * net/newsticker.el (newsticker-start, newsticker-show-news):
24021 Add autoload cookies.
24022
24023 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
24024
24025 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
24026
24027 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
24028
24029 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
24030
24031 2005-10-10 Jay Belanger <belanger@truman.edu>
24032
24033 * calc/calc-arith.el (math-check-known-scalarp)
24034 (math-check-known-matrixp): Check the values of arguments that are
24035 variables.
24036 (math-check-known-square-matrixp): New function.
24037 (math-known-square-matrixp): Use math-check-known-square-matrixp.
24038 (math-super-types): Add sqmatrix type.
24039
24040 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
24041 mode name `square' to `sqmatrix'.
24042
24043 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
24044 mode name `square' to `sqmatrix'.
24045
24046 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
24047
24048 * progmodes/etags.el (select-tags-table-mode): Don't use
24049 selective-display.
24050 (tags-select-tags-table): Pass `button' to the action function.
24051 (select-tags-table): Place the side-info on button properties rather
24052 than in hidden text. Abbreviate file names.
24053 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
24054 (select-tags-table-select): Add `button' argument.
24055 Get side-info from the button property rather than from hidden text.
24056
24057 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
24058
24059 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
24060 (gud-speedbar-buttons): Preserve point if possible.
24061 (gud-sentinel): Restore previous speedbar display type.
24062
24063 * progmodes/gdb-ui.el (gdba): Improve diagram.
24064 (def-gdb-auto-update-handler, gdb-info-locals-handler)
24065 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
24066 Call get-buffer-window once.
24067
24068 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
24069
24070 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
24071 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
24072 (pascal-indent-command): Remove unused var `ind'.
24073 (pascal-indent-case): Remove unused var `oldpos'.
24074 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
24075 since it's now used as a proper minor mode map.
24076 (pascal-outline): Rename to pascal-outline-mode.
24077 (pascal-outline-mode): Use define-minor-mode.
24078 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
24079 selective-display.
24080
24081 2005-10-10 Andreas Schwab <schwab@suse.de>
24082
24083 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
24084 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
24085
24086 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
24087 outside source directory.
24088
24089 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
24090
24091 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
24092 C-x' as a prefix.
24093 (orgtbl-mode-map): Full keymap instead of sparse, because all
24094 `self-insert-command' keys are redefined in this map.
24095 (org-export-as-html): Specify charset for HTML file, by taking it
24096 from the coding system.
24097
24098 2005-10-10 Kenichi Handa <handa@m17n.org>
24099
24100 * textmodes/flyspell.el (flyspell-check-word-p):
24101 If unread-command-events is non-empty, don't call sit-for.
24102
24103 2005-10-09 Richard M. Stallman <rms@gnu.org>
24104
24105 * font-lock.el (font-lock-syntactic-keywords)
24106 (font-lock-keywords): Doc fixes.
24107
24108 * textmodes/flyspell.el (flyspell-external-point-words):
24109 Simplify logic, and don't try to check for consecutive appearances
24110 of one incorrect word.
24111
24112 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
24113
24114 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
24115 separator.
24116
24117 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
24118 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
24119 (gud-expansion-speedbar-buttons): New function.
24120 (gud-speedbar-buttons): Check for gud-comint-buffer.
24121
24122 2005-10-09 Bill Wohler <wohler@newt.com>
24123
24124 * Makefile.in (updates): Add mh-loaddefs dependency.
24125
24126 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
24127
24128 * speedbar.el (speedbar-file-key-map): Fix typo.
24129
24130 2005-10-09 Daniel Brockman <daniel@brockman.se>
24131
24132 * cus-start.el (line-spacing): Add custom spec.
24133
24134 2005-10-09 Romain Francoise <romain@orebokech.com>
24135
24136 * textmodes/ispell.el (ispell-check-version): Fix last change.
24137
24138 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24139
24140 * term/x-win.el: Remove -i, --icon-type from comment.
24141
24142 * startup.el (command-line-x-option-alist): Remove options -i,
24143 -itype, --icon-type, added -nb, --no-bitmap-icon.
24144
24145 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
24146
24147 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
24148 instead of :active.
24149
24150 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
24151
24152 * textmodes/ispell.el (ispell-check-version):
24153 Ignore hyphen, and all that follows, in aspell's version text.
24154
24155 2005-10-08 Jay Belanger <belanger@truman.edu>
24156
24157 * calc/calc-arith.el (math-known-square-matrixp): New function.
24158 (math-pow-fancy): Check for matrices before distributing exponent
24159 across products.
24160
24161 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
24162 fullscreen keypad. Suggested by Luc Teirlinck.
24163 (calc-keypad-show-input): Add space for formatting.
24164
24165 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
24166 Add square matrix option.
24167
24168 * calc/calc-poly.el (math-expand-term): Check for matrices instead
24169 of checking calc-matrix-mode when deciding how to expand.
24170
24171 * calc/calc.el (calc-set-mode-line): Add square matrix option.
24172
24173 2005-10-08 Lars Hansen <larsh@soem.dk>
24174
24175 * net/tramp.el (tramp-perl-directory-files-and-attributes):
24176 Add error handling.
24177 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
24178
24179 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
24180
24181 Sync with Tramp 2.0.51.
24182
24183 * net/tramp.el (tramp-handle-set-visited-file-modtime)
24184 (tramp-handle-insert-file-contents, tramp-handle-write-region):
24185 Insert special handling for `last-coding-system-used', again
24186 it still seems to be necessary (unlike stated before).
24187 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
24188 (tramp-password-prompt-regexp): There might be other words before
24189 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
24190 (tramp-chunksize): Improve docstring.
24191 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
24192 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
24193 Christian Joergensen <bugs@razor.dk>.
24194
24195 2005-10-07 Glenn Morris <rgm@gnu.org>
24196
24197 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
24198 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
24199 precision'.
24200
24201 2005-10-07 Romain Francoise <romain@orebokech.com>
24202
24203 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
24204 (ibuffer-do-shell-command-pipe-replace)
24205 (ibuffer-do-shell-command-file, ibuffer-do-eval)
24206 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
24207 (ibuffer-do-revert, ibuffer-do-replace-regexp)
24208 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
24209 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
24210 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
24211 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
24212 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
24213 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
24214 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
24215 Autoload file sans suffix.
24216
24217 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
24218
24219 2005-10-07 David Ponce <david@dponce.com>
24220
24221 * recentf.el (recentf-menu-open-all-flag): New option.
24222 (recentf-digit-shortcut-command-name): New function.
24223 (recentf--shortcuts-keymap): New variable.
24224 (recentf-menu-shortcuts): New variable.
24225 (recentf-make-menu-items): Initialize it. Replace the "More..."
24226 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
24227 (recentf-menu-value-shortcut): New function.
24228 (recentf-make-menu-item): Use it. No more in-lined.
24229 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
24230 (recentf-open-most-recent-file): Rename from
24231 `recentf-open-file-with-key'. Don't depend on key binding.
24232 (recentf-mode-map): New variable.
24233 (recentf-mode): Use it.
24234
24235 2005-10-06 Bill Wohler <wohler@newt.com>
24236
24237 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
24238
24239 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
24240 (MH-E-SRC): New. Used by mh-autoloads.
24241 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
24242 files in MH-E-SRC have been updated.
24243 (compile, recompile, bootstrap): Depend on mh-autoloads.
24244
24245 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
24246
24247 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
24248 gud-break and gud-remove icons when the fringe is not available.
24249
24250 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
24251 Typo.
24252
24253 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
24254
24255 * play/zone.el (zone): Wrap body with save-window-excursion.
24256
24257 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
24258
24259 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
24260 Use the new `list-only' arg to diary-list-entries.
24261
24262 * calendar/diary-lib.el: Use overlays rather than selective-display.
24263 (diary-selective-display): New var.
24264 (diary-header-line-format): Use it.
24265 (diary-list-entries): Add argument `list-only'.
24266 Put the buffer in diary-mode. Don't add \^M at beg and end.
24267 Replace \^M by invisible overlays.
24268 (diary-unhide-everything): Replace \^M by invisible overlays.
24269 (print-diary-entries): Look for overlays rather than \^M.
24270 Add a space to the temp buffer name.
24271 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
24272 Put the buffer in diary-mode.
24273 (list-sexp-diary-entries): Replace \^M by invisible overlays.
24274 (diary-anniversary): Make the year arg optional.
24275 (diary-time-regexp): New const.
24276 (diary-font-lock-keywords): Use it to accept a few more time formats.
24277
24278 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
24279
24280 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
24281
24282 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
24283 Fix bug introduced 2005-07-03: Use (car (last ...))
24284 to faithfully reproduce replaced artist-last.
24285 (artist-set-arrow-points-for-poly): Likewise.
24286 Suggested by Johan Bockg\e,Ae\e(Brd.
24287
24288 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
24289
24290 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
24291 * wid-edit.el (widget):
24292 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
24293 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
24294
24295 2005-10-06 Kenichi Handa <handa@m17n.org>
24296
24297 * international/mule-cmds.el (set-language-environment):
24298 Fix setting up of case-table for unibyte mode.
24299
24300 * simple.el (what-cursor-position): If the character is displayed
24301 by some `display' text property, show that. Don't use
24302 single-key-description for eight-bit characters in multibyte mode.
24303
24304 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
24305
24306 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
24307 (gdb-ann3): Set it.
24308 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
24309 (gdb-info-frames-custom): Use inverse-video for first five
24310 characters of selected frame only.
24311 (gdb-get-frame-number): Select frame even when point is on frame
24312 number.
24313
24314 2005-10-06 Masatake YAMATO <jet@gyve.org>
24315
24316 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
24317 Put `font-lock-function-name-face'.
24318 (gdb-info-frames-custom): Put `font-lock-function-name-face'
24319 and `font-lock-variable-name-face'
24320 (gdb-registers-font-lock-keywords): New font lock keywords definition.
24321 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
24322 (gdb-memory-font-lock-keywords): New font lock keywords definition.
24323 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
24324 (gdb-local-font-lock-keywords): New font lock keywords definition.
24325 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
24326 (gdb-threads-font-lock-keywords): New font lock keywords definition.
24327 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
24328
24329 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
24330
24331 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
24332 (ediff-merge-region-is-non-clash-to-skip): Previously called
24333 ediff-merge-region-is-non-clash.
24334
24335 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
24336 Use insert-buffer-substring.
24337
24338 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
24339 selecting files to patch. Also bug fixes.
24340
24341 * ediff-util.el (ediff-setup): Bug fix.
24342 (ediff-next-difference): Never skip clashes that differ in white
24343 space only.
24344
24345 * ediff-wind.el (ediff-setup-control-frame)
24346 (ediff-destroy-control-frame): Check the menubar feature.
24347
24348 * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
24349 (viper-refresh-mode-line): Use make-local-variable to localize
24350 some vars instead of make-variable-buffer-local. Suggested by
24351 Stefan Monnier.
24352
24353 * emulation/viper-init.el (viper-make-variable-buffer-local):
24354 Delete alias.
24355 (viper-restore-cursor-type, viper-set-insert-cursor-type):
24356 Use make-local-variable instead of make-variable-buffer-local.
24357 Suggested by Stefan Monnier.
24358
24359 * emulation/viper.el (viper-mode): Don't use
24360 viper-make-variable-buffer-local.
24361 (viper-comint-mode-hook): Use make-local-variable on
24362 require-final-newline.
24363 (viper-non-hook-settings): Don't use make-variable-buffer-local.
24364
24365 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
24366
24367 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
24368 also the second char of a comment-start sequence.
24369 (scheme-sexp-comment-syntax-table): New var.
24370 (lambda, define): Set their scheme-doc-string-elt property.
24371 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
24372 Use lisp-font-lock-syntactic-face-function now that it properly
24373 handles |...| symbols.
24374 (scheme-mode-variables): Set lisp-doc-string-elt-property,
24375 parse-sexp-lookup-properties and font-lock-extra-managed-props.
24376
24377 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
24378 bit from # to |.
24379 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
24380
24381 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
24382 (lisp-doc-string-elt-property): New var.
24383 (lisp-font-lock-syntactic-face-function): Use it.
24384 Rewrite to recognize docstrings even for forms not at toplevel.
24385
24386 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
24387 annotation on the | part of #| rather than on the # part.
24388 (scheme-font-lock-syntactic-face-function): New function, to
24389 distinguish strings from |...| symbols.
24390 (scheme-mode-variables): Use it. Also fix up the font-lock-time
24391 syntax-table so that #|...|# is properly highlighted.
24392
24393 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
24394 Don't mark as docstring the 3rd elem of an unknown toplevel form.
24395
24396 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
24397
24398 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
24399 and C-e.
24400
24401 * emacs-lisp/eldoc.el: Move comments into docstrings.
24402 (eldoc-message-commands): Initialize in its declaration.
24403 Add move-beginning-of-line and move-end-of-line.
24404 (eldoc-add-command, eldoc-add-command-completions)
24405 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
24406
24407 * outline.el (outline-mark-subtree): Activate the mark.
24408
24409 * calendar/appt.el (appt-time-regexp): New var.
24410 (appt-add, appt-make-list): Use it.
24411 (appt-convert-time): Clean up.
24412
24413 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
24414 Don't set any syntax-table property here.
24415 (tex-font-lock-verb): New function. Do it here.
24416 (tex-font-lock-syntactic-keywords): Use it.
24417
24418 2005-10-04 Richard M. Stallman <rms@gnu.org>
24419
24420 * wid-edit.el (widget-file-complete): Get the widget start point
24421 the right way. Default directory to `/' if file has none.
24422
24423 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
24424
24425 * textmodes/flyspell.el (flyspell-mode-on):
24426 Call ispell-maybe-find-aspell-dictionaries.
24427
24428 * textmodes/ispell.el (ispell-word, ispell-region):
24429 Call ispell-maybe-find-aspell-dictionaries.
24430 (ispell-accept-buffer-local-defs):
24431 Don't call ispell-maybe-find-aspell-dictionaries.
24432
24433 2005-10-04 Richard M. Stallman <rms@gnu.org>
24434
24435 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
24436
24437 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
24438
24439 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
24440 instead of `fboundp' in order to allow for anonymous functions.
24441
24442 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
24443
24444 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
24445 case the user clicks on the link while another window is selected.
24446 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
24447
24448 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
24449 functionality.
24450 (dframe-help-echo): Save point in case mouse tracking is off.
24451
24452 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
24453
24454 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
24455
24456 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24457
24458 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
24459 not change the global value of those vars.
24460
24461 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
24462 make-local-variable which we do not need any more.
24463
24464 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
24465
24466 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
24467 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
24468 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
24469 (speedbar-path-line): Define obsolete aliases.
24470 (speedbar-line-directory): Doc fix.
24471
24472 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
24473 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
24474 instead of speedbar-line-path.
24475
24476 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24477
24478 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
24479 to nil if dropping on a window. Handle dropping on a minibuffer window
24480 like dropping on a non-window part of Emacs.
24481
24482 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24483
24484 * net/ange-ftp.el: Use with-current-buffer.
24485 (ange-ftp-insert-directory): Do not follow symlinks any more.
24486
24487 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
24488 Remove interactive spec.
24489
24490 2005-10-03 Kim F. Storm <storm@cua.dk>
24491
24492 * ido.el (ido-mode): Use custom-initialize-set.
24493
24494 2005-10-02 Richard M. Stallman <rms@gnu.org>
24495
24496 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
24497 Use insert-buffer-substring.
24498
24499 * net/tramp.el: Pacify byte compiler warnings in pacification code.
24500 (tramp-handle-file-local-copy): Use insert-buffer-substring.
24501
24502 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
24503
24504 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
24505 in last change.
24506 (ange-ftp-insert-directory): Fix up the search for the case where
24507 `file' is absolute.
24508
24509 2005-10-02 Romain Francoise <romain@orebokech.com>
24510
24511 * progmodes/compile.el (compile-goto-error): Delete extra paren.
24512
24513 2005-10-02 Andreas Schwab <schwab@suse.de>
24514
24515 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
24516 directory component in the session info.
24517
24518 2005-10-01 Richard M. Stallman <rms@gnu.org>
24519
24520 * comint.el (comint-redirect-subvert-readonly): Doc fix.
24521
24522 * simple.el (next-error-internal): New function.
24523
24524 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
24525 (compilation-start): Pass new arg to compilation-buffer-name.
24526 (compile-goto-error): Use next-error-internal.
24527
24528 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24529
24530 * speedbar.el: Remove RCS tag.
24531 (speedbar-check-read-only): Handle non-existent files.
24532
24533 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
24534
24535 * info.el (Info-speedbar-hierarchy-buttons)
24536 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
24537
24538 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24539
24540 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
24541 Do not match newline.
24542 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
24543 (bibtex-summary): Remove unnecessary save-excursion.
24544 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
24545
24546 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24547
24548 * term/mac-win.el: Add charset info for "iso10646-1".
24549 Modify default fontset to use ATSUI-compatible fonts for some charsets
24550 if available.
24551
24552 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24553
24554 * speedbar.el: Re-apply arch tag.
24555 (speedbar-version): Rename to version 1.0. Suggested by Eric
24556 M. Ludlam.
24557 Reapply two changes from Emacs CVS' version of speedbar lost
24558 during the merge:
24559 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
24560 (speedbar-frame-parameters): Improve customize type.
24561
24562 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
24563
24564 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
24565 (ange-ftp-file-directory-p): Fix the symlink case.
24566 (ange-ftp-insert-directory): When listing a single file, get a list of
24567 the parent buffer and extract the relevant line. Inspired from a patch
24568 by Katsumi Yamaoka <yamaoka@jpl.org>.
24569 (ange-ftp-file-name-sans-versions): Simplify.
24570
24571 2005-09-30 Bill Wohler <wohler@newt.com>
24572
24573 Move MH-E image files from toolbar and mail directories into
24574 etc/images.
24575
24576 * mail/reply2.*: Move to etc/images/mail/reply*.
24577
24578 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
24579 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
24580 etc/images.
24581
24582 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
24583 * toolbar/reply*: Move to etc/images/mail.
24584
24585 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
24586
24587 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
24588
24589 * speedbar.el: New version 1.0pre3.
24590
24591 Frame management code (including timer, and mouse click specifics)
24592 moved to dframe.el:
24593 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
24594 (speedbar-timer): Removed. Use dframe-timer.
24595 (speedbar-close-frame): Removed. Use dframe-close-frame.
24596 (speedbar-activity-change-focus-flag): Removed. Use
24597 dframe-activity-change-focus-flag.
24598 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
24599 dframe-update-speed.
24600
24601 (speedbar-current-frame): New macro. Use this instead of the
24602 variable speedbar-frame.
24603
24604 (speedbar-use-images, speedbar-expand-image-button-alist)
24605 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
24606
24607 (speedbar-find-image-on-load-path): Removed. Replaced by
24608 defezimage in ezimage.el.
24609 (speedbar-expand-image-button-alist): Removed. Replaced by
24610 ezimage-expand-image-button-alist in ezimage.el.
24611
24612 (speedbar-ignored-directory-regexp)
24613 (speedbar-add-ignored-directory-regexp)
24614 (speedbar-ignored-directory-expressions)
24615 (speedbar-line-directory, speedbar-buffers-line-directory)
24616 (speedbar-directory-line, speedbar-buffers-line-directory):
24617 Renamed, replacing `path' with `directory'.
24618
24619 (speedbar-create-directory, speedbar-expand-line-descendants)
24620 (speedbar-toggle-line-expansion)
24621 (speedbar-contract-line-descendants): New commands.
24622
24623 (speedbar-query-confirmation-method, speedbar-select-frame-method)
24624 (speedbar-use-tool-tips-flag): New options.
24625
24626 (speedbar-check-read-only, speedbar-require-version)
24627 (speedbar-insert-separator, speedbar-buffers-tail-notes)
24628 (speedbar-handle-delete-frame, speedbar-try-completion)
24629 (speedbar-update-localized-contents): New functions.
24630
24631 (speedbar-incompatible-version, speedbar-ro-to-do-point)
24632 (speedbar-object-read-only-indicator): New variables.
24633
24634 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
24635 New hooks.
24636
24637 (speedbar-separator-face): New face.
24638
24639 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
24640 (speedbar-ignored-modes): Add fundamental-mode.
24641 (speedbar-directory-unshown-regexp): Add . directories.
24642
24643 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
24644 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
24645 `]' for full expand/close.
24646 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
24647
24648 (speedbar-check-vc): Support hidden files.
24649 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
24650 (speedbar-this-file-in-vc): Use vc-state if available. If VC
24651 state is nil, it is not checked out.
24652
24653 (speedbar-line-text, speedbar-line-token): Support expand buttons
24654 with no text.
24655 (speedbar-refresh): Universal argument acts as power-click.
24656 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
24657 that buffer to get variable values.
24658
24659 And many other bugfixes.
24660
24661 * dframe.el, ezimage.el, sb-image.el: New files.
24662
24663 * sb-*.xpm: Remove files. New image files installed into
24664 etc/images/ezimage.
24665
24666 2005-09-30 Kenichi Handa <handa@m17n.org>
24667
24668 * ps-mule.el (ps-mule-show-warning): If a character is in
24669 ps-print-translation-table, don't treat it as non-printable.
24670
24671 2005-09-30 David Ponce <david@dponce.com>
24672
24673 * tree-widget.el (tree-widget-themes-load-path): New variable.
24674 (tree-widget-themes-directory): Doc fix.
24675 (tree-widget-image-formats) [Emacs]: Doc fix.
24676 (tree-widget--locate-sub-directory): New function.
24677 (tree-widget-themes-directory): Use it.
24678
24679 * recentf.el (recentf-filename-handlers): Rename from
24680 `recentf-filename-handler'. Allow a list of functions.
24681 (recentf-menu-items-for-commands): Fix :help strings.
24682 (recentf-apply-filename-handlers): New function.
24683 (recentf-expand-file-name): Use it.
24684 (recentf-cleanup): Remove duplicates too.
24685
24686 2005-09-29 Juri Linkov <juri@jurta.org>
24687
24688 * faces.el: Rearrange face definitions to be in the same order as
24689 their face descriptions in "(emacs)Standard Faces".
24690
24691 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
24692
24693 * tooltip.el (tooltip): Add group `basic-faces'.
24694
24695 * buff-menu.el (Buffer-menu-buffer): Remove group
24696 `font-lock-highlighting-faces'.
24697
24698 * progmodes/compile.el (compilation-error, compilation-warning)
24699 (compilation-info, compilation-line-number, compilation-column-number):
24700 Change group from `font-lock-highlighting-faces' to `compilation'.
24701
24702 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
24703 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
24704 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
24705 (vhdl-font-lock-reserved-words-face)
24706 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
24707 `font-lock-highlighting-faces'.
24708
24709 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
24710
24711 2005-09-28 Kim F. Storm <storm@cua.dk>
24712
24713 * emulation/cua-base.el: Set CUA move property on additional commands:
24714 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
24715 forward-sexp, backward-sexp, forward-list, backward-list.
24716
24717 2005-09-28 Romain Francoise <romain@orebokech.com>
24718
24719 * comint.el (comint-show-output): Really set point at the
24720 beginning of the output when not using `comint-use-prompt-regexp'.
24721
24722 2005-09-27 Jay Belanger <belanger@truman.edu>
24723
24724 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
24725 in TeX mode.
24726
24727 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
24728
24729 * textmodes/org.el (org-table-sum): Fix format string.
24730
24731 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
24732 Quote face names.
24733
24734 2005-09-26 Romain Francoise <romain@orebokech.com>
24735
24736 * isearch.el (isearch-forward-regexp): Close doc string.
24737
24738 2005-09-25 Richard M. Stallman <rms@gnu.org>
24739
24740 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
24741
24742 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
24743
24744 * progmodes/compile.el (compilation-error-properties):
24745 When getting the file from the previous error message,
24746 correctly decode the new data format.
24747
24748 * progmodes/cc-cmds.el (c-electric-paren):
24749 Call old-blink-paren only for close-paren.
24750
24751 2005-09-24 Andreas Schwab <schwab@suse.de>
24752
24753 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
24754 condition.
24755
24756 2005-09-25 Romain Francoise <romain@orebokech.com>
24757
24758 * dired-aux.el (dired-copy-file-recursive):
24759 * dired.el (dired-delete-file):
24760 * ediff-mult.el (ediff-dir-diff-copy-file):
24761 * ediff-util.el (ediff-test-save-region):
24762 * forms.el (forms-mode):
24763 * ido.el (ido-file-internal, ido-delete-file-at-head):
24764 * log-edit.el (log-edit-done):
24765 * ses.el (ses-yank-resize):
24766 * play/gomoku.el (gomoku-human-plays, gomoku)
24767 (gomoku-human-resigns, gomoku-prompt-for-other-game)
24768 (gomoku-offer-a-draw):
24769 * play/landmark.el (lm-human-resigns, lm):
24770 * net/eudcb-ldap.el (eudc-ldap-check-base):
24771 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
24772 * progmodes/ebrowse.el (ebrowse-find-pattern):
24773 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
24774 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
24775 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
24776
24777 * vc.el (vc-delete-file):
24778 * play/gomoku.el (gomoku-terminate-game, gomoku)
24779 (gomoku-prompt-for-move, gomoku-human-takes-back):
24780 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
24781 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
24782
24783 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
24784
24785 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
24786 color rxvt terminals by using the code xterm.el used to use before
24787 2005-04-09 in order to match the colors used by rxvt.
24788
24789 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24790
24791 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
24792 colors rxvt-unicode terminals by using the same code as xterm.el.
24793
24794 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
24795
24796 * textmodes/tex-mode.el (tex-font-lock-append-prop)
24797 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
24798 new symbol used for the tex-verbatim face.
24799
24800 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
24801
24802 * woman.el (woman-file-name):
24803 * wid-edit.el (widget-file-prompt-value)
24804 (widget-coding-system-prompt-value):
24805 * w32-fns.el (set-w32-system-coding-system):
24806 * vc.el (vc-version-diff, vc-annotate):
24807 * textmodes/reftex-auc.el (reftex-arg-cite)
24808 (reftex-arg-index-tag):
24809 * textmodes/refer.el (refer-get-bib-files):
24810 * textmodes/artist.el (artist-figlet-choose-font):
24811 * terminal.el (terminal-emulator):
24812 * replace.el (occur-read-primary-args):
24813 * rect.el (string-rectangle, string-insert-rectangle):
24814 * ps-print.el (ps-print-preprint):
24815 * progmodes/pascal.el (pascal-goto-defun):
24816 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
24817 * progmodes/compile.el (compilation-find-file):
24818 * printing.el (pr-interactive-n-up):
24819 * play/animate.el (animate-birthday-present):
24820 * net/rcompile.el (remote-compile):
24821 * man.el (man, Man-goto-section, Man-follow-manual-reference):
24822 * mail/rmailsum.el (rmail-summary-search-backward)
24823 (rmail-summary-search):
24824 * mail/rmailout.el (rmail-output-read-rmail-file-name)
24825 (rmail-output-read-file-name):
24826 * mail/rmail.el (rmail-search, rmail-search-backwards):
24827 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
24828 * locate.el (locate):
24829 * international/quail.el (quail-show-keyboard-layout):
24830 * international/mule.el (set-buffer-file-coding-system)
24831 (revert-buffer-with-coding-system, set-file-name-coding-system)
24832 (set-terminal-coding-system, set-keyboard-coding-system)
24833 (set-next-selection-coding-system):
24834 * international/mule-diag.el (describe-coding-system)
24835 (describe-font, describe-fontset):
24836 * international/mule-cmds.el (universal-coding-system-argument)
24837 (search-unencodable-char, describe-input-method)
24838 (set-language-environment, describe-language-environment):
24839 * international/codepage.el (codepage-setup):
24840 * international/code-pages.el (codepage-setup):
24841 * info.el (Info-search, Info-follow-reference)
24842 (Info-search-backward):
24843 * emacs-lisp/advice.el (ad-read-advised-function)
24844 (ad-read-advice-class, ad-clear-cache, ad-activate)
24845 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
24846 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
24847 (ad-read-regexp):
24848 * ediff-util.el (ediff-toggle-regexp-match):
24849 * ediff-ptch.el (ediff-prompt-for-patch-file):
24850 * dired-aux.el (dired-diff):
24851 * diff.el (diff):
24852 * cus-edit.el (custom-variable-prompt):
24853 * calendar/timeclock.el (timeclock-ask-for-project):
24854 * calc/calcalg3.el (calc-get-fit-variables):
24855 * calc/calc-store.el (calc-edit-variable)
24856 (calc-permanent-variable):
24857 * vc-mcvs.el (vc-mcvs-register):
24858 * shadowfile.el (shadow-define-literal-group):
24859 * woman.el (woman-file-name):
24860 * vc.el (vc-version-diff, vc-merge):
24861 * textmodes/reftex-index.el (reftex-index-complete-tag):
24862 * format.el (format-decode-buffer, format-decode-region):
24863 * emulation/viper-cmd.el (viper-read-string-with-history):
24864 * emacs-lisp/debug.el (cancel-debug-on-entry):
24865 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
24866 * ediff.el (ediff-merge-revisions)
24867 (ediff-merge-revisions-with-ancestor, ediff-revision):
24868 * completion.el (interactive-completion-string-reader):
24869 * calc/calc-prog.el (calc-user-define-formula):
24870 Follow convention for reading with the minibuffer.
24871
24872 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
24873
24874 * progmodes/python.el (python-describe-symbol): Add globals() and
24875 locals() to the arguments of emacs.ehelp.
24876
24877 2005-09-24 Magnus Henoch <mange@freemail.hu>
24878
24879 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
24880 New function, code extracted from ispell-valid-dictionary-list.
24881 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
24882 Call it.
24883
24884 2005-09-24 Eli Zaretskii <eliz@gnu.org>
24885
24886 * subr.el (version-regexp-alist): Extend valid syntax for version
24887 strings: allow any of the characters -,_,+ to separate the
24888 alpha/beta/rc part from the version part. Doc fix.
24889 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
24890
24891 2005-09-23 David Reitter <david.reitter@gmail.com>
24892
24893 * mail/mailclient.el: New file.
24894
24895 2005-09-23 Richard M. Stallman <rms@gnu.org>
24896
24897 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
24898 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
24899 Doc fixes.
24900
24901 * progmodes/cc-mode.el (c-font-lock-init):
24902 Specify font-lock-lines-before.
24903
24904 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
24905
24906 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
24907 whole conflict.
24908
24909 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
24910
24911 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
24912 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
24913 of `remap' feature when available. Additional key bindings for
24914 better tty support.
24915 (org-mode-restart, org-force-self-insert): New commands.
24916 (org-time-stamp-inactive): New command.
24917 (org-remap): New function.
24918 (org-table-auto-blank-field, org-level-color-stars-only): New options.
24919 (org-enable-fixed-width-editor): Move to `org-structure'
24920 customization group.
24921 (org-self-insert-command, orgtbl-self-insert-command): Modify to
24922 blank field after field motion commands.
24923
24924 2005-09-23 Kenichi Handa <handa@m17n.org>
24925
24926 * international/mule-cmds.el (set-language-environment):
24927 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
24928 have to call utf-translate-cjk-load-tables.
24929
24930 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
24931
24932 * mouse.el (mouse-move-drag-overlay): Fix last change.
24933
24934 2005-09-22 David Ponce <david@dponce.com>
24935
24936 * tree-widget.el (tree-widget-value-create): Fix previous change.
24937
24938 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24939
24940 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
24941
24942 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
24943
24944 * mouse.el (mouse-move-drag-overlay): New function.
24945 (mouse-drag-region-1): Use it.
24946 Try to simplify a bit the state handling. Handle clicks on links
24947 inside intangible areas.
24948 (mouse-save-then-kill): Minor simplification.
24949 (mouse-secondary-overlay): Make it always non-nil instead of
24950 recreating it each time.
24951 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
24952 (mouse-kill-secondary, mouse-secondary-save-then-kill):
24953 Simplify accordingly.
24954
24955 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24956
24957 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
24958
24959 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
24960
24961 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
24962 (ediff-file-name-sans-prefix): Treat nil as an empty string.
24963 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
24964 to patch.
24965
24966 * ediff-util.el: Use insert-buffer-substring.
24967
24968 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
24969
24970 * emulation/viper-cmd.el (viper-change-state): Don't move over the
24971 field boundaries in the minibuffer.
24972 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
24973 (viper-minibuffer-post-command-hook): New hook.
24974 (viper-line): Don't move cursor at bolp.
24975
24976 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
24977
24978 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
24979 avoid compiler warnings.
24980
24981 * emulation/viper-macs.el (ex-map): Better messages.
24982
24983 * emulation/viper-utils.el (viper-beginning-of-field): New function.
24984
24985 * emulation/viper.el: Replace make-variable-buffer-local with
24986 viper-make-variable-buffer-local everywhere, to avoid warnings.
24987
24988 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24989
24990 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
24991 Delete unused var `old-selected-window'.
24992 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
24993 (mouse-drag-secondary): Delete unused var `start-frame'.
24994
24995 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24996
24997 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
24998
24999 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
25000
25001 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
25002 Re-indent within 80 columns. Use inhibit-read-only.
25003
25004 2005-09-19 Romain Francoise <romain@orebokech.com>
25005
25006 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
25007
25008 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
25009
25010 * font-lock.el (font-lock-default-fontify-region): Don't add a line
25011 unconditionally, since the after-change-function already did it.
25012
25013 2005-09-19 Miles Bader <miles@gnu.org>
25014
25015 * net/newsticker.el: Get rid of CVS keyword.
25016
25017 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
25018
25019 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
25020 The prompt is formatted later.
25021
25022 2005-09-19 David Ponce <david@dponce.com>
25023
25024 * tree-widget.el (tree-widget-value-create): Save the converted
25025 tree :node widget.
25026
25027 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
25028
25029 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
25030 variable `message'.
25031
25032 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
25033
25034 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
25035 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
25036 <slawomir.nowaczyk.847@student.lu.se>.
25037
25038 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
25039
25040 * image.el (image-load-path): Use symbol `data-directory' instead
25041 of its value, for backward compatibility with packages that bind
25042 it during `find-image'. Suggested by Katsumi Yamaoka.
25043 (image-search-load-path): Handle symbols whose values are strings.
25044
25045 2005-09-18 Romain Francoise <romain@orebokech.com>
25046
25047 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
25048 with-current-buffer form in save-excursion.
25049
25050 2005-09-18 Deepak Goel <deego@gnufans.org>
25051
25052 * apropos.el (apropos-command): Fix `message' call: first arg
25053 should be a format spec. In this and all other cases that appear
25054 below and elsewhere in the source code, I made a change only when
25055 two conditions were satisfied: [1] I can think of a possibility
25056 that the arguments would cause an error, for example, the code in
25057 question relies on external variables such as filenames. [2] I
25058 was sure that the arg to `message' could not have been nil in the code.
25059
25060 * textmodes/tildify.el (tildify-region): Ditto.
25061
25062 * textmodes/reftex-index.el (reftex-index-change-entry)
25063 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
25064 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
25065 * textmodes/org.el (org-complete, org-deadline, org-schedule)
25066 (org-priority, org-table-sum):
25067 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
25068 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
25069 (flyspell-word, flyspell-display-next-corrections):
25070 * textmodes/bibtex.el (bibtex-print-help-message):
25071 * textmodes/artist.el (artist-key-set-point-poly):
25072 * term/mac-win.el (mac-services-insert-text):
25073 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
25074 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
25075 (vhdl-port-paste-testbench, vhdl-compose-new-component)
25076 (vhdl-compose-configuration):
25077 * progmodes/sh-script.el (sh-blink, sh-show-indent)
25078 (sh-set-indent, sh-learn-line-indent):
25079 * progmodes/ps-mode.el (ps-mode-target-column):
25080 * progmodes/idlwave.el (idlwave-make-tags)
25081 (idlwave-scan-library-catalogs):
25082 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
25083 * progmodes/gud.el (gud-jdb-analyze-source):
25084 * progmodes/flymake.el (flymake-log):
25085 * progmodes/ebnf2ps.el (ebnf-generate-region):
25086 * progmodes/cmacexp.el (c-macro-expansion):
25087 * progmodes/ada-xref.el (ada-treat-cmd-string):
25088 * progmodes/ada-mode.el (ada-create-case-exception-substring)
25089 (ada-justified-indent-current, ada-batch-reformat):
25090 * play/zone.el (zone):
25091 * play/landmark.el (lm-move):
25092 * play/decipher.el (decipher-show-alphabet):
25093 * net/newsticker.el (newsticker--display-jump)
25094 (newsticker--display-scroll):
25095 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
25096 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
25097 * mail/feedmail.el (feedmail-dump-message-to-queue):
25098 * eshell/esh-proc.el (eshell-remove-process-entry):
25099 * emulation/ws-mode.el (ws-last-error):
25100 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
25101 (viper-record-kbd-macro):
25102 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
25103 * emacs-lisp/lisp-mnt.el (lm-report-bug):
25104 * emacs-lisp/find-func.el (find-function-noselect):
25105 * calendar/timeclock.el (timeclock-status-string)
25106 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
25107 (timeclock-when-to-leave-string):
25108 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
25109 * calc/calc-units.el (calc-enter-units-table):
25110 * calc/calc-mode.el (calc-mode-record-mode):
25111 * woman.el (woman-mini-help):
25112 * wdired.el (wdired-change-to-wdired-mode):
25113 * vc.el (vc-retrieve-snapshot):
25114 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
25115 * startup.el (display-startup-echo-area-message):
25116 * simple.el (set-goal-column):
25117 * ses.el (ses-command-hook, ses-recalculate-cell):
25118 * server.el (server-process-filter):
25119 * printing.el (pr-interface-txt-print, pr-interface-printify)
25120 (pr-interface-ps):
25121 * pcvs.el (cvs-help):
25122 * log-edit.el (log-edit, log-edit-mode-help):
25123 * iswitchb.el (iswitchb-possible-new-buffer):
25124 * isearch.el (isearch-edit-string):
25125 * image-mode.el (image-mode, image-minor-mode):
25126 * ibuf-macs.el (define-ibuffer-filter):
25127 * hi-lock.el (hi-lock-find-patterns):
25128 * files.el (toggle-read-only):
25129 * ediff-util.el (ediff-copy-diff)
25130 (ediff-write-merge-buffer-and-maybe-kill):
25131 * echistory.el (Electric-history-undefined):
25132 * dnd.el (dnd-insert-text):
25133 * dired-aux.el (dired-query):
25134 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
25135 * bookmark.el (bookmark-bmenu-locate):
25136 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
25137 Fix `message' calls to ensure first arg is a format string.
25138 The change was made only when these two conditions were satisfied:
25139 [1] when there is a possibility that the arguments would cause an error
25140 for example, if the code in question relies on external variables
25141 such as filenames, and
25142 [2] if the arg to `message' could not have been nil in the code.
25143
25144 * pcomplete.el (pcomplete--help): Fix `message' format spec.
25145 Not having a %s would be weird, though not technically wrong.
25146
25147 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25148
25149 * term/mac-win.el (mac-add-charset-info): Doc fix.
25150
25151 2005-09-17 Romain Francoise <romain@orebokech.com>
25152
25153 * shell.el (shell-resync-dirs): Handle echoing processes more
25154 reliably. Don't insert resync command if `comint-process-echoes'
25155 is non-nil.
25156
25157 2005-09-17 Magnus Henoch <mange@freemail.hu>
25158
25159 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
25160 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
25161 aspell versions >= 0.60.
25162 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
25163 only if ispell-aspell-supports-utf8 is non-nil.
25164
25165 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
25166
25167 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
25168 buffer-local value to lisp-indent-function.
25169
25170 2005-09-17 Milan Zamazal <pdm@zamazal.org>
25171
25172 * progmodes/glasses.el (glasses-make-readable): If
25173 glasses-separator differs from underscore, put appropriate
25174 overlays over underscore characters.
25175 (glasses-convert-to-unreadable): If glasses-separator differs from
25176 underscore, try to convert glasses-separator characters to
25177 underscores.
25178
25179 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
25180
25181 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
25182 Use with-syntax-table and dolist.
25183
25184 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
25185
25186 * textmodes/reftex-auc.el:
25187 * textmodes/reftex-cite.el:
25188 * textmodes/reftex-dcr.el:
25189 * textmodes/reftex-global.el:
25190 * textmodes/reftex-parse.el:
25191 * textmodes/reftex-ref.el:
25192 * textmodes/reftex-sel.el:
25193 * textmodes/reftex-toc.el:
25194 * textmodes/reftex-vars.el:
25195 * textmodes/reftex.el: Small changes to remove compiler warnings.
25196
25197 * textmodes/reftex-index.el: Likewise.
25198 (reftex-query-index-phrase): More efficient use of markers.
25199
25200 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
25201
25202 * image.el (image-load-path): New variable.
25203 (image-search-load-path): New function.
25204 (find-image): Search for images in `image-load-path'.
25205
25206 2005-09-15 Richard M. Stallman <rms@gnu.org>
25207
25208 * follow.el: Change Maintainer field.
25209
25210 2005-09-15 David Ponce <david@dponce.com>
25211
25212 * recentf.el (recentf-save-file-modes): New option.
25213 (recentf-save-list): Use it.
25214
25215 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
25216
25217 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
25218 (mode-line-mule-info, mode-line-modified): Move bindings from
25219 mouse-3 to mouse-1.
25220
25221 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
25222
25223 * simple.el (sendmail-user-agent-compose): Revert last change.
25224
25225 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
25226
25227 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
25228 Use with-current-buffer.
25229 (ange-ftp-gwp-start): Remove unused var `gw-user'.
25230 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
25231 (ange-ftp-insert-directory): Remove unused var `short'.
25232 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
25233
25234 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
25235 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
25236
25237 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
25238 (check-calendar-holidays, diary-list-entries): Autoload.
25239 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
25240 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
25241
25242 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
25243 which mistakenly removed a call to display-buffer.
25244
25245 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
25246
25247 * obsolete/iso-insert.el: Move to obsolete/ from international/.
25248
25249 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
25250
25251 * progmodes/hideshow.el
25252 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
25253 (hs-allow-nesting): New user var.
25254 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
25255 (hs-hide-block-at-point): When nesting allowed,
25256 if there is already an overlay in place, delete it.
25257 (hs-safety-is-job-n): Delete func; remove call sites.
25258 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
25259 (hs-overlay-at): New func.
25260 (hs-already-hidden-p, hs-show-block): Use it.
25261 (hs-hide-all): Don't pre-clean if nesting allowed.
25262 (hs-show-all): Temporarily disallow
25263 nesting around call to `hs-discard-overlays'.
25264
25265 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
25266
25267 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
25268 Delete unused local var.
25269
25270 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
25271
25272 * help-fns.el (describe-categories): "?\ " -> "?\s".
25273 (help-do-arg-highlight): Recognize also ARG-n, as in
25274 `move-to-left-margin' (ARG+n is already recognized). Simplify.
25275
25276 * international/codepage.el (dos-unsupported-char-glyph):
25277 * net/newsticker.el (tool-bar-map, w3-mode-map)
25278 (w3m-minor-mode-map):
25279 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
25280 (ent-alist):
25281 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
25282
25283 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
25284
25285 * custom.el (custom-push-theme): Handle the case where a symbol is
25286 bound but face properties have not yet been assigned.
25287
25288 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
25289 Fix behavior if noerase is `t' and there is no mail buffer.
25290
25291 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
25292 if `continue' is nil, rather than signal an error.
25293
25294 2005-09-12 Richard M. Stallman <rms@gnu.org>
25295
25296 * font-lock.el (font-lock-keywords): Add autoload.
25297
25298 * help-fns.el (describe-variable): Rearrange to put source link
25299 in a predictable place.
25300
25301 * net/newsticker.el: New file.
25302
25303 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
25304
25305 * calendar/calendar.el (calendar-for-loop): Add edebug info.
25306 (calendar-basic-setup): Use the new nil arg.
25307 (number-of-diary-entries): Move to diary-lib.el.
25308
25309 * calendar/diary-lib.el: Use with-current-buffer, match-string.
25310 (diary-list-entries): Use with-syntax-table and dolist.
25311 Rename from list-diary-entries.
25312 Use number-of-diary-entries if `number' is nil.
25313 (diary, diary-view-entries): Use this new name and new nil arg value.
25314 (number-of-diary-entries): Move from calendar.el.
25315 (diary-unhide-everything): New function.
25316 (include-other-diary-files, fancy-diary-display)
25317 (diary-show-all-entries, make-diary-entry): Use it.
25318 (diary-mail-entries): Use buffer-string.
25319 (mark-diary-entries): Fix long standing paren typo.
25320 (diary-sexp-entry): Use count-lines.
25321 (make-diary-entry): Avoid `previous-line'.
25322 (diary-mode-map): New var.
25323 (diary-mode): Redraw cal after saving. Setup header-line.
25324 (fancy-diary-display-mode): Use local-set-key.
25325
25326 * startup.el (command-line): Try calling various terminal-init-foo-bar
25327 functions by stripping hyphenated suffixes from $TERM.
25328
25329 * files.el (normal-mode): Check boundness of font-lock-keywords.
25330
25331 2005-09-12 Richard M. Stallman <rms@gnu.org>
25332
25333 * progmodes/compile.el: Don't decide a file's directory
25334 until the user actually tries to go there.
25335 (compilation-next-error-function):
25336 Pass compilation-find-file the directory from the file-struct.
25337 (compilation-internal-error-properties): Separate local FILE-STRUCT
25338 from FILE. Doc the args better. Rename arg FMT to FMTS.
25339 (compilation-find-file): Arg DIR renamed to DIRECTORY.
25340 Expand it, and if nil, use default-directory.
25341 (compilation-get-file-structure): Don't mix specified directory
25342 with default directory. Put specified directory into
25343 file-struct. Don't make the file name absolute.
25344
25345 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
25346 (compile-command): Add autoload.
25347 (compilation-disable-input): Add autoload.
25348
25349 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
25350
25351 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
25352 strings of the variables it can override.
25353 (time-stamp): New (as yet undocumented) time-stamp-format escapes
25354 %Q and %q, for fully-qualified domain name and unqualified host name.
25355
25356 2005-09-11 Kim F. Storm <storm@cua.dk>
25357
25358 * emacs-lisp/authors.el (authors-aliases): Update list.
25359 (authors-fixed-entries): Update mldrag.el entry.
25360
25361 2005-09-10 Alan Mackenzie <acm@muc.de>
25362
25363 * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
25364 delimiter from the region narrowed to.
25365
25366 2005-09-10 Magnus Henoch <mange@freemail.hu>
25367
25368 * textmodes/ispell.el (ispell-check-version): Signal an error if
25369 aspell version is less than 0.60.
25370
25371 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
25372
25373 * progmodes/octave-inf.el (inferior-octave-startup):
25374 Resync current dir at the end.
25375
25376 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
25377
25378 * woman.el (woman-topic-at-point-default):
25379 Rename to woman-use-topic-at-point-default.
25380 (woman-topic-at-point): Rename to woman-use-topic-at-point.
25381 (woman-file-name): Reflect renames above. Automatically use the
25382 word at point as topic if woman-use-topic-at-point is non-nil.
25383 Otherwise offer it as default but don't insert it in the
25384 minibuffer. Also use `test-completion' instead of `assoc' as
25385 suggested by Stefan Monnier.
25386
25387 2005-09-10 Andre Spiegel <spiegel@gnu.org>
25388
25389 * vc.el (vc-directory, vc-update-change-log): Throw an error on
25390 the attempt to do it over Tramp. This is not yet supported.
25391
25392 2005-09-10 Eli Zaretskii <eliz@gnu.org>
25393
25394 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
25395 (menu-bar-non-minibuffer-window-p): New functions.
25396 ("Split Window", "Save As..."): Use them.
25397 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
25398 ("Print Buffer", "Truncate Long Lines in this Buffer"):
25399 Use menu-bar-menu-frame-live-and-visible-p.
25400 ("Save Buffer", "Insert File", "Open Directory...")
25401 ("Open File...", "Visit New File..."):
25402 Use menu-bar-non-minibuffer-window-p.
25403 (kill-this-buffer-enabled-p, dired <menu-enable>):
25404 Use menu-bar-non-minibuffer-window-p.
25405
25406 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25407
25408 * cus-start.el (all): Don't complain about fringe-related
25409 built-ins if fringes are not supported. Ditto about
25410 selection-related built-ins. Fix the test for GTK-related built-ins.
25411
25412 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
25413 ("Postscript Print Buffer", "Print Region", "Save As...")
25414 ("Save", "Insert File...", "Open Directory...")
25415 ("Open File...", "Visit New File..."")
25416 ("Truncate Long Lines in this Buffer"): Don't look at
25417 menu-updating-frame if this display does not support multiple frames.
25418
25419 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25420
25421 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
25422
25423 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
25424
25425 * woman.el: Format- and whitespace-related changes.
25426
25427 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25428
25429 * woman.el: Fix my email address.
25430
25431 2005-09-08 Richard M. Stallman <rms@gnu.org>
25432
25433 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
25434 (sh-mode): Locally set skeleton-pair-default-alist.
25435
25436 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
25437
25438 * progmodes/flymake.el: Require `compile' unconditionally.
25439
25440 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
25441
25442 * woman.el (woman-file-name): Provide a default, not initial input.
25443
25444 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
25445
25446 * font-lock.el (font-lock-support-mode): Doc fix.
25447
25448 * descr-text.el (describe-property-list): Handle non-symbol prop names.
25449
25450 2005-09-08 Richard M. Stallman <rms@gnu.org>
25451
25452 * simple.el (blink-matching-open): Get rid of text props from
25453 the string shown in echo area. Don't permanently set point.
25454 Some rearrangements.
25455
25456 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
25457
25458 * recentf.el (recentf-filename-handler): Add custom choice
25459 `abbreviate-file-name'.
25460
25461 * msb.el (msb--very-many-menus): Fix typo.
25462
25463 * disp-table.el (standard-display-european): Don't set
25464 enable-multibyte-characters to nil.
25465
25466 2005-09-08 David Ponce <david@dponce.com>
25467
25468 * recentf.el (recentf-show-file-shortcuts-flag): New option.
25469 (recentf-expand-file-name): Doc fix.
25470 (recentf-dialog-mode-map): Define digit shortcuts.
25471 (recentf--files-with-key): New variable.
25472 (recentf-show-digit-shortcut-filter): New function.
25473 (recentf-open-files-items): New function.
25474 (recentf-open-files): Use it.
25475 (recentf-open-file-with-key): New command.
25476
25477 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
25478
25479 * buff-menu.el (Buffer-menu-sort-by-column): New function.
25480 Suggested by Kim F. Storm.
25481 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
25482 (Buffer-menu-make-sort-button): Use global keymap.
25483
25484 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
25485
25486 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
25487 (Man-getpage-in-background-advice): Remove defadvice; it isn't
25488 necessary any longer with the remapped command.
25489 (Man-bgproc-sentinel-advice): Remove defadvice which counts
25490 formatting time only.
25491
25492 * net/tramp.el (tramp-action-password)
25493 (tramp-multi-action-password): Compile the password prompt from
25494 `method', `user' and `host'. Sometimes it isn't obvious which
25495 password to enter, for example with remote files offered by
25496 recentf.el, or with multiple steps. Suggested by Robert Marshall
25497 <robert@chezmarshall.freeserve.co.uk>.
25498
25499 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25500
25501 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
25502 Fix regexp for when "s///" is at the beginning of line.
25503
25504 2005-09-07 Jay Belanger <belanger@truman.edu>
25505
25506 * calc/calc-poly.el (math-expand-term): Multiply out any powers
25507 when in matrix mode.
25508
25509 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
25510
25511 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
25512 non-anonymous functions.
25513
25514 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
25515
25516 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
25517 when using a header line. Otherwise, use mouse-1-click-follows-link.
25518
25519 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
25520 can't be moved; don't signal an error.
25521
25522 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
25523
25524 * cus-theme.el (custom-theme-write-faces): Save the current face
25525 spec, not the defface spec.
25526
25527 * custom.el (custom-known-themes): Clarify meaning of "standard".
25528 (custom-push-theme): Save old values in the standard theme.
25529 (disable-theme): Correct typo.
25530 (custom-face-theme-value): Deleted unused function.
25531 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
25532
25533 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
25534
25535 * progmodes/compile.el (compilation-goto-locus): Take into account
25536 iconified frames when determining whether the buffer is
25537 already visible.
25538 Don't reset window height if the window already existed.
25539
25540 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
25541
25542 * custom.el (load-theme): Rename from require-theme.
25543 Add interactive spec.
25544 (enable-theme): Rename from custom-enable-theme.
25545 Add interactive spec.
25546 (disable-theme): Rename from custom-disable-theme.
25547 Add interactive spec.
25548 (custom-make-theme-feature): Doc fix.
25549 (custom-theme-directory): Doc fix.
25550 (provide-theme): Call enable-theme.
25551
25552 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
25553
25554 * obsolete/lazy-lock.el (lazy-lock-mode):
25555 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
25556 font-lock-mode if it's off. Print a warning instead.
25557
25558 * progmodes/compile.el (compilation-start): Ignore errors if the
25559 process died before we get to send-eof.
25560
25561 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
25562 Undo last change. Enclosing the result in quotes broke things on Unix
25563 since tex-send-command passes it through shell-quote-argument.
25564 (tex-send-command): Pass `file' through convert-standard-filename
25565 when possible.
25566 (tex-uptodate-p): Handle the case where TeX hasn't put additional
25567 info in a transcript.
25568
25569 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
25570
25571 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
25572 fix compilation warning. Reorder the key definitions to group
25573 together keys emitted by the current version of xterm.
25574
25575 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
25576 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
25577 Reorder predicates to correct min-color usage.
25578
25579 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
25580
25581 * longlines.el (longlines-mode): Inhibit read-only when encoding.
25582 Kill local variables when longlines-mode is turned off.
25583
25584 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
25585
25586 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
25587
25588 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
25589
25590 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
25591
25592 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
25593 (font-lock-lines-before): Change default to being inactive.
25594 (font-lock-default-fontify-region): Obey font-lock-lines-before.
25595 (font-lock-after-change-function): Don't handle f-l-lines-before here.
25596
25597 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25598
25599 * net/tramp.el (tramp-handle-make-auto-save-file-name):
25600 Deactivate temporarily advice if active (not needed for Emacs 22,
25601 but for backwards compatibility).
25602 (tramp-exists-file-name-handler): Rewrite. First implementation
25603 was too simple.
25604 (tramp-advice-make-auto-save-file-name):
25605 Call `tramp-handle-make-auto-save-file-name' (again, just for
25606 backwards compatibility).
25607
25608 2005-08-31 Reto Zimmermann <reto@gnu.org>
25609
25610 * progmodes/vhdl-mode.el
25611 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
25612 (vhdl-end-p): Fix indentation bug "else" after "-- when".
25613 (vhdl-set-default-project): New function (easier setting of default).
25614 (vhdl-port-copy): Handle extended identifiers for generics.
25615 (vhdl-compiler-alist): Better description for error message regexp.
25616 (vhdl-make): Query for target, use previous as default.
25617 (vhdl-port-copy): Fix port copy for port names starting with "signal".
25618 (vhdl-font-lock-keywords-2): Fix fontification for record
25619 el. assign.
25620 (vhdl-speedbar-make-subpack-line): Add package body link.
25621 (vhdl-generate-makefile-1): Not include itself as dependency.
25622 (vhdl-font-lock-init): Highlight c-preprocessor directives.
25623 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
25624 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
25625 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
25626 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
25627 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
25628 (vhdl-import-project): Add string argument for `error'.
25629 (vhdl-compose-configuration)
25630 (vhdl-compose-configuration-architecture): Add configuration
25631 declaration generation.
25632 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
25633 (vhdl-trailer-re): Add "record" keyword (better indentation).
25634 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
25635 "[^ \t-\"]+".
25636 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
25637 (vhdl-testbench-entity-file-name)
25638 (vhdl-testbench-architecture-file-name): Allow separate
25639 customization of testbench file names.
25640 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
25641 (vhdl-get-visible-signals): Allow newline within alias declaration.
25642 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
25643 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
25644 (member-ignore-case): Alias for missing function in XEmacs.
25645 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
25646 (vhdl-update-sensitivity-list): Ignore case on read signals.
25647 (vhdl-replace-string): Adjust case only for file names.
25648 (vhdl-update-sensitivity-list): Fix search for read signals.
25649 (vhdl-update-sensitivity-list): Exclude formal parameters.
25650 (vhdl-get-visible-signals): Include aliases of signals.
25651 (vhdl-get-visible-signals): Fix signal name searching.
25652 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
25653 (vhdl-fixup-whitespace-region): Fix for character
25654 literals (e.g. `:').
25655
25656 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
25657
25658 * ansi-color.el (comint-last-output-start):
25659 * bs.el (font-lock-verbose):
25660 * diff-mode.el (add-log-buffer-file-name-function):
25661 * dired-x.el (vm-folder-directory):
25662 * faces.el (help-xref-stack-item):
25663 * files.el (font-lock-keywords):
25664 * find-lisp.el (dired-buffers, dired-subdir-alist):
25665 * ido.el (cua-inhibit-cua-keys):
25666 * log-view.el (cvs-minor-wrap-function):
25667 * outline.el (font-lock-warning-face):
25668 * simple.el (compilation-current-error):
25669 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
25670 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
25671 * tooltip.el (comint-prompt-regexp):
25672 * w32-fns.el (explicit-shell-file-name):
25673 * term/mac-win.el (mac-charset-info-alist)
25674 (mac-services-selection, mac-system-script-code):
25675 * term/tty-colors.el (msdos-color-values):
25676 * term/w32-win.el (xlfd-regexp-registry-subnum):
25677 * term/x-win.el (x-keysym-table, x-selection-timeout)
25678 (x-session-id, x-session-previous-id):
25679 * textmodes/ispell.el (mail-yank-prefix):
25680 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
25681 * textmodes/org.el (calc-embedded-close-formula)
25682 (calc-embedded-open-formula)
25683 (font-lock-unfontify-region-function):
25684 * textmodes/reftex-global.el (isearch-next-buffer-function)
25685 (TeX-master):
25686 * textmodes/reftex.el (font-lock-keywords):
25687 * textmodes/tex-mode.el (font-lock-comment-face)
25688 (font-lock-doc-face):
25689 * textmodes/texinfo.el (outline-heading-alist):
25690 Add defvars.
25691
25692 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
25693 (artist-spray-chars, artist-mode-init, artist-replace-string)
25694 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
25695 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
25696 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
25697
25698 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
25699 (conf-align-assignments): "?\ " -> "?\s".
25700
25701 * textmodes/reftex-index.el (TeX-master): Add defvar.
25702 (reftex-index-phrases-marker): Move up defvar.
25703
25704 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
25705 (reftex-toc-include-labels-indicator)
25706 (reftex-toc-include-index-indicator)
25707 (reftex-toc-max-level-indicator): Move up declarations.
25708
25709 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
25710 of args to `tramp-run-real-handler', even if it's empty in this case.
25711
25712 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25713
25714 * dired.el (dired-move-to-filename-regexp): Add date format for
25715 Mac OS X 10.3 in East Asian locales.
25716
25717 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25718
25719 * files.el (make-auto-save-file-name): Add file name handler call
25720 if applicable.
25721
25722 * net/tramp.el (tramp-file-name-handler-alist)
25723 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
25724 (tramp-handle-make-auto-save-file-name): Rename from
25725 `tramp-make-auto-save-file-name'.
25726 (tramp-exists-file-name-handler): New defun.
25727 (tramp-advice-make-auto-save-file-name): Make defadvice only when
25728 `make-auto-save-file-name' is not a magic file name operation.
25729
25730 2005-08-30 Richard M. Stallman <rms@gnu.org>
25731
25732 * files.el (risky-local-variable-p):
25733 Match `-predicates' and `-commands.
25734
25735 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
25736 (custom-save-all): Visit the file if necessary;
25737 kill the buffer if we created it.
25738 (custom-save-delete): Don't visit file or kill buffer here.
25739
25740 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
25741
25742 * textmodes/org.el (org-special-keyword): New face.
25743 (org-table-copy-down, org-table-eval-formula)
25744 (org-table-recalculate, org-init-section-numbers):
25745 Use `string-to-number' instead of `string-to-int'.
25746 (org-get-location): Use `insert-buffer-substring' instead of
25747 `insert-buffer'.
25748 (org-modify-diary-entry-string): New function.
25749 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
25750 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
25751 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
25752 active region.
25753 (org-export-as-html): Handle QUOTE keyword.
25754 (org-quote-string): New option.
25755 (org-bookmark-jump-unhide): New function, used for
25756 `bookmark-after-jump-hook'.
25757 (org-diary-default-entry): Apply only when not called through
25758 `org-agenda'.
25759
25760 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
25761
25762 * net/eudc.el (mode-popup-menu):
25763 * play/handwrite.el (ps-printer-name, ps-lpr-command):
25764 * progmodes/ada-mode.el (compile-auto-highlight)
25765 (skeleton-further-elements):
25766 * progmodes/autoconf.el (font-lock-syntactic-keywords):
25767 * progmodes/cmacexp.el (msdos-shells):
25768 * progmodes/compile.el (font-lock-extra-managed-props)
25769 (font-lock-keywords, font-lock-maximum-size)
25770 (font-lock-support-mode):
25771 * progmodes/grep.el (font-lock-lines-before):
25772 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
25773 * progmodes/mixal-mode.el (compile-command):
25774 * progmodes/perl-mode.el (font-lock-comment-face)
25775 (font-lock-doc-face, font-lock-string-face):
25776 * progmodes/prolog.el (comint-prompt-regexp):
25777 * progmodes/sh-script.el (font-lock-comment-face)
25778 (font-lock-set-defaults, font-lock-string-face):
25779 * progmodes/sql.el (font-lock-keyword-face)
25780 (font-lock-set-defaults, font-lock-string-face):
25781 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
25782 (itimer-version, lazy-lock-defer-contextually)
25783 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
25784 Add defvars.
25785
25786 * progmodes/cperl-mode.el (cperl-electric-lbrace)
25787 (cperl-electric-keyword, cperl-electric-pod)
25788 (cperl-electric-backspace, cperl-forward-re)
25789 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
25790 (vc-rcs-header, vc-sccs-header): Add defvars.
25791
25792 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
25793 (font-lock-syntactic-keywords, gud-find-expr-function):
25794 Add defvars.
25795
25796 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
25797 (gdb-frame-parameters): Declare before use.
25798
25799 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
25800 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
25801 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
25802 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
25803
25804 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
25805 (idlwave-help-with-source): Use `insert-buffer-substring', not
25806 `insert-buffer'.
25807
25808 2005-08-29 Juri Linkov <juri@jurta.org>
25809
25810 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
25811 Put outline-back-to-heading function call inside save-excursion.
25812
25813 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
25814
25815 * man.el (Man-init-defvars, Man-translate-references)
25816 (Man-support-local-filenames, Man-highlight-references):
25817 * progmodes/sql.el (sql-interactive-mode):
25818 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
25819
25820 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
25821 (compilation-mode-font-lock-keywords): Add defvars.
25822 (checkdoc-interactive-loop): "?\ " -> "?\s".
25823
25824 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
25825 (font-lock-doc-face, font-lock-string-face)
25826 (font-lock-keywords-case-fold-search): Add defvars.
25827 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
25828
25829 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
25830 Don't pass X and Y (they are ignored anyway).
25831 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
25832 (mouse-delete-window): Make arguments optional.
25833
25834 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
25835 (caesar-translate-table, minor-modes, news-buffer-save)
25836 (news-group-name, news-minor-modes): Add defvars.
25837
25838 * emacs-lisp/lselect.el (mouse-highlight-priority)
25839 (x-lost-selection-functions, zmacs-regions):
25840 * emacs-lisp/pp.el (font-lock-verbose):
25841 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
25842 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
25843 (ses-mode-map):
25844 * emacs-lisp/tcover-unsafep.el (safe-functions):
25845 * international/mule-cmds.el (mac-system-coding-system)
25846 (mac-system-locale):
25847 * language/ethio-util.el (rmail-current-message)
25848 (rmail-message-vector):
25849 * language/thai-util.el (thai-auto-composition-mode):
25850 * mail/metamail.el (rmail-current-message, rmail-message-vector):
25851 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
25852 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
25853 (vm-primary-inbox, vm-spool-files):
25854 * mail/rmail.el (deleted-head, font-lock-fontified)
25855 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
25856 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
25857 (total-messages):
25858 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
25859 (rmail-summary-mode-map):
25860 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
25861 (rmail-last-label, rmail-last-multi-labels)
25862 (rmail-summary-vector, rmail-total-messages):
25863 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
25864 * mail/rmailsum.el (msgnum):
25865 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
25866 (rmail-current-message):
25867 * obsolete/fast-lock.el (font-lock-face-list):
25868 * obsolete/rnewspost.el (mail-reply-buffer):
25869 * obsolete/scribe.el (compile-command):
25870 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
25871
25872 2005-08-28 John Paul Wallington <jpw@gnu.org>
25873
25874 * ibuf-ext.el (ibuffer-auto-update-changed):
25875 Use `frame-or-buffer-changed-p' to check whether we need to update.
25876 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
25877 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
25878 as a `frame-or-buffer-changed-p' state vector instead.
25879
25880 2005-08-27 Romain Francoise <romain@orebokech.com>
25881
25882 * textmodes/makeinfo.el (makeinfo-compile):
25883 Use `compilation-start'. Set `next-error-function' according to
25884 `disable-errors'.
25885 (makeinfo-next-error): New function.
25886 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
25887 (makeinfo-buffer): Likewise.
25888
25889 * progmodes/compile.el (compilation-start): Add autoload cookie.
25890
25891 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
25892 * textmodes/sgml-mode.el: Likewise.
25893 * progmodes/python.el: Likewise.
25894
25895 2005-08-27 Eli Zaretskii <eliz@gnu.org>
25896
25897 * simple.el (blink-matching-paren-distance): Document the meaning
25898 of nil value, and allow to customize to nil.
25899
25900 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
25901 command.com, not command.exe.
25902
25903 2005-08-26 John Wiegley <johnw@newartisans.com>
25904
25905 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
25906 code around a bit so that an extraneous nil argument is not added
25907 to a command when no args are given.
25908
25909 * eshell/esh-arg.el (eshell-parse-double-quote): If a
25910 double-quoted argument resolves to nil, return it as an empty
25911 string rather than as nil. This made it impossible to pass "" to
25912 a shell script as a null string argument.
25913
25914 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
25915
25916 * outline.el (outline-invent-heading): New fun.
25917 (outline-promote, outline-demote): Use it.
25918 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
25919 (outline-end-of-subtree): Remove unused var `opoint'.
25920
25921 2005-08-26 David Reitter <david.reitter@gmail.com>
25922
25923 * menu-bar.el (truncate-lines, write-file, print-buffer)
25924 (ps-print-buffer-faces, ps-print-buffer, split-window):
25925 Disable menu items when the frame they refer to is invisible, or when
25926 they refer to a buffer and the minibuffer is selected.
25927
25928 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
25929
25930 * progmodes/flymake.el (flymake-highlight-err-lines):
25931 Use save-excursion around flymake-highlight-line to preserve point.
25932
25933 2005-08-26 Eli Zaretskii <eliz@gnu.org>
25934
25935 * progmodes/octave-mod.el: Change Author and Maintainer address.
25936 (octave-maintainer-address): Change Kurt's email address.
25937 * progmodes/octave-inf.el: Change Author and Maintainer address.
25938 * progmodes/octave-hlp.el: Change Author and Maintainer address.
25939
25940 2005-08-26 Kim F. Storm <storm@cua.dk>
25941
25942 * subr.el (version-list-<, version-list-<=, version-list-=):
25943 Rename from integer-list-*.
25944 (version-list-not-zero): Likewise. Fix while loop.
25945 (version=): Use version-list-= instead of string-equal.
25946
25947 2005-08-26 Richard M. Stallman <rms@gnu.org>
25948
25949 * outline.el (outline-promote): Try shortening the heading.
25950 As last resort, read the heading to use.
25951 (outline-demote): As last resort, read the heading to use.
25952
25953 2005-08-26 Romain Francoise <romain@orebokech.com>
25954
25955 * progmodes/compile.el (compilation-start): Doc fix.
25956
25957 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
25958 (antlr-font-lock-additional-keywords): Fix reference to
25959 `antlr-font-lock-literal-regexp' erroneously changed during the
25960 mass face rename.
25961 (antlr-run-tool): Use `compilation-start'.
25962
25963 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
25964 instead of the obsolete `compile-internal'.
25965
25966 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
25967
25968 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
25969 (number, original-date):
25970 * calendar/cal-china.el (date):
25971 * calendar/cal-coptic.el (date):
25972 * calendar/cal-french.el (date):
25973 * calendar/cal-hebrew.el (date, entry, number, original-date):
25974 * calendar/cal-islam.el (date, number, original-date):
25975 * calendar/cal-iso.el (date):
25976 * calendar/cal-julian.el (date):
25977 * calendar/cal-mayan.el (date):
25978 * calendar/cal-menu.el (date, event):
25979 * calendar/cal-persia.el (date):
25980 * calendar/lunar.el (date):
25981 * calendar/solar.el (date): Add defvars.
25982
25983 * emerge.el:
25984 * ibuffer.el:
25985 * info-xref.el:
25986 * obsolete/bg-mouse.el:
25987 * obsolete/sun-curs.el:
25988 * obsolete/swedish.el: Move the `defvar's to the top level.
25989
25990 * smerge-mode.el (smerge-refined-change): Add :group.
25991
25992 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
25993
25994 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
25995 (smerge-keep-n): Remove props.
25996 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
25997 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
25998 now that it's done in smerge-keep-n.
25999 (smerge-refined-change): New face.
26000 (smerge-refine-chopup-region, smerge-refine-highlight-change)
26001 (smerge-refine): New funs.
26002 (smerge-basic-map): Bind smerge-refine.
26003
26004 2005-08-25 Juri Linkov <juri@jurta.org>
26005
26006 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
26007 compilation-process-setup-function and compilation-disable-input
26008 in grep-mode instead of let-bindings in grep.
26009
26010 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
26011 Delete "Automatic File De/compression" (auto-compression-mode).
26012
26013 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
26014
26015 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
26016 Silence warning about non-existent variable.
26017
26018 2005-08-25 Richard M. Stallman <rms@gnu.org>
26019
26020 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
26021 Rename "Describe Key" to "Describe Key or Mouse Operation".
26022
26023 * mail/mailalias.el (build-mail-aliases): Delete comments
26024 from the contents before processing them.
26025
26026 * isearch.el (isearch-edit-string): Erase the Search prompt
26027 if user enters an empty string and there is no default.
26028
26029 * comint.el (comint-file-name-prefix): Add autoload.
26030
26031 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
26032
26033 * subr.el (play-sound): Rearrange to avoid warning.
26034
26035 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
26036
26037 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
26038 New hook.
26039 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
26040
26041 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
26042
26043 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
26044
26045 * custom.el (custom-theme-set-variables): Sort minor modes last.
26046
26047 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26048
26049 * subr.el (version-separator, version-regexp-alist): New vars used by
26050 version comparison funs.
26051 (integer-list-<, integer-list-=, integer-list-<=)
26052 (integer-list-not-zero): New funs for integer list comparison.
26053 (version-to-list, version=, version<, version<=): New funs for version
26054 comparison.
26055
26056 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
26057
26058 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
26059 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
26060 time to silence the byte-compiler.
26061
26062 * ibuffer.el (ibuffer-compile-make-eliding-form)
26063 (ibuffer-check-formats): Use `with-no-warnings' to hide references
26064 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
26065 so it's silly to get warnings for it).
26066 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
26067 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
26068 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
26069 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
26070 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
26071 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
26072 Defvar at compile time.
26073 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
26074 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
26075 Declare them before use.
26076
26077 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
26078 (info-xref-good, info-xref-bad): Defvar at compile time.
26079
26080 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
26081 Use `let*' instead of `let'.
26082
26083 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
26084 (*mouse-y*, menu, char): Defvar at compile time.
26085 (sc::menu): Declare it before use.
26086 (sc::pack-one-line): Use `let', not `let*'.
26087
26088 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
26089 (mail-send-hook): Defvar at compile time.
26090
26091 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
26092 Defvar at compile time.
26093
26094 * term/sun-mouse.el (current-global-mousemap)
26095 (current-local-mousemap): Declare them before use.
26096
26097 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
26098
26099 * bookmark.el (bookmark-after-jump-hook): New hook.
26100 (bookmark-jump): Run `bookmark-after-jump-hook'.
26101
26102 2005-08-23 Juri Linkov <juri@jurta.org>
26103
26104 * faces.el (minibuffer-prompt): Doc fix.
26105
26106 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
26107
26108 * progmodes/xscheme.el: Trivial changes to silence warnings.
26109 (xscheme-previous-mode, xscheme-previous-process-state):
26110 Add defvars.
26111 (xscheme-last-input-end, xscheme-process-command-line)
26112 (xscheme-process-name, xscheme-buffer-name)
26113 (xscheme-expressions-ring-max, xscheme-expressions-ring)
26114 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
26115 (xscheme-control-g-synchronization-p)
26116 (xscheme-control-g-disabled-p, xscheme-string-receiver)
26117 (default-xscheme-runlight, xscheme-runlight)
26118 (xscheme-runlight-string, xscheme-process-filter-state)
26119 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
26120 Move to beginning of file.
26121 (scheme-interaction-mode-commands-alist)
26122 (scheme-interaction-mode-map, scheme-debugger-mode-map):
26123 Declare them before use. Note: the initialization code for the
26124 variables has not been moved because it uses functions that reference
26125 the variables.
26126 (xscheme-control-g-message-string, xscheme-process-filter-alist)
26127 (xscheme-prompt-for-expression-map): Declare them before use.
26128 (scheme-debugger-mode-commands): "?\ " -> "?\s".
26129
26130 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
26131
26132 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
26133
26134 2005-08-22 Juri Linkov <juri@jurta.org>
26135
26136 * faces.el (set-face-underline): Delete this duplicate function
26137 and make an obsolete alias to set-face-underline-p.
26138 (set-face-underline-p): Use docstring of set-face-underline.
26139 (describe-face): Create hyperlink to parent face.
26140
26141 * info.el (Info-insert-dir): Use save-excursion around
26142 insert-buffer-substring.
26143 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
26144 (Info-escape-percent): Delete function.
26145 (Info-fontify-node): Replace Info-escape-percent by
26146 replace-regexp-in-string with REP arg set to lambda that
26147 duplicates `%' and preserves text properties.
26148
26149 * progmodes/compile.el (compilation-disable-input): Doc fix.
26150 (define-compilation-mode): Doc fix and refill.
26151 (kill-compilation): Use `mode-name' in the error message.
26152 (compilation-find-file): Use `compilation-error' in the
26153 read-file-name's prompt.
26154
26155 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
26156
26157 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
26158 (smerge-auto-leave): Make undo re-enable the mode.
26159 (debug-ignored-errors): Add the user-error of impossible resolution.
26160 (smerge-resolve): Move things around a bit, in preparation for later.
26161 (smerge-diff): Don't fail if the buffer has no associated file.
26162 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
26163 (smerge-conflict-overlay): New function.
26164 (smerge-match-conflict): Don't add text properties here.
26165 (smerge-find-conflict): Instead, add an overlay here.
26166 Also check for the case where we're inside a conflict already, so as to
26167 obviate the need for font-lock-multiline, which is unbearably slow with
26168 large conflicts and ciomplex font-lock patterns.
26169 (smerge-remove-props): Remove overlay rather than text-properties.
26170 (smerge-mode): Don't set font-lock-multiline.
26171 Remove overlays when turned off.
26172
26173 2005-08-21 Kim F. Storm <storm@cua.dk>
26174
26175 * ido.el (ido-ignore-item-p): Use save-match-data.
26176 Bind case-fold-search to ido-case-fold locally.
26177
26178 2005-08-20 Richard M. Stallman <rms@gnu.org>
26179
26180 * files.el (normal-mode): If font lock is on, turn it off and on.
26181
26182 * subr.el (replace-regexp-in-string): Doc fix.
26183
26184 * startup.el (command-line-1): Don't suppress startup screen
26185 due to existing processes.
26186
26187 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
26188
26189 * progmodes/compile.el (compilation-disable-input): Default to nil.
26190
26191 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
26192
26193 * progmodes/compile.el (compilation-disable-input): New defcustom.
26194 (compilation-start): If compilation-disable-input is non-nil, send
26195 EOF to the compilation process.
26196
26197 2005-08-20 Eli Zaretskii <eliz@gnu.org>
26198
26199 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
26200 Run the argument of tex-shell-cd-command through
26201 convert-standard-filename, to get the correct style of slashes on
26202 Windows, and enclose the result in quotes, in case the file name
26203 includes whitespace or other special characters.
26204
26205 2005-08-19 Andreas Schwab <schwab@suse.de>
26206
26207 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
26208 process.
26209
26210 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
26211
26212 * cus-start.el (minibuffer-prompt-properties): Correct typo.
26213
26214 2005-08-18 Kim F. Storm <storm@cua.dk>
26215
26216 * scroll-lock.el: Fix errors due to incorrect line wrapping.
26217
26218 2005-08-18 Richard M. Stallman <rms@gnu.org>
26219
26220 * scroll-lock.el: New file.
26221
26222 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
26223
26224 * dired.el (dired-move-to-end-of-filename):
26225 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
26226
26227 2005-08-18 Kim F. Storm <storm@cua.dk>
26228
26229 * ido.el (ido-everywhere): Fix defcustom :set function to disable
26230 rather than toggle mode when custom value is nil.
26231 (ido-everywhere): Fix defun doc string.
26232
26233 2005-08-17 Richard M. Stallman <rms@gnu.org>
26234
26235 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
26236 as tag instead of "Inviolable".
26237
26238 2005-08-17 Kim F. Storm <storm@cua.dk>
26239
26240 * windmove.el (windmove-coordinates-of-position): Remove.
26241 (windmove-coordinates-of-window-position): Remove.
26242 (windmove-reference-loc): Use posn-at-point instead.
26243
26244 * subr.el (insert-for-yank-1): Doc fix.
26245
26246 * ido.el (ido-enter-matching-directory): Rename from
26247 ido-enter-single-matching-directory. Change `slash' choice to
26248 `only'. Add `first' choice.
26249 (ido-exhibit): Adapt to above changes.
26250
26251 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
26252
26253 * Makefile.in: Expand comment about building loaddefs.el.
26254
26255 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
26256
26257 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
26258 Comment use of defadvice.
26259
26260 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
26261
26262 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
26263
26264 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
26265 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
26266 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
26267 * progmodes/idlw-shell.el, progmodes/ld-script.el,
26268 * progmodes/which-func.el, ruler-mode.el, strokes.el,
26269 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
26270 for backward compatibility for faces that did not appear in the
26271 previous Emacs release.
26272
26273 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
26274
26275 2005-08-15 Kim F. Storm <storm@cua.dk>
26276
26277 * emulation/cua-base.el (cua-delete-region): Return t if
26278 deleted region was non-empty.
26279 (cua-replace-region): Inhibit overwrite-mode for
26280 self-insert-command if replaced region was non-empty.
26281 (cua--explicit-region-start, cua--status-string): Make them
26282 buffer-local at top-level...
26283 (cua-mode): ...rather than when mode is enabled.
26284
26285 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
26286
26287 * progmodes/vhdl-mode.el (vhdl-emacs-21):
26288 Set t for Emacs 21, 22, and so on.
26289
26290 2005-08-15 David Ponce <david@dponce.com>
26291
26292 * tree-widget.el: Update Commentary header.
26293 (tree-widget-theme): Doc fix.
26294 (tree-widget-space-width): New option.
26295 (tree-widget-image-properties): Look up in the default theme too.
26296 (tree-widget--cursors): Only for images with arrow pointer shape.
26297 (tree-widget-lookup-image): Pointer shape is hand by default.
26298 (tree-widget-icon): Rename generic icon widget from
26299 `tree-widget-control'.
26300 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
26301 derive from `tree-widget-icon'.
26302 (tree-widget-handle): Improve default look and feel of the text
26303 representation.
26304 (tree-widget): Rename :*-control properties to :*-icon properties.
26305 Add :action and :help-echo properties.
26306 (tree-widget-after-toggle-functions): Move.
26307 (tree-widget-close-node, tree-widget-open-node): Remove.
26308 (tree-widget-before-create-icon-functions): New hook.
26309 (tree-widget-value-create): Update to allow customization of icons
26310 and nodes at run-time via that new hook.
26311 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
26312 (tree-widget-icon-action, tree-widget-icon-help-echo)
26313 (tree-widget-action, tree-widget-help-echo): New functions.
26314
26315 2005-08-15 Kim F. Storm <storm@cua.dk>
26316
26317 * ido.el (ido-buffer-internal): Use with-no-warnings.
26318 (ido-make-merged-file-list): Use while-no-input.
26319
26320 2005-08-15 Richard M. Stallman <rms@gnu.org>
26321
26322 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
26323 (flyspell-large-region): Fix doc and custom type.
26324
26325 2005-08-14 Richard M. Stallman <rms@gnu.org>
26326
26327 * files.el (interpreter-mode-alist): Doc fix.
26328
26329 * mail/rmail.el (rmail-nonignored-headers): New variable.
26330 (rmail-clear-headers): Use it.
26331 (rmail-reply): Better handling of mail-followup-to header.
26332
26333 * progmodes/sh-script.el (sh-font-lock-keywords-var):
26334 Rename variable from sh-font-lock-keywords. In the `shell' entry,
26335 don't try to refer to executable-font-lock-keywords.
26336 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
26337 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
26338 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
26339 (sh-mode): Set comment-start-skip, local-abbrev-table,
26340 imenu-case-fold-search.
26341 (sh-set-shell): Don't set them here.
26342 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
26343 Don't cache the results in the original alist; don't ever modify
26344 that alist.
26345
26346 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
26347
26348 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
26349 empty.
26350
26351 2005-08-15 Andreas Schwab <schwab@suse.de>
26352
26353 * desktop.el: Put autoload cookie at risky-local-variable declarations.
26354
26355 * dired.el, info.el, mail/rmail.el: Revert last change.
26356
26357 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
26358
26359 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
26360 modification in `eval-after-load' form.
26361 * info.el: Likewise.
26362 * mail/rmail.el: Likewise.
26363
26364 2005-08-14 Juri Linkov <juri@jurta.org>
26365
26366 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26367 Remove highlighting of "Compilation started". Highlight only
26368 the word "finished" in "Compilation finished". Add highlighting
26369 of "interrupt", "killed", "terminated" and the exit code.
26370 (compilation-start): Add newline after header. Use exactly the
26371 same time stamp format as the finishing message.
26372 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
26373
26374 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
26375 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
26376 Add highlighting of "interrupt", "killed", "terminated".
26377
26378 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
26379 enabled and the current command is self-insert-command, call it
26380 explicitly with overwrite-mode bound to nil, to not allow it
26381 to delete the character after the selected region.
26382
26383 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
26384
26385 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
26386 move-end-of-line, end-of-line, and beginning-of-line to the list
26387 of commands after which the echo area is updated.
26388
26389 2005-08-12 Eli Zaretskii <eliz@gnu.org>
26390
26391 * cus-edit.el (custom-save-all, custom-save-delete):
26392 Bind recentf-exclude to exclude custom-file.
26393
26394 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
26395
26396 * mail/rmailsum.el (rmail-summary-end-of-message): New command
26397 to go to the bottom of the mail message. Added to
26398 `rmail-summary-mode-map' with key "/".
26399 (rmail-summary-show-message): New (internal) function for use by
26400 both `rmail-summary-beginning/end-of-message'.
26401 (rmail-summary-beginning-of-message): Change to use
26402 rmail-summary-show-message.
26403
26404 * mail/rmail.el (rmail-end-of-message): New command to go to the
26405 end of the current message. Added to `rmail-mode-map' with key "/".
26406 (rmail-beginning-of-message): Fix to work as documented.
26407 (rmail-mode): Change documentation.
26408
26409 * progmodes/compile.el (compilation-start): Add the line
26410 "Compilation started" with compilation start time.
26411 (compilation-mode-font-lock-keywords): Add `started' to keywords.
26412
26413 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
26414
26415 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
26416 of menu items.
26417
26418 2005-08-11 Richard M. Stallman <rms@gnu.org>
26419
26420 * simple.el (pop-global-mark): Reverse test of widen-automatically.
26421
26422 * battery.el (battery-status-function): Don't use ignore-errors.
26423
26424 2005-08-11 Lute Kamstra <lute@gnu.org>
26425
26426 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
26427 define-obsolete-variable-alias.
26428
26429 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
26430
26431 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
26432 (ange-ftp-send-cmd): Revert last change, and expand
26433 the comment explaining the problem.
26434
26435 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
26436
26437 * ldefs-boot.el: Update.
26438
26439 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
26440 item to "Time, Load and Mail". Change help echo text.
26441
26442 * time.el (display-time-use-mail-icon, display-time-format)
26443 (display-time-string-forms): Shorten first line of docstrings.
26444
26445 2005-08-10 Lars Hansen <larsh@soem.dk>
26446
26447 * desktop.el (desktop-buffer-mode-handlers):
26448 Make non-customizable. Add autoload cookie. Change initial value to
26449 nil; add elements in respective modules instead. Fix doc string.
26450 (desktop-load-file): New function.
26451 (desktop-minor-mode-handlers): New autoloaded variable.
26452 (desktop-create-buffer): Call minor mode handlers.
26453 Use desktop-load-file to load major and minor mode modules prior to
26454 checking for a handler.
26455 (desktop-save): Don't add nil to desktop-minor-modes for minor
26456 modes with nil function in desktop-minor-mode-table. Don't delete
26457 desktop file before rewriting it.
26458 (desktop-locals-to-save): Add autoload cookie. Don't make
26459 automatically buffer-local. Add variables column-number-mode,
26460 size-indication-mode, indent-tabs-mode,
26461 indicate-buffer-boundaries, indicate-empty-lines and
26462 show-trailing-whitespace.
26463 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
26464 regexps. Don't use desktop-clear-preserve-buffers-regexp.
26465 (desktop-clear-preserve-buffers-regexp): Delete.
26466 (desktop-clear-preserve-buffers): Update initial value and docstring.
26467 (desktop-save-buffer): Fix doc string.
26468
26469 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
26470 (hilit-chg-desktop-restore): New function.
26471 (highlight-changes-mode): Add highlight-changes-mode to
26472 desktop-locals-to-save.
26473
26474 * dired.el: Add handler to desktop-buffer-mode-handlers.
26475 (dired-restore-desktop-buffer): Remove autoload cookie.
26476 (dired-mode): Add autoload cookie.
26477
26478 * info.el: Add handler to desktop-buffer-mode-handlers.
26479 (Info-restore-desktop-buffer): Remove autoload cookie.
26480 (Info-mode): Add autoload cookie.
26481
26482 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
26483 (mh-restore-desktop-buffer): Remove autoload cookie.
26484 (mh-folder-mode): Add autoload cookie.
26485
26486 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
26487 (rmail-restore-desktop-buffer): Remove autoload cookie.
26488
26489 2005-08-11 Masatake YAMATO <jet@gyve.org>
26490
26491 * hexl.el (hexl-address-region):
26492 (hexl-ascii-region, hexl-font-lock-keywords):
26493 (hexl-highlight-line-range): Use the term "region"
26494 instead of "area" for consistency with the other symbols
26495 defined in hexl.el.
26496
26497 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
26498
26499 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
26500 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
26501 out by Juri Linkov). Add `display-battery-mode'.
26502
26503 2005-08-09 Juri Linkov <juri@jurta.org>
26504
26505 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26506 Remove `-text' from face variable names.
26507 (compilation-error-file-name, compilation-warning-file-name)
26508 (compilation-info-file-name): Delete faces.
26509 (compilation-line-number, compilation-column-number):
26510 Remove face underlining.
26511 (compilation-message-face): Set to `underline' value by default.
26512 (compilation-error-face, compilation-warning-face)
26513 (compilation-info-face): Remove `-file-name' from face names.
26514 (compilation-error-text-face, compilation-warning-text-face)
26515 (compilation-info-text-face): Delete face variables.
26516 (compilation-text-face): Delete function.
26517
26518 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
26519 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
26520 (grep-error-face): Set to `compilation-error' instead of
26521 `compilation-error-face' (which is redefined to `grep-hit-face' in
26522 grep buffers).
26523 (grep-mode-font-lock-keywords): Remove `-text' from face variable
26524 names. Use `grep-error-face' instead of `compilation-error-text-face'.
26525
26526 * dired-aux.el (dired-do-query-replace-regexp):
26527 Use `query-replace-read-args'.
26528
26529 * replace.el (query-replace-read-from, query-replace-read-to)
26530 (query-replace-read-args): Rename arg `string' to `prompt'.
26531
26532 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
26533
26534 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
26535
26536 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
26537 uploading files.
26538 (ange-ftp-canonize-filename): Handle file names beginning with ~
26539 correctly.
26540
26541 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26542
26543 * textmodes/fill.el (canonically-space-region)
26544 (fill-context-prefix, fill-french-nobreak-p)
26545 (fill-delete-newlines, fill-comment-paragraph)
26546 (justify-current-line): "?\ " -> "?\s".
26547
26548 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
26549
26550 * textmodes/fill.el (fill-nonuniform-paragraphs):
26551 Improve argument/docstring consistency.
26552
26553 2005-08-09 Richard M. Stallman <rms@gnu.org>
26554
26555 * textmodes/ispell.el (ispell-word): More fboundp checks.
26556
26557 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
26558 (find-file-noselect-1): Call it here, only if RAWFILE.
26559 (normal-mode): Always set some major mode.
26560 (save-some-buffers-action-alist): Change some explanation strings.
26561 (file-name-non-special): In the `quote' method, use unwind-protect.
26562
26563 2005-08-09 Magnus Henoch <mange@freemail.hu>
26564
26565 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
26566 (ispell-have-aspell-dictionaries): New variable.
26567 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
26568 (ispell-get-aspell-config-value): New function.
26569 (ispell-aspell-find-dictionary): New function.
26570 (ispell-aspell-add-aliases): New function.
26571 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
26572 appropriate. Don't look for ispell dictionaries if we use aspell.
26573 (ispell-menu-map): Don't build a submenu of dictionaries.
26574
26575 2005-08-09 Richard M. Stallman <rms@gnu.org>
26576
26577 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
26578 (sql-read-passwd): Use read-passwd.
26579
26580 * progmodes/idlw-toolbar.el (idlwave-toolbar)
26581 (idlwave-toolbar-is-possible): Add defvars.
26582
26583 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
26584 Avoid warnings.
26585
26586 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
26587 (idlwave-system-class-info, idlwave-executive-commands-alist):
26588 Use defvar.
26589
26590 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
26591
26592 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
26593 Avoid warnings.
26594
26595 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
26596 and content-type: headers.
26597
26598 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
26599
26600 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
26601 and rename some of them to be more self-explanatory.
26602
26603 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
26604
26605 * startup.el (command-line-1): Implement -scriptload.
26606
26607 * replace.el (occur-engine): Initial *Occur* output not undoable.
26608
26609 * menu-bar.el (menu-bar-file-menu): Rename some menu items
26610 and improve help strings.
26611
26612 * isearch.el (isearch-repeat): When changing direction,
26613 mark search successful.
26614
26615 * ediff-init.el: Use (featurep 'xemacs).
26616
26617 * comint.el (send-invisible): Identify buffer, if not selected.
26618
26619 * align.el: Delete autoload for c-guess-basic-syntax.
26620
26621 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26622
26623 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
26624 Improve argument/docstring consistency. Doc fixes.
26625 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
26626 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
26627 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
26628 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
26629 (r2bv-organization, r2bv-pages, r2bv-primary-author)
26630 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
26631 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
26632 Defvar at compile time.
26633
26634 2005-08-09 Juri Linkov <juri@jurta.org>
26635
26636 * info.el: Replace `info' with upper-case `Info' where appropriate.
26637 (info-title-1, info-title-2, info-title-3, info-title-4)
26638 (info-menu-header): Move up face definitions.
26639 (info-menu-star): Rename from `info-menu-5'.
26640 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
26641 (Info-fontify-visited-nodes): Fix docstring.
26642 (Info-hide-note-references): Fix docstring.
26643 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
26644 menu items in the same way as on cross-references.
26645 (info-apropos): Fix sorting order and formatting to be like in the
26646 stand-alone Info browser. Display error messages for 1 sec.
26647 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
26648 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
26649 from the menu bar.
26650 (Info-insert-dir): Restore point after calling
26651 `insert-buffer-substring'.
26652
26653 2005-08-08 Richard M. Stallman <rms@gnu.org>
26654
26655 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
26656 (recompute-lucid-menubar): Add defvars.
26657
26658 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
26659
26660 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
26661
26662 * net/net-utils.el (run-dig): Rename from `dig'.
26663
26664 * play/gametree.el (gametree-mode): Use make-local-variable,
26665 not make-variable-buffer-local.
26666
26667 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
26668
26669 * ansi-color.el (ansi-color-make-extent)
26670 (ansi-color-set-extent-face): Use fboundp, not functionp.
26671
26672 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
26673 not make-variable-buffer-local.
26674
26675 * bookmark.el (Info-current-file): Add defvar.
26676 (bookmark-jump-noselect): Use with-no-warnings.
26677
26678 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
26679
26680 * ebuff-menu.el (Helper-return-blurb): Add defvar.
26681
26682 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
26683
26684 * find-file.el (ada-procedure-start-regexp)
26685 (ada-package-start-regexp): Add defvars.
26686
26687 * info.el (Info-insert-dir): Use insert-buffer-substring.
26688
26689 * xml.el (xml-att-def-re): Add defvar.
26690
26691 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
26692 calling convention.
26693
26694 * subr.el (while-no-input): Return t if there is input.
26695
26696 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
26697
26698 * cus-start.el (all): Add `overflow-newline-into-fringe'.
26699
26700 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
26701
26702 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
26703 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
26704
26705 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
26706
26707 * cmuscheme.el (scheme-start-file): Replace reference to
26708 `user-emacs-directory' by "~/.emacs.d/".
26709
26710 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
26711
26712 * info.el (Info-dir-remove-duplicates): Avoid case folding
26713 in loop; instead, keep downcased strings for comparison.
26714 Suggested by Helmut Eller.
26715
26716 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
26717
26718 Sync with Tramp 2.0.50.
26719
26720 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
26721 XEmacs case; not necessary anymore.
26722 (tramp-user-regexp): Allow "@" as part of user name.
26723 (tramp-handle-set-visited-file-modtime)
26724 (tramp-handle-insert-file-contents)
26725 (tramp-handle-write-region): No special handling for
26726 `last-coding-system-used, because this is done in
26727 `tramp-accept-process-output' now.
26728 (tramp-accept-process-output): New defun.
26729 (tramp-process-one-action, tramp-process-one-multi-action)
26730 (tramp-wait-for-regexp, tramp-wait-for-output)
26731 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
26732 Howells <dhowells@redhat.com>.
26733 (clear-visited-file-modtime): Defadvice removed. The check for
26734 unset buffer's modtime does not need to be based on
26735 `tramp-buffer-file-attributes'. Suggested by RMS.
26736 (tramp-message): Insert "\n" if not being at beginning of line.
26737 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
26738 sequence with same logic.
26739 (tramp-completion-handle-expand-file-name): Discard call of
26740 `tramp-drop-volume-letter'. It is not necessary, and there have
26741 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
26742 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
26743 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
26744 should always be visible.
26745 (tramp-handle-insert-directory, tramp-setup-complete)
26746 (tramp-set-process-query-on-exit-flag)
26747 (tramp-append-tramp-buffers): Pacify byte-compiler.
26748 (tramp-bug): Delete non-existing variables from list.
26749 Apply `tramp-load-report-modules' as pre-hook.
26750 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
26751 `shell-prompt-pattern' because of non-7bit characters.
26752 Reported by Sebastian Luque <sluque@mun.ca>.
26753 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
26754 (tramp-match-string-list): Remove function.
26755 (tramp-wait-for-regexp): Remove call of that function.
26756 Suggested by Kim F. Storm <storm@cua.dk>.
26757 (tramp-set-auto-save-file-modes): Use octal integer code #o600
26758 instead of octal character code ?\600. The latter resulted in a
26759 syntax error with XEmacs.
26760
26761 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
26762 XEmacs case; not necessary anymore.
26763 (tramp-smb-handle-write-region): No special handling for
26764 `last-coding-system-used, because this is done in
26765 `tramp-accept-process-output' now.
26766 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
26767
26768 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
26769
26770 * wid-edit.el (widget-choice-value-create):
26771 Unconditionally respect user choice. Set :explicit-choice back to nil
26772 when no longer needed.
26773 (widget-choice-action): Unconditionally respect user choice.
26774 Eliminate :explicit-choice-value.
26775
26776 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
26777
26778 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
26779 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
26780 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
26781 running new function `toggle-indicate-empty-lines'.
26782 Rename "Customize" item to "Customize fringe".
26783 Rename "Indicators" item to "Buffer boundaries" and change help echo.
26784 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
26785 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
26786 Delete "Empty lines only" item.
26787 (menu-bar-showhide-fringe-ind-customize): New function.
26788 (menu-bar-showhide-fringe-ind-mixed)
26789 (menu-bar-showhide-fringe-ind-box)
26790 (menu-bar-showhide-fringe-ind-right)
26791 (menu-bar-showhide-fringe-ind-left)
26792 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
26793 instead of `fringe-indicators'.
26794
26795 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26796
26797 * emulation/viper.el (viper-emacs-state-mode-list):
26798 Add recentf-dialog-mode. Change the date of last update.
26799
26800 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26801
26802 * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
26803 (viper-exec-yank, viper-put-back): Don't display modification msg
26804 if in the minibuffer.
26805
26806 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
26807 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
26808 Make variables frame local.
26809
26810 * emulation/viper-util.el (viper-append-filter-alist):
26811 Use append instead of nconc.
26812
26813 * emulation/viper.el (viper-vi-state-mode-list)
26814 (viper-emacs-state-mode-list): Move help-mode and
26815 completion-list-mode from the first list to the second.
26816 (viper-mode): Docstring.
26817 (viper-go-away, viper-non-hook-settings): Don't localize
26818 minor-mode-alist in newer Emacsen. Add advice to
26819 set-cursor-color. Don't bind "\C-c\\".
26820
26821 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
26822
26823 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
26824 (scheme-macro-expand-command): New user options.
26825 (scheme-trace-procedure, scheme-expand-current-form): New commands.
26826 (scheme-form-at-point, scheme-start-file)
26827 (scheme-interactively-start-process): New functions.
26828 (scheme-get-process): New function, extracted from `scheme-proc'.
26829 (run-scheme): Call `scheme-start-file' to get start file, and pass
26830 it to `make-comint'.
26831 (switch-to-scheme, scheme-proc):
26832 Call `scheme-interactively-start-process' if no Scheme buffer/process
26833 is available.
26834
26835 2005-08-06 Juri Linkov <juri@jurta.org>
26836
26837 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26838 Use `compilation-text-face', `compilation-info-text-face' and
26839 `compilation-error-text-face' instead of `font-lock-keyword-face'.
26840 (compilation-error): New face.
26841 (compilation-error-file-name): Inherit from
26842 `compilation-error' instead of `font-lock-warning-face'.
26843 (compilation-warning-file-name): Inherit from
26844 `compilation-warning' instead of `font-lock-warning-face'.
26845 (compilation-info, compilation-error-file-name)
26846 (compilation-warning-file-name, compilation-info-file-name)
26847 (compilation-line-number, compilation-column-number): Doc fix.
26848 (compilation-error-text-face, compilation-warning-text-face)
26849 (compilation-info-text-face): New face variables.
26850 (compilation-line-face, compilation-column-face)
26851 (compilation-enter-directory-face)
26852 (compilation-leave-directory-face): Doc fix.
26853 (compilation-text-face): New function.
26854
26855 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
26856 instead of 1 to display binary file names as info file links.
26857 (grep-error-face): Use `compilation-error-face' instead of
26858 `font-lock-keyword-face'.
26859 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
26860 and `compilation-warning-text-face' instead of
26861 `font-lock-keyword-face'. Use `compilation-error-text-face'
26862 instead of `grep-error-face'.
26863
26864 2005-08-05 Kenichi Handa <handa@m17n.org>
26865
26866 * international/code-pages.el: Add autoload cookies for all coding
26867 systems.
26868
26869 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
26870
26871 * cus-start.el (all): Put undo.c where it alphabetically belongs.
26872
26873 2005-08-04 Juri Linkov <juri@jurta.org>
26874
26875 * progmodes/compile.el (compilation-mode-map):
26876 * progmodes/grep.el (grep-mode-map):
26877 Bind TAB to `compilation-next-error' and [backtab] to
26878 `compilation-previous-error'.
26879
26880 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
26881 matching line numbers, column numbers and their ranges with regexp
26882 matching only line numbers.
26883 (grep-context-face): New face variable.
26884 (grep-mode-font-lock-keywords): Use it.
26885
26886 * faces.el (read-face-name): Delete duplicate faces.
26887
26888 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
26889
26890 * thumbs.el (thumbs-find-image): Don't make variables
26891 automatically buffer local.
26892 (thumbs-current-tmp-filename, thumbs-current-image-filename)
26893 (thumbs-image-num): Make automatically buffer local.
26894 (thumbs-show-thumbs-list): Use `make-local-variable', not
26895 `make-variable-buffer-local'.
26896 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
26897
26898 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
26899 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
26900 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
26901 (bother, bye, canyou, chatlst, continue, deathlst, describe)
26902 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
26903 (feelings-about, foullst, found, hello, history, howareyoulst)
26904 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
26905 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
26906 (neglst, obj, object, owner, please, problems, qlist)
26907 (random-adjective, relation, remlst, repetitive-shortness)
26908 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
26909 (shortlst, something, sportslst, stallmanlst, states, subj)
26910 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
26911 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
26912 Defvar at compile time.
26913
26914 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
26915 not `make-variable-buffer-local'.
26916
26917 2005-08-02 Kim F. Storm <storm@cua.dk>
26918
26919 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
26920 rectangle overlay in selected window.
26921
26922 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
26923
26924 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
26925 instead of display group. Make `indicate-buffer-boundaries'
26926 customizable through Custom.
26927
26928 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
26929
26930 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
26931 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
26932 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
26933 (gdb-put-string): Fix typos in docstrings.
26934
26935 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
26936
26937 Update copyright notices of files in progmodes directory for
26938 release of Emacs 22.1.
26939
26940 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
26941
26942 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
26943 Don't barf if the GUD buffer has been killed.
26944
26945 2005-08-01 Kim F. Storm <storm@cua.dk>
26946
26947 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
26948
26949 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
26950
26951 * simple.el (next-error-follow-minor-mode):
26952 make-variable-buffer-local -> make-local-variable.
26953
26954 * emacs-lisp/cl-extra.el: Require CL also when compiling.
26955
26956 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
26957 (byte-compile-form-make-variable-buffer-local): New functions to warn
26958 about misuses of make-variable-buffer-local where make-local-variable
26959 was meant.
26960
26961 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
26962
26963 * bs.el (bs-attributes-list): Doc fix.
26964 (bs): Update url-link.
26965
26966 * desktop.el (desktop-save-buffer): Fix typos in docstring.
26967 (desktop-load-default): Simplify.
26968
26969 * ibuffer.el (ibuffer-columnize-and-insert-list)
26970 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
26971 (ibuffer-unmark-all, ibuffer-toggle-marks)
26972 (ibuffer-unmark-forward, ibuffer-unmark-backward)
26973 (ibuffer-compile-make-format-form, ibuffer-format-column)
26974 (ibuffer-current-buffers-with-marks)
26975 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
26976 (ibuffer): Doc fix.
26977 (ibuffer-mode): Fix typo in docstring.
26978 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
26979 with `define-obsolete-variable-alias'.
26980 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
26981
26982 2005-07-29 Kenichi Handa <handa@m17n.org>
26983
26984 * international/mule-cmds.el (select-message-coding-system):
26985 Be sure to use LF for end-of-line. If no coding system is decided,
26986 return iso-8859-1-unix.
26987
26988 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
26989
26990 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
26991 (ange-ftp-pending-error-line): New vars.
26992 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
26993 to handle the non-fatal no-route-to-host messages.
26994 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
26995
26996 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
26997
26998 * isearch.el (isearch-mode-map, isearch-other-meta-char)
26999 (isearch-quote-char, isearch-printing-char)
27000 (isearch-text-char-description): "?\ " -> "?\s".
27001 (isearch-lazy-highlight-cleanup)
27002 (isearch-lazy-highlight-initial-delay)
27003 (isearch-lazy-highlight-interval)
27004 (isearch-lazy-highlight-max-at-a-time)
27005 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
27006 Declare with define-obsolete-*-alias macros.
27007 (isearch-forward): Fix typo in docstring.
27008 (search-invisible, search-ring-yank-pointer)
27009 (regexp-search-ring-yank-pointer): Doc fixes.
27010
27011 * recentf.el (recentf-menu-append-commands-p): Declare with
27012 `define-obsolete-variable-alias'.
27013 (recentf-max-saved-items, recentf-menu-filter)
27014 (recentf-arrange-by-rule-subfilter): Doc fixes.
27015 (recentf-menu-append-commands-flag)
27016 (recentf-initialize-file-name-history, recentf-expand-file-name)
27017 (recentf-clear-data): Fix typos in docstrings.
27018
27019 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
27020
27021 * progmodes/gdb-ui.el: Smarten comments.
27022 (gdb-info-breakpoints-custom): Use nowarn when finding file.
27023
27024 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
27025
27026 * term/apollo.el (terminal-init-apollo): New function containing
27027 all former top level forms in the file.
27028 * term/bobcat.el (terminal-init-bobcat):
27029 * term/cygwin.el (terminal-init-cygwin):
27030 * term/iris-ansi.el (terminal-init-iris-ansi):
27031 * term/linux.el (terminal-init-linux):
27032 * term/news.el (terminal-init-news):
27033 * term/rxvt.el (terminal-init-rxvt):
27034 * term/sun.el (terminal-init-sun):
27035 * term/tvi970.el (terminal-init-tvi970):
27036 * term/vt100.el (terminal-init-vt100):
27037 * term/vt102.el (terminal-init-vt102):
27038 * term/vt125.el (terminal-init-vt125):
27039 * term/vt200.el (terminal-init-vt200):
27040 * term/vt201.el (terminal-init-vt201):
27041 * term/vt220.el (terminal-init-vt220):
27042 * term/vt240.el (terminal-init-vt240):
27043 * term/vt300.el (terminal-init-vt300):
27044 * term/vt320.el (terminal-init-vt320):
27045 * term/vt400.el (terminal-init-vt400):
27046 * term/vt420.el (terminal-init-vt420):
27047 * term/wyse50.el (terminal-init-wyse50):
27048 * term/xterm.el (terminal-init-xterm): Likewise.
27049
27050 * term/README: Describe the terminal-init-* functionality.
27051
27052 * startup.el (command-line): After loading the terminal initialization
27053 file call the corresponding terminal initialization function.
27054
27055 2005-07-27 Kenichi Handa <handa@m17n.org>
27056
27057 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
27058 negative.
27059
27060 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
27061 (ps-mule-composition-prologue): Fix for the case that
27062 RelativeCompose is false.
27063
27064 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
27065
27066 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
27067
27068 * descr-text.el (describe-char): Handle the case where the list of
27069 chars is displayed in a separate frame.
27070 Be a bit more discriminating when looking for the char.
27071
27072 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
27073
27074 * bookmark.el (bookmark-automatically-show-annotations)
27075 (bookmark-read-annotation-text-func): Doc fixes.
27076 (bookmark-save): Improve argument/docstring consistency.
27077 (bookmark-get-bookmark, bookmark-get-bookmark-record)
27078 (bookmark-alist-from-buffer)
27079 (bookmark-upgrade-file-format-from-0)
27080 (bookmark-grok-file-format-version)
27081 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
27082 (bookmark-read-annotation-mode)
27083 (bookmark-insert-current-bookmark, bookmark-jump)
27084 (bookmark-exit-hook): Fix typos in docstrings.
27085 (bookmark-exit-hooks): Define as obsolete alias.
27086 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
27087 not `bookmark-exit-hooks'. Fix docstring.
27088 (bookmark-bmenu-select): "?\ " -> "?\s".
27089
27090 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
27091
27092 * startup.el (command-line): Fix typo.
27093
27094 2005-07-24 Richard M. Stallman <rms@gnu.org>
27095
27096 * tooltip.el (tooltip-mode): Test emacs-basic-display,
27097 not emacs-quick-startup.
27098
27099 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
27100
27101 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
27102 (reb-next-match, reb-show-subexp): Use `with-selected-window'
27103 instead of `reb-with-current-window'.
27104 (reb-prev-match): Likewise. Also, don't move left if the search
27105 was unsuccessful.
27106 (reb-initialize-buffer): New function.
27107 (re-builder, reb-change-syntax): Use it.
27108
27109 * man.el (Man-goto-page): Make second argument NOERROR optional.
27110
27111 2005-07-23 Richard M. Stallman <rms@gnu.org>
27112
27113 * man.el (Man-bgproc-sentinel): Check here for failure to find
27114 any man page in the output, and report the error here.
27115 (Man-arguments): Make it permanent local.
27116 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
27117 (Man-mode): Pass t for NOERROR.
27118
27119 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
27120 (grep-mode-font-lock-keywords):
27121 Don't use compilation-...-face for messages that are not file names.
27122
27123 * progmodes/compile.el (compilation-mode-font-lock-keywords):
27124 Don't use compilation-...-face for messages that are not file names.
27125
27126 2005-07-22 Juri Linkov <juri@jurta.org>
27127
27128 * startup.el (normal-splash-screen): Update menu name.
27129
27130 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
27131
27132 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
27133
27134 * term/xterm.el: Load term/rxvt if the terminal is actually an
27135 rxvt terminal.
27136 (xterm-rxvt-set-background-mode): Remove, not used anymore.
27137
27138 * term/rxvt.el (function-key-map): Use substitute-key-definition
27139 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
27140
27141 * term/cygwin.el: New file.
27142
27143 2005-07-22 Kim F. Storm <storm@cua.dk>
27144
27145 * image-file.el (insert-image-file, image-file-yank-handler):
27146 Fix last change to maintain a (unique) yank-handler on yanked images.
27147
27148 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
27149
27150 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
27151 of the file size (as in "177B" for 177 bytes). This happens with
27152 "ls -lh" on FreeBSD.
27153
27154 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
27155
27156 * hilit-chg.el (highlight-changes-global-initial-state)
27157 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
27158 (hilit-chg-fixup, highlight-changes-mode):
27159 Fix typos in docstrings.
27160 (highlight-changes-global-modes, highlight-changes-rotate-faces):
27161 Doc fixes.
27162
27163 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
27164
27165 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
27166 mode function using `eval-after-load'.
27167
27168 2005-07-21 Kim F. Storm <storm@cua.dk>
27169
27170 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
27171 included when reporting an Emacs crash, and tell about the DEBUG file.
27172
27173 * image-file.el (insert-image-file): Add yank-handler.
27174 (image-file-yank-handler): Yank handler to make unique copies of
27175 images when they are yanked into a buffer next to each other.
27176
27177 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
27178
27179 * comint.el (comint-use-prompt-regexp, comint-send-input)
27180 (comint-source-default, comint-extract-string)
27181 (comint-get-source, comint-word, comint-completion)
27182 (comint-source, comint-prompt-read-only, comint-update-fence):
27183 Fix typos in docstrings.
27184 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
27185 Declare with define-obsolete-*-alias macros.
27186 (comint-previous-matching-input-from-input)
27187 (comint-next-matching-input-from-input)
27188 (comint-previous-matching-input, comint-next-matching-input)
27189 (comint-forward-matching-input):
27190 Improve argument/docstring consistency.
27191
27192 * desktop.el (desktop-clear-preserve-buffers-regexp):
27193 Also preserve the *server* buffer.
27194
27195 * simple.el (clone-indirect-buffer): Doc fix.
27196 (fixup-whitespace, just-one-space)
27197 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
27198 (next-error, next-error-highlight)
27199 (next-error-highlight-no-select, next-error-last-buffer)
27200 (next-error-buffer-p, next-error-find-buffer, next-error)
27201 (previous-error, next-error-no-select, previous-error-no-select)
27202 (open-line, split-line, minibuffer-prompt-width, kill-new)
27203 (binary-overwrite-mode): Fix typos in docstrings.
27204 (set-fill-column): Fix typo in message.
27205
27206 * skeleton.el (skeleton-proxy-new): Doc fix.
27207
27208 * strokes.el (strokes-load-hook): Doc fix.
27209 (strokes-grid-resolution, strokes-get-grid-position)
27210 (strokes-renormalize-to-grid, strokes-read-stroke)
27211 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
27212 (strokes-global-map): Fix typos in docstrings.
27213 (strokes-help): Doc fix. Fix help message and pass it through
27214 `substitute-command-keys'.
27215
27216 * tempo.el (tempo-insert-prompt, tempo-interactive)
27217 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
27218 (tempo-insert-string-functions, tempo-local-tags)
27219 (tempo-define-template, tempo-insert-template)
27220 (tempo-insert-prompt-compat, tempo-is-user-element)
27221 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
27222 Fix typos in docstrings.
27223
27224 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
27225 (vcursor-key-bindings, vcursor-use-vcursor-map)
27226 (vcursor-find-window, vcursor-scroll-down)
27227 (vcursor-disable, vcursor-beginning-of-buffer)
27228 (vcursor-end-of-buffer): Fix typos in docstrings.
27229 (vcursor-relative-move, vcursor-get-char-count):
27230 Improve argument/docstring consistency.
27231
27232 * version.el: "?\ " -> "?\s".
27233
27234 * wid-edit.el (widget-default-create, widget-after-change)
27235 (widget-default-format-handler, widget-checklist-add-item)
27236 (widget-radio-add-item, widget-choose, widget-specify-secret)
27237 (widget-field-value-create, widget-field-value-get)
27238 (widget-editable-list-format-handler)
27239 (widget-editable-list-entry-create, widget-group-value-create)
27240 (widget-documentation-link-add)
27241 (widget-documentation-string-value-create): "?\ " -> "?\s".
27242 (widget-convert-text): Doc fix.
27243 (widget-narrow-to-field, widget-field-find)
27244 (widget-url-link-action, widget-emacs-library-link-action)
27245 (widget-color-notify): Fix typos in docstrings.
27246
27247 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
27248 (x-select-text, set-w32-system-coding-system)
27249 (w32-add-charset-info): Fix typos in docstrings.
27250
27251 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
27252 (cua-enable-cua-keys, cua-use-hyper-key)
27253 (cua-virtual-rectangle-edges): Fix typos in docstrings.
27254 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
27255
27256 * net/tramp.el (tramp-handle-load): Fix typo in error message.
27257
27258 * emacs-lisp/re-builder.el (regexp-builder): Declare with
27259 `defalias' instead of faking it.
27260
27261 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
27262 (eshell-ls-missing, eshell-ls-dired-initial-args)
27263 (eshell-ls-use-in-dired): Fix typos in docstrings.
27264
27265 2005-07-20 Kim F. Storm <storm@cua.dk>
27266
27267 * emulation/cua-base.el (cua-mode): Improve doc string.
27268
27269 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
27270
27271 * abbrev.el (expand-region-abbrevs): Doc fix.
27272 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
27273 Improve argument/docstring consistency.
27274
27275 * arc-mode.el (archive-get-descr, archive-alternate-display):
27276 Doc fixes.
27277 (archive-l-e): Improve argument/docstring consistency.
27278 (archive-tmpdir, archive-unixdate, archive-unixtime)
27279 (archive-chmod-entry): Fix typos in docstrings.
27280 (archive-unflag, archive-unflag-backwards)
27281 (archive-unmark-all-files): "?\ " -> "?\s".
27282
27283 * buff-menu.el (Buffer-menu-unmark): Doc fix.
27284 (Buffer-menu-not-modified, Buffer-menu-execute)
27285 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
27286 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
27287
27288 * composite.el (compose-string, encode-composition-rule)
27289 (compose-last-chars): Fix typos in docstrings.
27290
27291 * desktop.el (desktop-enable, desktop-basefilename):
27292 Declare with `define-obsolete-variable-alias'.
27293 (desktop-internal-v2s): Don't quote keywords.
27294 (desktop-clear): "?\ " -> "?\s".
27295
27296 * dired.el (dired-align-file, dired-flag-backup-files)
27297 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
27298 (dired-listing-switches, dired-ls-F-marks-symlinks)
27299 (dired-dwim-target, dired-load-hook, dired-mode-hook)
27300 (dired-directory, dired-faces, dired, dired-revert)
27301 (dired-mode, dired-summary, dired-view-file)
27302 (dired-copy-filename-as-kill, dired-delete-file)
27303 (dired-no-confirm, dired-unmark-all-marks)
27304 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
27305 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
27306 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
27307 Fix typos in message strings.
27308
27309 * dired-x.el (virtual-dired): Declare with `defalias'.
27310 (dired-mark-unmarked-files, dired-local-variables-file)
27311 (dired-omit-here-always): Doc fix.
27312 (dired-omit-mode, dired-find-subdir)
27313 (dired-enable-local-variables, dired-clean-up-buffers-too)
27314 (dired-extra-startup, dired-mark-extension, dired-jump)
27315 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
27316 (dired-smart-shell-command, dired-guess-shell-alist-user)
27317 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
27318 (dired-x-bind-find-file, dired-x-submit-report):
27319 Fix typos in docstrings.
27320 (dired-mark-unmarked-files): "?\ " -> "?\s".
27321
27322 * dirtrack.el (dirtrack-list): Fix typos in docstring.
27323
27324 * faces.el (describe-face): "?\ " -> "?\s".
27325 (read-all-face-attributes, read-face-font, modify-face)
27326 (face-attr-construct, italic): Fix typos in docstrings.
27327 (frame-update-face-colors): Declare with
27328 `define-obsolete-function-alias'.
27329
27330 * files.el (find-file-noselect, recode-file-name): Doc fixes.
27331 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
27332 (magic-mode-alist, buffer-file-numbers-unique)
27333 (write-file-functions, get-free-disk-space):
27334 Fix typos in docstrings.
27335 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
27336 (write-contents-hooks, write-file-hooks):
27337 Declare with `define-obsolete-variable-alias'.
27338
27339 * forms-d2.el (arch-rj): Fix typo in docstrings.
27340 (arch-tocol): Likewise. "?\ " -> "?\s".
27341
27342 * frame.el (set-frame-font, cursor-in-non-selected-windows):
27343 Fix typo in docstring.
27344 (set-screen-width, set-screen-height): Delete redundant info in
27345 doctrings.
27346 (new-frame, screen-height, screen-width): Declare with
27347 `define-obsolete-function-alias'.
27348 (delete-frame-hook, blink-cursor): Declare with
27349 `define-obsolete-variable-alias'.
27350
27351 * paths.el (prune-directory-list): Fix typos in docstring.
27352
27353 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
27354 (cvs-prefix-get): Fix typos in docstrings.
27355
27356 * ps-print.el (ps-extend-face-list, ps-extend-face)
27357 (ps-print-background-image): Fix typos in docstrings.
27358 (ps-default-fg, ps-default-bg): Doc fixes.
27359
27360 * s-region.el (s-region-bind): Doc fix.
27361 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
27362
27363 * textmodes/org.el (org-table-formula-substitute-names)
27364 (org-table-get-vertical-vector): Doc fixes.
27365 (org-table-recalculate): Remove unused argument to `message'.
27366
27367 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
27368
27369 * textmodes/org.el (org-table-column-names)
27370 (org-table-column-name-regexp)
27371 (org-table-named-field-locations): New variables.
27372 (org-archive-subtree): Protect `this-command' when calling
27373 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
27374 the kill buffer.
27375 (org-complete): Remove fixed-formula completion.
27376 (org-edit-formulas-map): New variable.
27377 (org-table-edit-formulas): New command.
27378 (org-finish-edit-formulas, org-abort-edit-formulas)
27379 (org-show-variable, org-table-get-vertical-vector): New functions.
27380 (org-table-maybe-eval-formula): Handle `:=' fields.
27381 (org-table-get-stored-formulas, org-table-store-formulas)
27382 (org-table-get-formula, org-table-modify-formulas)
27383 (org-table-replace-in-formulas): Handle named field formulas.
27384 (org-table-get-specials): Store locations of named fields.
27385
27386 2005-07-19 Juri Linkov <juri@jurta.org>
27387
27388 * progmodes/grep.el (grep-regexp-alist)
27389 (grep-mode-font-lock-keywords, grep-process-setup):
27390 Use default GNU grep match color "01;31m" instead of "01;41m".
27391 (grep-regexp-alist, grep-mode-font-lock-keywords):
27392 Use `\\[[0-9]*m' instead of `\\[00m'.
27393 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
27394 sgr_start where its handling is more important. Use the real
27395 length of sgr_start instead of constant 8.
27396 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
27397 specially. Delete all remaining escape sequences.
27398 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
27399 (grep-regexp-alist): Make hyperlink only for binary file name
27400 instead of the whole line.
27401 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
27402 (grep-mode): Add autoload.
27403
27404 * emacs-lisp/find-func.el (find-function-regexp):
27405 Add `define-compilation-mode'.
27406
27407 2005-07-19 Juri Linkov <juri@jurta.org>
27408
27409 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
27410 (compare-windows-sync-string-size, compare-windows-recenter)
27411 (compare-windows-highlight, compare-windows): Add version 22.1.
27412 (compare-windows) <defface>: Inherit from lazy-highlight instead
27413 of duplicating its default value.
27414
27415 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
27416 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
27417
27418 * descr-text.el (describe-char): Create link buttons for `charset'
27419 and `code point'. Add the current input method name with a link
27420 button to `to input' field. Print face names of display table
27421 characters in `The display table entry is displayed by' section
27422 instead of printing face-id in the `display' field.
27423 Guess hardcoded faces and create a link button for them.
27424 Skip empty fields when calculating max-width.
27425 Treat `widget-create' specially while inserting strings from the
27426 collected field list.
27427 (describe-char-after): Made obsolete in version 22.1, not 21.5.
27428
27429 * diff-mode.el (diff-file-header): Change foreground color from
27430 yellow to green on light backgrounds.
27431 (diff-context): Inherit from `shadow' only for color/grayscale
27432 with more than 88 colors.
27433 (diff-indicator-removed, diff-indicator-added)
27434 (diff-indicator-changed): New faces.
27435 (diff-font-lock-keywords): Use new faces. Regroup rules.
27436 Add "^---$" for `normal' diff format. Fontify `#' lines with
27437 font-lock-comment-delimiter-face and font-lock-comment-face.
27438 Add `#' to ^[^...] in the rule for `diff-context-face'.
27439
27440 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
27441 a button-like box. Inherit from `highlight' on low colors.
27442 (shadow): Use shades of gray only for color/grayscale with
27443 more than 88 colors. Use green for light backgrounds with
27444 8 colors, and yellow for dark backgrounds with 8 colors.
27445
27446 * font-lock.el (font-lock-regexp-grouping-backslash):
27447 Don't inherit from escape-glyph (use bold for all cases).
27448
27449 * info.el (info-xref-visited): Use light foreground color `violet'
27450 for dark backgrounds instead of dark color `magenta3'.
27451 (info-title-1): Use `yellow' color for dark backgrounds.
27452
27453 * isearch.el (isearch): Use not-too-dark magenta3 instead of
27454 too-light magenta2.
27455
27456 * replace.el (match): Use slightly more light RoyalBlue3 instead
27457 of dark RoyalBlue4.
27458
27459 * wid-edit.el (widget-inactive): Inherit from `shadow'.
27460
27461 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
27462
27463 * novice.el (disabled-command-hook): Declare it with
27464 `define-obsolete-variable-alias'.
27465
27466 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
27467 (desktop-buffer-misc-functions, desktop-buffer-handlers)
27468 (desktop-load-default): Add release to obsolescence info.
27469 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
27470 (desktop-append-buffer-args, desktop-read):
27471 Fix typos in docstrings.
27472 (desktop-kill): Fix typo in message.
27473 (desktop-save): Doc fix.
27474
27475 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
27476
27477 * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
27478 (viper-envelop-ESC-key): Change the definition of fast
27479 keysequence so it'll work with keyboard macros.
27480
27481 * ediff.el (ediff-patch-buffer): Change the docstring.
27482
27483 2005-07-19 Kenichi Handa <handa@m17n.org>
27484
27485 * international/mule-cmds.el (select-safe-coding-system): Try to
27486 use an auto-coding (if any) before anything else. If the found
27487 auto-coding is invalid, show a warning message.
27488
27489 * international/mule.el (find-auto-coding): New function created
27490 by modifying the body of set-auto-coding.
27491 (set-auto-coding): Use find-auto-coding to find a coding.
27492
27493 2005-07-18 Richard M. Stallman <rms@gnu.org>
27494
27495 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
27496 not isearch-mode-end-hook-error.
27497 (allout-before-change-protect): Fix error message.
27498
27499 2005-07-18 Juri Linkov <juri@jurta.org>
27500
27501 * allout.el (allout-mode):
27502 * calculator.el (calculator-copy):
27503 * custom.el (custom-known-themes):
27504 * dired.el (dired-desktop-buffer-misc-data)
27505 (dired-restore-desktop-buffer):
27506 * dired-x.el (dired-omit-marker-char):
27507 * files.el (basic-save-buffer):
27508 * font-core.el (font-lock-mode):
27509 * calendar/calendar.el (calendar-goto-hebrew-date)
27510 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
27511 (calendar-goto-persian-date):
27512 * language/ethio-util.el (ethio-sera-to-fidel-region):
27513 * textmodes/picture.el (picture-mode):
27514 Delete duplicate duplicate words.
27515
27516 2005-07-18 Juri Linkov <juri@jurta.org>
27517
27518 * isearch.el (isearch-mode-map): Remove key bindings for regexp
27519 chars * ? } |.
27520 (isearch-fallback): Don't call `isearch-process-search-char'.
27521 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
27522 (isearch-process-search-char): Call `isearch-fallback' for regexp
27523 chars * ? } |.
27524 (isearch-return-char): Make obsolete with `make-obsolete' instead
27525 of simply documenting it as obsolete in the docstring.
27526 (isearch-fallback): Refill docstring.
27527
27528 * international/isearch-x.el
27529 (isearch-process-search-multibyte-characters): Remove unneeded
27530 `concat'. Add intermediate values to `junk-hist' instead of
27531 `minibuffer-history'. Test the length of `str'.
27532
27533 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
27534
27535 * allout.el (allout-resolve-xref): Fix typos in error strings.
27536 (allout-before-change-protect): Remove unneeded `concat'.
27537
27538 * array.el (array-mode, array-reconfigure-rows)
27539 (untabify-backward): Fix typos in docstrings.
27540 (array-reconfigure-rows): Use `insert-buffer-substring', not
27541 `insert-buffer'.
27542
27543 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
27544 * progmodes/ada-mode.el (ada-make-body):
27545 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
27546
27547 * dired.el (dired-log):
27548 * tar-mode.el (tar-subfile-save-buffer):
27549 * play/zone.el (zone-pgm-stress-destress):
27550 Use `insert-buffer-substring', not `insert-buffer'.
27551
27552 2005-07-17 Simon Josefsson <jas@extundo.com>
27553
27554 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
27555
27556 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
27557
27558 * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
27559 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
27560
27561 2005-07-17 Kim F. Storm <storm@cua.dk>
27562
27563 * ido.el (dired-other-window): Add ido property.
27564
27565 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
27566
27567 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27568 Fix typo in docstring.
27569 (byte-compile-interactive-only-functions): Add `insert-buffer' and
27570 `insert-file-literally'.
27571
27572 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
27573 info and delete redundant message. Doc fix.
27574 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
27575 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
27576
27577 2005-07-16 Richard M. Stallman <rms@gnu.org>
27578
27579 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
27580 (byte-compile-and): Use byte-compile-and-recursion.
27581 (byte-compile-or-recursion): New function.
27582 (byte-compile-or): Use that.
27583 (byte-compile-if): Guard the else-clause too.
27584 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
27585
27586 * isearch.el (isearch-mode-end-hook-quit): New variable.
27587 (isearch-done): Bind it.
27588 (isearch-mode-end-hook): Doc fix.
27589
27590 * allout.el (allout-isearch-did-quit): Variable deleted.
27591 (allout-real-isearch-abort): Function name no longer used.
27592 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
27593 (allout-isearch-rectification): isearch-mode always exists.
27594 Don't set allout-isearch-did-quit.
27595 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
27596 allout-isearch-did-quit.
27597 (allout-enwrap-isearch): Just add the hook.
27598 (allout-isearch-abort): Function deleted.
27599 (allout-pre-command-business): Avoid warning.
27600
27601 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
27602 Correctly avoid warnings.
27603 (pascal-outline): Likewise.
27604
27605 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
27606
27607 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
27608
27609 * play/tetris.el (tetris-mode): Avoid warning.
27610
27611 * play/snake.el (snake-mode): Avoid warning.
27612
27613 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
27614 (gamegrid-set-display-table): Avoid warning.
27615 (gamegrid-set-timer): Likewise.
27616 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
27617 (gamegrid-add-score-with-update-game-score-1): Take FILE
27618 as argument.
27619 (gamegrid-add-score-with-update-game-score): Pass that argument.
27620 Rename have-shared-game-dir to gamegrid-shared-game-dir.
27621
27622 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
27623
27624 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
27625 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
27626
27627 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
27628 and insert-file.
27629
27630 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
27631 (sc-ask): Avoid warnings.
27632
27633 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
27634 (eshell-hist-initialize): Use that var the natural way.
27635
27636 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
27637
27638 * emacs-lisp/re-builder.el (reb-cook-regexp):
27639 Avoid warning calling lre-compile-string.
27640 (reb-color-display-p): Avoid warning.
27641
27642 * calculator.el (calculator-last-input): Guard uses
27643 of event-key and key-press-event-p.
27644 (event-key, key-press-event-p): Delete definitions.
27645
27646 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
27647 (find-gc-source-directory, find-gc-subrs-callers)
27648 (find-gc-noreturn-list, find-gc-source-files)
27649 (find-gc-subrs-called): Vars renamed and defvar'd.
27650
27651 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
27652 (checkdoc-overlay-put, checkdoc-delete-overlay)
27653 (checkdoc-overlay-start, checkdoc-overlay-end)
27654 (checkdoc-mode-line-update, checkdoc-char=):
27655 Define such that compiler knows they are defined.
27656 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
27657 (checkdoc-read-event): Delete. Use read-event directly.
27658
27659 * whitespace.el (whitespace-make-overlay)
27660 (whitespace-overlay-put, whitespace-delete-overlay)
27661 (whitespace-overlay-start, whitespace-overlay-end):
27662 Define such that compiler knows they are defined.
27663 (whitespace): Move conditional inside.
27664
27665 * tempo.el (tempo-insert-template): Suppress warning.
27666
27667 * ediff-diff.el (longlines-mode): Add defvar.
27668
27669 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
27670
27671 * server.el: Bind "C-x #" in a way that works even if C-x is
27672 redefined to a command key, not a prefix key.
27673
27674 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27675
27676 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
27677 cl-make-type-test till execution time.
27678
27679 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
27680
27681 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
27682 arg ARG and use it.
27683
27684 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27685
27686 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
27687
27688 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
27689
27690 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27691 a defcustom with two :set or :type keywords.
27692
27693 2005-07-15 Richard M. Stallman <rms@gnu.org>
27694
27695 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
27696 Don't give ^M comment-end syntax.
27697
27698 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
27699
27700 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
27701 Don't consider gdbmi (gdb-mi.el has its own update functions).
27702 (gdb-var-delete): Make it work for gdbmi as well.
27703 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
27704
27705 * progmodes/gud.el (etags, sdb): Only require etags when needed.
27706 (gud-speedbar-menu-items): Correct logic for enabling items.
27707
27708 2005-07-15 Kim F. Storm <storm@cua.dk>
27709
27710 * ido.el: Fix commentary.
27711 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
27712 Use with-no-warnings around ffap-guesser.
27713 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
27714 Let bind minibuffer-completing-file-name to t.
27715
27716 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
27717
27718 * startup.el (site-run-file, keyboard-type): Doc fixes.
27719 (command-line): Check for "--basic-display" argument; also for
27720 "--quick", not "--bare-bones" (which was renamed).
27721 (fancy-splash-text): Add missing item "Getting New Versions".
27722 (normal-splash-screen): Fix typos and improve consistency with
27723 `fancy-splash-text'. Update copyright year.
27724
27725 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
27726 valid binding for `help-char'.
27727
27728 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
27729
27730 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
27731
27732 * term.el (term-mode): Disable cua-mode for term buffers.
27733
27734 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
27735
27736 * add-log.el (add-log-mailing-address, change-log-merge):
27737 Doc fixes.
27738 (change-log-get-method-definition): Fix typo in docstring.
27739
27740 2005-07-14 Kim F. Storm <storm@cua.dk>
27741
27742 * emulation/cua-base.el:
27743 (cua--pre-command-handler-1, cua--pre-command-handler)
27744 (cua--post-command-handler-1, cua--post-command-handler):
27745 Split in two. Check (buffer local) value of cua-mode.
27746 (cua-selection-mode): New command.
27747
27748 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
27749
27750 * custom.el (custom-initialize-safe-set)
27751 (custom-initialize-safe-default): Doc fixes.
27752
27753 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27754 and simplify :init-value again.
27755
27756 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27757 and simplify :init-value again. Delete autoload.
27758
27759 * startup.el (command-line): Use `custom-reevaluate-setting' again
27760 for tooltip-mode.
27761
27762 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27763 a defcustom with two :initialize keywords.
27764
27765 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
27766
27767 * allout.el (my-mark-marker, allout-isearch-prior-pos)
27768 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
27769 (allout-post-command-business, allout-flag-region)
27770 (isearch-reenable-font-lock, allout-yank)
27771 (allout-insert-latex-header, allout-insert-latex-trailer)
27772 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
27773 (allout-latex-verb-quote): Fix typos in docstrings.
27774 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
27775 (allout-unprotected, allout-prefix-data):
27776 Improve argument/docstring consistency.
27777 (allout-chart-subtree): Fix argument spec.
27778 (allout-open-topic): Rename `use_sib_bullet' argument to
27779 `use-sib-bullet'. Doc fix.
27780
27781 * whitespace.el (whitespace-check-buffer-leading)
27782 (whitespace-check-buffer-trailing)
27783 (whitespace-check-buffer-indent)
27784 (whitespace-check-buffer-spacetab)
27785 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
27786 (whitespace-check-leading-whitespace)
27787 (whitespace-check-trailing-whitespace)
27788 (whitespace-check-spacetab-whitespace)
27789 (whitespace-check-indent-whitespace)
27790 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
27791 (whitespace-modes): Fix typos in docstrings.
27792 (defgroup, defcustom): Doc fixes.
27793
27794 * winner.el (winner-mode, winner-boring-buffers)
27795 (winner-pending-undo-ring): Doc fixes.
27796 (winner-ring): Remove unneeded `progn'.
27797 (winner-equal): `defsubst' it.
27798 (winner-redo): Fix message.
27799
27800 2005-07-13 Kim F. Storm <storm@cua.dk>
27801
27802 * simple.el (line-move-1): Always use vertical-motion to
27803 do the last (or only) line move to ensure some movement.
27804 Undo 2005-06-23 change--don't check for overlays.
27805
27806 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27807
27808 * term/mac-win.el (ccl-encode-mac-roman-font)
27809 (ccl-encode-mac-centraleurroman-font)
27810 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
27811 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
27812 Change charset-id boundary of dimension to ?\xef.
27813 (mac-char-fontspec-list): New constant.
27814 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
27815 argument. Nil uses itself as family in font-spec. Previous
27816 behavior for nil is now provided by non-nil non-string argument.
27817 All callers changed. Add font-specs for Mac fonts to
27818 "fontset-default" unless iso8859-1 fonts are installed.
27819
27820 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
27821
27822 * progmodes/sh-script.el (sh-get-indent-info): Only indent
27823 a continuation line if the \ is preceded by SPC or TAB.
27824 (sh-get-indent-info): Simplify.
27825 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
27826 Use with-current-buffer.
27827
27828 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
27829 when the matched text is empty.
27830
27831 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
27832
27833 * startup.el (command-line): Revert to previous handling of
27834 tooltip-mode. Explain in comment why the complexity is needed.
27835
27836 * tooltip.el (tooltip-mode): Revert to previous implementation of
27837 its defcustom.
27838
27839 * frame.el (blink-cursor-mode): Revert to previous implementation
27840 of its defcustom. Update comment.
27841
27842 2005-07-12 Lars Hansen <larsh@soem.dk>
27843
27844 * desktop.el: Update e-mail address.
27845
27846 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27847
27848 * term/mac-win.el (mac-services-mail-selection)
27849 (mac-services-mail-to): New functions.
27850 (mac-application-menu-map): Bind them.
27851
27852 2005-07-12 wulei <milton@wulei.net> (tiny change)
27853
27854 * progmodes/gdb-ui.el: Add note about buffering with Windows.
27855
27856 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
27857
27858 * custom.el (custom-reevaluate-setting): Doc fix.
27859
27860 2005-07-11 Jay Belanger <belanger@truman.edu>
27861
27862 * calc/calc.el (calc-embedded-announce-formula-alist)
27863 (calc-embedded-open-close-plain-alist)
27864 (calc-embedded-open-close-mode-alist): Add checks for additional
27865 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
27866
27867 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
27868
27869 * custom.el (custom-enable-theme): Don't add theme to
27870 `custom-enabled-themes' with `push' because there is no
27871 setf-method for `delq'.
27872
27873 2005-07-11 Richard M. Stallman <rms@gnu.org>
27874
27875 * custom.el (custom-declare-variable): Doc fix.
27876
27877 * dired-aux.el (dired-compare-directories): Remove "." and ".."
27878 from the alists.
27879
27880 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
27881 Do nothing if edebug-active.
27882
27883 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
27884 (edebug-display): Do it here instead.
27885
27886 2005-07-10 Richard M. Stallman <rms@gnu.org>
27887
27888 * cus-face.el (custom-theme-set-faces): Make it work.
27889 (custom-reset-faces): Doc fix.
27890 (custom-theme-reset-internal-face, custom-theme-face-value):
27891 Functions deleted.
27892
27893 * custom.el (custom-push-theme): Maintain list of the settings
27894 of a given theme in its theme-settings property.
27895 Maintain position of old settings in the theme-value
27896 or theme-face property.
27897 (custom-enabled-themes): New variable.
27898 (custom-theme-enabled-p): New function.
27899 (provide-theme): Update custom-enabled-themes.
27900 Disable and reenable the `user' theme.
27901 (require-theme): Doc fix.
27902 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
27903 (custom-theme-value, custom-theme-variable-value): Likewise.
27904 (custom-theme-reset-internal): Likewise.
27905 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
27906 (custom-enable-theme, custom-disable-theme): New functions.
27907 (custom-variable-theme-value, custom-face-theme-value): Likewise.
27908 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
27909 (custom-theme-reset-variables): Simplify.
27910 (deftheme, custom-declare-theme, custom-make-theme-feature):
27911 Definitions moved.
27912
27913 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
27914
27915 * longlines.el (longlines-show-region)
27916 (longlines-unshow-hard-newlines): Recognize hard newlines by
27917 non-nil hard property, instead of t.
27918
27919 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
27920
27921 * emulation/viper-cmd.el (viper--key-maps): New variable.
27922 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
27923 emulation-mode-map-alists.
27924 (viper-envelop-ESC-key): Use viper-subseq.
27925 (viper-search-forward/backward/next): Disable debug-on-error.
27926
27927 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27928 (viper-ESC-key): New defcustoms.
27929
27930 * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
27931
27932 * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
27933 (viper-subseq): Copy of subseq from cl.el.
27934
27935 * emulation/viper.el (viper-go-away, viper-set-hooks): Use
27936 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
27937
27938 * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
27939
27940 * emulation/viper-init.el: Get rid of -face in face names.
27941
27942 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
27943 Make it work with longlines mode.
27944
27945 * ediff-mult.el (ediff-meta-mode-hook): New variable.
27946
27947 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
27948
27949 * ediff-init.el: Get rid of -face in face names.
27950
27951 2005-07-10 Richard M. Stallman <rms@gnu.org>
27952
27953 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
27954 and with-timeout-unsuspend.
27955
27956 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
27957 and with-timeout-unsuspend.
27958
27959 * emacs-lisp/timer.el (with-timeout-timers): New variable.
27960 (with-timeout): Bind that variable to record timers.
27961 (with-timeout-suspend, with-timeout-unsuspend): New functions.
27962
27963 * emacs-lisp/debug.el (debug-help-follow): New function.
27964 (debugger-mode-map): Use that instead of help-follow.
27965 (debugger-setup-buffer): Use eval-buffer-list
27966 to handle eval-buffer frames.
27967
27968 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
27969
27970 * timezone.el (timezone-parse-date): Change first regexp
27971 so it will not mistakenly match dates with no time zone.
27972
27973 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
27974
27975 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
27976
27977 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
27978
27979 * custom.el (custom-initialize-safe-set)
27980 (custom-initialize-safe-default): New functions.
27981
27982 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27983 and simplify :init-value.
27984
27985 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27986 and simplify :init-value. Delete obsolete comment.
27987
27988 * startup.el (command-line): Use `custom-reevaluate-setting' to
27989 handle `tooltip-mode'. Delete obsolete comment.
27990
27991 * files.el (set-visited-file-name): Avoid calling
27992 `file-name-nondirectory' with a nil argument.
27993
27994 2005-07-09 Richard M. Stallman <rms@gnu.org>
27995
27996 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
27997 was called with nil for the buffer, handle the read position right.
27998 Handle read position for eval-region, too.
27999
28000 2005-07-09 Juri Linkov <juri@jurta.org>
28001
28002 * fringe.el (fringe-mode): Add period in docstring.
28003 (fringe-query-style): Build prompt depending on `all-frames' arg.
28004
28005 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
28006 to not create links to unrelated functions in the Help buffer.
28007
28008 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
28009 Doc fix.
28010
28011 * simple.el (next-error-hook): New variable.
28012 (next-error): Use it. Doc fix.
28013
28014 * textmodes/ispell.el (ispell-command-loop): Add current
28015 dictionary name and program name to mode-line-format.
28016 (ispell-region, ispell-process-line): Add current dictionary name
28017 and program name to messages.
28018
28019 2005-07-08 Jay Belanger <belanger@truman.edu>
28020
28021 * calc/calc.el (calc-embedded-announce-formula-alist)
28022 (calc-embedded-open-close-formula-alist)
28023 (calc-embedded-open-close-word-alist)
28024 (calc-embedded-open-close-plain-alist)
28025 (calc-embedded-open-close-new-formula-alist)
28026 (calc-embedded-open-close-mode-alist)
28027 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
28028 (calc-embedded-mode-hook): New variables.
28029
28030 * calc/calc-embed.el (calc-embedded-firsttime)
28031 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
28032 New variables.
28033 (calc-do-embedded): Use calc-embedded-firsttime,
28034 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
28035 determine whether or not to run hooks.
28036 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
28037 calc-embedded-firsttime-formula appropriately.
28038 Set calc-embedded delimiter variables according to mode.
28039
28040 2005-07-08 Richard M. Stallman <rms@gnu.org>
28041
28042 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
28043 Check for "emacs", etc., as entire symbol, not just as word.
28044 (checkdoc-file-comments-engine): Use regexp-quote on FN.
28045
28046 * files.el (set-visited-file-name): Report the error
28047 for "empty filename" earlier.
28048 (kill-some-buffers): Ignore buffers already dead.
28049
28050 * fringe.el (fringe-mode): Doc fix.
28051
28052 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
28053 Check for (featurep 'xemacs) and turn off warnings in what it guards.
28054 Use unwind-protect to ensure byte-compile-unresolved-functions
28055 is updated.
28056
28057 * whitespace.el (whitespace-buffer-leading-cleanup):
28058 Simplify w/ skip-chars-forward.
28059 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
28060
28061 * mail/rmail.el (rmail-only-expunge): Fix paren error.
28062 Unconditionally try to leave point at the same old place.
28063
28064 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
28065
28066 * comint.el (comint-postoutput-scroll-to-bottom)
28067 (comint-show-maximum-output): Take scroll-margin into consideration.
28068
28069 2005-07-08 Kim F. Storm <storm@cua.dk>
28070
28071 * ido.el (ido-use-filename-at-point): New choice `guess'.
28072 (ido-file-internal): Try ffap-guesser if selected.
28073
28074 * ido.el (ido-before-fallback-functions): New hook.
28075 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
28076 (ido-read-file-name): Run it.
28077
28078 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
28079
28080 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
28081 strings rather than a list of symbols to the completion function.
28082
28083 2005-07-07 Jay Belanger <belanger@truman.edu>
28084
28085 * calc/calc-units.el (math-apply-units): Change the places in
28086 which units are simplified.
28087
28088 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
28089
28090 * cus-edit.el (customize-option, customize-option-other-window):
28091 Make them handle aliases.
28092
28093 * custom.el (custom-variable-p): Make it recursively follow
28094 aliases. Mention that in the docstring.
28095
28096 2005-07-07 Richard M. Stallman <rms@gnu.org>
28097
28098 * cus-start.el (exec-path): Use `directory' instead of `file'.
28099 Fix tag for nil.
28100
28101 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
28102
28103 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
28104 when called non-interactively. Doc fix.
28105
28106 2005-07-07 Lute Kamstra <lute@gnu.org>
28107
28108 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
28109 new address as well.
28110
28111 2005-07-07 Kenichi Handa <handa@m17n.org>
28112
28113 * international/mule.el (make-coding-system):
28114 Describe `ascii-incompatible' property in the docstring.
28115 (set-file-name-coding-system): Signal an error if coding-system is
28116 ascii-incompatible.
28117 (set-keyboard-coding-system): Likewise.
28118
28119 * international/mule-cmds.el (set-default-coding-systems):
28120 Don't set default-file-name-coding-system and
28121 default-keyboard-coding-system if coding-system is ASCII-incompatible.
28122
28123 * international/utf-16.el: Declare that all UTF-16-based coding
28124 systems are ASCII-incompatible.
28125
28126 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
28127
28128 * progmodes/gud.el: Require font-lock for displaying errors.
28129 Used by gdb-ui.el.
28130
28131 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
28132
28133 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
28134 values for the pattern lists which are `read'able but not
28135 `append'able (like symbols).
28136
28137 2005-07-06 Richard M. Stallman <rms@gnu.org>
28138
28139 * progmodes/flymake.el (flymake-float-time): Instead of
28140 with-no-warnings, test for XEmacs.
28141 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
28142 to avoid warning.
28143
28144 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
28145
28146 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
28147
28148 2005-07-05 Lute Kamstra <lute@gnu.org>
28149
28150 * battery.el: Add support for Darwin (with much debugging help
28151 from Samuel Lauber <sam124@operamail.com>).
28152 (battery-status-function, battery-echo-area-format)
28153 (battery-mode-line-format): Add support for pmset on Darwin.
28154 (battery-load-low, battery-load-critical): New user options.
28155 (battery-pmset): New function.
28156
28157 2005-07-05 Lute Kamstra <lute@gnu.org>
28158
28159 Update FSF's address in GPL notices.
28160
28161 * textmodes/page-ext.el: Update FSF's address.
28162
28163 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
28164
28165 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
28166 filling from using prefix when filling a single-line docstring.
28167
28168 * progmodes/flymake.el: Remove useless eval-when-compile.
28169
28170 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
28171
28172 2005-07-04 Richard M. Stallman <rms@gnu.org>
28173
28174 * textmodes/org.el (org-file-apps-defaults-gnu):
28175 Rename from org-file-apps-defaults-linux.
28176 (org-default-apps): Don't test system-type for `linux'.
28177 (org-file-apps): Doc fix.
28178
28179 2005-07-04 David Ponce <david@dponce.com>
28180
28181 * tree-widget.el: Improve header Commentary section.
28182 (tree-widget) [defgroup]
28183 (tree-widget-image-enable, tree-widget-themes-directory)
28184 (tree-widget-theme, tree-widget-image-properties-emacs)
28185 (tree-widget-image-properties-xemacs, tree-widget-create-image)
28186 (tree-widget-image-formats, tree-widget-control)
28187 (tree-widget-empty-control, tree-widget-leaf-control
28188 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
28189 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
28190 (tree-widget-keep, tree-widget-after-toggle-functions)
28191 (tree-widget-open-node, tree-widget-close-node): Doc fix.
28192 (tree-widget-open-control, tree-widget-close-control): Fix doc and
28193 :help-echo message.
28194 (tree-widget-set-theme): Doc fix. Use `string-equal'.
28195 (tree-widget-image-properties): Doc fix. Clearer implementation.
28196 (tree-widget--cursors): New constant.
28197 (tree-widget-lookup-image): New function split from
28198 `tree-widget-find-image'. Clearer implementation.
28199 (tree-widget-find-image): Use it.
28200 (tree-widget-button-keymap): Use `set-keymap-parent'.
28201 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
28202 Define the sub-widgets here.
28203 (tree-widget-node): Check that :node is not a tree-widget.
28204 (tree-widget-get-super, tree-widget-open-control)
28205 (tree-widget-close-control, tree-widget-empty-control)
28206 (tree-widget-leaf-control, tree-widget-guide)
28207 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
28208 (tree-widget-no-handle, tree-widget-value-delete)
28209 (tree-widget-map): Remove.
28210 (tree-widget-children-value-save): Doc fix. Simplified.
28211 (tree-widget-value-create): Update according to previous changes.
28212
28213 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
28214
28215 * textmodes/org.el: Leading space replaced by TABS.
28216 (org-recalc-marks, org-table-rotate-recalc-marks)
28217 (org-table-get-specials): Treat "^" and "_" marks.
28218 (org-table-justify-field-maybe): Optional argument NEW.
28219 (org-table-eval-formula): Parsing of the format simplified.
28220 New modes C,I. Honor the %= parameter in the current table.
28221 Avoid unnecessary re-align by using the NEW argument to
28222 `org-table-justify-field-maybe'.
28223 (org-calc-default-modes): Default for date-format mimicks org-mode.
28224 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
28225
28226 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
28227
28228 * cus-face.el (custom-theme-set-faces): Make it handle face
28229 aliases whose alias declarations are pre- or autoloaded.
28230
28231 2005-07-04 Juri Linkov <juri@jurta.org>
28232
28233 * faces.el (read-face-name): Put the code for getting a face name
28234 from the buffer before adding the faces from the `face' property.
28235 Use `completing-read-multiple' instead of `completing-read'.
28236 Require `crm'. Add default value and post-process the returned
28237 list of faces.
28238
28239 * emacs-lisp/crm.el (crm-find-current-element)
28240 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
28241
28242 * emacs-lisp/lisp-mode.el (eval-defun-1):
28243 * emacs-lisp/edebug.el (edebug-eval-defun):
28244 Remove unnecessary quotes.
28245
28246 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
28247
28248 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
28249 (prolog-indent-level): Fix typo in docstring.
28250
28251 * info.el (Info-history, Info-history-forward)
28252 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
28253
28254 * add-log.el (add-change-log-entry):
28255 * comint.el (comint-dynamic-list-input-ring)
28256 (comint-dynamic-list-completions):
28257 * dabbrev.el (dabbrev-expand):
28258 * delim-col.el (delimit-columns-rectangle-line):
28259 * diff-mode.el (diff-context->unified, diff-reverse-direction)
28260 (diff-unified->context):
28261 * ediff-init.el (ediff-abbrev-jobname):
28262 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
28263 (ediff-replace-session-activity-marker-in-meta-buffer):
28264 * info.el (Info-summary):
28265 * lpr.el (printify-region):
28266 * printing.el (pr-create-interface):
28267 * ps-print.el (ps-print-quote):
28268 * ses.el (ses-column-widths, ses-print-cell)
28269 (ses-adjust-print-width, ses-center):
28270 * shell.el (shell-file-name-quote-list):
28271 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
28272 (strokes-fill-current-buffer-with-whitespace)
28273 (strokes-xpm-for-stroke, strokes-list-strokes)
28274 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
28275 * term.el (term-dynamic-list-input-ring)
28276 (term-dynamic-list-completions):
28277 * calc/calc.el (math-format-stack-value):
28278 * emacs-lisp/edebug.el (edebug-display-freq-count):
28279 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
28280 (delphi-new-comment-line):
28281 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
28282 * progmodes/executable.el (executable-set-magic):
28283 * progmodes/python.el (inferior-python-mode):
28284 * progmodes/scheme.el (scheme-mode-syntax-table):
28285 * progmodes/sh-script.el (sh-maybe-here-document):
28286 * progmodes/sql.el (sql-copy-column):
28287 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
28288 * textmodes/bibtex.el (bibtex-mode):
28289 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
28290 (sgml-auto-attributes):
28291 * textmodes/table.el (table-insert, table-shorten-cell)
28292 (table--generate-source-scan-lines, table-delete-row)
28293 (*table--cell-delete-char, table--spacify-frame)
28294 (table--horizontally-shift-above-and-below)
28295 (table--cell-insert-char, table--cell-blank-str)
28296 (table--fill-region-strictly):
28297 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
28298 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
28299
28300 * add-log.el (change-log):
28301 * apropos.el (apropos):
28302 * comint.el (comint-completion, comint-source):
28303 * dabbrev.el (dabbrev):
28304 * delim-col.el (columns):
28305 * diff-mode.el (diff-mode):
28306 * ediff.el (ediff):
28307 * ediff-diff.el (ediff-diff):
28308 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
28309 * ediff-mult.el (ediff-mult):
28310 * ediff-ptch.el (ediff-ptch):
28311 * ediff-wind.el (ediff-window):
28312 * facemenu.el (facemenu):
28313 * indent.el (indent):
28314 * info.el (info):
28315 * jka-cmpr-hook.el (compression, jka-compr):
28316 * lpr.el (lpr):
28317 * outline.el (outlines):
28318 * pcmpl-cvs.el (pcmpl-cvs):
28319 * pcmpl-rpm.el (pcmpl-rpm):
28320 * printing.el (printing):
28321 * ps-print.el (postscript, ps-print, ps-print-horizontal)
28322 (ps-print-vertical, ps-print-headers, ps-print-font)
28323 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
28324 (ps-print-background, ps-print-printer, ps-print-page)
28325 (ps-print-miscellany):
28326 * ses.el (ses):
28327 * shell.el (shell, shell-directories, shell-faces):
28328 * startup.el (initialization):
28329 * strokes.el (strokes):
28330 * term.el (term):
28331 * uniquify.el (uniquify):
28332 * w32-vars.el (w32):
28333 * calc/calc.el (calc):
28334 * emacs-lisp/bytecomp.el (bytecomp):
28335 * emacs-lisp/cl-indent.el (lisp-indent):
28336 * emacs-lisp/edebug.el (edebug):
28337 * emacs-lisp/elp.el (elp):
28338 * emacs-lisp/testcover.el (testcover):
28339 * emacs-lisp/trace.el (trace):
28340 * emulation/viper-ex.el (viper-ex):
28341 * emulation/viper-mous.el (viper-mouse):
28342 * mail/mailalias.el (mailalias):
28343 * mail/supercite.el (supercite, supercite-frames)
28344 (supercite-attr, supercite-cite, supercite-hooks):
28345 * net/rcompile.el (remote-compile):
28346 * net/rlogin.el (rlogin):
28347 * obsolete/ooutline.el (outlines):
28348 * progmodes/delphi.el (delphi):
28349 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
28350 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
28351 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
28352 (ebnf-optimization):
28353 * progmodes/etags.el (etags):
28354 * progmodes/executable.el (executable):
28355 * progmodes/idlwave.el (idlwave):
28356 * progmodes/pascal.el (pascal):
28357 * progmodes/prolog.el (prolog):
28358 * progmodes/python.el (python):
28359 * progmodes/scheme.el (scheme):
28360 * progmodes/sh-script.el (sh, sh-script):
28361 * progmodes/sql.el (SQL):
28362 * progmodes/tcl.el (tcl):
28363 * textmodes/bibtex.el (bibtex, bibtex-autokey):
28364 * textmodes/enriched.el (enriched):
28365 * textmodes/makeinfo.el (makeinfo):
28366 * textmodes/sgml-mode.el (sgml):
28367 * textmodes/table.el (table-hooks):
28368 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
28369 * textmodes/texinfo.el (texinfo):
28370 * textmodes/two-column.el (two-column):
28371 Finish `defgroup' description with period.
28372
28373 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
28374 * eshell/esh-var.el (eshell-var):
28375 * progmodes/vhdl-mode.el (vhdl-testbench):
28376 * textmodes/org.el (org): Fix typos in docstrings.
28377
28378 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
28379 consistency.
28380
28381 * progmodes/flymake.el (flymake-find-file): Remove.
28382 (flymake-float-time): Use `with-no-warnings'.
28383 (flymake-check-start-time, flymake-check-was-interrupted)
28384 (flymake-err-info, flymake-is-running, flymake-last-change-time)
28385 (flymake-new-err-info): `defvar' at compile time.
28386
28387 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
28388
28389 * replace.el (occur-hook): Doc fix.
28390 (occur-1): Don't call `occur-hook' if there are no matches.
28391
28392 2005-07-03 Richard M. Stallman <rms@gnu.org>
28393
28394 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
28395 global-map, save the same map.
28396 (global-map): Don't alter it at top level.
28397 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
28398 Then alter it here instead.
28399 (tpu-edt-off): Set global-map to the saved one.
28400
28401 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
28402 All references simplified.
28403 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
28404 (zmacs-regions): Add defvar.
28405 (repeat-complex-command-map): Everything about that deleted.
28406
28407 * textmodes/artist.el (artist-key-is-drawing)
28408 (artist-key-endpoint1, artist-key-poly-point-list)
28409 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
28410 (artist-key-compl-table, artist-rb-save-data)
28411 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
28412 Don't put them in eval-when-compile.
28413 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
28414
28415 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
28416 Use with-no-warnings.
28417
28418 * net/browse-url.el (dos-windows-version): Add defvar.
28419
28420 * mail/supercite.el (filladapt-prefix-table): Add defvar.
28421
28422 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
28423 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
28424 (rmail-new-summary-line-count): Rename from new-summary-line-count.
28425 Add defvar.
28426 (rmail-summary-beginning-of-message): Use with-no-warnings.
28427 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
28428
28429 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
28430 Use with-no-warnings.
28431
28432 * emulation/vi.el (vi-mark-region): Use c-mark-function.
28433 (c-mark-function): Add point-moving-unit property.
28434 (vi-goto-line): Use with-no-warnings.
28435
28436 * emulation/edt.el (edt-last-copied-word): Add defvar.
28437 (zmacs-region-stays): Likewise.
28438 (edt-mark-section-wisely): Use c-mark-function for C.
28439 Use makr-defun for Fortran.
28440 (time-string): defvar deleted.
28441 (edt-display-the-time): Don't set time-string.
28442
28443 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
28444
28445 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28446 Don't warn when name is not constant
28447 or for defining the group `emacs'.
28448
28449 * tooltip.el (gud-tooltip-mode): Add defvar.
28450
28451 * startup.el (default-frame-background-mode): Add defvar.
28452
28453 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
28454
28455 * info.el (tool-bar-map): Add defvar.
28456
28457 * dired.el (dnd-protocol-alist): Add defvar.
28458
28459 * dired-aux.el (dired-query): Display question with answer, when
28460 the user answers.
28461
28462 * custom.el (custom-add-option): Doc fix.
28463
28464 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
28465
28466 2005-07-03 Eli Zaretskii <eliz@gnu.org>
28467
28468 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
28469 bogus name from the last change.
28470
28471 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
28472
28473 * custom.el (custom-declare-variable): Fix typos in comment.
28474 (custom-known-themes): Doc fix.
28475 (custom-theme-directory): New defcustom.
28476 (require-theme): Make it check `custom-theme-directory'.
28477
28478 * cus-theme.el (custom-new-theme-mode): New function.
28479 (custom-theme-name, custom-theme-variables, custom-theme-faces)
28480 (custom-theme-description): Add compiler defvars.
28481 (customize-create-theme): Add doc to the "*New Custom Theme*"
28482 buffer. Use `custom-new-theme-mode'.
28483 (custom-theme-write): Put the created buffer in emacs-lisp-mode
28484 and save it to the `custom-theme-directory'. Make this the
28485 default directory of the buffer.
28486
28487 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
28488
28489 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
28490 Fix unbalanced parentheses.
28491
28492 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
28493
28494 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
28495 into flymake-mode and delegate to flymake-mode.
28496
28497 * find-file.el (ff-which-function-are-we-in): Clean up.
28498
28499 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
28500
28501 * replace.el (occur-rename-buffer): Fix docstring.
28502
28503 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
28504 (edt-last-copied-word, edt-learn-macro-count)
28505 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
28506 (edt-rect-start-point, edt-user-global-map, rect-start-point)
28507 (time-string, zmacs-region-stays):
28508 * emulation/edt-mapper.el (edt-save-function-key-map)
28509 (EDT-key-name): `defvar' to silence the byte-compiler.
28510
28511 2005-07-02 Martin Rudalics <rudalics@gmx.at>
28512
28513 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
28514 font-lock-regexp-backslash. Doc fix.
28515 (font-lock-regexp-backslash-grouping-construct): Rename from
28516 font-lock-regexp-backslash-construct. Doc fix.
28517 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
28518 grouping constructs.
28519
28520 2005-07-02 Eli Zaretskii <eliz@gnu.org>
28521
28522 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
28523 updating all the prerequisites.
28524
28525 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
28526
28527 * textmodes/org.el (org-agenda-start-on-weekday)
28528 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
28529 (org-agenda-use-time-grid, org-archive-location)
28530 (org-allow-space-in-links, org-usenet-links-prefer-google)
28531 (org-enable-table-editor, org-export-default-language)
28532 (org-export-html-show-new-buffer, org-fill-paragraph)
28533 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
28534 (org-goto-quit, org-occur, org-eval-in-calendar)
28535 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
28536 (org-agenda-diary-entry, org-remember-help)
28537 (org-table-convert-region, org-at-table-p)
28538 (org-table-move-row-down, org-table-move-row-up)
28539 (org-table-copy-region, org-table-toggle-vline-visibility)
28540 (org-table-get-stored-formulas, org-table-get-specials)
28541 (org-recalc-commands, org-table-eval-formula)
28542 (org-table-formula-substitute-names, orgtbl-make-binding)
28543 (org-format-org-table-html, org-format-table-table-html)
28544 (org-format-table-table-html-using-table-generate-source)
28545 (org-customize): Fix typos in docstrings.
28546 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
28547 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
28548 (org-back-to-heading): Doc fixes.
28549 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
28550 (org-agenda-change-all-lines, org-get-header):
28551 Improve argument/docstring consistency.
28552 (orgtbl-error): Fix error message.
28553
28554 * progmodes/flymake.el (flymake-find-possible-master-files)
28555 (flymake-master-file-compare, flymake-get-line-err-count)
28556 (flymake-highlight-line, flymake-gui-warnings-enabled):
28557 Fix typos in docstrings.
28558 (flymake-parse-line, flymake-get-project-include-dirs-function)
28559 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
28560 Doc fixes.
28561 (flymake-get-project-include-dirs-function)
28562 (flymake-make-err-menu-data):
28563 Improve argument/docstring consistency.
28564
28565 2005-07-01 Lute Kamstra <lute@gnu.org>
28566
28567 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
28568 Catch errors with ignore-errors. Use temporary buffer.
28569 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
28570
28571 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
28572 background color faces.
28573 (facemenu-set-foreground, facemenu-set-background):
28574 Use facemenu-set-face-from-menu.
28575 (facemenu-set-face-from-menu): Treat face names that start with
28576 "fg:" or "bg:" as special.
28577 (facemenu-add-new-color): Don't create faces. Simplify.
28578
28579 2005-06-30 Richard M. Stallman <rms@gnu.org>
28580
28581 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
28582 (crm-find-current-element): Likewise.
28583
28584 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
28585
28586 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
28587
28588 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
28589
28590 * arc-mode.el (archive-extract): Make it work as a mouse binding.
28591 (archive-mouse-extract): Make it an obsolete alias.
28592 (archive-mode-map): Don't use archive-mouse-extract any more.
28593 (archive-mode, archive-extract): write-contents-hooks ->
28594 write-contents-functions.
28595 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
28596 first arg.
28597 (archive-rename-entry): Update the call.
28598 (archive-zip-summarize): Remove unused var `method'.
28599 (archive-lzh-summarize): Remove unused var `creator'.
28600
28601 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
28602 dedicated frame upon exit.
28603
28604 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
28605 (archive-zip-extract, archive-zip-expunge)
28606 (archive-zip-update, archive-zip-update-case): Use executable-find.
28607 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
28608 Use restore-buffer-modified-p.
28609 (archive-extract, archive-add-new-member, archive-write-file-member):
28610 Use with-current-buffer.
28611 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
28612
28613 2005-06-30 Andreas Schwab <schwab@suse.de>
28614
28615 * progmodes/gud.el (gud-filter): Remove unneeded progn.
28616
28617 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
28618
28619 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
28620
28621 2005-06-30 Juri Linkov <juri@jurta.org>
28622
28623 * faces.el (vertical-border): Inherit from mode-line-inactive
28624 only on tty.
28625
28626 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
28627
28628 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
28629 example, -NLINES in the `occur' docstring).
28630
28631 * replace.el (occur-1): When no matches are found, do not set the
28632 `buffer-read-only' and modified flags for the occur buffer,
28633 because it is deleted.
28634
28635 * emulation/cua-base.el (cua-check-pending-input)
28636 (cua-repeat-replace-region, cua-mode, cua-debug)
28637 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
28638 Fix typos in docstrings.
28639
28640 * emulation/cua-gmrk.el (cua-toggle-global-mark)
28641 (cua-cut-region-to-global-mark)
28642 (cua--cut-rectangle-to-global-mark):
28643 Remove period from end of messages.
28644
28645 * emulation/cua-rect.el (cua-do-rectangle-padding):
28646 Remove period from end of messages.
28647 (cua--rectangle-seq-format): Fix typo in docstring.
28648 (cua-sequence-rectangle, cua-fill-char-rectangle):
28649 Improve argument/docstring consistency.
28650
28651 2005-06-29 Juri Linkov <juri@jurta.org>
28652
28653 * faces.el (default-frame-background-mode): New internal variable.
28654 (frame-set-background-mode): Use it.
28655
28656 * startup.el (normal-top-level): Set default-frame-background-mode
28657 instead of frame-background-mode. Before setting it, test for its
28658 nil value. Remove tests for frame-background-mode and frame
28659 parameter `reverse'. Add test for "unspecified-fg".
28660
28661 * term/xterm.el (xterm-rxvt-set-background-mode):
28662 * term/rxvt.el (rxvt-set-background-mode):
28663 Set default-frame-background-mode instead of frame-background-mode.
28664
28665 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
28666
28667 * simple.el (set-variable): Warn about obsolete user variables.
28668
28669 * imenu.el (imenu--completion-buffer):
28670 * mouse.el (mouse-buffer-menu-alist):
28671 * msb.el (msb-invisible-buffer-p):
28672 * calendar/diary-lib.el (diary-header-line-format):
28673 * emacs-lisp/pp.el (pp-buffer):
28674 * progmodes/cperl-mode.el (cperl-do-auto-fill):
28675 * textmodes/picture.el (picture-replace-match):
28676 Change space constants followed by a sexp to "?\s ".
28677
28678 * play/decipher.el (decipher-loop-with-breaks):
28679 * textmodes/texinfo.el (texinfo-insert-@item): Change space
28680 constants "protected" from end of line by a comment to "?\s".
28681
28682 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28683
28684 * font-lock.el (save-buffer-state): Use `declare'.
28685
28686 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
28687 reset the syntax-table to cperl-mode-syntax-table.
28688 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
28689 "foo_print_bar" is not matched as a reserved keyword.
28690
28691 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
28692
28693 * textmodes/org.el (orgtbl-setup): New function, for delayed
28694 setup for the orgtbl commands.
28695 (org-calc-default-modes): New option.
28696 (orgtbl-make-binding): Use `defun' to get better help display.
28697 (org-diary): Call `org-compile-prefix-format'.
28698 (org-table-formula-substitute-names): New function.
28699 (org-agenda-day-view, org-agenda-week-view): New commands.
28700 (org-agenda-toggle-week-view): Command removed.
28701 (org-tbl-menu): Split off from org-org-menu.
28702 (org-mode): Move removal of outline-mode menus to here.
28703 (org-table-formula-debug): New option.
28704 (org-table-insert-row): Keep first field if just "#" or "*".
28705 (org-mode): Paragraph regexps fixed.
28706 (org-table-recalculate-regexp): New constant.
28707 (org-table-justify-field-maybe): Avoid replace if not necessary.
28708 (org-copy-special, org-cut-special): Use `call-interactively'.
28709 (org-table-copy-region): Take region from `interactive' call.
28710 (org-trim): Return string even if no match.
28711 (org-formula): New face.
28712 (org-set-font-lock-defaults): No longer highlight "FIXME".
28713 But highlight formula-related fields in table.
28714 (org-table-p): Use regexp, not fontification.
28715 (org-table-align): Handle white space at end of line.
28716 (org-table-formula-evaluate-inline): New option.
28717 (org-mode): Auto-wrapping in comment lines turned off.
28718 (org-table-copy-down): Evaluate only in copied field, not in
28719 destination.
28720 (org-table-current-formula): Variable removed.
28721 (org-table-store-formulas, org-table-get-stored-formulas)
28722 (org-table-modify-formulas, org-table-replace-in-formulas)
28723 (org-table-maybe-eval-formula): New functions.
28724 (org-table-get-formula): Modify to use stored formulas.
28725 (org-table-insert-column, org-table-delete-column)
28726 (org-table-move-column): Call `org-table-modify-formulas'.
28727 (org-complete): Add completion for keyword formulas.
28728 (orgtbl-mode): Pull orgtbl-mode-map to start of
28729 minor-mode-map-alist.
28730
28731 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28732
28733 * progmodes/python.el (python-check): Require `compile' before
28734 modifying its variables.
28735
28736 * newcomment.el (comment-indent-default): Don't get fooled by an early
28737 end of buffer.
28738
28739 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28740
28741 * ps-print.el (ps-print-version): Fix version number.
28742
28743 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
28744
28745 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
28746
28747 2005-06-28 Richard M. Stallman <rms@gnu.org>
28748
28749 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
28750 (flyspell-local-mouse-map): Declaration deleted.
28751 (flyspell-mouse-map): Bind only mouse-2.
28752 (flyspell-mode-map): Don't test flyspell-use-local-map.
28753 (flyspell-overlay-keymap-property-name): Var deleted.
28754 (flyspell-mode-on): Don't make local bindings for
28755 flyspell-mouse-map and flyspell-mode-map.
28756 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
28757
28758 * textmodes/ispell.el (ispell-word): Do not ignore short words.
28759
28760 * progmodes/compile.el (compilation-next-error-function):
28761 Don't switch buffers; operate on the current buffer.
28762
28763 * progmodes/compile.el (compilation-error-file-name)
28764 (compilation-warning-file-name, compilation-info-file-name)
28765 (compilation-line-number, compilation-column-number): New faces.
28766 (compilation-error-face, compilation-warning-face)
28767 (compilation-info-face, compilation-line-face)
28768 (compilation-column-face): Use them.
28769
28770 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
28771
28772 * comint.el (comint-password-prompt-regexp): Accept ", try again".
28773
28774 * bindings.el (global-map): Bind insertchar and its variants.
28775
28776 2005-06-27 Richard M. Stallman <rms@gnu.org>
28777
28778 * textmodes/artist.el (artist-text-overwrite)
28779 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
28780
28781 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28782
28783 * ps-print.el: It was not working the page selection for printing.
28784 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
28785 (ps-print-version): New version 6.6.7.
28786 (ps-end-sheet): New fun.
28787 (ps-header-sheet, ps-end-job): Call it.
28788
28789 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
28790
28791 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
28792
28793 2005-06-27 Lute Kamstra <lute@gnu.org>
28794
28795 * facemenu.el (facemenu-unlisted-faces): Add foreground and
28796 background color faces.
28797 (facemenu-get-face): Delete function.
28798 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
28799 (facemenu-add-new-color): Make second argument mandatory.
28800 Create the appropriate face and return it. Simplify.
28801 (facemenu-set-foreground, facemenu-set-background): Don't check if
28802 color is defined. Use return value of facemenu-add-new-color.
28803
28804 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
28805
28806 * progmodes/gud.el (gud-filter): Add missing argument to
28807 with-selected-window.
28808
28809 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
28810
28811 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
28812 a :require to the defcustom.
28813
28814 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
28815 defcustoms corresponding to minor modes.
28816
28817 2005-06-26 David Ponce <david@dponce.com>
28818
28819 * recentf.el: Require tree-widget instead of wid-edit.
28820 (recentf-filename-handler): Fix widget :type.
28821 (recentf-cancel-dialog, recentf-open-more-files)
28822 (recentf-open-files-action): Doc fix.
28823 (recentf-dialog-goto-first): New function.
28824 (recentf-dialog-mode-map): Set parent keymap first.
28825 (recentf-dialog-mode): Define with define-derived-mode.
28826 Don't display continuation lines in dialogs.
28827 (recentf-edit-list): Rename from recentf-edit-selected-items.
28828 (recentf-edit-list-select): Rename from recentf-edit-list-action.
28829 Simplify.
28830 (recentf-edit-list-validate): New function.
28831 (recentf-edit-list): Update accordingly.
28832 (recentf-open-files-item-shift): Remove.
28833 (recentf-open-files-item): Convert menu elements into tree and
28834 link widgets. Don't create the widgets.
28835 (recentf-open-files): Update accordingly.
28836 (recentf-save-list): Untabify.
28837
28838 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
28839
28840 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
28841 (keep-lines): Add INTERACTIVE arg. Never delete lines only
28842 partially contained in the active region. Do not take active
28843 region into account when called from Lisp, unless INTERACTIVE arg
28844 is non-nil. Use `forward-line' instead of `beginning-of-line' to
28845 avoid trouble with fields. Make marker point nowhere when no
28846 longer used. Always return nil. Doc fix.
28847 (flush-lines): Add INTERACTIVE arg. Do not take active region
28848 into account when called from Lisp, unless INTERACTIVE arg is
28849 non-nil. Use `forward-line' instead of `beginning-of-line' to
28850 avoid trouble with fields. Make marker point nowhere when no
28851 longer used. Always return nil. Doc fix.
28852 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
28853 interchangeable. Do not take active region into account when
28854 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
28855 message in echo area when called from Lisp, unless INTERACTIVE arg
28856 is non-nil. Avoid saying "1 occurrences". Do not use markers.
28857 Return the number of matches. Doc fix.
28858 (occur): Doc fix.
28859 (perform-replace): Make comment follow double space convention for
28860 the sake of `outline-minor-mode'.
28861
28862 * faces.el (facep): Doc fix.
28863
28864 2005-06-25 Richard M. Stallman <rms@gnu.org>
28865
28866 * facemenu.el (facemenu-enable-faces-p): New function.
28867 (facemenu-background-menu, facemenu-foreground-menu)
28868 (facemenu-face-menu): Add menu-enable property.
28869
28870 * jka-compr.el (jka-compr-insert-file-contents):
28871 Special handling if cannot find the uncompression program.
28872
28873 * cus-face.el (custom-face-attributes): Add autoload.
28874
28875 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28876 Bind comment-indent-function locally.
28877
28878 * window.el (save-selected-window): Use save-current-buffer.
28879
28880 * subr.el (with-selected-window): Use save-current-buffer.
28881
28882 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
28883 and with-current-buffer.
28884
28885 2005-06-24 Richard M. Stallman <rms@gnu.org>
28886
28887 * simple.el (line-move-1): Fix previous change.
28888
28889 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
28890
28891 * replace.el (occur-1): Set `buffer-read-only' and the
28892 buffer-modified flag before running `occur-hook' to protect
28893 against unintentional buffer switches that can lead to data loss.
28894
28895 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
28896
28897 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
28898 (gud-gdb-marker-filter): Use font-lock-warning-face for any
28899 initial error.
28900
28901 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
28902 after fresh input.
28903 (gdb-var-create-handler): Put name of expression in quotes.
28904
28905 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
28906
28907 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
28908 elements of RING in order, and without bogus nil elements.
28909
28910 2005-06-23 Richard M. Stallman <rms@gnu.org>
28911
28912 * simple.el (set-variable): Args renamed; doc fix.
28913 (line-move-1): When there are overlays around, use vertical-motion.
28914
28915 * faces.el (escape-glyph): Use brown against light background.
28916 (nobreak-space): Rename from no-break-space.
28917 Fix previous change.
28918
28919 * dired-aux.el (dired-do-copy): Fix arg prompt.
28920
28921 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
28922
28923 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
28924
28925 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
28926 rather than "Distributor".
28927
28928 2005-06-23 Lute Kamstra <lute@gnu.org>
28929
28930 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
28931 (debug-on-entry): Use it. New interactive declaration that uses
28932 function-called-at-point.
28933
28934 2005-06-23 Kim F. Storm <storm@cua.dk>
28935
28936 * subr.el (save-match-data): Add comment about using evaporate arg
28937 to set-match-data.
28938
28939 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
28940
28941 * cus-edit.el (customize-face)
28942 (customize-face-other-window): Handle face aliases.
28943
28944 * faces.el (face-documentation, set-face-attribute)
28945 (face-spec-set): Handle face aliases.
28946
28947 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
28948
28949 * help-mode.el (help-make-xrefs): If a symbol representing a face
28950 name is not followed by the word "face", it could still be a
28951 function or variable name, so don't bypass other checks.
28952
28953 2005-06-22 Juri Linkov <juri@jurta.org>
28954
28955 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
28956 Replace aliased functions with calls where second arg `inherit' is t.
28957
28958 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
28959
28960 * progmodes/gdb-ui.el (gdb-error): New variable.
28961 (gdb-error): New function.
28962 (gdb-annotation-rules): Act on error-begin and error annotations.
28963 (gdb-concat-output): Use font-lock-warning-face for errors.
28964
28965 2005-06-22 Miles Bader <miles@gnu.org>
28966
28967 * bindings.el (propertized-buffer-identification): Use renamed
28968 `Buffer-menu-buffer' face.
28969
28970 * faces.el (vertical-border): Rename from `vertical-divider'.
28971 (escape-glyph): Change dark-background color back to `cyan'.
28972
28973 2005-06-21 Juri Linkov <juri@jurta.org>
28974
28975 * faces.el (face-user-default-spec): Try getting `customized-face'
28976 prior to `saved-face'.
28977 (frame-background-mode): Refill docstring.
28978
28979 * emacs-lisp/lisp-mode.el (eval-defun-1):
28980 * emacs-lisp/edebug.el (edebug-eval-defun):
28981 Set `saved-face' temporarily to nil before calling form.
28982 Set `customized-face' to the new spec after that.
28983
28984 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
28985
28986 * subr.el (1value, lambda, key-substitution-in-progress):
28987 Doc fixes.
28988
28989 * autoinsert.el (auto-insert-alist):
28990 * ses.el (ses-call-printer):
28991 * subr.el (noreturn):
28992 * emacs-lisp/lisp.el (check-parens):
28993 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
28994 * net/browse-url.el (browse-url-mosaic):
28995 * progmodes/cc-defs.el (c-safe-scan-lists):
28996 * progmodes/ebnf-abn.el (ebnf-abn-lex):
28997 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
28998 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
28999 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
29000 * progmodes/ebnf-iso.el (ebnf-iso-lex):
29001 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
29002
29003 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
29004
29005 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
29006
29007 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
29008
29009 * calendar/appt.el (appt-make-list): Activate the package, if
29010 not already active (for backwards compatibility).
29011
29012 2005-06-20 Kim F. Storm <storm@cua.dk>
29013
29014 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
29015
29016 2005-06-20 Miles Bader <miles@gnu.org>
29017
29018 * faces.el (vertical-divider): New face.
29019
29020 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
29021
29022 * simple.el (kill-whole-line): Doc fix.
29023 (next-error-buffer-p, next-error-find-buffer)
29024 (clone-indirect-buffer): Fix typos in docstrings.
29025 (comment-line-break-function): Doc fix: don't say variable
29026 is automatically buffer-local (it isn't).
29027
29028 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
29029
29030 * net/tramp-ftp.el (top):
29031 * net/tramp-smb.el (top):
29032 * net/tramp-util.el (top):
29033 * net/tramp-uu.el (top):
29034 * net/tramp-vc.el (top):
29035 * net/tramp.el (top): Revert copyright years back to original
29036 ones. Tramp has a life outside GNU Emacs.
29037
29038 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
29039
29040 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
29041
29042 2005-06-18 Juri Linkov <juri@jurta.org>
29043
29044 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
29045 end of first regexp to limit the match to the position between
29046 line number and source line with same separator character as used
29047 between file name and line number. In the second regexp limit
29048 mouse-face area to file name and line number by adding new group
29049 for them and referring it in HYPERLINK arg.
29050 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
29051 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
29052 previous line where grep markers may be already removed.
29053
29054 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
29055
29056 * progmodes/ps-mode.el: Update version and maintainer's email address.
29057
29058 2005-06-18 Steve Youngs <steve@xemacs.org>
29059
29060 * net/browse-url.el (browse-url-browser-function)
29061 (browse-url-default-browser): Add firefox.
29062 (browse-url-firefox-program, browse-url-firefox-arguments)
29063 (browse-url-firefox-startup-arguments)
29064 (browse-url-firefox-new-window-is-tab): New defcustoms.
29065 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
29066
29067 2005-06-17 Richard M. Stallman <rms@gnu.org>
29068
29069 * startup.el (command-line): Warn if specified user name has
29070 no home directory.
29071
29072 * term.el (term-get-old-input, term-input-filter, term-input-sender)
29073 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
29074
29075 * longlines.el (longlines-mode, longlines-show-hard-newlines):
29076 Doc fixes.
29077
29078 * faces.el (underline): Try bold if terminal doesn't support underline.
29079
29080 * mail/sendmail.el (mail-setup-with-from): New variable.
29081 (mail-insert-from-field): New function.
29082 (sendmail-send-it): Call it.
29083 (mail-setup): Optionally call it here.
29084
29085 * term/linux.el: Call tty-no-underline.
29086
29087 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
29088
29089 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
29090
29091 2005-06-17 Miles Bader <miles@gnu.org>
29092
29093 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
29094 (ediff-current-diff-C, ediff-current-diff-Ancestor)
29095 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
29096 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
29097 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
29098 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
29099 Remove "-face" suffix from face names.
29100 (ediff-current-diff-face-A, ediff-current-diff-face-B)
29101 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
29102 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
29103 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
29104 (ediff-even-diff-face-A, ediff-even-diff-face-B)
29105 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
29106 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
29107 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
29108 New backward-compatibility aliases for renamed faces.
29109 (ediff-current-diff-face-A, ediff-current-diff-face-B)
29110 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
29111 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
29112 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
29113 (ediff-even-diff-face-A, ediff-even-diff-face-B)
29114 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
29115 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
29116 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
29117 Use renamed ediff faces.
29118
29119 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
29120 Remove "-face" suffix from face names.
29121 (eshell-test-ok-face, eshell-test-failed-face):
29122 New backward-compatibility aliases for renamed faces.
29123 (eshell-run-test): Use renamed eshell-test faces.
29124
29125 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
29126 face name.
29127 (eshell-prompt-face): New backward-compatibility alias for renamed
29128 face.
29129 (eshell-emit-prompt): Use renamed eshell-prompt face.
29130
29131 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
29132 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
29133 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
29134 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
29135 Remove "-face" suffix from face names.
29136 (eshell-ls-directory-face, eshell-ls-symlink-face)
29137 (eshell-ls-executable-face, eshell-ls-readonly-face)
29138 (eshell-ls-unreadable-face, eshell-ls-special-face)
29139 (eshell-ls-missing-face, eshell-ls-archive-face)
29140 (eshell-ls-backup-face, eshell-ls-product-face)
29141 (eshell-ls-clutter-face):
29142 New backward-compatibility aliases for renamed faces.
29143 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
29144
29145 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
29146 Remove "-face" suffix from face name.
29147 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
29148 instead of literal face.
29149
29150 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
29151
29152 * emacs-lisp/warnings.el (display-warning, lwarn)
29153 (warning-minimum-log-level): Doc fixes.
29154 (warning-minimum-level, warning-minimum-log-level):
29155 Add :debug to :type choices.
29156
29157 * progmodes/ada-mode.el (ada-format-paramlist)
29158 (ada-get-indent-case, ada-check-matching-start)
29159 (ada-check-defun-name, ada-goto-matching-decl-start)
29160 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
29161 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
29162 (ada-make-subprogram-body): Follow error conventions.
29163 (ada-case-exception-file, ada-indent-comment-as-code)
29164 (ada-indent-handle-comment-special, ada-indent-renames)
29165 (ada-indent-return, ada-search-directories-internal)
29166 (ada-tab-policy, ada-case-exception-substring)
29167 (ada-other-file-alist, ada-matching-start-re)
29168 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
29169 (ada-imenu-generic-expression, ada-compile-goto-error)
29170 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
29171 (ada-popup-menu, ada-add-extensions, ada-mode)
29172 (ada-region-selected, ada-create-case-exception)
29173 (ada-create-case-exception-substring, ada-after-keyword-p)
29174 (ada-activate-keys-for-case, ada-adjust-case-region)
29175 (ada-adjust-case-buffer, ada-format-paramlist)
29176 (ada-scan-paramlist, ada-insert-paramlist)
29177 (ada-indent-newline-indent)
29178 (ada-indent-newline-indent-conditional)
29179 (ada-justified-indent-current, ada-goto-previous-word)
29180 (ada-indent-current, ada-get-indent-open-paren)
29181 (ada-get-indent-paramlist, ada-get-indent-end)
29182 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
29183 (ada-get-indent-block-start, ada-get-indent-subprog)
29184 (ada-get-indent-noindent, ada-get-indent-label)
29185 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
29186 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
29187 (ada-goto-stmt-end, ada-goto-next-word)
29188 (ada-check-matching-start, ada-check-defun-name)
29189 (ada-goto-matching-decl-start, ada-goto-matching-start)
29190 (ada-goto-matching-end, ada-search-ignore-string-comment)
29191 (ada-in-decl-p, ada-looking-at-semi-or)
29192 (ada-looking-at-semi-private, ada-in-paramlist-p)
29193 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
29194 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
29195 (ada-next-procedure, ada-previous-procedure, ada-next-package)
29196 (ada-previous-package, ada-create-menu)
29197 (ada-fill-comment-paragraph-justify)
29198 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
29199 (ada-other-file-name, ada-last-which-function-line)
29200 (ada-last-which-function-subprog, ada-which-function)
29201 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
29202 (ada-gen-treat-proc, ada-check-emacs-version)
29203 (ada-continuation-indent, ada-align-region-separate):
29204 Fix typos in docstrings.
29205 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
29206
29207 2005-06-16 Lute Kamstra <lute@gnu.org>
29208
29209 * simple.el (fundamental-mode): Run after-change-major-mode-hook
29210 conditionally.
29211
29212 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
29213
29214 * comint.el (comint-replace-by-expanded-filename)
29215 (comint-prompt-regexp, comint-delimiter-argument-list)
29216 (comint-preinput-scroll-to-bottom):
29217 * info.el (Info-hide-cookies-node):
29218 * ls-lisp.el (ls-lisp-classify):
29219 * find-file.el (ff-search-directories, ff-special-constructs)
29220 (ff-find-other-file):
29221 * font-lock.el (font-lock-keywords):
29222 * shell.el (shell-prompt-pattern)
29223 (shell-dynamic-complete-functions, shell-mode)
29224 (shell-delimiter-argument-list):
29225 * term.el (term-replace-by-expanded-filename)
29226 (term-prompt-regexp, term-delimiter-argument-list):
29227 * woman.el (woman-ignore, woman0-if):
29228 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
29229 * emacs-lisp/elint.el (elint-init-env):
29230 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
29231 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
29232 * language/ethio-util.el (ethio-tilde-escape)
29233 (ethio-use-three-dot-question):
29234 * net/zone-mode.el (zone-mode-load-time-setup):
29235 * progmodes/cc-align.el (c-lineup-argcont):
29236 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
29237 * progmodes/cperl-mode.el (cperl-set-style-back):
29238 * progmodes/inf-lisp.el (inferior-lisp-prompt):
29239 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
29240 Fix spellings in docstrings.
29241
29242 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
29243 * progmodes/modula2.el (m2-for): Fix spellings.
29244
29245 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
29246
29247 * simple.el (undo-more): Don't use `format' on `error' arguments.
29248 Improve argument/docstring consistency.
29249 (pending-undo-list): Doc fix.
29250
29251 * smerge-mode.el (smerge-ensure-match):
29252 * emulation/vip.el (vip-ex):
29253 * net/zone-mode.el (zone-mode-update-serial):
29254 * progmodes/idlwave.el (idlwave-complete):
29255 * progmodes/vhdl-mode.el (vhdl-visit-file)
29256 (vhdl-compose-wire-components):
29257 Don't use `format' on `error' arguments.
29258
29259 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
29260 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
29261 (tooltip-help-tips): Fix typos in docstrings.
29262
29263 2005-06-16 David Ponce <david@dponce.com>
29264
29265 * tree-widget.el (tree-widget-value-create): Simplify last change.
29266
29267 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
29268
29269 * ido.el (ido-incomplete-regexp): New variable.
29270 (ido-set-matches-1): Handle invalid-regexp error and set
29271 ido-incomplete-regexp.
29272 (ido-incomplete-regexp): New face.
29273 (ido-completions): Use it.
29274 (ido-complete, ido-exit-minibuffer, ido-completions):
29275 Handle incomplete regexps.
29276 (ido-completions): Add check for complete match when entering a regexp.
29277
29278 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
29279
29280 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
29281
29282 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29283
29284 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
29285 by field delimiters.
29286
29287 2005-06-15 David Ponce <david@dponce.com>
29288
29289 * tree-widget.el: eval-and-compile inlined functions so they will
29290 be available at run-time too.
29291 (tree-widget-super-format-handler)
29292 (tree-widget-format-handler): Remove.
29293 (tree-widget-value-create): Handle the :indent property.
29294
29295 2005-06-15 Miles Bader <miles@gnu.org>
29296
29297 * progmodes/which-func.el (which-func): Only inherit
29298 `font-lock-function-name-face' when that makes sense against the
29299 default mode-line face, otherwise set the face color explicitly.
29300
29301 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
29302 faces instead of (non-existent) variables.
29303
29304 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
29305
29306 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
29307 (iswitchb-get-matched-buffers): Likewise. Simplify.
29308
29309 2005-06-14 Miles Bader <miles@gnu.org>
29310
29311 * progmodes/ld-script.el (ld-script-location-counter):
29312 Remove "-face" suffix from face name.
29313 (ld-script-location-counter-face):
29314 New backward-compatibility alias for renamed face.
29315 (ld-script-location-counter-face): Use renamed face.
29316
29317 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
29318 (cperl-hash): Remove "-face" suffix from face names.
29319 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
29320 New backward-compatibility aliases for renamed faces.
29321 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
29322 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
29323
29324 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
29325 name.
29326 (which-func-face): New backward-compatibility alias for renamed face.
29327 (which-func-format): Use renamed which-func face.
29328
29329 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
29330 (vhdl-function, vhdl-directive, vhdl-reserved-word)
29331 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
29332 names.
29333 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
29334 (vhdl-speedbar-configuration, vhdl-speedbar-package)
29335 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
29336 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
29337 (vhdl-speedbar-architecture-selected)
29338 (vhdl-speedbar-configuration-selected)
29339 (vhdl-speedbar-package-selected)
29340 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
29341 names.
29342 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
29343 Use renamed faces.
29344 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
29345 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
29346 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
29347 Use renamed faces.
29348 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
29349 names.
29350 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
29351 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
29352 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
29353 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
29354 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
29355 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
29356
29357 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
29358 face name.
29359 (sh-heredoc-face): New backward-compatibility alias for renamed face.
29360 (sh-heredoc-face): Use renamed sh-heredoc face.
29361
29362 * progmodes/idlw-help.el (idlwave-help-link):
29363 Remove "-face" suffix from face name.
29364 (idlwave-help-link-face):
29365 New backward-compatibility alias for renamed face.
29366 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
29367
29368 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
29369 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
29370 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
29371 New backward-compatibility aliases for renamed faces.
29372 (idlwave-shell-disabled-breakpoint-face)
29373 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
29374
29375 * progmodes/flymake.el (flymake-errline, flymake-warnline):
29376 Remove "-face" suffix from face names.
29377 (flymake-errline-face, flymake-warnline-face):
29378 New backward-compatibility aliases for renamed faces.
29379 (flymake-highlight-line): Use renamed flymake faces.
29380
29381 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
29382 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
29383 (ebrowse-member-class, ebrowse-progress):
29384 Remove "-face" suffix from face names.
29385 (ebrowse-tree-mark-face, ebrowse-root-class-face)
29386 (ebrowse-file-name-face, ebrowse-default-face)
29387 (ebrowse-member-attribute-face, ebrowse-member-class-face)
29388 (ebrowse-progress-face):
29389 New backward-compatibility aliases for renamed faces.
29390 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
29391 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
29392 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
29393 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
29394
29395 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
29396 antlr-syntax)
29397 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
29398 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
29399 names.
29400 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
29401 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
29402 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
29403 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
29404 backward-compatibility aliases for renamed faces.
29405 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
29406 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
29407 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
29408 remove "font-lock-". Use renamed antlr-mode faces.
29409 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
29410 literal face-names with face variable references.
29411
29412 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
29413 face name.
29414 (Buffer-menu-buffer-face): New backward-compatibility alias for
29415 renamed face.
29416 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
29417
29418 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
29419
29420 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
29421 Eliminate "-face" suffix.
29422 (makefile-targets): Inherit from font-lock-function-name-face and
29423 eliminate "-face" suffix.
29424 (makefile-shell): Remove attributes and eliminate "-face" suffix.
29425 (makefile-*-font-lock-keywords): Append makefile-targets in rule
29426 actions, instead of prepending, to make it less visible.
29427 (makefile-previous-dependency, makefile-match-dependency):
29428 Don't match a target on a continuation line.
29429
29430 * files.el (auto-mode-alist): Put Makefile in gmake mode.
29431
29432 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
29433
29434 * progmodes/gdb-ui.el (menu): Re-order menu items.
29435 (gdb-tooltip-print): Respect tooltip-use-echo-area.
29436
29437 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
29438 Define in tooltip.el.
29439 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
29440 (gud-tooltip-tips): Respect tooltip-use-echo-area and
29441 gud-tooltip-echo-area.
29442
29443 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
29444 backward compatibility and make obsolete.
29445 (tooltip-help-tips): Use tooltip-use-echo-area.
29446 (tooltip-show-help-function): Rename to...
29447 (tooltip-show-help): ...this, because it is a function.
29448 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
29449
29450 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
29451
29452 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
29453 (edebug-print-length, edebug-print-level, edebug-print-circle)
29454 (edebug-modify-breakpoint, edebug-eval-last-sexp)
29455 (edebug-eval-print-last-sexp): Doc fixes.
29456
29457 2005-06-14 Kim F. Storm <storm@cua.dk>
29458
29459 * ido.el (ido-mode): Make a new keymap every time we enable ido,
29460 as the coverage buffer/file/both may change.
29461
29462 2005-06-14 Lute Kamstra <lute@gnu.org>
29463
29464 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
29465 and run-mode-hooks. Simplify.
29466
29467 * mail/rmailedit.el (rmail-edit-mode):
29468 * progmodes/octave-inf.el (inferior-octave-mode):
29469 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
29470
29471 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
29472 and run-mode-hooks.
29473 (recentf-edit-list, recentf-open-files): Don't call
29474 kill-all-local-variables directly.
29475
29476 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
29477
29478 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
29479
29480 * emacs-lisp/byte-run.el (make-obsolete)
29481 (define-obsolete-function-alias): Rename arguments FUNCTION and
29482 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
29483 (make-obsolete-variable, define-obsolete-variable-alias):
29484 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
29485 respectively.
29486
29487 * isearchb.el (isearchb-activate):
29488 * pcvs.el (cvs-mode):
29489 * ses.el (ses-load):
29490 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
29491 * net/tramp.el (tramp-find-file-exists-command)
29492 (tramp-find-shell):
29493 * progmodes/ada-mode.el (ada-create-case-exception)
29494 (ada-create-case-exception-substring, ada-make-subprogram-body):
29495 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
29496 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
29497 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
29498 * textmodes/org.el (org-promote, org-evaluate-time-range)
29499 (org-agenda-next-date-line, org-agenda-previous-date-line)
29500 (org-agenda-error, org-open-at-point, org-table-move-row)
29501 (org-format-table-table-html-using-table-generate-source)
29502 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
29503 * textmodes/reftex.el (reftex-access-scan-info):
29504 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
29505 (reftex-toc-promote-prepare): Follow error conventions.
29506
29507 * diff-mode.el (diff-mode): Fix typo in docstring.
29508
29509 * forms.el (forms--intuit-from-file): Fix reference to
29510 `forms-number-of-fields' in error message.
29511 (forms-print): Fix quoting in error message.
29512
29513 * forms.el (forms-mode):
29514 * emulation/vi.el (vi-goto-insert-state):
29515 * progmodes/flymake.el (flymake-new-err-info)
29516 (flymake-start-syntax-check-for-current-buffer)
29517 (flymake-simple-cleanup):
29518 * eshell/esh-var.el (eshell/export):
29519 * progmodes/gud.el (xdb):
29520 * textmodes/flyspell.el (flyspell-incorrect-hook)
29521 (flyspell-maybe-correct-transposition)
29522 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
29523
29524 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
29525
29526 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
29527 minibuffer prompt.
29528
29529 2005-06-13 Kim F. Storm <storm@cua.dk>
29530
29531 * subr.el (add-to-ordered-list): New defun.
29532
29533 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
29534 add cua--keymap-alist to emulation-mode-map-alists.
29535
29536 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
29537
29538 * subr.el (complete-in-turn): New macro.
29539 (dynamic-completion-table, lazy-completion-table): Add debug info.
29540
29541 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
29542 in preference to face aliases.
29543
29544 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
29545 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
29546 Remove unused vars `start' and `firstline'.
29547 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
29548 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
29549
29550 2005-06-13 Eli Zaretskii <eliz@gnu.org>
29551
29552 * cus-start.el (all): Don't complain about missing GTK-related
29553 variables, unless either `gtk' is boundp or this isn't a
29554 `windows-nt' build.
29555
29556 2005-06-13 Lute Kamstra <lute@gnu.org>
29557
29558 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
29559 run-mode-hooks.
29560
29561 * ediff-mult.el (ediff-meta-mode):
29562 * ediff-util.el (ediff-mode): Use run-mode-hooks.
29563
29564 * ledit.el (ledit-mode): Use delay-mode-hooks.
29565
29566 * woman.el (woman-mode-line-format): Delete constant.
29567 (woman-mode-map): Initialize it properly.
29568 (woman-mode): Set mode-class property to special.
29569 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
29570 Set major-mode and mode-name. Don't set mode-line-format directly.
29571 (Man-getpage-in-background): Don't reference woman-mode-line-format.
29572
29573 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
29574 string argument obsolete.
29575
29576 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
29577
29578 * textmodes/org.el (org-CUA-compatible): New option.
29579 (org-disputed-keys): New variable.
29580 (org-key): New function.
29581 (orgtbl-make-binding): Add docstring to the created function.
29582 (org-mode): Set paragraph start/separate regexps.
29583 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
29584 (org-archive-location, org-archive-mark-done)
29585 (org-archive-stamp-time): New options.
29586 (org-archive-subtree): New command.
29587 (org-fill-paragraph): New function.
29588 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
29589 (org-fake-empty-table-line): Function removed.
29590 (org-format-org-table-html): Do not create empty table lines at
29591 separator lines. Improved table header treatment.
29592 (org-link-format): New option.
29593 (org-make-link): New function.
29594 (org-insert-link, org-store-link): Use org-make-link.
29595 (org-open-file): Quote file name for shell command, to allow
29596 spaces in file names.
29597 (org-link-regexp): Fix bug with mailto link.
29598 (org-link-maybe-angles-regexp, org-protected-link-regexp):
29599 New constants.
29600 (org-export-as-html): Deal with the optional angles around a link.
29601 Better treatment of file: links.
29602 (org-open-at-point): Replace @{ and @} with < and >.
29603 (org-run-mode-hooks): Function removed.
29604 (org-agenda-mode): No longer use `org-run-mode-hooks'.
29605
29606 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
29607
29608 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
29609 MI command -data-list-register-values.
29610 (gdb-post-prompt): Indent properly.
29611
29612 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
29613
29614 * hilit-chg.el (highlight-changes-colors): Rename from
29615 `highlight-changes-colours'.
29616 (highlight-changes-colours): Keep as obsolete alias.
29617 (highlight-changes-face-list): Doc fix.
29618 (hilit-chg-make-list): Use `highlight-changes-colors'.
29619
29620 2005-06-12 Mark A. Hershberger <mah@everybody.org>
29621
29622 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
29623 defun-prompt-regexp.
29624
29625 2005-06-12 Eli Zaretskii <eliz@gnu.org>
29626
29627 * loadup.el: Don't say we are dumping under 2 names on windows-nt
29628 and cygwin.
29629
29630 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
29631 Don't use an old loaddefs.el, as in Makefile.in.
29632
29633 2005-06-12 Lute Kamstra <lute@gnu.org>
29634
29635 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
29636
29637 * man.el (Man-mode-map): Initialize it properly.
29638 (Man-mode): Set mode-class property to special.
29639
29640 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
29641
29642 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
29643
29644 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
29645 A newline is needed in the docstring there.
29646
29647 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
29648 Doc fixes.
29649
29650 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
29651
29652 * printing.el: Doc fix. The menubar is no more changed when printing
29653 is loaded, it only changes when pr-menu-bind or pr-update-menus is
29654 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
29655 (pr-version): New version number (6.8.4).
29656 (pr-menu-bind): New command.
29657 (pr-update-menus): Docstring and code fix.
29658 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
29659 Docstring fix.
29660 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
29661 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
29662
29663 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
29664
29665 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
29666 "Returns" to "return", document useful return values, etc.
29667
29668 2005-06-11 Alan Mackenzie <acm@muc.de>
29669
29670 * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
29671 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
29672 (adaptive-file-function): Minor amendment to doc-string.
29673
29674 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29675
29676 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
29677 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
29678 Fix :type--it is `integer', not `string'.
29679
29680 * faces.el (modeline-highlight): Rename from (the erroneous)
29681 `modeline-higilight'.
29682
29683 2005-06-11 Lute Kamstra <lute@gnu.org>
29684
29685 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
29686 lisp-interaction-mode-map but make it the parent.
29687 (edebug-eval-mode): Use define-derived-mode.
29688
29689 2005-06-11 Andreas Schwab <schwab@suse.de>
29690
29691 * bindings.el: Add binding of `ESC functionkey' for every
29692 `M-functionkey'.
29693 * hexl.el (hexl-mode-map): Likewise.
29694
29695 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
29696
29697 * progmodes/compile.el (compilation-error-regexp-alist-alist)
29698 [msft]: update regexp for newer msft compilers.
29699
29700 2005-06-10 Mark A. Hershberger <mah@everybody.org>
29701
29702 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
29703 ATTLIST portions of included DTDs.
29704 (xml-parse-dtd): Eliminate use of inefficient match-data.
29705
29706 2005-06-10 Miles Bader <miles@gnu.org>
29707
29708 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
29709 (mpuz-text): Remove "-face" suffix from face names.
29710 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
29711 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
29712 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
29713
29714 * play/gomoku.el (gomoku-O, gomoku-X):
29715 Remove "-face" suffix from face names.
29716 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
29717 New backward-compatibility aliases for renamed faces.
29718 (gomoku-font-lock-keywords): Use renamed gomoku faces.
29719
29720 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29721
29722 * thumbs.el: Fixes for changes of 2005-06-09.
29723 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
29724 as a directory.
29725 (thumbs-thumbname): Remove directory separator from format string;
29726 `thumbs-thumbsdir' now returns a valid directory name.
29727 (thumbs-temp-dir): New defsubst.
29728 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
29729 Use it.
29730
29731 * cus-edit.el (minibuffer):
29732 * files.el (make-backup-file-name-function):
29733 * filesets.el (filesets-external-viewers):
29734 * hilit-chg.el (highlight-changes-colours)
29735 (highlight-changes-face-list, highlight-changes-rotate-faces):
29736 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
29737 * kmacro.el (kmacro-call-macro):
29738 * log-edit.el (log-edit-changelog-full-paragraphs):
29739 * mouse.el (mouse-1-click-follows-link):
29740 * skeleton.el (skeleton-autowrap):
29741 * subr.el (insert-for-yank-1):
29742 * tempo.el (tempo-insert-region):
29743 * terminal.el (terminal-emulator):
29744 * time.el (display-time-mail-face):
29745 * vc.el (vc-annotate):
29746 * vcursor.el (vcursor-copy-line):
29747 * woman.el (woman-bold-headings, woman-ignore)
29748 (woman-default-faces, woman-monochrome-faces):
29749 * calendar/todo-mode.el (todo-insert-threshold):
29750 * emulation/pc-select.el (pc-select-selection-keys-only)
29751 (pc-selection-mode):
29752 * emulation/vip.el (vip-find-char-forward):
29753 * emulation/viper-cmd.el (viper-find-char-forward):
29754 * international/mule-cmds.el
29755 (select-safe-coding-system-accept-default-p)
29756 (input-method-exit-on-invalid-key):
29757 * international/mule-diag.el (describe-coding-system):
29758 * international/ucs-tables.el (unify-8859-on-encoding-mode):
29759 * net/browse-url.el (browse-url-xterm-program):
29760 * obsolete/lazy-lock.el (lazy-lock-mode):
29761 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
29762 (cperl-mode):
29763 * progmodes/cpp.el (cpp-face-light-name-list)
29764 (cpp-face-dark-name-list):
29765 * progmodes/delphi.el (delphi-newline-always-indents):
29766 Fix spellings in docstrings.
29767
29768 * ido.el (ido-mode, ido-file-extensions-order)
29769 (ido-default-file-method, ido-default-buffer-method)
29770 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
29771 (ido-decorations, ido-read-file-name-as-directory-commands)
29772 (ido-read-file-name-non-ido, ido-work-directory-list)
29773 (ido-ignore-item-temp-list, ido-current-directory)
29774 (ido-magic-forward-char, ido-enter-find-file)
29775 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
29776 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
29777
29778 2005-06-10 Lute Kamstra <lute@gnu.org>
29779
29780 * play/dunnet.el (dun-mode): Use define-derived-mode.
29781 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
29782 obsolete alias.
29783
29784 * play/doctor.el (doctor-mode-map): Remove defvar.
29785 (doctor-mode): Use define-derived-mode.
29786
29787 * mail/mspools.el (mspools-mode):
29788 * net/eudc-hotlist.el (eudc-hotlist-mode):
29789 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
29790
29791 2005-06-10 Miles Bader <miles@gnu.org>
29792
29793 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
29794 Remove "-face" suffix from face names.
29795 (flyspell-incorrect-face, flyspell-duplicate-face):
29796 New backward-compatibility aliases for renamed faces.
29797 (flyspell-mode-on, make-flyspell-overlay)
29798 (flyspell-highlight-incorrect-region)
29799 (flyspell-highlight-duplicate-region)
29800 (flyspell-display-next-corrections)
29801 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
29802
29803 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
29804 from face name.
29805 (texinfo-heading-face): New backward-compatibility alias for
29806 renamed face.
29807 (texinfo-heading-face): Use renamed texinfo-heading face.
29808
29809 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
29810 suffix from face names.
29811 (tex-math-face, tex-verbatim-face):
29812 New backward-compatibility aliases for renamed faces.
29813 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
29814 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
29815 literal face name.
29816
29817 * textmodes/table.el (table-cell): Remove "-face" suffix from face
29818 name.
29819 (table-cell-face): New backward-compatibility alias for renamed face.
29820 (table--put-cell-face-property, table--update-cell-face):
29821 Use renamed table-cell face.
29822
29823 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
29824 from face name.
29825 (sgml-namespace-face): New backward-compatibility alias for
29826 renamed face.
29827 (sgml-namespace-face): Use renamed sgml-namespace face.
29828
29829 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
29830 (org-level-4, org-level-5, org-level-6, org-level-7)
29831 (org-level-8, org-warning, org-headline-done)
29832 (org-deadline-announce, org-scheduled-today)
29833 (org-scheduled-previously, org-link, org-done, org-table)
29834 (org-time-grid): Remove "-face" suffix from face names.
29835 (org-level-1-face, org-level-2-face, org-level-3-face)
29836 (org-level-4-face, org-level-5-face, org-level-6-face)
29837 (org-level-7-face, org-level-8-face, org-warning-face)
29838 (org-headline-done-face, org-deadline-announce-face)
29839 (org-scheduled-today-face, org-scheduled-previously-face)
29840 (org-link-face, org-done-face, org-table-face)
29841 (org-time-grid-face):
29842 New backward-compatibility aliases for renamed faces.
29843 (org-level-faces, org-set-font-lock-defaults, org-timeline)
29844 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
29845 (org-agenda-get-timestamps, org-agenda-get-scheduled)
29846 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
29847
29848 * emulation/viper-init.el (viper-search, viper-replace-overlay)
29849 (viper-minibuffer-emacs, viper-minibuffer-insert)
29850 (viper-minibuffer-vi): Remove "-face" suffix from face names.
29851 (viper-search-face, viper-replace-overlay-face)
29852 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29853 (viper-minibuffer-vi-face):
29854 New backward-compatibility aliases for renamed faces.
29855 (viper-search-face, viper-replace-overlay-face)
29856 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29857 (viper-minibuffer-vi-face): Use renamed viper faces.
29858
29859 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
29860 Remove "-face" suffix from face names.
29861 (testcover-nohits-face, testcover-1value-face):
29862 New backward-compatibility aliases for renamed faces.
29863 (testcover-mark): Use renamed testcover faces.
29864
29865 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
29866 face name.
29867 (diary-button-face): New backward-compatibility alias for renamed face.
29868 (diary-entry): Use renamed diary-button face.
29869
29870 * calendar/calendar.el (diary, calendar-today, holiday)
29871 (mark-visible-calendar-date): Remove "-face" suffix from face names.
29872 (diary-face, calendar-today-face, holiday-face):
29873 New backward-compatibility aliases for renamed faces.
29874 (eval-after-load "facemenu", diary-entry-marker)
29875 (calendar-today-marker, calendar-holiday-marker, diary-face):
29876 Use renamed calendar faces.
29877
29878 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
29879 (compare-windows-face): New backward-compatibility alias for
29880 renamed face.
29881 (compare-windows-highlight): Use renamed compare-windows face.
29882
29883 * strokes.el (strokes-char): Remove "-face" suffix from face name.
29884 (strokes-char-face): New backward-compatibility alias for renamed face.
29885 (strokes-encode-buffer): Use renamed strokes-char face.
29886
29887 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
29888 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
29889 Remove "-face" suffix from face names.
29890 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
29891 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
29892 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
29893 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
29894 Use renamed pcvs faces.
29895 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
29896 * pcvs-defs.el (cvs-mode-map): Likewise.
29897 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
29898
29899 * info.el (info-title-1, info-title-2, info-title-3)
29900 (info-title-4): Remove "-face" suffix from and downcase face names.
29901 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
29902 (Info-title-4-face):
29903 New backward-compatibility aliases for renamed faces.
29904 (Info-fontify-node): Use renamed info faces.
29905
29906 * hilit-chg.el (highlight-changes, highlight-changes-delete):
29907 Remove "-face" suffix from face names.
29908 (highlight-changes-face, highlight-changes-delete-face):
29909 New backward-compatibility aliases for renamed faces.
29910 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
29911 (hilit-chg-make-list): Use renamed highlight-changes faces.
29912
29913 * generic-x.el (show-tabs-tab, show-tabs-space):
29914 Remove "-face" suffix from face names.
29915 (show-tabs-tab-face, show-tabs-space-face):
29916 New backward-compatibility aliases for renamed faces.
29917 (show-tabs-generic-mode-font-lock-defaults-1)
29918 (show-tabs-generic-mode-font-lock-defaults-2):
29919 Use renamed show-tabs faces.
29920
29921 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
29922 (smerge-markers): Remove "-face" suffix from face names.
29923 (smerge-mine-face, smerge-other-face, smerge-base-face)
29924 (smerge-markers-face):
29925 New backward-compatibility aliases for renamed faces.
29926 (smerge-mine-face, smerge-other-face, smerge-base-face)
29927 (smerge-markers-face): Use renamed smerge faces.
29928
29929 * log-view.el (log-view-file, log-view-message): Remove "-face"
29930 suffix from face names.
29931 (log-view-file-face, log-view-message-face):
29932 New backward-compatibility aliases for renamed faces.
29933 (log-view-file-face, log-view-message-face): Use renamed log-view
29934 faces.
29935
29936 * paren.el (show-paren-match, show-paren-mismatch):
29937 Remove "-face" suffix from face names.
29938 (show-paren-match-face, show-paren-mismatch-face):
29939 New backward-compatibility aliases for renamed faces.
29940 (show-paren-function): Use renamed show-paren faces.
29941
29942 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
29943 (ruler-mode-margins, ruler-mode-fringes)
29944 (ruler-mode-column-number, ruler-mode-fill-column)
29945 (ruler-mode-comment-column, ruler-mode-goal-column)
29946 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
29947 suffix from face names.
29948 (ruler-mode-default-face, ruler-mode-pad-face)
29949 (ruler-mode-margins-face, ruler-mode-fringes-face)
29950 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
29951 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
29952 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
29953 New backward-compatibility aliases for renamed faces.
29954 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
29955 (ruler-mode-column-number, ruler-mode-fill-column)
29956 (ruler-mode-comment-column, ruler-mode-goal-column)
29957 (ruler-mode-tab-stop, ruler-mode-current-column)
29958 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
29959 faces.
29960
29961 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
29962 face name.
29963 (whitespace-highlight-the-space): Use renamed face.
29964 (whitespace-highlight-face): New backward-compatibility alias for
29965 renamed face.
29966
29967 * woman.el (woman-italic, woman-bold, woman-unknown)
29968 (woman-addition, woman-symbol-face):
29969 Remove "-face" suffix from face names.
29970 (woman-italic-face, woman-bold-face, woman-unknown-face)
29971 (woman-addition-face):
29972 New backward-compatibility aliases for renamed faces.
29973 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
29974 (woman-decode-region, woman-replace-match)
29975 (woman-display-extended-fonts, woman-special-characters)
29976 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
29977 Use renamed woman faces.
29978
29979 * longlines.el (longlines-visible-face): Face removed.
29980
29981 * diff-mode.el (diff-header, diff-file-header, diff-index)
29982 (diff-hunk-header, diff-removed, diff-added, diff-changed)
29983 (diff-function, diff-context, diff-nonexistent): Remove "-face"
29984 suffix from face names.
29985 (diff-header-face, diff-file-header-face, diff-index-face)
29986 (diff-hunk-header-face, diff-removed-face, diff-added-face)
29987 (diff-changed-face, diff-function-face, diff-context-face)
29988 (diff-nonexistent-face): New backward-compatibility aliases for
29989 renamed faces.
29990 (diff-header-face, diff-file-header-face)
29991 (diff-index, diff-index-face, diff-hunk-header)
29992 (diff-hunk-header-face, diff-removed, diff-removed-face)
29993 (diff-added, diff-added-face, diff-changed-face, diff-function)
29994 (diff-function-face, diff-context-face, diff-nonexistent)
29995 (diff-nonexistent-face): Use renamed diff-mode faces.
29996
29997 * progmodes/compile.el (compilation-warning-face)
29998 (compilation-info-face): Remove "-face" suffix from face names.
29999 (compilation-warning-face, compilation-info-face):
30000 New backward-compatibility aliases for renamed faces.
30001 (compilation-warning-face, compilation-info-face):
30002 Use renamed compilation faces.
30003
30004 * add-log.el (change-log-date, change-log-name)
30005 (change-log-email, change-log-file, change-log-list)
30006 (change-log-conditionals, change-log-function)
30007 (change-log-acknowledgement): Remove "-face" suffix from face names.
30008 (change-log-date-face, change-log-name-face)
30009 (change-log-email-face, change-log-file-face)
30010 (change-log-list-face, change-log-conditionals-face)
30011 (change-log-function-face, change-log-acknowledgement-face):
30012 New backward-compatibility aliases for renamed faces.
30013 (change-log-font-lock-keywords): Use renamed change-log faces.
30014
30015 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
30016 (custom-set, custom-changed, custom-saved, custom-button)
30017 (custom-button-pressed, custom-documentation, custom-state)
30018 (custom-comment, custom-comment-tag, custom-variable-tag)
30019 (custom-variable-button, custom-face-tag, custom-group-tag-1)
30020 (custom-group-tag): Remove "-face" suffix from face names.
30021 (custom-magic-alist, custom-magic-value-create)
30022 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
30023 (custom-invalid-face, custom-rogue-face, custom-modified-face)
30024 (custom-set-face, custom-changed-face, custom-saved-face)
30025 (custom-button-face, custom-button-pressed-face)
30026 (custom-documentation-face, custom-state-face)
30027 (custom-comment-face, custom-comment-tag-face)
30028 (custom-variable-tag-face, custom-variable-button-face)
30029 (custom-face-tag-face, custom-group-tag-face-1)
30030 (custom-group-tag-face):
30031 New backward-compatibility aliases for renamed faces.
30032
30033 * wid-edit.el (widget-documentation, widget-button)
30034 (widget-field, widget-single-line-field, widget-inactive)
30035 (widget-button-pressed): "-face" suffix removed from face names.
30036 (widget-documentation-face, widget-button-face)
30037 (widget-field-face, widget-single-line-field-face)
30038 (widget-inactive-face, widget-button-pressed-face):
30039 New backward-compatibility aliases for renamed faces.
30040 (widget-documentation-face, widget-button-face)
30041 (widget-button-pressed-face, widget-specify-field)
30042 (widget-specify-inactive): Use renamed widget faces.
30043
30044 2005-06-10 Kenichi Handa <handa@m17n.org>
30045
30046 * term/x-win.el (x-clipboard-yank): Remove condition-case
30047 wrapping.
30048
30049 2005-06-11 Kenichi Handa <handa@m17n.org>
30050
30051 * add-log.el (change-log-font-lock-keywords): Make the regexp for
30052 date lines stricter.
30053
30054 2005-06-10 Zhang Wei <id.brep@gmail.com>
30055
30056 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
30057 of x-get-selection.
30058
30059 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
30060
30061 * comint.el (comint-mode, comint-snapshot-last-prompt):
30062 * frame.el (frame-current-scroll-bars):
30063 * term.el (term-mode, term-check-proc, term-input-sender)
30064 (term-simple-send, term-extract-string, term-word)
30065 (term-match-partial-filename):
30066 * window.el (window-current-scroll-bars):
30067 * emulation/cua-base.el (cua-normal-cursor-color)
30068 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
30069 (cua-global-mark-cursor-color):
30070 * mail/undigest.el (rmail-forward-separator-regex):
30071 Fix typos in docstrings.
30072
30073 * comint.el (comint-check-proc, make-comint-in-buffer)
30074 (comint-source-default): Doc fixes.
30075
30076 * term.el (term-send-string): Improve argument/docstring consistency.
30077
30078 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
30079
30080 * comint.el (comint-send-input): Bind `inhibit-read-only' around
30081 call to `delete-region'.
30082 (comint-mode-hook): Do not enable Font Lock by default.
30083
30084 2005-06-09 Lute Kamstra <lute@gnu.org>
30085
30086 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
30087 could be void.
30088
30089 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
30090
30091 * emacs-lisp/debug.el (debugger-will-be-back): New var.
30092 (debug): Use it.
30093 (debugger-step-through, debugger-continue, debugger-jump)
30094 (debugger-return-value): Set it when needed.
30095 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
30096 Use inhibit-read-only.
30097
30098 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
30099
30100 * window.el (shrink-window-if-larger-than-buffer)
30101 (window-size-fixed): Fix typo in docstring.
30102
30103 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
30104 thumbnails directory on loading.
30105 (thumbs-conversion-program): Use `eq' to check the system type,
30106 not `equal'.
30107 (thumbs-temp-dir): Initialize to `temporary-file-directory',
30108 not "/tmp". Fix docstring.
30109 (thumbs-thumbsdir): New function to return the thumbnails
30110 directory, creating it if needed.
30111 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
30112 (thumbs-temp-file): Delete variable and make it into a function.
30113 (thumbs-resize-image, thumbs-modify-image): Use it.
30114 (thumbs-kill-buffer): Simplify.
30115 (thumbs-gensym): Defalias or duplicate CL `gensym'.
30116 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
30117 docstrings.
30118
30119 2005-06-09 Kim F. Storm <storm@cua.dk>
30120
30121 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
30122 set-match-data to free markers in match-data.
30123
30124 * replace.el (replace-match-data): Pass RESEAT arg `t' to
30125 match-data to unchain markers in match-data.
30126
30127 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
30128
30129 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
30130 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
30131 unnecessary now.
30132
30133 2005-06-08 Richard M. Stallman <rms@gnu.org>
30134
30135 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
30136 give the variable a doc string that doesn't say don't set it directly.
30137
30138 * textmodes/ispell.el (ispell-check-version):
30139 Use match-string-no-properties.
30140 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
30141 (ispell-buffer-local-words): Likewise.
30142
30143 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
30144 except on terminals with enough colors to really display it.
30145 (makefile-dependency-regex): Delete spurious `bb'.
30146
30147 * faces.el (escape-glyph): Use blue once again in last case.
30148 (no-break-space): Redefine so that it isn't invisible on a tty.
30149
30150 2005-06-08 Kim F. Storm <storm@cua.dk>
30151
30152 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
30153 also when reading directory name.
30154
30155 2005-06-08 Lute Kamstra <lute@gnu.org>
30156
30157 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
30158 (flyspell-mode-line-string): Remove autoload cookie.
30159 (flyspell-mode): Remove defvar.
30160
30161 2005-06-07 Lute Kamstra <lute@gnu.org>
30162
30163 * textmodes/org.el (org-run-mode-hooks): New function.
30164 (org-agenda-mode): Use it.
30165
30166 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
30167
30168 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
30169
30170 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
30171
30172 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
30173
30174 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
30175
30176 * font-lock.el (font-lock-add-keywords): Doc fix.
30177
30178 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
30179
30180 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
30181 (tex-compile-default): In the absence of any history, use the order in
30182 tex-compile-alist to choose the preferred command.
30183 (tex-compile-commands): Reorder a bit.
30184
30185 * textmodes/flyspell.el (flyspell-auto-correct-binding)
30186 (flyspell-incorrect-face, flyspell-duplicate-face):
30187 Use (X)Emacs-agnostic code.
30188 (flyspell-mode-map): Don't overwrite at each load. Remove code
30189 redundant with the subsequent add-minor-mode. Merge Emacs and
30190 XEmacs code.
30191 (flyspell-word): Minor simplification.
30192 (flyspell-math-tex-command-p): Quieten the byte-compiler.
30193 (flyspell-external-point-words): Remove unused vars `size' and `start'.
30194 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
30195 Merge the corresponding Emacs code.
30196 (flyspell-correct-word, flyspell-xemacs-popup):
30197 Use flyspell-do-correct.
30198
30199 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
30200 a dedicated window.
30201
30202 * international/latexenc.el (latexenc-find-file-coding-system):
30203 Undo part of last patch, to turn off a compiler warning.
30204
30205 2005-06-06 Juri Linkov <juri@jurta.org>
30206
30207 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
30208 Rename `tmm-inactive-face' to `tmm-inactive'.
30209
30210 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
30211
30212 * iswitchb.el: Rename faces.
30213
30214 2005-06-06 Kim F. Storm <storm@cua.dk>
30215
30216 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
30217 (cua-global-mark): Remove -face suffix from face names.
30218
30219 * emulation/cua-gmrk.el (cua--init-global-mark):
30220 Remove cua-global-mark face setup.
30221
30222 2005-06-06 Richard M. Stallman <rms@gnu.org>
30223
30224 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
30225 just like other allowed characters.
30226 (makefile-match-dependency): Exclude leading and training whitespace
30227 from the range of regexp subexp 1.
30228 (makefile-macroassign-regex): Don't try to match the body,
30229 just the name of the macro being defined.
30230
30231 * info.el (Info-read-node-name-2): New function.
30232 (Info-read-node-name-1): Use that.
30233 Add a completion-base-size-function property.
30234
30235 * simple.el (completion-setup-function): Look for
30236 completion-base-size-function property of minibuffer-completion-table.
30237
30238 * files.el (locate-file-completion): Doc fix.
30239
30240 * printing.el: Don't call pr-update-menus; user must do that.
30241
30242 * emacs-lisp/debug.el (debugger-window): New variable.
30243 (debug): Use debugger-window if it is set and still alive.
30244 Record debugger-window for next entry.
30245
30246 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
30247
30248 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
30249
30250 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
30251 (hack-one-local-variable, hack-local-variables)
30252 (hack-local-variables-prop-line): Pass that arg.
30253
30254 2005-06-06 Kim F. Storm <storm@cua.dk>
30255
30256 * ido.el (ido-first-match, ido-only-match, ido-subdir)
30257 (ido-indicator): Remove -face suffix from face names.
30258
30259 2005-06-06 Juri Linkov <juri@jurta.org>
30260
30261 * font-lock.el (font-lock-regexp-backslash)
30262 (font-lock-regexp-backslash-construct): New faces.
30263 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
30264 after `('. Add `while-no-input' to control structures.
30265
30266 * faces.el (no-break-space, shadow): New faces.
30267 (escape-glyph): Use less loud colors pink2 and red4.
30268
30269 * diff-mode.el (diff-context-face)
30270 * dired.el (dired-ignored)
30271 * rfn-eshadow.el (file-name-shadow)
30272 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
30273
30274 * info.el (Info-title-1-face): Use green instead of yellow because
30275 bold yellow is not readable on light backgrounds.
30276
30277 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
30278 before selecting the desired mode to not spend time fontifying
30279 old contents.
30280
30281 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
30282
30283 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
30284 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
30285
30286 * ps-print.el (ps-default-fg, ps-default-bg):
30287 Fix typos in docstrings.
30288
30289 * isearchb.el (isearchb): Don't pass a spurious second argument to
30290 `iswitchb-completions'.
30291
30292 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
30293
30294 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
30295 to preserve point.
30296 (gdb-find-file-hook): Add doc string.
30297
30298 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
30299 C dereferenced pointer expression.
30300 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
30301
30302 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
30303
30304 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
30305 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
30306 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
30307 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
30308 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
30309 Make background transparent.
30310
30311 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
30312
30313 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
30314 (font-lock-remove-keywords): Doc fix.
30315 (font-lock-mode-major-mode): Compiler defvar.
30316 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
30317
30318 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
30319 (font-lock-mode): Update `font-lock-mode-major-mode'.
30320 (font-lock-set-defaults): Compiler defvar.
30321 (font-lock-default-function): Take `font-lock-mode-major-mode'
30322 into account.
30323
30324 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
30325 keep track of which major mode it enabled the minor mode for.
30326 Use find-file-hook again. Update docstring.
30327
30328 * simple.el (eval-expression-print-level)
30329 (eval-expression-print-length, eval-expression-debug-on-error):
30330 Doc fixes.
30331
30332 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
30333
30334 * iswitchb.el (iswitchb-single-match-face)
30335 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
30336 (iswitchb-invalid-regexp-face): New faces.
30337 (iswitchb-completions): Use them.
30338 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
30339 now marked as an obsolete alias.
30340 (iswitchb-read-buffer): Remove check for bound font variables.
30341 (iswitchb-invalid-regexp): New free variable.
30342 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
30343 set iswitchb-invalid-regexp.
30344 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
30345 invalid regexps.
30346 (iswitchb-completions): Add check for complete match when entering
30347 a regexp.
30348 (iswitchb-completions): Remove require-match argument.
30349 (iswitchb-exhibit): Fix caller.
30350 (iswitchb-common-match-inserted): New variable.
30351 (iswitchb-complete, iswitchb-completion-help): Use it.
30352
30353 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
30354
30355 * url/url-http.el (url-http-chunked-encoding-after-change-function):
30356 Use `url-http-debug' instead of `message'.
30357
30358 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
30359
30360 * url/url-http.el (url-http-parse-headers): Pass redirected URL
30361 as a callback argument.
30362
30363 2005-06-04 Kim F. Storm <storm@cua.dk>
30364
30365 * simple.el (line-move): Only call sit-for when moving backwards.
30366
30367 * ido.el (ido-make-merged-file-list-1): New defun split from
30368 ido-make-merged-file-list.
30369 (ido-make-merged-file-list): Bind throw-on-input around call to
30370 ido-make-merged-file-list-1. Return input-pending-p if
30371 interrupted by more input available.
30372 (ido-read-internal): Handle input-pending-p return value from
30373 ido-make-merged-file-list.
30374
30375 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
30376
30377 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
30378 compatibility code.
30379
30380 * international/latexenc.el (latexenc-find-file-coding-system):
30381 Don't inherit the EOL part of the coding-system from the
30382 tex-main buffer. Fit within 80 columns.
30383
30384 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
30385
30386 * tmm.el (tmm-inactive-face): New face.
30387 (tmm-remove-inactive-mouse-face): New function.
30388 (tmm-prompt, tmm-add-one-shortcut)
30389 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
30390 but not selectable.
30391
30392 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
30393
30394 * faces.el (face-equal): Improve argument/docstring consistency.
30395
30396 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
30397
30398 * progmodes/make-mode.el (makefile-targets-face)
30399 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
30400 (makefile-bsdmake-dependency-regex)
30401 (makefile-makepp-rule-action-regex)
30402 (makefile-bsdmake-rule-action-regex): New constants.
30403 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
30404
30405 * progmodes/compile.el (compilation-error-regexp-alist-alist):
30406 Allow (...) within `...' for makepp messages.
30407
30408 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
30409
30410 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
30411
30412 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
30413 "." files are deleted from all file lists before comparison.
30414
30415 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
30416 (viper-ESC-key): Made them customizable.
30417
30418 * emulation/viper.el (viper-non-hook-settings):
30419 Fix the names of defadvices.
30420
30421 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
30422
30423 * autorevert.el (auto-revert-buffers): Use save-match-data.
30424
30425 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
30426
30427 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
30428 menu items with a nil command binding.
30429
30430 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
30431
30432 * emacs-lisp/cl-macs.el (defsetf):
30433 Improve argument/docstring consistency.
30434
30435 * faces.el (list-faces-display): Improve the formatting by
30436 computing the maximum length required for any face-name (reworked
30437 patch of 1999-01-11, accidentally deleted on 1999-07-21).
30438 (internal-find-face): Remove redundant info in docstring.
30439
30440 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
30441
30442 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
30443 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
30444 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
30445 (gdb-assembler-custom): Improve regexps.
30446 (def-gdb-auto-update-handler): Use window point to preserve point.
30447
30448 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
30449
30450 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
30451
30452 2005-05-31 Jay Belanger <belanger@truman.edu>
30453
30454 * calc/calc-embed.el (calc-embedded-word): Change argument passed
30455 to calc-embedded.
30456 (calc-embedded-make-info): Have plain prefix argument select
30457 entire line.
30458
30459 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
30460
30461 * faces.el (list-faces-display): Signal error if passed a regexp
30462 that matches no face name.
30463
30464 * simple.el (filter-buffer-substring): Fix typo in docstring.
30465
30466 2005-05-31 Richard M. Stallman <rms@gnu.org>
30467
30468 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
30469 (vhdl-emacs-21): Doc fix.
30470 (vhdl-mode): Unconditionally set comment-padding.
30471 (vhdl-fixup-whitespace-region): Insert spaces only where
30472 there are none.
30473 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
30474
30475 2005-05-30 John Wiegley <johnw@newartisans.com>
30476
30477 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
30478 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
30479 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
30480 `directory-sep-char' to ?/, and all uses of `string-to-int' to
30481 `string-to-number'.
30482
30483 2005-05-30 Jay Belanger <belanger@truman.edu>
30484
30485 * calc/calc.el (calc-bug-address): Fix docstring.
30486 (calc-window-hook, calc-trail-window-hook): New variables.
30487 (calc-trail-display): Restore use of calc-trail-window-hook.
30488 (calc): Restore use of calc-window-hook.
30489
30490 2005-05-31 Masatake YAMATO <jet@gyve.org>
30491
30492 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
30493
30494 * help-fns.el (help-C-file-name): Add autoload mark for
30495 `find-function-noselect'.
30496
30497 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
30498
30499 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
30500 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
30501
30502 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30503
30504 * calendar/diary-lib.el (mark-included-diary-files): Only kill
30505 included diary buffer if it was not already being visited.
30506 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
30507
30508 * calendar/icalendar.el (top-level): Do not require appt.
30509
30510 * mail/supercite.el (sc-select-attribution): Only use a list
30511 element from sc-attrib-selection-list if it returns a string.
30512 Reported by Davide G. M. Salvetti <salve@debian.org>.
30513
30514 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
30515
30516 * thumbs.el (thumbs-thumbname): The resulting thumbname now
30517 includes a hash value to improve its uniqueness, and has a ".jpg"
30518 extension. Also, it is now a valid filename on all systems.
30519 (thumbs-make-thumb): Use `let', not `let*'.
30520 (thumbs-show-thumbs-list): Check for JPEG availability.
30521
30522 2005-05-30 Richard M. Stallman <rms@gnu.org>
30523
30524 * filesets.el (filesets-menu-ensure-use-cached):
30525 Prevent warning when emacs-version>= is undefined.
30526
30527 * printing.el (pr-interactive-n-up): Use string-to-number.
30528
30529 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
30530
30531 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
30532 Warn only when name to be defined is quoted.
30533
30534 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
30535
30536 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
30537 Make regexp more robust.
30538 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
30539 Force regeneration of disassembly.
30540
30541 2005-05-29 Jay Belanger <belanger@truman.edu>
30542
30543 * calc/calc.el (calc-user-invocation): Check if
30544 calc-invocation-macro is non-nil.
30545
30546 2005-05-29 Juri Linkov <juri@jurta.org>
30547
30548 * add-log.el (change-log-font-lock-keywords):
30549 Add `+' to e-mail regexp to accept mail address with keywords.
30550
30551 * man.el (Man-name-regexp): Add `:' to accept qualified names.
30552
30553 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
30554
30555 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
30556
30557 * ielm.el (inferior-emacs-lisp-mode): Ditto.
30558
30559 2005-05-29 Richard M. Stallman <rms@gnu.org>
30560
30561 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30562 Undo the change that moves to end of the current word.
30563
30564 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30565
30566 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
30567 Throw error when count <= 0 to ensure input is a number.
30568 (gdb-read-memory-custom): Pick up address from buffer.
30569 (gdb-memory-mode): Allow user to increment and decrement
30570 memory address from header line.
30571
30572 2005-05-29 Richard M. Stallman <rms@gnu.org>
30573
30574 * textmoddes/flyspell.el (flyspell-version): Function deleted.
30575 (flyspell-auto-correct-previous-hook): Doc fix.
30576
30577 * jit-lock.el (jit-lock-function, jit-lock-after-change):
30578 Do nothing if memory is full.
30579
30580 * font-lock.el (font-lock-fontify-syntactically-region):
30581 Pass t for GREEDY to looking-back.
30582
30583 * saveplace.el (save-place-alist-to-file): Write the file
30584 using write-region.
30585
30586 * subr.el (looking-back): New argument GREEDY.
30587
30588 * progmodes/compile.el (compilation-start): Set the mode
30589 before inserting the initial text.
30590
30591 * progmodes/which-func.el (which-func-update-1): Turn the mode
30592 off in case of error by setting which-func-mode.
30593
30594 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
30595
30596 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30597 Narrow down to what's on the screen, and recenter overlays
30598 at the end of the next word.
30599
30600 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
30601
30602 * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
30603 8Vars moved up.
30604 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
30605 (flyspell-abbrev-p): Default to nil.
30606 (flyspell-use-global-abbrev-table-p): Doc fix.
30607 (flyspell-large-region): Allow nil as value.
30608 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
30609
30610 (mail-mode-flyspell-verify): More robust handling
30611 of `mail-header-separator'. More efficient signature detection.
30612 Allow for regexp metacharacters in message-header-separator.
30613 Adding `To' not to be checked in mail-mode-flyspell-verify.
30614
30615 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
30616 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
30617 Bind flyspell-auto-correct-binding.
30618 Bind C-. and C-, .
30619 (flyspell-mode-map): Likewise.
30620 (flyspell-mode): Doc fix.
30621 (flyspell-accept-buffer-local-defs): Preserve current buffer.
30622 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
30623 (flyspell-word-cache-result): New var, always local.
30624 (flyspell-check-pre-word-p): Doc fix.
30625 (flyspell-check-changed-word-p): Handle spc like newline.
30626 (flyspell-post-command-hook): Set flyspell-word-cache-result.
30627 (flyspell-word-search-backward, flyspell-word-search-forward):
30628 New functions.
30629 (flyspell-word): Return t if nothing to check.
30630 When parsing TeX code, check for after } or \.
30631 Use flyspell-word-search-backward to find previous word.
30632 Return nil if duplicated word.
30633 For word already checked, return same value as last time.
30634 Set flyspell-word-cache-result after checking.
30635 Don't clobber the return value.
30636 (flyspell-get-word): Major rewrite.
30637 (flyspell-external-point-words): New locals pword, pcount.
30638 Fix size used in progress message.
30639 Find the proper corresponding word in flyspell-large-region-buffer.
30640 (flyspell-region): Check for flyspell-large-region = nil.
30641 (flyspell-highlight-incorrect-region): Clean up overlays in region.
30642 (flyspell-auto-correct-word): Check that WORD is a cons.
30643 (flyspell-correct-word): Likewise.
30644
30645 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
30646
30647 * progmodes/make-mode.el (makefile-rule-action-regex)
30648 (makefile-macroassign-regex, makefile-makepp-mode)
30649 (makefile-bsdmake-mode): Continuation lines may be empty.
30650 Reported by Joshua Varner.
30651 (makefile-makepp-font-lock-keywords): Add $(stem).
30652
30653 2005-05-28 Karl Berry <karl@gnu.org>
30654
30655 * textmodes/tex-mode.el: Now that tex-send-command calls
30656 shell-quote-argument (2005-03-31 change), remove all calls to
30657 shell-quote-argument; they all end up invoking tex-send-command.
30658 The double quoting loses on filenames with non-safe characters,
30659 such as "@". Reported by Frederik Fouvry.
30660
30661 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30662
30663 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
30664 about preserving point.
30665
30666 2005-05-27 Jay Belanger <belanger@truman.edu>
30667
30668 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
30669 Info-goto-node.
30670
30671 * calc/calc-embed.el (calc-embed-arg): New variable.
30672 (calc-do-embedded-activate, calc-embedded-activate-formula)
30673 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
30674 variable by new variable.
30675 (calc-embedded-make-info): Replace undeclared variable by new
30676 variable. When selecting region with positive prefix
30677 argument, use end of previous line instead of beginning of line.
30678
30679 * calc/calc-aent.el (calc-arg-values): Declare it.
30680
30681 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
30682 Declare them.
30683
30684 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
30685
30686 * calc/calc.el (calc-alg-map): Declare it.
30687
30688 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
30689
30690 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
30691
30692 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
30693 (gdb-registers-buffer, toggle-gdb-all-registers):
30694 Toggle display of floating point registers.
30695 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
30696
30697 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
30698 (toggle-gud-tooltip-dereference):
30699 Rename from gud-toggle-tooltip-dereference.
30700
30701 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
30702
30703 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
30704
30705 2005-05-27 Jay Belanger <belanger@truman.edu>
30706
30707 * calc/calc-prog.el (calc-kbd-report): Remove.
30708 (calc-kbd-query): Rewrite.
30709
30710 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
30711
30712 * image.el (image-library-alist): Move to image.c.
30713 (image-type-available-p): Doc fix.
30714
30715 2005-05-27 Lute Kamstra <lute@gnu.org>
30716
30717 * calc/calc.el (calc):
30718 * outline.el (outline-1, outline-2, outline-3, outline-4)
30719 (outline-5, outline-6, outline-7, outline-8):
30720 * textmodes/dns-mode.el (dns-mode):
30721 * textmodes/sgml-mode.el (sgml-namespace-face):
30722 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
30723 (tex-verbatim-face, tex-use-reftex):
30724 * textmodes/texinfo.el (texinfo-heading-face):
30725 Specify customization group.
30726
30727 * longlines.el: Don't require easy-mmode.
30728 (longlines-visible-face): Specify customization group.
30729
30730 2005-05-27 Kenichi Handa <handa@m17n.org>
30731
30732 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
30733 encoding table of windows-1251.
30734
30735 * international/ucs-tables.el (ucs-set-table-for-input):
30736 If translation-table-for-input of a coding system is a symbol, get
30737 its translation-table property.
30738
30739 * international/code-pages.el: Don't register a coding system into
30740 non-iso-charset-alist more than once.
30741 (cp-make-coding-system): Likewise.
30742
30743 2005-05-26 John Wiegley <johnw@newartisans.com>
30744
30745 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
30746 `eshell-resume-eval' is wrapped in a list, it indicates that the
30747 command was run asynchronously. In that case, unwrap the value
30748 before checking the delimiter value.
30749
30750 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
30751 character before a space at the end of a line is \, assume the space
30752 is part of the last argument rather than a final argument separator.
30753
30754 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
30755 is in use, and the target is `t' or `nil' (which are the most common
30756 values), don't assume that the symbol target is a buffer.
30757
30758 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
30759
30760 * calendar/calendar.el (calendar-mode-line-format):
30761 Use mode-line-highlight as mouse-face.
30762
30763 * time.el (display-time-string-forms, display-time-update):
30764 Use mode-line-highlight as mouse-face.
30765
30766 2005-05-26 Jay Belanger <belanger@truman.edu>
30767
30768 * calc/calc.el (calc-language-alist): Remove extra defvar.
30769
30770 2005-05-26 Lute Kamstra <lute@gnu.org>
30771
30772 * arc-mode.el (archive-mode):
30773 * bookmark.el (bookmark-read-annotation-mode)
30774 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
30775 * bs.el (bs-mode):
30776 * calc/calc-yank.el (calc-edit-mode):
30777 * calc/calc.el (calc-mode, calc-trail-mode):
30778 * calculator.el (calculator-mode):
30779 * chistory.el (command-history-mode):
30780 * comint.el:
30781 * cus-edit.el (custom-mode):
30782 * descr-text.el (describe-text-mode):
30783 * ebuff-menu.el (Electric-buffer-menu-mode):
30784 * ediff-util.el (ediff-mode):
30785 * emacs-lisp/re-builder.el (reb-mode):
30786 * emulation/vi.el (vi-mode-setup):
30787 * emulation/ws-mode.el (wordstar-mode):
30788 * eshell/esh-mode.el (eshell-mode):
30789 * forms.el (forms-mode):
30790 * help-mode.el (help-mode):
30791 * hexl.el (hexl-mode):
30792 * ibuffer.el (ibuffer-mode):
30793 * ielm.el (inferior-emacs-lisp-mode):
30794 * info.el (Info-mode, Info-edit-mode):
30795 * international/swedish.el:
30796 * ledit.el (ledit-from-lisp-mode):
30797 * locate.el (locate-mode):
30798 * mail/rmail.el (rmail-mode):
30799 * mail/rmailedit.el (rmail-edit-mode):
30800 * mail/rmailsum.el (rmail-summary-mode):
30801 * mail/supercite.el (sc-electric-mode):
30802 * net/eudc.el (eudc-mode):
30803 * net/quickurl.el (quickurl-list-mode):
30804 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
30805 * obsolete/ooutline.el (outline-mode):
30806 * obsolete/options.el (Edit-options-mode):
30807 * obsolete/rnews.el (news-mode):
30808 * obsolete/rnewspost.el (news-reply-mode):
30809 * play/5x5.el (5x5-mode):
30810 * play/decipher.el (decipher-mode, decipher-stats-mode):
30811 * play/gomoku.el (gomoku-mode):
30812 * play/snake.el (snake-mode):
30813 * play/solitaire.el (solitaire-mode):
30814 * play/tetris.el (tetris-mode):
30815 * progmodes/ada-mode.el (ada-mode):
30816 * progmodes/antlr-mode.el (antlr-mode):
30817 * progmodes/autoconf.el (autoconf-mode):
30818 * progmodes/dcl-mode.el (dcl-mode):
30819 * progmodes/delphi.el (delphi-mode):
30820 * progmodes/ebrowse.el (ebrowse-tree-mode)
30821 (ebrowse-electric-list-mode, ebrowse-member-mode)
30822 (ebrowse-electric-position-mode):
30823 * progmodes/f90.el (f90-mode):
30824 * progmodes/fortran.el (fortran-mode):
30825 * progmodes/icon.el (icon-mode):
30826 * progmodes/idlw-help.el (idlwave-help-mode):
30827 * progmodes/idlw-shell.el (idlwave-shell-mode):
30828 * progmodes/idlwave.el (idlwave-mode):
30829 * progmodes/inf-lisp.el (inferior-lisp-mode):
30830 * progmodes/m4-mode.el (m4-mode):
30831 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
30832 * progmodes/modula2.el (modula-2-mode):
30833 * progmodes/octave-inf.el (inferior-octave-mode):
30834 * progmodes/octave-mod.el (octave-mode):
30835 * progmodes/pascal.el (pascal-mode):
30836 * progmodes/sh-script.el (sh-mode):
30837 * progmodes/sql.el (sql-mode, sql-interactive-mode):
30838 * progmodes/vhdl-mode.el (vhdl-mode):
30839 * progmodes/xscheme.el (scheme-interaction-mode):
30840 * replace.el (occur-mode):
30841 * ses.el (ses-mode):
30842 * simple.el (completion-list-mode):
30843 * skeleton.el:
30844 * speedbar.el (speedbar-mode):
30845 * term.el (term-mode):
30846 * terminal.el (terminal-edit-mode):
30847 * textmodes/reftex-index.el (reftex-index-mode)
30848 (reftex-index-phrases-mode):
30849 * textmodes/reftex-sel.el (reftex-select-label-mode)
30850 (reftex-select-bib-mode):
30851 * textmodes/reftex-toc.el (reftex-toc-mode):
30852 * wdired.el (wdired-change-to-wdired-mode):
30853 * wid-browse.el (widget-browse-mode):
30854 Use run-mode-hooks.
30855
30856 * array.el (array-mode):
30857 * calendar/todo-mode.el (todo-mode):
30858 * man.el (Man-mode):
30859 * play/landmark.el (lm-mode):
30860 * play/mpuz.el (mpuz-mode):
30861 Use kill-all-local-variables and run-mode-hooks.
30862
30863 * subr.el (delay-mode-hooks): Specify indentation.
30864
30865 2005-05-26 Mark A. Hershberger <mah@everybody.org>
30866
30867 * xml.el (xml-substitute-special): Don't die for undefined xml
30868 entities.
30869
30870 2005-05-26 Jay Belanger <belanger@truman.edu>
30871
30872 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
30873 of nil.
30874
30875 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
30876
30877 * progmodes/gdb-ui.el (gdb-frame-address):
30878 Rename from gdb-current-address.
30879 (gdb-previous-frame-address): Rename from gdb-previous-address.
30880 (gdb-selected-frame): Rename from gdb-current-frame.
30881 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
30882 (gdb-frame-number): Rename from gdb-current-stack-level.
30883 (gdb-ann3): Match new mode-name for disassembly buffer.
30884 Extend initialization of variables.
30885 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
30886 (gdb-memory-mode): Use mouse-face in header line.
30887 (gdb-assembler-buffer-name): Call it disassembly and give frame
30888 in mode line.
30889 (gdb-source-spec-regexp, gdb-assembler-custom)
30890 (gdb-invalidate-assembler, gdb-frame-handler):
30891 Make robust to leading zeroes in address format.
30892
30893 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
30894
30895 * textmodes/org.el (org-mode): Use `define-derived-mode' to
30896 define `org-mode'.
30897 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
30898
30899 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
30900
30901 * log-edit.el (log-edit-changelog-entries): Distinguish between
30902 filenames like xfns.c and fns.c.
30903
30904 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
30905
30906 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
30907 point after reverting.
30908 (Buffer-menu-make-sort-button): Handle the case where
30909 `Buffer-menu-use-header-line' is nil.
30910
30911 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
30912
30913 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
30914 New funcs. In minibuffer-local-completion-map bind `]', `/'
30915 and `:' to them.
30916
30917 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
30918
30919 * startup.el (normal-top-level): Allow modification of load-path while
30920 we're iterating over it.
30921
30922 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
30923
30924 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
30925 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
30926 (thumbs-resize-interactive, thumbs-insert-image)
30927 (thumbs-insert-thumb, thumbs-dired-show-marked)
30928 (thumbs-find-image-at-point, thumbs-delete-images)
30929 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
30930 (thumbs-increment-image-size, thumbs-decrement-image-size):
30931 Fix typos in docstrings.
30932
30933 2005-05-24 Andre Spiegel <spiegel@gnu.org>
30934
30935 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
30936 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
30937 (cperl-mode): Use them.
30938
30939 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
30940
30941 * window.el (quit-window, shrink-window-if-larger-than-buffer):
30942 Doc fixes.
30943
30944 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
30945
30946 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
30947 Bind C-d to gdb-inferior-io-eof.
30948
30949 * dired.el (dired-dnd-popup-notice): Use message-box.
30950
30951 2005-05-23 Masatake YAMATO <jet@gyve.org>
30952
30953 * bindings.el (mode-line-major-mode-keymap):
30954 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
30955
30956 * faces.el (mode-line-highlight): New face.
30957
30958 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
30959 as mouse-face.
30960
30961 * bindings.el (top-level, help-echo, mode-line-modified)
30962 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
30963 as mouse-face.
30964
30965 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
30966
30967 * progmodes/cc-engine.el (c-guess-basic-syntax):
30968 Remove spurious call to `zerop'.
30969
30970 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
30971
30972 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
30973
30974 CC Mode update to 5.30.10:
30975
30976 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
30977 the point could go past the limit in decoration level 2, thereby
30978 causing errors during interactive fontification.
30979
30980 * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
30981 bug when the file is evaluated interactively.
30982
30983 * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
30984 declarations somewhat better in C++.
30985
30986 * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
30987 New helper macro to make use of `run-mode-hooks'
30988 which has been added in Emacs 21.1.
30989 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
30990 (awk-mode): Use it.
30991 (make-local-hook): Suppress warning about obsoleteness.
30992
30993 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
30994 (c-append-backslashes-forward, c-delete-backslashes-forward)
30995 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
30996 Compensate for return value from `forward-line' when it has moved
30997 but not to a different line due to eob.
30998
30999 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
31000 `objc-method-intro' and `objc-method-args-cont'.
31001
31002 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
31003
31004 CC Mode update to 5.30.10:
31005
31006 * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
31007 address in the copyright statement. Incidentally, change "along with
31008 GNU Emacs" to "along with this program" where it occurs.
31009
31010 * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
31011 autoload, so that it is interactive, hence can be found by M-x awk-mode
31012 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
31013 <gmorris+emacs@ast.cam.ac.uk>.
31014
31015 * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
31016 Mode's regexps.
31017
31018 2005-05-23 Kevin Ryde <user42@zip.com.au>
31019
31020 * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
31021 from c-parse-state, to avoid a lisp error (on bad code).
31022
31023 2005-05-23 Lute Kamstra <lute@gnu.org>
31024
31025 * subr.el (font-lock-defaults): Remove defvar as it's already
31026 defined in font-core.el.
31027
31028 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
31029
31030 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
31031
31032 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
31033 more general and work when GDB variable "print pretty" is on,
31034 as with Emacs, for example.
31035
31036 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
31037
31038 * font-core.el: Update comment.
31039
31040 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
31041 Use `after-change-major-mode-hook' instead of `find-file-hook'.
31042
31043 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
31044
31045 2005-05-22 Eli Zaretskii <eliz@gnu.org>
31046
31047 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
31048 and `yank-handler' in the doc strings.
31049
31050 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
31051
31052 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
31053
31054 2005-05-22 Richard M. Stallman <rms@gnu.org>
31055
31056 * help.el (describe-key): Move print-help-return-message call
31057 out of conditional.
31058
31059 * progmodes/etags.el (list-tags): Use with-no-warnings.
31060
31061 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
31062 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
31063 (starttls-extra-args, starttls-extra-arguments): Add defvars.
31064
31065 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
31066
31067 * language/viet-util.el (viet-viscii-nonascii-translation-table):
31068 Add defvar.
31069
31070 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
31071 Use defvar, not defconst.
31072
31073 * hexl.el (hexl-follow-line): Use with-no-warnings.
31074
31075 * emulation/tpu-extras.el: Use write-file-functions instead of
31076 write-file-hooks.
31077
31078 * dired.el (dired-font-lock-keywords): Fontify files with junk
31079 extensions even if marked by -F.
31080
31081 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
31082
31083 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
31084 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
31085 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
31086 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
31087 (concatenate, list-length, get*, getf, cl-remprop):
31088 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
31089 (etypecase, progv, lexical-let, lexical-let*)
31090 (multiple-value-bind, multiple-value-setq, shiftf):
31091 Improve argument/docstring consistency.
31092
31093 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
31094
31095 2005-05-22 Andre Spiegel <spiegel@gnu.org>
31096
31097 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
31098 doesn't exist.
31099
31100 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
31101 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
31102
31103 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
31104
31105 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
31106 already deleted variables: auto-fill-hook, blink-paren-hook,
31107 lisp-indent-hook, inhibit-local-variables, unread-command-event,
31108 suspend-hooks, comment-indent-hook, meta-flag,
31109 before-change-function, after-change-function,
31110 font-lock-doc-string-face.
31111
31112 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
31113
31114 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
31115
31116 2005-05-21 Eli Zaretskii <eliz@gnu.org>
31117
31118 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
31119 rmail-dont-reply-to.
31120
31121 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31122
31123 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
31124 literal blank when splitting new-header-values.
31125
31126 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
31127
31128 * calendar/cal-menu.el (cal-menu-update): Add separator as a
31129 string so that tmm doesn't create a completion entry for it.
31130
31131 * textmodes/table.el (table-disable-menu): Ditto.
31132
31133 2005-05-21 Richard M. Stallman <rms@gnu.org>
31134
31135 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
31136
31137 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
31138
31139 * net/rcompile.el (remote-compile): Use compilation-start.
31140
31141 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
31142
31143 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
31144
31145 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
31146 Default to makefile-bsdmake-mode on BSD systems.
31147
31148 * imenu.el (imenu-generic-expression, imenu--generic-function'):
31149 REGEXP may also be a search function now. The part of doc-string
31150 for describing the structure was 95% identical to that of
31151 `imenu--generic-function'. Unify it there.
31152
31153 * progmodes/make-mode.el (makefile-imenu-generic-expression):
31154 Use function to find dependencies, because regexp alone is so complex,
31155 it easily goes into an endless loop.
31156 (makefile-makepp-mode): Also add submenu for Perl functions
31157 defined in the makefile.
31158 (makefile-bsdmake-mode): Special imenu-generic-expression no
31159 longer needed, due to function call.
31160 (makefile-match-dependency): Take BOUND into account when checking
31161 if we're through.
31162
31163 2005-05-20 Jay Belanger <belanger@truman.edu>
31164
31165 * calc/calc-units.el (calc-invalidate-units-table):
31166 Use inhibit-read-only.
31167 (math-build-units-table-buffer): Use view-mode.
31168
31169 2005-05-20 David Kastrup <dak@gnu.org>
31170
31171 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
31172 easy-menu-add is not a nop on Emacs; and clarify when to call it.
31173
31174 2005-05-20 Lute Kamstra <lute@gnu.org>
31175
31176 * diff-mode.el (diff-header-face, diff-file-header-face)
31177 (diff-index-face, diff-hunk-header-face, diff-removed-face)
31178 (diff-added-face, diff-changed-face, diff-function-face)
31179 (diff-context-face, diff-nonexistent-face): Put them in the
31180 diff-mode customization group.
31181
31182 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
31183
31184 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
31185
31186 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
31187
31188 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
31189 Minor regexp-optimization.
31190
31191 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
31192
31193 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
31194 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
31195 (org-agenda-add-time-grid-maybe): New function.
31196 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
31197 (org-table-create): `dotimes' instead of `mapcar'.
31198 (org-xor): Simplify implementation.
31199 (org-agenda): `inhibit-redisplay' turned on.
31200 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
31201 a consistent line after a state change.
31202 (org-agenda-remove-times-when-in-prefix): New option.
31203 (org-prefix-has-time): New variable.
31204 (org-parse-time-string): Optional argument NODEFAULT.
31205 (org-format-agenda-item): Parse items for time-of-day
31206 specifications and move these into the prefix if possible.
31207 (org-agenda-priority): Get current heading, not previous heading
31208 during agenda remote editing.
31209
31210 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
31211
31212 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
31213 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
31214 (remove-duplicates, delete-duplicates, substitute)
31215 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
31216 (nsubstitute-if-not, find, find-if, find-if-not, position)
31217 (position-if, position-if-not, count, count-if, count-if-not)
31218 (mismatch, search, sort*, stable-sort, merge, member*)
31219 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
31220 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
31221 (intersection, nintersection, set-difference, nset-difference)
31222 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
31223 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
31224 (nsublis, tree-equal): Improve argument/docstring consistency.
31225
31226 * subr.el (send-string, send-region): Remove obsolescence declaration.
31227 (window-dot, set-window-dot, read-input, show-buffer)
31228 (eval-current-buffer, string-to-int):
31229 Add release number to obsolescence declarations.
31230
31231 2005-05-19 Kim F. Storm <storm@cua.dk>
31232
31233 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
31234 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
31235
31236 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
31237
31238 * faces.el (list-faces-display): Make back button respect optional
31239 regexp arg.
31240
31241 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
31242
31243 * calculator.el (calculator-radix-grouping-mode)
31244 (calculator-radix-grouping-digits, calculator-displayer)
31245 (calculator-radix-grouping-separator, calculator-copy-displayer):
31246 * dabbrev.el (dabbrev-search-these-buffers-only):
31247 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
31248 (diff-advance-after-apply-hunk, diff-mode-hook)
31249 (diff-minor-mode-prefix):
31250 * imenu.el (imenu-use-popup-menu):
31251 * jit-lock.el (jit-lock-context-time):
31252 * newcomment.el (comment-fill-column, comment-column)
31253 (comment-style, comment-padding, comment-multi-line)
31254 (comment-empty-lines, comment-auto-fill-only-comments):
31255 * reveal.el (reveal-around-mark):
31256 * uniquify.el (uniquify-buffer-name-style)
31257 (uniquify-after-kill-buffer-p)
31258 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
31259 (uniquify-min-dir-content, uniquify-separator)
31260 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
31261 * w32-vars.el (w32-fixed-font-alist):
31262 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
31263 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
31264 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
31265 * progmodes/perl-mode.el (perl-indent-level)
31266 (perl-continued-statement-offset, perl-continued-brace-offset)
31267 (perl-brace-offset, perl-brace-imaginary-offset)
31268 (perl-label-offset, perl-indent-continued-arguments)
31269 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
31270 * progmodes/tcl.el (tcl-indent-level)
31271 (tcl-continued-indent-level, tcl-auto-newline)
31272 (tcl-tab-always-indent, tcl-electric-hash-style)
31273 (tcl-help-directory-list, tcl-use-smart-word-finder)
31274 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
31275 (inferior-tcl-source-command):
31276 * textmodes/fill.el (enable-kinsoku):
31277 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
31278 * textmodes/table.el (table-yank-handler):
31279 Specify missing group (and type, if simple) in defcustom.
31280
31281 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
31282
31283 * progmodes/compile.el (compilation-finish-function): Fix defvar.
31284
31285 2005-05-19 Richard M. Stallman <rms@gnu.org>
31286
31287 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
31288
31289 * subr.el (event-basic-type): Don't get an error.
31290 (left-fringe-p): Function deleted.
31291
31292 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
31293 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
31294
31295 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
31296 in recursive copy.
31297
31298 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
31299
31300 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
31301
31302 * emacs-lisp/bytecomp.el
31303 (byte-compile-file-form-custom-declare-variable):
31304 Call byte-compile-nogroup-warn if appropriate.
31305
31306 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
31307 (compilation-set-window): Don't call left-fringe-p; do it directly.
31308
31309 2005-05-19 Jay Belanger <belanger@truman.edu>
31310
31311 * calc/calc-graph.el (calc-graph-format-data): Make sure
31312 var-PlotRejects is bound before trying to check its value.
31313
31314 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
31315
31316 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
31317 definition of this variable from reftex-global.el to reftex.el,
31318 because it is needed in the menu.
31319
31320 2005-05-19 Lute Kamstra <lute@gnu.org>
31321
31322 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
31323 years are fixed. Don't insert a space after a dash.
31324
31325 2005-05-19 Kim F. Storm <storm@cua.dk>
31326
31327 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
31328
31329 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
31330
31331 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
31332 strings, because (eq ... ?\\) is fairly frequent.
31333
31334 * progmodes/make-mode.el (makefile-add-this-line-targets):
31335 Simplify and integrate into `makefile-pickup-targets'.
31336 (makefile-add-this-line-macro): Simplify and integrate into
31337 `makefile-pickup-macros.
31338 (makefile-pickup-filenames-as-targets): Simplify.
31339 (makefile-previous-dependency, makefile-match-dependency):
31340 Don't stumble over `::'.
31341
31342 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
31343
31344 * subr.el (post-command-idle-hook, post-command-idle-delay):
31345 Remove obsoletion of post-command-idle-hook and
31346 post-command-idle-delay.
31347
31348 * faces.el (list-faces-display): Provide button when describe-face
31349 is called to take user back to the list of faces.
31350
31351 * help-fns.el (describe-variable): Remove hyperlinks in a
31352 variable's value as these are quite frequently inappropriate.
31353
31354 * follow.el (follow-submit-feedback, follow-mode):
31355 Remove references to post-command-idle-hook.
31356
31357 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
31358
31359 * progmodes/make-mode.el (makefile-previous-dependency)
31360 (makefile-match-dependency): Check for := (and in bsd mode also
31361 !=) to give a better result, even when font-lock is not on.
31362
31363 2005-05-18 Jay Belanger <belanger@truman.edu>
31364
31365 * calc/calc-help.el (calc-s-prefix-help):
31366 Add `calc-copy-special-constant' to help string.
31367
31368 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
31369
31370 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31371
31372 2005-05-18 Jay Belanger <belanger@truman.edu>
31373
31374 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
31375 in linear factors are in proper order.
31376
31377 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
31378
31379 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
31380 Support for jurabib.
31381
31382 * textmodes/reftex.el (featurep): Define aliases for overlay
31383 commands, for XEmacs compatibility, and use these aliases in
31384 overlay initializations.
31385 (reftex-highlight): Use `reftex-move-overlay'.
31386 (reftex-unhighlight): Use `reftex-delete-overlay'.
31387 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
31388 (reftex-access-search-path): Use `reftex-uniquify' instead of
31389 `reftex-uniq'.
31390
31391 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
31392 `before-string' property modification enables for Emacs as well.
31393 (reftex-select-item): Use `reftex-delete-overlay'.
31394 (reftex-select-mark): Use `reftex-make-overlay' and
31395 `reftex-overlay-put'.
31396 (reftex-select-unmark): Use `reftex-delete-overlay' and
31397 `reftex-overlay-put'.
31398
31399 2005-05-18 Lute Kamstra <lute@gnu.org>
31400
31401 * emacs-lisp/lisp.el (check-parens): Fix docstring.
31402
31403 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
31404
31405 * add-log.el (add-change-log-entry):
31406 * array.el (array-make-template, array-reconfigure-rows)
31407 (array-init-max-row, array-init-max-column)
31408 (array-init-columns-per-line, array-init-field-width):
31409 * replace.el (replace-match-maybe-edit, perform-replace):
31410 * textmodes/spell.el (spell-region):
31411 Replace `read-input' by `read-string'.
31412
31413 * forms.el (forms-mode):
31414 * finder.el (finder-compile-keywords):
31415 * shadowfile.el (shadow-read-files):
31416 Replace `eval-current-buffer' by `eval-buffer'.
31417
31418 * terminal.el (te-pass-through):
31419 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
31420 (ange-ftp-raw-send-cmd):
31421 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
31422 (send-process-next-char, telnet-initial-filter, telnet):
31423 Replace `send-string' by `process-send-string'.
31424
31425 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
31426 (prolog-consult-region): Replace `send-string' by
31427 `process-send-string'; replace `send-region' by `process-send-region'.
31428
31429 * progmodes/delphi.el (delphi-log-msg):
31430 Replace `set-window-dot' by `set-window-point'.
31431
31432 * subr.el (window-dot, set-window-dot, read-input, send-string)
31433 (send-region, show-buffer, eval-current-buffer):
31434 Make really obsolete, as the comment says.
31435
31436 2005-05-17 Kim F. Storm <storm@cua.dk>
31437
31438 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
31439 (cua--init-keymaps): Bind C-return instead of S-return to set
31440 rectangle mark.
31441
31442 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
31443 instead of S-return to toggle/clear rectangle mark.
31444
31445 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
31446
31447 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
31448 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
31449 Also fontify plain strings assigned to variables, mostly so that a
31450 colon has a face and is thus not taken as a dependency separator.
31451 (makefile-previous-dependency): Inline the new matcher, because it
31452 is too complex to work in both directions.
31453 (makefile-match-dependency): Eliminate `backward' arg (see above).
31454 Completely reimplemented so as to not sometimes go into an endless
31455 loop. It should also be more efficient, because first it only
31456 searches for `:', instead of applying the very complex regexp.
31457 (makefile-mode): Cancel `font-lock-support-mode', because blocks
31458 to be fontified in one piece can be too long for JIT.
31459 Makefiles are never *that* big.
31460
31461 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
31462
31463 * dired.el (dired-mode): Simplify.
31464
31465 2005-05-17 Lute Kamstra <lute@gnu.org>
31466
31467 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
31468 defcustom for the mode hook variable.
31469
31470 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
31471 Emacs Lisp Reference Manual.
31472
31473 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
31474
31475 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
31476 (evenp, list*):
31477 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
31478 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
31479
31480 * net/tramp-smb.el (tramp-smb-open-connection):
31481 Pass `tramp-chunksize' as fifth (required) argument.
31482
31483 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
31484
31485 * font-lock.el (lisp-font-lock-keywords-1):
31486 Set `font-lock-negation-char-face' for [^...] char group.
31487 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
31488
31489 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
31490 a var, and refine it to mask one more level of nested vars.
31491 (makefile-rule-action-regex): Turn it into a var, and refine it so
31492 it recognizes backslashed continuation lines as belonging to the
31493 same command.
31494 (makefile-macroassign-regex): Refine it so it recognizes
31495 backslashed continuation lines as belonging to the same command.
31496 (makefile-var-use-regex): Don't look at the next char, because it
31497 might be the same one to be skipped by the initial [^$], leading
31498 to an overlooked variable use.
31499 (makefile-make-font-lock-keywords): Remove two parameters, which
31500 are now variables that some of the modes set locally.
31501 Handle dependency and rule action matching through functions, because
31502 regexps alone match too often. Dependency matching now comes
31503 last, so it can check, whether a colon already matched something else.
31504 (makefile-mode): Inform that font-lock improves makefile parsing
31505 capabilities.
31506 (makefile-match-dependency, makefile-match-action): New functions.
31507
31508 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
31509
31510 * emacs-lisp/cl-extra.el (equalp): Doc fix.
31511
31512 * align.el (align-regexp):
31513 * ansi-color.el (ansi-color-get-face):
31514 * array.el (array-reconfigure-rows, array-init-max-row)
31515 (array-init-max-column, array-init-columns-per-line)
31516 (array-init-field-width):
31517 * dired-aux.el (dired-trample-file-versions):
31518 * dired-x.el (dired-mark-sexp):
31519 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
31520 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
31521 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
31522 * faces.el (face-read-integer):
31523 * files.el (backup-extract-version, insert-directory):
31524 * hexl.el (hexl-insert-decimal-char):
31525 * server.el (server-process-filter):
31526 * shell.el (shell-extract-num):
31527 * startup.el (command-line-1):
31528 * term.el (term-command-hook):
31529 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
31530 (time-stamp-do-number):
31531 * time.el (display-time-update):
31532 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
31533 (timezone-fix-time):
31534 * vms-patch.el (vms-suspend-resume-hook):
31535 * calendar/appt.el (appt-convert-time):
31536 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31537 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
31538 * calendar/cal-islam.el (mark-islamic-diary-entries):
31539 * calendar/calendar.el (calendar-cursor-to-date)
31540 (calendar-star-date):
31541 * calendar/diary-lib.el (diary-attrtype-convert)
31542 (mark-diary-entries, diary-entry-time):
31543 * calendar/solar.el (solar-get-number):
31544 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
31545 * emacs-lisp/re-builder.el (reb-display-subexp):
31546 * emulation/edt.el (edt-set-scroll-margins):
31547 * emulation/tpu-extras.el (tpu-set-scroll-margins):
31548 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
31549 (vip-get-ex-count):
31550 * emulation/viper-ex.el (viper-get-ex-token)
31551 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
31552 * international/fontset.el (fontset-plain-name):
31553 * mail/feedmail.el (feedmail-look-at-queue-directory):
31554 * mail/mailalias.el (mail-get-names):
31555 * mail/rmail.el (rmail-convert-to-babyl-format):
31556 * mail/rmailsum.el (rmail-make-basic-summary-line)
31557 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
31558 (rmail-summary-goto-msg):
31559 * mail/smtpmail.el (smtpmail-read-response):
31560 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
31561 (ange-ftp-vms-add-file-entry):
31562 * play/gametree.el (gametree-looking-at-ply)
31563 (gametree-current-branch-score):
31564 * progmodes/ada-xref.el (ada-prj-find-prj-file)
31565 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
31566 * progmodes/cperl-mode.el (condition-case):
31567 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
31568 (ebrowse-set-member-buffer-column-width)
31569 (ebrowse-select-1st-to-9nth):
31570 * progmodes/etags.el (etags-snarf-tag):
31571 * progmodes/flymake.el (flymake-parse-line):
31572 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
31573 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
31574 (idlwave-shell-menu-def):
31575 * progmodes/ps-mode.el (ps-run-goto-error):
31576 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
31577 (vhdl-speedbar-contract-level):
31578 * term/mac-win.el (x-handle-numeric-switch):
31579 * term/sun-mouse.el (sun-get-frame-data):
31580 * term/w32-win.el (x-handle-numeric-switch):
31581 * term/x-win.el (x-handle-numeric-switch):
31582 * textmodes/ispell.el (ispell-parse-output):
31583 * textmodes/nroff-mode.el (nroff-outline-level):
31584 * textmodes/reftex-cite.el (reftex-bib-sort-year)
31585 (reftex-bib-sort-year-reverse, reftex-format-citation):
31586 * textmodes/reftex-parse.el (reftex-init-section-numbers)
31587 (reftex-section-number):
31588 * textmodes/texinfmt.el (texinfo-paragraphindent):
31589 Replace `string-to-int' by `string-to-number'.
31590
31591 * international/latexenc.el: Add page marker to force the "Local
31592 Variables:" string out of the last page.
31593
31594 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31595
31596 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
31597 tooltip-change-major-mode.
31598 (gud-tooltip-print-command): Remove case where gud-minor-mode
31599 is gdb ("--fullname").
31600 (gud-tooltip-tips): Turn GUD tooltips off for this case and
31601 explain to user.
31602
31603 2005-05-16 Jay Belanger <belanger@truman.edu>
31604
31605 * calc/calc-store.el (calc-copy-special-constant): New function.
31606
31607 * calc/calc-ext.el (calc-init-extensions): Add binding for
31608 `calc-copy-special-constant'.
31609
31610 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
31611 for the `calc-copy-special-constant' command.
31612
31613 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31614
31615 * subr.el (left-fringe-p): New function.
31616
31617 * progmodes/compile.el (compilation-setup): Set local value of
31618 overlay-arrow-string to "" always.
31619 (compilation-set-window): Left fringe then don't scroll.
31620 No left fringe then no arrow and scroll message to top.
31621 (compilation-context-lines): Adjust doc string accordingly.
31622
31623 2005-05-16 Kim F. Storm <storm@cua.dk>
31624
31625 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
31626 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
31627 (ido-wide-find-dir-or-delete-dir): New command for M-d.
31628 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
31629 (ido-read-file-name): Handle commands with ido property value
31630 equal to find-file as reading a file name, to allow C-d to enter dired.
31631 (ibuffer-find-file): Add ido property with value find-file.
31632
31633 2005-05-15 Kim F. Storm <storm@cua.dk>
31634
31635 * subr.el (open-network-stream-nowait): Remove.
31636 (open-network-stream-server): Remove.
31637
31638 2005-05-15 Richard M. Stallman <rms@gnu.org>
31639
31640 * faces.el (describe-face): Output a definition link button.
31641
31642 * help-mode.el (help-face-def): New button type.
31643
31644 * emacs-lisp/copyright.el (copyright-fix-years):
31645 Match properly if the first year is 2-digit.
31646 Don't mess up the whitespace after the years by filling.
31647
31648 * dired-aux.el (dired-mark-confirm):
31649 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
31650
31651 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
31652 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
31653 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
31654
31655 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
31656 Set font-lock-comment-start-skip.
31657
31658 * font-lock.el (font-lock-comment-start-skip): New variable.
31659 (font-lock-comment-end-skip): New variable.
31660 (font-lock-fontify-syntactically-region): Use them if non-nil.
31661
31662 2005-05-15 Jay Belanger <belanger@truman.edu>
31663
31664 * calc/calc-store.el (calc-store-value): Return a string rather
31665 than display it as a message.
31666 Use calc-var-name for variable name.
31667 (calc-store-into): Add the result of calc-store-value to message.
31668 (calc-copy-variable): Add a message.
31669 (calc-store-exchange): Improve error messages.
31670 (calc-store-binary, calc-store-map): Don't reset the values of
31671 special constants.
31672
31673 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
31674
31675 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
31676 manual to docstring.
31677
31678 * files.el (hack-local-variables-confirm): Add STRING argument.
31679 Make the function handle non file visiting buffers correctly.
31680 (hack-local-variables-prop-line, hack-local-variables)
31681 (hack-one-local-variable): Use STRING arg of
31682 `hack-local-variables-confirm'.
31683
31684 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
31685
31686 Sync with Tramp 2.0.49.
31687
31688 * net/tramp.el (tramp-handle-dired-call-process)
31689 (tramp-handle-insert-directory):`insert-buffer' cannot be used
31690 because the contents of the Tramp buffer is changed before
31691 insertion (`expand-file' and alike).
31692 (tramp-handle-insert-directory): If `localname' has an empty
31693 nondirectory name, it must not be quoted.
31694 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
31695 variable `tramp-chunksize'. Change callees.
31696 (tramp-open-connection-setup-interactive-shell): Check remote host
31697 for buggy `send-process-string' implementation.
31698 Set `tramp-chunksize' if found. Reported by Michael Kifer
31699 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
31700 (tramp-handle-shell-command): `insert-buffer' cannot be used
31701 because the contents of the Tramp buffer is changed before
31702 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
31703 <frederic.bothamy@free.fr>.
31704 (tramp-set-auto-save): Actions should be done for Tramp file name
31705 handler only. Ange-FTP has its own auto-save mechanism.
31706 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
31707 (tramp-set-auto-save-file-modes): Set file modes of
31708 `buffer-auto-save-file-name' to ?\600 as fallback solution.
31709 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
31710 (tramp-bug): Remove obsolete variable.
31711 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
31712 for presence of `mml-mode'. Make it running for older Emacsen as well.
31713
31714 2005-05-14 John Paul Wallington <jpw@pobox.com>
31715
31716 * ibuf-ext.el (define-ibuffer-filter filename):
31717 If `dired-directory' is a list, use its car.
31718
31719 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
31720
31721 * ibuffer.el (define-ibuffer-column filename):
31722 If `dired-directory' is a list, use its car.
31723
31724 2005-05-14 Richard M. Stallman <rms@gnu.org>
31725
31726 * subr.el (symbol-file): Doc fix.
31727
31728 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
31729 (byte-compile-form): Call byte-compile-nogroup-warn.
31730 (byte-compile-warning-types): Doc fix.
31731
31732 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
31733
31734 * progmodes/cc-engine.el (c-literal-faces):
31735 Add font-lock-comment-delimiter-face.
31736
31737 * net/net-utils.el (dig): Use with-no-warnings.
31738
31739 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
31740 (sc-recite-frame-alist, sc-default-cite-frame)
31741 (sc-default-uncite-frame, sc-default-recite-frame)
31742 (sc-attrib-selection-list, sc-rewrite-header-list):
31743 Mark as risky-local-variable.
31744
31745 * international/ogonek.el (ogonek-jak, ogonek-how):
31746 Don't use beginning-of-buffer.
31747
31748 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
31749
31750 * calendar/solar.el (solar-data-list): Move definition up.
31751
31752 * dnd.el (dnd-protocol-alist): Add autoload.
31753
31754 * progmodes/sh-script.el: Many doc usage fixes.
31755 (sh-indent-after-do): Change default to match common styles.
31756
31757 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
31758
31759 * files.el (interpreter-mode-alist)
31760 (auto-mode-interpreter-regexp): Doc fixes.
31761
31762 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
31763
31764 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
31765
31766 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
31767
31768 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31769
31770 * dired.el (dired-mode): make-variable-buffer-local =>
31771 make-local-variable.
31772
31773 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31774
31775 * term/mac-win.el (mac-select-convert-to-string): Try coding
31776 systems in mac-script-code-coding-systems if specified one cannot
31777 encode string for `com.apple.traditional-mac-plain-text'.
31778
31779 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
31780
31781 * progmodes/make-mode.el (makefile-targets-face)
31782 (makefile-shell-face, makefile-makepp-perl-face): New faces.
31783 (makefile-dependency-regex): Fix it to not make the colon in
31784 $(var:a=b) special.
31785 (makefile-rule-action-regex): New regexp for highlighting embedded
31786 Shell strings.
31787 (makefile-macroassign-regex): Handle != for highlighting as
31788 embedded Shell strings.
31789 (makefile-var-use-regex): New const.
31790 (makefile-statements, makefile-automake-statements)
31791 (makefile-gmake-statements, makefile-makepp-statements)
31792 (makefile-bsdmake-statements): New consts.
31793 (makefile-make-font-lock-keywords): New function.
31794 (makefile-automake-font-lock-keywords)
31795 (makefile-gmake-font-lock-keywords)
31796 (makefile-makepp-font-lock-keywords)
31797 (makefile-bsdmake-font-lock-keywords): New consts.
31798 (makefile-mode-map): Add switchers between the various submodes.
31799 (makefile-mode): Document the availability of the variants.
31800 (makefile-automake-mode, makefile-gmake-mode)
31801 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
31802
31803 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
31804 new variants of makefile-mode.
31805
31806 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31807
31808 * font-lock.el (font-lock-comment-delimiter-face): Fix up
31809 the inheritance.
31810
31811 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
31812
31813 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
31814 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
31815
31816 * files.el (normal-mode): Extend the scope of the
31817 `enable-local-variables' binding to include the `set-auto-mode' call.
31818 (magic-mode-alist): Doc fix.
31819
31820 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31821
31822 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
31823 font-lock-comment-face rather than copying its setting.
31824
31825 2005-05-12 Andreas Schwab <schwab@suse.de>
31826
31827 * eshell/esh-mode.el (eshell-send-input): Doc fix.
31828
31829 2005-05-12 Lute Kamstra <lute@gnu.org>
31830
31831 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
31832 defcustom for the mode hook variable. Delete the last argument.
31833 * generic-x.el: Fix callers of define-generic-mode.
31834 (generic-x-modes): Delete group.
31835 (show-tabs-tab-face, show-tabs-space-face): Put them in the
31836 generic-x customization group.
31837
31838 2005-05-12 Kim F. Storm <storm@cua.dk>
31839
31840 * font-lock.el (font-lock-negation-char-face): Default to "off".
31841
31842 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
31843 font-lock-negation-char-face to ! in !=.
31844
31845 2005-05-12 Masatake YAMATO <jet@gyve.org>
31846
31847 * add-log.el (find-change-log): Fix typos in the docstring
31848 of function.
31849
31850 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
31851
31852 * international/latexenc.el (latexenc-find-file-coding-system):
31853 Avoid `re-search-forward' when looking for input encoding because
31854 of speed and safety. Better regular expressions for recognizing
31855 input encoding. Limit a search for TeX-master/tex-main-file to
31856 the local variable section.
31857
31858 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
31859
31860 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
31861 syntax of $ to "'" (quote).
31862
31863 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
31864
31865 * dnd.el (dnd-protocol-alist): Improve custom type.
31866
31867 * dired.el (dired-dnd-protocol-alist): New variable.
31868 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
31869 `dired-mode-hook' to the end.
31870
31871 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31872
31873 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
31874 comment-end if comment-start-skip is not set.
31875 Obey the font-lock-comment-delimiter-face variables.
31876
31877 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31878
31879 * files.el (executable-find): Move from executable.el. Use
31880 locate-file.
31881 * progmodes/executable.el (executable-find): Move to files.el.
31882
31883 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
31884 when trying to ensure forward progress.
31885
31886 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
31887
31888 * mouse-sel.el (mouse-sel-follow-link-p): New function.
31889 (mouse-select, mouse-select-internal, mouse-extend-internal):
31890 Use it to implement mouse-1-click-follows-link functionality.
31891
31892 2005-05-11 Richard M. Stallman <rms@gnu.org>
31893
31894 * font-lock.el (font-lock-fontify-syntactically-region):
31895 Use font-lock-comment-delimiter-face for comment delimiters.
31896
31897 2005-05-10 Jay Belanger <belanger@truman.edu>
31898
31899 * calc/calc-help.el (calc-m-prefix-help): Add mention of
31900 preserving embedded modes.
31901
31902 2005-05-10 Richard M. Stallman <rms@gnu.org>
31903
31904 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
31905
31906 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
31907 Move from ada-stmt.el.
31908 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
31909
31910 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
31911 Move to ada-mode.el.
31912 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
31913
31914 * cus-edit.el (custom-file): Call file-chase-links.
31915
31916 * files.el (read-directory-name): Fix previous change.
31917 (hack-local-variables-confirm): New function.
31918 (hack-local-variables-prop-line, hack-local-variables)
31919 (hack-one-local-variable): Use it.
31920
31921 2005-05-10 Lute Kamstra <lute@gnu.org>
31922
31923 * font-lock.el (font-lock-keywords-alist)
31924 (font-lock-removed-keywords-alist): Clarify docstrings.
31925
31926 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
31927
31928 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
31929 (gdb-source-info): Check for preprocessor info.
31930 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
31931 a macro for a function.
31932 (gdb-info-breakpoints-custom): Try to find file again if not already
31933 found (user might have used GDB dir command).
31934 (gdb-get-location): Update gdb-location-alist correctly for change
31935 to gdb-info-breakpoints-custom.
31936
31937 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
31938 (gud-tooltip-print-command): Add gdbmi case.
31939 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
31940 preprocessor info.
31941
31942 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
31943
31944 * startup.el (fancy-splash-insert): Fix typo in doc string.
31945
31946 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
31947
31948 * obsolete/float.el (string-to-float):
31949 * obsolete/hilit19.el (hilit-add-pattern):
31950 * obsolete/rnews.el (news-parse-range, news-select-message)
31951 (news-get-pruned-list-of-files): Replace `string-to-int' by
31952 `string-to-number'.
31953
31954 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
31955 `find-file-not-found-hooks'; use `add-hook'.
31956 (uncompress-while-visiting): Set `write-file-functions', not
31957 `write-file-hooks'; use `add-hook'.
31958
31959 2005-05-09 Kim F. Storm <storm@cua.dk>
31960
31961 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
31962 (cua-paste): Handle clipboard action.
31963 (cua--init-keymaps): Remap clipboard-kill-region and
31964 clipboard-kill-ring-save.
31965
31966 2005-05-08 Eli Zaretskii <eliz@gnu.org>
31967
31968 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31969 Improve commentary.
31970
31971 * simple.el (next-error-overlay-arrow-position): Revert the change
31972 made on 2005-04-30.
31973
31974 2005-05-07 Jay Belanger <belanger@truman.edu>
31975
31976 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
31977 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
31978 `calc-sel-reselect'.
31979
31980 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
31981 Calc is in embedded mode.
31982
31983 2005-05-07 Eli Zaretskii <eliz@gnu.org>
31984
31985 * progmodes/compile.el (compilation-setup):
31986 Set overlay-arrow-string to an empty string on text terminals.
31987
31988 * textmodes/ispell.el (ispell-program-name): Try looking for
31989 "aspell" along exec-path, and if found, use it as the default
31990 speller program.
31991
31992 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
31993
31994 * international/mule.el (sgml-xml-auto-coding-function):
31995 Recognize encoding='FOO' in single quotes as well as in double quotes.
31996
31997 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
31998
31999 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
32000 as well as `interactive', so that defmacro* would recognize
32001 `declare' forms.
32002
32003 2005-05-07 Eli Zaretskii <eliz@gnu.org>
32004
32005 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
32006 Explain more about the LIGHTER arg's usage in the doc string.
32007 Add commentary to clarify what the code does. Fix the regexp that
32008 strips whitespace from LIGHTER. Quote LIGHTER before using it,
32009 since it could have characters special to regular expressions.
32010
32011 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
32012
32013 * replace.el (occur-1): Bind inhibit-read-only so that
32014 erase-buffer doesn't barf on read-only text properties (likewise
32015 for add-text-properties in occur-engine). Mark buffer as unmodified.
32016 (occur-engine): Don't set buffer-read-only here.
32017
32018 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
32019
32020 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
32021 list-buffers-directory. This caused the *cvs-commit* buffer to be
32022 sometimes mistakenly reused as a *cvs* buffer.
32023
32024 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
32025
32026 * tooltip.el: Move code for GUD tooltips into gud.el.
32027 (require): CL no longer needed to compile case.
32028 (tooltip-mode): Do not toggle functions for GUD tooltips.
32029 (tooltip-gud-tips-p): Remove. Replace with minor mode
32030 gud-tooltip-mode in gud.el.
32031 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
32032 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
32033 tooltip-gud prefix with gud-tooltip and obsolete.
32034 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
32035 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
32036 (tooltip-mouse-motion): Mouse movement functions/variable.
32037 Rename in gud.el by adding gud prefix.
32038 (tooltip-gud-original-filter, tooltip-gud-dereference)
32039 (tooltip-gud-event, tooltip-toggle-gud-tips)
32040 (tooltip-gud-process-output, tooltip-gud-print-command)
32041 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
32042 gud.el by replacing tooltip-gud prefix with gud-tooltip.
32043 (gdb-tooltip-print): Move to gdb-ui.el.
32044
32045 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
32046 (require): CL needed to compile case.
32047 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
32048 tooltip-gud-tips-p. Make it a minor-mode.
32049 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
32050 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
32051 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
32052 (gud-tooltip-change-major-mode)
32053 (gud-tooltip-activate-mouse-motions-if-enabled)
32054 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
32055 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
32056 (gud-tooltip-original-filter, gud-tooltip-dereference)
32057 (gud-tooltip-event, tooltip-toggle-gud-tips)
32058 (gud-tooltip-process-output, gud-tooltip-print-command)
32059 (gud-tooltip-tips): Move from tooltip.el.
32060
32061 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
32062 (gdb-cpp-define-alist-flags): Doc fix.
32063 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
32064 gud-tooltip-mode is t.
32065
32066 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
32067
32068 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
32069 evaporate if their text is deleted.
32070 (goto-address-at-point): Make it work as a mouse binding as well.
32071 (goto-address-at-mouse): Obsolete it. Update users.
32072
32073 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
32074
32075 * calendar/appt.el (top-level): No longer activate on load.
32076
32077 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
32078
32079 * calendar/cal-bahai.el (mark-bahai-diary-entries):
32080 * net/webjump.el (webjump):
32081 * progmodes/idlw-help.el (idlwave-do-context-help1)
32082 (idlwave-highlight-linked-completions):
32083 * textmodes/po.el (po-find-file-coding-system-guts):
32084 Replace `assoc-ignore-case' by `assoc-string'.
32085
32086 2005-05-06 Eli Zaretskii <eliz@gnu.org>
32087
32088 * files.el (locate-file): Doc fix.
32089
32090 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
32091 Remove the redundant test for ms-dos.
32092
32093 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
32094 look for the preprocessor with exec-suffixes. If not found in
32095 standard places, look in exec-path. Remove most of the tests that
32096 used system-type.
32097
32098 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
32099
32100 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
32101
32102 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
32103 file-name clash with jka-compr.el on 8+3 filesystems.
32104
32105 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32106
32107 * term/mac-win.el: Don't define or bind scroll bar functions if
32108 x-toolkit-scroll-bars is t.
32109 (x-select-text, x-get-selection-value): Clear
32110 x-last-selected-text-clipboard if x-select-enable-clipboard is
32111 nil.
32112 (PRIMARY): Put mac-scrap-name property.
32113 (mac-select-convert-to-file-url): New function.
32114 (public.file-url): New selection target type. Add to
32115 selection-converter-alist.
32116 (x-get-selection, x-selection-value): Handle it.
32117 (x-cut-buffer-or-selection-value): New alias.
32118
32119 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32120
32121 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
32122 entry to avoid calling bibtex-find-entry with arg global
32123 being t. Remove arg key.
32124 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
32125 (bibtex-copy-summary-as-kill): Change accordingly.
32126
32127 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
32128
32129 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
32130 (org-agenda-date-later): Use with-current-buffer.
32131
32132 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
32133
32134 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
32135 (define-obsolete-variable-alias): Doc Fixes.
32136
32137 2005-05-06 Kim F. Storm <storm@cua.dk>
32138
32139 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
32140 vertical-motion when selective-display is active.
32141
32142 * ido.el (ido-setup-hook): New hook.
32143 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
32144 (ido-input-stack): New var.
32145 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
32146 ido-next-work-file binding to M-O.
32147 Bind M-f to ido-wide-find-file-or-pop-dir.
32148 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
32149 (ido-read-internal): Run ido-setup-hook.
32150 Catch quit in read-file-name and read-string to cancel edit.
32151 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
32152 Automatically pop-all when completing a directory name (RET).
32153 (ido-file-internal): Add with-no-warnings around ffap and dired code.
32154 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
32155 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
32156 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
32157 New functions for M-b/M-f to move among the directory components.
32158 (ido-make-merged-file-list): Catch quit to cancel merge.
32159 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
32160 (ido-completion-help): No warnings for ido-completion-buffer-full.
32161
32162 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
32163
32164 * font-lock.el (font-lock-negation-char-face): New face and variable.
32165 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
32166 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
32167 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
32168 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
32169
32170 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
32171
32172 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
32173 Fix typo in docstring.
32174
32175 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
32176 (ebrowse-print-statistics-line)
32177 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
32178
32179 * term/w32-win.el (image-library-alist): Add additional name for
32180 Xpm library.
32181
32182 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
32183
32184 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
32185 use gcc instead of cpp.
32186
32187 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
32188 (gdb-create-define-alist): Use it.
32189 (gdb-cpp-define-alist-program): Update for MS-DOS.
32190
32191 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
32192
32193 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
32194
32195 2005-05-04 Richard M. Stallman <rms@gnu.org>
32196
32197 * help.el (describe-key): No error when UNTRANSLATED is nil.
32198
32199 * simple.el (line-move-1): Fix previous change to signal errors
32200 appropriately.
32201
32202 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
32203
32204 * calendar/icalendar.el (icalendar-version): Now at 0.12.
32205 (icalendar-duration-correction): Remove.
32206 (icalendar--get-event-properties): Split result at commas.
32207 (icalendar--decode-isoduration): New optional argument
32208 DURATION-CORRECTION.
32209 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
32210 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
32211 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
32212 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
32213 (icalendar--convert-anniversary-to-ical): New functions, extracted
32214 from icalendar-export-region, with bug fixes.
32215 (icalendar-export-region): Use the above functions.
32216 (icalendar-import-buffer): Check before saving diary file.
32217 (icalendar--convert-recurring-to-diary)
32218 (icalendar--convert-non-recurring-all-day-to-diary)
32219 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
32220 extracted from icalendar--convert-ical-to-diary, with bug fixes.
32221 (icalendar--convert-ical-to-diary): Use the above functions.
32222
32223 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
32224
32225 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
32226 Remove these recent additions.
32227 (c-mode): Restore to before 2005-04-28.
32228
32229 * progmodes/cc-vars.el (cc-define-list-program): Remove this
32230 recent addition.
32231
32232 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
32233 (gdb-define-alist): New variables.
32234 (gdb-create-define-alist): New function.
32235 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
32236 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
32237 with string-to-number.
32238 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
32239
32240 * progmodes/gud.el: Replace string-to-int with string-to-number.
32241 (gud-find-file): Handle gdb-define-alist.
32242
32243 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
32244
32245 2005-05-02 Jay Belanger <belanger@truman.edu>
32246
32247 * calc/calc-aent.el (math-read-token):
32248 * calc/calc-bin.el (calc-word-size):
32249 * calc/calc-ext.el (calc-read-number-fancy):
32250 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
32251 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
32252 * calc/calc-frac.el (calc-over-notation):
32253 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
32254 (calc-graph-num-points, calc-graph-init):
32255 * calc/calc-prog.el (calc-read-parse-table-part)
32256 (calc-edit-macro-repeats):
32257 * calc/calc-yank.el (calc-do-grab-rectangle):
32258 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
32259 Replace `string-to-int' by `string-to-number'.
32260
32261 2005-05-02 Kim F. Storm <storm@cua.dk>
32262
32263 * kmacro.el: Use executing-kbd-macro-index variable.
32264
32265 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
32266
32267 * net/rlogin.el (rlogin-parse-words): Delete func.
32268 (rlogin): Use split-string, not rlogin-parse-words.
32269 Also, if there are option-like elements in the parsed args,
32270 take the host to be the first arg immediately following them.
32271 Suggested by Michael Mauger.
32272
32273 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
32274
32275 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
32276
32277 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
32278
32279 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
32280 (cc-mode-cpp-program): Rename to cc-define-list-program and
32281 move to cc-vars.el.
32282
32283 * progmodes/cc-vars.el (cc-define-list-program):
32284 Change to "gcc -E -dM -". Make customizable.
32285
32286 2005-05-02 Kim F. Storm <storm@cua.dk>
32287
32288 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
32289
32290 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
32291
32292 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
32293
32294 * international/mule-util.el (truncate-string): Remove alias and
32295 obsolete declaration.
32296
32297 * international/mule-cmds.el (update-iso-coding-systems):
32298 Remove alias and obsolete declaration.
32299
32300 * international/mule.el (coding-system-parent): Remove alias and
32301 obsolete declaration.
32302
32303 * subr.el (define-function, sref): Remove aliases and obsolete
32304 declarations.
32305 (chars-in-region): Remove obsolete declaration.
32306
32307 2005-05-01 Richard M. Stallman <rms@gnu.org>
32308
32309 * info.el (Info-mode): Set widen-automatically to nil, locally.
32310
32311 * simple.el (widen-automatically): New variable.
32312 (pop-global-mark): Obey widen-automatically.
32313
32314 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
32315
32316 * term/xterm.el (function-key-map): Call substitute-key-definition
32317 before the keymap size is increased by a lot of define-key calls.
32318
32319 2005-05-01 Richard M. Stallman <rms@gnu.org>
32320
32321 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
32322 Rename ARG to ELEMENT. Doc fix.
32323
32324 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
32325
32326 * allout.el (allout-exposure): Remove macro and obsolete declaration.
32327 Remove references to allout-exposure/change to allout-new-exposure.
32328
32329 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
32330 bytecode symbols.
32331
32332 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
32333 (compiled-function-p, focus-frame, unfocus-frame):
32334 Remove aliases and obsolete declarations.
32335 Back out inadvertent changes from previous commit.
32336
32337 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
32338
32339 * files.el (require-final-newline): Make Custom tags consistent
32340 with mode-require-final-newline.
32341 (mode-require-final-newline): Doc fix.
32342
32343 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
32344
32345 * international/latexenc.el (latexenc-find-file-coding-system):
32346 Fix regular expressions.
32347
32348 2005-05-01 David Kastrup <dak@gnu.org>
32349
32350 * international/latexenc.el (latexenc-find-file-coding-system):
32351 Fix regular expressions.
32352
32353 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
32354
32355 * subr.el (string-to-int): Make obsolete.
32356
32357 2005-04-30 Richard M. Stallman <rms@gnu.org>
32358
32359 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
32360
32361 * loadup.el: Load jka-comp-hook.
32362
32363 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
32364 (jka-compr-handler): Add autoload. `put' calls moved
32365 to jka-comp-hook.el.
32366 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
32367 (jka-compr-inhibit): Autoload.
32368
32369 * jka-comp-hook.el: New file.
32370 Enable the mode by default.
32371
32372 * files.el (backup-buffer-copy): Use copy-file instead
32373 of write-region, and put back the 'excl.
32374
32375 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
32376
32377 * progmodes/flymake.el (flymake-split-string)
32378 (flymake-split-string, flymake-log, flymake-pid-to-names)
32379 (flymake-reg-names, flymake-get-source-buffer-name)
32380 (flymake-unreg-names, flymake-add-line-err-info)
32381 (flymake-add-err-info): Clarify docstrings.
32382 (flymake-popup-menu, flymake-make-emacs-menu)
32383 (flymake-make-xemacs-menu): Add docstrings.
32384 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
32385 Set variables directly throughout.
32386
32387 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
32388
32389 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
32390 exists. Initialize cc-define-alist.
32391 (c-mode): Add cc-create-define-alist locally to after-save-hook.
32392 If there is no file (Macroexpansion) don't create an alist.
32393
32394 2005-04-29 Sam Steingold <sds@gnu.org>
32395
32396 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
32397 (cc-create-define-alist): Use it instead of the hard-coded string.
32398
32399 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
32400
32401 * international/mule-conf.el (file-coding-system-alist): Fix regexp
32402 for latexenc.
32403
32404 2005-04-29 Lute Kamstra <lute@gnu.org>
32405
32406 * emacs-lisp/generic.el: Improve commentary section.
32407 (define-generic-mode): Improve docstring.
32408
32409 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
32410
32411 * textmodes/org.el (many places): Change to quiet the byte compiler.
32412 (org-prefix-format-compiled): New variable.
32413 (org-compile-prefix-format): New function.
32414 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
32415 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
32416 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
32417 (org-get-entries-from-diary): Use `org-get-time-of-day' for
32418 consistency with entries from `org-mode' files.
32419 (org-get-time-of-day): Fix bug with partial matches early in a line.
32420 (org-non-link-chars): New constant.
32421 (org-link-regexp): Respect `org-non-link-chars'.
32422 (org-agenda-day-view): Remove command.
32423 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
32424 (org-follow-bbdb-link, org-store-link): Search also company field.
32425 (org-highlight-overlay): New variable.
32426 (org-highlight, org-unhighlight): New functions.
32427 (org-agenda-mode): Add pre-command-hook to remove highlight.
32428 (org-evaluate-time-range): Behavior depends upon whether time stamp
32429 contains a time or not.
32430 (org-show-subtree, org-show-entry): New functions.
32431 (org-agenda-cleanup-fancy-diary): Remove empty lines.
32432
32433 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
32434
32435 * comint.el (comint-output-filter-functions): Add autoload cookie.
32436
32437 2005-04-28 Kim F. Storm <storm@cua.dk>
32438
32439 * ido.el (ido-everywhere): Fix last change.
32440
32441 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
32442
32443 * international/latexenc.el: New file.
32444 * international/mule-conf.el (file-coding-system-alist): For .tex,
32445 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
32446
32447 2005-04-28 Lute Kamstra <lute@gnu.org>
32448
32449 * font-lock.el (font-lock-add-keywords)
32450 (font-lock-remove-keywords): Clarify docstring.
32451 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
32452 Don't start docstrings with a `*'.
32453 (font-lock-update-removed-keyword-alist): Give it a docstring.
32454
32455 * generic-x.el: Update commentary section.
32456 Only require font-lock when compiling.
32457 Define all modes conditionally.
32458 Place all generic modes in the generic-x-modes customization group.
32459 (generic-x-modes): New customization group.
32460 (generic-default-modes, generic-mswindows-modes)
32461 (generic-unix-modes, generic-other-modes): New constants.
32462 (generic-define-mswindows-modes, generic-define-unix-modes):
32463 Update docstrings. Make them obsolete.
32464 (generic-extras-enable-list): New default value. Update docstring.
32465 Improve :type. Change :set function.
32466 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
32467 Fix docstring.
32468
32469 * emacs-lisp/generic.el (generic-mode-internal):
32470 Simplify font-lock-defaults.
32471 (define-generic-mode): Fix docstring.
32472
32473 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
32474
32475 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
32476 font-lock-face property to highlight matches.
32477
32478 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
32479
32480 * progmodes/cc-mode.el (cc-create-define-alist): New function.
32481 (cc-define-alist): New variable.
32482 (c-mode): Make it local and initialize it.
32483
32484 * progmodes/gdb-ui.el (gdb-active-process): New variable.
32485 (gdb-exited): New function.
32486 (gdb-annotation-rules): Use it.
32487 (gdb-starting): Set gdb-active-process to t.
32488 (gdb-stopping): Amend doc string.
32489 (gdb-reset): Set gdb-active-process to nil.
32490
32491 * tooltip.el (tooltip-gud-tips): Show the associated #define
32492 directives when a C program under GDB is not executing.
32493
32494 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
32495
32496 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
32497 font-lock-fontify-syntactic-keywords.
32498
32499 * font-lock.el (font-lock-default-fontify-region): Don't force
32500 parse-sexp-lookup-properties to nil.
32501
32502 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
32503
32504 * man.el (man-mode-syntax-table): Set up `:' to have
32505 word-constituent syntax.
32506
32507 2005-04-27 Lute Kamstra <lute@gnu.org>
32508
32509 * novice.el (disable-command): Don't add spurious newlines to the
32510 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
32511
32512 2005-04-26 Jay Belanger <belanger@truman.edu>
32513
32514 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
32515 than one window before deleting window.
32516
32517 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
32518
32519 * shell.el (shell-prompt-pattern): Doc fix.
32520 (shell-mode): Set paragraph-separate buffer locally to "\\'".
32521
32522 * comint.el (comint-prompt-regexp, comint-get-old-input)
32523 (comint-use-prompt-regexp)
32524 (comint-use-prompt-regexp-instead-of-fields)
32525 (comint-replace-by-expanded-history, comint-send-input)
32526 (comint-output-filter, comint-get-old-input-default)
32527 (comint-line-beginning-position, comint-bol, comint-show-output)
32528 (comint-backward-matching-input, comint-forward-matching-input)
32529 (comint-next-prompt, comint-previous-prompt):
32530 Rename `comint-use-prompt-regexp-instead-of-fields' to
32531 `comint-use-prompt-regexp'. Keep old name as alias and declare
32532 obsolete.
32533 (comint-use-prompt-regexp): Shorten first line of doc string.
32534
32535 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
32536 Set paragraph-separate buffer locally to "\\'".
32537
32538 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
32539 Adapt to above name change.
32540
32541 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
32542 (smbclient-prompt-regexp): Ditto.
32543
32544 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
32545
32546 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
32547
32548 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
32549 gdb-location-list.
32550 Break lines that are over 80 characters wide.
32551
32552 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
32553
32554 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
32555 New fun and var, to preserve compatibility.
32556
32557 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
32558
32559 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
32560
32561 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
32562 name to file-newer-than-file-p.
32563
32564 2005-04-26 Richard M. Stallman <rms@gnu.org>
32565
32566 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
32567
32568 * progmodes/python.el (python-mode):
32569 Use new name eldoc-documentation-function.
32570
32571 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
32572
32573 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
32574 (eldoc-documentation-function):
32575 Rename from eldoc-print-current-symbol-info-function. Calls changed.
32576
32577 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
32578
32579 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
32580
32581 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32582
32583 * term/xterm.el (function-key-map): Fix strings for
32584 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
32585 {C,S,A,C-S}-{f1-f12}.
32586
32587 2005-04-26 Kenichi Handa <handa@m17n.org>
32588
32589 * international/mule-cmds.el (select-safe-coding-system):
32590 Fix previous change.
32591
32592 2005-04-26 Lute Kamstra <lute@gnu.org>
32593
32594 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
32595
32596 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
32597 (font-lock-comment-delimiter-face): Ditto.
32598
32599 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
32600
32601 2005-04-25 Jay Belanger <belanger@truman.edu>
32602
32603 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
32604 to t while inserting information; use help-mode.
32605
32606 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32607
32608 * term.el (ansi-term-color-vector): Use the xterm colors.
32609 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
32610
32611 2005-04-25 Lute Kamstra <lute@gnu.org>
32612
32613 * font-core.el (font-lock-defaults): Fix docstring.
32614
32615 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
32616
32617 2005-04-25 Kenichi Handa <handa@m17n.org>
32618
32619 * international/mule-cmds.el (select-safe-coding-system):
32620 Don't check consistency with coding: spec, etc if raw-text or
32621 no-conversion was found to be safe.
32622
32623 2005-04-24 Richard M. Stallman <rms@gnu.org>
32624
32625 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
32626 citation markers at start of each line.
32627
32628 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
32629 citation markers at start of each line.
32630
32631 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
32632
32633 * files.el (mode-require-final-newline): Fix previous change.
32634 (require-final-newline): Fix type label.
32635
32636 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
32637
32638 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
32639 statement in buffer (broken by 2004-11-24 change).
32640
32641 2005-04-24 Kim F. Storm <storm@cua.dk>
32642
32643 * ido.el (ido-everywhere): Save and restore old read-buffer-function
32644 and read-file-name-function values. Don't overwrite existing
32645 non-nil values if ido-mode is enabled without ido-everywhere.
32646
32647 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
32648
32649 * files.el (mode-require-final-newline): Minor doc fix.
32650
32651 2005-04-24 Eli Zaretskii <eliz@gnu.org>
32652
32653 * subr.el (syntax-after): Doc fix.
32654 (syntax-class): If argument is nil, return nil. Mask off upper 16
32655 bits, not 8 bits.
32656
32657 * files.el (mode-require-final-newline): Doc fix.
32658 (backup-buffer-copy): Fix last change.
32659
32660 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32661
32662 * term/mac-win.el: Require select. Set selection-coding-system to
32663 mac-system-coding-system. Call menu-bar-enable-clipboard.
32664 (x-last-selected-text-clipboard, x-last-selected-text-primary)
32665 (x-select-enable-clipboard): New variables.
32666 (x-select-text, x-get-selection, x-selection-value)
32667 (x-get-selection-value, mac-select-convert-to-string)
32668 (mac-services-open-file, mac-services-open-selection)
32669 (mac-services-insert-text): New functions.
32670 (CLIPBOARD, FIND): Put mac-scrap-name property.
32671 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
32672 (public.tiff): Put mac-ostype property.
32673 (selection-converter-alist): Add entries for them.
32674 (mac-application-menu-map): New keymap.
32675 (interprogram-cut-function, interprogram-paste-function): Set to
32676 x-select-text and x-get-selection-value, respectively.
32677 (split-window-keep-point): Set to t.
32678
32679 2005-04-23 Richard M. Stallman <rms@gnu.org>
32680
32681 * files.el (read-directory-name): Always pass non-nil
32682 DEFAULT-FILENAME arg to read-file-name.
32683 (backup-buffer-copy, basic-save-buffer-2): Take care against
32684 writing thru an unexpected existing symlink.
32685 (revert-buffer): In indirect buffer, revert the base buffer.
32686 (magic-mode-alist): Doc fix.
32687 (buffer-stale-function): Doc fix.
32688 (minibuffer-with-setup-hook): Avoid warning.
32689 (mode-require-final-newline): Doc and custom fix.
32690
32691 * follow.el (follow-end-of-buffer): Use with-no-warnings.
32692
32693 * font-lock.el (font-lock-comment-face): On terminals with few colors,
32694 use the default appearance.
32695 (font-lock-comment-delimiter-face): New face, new variable.
32696
32697 * imenu.el (imenu--generic-function): The official position of a
32698 definition is the start of the line that BEG is in.
32699
32700 * midnight.el (midnight-timer): Move defvar up.
32701
32702 * mouse.el (mouse-drag-region-1): Delete some debugging code.
32703
32704 * saveplace.el (save-place-to-alist): Use with-no-warnings.
32705
32706 * startup.el (command-line): Use with-no-warnings.
32707
32708 * window.el (window-size-fixed): New defvar.
32709
32710 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
32711
32712 * mail/rmail.el (rmail-font-lock-keywords):
32713 Use font-lock-comment-delimiter-face.
32714
32715 * mail/sendmail.el (mail-font-lock-keywords):
32716 Use font-lock-comment-delimiter-face.
32717
32718 * progmodes/compile.el (next-error-highlight-timer): New defvar.
32719
32720 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
32721
32722 * progmodes/compile.el (compilation-mode-font-lock-keywords):
32723 Specify t for LAXMATCH when matching directories.
32724 Save match data around compilation-compat-error-properties form.
32725
32726 2005-04-23 David Kastrup <dak@gnu.org>
32727
32728 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
32729 Mention that the autoloaded aliases should be kept for AUCTeX.
32730
32731 2005-04-23 Andreas Schwab <schwab@suse.de>
32732
32733 * isearch.el (isearch-forward): Doc fix.
32734
32735 2005-04-23 Eli Zaretskii <eliz@gnu.org>
32736
32737 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
32738 (jit-lock-stealth-nice): Change default value to 0.5.
32739
32740 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
32741
32742 * abbrev.el (write-abbrev-file): Write table entries in
32743 alphabetical order by table name.
32744
32745 2005-04-22 Kim F. Storm <storm@cua.dk>
32746
32747 * ido.el (ido-read-internal): Fix `list' completion.
32748
32749 2005-04-22 Kenichi Handa <handa@m17n.org>
32750
32751 * recentf.el (recentf-save-file-coding-system): New variable.
32752 (recentf-save-list): Encode the file by
32753 recentf-save-file-coding-system and add coding: tag.
32754
32755 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
32756
32757 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
32758
32759 2005-04-21 Lute Kamstra <lute@gnu.org>
32760
32761 * loadhist.el (unload-feature): Don't remove a function from hooks
32762 if it is about to be restored to an autoload . Remove functions
32763 that will become unbound from auto-mode-alist. Simplify the code.
32764
32765 * subr.el (assq-delete-all): New implementation that is linear,
32766 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
32767 (rassq-delete-all): New function.
32768
32769 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32770 Add size-indication-mode.
32771
32772 2005-04-21 Kenichi Handa <handa@m17n.org>
32773
32774 * international/mule-cmds.el: Add autoload for widget-value in
32775 eval-when-compile.
32776
32777 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
32778
32779 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32780 Add tooltip-mode.
32781
32782 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
32783
32784 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
32785
32786 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
32787 (inferior-lisp-filter-regexp, inferior-lisp-program)
32788 (inferior-lisp-load-command, inferior-lisp-prompt)
32789 (inferior-lisp-mode-hook, lisp-source-modes)
32790 (inferior-lisp-load-hook): defvar->defcustom.
32791 (inferior-lisp-program, inferior-lisp-prompt)
32792 (inferior-lisp-load-hook): Doc fixes.
32793 (inferior-lisp-install-letter-bindings): Small change in
32794 introductory comment.
32795
32796 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
32797
32798 * vc.el (vc-annotate-color-map): Change some colors so that text
32799 using them as foreground is readable on both white and black
32800 backgrounds.
32801
32802 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
32803
32804 * international/mule-conf.el (translation-table-for-input):
32805 Remove redundant declaration.
32806
32807 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32808
32809 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
32810
32811 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
32812 (tooltip-toggle-gud-tips): New function.
32813
32814 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32815
32816 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
32817 right angle brackets.
32818
32819 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32820
32821 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
32822
32823 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
32824
32825 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
32826 Remove. Update callers to use expand-file-name instead.
32827
32828 * subr.el (syntax-class): New function.
32829
32830 * simple.el (blink-matching-open): Use it.
32831
32832 * paren.el (show-paren-function): Use it to recognize parens that are
32833 also used in 2-char comment markers.
32834
32835 2005-04-19 Lute Kamstra <lute@gnu.org>
32836
32837 * loadhist.el (unload-feature): Update for new format of
32838 load-history. Simplify the code.
32839
32840 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32841
32842 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
32843 (mac-add-charset-info): New function. Initialize variable
32844 mac-charset-info-alist using it.
32845 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
32846 for translation.
32847 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
32848 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
32849 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
32850 New CCL programs.
32851
32852 2005-04-19 Kim F. Storm <storm@cua.dk>
32853
32854 * simple.el (next-buffer, prev-buffer, next-error)
32855 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32856 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
32857
32858 * bindings.el (next-buffer, prev-buffer, next-error)
32859 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32860 (clone-indirect-buffer-other-window): Move bindings from simple.el.
32861 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
32862 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
32863
32864 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
32865
32866 * isearch.el (isearch-edit-string): Make the search-ring available for
32867 minibuffer history commands.
32868 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
32869 the default history commands now work just as well.
32870 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
32871
32872 2005-04-18 Kim F. Storm <storm@cua.dk>
32873
32874 * emulation/cua-base.el (cua--pre-command-handler): Add more
32875 elaborate check for shift modifier on non-window systems.
32876
32877 2005-04-18 Lars Hansen <larsh@math.ku.dk>
32878
32879 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
32880
32881 2005-04-18 Kim F. Storm <storm@cua.dk>
32882
32883 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
32884 and make it optional. Don't test tooltip-gud-echo-area here.
32885 (tooltip-gud-process-output, gdb-tooltip-print):
32886 Pass tooltip-gud-echo-area to tooltip-show.
32887 (tooltip-help-tips): Remove second optional arg to tooltip-show.
32888
32889 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32890
32891 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
32892 `display-graphic-p' may not be bound yet.
32893
32894 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
32895
32896 * startup.el (command-line): No longer enable Xterm Mouse mode by
32897 default in terminals compatible with xterm.
32898
32899 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
32900
32901 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
32902
32903 * tooltip.el (tooltip-gud-echo-area): Rename from
32904 tooltip-use-echo-area.
32905 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
32906 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
32907 area independently of where help tooltips are displayed.
32908
32909 2005-04-17 David Kastrup <dak@gnu.org>
32910
32911 * cus-theme.el (custom-theme-write-variables): Quote variables
32912 where necessary.
32913
32914 2005-04-17 Richard M. Stallman <rms@gnu.org>
32915
32916 * simple.el (yank-excluded-properties): Add follow-link to value.
32917
32918 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
32919
32920 * startup.el (fancy-splash-max-time): Just 30 seconds.
32921 (fancy-splash-delay): Just 7.
32922 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
32923
32924 * loadhist.el (unload-feature): Update for new format of load-history.
32925 Simplify the code.
32926
32927 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
32928 (rmail-font-lock-keywords): Don't fontify the text of a citation.
32929
32930 * mail/sendmail.el (mail-font-lock-keywords):
32931 Don't fontify subject text.
32932 Don't fontify the text of a citation.
32933
32934 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
32935
32936 * comint.el (comint-output-filter): Run comint-output-filter-functions
32937 with point where the user had it.
32938
32939 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
32940
32941 * international/ucs-tables.el (ucs-set-table-for-input):
32942 Disable when using unify-on-decoding.
32943
32944 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
32945
32946 * emulation/cua-base.el (cua-global-mark-face): Add special case
32947 for displays supporting a high number of colors.
32948
32949 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
32950
32951 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
32952
32953 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
32954
32955 * filesets.el (filesets-add-buffer): If user supplies a name of a
32956 non-existing fileset, create a new fileset.
32957
32958 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
32959
32960 * textmodes/org.el (org-up-heading-all): Fix bug with
32961 `outline-up-heading-all'.
32962
32963 2005-04-16 Andreas Schwab <schwab@suse.de>
32964
32965 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
32966 /etc/permissions.d/* and /etc/aliases.d/*.
32967
32968 2005-04-16 Kenichi Handa <handa@m17n.org>
32969
32970 * international/code-pages.el (cp-make-coding-system):
32971 Set `translation-table-for-input' property value to the symbol
32972 ucs-mule-to-mule-unicode, not to that value.
32973 (pt154): Escape guillemet by `\'.
32974
32975 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
32976
32977 * loadup.el: Load tooltip if x-show-tip is fboundp.
32978
32979 * startup.el (command-line): Add comment.
32980
32981 * tooltip.el (tooltip-mode): Specify correct standard value for
32982 Custom in init-value.
32983
32984 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
32985
32986 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
32987 possible.
32988
32989 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
32990
32991 * textmodes/org.el (org-agenda-date-prompt): Rename from
32992 `org-agenda-date-today'.
32993 (org-evaluate-time-range): Insert at point instead of directly
32994 after time range.
32995 (org-first-headline-recenter, org-subtree-end-visible-p)
32996 (org-optimize-window-after-visibility-change): New functions
32997 (org-agenda-post-command-hook): Don't allow point at end of line,
32998 to make sure it always hits the text properties.
32999 (org-agenda-next-date-line, org-agenda-previous-date-line):
33000 New commands.
33001 (org-set-regexps-and-options): Category may contain white space.
33002 (org-agenda-get-deadlines, org-agenda-get-scheduled):
33003 Improve marker positions.
33004 (org-agenda-new-marker): Argument POS made optional.
33005 (org-agenda-get-timestamps): Deadlines which are done are listed
33006 in org-done-face now.
33007 (org-agenda-get-todos, org-agenda-get-timestamps)
33008 (org-agenda-get-deadlines, org-agenda-get-scheduled):
33009 Set `undone-face' and `done-face' properties.
33010 (org-last-todo-state-is-todo): New variable.
33011 (org-todo): Set `org-last-todo-state-is-todo'.
33012 (org-agenda-todo): Change face according to
33013 `org-last-todo-state-is-todo'. And change other lines referring to
33014 the same entry.
33015 (org-calendar-goto-agenda): New command.
33016 (org-calendar-to-agenda-key): New option.
33017 (org-startup-folded): New allowed value `content'.
33018 (org-set-regexps-and-options): Accept new value `content' for
33019 `org-startup-folded'.
33020 (org-get-current-options): Handle new value `content' for
33021 `org-startup-folded'.
33022 (org-insert-todo-heading): New command.
33023 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
33024 interactively in empty file and option
33025 `org-insert-mode-line-in-empty-file' has been set.
33026 (org-agenda-todo, org-agenda-priority): Modify to use
33027 `org-agenda-change-all-lines'.
33028 (org-warning-face): Change color on dark background.
33029
33030 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33031
33032 * international/mule-cmds.el (set-locale-environment): On Mac OS,
33033 use preferences AppleLocale and AppleLanguages, and variable
33034 mac-system-locale for default locale. On Mac OS Classic, use
33035 mac-system-coding-system for default coding systems.
33036
33037 * term/mac-win.el: Don't set file-name-coding-system.
33038 Decode variables system-name, emacs-build-system, user-login-name, and
33039 user-full-name by mac-system-coding-system on Mac OS Classic.
33040 (mac-system-coding-system): New variable.
33041
33042 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
33043
33044 * startup.el (command-line): Handle `xterm-mouse-mode' before
33045 reading init file.
33046
33047 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
33048
33049 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
33050
33051 * progmodes/sh-script.el (sh-here-document-word): Make it a
33052 defcustom. Doc fix.
33053 (sh-add): Bash uses $(( )) for arithmetic.
33054 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
33055 (sh-maybe-here-document): Remove quotes and leading whitespace
33056 from heredoc word when closing. Indent heredoc with tabs if word
33057 starts with "-".
33058
33059 2005-04-13 Richard M. Stallman <rms@gnu.org>
33060
33061 * simple.el (undo): Fix previous change.
33062
33063 * custom.el (defface): Doc fix.
33064
33065 2005-04-13 Lute Kamstra <lute@gnu.org>
33066
33067 * Makefile.in (DONTCOMPILE): Remove list.
33068 (compile, compile-always): Don't use DONTCOMPILE.
33069 (update-authors): Load the library in which batch-update-authors
33070 is defined.
33071 * makefile.w32-in (DONTCOMPILE): Remove list.
33072 (compile, compile-always): Fix comments.
33073 (update-authors): Load the library in which batch-update-authors
33074 is defined.
33075
33076 * generic-x.el (generic-mode-ini-file-find-file-hook):
33077 Rename to ini-generic-mode-find-file-hook.
33078 Keep generic-mode-ini-file-find-file-hook as an alias.
33079 (ini-generic-mode-find-file-hook): Rename from
33080 generic-mode-ini-file-find-file-hook. Fix docstring.
33081 (ini-generic-mode): Docstring change.
33082 (bat-generic-mode-run-as-comint): Silence the byte compiler.
33083
33084 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
33085 called from lisp.
33086
33087 * generic.el: Move to the emacs-lisp subdir.
33088
33089 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
33090
33091 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
33092 and C-S- function and cursor motion keys.
33093
33094 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
33095
33096 * startup.el (command-line): Enable Xterm Mouse mode by default.
33097 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
33098 for Custom. No longer show "Mouse" in mode line when enabled.
33099 Doc fix.
33100
33101 2005-04-12 Kim F. Storm <storm@cua.dk>
33102
33103 * emulation/cua-base.el (cua-rectangle-face)
33104 (cua-rectangle-noselect-face): Define face attributes here.
33105
33106 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
33107
33108 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33109
33110 * startup.el (command-line): Turn off blinking cursor if
33111 cursorBlink in resources is off or false.
33112
33113 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33114
33115 * term/mac-win.el (dnd): Require dnd.
33116 (mac-drag-n-drop): Call dnd-handle-one-url.
33117 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
33118 (kTextEncodingISOLatin2): Remove constants.
33119 (mac-script-code-coding-systems): New constant.
33120 (mac-handle-language-change): New function.
33121 (special-event-map): Bind it to `language-change' event.
33122 (mac-centraleurroman, mac-cyrillic): New coding systems.
33123 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
33124 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
33125 and mac-cyrillic-encoder to encode-mac-centraleurroman and
33126 encode-mac-cyrillic, respectively.
33127
33128 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33129
33130 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
33131 Don't set overlay-arrow-string to "=>" as this is done
33132 globally in C now.
33133
33134 2005-04-12 Lute Kamstra <lute@gnu.org>
33135
33136 * generic-x.el (rc-generic-mode, rul-generic-mode):
33137 Fix auto-mode-alist entries.
33138 (etc-fstab-generic-mode): Tweak fontification.
33139
33140 * generic.el (generic-make-keywords-list): Fix docstring.
33141 (generic-mode-internal): Simplify generic-font-lock-keywords.
33142
33143 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
33144
33145 * whitespace.el (whitespace-buffer-leading)
33146 (whitespace-buffer-trailing): Revert the incorrect test inversion.
33147 However, fix the highlight area for the leading and
33148 trailing whitespaces to show space.
33149
33150 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
33151
33152 * whitespace.el (whitespace-version): Bump to 3.5.
33153
33154 (whitespace-buffer-leading, whitespace-buffer-trailing):
33155 Invert sense of the test to highlight the whitespace.
33156
33157 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33158
33159 * progmodes/gud.el (gud-display-line): GUD uses its own
33160 overlay arrow now so don't set overlay-arrow-string.
33161 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
33162
33163 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
33164
33165 * term.el (term-ansi-current-bold, term-ansi-current-underline)
33166 (term-ansi-current-reverse, term-ansi-current-invisible)
33167 (term-ansi-face-already-done): Change to boolean.
33168 (term-reset-terminal, term-handle-colors-array): Handle the above
33169 vars accordingly.
33170 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
33171 (term-emulate-terminal): Use the new name.
33172
33173 * faces.el (secondary-selection): Use yellow1, not yellow.
33174 (trailing-whitespace): Use red1, not red.
33175
33176 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33177
33178 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
33179 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
33180 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
33181
33182 * cus-edit.el (dnd): New group.
33183
33184 * term/w32-win.el (dnd): Require dnd
33185 (w32-drag-n-drop): Call dnd-handle-one-url.
33186
33187 * x-dnd.el: Require dnd.
33188 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
33189 Call dnd-handle-one-url.
33190 (x-dnd-types-alist, x-dnd-insert-utf8-text)
33191 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
33192 to dnd-insert-text.
33193 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
33194 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
33195 (x-dnd-get-local-file-name, x-dnd-open-local-file)
33196 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
33197
33198 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
33199
33200 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33201
33202 * wdired.el: Doc fixes.
33203 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
33204 (wdired-use-dired-vertical-movement): Rename from
33205 wdired-always-move-to-filename-beginning.
33206 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
33207 (wdired-change-to-wdired-mode): Change mode name.
33208 (wdired-newline): Delete.
33209
33210 2005-04-11 Richard M. Stallman <rms@gnu.org>
33211
33212 * whitespace.el (whitespace-highlight-the-space):
33213 Don't call whitespace-unhighlight-the-space here.
33214
33215 * simple.el (undo): Record t in undo-equiv-table
33216 for the redo record made by an undo-in-region.
33217
33218 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33219
33220 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
33221 (gdb-frame-inferior-io-buffer): New Functions to control
33222 display of separate IO buffer.
33223 (menu): Add them to menu-bar.
33224 (gdb-display-buffer): Check for buffer another frame.
33225 Protect GUD buffer.
33226 (gdb-setup-windows): Create IO buffer if not already there.
33227 (gdb-memory-mode): Remove purecopy noops.
33228
33229 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
33230
33231 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
33232 and pass to self-insert-command.
33233
33234 2005-04-11 Lute Kamstra <lute@gnu.org>
33235
33236 * generic.el: Commentary section cleanup.
33237 (generic): Delete.
33238 (generic-use-find-file-hook, generic-lines-to-scan)
33239 (generic-find-file-regexp, generic-ignore-files-regexp)
33240 (default-generic-mode, generic-mode-find-file-hook)
33241 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
33242 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
33243 (generic-use-find-file-hook, generic-lines-to-scan)
33244 (generic-find-file-regexp, generic-ignore-files-regexp)
33245 (default-generic-mode, generic-mode-find-file-hook)
33246 (generic-mode-ini-file-find-file-hook): Move from generic.el.
33247
33248 2005-04-10 Karl Fogel <kfogel@red-bean.com>
33249
33250 * bookmark.el (bookmark-write-file): Catch errors writing file.
33251 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
33252
33253 2005-04-10 Richard M. Stallman <rms@gnu.org>
33254
33255 * startup.el (fancy-splash-tail): Update copyright year.
33256 (command-line): Split part of -Q into -D.
33257 (emacs-basic-display): New defvar.
33258 (fancy-splash-text): Correct name of menu item.
33259
33260 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
33261
33262 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
33263 lines in one node.
33264
33265 * comint.el (comint-send-input): New arg ARTIFICIAL.
33266 Callers in this file changed.
33267
33268 * abbrev.el (define-abbrevs): Read system abbrevs properly.
33269
33270 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
33271
33272 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
33273
33274 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
33275 `ldap-search-internal'.
33276
33277 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
33278
33279 * files.el (set-auto-mode-1): Use line-end-position.
33280
33281 * international/latin-1.el:
33282 * international/latin-2.el:
33283 * international/latin-3.el:
33284 * international/latin-4.el:
33285 * international/latin-5.el:
33286 * international/latin-8.el:
33287 * international/latin-9.el: Give punctuation syntax to NBSP.
33288
33289 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
33290 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
33291 Use char-classes to accept non-ascii letters, accepted in some recent
33292 bibtex implementations.
33293
33294 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
33295
33296 * custom.el (custom-set-minor-mode): Any non-nil value for the
33297 variable should enable the mode when set through Custom.
33298
33299 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
33300
33301 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
33302 TAB binding so tab-always-indent is obeyed.
33303 (vhdl-minibuffer-local-map): Move initialization into declaration.
33304 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
33305 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
33306 (vhdl-hooked-abbrev): Avoid test for XEmacs.
33307 (vhdl-current-line): Use line-beginning-position.
33308 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
33309 with-output-to-temp-buffer, so the current position can be recorded.
33310
33311 2005-04-10 Masatake YAMATO <jet@gyve.org>
33312
33313 * progmodes/compile.el (compilation-error-regexp-alist-alist):
33314 Add regexp for gcov.
33315
33316 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
33317
33318 * calendar/time-date.el (time-to-seconds, seconds-to-time)
33319 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
33320 syntax which Emacs 20 doesn't support.
33321
33322 2005-04-09 Richard M. Stallman <rms@gnu.org>
33323
33324 * help.el (describe-key-briefly, describe-key):
33325 Replace strings as event types with "(any string)".
33326
33327 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
33328
33329 * arc-mode.el (archive-mode-map): Move initialization into
33330 the declaration. Override *all* bindings of `undo'.
33331 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
33332
33333 2005-04-09 Jay Belanger <belanger@truman.edu>
33334
33335 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
33336
33337 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
33338
33339 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
33340 (xterm-register-default-colors): Update color values computation
33341 to match xterm-200.
33342
33343 2005-04-09 Kenichi Handa <handa@m17n.org>
33344
33345 * international/code-pages.el (iso-latin-7): Fix the map.
33346
33347 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
33348
33349 * emacs-lisp/lisp.el (defun-prompt-regexp)
33350 (parens-require-spaces, buffer-end, end-of-defun)
33351 (insert-parentheses): Doc fixes.
33352
33353 2005-04-08 Kim F. Storm <storm@cua.dk>
33354
33355 * comint.el (comint-highlight-prompt): Fix face spec.
33356 * hi-lock.el (hi-green): Likewise.
33357
33358 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
33359
33360 * cus-edit.el (custom-modified-face):
33361 * comint.el (comint-highlight-input): Fix previous changes.
33362 * term.el (term-handle-ansi-escape): Add a comment.
33363
33364 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
33365
33366 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
33367 in the buffer and in whitespace-highlighted-space.
33368 (whitespace-unhighlight-the-space): Simplify.
33369 (whitespace-buffer): Simplify.
33370
33371 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
33372
33373 * textmodes/table.el (table-cell-face): Add special case for
33374 displays supporting a high number of colors.
33375 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
33376 (vhdl-font-lock-reserved-words-face)
33377 (vhdl-speedbar-architecture-face)
33378 (vhdl-speedbar-instantiation-face)
33379 (vhdl-speedbar-architecture-selected-face)
33380 (vhdl-speedbar-instantiation-selected-face): Likewise.
33381 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
33382 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
33383 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
33384 (ebrowse-root-class-face, ebrowse-member-attribute-face)
33385 (ebrowse-progress-face): Likewise.
33386 * progmodes/compile.el (compilation-info-face): Likewise.
33387 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
33388 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
33389 * calendar/calendar.el (diary-face): Likewise.
33390 * woman.el (woman-italic-face, woman-bold-face)
33391 (woman-unknown-face): Likewise.
33392 * wid-edit.el (widget-button-pressed-face): Likewise.
33393 * whitespace.el (whitespace-highlight-face): Likewise.
33394 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
33395 * pcvs-info.el (cvs-marked-face): Likewise.
33396 * info.el (info-xref): Likewise.
33397 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
33398 * hilit-chg.el (highlight-changes-face)
33399 (highlight-changes-delete-face): Likewise.
33400 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
33401 (hi-red-b): Likewise.
33402 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
33403 * font-lock.el (font-lock-keyword-face)
33404 (font-lock-function-name-face, font-lock-warning-face): Likewise.
33405 * cus-edit.el (custom-invalid-face, custom-modified-face)
33406 (custom-set-face, custom-changed-face, custom-variable-tag-face)
33407 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
33408 * comint.el (comint-highlight-prompt): Likewise.
33409
33410 2005-04-08 Lute Kamstra <lute@gnu.org>
33411
33412 * font-lock.el (font-lock-keywords): Docstring fixes.
33413
33414 2005-04-08 Kenichi Handa <handa@m17n.org>
33415
33416 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
33417 chars are more than a limit, print " and more..." at the tail.
33418
33419 2005-04-08 Kim F. Storm <storm@cua.dk>
33420
33421 * emacs-lisp/authors.el (authors-aliases): Update list.
33422 (authors-ignored-files): New list.
33423 (authors-fixed-entries): Fix typo.
33424 (authors-renamed-files-alist): Update list.
33425 (authors-add): Check authors-ignored-files.
33426
33427 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
33428
33429 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
33430 optional, to ensure backward compatibility.
33431
33432 2005-04-08 Stephen Eglen <stephen@gnu.org>
33433
33434 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
33435
33436 2005-04-08 Kim F. Storm <storm@cua.dk>
33437
33438 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
33439
33440 * mouse.el (mouse-on-link-p): Doc fix.
33441
33442 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
33443
33444 * ielm.el (ielm-prompt-read-only): Doc fix.
33445
33446 * comint.el (comint-prompt-read-only): Doc fix.
33447
33448 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
33449
33450 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
33451 ensure dired always handles wildcards passed to ffap.
33452 (find-file-at-point): Use it.
33453 (ffap-dired-wildcards): Doc fix.
33454
33455 2005-04-07 Juri Linkov <juri@jurta.org>
33456
33457 * simple.el (next-error-overlay-arrow-position): New defvar.
33458 Put "=>" on its property `overlay-arrow-string'. Add it to
33459 `overlay-arrow-variable-list'.
33460
33461 * progmodes/compile.el (compilation-setup):
33462 Set `next-error-overlay-arrow-position' to nil. Also set it to
33463 nil in the local hook `kill-buffer-hook'. Make local variable
33464 `overlay-arrow-string' and set it to "=>".
33465 (compilation-goto-locus): Set BOL position to
33466 `next-error-overlay-arrow-position' instead of
33467 `overlay-arrow-position'.
33468
33469 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
33470 locally instead of adding it to the global hook.
33471 (Info-kill-buffer): Move up.
33472
33473 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
33474
33475 * term/xterm.el (xterm-standard-colors): Update color values from
33476 xterm-200.
33477
33478 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
33479
33480 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
33481
33482 * fast-lock.el:
33483 * lazy-lock.el: Move them to the obsolete subdir.
33484
33485 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33486
33487 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
33488 (wdired-add-replace-advice): Remove.
33489 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
33490
33491 2005-04-06 Kim F. Storm <storm@cua.dk>
33492
33493 * startup.el (command-line): Add --bare-bones alias for -Q.
33494
33495 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33496
33497 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
33498 create the startup fontset if a font specification ends with
33499 `mac-roman'.
33500
33501 2005-04-06 Lute Kamstra <lute@gnu.org>
33502
33503 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
33504 change.
33505
33506 * emacs-lisp/copyright.el (copyright-update-year): Replace the
33507 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
33508
33509 2005-04-05 Lute Kamstra <lute@gnu.org>
33510
33511 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
33512 (define-generic-mode): Ditto. Fix debug declaration.
33513
33514 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
33515 Put them in the generic-x group.
33516
33517 * calendar/timeclock.el (timeclock): Doc fix.
33518
33519 * generic.el (define-generic-mode): Don't use custom-current-group.
33520 Document default :group value.
33521 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
33522 (define-global-minor-mode): Don't use custom-current-group.
33523
33524 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
33525
33526 * startup.el (command-line-1): Display startup-echo-area-message
33527 when fancy splash screen is in use.
33528
33529 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
33530 (sh-escaped-newline): New face.
33531 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
33532 newline, and use sh-escaped-newline face.
33533
33534 * progmodes/tcl.el (tcl-escaped-newline): New face.
33535 (tcl-builtin-list): New variable.
33536 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
33537 newlines. Fix keywords subexpression number.
33538
33539 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
33540
33541 * textmodes/org.el (org-diary-default-entry): Fix call to
33542 `add-to-diary-entry'.
33543
33544 2005-04-05 Kim F. Storm <storm@cua.dk>
33545
33546 * ediff-init.el: Use (featurep 'xemacs).
33547
33548 2005-04-05 David Ponce <david@dponce.com>
33549
33550 * cus-edit.el (face): Derive from symbol widget. Display sample
33551 of the current face on the fly.
33552 (widget-face-sample-face-get, widget-face-notify): New functions.
33553 (widget-face-value-create): Remove.
33554
33555 * wid-edit.el (widget-field-end): Temporarily remove field
33556 narrowing before to call `get-char-property'.
33557
33558 2005-04-04 Jay Belanger <belanger@truman.edu>
33559
33560 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
33561 (math-read-subscripts): New variable.
33562 (math-read-preprocess-string): Process subscripts.
33563
33564 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
33565
33566 * comint.el (comint-prompt-read-only): Doc fix.
33567
33568 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
33569 `-1'. Doc fix.
33570
33571 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
33572
33573 * textmodes/org.el (org-insert-mode-line-in-empty-file):
33574 Change default value to nil.
33575
33576 2005-04-04 Lute Kamstra <lute@gnu.org>
33577
33578 * autorevert.el (auto-revert-mode): Specify :group.
33579 * battery.el (display-battery-mode): Specify :group.
33580 * diff-mode.el (diff-minor-mode): Specify :group.
33581 * font-core.el (font-lock-mode): Specify :group.
33582 * hl-line.el (hl-line-mode): Specify :group.
33583 * iimage.el (iimage): New customization group.
33584 (iimage-mode): Specify :group.
33585 * longlines.el (longlines-mode): Specify :group.
33586 * master.el: Don't require easy-mmode.
33587 (master): New customization group.
33588 (master-mode): Specify :group.
33589 * msb.el (msb-mode): Specify :group.
33590 * reveal.el (reveal-mode): Specify :group.
33591 * simple.el (next-error-follow-minor-mode): Specify :group.
33592 * smerge-mode.el (smerge-mode): Specify :group.
33593 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
33594 * emulation/cua-base.el (cua-mode): Specify :group.
33595 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
33596 * language/thai-util.el (thai-auto-composition-mode)
33597 (thai-word-mode): Specify :group.
33598 * mail/supercite.el (sc-minor-mode): Specify :group.
33599 * progmodes/cwarn.el (cwarn-mode): Specify :group.
33600 * progmodes/flymake.el (flymake-mode): Specify :group.
33601 * progmodes/glasses.el (glasses-mode): Specify :group.
33602 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
33603 * textmodes/enriched.el (enriched-mode): Specify :group.
33604 * textmodes/refill.el (refill-mode): Specify :group.
33605
33606 * add-log.el (change-log-font-lock-keywords): Names in
33607 parenthesized lists can contain spaces.
33608
33609 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
33610
33611 * startup.el (fancy-splash-text): Shorten default text of
33612 "Emacs Tutorial" line. Also, if the current language env
33613 indicates an available tutorial file other than TUTORIAL,
33614 extract its title and append it to the line in parentheses.
33615 (fancy-splash-insert): If arg is a thunk, funcall it.
33616
33617 2005-04-04 Jay Belanger <belanger@truman.edu>
33618
33619 * calc.el (calc-language-alist): Add tags to customization type.
33620
33621 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
33622
33623 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
33624 Doc fix.
33625
33626 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
33627
33628 * add-log.el (change-log-font-lock-keywords): The manual
33629 describing a Change Log entry, says: (...) "Aside from these
33630 header lines, every line in the change log starts with a space or
33631 a tab.". The font-lock was not highlighting lines started with
33632 spaces, added support for it.
33633
33634 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33635
33636 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
33637 (bibtex-generate-url-list): Update docstring accordingly. Put the
33638 complex example in the docstring.
33639 (bibtex-font-lock-url): Use pop.
33640
33641 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
33642
33643 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
33644
33645 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
33646
33647 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
33648
33649 * filesets.el (filesets-set-default): Doc fix.
33650
33651 2005-04-03 Lute Kamstra <lute@gnu.org>
33652
33653 * generic.el (define-generic-mode): Add argument to specify
33654 keywords for defcustom.
33655 (default-generic-mode): Specify :group.
33656
33657 * generic-x.el: Specify :group for all generic modes.
33658
33659 * desktop.el (desktop-no-desktop-file-hook)
33660 (desktop-after-read-hook): Doc fix.
33661
33662 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
33663
33664 * simple.el (visible-mode): Use explicit :group keyword.
33665 This changes the group of `visible-mode-hook' from paren-blinking
33666 to editing-basics.
33667
33668 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
33669
33670 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
33671 mailbox specifications as well as URLs.
33672 (rmail-insert-inbox-text): Remove unused conditional branches.
33673
33674 2005-04-01 Jay Belanger <belanger@truman.edu>
33675
33676 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
33677 (calc-gnuplot-print-command): Move definitions to calc.el.
33678
33679 * calc/calc-embed.el (calc-embedded-announce-formula)
33680 (calc-embedded-open-formula, calc-embedded-close-formula)
33681 (calc-embedded-open-word, calc-embedded-close-word)
33682 (calc-embedded-open-plain, calc-embedded-close-plain)
33683 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
33684 (calc-embedded-open-mode, calc-embedded-close-mode):
33685 Move definitions to calc.el.
33686
33687 * calc/calc.el (calc-settings-file, calc-language-alist):
33688 Make customizable.
33689 (calc-embedded-announce-formula, calc-embedded-open-formula)
33690 (calc-embedded-close-formula, calc-embedded-open-word)
33691 (calc-embedded-close-word, calc-embedded-open-plain)
33692 (calc-embedded-close-plain, calc-embedded-open-new-formula)
33693 (calc-embedded-close-new-formula, calc-embedded-open-mode)
33694 (calc-embedded-close-mode, calc-gnuplot-name)
33695 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
33696 from other files and make customizable.
33697
33698 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
33699
33700 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
33701 Use buffer-live-p.
33702 (cvs-mode-run): Don't call cvs-update-header here.
33703 (cvs-run-process): Call cvs-update-header.
33704 Use process properties for cvs-postprocess and cvs-buffer so that
33705 the sentinel can behave better if the temp buffer is killed.
33706 Use a pipe rather than a tty, to better handle unexpected prompts.
33707 (cvs-sentinel): Rewrite. Call cvs-update-header.
33708
33709 2005-04-01 Andre Spiegel <spiegel@gnu.org>
33710
33711 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
33712 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
33713
33714 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
33715
33716 * generic.el (define-generic-mode): Add indentation rule.
33717
33718 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
33719
33720 * files.el (mode-require-final-newline): Make Custom correctly
33721 report a nil value and allow to set it to nil via Custom.
33722 Doc fix.
33723
33724 2005-04-01 Kenichi Handa <handa@m17n.org>
33725
33726 * international/characters.el: Enable the correct case setting for
33727 dotless-i and dotted-I.
33728
33729 2005-04-01 Kim F. Storm <storm@cua.dk>
33730
33731 * ido.el (ido-file-internal): Fall back to non-ido command if
33732 initial directory is on slow ftp (or tramp) host.
33733
33734 2005-03-31 Richard M. Stallman <rms@gnu.org>
33735
33736 * emacs-lisp/autoload.el (make-autoload):
33737 Handle define-global-minor-mode.
33738
33739 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
33740 Rename from easy-mmode-define-global-mode.
33741 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
33742
33743 * progmodes/scheme.el (scheme-mode-syntax-table):
33744 Update syntax of | and # for two-character comment syntax.
33745
33746 2005-03-31 Lute Kamstra <lute@gnu.org>
33747
33748 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
33749 (define-minor-mode): Call custom-current-group at load-time.
33750
33751 * generic.el (define-generic-mode): Add debug declaration.
33752 Add defcustom for the mode hook.
33753 (generic-mode-internal): Use run-mode-hooks.
33754
33755 2005-03-31 Kim F. Storm <storm@cua.dk>
33756
33757 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
33758 (mouse-fixup-help-message): New defun called by show_help_echo
33759 to fixup mouse-2 prefix in help messages when applicable.
33760
33761 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
33762
33763 2005-03-31 Kenichi Handa <handa@m17n.org>
33764
33765 * language/thai-word.el (thai-find-word-ends): Pay attention to
33766 the case that we reach the end of buffer.
33767
33768 * textmodes/fill.el (fill-text-properties-at): New function.
33769 (fill-newline): Use fill-text-properties-at instead of
33770 text-properties-at.
33771
33772 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33773
33774 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
33775 not comint-quote-filename.
33776
33777 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
33778
33779 * help-fns.el (help-with-tutorial): Revert last change.
33780
33781 2005-03-31 Kim F. Storm <storm@cua.dk>
33782
33783 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
33784
33785 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
33786
33787 * calendar/cal-china.el: Update reference to "Calendrical
33788 Calculations" book; there's a new edition.
33789 * calendar/cal-coptic.el: Likewise.
33790 * calendar/cal-french.el: Likewise.
33791 * calendar/cal-hebrew.el: Likewise.
33792 * calendar/cal-islam.el: Likewise.
33793 * calendar/cal-iso.el: Likewise.
33794 * calendar/cal-julian.el: Likewise.
33795 * calendar/cal-mayan.el: Likewise.
33796 * calendar/cal-persia.el: Likewise.
33797 * calendar/calendar.el: Likewise.
33798 * calendar/holidays.el: Likewise.
33799 * calendar/lunar.el: Likewise.
33800 * calendar/solar.el: Likewise.
33801
33802 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
33803 white space from doc string.
33804
33805 2005-03-30 Jay Belanger <belanger@truman.edu>
33806
33807 * calc/calc-help.el (calc-full-help): Remove email address.
33808
33809 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
33810
33811 * help-fns.el (help-with-tutorial): Delete title line.
33812
33813 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
33814
33815 * calendar/cal-x.el (calendar-one-frame-setup)
33816 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
33817 rather than `symbol' for set-window-dedicated-p.
33818
33819 * calendar/appt.el (appt-buffer-name): Make it a constant.
33820 (appt-add): Doc fix.
33821
33822 * filesets.el (filesets-menu-path, filesets-menu-before)
33823 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
33824 (filesets-menu-cache-file): Use directory ~/.emacs.d.
33825 (filesets-add-submenu): Delete and use add-submenu instead.
33826
33827 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
33828
33829 * textmodes/org.el (org-agenda-phases-of-moon)
33830 (org-agenda-sunrise-sunset, org-agenda-convert-date)
33831 (org-agenda-goto-calendar): New commands.
33832 (org-diary-default-entry): New function.
33833 (org-get-entries-from-diary): Better parsing of diary entries.
33834 (org-agenda-check-no-diary): New function.
33835 ("diary-lib"): Advice to function `add-to-diary-list', to allow
33836 linking to diary entries.
33837 (org-agenda-execute-calendar-command): New function.
33838 (org-agenda): Improve visible section in window.
33839 Use `org-fit-agenda-window'.
33840 (org-fit-agenda-window): New option.
33841 (org-move-subtree-down): Better handling of empty lines
33842 at end of subtree.
33843 (org-cycle): Numeric prefix is interpreted now as show-subtree N
33844 levels up.
33845 (org-fontify-done-headline): New option.
33846 (org-headline-done-face): New face.
33847 (org-set-font-lock-defaults): Use `org-headline-done-face'.
33848 (org-table-copy-down): Rename from `org-table-copy-from-above'.
33849 When current field is non-empty, it is copied to next row.
33850 (org-table-copy-from-above): Fix bug which made it
33851 impossible to copy fields containing only a single non-white character.
33852
33853 2005-03-30 Kim F. Storm <storm@cua.dk>
33854
33855 * kmacro.el (kmacro-end-macro): Isearch may store this command
33856 into the macro -- so ignore it when executing keyboard macro.
33857
33858 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33859
33860 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
33861
33862 2005-03-29 Kenichi Handa <handa@m17n.org>
33863
33864 * language/thai.el ("Thai"): Set setup-function and exit-function
33865 for Thai language environment.
33866
33867 * language/thai-util.el: Require thai-word.
33868 (thai-word-mode-map): New variable.
33869 (thai-word-mode): New minor mode.
33870 (setup-thai-language-environment-internal): New function.
33871 (exit-thai-language-environment-internal): New function.
33872
33873 * language/thai-word.el (thai-word-table): Declare it by defvar,
33874 use dolist to initialize it.
33875 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
33876 (thai-fill-find-break-point): New functions.
33877
33878 2005-03-29 Richard M. Stallman <rms@gnu.org>
33879
33880 * simple.el (idle-update-delay): Move definition up.
33881 (set-mark): Doc fix.
33882
33883 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
33884
33885 * longlines.el: New file.
33886
33887 * simple.el (buffer-substring-filters): New variable.
33888 (filter-buffer-substring): New function.
33889 (kill-region, copy-region-as-kill): Use it.
33890
33891 * register.el (copy-to-register, append-to-register)
33892 (prepend-to-register): Use filter-buffer-substring.
33893
33894 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33895
33896 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
33897 (gud-filter-pending-text): Move in front of gdb.
33898 (gud-overlay-arrow-position): New variable.
33899 (gud-sentinel, gud-display-line): Use it in place of
33900 overlay-arrow-position.
33901
33902 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
33903
33904 * progmodes/fortran.el (fortran-if-indent): Doc fix.
33905 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
33906 (fortran-font-lock-keywords-4): New variable.
33907 (fortran-blocks-re, fortran-end-block-re)
33908 (fortran-start-block-re): New constants, for hideshow.
33909 (hs-special-modes-alist): Add a Fortran entry.
33910 (fortran-mode-map): Bind fortran-end-of-block,
33911 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
33912 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
33913 (fortran-looking-at-if-then, fortran-end-of-block)
33914 (fortran-beginning-of-block): New functions, for hideshow.
33915
33916 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
33917 Doc fix. Tweak regexp.
33918 (f90-beginning-of-block): Push mark first.
33919
33920 2005-03-29 Jay Belanger <belanger@truman.edu>
33921
33922 * calc/calc.el: Update copyright date.
33923 (calc-version): Increase to 2.1.
33924 (calc-version-date): Remove.
33925
33926 * calc/calc-help.el: Update copyright date.
33927 (calc-full-help): Remove reference to calc-version-date.
33928 Update copyright date.
33929
33930 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33931
33932 * vc.el (vc-do-command): Use a pipe for async processes, so password
33933 prompts don't show up at places where the user can't reply.
33934
33935 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33936
33937 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
33938 on the file name we pass to the inferior shell.
33939
33940 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33941
33942 * progmodes/which-func.el (which-function): Be robust in the face of an
33943 imenu--make-index-alist failure.
33944
33945 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33946
33947 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
33948
33949 * progmodes/python.el (python-preoutput-filter): Fix last change.
33950
33951 2005-03-29 Lute Kamstra <lute@gnu.org>
33952
33953 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
33954 functions and compiled macros.
33955 (debug-convert-byte-code): Handle macros too.
33956 (debug-on-entry-1): Don't signal an error when trying to clear a
33957 function that is not set to debug on entry.
33958
33959 2005-03-29 Jay Belanger <belanger@truman.edu>
33960
33961 * calc/calc-lang.el: Add functions to math-function-table
33962 properties of tex and math.
33963
33964 2005-03-29 Kenichi Handa <handa@m17n.org>
33965
33966 * ps-mule.el (ps-mule-plot-string): Translate characters by
33967 ps-print-translation-table.
33968 (ps-mule-begin-job): Call find-charset-region/string with
33969 ps-print-translation-table.
33970 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
33971
33972 * ps-print.el (ps-print-translation-table): New variable.
33973 (ps-plot-region): Translate characters by ps-print-translation-table.
33974
33975 2005-03-29 Juri Linkov <juri@jurta.org>
33976
33977 * simple.el (next-error-highlight-timer): New variable.
33978
33979 * progmodes/compile.el (compilation-goto-locus):
33980 Use `next-error-highlight-timer' instead of `sit-for'.
33981
33982 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
33983
33984 * mail/supercite.el (sc-mail-field): Use assoc-string.
33985 (sc-get-address): Simplify regexps.
33986
33987 * files.el (minibuffer-with-setup-hook): New macro.
33988 (find-file-read-args): Use it to avoid let-binding
33989 minibuffer-with-setup-hook (which breaks turning on/off
33990 file-name-shadow-mode while in the prompt).
33991
33992 * complete.el (PC-read-include-file-name-internal):
33993 Use test-completion.
33994
33995 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
33996
33997 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
33998
33999 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
34000
34001 * window.el (window-buffer-height): Use count-screen-lines.
34002
34003 * progmodes/python.el (python-preoutput-leftover): New var.
34004 (python-preoutput-filter): Use it.
34005 (python-send-receive): Loop until all the result has been received.
34006
34007 2005-03-28 Juri Linkov <juri@jurta.org>
34008
34009 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
34010
34011 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
34012 "Recover Crashed Session".
34013 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
34014 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
34015 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
34016 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
34017 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
34018 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
34019 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
34020 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
34021
34022 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
34023 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
34024 Ediff Sessions", "Toggle use of separate control buffer frame",
34025 "Use separate frame for Ediff control buffer".
34026
34027 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
34028 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
34029 "Rename Bookmark", "Delete Bookmark".
34030
34031 * info.el (Info-mode-menu): Remove ellipsis from "Index".
34032 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
34033 Add `:active Info-index-alternatives' to "Next Matching Item".
34034
34035 * wdired.el (wdired-change-to-wdired-mode):
34036 Mention `wdired-abort-changes' key in the initial message.
34037
34038 * international/mule.el (auto-coding-alist): Associate non-ascii
34039 image filename extensions with `no-conversion'.
34040
34041 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
34042
34043 * international/iso-acc.el:
34044 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
34045
34046 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
34047
34048 * textmodes/sgml-mode.el (html-mode): Doc update.
34049
34050 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
34051
34052 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
34053
34054 * term.el (term-move-columns): Fix face after extending a line.
34055 (term-insert-spaces): Likewise.
34056 (term-reset-terminal): Fix off by one error.
34057
34058 2005-03-26 Eli Zaretskii <eliz@gnu.org>
34059
34060 * international/mule.el (auto-coding-alist): Add .xpi files.
34061
34062 * files.el (auto-mode-alist): Add .xpi files.
34063
34064 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
34065
34066 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
34067
34068 2005-03-26 Eli Zaretskii <eliz@gnu.org>
34069
34070 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
34071
34072 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
34073
34074 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
34075 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
34076
34077 * calendar/cal-move.el (calendar-beginning-of-year): Move the
34078 cursor to Jan 1 when needed.
34079 (calendar-end-of-year): Fix -/+ typo.
34080 Reported by Chong Yidong <cyd@stupidchicken.com>.
34081
34082 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
34083
34084 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
34085
34086 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
34087 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
34088
34089 2005-03-25 Richard M. Stallman <rms@gnu.org>
34090
34091 * filesets.el (filesets-init): Add autoload.
34092
34093 * mail/mailalias.el (mail-directory): Doc fix.
34094
34095 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
34096
34097 * mail/mailalias.el (mail-directory-process): Do nothing if
34098 mail-directory-process is an atom.
34099 (mail-get-names): Ignore mail-directory-names if it is an atom.
34100 (mail-directory-process defvar): Doc fix.
34101 (mail-names): Doc fix.
34102
34103 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
34104
34105 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
34106
34107 2005-03-26 Kenichi Handa <handa@m17n.org>
34108
34109 * international/mule-util.el (detect-coding-with-priority):
34110 Call update-coding-systems-internal before detect-coding-region.
34111
34112 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
34113
34114 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
34115 (gdb-frames-mode-map): Add follow-link property.
34116
34117 2005-03-25 Jay Belanger <belanger@truman.edu>
34118
34119 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
34120 for variables.
34121
34122 2005-03-25 Juri Linkov <juri@jurta.org>
34123
34124 * image-mode.el: Optimize image filename extension regexps in
34125 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
34126 in `auto-mode-alist'.
34127 (image-mode): Add `image-toggle-display-text' to local hook
34128 `change-major-mode-hook'. Display the image as an image by
34129 default. Set `cursor-type' and `truncate-lines' if the image
34130 is already displayed. Take into account the current mode (image
34131 or text) in message.
34132 (image-minor-mode): New minor mode.
34133 (image-mode-maybe, image-toggle-display-text): New functions.
34134 (image-toggle-display): Use called-interactively-p.
34135 Let-bind `inhibit-read-only' to t.
34136
34137 * image-mode.el (image-minor-mode): Set `cursor-type' and
34138 `truncate-lines' if the image is already displayed. Add turning
34139 image-minor-mode off to `change-major-mode-hook'. Add message.
34140 Call `image-toggle-display-text' after turning image-minor-mode off.
34141
34142 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
34143
34144 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
34145 Terminal.app, use utf-8.
34146 (set-display-table-and-terminal-coding-system): Add coding-system arg.
34147 (set-locale-environment): Use it.
34148
34149 * term/xterm.el: Undo last change, better done in mule-cmds.el.
34150
34151 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
34152
34153 * progmodes/python.el (python-close-block-statement-p)
34154 (python-outdent-p, python-current-defun): Use symbol-end.
34155
34156 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
34157
34158 * files.el (save-some-buffers): Doc fix.
34159
34160 2005-03-25 Werner Lemberg <wl@gnu.org>
34161
34162 * complete.el, thumbs.el: Replace `legal' with `valid'.
34163 * calendar/calendar.el: Replace `legal' with `valid'.
34164 * emacs-lisp/advice.el: Replace `legal' with `valid'.
34165 * mail/supercite.el: Replace `legal' with `valid'.
34166 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
34167 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
34168 Replace `legal' with `valid'.
34169 * textmodes/reftex-vars.el, textmodes/reftex.el:
34170 Replace `legal' with `valid'.
34171
34172 2005-03-25 Werner Lemberg <wl@gnu.org>
34173
34174 * calc/calc-forms.el, calc/calc-sel.el
34175 * midnight.el, vc-cvs.el
34176 * emacs-lisp/cl-macs.el
34177 * emulation/vip.el
34178 * eshell/esh-io.el, eshell/esh-var.el
34179 * mail/supercite.el
34180 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
34181 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
34182 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
34183 * progmodes/sh-script.el, progmodes/xscheme.el
34184 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
34185 * textmodes/reftex-index.el, textmodes/reftex-parse.el
34186 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
34187 * textmodes/reftex.el, textmodes/org.el:
34188 Replace `illegal' with `invalid'.
34189
34190 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34191
34192 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
34193 (flymake-find-buildfile, flymake-find-possible-master-files)
34194 (flymake-check-include, flymake-parse-line): Replace loops over the
34195 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
34196
34197 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
34198 Substitute file-name-as-directory in the rest of the file.
34199 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
34200 (flymake-replace-region): Remove unused arg `buffer'.
34201 (flymake-check-patch-master-file-buffer): Update calls to it.
34202 (flymake-add-err-info): Remove unused var `count'.
34203 (flymake-mode): Use define-minor-mode.
34204
34205 * progmodes/flymake.el: Use with-current-buffer.
34206 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
34207 flymake-replace-regexp-in-string, flymake-line-beginning-position)
34208 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
34209 Avoid testing for `xemacs'.
34210 (flymake-nop): Move.
34211 (flymake-region-has-flymake-overlays): Return the computed value.
34212 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
34213 Remove unused var `endline'.
34214 (flymake-get-line-count): Remove unused function.
34215 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
34216
34217 * emulation/vi.el:
34218 * generic.el:
34219 * hilit-chg.el (global-highlight-changes):
34220 * hi-lock.el (hi-lock-mode):
34221 * follow.el: find-file-hooks -> find-file-hook.
34222
34223 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
34224
34225 2005-03-24 Juri Linkov <juri@jurta.org>
34226
34227 * dired.el (dired-mode-map): Add menu item "Compare directories"
34228 for dired-compare-directories.
34229
34230 * dired-aux.el (dired-compare-directories): Add autoload cookie.
34231 Doc fix. Replace `read-file-name' with `read-directory-name'.
34232
34233 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34234
34235 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
34236
34237 2005-03-24 Jay Belanger <belanger@truman.edu>
34238
34239 * calc/calc-embed.el (calc-embedded-mode-change): Save all
34240 relevant mode settings in calc-embedded-original-modes when modes
34241 are permanently changed.
34242
34243 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34244
34245 * autoinsert.el: find-file-hooks -> find-file-hook.
34246
34247 2005-03-24 Lute Kamstra <lute@gnu.org>
34248
34249 * generic.el (generic-font-lock-defaults): Make it obsolete.
34250 (generic-font-lock-keywords): New variable to replace
34251 generic-font-lock-defaults.
34252 (generic-mode-set-font-lock): Delete it.
34253 (generic-mode-internal): Don't call generic-mode-set-font-lock.
34254 (generic-bracket-support): Add docstring.
34255
34256 * generic-x.el: Rename generic-font-lock-defaults to
34257 generic-font-lock-keywords throughout.
34258 (mailagent-rules-setup-function): Delete it.
34259 (mailagent-rules-generic-mode): Use anonymous function instead.
34260 (show-tabs-generic-mode-font-lock-defaults-1)
34261 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
34262 Quote faces.
34263 (show-tabs-tab-face, show-tabs-space-face): Specify background,
34264 not foreground.
34265
34266 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
34267 Recognize define-generic-mode.
34268
34269 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
34270
34271 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
34272 if there's no completion table.
34273
34274 2005-03-23 Miles Bader <miles@gnu.org>
34275
34276 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34277 Remove tty-specific variants, as they're no longer needed.
34278
34279 2005-03-23 Lute Kamstra <lute@gnu.org>
34280
34281 * generic-x.el: Code cleanup: make args constant whenever possible.
34282 (installshield-statement-keyword-list)
34283 (installshield-system-functions-list)
34284 (installshield-system-variables-list, installshield-types-list)
34285 (installshield-funarg-constants-list): Make them constants.
34286
34287 * generic.el (generic-make-keywords-list): Add autoload cookie.
34288
34289 * calendar/time-date.el: Add comment on time value formats.
34290 Don't require parse-time.
34291 (with-decoded-time-value): New macro.
34292 (encode-time-value): New function.
34293 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
34294 (days-to-time): Return a valid time value when arg is huge.
34295 (time-since): Use time-subtract.
34296 (time-to-number-of-days): Use time-to-seconds.
34297
34298 2005-03-23 David Ponce <david@dponce.com>
34299
34300 * recentf.el (recentf-keep): New option.
34301 (recentf-menu-action): Default to `find-file'.
34302 (recentf-keep-non-readable-files-flag)
34303 (recentf-keep-non-readable-files-p)
34304 (recentf-file-readable-p, recentf-find-file)
34305 (recentf-cleanup-remote): Remove.
34306 (recentf-include-p): More robust.
34307 (recentf-keep-p): New function.
34308 (recentf-remove-if-non-kept): Rename from
34309 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
34310 All callers updated.
34311 (recentf-menu-items-for-commands): Fix help string.
34312 (recentf-track-closed-file): Update. Doc fix.
34313 (recentf-cleanup): Update. Count removed files. Doc fix.
34314
34315 2005-03-23 Kim F. Storm <storm@cua.dk>
34316
34317 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34318 Don't inherit from fringe face (now happens automatically).
34319
34320 2005-03-22 Kim F. Storm <storm@cua.dk>
34321
34322 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
34323 position values.
34324
34325 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
34326
34327 * menu-bar.el (showhide-date-time): Remove.
34328 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
34329 (menu-bar-make-mm-toggle): Simplify.
34330
34331 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34332
34333 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
34334 Accept qualified variable and function names.
34335
34336 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
34337
34338 * bindings.el (completion-ignored-extensions):
34339 Remove ".lis" for `vax-vms'.
34340
34341 2005-03-22 Andreas Schwab <schwab@suse.de>
34342
34343 * generic-x.el: Revert last change.
34344 * ldefs-boot.el: Update.
34345
34346 2005-03-22 Jay Belanger <belanger@truman.edu>
34347
34348 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
34349 (calc-embedded-save-original-modes)
34350 (calc-embedded-restore-original-modes): New functions.
34351 (calc-do-embedded): Save original modes when entering embedded mode
34352 and restore when leaving embedded mode.
34353 (calc-embedded-modes-change): Change the value of
34354 calc-embedded-original-modes to reflect permanent changes.
34355
34356 2005-03-22 Lute Kamstra <lute@gnu.org>
34357
34358 * generic-x.el: Require generic again.
34359
34360 2005-03-22 Miles Bader <miles@gnu.org>
34361
34362 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34363 Tweak details to look good on both ttys and bitmap displays, light
34364 or dark background, etc.
34365
34366 2005-03-21 Kim F. Storm <storm@cua.dk>
34367
34368 * tooltip.el (tooltip-show-help-function): Check car and cdr of
34369 mouse position.
34370
34371 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
34372
34373 * icomplete.el: Don't forcibly turn on the mode upon load.
34374 (icomplete-mode): Use define-minor-mode.
34375 (icomplete-eoinput): Default to nil.
34376 (icomplete-minibuffer-setup): Remove autoload.
34377 (icomplete-tidy): Simplify.
34378 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
34379 in the initial state or if the user has modified the field.
34380 Fix handling of icomplete-max-delay-chars.
34381 Remove code that handles the oddball case where
34382 minibuffer-completion-table is an integer.
34383 Wrap icomplete-completions in while-no-input in case building
34384 completions takes more time than expected.
34385 (icomplete-completions): Simplify.
34386
34387 2005-03-21 Richard M. Stallman <rms@gnu.org>
34388
34389 * jka-compr.el (jka-compr-really-do-compress):
34390 Make variable buffer-local.
34391
34392 * image-mode.el: Handle .xpm files too.
34393 (image-toggle-display): Preserve modification flag.
34394
34395 * help.el (where-is): Don't mention aliases with no key bindings.
34396
34397 2005-03-21 Lute Kamstra <lute@gnu.org>
34398
34399 * generic.el: Fix commentary section. Don't require cl for
34400 compilation.
34401 (generic-mode-list): Add autoload cookie.
34402 (generic-use-find-file-hook, generic-lines-to-scan)
34403 (generic-find-file-regexp, generic-ignore-files-regexp)
34404 (generic-mode, generic-mode-find-file-hook)
34405 (generic-mode-ini-file-find-file-hook): Fix docstrings.
34406 (define-generic-mode): Make it a defmacro. Fix docstring.
34407 (generic-mode-internal): Code cleanup. Add autoload cookie.
34408 (generic-mode-set-comments): Code cleanup.
34409 * generic-x.el: Don't prevent compilation. Don't require generic.
34410 Follow coding conventions. Minor code cleanup.
34411 (etc-fstab-generic-mode): Add some keywords.
34412 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
34413 define-generic-mode like a function declaration.
34414
34415 2005-03-21 Jay Belanger <belanger@truman.edu>
34416
34417 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
34418 changing modes.
34419
34420 2005-03-21 Sam Steingold <sds@gnu.org>
34421
34422 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
34423
34424 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
34425
34426 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
34427 Add underscore to "f$ lexicals" regexp.
34428
34429 2005-03-20 Juri Linkov <juri@jurta.org>
34430
34431 * subr.el (progress-reporter-do-update): When `min-value' is equal
34432 to `max-value', set `percentage' to 0 and prevent division by zero.
34433
34434 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
34435
34436 Sync with Tramp 2.0.48.
34437
34438 * net/tramp.el (all): Change all addresses to .gnu.org.
34439 (tramp-append-tramp-buffers): New defun.
34440 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
34441 Catch `dont-send' signal.
34442 (tramp-set-auto-save-file-modes): Set always permissions, because
34443 there might be an old auto-saved file belonging to another
34444 original file. This could be a security threat. Reported by
34445 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
34446 Check for Emacs 21.3.50 removed.
34447
34448 * net/tramp-smb.el (all): Remove debug construct for
34449 `with-parsed-tramp-file-name'.
34450 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
34451 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
34452 No error message if DIRECTORY or FILENAME doesn't exist.
34453 (tramp-smb-open-connection): Check existence of
34454 `tramp-smb-program'.
34455
34456 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
34457
34458 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
34459 Properly handle the case where the `m' or `s' command's argument is not
34460 yet terminated.
34461 (perl-indent-new-calculate): New function.
34462 (perl-indent-line): Use it.
34463
34464 2005-03-20 Miles Bader <miles@gnu.org>
34465
34466 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
34467 in text-mode too. Change to new face names.
34468 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
34469 Add `:weight bold' attribute.
34470 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
34471
34472 2005-03-19 Juri Linkov <juri@jurta.org>
34473
34474 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
34475
34476 * international/mule.el (auto-coding-alist): Sync with
34477 `auto-mode-alist' by adding upper case archive file extensions
34478 and adding ear/war to jar extension.
34479
34480 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
34481
34482 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
34483 running, restart it.
34484
34485 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
34486
34487 * finder.el (finder-current-item): Throw an error on an empty line.
34488
34489 * man.el (Man-follow-manual-reference): If current-word returns
34490 nil, use "".
34491
34492 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
34493
34494 * simple.el (goto-line): Doc fix.
34495
34496 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
34497
34498 * files.el (save-buffer): Doc fix.
34499
34500 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
34501
34502 * recentf.el (recentf-cleanup-remote): New variable.
34503 (recentf-cleanup): Use it to conditionally check availability of
34504 remote files.
34505
34506 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
34507
34508 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
34509 function names.
34510
34511 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34512
34513 * language/thai-word.el: New file.
34514
34515 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34516
34517 * files.el (backup-buffer): If the file's directory is not
34518 writable, use copy instead of move to backup the file.
34519
34520 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34521
34522 * obsolete/keyswap.el: Moved to obsolete/ from term/.
34523
34524 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
34525
34526 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
34527 Use functionp instead of symbolp and fboundp. Reported by Drkm
34528 <darkman_spam@yahoo.fr>.
34529 (ps-print-version): New version 6.6.6.
34530
34531 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
34532
34533 * textmodes/table.el (table--line-column-position): New idiom.
34534 (table--row-column-insertion-point-p): New function to test
34535 validity of row and column insertion operation at a location.
34536 (table-global-menu, table-cell-menu): Use above functions for
34537 deterministic test operation.
34538 (table--editable-cell-p): Behave in deterministic fashion.
34539
34540 2005-03-18 Juri Linkov <juri@jurta.org>
34541
34542 * isearch.el (isearch-lazy-highlight-new-loop):
34543 Make arguments beg and end optional.
34544 (isearch-update): Remove optional arguments nil from
34545 isearch-lazy-highlight-new-loop.
34546 (isearch-lazy-highlight-search): Let-bind case-fold-search to
34547 isearch-lazy-highlight-case-fold-search instead of
34548 isearch-case-fold-search, and let-bind isearch-regexp to
34549 isearch-lazy-highlight-regexp.
34550 Use isearch-lazy-highlight-last-string instead of isearch-string.
34551
34552 * replace.el (perform-replace): Remove bindings of global
34553 variables isearch-string, isearch-regexp, isearch-case-fold-search.
34554 Add three new arguments to `replace-highlight'.
34555 (replace-highlight): Add arguments string, regexp, case-fold.
34556 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
34557 to allow isearch-lazy-highlight-new-loop to use these values
34558 to set corresponding isearch-lazy-highlight-* internal
34559 variables whose values lazy highlighting will use regardless of
34560 changes to global variables isearch-string, isearch-regexp,
34561 isearch-case-fold-search during lazy highlighting loop.
34562 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
34563 to `lazy-highlight-cleanup'.
34564
34565 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
34566 (ispell-highlight-face): Set default face to `isearch' when
34567 lazy highlighting is enabled.
34568 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
34569 priority to 1. Add lazy highlighting.
34570 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
34571 from `isearch-dehighlight'.
34572
34573 2005-03-18 David Ponce <david@dponce.com>
34574
34575 * files.el (hack-local-variables): Do a case-insensitive search
34576 for End.
34577
34578 2005-03-18 Juri Linkov <juri@jurta.org>
34579
34580 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
34581 `isearch-lazy-highlight-cleanup', add alias to old name and
34582 declare obsolete. Add release numbers to other obsolete vars.
34583 (isearch-done, isearch-lazy-highlight-new-loop):
34584 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
34585 (lazy-highlight-cleanup) <variable>: Doc fix.
34586 (isearch-lazy-highlight-update): Rename obsolete
34587 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
34588
34589 2005-03-18 Kenichi Handa <handa@m17n.org>
34590
34591 * language/thai-util.el: Fix categorization of Thai characters in
34592 thai-category-table.
34593 (thai-composition-pattern): Adjust it for the above change.
34594 (thai-self-insert-command, thai-compose-syllable): New functions.
34595 (thai-compose-region): Use thai-compose-syllable.
34596 (thai-compose-string): Likewise.
34597 (thai-composition-function): Likewise.
34598 (thai-auto-composition): New function.
34599 (thai-auto-composition-mode): New minor mode.
34600
34601 * language/thai.el: Fix patterns to be registered in
34602 composition-function-table.
34603
34604 * international/quail.el (quail-input-method): Locally bind
34605 inhibit-modification-hooks to t.
34606
34607 2005-03-17 Richard M. Stallman <rms@gnu.org>
34608
34609 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
34610 (perl-mode): Use run-mode-hooks.
34611
34612 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
34613 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
34614 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
34615
34616 * mail/sendmail.el (sendmail-send-it): Reenable the code
34617 to compute resend-to-address and use it.
34618
34619 * tar-mode.el (tar-mode): Turn off undo unconditionally.
34620
34621 * image-mode.el: New file.
34622
34623 * image.el (insert-sliced-image): Add autoload cookie.
34624
34625 * font-lock.el (font-lock-lines-before): New user option.
34626 (font-lock-after-change-function): Obey it.
34627
34628 * bindings.el (esc-map): Make M-g a prefix.
34629 Bind M-g g and M-g M-g to goto-line.
34630
34631 * faces.el (face-id): Doc fix.
34632
34633 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
34634
34635 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
34636 (rmail-show-message): Use rmail-unknown-mail-followup-to.
34637 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
34638
34639 * mail/sendmail.el (mail-yank-ignored-headers)
34640 (mail-font-lock-keywords, mail-mode-fill-paragraph):
34641 Add Mail-Followup-To and Mail-Reply-To headers.
34642 (mail-citation-hook): Add autoload cookie.
34643 (mail-mode): Doc fix.
34644 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
34645 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
34646 (mail-mode-fill-paragraph): Handle those headers.
34647 (mail-mailing-lists): New variable.
34648 (mail-mail-reply-to, mail-mail-followup-to): New functions.
34649
34650 2005-03-17 Juri Linkov <juri@jurta.org>
34651
34652 * isearch.el (isearch-fallback): Check for `(car previous)'
34653 before calling `isearch-other-end-state'.
34654
34655 2005-03-17 Kim F. Storm <storm@cua.dk>
34656
34657 * simple.el (move-beginning-of-line): Move to beginning of buffer
34658 line, as well as beginning of screen line.
34659
34660 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
34661
34662 * calendar/diary-lib.el (mark-diary-entries): Use new optional
34663 argument REDRAW rather than calendar-redrawing variable.
34664 * calendar/calendar.el (calendar-redrawing): Delete.
34665 (redraw-calendar): Do not bind calendar-redrawing.
34666
34667 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
34668
34669 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
34670 diary-file buffer.
34671
34672 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
34673
34674 * help.el (describe-mode): Allow a :minor-mode-function property to
34675 specify a different minor mode toggle function than the variable.
34676 * simple.el (auto-fill-function):
34677 * subr.el (add-minor-mode): Use it.
34678
34679 2005-03-16 Kenichi Handa <handa@m17n.org>
34680
34681 * language/ethio-util.el (sera-being-called-by-w3): New variable.
34682 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
34683 (ethio-fidel-to-sera-buffer): Likewise.
34684
34685 2005-03-16 Juri Linkov <juri@jurta.org>
34686
34687 * emacs-lisp/find-func.el (find-function-regexp):
34688 Add defun-emitting macro `menu-bar-make-toggle'.
34689
34690 * isearch.el: Put `isearch-scroll' property to
34691 `split-window-horizontally'.
34692
34693 * info.el: Update error messages for `debug-ignored-errors'.
34694 (Info-isearch-search): Doc fix.
34695 (Info-find-node): Move up code to go into info buffer before
34696 recording the node to the history.
34697 (Info-fontify-node): Fontify titles only if the next line
34698 has two or more `*', `=', `-', `.'.
34699 Display "go to this node" for empty (match-string 3).
34700
34701 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34702
34703 * term/mac-win.el: Add mouse pointer shape constants.
34704
34705 2005-03-15 Kim F. Storm <storm@cua.dk>
34706
34707 * simple.el (move-beginning-of-line): Use vertical-motion.
34708
34709 2005-03-15 Juri Linkov <juri@jurta.org>
34710
34711 * isearch.el (isearch-error): New variable.
34712 (isearch-invalid-regexp, isearch-within-brackets): Remove.
34713 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
34714 (isearch-within-brackets-state): Remove.
34715 (isearch-case-fold-search-state, isearch-pop-fun-state):
34716 Decrease frame index.
34717 (isearch-mode, isearch-top-state, isearch-push-state)
34718 (isearch-edit-string, isearch-abort, isearch-search-and-update)
34719 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
34720 (isearch-search, isearch-lazy-highlight-new-loop):
34721 Replace `isearch-invalid-regexp' with `isearch-error'.
34722 Remove `isearch-within-brackets'.
34723 (isearch-search): Add `search-failed' handler to `condition-case'.
34724 (isearch-lazy-highlight-search): Add `condition-case' to catch
34725 errors and allow `isearch-lazy-highlight-update' to try
34726 highlighting from the beginning of the window.
34727 (isearch-repeat): Move up code to set isearch-wrapped to t
34728 before calling isearch-wrap-function.
34729
34730 * info.el (Info-isearch-initial-node): New internal variable.
34731 (Info-search): Signal an error in isearch mode when search leaves
34732 the initial node. Signal an error when `bound' is non-nil and
34733 nothing was found in the current subfile.
34734 (Info-isearch-search): Remove `condition-case'.
34735 (Info-isearch-wrap): Don't wrap when search failed during leaving
34736 the initial node. If `Info-isearch-search' is nil, wrap around
34737 the current node.
34738 (Info-isearch-start): New fun.
34739 (Info-mode): Add buffer-local hook `Info-isearch-start' to
34740 `isearch-mode-hook'.
34741
34742 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34743
34744 * simple.el (normal-erase-is-backspace): Set default to t if
34745 running on Mac.
34746
34747 * term/mac-win.el (function-key-map): Sync with x-win.el.
34748
34749 2005-03-15 Kenichi Handa <handa@m17n.org>
34750
34751 * international/mule-cmds.el (locale-language-names): Modify the
34752 format of elements and add more entries.
34753 (locale-preferred-coding-systems): Add more entries.
34754 (set-locale-environment): Adjust for the change of
34755 locale-language-names.
34756
34757 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
34758
34759 * pcvs.el (smerge-ediff): Remove bogus autoload.
34760
34761 2005-03-14 Lute Kamstra <lute@gnu.org>
34762
34763 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
34764 Ignore a `*' at the beginning of a line.
34765
34766 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
34767 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
34768 subr.el.
34769 (dont-compile, eval-when-compile, eval-and-compile): Use declare
34770 to specify indentation.
34771
34772 * generic.el (define-generic-mode): Let generic-mode-list be a
34773 list of strings; test membership with equal.
34774
34775 2005-03-14 Kim F. Storm <storm@cua.dk>
34776
34777 * simple.el (next-line, previous-line): Add optional try-vscroll
34778 arg to recognize interactive use. Pass it on to line-move.
34779 (line-move): Don't perform auto-window-vscroll when defining or
34780 executing keyboard macro to ensure consistent behavior.
34781
34782 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
34783
34784 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
34785
34786 2005-03-13 Lute Kamstra <lute@gnu.org>
34787
34788 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
34789 debugger-setup-buffer so that backtrace marks the frames set to
34790 debug-on-exit and we don't have to do it manually. Set an extra
34791 debug-on-exit for macro's.
34792 (debugger-setup-buffer): Don't mark the top frame manually.
34793
34794 2005-03-12 Lute Kamstra <lute@gnu.org>
34795
34796 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
34797 lisp-indent-function throughout.
34798 (with-no-warnings): Set lisp-indent-function property.
34799
34800 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
34801
34802 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
34803 Add entry for backslash.
34804
34805 2005-03-12 Juri Linkov <juri@jurta.org>
34806
34807 * info.el (Info-search): Four fixes for backward search.
34808
34809 2005-03-11 Jay Belanger <belanger@truman.edu>
34810
34811 * calc/calc.el (calc-language-alist): New variable.
34812 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
34813 (calc-embedded-find-modes): Use calc-language-alist instead of
34814 calc-embedded-language-alist.
34815
34816 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
34817
34818 * calendar/calendar.el (calendar-redrawing): New internal
34819 variable.
34820 (redraw-calendar): Remove bogus save-excursion from previous
34821 change. Bind calendar-redrawing to t for mark-diary-entries.
34822 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
34823 calendar if that is why we were called.
34824
34825 2005-03-11 Kenichi Handa <handa@m17n.org>
34826
34827 * international/mule.el (make-coding-system): Set property
34828 coding-system-define-form to nil.
34829 (define-coding-system-alias): Likewise.
34830
34831 2005-03-11 Kenichi Handa <handa@m17n.org>
34832
34833 These changes are suggested by Dave Love <fx@gnu.org>.
34834
34835 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
34836 coding: tag.
34837 (adaptive-fill-regexp): Add more bullets.
34838 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
34839 regexps.
34840
34841 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
34842
34843 * help.el (describe-mode): Properly handle non-trivial lighters.
34844 Don't ignore minor modes that are not listed in minor-mode-list.
34845
34846 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
34847 feature ON when the user requests to turn it OFF.
34848
34849 2005-03-10 Lute Kamstra <lute@gnu.org>
34850
34851 * emacs-lisp/debug.el (debug-entry-code): Delete it.
34852 (implement-debug-on-entry): New function to replace debug-entry-code.
34853 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
34854 second argument as the 2005-03-07 change makes it obsolete.
34855 (debug-on-entry, cancel-debug-on-entry): Update call to
34856 debug-on-entry-1.
34857 (debug, debugger-setup-buffer): Comment update.
34858 (debugger-frame-number): Update to work with implement-debug-on-entry.
34859
34860 2005-03-10 Jay Belanger <belanger@truman.edu>
34861
34862 * calc/calc-embed.el (math-ms-args): Declare it.
34863 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
34864 math-ms-args.
34865 (calc-embedded-subst): Use math-multi-subst-rec to substitute
34866 variables.
34867
34868 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
34869
34870 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
34871 Use message-box.
34872
34873 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
34874 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
34875 (tooltip-gud-tips): Simplify.
34876 (tooltip-gud-tips-p): Remove superfluous :set.
34877 (tooltip-gud-modes): Add fortran-mode.
34878 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
34879
34880 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
34881
34882 2005-03-09 Kim F. Storm <storm@cua.dk>
34883
34884 * play/animate.el (animate-place-char): Use forward-line instead
34885 of next-line to improve performance.
34886
34887 2005-03-09 Simon Josefsson <jas@extundo.com>
34888
34889 * net/browse-url.el (browse-url-default-browser): Doc fix.
34890
34891 2005-03-09 Miles Bader <miles@gnu.org>
34892
34893 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
34894 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
34895
34896 2005-03-09 Kenichi Handa <handa@m17n.org>
34897
34898 * international/latin-1.el: Set case and syntax for 255 only if
34899 set-case-syntax-set-multibyte is nil.
34900
34901 * textmodes/ispell.el (ispell-insert-word): New function.
34902 (ispell-word): Use ispell-insert-word to insert a new word.
34903 (ispell-process-line): Likewise.
34904 (ispell-complete-word): Likewise.
34905
34906 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
34907
34908 * calendar/calendar.el (redraw-calendar): Preserve point.
34909 Reported by Matt Hodges <MPHodges@member.fsf.org>.
34910 (calendar-week-start-day): Move after definition of
34911 redraw-calendar. Delete buffer test, since redraw-calendar has
34912 that now.
34913
34914 * calendar/diary-lib.el (mark-diary-entries): Only call
34915 redraw-calendar in the first of any recursive calls.
34916 Reported by Alan Shutko <ats@acm.org>.
34917
34918 2005-03-08 Juri Linkov <juri@jurta.org>
34919
34920 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
34921 (html-horizontal-rule, html-line, html-image, html-checkboxes)
34922 (html-radio-buttons): Add a space before the trailing `/>' where
34923 sgml-xml-mode is non-nil.
34924 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
34925 the subsequent tag of the empty XML tag.
34926 (html-href-anchor): Don't set initial input to "http:".
34927 (html-image): Ask for the image URL and set point inside alt="".
34928 (html-name-anchor): Duplicate the name in the `id' attribute when
34929 sgml-xml-mode is non-nil.
34930 (html-paragraph): Remove \n before <p>.
34931 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
34932 instead of `checked' when sgml-xml-mode is non-nil.
34933
34934 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
34935 Remove 1 space before #RRGGBB to not truncate it on terminal
34936 windows w/o fringes. Remove 1 space between bg and fg examples
34937 to get more space.
34938 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
34939 avoid byte-compile warnings.
34940
34941 * image-file.el (image-file-handler): Put `safe-magic' property to
34942 `image-file-handler'.
34943
34944 * info.el (Info-isearch-search): Emulate word search in
34945 isearching through multiple Info nodes with Info-search.
34946 (Info-isearch-wrap): Allow isearch-word.
34947
34948 2005-03-08 Lute Kamstra <lute@gnu.org>
34949
34950 * emacs-lisp/debug.el (debugger-step-through): Make sure that
34951 stepping into the debugger's code is not possible.
34952 (debugger-jumping-flag): Docstring update.
34953
34954 2005-03-08 Jay Belanger <belanger@truman.edu>
34955
34956 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
34957 embedded mode begins.
34958 (calc-embedded-language-alist): New variable.
34959 (calc-embedded-find-modes): Use calc-embedded-language-alist to
34960 set default language mode.
34961
34962 2005-03-08 Kenichi Handa <handa@m17n.org>
34963
34964 * international/ccl.el (define-ccl-program): Fix docstring about
34965 extra 256 bytes assured for the output buffer.
34966
34967 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34968 Fix BUFFER_MAGNIFICATION to 2.
34969 (ccl-encode-mule-utf-16be-with-signature): Likewise.
34970
34971 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
34972
34973 * align.el (align-rules-list): Added an alignment rule for CSS
34974 declarations (applies to css-mode and html-mode buffers).
34975
34976 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
34977
34978 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
34979
34980 2005-03-07 Kim F. Storm <storm@cua.dk>
34981
34982 * simple.el (move-beginning-of-line): New command.
34983
34984 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
34985
34986 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
34987
34988 * emulation/cua-base.el: Put CUA move property on move-end-of-line
34989 and move-beginning-of-line.
34990
34991 * apropos.el (apropos-print): Omit command from M-x ... RET.
34992
34993 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
34994
34995 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
34996 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
34997
34998 2005-03-06 Richard M. Stallman <rms@gnu.org>
34999
35000 * bindings.el (esc-map): Bind M-g to goto-line.
35001
35002 * facemenu.el (global-map): Bind M-o, not M-g.
35003
35004 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
35005
35006 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
35007 "Open Directory" as for "Open File".
35008
35009 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
35010
35011 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
35012 (push-mark-command): Run activate-mark-hook.
35013
35014 2005-03-06 Richard M. Stallman <rms@gnu.org>
35015
35016 * help-mode.el (help-mode-finish): Don't alter the element
35017 in view-return-to-alist if there already is one.
35018
35019 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
35020 make sure the current buffer is the expected one.
35021
35022 * novice.el (disabled-command-function): Output in *Disabled Command*.
35023 Explicitly ignore non-keyboard events, and explicitly handle C-g.
35024
35025 * textmodes/flyspell.el (flyspell-large-region):
35026 Pass args differently for aspell.
35027
35028 * files.el (mode-require-final-newline): Doc fix.
35029
35030 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
35031
35032 * progmodes/which-func.el (which-function):
35033 Specify NOERROR when calling imenu--make-index-alist.
35034
35035 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
35036
35037 * simple.el (normal-erase-is-backspace): Define default value.
35038
35039 * custom.el (custom-theme-set-variables): Remove unused var
35040 `immediate'.
35041 (custom-reevaluate-setting): Simple function to handle variables
35042 that are defined before their default value can really be
35043 computed.
35044
35045 * startup.el (command-line): Use it for temporary-file-directory,
35046 small-emporary-file-directory, auto-save-file-name-transforms,
35047 blink-cursor-mode, and normal-erase-is-backspace.
35048
35049 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
35050 progress, even with buggy anchored keywords.
35051
35052 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
35053
35054 * simple.el (goto-line): Remove unbalanced final parenthesis.
35055
35056 2005-03-05 Richard M. Stallman <rms@gnu.org>
35057
35058 * simple.el (goto-line): Use a number at point as the default.
35059 With C-u as arg, switch buffers.
35060
35061 2005-03-05 Juri Linkov <juri@jurta.org>
35062
35063 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
35064 with `no-blinking-cursor'.
35065
35066 * startup.el (no-blinking-cursor): New defvar.
35067 (command-line): Add `--no-blinking-cursor' to longopts.
35068 Set `no-blinking-cursor' to t for command line arguments
35069 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
35070 with `no-blinking-cursor' in the condition for calling
35071 `blink-cursor-mode'.
35072
35073 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
35074
35075 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
35076 (menu-bar-options-save): Add blink-cursor-mode.
35077 (menu-bar-options-menu): Add blink-cursor-mode.
35078
35079 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
35080
35081 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
35082 (icalendar-export-file, icalendar-export-region)
35083 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
35084 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
35085
35086 2005-03-04 Lute Kamstra <lute@gnu.org>
35087
35088 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
35089 (debug-function-list): Ditto.
35090
35091 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
35092
35093 * textmodes/texinfmt.el (texinfo-append-refill):
35094 Redefine the types of line to which @refill
35095 is not appended by replacing a search for `@refill\\|@bye' with
35096 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
35097 itemize@refill' bug and the unfilled long lines bug.
35098 (texinfmt-version): Update number and date.
35099
35100 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
35101
35102 * international/code-pages.el (windows-1250, windows-125[2-8])
35103 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
35104
35105 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
35106
35107 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
35108 bound yet.
35109
35110 2005-03-02 Romain Francoise <romain@orebokech.com>
35111
35112 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
35113 buffer after removing limits.
35114 (ibuffer-pop-filter): Ditto.
35115 Update copyright.
35116
35117 2005-03-02 Miles Bader <miles@gnu.org>
35118
35119 * button.el (make-text-button): If the user doesn't specify a
35120 type, use the default. Rewrite to use `add-text-properties' and
35121 plist functions.
35122
35123 2005-03-01 Lute Kamstra <lute@gnu.org>
35124
35125 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
35126 (debugger-jumping-flag): New var.
35127 (debug-entry-code): Use it.
35128 (debugger-jump): Use debugger-jumping-flag and add
35129 debugger-reenable to post-command-hook.
35130 (debugger-reenable): Use debugger-jumping-flag and remove itself
35131 from post-command-hook.
35132 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
35133 debugger-reenable.
35134
35135 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
35136
35137 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
35138 inclusion of "itemize\\|", which may be unnecessary, is certainly
35139 inelegant, and stops refilling in itemize lists when formatting
35140 Japanese Texinfo files to Info.
35141 Update copyright to 2005.
35142
35143 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
35144
35145 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
35146 of an error if GDB can't find the source file.
35147
35148 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
35149
35150 * calendar/calendar.el (redraw-calendar): Work from any buffer,
35151 not just the calendar.
35152
35153 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
35154 first.
35155 (diary-redraw-calendar): New function.
35156 (make-diary-entry): Add diary-redraw-calendar to local
35157 write-contents-functions. Turn off selective display before
35158 inserting in diary.
35159
35160 2005-03-01 Kim F. Storm <storm@cua.dk>
35161
35162 * emacs-lisp/copyright.el (copyright-fix-years): New command.
35163
35164 2005-03-01 Lute Kamstra <lute@gnu.org>
35165
35166 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
35167 that debug-entry-code can be safely removed from a function while
35168 this code is being evaluated. Revert the 2005-02-27 change as the
35169 new implementation no longer requires it. Make sure that a
35170 function body containing just a string is not mistaken for a docstring.
35171 (debug): Skip one more frame in case of debug on entry.
35172 (debugger-setup-buffer): Delete one more frame line in case of
35173 debug on entry.
35174 (debugger-frame-number): Update to use the new text introduced by
35175 the 1999-11-03 change. Skip one more frame in case of debug on entry.
35176
35177 2005-02-28 Kim F. Storm <storm@cua.dk>
35178
35179 * double.el (double-translate-key): Call force-window-update after
35180 read-event to avoid crash in redisplay.
35181
35182 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
35183
35184 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
35185 (debug): Use it. Move the inhibit-trace earlier.
35186 (debug-entry-code): New const.
35187 (debug-on-entry-1): Use it.
35188
35189 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
35190
35191 * international/utf-16.el (ccl-encode-mule-utf-16le):
35192 Fix BUFFER_MAGNIFICATION to 2.
35193 (ccl-encode-mule-utf-16be): Likewise.
35194
35195 2005-02-28 Kenichi Handa <handa@m17n.org>
35196
35197 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
35198 Fix BUFFER_MAGNIFICATION to 4.
35199 (ccl-encode-mule-utf-16be-with-signature): Likewise.
35200
35201 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
35202
35203 * speedbar.el (speedbar-update-flag): Doc fix.
35204 (speedbar-show-info-under-mouse): Give set-mouse-position the right
35205 argument.
35206
35207 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
35208
35209 * reveal.el (reveal-post-command): Don't try to reveal overlays which
35210 have a non-nil `invisible' property but are actually visible.
35211
35212 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
35213 for perldoc sections.
35214 (perl-outline-regexp, perl-outline-level): New var and function.
35215 (perl-mode): Use them.
35216
35217 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
35218
35219 * calendar/diary-lib.el (diary-remind): Discard any mark portion
35220 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
35221
35222 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
35223
35224 * cus-edit.el: Comment change.
35225 (custom-buffer-create-internal): Slightly reword text at top of
35226 Custom buffers. Mention there that saving an option edits the
35227 init file. Add link to Emacs manual node on `custom-file'.
35228 (custom-magic-alist): Rewrite individual State messages to use
35229 capitalized keywords. Doc fix.
35230
35231 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
35232
35233 * calendar/calendar.el (calendar-buffer): Move above
35234 calendar-week-start-day.
35235 (calendar-week-start-day): Doc fix. Add :set function.
35236 (calendar-minimum-window-height): New variable.
35237 (generate-calendar-window): Only resize window if selected-window
35238 is displaying the calendar buffer. Use new variable
35239 calendar-minimum-window-height.
35240 (generate-calendar): Reword error message.
35241 (calendar-mode-map): Bind DEL to scroll-other-window-down.
35242
35243 2005-02-27 Andreas Schwab <schwab@suse.de>
35244
35245 * vc.el (vc-do-command): Don't run command asynchronously when
35246 operating in a remote directory.
35247
35248 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
35249 change from sync with Tramp 2.0.47.
35250
35251 2005-02-27 Richard M. Stallman <rms@gnu.org>
35252
35253 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
35254
35255 * textmodes/flyspell.el (flyspell-mode-on):
35256 Call ispell-change-dictionary only if necessary.
35257
35258 * emacs-lisp/re-builder.el (regexp-builder): New function.
35259
35260 * register.el (describe-register-1): Explicitly handle
35261 yank-excluded-properties = t.
35262
35263 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
35264 (custom-magic-alist): Change the status descriptions again.
35265 (face widget-type): Total rewrite based on `restricted-sexp'
35266 to eliminate the confusing double hiding levels.
35267
35268 * emacs-lisp/debug.el (debug-on-entry-1):
35269 If function body is empty, add nil as body form.
35270
35271 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
35272
35273 * emacs-lisp/trace.el (inhibit-trace): New var.
35274 (trace-make-advice): Use it.
35275
35276 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
35277
35278 2005-02-26 Kim F. Storm <storm@cua.dk>
35279
35280 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
35281 (mouse-on-link-p, mouse-drag-region-1): Use it.
35282
35283 2005-02-25 Lute Kamstra <lute@gnu.org>
35284
35285 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
35286
35287 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
35288
35289 * frame.el (blink-cursor-mode): Add :group keyword.
35290
35291 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
35292
35293 * calendar/icalendar.el (icalendar--decode-isodatetime):
35294 New optional argument DAY-SHIFT.
35295 (icalendar-export-region): Fix coding-system-for-write.
35296 (icalendar--convert-ical-to-diary): Shift end-day of all-day
35297 events by one.
35298
35299 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
35300
35301 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
35302
35303 2005-02-24 Kim F. Storm <storm@cua.dk>
35304
35305 * international/iso-acc.el (iso-accents-compose): Fix crash
35306 during redisplay. Call force-window-update after read-event
35307 and delete-region to signal that window is not accurate.
35308
35309 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
35310
35311 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
35312 Remove unused and inexistent var `inhibit-trace'.
35313 (debugger-mode): Use run-mode-hooks.
35314 (debugger-list-functions): Add buttons; setup xref stack.
35315
35316 2005-02-23 Richard M. Stallman <rms@gnu.org>
35317
35318 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
35319 appointment says it was explicitly made.
35320 (appt-add): Set the 3rd element.
35321 (appt-make-list): Preserve explicit appointments.
35322
35323 * subr.el (find-tag-default): Catch errors in forward-sexp.
35324
35325 2005-02-23 Juri Linkov <juri@jurta.org>
35326
35327 * info.el (Info-isearch-search): New defcustom.
35328 (Info-isearch-search): Call the default isearch function
35329 when Info-isearch-search is nil.
35330 (Info-isearch-wrap): Use variable Info-isearch-search.
35331
35332 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
35333
35334 * cus-edit.el: Comment change.
35335
35336 2005-02-22 Kim F. Storm <storm@cua.dk>
35337
35338 * progmodes/hideif.el (hide-ifdef-use-define-alist):
35339 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
35340
35341 2005-02-22 Simon Josefsson <jas@extundo.com>
35342
35343 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
35344 New variable.
35345 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
35346 Oskarsson" <myrkraverk@users.sourceforget.net>.
35347
35348 2005-02-22 Kim F. Storm <storm@cua.dk>
35349
35350 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
35351 check that window of that event is the selected window.
35352 (mouse-drag-region-1): Compare mouse event window to selected
35353 window before setting point.
35354
35355 * tooltip.el (tooltip-show-help-function): Pass event to
35356 mouse-on-link-p so it can check selected window.
35357
35358 2005-02-22 Kenichi Handa <handa@m17n.org>
35359
35360 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
35361 (ps-mule-show-warning): New function.
35362 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
35363 characters are found.
35364
35365 * ps-print.el (ps-header-footer-string): Return a list of header
35366 and footer strings.
35367
35368 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
35369
35370 * pcvs.el (cvs-retrieve-revision): Fix thinko.
35371
35372 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
35373
35374 * frame.el (blink-cursor-mode): Use define-minor-mode.
35375
35376 * term/mac-win.el (function-key-map): Use char-names more consistently.
35377 (file-name-coding-system): Only set it for MacOS-9. The other case is
35378 already handled in mule-cmds.el (where it also works when mac-win.el
35379 is not used).
35380
35381 2005-02-21 Kenichi Handa <handa@m17n.org>
35382
35383 * international/mule.el (ctext-pre-write-conversion): Always use
35384 " *code-converting-work*" buffer for work.
35385
35386 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
35387
35388 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
35389
35390 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
35391
35392 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
35393
35394 * ses.el (undo-more): Restore defadvice, but only the part that
35395 allows changes outside the restricted area of the buffer.
35396
35397 2005-02-20 Kim F. Storm <storm@cua.dk>
35398
35399 * simple.el (line-move): Add fourth optional arg try-vscroll which
35400 must be set to perform auto-window-vscroll.
35401 When moving backwards and doing auto-window-vscroll, automatically
35402 vscroll to the last part of lines which are taller than the window.
35403 (next-line, previous-line): Set try-vscroll arg on line-move.
35404
35405 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
35406
35407 * replace.el (query-replace, query-replace-regexp)
35408 (replace-string, replace-regexp): When operating on region, make
35409 the minibuffer prompt say so.
35410
35411 * isearch.el (isearch-forward): Document isearch-query-replace and
35412 isearch-query-replace-regexp keybindings.
35413
35414 2005-02-19 Jay Belanger <belanger@truman.edu>
35415
35416 * calc/calc-aent.el (math-read-token): Add local variable.
35417
35418 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
35419 (calc-edit-top): Move declaration to earlier in file.
35420 (calc-edit-macro-repeats): Add local variables.
35421
35422 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
35423 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
35424 calcFunc-tanh.
35425 Adjust integration rule for calcFunc-tan.
35426
35427 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35428
35429 * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
35430 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
35431 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
35432 (viper-skip-separators): Bug fix.
35433 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
35434 particular major mode.
35435 (viper-del-backward-char-in-replace): Don't put deleted char on the
35436 kill ring.
35437
35438 * emulation/viper-ex.el (viper-color-display-p): New function.
35439 (viper-has-face-support-p): Use viper-color-display-p.
35440
35441 * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
35442
35443 * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
35444
35445 * emulation/viper-util.el (viper-glob-unix-files):
35446 Fix shell status check.
35447 (viper-file-remote-p): Make equivalent to file-remote-p.
35448
35449 * emulation/viper.el (viper-major-mode-modifier-list):
35450 Use viper-gnus-modifier-map.
35451
35452 2005-02-19 David Kastrup <dak@gnu.org>
35453
35454 * subr.el (subregexp-context-p): Fix garbled doc string by adding
35455 quoting.
35456
35457 2005-02-19 Jay Belanger <belanger@truman.edu>
35458
35459 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
35460 Remove extra definitions.
35461 (calc-coth): New function.
35462 (calcFunc-cot): Fix `let'.
35463
35464 2005-02-19 Eli Zaretskii <eliz@gnu.org>
35465
35466 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
35467 the reasons we use "type pc" in these faces.
35468
35469 * button.el (button): Ditto.
35470
35471 2005-02-19 Michael Mauger <mmaug@yahoo.com>
35472
35473 * replace.el (query-replace-read-from): Set the value of
35474 query-replace-from-history-variable to handle the case of an empty
35475 string entered to accept the suggested default.
35476
35477 * net/tramp.el (tramp-file-name-for-operation):
35478 Use dired-call-process instead of dired-call-process-command.
35479
35480 2005-02-19 Jay Belanger <belanger@truman.edu>
35481
35482 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
35483 (math-div-non-trig): New variables.
35484 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
35485 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
35486 (math-combine-prod, math-div-symb-fancy): Add simplifications for
35487 trig expressions.
35488
35489 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
35490
35491 * progmodes/gdb-ui.el (gdb-var-update-handler)
35492 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
35493 for watch expressions,
35494 (gdb-var-create-handler): Don't set speedbar-update-flag.
35495 (gdb-post-prompt): Simplify test for speedbar.
35496
35497 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35498
35499 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
35500 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
35501 we use the syntax table of the correct buffer.
35502 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
35503 Felix Gatzemeier.
35504
35505 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
35506 (ediff-file-remote-p): Make synonymous with file-remote-p.
35507 In all deffaces ediff-*-face-*, use min-colors.
35508
35509 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
35510 ediff-recurse-to-subdirectories.
35511 (ediff-mark-if-equal): Check that the arguments are strings, use
35512 ediff-same-contents (after to Felix Gatzemeier).
35513
35514 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
35515 nil.
35516
35517 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
35518
35519 * log-view.el (log-view-message-re): Fix up Subversion regexp.
35520
35521 2005-02-18 David Kastrup <dak@gnu.org>
35522
35523 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
35524 use `mark-active' when defined.
35525
35526 2005-02-18 Kenichi Handa <handa@m17n.org>
35527
35528 * ps-print.el (ps-font-info-database): New entry
35529 ZapfChancery-MediumItalic with correct font name. Fix font name
35530 of the entry Zapf-Chancery-MediumItalic.
35531
35532 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
35533
35534 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
35535
35536 2005-02-16 Kim F. Storm <storm@cua.dk>
35537
35538 * ido.el (ido-fallback-command): Pass user input to fallback command.
35539
35540 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
35541
35542 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
35543 (gdb-find-file-hook): Add server prefix.
35544
35545 2005-02-16 Richard M. Stallman <rms@gnu.org>
35546
35547 * replace.el (perform-replace): Pass new args to replace-highlight.
35548 (replace-highlight): Take region args,
35549 and pass them to isearch-lazy-highlight-new-loop.
35550
35551 * novice.el (disabled-command-hook): Autoload the defalias
35552 and the make-obsolete-variable call.
35553
35554 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
35555
35556 * isearch.el (isearch-lazy-highlight-start-limit)
35557 (isearch-lazy-highlight-end-limit): New variables limit
35558 the region for highlighting.
35559 (isearch-lazy-highlight-new-loop): New args BEG and END.
35560 (isearch-lazy-highlight-search): Use the new vars.
35561 (isearch-lazy-highlight-update): Likewise.
35562
35563 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
35564
35565 * cus-start.el (all): Use default-boundp.
35566
35567 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
35568
35569 * menu-bar.el (menu-bar-select-frame): Handle current frame.
35570
35571 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
35572
35573 * autorevert.el (auto-revert-stop-on-user-input)
35574 (auto-revert-verbose): Doc fixes.
35575
35576 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
35577
35578 * international/mule-cmds.el (set-locale-environment): Remove call
35579 to set-selection-coding-system on Windows.
35580
35581 2005-02-15 Jay Belanger <belanger@truman.edu>
35582
35583 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
35584 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
35585 calcFunc-coth.
35586 (math-simplify-sqrt): Add simplifications.
35587
35588 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
35589 to list.
35590
35591 * calc/calc-ext.el: Add functions to autoloads.
35592
35593 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
35594 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
35595 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
35596 (math-csc-raw, math-cot-raw): New functions.
35597
35598 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
35599
35600 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
35601 the variable name in a message.
35602
35603 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
35604 calcFunc-csc, calcFunc-cot.
35605
35606 * calc/calcalg2.el: Add derivative and integration rules for
35607 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
35608 calcFunc-csch, calcFunc-coth.
35609 (math-do-integral-methods): Add to checks for when to use
35610 substitutions.
35611
35612 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
35613
35614 2005-02-15 Lute Kamstra <lute@gnu.org>
35615
35616 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
35617 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
35618 <monnier@iro.umontreal.ca>.
35619 (lisp-outline-level): Improve efficiency. Suggested by David
35620 Kastrup <dak@gnu.org>.
35621
35622 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
35623
35624 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
35625 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
35626 (gdb-set-gud-minor-mode-existing-buffers): New functions.
35627 (gdb-find-file-hook): New hook. Add it to find-file-hook.
35628 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
35629
35630 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
35631
35632 * cus-start.el (all): Comment change.
35633
35634 2005-02-14 Lute Kamstra <lute@gnu.org>
35635
35636 * cus-start.el (all): Check if symbol is void.
35637
35638 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
35639
35640 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
35641 optional argument to \cite.
35642
35643 2005-02-14 Richard M. Stallman <rms@gnu.org>
35644
35645 * cus-edit.el (custom-buffer-create-internal): Update help message.
35646 (custom-magic-alist): Update help messages.
35647
35648 * cus-start.el (all): Allow a var to specify a standard value.
35649
35650 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
35651
35652 * custom.el (custom-theme-set-variables): Handle variable aliases.
35653
35654 * frame.el (blink-cursor-timer): Doc fix.
35655 (blink-cursor): Make it an alias for `blink-cursor-mode' and
35656 declare obsolete.
35657 (blink-cursor-mode): Define with defcustom and use correct
35658 standard expression in that defcustom.
35659 * startup.el (command-line): Adapt to above changes in frame.el.
35660
35661 2005-02-11 Lute Kamstra <lute@gnu.org>
35662
35663 * apropos.el (apropos-score-doc): Prevent division by zero.
35664
35665 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
35666
35667 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
35668 (icalendar--get-event-property-attributes)
35669 (icalendar--get-event-properties)
35670 (icalendar--datetime-to-diary-date): New functions.
35671 (icalendar--split-value): Doc fix.
35672 (icalendar--datetime-to-noneuropean-date)
35673 (icalendar--datetime-to-european-date): New optional argument
35674 SEPARATOR. Return result as a string instead of a list.
35675 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
35676 (icalendar--convert-string-for-export): Rename arg S to STRING.
35677 (icalendar-export-region): Doc fix. Change name of error buffer.
35678 Save output buffer.
35679 (icalendar-import-file): Add blank at end of prompt.
35680 (icalendar-import-buffer): Doc fix. Do not switch to error
35681 buffer. Indicate status in return value.
35682 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
35683 buffer. Save output buffer. Handle exception from recurrence
35684 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
35685 events. Fix problems with weekly all-day events.
35686
35687 2005-02-10 Richard M. Stallman <rms@gnu.org>
35688
35689 * simple.el (eval-expression-print-format):
35690 Avoid warning about edebug-active.
35691
35692 * help.el (help-for-help-internal): Rename from help-for-help.
35693 (help-for-help): Define with defalias.
35694
35695 * font-core.el (font-lock-default-function): Use with-no-warnings.
35696
35697 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
35698
35699 * custom.el (defface): Doc fix.
35700
35701 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
35702
35703 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
35704 width 0" to prevent word wrapping problems.
35705
35706 2005-02-09 Kim F. Storm <storm@cua.dk>
35707
35708 * ido.el (ido-file-extensions-order): New defcustom.
35709 (ido-file-extension-lessp, ido-file-extension-aux)
35710 (ido-file-extension-order): New advanced file ordering.
35711 (ido-file-lessp): New simple file ordering.
35712 (ido-sort-list): Remove.
35713 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
35714 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
35715
35716 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
35717
35718 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
35719 that some versions of grep produce.
35720 (grep-mode-font-lock-keywords): Likewise.
35721
35722 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
35723
35724 * progmodes/gdb-ui.el (gdb-location-list): New variable.
35725 (gdb-cdir): Delete.
35726 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
35727 (gdb-source-info): Treat case when source file is in another
35728 directory properly.
35729 (gdb-get-location): New function.
35730
35731 2005-02-07 Jay Belanger <belanger@truman.edu>
35732
35733 * calc/calc-prog.el (calc-write-parse-table-part)
35734 (calc-fix-token-name): Fix a check for language type.
35735
35736 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
35737
35738 2005-02-07 Andre Spiegel <spiegel@gnu.org>
35739
35740 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
35741 as directory not writable.
35742
35743 2005-02-07 Kim F. Storm <storm@cua.dk>
35744
35745 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
35746 (cua--standard-movement-commands): Remove list.
35747 Instead, set CUA property value to move for movement commands.
35748 (cua-movement-commands): Remove. Users must set CUA prop instead.
35749 (cua--pre-command-handler): Check CUA property.
35750 (cua--init-keymaps): Don't remap undo commands.
35751 (cua-mode): Don't call cua--rectangle-on-off.
35752
35753 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
35754 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
35755 (cua--rect-undo-set-point): New var.
35756 (cua--rectangle-undo-boundary): Setup undo apply entry.
35757 (cua--rect-undo-handler): New function for rectangle undo.
35758 (cua--rect-start-position, cua--rect-end-position): Add.
35759 (cua--rectangle-post-command): Call cua--rectangle-set-corners
35760 for restored rectangle. Set point if cua--rect-undo-set-point.
35761
35762 2005-02-06 Jay Belanger <belanger@truman.edu>
35763
35764 * calc/calc-lang.el (calc-tex-language): Display more information
35765 in messages.
35766
35767 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
35768 in TeX mode.
35769
35770 2005-02-06 Richard M. Stallman <rms@gnu.org>
35771
35772 * emacs-lisp/lisp.el (buffer-end): Doc fix.
35773
35774 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
35775
35776 * net/ldap.el (ldap-search-internal): Support attributes with
35777 optional descriptions separated by a semi-colon, as in
35778 "userCertificate;binary".
35779
35780 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
35781
35782 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
35783 isn't a cons (i.e. the version is 0).
35784
35785 2005-02-05 Eli Zaretskii <eliz@gnu.org>
35786
35787 * help.el (help-for-help): Doc fix.
35788
35789 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
35790
35791 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
35792 GDB-Windows on the menu-bar as this works better.
35793
35794 2005-02-04 Jay Belanger <belanger@truman.edu>
35795
35796 * calc/calc-embed.el (calc-embedded-update): Don't put in
35797 unnecessary newlines. Adjust the end of formula marker.
35798
35799 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
35800 (math-latex-parse-two-args): New function.
35801
35802 2005-02-03 Lute Kamstra <lute@gnu.org>
35803
35804 * help-fns.el (help-with-tutorial): Make sure that users cannot
35805 remove the entire text of the tutorial by means of `undo'.
35806
35807 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
35808
35809 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
35810 in recent changes, where the ispell process was repeatedly
35811 killed & restarted.
35812
35813 * international/mule-cmds.el (set-locale-environment): Set file-name
35814 coding system to utf-8 on Darwin systems.
35815 (set-default-coding-systems): Don't set default-file-name-coding-system
35816 on Darwin systems.
35817
35818 2005-02-03 Richard M. Stallman <rms@gnu.org>
35819
35820 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
35821
35822 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
35823
35824 * faces.el (list-faces-display): Add optional argument.
35825
35826 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
35827
35828 * font-core.el (font-lock-default-function): Handle the rare case where
35829 only font-lock-keywords is set.
35830
35831 2005-02-02 Kenichi Handa <handa@m17n.org>
35832
35833 * international/characters.el: Cancel previous change for
35834 I-WITH-DOT-ABOVE and DOTLESS-i.
35835
35836 * international/latin-5.el: Cancel previous change.
35837
35838 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35839
35840 * progmodes/gud.el: Correction to syntax in gud-menu-map.
35841
35842 2005-02-02 Kenichi Handa <handa@m17n.org>
35843
35844 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
35845 DOTLESS-i.
35846
35847 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
35848 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
35849
35850 * case-table.el (get-upcase-table): New function.
35851 (copy-case-table): Copy upcaes table too if non-nil.
35852 (set-case-syntax-delims): Maintain upcase table too.
35853 (set-case-syntax-pair): Likewise.
35854 (set-upcase-syntax, set-downcase-syntax): New functions.
35855 (set-case-syntax): Maintain upcase table too.
35856
35857 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35858
35859 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
35860
35861 * progmodes/gud.el (gud-goto-info): New function.
35862 (gud-tool-bar-map): Use correct icon.
35863
35864 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35865
35866 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
35867 When delegating, order args in the funcall correctly.
35868
35869 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35870
35871 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
35872
35873 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
35874
35875 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
35876 buffer not visiting a file.
35877
35878 2005-01-31 Jay Belanger <belanger@truman.edu>
35879
35880 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
35881 bound on the line with the formula.
35882
35883 2005-01-31 Kim F. Storm <storm@cua.dk>
35884
35885 * ses.el (ses-create-cell-variable-range)
35886 (ses-destroy-cell-variable-range, ses-reset-header-string)
35887 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
35888 (ses-insert-row): Fix format of apply undo entries.
35889
35890 2005-01-31 Jay Belanger <belanger@truman.edu>
35891
35892 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
35893 parts.
35894
35895 * calc/calc-embed.el (calc-embedded-open-formula)
35896 (calc-embedded-close-formula): Ignore matrix environments.
35897
35898 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
35899 TeX mode.
35900
35901 * calc/calc-lang.el (math-function-table, math-oper-table)
35902 (math-variable-table): Adjust the LaTeX portions.
35903
35904 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
35905 (math-latex-ignore-words): New constant.
35906
35907 2005-01-31 Richard M. Stallman <rms@gnu.org>
35908
35909 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
35910 (ispell-local-dictionary): Doc fix.
35911 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
35912 Don't reinitialize at run time. Don't defcustom.
35913 All uses changed to append ispell-local-dictionary-alist,
35914 or check it first.
35915 (ispell-current-dictionary): New variable for dictionary in use.
35916 (ispell-dictionary): Now used only for global default.
35917 (ispell-start-process): Set ispell-current-dictionary,
35918 not ispell-dictionary.
35919 (ispell-change-dictionary): Use this only for setting
35920 user preferences.
35921 (ispell-internal-change-dictionary): New function
35922 to change the current dictionary in use.
35923 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
35924 Use ispell-current-dictionary.
35925 Handle ispell-local-dictionary-overridden.
35926 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
35927
35928 2005-01-31 Jay Belanger <belanger@truman.edu>
35929
35930 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
35931
35932 * calc/calc-ext.el: Add calc-latex-language to autoloads.
35933 (calc-mode-map): Add calc-latex-language.
35934
35935 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
35936 (math-latex-print-frac): New functions.
35937 (math-oper-table, math-function-table, math-variable-table)
35938 (math-complex-format, math-input-filter): Add latex properties.
35939 (calc-set-language): Set math-expr-special-function-mapping.
35940
35941 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
35942 (calc-write-parse-table-part): Add LaTeX support.
35943
35944 * calc/calc.el (calc-language): Adjust docstring.
35945 (calc-set-mode-line): Add LaTeX support.
35946 (math-expr-special-function-mapping): New variable.
35947 (math-tex-ignore-words): Add to list.
35948
35949 * calc/calccomp.el (math-compose-expr, math-compose-rows):
35950 Add LaTeX support.
35951 (math-compose-expr): Add support for special functions.
35952
35953 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
35954
35955 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
35956
35957 * progmodes/gdb-ui.el (gdb-memory-address)
35958 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
35959 (gdb-memory-mode-map, gdb-memory-format-keymap)
35960 (gdb-memory-format-menu, gdb-memory-unit-keymap)
35961 (gdb-memory-unit-menu): New variables for a buffer
35962 that lets the user examine program memory.
35963 (gdb-memory-set-address, gdb-memory-set-repeat-count)
35964 (gdb-memory-format-binary, gdb-memory-format-octal)
35965 (gdb-memory-format-unsigned, gdb-memory-format-signed)
35966 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
35967 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
35968 (gdb-memory-unit-word, gdb-memory-unit-halfword)
35969 (gdb-memory-unit-byte, gdb-memory-unit-menu)
35970 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
35971 (gdb-memory-mode, gdb-memory-buffer-name)
35972 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
35973 New functions for above buffer.
35974
35975 2005-01-30 Richard M. Stallman <rms@gnu.org>
35976
35977 * cus-edit.el (custom-bury-buffer): Function deleted.
35978 (custom-buffer-done-function): Option deleted.
35979 (custom-buffer-done-kill): New replacement option.
35980 (Custom-buffer-done): Call quit-window.
35981 (custom-buffer-create-internal): Update for above changes.
35982
35983 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
35984
35985 * simple.el (undo-ask-before-discard): New var.
35986 (undo-outer-limit-truncate): Implement it.
35987 (undo-extra-outer-limit): Doc update.
35988
35989 2005-01-29 Richard M. Stallman <rms@gnu.org>
35990
35991 * ses.el (undo-more): Delete defadvice.
35992 (ses-begin-change): Doc fix.
35993
35994 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
35995 instead of rebinding C-x u and C-_.
35996
35997 * files.el (normal-backup-enable-predicate): Return nil for files
35998 in /tmp, regardless of temporary-file-directory.
35999
36000 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
36001
36002 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
36003 (open-rectangle, delete-whitespace-rectangle-line)
36004 (clear-rectangle-line): If FILL, pass t instead of FILL
36005 for move-to-column's 2nd arg.
36006
36007 * simple.el (undo): Fix the test for continuing a series of undos.
36008 (undo-more): Set pending-undo-list to t when we reach end.
36009 (pending-undo-list): Move up defvar.
36010
36011 * wid-edit.el (widget-button-click):
36012 Shorten the range of the track-mouse binding.
36013
36014 * comint.el (comint-insert-input): Undo previous changes;
36015 use last-input-event in interactive spec.
36016
36017 2005-01-29 Eli Zaretskii <eliz@gnu.org>
36018
36019 * progmodes/compile.el (compilation-start): Bind buffer-read-only
36020 to nil before invoking call-process. Reset buffer's modified flag
36021 after fontifying it in the no-async branch.
36022
36023 * wid-edit.el (widget-specify-button): If mouse pointer shape
36024 cannot be changed, use mouse face instead.
36025
36026 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
36027
36028 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
36029 (gdb-goto-breakpoint): Make breakpoint handling work on template
36030 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
36031 (gdb-assembler-custom): Update to recognize breakpoint information
36032 added on 2005-01-19.
36033
36034 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
36035
36036 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
36037 (dsssl-mode): Use define-derived-mode.
36038 (scheme-mode-initialize): Remove.
36039 (scheme-mode): Use run-mode-hooks.
36040
36041 * cus-edit.el (customize-group-other-window)
36042 (custom-buffer-create-other-window): Don't override special-display-*.
36043 (custom-mode-map): Make it dense.
36044
36045 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
36046 sets the default value.
36047
36048 2005-01-28 Eli Zaretskii <eliz@gnu.org>
36049
36050 * descr-text.el: Add more keywords.
36051
36052 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
36053
36054 * speedbar.el: Avoid unnecessary use of locate-library.
36055
36056 * international/mule-cmds.el (standard-display-european-internal):
36057 Don't fiddle with latin-1 non-break space any more since it's now
36058 special cased in the C code.
36059 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
36060
36061 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
36062
36063 * cus-start.el (all): Add `undo-outer-limit'.
36064
36065 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
36066
36067 * textmodes/bibtex.el (bibtex-format-entry):
36068 Use `bibtex-empty-field-re' only on the text of fields, not on entire
36069 field lines.
36070 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
36071 not on part of a buffer.
36072
36073 2005-01-25 Lute Kamstra <lute@gnu.org>
36074
36075 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
36076 nonempty field text strings like "{letters\\macro{}more letters}".
36077 Clarify docstring.
36078 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
36079 (bibtex-entry-offset, bibtex-parse-association)
36080 (bibtex-parse-field-name): Fix typos in docstrings.
36081 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
36082
36083 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
36084 Juri Linkov <juri@jurta.org>
36085
36086 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
36087 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
36088 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
36089 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
36090
36091 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
36092 isearch minor mode.
36093
36094 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
36095
36096 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
36097
36098 2005-01-24 Lute Kamstra <lute@gnu.org>
36099
36100 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
36101 CASECHARS and NOT-CASECHARS regular expressions of the
36102 "nederlands" and "nederlands8" dictionaries to prevent a "Range
36103 striding over charsets" error.
36104
36105 2005-01-24 Jay Belanger <belanger@truman.edu>
36106
36107 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
36108 display variable name.
36109
36110 2005-01-24 Kenichi Handa <handa@m17n.org>
36111
36112 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
36113 Fix setting of the element of encoded-kbd-iso2022-invocations.
36114
36115 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
36116
36117 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
36118 (gdb-threads-select): Change to also accept mouse events.
36119 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
36120 (gdb-threads-mouse-select): Delete.
36121
36122 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
36123
36124 * files.el (insert-directory): Take care of empty directory,
36125 listed without -a switch.
36126
36127 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
36128
36129 * textmodes/refill.el (refill-post-command-function):
36130 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
36131 to the list of functions that we should be careful not to undo.
36132 (refill-late-fill-paragraph-function): Remove.
36133 (refill-saved-state): New var.
36134 (refill-mode): Use it to save fill-paragraph-function.
36135 Save also the value of auto-fill-function.
36136
36137 * term/w32-win.el: Simplify code.
36138
36139 2005-01-23 Kim F. Storm <storm@cua.dk>
36140
36141 * simple.el (line-move): Adapt to new return value from
36142 pos-visible-in-window-p.
36143
36144 * simple.el (line-move): Fix last change. Check partial
36145 visibility at point rather than at window-start.
36146
36147 2005-01-22 Jason Rumney <jasonr@gnu.org>
36148
36149 * term/w32-win.el (xw-defined-colors): Remove debug-message.
36150
36151 2005-01-22 David Kastrup <dak@gnu.org>
36152
36153 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
36154
36155 2005-01-22 Eli Zaretskii <eliz@gnu.org>
36156
36157 * type-break.el (type-break-mode): Add a test for
36158 type-break-file-name being non-nil.
36159
36160 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
36161
36162 * net/eudc.el (top level): Call (message "") via progn, so that
36163 eudc-options-file is loaded.
36164
36165 2005-01-22 Kim F. Storm <storm@cua.dk>
36166
36167 * simple.el (line-move-1): Rename from line-move.
36168 (line-move): New function that adjusts vscroll for partially
36169 visible rows, and calls line-move-1 otherwise.
36170
36171 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
36172
36173 * pcomplete.el: Define pcomplete-read-event instead of read-event,
36174 since it's not a complete read-event implementation.
36175
36176 2005-01-20 Jay Belanger <belanger@truman.edu>
36177
36178 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
36179 for called function.
36180
36181 2005-01-20 Steven Tamm <steventamm@mac.com>
36182
36183 * term/mac-win.el (process-connection-type): Remove.
36184 Controlled now by s/darwin.h:PTY_ITERATION.
36185
36186 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
36187
36188 * window.el (handle-select-window): Don't switch window when we're
36189 in the minibuffer.
36190
36191 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
36192
36193 * subr.el (dotimes-with-progress-reporter): New macro.
36194
36195 * ses.el (ses-dotimes-msg): Remove macro.
36196 Use `dotimes-with-progress-reporter' instead.
36197
36198 2005-01-19 Steven Tamm <steventamm@mac.com>
36199
36200 * term/mac-win.el (process-connection-type): Use new
36201 operating-system-release variable to use ptys on Darwin 7 (OS X
36202 10.3) when using carbon build.
36203
36204 2005-01-19 Jay Belanger <belanger@truman.edu>
36205
36206 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
36207 flags if the last command was a tab or M-tab.
36208
36209 * calc/calc-prog.el (calc-user-define-edit): Put original formula
36210 in formula editing buffer.
36211
36212 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
36213
36214 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
36215 breakpoint image symbol in margin.
36216
36217 2005-01-19 Jay Belanger <belanger@truman.edu>
36218
36219 * calc/calc-prog.el (calc-execute-kbd-macro):
36220 Ignore calc-keep-arg-flag.
36221
36222 2005-01-19 Kenichi Handa <handa@m17n.org>
36223
36224 * textmodes/ispell.el (ispell-looking-at): New function.
36225 (ispell-process-line): Use ispell-looking-at to compare the ispell
36226 output and the buffer contents.
36227
36228 2005-01-18 Jay Belanger <belanger@truman.edu>
36229
36230 * calc/calc.el (calc-display-raw): Fix docstring.
36231
36232 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
36233
36234 * simple.el (blink-matching-open): Strip extra info from syntax.
36235
36236 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
36237 funny chars in the end-of-here-doc marker.
36238
36239 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
36240
36241 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
36242 that enable/disabled state of breakpoints is shown correctly in
36243 fringe and on ttys.
36244 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
36245 Add breakpoint information as text properties.
36246 (gdb-mouse-toggle-breakpoint):
36247 Rename to gdb-mouse-set-clear-breakpoint.
36248 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
36249 breakpoints in the margin.
36250 (gdb-remove-strings): Simplify.
36251
36252 2005-01-17 Jay Belanger <belanger@truman.edu>
36253
36254 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
36255 erasing buffer.
36256
36257 2005-01-17 Richard M. Stallman <rms@gnu.org>
36258
36259 * progmodes/grep.el (grep-find): Copy from `grep' the condition
36260 for calling grep-compute-defaults.
36261
36262 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
36263 if buffer is empty.
36264
36265 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
36266
36267 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
36268
36269 * hilit-chg.el (highlight-changes-mode): Don't autoload.
36270
36271 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
36272 non-preloaded variables.
36273
36274 2005-01-17 Steven Tamm <steventamm@mac.com>
36275
36276 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
36277 tex-shell cause to force interactivity when using pipes.
36278
36279 2005-01-17 Kim F. Storm <storm@cua.dk>
36280
36281 * simple.el (just-one-space): Make arg optional.
36282
36283 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
36284
36285 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
36286 posn-at-x-y to t to access left-margin.
36287
36288 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
36289
36290 Sync with Tramp 2.0.47.
36291
36292 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
36293 catching keep-date problems in cp/scp operations.
36294 (tramp-handle-copy-file): Don't call `set-file-modes'
36295 unconditionally. Specialized functions should know better what is
36296 necessary. This improves performance a little bit, and the
36297 functions could catch errors with `cp -p' and `scp -p'.
36298 (tramp-do-copy-or-rename-file-via-buffer)
36299 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
36300 when appropriate.
36301 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
36302 Call `set-file-modes' when appropriate.
36303 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
36304 Johnsson <isak@hypergene.com>.
36305 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
36306 of both Tramp buffer and debug buffer. Reported by Joakim Verona
36307 <joakim@verona.se>.
36308 (tramp-file-name-for-operation): Mark `shell-command' as magic for
36309 Emacs only.
36310
36311 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
36312 `find-file-hooks' and `dired-mode-hook'.
36313 (tramp-minor-mode-map): Respective map. Add remapping for
36314 `compile' and `recompile'.
36315 (tramp-remap-command, tramp-recompile): New defuns.
36316 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
36317 in buffer "*Compilation*". Call the commands asynchronously.
36318
36319 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
36320 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
36321 `shell-command', because it isn't magic in XEmacs. Reported by
36322 Adrian Aichner <adrian@xemacs.org>.
36323
36324 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
36325 `substitute-in-file-name.
36326 (tramp-smb-handle-substitute-in-file-name): New defun.
36327 (tramp-smb-advice-PC-do-completion): Delete advice.
36328
36329 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
36330
36331 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
36332 Fix error in deleting region.
36333
36334 2005-01-15 Richard M. Stallman <rms@gnu.org>
36335
36336 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
36337 In non-temp buffer, switch syntax table temporarily.
36338
36339 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
36340
36341 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
36342
36343 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
36344
36345 * imenu.el (imenu--split-menu): Copy menulist before sorting.
36346 (imenu--generic-function): Use START, not BEG, as pos of definition.
36347
36348 * simple.el (just-one-space): Argument specifies number of spaces.
36349
36350 * simple.el (eval-expression-print-format): Avoid warning
36351 about edebug-active.
36352
36353 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
36354
36355 * progmodes/sh-script.el: Code copied from make-mode.el
36356 with small changes,
36357 (sh-mode-map): Bind C-c C-\.
36358 (sh-backslash-column, sh-backslash-align): New variables.
36359 (sh-backslash-region, sh-append-backslash): New functions.
36360
36361 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
36362
36363 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
36364 (rmail-pop-password, rmail-pop-password-required): Move to
36365 rmail-obsolete group.
36366 (rmail-set-pop-password): Rename to rmail-set-remote-password.
36367 All callers updated.
36368 (rmail-get-pop-password): Rename to rmail-get-remote-password.
36369 Take an argument specifying whether it is POP or IMAP mailbox we
36370 are using. All callers updated.
36371 (rmail-pop-password-error): Rename to
36372 rmail-remote-password-error. Added mailutils-specific error message.
36373 (rmail-movemail-search-path)
36374 (rmail-movemail-variant-in-use): New variables.
36375 (rmail-remote-password, rmail-remote-password-required):
36376 New customization variables.
36377 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
36378 (rmail-parse-url): New function.
36379 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
36380 with GNU mailutils movemail.
36381
36382 2005-01-15 Kevin Ryde <user42@zip.com.au>
36383
36384 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
36385 suffix to space, $ or '$, to correctly position point when going
36386 to @table style constants like DBL_MAX.
36387
36388 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
36389
36390 * type-break.el (type-break-mode, type-break-file-time)
36391 (type-break-file-keystroke-count, type-break-choose-file):
36392 Don't store data in or load data from the file if type-break-file-name
36393 is nil.
36394 (type-break-file-name): Doc update as per the above.
36395
36396 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
36397
36398 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
36399 lookup-key might return nil; handle that.
36400
36401 2005-01-15 Alan Mackenzie <acm@muc.de>
36402
36403 * progmodes/ebrowse.el (ebrowse-class-in-tree):
36404 Return the tail of the tree rather than the element found,
36405 thus enabling the tree to be setcar'd.
36406
36407 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36408
36409 * textmodes/org.el (org-show-following-heading): New option.
36410 (org-show-hierarchy-above): Use `org-show-following-heading'.
36411 (org-cycle): Documentation fix.
36412
36413 * textmodes/org.el (orgtbl-optimized): New option.
36414 (orgtbl-mode): New command, a minor mode.
36415 (orgtbl-mode-map): New variable.
36416 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
36417 (orgtbl-error, orgtbl-self-insert-command)
36418 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
36419
36420 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
36421 a local variable in each org-mode buffer.
36422
36423 * textmodes/org.el (org-set-regexps-and-options): Rename from
36424 `org-set-regexps'. Added checking for STARTUP keyword.
36425 (org-get-current-options): Add STARTUP options.
36426 (org-table-insert-row): Make mode intelligent about when
36427 realignment is needed.
36428 (org-self-insert-command, org-delete-backward-char, org-delete-char):
36429 New commands.
36430 (org-enable-table-editor): New default value `optimized'.
36431 (org-table-blank-field): Support blanking regions if active.
36432
36433 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36434
36435 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
36436 if the year is not given.
36437
36438 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
36439 Add new escapes %m and %M, fixed bug with %F by adding
36440 save-match-data.
36441 (reftex-reference): Remove ?. from list of spaces.
36442 (reftex-label-info): Add automatic label prefix recognition.
36443
36444 * textmodes/reftex-index.el (reftex-index-next-phrase):
36445 Add slave parameter to call of `reftex-index-this-phrase'.
36446 (reftex-index-this-phrase): New optional argument.
36447 (reftex-index-region-phrases): Add slave parameter to call of
36448 `reftex-index-this-phrase'.
36449 (reftex-display-index): New argument redo.
36450 (reftex-index-rescan): Add `redo' to arguments of
36451 `reftex-display-index'.
36452 (reftex-index-Rescan, reftex-index-revert)
36453 (reftex-index-switch-index-tag): Add `redo' to arguments of
36454 `reftex-display-index'.
36455 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
36456 indexing. Fix bug with matching is there is a quote before or
36457 after the word.
36458
36459 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
36460 Fix bug when collecting citation keys in lines with comments.
36461 (reftex-citation): Prefix argument no longer rescans the document,
36462 but forces prompting for optional arguments of cite macros.
36463 (reftex-do-citation): Prompting for optional arguments implemented.
36464
36465 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
36466 Add optional arguments to most cite commands.
36467 (reftex-cite-cleanup-optional-args): New option
36468 (reftex-cite-prompt-optional-args): New option.
36469 (reftex-trust-label-prefix): New option.
36470
36471 * textmodes/reftex-toc.el (reftex-toc-find-section):
36472 Add push-mark before changing the position in the buffer.
36473
36474 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
36475 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
36476
36477 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
36478
36479 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
36480 more carefully.
36481
36482 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
36483
36484 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
36485 (sgml-mode): Use it.
36486 (sgml-get-context): Better keep track of implicitly closed tags.
36487
36488 2005-01-13 Kenichi Handa <handa@m17n.org>
36489
36490 * textmodes/ispell.el: These changes are to fix misalignment error
36491 caused by equivalent characters of different Emacs charsets.
36492 (ispell-unified-chars-table): New variable.
36493 (ispell-get-decoded-string): New function.
36494 (ispell-get-casechars, ispell-get-not-casechars)
36495 (ispell-get-otherchars): Call ispell-get-decoded-string.
36496
36497 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
36498
36499 * custom.el (custom-declare-variable): Just put symbol instead
36500 of (defvar . symbol) in `current-load-list'.
36501
36502 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
36503
36504 * emacs-lisp/elint.el: Fixed typo in Commentary section.
36505
36506 2005-01-12 Jay Belanger <belanger@truman.edu>
36507
36508 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
36509 to create a Calc summary.
36510
36511 2005-01-12 Kim F. Storm <storm@cua.dk>
36512
36513 * mouse.el (mouse-on-link-p): Change functionality and doc
36514 string to comply with latest description in lisp ref.
36515
36516 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
36517
36518 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
36519 Enable mouse clicks on mode-line, header-line and margin.
36520 (event-type): Give mouse event symbols an `event-kind' property
36521 with value `mouse-click'.
36522
36523 2005-01-12 Juri Linkov <juri@jurta.org>
36524
36525 * facemenu.el (list-colors-display): Add new arg buffer-name.
36526 Use it. Fix docstring. Replace code for identifying duplicate
36527 colors by the name with call to `list-colors-duplicates' which
36528 identifies duplicate colors by the value unless the color
36529 is one of special Windows colors. Set truncate-lines to t.
36530 Print sorted duplicate color names on each line. Indent to 22
36531 \(the longest color name in rgb.txt) instead of 20. Optimize.
36532 (list-colors-duplicates): New function.
36533 (facemenu-color-name-equal): Delete function.
36534
36535 * facemenu.el (list-colors-print): New function created from code
36536 in list-colors-display. Print #RRGGBB at the window right edge.
36537 (list-colors-display): When temp-buffer-show-function is not
36538 defined, call list-colors-print from temp-buffer-show-hook
36539 to get the right value of window-width in list-colors-print
36540 after the buffer is displayed.
36541
36542 * simple.el (pop-mark): Move deactivate-mark out of conditional
36543 part to deactivate the active mark regardless of the state of the
36544 mark ring.
36545
36546 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
36547 variables line in desktop files.
36548
36549 2005-01-12 Juri Linkov <juri@jurta.org>
36550
36551 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
36552 Bring together isearch highlight related options.
36553 (lazy-highlight): Replace group `replace' by `matching'.
36554 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36555 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36556 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
36557 and declare them obsolete.
36558 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
36559 (isearch-faces): Remove defgroup.
36560 (isearch-overlay, isearch-highlight, isearch-dehighlight):
36561 Move isearch highlighting code closer to lazy highlighting code.
36562
36563 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
36564 (query-replace-highlight, query-replace-lazy-highlight)
36565 (query-replace): Move definitions to the beginning of the file.
36566
36567 2005-01-11 Juri Linkov <juri@jurta.org>
36568
36569 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
36570 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
36571 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
36572
36573 * info.el (Info-history-forward): New variable.
36574 (Info-select-node): Reset Info-history-forward to nil.
36575 (Info-last): Turn into defalias.
36576 (Info-history-back): Rename from Info-last.
36577 Add current node to Info-history-forward.
36578 (Info-history-forward): New fun.
36579 (Info-mode-map): Replace Info-last by Info-history-back.
36580 Bind Info-history-forward to "r".
36581 (Info-mode-menu): Replace Info-last by Info-history-back.
36582 Fix menu item text. Add menu item for Info-history-forward.
36583 (info-tool-bar-map): Replace Info-last by Info-history-back.
36584 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
36585 for Info-history-forward.
36586 (Info-mode): Replace Info-last by Info-history-back in docstring.
36587 Add local variable Info-history-forward.
36588 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
36589
36590 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
36591
36592 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
36593 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
36594 Ignore select-window events rather than fiddle with
36595 mouse-autoselect-window.
36596
36597 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
36598
36599 * type-break.el (type-break-mode): Fix previous change.
36600
36601 2005-01-10 Jay Belanger <belanger@truman.edu>
36602
36603 * calc/calc-ext.el (calc-reset): Reset when inside embedded
36604 calculator; only reset when point is inside a calculator.
36605 Don't adjust the window height if the window takes up the whole height
36606 of the frame.
36607
36608 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
36609
36610 * ebuff-menu.el (Electric-buffer-menu-mode):
36611 Preserve value of buffer-local var header-line-format.
36612
36613 2005-01-09 Jay Belanger <belanger@truman.edu>
36614
36615 * calc/calc.el (calc-mode-var-list-restore-saved-values):
36616 Make sure settings file exists before accessing it.
36617
36618 * calc/calc-embed.el (calc-embedded-subst):
36619 Replace math-multi-subst-rec, which is only supposed to be called
36620 by math-multi-subst, by math-multi-subst.
36621
36622 2005-01-09 Andre Spiegel <spiegel@gnu.org>
36623
36624 * vc.el (vc-allow-async-revert): New user option.
36625 (vc-disable-async-diff): New internal variable.
36626 (vc-revert-buffer): Use them to disable asynchronous diff.
36627
36628 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
36629 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
36630 asynchronously if vc-disable-async-diff is t.
36631
36632 2005-01-09 Jay Belanger <belanger@truman.edu>
36633
36634 * calc/calc.el (defcalcmodevar): New macro.
36635 (calc-mode-var-list-restore-default-values)
36636 (calc-mode-var-list-restore-saved-values): New functions.
36637 (calc-mode-var-list): Use defcalcmodevar to define it.
36638 (calc-always-load-extensions, calc-line-numbering)
36639 (calc-line-breaking, calc-display-just, calc-display-origin)
36640 (calc-number-radix, calc-leading-zeros, calc-group-digits)
36641 (calc-group-char, calc-point-char, calc-frac-format)
36642 (calc-prefer-frac, calc-hms-format, calc-date-format)
36643 (calc-float-format, calc-full-float-format, calc-complex-format)
36644 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
36645 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
36646 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
36647 (calc-matrix-brackets, calc-language, calc-language-option)
36648 (calc-left-label, calc-right-label, calc-word-size)
36649 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
36650 (calc-display-raw, calc-internal-prec, calc-angle-mode)
36651 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
36652 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
36653 (calc-window-height, calc-display-trail, calc-show-selections)
36654 (calc-use-selections, calc-assoc-selections)
36655 (calc-display-working-message, calc-auto-why, calc-timing)
36656 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
36657 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
36658 (calc-gnuplot-default-device, calc-gnuplot-default-output)
36659 (calc-gnuplot-print-device, calc-gnuplot-print-output)
36660 (calc-gnuplot-geometry, calc-graph-default-resolution)
36661 (calc-graph-default-resolution-3d, calc-invocation-macro)
36662 (calc-show-banner): Use defcalcmodevar to declare them and set
36663 their default values.
36664
36665 * calc/calc-ext.el (calc-reset): Restore saved values of variables
36666 instead of default values (but restore default values if there is
36667 an argument of 0).
36668
36669 2005-01-09 David Kastrup <dak@gnu.org>
36670
36671 * desktop.el (desktop-restore-eager): Fix typo in type.
36672
36673 2005-01-08 Richard M. Stallman <rms@gnu.org>
36674
36675 * cus-edit.el (customize): Delete :link.
36676
36677 2005-01-08 Jay Belanger <belanger@truman.edu>
36678
36679 * calc/calc.el (calc-mode): Remove the extension from the
36680 `calc-settings-file' file name when loading it.
36681
36682 2005-01-08 Kim F. Storm <storm@cua.dk>
36683
36684 * info.el (Info-mode-map, Info-next-link-keymap)
36685 (Info-prev-link-keymap, Info-up-link-keymap):
36686 Map follow-link to mouse-face.
36687 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
36688
36689 2005-01-08 Jay Belanger <belanger@truman.edu>
36690
36691 * calc/calc.el (calc-settings-file): Change default value.
36692 Suggested by cgw in a comment in calc-mode.el.
36693
36694 * calc/calc-mode.el (calc-settings-file-name):
36695 Compare calc-settings-file to user-init-file instead of ~/.emacs.
36696 Replace ~/.emacs in a prompt by calc-settings-file.
36697
36698 2005-01-07 Lars Hansen <larsh@math.ku.dk>
36699
36700 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
36701 (desktop-lazy-idle-delay): New customizable variables.
36702 (desktop-buffer-args-list): New variable.
36703 (desktop-append-buffer-args): New function.
36704 (desktop-save): Call desktop-append-buffer-args for some buffers.
36705 (desktop-lazy-create-buffer): New function.
36706 (desktop-idle-create-buffers): New function.
36707 (desktop-read): Add message about buffers to restore lazily.
36708 (desktop-lazy-abort): New command.
36709 (desktop-clear): Call desktop-lazy-abort.
36710 (desktop-lazy-complete): New command.
36711
36712 2005-01-06 Richard M. Stallman <rms@gnu.org>
36713
36714 * emacs-lisp/find-func.el (find-face-definition):
36715 Rename from find-face.
36716
36717 2005-01-06 Kim F. Storm <storm@cua.dk>
36718
36719 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
36720
36721 * man.el (Man-xref-man-page, Man-xref-header-file)
36722 (Man-xref-normal-file): Add follow-link property.
36723
36724 2005-01-06 Jay Belanger <belanger@truman.edu>
36725
36726 * calc/calc-units.el: Make sure the proper macro definitions are
36727 available when compiling.
36728
36729 2005-01-06 Juri Linkov <juri@jurta.org>
36730
36731 * isearch.el (isearch-lazy-highlight-update):
36732 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
36733
36734 2005-01-06 Miles Bader <miles@gnu.org>
36735
36736 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
36737 (isearch-lazy-highlight-face): Use new name.
36738
36739 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
36740
36741 * uniquify.el (uniquify-rationalize-file-buffer-names):
36742 Re-add an interactive spec.
36743 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
36744 to the same name.
36745
36746 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
36747 (isearch-update, isearch-done): Adjust calls accordingly.
36748
36749 2005-01-05 Richard M. Stallman <rms@gnu.org>
36750
36751 * custom.el (custom-set-variables, custom-theme-set-variables):
36752 Clarify documentation.
36753
36754 * emacs-lisp/find-func.el (find-variable)
36755 (find-variable-other-window, find-variable-other-frame):
36756 Fix the TYPE args to find-function-read and find-function-do-it.
36757 (find-function): Doc fix.
36758 (find-function-at-point): Replace function-at-point alias.
36759
36760 2005-01-04 Richard M. Stallman <rms@gnu.org>
36761
36762 * cus-face.el (custom-declare-face):
36763 Record defface in current-load-list.
36764
36765 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
36766
36767 * emacs-lisp/find-func.el: Doc fixes.
36768 (find-face-regexp): New variable.
36769 (find-function-regexp-alist): New variable.
36770 (find-function-C-source): Third arg is now TYPE.
36771 (find-function-search-for-symbol): Handle general TYPE.
36772 (find-function-read, find-function-do-it): Handle general TYPE.
36773 (find-definition-noselect, find-face): New functions.
36774 (function-at-point): Alias deleted.
36775
36776 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
36777
36778 * battery.el (display-battery-mode): Rename from display-battery.
36779 Handle the case where it gets turned off.
36780
36781 2005-01-04 Richard M. Stallman <rms@gnu.org>
36782
36783 * cus-edit.el (customize): Make :link point to user doc.
36784
36785 * man.el (Man-fontify-manpage): Turn off undo generation.
36786
36787 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
36788
36789 2005-01-04 Andreas Schwab <schwab@suse.de>
36790
36791 * files.el (insert-directory): Only look for error lines in
36792 inserted text. Don't move too far after processing --dired markers.
36793
36794 2005-01-04 Richard M. Stallman <rms@gnu.org>
36795
36796 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
36797 Don't expand if the character is @, period, dash, etc.
36798 (define-mail-abbrev): Quote names that contain problem characters.
36799
36800 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
36801
36802 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
36803
36804 2005-01-03 Richard M. Stallman <rms@gnu.org>
36805
36806 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
36807 (query-replace-highlight, query-replace-lazy-highlight)
36808 (query-replace): Definitions moved up. Doc fix.
36809
36810 2005-01-03 Richard M. Stallman <rms@gnu.org>
36811
36812 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
36813 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36814 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36815 (lazy-highlight-face): Rename from isearch-lazy-...
36816 Change all references to them.
36817
36818 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
36819
36820 * cus-edit.el (custom-file): Doc fix for defcustom.
36821 (custom-file): The function no longer sets the variable
36822 `custom-file' to its return value.
36823
36824 * startup.el (command-line): No longer load `custom-file'.
36825
36826 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
36827
36828 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
36829
36830 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
36831 Don't confuse module-prefixed identifiers for labels.
36832 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
36833
36834 2005-01-02 Richard M. Stallman <rms@gnu.org>
36835
36836 * files.el (basic-save-buffer-1): Fix previous change.
36837
36838 * loadhist.el (file-loadhist-lookup): New function.
36839 (file-provides, file-requires): Use it.
36840
36841 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
36842 instead of calculating the right size.
36843
36844 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
36845
36846 * vc-svn.el (vc-svn-diff): Stay local if possible.
36847
36848 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
36849
36850 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
36851
36852 * files.el (hack-local-variables): Fix last change.
36853
36854 2005-01-02 Jay Belanger <belanger@truman.edu>
36855
36856 * calc/calc-yank.el (calc-edit-top): New variable.
36857 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
36858 object. Change header properties.
36859 (calc-edit-finish, calc-edit-finish-stack-object)
36860 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
36861 edited object.
36862 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
36863 for the beginning of the edited object.
36864 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
36865 for the beginning of the edited object.
36866 * calc/calc-prog.el (calc-edit-macro-finish-edit)
36867 (calc-finish-formula-edit, calc-macro-repeats)
36868 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
36869 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
36870 beginning of the edited object.
36871 (calc-user-define-edit): Change the header for editing macros.
36872 Remove unnecessary variable.
36873
36874 2005-01-01 Jay Belanger <belanger@truman.edu>
36875
36876 * calc/calc-yank.el (calc-edit-mode): Change default header.
36877 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
36878 * calc/calc-store.el (calc-edit-variable): Change title to match new
36879 header.
36880 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
36881 mode to match new header.
36882 (calc-user-define-edit): Change titles to include names of commands.
36883 (calc-finish-formula-edit): Adjust to handle new header.
36884 (calc-finish-macro-edit): Remove.
36885 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
36886 (calc-edit-macro-command, calc-edit-macro-command-type)
36887 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
36888 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
36889 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
36890 (calc-edit-macro-finish-edit): New functions.
36891 (calc-user-define-edit): Use new functions to edit named calc macros.
36892
36893 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
36894
36895 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
36896
36897 * ses.el (copy-region-as-kill): Deactivate mark.
36898
36899 2005-01-01 Richard M. Stallman <rms@gnu.org>
36900
36901 * replace.el (occur-1): If the output buffer is also an input,
36902 don't kill it, rename it.
36903
36904 * faces.el (set-face-background, set-face-foreground): Doc fix.
36905
36906 * cus-face.el (custom-face-attributes): Fix :help-echo strings
36907 for :foreground and :background.
36908
36909 * dired.el (dired-view-command-alist): Variable deleted.
36910 (dired-view-file, dired-mouse-find-file-other-window):
36911 Delete the code to use it.
36912
36913 2005-01-01 Kim F. Storm <storm@cua.dk>
36914
36915 * image.el (insert-sliced-image): Use t for line-height property.
36916
36917 See ChangeLog.11 for earlier changes.
36918
36919 ;; Local Variables:
36920 ;; coding: iso-2022-7bit
36921 ;; add-log-time-zone-rule: t
36922 ;; End:
36923
36924 Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
36925
36926 This file is part of GNU Emacs.
36927
36928 GNU Emacs is free software; you can redistribute it and/or modify
36929 it under the terms of the GNU General Public License as published by
36930 the Free Software Foundation; either version 3, or (at your option)
36931 any later version.
36932
36933 GNU Emacs is distributed in the hope that it will be useful,
36934 but WITHOUT ANY WARRANTY; without even the implied warranty of
36935 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
36936 GNU General Public License for more details.
36937
36938 You should have received a copy of the GNU General Public License
36939 along with GNU Emacs; see the file COPYING. If not, write to the
36940 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
36941 Boston, MA 02110-1301, USA.
36942
36943 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1