]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(tags-query-replace): Doc fix.
[gnu-emacs] / lisp / ChangeLog
1 2008-01-26 Eli Zaretskii <eliz@gnu.org>
2
3 * progmodes/etags.el (tags-query-replace): Doc fix.
4
5 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
6
7 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
8 that the filename end is found even when the filename is empty.
9 Fixes error and spurious newlines when marking files for deletion.
10
11 2008-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12
13 * blank-mode.el: New version 9.1. Handle "long" line tail
14 visualization. Doc fix.
15 (blank-line-length): Renamed to blank-line-column.
16 (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
17 Initialization fix.
18 (blank-replace-spaces-by-tabs): New fun.
19 (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
20
21 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
22
23 * allout.el (allout-unload-function): New function.
24
25 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26
27 * blank-mode.el: New version 9.0. New commands to clean up some blank
28 problems like trailing blanks. New faces and regexp for visualizing
29 the blank problems. Doc fix.
30 (blank-chars, blank-global-modes, blank-chars-value-list)
31 (blank-toggle-option-alist, blank-help-text): Initialization fix.
32 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
33 (blank-indentation, blank-empty, blank-space-after-tab)
34 (blank-indentation-regexp, blank-empty-at-bob-regexp)
35 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
36 (blank-cleanup, blank-cleanup-region): New commands.
37 (blank-color-on): Code fix.
38
39 2008-01-25 Sven Joachim <svenjoac@gmx.de>
40
41 * view.el (kill-buffer-if-not-modified): Don't pass t to
42 buffer-modified-p.
43
44 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
45
46 * allout.el (allout-prefix-data): Doc fix.
47 (allout-show-current-subtree): Reflow docstring.
48 (allout-use-mode-specific-leader, allout-use-hanging-indents)
49 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
50 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
51 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
52 (allout-copy-topic-as-kill, allout-listify-exposed)
53 (allout-process-exposed, allout-encrypted-key-info)
54 (allout-update-passphrase-mnemonic-aids)
55 (allout-next-topic-pending-encryption)
56 (allout-tests-globally-true): Fix typos in docstrings.
57
58 2008-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
59
60 * vc.el (vc-version-diff): Make sure we shrink the right window.
61
62 2008-01-23 Jason Rumney <jasonr@gnu.org>
63
64 * lpr.el (printer-name): Do not set on MS Windows.
65
66 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
67
68 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
69 blank-mode in some buffers (like *info* buffers). Reported by Juanma
70 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
71 blank-mode faces. Doc fix. New version 8.1.
72 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
73 CONDITION BODY).
74 (blank-space-face): Face/option name replaced by blank-space.
75 (blank-hspace-face): Face/option name replaced by blank-hspace.
76 (blank-tab-face): Face/option name replaced by blank-tab.
77 (blank-newline-face): Face/option name replaced by blank-newline.
78 (blank-trailing-face): Face/option name replaced by blank-trailing.
79 (blank-line-face): Face/option name replaced by blank-line.
80 (blank-space-before-tab-face): Face/option name replaced by
81 blank-space-before-tab.
82 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
83
84 2008-01-20 Glenn Morris <rgm@gnu.org>
85
86 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
87 prevent infloops.
88
89 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
90
91 * progmodes/python.el (python-imports): Default to "None".
92
93 2008-01-19 Dan Nicolaescu <dann@ics.uci.edu>
94
95 * progmodes/sh-script.el (sh-basic-offset):
96 * progmodes/cc-vars.el (c-syntactic-indentation)
97 (c-syntactic-indentation-in-macros): Mark as safe.
98
99 2008-01-19 Juanma Barranquero <lekktu@gmail.com>
100
101 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
102 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
103 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
104 (global-blank-mode): Doc fixes.
105 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
106 (blank-newline-face, blank-trailing-face, blank-line-face)
107 (blank-space-before-tab-face, blank-display-mappings)
108 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
109 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
110 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
111 Fix typos in docstrings.
112
113 2008-01-18 Richard Stallman <rms@gnu.org>
114
115 * icomplete.el (icomplete-get-keys):
116 Look up KEYS using all maps in proper buffer.
117
118 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
119 Miles Bader <miles@gnu.org>
120
121 * blank-mode.el: New file. Minor mode to visualise TAB,
122 (HARD) SPACE, NEWLINE. Miles Bader <miles@gnu.org> wrote the original
123 code for handling display table (via visws.el package), his code was
124 modified, but the main idea was kept.
125
126 2008-01-16 Alan Mackenzie <acm@muc.de>
127
128 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
129 an eval-and-compile, so as to permit byte-compiling (e.g. in
130 bootstrap).
131
132 2008-01-16 Juanma Barranquero <lekktu@gmail.com>
133
134 * frame.el (display-mm-height, display-mm-width):
135 * whitespace.el (whitespace-check-leading-whitespace)
136 (whitespace-check-trailing-whitespace)
137 (whitespace-check-spacetab-whitespace)
138 (whitespace-check-indent-whitespace)
139 (whitespace-check-ateol-whitespace):
140 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
141
142 2008-01-16 Glenn Morris <rgm@gnu.org>
143
144 * comint.el (comint-regexp-arg): Fix no-input case.
145
146 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
147
148 * calendar/icalendar.el (icalendar-export-file)
149 (icalendar-import-file): Restore significant trailing whitespace
150 in `interactive' prompts.
151
152 2008-01-15 Dan Nicolaescu <dann@ics.uci.edu>
153
154 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
155 after-save-hook so that it is not called multiple times.
156
157 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
158
159 2008-01-15 Glenn Morris <rgm@gnu.org>
160
161 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
162
163 2008-01-14 Alan Mackenzie <acm@muc.de>
164
165 * progmodes/cc-vars.el (c-constant-symbol): New function which
166 supersedes c-const-symbol. During a customize-.. call it enables
167 an element of (e.g.) c-hanging-braces alist to have its name
168 displayed, even when the default value of c-h-b etc. doesn't
169 include the elemnt. Replace uses of the old function by the new.
170
171 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
172 obscure non-working fragment ":value c-".
173
174 * progmodes/cc-engine.el (c-guess-basic-syntax): prevent a macro
175 call inside a struct being recognised as a K&R argument.
176
177 2008-01-14 Jason Rumney <jasonr@gnu.org>
178
179 * image.el (image-type): Use image-type-from-file-name (from trunk
180 2007-05-21 Chong Yidong <cyd@stupidchicken.com>).
181
182 2008-01-12 Glenn Morris <rgm@gnu.org>
183
184 * woman.el (woman-parse-numeric-arg): Change handling of `==':
185 can be interned without a function definition.
186
187 2008-01-12 Eli Zaretskii <eliz@gnu.org>
188
189 * view.el (view-file-other-window, view-file-other-frame): Don't
190 kill the buffer if it is modified. Doc fixes.
191 (kill-buffer-if-not-modified): New function.
192 (view-file): Don't kill the buffer if it is modified.
193
194 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete
195 function.
196 (ebrowse-view/find-file-and-search-pattern): Call
197 view-file-other-window instead of ebrowse-view-file-other-window.
198 (ebrowse-view-file-other-frame): Don't call
199 current-window-configuration. Fix second argument in the call to
200 view-mode-enter. Doc fix.
201
202 2008-01-11 Richard Stallman <rms@gnu.org>
203
204 * subr.el (atomic-change-group): Prevent undo list truncation.
205
206 2008-01-11 Martin Rudalics <rudalics@gmx.at>
207
208 * cus-start.el (all): Add missing version entries.
209
210 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
211
212 * files.el (safe-local-eval-forms): Mark
213 (add-hook 'write-file-hooks 'time-stamp) as safe.
214
215 2008-01-10 Nick Roberts <nickrob@snap.net.nz>
216
217 * comint.el (comint-insert-input): Set point first.
218
219 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
220 session doesn't hang because gdb-pending-triggers is non-nil.
221 (gdb-frame-handler): Use buffer-file-name instead of
222 buffer-name in case of duplicate file names.
223
224 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
225
226 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
227 C-M-e and C-M-h for emacs, they work by default.
228 (verilog-emacs-features): Remove.
229 (verilog-setup-dual-comments, verilog-populate-syntax-table):
230 Remove. Move syntax table initialization ...
231 (verilog-mode-syntax-table): ... here.
232 (verilog-mode): Don't initialize the syntax table here.
233 (verilog-mark-defun): Only do something useful for XEmacs, emacs
234 does not need it.
235
236 2008-01-10 Glenn Morris <rgm@gnu.org>
237
238 * shell.el (shell-dirtrack-verbose, shell-mode)
239 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
240 (dirtrack-toggle, dirtrack-mode): No longer alias to
241 shell-dirtrack-mode.
242
243 2008-01-10 Kenichi Handa <handa@ni.aist.go.jp>
244
245 * international/mule-cmds.el (select-safe-coding-system):
246 When a buffer is modified, cancel the writing.
247
248 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
249
250 * progmodes/verilog-mode.el (verilog-booleanp): New function for
251 backward compatibility. Replace all uses of booleanp with
252 verilog-booleanp.
253
254 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
255
256 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
257
258 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
259
260 * progmodes/verilog-mode.el (top-level): Fix spacing.
261 (verilog-mode-version, verilog-mode-release-date): Update version
262 number.
263 (verilog-mode-release-emacs): New variable.
264 (compile-command, reporter-prompt-for-summary-p): Define for byte
265 compiler.
266 (verilog-startup-message-lines)
267 (verilog-startup-message-displayed)
268 (verilog-display-startup-message): Remove.
269 (verilog-highlight-p1800-keywords): Improve docstring.
270 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
271 (vector-skip-list): Only defvar at compile time.
272 (verilog-highlight-translate-off, verilog-indent-level)
273 (verilog-indent-level-module, verilog-indent-level-declaration)
274 (verilog-indent-declaration-macros, verilog-indent-lists)
275 (verilog-indent-level-behavioral)
276 (verilog-indent-level-directive, verilog-cexp-indent)
277 (verilog-case-indent, verilog-auto-newline)
278 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
279 (verilog-tab-to-comment, verilog-indent-begin-after-if)
280 (verilog-align-ifelse, verilog-minimum-comment-distance)
281 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
282 (verilog-auto-endcomments, verilog-auto-read-includes)
283 (verilog-auto-star-expand, verilog-auto-star-save)
284 (verilog-library-flags, verilog-library-directories)
285 (verilog-library-files, verilog-library-extensions)
286 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
287 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
288 (verilog-assignment-delay, verilog-auto-inst-vector)
289 (verilog-auto-inst-template-numbers)
290 (verilog-auto-input-ignore-regexp)
291 (verilog-auto-inout-ignore-regexp)
292 (verilog-auto-output-ignore-regexp)
293 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp): Add
294 safe-local-variable properties.
295 (verilog-statement-menu, verilog-company)
296 (verilog-re-search-forward, verilog-re-search-backward)
297 (verilog-error-regexp-add, verilog-end-block-re)
298 (verilog-emacs-features, verilog-populate-syntax-table)
299 (verilog-setup-dual-comments, verilog-type-font-keywords)
300 (verilog-inside-comment-p, electric-verilog-backward-sexp)
301 (verilog-backward-sexp, verilog-forward-sexp)
302 (verilog-font-lock-init, verilog-mode)
303 (electric-verilog-terminate-line, electric-verilog-semi)
304 (electric-verilog-tab, verilog-insert-1, )
305 (verilog-insert-indices, verilog-generate-numbers)
306 (verilog-comment-region, verilog-label-be)
307 (verilog-beg-of-statement, verilog-in-case-region-p)
308 (verilog-in-struct-region-p, verilog-in-generate-region-p)
309 (verilog-in-fork-region-p, verilog-backward-case-item)
310 (verilog-set-auto-endcomments, verilog-get-expr)
311 (verilog-expand-vector-internal, verilog-surelint-off)
312 (verilog-batch-execute-func, verilog-calculate-indent)
313 (verilog-calc-1, verilog-calculate-indent-directive)
314 (verilog-leap-to-head, verilog-continued-line)
315 (verilog-backward-token, verilog-backward-syntactic-ws)
316 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
317 (verilog-forward-ws&directives, verilog-at-constraint-p)
318 (verilog-skip-backward-comments, verilog-indent-line-relative)
319 (verilog-do-indent, verilog-indent-comment)
320 (verilog-more-comment, verilog-pretty-declarations)
321 (verilog-pretty-expr, verilog-just-one-space)
322 (verilog-indent-declaration, verilog-get-completion-decl)
323 (verilog-goto-defun, verilog-showscopes, verilog-header)
324 (verilog-signals-combine-bus, verilog-read-decls)
325 (verilog-read-always-signals-recurse, verilog-read-instants)
326 (verilog-read-auto-template, verilog-set-define)
327 (verilog-read-defines, verilog-read-signals, verilog-getopt)
328 (verilog-is-number, verilog-expand-dirnames)
329 (verilog-modi-lookup, verilog-modi-cache-results)
330 (verilog-insert-one-definition, verilog-make-width-expression)
331 (verilog-delete-autos-lined, verilog-auto-save-check)
332 (verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst)
333 (verilog-auto-inst-param, verilog-auto-reg)
334 (verilog-auto-reg-input, verilog-auto-wire, )
335 (verilog-auto-output, verilog-auto-output-every)
336 (verilog-auto-input, verilog-auto-inout)
337 (verilog-auto-inout-module, verilog-auto-sense)
338 (verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused)
339 (verilog-auto-ascii-enum, verilog-auto)
340 (verilog-sk-define-signal, verilog-mode-mouse-map)
341 (verilog-load-file-at-mouse, verilog-load-file-at-point)
342 (verilog-library-files): Cleanup spacing of )'s they should not be
343 on unique lines. Fix checkdoc warnings.
344
345 2008-01-09 Glenn Morris <rgm@gnu.org>
346
347 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
348 entry, for Windows.
349
350 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
351
352 * ps-print.el: Some face attributes (like :strike-through) was not
353 being recognised. Reported by Leo <sdl.web@gmail.com>.
354 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
355 (ps-screen-to-bit-face): Fix code.
356
357 2008-01-08 Kevin Ryde <user42@zip.com.au>
358
359 * progmodes/compile.el (compilation-error-regexp-alist-alist):
360 For perl, allow "during global destruction" at end.
361
362 2008-01-08 Glenn Morris <rgm@gnu.org>
363
364 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
365 unified format.
366
367 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
368
369 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
370
371 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
372 quotes in case of spaces, e.g. STL containers (not pretty).
373
374 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
375
376 * vc-hg.el (vc-hg-log-view-mode): Handle the user field better.
377
378 2008-01-07 Nick Roberts <nickrob@snap.net.nz>
379
380 * progmodes/gdb-ui.el (gud-gdb-command-name): Explain
381 "--annotate=3" option is necessary for the Graphical Interface.
382
383 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
384
385 * vc-hg.el (vc-hg-dir-state): Pass the dir argument to
386 vc-hg-command.
387
388 2008-01-07 Glenn Morris <rgm@gnu.org>
389
390 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
391
392 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
393
394 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
395 on menu bar.
396
397 2008-01-06 Michael Albinus <michael.albinus@gmx.de>
398
399 * ffap.el (ffap-read-file-or-url): Let-bind
400 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
401
402 2008-01-05 Sven Joachim <svenjoac@gmx.de>
403
404 * vc-bzr.el: Fix typo in header.
405
406 2008-01-05 Eli Zaretskii <eliz@gnu.org>
407
408 * Makefile.in (custom-deps, finder-data): Depend on autoloads
409 instead of loaddefs.el.
410
411 2008-01-05 Glenn Morris <rgm@gnu.org>
412
413 * progmodes/verilog-mode.el: Replace all instances of
414 string-to-int with string-to-number, insert-string with insert,
415 and read-input with read-string.
416 (top-level): No need to require imenu, reporter, dinotrace, vc,
417 font-lock when compiling. Always require compile. Relegate remaining
418 compatibility cruft to XEmacs. Don't require font-lock.
419 (verilog-version): Remove superfluous concat.
420 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
421 No need to define.
422 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
423 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
424 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
425 (verilog-startup-message-displayed): These are variables, not constants.
426 (verilog-batch-execute-func, verilog-auto-inst)
427 (verilog-auto-inst-param): Use mapc rather than mapcar.
428 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
429 actually defining.
430 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
431 (verilog-modi-get-outputs, verilog-modi-get-inouts)
432 (verilog-modi-get-inputs, verilog-modi-get-wires)
433 (verilog-modi-get-regs, verilog-modi-get-assigns)
434 (verilog-modi-get-consts, verilog-modi-get-gparams)
435 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
436 (verilog-modi-get-sub-inputs): Move inline functions earlier in
437 the file.
438 (sigs-in, sigs-out): Don't declare multiple times.
439 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
440 `defvar'.
441 (verilog-auto): Call dinotrace-unannotate-all only if bound.
442 (verilog-module-inside-filename-p): No need to wrap fboundp test
443 in condition-case.
444 (reporter-submit-bug-report): Autoload it.
445 (verilog-mark-defun): Call zmacs-activate-region only if bound.
446 (verilog-font-customize): Call customize-apropos only if bound.
447 (verilog-getopt-flags, verilog-auto-reeval-locals):
448 Use make-local-variable rather than make-variable-buffer-local.
449 (verilog-company, verilog-project, verilog-modi-cache-list):
450 Move make-variable-buffer-local calls to top-level.
451 (font-lock-defaults-alist): Don't define it.
452 (verilog-need-fld): Remove.
453 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
454 (verilog-mode): Only call make-local-hook on XEmacs.
455 Set font-lock-defaults rather than using verilog-font-lock-init.
456
457 * progmodes/verilog-mode.el (top-level): Don't require compile.
458 (compilation-error-regexp-alist, compilation-last-buffer):
459 Define for compiler.
460 (verilog-insert-1): New function.
461 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
462 Use verilog-insert-1.
463 (verilog-surelint-off): Use next-error-last-buffer if bound.
464 Check compile buffer is live.
465
466 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
467
468 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
469 gets inserted out-of-order.
470
471 2008-01-04 Riccardo Murri <riccardo.murri@gmail.com>
472
473 * vc-bzr.el: Copyright and version headers update.
474 Remove some outdated comments through the whole file.
475 (vc-bzr-program-args): Remove because unused.
476 (vc-bzr-log-switches): New customization option.
477 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
478 use `vc-bzr-program-args'.
479 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
480 `vc-find-root' (patch by Andreas Hoenen).
481 (vc-bzr-status): Update regex to match latest Bzr output.
482 Remove redundant test.
483 (vc-bzr-init-version): New function.
484 (vc-bzr-unregister): Must not delete file.
485 (vc-bzr-find-version): New function.
486 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
487 a non-empty string, otherwise take head revision.
488 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
489 (vc-bzr-diff): Simpler build of the revision spec string.
490 (vc-annotate-convert-time, vc-bzr-annotate-difference):
491 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
492 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
493 (vc-bzr-dired-state-info): Only provide custom strings for
494 overloaded VC state 'edited; otherwise fallback to
495 `vc-default-dired-state-info'.
496
497 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
498
499 * vc-git.el (vc-git-dir-state):
500 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
501
502 2008-01-04 Richard Stallman <rms@gnu.org>
503
504 * delsel.el (delete-selection-mode): Doc fix.
505
506 2008-01-04 Glenn Morris <rgm@gnu.org>
507
508 * version.el (emacs-copyright): Update to 2008.
509
510 2008-01-03 Nick Roberts <nickrob@snap.net.nz>
511
512 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
513 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
514
515 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
516 of watch expressions (only works fully with GDB 6.7 or later).
517
518 2008-01-03 Dan Nicolaescu <dann@ics.uci.edu>
519
520 * time-stamp.el (time-stamp-time-zone):
521 * whitespace.el (whitespace-check-buffer-leading)
522 (whitespace-check-buffer-trailing)
523 (whitespace-check-buffer-indent)
524 (whitespace-check-buffer-spacetab)
525 (whitespace-check-buffer-ateol):
526 * progmodes/sh-script.el (sh-indentation):
527 * textmodes/ispell.el (ispell-local-pdict):
528 Add safe-local-variable properties.
529
530 2007-12-31 Richard Stallman <rms@gnu.org>
531
532 * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
533 Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
534 `parent'.
535 (custom-group-value-create): Pass two args to custom-add-parent-links.
536
537 2007-12-29 Richard Stallman <rms@gnu.org>
538
539 * font-lock.el (font-lock-prepend-text-property)
540 (font-lock-append-text-property): Canonicalize the face and
541 font-lock-face properties.
542
543 * faces.el (facep): Doc fix.
544
545 * startup.el (fancy-startup-tail, fancy-about-text)
546 (fancy-startup-text): Regularize format of face property.
547
548 * facemenu.el (list-colors-print): Use :background and :foreground
549 instead of background-color and foreground-color.
550
551 2007-12-29 Drew Adams <drew.adams@oracle.com>
552
553 * cus-edit.el (custom-add-parent-links):
554 Fill the "Parent documentation" text.
555
556 2007-12-29 Eli Zaretskii <eliz@gnu.org>
557
558 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
559 MS-Windows and MS-DOS.
560 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
561
562 2007-12-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
563
564 * progmodes/grep.el (rgrep): Fix last change.
565
566 2007-12-27 Richard Stallman <rms@gnu.org>
567
568 * progmodes/compile.el (compilation-start): Set initial visible
569 point properly even when compilation buffer already current.
570
571 2007-12-26 Richard Stallman <rms@gnu.org>
572
573 * files.el (conf-mode-maybe): New function.
574 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
575
576 2007-12-26 Martin Rudalics <rudalics@gmx.at>
577
578 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
579
580 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
581
582 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
583
584 2007-12-25 Richard Stallman <rms@gnu.org>
585
586 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
587 so they never do EOF.
588
589 2007-12-23 Richard Stallman <rms@gnu.org>
590
591 * dired-aux.el: Load dired.el at run time too.
592
593 * faces.el (copy-face): Create the new face explicitly if it
594 does not exist already.
595
596 2007-12-23 Andreas Schwab <schwab@suse.de>
597
598 * files.el (switch-to-buffer-other-frame): Return the buffer
599 switched to.
600
601 2007-12-23 Juri Linkov <juri@jurta.org>
602
603 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
604 item to about-emacs instead of display-splash-screen.
605
606 2007-12-22 Eli Zaretskii <eliz@gnu.org>
607
608 * simple.el (minibuffer-history, shell-command-history)
609 (set-variable-value-history):
610 * replace.el (regexp-history):
611 * international/mule-cmds.el (input-method-history):
612 * files.el (file-name-history): Add reference to history-length in
613 the doc string.
614
615 2007-12-22 Richard Stallman <rms@gnu.org>
616
617 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
618
619 2007-12-21 Jason Rumney <jasonr@gnu.org>
620
621 * find-dired.el (find-name-arg): New custom variable.
622 (find-name-dired): Use it.
623 (find-dired-find-program): Remove.
624 (find-dired): Use find-program.
625 (find-grep-dired): Use grep-program.
626
627 * progmodes/grep.el (rgrep): Use find-name-arg.
628
629 2007-12-21 Martin Rudalics <rudalics@gmx.at>
630
631 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
632 specifier from format-string. Reported by Ye Wenbin.
633
634 2007-12-19 Martin Rudalics <rudalics@gmx.at>
635
636 * cus-start.el: Use correct group name for members of mode-line group.
637
638 2007-12-17 Thien-Thi Nguyen <ttn@gnuvola.org>
639
640 * progmodes/cc-vars.el (defcustom-c-stylevar):
641 Revert to pre-2007-12-12 version.
642
643 2007-12-15 Richard Stallman <rms@gnu.org>
644
645 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
646
647 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
648 Use changed.
649
650 * startup.el (fancy-splash-help-echo): Var deleted.
651 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
652 (fancy-about-screen): Don't display fancy-splash-help-echo.
653
654 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
655
656 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
657
658 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
659
660 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
661
662 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
663 function.
664 (add-submenu): Only define for XEmacs.
665 (verilog-regexp-words): Revert previous change, keep the other
666 definition.
667
668 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
669
670 * progmodes/perl-mode.el (perl-continued-statement-offset)
671 (perl-continued-brace-offset, perl-brace-offset)
672 (perl-brace-imaginary-offset, perl-label-offset):
673 * progmodes/cperl-mode.el (cperl-brace-offset)
674 (cperl-continued-brace-offset, cperl-label-offset)
675 (cperl-continued-statement-offset)
676 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
677 Add safe-local-variable properties.
678
679 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
680
681 * progmodes/verilog-mode.el (verilog-mode-map)
682 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
683 (verilog-colorize-include-files): Use only overlay functions so
684 that it can work on both emacs and XEmacs.
685 (set-extent-keymap): Remove unused defun.
686 (verilog-kill-existing-comment, verilog-insert-date)
687 (verilog-insert-year): Rename in order not to pollute the global
688 namespace from kill-existing-comment, insert-date and
689 insert-year, respectively.
690 (verilog-set-auto-endcomments, verilog-header): Update callers.
691
692 * files.el (auto-mode-alist): Recognize verilog files.
693
694 * progmodes/verilog-mode.el (verilog-string-replace-matches)
695 (verilog-string-remove-spaces, verilog-re-search-forward)
696 (verilog-re-search-backward, verilog-re-search-forward-quick)
697 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
698 (verilog-get-end-of-line, verilog-within-string): Move definitions
699 before first use. No code changes.
700
701 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
702
703 * progmodes/verilog-mode.el (verilog-mode-version)
704 (verilog-mode-release-date): Don't use expanding keywords.
705 (provide): Move to the end of file.
706 (fboundp): Don't check if eval-when-compile is bound, it is used
707 later in the file without checking.
708 (when, unless): Copy definitions from subr.el.
709 (char-before, defcustom, defface, customize-group)
710 (verilog-batch-error-wrapper): Don't use old style backquotes.
711 (verilog-regexp-opt): Avoid using the cl function case.
712 (verilog-regexp-words): Remove duplicated definition.
713 (verilog-mode-abbrev-table): Remove, duplicate.
714 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
715 Declare and initialize in one step.
716 (verilog-declaration-prefix-re, verilog-declaration-re)
717 (verilog-end-of-statement, verilog-indent-declaration)
718 (verilog-get-lineup-indent): Remove trailing whitespace.
719 (verilog-mode): Fix autoload cookie.
720 Set beginning-of-defun-function and end-of-defun-function.
721 Use when instead of if.
722 (verilog-emacs-features, verilog-auto-ascii-enum)
723 (verilog-insert-indices): Escape braces in doc strings.
724
725 2007-12-08 Michael McNamara <mac@verilog.com>
726 Wilson Snyder <wsnyder@wsnyder.org>
727
728 * progmodes/verilog-mode.el: New file.
729
730 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
731
732 * international/latexenc.el (latexenc-find-file-coding-system):
733 If both coding-system-for-write and buffer-file-coding-system of
734 latex-main-file are nil, use `undecided'.
735
736 2007-12-06 Jason Rumney <jasonr@gnu.org>
737
738 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
739
740 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
741
742 * ido.el (ido-save-history): Use emacs-mule coding system
743 instead of utf-8 to save filenames (it's safer in Emacs 22).
744 Set the `coding' local variable on the first line of the file.
745
746 2007-12-04 Karl Fogel <kfogel@red-bean.com>
747
748 * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
749 coding system. This ports revisions 1.40 and 1.41 over to the
750 EMACS_22_BASE branch, but with the right coding system for Emacs
751 22 to reliably record filenames. Suggested by Eli Zaretskii.
752
753 2007-12-01 Richard Stallman <rms@gnu.org>
754
755 * wid-edit.el (widget-type): Doc fix.
756
757 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
758
759 * emacs-lisp/byte-run.el (declare-function): Change to a macro.
760
761 2007-12-01 Alexandre Julliard <julliard@winehq.org>
762
763 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
764
765 2007-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
766
767 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
768 Don't match "sub { (...) ... }".
769
770 2007-11-29 Richard Stallman <rms@gnu.org>
771
772 * international/mule-cmds.el (toggle-input-method-active): New var.
773 (toggle-input-method): Bind toggle-input-method-active to t.
774 Error if it was already non-nil.
775
776 2007-11-29 Glenn Morris <rgm@gnu.org>
777
778 * calendar/time-date.el (with-decoded-time-value): Doc fix.
779
780 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
781
782 * calendar/time-date.el (encode-time-value): Doc fix.
783
784 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
785
786 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
787
788 2007-11-24 Kenichi Handa <handa@m17n.org>
789
790 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
791
792 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
793
794 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
795
796 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
797
798 * textmodes/paragraphs.el (forward-sentence): Doc fix.
799 Reported by Drew Adams <drew.adams@oracle.com>.
800
801 2007-11-20 Glenn Morris <rgm@gnu.org>
802
803 * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
804 for compatibility with Emacs 23.
805
806 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
807
808 * replace.el (map-query-replace-regexp): Doc fix (revert part of
809 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
810
811 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
812
813 * progmodes/gdb-ui.el: Update commentary.
814
815 2007-11-16 Eli Zaretskii <eliz@gnu.org>
816
817 * international/mule-cmds.el (set-locale-environment):
818 Set default-file-name-coding-system _after_ keyboard and terminal
819 coding systems. This fixes last change.
820
821 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
822 one space after "Subject:".
823
824 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
825
826 * subr.el (make-variable-frame-local):
827 Fix typo in obsolescence declaration.
828
829 2007-11-16 Glenn Morris <rgm@gnu.org>
830
831 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
832
833 2007-11-16 Rob Riepel <riepel@Stanford.EDU>
834
835 * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
836 (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
837 (tpu-scroll-window-up): Replace next-line-internal -> line-move.
838
839 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
840
841 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
842 in order to determine if there's a conflict.
843
844 2007-11-16 Juri Linkov <juri@jurta.org>
845
846 * man.el (Man-heading-regexp): Add 0-9.
847 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
848
849 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
850
851 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
852 Fix typo in docstring.
853
854 * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
855 (cua-highlight-region-shift-only): Doc fix.
856
857 2007-11-15 Richard Stallman <rms@gnu.org>
858
859 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
860
861 * reposition.el (reposition-window):
862 Binding C-M-l moved to bindings.el.
863
864 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
865
866 * add-log.el (add-change-log-entry-other-window):
867 Key binding C-x 4 a moved to bindings.el.
868
869 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
870 from filecache.el.
871
872 * filecache.el: Minibuffer map bindings moved to bindings.el.
873
874 2007-11-14 Jason Rumney <jasonr@gnu.org>
875
876 * international/mule-cmds.el (set-locale-environment):
877 Set default-file-name-coding-system from system defaults on Windows.
878
879 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
880
881 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
882 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
883 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
884 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
885 locations.
886 (gdb-info-breakpoints-custom, gdb-assembler-custom)
887 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
888 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
889
890 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
891
892 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
893 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
894 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
895 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
896 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
897 Rewrite in active voice.
898
899 2007-11-10 Juri Linkov <juri@jurta.org>
900
901 * startup.el: Backport startup screen related changes from the trunk.
902 (initialization): Change group to `environment'.
903 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
904 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
905 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
906 (initial-scratch-message): Fix docstring.
907 (startup-screen-inhibit-startup-screen)
908 (pure-space-overflow-message): New variables.
909 (command-line): Rename `inhibit-startup-message' to
910 `inhibit-startup-screen'.
911 (initial-scratch-message): Doc fix.
912 (fancy-splash-text): Remove variable.
913 (fancy-startup-text, fancy-about-text, splash-screen-keymap):
914 New variables.
915 (fancy-splash-delay, fancy-splash-max-time)
916 (fancy-current-text, fancy-splash-stop-time)
917 (fancy-splash-outer-buffer, fancy-splash-last-input-event):
918 Remove variables.
919 (fancy-splash-insert): Use help-echo from the 3rd element of the
920 link specification list, or "Follow this link" if it's nil. Doc fix.
921 Allow functions for face and link specs.
922 (fancy-splash-tail): Remove function.
923 (fancy-startup-tail): New function.
924 (fancy-splash-default-action, fancy-splash-special-event-action)
925 (fancy-splash-screens): Remove functions.
926 (fancy-about-screen): New function.
927 (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
928 Fix docstring. Use argument `startup' to conditionally display
929 different texts for Startup and About screens. Don't display Help
930 commands on the About screen. Remove `unwind-protect' `sit-for'
931 delay and `kill-buffer' after it.
932 (normal-mouse-startup-screen, normal-splash-screen)
933 (normal-no-mouse-startup-screen): New functions.
934 (startup-echo-area-message): Change text of the echo area.
935 (display-splash-screen): Remove function.
936 (display-startup-screen, display-about-screen): New functions.
937 (about-emacs): Make alias to `display-about-screen'.
938 (display-splash-screen): Make alias to `display-startup-screen'.
939 (command-line-1): Rename `inhibit-startup-message' to
940 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
941 started with command line options "-f", "-funcall", "-e", "-eval",
942 "-execute", "-insert", "-find-file", "-file", "-visit".
943 Inhibit startup screen when Emacs is started with a file name only
944 on tty (i.e. don't inhibit it when started with a file name like
945 "emacs FILE..." on a window system).
946 Comment out unused code for coping with the old sit-for behavior.
947 If file-count > 0, then display the concise version in another
948 window, otherwise display full version in the same window.
949 * loadup.el: Add `button'. Move up `startup'.
950 * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
951 * version.el (emacs-copyright): Add emacs-copyright.
952 * menu-bar.el (menu-bar-help-menu):
953 Move "About Emacs" and "About GNU" to the end of the Help menu.
954 Move "Emacs Psychotherapist" after "Send Bug Report...".
955 Move "External Packages" after "Find Emacs Packages".
956
957 2007-11-10 Jason Rumney <jasonr@gnu.org>
958
959 * w32-fns.el: Sync charset names with setup-default-fontset.
960 Append "-1" where second part missing.
961
962 * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
963
964 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
965
966 * ido.el (ido-save-history): Write the history file in UTF-8,
967 and add `coding' file-local variable.
968
969 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
970
971 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
972 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
973 (iso-iso2duden-trans-tab): Add docstring.
974
975 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
976
977 * faces.el (face-normalize-spec): Remove function.
978 (frame-set-background-mode): Undo last change.
979
980 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
981
982 * files.el (enable-local-variables): Doc fix.
983
984 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
985
986 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
987 match dir like "a...b".
988
989 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
990
991 * eshell/esh-mode.el (eshell-output-filter):
992 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
993 Use `with-current-buffer'.
994
995 2007-11-05 Nick Roberts <nickrob@snap.net.nz>
996
997 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
998
999 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
1000
1001 * net/tls.el: Require rx when compiling.
1002 (tls-end-of-info): New variable.
1003 (open-tls-stream): Keep reading input until `tls-end-of-info' is
1004 matched.
1005
1006 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1007
1008 * simple.el (bad-packages-alist): Anchor semantic regexp.
1009
1010 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
1011
1012 * files.el (hack-local-variables): Fix membership tests to avoid
1013 treating all variables as safe if `enable-local-variables' is
1014 set to :safe (CVE-2007-5795).
1015
1016 2007-11-02 Glenn Morris <rgm@gnu.org>
1017
1018 * progmodes/etags.el (tags-table-mode): Disable undo.
1019
1020 * simple.el (bad-packages-alist): Revert previous change.
1021
1022 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1023
1024 * printing.el (printing): Fix :version, printing.el was included
1025 in emacs-22.1.
1026 (pr-path-style, pr-path-alist, pr-txt-name)
1027 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
1028 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
1029 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
1030 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
1031 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
1032 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
1033 (pr-setting-database, pr-visible-entry-list)
1034 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
1035 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
1036 :version.
1037
1038 2007-11-01 Glenn Morris <rgm@gnu.org>
1039
1040 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
1041
1042 * mail/footnote.el (footnote-numeric-regexp)
1043 (footnote-english-upper-regexp, footnote-english-lower-regexp)
1044 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
1045 Match multi-character footnotes.
1046
1047 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
1048 (nroff-indent-line-function): New function.
1049 (nroff-count-text-lines): Use nroff-forward-text-line rather than
1050 obsolete alias.
1051
1052 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
1053
1054 * net/tramp.el (tramp-open-connection-telnet)
1055 (tramp-open-connection-rsh, tramp-open-connection-su)
1056 (tramp-open-connection-multi): Set $LC_ALL to "C".
1057
1058 2007-10-31 Sven Joachim <svenjoac@gmx.de>
1059
1060 * dired-aux.el (dired-copy-file-recursive):
1061 Preserve directory permissions.
1062
1063 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1064
1065 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
1066 (whitespace-unload-function): New-style unload function. When run,
1067 unintern `whitespace-unload-hook' and call `unload-feature' recursively
1068 to stop the old hook from messing with the unloading.
1069
1070 * strokes.el (strokes-alphabetic-lessp): Doc fix.
1071
1072 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
1073
1074 * emacs-lisp/find-func.el (find-library): Use library at
1075 point as default interactive argument.
1076
1077 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1078
1079 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
1080 (elp-unset-master, elp-results): Fix typos.
1081 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
1082 Doc fixes.
1083
1084 * msb.el (msb--many-menus): Remove variable.
1085 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
1086 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
1087 (msb--toggle-menu-type): Fix typos in docstrings.
1088
1089 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
1090 (shadow-insert-var): Doc fixes.
1091 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
1092 Reflow docstrings.
1093 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
1094
1095 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
1096
1097 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
1098 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
1099 Fix typos in autoload docstrings.
1100
1101 * loadhist.el (unload-feature): Remove redundant check.
1102
1103 2007-10-30 Richard Stallman <rms@gnu.org>
1104
1105 * savehist.el (savehist-save): Obey savehist-ignored-variables.
1106
1107 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
1108
1109 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
1110 (gdb-var-update-handler-1): Use it.
1111
1112 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
1113
1114 * loadhist.el (unload-feature): Remove erroneous check for the
1115 FEATURE-unload-function variable; check the existence of the
1116 function (that's what the docstring says, and it makes more sense).
1117
1118 * follow.el (follow-unload-function): Add docstring.
1119 (follow-unload-function): Remove variable.
1120
1121 * server.el (server-unload-function): Remove variable.
1122 (server-unload-function): Unbind `server-edit' from `C-x #'.
1123
1124 * uniquify.el (uniquify-unload-function): Add docstring.
1125 (uniquify-unload-function): Remove variable.
1126
1127 * ses.el (ses-unload-function): New function.
1128
1129 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
1130
1131 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
1132 (unsafep-progn, unsafep-let): Fix typos in docstrings.
1133
1134 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
1135 before use to avoid a warning in packages that require uniquify.
1136 (uniquify-unload-function): New function and var.
1137
1138 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
1139
1140 * loadhist.el (unload-feature-special-hooks):
1141 Add `delete-frame-functions'.
1142
1143 * server.el (server-unload-function): Rename from `server-unload-hook'
1144 and adapt to new `unload-feature' functionality. Remove hook from
1145 `kill-buffer-hook' buffer-locally.
1146 (server-unload-hook): Remove.
1147 (server-unload-function): New var; replaces `server-unload-hook'.
1148
1149 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
1150
1151 * desktop.el (uniquify-managed): Pacify byte compiler.
1152 (desktop-buffer-info): If the buffer name is managed by uniquify,
1153 save the base name, not the uniquified one.
1154 (desktop-create-buffer): Allow `rename-buffer' to generate a new
1155 name in case of conflict.
1156
1157 2007-10-26 Glenn Morris <rgm@gnu.org>
1158
1159 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
1160 safe-local-variable property.
1161
1162 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
1163
1164 * net/browse-url.el (browse-url-browser-function): Delete grail.
1165 (browse-url-grail): Function and variable deleted.
1166 (browse-url-browser-function): Delete IXI Mosaic.
1167 (browse-url-default-browser): Don't try IXI Mosaic.
1168 (browse-url-iximosaic): Function deleted.
1169 (browse-url-browser-function): Delete MMM.
1170 (browse-url-default-browser): Don't try MMM.
1171 (browse-url-mmm): Function deleted.
1172
1173 2007-10-25 Glenn Morris <rgm@gnu.org>
1174
1175 * progmodes/f90.el (f90-indented-comment-re)
1176 (f90-directive-comment-re, f90-break-delimiters):
1177 * progmodes/fortran.el (fortran-comment-line-start-skip)
1178 (fortran-directive-re):
1179 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
1180 as safe if they are strings.
1181
1182 2007-10-25 Richard Stallman <rms@gnu.org>
1183
1184 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
1185
1186 2007-10-24 Richard Stallman <rms@gnu.org>
1187
1188 * savehist.el (savehist-save): Omit unreadable elements.
1189
1190 * loadhist.el (unload-function-defs-list): Renamed from
1191 unload-function-features-list.
1192 (unload-feature-special-hooks, unload-feature): Doc fixes.
1193
1194 * indent.el (indent-to-left-margin): If point's in the indentation,
1195 move to the end of the indentation.
1196
1197 * cus-edit.el (customize-changed-options): Make arg optional.
1198
1199 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
1200
1201 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
1202
1203 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1204
1205 * textmodes/css-mode.el: Require CL.
1206 (comment-continue): Declare.
1207
1208 * subr.el (make-variable-frame-localizable): Remove.
1209 (make-variable-frame-local): Mark obsolete.
1210
1211 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
1212
1213 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
1214 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
1215
1216 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
1217
1218 * comint.el (comint-password-prompt-regexp):
1219 Handle `[sudo] password'-style prompt.
1220
1221 2007-10-23 Glenn Morris <rgm@gnu.org>
1222
1223 * progmodes/f90.el (f90-do-indent, f90-if-indent)
1224 (f90-type-indent, f90-program-indent)
1225 (f90-continuation-indent, f90-comment-region)
1226 (f90-beginning-ampersand, f90-smart-end)
1227 (f90-break-before-delimiters, f90-auto-keyword-case)
1228 (f90-leave-line-no, f90-mode-hook):
1229 Give an appropriate safe-local-variable property.
1230 (f90-font-lock-keywords-2): Fix `go to' regexp.
1231
1232 * progmodes/fortran.el (fortran-tab-mode-default)
1233 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
1234 (fortran-structure-indent, fortran-continuation-indent)
1235 (fortran-comment-indent, fortran-comment-line-extra-indent)
1236 (fortran-comment-line-start)
1237 (fortran-minimum-statement-indent-fixed)
1238 (fortran-minimum-statement-indent-tab)
1239 (fortran-comment-indent-char, fortran-line-number-indent)
1240 (fortran-check-all-num-for-matching-do)
1241 (fortran-blink-matching-if, fortran-continuation-string)
1242 (fortran-comment-region, fortran-electric-line-number)
1243 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1244 (fortran-analyze-depth, fortran-break-before-delimiters):
1245 Give an appropriate safe-local-variable property.
1246
1247 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1248
1249 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
1250 of the subdirs is unreadable.
1251
1252 2007-10-22 Martin Rudalics <rudalics@gmx.at>
1253
1254 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
1255 Use window-full-width-p.
1256
1257 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1258
1259 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
1260 (tpu-edt-off): Use it.
1261 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
1262 the global-map before adding it to global-map.
1263
1264 * menu-bar.el (global-buffers-menu-map): New var.
1265 (global-map, menu-bar-update-buffers): Use it.
1266 * msb.el (msb-menu-bar-update-buffers): Use it.
1267 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
1268 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
1269 Use with-current-buffer.
1270
1271 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1272
1273 * hexl.el (hexl-menu): New major mode menu.
1274
1275 2007-10-20 Glenn Morris <rgm@gnu.org>
1276
1277 * progmodes/f90.el (f90-font-lock-keywords-2)
1278 (f90-looking-at-type-like): Fix regexp typos.
1279
1280 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1281
1282 * bs.el (bs-mode): Add mode name (accidentally left out
1283 in the 2007-10-16 change).
1284
1285 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1286
1287 * bs.el (bs--track-window-changes): Don't refresh the whole list.
1288 (bs-mode): Set mode-class property to special.
1289
1290 * follow.el (follow-unload-function): New function.
1291
1292 * loadhist.el (unload-function-features-list):
1293 Rename from `unload-hook-features-list'.
1294 (unload-hook-features-list): Add as obsolete alias.
1295 (unload-feature): Use `unload-function-features-list'
1296 and new FEATURE-unload-function.
1297
1298 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
1299
1300 * loadhist.el (unload-feature-special-hooks):
1301 Update list of special hooks.
1302
1303 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
1304 (adaptive-fill-function): Doc fix. Remove * from docstring.
1305
1306 2007-10-18 Glenn Morris <rgm@gnu.org>
1307
1308 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
1309
1310 2007-10-17 Aaron Hawley <aaronh@garden.org>
1311
1312 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1313 position is not saved.
1314
1315 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
1316
1317 * longlines.el (longlines-wrap-follows-window-size): Integer value
1318 specifies wrapping margin.
1319 (longlines-mode, longlines-window-change-function):
1320 Set window-specific wrapping margin based on the above.
1321
1322 2007-10-17 John Wiegley <johnw@newartisans.com>
1323
1324 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1325
1326 2007-10-17 Glenn Morris <rgm@gnu.org>
1327
1328 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1329 Tweak regexp to avoid stack overflow.
1330
1331 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1332
1333 * simple.el (reindent-then-newline-and-indent): Don't assume that
1334 indent-according-to-mode preserves point.
1335
1336 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
1337
1338 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
1339 (bs--restore-window-config): Keep the selected frame.
1340 (bs--track-window-changes, bs--remove-hooks): New functions.
1341 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
1342 (bs--show-with-configuration): Revert 2006-11-09 change.
1343 Don't reuse window unless it is visible on the selected frame.
1344 Restore window configuration (possibly in a different frame)
1345 before creating any window.
1346
1347 2007-10-16 Richard Stallman <rms@gnu.org>
1348
1349 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1350 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1351 (ad-is-advised, ad-get-advice-info-field)
1352 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1353
1354 2007-10-16 Glenn Morris <rgm@gnu.org>
1355
1356 * simple.el (blink-matching-open): Don't report false errors with
1357 the `$' syntax class.
1358
1359 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1360
1361 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1362 (filesets-ormap, filesets-sort-case-sensitive-flag)
1363 (filesets-remake-shortcut, filesets-ingroup-collect-files):
1364 Fix typos in docstrings.
1365 (filesets-data-get-name, filesets-data-get-data)
1366 (filesets-data-set, filesets-cmd-query-replace-getargs)
1367 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
1368
1369 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1370
1371 * term/mac-win.el: Don't require url when compiling, as url-type is
1372 no longer a macro.
1373
1374 2007-10-14 Glenn Morris <rgm@gnu.org>
1375
1376 * progmodes/etags.el (select-tags-table): Disable undo in the
1377 `*Tags Table List*' buffer.
1378
1379 2007-10-13 Eli Zaretskii <eliz@gnu.org>
1380
1381 * dired.el (dired-warn-writable): New face.
1382 (dired-warn-writable-face): New variable.
1383 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1384 of dired-warning-face, for group- and world-writable files.
1385
1386 2007-10-13 Glenn Morris <rgm@gnu.org>
1387
1388 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1389 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1390 Add doc string, and an explicit COUNT argument.
1391 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1392 `inc' to search functions.
1393
1394 2007-10-13 John W. Eaton <jwe@octave.org>
1395
1396 * progmodes/octave-mod.el (octave-looking-at-kw)
1397 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1398 New functions.
1399 (octave-in-defun-p, calculate-octave-indent)
1400 (octave-blink-matching-block-open, octave-beginning-of-defun)
1401 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
1402 to search for regexps that contain case-sensitive keywords.
1403 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
1404 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1405
1406 2007-10-13 Richard Stallman <rms@gnu.org>
1407
1408 * files.el (directory-abbrev-alist): Doc fix.
1409
1410 2007-10-13 Jari Aalto <jari.aalto@cante.net>
1411
1412 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1413
1414 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1415
1416 * frame.el (set-frame-configuration): Assign name parameter only
1417 if it has been set explicitly before.
1418
1419 * window.el (handle-select-window): Revert part of 2007-10-06
1420 change setting the input focus.
1421
1422 2007-10-12 Glenn Morris <rgm@gnu.org>
1423
1424 * cus-edit.el (custom-variable-menu, custom-face-menu)
1425 (custom-group-menu): Check init-file-user rather than
1426 user-init-file, in case cus-edit is loaded by site-run-file.
1427
1428 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1429
1430 * follow.el (follow-stop-intercept-process-output):
1431 Use `follow-call-process-filter' rather than `process-filter'.
1432
1433 2007-10-11 Tom Tromey <tromey@redhat.com>
1434
1435 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1436 frame is visible.
1437
1438 2007-10-10 Richard Stallman <rms@gnu.org>
1439
1440 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1441 in *Backtrace*.
1442
1443 * faces.el (face-font-selection-order): Doc fix.
1444
1445 * loadhist.el (unload-feature): Doc fix.
1446
1447 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1448
1449 * ps-print.el: Fix the usage of :foreground and :background face
1450 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1451 (ps-print-version): New version 6.7.6.
1452 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
1453 Fix code.
1454 (ps-face-foreground-color-p, ps-face-background-color-p)
1455 (ps-face-color-p): New inline funs.
1456
1457 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
1458
1459 * follow.el: Change all instances of "Follow Mode" to "Follow
1460 mode" in docstrings and messages.
1461
1462 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
1463
1464 * faces.el (face-font-selection-order): Doc fix.
1465
1466 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
1467 (follow-mode-off-hook): Mark as obsolete.
1468
1469 2007-10-08 Richard Stallman <rms@gnu.org>
1470
1471 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
1472 (edebug-install-custom-print, edebug-reset-print-funcs)
1473 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
1474 Functions deleted.
1475 (edebug-prin1, edebug-print, edebug-prin1-to-string)
1476 (edebug-format, edebug-message): Define directly as aliases.
1477
1478 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1479
1480 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
1481
1482 2007-10-07 Glenn Morris <rgm@gnu.org>
1483
1484 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
1485 version numbers.
1486
1487 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
1488
1489 * net/tramp.el (tramp-completion-mode): Extend doc-string.
1490 (tramp-completion-mode-p): Revert change from 2007-09-24.
1491 Checking for `return' etc as last character is not sufficient, for
1492 example in dired-mode when entering <g> (revert-buffer) or
1493 <s> (dired-sort).
1494
1495 2007-10-06 Martin Rudalics <rudalics@gmx.at>
1496
1497 * window.el (mouse-autoselect-window-cancel): Don't cancel for
1498 select-window or select-frame events.
1499 (handle-select-window): When autoselecting window set input
1500 focus. Restructure.
1501
1502 * frame.el (focus-follows-mouse): Moved to frame.c.
1503 * cus-start.el (all): Add focus-follows-mouse.
1504
1505 2007-10-05 Chris Moore <dooglus@gmail.com>
1506
1507 * server.el (server-kill-new-buffers): Doc fix.
1508
1509 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
1510
1511 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
1512 activate font-locking in the *buffer-selection* buffer.
1513 (bs-show-sorted): Doc fix.
1514
1515 * bs.el (bs--get-marked-string, bs--get-modified-string)
1516 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1517 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
1518 (bs--format-aux): Doc fix.
1519
1520 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1521
1522 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
1523
1524 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1525
1526 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
1527
1528 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
1529
1530 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
1531 (gud-gdb): New function for old M-x gdb (text command mode).
1532 (gud-gdb-command-name, gdb): Move to...
1533
1534 * progmodes/gdb-ui.el: ...here and adapt doc string.
1535 (gud-gdba-command-name, gdba): Delete.
1536
1537 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
1538
1539 * bs.el: Don't defvar `font-lock-verbose'.
1540 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
1541 (bs--get-file-name): Fix typos in docstrings.
1542 (bs--show-header): Use `dolist' instead of `mapcar'.
1543 (bs-mode): Set `show-trailing-whitespace' to nil.
1544 (bs-buffer-sort-function, bs-mouse-select-other-frame)
1545 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
1546 Doc fixes.
1547
1548 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
1549
1550 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
1551
1552 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
1553
1554 * progmodes/gud.el (gdb): Make graphical mode the default and
1555 switch to text command mode if appropriate, i.e., reverse previous
1556 arrangement.
1557 (gud-gdb-marker-filter): Adapt for above change.
1558
1559 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
1560 gud-minor-mode and gud-marker-filter.
1561 (gdb-fullname-regexp): New variable.
1562 (gud-gdba-marker-filter): Use it to switch to text command
1563 mode if appropriate.
1564
1565 2007-10-02 Richard Stallman <rms@gnu.org>
1566
1567 * frame.el (cursor-in-non-selected-windows): Doc fix.
1568
1569 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
1570
1571 * progmodes/gud.el (gud-display-line): Find source buffer even when
1572 GUD buffer has its own frame.
1573
1574 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1575
1576 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1577
1578 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1579
1580 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1581
1582 2007-09-29 Martin Rudalics <rudalics@gmx.at>
1583
1584 * allout.el (allout-before-change-handler): Replace got-char by
1585 goto-char.
1586
1587 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1588
1589 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
1590 Used to try and automatically enabled smerge-mode in the presence of
1591 conflicts and to call `svn resolved' when the conflicts are gone.
1592 (vc-svn-parse-status): Remember the svn-specific status.
1593
1594 * newcomment.el (comment-choose-indent): New function extracted
1595 from comment-indent. Improve the alignment algorithm.
1596 (comment-indent): Use it.
1597
1598 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
1599
1600 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
1601 (eldoc-message-commands, eldoc-current-idle-delay):
1602 Fix typos in docstrings.
1603
1604 * progmodes/python.el (python-eldoc-function): Doc fix.
1605
1606 2007-09-26 Eli Zaretskii <eliz@gnu.org>
1607
1608 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
1609 menu-bar-apropos-menu. All users changed.
1610 (menu-bar-help-menu): Change menu symbols to better match the text
1611 displayed by the menu.
1612
1613 2007-09-25 Glenn Morris <rgm@gnu.org>
1614
1615 * view.el (view-search-no-match-lines): Add a doc string.
1616 Rewrite to simplify and work better.
1617
1618 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
1619
1620 * net/tramp.el (tramp-completion-mode-p): Rename from
1621 `tramp-completion-mode'. Revert logic, check `return', `newline'
1622 and such alike. Packages like Icicles tend to use other completion
1623 characters but `tab' and `space' only.
1624 (top): Require cl.el, when `copy-tree' is not available otherwise.
1625
1626 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
1627 `ad-get-arg'.
1628
1629 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
1630
1631 * net/tramp-vc.el (tramp-vc-user-login-name):
1632 Use `vc-find-version' instead of `process-file' to check whether we
1633 have a new enough vc that doesn't need the defadvice.
1634
1635 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
1636
1637 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
1638 #, @, : and ^.
1639
1640 2007-09-23 Glenn Morris <rgm@gnu.org>
1641
1642 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
1643
1644 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1645
1646 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
1647
1648 * log-view.el (log-view-mode-map): Likewise.
1649
1650 * diff-mode.el (diff-mode-shared-map): Likewise.
1651
1652 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
1653
1654 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
1655 add inferior-octave-directory-tracker to the buffer-local value
1656 of comint-input-filter-functions.
1657
1658 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1659
1660 * files.el (file-name-sans-versions): Also allow `A-Z'.
1661
1662 * vc.el: Mention all supported VC backends.
1663
1664 2007-09-22 Richard Stallman <rms@gnu.org>
1665
1666 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
1667 neighbouring buttons.
1668
1669 2007-09-22 Andreas Schwab <schwab@suse.de>
1670
1671 * files.el (file-name-sans-versions): Also allow `_'.
1672
1673 2007-09-22 Glenn Morris <rgm@gnu.org>
1674
1675 * eshell/esh-mode.el (eshell-output-filter-functions):
1676 Add eshell-postoutput-scroll-to-bottom.
1677
1678 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1679
1680 * files.el (file-name-sans-versions): Allow - and a-z in version names.
1681
1682 * log-view.el (log-view-mode-map, log-view-mode-menu):
1683 Bind log-view-annotate-version.
1684 (log-view-beginning-of-defun, log-view-end-of-defun)
1685 (log-view-annotate-version): New functions.
1686 (log-view-mode): Use log-view-beginning-of-defun and
1687 log-view-end-of-defun.
1688
1689 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1690
1691 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
1692
1693 2007-09-21 Kevin Ryde <user42@zip.com.au>
1694
1695 * international/mule.el (sgml-html-meta-auto-coding-function):
1696 Bind `case-fold-search' to t.
1697
1698 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1699
1700 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
1701 neighbouring buttons.
1702
1703 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1704 Recognize gcc's use of "note" for informational messages.
1705
1706 2007-09-20 Glenn Morris <rgm@gnu.org>
1707
1708 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
1709 motion functions, rather than hard-coding "\n\n".
1710 (tex-validate-region): Check for eobp, to speed up.
1711 (tex-next-unmatched-end): Doc fix.
1712
1713 2007-09-19 Glenn Morris <rgm@gnu.org>
1714
1715 * textmodes/tex-mode.el (tex-terminate-paragraph):
1716 Use backward-paragraph.
1717
1718 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1719
1720 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
1721 (css-mode): Update correspondingly.
1722
1723 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1724
1725 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
1726
1727 * vc-hooks.el (vc-menu-entry): New var.
1728 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
1729 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
1730 (vc-menu-map): Declare and initialize in one step.
1731
1732 * menu-bar.el (vc-menu-map): Don't setup any more.
1733 Instead, just create the proper spot in the menu.
1734
1735 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
1736 Stefan Monnier <monnier@iro.umontreal.ca>
1737
1738 * vc.el: Document new VC operation `extra-menu'.
1739
1740 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
1741
1742 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1743
1744 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
1745 Signed-off-by, Acked-by and Merge.
1746
1747 2007-09-17 Glenn Morris <rgm@gnu.org>
1748
1749 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
1750 filename from `--file-line-error', if it is available.
1751
1752 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1753
1754 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
1755 TeX `--file-line-error' format.
1756
1757 2007-09-17 Glenn Morris <rgm@gnu.org>
1758
1759 * textmodes/tex-mode.el (tex-region): Simplify previous change,
1760 handling the case where the region is not in `tex-main-file'.
1761 (tex-region-1): Delete.
1762 (tex-region-header): New function, doing the header part of the
1763 old tex-region-1.
1764
1765 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1766
1767 * ediff-init.el (ediff-verbose-p): This var is not a constant.
1768
1769 2007-09-16 Drew Adams <drew.adams@oracle.com>
1770
1771 * cus-edit.el (custom-face-edit-activate): Doc fix.
1772
1773 2007-09-16 Glenn Morris <rgm@gnu.org>
1774
1775 * textmodes/tex-mode.el (tex-region): Handle the case where the
1776 region is not in `tex-main-file'. Move the old code that applies
1777 to both cases...
1778 (tex-region-1): ...to this new function.
1779
1780 2007-09-15 Martin Rudalics <rudalics@gmx.at>
1781
1782 * simple.el (blink-matching-open): Don't display message when no
1783 paren is found within blink-matching-paren-distance characters.
1784 Don't search prompt in blink-matching-paren-distance nil case.
1785
1786 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
1787
1788 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
1789
1790 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1791
1792 * vc-mtn.el: New file.
1793
1794 * vc-hooks.el (vc-handled-backends): Add Mtn.
1795
1796 2007-09-13 Eli Zaretskii <eliz@gnu.org>
1797
1798 * files.el (find-file, find-file-other-window)
1799 (find-file-other-frame, find-file-existing, find-file-read-only)
1800 (find-file-read-only-other-window)
1801 (find-file-read-only-other-frame)
1802 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
1803
1804 2007-09-13 Jari Aalto <jari.aalto@cante.net>
1805
1806 * man.el (Man-default-man-entry): At end of line, continue looking
1807 to the next line for possible end of hyphenated command.
1808
1809 2007-09-13 Chris Moore <dooglus@gmail.com>
1810
1811 * shell.el (shell-resync-dirs): Don't move the cursor relative to
1812 the command being edited.
1813
1814 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
1815
1816 * progmodes/gud.el (gdb-ready): New variable.
1817 (gdb): Set it to nil. Set gud-running to nil here...
1818 (gud-common-init): ...instead of here.
1819
1820 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1821 Use gdb-ready. Discard input until GDB is ready to accept it.
1822
1823 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
1824
1825 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
1826 C-M-S- keys.
1827
1828 2007-09-12 Martin Rudalics <rudalics@gmx.at>
1829
1830 * dired.el (dired-warning): Inherit from font-lock-warning-face to
1831 make it show up with eight colors.
1832
1833 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1834
1835 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
1836 diffs are concatenated with no intervening line.
1837
1838 2007-09-10 Dave Love <fx@gnu.org>
1839
1840 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1841 (python-font-lock-keywords): Update to the 2.5 version of the language.
1842 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1843 (python-backspace): Only behave funny in code.
1844 (python-compilation-regexp-alist): Add PDB stack trace regexp.
1845 (inferior-python-mode): Add PDB prompt regexp.
1846 (python-fill-paragraph): Refine the fenced-string regexp.
1847 (python-find-imports): Handle imports spanning several lines.
1848 (python-mode): Add `class' to hideshow support.
1849
1850 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1851
1852 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
1853 add-log-buffer-file-name-function rather than bind buffer-file-name,
1854 so we dont end up calling change-log-mode in *cvs* when `fi' is the
1855 ChangeLog file itself.
1856
1857 * outline.el (outline-flag-region): Use front-advance.
1858
1859 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
1860
1861 * progmodes/cperl-mode.el: Merge upstream 5.23.
1862 (cperl-where-am-i): Remove function.
1863 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
1864 (cperl-sniff-for-indent): De-invert [string] and [comment].
1865 When looking for label, skip s:m:y:tr.
1866 (cperl-indent-line): Likewise.
1867 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
1868 (cperl-windowed-init): Wrong `ps-print' handling.
1869 Both thanks to Chong Yidong.
1870 (cperl-look-at-leading-count): Could fail with unfinished RExen.
1871 (cperl-find-pods-heres): If the second part of s()[] is missing,
1872 don't try to highlight delimiters...
1873
1874 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1875
1876 * progmodes/compile.el (compilation-get-file-structure): Complete last
1877 change by also using spec-directory in the puthash.
1878
1879 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
1880
1881 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
1882 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
1883 (vc-bzr-status): Fix shadowing of variable 'status'.
1884 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
1885 Use `expand-file-name' instead of `concat'.
1886 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
1887 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
1888
1889 2007-09-05 Jason Rumney <jasonr@gnu.org>
1890
1891 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
1892
1893 2007-09-02 Richard Stallman <rms@gnu.org>
1894
1895 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
1896 Add `safe-local-variable' property.
1897 (lisp-body-indent): Likewise.
1898
1899 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1900
1901 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
1902 prev/next-node.
1903
1904 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
1905 (x-gtk-map-stock): New function.
1906
1907 2007-09-02 Glenn Morris <rgm@gnu.org>
1908
1909 * comint.el (comint-mode): Don't set scroll-conservatively.
1910
1911 * eshell/em-unix.el (eshell/time): Stringify and flatten the
1912 non-command arguments.
1913
1914 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
1915
1916 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1917 Fix bug: Don't expand top-level file name more than once.
1918 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
1919
1920 2007-09-01 Richard Stallman <rms@gnu.org>
1921
1922 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
1923 Add doc string.
1924
1925 2007-08-30 Richard Stallman <rms@gnu.org>
1926
1927 * speedbar.el (speedbar-frame-reposition-smartly)
1928 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
1929 (speedbar-check-vc): Don't use dframe-xemacsp.
1930
1931 2007-08-30 Martin Rudalics <rudalics@gmx.at>
1932
1933 * files.el (backup-buffer-copy): Try to overwrite old backup first.
1934
1935 2007-08-29 Martin Rudalics <rudalics@gmx.at>
1936
1937 * repeat.el (repeat): Use last-repeatable-command instead of
1938 real-last-command. Run pre- and post-command hooks for
1939 self-insertion. Update doc-string.
1940
1941 2007-08-28 Glenn Morris <rgm@gnu.org>
1942
1943 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
1944
1945 2007-08-27 Alexandre Julliard <julliard@winehq.org>
1946
1947 * vc-git.el (vc-git-state): Call git-add --refresh to update the
1948 state of the file.
1949 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1950 (vc-git-create-repo): Fix invalid command.
1951
1952 2007-08-27 Richard Stallman <rms@gnu.org>
1953
1954 * textmodes/flyspell.el (flyspell-mode):
1955 Catch errors in flyspell-mode-on.
1956
1957 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
1958
1959 * progmodes/modula2.el (m2-definition, m2-module):
1960 Don't use previous-line. Reported by T. V. Raman.
1961
1962 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1963
1964 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
1965 argument to tool-bar-mode call.
1966
1967 2007-08-27 Glenn Morris <rgm@gnu.org>
1968
1969 * diff-mode.el (diff-find-file-name): Only accept regular files,
1970 to rule out /dev/null, directories, etc.
1971
1972 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
1973
1974 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
1975 safe-local-variable setting.
1976 * progmodes/perl-mode.el (perl-indent-level): Likewise.
1977
1978 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1979
1980 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
1981 of buffers in uniquify-managed.
1982
1983 * simple.el (invisible-p): Rename from text-invisible-p.
1984 Update callers.
1985
1986 2007-08-25 Alan Mackenzie <acm@muc.de>
1987
1988 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
1989 new language variable.
1990
1991 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
1992 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
1993 "extern" etc., rather than BOI. Fix addition of spurious
1994 syntactic-symbol 'defun-block-intro, replacing it with
1995 'innamespace, etc.
1996
1997 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
1998
1999 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
2000 Don't behave differently when executed via M-x. Add doc string.
2001
2002 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2003
2004 * files.el (backup-buffer-copy): Don't wrap delete in
2005 condition-case, only try to delete if file exists.
2006
2007 2007-08-24 Glenn Morris <rgm@gnu.org>
2008
2009 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
2010
2011 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2012
2013 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
2014 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
2015 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
2016 (cperl-etags-goto-tag-location): Use new style backquotes.
2017
2018 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
2019 (dynamic-completion-table): Use it it.
2020
2021 * net/browse-url.el: Remove spurious * in custom docstrings.
2022 (browse-url-filename-alist): Use new-style backquote.
2023
2024 * emacs-lisp/backquote.el (backquote-unquote-symbol)
2025 (backquote-splice-symbol): Clarify they're not new-style unquotes.
2026
2027 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
2028 (\,@): Backslash the , and ,@ which are not new-style unquotes.
2029
2030 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
2031
2032 * net/socks.el (socks-username/password-auth-filter):
2033 Remove unused vars `state' and `desired-len'.
2034 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
2035 (socks-wait-for-state-change): Use new-style backquotes.
2036
2037 * pcvs.el (cvs-mode-status): Fix long-standing typo.
2038
2039 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
2040 backquotes after each `read' rather than once per buffer.
2041
2042 * dframe.el: Remove spurious * in custom docstrings.
2043 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
2044 (dframe-xemacs20p): Remove, inline at the sole use point.
2045 (defface): Don't defvar the face, don't use old-style backquote.
2046 (defcustom): Don't use old-style backquote.
2047 (dframe-frame-parameter, dframe-mouse-event-p):
2048 Make it obvious that it's always defined.
2049 (dframe-popup-kludge): New function to replace
2050 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
2051 (dframe-frame-mode, dframe-set-timer-internal)
2052 (dframe-mouse-set-point): Remove use of with-no-warnings from
2053 XEmacs-specific code.
2054 (dframe-set-timer-internal): Fix very old bug with
2055 post-command-idle-hook.
2056
2057 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
2058
2059 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
2060
2061 * image-mode.el (image-minor-mode): Use image-mode-text-map.
2062
2063 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
2064
2065 * sort.el (sort-fold-case, sort-numeric-base): Mark as
2066 safe-local-variable.
2067
2068 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2069
2070 * net/browse-url.el (browse-url-emacs): New function.
2071
2072 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2073
2074 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
2075 warning if the file uses old style backquotes.
2076
2077 * emacs-lisp/bytecomp.el (byte-compile-log-file)
2078 (byte-recompile-directory, byte-compile-file)
2079 (byte-compile-from-buffer): Use with-current-buffer.
2080
2081 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
2082 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
2083 (line-move-1, line-move-finish, line-move-to-column)
2084 (move-end-of-line, move-beginning-of-line): Use new name.
2085
2086 2007-08-22 Glenn Morris <rgm@gnu.org>
2087
2088 * files.el (backup-buffer-copy): Check backup directory is
2089 writable, to avoid infloop deleting old backup.
2090
2091 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
2092 movemail related variables.
2093 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
2094 will now be set before this is called.
2095
2096 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2097
2098 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
2099
2100 * progmodes/ada-mode.el: Fix up comment style in header.
2101 (ada-check-emacs-version): Remove.
2102 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
2103 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
2104 to try and quieten the byte-compiler.
2105 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
2106
2107 * vc.el (vc-annotate-warp-version): Don't use previous-line.
2108
2109 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
2110
2111 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
2112 extracted from `eval-last-sexp-1'.
2113 (eval-last-sexp-1): Call `preceding-sexp'.
2114
2115 2007-08-19 Glenn Morris <rgm@gnu.org>
2116
2117 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
2118 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
2119 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
2120 shadow files messing up the compilation.
2121
2122 2007-08-18 Glenn Morris <rgm@gnu.org>
2123
2124 * progmodes/scheme.el (scheme-mode-variables):
2125 Set font-lock-comment-start-skip.
2126
2127 2007-08-18 Martin Rudalics <rudalics@gmx.at>
2128
2129 * progmodes/ada-mode.el (ada-create-syntax-table):
2130 Move set-syntax-table from here to ...
2131 (ada-mode): ... here. Don't change global value of comment-multi-line.
2132 Call new function ada-initialize-syntax-table-properties.
2133 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
2134 (ada-deactivate-properties, ada-initialize-properties):
2135 Replace by new functions ...
2136 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
2137 (ada-initialize-syntax-table-properties): ... to set up syntax-table
2138 properties uniformly, independently from whether font-lock-mode
2139 is enabled or not. Handle read-only buffers and do not change
2140 undo-list when setting syntax-table properties.
2141 (ada-after-change-function): Use ada-set-syntax-table-properties.
2142
2143 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2144
2145 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
2146 (cperl-find-pods-heres): Fix an error when typing expressions like
2147 `s{a}{b}'.
2148
2149 2007-08-17 Glenn Morris <rgm@gnu.org>
2150
2151 * progmodes/compile.el (compilation-get-file-structure): Make use
2152 of the directory part when checking for an existing entry, to
2153 handle files with same basename in different directories.
2154
2155 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2156
2157 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
2158 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
2159 (ps-paragraph-spacing): Docstring fix.
2160
2161 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2162
2163 * smerge-mode.el (smerge-resolve): New arg `safe'.
2164 (smerge-resolve-all, smerge-batch-resolve): New function.
2165 (smerge-refine): Make sure `diff' returns the expected result.
2166 (smerge-parsep-re): New const.
2167 (smerge-mode): Use it to adjust paragraph-separate.
2168
2169 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2170 Correctly match / regexp matchers as first char on a line when
2171 fontifying only that line.
2172
2173 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
2174
2175 2007-08-16 Glenn Morris <rgm@gnu.org>
2176
2177 * ps-print.el (ps-font-size): Doc fix.
2178
2179 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2180
2181 * vc-bzr.el: Don't fiddle with vc-handled-backend.
2182 (vc-bzr-registered): Don't redundantly protect against
2183 file-error. Actually use the format-specific code.
2184 (vc-bzr-buffer-nonblank-p): Remove.
2185 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
2186
2187 2007-08-15 Glenn Morris <rgm@gnu.org>
2188
2189 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
2190 sloppier, for the sake of GNU Mailman.
2191 (rmail-digest-rfc1153): Initialize `result' correctly.
2192
2193 2007-08-14 Glenn Morris <rgm@gnu.org>
2194
2195 * simple.el (bad-packages-alist): New constant.
2196 (bad-package-check): New function. Together, these two add
2197 elements to `after-load-alist' to check for problematic external
2198 packages.
2199 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
2200
2201 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
2202
2203 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
2204 optional quotes around files in NEED-UPDATE . REMOVED case.
2205
2206 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
2207 (ada-treat-cmd-string): Improve error message.
2208 (ada-do-file-completion): Call `ada-require-project-file', so
2209 project variables are set properly.
2210 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
2211 (ada-gnatfind-buffer-name): New constant.
2212 (ada-find-any-references): Use new constant. Set buffer name
2213 properly in compilation-start. Toggle read-only properly.
2214 (ada-find-in-src-path): Fix spelling error in docstring.
2215
2216 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
2217 by zero error.
2218
2219 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
2220
2221 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
2222
2223 2007-08-12 Richard Stallman <rms@gnu.org>
2224
2225 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
2226 (cvs-execute-single-file): Use new name split-string-and-unquote.
2227 (cvs-header-msg): Use new name combine-and-quote-strings.
2228
2229 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
2230
2231 * progmodes/gud.el (gud-common-init): Use new name
2232 split-string-and-unquote.
2233
2234 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
2235 in javac regexp.
2236
2237 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
2238 combine-and-quote-strings and split-string-and-unquote.
2239
2240 * subr.el (combine-and-quote-strings): Rename from strings->string.
2241 (split-string-and-unquote): Rename from string->strings.
2242
2243 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2244
2245 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
2246 to buffer-local settings.
2247
2248 * emacs-lisp/backquote.el (backquote-delay-process): New function.
2249 (backquote-process): Add internal arg `level'. Use the two to
2250 correctly handle nested backquotes.
2251
2252 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
2253
2254 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
2255 (vc-bzr-state-words): Add "kind changed" state word.
2256 (vc-bzr-status): New function. Return Bzr idea of file status,
2257 which is different from VC's.
2258 (vc-bzr-state): Use vc-bzr-status.
2259 (vc-workfile-unchanged-p): Use vc-bzr-status.
2260 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
2261 (vc-dired-state): Process "kind changed" state word.
2262
2263 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2264
2265 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
2266
2267 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
2268 Move from vc-default-find-file-not-found-hook.
2269
2270 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
2271
2272 * url/url-auth.el (url-basic-auth): When prompting for username
2273 and password, default to the username and password in the URL.
2274
2275 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2276
2277 * man.el: Remove spurious * in docstrings.
2278 Merge defvars and toplevel setq-defaults.
2279 (Man-highlight-references0): Limit=nil rather than point-max.
2280 (Man-mode-map): Move initialization into the declaration.
2281 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
2282 (Man-view-header-file): Use expand-file-name rather than concat.
2283 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
2284
2285 * man.el (Man-next-section): Make sure we do not move backward.
2286
2287 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2288
2289 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
2290 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
2291 ps-print-color-p is neither nil nor black-white. Reported by Christian
2292 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2293
2294 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2295
2296 * files.el (auto-mode-alist): Use the purecopied text (duh!).
2297
2298 2007-08-08 Andreas Schwab <schwab@suse.de>
2299
2300 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
2301 self-insert-command, not self-insert.
2302
2303 2007-08-08 Glenn Morris <rgm@gnu.org>
2304
2305 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
2306
2307 * Replace `iff' in doc-strings and comments.
2308
2309 * help-mode.el (help-make-xrefs): Search for symbol constituents,
2310 rather than just `-'.
2311
2312 2007-08-08 Martin Rudalics <rudalics@gmx.at>
2313
2314 * dired.el (dired-pop-to-buffer):
2315 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2316 * calendar/calendar.el (generate-calendar-window):
2317 * progmodes/compile.el (compilation-set-window-height):
2318 * textmodes/two-column.el (2C-two-columns, 2C-merge):
2319 Use window-full-width-p instead of comparing frame-width and
2320 window-width.
2321
2322 * progmodes/compile.el (compilation-find-buffer): Remove extra
2323 argument in call to compilation-buffer-internal-p.
2324
2325 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
2326
2327 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
2328 parameters IDENTIFICATION and CONNECTED.
2329 (tramp-handle-insert-file-contents): VISIT must be handled after
2330 insertion of the local copy. Reported by Peter Gordon
2331 <peter@pg-consultants.com>.
2332 (tramp-file-name-handler): No special handling for
2333 `expand-file-name'. But for `file-name-as-directory'.
2334 (tramp-find-shell, tramp-open-connection-telnet)
2335 (tramp-open-connection-rsh, tramp-open-connection-su)
2336 (tramp-open-connection-multi)
2337 (tramp-open-connection-setup-interactive-shell): Guard against
2338 $PROMPT_COMMAND shell var. Reported by Steve Youngs
2339 <steve@sxemacs.org>.
2340 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
2341 the hint.
2342
2343 * net/trampver.el: Update release number.
2344
2345 2007-08-07 Tom Tromey <tromey@redhat.com>
2346
2347 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
2348 Add safe-local-variable property.
2349
2350 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
2351
2352 * image-mode.el (image-toggle-display): Use image-refresh.
2353
2354 * longlines.el (longlines-decoded): New variable.
2355 (longlines-mode): Avoid encoding or decoding the buffer twice.
2356
2357 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
2358
2359 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
2360 unofficial version.
2361 (vc-bzr-command): Remove redundant setting of process-connection-type.
2362 (vc-bzr-admin-checkout-format-file): Add autoload.
2363 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
2364 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
2365 (vc-bzr-registered): Compare dirstate format tag with known good
2366 value, abort parsing if match fails. Warn user in docstring.
2367 (vc-bzr-workfile-version): Case for different Bzr branch formats.
2368 See bzrlib/branch.py in Bzr sources.
2369 (vc-bzr-diff): First argument FILES may be a string rather than a list.
2370 (vc-bzr-shell-command): Remove in favor of
2371 vc-bzr-command-discarding-stderr.
2372 (vc-bzr-command-discarding-stderr): New function.
2373
2374 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
2375
2376 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
2377 program, and return nil
2378 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
2379 (vc-bzr-state): Look for path names relative to the repository
2380 root after status keyword.
2381 (vc-bzr-file-name-relative): New function.
2382 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
2383 depend on it.
2384 (vc-bzr-admin-dirname, ...-checkout-format-file)
2385 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
2386 files that we now parse directly for speed.
2387 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
2388 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
2389 (vc-bzr-state): "bzr status" successful only if exitcode is 0
2390 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
2391 Bzr warnings, so we must discard it.
2392 (vc-bzr-workfile-version): Speedup counting lines from
2393 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
2394 if that file doesn't exist.
2395 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
2396 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
2397 (not ".bzr"!) to `vc-directory-exclusion-list'
2398 (vc-bzr-shell-command): New function.
2399
2400 2007-08-06 Tom Tromey <tromey@redhat.com>
2401
2402 * diff-mode.el (diff-unified->context, diff-reverse-direction)
2403 (diff-fixup-modifs): Typo in docstring.
2404
2405 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2406
2407 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
2408 count-screen-lines.
2409 (tpu-edt-off): Disable relevant pieces of advice.
2410
2411 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
2412 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
2413 (newline, newline-and-indent, do-auto-fill): Use advice instead of
2414 redefining the function.
2415 (tpu-set-scroll-margins): Activate the pieces of advice.
2416
2417 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
2418
2419 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
2420 process-filter.
2421
2422 2007-08-06 Martin Rudalics <rudalics@gmx.at>
2423
2424 * help.el (resize-temp-buffer-window): Use window-full-width-p
2425 instead of comparing frame-width and window-width.
2426
2427 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
2428
2429 * term.el: Honor term-default-fg-color and term-default-bg-color
2430 settings when modifying term-current-face.
2431 (term-default-fg-color, term-default-bg-color): Initialize from
2432 default term-current-face.
2433 (term-mode, term-reset-terminal): Set term-current-face with
2434 term-default-fg-color and term-default-bg-color.
2435 (term-handle-colors-array): term-current-face has term-default-fg-color
2436 and term-default-bg-color after reset escape sequence.
2437 (term-handle-colors-array): Set term-current-color with
2438 term-default-fg/bg-color instead of ansi-term-color-vector when the
2439 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
2440
2441 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
2442
2443 * files.el (set-auto-mode): Handle also remote files wrt
2444 `auto-mode-alist'.
2445
2446 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
2447 remote identification.
2448
2449 2007-08-04 Glenn Morris <rgm@gnu.org>
2450
2451 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
2452 zero, not nil, when the library is first loaded. Check for a file
2453 that has been modified on disk.
2454
2455 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
2456 Remove duplicate defvar preventing initialization.
2457 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
2458
2459 2007-08-03 Miles Bader <miles@gnu.org>
2460
2461 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
2462 backend names for new backends to `Git', `Hg', and `Bzr'.
2463 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
2464 not `HG'.
2465 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
2466 name, not `GIT'.
2467 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
2468 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
2469
2470 2007-08-03 Glenn Morris <rgm@gnu.org>
2471
2472 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
2473
2474 2007-08-02 Richard Stallman <rms@gnu.org>
2475
2476 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
2477 to update deleted flag.
2478
2479 * cus-edit.el (customize-apropos, customize-apropos-options)
2480 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
2481
2482 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
2483
2484 * startup.el (fancy-splash-head, startup-echo-area-message):
2485 Change message text.
2486
2487 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
2488 All callers use line-move.
2489
2490 * progmodes/compile.el (compilation-find-buffer): Return current
2491 buffer immediately if suitable.
2492 (compile, compilation-buffer-name, compilation-start): Doc fixes.
2493
2494 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2495
2496 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
2497 Make it more discriminating and more useful.
2498 (vc-bzr-root-dir): Use new name.
2499 (vc-bzr-registered): Use new name and look at the dirstate file to
2500 determine if it's registered or not without running `bzr'.
2501
2502 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
2503
2504 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
2505
2506 2007-07-31 Drew Adams <drew.adams@oracle.com>
2507
2508 * cus-edit.el (custom-group-value-create, custom-goto-parent):
2509 Fix parent groups link.
2510
2511 2007-07-31 Daiki Ueno <ueno@unixuser.org>
2512
2513 * faces.el (face-normalize-spec): New function.
2514 (frame-set-background-mode): Normalize face-spec before calling
2515 face-spec-match-p.
2516
2517 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
2518
2519 * vc-bzr.el: New file (copied from the trunk).
2520
2521 * vc-hooks.el (vc-handled-backends): Add BZR.
2522 (vc-find-file-hook): Failsafe if the backend's `registered'
2523 function burps.
2524
2525 * server.el (server-window): Add switch-to-buffer-other-frame option.
2526
2527 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2528
2529 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
2530 (vc-git-revision-completion-table): Enable.
2531
2532 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
2533
2534 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
2535
2536 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
2537 (vc-hg-registered): Set the vc-state property.
2538
2539 * diff-mode.el (diff-mode-menu): New entries.
2540
2541 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2542
2543 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
2544 (diff-file-kill): Use it.
2545 (diff-beginning-of-hunk): Add arg `try-harder' using it.
2546 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
2547 Use it so they find the hunk even when we're in the file header.
2548
2549 * vc.el: Add new VC operation `revision-completion-table'.
2550 (vc-default-revision-completion-table): New function.
2551 (vc-version-diff, vc-version-other-window): Use it to provide
2552 completion of revision names if the backend provides it.
2553
2554 * vc-arch.el (vc-arch--version-completion-table)
2555 (vc-arch-revision-completion-table): New functions to provide
2556 completion of revision names.
2557
2558 * vc-cvs.el: Require CL.
2559 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
2560 New functions to provide completion of revision names.
2561
2562 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
2563
2564 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
2565 (copyright-fix-years, copyright): Correctly handle the case where
2566 copyright-limit is nil.
2567
2568 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
2569
2570 * progmodes/python.el (run-python): Fix path separator under w32.
2571
2572 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
2573
2574 * vc-git.el: New File.
2575
2576 2007-07-28 Alan Mackenzie <acm@muc.de>
2577
2578 Fix problem with modes derived from CC Mode:
2579 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
2580 macro to cc-langs.
2581 (c-init-language-vars-for): Remove call to above macro.
2582 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
2583 been moved to here.
2584 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
2585
2586 2007-07-28 Eli Zaretskii <eliz@gnu.org>
2587
2588 * net/trampver.el: Fix the `coding' cookie.
2589
2590 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
2591
2592 * add-log.el (change-log-redate): Remove (not needed anymore and
2593 doesn't appear to work).
2594
2595 2007-07-25 Glenn Morris <rgm@gnu.org>
2596
2597 * Relicense all FSF files to GPLv3 or later.
2598
2599 * COPYING: Switch to GPLv3.
2600
2601 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2602
2603 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
2604 Replace it with another one which disables undo before calling
2605 erase-buffer and then turns it back on if needed.
2606
2607 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2608
2609 * ps-print.el: Problem with foreground and background color when
2610 printing a buffer with and without faces. Reported by Christian
2611 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2612 (ps-print-version): New version 6.7.5.
2613 (ps-default-fg): Change default value to nil, so black color is used
2614 when a face does not specify a foreground color.
2615 (ps-default-bg): Change default value to nil, so white color is used
2616 for background color.
2617 (ps-begin-job): Fix code.
2618
2619 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2620
2621 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
2622
2623 2007-07-24 Alan Mackenzie <acm@muc.de>
2624
2625 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2626 Initialise byte-compile-unresolved-functions before rather than
2627 after a compilation.
2628 (byte-compile-unresolved-functions): Amplify doc string.
2629
2630 2007-07-24 Glenn Morris <rgm@gnu.org>
2631
2632 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
2633 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
2634 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2635 (cal-tex-cursor-week, cal-tex-cursor-week2)
2636 (cal-tex-cursor-week-iso, cal-tex-week-hours)
2637 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2638 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2639 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
2640
2641 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2642
2643 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
2644
2645 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2646
2647 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
2648 underlying file is uptodate.
2649
2650 2007-07-23 Richard Stallman <rms@gnu.org>
2651
2652 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
2653
2654 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2655
2656 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
2657 (sh-font-lock-flush-syntax-ppss-cache): New funs.
2658 (sh-font-lock-syntactic-keywords): Use them to distinguish the
2659 different possible cases for \'.
2660 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
2661
2662 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
2663 `file' from which to start the search and fix case where `file' is the
2664 current directory and the root as well.
2665
2666 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
2667 name for buffer-file-name if it refers to a directory.
2668
2669 2007-07-22 Jason Rumney <jasonr@gnu.org>
2670
2671 * w32-fns.el (set-default-process-coding-system): Use dos line ends
2672 for input to cmdproxy on all versions of Windows.
2673 Use dos line ends for input to plink.
2674
2675 * comint.el (comint-simple-send): Concat newline before sending.
2676 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
2677
2678 2007-07-22 Juri Linkov <juri@jurta.org>
2679
2680 * isearch.el (isearch-edit-string): Save old point and
2681 isearch-other-end to old-point and old-other-end before reading
2682 the search string from minibuffer. After exiting minibuffer set
2683 point to old-other-end if point and the search direction is the
2684 same as before reading the search string.
2685 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
2686 to isearch-other-end. Instead of isearch-search-and-update call
2687 three functions isearch-search, isearch-push-state and isearch-update.
2688
2689 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2690
2691 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
2692 destroying an existing buffer.
2693
2694 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2695
2696 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
2697
2698 * term/x-win.el (x-handle-no-bitmap-icon): New function.
2699
2700 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2701
2702 * textmodes/reftex.el (reftex-access-parse-file): Create parse
2703 file in a way that does not interfere with recentf.
2704
2705 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2706
2707 * image-dired.el (image-dired-sane-db-file): New func.
2708 (image-dired-write-tags, image-dired-remove-tag)
2709 (image-dired-list-tags, image-dired-write-comments)
2710 (image-dired-get-comment, image-dired-mark-tagged-files)
2711 (image-dired-create-gallery-lists): Call new func.
2712 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
2713
2714 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2715
2716 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
2717 (vc-hg-dir-state): Fix loop.
2718 (vc-hg-print-log): Fix expected return value for vc-hg-command.
2719 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
2720 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
2721 (vc-hg-revert): Likewise.
2722 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
2723
2724 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2725
2726 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
2727 case of alignment under a constant symbol, find and consider
2728 the sexp actually at indentation to be the "last sexp".
2729
2730 2007-07-20 Eli Zaretskii <eliz@gnu.org>
2731
2732 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2733 (install): Use them to copy all *.el files before *.elc.
2734 (clean): Don't delete *~.
2735
2736 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
2737
2738 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
2739
2740 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
2741
2742 * vc-hg.el (vc-hg-registered): Replace if with when.
2743 (vc-hg-state): Deal with nonexistent files.
2744
2745 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
2746
2747 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
2748 (follow-delete-other-windows-and-split, follow-recenter)
2749 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
2750 (follow-redisplay, follow-estimate-first-window-start)
2751 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
2752 Fix typos in docstrings.
2753
2754 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
2755
2756 * bookmark.el (bookmark-show-all-annotations):
2757 Make sure each inserted annotation ends with newline.
2758
2759 (bookmark-maybe-sort-alist): Don't modify
2760 bookmark-alist. Instead, if not sorting, simply return it.
2761 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
2762 for its return value, not for its side effect.
2763
2764 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
2765
2766 * vc.el: Add more info about the vc-registered function.
2767
2768 2007-07-16 David Kastrup <dak@gnu.org>
2769
2770 * emacs-lisp/advice.el (defadvice): Doc fix.
2771
2772 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
2773
2774 * subr.el (when, unless): Doc fix.
2775
2776 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2777
2778 * vc-hg.el (vc-hg-state): Handle removed files.
2779 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
2780 (vc-hg-checkout): Re-enable.
2781
2782 2007-07-15 Richard Stallman <rms@gnu.org>
2783
2784 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
2785
2786 * tutorial.el (tutorial--find-changed-keys):
2787 Handle C-x specially like ESC.
2788
2789 2007-07-15 Roland McGrath <roland@frob.com>
2790
2791 * add-log.el (add-change-log-entry): Check add-log-full-name
2792 and add-log-mailing-address later, after change-log-mode-hook.
2793
2794 2007-07-15 Richard Stallman <rms@gnu.org>
2795
2796 * isearch.el (isearch-mode, isearch-done):
2797 Delete unintended code in previous change.
2798
2799 * ps-print.el (ps-default-bg): Change to White.
2800
2801 2007-07-15 Aaron Hawley <aaronh@garden.org>
2802
2803 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
2804
2805 2007-07-15 Martin Rudalics <rudalics@gmx.at>
2806
2807 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
2808 when handling the terminating event.
2809
2810 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
2811
2812 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
2813
2814 2007-07-13 Eli Zaretskii <eliz@gnu.org>
2815
2816 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2817 (install): Use them to copy all *.el files before *.elc.
2818
2819 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2820
2821 * replace.el (match): Use yellow1 instead of yellow.
2822
2823 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
2824
2825 * pcvs-info.el (cvs-unknown): Likewise.
2826
2827 2007-07-12 Davis Herring <herring@lanl.gov>
2828
2829 * desktop.el (desktop-buffer-info, desktop-save):
2830 Use `desktop-dirname' instead of `dirname'.
2831
2832 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
2833
2834 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
2835
2836 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
2837
2838 2007-07-10 Richard Stallman <rms@gnu.org>
2839
2840 * emacs-lisp/lisp-mode.el (eval-defun):
2841 Explain special handling of `defface'.
2842
2843 2007-07-09 Richard Stallman <rms@gnu.org>
2844
2845 * isearch.el (isearch-edit-string): Call to isearch-push-state
2846 after the search.
2847
2848 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
2849
2850 * cus-start.el (file-coding-system-alist): Fix custom type.
2851
2852 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
2853
2854 * longlines.el (longlines-wrap-region): Avoid marking buffer as
2855 modified.
2856 (longlines-auto-wrap, longlines-window-change-function):
2857 Remove unnecessary calls to set-buffer-modified-p.
2858
2859 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2860
2861 * vc.el (vc-default-log-view-mode): New function.
2862 (vc-print-log): Add new `log-view-mode' VC operation.
2863
2864 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
2865
2866 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
2867 Rename and move to...
2868
2869 * subr.el (strings->string, string->strings): ...here.
2870
2871 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
2872 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
2873
2874 * progmodes/gud.el (gud-common-init): Call string->strings instead
2875 of split-string.
2876
2877 2007-07-07 Eli Zaretskii <eliz@gnu.org>
2878
2879 * term/w32-win.el (menu-bar-open): New function.
2880 Bind <f10> to it.
2881
2882 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2883
2884 * log-view.el (log-view-mode-menu): New menu.
2885
2886 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
2887
2888 * vc-hg.el: New file.
2889
2890 2007-07-06 Andreas Schwab <schwab@suse.de>
2891
2892 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
2893 dynamic bindings around the evaluation of the expression.
2894 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
2895
2896 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2897
2898 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
2899 file names.
2900
2901 2007-07-02 Martin Rudalics <rudalics@gmx.at>
2902
2903 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
2904
2905 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
2906 event is not a cons cell. Do not unread drag-mouse-1 events.
2907 Select right window in check whether space was stolen from
2908 window above.
2909
2910 2007-07-01 Richard Stallman <rms@gnu.org>
2911
2912 * files.el (find-file-visit-truename): Fix safe-local-variable value.
2913
2914 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
2915
2916 * generic-x.el (generic-define-mswindows-modes)
2917 (generic-define-unix-modes, apache-log-generic-mode)
2918 (bat-generic-mode-keymap, java-manifest-generic-mode)
2919 (show-tabs-generic-mode): Fix typos in docstrings.
2920
2921 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2922
2923 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
2924 replace-regexp-in-string.
2925
2926 2007-06-28 Andreas Schwab <schwab@suse.de>
2927
2928 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
2929 $(lisp)/subdirs.el.
2930
2931 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
2932
2933 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
2934 the speedbar frame if nil; that deletes the current frame or
2935 causes an error if it is the only frame.
2936 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
2937
2938 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
2939
2940 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
2941 directory where the desktop file was found, as the docstring says.
2942 (desktop-kill): Use `read-directory-name'.
2943
2944 * desktop.el (desktop-load-locked-desktop): New option.
2945 (desktop-read): Use it.
2946 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
2947 Use `when'.
2948
2949 2007-06-24 Davis Herring <herring@lanl.gov>
2950
2951 * desktop.el (desktop-save-mode-off): New function.
2952 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
2953 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
2954 (desktop-claim-lock, desktop-release-lock): New functions.
2955 (desktop-kill): Tell `desktop-save' that this is the last save.
2956 Release the lock afterwards.
2957 (desktop-buffer-info): New function.
2958 (desktop-save): Use it. Run `desktop-save-hook' where the doc
2959 says to. Detect conflicts, and manage the lock.
2960 (desktop-read): Detect conflicts. Manage the lock.
2961
2962 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2963
2964 * ls-lisp.el (insert-directory): If an invalid regexp error is
2965 thrown, try using FILE as a literal file name, not a wildcard.
2966 Check for FILE as an existing file, not just a directory.
2967
2968 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
2969
2970 * ruler-mode.el (ruler-mode): Prevent clobbering the original
2971 `header-line-format' when reentering ruler mode.
2972
2973 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2974
2975 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
2976 FILE exists as a directory.
2977
2978 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2979
2980 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
2981 (vera-font-lock-match-item): Fix doc string.
2982 (vera-in-comment-p): Remove unused function.
2983 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
2984 use `syntax-ppss'.
2985 (vera-forward-syntactic-ws): Fix argument order.
2986 (vera-prepare-search): Use `with-syntax-table'.
2987 (vera-indent-line): Fix doc string.
2988 (vera-electric-tab): Fix doc string.
2989 (vera-expand-abbrev): Define alias instead of using `fset'.
2990 (vera-comment-uncomment-region): Use `comment-start-skip'.
2991
2992 2007-06-20 Reto Zimmermann <reto@gnu.org>
2993
2994 * progmodes/vera-mode.el: New file.
2995
2996 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
2997
2998 * ido.el (ido-find-file-in-dir): Don't signal an error for
2999 empty directories.
3000
3001 2007-06-18 Alan Mackenzie <acm@muc.de>
3002
3003 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3004 When removing lines, also remove the \n. Correction of patch of
3005 2007-04-21.
3006
3007 2007-06-17 Glenn Morris <rgm@gnu.org>
3008
3009 * lpr.el (lpr-page-header-switches): Move %s to separate element
3010 for correct quoting. Doc fix.
3011
3012 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3013
3014 * term/xterm.el (terminal-init-xterm): Escape parens in character
3015 constants.
3016
3017 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
3018
3019 * scroll-lock.el (scroll-lock-mode): Doc fix.
3020
3021 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3022
3023 * font-lock.el (font-lock-add-keywords): In case font-lock was only
3024 half-activated, forcefully activate it completely.
3025
3026 2007-06-11 Richard Stallman <rms@gnu.org>
3027
3028 * cus-edit.el (custom-variable-type): Doc fix.
3029
3030 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
3031
3032 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
3033
3034 2007-06-09 Davis Herring <herring@lanl.gov>
3035
3036 * desktop.el (desktop-minor-mode-table): Doc fix.
3037
3038 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
3039
3040 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
3041 (image-next-line, image-previous-line, image-scroll-up)
3042 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
3043 New functions.
3044 (image-mode-map): Remap motion commands.
3045 (image-mode-text-map): New keymap for viewing images as text.
3046 (image-mode): Use image-mode-map.
3047 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
3048
3049 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
3050
3051 Sync with Tramp 2.0.56.
3052
3053 * net/tramp.el:
3054 * net/tramp-ftp.el:
3055 * net/tramp-smb.el:
3056 * net/tramp-util.el:
3057 * net/tramp-vc.el:
3058 Don't load cl.el, because that pollutes the namespace. Replace cl
3059 macros by their implementations where necessary. Requested by
3060 Richard Stallman <rms@gnu.org>.
3061
3062 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
3063 doesn't exist.
3064 (with-parsed-tramp-file-name): Protect debug spec during compilation.
3065 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
3066 (tramp-file-name-p, tramp-file-name-multi-method)
3067 (tramp-file-name-method, tramp-file-name-user)
3068 (tramp-file-name-host, tramp-file-name-localname): New defuns,
3069 replacing defstruct `tramp-file-name'.
3070 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
3071 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
3072 Apply `vector' instead of `make-tramp-file-name'.
3073 (tramp-handle-make-auto-save-file-name):
3074 Apply `tramp-temporary-file-directory' for compatibility reasons.
3075 (tramp-completion-mode): Use `natnump' instead of `wholenump'
3076 because of XEmacs.
3077 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
3078 started.
3079
3080 2007-06-07 David Kastrup <dak@gnu.org>
3081
3082 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3083 Change default to `top'.
3084
3085 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
3086
3087 * dired.el (dired-mode-map): Remove spurious separator.
3088
3089 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3090
3091 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
3092
3093 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
3094 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
3095
3096 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
3097
3098 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
3099 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
3100
3101 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3102
3103 * progmodes/ebrowse.el (ebrowse-member-table):
3104 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
3105
3106 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3107
3108 * pgg.el (pgg-sign-region, pgg-sign):
3109 * ses.el (ses-call-printer):
3110 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
3111 * textmodes/org.el (org-cycle): Fix typos in docstrings.
3112
3113 2007-06-06 Eli Zaretskii <eliz@gnu.org>
3114
3115 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
3116 (tar-get-descriptor): Handle type 55, an extended pax header.
3117
3118 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3119
3120 * textmodes/css-mode.el: New file.
3121
3122 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
3123
3124 * net/socks.el: New file, taken from w3 repository.
3125 (top): Update Copyright. Don't load cl.el.
3126 (all): Replace `case' by `cond', `string-to-int' by
3127 `string-to-number', and `process-kill-without-query' by
3128 `set-process-query-on-exit-flag'.
3129 (socks-char-int): Remove defalias and all occurrences.
3130
3131 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3132
3133 * international/mule-cmds.el (toggle-enable-multibyte-characters)
3134 (sort-coding-systems, search-unencodable-char): Doc fixes.
3135 (coding-system-change-eol-conversion, set-default-coding-systems)
3136 (prefer-coding-system, find-multibyte-characters, princ-list)
3137 (leim-list-entry-regexp, set-input-method, locale-language-names)
3138 (input-method-exit-on-first-char, exit-language-environment-hook)
3139 (locale-charset-language-names): Fix typos in docstrings.
3140
3141 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
3142
3143 * bs.el (bs-cycle-previous): Don't modify the cycle list until
3144 `switch-to-buffer' has returned succesfully.
3145 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
3146 window is dedicated (it could iconify the frame).
3147
3148 2007-06-05 Glenn Morris <rgm@gnu.org>
3149
3150 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
3151
3152 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
3153
3154 * files.el (auto-mode-alist): Add lower-priority match for names
3155 like ChangeLog.old.
3156
3157 2007-06-04 Andreas Schwab <schwab@suse.de>
3158
3159 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
3160
3161 2007-06-04 Davis Herring <herring@lanl.gov>
3162
3163 * calendar/timeclock.el: Update version number.
3164 (timeclock-modeline-display): Mention timeclock-use-display-time
3165 in explanatory message.
3166 (timeclock-log): Suppress warnings when finding the log.
3167 Don't check for a nil project twice. Run hooks after killing the
3168 buffer (if applicable).
3169 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
3170 was geometric). All uses changed.
3171 (timeclock-generate-report): Support prefix argument.
3172
3173 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3174
3175 * man.el (Man-next-section): Don't consider the last line of the
3176 page as being part of any section.
3177
3178 2007-06-04 Martin Rudalics <rudalics@gmx.at>
3179
3180 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
3181 modified flag of buffer. Use `inhibit-modification-hooks'.
3182
3183 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
3184
3185 * mail/mail-extr.el (mail-extract-address-components):
3186 Recognize non-ASCII characters except for NBSP as words.
3187
3188 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
3189
3190 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
3191
3192 2007-06-04 Michael Olson <mwolson@gnu.org>
3193
3194 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
3195 died and we are trying to send a signal to it.
3196
3197 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
3198
3199 * emacs-lisp/easy-mmode.el (define-minor-mode)
3200 (easy-mmode-define-navigation): Fix typos in docstrings.
3201
3202 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
3203 Fix typos in docstrings.
3204 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
3205 (compilation-finish-function): Fix typo in obsolescence declaration.
3206
3207 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
3208
3209 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
3210
3211 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
3212 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
3213
3214 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
3215
3216 * longlines.el (longlines-mode): Make longlines-auto-wrap
3217 buffer-local. Add hooks unconditionally.
3218 (longlines-auto-wrap): Toggle wrapping.
3219 (longlines-after-change-function)
3220 (longlines-post-command-function): Check longlines-auto-wrap.
3221
3222 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
3223
3224 * Version 22.1 released.
3225
3226 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
3227
3228 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
3229 changes.
3230
3231 2007-05-31 Richard Stallman <rms@gnu.org>
3232
3233 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
3234
3235 2007-05-29 Martin Rudalics <rudalics@gmx.at>
3236
3237 * textmodes/table.el (table--point-entered-cell-function)
3238 (table--point-left-cell-function):
3239 Bind `inhibit-point-motion-hooks' to t.
3240
3241 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3242
3243 * emacs-lisp/rx.el (rx): Doc fix.
3244
3245 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
3246
3247 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
3248
3249 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3250
3251 * log-edit.el (log-edit-changelog-paragraph): Return point-max
3252 as the end of the ChangeLog paragraph when it ends without a line
3253 termination.
3254
3255 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3256
3257 * textmodes/fill.el (canonically-space-region): Make the second arg
3258 a marker if it's not already the case.
3259
3260 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
3261 (xterm-mouse-event): Use it.
3262
3263 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
3264
3265 * vc-hooks.el (vc-find-root): Fix file attribute test.
3266
3267 2007-05-24 Richard Stallman <rms@gnu.org>
3268
3269 * textmodes/flyspell.el (flyspell-correct-word-before-point):
3270 Don't let opoint be nil.
3271 (flyspell-emacs-popup): Explicit error if no dialogs.
3272
3273 2007-05-23 Eli Zaretskii <eliz@gnu.org>
3274
3275 * tar-mode.el (tar-file-name-handler): New function.
3276 (tar-extract): Bind file-name-handler-alist to it to force
3277 find-buffer-file-type-coding-system behave as if the file being
3278 extracted existed. Use last-coding-system-used to force
3279 buffer-file-coding-system to what decode-coding-region actually
3280 used to decode the file.
3281
3282 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3283
3284 * progmodes/compile.el (compilation-handle-exit):
3285 `compilation-finish-function' may change the current buffer.
3286
3287 2007-05-22 Richard Stallman <rms@gnu.org>
3288
3289 * files.el (set-auto-mode): Doc fix.
3290
3291 2007-05-22 Eli Zaretskii <eliz@gnu.org>
3292
3293 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3294
3295 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
3296
3297 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
3298 (rcirc-print): Handle `window-width'.
3299 (rcirc-buffer-maximum-lines): Doc fix.
3300
3301 2007-05-19 Kevin Ryde <user42@zip.com.au>
3302
3303 * info.el (Info-fontify-node): Match https also.
3304
3305 2007-05-18 Richard Stallman <rms@gnu.org>
3306
3307 * simple.el (push-mark): Doc fix.
3308
3309 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
3310
3311 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
3312 tpu-global-map.
3313 (tpu-original-global-map): Delete variable.
3314 (tpu-control-keys-map): New keymap variable.
3315 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
3316 setting keymapping directly.
3317 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
3318 tpu-global-map.
3319 (tpu-edt-on): Activate the tpu-global-map.
3320 (tpu-edt-off): Deactivate the tpu-global-map.
3321
3322 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
3323
3324 * textmodes/ispell.el (ispell-get-word): Return markers
3325 for start and end positions.
3326 (ispell-word): Assume END is a marker.
3327
3328 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3329
3330 * ps-print.el: Use default color when foreground or background color
3331 are unspecified. Reported by Leo <sdl.web@gmail.com>.
3332 (ps-print-version): New version 6.7.4.
3333 (ps-rgb-color): New argument. Use default color when color is
3334 unspecified.
3335 (ps-begin-job): Fix code.
3336
3337 2007-05-17 Martin Rudalics <rudalics@gmx.at>
3338
3339 * textmodes/ispell.el (ispell-start-process): Defend against bad
3340 default-directory.
3341
3342 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3343
3344 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
3345
3346 2007-05-16 Richard Stallman <rms@gnu.org>
3347
3348 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
3349
3350 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3351
3352 * files.el (magic-mode-alist, magic-fallback-mode-alist):
3353 Move the *ml, Postscript, and XmCD entries to the fallback part.
3354
3355 * files.el (magic-fallback-mode-alist):
3356 Rename from file-start-mode-alist.
3357
3358 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3359
3360 * progmodes/compile.el (compilation-handle-exit): Quote first
3361 argument of `run-hook-with-args'.
3362
3363 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
3364
3365 * buff-menu.el (Buffer-menu-sort-column):
3366 * dabbrev.el (dabbrev-upcase-means-case-search):
3367 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3368 * info.el (Info-current-subfile):
3369 * ls-lisp.el (ls-lisp-verbosity):
3370 * msb.el (msb-menu-cond):
3371 * pcvs.el (cvs-dired-use-hook):
3372 * simple.el (set-mark-command-repeat-pop):
3373 * time.el (display-time-24hr-format, display-time-mail-file):
3374 Doc fixes.
3375
3376 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
3377 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
3378
3379 * view.el (view-inhibit-help-message): Fix typo in docstring.
3380 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
3381
3382 2007-05-14 Eli Zaretskii <eliz@gnu.org>
3383
3384 * mail/rmail.el (rmail-convert-to-babyl-format):
3385 Check content-transfer-encoding _last_, because we need its position
3386 in base64-header-field-end.
3387
3388 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
3389
3390 * files.el (mode-require-final-newline, require-final-newline)
3391 (enable-local-variables, enable-local-eval): Doc fixes.
3392
3393 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
3394
3395 * progmodes/python.el (python-font-lock-keywords)
3396 (python-open-block-statement-p, python-mode): Add support for the new
3397 "with" keyword.
3398
3399 2007-05-10 Richard Stallman <rms@gnu.org>
3400
3401 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
3402 (iso-cvt-write-only): Likewise.
3403
3404 * emacs-lisp/easy-mmode.el (define-minor-mode):
3405 Fix generated doc string.
3406
3407 * startup.el (fancy-splash-text): Add URL of guided tour.
3408 Adjust horizontal and vertical whitespace.
3409
3410 * progmodes/compile.el (compilation-handle-exit):
3411 Use run-hook-with-args to run compilation-finish-functions.
3412
3413 * files.el (file-start-mode-alist): New variable.
3414 (magic-mode-regexp-match-limit): Doc fix.
3415 (set-auto-mode): Handle file-start-mode-alist.
3416 A little cleanup of structure.
3417
3418 2007-05-10 Davis Herring <herring@lanl.gov>
3419
3420 * calendar/timeclock.el (timeclock-in): Fix non-interactive
3421 workday specifications.
3422 (timeclock-log): Don't kill the log buffer if it already existed.
3423
3424 2007-05-08 Richard Stallman <rms@gnu.org>
3425
3426 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
3427 Don't include non-self-insert commands in the exception for `-'.
3428
3429 2007-05-08 David Reitter <david.reitter@gmail.com>
3430
3431 * progmodes/python.el (python-guess-indent): Check non-nullness
3432 before comparing indent against the 2..8 interval.
3433
3434 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3435
3436 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
3437 available.
3438
3439 2007-05-06 Richard Stallman <rms@gnu.org>
3440
3441 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
3442
3443 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
3444
3445 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
3446 disconnections.
3447
3448 2007-05-01 Romain Francoise <romain@orebokech.com>
3449
3450 * dired-x.el: Revert 2007-04-06 change.
3451
3452 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
3453
3454 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
3455 don't put stop on toolbar.
3456
3457 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
3458
3459 * find-dired.el (find-dired-filter): Propertize all text down to eob.
3460
3461 2007-04-29 Richard Stallman <rms@gnu.org>
3462
3463 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
3464
3465 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3466
3467 * progmodes/cc-mode.el (c-before-change): Use point-min rather
3468 than 1.
3469
3470 2007-04-28 Richard Stallman <rms@gnu.org>
3471
3472 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
3473
3474 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3475
3476 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
3477
3478 2007-04-28 Eli Zaretskii <eliz@gnu.org>
3479
3480 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
3481 instead of $(lisp)/mh-e.
3482
3483 * textmodes/fill.el (fill-paragraph): Doc fix.
3484
3485 2007-04-28 Glenn Morris <rgm@gnu.org>
3486
3487 * image-dired.el (image-dired-cmd-create-thumbnail-options)
3488 (image-dired-cmd-create-temp-image-options): Replace option
3489 +profile "*" with -strip.
3490
3491 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
3492
3493 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3494 Use window-start and window-end.
3495
3496 2007-04-26 Glenn Morris <rgm@gnu.org>
3497
3498 * progmodes/python.el: Restore file pending consideration of legal
3499 status.
3500
3501 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
3502
3503 * locate.el (locate-in-alternate-database): Doc fix.
3504
3505 2007-04-26 Glenn Morris <rgm@gnu.org>
3506
3507 * button.el (button): Use underline if supported, else fall back
3508 to color.
3509
3510 2007-04-25 Richard Stallman <rms@gnu.org>
3511
3512 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
3513
3514 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
3515
3516 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
3517 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
3518 pushing mark.
3519 (idlwave-current-routine): Don't push mark.
3520
3521 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
3522
3523 * image-dired.el (image-dired-display-image): Derive image-type from
3524 filename rather than assuming jpeg, in case no resizing was needed.
3525
3526 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3527
3528 * custom.el (defface): Doc fix.
3529
3530 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
3531
3532 * progmodes/python.el: Remove due to unclear legal issues.
3533
3534 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3535
3536 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
3537 Don't re-query for each cleared BP.
3538 (idlwave-shell-clear-bp): Optionally skip BP query.
3539 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
3540 of set-window-buffer, which incorrectly moves displayed region.
3541
3542 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
3543
3544 * calc/calc.el (calc-bug-address): Update maintainer's address.
3545 * calc/*: Update maintainer's address.
3546
3547 2007-04-23 Richard Stallman <rms@gnu.org>
3548
3549 * simple.el (set-mark-command-repeat-pop): Doc fix.
3550 Put in `editing-basics' group.
3551
3552 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
3553
3554 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
3555 New functions.
3556 (Info-mode-line-node-keymap): Bind mouse commands to
3557 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
3558
3559 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
3560
3561 * locate.el (locate-local-prompt): New var.
3562 (locate-prompt-for-command): Doc fix.
3563 (locate-prompt-for-search-string): New function.
3564 (locate): New optional arg. Make locate-local-prompt
3565 buffer-local. Use locate-prompt-for-search-string.
3566 (locate-with-filter): New optional arg.
3567 Use locate-prompt-for-search-string.
3568 (locate-update): Bind locate-prompt-for-command.
3569
3570 2007-04-23 Glenn Morris <rgm@gnu.org>
3571
3572 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
3573
3574 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
3575
3576 * button.el (button): Inherit from link face on a tty.
3577
3578 2007-04-23 Glenn Morris <rgm@gnu.org>
3579
3580 * button.el (button): Use color for this face on a tty.
3581
3582 * files.el (magic-mode-alist): Allow for carriage-returns in
3583 html-mode and sgml-mode entries.
3584
3585 2007-04-22 Richard Stallman <rms@gnu.org>
3586
3587 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3588 Improve doc string of generated command.
3589
3590 * subr.el (read-number): Catch errors.
3591
3592 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
3593
3594 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3595
3596 * image-dired.el: Rename from thumbnails.el. All instances of
3597 "thumbnails" replaced with "image-dired".
3598
3599 * dired.el (dired-mode-map): Rename "thumbnails" again, to
3600 "image-dired".
3601
3602 2007-04-22 Kim F. Storm <storm@cua.dk>
3603
3604 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
3605 Don't use kill-line.
3606
3607 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
3608
3609 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
3610 error message.
3611
3612 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3613
3614 * dired.el: Rename "tumme" to "thumbnails".
3615
3616 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
3617 replaced with "thumbnails".
3618
3619 2007-04-22 Glenn Morris <rgm@gnu.org>
3620
3621 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
3622 and give it the risky-local-variable property.
3623
3624 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
3625 before defining it.
3626
3627 2007-04-21 Martin Rudalics <rudalics@gmx.at>
3628
3629 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3630 Use delete-region instead of kill-line.
3631
3632 2007-04-21 Alan Mackenzie <acm@muc.de>
3633
3634 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
3635 `kill-region' by `delete-region'.
3636
3637 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
3638
3639 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
3640 instead of kill-region.
3641
3642 * progmodes/mantemp.el (mantemp-make-mantemps-region)
3643 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
3644 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
3645 and kill-line.
3646
3647 * progmodes/vhdl-mode.el (vhdl-template-type)
3648 (vhdl-template-record, vhdl-template-nature)
3649 (vhdl-template-configuration-spec, vhdl-template-component-inst)
3650 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
3651 Use delete-region instead of kill-word and kill-line.
3652
3653 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3654
3655 * dired-x.el (dired-virtual-mode): Doc fix.
3656
3657 2007-04-21 Richard Stallman <rms@gnu.org>
3658
3659 * font-lock.el (font-lock-keywords-alist): Mark as risky.
3660
3661 * subr.el (read-number): Doc fix.
3662
3663 * simple.el (pop-to-mark-command): Display message "mark popped"
3664 if point does not move.
3665 (set-mark-command): Doc fix.
3666
3667 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
3668
3669 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
3670 (locate-local-filter, locate-local-search): New vars.
3671 (locate): Make variables local.
3672 (locate-update): Bind locate-buffer-name. Call locate using
3673 locate-local-filter and locate-local-search.
3674
3675 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
3676
3677 * hi-lock.el (hi-lock-file-patterns-policy): New var.
3678 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
3679 (hi-lock-mode): Update docstring.
3680
3681 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3682
3683 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
3684 fill-nobreak-predicate when the break is past fill-column.
3685
3686 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
3687
3688 * locate.el (locate): Output from shell-command should go in the
3689 current buffer rather than *Shell Command Output*.
3690
3691 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
3692
3693 * paren.el (show-paren-function): Fix last fix.
3694
3695 2007-04-19 Kevin Ryde <user42@zip.com.au>
3696
3697 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
3698 (archive-lzh-summarize): Add optional start arg for where to start
3699 looking at the archive.
3700 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
3701
3702 * international/mule.el (auto-coding-alist): no-conversion for .exe
3703 and .EXE.
3704
3705 2007-04-19 Alan Mackenzie <acm@muc.de>
3706
3707 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
3708 function return type contains "struct", "union", etc.
3709 c-end-of-defun goes too far forward.
3710
3711 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
3712
3713 * paren.el (show-paren-function): Reset window-start to avoid
3714 recentering.
3715
3716 2007-04-19 Glenn Morris <rgm@gnu.org>
3717
3718 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
3719
3720 2007-04-18 Glenn Morris <rgm@gnu.org>
3721
3722 * calendar/diary-lib.el (diary-header-line-format): Add a custom
3723 :set function.
3724 (diary-list-entries): Only switch to diary-mode from
3725 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
3726 diary-mode set header-line-format, in case of any customization.
3727
3728 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3729
3730 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
3731 is less than the length of parse-time-syntax.
3732
3733 2007-04-17 David Kastrup <dak@gnu.org>
3734
3735 * replace.el (query-replace-regexp-eval): Deprecate.
3736
3737 2007-04-17 Alan Mackenzie <acm@muc.de>
3738
3739 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
3740 point too close to EOB, leave point at EOB rather than last `}'.
3741
3742 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3743
3744 * textmodes/bibtex.el (bibtex-include-OPTkey)
3745 (bibtex-user-optional-fields, bibtex-entry-field-alist):
3746 Fix defcustom.
3747
3748 2007-04-17 Glenn Morris <rgm@gnu.org>
3749
3750 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
3751 be encoded, fall back to current year.
3752
3753 2007-04-14 Kevin Ryde <user42@zip.com.au>
3754
3755 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
3756 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
3757 M "MSDOS".
3758
3759 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
3760
3761 * progmodes/python.el (python-end-of-block): Avoid looping forever
3762 if python-next-statement fails.
3763
3764 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3765
3766 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
3767
3768 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3769
3770 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
3771 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
3772
3773 2007-04-15 Jay Belanger <belanger@truman.edu>
3774
3775 * calc/calc.el (calc-version): New function.
3776 (calc-trail-mode): Shorten the title.
3777
3778 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
3779
3780 * mail/footnote.el (footnote-style): Clarify docstring to state
3781 that customizing this only applies to future footnotes.
3782
3783 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3784
3785 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
3786 (bibtex-make-field): Check that INIT is a string. Use functionp.
3787
3788 2007-04-14 Glenn Morris <rgm@gnu.org>
3789
3790 * complete.el (PC-goto-end): New buffer-local variable.
3791 (PC-do-completion-end): Make buffer-local.
3792 (partial-completion-mode) <choose-completion-string-functions>:
3793 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
3794 (PC-do-completion): New optional fourth argument GOTO-END. Add a
3795 doc string. Set PC-goto-end for choose-completion.
3796 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
3797 PC-do-completion.
3798
3799 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
3800 arg to bibtex-make-field.
3801 (bibtex-make-field): Add optional fourth arg NODELIM.
3802 Insert delimiters around INIT unless this arg is non-nil.
3803
3804 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
3805
3806 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
3807 global map isn't modified.
3808
3809 2007-04-14 Glenn Morris <rgm@gnu.org>
3810
3811 * calendar/appt.el (appt-disp-window): Do not split small windows.
3812 Suggested by Jeff Miller <jmiller@cablespeed.com>.
3813
3814 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
3815
3816 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
3817
3818 * files.el: Ditto.
3819
3820 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
3821
3822 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
3823
3824 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
3825 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
3826 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
3827 (term-pager-help): Fix typos in docstrings.
3828
3829 * wid-edit.el (widget-documentation): Fix typo in docstring.
3830
3831 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
3832 Fix typos in error messages.
3833
3834 2007-04-13 Martin Rudalics <rudalics@gmx.at>
3835
3836 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
3837 window marked as dedicated.
3838
3839 * mail/footnote.el (footnote-latin-string): New variable.
3840 (footnote-latin-regexp): Redefine as regexp alternative.
3841 (Footnote-latin): Use footnote-latin-string instead of
3842 footnote-latin-regexp.
3843
3844 2007-04-13 Glenn Morris <rgm@gnu.org>
3845
3846 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
3847 inherited keymaps.
3848
3849 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
3850
3851 * outline.el (outline-get-next-sibling): Clarify docstring.
3852 (outline-get-last-sibling): Handle case where we are at the first
3853 heading. Clarify docstring.
3854
3855 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
3856
3857 * progmodes/gud.el (gud-minor-mode-map): Make go button same
3858 length as stop button to lessen flicker.
3859 (jdb): Add gud-print.
3860 (gud-find-expr): Jdb prints the expression with the value, so
3861 don't insert it in the output.
3862
3863 2007-04-11 Jason Rumney <jasonr@gnu.org>
3864
3865 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
3866 case hex. Do not try to decode non-hex letters.
3867
3868 2007-04-11 Markus Triska <markus.triska@gmx.at>
3869
3870 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
3871 (byte-optimize-backward-word): Remove (move to bytecomp.el).
3872 (byte-optimize-form-code-walker): Evaluate pure function calls if
3873 possible.
3874 (byte-optimize-all-constp): New function.
3875
3876 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3877 Improve numeric argument case.
3878 (byte-compile-backward-char, byte-compile-backward-word):
3879 New functions, performing rewriting previously done in byte-opt.el.
3880 Fix their "Fixme" item (restriction to numeric arguments).
3881
3882 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3883
3884 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
3885 with dolist.
3886 (after-init-hook): Don't quote lambda.
3887 (desktop-first-buffer): Don't wrap it in eval-when-compile.
3888 (desktop-internal-v2s): Remove unused var `el'.
3889 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
3890 desktop-restore-file-buffer.
3891 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
3892 desktop-create-buffer.
3893
3894 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
3895
3896 * woman.el (woman-decode-buffer): Postpone macro-set check...
3897 (woman-decode-region): ...to here.
3898
3899 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
3900
3901 * startup.el (tty-handle-args): Use %S to log ARGS.
3902
3903 2007-04-10 Glenn Morris <rgm@gnu.org>
3904
3905 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
3906 it is obsolete and has no effect.
3907
3908 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
3909 byte-compiler.
3910
3911 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
3912 obsolete function make-local-hook.
3913
3914 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
3915 start to quieten byte-compiler.
3916
3917 2007-04-10 Markus Triska <markus.triska@gmx.at>
3918
3919 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
3920 to bytecomp.el as byte-compile-char-before).
3921 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3922 New function (modified replacement for byte-optimize-char-before in
3923 byte-opt.el).
3924
3925 2007-04-09 Alan Mackenzie <acm@muc.de>
3926
3927 * startup.el (inhibit-splash-screen): Emphatically state that it
3928 can't be set in site-start.el.
3929
3930 2007-04-09 Masatake YAMATO <jet@gyve.org>
3931
3932 * progmodes/cc-subword.el (c-capitalize-subword): More closely
3933 mimic the behavior of `capitalize-word'. Do not move point with a
3934 negative argument. Based on tiny change by Paul Curry.
3935
3936 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
3937
3938 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
3939 Don't move point if ARG is negative.
3940
3941 2007-04-09 Alan Mackenzie <acm@muc.de>
3942
3943 Changes to make `narrow-to-defun' and `mark-defun' work properly
3944 in CC Mode:
3945
3946 * progmodes/cc-defs.el (c-beginning-of-defun-1):
3947 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
3948 Bind beginning/end-of-defun-function to nil around calls to
3949 beginning/end-of-defun.
3950
3951 * progmodes/cc-langs.el (beginning-of-defun-function)
3952 (end-of-defun-function): New c-lang-setvar's.
3953
3954 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
3955 (setq arg 1))" to enable non-interactive call.
3956
3957 2007-04-09 Eli Zaretskii <eliz@gnu.org>
3958
3959 * simple.el (set-mark-command): Doc fix.
3960
3961 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
3962
3963 * progmodes/gud.el (gdb): Restore existing session if user
3964 tries to start a second one in graphical mode.
3965
3966 2007-04-08 Martin Rudalics <rudalics@gmx.at>
3967
3968 * cus-start.el <scroll-preserve-screen-position>: Add choices.
3969
3970 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3971
3972 * term/xterm.el (terminal-init-xterm): Fix key definitions.
3973 Add binding for C-M-SPC.
3974
3975 2007-04-08 Richard Stallman <rms@gnu.org>
3976
3977 * pcomplete.el (pcomplete-read-event): One single definition,
3978 and not a defsubst.
3979
3980 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
3981
3982 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
3983 byte-compiler warning "value unused".
3984
3985 2007-04-08 Andreas Schwab <schwab@suse.de>
3986
3987 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
3988
3989 2007-04-07 Glenn Morris <rgm@gnu.org>
3990
3991 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
3992 Autoload these functions.
3993 (diary-date-forms): Add a custom :set form.
3994
3995 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
3996 before first use.
3997 (diary-font-lock-keywords): New function with old code for
3998 initialization of variable of same name.
3999
4000 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
4001
4002 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
4003 clean-up: only insert space when on identifier, etc.
4004
4005 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
4006
4007 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
4008
4009 * net/tls.el (open-tls-stream): Properly handle case where there
4010 is no associated buffer.
4011
4012 2007-04-07 Glenn Morris <rgm@gnu.org>
4013
4014 * ffap.el (ffap-file-at-point): Lower the priority of the
4015 ffap-ftp-sans-slash-regexp check.
4016
4017 2007-04-06 Alan Mackenzie <acm@muc.de>
4018
4019 Fix fontification of labels, and other things with ":".
4020
4021 * progmodes/cc-engine.el (c-forward-label): The function now
4022 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
4023 the former t.
4024
4025 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
4026 new return code from c-forward-label, fontifying tokens properly.
4027 Add some general comments throughout the file.
4028
4029 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
4030
4031 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
4032 Revert 2006-01-27 change.
4033
4034 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
4035
4036 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
4037
4038 * desktop.el (desktop-create-buffer, desktop-save):
4039 Revert 2004-11-12 change for lack of copyright papers.
4040
4041 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
4042 (dired-guess-default): Respect case.
4043
4044 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
4045
4046 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
4047 was originally checked in as byte-optimize-concat on 1997-11-02.
4048
4049 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
4050 1995-05-19 doc changes.
4051
4052 2007-04-06 Kim F. Storm <storm@cua.dk>
4053
4054 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
4055 (unload-feature): Update interactive spec accordingly.
4056
4057 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
4058
4059 2007-04-06 John Paul Wallington <jpw@pobox.com>
4060
4061 * subr.el (with-case-table): Use `make-symbol' to avoid variable
4062 capture. Restore the table in the same buffer.
4063
4064 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
4065
4066 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
4067
4068 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4069 Print entire form.
4070
4071 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
4072
4073 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
4074 for low-color displays.
4075
4076 2007-04-05 Glenn Morris <rgm@gnu.org>
4077
4078 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
4079 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
4080 Seed random number generator on loading.
4081
4082 * emacs-lisp/authors.el (top-level): Provide self.
4083
4084 * play/animate.el (top-level): Provide self.
4085
4086 2007-04-04 Alan Mackenzie <acm@muc.de>
4087
4088 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
4089 to mention c-syntactic-indentation.
4090
4091 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
4092
4093 * subr.el (with-case-table): New macro.
4094
4095 * international/mule.el (ascii-case-table): New var.
4096
4097 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
4098 downcasing.
4099
4100 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
4101
4102 * progmodes/gud.el (gud-minor-mode-map): Simplify.
4103
4104 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
4105 of the window if we're outside it e.g menu-bar.
4106
4107 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
4108 window if we're outside it e.g menu-bar.
4109
4110 2007-04-03 Eli Zaretskii <eliz@gnu.org>
4111
4112 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
4113 decode base-64 encoded body if its content-type is something other
4114 than text/* or message/*.
4115
4116 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
4117
4118 * simple.el (activate-mark-hook): Fix typo in docstring.
4119
4120 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
4121
4122 * tmm.el (tmm-c-prompt): Initialize.
4123 (tmm-menubar): Deal with extended menu-items at top level.
4124 (tmm-get-keybind): Handle bindings redefined/undefined locally.
4125 (tmm-prompt): Handle visibility of top level menu-items.
4126
4127 * progmodes/gud.el (gud-menu-map): Simplify.
4128 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
4129 menubar.
4130
4131 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
4132
4133 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
4134
4135 * comint.el (comint-send-input): Widen the buffer first.
4136
4137 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
4138
4139 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4140
4141 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
4142 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
4143
4144 * newcomment.el (comment-search-forward): Discard comment starters
4145 before point.
4146
4147 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
4148
4149 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
4150
4151 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
4152
4153 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
4154 when downcasing.
4155
4156 * button.el (previous-button): Rewrite to account for adjacent buttons.
4157
4158 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
4159
4160 * progmodes/idlwave.el (idlwave-auto-fill):
4161 Revert paragraph-separate change.
4162
4163 * progmodes/idlw-shell.el (idlwave-shell-break-in):
4164 Simplify module calc.
4165 (idlwave-shell-set-bp-in-module): Compute module.
4166
4167 2007-03-31 Glenn Morris <rgm@gnu.org>
4168
4169 * emacs-lisp/timer.el (run-at-time): Doc fix.
4170
4171 * emacs-lisp/warnings.el (display-warning): If we create the
4172 buffer displaying the warning, disable undo there.
4173
4174 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
4175
4176 * net/tramp.el (tramp-register-file-name-handler)
4177 (tramp-register-completion-file-name-handler): New defsubst,
4178 derived from `tramp-register-file-name-handlers'. The split is
4179 necessary because Tramp's file name handlers must be registered at
4180 different startup places.
4181
4182 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
4183
4184 * progmodes/hideshow.el (turn-off-hideshow): New function.
4185 (hs-minor-mode): Use it instead of a lambda expression in
4186 change-major-mode-hook.
4187
4188 2007-03-31 David Kastrup <dak@gnu.org>
4189
4190 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
4191 corresponding to MANPATH_MAP entries.
4192 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
4193 (woman-parse-man.conf): Use more discriminating man.conf name.
4194 (woman-parse-man.conf): Parse MANPATH_MAP entries.
4195 (woman-manpath): Doc fix and type fix.
4196 (woman-cached-data): Check for MANPATH_MAP entries.
4197 (woman-expand-directory-path): Treat MANPATH_MAP entries.
4198
4199 2007-03-31 Stuart Herring <herring@lanl.gov>
4200
4201 * emacs-lisp/sregex.el (sregexq): Doc fix.
4202
4203 2007-03-31 Markus Triska <markus.triska@gmx.at>
4204
4205 * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
4206
4207 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
4208
4209 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
4210 Move to the right.
4211
4212 2007-03-30 Alan Mackenzie <acm@muc.de>
4213
4214 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
4215
4216 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4217
4218 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
4219 Use it, passed in explicitly, instead of from the dynamic binding.
4220 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
4221
4222 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
4223
4224 * simple.el (blink-matching-open): When in minibuffer, don't
4225 search for a match inside the prompt.
4226
4227 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
4228
4229 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
4230 (tmm-prompt): Don't make the mouse user select the first menu
4231 item twice.
4232
4233 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
4234
4235 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
4236 SIGUSR1 and SIGUSR2.
4237
4238 2007-03-29 Kim F. Storm <storm@cua.dk>
4239
4240 * ido.el (ido-read-internal): When reading file or dir, only override
4241 minibuffer-local-filename-completion-map, otherwise only override
4242 minibuffer-local-completion-map.
4243
4244 2007-03-29 Glenn Morris <rgm@gnu.org>
4245
4246 * complete.el (partial-completion-mode): Set PC-do-completion-end
4247 to nil after use.
4248 (PC-lisp-complete-symbol): Create and use a marker at `end',
4249 rather than using point-marker.
4250
4251 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
4252
4253 * simple.el (next-error-highlight): Doc fix.
4254 (compose-mail): Revert 2007-03-19 change.
4255
4256 2007-03-28 Richard Stallman <rms@gnu.org>
4257
4258 * emacs-lisp/edebug.el (edebug-display): Don't go to
4259 edebug-outside-buffer if it is dead.
4260
4261 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
4262
4263 * view.el (view-mode): Fix typos in docstring.
4264
4265 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
4266
4267 * recentf.el (recentf-save-file): Add a custom :set function.
4268
4269 2007-03-28 Glenn Morris <rgm@gnu.org>
4270
4271 * complete.el (PC-do-completion-end): New variable.
4272 (partial-completion-mode) <choose-completion-string-functions>:
4273 Use PC-do-completion-end in the non-minibuffer case to replace the
4274 correct amount of text.
4275 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
4276 (PC-lisp-complete-symbol): Give marker the after-insertion type,
4277 to deal with improvements inserted after point.
4278
4279 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4280
4281 * button.el (make-text-button): Add explicit `button' property.
4282 (default-button): Don't put a `button' property on it.
4283
4284 * progmodes/python.el (python-mode): Skip comments when parsing.
4285
4286 * vc-arch.el (vc-with-current-file-buffer): New macro.
4287 (vc-arch-file-source-p): Use it to avoid infloop.
4288
4289 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
4290
4291 * emacs-lisp/lisp.el (lisp-complete-symbol):
4292 Fix call to get-buffer-window to find windows in other frames.
4293
4294 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4295
4296 * comint.el (comint-proc-query, comint-dynamic-list-completions):
4297 Fix calls to get-buffer-window to find windows in other frames.
4298 Reported by David Hansen <david.hansen@gmx.net>.
4299
4300 2007-03-27 Kevin Ryde <user42@zip.com.au>
4301
4302 * info.el (Info-display-images-node): On a text-only terminal,
4303 show the "text" or "alt" parts of the image blobs.
4304
4305 2007-03-27 Glenn Morris <rgm@gnu.org>
4306
4307 * complete.el (PC-do-completion): Compute completion-base-size in
4308 the non-filename case, rather than setting to nil.
4309 (PC-lisp-complete-end): New variable.
4310 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
4311 original end in a series of consecutive invocations.
4312
4313 * calendar/calendar.el (calendar-mode-hook): Declare it.
4314
4315 * calendar/diary-lib.el (diary-live-p): Do not check for
4316 diary-selective-display.
4317
4318 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4319
4320 * replace.el (occur-next-error): *Occur* might not be displayed in the
4321 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
4322
4323 2007-03-26 Richard Stallman <rms@gnu.org>
4324
4325 * textmodes/flyspell.el (flyspell-large-region):
4326 Use ispell-call-process-region.
4327
4328 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4329
4330 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
4331 Use prin1 instead of princ.
4332
4333 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
4334
4335 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
4336 Merge in X resources before global face.
4337
4338 * progmodes/compile.el (compilation-start): Save compilation-directory
4339 rather than default-directory as local var.
4340 (compilation-directory): Mark as safe local var.
4341
4342 * files.el: Don't mark default-directory as a safe local var.
4343
4344 2007-03-25 Alan Mackenzie <acm@muc.de>
4345
4346 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
4347 * progmodes/cc-engine.el: Fix typo.
4348
4349 2007-03-25 Juri Linkov <juri@jurta.org>
4350
4351 * compare-w.el (compare-windows): Rename customization group
4352 `compare-w' to `compare-windows'.
4353 (compare-windows-whitespace, compare-ignore-whitespace)
4354 (compare-ignore-case, compare-windows-sync)
4355 (compare-windows-sync-string-size, compare-windows-recenter)
4356 (compare-windows-highlight, compare-windows): Change group name in
4357 the `group' tag from `compare-w' to `compare-windows'.
4358 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
4359
4360 2007-03-24 Markus Triska <markus.triska@gmx.at>
4361
4362 * expand.el: Change example to always enable abbrev-mode,
4363 and remove redundant `function'.
4364 (expand-abbrev-hook): Add autoload cookie.
4365
4366 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
4367
4368 * emacs-lisp/testcover.el (testcover-start, testcover-end)
4369 (testcover-mark-all, testcover-unmark-all): Add prompts to
4370 interactive specs.
4371
4372 2007-03-24 Jason Rumney <jasonr@gnu.org>
4373
4374 * autorevert.el (find-file-hook, auto-revert-tail-mode):
4375 Use file size in bytes for auto-revert-tail-pos not characters.
4376
4377 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
4378
4379 * vc-rcs.el (vc-rcs-annotate-command):
4380 Set text property :vc-annotate-prefix on the annotation text.
4381 (vc-rcs-annotate-time): Instead of searching for ": ",
4382 search for end of text propertized with :vc-annotate-prefix.
4383
4384 2007-03-24 Martin Rudalics <rudalics@gmx.at>
4385
4386 * whitespace.el (top level): Remove calls putting
4387 permanent-local nil property since these are no-ops.
4388
4389 * man.el (Man-support-local-filenames): Assure that
4390 default-directory exists when doing call-process.
4391
4392 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
4393
4394 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
4395 Fix omission bug: Use m4-program-options to construct shell command.
4396
4397 2007-03-23 David Kastrup <dak@gnu.org>
4398
4399 * progmodes/cc-mode.el (c-make-emacs-variables-local):
4400 Use `mapcar' rather than `mapcan' to silence compiler warning.
4401
4402 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
4403
4404 * textmodes/reftex.el, textmodes/reftex-vars.el,
4405 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
4406 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
4407 * textmodes/reftex-index.el, textmodes/reftex-global.el,
4408 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
4409 * textmodes/reftex-auc.el: Add maintainer address.
4410
4411 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
4412
4413 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
4414 Make sure that `global-font-lock-mode' does not turn on font-lock
4415 in these buffers.
4416
4417 2007-03-21 Kim F. Storm <storm@cua.dk>
4418
4419 * xt-mouse.el (xt-mouse-epoch): New variable.
4420 (xterm-mouse-event): Use float-time.
4421
4422 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
4423
4424 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
4425 current-time.
4426
4427 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4428
4429 * complete.el (read-file-name-internal): Don't add the final > if the
4430 completion is not finished (re-application of this patch, which was
4431 accidentally undone by Eli).
4432
4433 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
4434
4435 * emulation/viper.el (viper-non-hook-settings): Handle mouse
4436 clicks in describe-key and describe-key-briefly advice a little better.
4437
4438 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
4439
4440 * server.el (server-process-filter): Cancel any pending isearch.
4441
4442 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
4443
4444 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
4445 (icalendar--get-unfolded-buffer): Define actual arguments rather
4446 than just using &rest. Check replace-in-string is fbound.
4447 (icalendar-import-buffer): Doc fix.
4448 (icalendar--convert-ical-to-diary): Set diary-file.
4449 Check diary-file before inserting final newline.
4450 (icalendar--add-diary-entry): Return diary-file.
4451
4452 2007-03-21 Glenn Morris <rgm@gnu.org>
4453
4454 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
4455 (diary-display-hook): Add custom :set function.
4456
4457 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
4458 Add custom :set function.
4459 (diary-header-line-format): Doc fix.
4460 (diary-set-maybe-redraw): New function.
4461 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
4462 (diary-list-entries): Always run diary-mode.
4463
4464 2007-03-20 Kenichi Handa <handa@m17n.org>
4465
4466 * international/quail.el (quail-setup-completion-buf): Make the
4467 completion buffer read-only.
4468 (quail-completion): Adjusted for the above change. Leave the
4469 modified flag nil.
4470
4471 2007-03-20 David Kastrup <dak@gnu.org>
4472
4473 * files.el (magic-mode-alist): Require literal "%!PS" string for
4474 magic postscript file detection.
4475
4476 2007-03-20 Richard Stallman <rms@gnu.org>
4477
4478 * textmodes/ispell.el (ispell-call-process): New function.
4479 Defends against bad `default-directory.'
4480 (ispell-check-version, ispell-find-aspell-dictionaries)
4481 (ispell-get-aspell-config-value, lookup-words): Call it.
4482 (ispell-call-process-region): New function.
4483 (ispell-send-string): Call it.
4484
4485 2007-03-20 Andreas Schwab <schwab@suse.de>
4486
4487 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
4488 (finder-data): Likewise.
4489 (autoloads): Likewise.
4490
4491 2007-03-20 Martin Rudalics <rudalics@gmx.at>
4492
4493 * files.el (basic-save-buffer): Do not set visited filename when
4494 the corresponding directory does not exist or the specified
4495 filename is that of an existing directory.
4496
4497 2007-03-20 Glenn Morris <rgm@gnu.org>
4498
4499 * calendar/diary-lib.el (diary-live-p): New function.
4500 (number-of-diary-entries): Add a :set function to redisplay diary
4501 when necessary.
4502
4503 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
4504
4505 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
4506 from client program, mev, to compute mouse event.
4507
4508 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
4509
4510 * faces.el (momentary): Face removed; unused due to reversion of
4511 2007-01-04 changes by Kevin Rodgers.
4512
4513 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
4514 Suggested by Johan Bockg\e,Ae\e(Brd.
4515
4516 2007-03-19 Martin Rudalics <rudalics@gmx.at>
4517
4518 * font-lock.el (lisp-font-lock-keywords-1):
4519 Highlight define-globalized-minor-mode as a keyword.
4520
4521 2007-03-19 Kim F. Storm <storm@cua.dk>
4522
4523 * calc/calc-forms.el (math-std-daylight-savings)
4524 (math-std-daylight-savings-old): Doc fix.
4525
4526 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
4527
4528 * progmodes/python.el (python-default-template): Doc fix.
4529 (python-buffer): Fix typo in docstring.
4530
4531 * isearchb.el (isearchb-follow-char):
4532 * subr.el (def-edebug-spec): Fix typo in docstring.
4533
4534 2007-03-19 Richard Stallman <rms@gnu.org>
4535
4536 * files.el (default-directory): Mark safe.
4537 (basic-save-buffer-2): Put proper dir name in error message.
4538
4539 * simple.el (compose-mail): Run switch-function after
4540 setting up the mail buffer.
4541
4542 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
4543
4544 2007-03-18 Jay Belanger <belanger@truman.edu>
4545
4546 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
4547 (math-std-daylight-savings-new): Rename from
4548 `math-std-daylight-savings'.
4549 (math-std-daylight-savings-old): Rename from old value of
4550 `math-std-daylight-savings'.
4551 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
4552 `math-std-daylight-savings-old' depending on the year.
4553
4554 2007-03-18 Detlev Zundel <dzu@gnu.org>
4555
4556 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
4557 zero-width regexps as invalid but rather at least count them correctly.
4558
4559 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
4560
4561 * net/tls.el (open-tls-stream): In handshake-waiting loop,
4562 don't wait more if there is output available to process.
4563
4564 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
4565
4566 * progmodes/compile.el (compilation-find-file): Revert change
4567 from 2006-07-18 to allow completion of directory names.
4568 Reported by John Carter <john.carter@tait.co.nz>.
4569
4570 2007-03-18 Kim F. Storm <storm@cua.dk>
4571
4572 * subr.el (when, unless): Doc fix.
4573
4574 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
4575
4576 * net/tls.el (tls-program): Doc fix.
4577
4578 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
4579
4580 * autorevert.el (auto-revert-tail-handler):
4581 Call after-revert-hook.
4582
4583 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
4584
4585 * simple.el (switch-to-completions): No error if search for \n\n fails.
4586
4587 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
4588
4589 * simple.el (line-move-1):
4590 Respect `inhibit-line-move-field-capture' property.
4591
4592 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
4593
4594 * comint.el (comint-arguments): Mark backslash-escaped chars.
4595 (comint-delim-arg): Don't treat them as delimiters.
4596
4597 2007-03-12 Kim F. Storm <storm@cua.dk>
4598 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
4599
4600 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
4601
4602 * tempo.el (tempo-insert): Deal with 'r> if it appears
4603 specified with a prompt argument.
4604
4605 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
4606
4607 * textmodes/org.el (org-set-font-lock-defaults):
4608 Handle narrow table columns correctly.
4609
4610 2007-03-12 Mark A. Hershberger <mah@everybody.org>
4611
4612 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
4613 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
4614 Return to use of the -no-properties variants. There was
4615 consensus on emacs-devel that the speed of these variants was
4616 prefered since we are usually parsing files (from the internet
4617 or on disk) instead of XML created in Emacs.
4618
4619 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
4620 Add customize option.
4621
4622 2007-03-12 Glenn Morris <rgm@gnu.org>
4623
4624 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
4625 North American rule. Replace "daylight savings" with "daylight
4626 saving" in doc.
4627
4628 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
4629 * calendar/lunar.el, solar.el: Replace "daylight savings" with
4630 "daylight saving" in text.
4631
4632 * woman.el (woman-change-fonts): Tweak previous change by using
4633 woman-request-regexp rather than "^\\.".
4634
4635 * startup.el (command-line-1): Make insertion of
4636 initial-scratch-message not depend on scratch being selected.
4637
4638 2007-03-11 Juri Linkov <juri@jurta.org>
4639
4640 * replace.el (match): Use yellow background on light-bg terminals.
4641
4642 2007-03-11 Richard Stallman <rms@gnu.org>
4643
4644 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4645 Correctly compute line number.
4646
4647 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
4648
4649 * type-break.el (type-break-get-previous-count):
4650 Repeat previous change here.
4651
4652 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
4653
4654 * progmodes/grep.el (grep-find-ignored-directories):
4655 Add .git and .bzr to list.
4656
4657 2007-03-11 Andreas Schwab <schwab@suse.de>
4658
4659 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
4660
4661 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4662
4663 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
4664
4665 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
4666
4667 * faces.el (face-set-after-frame-default): Recalculate face
4668 customizations after applying X resources.
4669
4670 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
4671
4672 * net/rcirc.el (rcirc-timeout-seconds): New variable.
4673 (rcirc-keepalive-seconds): Remove variable.
4674 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
4675 (rcirc-process, rcirc-user-disconnect): New variables.
4676 (rcirc-connect): Initalize new variables.
4677 (rcirc-keepalive): Don't send keepalive pings before connection
4678 is completed.
4679 (rcirc-sentinel): Do mark all channels with activity when
4680 connection is dropped. Run hook with process buffer local.
4681 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
4682 (rcirc-buffer-process): Return value of rcirc-process if
4683 rcirc-server-buffer is nil.
4684 (rcirc-server-name): Return the reported server name.
4685 (rcirc-update-prompt): Simplify computation of the server name.
4686 (rcirc-format-response-string): Likewise.
4687 (rcirc-handler-001): Mark server as connected, record the reported
4688 server name, and schedule a timeout.
4689 (rcirc-track-nick): Add a spec for the tty class.
4690 (rcirc-user-non-nick): Remove function.
4691 (rcirc-nick-prefix-chars): Add variable.
4692 (rcirc-user-nick): Use above variable.
4693
4694 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4695
4696 * icomplete.el (icomplete-tidy, icomplete-exhibit):
4697 Bind deactivate-mark to nil.
4698
4699 2007-03-10 Martin Rudalics <rudalics@gmx.at>
4700
4701 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
4702 that buffer contents get erased during completion.
4703
4704 2007-03-10 Glenn Morris <rgm@gnu.org>
4705
4706 * woman.el (woman-change-fonts): Add a hack to deal with
4707 font-escape followed by "." at start of a line.
4708 (woman2-IP): Add a hack to deal with consecutive requests.
4709 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
4710
4711 2007-03-10 Alan Mackenzie <acm@muc.de>
4712
4713 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
4714
4715 2007-03-09 Richard Stallman <rms@gnu.org>
4716
4717 * abbrev.el (abbrev): Add `provide'.
4718
4719 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
4720
4721 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
4722
4723 2007-03-09 Martin Rudalics <rudalics@gmx.at>
4724
4725 * complete.el (PC-try-completion): New function.
4726 (PC-do-completion, read-file-name-internal): Use it instead of
4727 try-completion.
4728
4729 2007-03-08 Alan Mackenzie <acm@muc.de>
4730
4731 Remove stale tokens from `c-found-types' cache.
4732
4733 * progmodes/cc-mode.el (c-unfind-enclosing-token)
4734 (c-unfind-coalesced-tokens, c-before-change): New functions.
4735 (c-maybe-stale-found-type): New variable.
4736
4737 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
4738 (c-trim-found-types): New functions.
4739
4740 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
4741
4742 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
4743 (debug-ignored-errors): Add entry from smerge-match-conflict.
4744
4745 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
4746
4747 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
4748 special help topics for keywords.
4749 (idlwave-help-assistant-command): Include ".exe" for ms-dos
4750 etc. Assistant command.
4751
4752 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
4753
4754 * replace.el (occur-engine): Move buffer-undo-list binding...
4755 (occur-1): ...to here.
4756
4757 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
4758
4759 * simple.el (minibuffer-completing-symbol): New var.
4760 (eval-expression): Use it.
4761 (completion-setup-function): Don't bind completion-base-size when
4762 completing a symbol in the minibuffer.
4763
4764 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
4765
4766 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
4767 tries to start a second session in graphical mode.
4768
4769 2007-03-07 Miles Bader <miles@gnu.org>
4770
4771 * international/isearch-x.el
4772 (isearch-process-search-multibyte-characters):
4773 Strip text-properties from PROMPT to avoid an error from read-string.
4774
4775 2007-03-07 Kim F. Storm <storm@cua.dk>
4776
4777 * complete.el (PC-bindings): Remap lisp-complete-symbol to
4778 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
4779
4780 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4781
4782 * complete.el (PC-do-completion): Delete duplicates in the list of
4783 possible completions.
4784
4785 2007-03-07 Glenn Morris <rgm@gnu.org>
4786
4787 * ses.el (ses-mode): Doc fix.
4788
4789 2007-03-06 Kim F. Storm <storm@cua.dk>
4790
4791 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
4792
4793 2007-03-06 Kenichi Handa <handa@m17n.org>
4794
4795 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
4796
4797 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4798
4799 * simple.el (completion-setup-function): Improve last fix so it doesn't
4800 set it to a relative directory name either.
4801
4802 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4803
4804 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
4805
4806 2007-03-05 Richard Stallman <rms@gnu.org>
4807
4808 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
4809
4810 * files.el (find-file-noselect): No error if file no longer exists.
4811 Display a message and avoid other questions.
4812
4813 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4814
4815 * pcomplete.el (pcomplete-show-completions): Improve last change, so
4816 as not to use an invisible window and to create a window if none exist.
4817
4818 * progmodes/python.el (python-send-command): Restart proc if necessary.
4819 (python-proc): Simplify.
4820
4821 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
4822
4823 * pcomplete.el (pcomplete-show-completions): Search all frames for
4824 completions buffer.
4825
4826 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
4827
4828 * cus-edit.el (customize-save-variable): Clear customized-value
4829 property (saved values are now put in theme-value property).
4830 (customize-set-variable): Doc fix.
4831
4832 * complete.el (PC-do-completion): If completion-ignore-case is
4833 non-nil, replace field with completion string before exiting.
4834
4835 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
4836
4837 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
4838 Append its extension to the resulting temporary file name.
4839 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
4840
4841 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
4842 (tramp-smb-handle-write-region): Apply it.
4843
4844 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4845
4846 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4847 Redo previous change.
4848
4849 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4850
4851 * diff-mode.el (diff-mode): Doc fix.
4852
4853 2007-03-05 Kenichi Handa <handa@m17n.org>
4854
4855 * international/characters.el: Set category `l' (latin)
4856 for more characters.
4857
4858 2007-03-04 Kim F. Storm <storm@cua.dk>
4859
4860 * emacs-lisp/authors.el (authors-aliases): Add alias.
4861
4862 2007-03-04 Glenn Morris <rgm@gnu.org>
4863
4864 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
4865 all when switching major mode.
4866 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
4867 (hs-block-start-mdata-select, hs-block-end-regexp)
4868 (hs-forward-sexp-func, hs-adjust-block-beginning):
4869 Do not make these variables permanent-local.
4870
4871 2007-03-04 Richard Stallman <rms@gnu.org>
4872
4873 * progmodes/cperl-mode.el (cperl-mode):
4874 Modify cperl-compilation-error-regexp-alist by appending.
4875
4876 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
4877 (edebug-mode): Add the hook.
4878 (edebug-recursive-edit): Remove the hook on exiting.
4879
4880 * type-break.el (type-break-get-previous-time):
4881 Handle end-of-file errors specially
4882 so they don't get reported wrong in .emacs.
4883
4884 * startup.el (fancy-splash-text): Clarify text.
4885
4886 * simple.el (beginning-of-buffer, end-of-buffer):
4887 Avoid treating plain C-u like numeric arg.
4888
4889 * simple.el (completion-setup-function): Don't set
4890 default-directory to nil.
4891
4892 * shell.el (shell-dirstack-query): Doc fix.
4893
4894 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
4895 Don't select the window -- pass it to primitives instead.
4896
4897 * faces.el (minibuffer-prompt): Use medium blue by default.
4898
4899 2007-03-04 David Kastrup <dak@gnu.org>
4900
4901 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
4902 Preserve 16 as default value for "seconds" when customizing.
4903
4904 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
4905
4906 * textmodes/org.el (org-self-insert-command)
4907 (orgtbl-self-insert-command, org-delete-char)
4908 (org-delete-backward-char): Set the `flyspell-delayed' property.
4909
4910 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
4911
4912 * international/mule.el (find-auto-coding): Don't search for
4913 line-ending characters past the end of the tail.
4914
4915 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
4916
4917 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4918 Jump to the line where new score has been uploaded.
4919
4920 * play/tetris.el (tetris-move-bottom, tetris-move-left)
4921 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
4922 Do nothing when the game is paused.
4923
4924 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
4925
4926 * textmodes/org.el (org-set-tags): Prevent slipping of point
4927 during completion.
4928
4929 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4930
4931 * isearch.el (isearch-message-prefix):
4932 Use minibuffer-prompt-properties.
4933
4934 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4935
4936 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
4937 (ps-setup): Print which Emacsen is running ps-print package.
4938
4939 2007-03-01 Stuart Herring <herring@lanl.gov>
4940
4941 * files.el (set-auto-mode-0): Use `indirect-function'.
4942 (hack-one-local-variable): Don't reapply current major mode.
4943
4944 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
4945
4946 * progmodes/python.el (python-quote-syntax): Don't bother with
4947 syntax-ppss-context.
4948 (python-fill-paragraph): Make sure that fenced-string delimiters that
4949 stand on their own line stay there.
4950
4951 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4952
4953 * replace.el (perform-replace): Propertize message.
4954
4955 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
4956
4957 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
4958 invisible heading.
4959
4960 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4961
4962 * net/tramp.el (tramp-file-name-handler): Revert last change.
4963
4964 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
4965
4966 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
4967 Correct doc strings.
4968
4969 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4970
4971 * replace.el (perform-replace): Undo forward-char immediately if
4972 non-adjacent search fails.
4973
4974 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4975
4976 * version.el (emacs-major-version, emacs-minor-version):
4977 string-to-int -> string-to-number.
4978
4979 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
4980
4981 * help.el (where-is): Fail gracefully when not passed a command.
4982
4983 2007-02-28 Stuart Herring <herring@lanl.gov>
4984
4985 * find-lisp.el (find-lisp-default-directory-predicate):
4986 Fix bug: Do symlink check on expanded filename.
4987
4988 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
4989
4990 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
4991 changes during replacement.
4992 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
4993
4994 2007-02-28 Lars Hansen <larsh@soem.dk>
4995
4996 * desktop.el: Delete header line listing me as maintainer.
4997
4998 2007-02-28 Glenn Morris <rgm@gnu.org>
4999
5000 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
5001 the menus case.
5002
5003 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
5004
5005 * net/tramp.el (tramp-file-name-handler): Inhibit modification
5006 hooks to avoid confusion when combining after-change calls.
5007
5008 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
5009
5010 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
5011 now that pgg-gpg-process-region correctly honors passed-in passphrase.
5012 (allout-distinctive-bullets-string): Add info about bullet conventions.
5013 (allout-mode): Add info about distinctive vs plain bullets.
5014
5015 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
5016
5017 * textmodes/org.el (org-archive-subtree): Quote variable name.
5018 (org-agenda-get-todos): Make sure skip properties are checked correctly.
5019
5020 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
5021
5022 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
5023 (gud-bashdb-command-name, bashdb): Remove.
5024 (gud, gud-menu-map): Remove references to bash/bashdb.
5025
5026 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
5027
5028 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
5029 keyword for Python 2.5.
5030
5031 2007-02-26 Romain Francoise <romain@orebokech.com>
5032
5033 * net/net-utils.el (whois-server-tld): Update server for .org.
5034 (whois-server-list): Add whois.publicinterestregistry.net.
5035 (whois-guess-server): Fix formatting in docstring.
5036
5037 2007-02-26 Kim F. Storm <storm@cua.dk>
5038
5039 * mouse.el (mouse-show-mark): Run hooks and perform command
5040 remapping for mouse-region-delete-keys.
5041
5042 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5043
5044 * font-core.el (font-lock-mode): Doc fix.
5045
5046 2007-02-25 Kim F. Storm <storm@cua.dk>
5047
5048 * ido.el (ido-buffer-internal): Set this-command to fallback command.
5049 Add selected buffer to buffer-name-history.
5050 (ido-file-internal): Set this-command to fallback command.
5051 Add file names to file-name-history.
5052
5053 * emacs-lisp/map-ynp.el (map-y-or-n-p):
5054 Apply minibuffer-prompt-properties.
5055
5056 2007-02-25 Andreas Schwab <schwab@suse.de>
5057
5058 * files.el (hack-one-local-variable-eval-safep): Correct handling
5059 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
5060
5061 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
5062
5063 * textmodes/org.el (org-table-overlay-coordinates)
5064 (org-table-toggle-coordinate-overlays): New functions.
5065 (org-table-overlay-coordinates, org-table-coordinate-overlays):
5066 New variables.
5067 (org-startup-with-deadline-check): Remove option.
5068 (org-mode): Remove deadline check on startup.
5069 (org-table-limit-column-width): Remove option.
5070 (org-table-formula-numbers-only): Remove option.
5071 (org-link-style, org-link-format): Remove options.
5072 (org-select-agenda-window, org-fit-agenda-window): Remove options.
5073 (org-export-ascii-show-new-buffer)
5074 (org-export-html-show-new-buffer): Remove options.
5075 (org-activate-links): Remove camel option.
5076 (org-file-link-context-use-camel-case): Remove option.
5077 (org-camel-regexp): Remove variable.
5078 (org-activate-camels): Remove function.
5079 (org-store-link): Remove Camel stuff.
5080 (org-make-org-heading-camel): Remove function.
5081 (org-open-at-point): Remove camel stuff.
5082 (org-link-search): Remove camel stuff.
5083 (org-camel-to-words): Function removed.
5084 (org-get-agenda-file-buffer): Make sure we prepare the base
5085 buffers, not any indirect buffers.
5086 (org-sort-entries): Sort top-level when not on a headline, and no
5087 active region.
5088 (org-in-regexp): New function.
5089 (org-search-not-self): Rename from `org-search-not-link'.
5090 (org-open-link-marker): New variable.
5091 (org-open-at-point): Set `org-open-link-marker'.
5092 (org-print-icalendar-entries): Fixe bug with excluding DONE
5093 entries from the exported list.
5094 (org-edit-formula-lisp-indent): New command.
5095 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
5096 (orgtbl-to-latex, orgtbl-insert-radio-table)
5097 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
5098 (orgtbl-radio-table-templates): New option.
5099 (org-store-link-props):
5100 (org-remember-templates): More possibilities to insert info
5101 into templates.
5102 (org-remember-apply-template): Make use of the extended
5103 template capabilities.
5104 (org-remember-redo-template): New command.
5105 (org-upgrade-old-links)
5106 (org-table-modify-formulas, org-table-replace-in-formulas)
5107 (org-table-find-dataline)
5108 (org-table-get-vertical-vector): Remove functions.
5109 (org-table-remove-rectangle-highlight)
5110 (org-time-stamp-format, org-toggle-log-option)
5111 (org-table-highlight-rectangle)
5112 (org-table-iterate, org-table-make-reference):
5113 (org-translate-time, org-tree-to-indirect-buffer)
5114 (org-table-field-info, org-table-fix-formulas)
5115 (org-table-force-dataline, org-table-get-descriptor-line)
5116 (org-table-get-range)
5117 (org-skip-comments, org-sort)
5118 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
5119 (org-table-current-dline, org-table-current-field-formula)
5120 (org-table-edit-backward-field)
5121 (org-table-edit-formulas-post-command)
5122 (org-table-edit-line-down, org-table-edit-line-up)
5123 (org-agenda-archive)
5124 (org-agenda-clock-cancel)
5125 (org-agenda-clock-out, org-agenda-list-stuck-projects)
5126 (org-agenda-open-link, org-agenda-show-new-time)
5127 (org-agenda-skip-subtree-when-regexp-matches)
5128 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
5129 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
5130 (org-do-sort, org-file-image-p, org-find-overlays)
5131 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
5132 (org-highlight-until-next-command, org-isearch-end)
5133 (org-match-any-p, org-next-link, org-previous-link):
5134 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
5135 (org-rewrite-old-row-references)
5136 (org-isearch-post-command)
5137 (org-table-edit-move, org-table-edit-next-field)
5138 (org-table-edit-scroll, org-table-edit-scroll-down)
5139 (org-set-frame-title, org-show-reference)
5140 (org-unhighlight-once, org-verify-change-for-undo): New functions.
5141 (org-show-variable): Remove command.
5142 (org-add-log-maybe): New arguments STATE, FINDPOS
5143 (org-table-sort-lines): Rewrite from scratch.
5144 (org-link-search): New argument AVOID-POS.
5145 (org-print-icalendar-entries): Remove argument CATEGORY.
5146 (org-run-agenda-series): Remove argument WONDOW.
5147 (org-next-link, org-previous-link): New commands.
5148 (org-agenda-date-format): New option.
5149 (org-table-iterate): New command.
5150 (org-table-modify-formulas)
5151 (org-table-replace-in-formulas): Remove functions.
5152 (org-table-fix-formulas): New function.
5153 (org-table-insert-column, org-table-delete-column)
5154 (org-table-move-column): Use `org-table-fix-formulas'.
5155 (org-follow-gnus-link): Patch from Bastien/Leo.
5156 (org-table-current-field-formula): New function.
5157 (org-file-image-p): New function.
5158 (org-agenda-show-new-time): New function.
5159 (org-agenda-date-later): Call `org-agenda-show-new-time'.
5160 (org-with-remote-undo): New macro.
5161 (org-agenda-undo): New command.
5162 (org-verify-change-for-undo): New function.
5163 (org-time-stamp-format): New function.
5164 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
5165 by user.
5166 (org-match-any-p): New function.
5167 (org-make-tags-matcher): Handle regular expressions for tag and
5168 todo matches.
5169 (org-read-date): Accept "+N" as input for a date relative to the
5170 current date.
5171 (org-remove-subtree-entries-from-agenda): New function.
5172 (org-agenda-archive, org-agenda-kill):
5173 Use `org-remove-subtree-entries-from-agenda'.
5174 (org-do-sort, org-sort-entries): New functions.
5175 (org-sort): New command.
5176 (org-table-sort-lines): Use `org-do-sort'.
5177 (org-fix-decoded-time): New function.
5178 (org-table-number-regexp): Require 0x... to identify as number
5179 in tables.
5180 (org-startup-options): New keywords for note taking.
5181 (org-upgrade-old-links): Remove function.
5182 (org-get-repeat): New function.
5183 (org-show-context): Also show siblings on current level.
5184 (org-show-siblings): New function.
5185 (org-isearch-end, org-isearch-post-command): New functions.
5186 (org-show-siblings): New option.
5187 (org-show-context): Use `org-show-siblings'.
5188 (org-table-maybe-recalculate-line): No longer require `calc-eval'
5189 to be bound, because user may just use elisp.
5190
5191 2007-02-24 Kim F. Storm <storm@cua.dk>
5192
5193 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
5194 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
5195
5196 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5197
5198 * startup.el (command-line): Also check if the abbrev file is readable.
5199
5200 2007-02-24 John Paul Wallington <jpw@pobox.com>
5201
5202 * net/tls.el (tls-certtool-program): Fix custom type.
5203
5204 * mail/feedmail.el (feedmail-message-id-generator)
5205 (feedmail-date-generator): Fix custom types.
5206
5207 * mail/rmail.el (rmail-message-filter): Fix custom type.
5208
5209 2007-02-24 Eli Zaretskii <eliz@gnu.org>
5210
5211 * startup.el (command-line): If simple.el cannot be found, proceed
5212 with a warning message.
5213
5214 2007-02-24 Kenichi Handa <handa@m17n.org>
5215
5216 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
5217 case that BEG is a string.
5218
5219 2007-02-24 Chris Moore <dooglus@gmail.com>
5220
5221 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5222 * pgg-pgp.el (pgg-pgp-encrypt-region):
5223 * pgg-gpg.el (pgg-gpg-encrypt-region):
5224 Check pgg-encrypt-for-me if no other recipients.
5225
5226 2007-02-23 Eli Zaretskii <eliz@gnu.org>
5227
5228 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
5229
5230 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
5231 shell-quote-argument.
5232
5233 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5234
5235 * comint.el (comint-read-input-ring): Use comint-input-ring-size
5236 from the comint buffer instead of the temporary one.
5237
5238 2007-02-23 David Reitter <david.reitter@gmail.com>
5239
5240 * cus-edit.el (custom-save-all): Canonicalize custom-file before
5241 storing it in recentf-exclude.
5242
5243 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
5244
5245 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
5246 in splash screen.
5247
5248 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
5249
5250 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
5251 commands, for restart.
5252 (idlwave-shell-current-module): Fix handling of module name by type.
5253 (idlwave-shell-break-in): Update type handling.
5254 (idlwave-shell-bp-get): Encode type in BP structure.
5255 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
5256 (idlwave-shell-module-source-query): Query routine info based on type.
5257 Fix path parsing for non-compiled files.
5258 (idlwave-shell-module-source-filter): Don't signal error in filter
5259 if no source found.
5260 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
5261 filter race.
5262
5263 2007-02-22 Kim F. Storm <storm@cua.dk>
5264
5265 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
5266 (editable-field): Document need to put some text before the %v
5267 escape in :format string.
5268
5269 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
5270
5271 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
5272 (vc-svn-use-edit): Remove unused config var.
5273 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
5274
5275 * outline.el (hide-sublevels): Keep empty last line, if available.
5276
5277 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
5278 rather than the corresponding unicode char, to make the code
5279 more readable.
5280
5281 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
5282
5283 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
5284 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
5285 (speedbar-item-info-tag-helper): Doc fixes.
5286
5287 2007-02-19 Kenichi Handa <handa@m17n.org>
5288
5289 * international/mule-cmds.el (locale-language-names):
5290 Map "eo" to "Esperanto".
5291
5292 * language/european.el ("Esperanto"): New language environment.
5293
5294 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
5295
5296 * simple.el (kill-line): Doc fix.
5297
5298 2007-02-17 Kim F. Storm <storm@cua.dk>
5299
5300 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
5301 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
5302 (bindat--unpack-group, bindat--pack-group):
5303 Handle vectors with optional element type.
5304
5305 2007-02-17 Daiki Ueno <ueno@unixuser.org>
5306
5307 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
5308 if PASSPHRASE is given.
5309
5310 2007-02-17 Chris Moore <dooglus@gmail.com>
5311
5312 * jka-cmpr-hook.el (jka-compr-compression-info-list):
5313 Recognize backups of bz2 compressed files.
5314
5315 2007-02-17 Eli Zaretskii <eliz@gnu.org>
5316
5317 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
5318 to nil to speed up lookup of the symbol in index nodes.
5319
5320 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5321
5322 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5323 Add indentation for the constants of Lisp.
5324
5325 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
5326
5327 * ps-print.el: Use (defvar <foo>) where applicable.
5328 (ps-print-emacs-type): Remove.
5329 (ps-x-frame-property, ps-e-frame-parameter): Remove.
5330 (ps-frame-parameter): Align its call-convention with frame-parameter.
5331 (ps-begin-job): Adjust calls to it appropriately.
5332 (ps-setup): Don't print ps-print-emacs-type.
5333 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
5334 Define in such a way that it's obvious that it's defined.
5335 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
5336 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
5337 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
5338
5339 2007-02-15 Alan Mackenzie <acm@muc.de>
5340
5341 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
5342 an empty one-line C-style comment, post-position point properly.
5343
5344 2007-02-15 Chris Moore <dooglus@gmail.com>
5345
5346 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
5347 (isearch-lazy-highlight-new-loop): Bind it.
5348 (isearch-lazy-highlight-search): Use it.
5349
5350 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
5351
5352 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
5353
5354 * font-lock.el (font-lock-extend-region-wholelines):
5355 Only return non-nil if the region has really been changed.
5356 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
5357
5358 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
5359
5360 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
5361 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
5362 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
5363
5364 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
5365
5366 * faces.el (color-values): Revert changes to docstring from
5367 2007-01-31 and 2000-09-07.
5368
5369 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
5370 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
5371 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
5372 (ispell-help): Fix typos in docstring and output message.
5373
5374 2007-02-14 Kim F. Storm <storm@cua.dk>
5375
5376 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
5377 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
5378 (grep): Fix lgrep reference.
5379
5380 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
5381 (standard-display-underline): Use make-glyph-code.
5382
5383 * descr-text.el (describe-char): Use glyph-char and glyph-face.
5384
5385 * international/latin1-disp.el (latin1-display-char):
5386 Use make-glyph-code.
5387
5388 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
5389
5390 * ehelp.el (with-electric-help, electric-help-exit)
5391 (electric-help-retain): Doc fixes.
5392
5393 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
5394 (byte-compile-file): Doc fixes.
5395
5396 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5397
5398 * term/mac-win.el: Change all uses of
5399 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
5400 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
5401 (mac-ae-get-url): Call select-frame-set-input-focus.
5402 (mac-dnd-handle-drag-n-drop-event): Don't call
5403 select-frame-set-input-focus.
5404
5405 2007-02-13 Kenichi Handa <handa@m17n.org>
5406
5407 * international/characters.el: Fix documentation of category `a'.
5408
5409 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
5410
5411 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
5412
5413 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
5414
5415 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
5416 (tramp-get-remote-ln): Handle error case.
5417 Reported by Chris Moore <dooglus@gmail.com>.
5418
5419 2007-02-11 Kim F. Storm <storm@cua.dk>
5420
5421 * bindings.el (ctl-x-map): Remove register compatibility bindings
5422 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
5423
5424 2007-02-11 Richard Stallman <rms@gnu.org>
5425
5426 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
5427 in load history.
5428
5429 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
5430 condition -- don't fail to stop at endpos.
5431
5432 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
5433
5434 * textmodes/org.el (org-agenda-get-todos)
5435 (org-agenda-get-timestamps, org-agenda-get-closed)
5436 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5437 (org-agenda-get-blocks, org-format-agenda-item)
5438 (org-agenda-change-all-lines, org-scan-tags): Rename text property
5439 from `category' to `org-category'.
5440
5441 2007-02-11 Kenichi Handa <handa@m17n.org>
5442
5443 * international/titdic-cnv.el (titdic-convert): Force files be written
5444 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
5445 (miscdic-convert): Force files be written with Unix-like eol format.
5446
5447 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
5448
5449 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
5450
5451 * calculator.el (calculator-prompt): Doc fix.
5452 (calculator-mode-map): Fix typo in menu entry.
5453
5454 2007-02-10 Jay Belanger <belanger@truman.edu>
5455
5456 * calculator.el (calculator): Do more extensive checking for when
5457 3 lines should be used for the calculator.
5458
5459 2007-02-10 Eli Zaretskii <eliz@gnu.org>
5460
5461 * info-look.el (info-lookup-make-completions):
5462 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
5463 index nodes.
5464
5465 * info.el (Info-fontify-maximum-menu-size): Document the effect
5466 of a nil value.
5467 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
5468 non-nil before using it as size.
5469
5470 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
5471
5472 * subr.el (insert-for-yank-1): Prevent read-only properties from
5473 interfering with text property operations.
5474
5475 * image-mode.el (image-mode): Revert 2007-01-30 changes.
5476
5477 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
5478 (image-type-auto-detected-p): Fail if another match is found in
5479 auto-mode-alist.
5480
5481 * files.el (magic-mode-alist): Call image-mode instead of
5482 image-mode-maybe for autodetected images.
5483
5484 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
5485
5486 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
5487 Fix typos in docstrings.
5488 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
5489
5490 2007-02-09 Kim F. Storm <storm@cua.dk>
5491
5492 * emacs-lisp/float-sup.el: Remove obsolete comment.
5493
5494 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5495
5496 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
5497
5498 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5499
5500 * simple.el: Revert previous change, at request of RMS:
5501 (fundamental-mode-hook): Remove.
5502 (fundamental-mode): Run after-change-major-mode-hooks manually,
5503 and don't run the now-nonexistent fundamental-mode-hook.
5504
5505 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5506
5507 * simple.el (fundamental-mode-hook): Declare new hook.
5508 (fundamental-mode): Run the new dedicated hook, and don't run
5509 after-change-major-mode-hooks manually anymore.
5510
5511 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5512
5513 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
5514 added columns of chars. Remove support for the "no-meta-info" format.
5515 Prompted by Romain Francoise <romain@orebokech.com>.
5516
5517 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5518
5519 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
5520 (gdb-mouse-until, gdb-mouse-jump): Use it.
5521
5522 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5523
5524 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
5525 work when there is just an assembler buffer (no source buffer).
5526
5527 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
5528
5529 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
5530 just because the diff was produced using "-p" (--show-c-function).
5531
5532 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
5533
5534 * faces.el (frame-set-background-mode): Use `color-values' and
5535 `display-color-p', not `x-color-values' and `x-display-color-p'.
5536 (face-valid-attribute-values): Use `defined-colors' instead of
5537 `x-defined-colors'.
5538
5539 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5540
5541 * ps-print.el: The ps-print commands without face printing should not
5542 print background color. Reported by Leo <sdl.web@gmail.com>.
5543 (ps-print-version): New version 6.7.3.
5544 (ps-begin-job): New arg. Fix ps-default-background and
5545 ps-default-foreground initialization.
5546 (ps-face-attributes): Fix doc string.
5547 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
5548
5549 * printing.el: Fix ps-print link.
5550
5551 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
5552
5553 * faces.el (face-set-after-frame-default): Compile attributes to
5554 be set by frame parameters before merging in X resources.
5555
5556 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
5557
5558 * simple.el (blink-matching-paren-dont-ignore-comments):
5559 (blink-matching-paren-on-screen): Doc fixes.
5560
5561 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
5562
5563 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
5564
5565 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
5566
5567 * loadhist.el (unload-feature): Silently ignore `load-history' entries
5568 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
5569 entries like `defun'. Return nil.
5570
5571 2007-02-05 Kim F. Storm <storm@cua.dk>
5572
5573 * ido.el: Doc fixes.
5574
5575 2007-02-04 David Kastrup <dak@gnu.org>
5576
5577 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
5578 `mpuz-allow-double-multiplicator' is non-zero, and correct
5579 calculation of `min'.
5580
5581 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
5582
5583 * wid-edit.el (widget-default-create): Insert new text at the
5584 :from marker _after_ the marker, not before it.
5585
5586 2007-02-04 Alan Mackenzie <acm@muc.de>
5587
5588 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
5589 containing it is re-indented.
5590
5591 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5592
5593 * net/newsticker.el (newsticker--insert-image): Update docstring,
5594 and insert the image directly.
5595 (newsticker--buffer-redraw): Update docstring.
5596
5597 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5598 Rename from define-global-minor-mode.
5599
5600 * progmodes/cwarn.el (global-cwarn-mode):
5601 * emacs-lisp/autoload.el (make-autoload):
5602 * hi-lock.el (global-hi-lock-mode):
5603 * font-core.el (global-font-lock-mode): All callers changed.
5604
5605 2007-02-03 Eli Zaretskii <eliz@gnu.org>
5606
5607 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
5608 Don't copy @ignore lines into menu descriptions.
5609 (texinfo-multi-file-update): Goto the @node line before attempting
5610 to pluck the node name.
5611 (texinfo-multiple-files-update): Reverse the optional arguments'
5612 order, as per the doc string and the `interactive' form.
5613
5614 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5615
5616 * image-mode.el: Use autoload to avoid overriding disabled setting
5617 applied in .emacs.
5618
5619 2007-02-03 Alan Mackenzie <acm@muc.de>
5620
5621 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
5622 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
5623 adjacent paren groups).
5624
5625 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5626
5627 * progmodes/ebnf2ps.el: Doc fixes.
5628 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
5629
5630 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5631
5632 * dired-x.el (dired-do-relsymlink): Add reference to
5633 dired-do-symlink. Add an autoload cookie.
5634
5635 * dired-aux.el (dired-do-symlink): Add reference to
5636 dired-do-relsymlink.
5637
5638 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
5639
5640 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
5641 <left-fringe mouse-3>: New bindings.
5642
5643 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
5644
5645 * net/newsticker.el (newsticker-version): Changed to "1.10".
5646 (newsticker--set-customvar): Doc string.
5647 (newsticker-new-item-face): Doc string.
5648 (newsticker-mode): Initialize `invisibility-spec' with t.
5649 (newsticker-mode-map): Added
5650 `newsticker-mark-all-items-at-point-as-read'.
5651 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
5652 (newsticker-w3m-show-inline-images): Do not call
5653 `w3m-remove-image'.
5654 (newsticker--buffer-after-w3m-insert-image): New advice for
5655 w3m-insert-image to cache images.
5656 (newsticker-next-item-same-feed): New.
5657 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
5658 (newsticker-mark-all-items-of-feed-as-read): New.
5659 (newsticker-mark-all-items-at-point-as-read): Use new functions.
5660 (newsticker-mark-item-at-point-as-read): Doc string.
5661 (newsticker-mark-item-at-point-as-read): Use new functions.
5662 (newsticker--do-mark-item-at-point-as-read): New, extracted from
5663 `newsticker-mark-item-at-point-as-read'.
5664 (newsticker-hide-entry): Use (t) instead of t for invisibility.
5665 (newsticker--sentinel): Yet another xml-parser workaround.
5666 (newsticker--decode-iso8601-date): Bugfix for datestrings without
5667 days.
5668 (newsticker--buffer-do-insert-text): Fix.
5669 (newsticker--buffer-insert-enclosure): Fix. Length might be missing.
5670 (newsticker--buffer-make-item-completely-visible):
5671 `switch-to-buffer' not necessary.
5672
5673 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5674
5675 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
5676 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
5677 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
5678 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
5679 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
5680
5681 2007-02-02 Kenichi Handa <handa@m17n.org>
5682
5683 * international/quail.el (quail-show-key): Fix an error message.
5684
5685 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5686
5687 * faces.el (set-face-underline-p, modify-face): Rename arg
5688 UNDERLINE-P to UNDERLINE (it is not a flag).
5689
5690 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
5691
5692 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
5693 when adding gdb-speedbar-update to gdb-input-queue.
5694
5695 2007-02-01 Kenichi Handa <handa@m17n.org>
5696
5697 * international/quail.el (quail-show-key): Signal an error if the
5698 current input method is not using Quail.
5699
5700 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
5701
5702 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
5703 Trim leading whitespace in sysvar names.
5704
5705 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5706
5707 * faces.el (internal-find-face, internal-get-face): Doc fixes.
5708
5709 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5710
5711 * ido.el (ido-set-common-completion): Use `let', not `let*'.
5712
5713 2007-01-31 Romain Francoise <romain@orebokech.com>
5714
5715 * comint.el: Delete extra copy of `comint-copy-old-input' added in
5716 previous change to this file.
5717
5718 2007-01-31 Jason Rumney <jasonr@gnu.org>
5719
5720 * files.el (magic-mode-alist): Use image-mode-maybe rather than
5721 image-mode.
5722
5723 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
5724 interfering with attempt to set major mode from modified
5725 auto-mode-alist.
5726
5727 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5728
5729 * faces.el (color-values): Doc fix.
5730 (face-differs-from-default-p): Don't check :foreground twice.
5731
5732 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
5733
5734 * comint.el (comint-mode): Prevent non-keyword fontification by default.
5735
5736 2007-01-31 Kenichi Handa <handa@m17n.org>
5737
5738 * international/quail.el (quail-store-decode-map-key): Store a
5739 translated character too.
5740 (quail-char-equal-p): New function.
5741 (quail-find-key1): Check character equality by quail-char-equal-p.
5742 (quail-decode-map-generated): New variable.
5743 (quail-find-key): Check quail-decode-map-generated and re-generate
5744 a decode map if necessary.
5745
5746 2007-01-30 Richard Stallman <rms@gnu.org>
5747
5748 * tutorial.el (tutorial--detailed-help): Make the list of
5749 changed keys look nicer.
5750
5751 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
5752
5753 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
5754 (gdb-var-delete): Use it.
5755 (gdb-var-update-handler-1): Handle value "invalid" for MI field
5756 `in_scope'.
5757
5758 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
5759
5760 * files.el (get-free-disk-space): Return nil for remote directories.
5761
5762 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
5763 instead of "dir".
5764
5765 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
5766
5767 * type-break.el (type-break-catch-up-event): New function.
5768 (type-break-demo-hanoi, type-break-demo-life)
5769 (type-break-demo-boring): Use it.
5770
5771 * image-mode.el (image-mode): Don't automatically view as image.
5772 (image-toggle-display): Add `disabled' property.
5773
5774 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
5775
5776 * isearchb.el (isearchb-iswitchb):
5777 * ps-print.el (ps-build-face-reference):
5778 * emacs-lisp/shadow.el (list-load-path-shadows):
5779 * eshell/esh-cmd.el (eshell-rewrite-for-command):
5780 * international/mule.el (find-auto-coding):
5781 * mail/supercite.el (sc-attrib-selection-list):
5782 * progmodes/cc-defs.el (c-emacs-features):
5783 * progmodes/cc-vars.el (c-offsets-alist):
5784 * progmodes/flymake.el
5785 (flymake-init-create-temp-source-and-master-buffer-copy):
5786 Fix typos in docstrings (some suggested by Chris Moore).
5787
5788 * progmodes/vhdl-mode.el (vhdl-components-package-name)
5789 (vhdl-get-library-unit, vhdl-corresponding-begin)
5790 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
5791 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
5792 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
5793 (vhdl-font-lock-match-item): Fix typos in docstrings.
5794 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
5795 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
5796 (vhdl-speedbar-insert-project-hierarchy):
5797 Improve argument/docstring consistency.
5798
5799 2007-01-29 Kenichi Handa <handa@m17n.org>
5800
5801 * international/titdic-cnv.el (py-converter): Fix previous change.
5802
5803 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
5804
5805 * jka-compr.el (jka-compr-partial-uncompress)
5806 (jka-compr-call-process): Rebind default-directory if it is
5807 invalid. Suggested by Chris Moore.
5808
5809 * comint.el (comint-insert-input): Handle situation where the
5810 selected buffer is not the clicked buffer.
5811
5812 2007-01-29 Kenichi Handa <handa@m17n.org>
5813
5814 * international/ja-dic-cnv.el (skkdic-convert):
5815 Add byte-compile-disable-print-circle:t at the head.
5816
5817 * international/titdic-cnv.el (tit-process-header):
5818 Add byte-compile-disable-print-circle:t at the head.
5819 (miscdic-convert): Likewise.
5820 (py-converter): Skip the header comments.
5821
5822 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
5823 New variable.
5824 (byte-compile-output-file-form): Bing print-circle to nil if
5825 byte-compile-output-file-form is not nil.
5826 (byte-compile-output-docform): Likewise.
5827
5828 2007-01-28 Kim F. Storm <storm@cua.dk>
5829
5830 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
5831 Declare earlier to avoid byte compiler warnings.
5832
5833 2007-01-28 Markus Triska <markus.triska@gmx.at>
5834
5835 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
5836
5837 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
5838
5839 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
5840 (gamegrid-add-score-with-update-game-score-1): Allow local quits
5841 when calling update-game-score program. Remove unnecessary
5842 save-excursion.
5843
5844 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
5845
5846 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
5847
5848 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
5849 avoid compiler warning.
5850 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
5851 might have values other than "true" or "false".
5852
5853 2007-01-28 Richard Stallman <rms@gnu.org>
5854
5855 * textmodes/fill.el (fill-paragraph-function): Doc fix.
5856 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
5857
5858 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
5859
5860 * image.el (image-type-header-regexps): Make GIF regex more specific.
5861
5862 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
5863 Don't check `backspace'.
5864 (tutorial--find-changed-keys): Look up bindings in a temp buffer
5865 in Fundamental mode.
5866
5867 * startup.el (fancy-splash-text, normal-splash-screen):
5868 Mention C-g.
5869
5870 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
5871 when inserting in buffer.
5872
5873 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
5874 inside the if.
5875
5876 2007-01-27 Richard Stallman <rms@gnu.org>
5877
5878 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
5879
5880 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
5881
5882 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
5883 enum/union/struct/class definition.
5884 Revert change to call `forward-sexp' multiple times.
5885
5886 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
5887
5888 * files.el (hack-local-variables-confirm): Don't keep trying to
5889 read an event from an empty kbd macro.
5890
5891 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5892
5893 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
5894
5895 2007-01-27 Ben North <ben@redfrontdoor.org>
5896
5897 * outline.el (outline-promote, outline-demote): Doc fix. Rename
5898 the arg CHILDREN -> WHICH.
5899
5900 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
5901
5902 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
5903 default-directory to a sane value when calling start-process.
5904
5905 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5906
5907 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
5908 (ls-lisp-format-time-list): Doc fix. Mention
5909 ls-lisp-use-localized-time-format.
5910 (ls-lisp-format-time): Use ls-lisp-format-time-list if
5911 ls-lisp-use-localized-time-format is non-nil, even if a valid
5912 locale is defined.
5913
5914 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
5915
5916 * jka-compr.el (jka-compr-shell): Doc fix.
5917
5918 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
5919
5920 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5921
5922 * ps-print.ps: Fix background height.
5923 (ps-print-version): New version 6.7.2.
5924
5925 2007-01-26 Eli Zaretskii <eliz@gnu.org>
5926
5927 * makefile.w32-in (finder-data, custom-deps): Depend on
5928 $(lisp)/loaddefs.el.
5929
5930 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5931
5932 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
5933
5934 2007-01-24 Miles Bader <miles@gnu.org>
5935
5936 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
5937 (byte-compile-output-docform): Bind `print-circle' to t.
5938
5939 2007-01-24 Kenichi Handa <handa@m17n.org>
5940
5941 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
5942 file name of the original SKK dictionary file.
5943
5944 2007-01-24 Kim F. Storm <storm@cua.dk>
5945
5946 * ido.el (ido-initial-position): New variable.
5947 (ido-read-internal): Set it if default item is specified.
5948 (ido-minibuffer-setup): Position cursor accordingly if set.
5949 (ido-edit-input): C-e moves to end of input if not already there.
5950 (ido-magic-backward-char): C-b does like M-b if prev char is /.
5951 Don't switch to buffer mode if repeating C-b at start of input.
5952 (ido-toggle-ignore): C-a only toggles ignore at start or end of
5953 input; else it moves to start of input.
5954 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
5955 not at end of input, delete rest of input, rather than normal op.
5956
5957 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
5958
5959 * emulation/viper-keym.el (viper-insert-basic-map):
5960 Delete binding for S-TAB.
5961
5962 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
5963 of message. Activate mark.
5964 (ediff-activate-mark): Set transient-mark-mode to t.
5965
5966 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
5967
5968 2007-01-23 Martin Rudalics <rudalics@gmx.at>
5969
5970 * help-fns.el (describe-variable): Don't suppress display of
5971 buffer local value when the value is "large".
5972
5973 2007-01-22 Kim F. Storm <storm@cua.dk>
5974
5975 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
5976 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
5977 (ido-tidy): Use ido-active.
5978
5979 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
5980
5981 * hexl.el (hexl-mode-exit): Add missing quote.
5982
5983 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5984
5985 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
5986 (mac-ae-keyboard-modifiers): New function.
5987 (mac-handle-toolbar-switch-mode): Use it.
5988 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
5989 if keyboard modifiers on drop contain option key.
5990 (mac-dnd-drop-data): Add optional argument `action'.
5991 (special-event-map): Remove binding for M-drag-n-drop.
5992
5993 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
5994
5995 * add-log.el (add-log-current-defun): Use CC Mode functions to
5996 find the beginning and end of a defun.
5997
5998 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
5999
6000 * progmodes/gdb-ui.el (gdb-var-create-regexp)
6001 (gdb-var-create-handler): Handle value field in GDB output of
6002 -var-create.
6003 (gdb-max-frames): New variable.
6004 (gdb-stack-buffer, gdb-frames-select): Use it.
6005 (gdb-info-stack-custom): Help user customize gdb-max-frames,
6006 if necessary.
6007 (gdb-get-frame-number): Simplify.
6008
6009 2007-01-21 Glenn Morris <rgm@gnu.org>
6010
6011 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
6012 Update copyrights.
6013
6014 2007-01-21 Alan Mackenzie <acm@muc.de>
6015
6016 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
6017 handling of K&R stuff.
6018
6019 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6020
6021 * textmodes/bibtex.el (bibtex-files): Fix customization type.
6022
6023 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6024
6025 * ps-print.el: Handle frame parameters (background and/or foreground
6026 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
6027 (ps-print-version): New version 6.7.1.
6028 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
6029 (ps-frame-parameter): New fun.
6030 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
6031 Fix doc and customization.
6032 (ps-begin-job): Get frame parameters (background and/or foreground
6033 colors).
6034 (ps-do-despool): Ensure ps-printer-name has a valid value.
6035
6036 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
6037
6038 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
6039 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
6040 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
6041 mean unlimited.
6042
6043 2007-01-20 Alan Mackenzie <acm@muc.de>
6044
6045 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
6046 much more rigorous analysis of putative K&R regions.
6047
6048 2007-01-20 Alan Mackenzie <acm@muc.de>
6049
6050 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
6051 New functions.
6052
6053 2007-01-20 Alan Mackenzie <acm@muc.de>
6054
6055 * progmodes/cc-align.el, progmodes/cc-cmds.el,
6056 * progmodes/cc-defs.el, progmodes/cc-engine.el,
6057 * progmodes/cc-langs.el, progmodes/cc-styles.el,
6058 * progmodes/cc-vars.el: Add my name.
6059
6060 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
6061
6062 * files.el (find-alternate-file): Revert query message to Emacs 21
6063 version.
6064
6065 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
6066
6067 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
6068 the doc string how to use personal abbrevs without electric
6069 keywords.
6070
6071 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6072
6073 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
6074 Fixed cursor position when toggle abbreviated display.
6075
6076 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
6077
6078 * t-mouse.el: Update copyright following assignment by
6079 Alessandro Rubini.
6080
6081 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
6082
6083 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
6084 (type-break-demo-boring): Call read-event instead of read-char.
6085
6086 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
6087
6088 * progmodes/compile.el: Add handling for makepplog.
6089
6090 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
6091
6092 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
6093 aspell dictionaries are initialized when called non-interactively.
6094
6095 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
6096
6097 * progmodes/compile.el (compilation-loop): New arg limit.
6098 Handle case where the first error is at point-min.
6099 (compilation-next-error): New arg to compilation-loop call.
6100
6101 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
6102
6103 * info.el (Info-default-dirs): Change default info dir to
6104 share/info.
6105
6106 * paths.el (Info-default-directory-list): Ditto.
6107
6108 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
6109
6110 * hexl.el (hexl-before-revert-hook): New function.
6111 (hexl-mode): Use it.
6112 (hexl-after-revert-hook): Just call hexl-mode.
6113 (hexl-mode-exit): Remove before-revert-hook.
6114
6115 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6116
6117 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
6118
6119 2007-01-16 Martin Rudalics <rudalics@gmx.at>
6120
6121 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
6122 by "-" in francais7 otherchars entry.
6123 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
6124 otherchars entry.
6125
6126 2007-01-15 Karl Fogel <kfogel@red-bean.com>
6127
6128 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
6129 path. Rewrite function in `cond' style for readability.
6130
6131 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
6132 (The path shortening, that is, not the rearrangement.)
6133
6134 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6135
6136 * term/mac-win.el (mac-ae-quit-application): New function.
6137 (mac-apple-event-map): Bind "quit application" Apple event to it.
6138
6139 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6140
6141 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
6142 than the program's output.
6143
6144 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
6145
6146 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
6147 (kmacro-start-macro-or-insert-counter)
6148 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
6149 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
6150
6151 * longlines.el (longlines-show-hard-newlines):
6152 * ruler-mode.el (ruler-mode-ruler):
6153 * emulation/keypad.el (keypad-setup):
6154 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
6155 Fix typo in docstring.
6156
6157 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
6158
6159 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
6160 Remove redirect character ">".
6161
6162 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
6163
6164 * replace.el (perform-replace): Remove leftover code.
6165
6166 2007-01-12 Richard Stallman <rms@gnu.org>
6167
6168 * replace.el (perform-replace): Don't clear NODENT when computing
6169 the replacement string.
6170
6171 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
6172
6173 * net/tramp.el (tramp-handle-file-local-copy):
6174 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
6175 <christopher.ian.moore@gmail.com>.
6176
6177 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6178
6179 * diff-mode.el (diff-sanity-check-context-hunk-half)
6180 (diff-sanity-check-hunk): New functions.
6181 (diff-find-source-location): Use'em to check the hunks are well-formed.
6182
6183 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
6184 activate undo when undo is not active.
6185 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
6186
6187 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6188
6189 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
6190 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
6191 (ffap-url-at-point): Use char-classes rather than "a-z".
6192
6193 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
6194
6195 * ediff-init.el (ediff-autostore-merges):
6196 * textmodes/fill.el (fill-region): Doc fix.
6197
6198 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6199
6200 * server.el (server-ensure-safe-dir): UIDs may be floats.
6201
6202 2007-01-10 Richard Stallman <rms@gnu.org>
6203
6204 * battery.el (battery-linux-proc-acpi): Use ignore-errors
6205 around calls to directory-files.
6206
6207 * subr.el (momentary-string-display): Use save-excursion.
6208
6209 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
6210 argument, but read it as `X' does.
6211
6212 2007-01-09 Juri Linkov <juri@jurta.org>
6213
6214 * info.el (Info-fontify-node): Don't hide node names of index entries.
6215
6216 * faces.el (momentary): Change :group to basic-faces where all
6217 basic faces belong to. Add :version.
6218
6219 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
6220
6221 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
6222 keybinding is found.
6223 (tutorial--find-changed-keys): Never treat null keybinding as a
6224 remapping.
6225
6226 2007-01-09 Martin Rudalics <rudalics@gmx.at>
6227
6228 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
6229
6230 2007-01-09 Kenichi Handa <handa@m17n.org>
6231
6232 * international/mule-cmds.el
6233 (select-safe-coding-system-interactively): Fix message.
6234
6235 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
6236
6237 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
6238 (tramp-process-actions): Add optional parameter TIMEOUT.
6239 (tramp-open-connection-telnet, tramp-open-connection-rsh)
6240 (tramp-open-connection-su): Add timeout of 60".
6241
6242 2007-01-09 Richard Stallman <rms@gnu.org>
6243
6244 * progmodes/compile.el (compile): Doc fix.
6245
6246 2007-01-09 Markus Triska <markus.triska@gmx.at>
6247
6248 * tumme.el (tumme-display-thumb): Doc fix.
6249
6250 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
6251
6252 * battery.el (battery-search-for-one-match-in-files):
6253 * bindings.el (mode-line-minor-mode-help):
6254 * x-dnd.el (x-dnd-types-alist):
6255 * calendar/icalendar.el (icalendar-import-buffer):
6256 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
6257
6258 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
6259
6260 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
6261
6262 * replace.el (replace-regexp): Fix typo in docstring.
6263
6264 2007-01-07 Alan Mackenzie <acm@muc.de>
6265
6266 * progmodes/cc-langs.el (c-operators, c-filter-ops):
6267 Amend doc-string and comments.
6268
6269 2007-01-06 Eli Zaretskii <eliz@gnu.org>
6270
6271 * files.el (abbreviate-file-name): Doc fix.
6272
6273 2007-01-06 Markus Triska <triska@gmx.at>
6274
6275 * subr.el (split-string): Remove spurious ")" from doc string.
6276
6277 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
6278
6279 * textmodes/table.el (table--warn-incompatibility):
6280 Use display-warning instead of momentary-string-display.
6281
6282 2007-01-05 Richard Stallman <rms@gnu.org>
6283
6284 * image.el (image-type-header-regexps): Recognize xbm more strictly.
6285
6286 * simple.el (backward-kill-word): Doc fix.
6287
6288 2007-01-05 Romain Francoise <romain@orebokech.com>
6289
6290 * international/mule.el (sgml-html-meta-auto-coding-function):
6291 Ensure that the buffer contains a HTML document.
6292
6293 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6294
6295 * faces.el (momentary): Move here ...
6296 * subr.el (momentary): ... from here.
6297
6298 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
6299
6300 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
6301 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
6302 large structures/arrays.
6303
6304 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
6305
6306 * files.el (find-file-noselect-1, set-visited-file-name):
6307 Allow backup-enable-predicate to be nil.
6308
6309 2007-01-04 Andreas Schwab <schwab@suse.de>
6310
6311 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
6312 last change.
6313
6314 2007-01-03 Richard Stallman <rms@gnu.org>
6315
6316 * woman.el (woman-decode-buffer): Clarify error message.
6317
6318 2007-01-03 Alan Mackenzie <acm@muc.de>
6319
6320 * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
6321
6322 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
6323
6324 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
6325
6326 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6327
6328 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
6329
6330 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
6331
6332 * emulation/viper.el (viper-custom-file-name, viper-mode):
6333 Fix typos in docstrings.
6334
6335 * subr.el (momentary-string-display): After moving point, set POS
6336 variable to it to avoid later errors once the buffer is modified.
6337 Doc fix.
6338
6339 2007-01-02 Alan Mackenzie <acm@muc.de>
6340
6341 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
6342 check that the "*/" is present before trying to manipulate it.
6343
6344 2007-01-02 Richard Stallman <rms@gnu.org>
6345
6346 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
6347
6348 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
6349 Fix format of value.
6350
6351 * cus-edit.el (customize-unsaved): Rename from customize-customized.
6352 Change messages accordingly.
6353 (customize-customized): Now alias.
6354
6355 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
6356
6357 * files.el (version-control): Doc fix.
6358
6359 2007-01-01 Alan Mackenzie <acm@muc.de>
6360
6361 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
6362 Check the format of c-state-cache is valid for an optimisation before
6363 using it.
6364
6365 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
6366 are at a statement within a macro". Other changes so that only
6367 the first continuation line in a macro gets the symbol
6368 `cpp-define-intro', the others getting `statement', or whatever.
6369
6370 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
6371 a string, preserve whitespace. Add a backslash only when also in
6372 a macro.
6373
6374 * progmodes/cc-defs.el: Correct typos.
6375
6376 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
6377 new line after an escaped EOL in a string.
6378
6379 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
6380 label when it directly follows "else", "do", ....
6381
6382 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
6383 angle brackets (as seen in "explicit specialisations" of C++
6384 templates).
6385
6386 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
6387 in the doc-string.
6388
6389 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
6390 when the comment ender looks like "=========*/" and is alone on
6391 its line.
6392
6393 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
6394 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
6395 for the old name.
6396
6397 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
6398 c-\(beginning\|end\)-of-defun by default.
6399
6400 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
6401 New line-up function, for the DEFUN macro in the Emacs C sources.
6402 Only used in "gnu" style.
6403
6404 * progmodes/cc-styles.el (c-style-alist): Use this new function in
6405 the "gnu" style.
6406
6407 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
6408 clean-up comment-close-slash also to work when there's a comment
6409 terminator on the line.
6410 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
6411 these for large arg - only take account of top level {..}, except
6412 for initial and final adjustments. M-- C-M-[ae] now go to the
6413 right defuns when the starting point is between defuns. They use
6414 the four new functions:
6415 (c-in-function-trailer-p, c-where-wrt-brace-construct)
6416 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
6417 support c-\(beginning\|end\)-of-defun.
6418
6419 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
6420 expressions more rigorously, to exclude bit-field specifiers from
6421 being classed as labels.
6422 (c-forward-label): When analyzing a ":" within a macro, be careful
6423 about using c-forward-syntactic-ws at the macro beginning.
6424 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
6425 stmt boundary, check for "operator=", etc.
6426
6427 * progmodes/cc-mode.el (c-postprocess-file-styles):
6428 Bind inhibit-read-only to t, around the call to
6429 c-remove-any-local-eval-or-mode-variables, so that it works on a
6430 RO file.
6431
6432 * progmodes/cc-defs.el (c-version): Update the version number to
6433 "5.31.4".
6434
6435 2007-01-01 Richard Stallman <rms@gnu.org>
6436
6437 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
6438 only if we restored isearch-window-configuration.
6439
6440 2006-12-31 Romain Francoise <romain@orebokech.com>
6441
6442 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
6443
6444 2006-12-31 Kim F. Storm <storm@cua.dk>
6445
6446 * files.el (auto-mode-case-fold): New defcustom.
6447 (set-auto-mode): If non-nil, perform second case-sensitive pass
6448 through auto-mode-alist if first pass failed.
6449
6450 2006-12-30 Richard Stallman <rms@gnu.org>
6451
6452 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
6453
6454 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
6455
6456 * allout.el (allout-encrypt-string): Handle symmetric-key
6457 passphrase caching but leave keypair caching to pgg.
6458
6459 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
6460
6461 Sync with Tramp 2.0.55.
6462
6463 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
6464 `integerp'. `char-equal' could fail else in case of negative
6465 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
6466 (top): Check for `font-lock-add-keywords' before calling; it
6467 doesn't exist under XEmacs.
6468 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
6469 (tramp-completion-mode): Remove clause (not
6470 tramp-unified-filenames), because the function is called in other
6471 context too, where this check results in wrong results in the
6472 XEmacs case on Windows.
6473 (tramp-touch): UTC handling is not possible for XEmacs.
6474
6475 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6476
6477 * scroll-bar.el (previous-scroll-bar-mode): New variable
6478 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
6479 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
6480
6481 * term/x-win.el: Set scroll bar mode to right if set by X resources.
6482
6483 2006-12-30 Richard Stallman <rms@gnu.org>
6484
6485 * files.el (make-backup-file-name-1): Precompute abs name
6486 but don't lose the relative name.
6487
6488 * international/mule-cmds.el (select-safe-coding-system-interactively):
6489 Fix message.
6490
6491 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6492
6493 * files.el (backup-buffer): Show entire backup file name in msg.
6494
6495 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
6496
6497 * image.el (image-type-header-regexps, image-type-from-data)
6498 (image-type-from-buffer, image-type-from-file-header):
6499 Revert changes from 2006-12-26.
6500 (image-type-auto-detectable): New variable.
6501 (image-type-auto-detected-p): New function.
6502
6503 * files.el (magic-mode-alist): Detect image files with
6504 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
6505
6506 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
6507
6508 * dired.el (dired-sort-other): Move test for dired-mode...
6509 (dired-sort-set-modeline): ...to here.
6510
6511 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6512
6513 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
6514 change. Suggested by Stefan Monnier.
6515
6516 2006-12-29 Kim F. Storm <storm@cua.dk>
6517
6518 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
6519 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
6520
6521 2006-12-27 Kim F. Storm <storm@cua.dk>
6522
6523 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
6524 so it doesn't accidentally match an fsf.org mail address.
6525 (authors-renamed-files-alist): Add tcover-*.el.
6526
6527 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
6528
6529 * vc-arch.el (vc-arch-find-version): New function.
6530
6531 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
6532 composed of arbitrary characters (even /) in some systems.
6533
6534 2006-12-27 Eli Zaretskii <eliz@gnu.org>
6535
6536 * international/mule-cmds.el (select-safe-coding-system-interactively):
6537 Improve the message in the *Warning* buffer.
6538
6539 2006-12-27 Kim F. Storm <storm@cua.dk>
6540
6541 * ido.el (ido-set-matches-1): Fix last change. If default item is
6542 current buffer, it is ok to be first.
6543
6544 2006-12-27 Kenichi Handa <handa@m17n.org>
6545
6546 * international/mule-cmds.el (select-safe-coding-system-interactively):
6547 Use face `link' for problematic chars.
6548
6549 2006-12-27 Kenichi Handa <handa@m17n.org>
6550
6551 * international/mule-cmds.el (select-safe-coding-system-interactively):
6552 Improve the message in *Warning* buffer.
6553
6554 2006-12-27 Kim F. Storm <storm@cua.dk>
6555
6556 * ido.el (ido-set-matches-1): Never put current buffer first if
6557 there are other matches.
6558
6559 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
6560
6561 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
6562 expressions.
6563 (gdb-var-delete): Handle duplicate names. Print message for non
6564 root expressions.
6565 (gdb-partial-output-name): Start buffer name with a space.
6566 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
6567 buffer name.
6568
6569 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6570
6571 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
6572 last footnote when `footnote-spaced-footnotes' is nil.
6573
6574 2006-12-26 Richard Stallman <rms@gnu.org>
6575
6576 * cus-edit.el (custom-browse-sort-alphabetically)
6577 (custom-buffer-sort-alphabetically)
6578 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
6579
6580 * image.el (image-type-header-regexps): Change element format
6581 to include third item NOT-ALWAYS.
6582 (image-type-from-data): Handle new format.
6583 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
6584 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
6585
6586 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
6587
6588 * add-log.el (add-log-current-defun): Call `forward-sexp'
6589 multiple times to pick a member function name defined as
6590 part of nested classes/namespaces.
6591
6592 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6593
6594 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
6595 which keymap should be used to change menu. It does not affect any
6596 existent code.
6597
6598 2006-12-26 Richard Stallman <rms@gnu.org>
6599
6600 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
6601 rather than for being in a minibuffer window.
6602
6603 2006-12-25 Daiki Ueno <ueno@unixuser.org>
6604
6605 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
6606 locale-coding-system.
6607 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
6608 LF.
6609
6610 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
6611
6612 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
6613 (sql-mode-syntax-table): Disable double quoted strings.
6614 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
6615
6616 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6617
6618 * startup.el (fancy-splash-last-input-event): New variable.
6619 (fancy-splash-special-event-action): New function.
6620 (fancy-splash-screens): Temporarily bind special events to it.
6621 Execute command for saved special event before exiting from
6622 recursive editing.
6623
6624 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
6625 New functions.
6626 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
6627 Use mac-unread-string.
6628
6629 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6630
6631 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
6632 an optimized comment regexp if `comment-start-skip' uses a ^.
6633 * bs.el (bs--up): Remove interactive spec.
6634
6635 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6636
6637 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
6638 Suggested by James Cloos.
6639
6640 2006-12-24 Kevin Ryde <user42@zip.com.au>
6641
6642 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
6643 in March.
6644 (calendar-dst-ends): Default to first Sunday in November.
6645
6646 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
6647
6648 * allout.el (allout-encrypt-string): Inhibit use of agent within
6649 body of let form where encryption happens. Acknowledge non-use of
6650 gpg-agent in docstring.
6651 (allout-toggle-subtree-encryption): Acknowledge non-use of
6652 gpg-agent in docstring.
6653
6654 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6655
6656 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
6657
6658 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
6659
6660 * ediff-diff.el (ediff-diff-options): Clarify docstring.
6661 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
6662
6663 * emulation/viper-cmd.el (viper-post-command-sentinel):
6664 Protect against errors in hooks.
6665 (viper-add-newline-at-eob-if-necessary): Add newline only if we
6666 actually modify buffer; ignore errors if occur.
6667
6668 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
6669
6670 * calendar/calendar.el (calendar-mode-map): Switch < and >.
6671 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
6672 formatting.
6673
6674 2006-12-23 Richard Stallman <rms@gnu.org>
6675
6676 * simple.el (delete-horizontal-space): Doc fix.
6677
6678 2006-12-23 Eli Zaretskii <eliz@gnu.org>
6679
6680 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
6681 explicitly in a recursive Make, not implicitly through prerequisites,
6682 since the latter is wrong under parallel builds.
6683
6684 2006-12-22 Eli Zaretskii <eliz@gnu.org>
6685
6686 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
6687
6688 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6689
6690 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
6691 message string.
6692
6693 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
6694
6695 * outline.el (outline-next-visible-heading): Fix the case with a
6696 header at end-of-file with no final newline.
6697
6698 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
6699
6700 * indent.el (tab-always-indent): Doc fix.
6701
6702 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
6703
6704 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
6705 (Info-fontify-node): Do fontify indices.
6706
6707 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
6708 to the Emacs Lisp reference manual.
6709 (tutorial--tab-map): Remove. All callers changed.
6710 (tutorial--find-changed-keys): New elt QUIET, used to...
6711 (tutorial--display-changes): ...ensure that warning messages are
6712 only issued once per changed key.
6713 (tutorial--remove-remarks): Delete unused code-path.
6714 (lang-strings): Remove extraneous formatting.
6715 (tutorial--save-tutorial): Prompt before saving tutorial state.
6716
6717 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
6718
6719 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
6720 Replace '?\ ' by '?\s' throughout.
6721 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
6722 `help' custom group.
6723 (tutorial--key-description): New function.
6724 (tutorial--display-changes): Remove redundant arg. Scan for all
6725 key sequences to avoid false matches. Cleanup.
6726 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
6727 reduce homedir pollution.
6728 (help-with-tutorial): Call tutorial--display-changes with no arg.
6729
6730 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
6731
6732 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
6733
6734 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
6735
6736 * net/tramp.el (tramp-default-method): We still need to check for
6737 `executable-find', because it is not bound under Emacs 20.
6738 (tramp-handle-file-name-completion)
6739 (tramp-completion-handle-file-name-completion): Handle optional
6740 parameter PREDICATE.
6741 (tramp-find-default-method): Add code for default values.
6742
6743 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
6744
6745 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
6746 make gud-go send "continue".
6747
6748 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
6749
6750 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
6751 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
6752
6753 2006-12-19 Kim F. Storm <storm@cua.dk>
6754
6755 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
6756 instead of global-map.
6757
6758 * files.el (magic-mode-alist): Allow matching file type by
6759 calling a function at bob. Check for image types by calling
6760 image-type-from-buffer. Suggested by Juanma Barranquero.
6761 (set-auto-mode): Do it.
6762
6763 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
6764
6765 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
6766 Remove "ControlMaster" option from the other `scp*' methods.
6767 (tramp-default-method): Check for ssh-agent before setting to `scp'.
6768
6769 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6770
6771 * textmodes/org.el (org-mode): Show context after isearch.
6772 (org-show-siblings): New function.
6773 (org-show-context): Use `org-show-siblings'.
6774
6775 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
6776
6777 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
6778 Use syntax-ppss-toplevel-pos.
6779
6780 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6781
6782 * textmodes/org.el (org-current-line): Make sure that lines are
6783 counted from beginning of buffer.
6784 (org-table-copy-region, org-table-paste-rectangle): Make sure that
6785 lines are counted from beginning of buffer.
6786
6787 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
6788
6789 * info.el (Info-build-node-completions): Signal error if tag-table
6790 marker is not found.
6791
6792 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6793
6794 2006-12-17 Alan Mackenzie <acm@muc.de>
6795
6796 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
6797 speed) the case when open-paren-in-column-0-is-defun-start is nil.
6798 Based on code by Martin Rudalics.
6799
6800 * progmodes/cc-mode.el (c-basic-common-init): Don't set
6801 open-paren-in-column-0-is-defun-start to nil any more.
6802
6803 2006-12-17 Richard Stallman <rms@gnu.org>
6804
6805 * simple.el (delete-horizontal-space): Use prefix arg.
6806
6807 * help-fns.el (describe-variable): Improve blank separator lines.
6808
6809 * files.el (magic-mode-alist): Mark as risky.
6810
6811 * files.el (make-backup-file-name-1):
6812 Expand backup-directory explicitly.
6813
6814 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
6815
6816 * net/tramp.el (tramp-default-method): Before setting to "pscp",
6817 check whether package password.el is loaded, or Pageant is running.
6818
6819 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
6820
6821 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
6822 (icalendar--rris): First try Emacs, then XEmacs.
6823 (icalendar--convert-ical-to-diary): Doc fix.
6824 Insert newline at end of target file.
6825
6826 2006-12-17 Kim F. Storm <storm@cua.dk>
6827
6828 * outline.el (outline-isearch-open-invisible-function): New defvar.
6829 (outline-flag-region): Use it if non-nil for isearch-open-invisible
6830 overlay property instead of outline-isearch-open-invisible.
6831
6832 2006-12-16 Kim F. Storm <storm@cua.dk>
6833
6834 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
6835 if ido-directory-too-big is set on entry.
6836 (ido-toggle-ignore, ido-completion-help): Print message while
6837 reading big directory.
6838
6839 2006-12-15 Richard Stallman <rms@gnu.org>
6840
6841 * shell.el (shell): Doc fix.
6842
6843 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
6844
6845 * emulation/edt.el (edt-xserver):
6846 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
6847 to fix a problem on Cygwin.
6848
6849 * emulation/edt.el
6850 * emulation/edt-mapper.el
6851 * emulation/edt-lk201.el
6852 * emulation/edt-pc.el
6853 * emulation/edt-vt100.el: Update maintainer's email address.
6854
6855 2006-12-15 Simon Marshall <simon@gnu.org>
6856
6857 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
6858
6859 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6860
6861 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
6862 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
6863 instead of mac-atsu-font-table.
6864 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
6865
6866 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
6867
6868 * align.el (align-match-tex-pattern): Fix a rare bug which
6869 hanged Emacs.
6870
6871 2006-12-14 Richard Stallman <rms@gnu.org>
6872
6873 * startup.el (use-fancy-splash-screens-p): Use frame-height
6874 instead of window-height. Pass frame to image-size.
6875
6876 2006-12-13 Kenichi Handa <handa@m17n.org>
6877
6878 * international/mule-cmds.el (set-locale-environment):
6879 Set default-sendmail-coding-system too.
6880
6881 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
6882
6883 * progmodes/idlw-help.el: Fix copyright notice.
6884
6885 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6886
6887 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
6888
6889 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6890
6891 * subr.el (unread-command-char): Reformat obsolescence info.
6892
6893 2006-12-11 Richard Stallman <rms@gnu.org>
6894
6895 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
6896 about calls to cl-struct-setf-expander.
6897
6898 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6899
6900 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
6901 (ediff-combination-pattern): Fix typo in docstring.
6902
6903 * textmodes/refer.el (refer-find-entry): Doc fix.
6904 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
6905 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
6906 Fix tipos in docstrings.
6907
6908 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
6909
6910 2006-12-10 Kim F. Storm <storm@cua.dk>
6911
6912 * ido.el (ido-init-completion-maps): Remap backward-kill-word
6913 instead of binding M-backspace.
6914
6915 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
6916
6917 * replace.el (replace-match-data, replace-match-maybe-edit):
6918 * calc/calc-aent.el (calc-eval-error):
6919 * emulation/vi.el (vi-char-argument):
6920 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
6921 (c-vsemi-status-unknown-p-fn): Doc fixes.
6922
6923 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
6924
6925 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
6926 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
6927
6928 2006-12-10 Masatake YAMATO <jet@gyve.org>
6929
6930 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
6931
6932 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
6933
6934 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
6935
6936 * man.el (Man-xref-button-action): New function. If the
6937 `Man-target-string' button property is a function, assume it
6938 accepts a position argument.
6939 (Man-abstract-xref-man-page): Use it.
6940 (Man-default-man-entry): New optional arg POS.
6941
6942 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
6943 symlink arrows read-only and non-rear-sticky.
6944
6945 2006-12-09 Martin Rudalics <rudalics@gmx.at>
6946
6947 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
6948 (wdired-search-and-rename): Simplify code.
6949 (wdired-preprocess-files, wdired-preprocess-perms): Make
6950 read-only property of preceding character rear-nonsticky to
6951 avoid that it can be modified. Put old-name and old-link
6952 properties on character preceding name and replace
6953 put-text-property by add-text-properties.
6954 (wdired-get-filename, wdired-get-previous-link): Get old-name
6955 and old-link properties from character preceding name and
6956 simplify code.
6957 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
6958 (wdired-perms-to-number): Make local-map property
6959 rear-nonsticky to avoid that text following permissions may be
6960 modified. Use add-text-properties instead of put-text-property
6961 when changing a permission bit.
6962 (wdired-change-to-dired-mode): Remove stickiness properties.
6963
6964 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
6965
6966 * international/mule-cmds.el (register-input-method): Doc fix.
6967
6968 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
6969
6970 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
6971
6972 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6973
6974 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
6975 Force buffer local defs evaluation on local variables loading.
6976 (flyspell-mode-on, flyspell-mode-off): Use it in
6977 `hack-local-variables-hook'.
6978
6979 2006-12-09 Eli Zaretskii <eliz@gnu.org>
6980
6981 * emacs-lisp/find-func.el (find-variable): Doc fix.
6982
6983 * help-fns.el (variable-at-point): Doc fix.
6984
6985 * w32-fns.el (w32-append-code-lines): New function.
6986
6987 2006-12-09 Romain Francoise <romain@orebokech.com>
6988
6989 * comint.el (comint-insert-input): Delete obsolete comment.
6990
6991 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6992
6993 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
6994 current frame, in case we're connected to several displays.
6995
6996 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
6997
6998 * frame.el (other-frame): Doc fix.
6999 (set-frame-parameter): Fix typo in docstring.
7000
7001 2006-12-07 Kim F. Storm <storm@cua.dk>
7002
7003 * info.el (Info-index): Strip leading colon from topic.
7004
7005 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
7006
7007 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
7008 to pointers.
7009
7010 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
7011
7012 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
7013 Trim out spurious class inheritance "None" entries.
7014
7015 2006-12-05 Kim F. Storm <storm@cua.dk>
7016
7017 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
7018 (cua-paste-pop): Rework last change for
7019 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
7020 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
7021 text inserted by the last M-y command.
7022
7023 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7024
7025 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
7026 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
7027
7028 * shell.el (shell): Search the start file in ~/.emacs.d as
7029 `init_SHELLNAME.sh' instead.
7030
7031 2006-12-05 Glenn Morris <rgm@gnu.org>
7032
7033 * progmodes/cperl-mode.el (cperl-mode)
7034 * progmodes/f90.el (f90-mode-abbrev-table)
7035 * progmodes/fortran.el (fortran-mode-abbrev-table)
7036 * progmodes/octave-mod.el (octave-abbrev-table)
7037 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
7038 if abbrev-table is non-nil (saved user abbrevs may have been restored).
7039
7040 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
7041 clear abbrev table, else saved abbrevs will not be restored.
7042
7043 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
7044
7045 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
7046 the call to `make-obsolete-variable', not in the docstring.
7047
7048 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
7049
7050 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
7051
7052 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7053
7054 * progmodes/ebnf-abn.el:
7055 * progmodes/ebnf-bnf.el:
7056 * progmodes/ebnf-dtd.el:
7057 * progmodes/ebnf-ebx.el:
7058 * progmodes/ebnf-iso.el:
7059 * progmodes/ebnf-otz.el:
7060 * progmodes/ebnf-yac.el:
7061 * progmodes/ebnf2ps.el:
7062 * delim-col.el:
7063 * printing.el:
7064 * ps-bdf.el:
7065 * ps-mule.el:
7066 * ps-print.el: Remove 'Time-stamp' comment mark.
7067
7068 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
7069 'easy-menu-add-item' when called in Emacs 21 or higher.
7070
7071 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
7072
7073 * progmodes/ada-xref.el (ada-check-current): Doc fix.
7074 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
7075
7076 2006-12-04 Kim F. Storm <storm@cua.dk>
7077
7078 * bindings.el (global-map): Bind [signal t] to ignore, to have
7079 user signals ignored by default.
7080
7081 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
7082
7083 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
7084 Unicode data file pointed to by `describe-char-unicodedata-file'.
7085
7086 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
7087
7088 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
7089 O(n^2) regexp-search by anchoring the search.
7090
7091 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
7092
7093 * whitespace.el (whitespace-cleanup-internal): Use current
7094 argument for recursive call.
7095
7096 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
7097
7098 * net/tramp.el (tramp-methods): Add "ControlPath" and
7099 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
7100 Andreas Schwab <schwab@suse.de>.
7101 (tramp-do-copy-or-rename-file-out-of-band)
7102 (tramp-open-connection-rsh): Compute format spec for ?t.
7103 (tramp-process-actions): Trace command parameters.
7104
7105 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
7106
7107 * simple.el (toggle-truncate-lines): Clarify doc string.
7108
7109 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
7110 (gdb-speedbar-expand-node): Use it.
7111
7112 2006-12-04 Richard Stallman <rms@gnu.org>
7113
7114 * progmodes/python.el (python-indent): Add safe-local-variable prop.
7115
7116 * dired.el (dired-revert): Turn off dired-after-readin-hook
7117 around call to dired-readin.
7118
7119 * menu-bar.el (menu-bar-make-toggle): Add "globally"
7120 to echo area messages.
7121 <indicate-empty-lines, case-fold-search>:
7122 Add "globally" to Help string.
7123 <case-fold-search>: MESSAGE arg need not say "globally".
7124 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
7125
7126 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
7127
7128 * outline.el (outline-end-of-subtree): Don't leave an empty
7129 line hidden as we would a real next heading.
7130
7131 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
7132
7133 * allout.el (allout-ascend): Add an optional argument to preserve
7134 original position of point when unsuccessful. Also, fix a
7135 docstring error.
7136 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
7137 work again, using allout-ascend's new option.
7138 (allout-setup-mode-map): Extract from allout-mode to initialize
7139 allout-mode-map. Call it on file load, so the mode docstring
7140 substitutions work even if allout mode has not yet been invoked.
7141 (allout-mode): Use new allout-setup-mode-map to track any keybinding
7142 customizations since the map was last processed. Also, refine the
7143 docstring so it's ship-shape for release.
7144 (allout-default-layout, allout-beginning-of-line-cycles)
7145 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
7146 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
7147 (allout-version, allout-layout, allout-infer-body-reindent)
7148 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
7149 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
7150 (allout-previous-heading, allout-goto-prefix-doublechecked)
7151 (allout-current-bullet-pos, allout-next-sibling-leap)
7152 (allout-pre-command-business, allout-encrypted-type-prefix)
7153 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
7154 (allout-rebullet-topic, allout-rebullet-topic-grunt)
7155 (allout-flag-region, allout-expose-topic, allout-expose-topic)
7156 (allout-old-expose-topic, allout-listify-exposed)
7157 (allout-process-exposed, allout-latex-verb-quote)
7158 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
7159 (allout-toggle-current-subtree-encryption)
7160 (allout-toggle-subtree-encryption, allout-bullet-isearch):
7161 Remove extraneous open-paren and close paren string escapes.
7162
7163 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
7164
7165 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
7166 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
7167 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
7168 Fix typos in docstrings.
7169
7170 2006-12-03 Glenn Morris <rgm@gnu.org>
7171
7172 * progmodes/cc-align.el
7173 * progmodes/cc-awk.el
7174 * progmodes/cc-cmds.el
7175 * progmodes/cc-compat.el
7176 * progmodes/cc-defs.el
7177 * progmodes/cc-engine.el
7178 * progmodes/cc-langs.el
7179 * progmodes/cc-menus.el
7180 * progmodes/cc-mode.el
7181 * progmodes/cc-styles.el
7182 * progmodes/cc-vars.el
7183 * progmodes/vhdl-mode.el: Fix Copyright format.
7184
7185 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
7186
7187 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
7188 initial down event.
7189
7190 2006-12-02 Kim F. Storm <storm@cua.dk>
7191
7192 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
7193 (cua-repeat-replace-region): Make M-v more robust.
7194 (cua-paste-pop-rotate-temporarily): New defcustom.
7195 (cua-paste-pop): Use it.
7196 (cua-auto-mark-last-change): New defcustom.
7197 (cua-pop-to-last-change): New helper function.
7198 (cua-set-mark): Use them.
7199
7200 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
7201
7202 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
7203 mini-buffer message.
7204
7205 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
7206
7207 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
7208
7209 2006-12-01 Ben North <ben@redfrontdoor.org>
7210
7211 * paren.el: Fix the highlight overlay extension when the user types a
7212 sequence of char very fast just before the open parenthesis.
7213
7214 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7215
7216 * ps-mule.el: Eliminate Emacs 20 compatibility.
7217
7218 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
7219 (ps-print-version): New version 6.7.
7220 (ps-print-quote): Replace '?\ ' by '?\s'.
7221
7222 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
7223
7224 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
7225 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
7226 (hexl-end-of-1k-page): Doc fixes.
7227 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
7228 Fix typos in docstrings.
7229
7230 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7231
7232 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
7233 locally, i.e. without using file name handlers.
7234 (ido-read-internal): Allow mono letter host names, avoiding the
7235 `c:' problem by testing if the file exists locally.
7236 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
7237
7238 2006-11-30 Masatake YAMATO <jet@gyve.org>
7239
7240 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
7241 to avoid bytecomp warnings.
7242 (hexl-mode-old-ruler-function): New variable.
7243 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
7244 and `hl-line-range-function' after `require' hl-line.
7245 Then bind `hl-line-range-function' and `hl-line-face'.
7246 Don't require frame. Don't use `with-no-warnings'.
7247 (hexl-activate-ruler): Store the original value of
7248 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
7249 (hexl-mode-exit): Restore the original value of
7250 `ruler-mode-ruler-function'.
7251
7252 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
7253
7254 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
7255 (hexl-mode-old-hl-line-face): New variable.
7256 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
7257 line when exit from the hexl-mode.
7258
7259 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
7260
7261 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
7262 Doc fixes.
7263
7264 * international/fontset.el (create-fontset-from-ascii-font)
7265 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
7266 (fontset-name-p): Fix typo in docstring.
7267
7268 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
7269
7270 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7271
7272 * ps-bdf.el: Fix maintainer email.
7273
7274 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
7275 compatibility.
7276
7277 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
7278 21 compatibility.
7279 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
7280 Emacs 20 & 21.
7281
7282 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
7283
7284 * progmodes/idlwave.el (idlwave-auto-fill):
7285 Remove paragraph-start let to prevent auto-fill giving up.
7286
7287 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
7288
7289 * vt100-led.el (led-state): Fix typo in previous change.
7290
7291 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7292
7293 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7294 Fix interactive spec of the functions getting defined to make them
7295 work as documented.
7296
7297 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
7298
7299 * startup.el (fancy-splash-screens): Hide initial splash buffer.
7300
7301 2006-11-28 Kim F. Storm <storm@cua.dk>
7302
7303 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
7304 icomplete-mode is enabled.
7305
7306 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
7307
7308 * textmodes/org.el (require): Require gnus-sum during compilation
7309 to avoid problem with a macro call.
7310
7311 2006-11-28 Glenn Morris <rgm@gnu.org>
7312
7313 * emacs-lisp/authors.el (authors-aliases): Add new alias.
7314
7315 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
7316 (fortran-window-create-momentarily): Do not need string-to-char.
7317
7318 2006-11-28 Richard Stallman <rms@gnu.org>
7319
7320 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
7321 Replace incorrect use of assoc-default with a loop.
7322
7323 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
7324
7325 * simple.el (next-error-find-buffer): Improve messages.
7326
7327 * files.el (revert-buffer): Special error message if file
7328 is now not readable.
7329
7330 * facemenu.el (facemenu-add-new-face): Improve doc strings of
7331 constructed commands.
7332
7333 * comint.el (comint-exec-1): Provide Emacs version and `comint'
7334 in INSIDE_EMACS.
7335
7336 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7337
7338 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
7339
7340 * server.el: Remove spurious * in docstrings.
7341 (server-process-filter): Exit from recursive editing before processing
7342 a new request.
7343
7344 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
7345
7346 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
7347 line so hidden blocks will be correctly identified.
7348
7349 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
7350
7351 * ledit.el (ledit-save-defun, ledit-mode):
7352 * resume.el (resume-emacs-args-buffer):
7353 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
7354 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
7355 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
7356 (command-send-input, command-kill-line):
7357 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
7358
7359 * autoarg.el (autoarg-kp-mode): Doc fix.
7360
7361 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
7362 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
7363 (check-emacs-lock): Doc fix. Simplify.
7364
7365 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
7366 (iimage-mode-buffer): Fix typos in docstring.
7367
7368 * misc.el (zap-up-to-char): Doc fix.
7369
7370 * time-stamp.el: Fix comment and obsolescence string for old
7371 functions. Use `dolist' instead of `while'.
7372
7373 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
7374
7375 * disp-table.el (standard-display-8bit, standard-display-default):
7376 * ebuff-menu.el (electric-buffer-list):
7377 * ehelp.el (electric-help-command-loop):
7378 * font-core.el (font-lock-mode):
7379 * help-macro.el (make-help-screen):
7380 * help.el (describe-minor-mode-completion-table-for-indicator)
7381 (lookup-minor-mode-from-indicator):
7382 * indent.el (tab-to-tab-stop, move-to-tab-stop):
7383 * info-look.el (info-lookup-guess-custom-symbol):
7384 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
7385 * longlines.el (longlines-wrap-line):
7386 * macros.el (insert-kbd-macro):
7387 * menu-bar.el (menu-bar-update-buffers):
7388 * misc.el (copy-from-above-command):
7389 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
7390 * newcomment.el (comment-indent):
7391 * novice.el (disabled-command-function):
7392 * sort.el (sort-fields-syntax-table):
7393 * subr.el (momentary-string-display):
7394 * tar-mode.el (tar-header-block-summarize)
7395 (tar-clear-modification-flags):
7396 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
7397 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
7398 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
7399 (te-delete-char, te-down-vertically-or-scroll):
7400 * time-stamp.el (time-stamp-string-preprocess):
7401 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
7402
7403 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7404
7405 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
7406 in GUD mode.
7407
7408 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
7409 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
7410
7411 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7412
7413 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
7414
7415 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
7416
7417 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
7418 (ada-compile-goto-error): Adapt to new argument profile of
7419 compilation-goto-locus in Emacs 22. Don't check if the various
7420 compile functions are defined; we already do "(require 'compile)".
7421
7422 2006-11-26 Kim F. Storm <storm@cua.dk>
7423
7424 * kmacro.el: Fix commentary.
7425
7426 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7427
7428 * progmodes/gud.el (gdb): Explain how to run in text command mode
7429 more clearly. Say in error message that multiple debugging
7430 requires restarting GDB.
7431
7432 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
7433
7434 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
7435
7436 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
7437
7438 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
7439 (flymake-popup-menu): Use it instead of posn-at-point.
7440
7441 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7442
7443 * progmodes/cc-vars.el (c-backslash-column):
7444 Mention c-backslash-max-column in documentation for c-backslash-column.
7445
7446 2006-11-24 Lars Hansen <larsh@soem.dk>
7447
7448 * net/tramp.el (tramp-default-method): Under Windows, change from
7449 plink to pscp.
7450 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
7451 (tramp-actions-copy-out-of-band):
7452 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
7453 (tramp-action-out-of-band): Move "Permission denied" handling to
7454 tramp-action-copy-failed.
7455 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
7456 process buffer.
7457
7458 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7459
7460 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7461 strings to a single string. Quote `errors-file-name'.
7462 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7463 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7464 Adjust calls. Use `shell-quote-argument'.
7465
7466 * international/mule.el (load-with-code-conversion)
7467 (with-category-table): Use with-current-buffer.
7468 (after-insert-file-set-coding): Use restore-buffer-modified-p.
7469
7470 2006-11-24 Eli Zaretskii <eliz@gnu.org>
7471
7472 * mail/smtpmail.el (smtpmail-send-it):
7473 Copy buffer-file-coding-system from the mail buffer. Possibly add a
7474 MIME header for the message encoding.
7475 Bind coding-system-for-write around the call to mail-do-fcc.
7476 Use smtpmail-code-conv-from to encode queued mail messages.
7477
7478 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
7479
7480 * tabify.el (tabify-regexp): Doc fix.
7481
7482 * net/rcirc.el (rcirc-buffer-maximum-lines):
7483 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
7484
7485 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
7486 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
7487 Fix typos in output messages.
7488 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
7489
7490 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7491
7492 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
7493 the horse's mouth.
7494 (hexlify-buffer): Don't re-encode an arg that's already encoded.
7495
7496 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
7497
7498 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
7499 Remove condition-case.
7500
7501 2006-11-23 Glenn Morris <rgm@gnu.org>
7502
7503 * progmodes/f90.el (f90-comment-indent): Do not move point in
7504 default case.
7505
7506 2006-11-21 Romain Francoise <romain@orebokech.com>
7507
7508 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
7509 from library name (reverts change of 2005-10-25).
7510
7511 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
7512
7513 * tutorial.el (tutorial--default-keys): Add newline and
7514 delete-backward-char bindings.
7515 (tutorial--detailed-help): Save excursion when finding keys.
7516 Correct warning string for M-x FOO case.
7517 (tutorial--display-changes): Print special keys in tutorial style.
7518 Tweak search regexp for changed keys.
7519
7520 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7521
7522 * thingatpt.el (thing-at-point-url-at-point): Don't add a
7523 redundant scheme.
7524
7525 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
7526
7527 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
7528 are new to the list at IANA. Also added irc, mms, mmsh.
7529
7530 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
7531
7532 * progmodes/idlw-help.el (idlwave-html-help-location):
7533 Fail gracefully for missing help packages.
7534 (idlwave-help-assistant-open-link): Open full links.
7535 (idlwave-help-assistant-help-with-topic): Direct help link.
7536
7537 * progmodes/idlwave.el (idlwave-mode):
7538 Set add-log-current-defun-function.
7539 (idlwave-current-routine-fullname): Add, to support add-log.
7540 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
7541 to reflect improvements to xml-parse-file.
7542 (idlwave-mode-menu-def): New binding for help-with-topic.
7543
7544 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
7545 Handle extra newlines and spaces.
7546 (idlwave-shell-mode-map): Add help-with-topic.
7547
7548 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
7549
7550 * tutorial.el (tutorial-warning-face): New face.
7551 (tutorial--detailed-help, tutorial--display-changes): Use it.
7552 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
7553 Improve search pattern for occurrences of changed keys.
7554
7555 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7556
7557 * term/x-win.el (x-last-cut-buffer-coding): New variable.
7558 (x-select-text): Set it.
7559 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
7560 when checking for newness.
7561
7562 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
7563
7564 * subr.el (posn-image):
7565 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
7566
7567 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
7568
7569 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7570
7571 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
7572 Exceptions to the rule "add a space between an identifier and an
7573 opening parenthesis". Defaulted to the `#define' problem of cpp.
7574 (glasses-parenthesis-exception-p): New. Check if the region is an
7575 exception regarding to that.
7576 (glasses-make-readable): Use it.
7577 (glasses-convert-to-unreadable): Ditto. Modify the file also if
7578 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
7579
7580 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
7581
7582 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
7583
7584 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
7585
7586 * progmodes/ada-mode.el (ada-make-body): Fix typo.
7587
7588 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
7589 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
7590
7591 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
7592
7593 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
7594 conditions for function or variable bindings.
7595
7596 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
7597
7598 * progmodes/compile.el (compilation-start): Ditto.
7599
7600 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
7601
7602 * net/tramp.el (top): cl and custom are always required.
7603
7604 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7605
7606 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
7607 cut-buffers with next-selection-coding-system if not nil.
7608
7609 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7610
7611 * textmodes/org.el (org-fix-decoded-time): New function.
7612 (org-display-custom-time): Use `org-fix-decoded-time'.
7613
7614 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
7615
7616 * menu-bar.el (menu-bar-games-menu): Remove yow.
7617
7618 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7619
7620 * textmodes/org.el (org-scan-tags): Re-align code fixed.
7621 (org-detach-overlay): Rename from `org-detatch-overlay'.
7622 (org-table-convert-region): Insert space after column separator.
7623 (org-agenda-kill): New command.
7624 (org-metaleft): Call `org-outdent-item' on bullets.
7625 (org-metaright): Call `org-indent-item' on bullets.
7626 (org-timestamp-change): Set `org-last-changed-timestamp'.
7627 (org-current-line): Make sure (bolp) returns correct result.
7628 (org-agenda-change-all-lines): Make sure TODO are highlighted.
7629
7630 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7631
7632 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
7633
7634 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
7635
7636 * mouse.el (global-map): Change 2006-08-16 fix to call
7637 mouse-yank-at-click explicitly, since mouse events are not carried
7638 over into keyboard macros.
7639
7640 2006-11-16 Kim F. Storm <storm@cua.dk>
7641
7642 * ido.el (ido-file-internal): Use current buffer's file name as default
7643 choice for ido-find-alternate-file. Suggested by Matt Hodges.
7644
7645 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
7646
7647 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
7648 (allout-inhibit-aberrance-doublecheck): Rename from
7649 allout-during-yank-processing. All callers changed.
7650 (allout-ascend): Provide for unusual case where some topic after
7651 the first in file is at lower depth than the first.
7652 (allout-shift-in): Ensure the offspring of the new containing
7653 topic are exposed.
7654 (allout-encrypt-string): Preserve the coding-system of the text,
7655 according to that of the containing buffer.
7656 (allout-toggle-subtree-encryption): When the text being encrypted
7657 requires a different coding system, offer to preserve the coding
7658 system using a file local var.
7659
7660 2006-11-15 Simon Marshall <simon@gnu.org>
7661
7662 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
7663 to recognise "T t()" as a function declaration, rather than a
7664 variable instantiation, iff at the top-level or inside a class
7665 declaration. Suggested by Feng Li <fengli@gmail.com>.
7666
7667 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
7668
7669 * progmodes/ada-xref.el (ada-parse-prj-file):
7670 Don't delete project buffer; user may want to edit it.
7671 (ada-xref-set-project-field, ada-xref-current-project-file)
7672 (ada-xref-current-project, ada-show-current-project)
7673 (ada-set-main-compile-application): New functions.
7674 (ada-xref-get-project-field, ada-require-project-file):
7675 Normalize use of ada-prj-default-project-file.
7676 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
7677 Normalize use of ada-require-project-file.
7678 (ada-prj-find-prj-file): Improve doc string, comments.
7679
7680 * progmodes/ada-mode.el (ada-mode-version): Bump version.
7681 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
7682 (ada-create-menu): Add ada-set-main-compile-application,
7683 ada-show-current-main, ada-show-current-project.
7684
7685 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7686
7687 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
7688 (inferior-python-mode): Use it.
7689
7690 2006-11-14 Andreas Schwab <schwab@suse.de>
7691
7692 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7693
7694 2006-11-13 Kim F. Storm <storm@cua.dk>
7695
7696 * ido.el (ido-copy-current-word): C-o copies region if active.
7697
7698 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7699
7700 * textmodes/org.el (org-emph-face): Fix typo in variable name.
7701
7702 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
7703
7704 * ediff.el (ediff-revision):
7705 * files.el (set-visited-file-name):
7706 * mail/rmailout.el (rmail-output-body-to-file):
7707 Use `format', not `message', in `y-or-n-p' call.
7708
7709 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7710
7711 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
7712 (org-metaright): Call `org-indent-item' on bullets.
7713 (org-timestamp-change): Set `org-last-changed-timestamp'.
7714 (org-current-line): Make sure (bolp) returns correct result.
7715 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
7716
7717 2006-11-12 Richard Stallman <rms@gnu.org>
7718
7719 * language/european.el (turkish-case-conversion-enable)
7720 (turkish-case-conversion-disable): New functions.
7721 ("Turkish" lang env): Use them.
7722
7723 * international/characters.el (case table):
7724 Do nothing special for i and I.
7725
7726 * subr.el (remove-overlays): Fix last change.
7727
7728 * cus-edit.el (custom-save-all): Use find-file-visit-truename
7729 for visiting the custom file.
7730
7731 2006-11-12 Markus Triska <triska@gmx.at>
7732
7733 * play/handwrite.el (handwrite): Also process lines not ending
7734 with newline. Replace some position-fiddling with different
7735 logic. Improve performance.
7736
7737 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
7738
7739 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
7740 replacing deleted variable `ada-check-switch'.
7741 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
7742 (ada-xref-project-files): Improve doc string.
7743 (ada-find-executable): New function.
7744 (ada-initialize-runtime-library): Use `ada-find-executable'.
7745 (ada-xref-set-default-prj-values): In compile commands, don't need
7746 `ada-cd-command'; `compile' does that more portably.
7747 Use ada-prj-default-check-cmd.
7748 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
7749 properties if not specified in project file.
7750 (ada-goto-declaration): Display useful message for new error
7751 'error-file-not-found.
7752 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
7753 'error-file-not-found.
7754 (ada-get-all-references): Match latest ali syntax. Signal new
7755 error 'error-file-not-found.
7756 (ada-find-in-ali): Match latest ali syntax.
7757 (ada-make-filename-from-adaname): Handle different semantics of
7758 gnatkr in GNAT 3.15p vs later.
7759
7760 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
7761 ada-procedure-start-regexp.
7762 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
7763
7764 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
7765 with defvar.
7766 (ada-language-version): Rename ada05 -> ada2005.
7767 (ada-align-region-separate): Add `eval-when-compile'.
7768 (ada-name-regexp): Remove unneeded escapes in regexp character
7769 alternative.
7770 (ada-compile-goto-error-file-linenr-re): New constant.
7771 (ada-matching-start-re): Handle additional cases `declare',
7772 `procedure', `function'.
7773 (ada-compile-goto-error): Handle "... at line nn".
7774 (ada-mode): Clearer syntax, comments for ff-special-constructs.
7775 Delete support for old versions of `align'.
7776 (ada-search-prev-end-stmt): Handle additional keyword `private'.
7777 (ada-check-defun-name): Simplify handling of `declare'.
7778 (ada-goto-matching-start): Handle nested `begin ... end'.
7779 Handle `declare', `protected', `procedure', `function'.
7780 (ada-create-menu): Presence of arm95 is not conditional on using
7781 GNAT compiler.
7782
7783 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
7784
7785 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
7786 nil in the *RE-Builder* buffer (it causes spurious error messages).
7787
7788 * server.el (server-visit-files): If `minibuffer-auto-raise' has
7789 been set to t, respect it.
7790
7791 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
7792
7793 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
7794 Delete commented out code for old Emacs versions. Autoloading of
7795 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
7796 (ada-mode-version): Bump version number.
7797 (ada-95-string-keywords, ada-2005-string-keywords)
7798 (ada-2005-keywords, ada-name-regexp): New constant.
7799 (ada-language-version, ada-procedure-start-regexp, ada-mode)
7800 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
7801 (ada-package-start-regexp): Support private packages, include package
7802 name (for ada-set-point-accordingly).
7803 (ada-next-procedure, ada-previous-procedure)
7804 (ada-which-function-are-we-in): Match changes to
7805 ada-procedure-start-regexp.
7806 (ada-make-body): Make non-interactive; not a user function.
7807 (ada-make-subprogram-body): Improve doc string.
7808
7809 2006-11-11 Romain Francoise <romain@orebokech.com>
7810
7811 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
7812 `compilation-error-regexp-alist' buffer-local, since we changed
7813 `compilation-error-regexp-alist-alist' locally.
7814
7815 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
7816
7817 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
7818 to the value of `server-raise-frame'.
7819
7820 2006-11-11 Glenn Morris <rgm@gnu.org>
7821
7822 * ido.el (ido-enable-prefix)
7823 * ses.el (ses-call-printer-return)
7824 * net/tramp.el (tramp-unified-filenames)
7825 * progmodes/cc-align.el (c-lineup-string-cont)
7826 * progmodes/compile.el (compilation-directory-matcher)
7827 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7828 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7829 (vhdl-clock-rising-edge)
7830 * textmodes/org.el (org-export-with-timestamps)
7831 (org-export-remove-timestamps-from-toc)
7832 (org-export-with-tags): Improve previous doc fixes.
7833
7834 2006-11-11 Richard Stallman <rms@gnu.org>
7835
7836 * textmodes/flyspell.el (flyspell-mode-map):
7837 Bind C-c $ instead of M-RET.
7838
7839 2006-11-10 Simon Marshall <simon@gnu.org>
7840
7841 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
7842 fontification for "case" and "default" keywords.
7843
7844 2006-11-10 Andreas Schwab <schwab@suse.de>
7845
7846 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
7847 Avoid starting sentence with "nil".
7848
7849 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7850
7851 * server.el (server-raise-frame): New option.
7852 (server-switch-buffer): Use it.
7853
7854 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
7855
7856 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
7857 with a capital.
7858
7859 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
7860
7861 * textmodes/org.el (org-show-hierarchy-above)
7862 (org-show-following-heading): Fix typo in default value.
7863 (org-scan-tags): Make the search case-sensitive.
7864 (org-tags-sparse-tree): Don't overrule
7865 `org-show-following-heading' and `org-show-hierarchy-above'.
7866 (org-reveal): New command.
7867 (org-show-context): Rename from `org-show-hierarchy-above'.
7868 (org-fast-tag-selection-single-key): New option.
7869 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
7870 (org-tags-overlay): New variable.
7871 (org-agenda-todo-ignore-deadlines): New option.
7872 ("session"): Add circular data structure `org-mark-ring' to
7873 exceptions list in session.el.
7874 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
7875 New options.
7876 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
7877 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
7878 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
7879 (org-finalize-agenda): Activate bracket links in agenda.
7880 (org-at-timestamp-p, org-at-date-range-p): Additional argument
7881 INACTIVE-OK.
7882 (org-show-hierarchy-above, org-show-following-heading):
7883 List values allowed for fine-tuned configuration.
7884 (org-show-hierarchy-above): New argument CONTEXT, use the
7885 fine-tuned settings in `org-show-hierarchy-above' and
7886 `org-show-following-heading'.
7887 (org-display-custom-time): New function.
7888 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
7889 (org-display-custom-times, org-time-stamp-custom-formats):
7890 (org-maybe-intangible): New macro.
7891 (org-activate-bracket-links, org-hide-wide-columns):
7892 Use `org-maybe-intangible'.
7893 (org-open-file): Use `shell-quote-argument'.
7894 (org-display-internal-link-with-indirect-buffer): New option.
7895 (org-file-remote-p): Get regexp from list.
7896 (org-link-expand-abbrev): New function.
7897 (org-link-abbrev-alist): New option.
7898 (org-open-at-point, org-cleaned-string-for-export):
7899 Call `org-link-expand-abbrev'.
7900 (org-timeline, org-agenda-list, org-todo-list)
7901 (org-tags-view): Remove the KEEP-MODES argument.
7902 (org-finalize-agenda-hook): New hook.
7903 (org-get-alist-option): New function.
7904 (org-follow-timestamp-link): New function.
7905 (org-open-at-point): Call `org-follow-timestamp-link'.
7906 (org-log-note-marker, org-log-note-purpose)
7907 (org-log-note-window-configuration): New variables.
7908 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
7909 (org-log-note-headings): New option.
7910 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
7911 (org-store-link): Support for dired-mode.
7912 (org-open-file): Substitute environment variables into filename.
7913 (org-last): New defsubst.
7914 (org-agenda-re-align-tags): New function.
7915 (org-agenda-align-tags-to-column): New option.
7916 (org-agenda-timeline): Group removed.
7917 (org-prepare-agenda, org-prepare-agenda-buffers)
7918 (org-run-agenda-series, org-timeline, org-agenda-list)
7919 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
7920 the text property inticating the agenda type.
7921 (org-agenda-post-command-hook): Get agenda type from text property
7922 at point.
7923 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
7924 and obey `org-agenda-overriding-arguments'.
7925 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
7926 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7927 (org-agenda-week-view, org-agenda-day-view):
7928 Use `org-agenda-overriding-arguments' to make updating work with
7929 multi-block agendas.
7930 (org-agenda-prefix-format): Allow different formats for the
7931 different agenda entry types.
7932 (org-timeline-prefix-format): Option removed, use
7933 `org-agenda-prefix-format' instead.
7934 (org-prepare-agenda): New function.
7935 (org-select-timeline-window): Option removed, use
7936 `org-select-agenda-window' instead.
7937 (org-respect-restriction): Variable removed.
7938 (org-cmp-tag): New function.
7939 (org-agenda-sorting-strategy, org-entries-lessp):
7940 Implement sorting by last tag.
7941 (org-complete): Better completion in in-buffer option lines.
7942 (org-in-item-p): New function.
7943 (org-org-menu): Add entries for checkboxes.
7944 (org-cycle): Extra brouping in outline-regexp, because it is used
7945 in a search with "^" prepended.
7946 (org-provide-checkbox-statistics): New option.
7947 (org-set-font-lock-defaults): Highlight checkbox statistics.
7948 (org-update-checkbox-count-maybe)
7949 (org-get-checkbox-statistics-face): New functions.
7950 (org-update-checkbox-count): New command.
7951 (org-insert-item, org-toggle-checkbox):
7952 Call `org-update-checkbox-count-maybe'.
7953 (org-export-as-html): XEmacs compatibility for coding system.
7954 (org-force-cycle-archived): New command.
7955 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
7956 overrules cycling.
7957 (org-fix-position-after-promote): If the line contains only a todo
7958 keyword, add a final space.
7959 (org-promote-subtree, org-demote-subtree):
7960 Call `org-fix-position-after-promote'.
7961
7962 2006-11-10 Glenn Morris <rgm@gnu.org>
7963
7964 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
7965 date in every year.
7966 (calendar-dst-check-each-year-flag): New customizable variable.
7967 (calendar-dst-find-data): New function, extracted from
7968 calendar-current-time-zone.
7969 (calendar-current-time-zone): Use calendar-dst-find-data.
7970 (calendar-dst-transition-cache): New variable.
7971 (calendar-dst-find-startend, calendar-dst-starts)
7972 (calendar-dst-ends): New functions.
7973 (calendar-daylight-savings-starts)
7974 (calendar-daylight-savings-ends): Change value to use
7975 calendar-dst-starts, calendar-dst-ends; respectively.
7976
7977 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
7978
7979 * ido.el (ido-enable-prefix)
7980 * ses.el (ses-call-printer-return)
7981 * net/tramp.el (tramp-unified-filenames)
7982 * progmodes/cc-align.el (c-lineup-string-cont)
7983 * progmodes/compile.el (compilation-directory-matcher)
7984 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7985 * progmodes/gdb-ui.el (gdb-many-windows)
7986 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7987 (vhdl-clock-rising-edge)
7988 * textmodes/org.el (org-export-with-timestamps)
7989 (org-export-remove-timestamps-from-toc, org-export-with-tags)
7990 (org-read-date): Doc fix (Nil -> nil).
7991
7992 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7993
7994 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
7995 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
7996
7997 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7998
7999 * bs.el (bs--window-for-buffer): Remove.
8000 (bs--show-with-configuration): Use `get-window-with-predicate'
8001 instead of `bs--window-for-buffer'.
8002
8003 2006-11-10 Kenichi Handa <handa@m17n.org>
8004
8005 * files.el (revert-buffer): Fix previous change.
8006
8007 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
8008
8009 * bs.el (bs--redisplay): Fix typo in docstring.
8010 (bs--window-config-coming-from): Make frame-local.
8011 (bs--restore-window-config): New function.
8012 (bs-kill, bs-select, bs-select-other-window)
8013 (bs-select-other-frame): Use it.
8014 (bs--window-for-buffer): Return as soon as a matching buffer is found.
8015 (bs--show-with-configuration): Save the window configuration as a
8016 frame local var, and only if *buffer-selection* is not already
8017 visible on this frame.
8018
8019 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
8020
8021 * vc-svn.el (vc-svn-admin-directory): New var.
8022 (vc-svn-registered, vc-svn-responsible-p)
8023 (vc-svn-repository-hostname): Use it.
8024 Suggested by arit93@yahoo.com.
8025
8026 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8027
8028 * ldefs-boot.el: Regenerate.
8029
8030 2006-11-08 Alan Mackenzie <acm@muc.de>
8031
8032 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
8033 case (eq open-paren-in-column-0-is-defun-start nil) by searching
8034 for least nested open-paren.
8035
8036 2006-11-08 Romain Francoise <romain@orebokech.com>
8037
8038 * subr.el (remove-overlays): Fix typo in last change.
8039
8040 2006-11-08 Richard Stallman <rms@gnu.org>
8041
8042 * subr.el (remove-overlays): Call overlay-recenter.
8043
8044 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8045
8046 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
8047 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
8048 behaviour.
8049 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
8050 directly.
8051
8052 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8053
8054 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
8055 (ido-max-dir-file-cache, ido-decorations)
8056 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
8057 (ido-magic-backward-char, ido-enter-dired)
8058 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
8059 (ido-list-directory, ido-first-match, ido-only-match)
8060 (ido-subdir, ido-indicator): Fix typos in docstrings.
8061 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
8062 (ido-read-internal): Fix typo in error message.
8063
8064 2006-11-08 Kenichi Handa <handa@m17n.org>
8065
8066 * international/mule-cmds.el (set-default-coding-systems):
8067 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
8068
8069 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8070
8071 * makefile.w32-in (setwins): Remove.
8072 (WINS_ALMOST): New macro.
8073 (WINS): Use it.
8074 (autoloads): Don't extract autoloads from files in obsolete/.
8075
8076 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
8077
8078 * whitespace.el (whitespace-buffer): Call remove-overlays after
8079 overlay-recenter for performance. Suggested by Martin Rudalics.
8080
8081 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
8082
8083 * net/tramp.el (tramp-default-method): scp is the default method.
8084
8085 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
8086
8087 * server.el (server-start): Save also the Emacs pid in the server file.
8088
8089 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
8090
8091 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
8092 point when displaying a bibtex cross reference in the echo area.
8093
8094 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
8095
8096 * international/mule.el (make-char): Fix typo in docstring.
8097 (load-with-code-conversion, charsetp): Doc fixes.
8098
8099 * international/ja-dic-cnv.el (skkdic-convert):
8100 * cus-edit.el (hook): Fix typo in docstring.
8101
8102 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
8103
8104 * cus-edit.el (custom-mode-map): Move defvar above code using it.
8105 (custom-mode-link-map): New variable.
8106 (custom-group-link, custom-manual): Use follow-link.
8107
8108 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8109
8110 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
8111 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
8112
8113 2006-11-06 Richard Stallman <rms@gnu.org>
8114
8115 * textmodes/flyspell.el (flyspell-correct-word-before-point):
8116 New function broken out of flyspell-correct-word.
8117 (flyspell-mode-map): Bind it to M-RET.
8118 (flyspell-correct-word): Call it.
8119
8120 * textmodes/fill.el (fill-minibuffer-function): New function.
8121 (fill-paragraph): Bind fill-paragraph-function to
8122 fill-minibuffer-function.
8123
8124 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
8125 so that they aren't undefined.
8126
8127 * dired.el (dired-readin): Locally bind file-name-coding-system.
8128
8129 * bindings.el: Shorten and clarify usual mode line mouse help string.
8130
8131 * Makefile.in (autoloads): Don't include `obsolete'.
8132
8133 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
8134
8135 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
8136 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
8137 Printing menu if it's not initialized.
8138 (pr-menu-bind): Act on menu-bar-file-menu directly.
8139
8140 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
8141
8142 * help.el (view-emacs-news): Fix typo in error message.
8143
8144 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
8145
8146 * shadowfile.el (shadow-define-regexp-group)
8147 (shadow-literal-groups, shadow-insert-var): Doc fixes.
8148 (shadow-read-files): Fix typo in message.
8149 (shadow-inhibit-overload, shadow-find, shadow-suffix)
8150 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
8151 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
8152 (shadow-file-match): Fix typos in docstrings.
8153
8154 * terminal.el (terminal-emulator): Fix typo in message.
8155
8156 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
8157
8158 * emacs-lisp/lselect.el (x-kill-primary-selection)
8159 (x-delete-primary-selection, x-copy-primary-selection):
8160 Fix typos in error messages.
8161
8162 * emulation/edt-mapper.el: Fix typo in interactive message.
8163
8164 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
8165
8166 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
8167 (ispell-help): Fix typos in docstrings.
8168 (ispell-help): Fix typo in output message.
8169
8170 * allout.el (allout-adjust-file-variable)
8171 (allout-passphrase-verifier-string)
8172 (allout-passphrase-hint-string)
8173 (allout-toggle-current-subtree-encryption):
8174 * apropos.el (apropos-synonyms):
8175 * cus-edit.el (hook):
8176 * emacs-lock.el (emacs-lock-from-exiting):
8177 * follow.el (follow-avoid-tail-recenter-p):
8178 * hexl.el (hexl-mode):
8179 * mouse-copy.el (mouse-copy-work-around-drag-bug):
8180 * mouse.el (mouse-set-font):
8181 * resume.el (resume-emacs-args-file):
8182 * rfn-eshadow.el (file-name-shadow-tty-properties):
8183 * t-mouse.el (t-mouse-process, t-mouse-mode):
8184 * emacs-lisp/cust-print.el (custom-print-install)
8185 (custom-print-uninstall, custom-format):
8186 * emacs-lisp/shadow.el (list-load-path-shadows):
8187 * emulation/tpu-edt.el (tpu-help-text)
8188 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
8189 (tpu-reset-control-keys):
8190 * emulation/vip.el (vip-emacs-local-map)
8191 (vip-change-mode-to-emacs):
8192 * emulation/viper.el (viper-mode, viper-set-hooks)
8193 (viper-major-mode-modifier-list):
8194 * emulation/viper-init.el (viper-emacs-state-cursor-color):
8195 * emulation/viper-keym.el (viper-emacs-kbd-map)
8196 (viper-toggle-key):
8197 * mail/feedmail.el (feedmail-queue-reminder)
8198 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
8199 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
8200 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
8201 (feedmail-sender-line, feedmail-force-binary-write)
8202 (feedmail-from-line, feedmail-deduce-envelope-from)
8203 (feedmail-x-mailer-line, feedmail-message-id-generator)
8204 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
8205 (feedmail-enable-spray, feedmail-spray-this-address)
8206 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
8207 (feedmail-queue-runner-confirm-global)
8208 (feedmail-ask-before-queue-prompt)
8209 (feedmail-ask-before-queue-reprompt)
8210 (feedmail-prompt-before-queue-standard-alist)
8211 (feedmail-prompt-before-queue-user-alist)
8212 (feedmail-prompt-before-queue-help-supplement)
8213 (feedmail-queue-use-send-time-for-message-id)
8214 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
8215 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
8216 (feedmail-mail-send-hook-queued)
8217 (feedmail-confirm-addresses-hook-example)
8218 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
8219 (feedmail-queue-runner-mode-setter)
8220 (feedmail-queue-alternative-mail-header-separator)
8221 (feedmail-queue-runner-message-sender)
8222 (feedmail-buffer-eating-function, feedmail-binmail-template)
8223 (feedmail-run-the-queue-no-prompts)
8224 (feedmail-run-the-queue-global-prompt)
8225 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
8226 (feedmail-envelope-deducer, feedmail-fiddle-date)
8227 (feedmail-default-message-id-generator)
8228 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
8229 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
8230 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
8231 (vms-pmail-setup):
8232 * play/dunnet.el (dun-help):
8233 * play/handwrite.el (handwrite):
8234 * play/hanoi.el (hanoi-unix-64):
8235 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8236 * textmodes/enriched.el (fixed):
8237 * textmodes/org.el (org-file-apps)
8238 (org-emphasis-regexp-components, org-emphasis-alist):
8239 * textmodes/texinfmt.el (batch-texinfo-format):
8240 Fix typos in docstrings.
8241
8242 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
8243
8244 * loadhist.el (read-feature): Don't complete features not loaded
8245 from a file (which make `unload-feature' to fail).
8246
8247 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
8248
8249 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
8250
8251 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
8252
8253 * startup.el (command-line-1): Kill emacs if the last frame is
8254 deleted while evaluating the command-line arguments.
8255
8256 2006-11-05 Richard Stallman <rms@gnu.org>
8257
8258 * startup.el (init-file-had-error): Add doc string.
8259 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
8260 Use fixed-width font for keyboard key descriptions.
8261
8262 * cus-edit.el (custom-save-all): Error if saving in .emacs
8263 and it had an error when loaded.
8264
8265 * dired-aux.el (dired-copy-file-recursive): Catch errors
8266 from recursive copies in the loop, around the recursive call.
8267
8268 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8269
8270 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
8271 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
8272 `/proc/acpi/thermal_zone/*'.
8273 (battery-search-for-one-match-in-files): New. Search a regexp in
8274 the content of some files.
8275
8276 2006-11-05 Martin Rudalics <rudalics@gmx.at>
8277
8278 * window.el (mouse-autoselect-window-now): Remove variable.
8279 (mouse-autoselect-window-state): New variable.
8280 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
8281 (mouse-autoselect-window-select, handle-select-window):
8282 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
8283 Suspend delayed autoselection during menu or popup dialog.
8284
8285 * info-look.el (info-lookup-guess-custom-symbol): New function
8286 for retrieving symbol at point in custom buffers.
8287 (top level) <info-lookup-maybe-add-help>: Add backquote and
8288 comma to ignored characters in regexps of help specifications
8289 for emacs-lisp-mode and lisp-interaction-mode. This permits
8290 looking up symbols in `...' and after a comma. Add help
8291 specifications for custom-mode and help-mode.
8292
8293 2006-11-04 Eli Zaretskii <eliz@gnu.org>
8294
8295 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
8296 Don't encode body if RAW is non-nil, or if the old encoding is
8297 identical to the new encoding, or if the body contains only
8298 eight-bit-* characters.
8299
8300 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8301
8302 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
8303 (faces-sample-overlay): Remove variable.
8304 (describe-face): Insert sample text in the face being described.
8305
8306 2006-11-04 Martin Rudalics <rudalics@gmx.at>
8307
8308 * whitespace.el (whitespace-indent-regexp): Make this match any
8309 multiples of eight spaces near the beginning of a line.
8310 (whitespace-buffer): Use `remove-overlays' instead of
8311 `whitespace-unhighlight-the-space' and `overlay-recenter' to
8312 speed up overlay handling.
8313 (whitespace-buffer-leading, whitespace-buffer-trailing):
8314 Make these functions highlight the text removed by
8315 `whitespace-buffer-leading-cleanup' and
8316 `whitespace-buffer-trailing-cleanup' respectively.
8317 (whitespace-buffer-search): Use `with-local-quit'.
8318 Move `format' out of loop to speed up scanning larger buffers.
8319 (whitespace-unhighlight-the-space): Remove `remove-hook' since
8320 that function is never added to a hook.
8321 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
8322 (whitespace-buffer-leading-cleanup)
8323 (whitespace-refresh-rescan-list): Fix docstrings.
8324
8325 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
8326
8327 * allout.el (allout-during-yank-processing): Cue for inhibiting
8328 aberrance processing during yanks.
8329 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
8330 the amount of yanked topics that can be aberrant.
8331 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
8332 a function, and supplement with inihibition of doublechecking
8333 during yanks.
8334 (allout-beginning-of-line, allout-next-heading)
8335 (allout-previous-heading, allout-goto-prefix-doublechecked)
8336 (allout-back-to-current-heading, allout-next-visible-heading)
8337 (allout-next-sibling): Use new allout-do-doublecheck function.
8338 (allout-next-sibling): Ensure we made progress when returning
8339 other than nil.
8340 (allout-rebullet-heading): Preserve text property annotations
8341 indicating the text was hidden, if it was.
8342 (allout-kill-line): Remove any added was-hidden annotations.
8343 (allout-kill-topic): Remove any added was-hidden annotations.
8344 (allout-annotate-hidden): Inhibit adding was-hidden text
8345 properties to the undo list.
8346 (allout-deannotate-hidden): New function to remove was-hidden
8347 annotation.
8348 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
8349 (allout-remove-exposure-annotation): Replace by
8350 allout-deannotate-hidden.
8351 (allout-yank-processing): Signal that yank processing is happening
8352 with allout-during-yank-processing. Also, wrap
8353 allout-unprotected's closer to the text changes, for easier
8354 debugging. We need to inhibit-field-text-motion explicitly, in
8355 lieu of the encompassing allout-unprotected.
8356 (outlineify-sticky): Adjust criteria for triggering new outline
8357 decorations to presence or absence of any topics, not just a topic
8358 at the beginning of the buffer.
8359
8360 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
8361
8362 * bs.el (bs--show-all, bs--redisplay):
8363 * cus-edit.el (custom-unlispify-menu-entries)
8364 (custom-unlispify-tag-names, custom-prompt-variable):
8365 * expand.el (expand-pos):
8366 * speedbar.el (speedbar-generic-list-tag-p):
8367 * wid-edit.el (widget-image-enable):
8368 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
8369 * emacs-lisp/find-func.el (find-function-noselect)
8370 (find-function, find-variable-noselect, find-variable)
8371 (find-definition-noselect, find-face-definition):
8372 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
8373 * net/eudc-vars.el (eudc-expansion-overwrites-query):
8374 * progmodes/ada-xref.el (ada-find-in-ali):
8375 * textmodes/flyspell.el (flyspell-check-tex-math-command):
8376 * textmodes/org.el (org-copy-subtree):
8377 * textmodes/table.el (table--row-column-insertion-point-p):
8378 Use "non-nil" in docstrings.
8379
8380 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
8381
8382 * sort.el (sort-columns): Set the field separator to tab; on
8383 NetBSD, sort complains if "\n" is used as field separator.
8384
8385 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
8386
8387 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
8388
8389 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8390
8391 * server.el (server-auth-key): Remove. Replace by a process-property.
8392 (server-start): Don't remove the file of the previous process, but
8393 instead clear out the place for the new file.
8394 (server-start): Set the :auth-key property.
8395 (server-process-filter): Use the :auth-key property.
8396
8397 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
8398
8399 * textmodes/org.el (org-mode-map): No longer copy
8400 `outline-mode-map' explicitly - this is already done by
8401 `define-derived-mode'.
8402
8403 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
8404
8405 * server.el (server-visit-files): Use `when'.
8406 (server-process-filter): When authentication fails, send error
8407 message to client. Wrap `process-send-region' in `ignore-errors'
8408 instead of `condition-case', and remove misleading comment.
8409
8410 2006-11-01 Juri Linkov <juri@jurta.org>
8411
8412 * simple.el (yank): Doc fix.
8413
8414 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8415
8416 * server.el: Try and fit within 80 columns.
8417 (server-start): Make the auth file unreadable by other users.
8418
8419 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8420
8421 * battery.el (battery-linux-proc-acpi): Prevent range error when
8422 `full-capacity' is 0.
8423
8424 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8425
8426 * faces.el (faces-sample-overlay): New defvar.
8427 (faces-sample-overlay): New function to show face sample text.
8428 (describe-face): Use it.
8429
8430 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
8431
8432 * progmodes/ada-stmt.el: Change maintainer, apply
8433 whitespace-cleanup, checkdoc.
8434 (ada-func-or-proc-name): Add doc string.
8435
8436 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
8437 whitespace-cleanup, checkdoc. Minor improvements to many doc
8438 strings and comments.
8439 (ada-prj-display-page): Change buffer name to more accurately
8440 reflect function.
8441
8442 * progmodes/ada-xref.el: Change maintainer, apply
8443 whitespace-cleanup, checkdoc. Minor improvements to many doc
8444 strings and comments. Don't look for `gvd' or `ddd' debuggers.
8445 (ada-compile-current): Don't add newlines to commands.
8446
8447 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
8448
8449 * server.el: Add support for TCP sockets.
8450 (server-use-tcp, server-host, server-auth-dir): New options.
8451 (server-auth-key): New variable.
8452 (server-ensure-safe-dir): Create nonexistent parent dirs.
8453 Ignore Unix-style file modes on Windows.
8454 (server-start): Crete a TCP or Unix socket according to the value
8455 of `server-use-tcp'. For TCP sockets, create the id/auth file in
8456 `server-auth-dir' directory.
8457 (server-process-filter): Delete process if authentication
8458 fails (which never happens for Unix sockets).
8459
8460 2006-10-30 David Kastrup <dak@gnu.org>
8461
8462 * subr.el (add-to-list): Don't continue checking if a match has
8463 been found.
8464
8465 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
8466
8467 * tutorial.el: Move defvars to avoid bytecomp warnings.
8468 (tutorial--find-changed-keys): Check if viper-current-state is
8469 bound before using it.
8470 (help-with-tutorial): Check if viper-tutorial is defined before
8471 using it.
8472
8473 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
8474
8475 * help-fns.el (help-with-tutorial): Move to tutorial.el.
8476
8477 * tutorial.el: New file.
8478 (help-with-tutorial): Move here from help-fns.el. Add help for
8479 rebound keys. Fix resume of tutorial.
8480 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
8481 (tutorial--find-changed-keys, tutorial--display-changes)
8482 (tutorial--saved-dir, tutorial--saved-file)
8483 (tutorial--save-tutorial): New functions to support the changes in
8484 help-with-tutorial.
8485
8486 2006-10-30 Kenichi Handa <handa@m17n.org>
8487
8488 * files.el (revert-buffer): If a unibyte buffer is being reverted
8489 with a coding system for multibyte, set buffer multibyte before
8490 calling insert-file-contents.
8491
8492 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8493
8494 * server.el (server-select-display): Use a dummy buffer to detect when
8495 the frame is later used.
8496 (server-select-display): New function.
8497 (server-process-filter): Use it to detect unused temp frames.
8498
8499 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
8500
8501 * progmodes/ada-mode.el: Change maintainer, apply
8502 whitespace-clean, checkdoc. Minor improvements to many doc strings.
8503 (ada-mode-version): New function.
8504 (ada-create-menu): Menu operations are available for all supported
8505 compilers.
8506
8507 2006-10-29 Lars Hansen <larsh@soem.dk>
8508
8509 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
8510 Highlight as keyword.
8511 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
8512 Don't call tramp-method-out-of-band-p for local files.
8513 (tramp-touch): Quote file name.
8514
8515 2006-10-28 Glenn Morris <rgm@gnu.org>
8516
8517 * calendar/calendar.el (cal-html-cursor-month)
8518 (cal-html-cursor-year): Add autoloads for this new package.
8519 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
8520
8521 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
8522
8523 * calendar/cal-html.el: New file.
8524
8525 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
8526
8527 * emacs-lisp/authors.el (authors-aliases): Update.
8528
8529 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
8530
8531 * version.el (emacs-version): Bump version number to 22.0.90.
8532
8533 2006-10-26 John W. Eaton <jwe@octave.org>
8534
8535 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
8536 New defvar.
8537 (inferior-octave-resync-dirs): Check to see whether Octave has
8538 built-in variables and set inferior-octave-has-built-in-variables.
8539 Check inferior-octave-has-built-in-variables to decide whether to
8540 send commands that set built-in variables or call functions to
8541 change Octave's behavior.
8542 Send "disp (pwd ())" to Octave instead of just "pwd".
8543 (inferior-octave-startup): Send "more off" to Octave instead of
8544 "page_screen_output = 0".
8545
8546 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
8547
8548 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
8549 pattern normally.
8550
8551 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
8552
8553 * bindings.el (mode-line-mode-menu): Remove bindings for global
8554 minor modes (line/column number) as they are on the menubar.
8555
8556 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
8557
8558 * term/w32-win.el (x-handle-name-switch): Doc fix.
8559 (w32-standard-fontset-spec): Fix typo in docstring.
8560
8561 * midnight.el (midnight-buffer-display-time): Doc fix.
8562 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
8563
8564 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
8565
8566 * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
8567
8568 * emulation/viper-ex.el (ex-read): Quote file argument.
8569
8570 * ediff-diff.el (ediff-same-file-contents): Expand file names.
8571
8572 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
8573
8574 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8575
8576 * textmodes/flyspell.el (flyspell-check-region-doublons):
8577 Fix last fix.
8578
8579 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
8580
8581 * bindings.el (mode-line-mode-menu): List global minor modes
8582 before local ones.
8583
8584 2006-10-23 Kim F. Storm <storm@cua.dk>
8585
8586 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
8587 (sit-for): If last command was a prefix arg, add the read-ahead
8588 event to unread-command-events as (t . EVENT) so it will be added
8589 to this-command-keys by read-key-sequence.
8590
8591 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8592
8593 * textmodes/flyspell.el (flyspell-word): Skip past all previous
8594 whitespace when checking doublons.
8595 (flyspell-check-region-doublons): Fix doublon regexp.
8596 (flyspell-highlight-incorrect-region): Highlight doublons using
8597 flyspell-duplicate face.
8598
8599 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
8600
8601 2006-10-22 John Wiegley <johnw@newartisans.com>
8602
8603 * progmodes/python.el (python-use-skeletons): python-mode was
8604 auto-inserting templates (for those with abbrev-mode on), not only
8605 by default -- *but without a configuration variable to disable
8606 it*. This rendered python-mode completely useless for me, so I
8607 have added `python-use-skeletons', which is now off by default.
8608
8609 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
8610
8611 * progmodes/cperl-mode.el (cperl-mode): Don't assume
8612 font-lock-multiline is auto-local (it's not).
8613 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
8614 initialized before calling cperl-init-faces.
8615
8616 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
8617
8618 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
8619 gdb-stack-position a value when there is no fringe.
8620
8621 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
8622 indicator if not visiting a file.
8623
8624 2006-10-20 David Kastrup <dak@gnu.org>
8625
8626 * window.el (kill-buffer-and-window): Fix a bug where an aborted
8627 operation would still cause some window to collapse later.
8628
8629 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8630
8631 * vc.el (vc-switch-backend): Try to be more careful with unwanted
8632 side-effect due to mixing various backends's file properties.
8633
8634 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
8635 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
8636 Return `filename's status if applicable. Update callers.
8637
8638 2006-10-19 Kenichi Handa <handa@m17n.org>
8639
8640 * international/kkc.el (kkc-region): When a key sequence is not
8641 defined, append (this-single-command-raw-keys) to
8642 unread-input-method-events.
8643
8644 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
8645
8646 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
8647
8648 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8649
8650 * version.el (emacs-version): Use mac-carbon-version-string.
8651
8652 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
8653
8654 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8655
8656 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
8657 Kenichi Handa).
8658 (xselect-convert-to-string): Decline requests for UTF8_STRING if
8659 the selection is not UTF-8.
8660
8661 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
8662
8663 * progmodes/ada-mode.el (ada-83-string-keywords)
8664 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
8665 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
8666 (ada-looking-at-semi-private, ada-get-body-name):
8667 Fix typos in docstrings.
8668 (ada-create-case-exception, ada-create-case-exception-substring):
8669 Fix typos in error messages.
8670 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
8671
8672 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8673
8674 * term/x-win.el (res-geometry): Don't set geometry from Xresources
8675 to default-frame-alist if default-frame-alist already contains
8676 width/height.
8677
8678 2006-10-18 Richard Stallman <rms@gnu.org>
8679
8680 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
8681 Non-interactive arg is the value, not the expression.
8682
8683 * simple.el (read-expression-map): Just set it, no defvar.
8684
8685 * subr.el (insert-for-yank-1): If last inserted char has
8686 properties, mark them as rear-nonsticky.
8687
8688 * recentf.el (recentf-mode): Doc fix.
8689
8690 * facemenu.el (facemenu-add-new-face): Defend against symbol
8691 that isn't a face name.
8692
8693 * dired-aux.el (dired-do-copy): Doc fix.
8694
8695 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
8696
8697 * simple.el (line-move-1): Ignore fields when moving to the
8698 beginning of line to avoid getting point stuck.
8699
8700 2006-10-18 Martin Rudalics <rudalics@gmx.at>
8701
8702 * textmodes/flyspell.el (flyspell-word-search-backward):
8703 Set inhibit-point-motion-hooks to avoid looping due to intangibile
8704 text.
8705
8706 2006-10-16 Richard Stallman <rms@gnu.org>
8707
8708 * help-fns.el (describe-function-1): Special case optimization
8709 for self-insert-command.
8710
8711 2006-10-16 Kim F. Storm <storm@cua.dk>
8712
8713 * ido.el (ido-reread-directory): Work in `dir' mode too.
8714
8715 2006-10-15 Martin Rudalics <rudalics@gmx.at>
8716
8717 * textmodes/table.el: Require 'regexp-opt.
8718
8719 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
8720
8721 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
8722 Use shell-quote-argument.
8723
8724 * shell.el (explicit-bash-args): Likewise.
8725
8726 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
8727 Use grep -E rather than egrep.
8728
8729 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8730
8731 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
8732
8733 2006-10-15 Kim F. Storm <storm@cua.dk>
8734
8735 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
8736
8737 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8738
8739 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
8740 to protect whitespace and metacharacters from the shell.
8741
8742 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8743
8744 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
8745
8746 2006-10-13 Eli Zaretskii <eliz@gnu.org>
8747
8748 * subr.el (start-process-shell-command): Doc fix.
8749
8750 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
8751
8752 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
8753 the regexp for Maxima symbols.
8754
8755 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8756
8757 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
8758 (vc-find-root): Don't walk higher up than ~.
8759
8760 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
8761
8762 * international/utf-8.el (utf-translate-cjk-load-tables):
8763 Avoid clobbering last-coding-system-used during load.
8764
8765 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
8766
8767 * textmodes/reftex-global.el (reftex-create-tags-file):
8768 Quote file arguments.
8769
8770 2006-10-12 Richard Stallman <rms@gnu.org>
8771
8772 * files.el (file-name-history): Add defvar.
8773 (save-some-buffers-action-alist): Improve description strings.
8774
8775 2006-10-12 Andreas Schwab <schwab@suse.de>
8776
8777 * files.el (auto-mode-alist): Match change log file name also with
8778 a dash before a numeric extension.
8779
8780 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
8781
8782 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
8783 After 5.0:
8784 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
8785
8786 After 5.1: Major edit. Summary of most visible changes:
8787
8788 - Multiple <<HERE per line allowed.
8789 - Handles multiline subroutine declaration headers (with comments).
8790 (The exception is `cperl-etags' - but it is not used in the rest
8791 of the mode.)
8792 - Fontifies multiline my/our declarations (even with comments,
8793 and with legacy `font-lock').
8794 - Major speedup of syntaxification, both immediate and postponed
8795 (3.5x to 15x [for different CPUs and versions of Emacs] on the
8796 huge real-life document I tested).
8797 - New bindings, edits to imenu.
8798 - "_" is made into word-char during fontification/syntaxification;
8799 some attempts to recognize non-word "_" during other operations too.
8800 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
8801 - autoload some more perldoc-related stuff
8802 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
8803 - Attempt to incorporate XEmacs edits which reached me.
8804
8805 Fine-grained changelog:
8806 (cperl-hook-after-change): New configuration variable.
8807 (cperl-vc-sccs-header): Likewise.
8808 (cperl-vc-sccs-header): Likewise.
8809 (cperl-vc-header-alist): Default via two preceding variables.
8810 (cperl-invalid-face): Remove double quoting under XEmacs
8811 (still needed under 21.2).
8812 (cperl-tips): Update URLs for resources.
8813 (cperl-problems): Likewise.
8814 (cperl-praise): Mention new features.
8815 New C-c key bindings: for `cperl-find-bad-style',
8816 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
8817 `cperl-perdoc', and `cperl-perldoc-at-point'.
8818 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
8819 moved, new submenu of Tools with Ispell entries and narrowing.
8820 (cperl-after-sub-regexp): New defsubst.
8821 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
8822 Allows heads up to head4.
8823 Allow "package;".
8824 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
8825 (paren-backwards-message): ??? Something for XEmacs???
8826 (cperl-mode): Never auto-switch abbrev-mode off.
8827 Try to allow '_' be non-word char.
8828 Do not use `font-lock-unfontify-region-function' on XEmacs.
8829 Reset syntax cache on mode start.
8830 Support multiline facification (even on legacy `font-lock').
8831 (cperl-facemenu-add-face-function): ??? Some contributed code ???
8832 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
8833 refuse to inform us whether the fontification is due to lazy
8834 calling or due to edit to a buffer, install our own hook
8835 (controlled by `cperl-hook-after-change').
8836 (cperl-electric-pod): =cut may have been recognized as start.
8837 (cperl-block-p): Move, updated for attributes.
8838 (cperl-calculate-indent): Try to allow '_' be non-word char
8839 Support subs with attributes.
8840 (cperl-where-am-i): Quiet (?) a warning.
8841 (cperl-cached-syntax-table): New function.
8842 (cperl-forward-re): Use `cperl-cached-syntax-table'.
8843 (cperl-unwind-to-safe): Recognize `syntax-type' property
8844 changing in a middle of line.
8845 (cperl-find-sub-attrs): New function.
8846 (cperl-find-pods-heres): Allow many <<EOP per line.
8847 Allow subs with attributes.
8848 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
8849 Recognize "extproc " (OS/2) case-folded and only at start.
8850 /x on s///x with empty replacement was not recognized.
8851 Better comments.
8852 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
8853 Allow subs with attributes, labels.
8854 Do not confuse "else::foo" with "else".
8855 Minor optimizations...
8856 (cperl-after-expr-p): Try to allow '_' be non-word char.
8857 (cperl-fill-paragraph): Try to detect a major bug in Emacs
8858 with `looking-at' inside `narrow' and bulk out if found.
8859 (cperl-imenu--create-perl-index): Updates for new
8860 `cperl-imenu--function-name-regexp-perl'.
8861 (cperl-outline-level): Likewise.
8862 (cperl-init-faces): Allow multiline subroutine headers
8863 and my/our declarations, and ones with comments.
8864 Allow subroutine attributes.
8865 (cperl-imenu-on-info): Better docstring.
8866 (cperl-etags): Rudimentary support for attributes.
8867 Support for packages and "package;".
8868 (cperl-add-tags-recurse-noxs): Better (?) docstring.
8869 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
8870 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
8871 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
8872 (cperl-perldoc): Add autoload.
8873 (cperl-perldoc-at-point): Likewise.
8874 (cperl-here-doc-spell): New function.
8875 (cperl-pod-spell): Likewise.
8876 (cperl-map-pods-heres): Likewise.
8877 (cperl-get-here-doc-region): Likewise.
8878 (cperl-font-lock-fontify-region-function): Likewise (backward
8879 compatibility for legacy `font-lock').
8880 (cperl-font-lock-unfontify-region-function): Fix style.
8881 (cperl-fontify-syntaxically): Recognize and optimize away deferred
8882 calls with no-change. Governed by `cperl-hook-after-change'.
8883 (cperl-fontify-update): Recognize that syntaxification region
8884 can be larger than fontification one.
8885 XXXX we leave `cperl-postpone' property, so this is quadratic...
8886 (cperl-fontify-update-bad): Temporary placeholder until
8887 it is clear how to implement `cperl-fontify-update'.
8888 (cperl-time-fontification): New function.
8889 (attrib-group): New text attribute.
8890 (multiline): New value: `syntax-type' text attribute.
8891
8892 After 5.2:
8893 (cperl-emulate-lazy-lock): New function.
8894 (cperl-fontify-syntaxically): Would skip large regions.
8895 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
8896 Some globals were declared, but uninitialized.
8897
8898 After 5.3, 5.4:
8899 (cperl-facemenu-add-face-function): Add docs, fix U<>.
8900 Copyright message updated.
8901 (cperl-init-faces): Work around a bug in `font-lock'. May slow
8902 facification down a bit.
8903 Misprint for my|our|local for old `font-lock'
8904 "our" was not fontified same as "my|local".
8905 Highlight variables after "my" etc even in
8906 a middle of an expression.
8907 Do not facify multiple variables after my etc
8908 unless parentheses are present.
8909
8910 After 5.5, 5.6
8911 (cperl-fontify-syntaxically): after-change hook could reset.
8912 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
8913
8914 After 5.7:
8915 (cperl-init-faces): Allow highlighting of local ($/).
8916 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
8917 (cperl-problems): Remove fixed problems.
8918 (cperl-find-pods-heres): Recognize #-comments in m##x too.
8919 Recognize charclasses (unless delimiter is \).
8920 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
8921 (cperl-regexp-scan): Update docs.
8922 (cperl-beautify-regexp-piece): Use information got from regexp scan.
8923
8924 After 5.8:
8925 Major user visible changes:
8926 Recognition and fontification of character classes in RExen.
8927 Variable indentation of RExen according to groups.
8928
8929 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
8930 Fontify REx charclasses in variable-name face.
8931 Fontify POSIX charclasses in "type" face.
8932 Fontify unmatched "]" in function-name face.
8933 Mark first-char of HERE-doc as `front-sticky'.
8934 Reset `front-sticky' property when needed.
8935 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
8936 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
8937 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
8938 constructs. Support `narrow'ed buffers.
8939 (cperl-praise): Remove a reservation.
8940 (cperl-make-indent): New function.
8941 (cperl-indent-for-comment): Use `cperl-make-indent'.
8942 (cperl-indent-line): Likewise.
8943 (cperl-lineup): Likewise.
8944 (cperl-beautify-regexp-piece): Likewise.
8945 (cperl-contract-level): Likewise.
8946 (cperl-toggle-set-debug-unwind): New function.
8947 New menu entry for this.
8948 (fill-paragraph-function): Use when `boundp'.
8949 (cperl-calculate-indent): Take into account groups when indenting RExen.
8950 (cperl-to-comment-or-eol): Recognize # which end a string.
8951 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
8952 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
8953 (cperl-fontify-syntaxically): More clear debugging message.
8954 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
8955 (cperl-init-faces): More complicated highlight even on XEmacs (new).
8956 Merge cosmetic changes from XEmacs.
8957
8958 After 5.9:
8959 (cperl-1+): Move to before the first use.
8960 (cperl-1-): Likewise.
8961
8962 After 5.10:
8963
8964 This code may lock Emacs hard!!! Use at your own risk!
8965
8966 (cperl-font-locking): New internal variable.
8967 (cperl-beginning-of-property): New function.
8968 (cperl-calculate-indent): Use `cperl-beginning-of-property'
8969 instead of `previous-single-property-change'.
8970 (cperl-unwind-to-safe): Likewise.
8971 (cperl-after-expr-p): Likewise.
8972 (cperl-get-here-doc-region): Likewise.
8973 (cperl-font-lock-fontify-region-function): Likewise.
8974 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
8975 recursively.
8976 Bound `next-single-property-change' via `point-max'.
8977 (cperl-unwind-to-safe): Bound likewise
8978 (cperl-font-lock-fontify-region-function): Likewise.
8979 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
8980 Initialization of `cperl-font-lock-multiline-start' could be
8981 missed if the "main" fontification did not run due to the
8982 keyword being already fontified.
8983 (cperl-pod-spell): Return t from do-one-chunk function.
8984 (cperl-map-pods-heres): Stop when the worker returns nil.
8985 Call `cperl-update-syntaxification'.
8986 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
8987 (cperl-get-here-doc-delim): Remove unused function.
8988
8989 After 5.11:
8990
8991 The possible lockup of Emacs (introduced in 5.10) fixed.
8992
8993 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
8994 (cperl-syntaxify-for-menu): New customization variable.
8995 (cperl-select-this-pod-or-here-doc): New function.
8996 (cperl-get-here-doc-region): Extra argument.
8997 Do not adjust pos by 1.
8998
8999 New menu entries
9000 (Perl/Tools): Selection of current POD or HERE-DOC section.
9001 (Debugging CPerl:) backtrace on fontification.
9002
9003 After 5.12:
9004 (cperl-cached-syntax-table): Use `car-safe'.
9005 (cperl-forward-re): Remove spurious argument SET-ST.
9006 Add documentation.
9007 (cperl-forward-group-in-re): New function.
9008 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
9009 (XXXX Temporary (?) hack is to syntax-mark them as comment).
9010
9011 After 5.13:
9012 (cperl-string-syntax-table): Make { and } not-grouping
9013 (Sometimes they ARE grouping in RExen, but matching them would only
9014 confuse in many situations when they are not)
9015 (beginning-of-buffer): Replace two occurrences with goto-char...
9016 (cperl-calculate-indent): `char-after' could be nil...
9017 (cperl-find-pods-heres): REx can start after "[" too.
9018 Hightlight (??{}) in RExen too.
9019 (cperl-maybe-white-and-comment-rex): New constant
9020 (cperl-white-and-comment-rex): Likewise.
9021 XXXX Not very efficient, but hard to make
9022 better while keeping 1 group.
9023
9024 After 5.13:
9025 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
9026 Likewise for 1 << identifier.
9027
9028 After 5.14:
9029 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
9030 Error-less condition-case could fail.
9031 (cperl-font-lock-fontify-region-function): Likewise.
9032 (cperl-init-faces): Likewise.
9033
9034 After 5.15:
9035 (cperl-find-pods-heres): Support property REx-part2.
9036 (cperl-calculate-indent): Likewise.
9037 Don't special-case REx with non-empty 1st line.
9038 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
9039 Invert highlighting of charclasses:
9040 now the envelop is highlighted.
9041 Highlight many others 0-length builtins.
9042 (cperl-praise): Mention indenting and highlight in RExen.
9043
9044 After 5.15:
9045 (cperl-find-pods-heres): Highlight capturing parens in REx.
9046
9047 After 5.16:
9048 (cperl-find-pods-heres): Highlight '|' for alternation
9049 Initialize `font-lock-warning-face' if not present.
9050 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
9051 `font-lock-function-name-face'.
9052 (cperl-look-at-leading-count): Likewise.
9053 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
9054 `font-lock-keyword-face' (needed for
9055 batch processing), etc...
9056 Use `font-lock-builtin-face' for builtin in REx
9057 Now `font-lock-variable-name-face'
9058 is used for interpolated variables
9059 Use "talking aliases" for faces inside REx
9060 Highlight parts of REx (except in charclasses)
9061 according to the syntax and/or semantic
9062 Syntax-mark a {}-part of (?{}) as "comment"
9063 (it was the ()-part)
9064 Better logic to distinguish what is what in REx
9065 (cperl-tips-faces): Document REx highlighting
9066 (cperl-praise): Mention REx syntax highlight etc.
9067
9068 After 5.17:
9069 (cperl-find-sub-attrs): Would not always manage to print error message.
9070 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
9071
9072 After 5.18:
9073 (cperl-find-pods-heres): Misprint in REx for parsing REx.
9074 Very minor optimization.
9075 `my-cperl-REx-modifiers-face' got quoted.
9076 Recognize "print $foo <<END" as HERE-doc.
9077 Put `REx-interpolated' text attribute if needed.
9078 (cperl-invert-if-unless-modifiers): New function.
9079 (cperl-backward-to-start-of-expr): Likewise.
9080 (cperl-forward-to-end-of-expr): Likewise.
9081 (cperl-invert-if-unless): Works in "the opposite way" too.
9082 Cursor position on return is on the switch-word.
9083 Indents comments better.
9084 (REx-interpolated): New text attribute.
9085 (cperl-next-interpolated-REx): New function.
9086 (cperl-next-interpolated-REx-0): Likewise.
9087 (cperl-next-interpolated-REx-1): Likewise.
9088 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
9089 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
9090 (cperl-praise): Mention finded interpolated RExen.
9091
9092 After 5.19:
9093 (cperl-init-faces): Highlight %$foo, @$foo too.
9094 (cperl-short-docs): Better docs for system, exec.
9095 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
9096 Would not find HERE-doc ended by EOF without NL.
9097 (cperl-short-docs): Correct not-doubled \-escapes.
9098 start block: Put some `defvar' for stuff gone from XEmacs.
9099
9100 After 5.20:
9101 initial comment: Extend copyright, fix email address.
9102 (cperl-indent-comment-at-column-0): New customization variable.
9103 (cperl-comment-indent): Indentation after $#a would increasy by 1.
9104 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
9105 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
9106 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
9107 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
9108 highlight $ in $foo too (UNTESTED).
9109 (cperl-set-style): Docstring missed some available styles.
9110 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
9111 Change "Current" to "Memorize Current".
9112 (cperl-indent-wrt-brace): New customization variable; the default is
9113 as for pre-5.2 version.
9114 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
9115 (cperl-style-alist): Likewise.
9116 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
9117 and `cperl-extra-newline-before-brace' etc
9118 being t
9119 (cperl-indent-exp): Plans B and C to find continuation blocks even
9120 if `cperl-extra-newline-before-brace' is t.
9121
9122 After 5.21:
9123 Improve some docstrings concerning indentation.
9124 (cperl-indent-rules-alist): New variable.
9125 (cperl-sniff-for-indent): New function name
9126 (separated from `cperl-calculate-indent').
9127 (cperl-calculate-indent): Separate the sniffer and the indenter;
9128 uses `cperl-sniff-for-indent' now.
9129 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
9130 was inverted;
9131 Support `comment-column' = 0.
9132
9133 2006-10-11 Martin Rudalics <rudalics@gmx.at>
9134
9135 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
9136 * help-at-pt.el (scan-buf-move-to-region): Likewise.
9137 * longlines.el (longlines-window-change-function): Likewise.
9138 * simple.el (undo-ask-before-discard): Likewise.
9139 * wid-edit.el (widget-field-prompt-internal)
9140 (widget-documentation-link-p): Likewise.
9141
9142 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9143
9144 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
9145 for a keyword.
9146
9147 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
9148
9149 * newcomment.el (comment-valid-prefix-p): Make the check
9150 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
9151 (comment-indent-new-line): Adjust call.
9152
9153 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
9154
9155 * allout.el (allout-back-to-current-heading): Base on lower-level
9156 routines to get proper disqualification of aberrant topics.
9157
9158 2006-10-09 Richard Stallman <rms@gnu.org>
9159
9160 * textmodes/two-column.el (2C-two-columns): Doc fix.
9161
9162 2006-10-09 Kim F. Storm <storm@cua.dk>
9163
9164 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
9165 about implicit use.
9166
9167 2006-10-08 Richard Stallman <rms@gnu.org>
9168
9169 * textmodes/two-column.el (2C-two-columns): Doc fix.
9170
9171 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
9172
9173 * files.el: Mark `buffer-read-only' as safe-local-variable.
9174
9175 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
9176
9177 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
9178 Burp if GUD buffer has been killed.
9179
9180 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9181
9182 * completion.el (add-completions-from-c-buffer):
9183 Don't presume an error's second element is a string.
9184 Use looking-at rather than buffer-substring + member.
9185
9186 2006-10-07 Eli Zaretskii <eliz@gnu.org>
9187
9188 * mail/rmail.el (rmail-redecode-body): If the old encoding is
9189 `undecided', call find-coding-systems-region to find a proper
9190 non-trivial encoding.
9191 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
9192 and "text/plain".
9193
9194 2006-10-07 Kevin Ryde <user42@zip.com.au>
9195
9196 * textmodes/reftex-vars.el (defgroup reftex): Update home page
9197 url-link.
9198
9199 * strokes.el (defgroup strokes): Remove invalid url-link.
9200
9201 2006-10-07 Magnus Henoch <mange@freemail.hu>
9202
9203 * autoinsert.el (auto-insert-alist): Doc fix.
9204
9205 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9206
9207 * mouse-sel.el (mouse-insert-selection-internal):
9208 Use insert-for-yank, so that yank handlers are run.
9209
9210 2006-10-07 Kim F. Storm <storm@cua.dk>
9211
9212 * ido.el (ido-file-extension-aux): Fix comparison.
9213
9214 2006-10-06 Kim F. Storm <storm@cua.dk>
9215
9216 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
9217
9218 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
9219
9220 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
9221 (ad-make-mapped-call): Use `let', not `let*'.
9222
9223 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
9224
9225 * international/mule-cmds.el (coding-system-change-eol-conversion):
9226 Ensure the coding system is initialized before calling
9227 coding-system-eol-type.
9228
9229 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
9230
9231 * textmodes/org.el (org-rm-props, org-activate-plain-links)
9232 (org-activate-angle-links, org-activate-dates)
9233 (org-activate-target-links, org-activate-camels)
9234 (org-activate-tags): Add `rear-nonsticky' text property to avoid
9235 textproperty keymaps from being active beyond the end of a line.
9236 (org-unfontify-region): Also remove `rear-nonsticky' property.
9237
9238 2006-10-04 Kenichi Handa <handa@m17n.org>
9239
9240 * international/code-pages.el (next): Table fixed.
9241
9242 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
9243
9244 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
9245 that it's been made unnecessary by removing narrowing.
9246
9247 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9248
9249 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
9250 control flow a bit, simplify another bit, and add comments.
9251
9252 2006-10-03 David Kastrup <dak@gnu.org>
9253
9254 * help.el (describe-mode): For clicks on mode-line, use "@"
9255 interactive argument to get the major mode of the click instead of
9256 the current buffer.
9257
9258 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
9259 in order to better redirect mouse-2 clicks. Also allow default
9260 bindings to apply.
9261
9262 2006-10-03 Kim F. Storm <storm@cua.dk>
9263
9264 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
9265 (pushnew): Fix last change.
9266
9267 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
9268
9269 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
9270 Use the interactive spec of `eval-expression'.
9271
9272 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
9273
9274 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
9275
9276 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9277
9278 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
9279 2006-09-28 commit.
9280
9281 2006-10-02 Kenichi Handa <handa@m17n.org>
9282
9283 * international/code-pages.el (iso-8859-6): Table fixed.
9284
9285 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
9286
9287 * dired.el (dired-build-subdir-alist): Fix previous change.
9288
9289 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9290
9291 * simple.el (undo-elt-crosses-region): Fix the inequalities.
9292
9293 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9294
9295 * emacs-lisp/find-func.el (find-function-regexp): Don't match
9296 "define-button-type".
9297
9298 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
9299 they don't keep accumulating.
9300
9301 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
9302
9303 * ffap.el (ffap-rfc-path): Change the address of the RFC
9304 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
9305
9306 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
9307
9308 * allout.el (allout-expose-topic): Rectify implementation of "+"
9309 spec, so that bodies are not exposed with headlines.
9310
9311 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
9312
9313 * allout.el (allout-current-depth): Do aberrent check only at or
9314 below doublecheck depth.
9315 (allout-chart-subtree): Make it explicit that LEVELS being nil
9316 means unlimited depth. Drop undocumented support for LEVELS value
9317 t meaning unlimited depth. (This is consistent with
9318 allout-chart-to-reveal, but contrary to allout-show-children,
9319 which needs to use nil to default to depth of 1.)
9320 (allout-goto-prefix-doublechecked): Wrap long docstring line.
9321 (allout-chart-to-reveal): Be explicit in docstring about meaning
9322 of nil LEVELS, and drop support for LEVELS value t.
9323 (allout-show-children): Translate the level spec used by this
9324 routine to that used by allout-chart-subtree and
9325 allout-chart-to-reveal.
9326 (allout-show-to-offshoot): Retry once when stuck, after opening
9327 subtree - improvements in discontinuity handling likely will
9328 enable progress.
9329
9330 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
9331
9332 * wid-edit.el (widget-button-click-moves-point): New variable.
9333 (widget-button-click): If widget-button-click-moves-point is
9334 non-nil, set point after performing the button action.
9335
9336 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
9337
9338 2006-09-30 Martin Rudalics <rudalics@gmx.at>
9339
9340 * files.el (find-file-existing): Modify to not allow wildcards.
9341
9342 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9343
9344 * simple.el (undo-more): When undo information for the region is
9345 exhausted, say "No further undo information FOR REGION".
9346
9347 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
9348
9349 * progmodes/sh-script.el (sh-prev-thing):
9350 Take `sh-leading-keywords' into account.
9351
9352 2006-09-29 Glenn Morris <rgm@gnu.org>
9353
9354 * custom.el (defcustom): Doc fix.
9355
9356 * calendar/calendar.el (european-calendar-style):
9357 Call european-calendar or american-calendar as needed when set.
9358 (diary-view-entries, list-calendar-holidays): Move autoloads
9359 before use.
9360
9361 2006-09-29 Juri Linkov <juri@jurta.org>
9362
9363 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
9364 to nil if there is no previous property change.
9365
9366 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9367
9368 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
9369 saving anything to be sure that `forward-sexp' behaves correctly.
9370
9371 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
9372
9373 * simple.el (line-move-finish): Ignore field boundaries if the
9374 initial and final points have the same `field' property.
9375
9376 2006-09-29 Kim F. Storm <storm@cua.dk>
9377
9378 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
9379 to t while calling ido-read-internal.
9380
9381 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
9382
9383 * textmodes/org.el (org-file-remote-p): Get regexp from list.
9384 (org-archive-subtree): Remove erraneous `]' from character list.
9385
9386 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
9387
9388 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
9389 (ses-reconstruct-all): Make undo of "insert row" work by keeping
9390 markers for data-area and parameters-area.
9391
9392 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9393
9394 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
9395
9396 * font-lock.el (font-lock-after-change-function): Refontify next line
9397 as well if end is at BOL.
9398 (font-lock-extend-jit-lock-region-after-change): Be more careful to
9399 only extend the region as much as needed.
9400
9401 2006-09-28 Richard Stallman <rms@gnu.org>
9402
9403 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
9404
9405 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
9406
9407 * international/mule.el (after-insert-file-set-coding):
9408 If VISIT, don't let set-buffer-multibyte make undo info.
9409
9410 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
9411
9412 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
9413 lines in base64-encoded authentication response.
9414
9415 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9416
9417 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
9418 (ebnf-version): New version 4.3.
9419 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
9420 (ebnf-prologue): Adjust PostScript programming.
9421 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
9422 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
9423
9424 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
9425
9426 * jit-lock.el (jit-lock-force-redisplay): Rename from
9427 jit-lock-fontify-again, and undo the mistaken change I've just done.
9428
9429 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
9430 (jit-lock-fontify-again): Don't refontify text that's not displayed.
9431
9432 2006-09-26 Kenichi Handa <handa@m17n.org>
9433
9434 * startup.el (display-splash-screen): Allow a prefix argument.
9435
9436 2006-09-25 Jason Rumney <jasonr@gnu.org>
9437
9438 * subr.el (shell-quote-argument): Use DOS logic for Windows
9439 shells with DOS semantics.
9440
9441 2006-09-24 Richard Stallman <rms@gnu.org>
9442
9443 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
9444 (compilation-goto-locus): Use compilation-goto-locus-delete-o
9445 to delete the overlay. Put it on pre-command-hook.
9446
9447 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
9448
9449 * startup.el (fancy-splash-screens, normal-splash-screen):
9450 Call the splash buffer *About GNU Emacs*.
9451
9452 * simple.el (next-error-highlight, next-error-highlight-no-select):
9453 Default to 0.5.
9454 (yank-excluded-properties): Add `fontified'.
9455
9456 * font-lock.el (font-lock-compile-keywords): Allow value of
9457 syntax-begin-function to enable paren-column-0 highlighting.
9458
9459 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
9460
9461 * dired.el (dired-build-subdir-alist): When file ends in colon,
9462 don't exit the loop, just disregard that file.
9463
9464 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
9465
9466 * simple.el (line-move-finish): Handle corner case for fields in
9467 continued lines.
9468 (line-move-1): Remove flawed test for that case.
9469
9470 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
9471
9472 * icomplete.el (icomplete-simple-completing-p): Use the correct
9473 name for the new variable, `icomplete-with-completion-tables'.
9474 (file local variables): Remove superfluous setting.
9475
9476 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
9477
9478 * calendar/appt.el (appt-check): Fix typo for appointments just
9479 after midnight.
9480
9481 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
9482
9483 * help.el (describe-key-briefly, describe-key): Don't expect an
9484 extra up event if a down-event is generated by a popup menu.
9485
9486 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
9487
9488 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
9489 local dictionary when changing the global dictionary.
9490
9491 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
9492
9493 * icomplete.el (icomplete-with-completion-tables): List of
9494 specialized completion tables with which icomplete should
9495 operate. Include the new `internal-complete-buffer', so icomplete
9496 works with interactive buffer-selection.
9497 (icomplete-simple-completing-p): Add acceptance of specialized
9498 completion tables listed in icomplete-with-completion-tables.
9499
9500 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9501
9502 * frame.el (focus-follows-mouse): Set default to nil on Mac.
9503
9504 * startup.el (command-line): Use `custom-reevaluate-setting' for
9505 `focus-follows-mouse'.
9506
9507 2006-09-22 Richard Stallman <rms@gnu.org>
9508
9509 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
9510 explain why Save is not available.
9511
9512 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
9513
9514 * woman.el (woman0-so): Use `let*', not `let'.
9515 (woman-horizontal-line): Remove unbalanced parenthesis.
9516
9517 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9518
9519 * woman.el: Make sure all the end-of-region markers we use have
9520 a non-nil insertion-type.
9521 (woman0-so): Move things around so we can use copy-marker.
9522 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
9523 Adjust marker type.
9524 (woman2-process-escapes): Check marker type.
9525 (woman-horizontal-line): Dispense with the use of a marker.
9526
9527 2006-09-22 Jay Belanger <belanger@truman.edu>
9528
9529 * calc/calc-lang.el: Add Greek letters to math-variable-table
9530 property of tex.
9531
9532 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
9533
9534 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
9535
9536 2006-09-22 Masatake YAMATO <jet@gyve.org>
9537
9538 * add-log.el (add-log-current-defun): Use `forward-sexp'
9539 instead of `forward-word' to pick c++::symbol.
9540 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
9541
9542 2006-09-22 Kenichi Handa <handa@m17n.org>
9543
9544 * bindings.el: Fix setting self-insert-command for multibyte
9545 characters in global-map.
9546
9547 2006-09-21 David Kastrup <dak@gnu.org>
9548
9549 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
9550 doc string.
9551
9552 2006-09-21 Kenichi Handa <handa@m17n.org>
9553
9554 * language/european.el ("Latin-1"): Add windows-1252 to
9555 coding-priority.
9556 ("German"): Likewise.
9557
9558 2006-09-21 Kim F. Storm <storm@cua.dk>
9559
9560 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
9561 Suggested by Miles Bader.
9562
9563 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
9564 instead of add-to-list in the simple case.
9565
9566 2006-09-20 Kenichi Handa <handa@m17n.org>
9567
9568 * isearch.el (isearch-process-search-char): Cancel the previous change.
9569 (isearch-search-string): New function.
9570 (isearch-search): Use isearch-search-string.
9571 (isearch-lazy-highlight-search): Likewise.
9572
9573 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9574
9575 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
9576 string to become an option.
9577
9578 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9579
9580 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
9581
9582 2006-09-20 Kim F. Storm <storm@cua.dk>
9583
9584 * simple.el (line-move-partial): Call pos-visible-in-window-p with
9585 position t instead of trying both window-end and window-end - 1.
9586
9587 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
9588
9589 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
9590 hidden trees.
9591
9592 2006-09-20 David Kastrup <dak@gnu.org>
9593
9594 * mouse.el (mouse-posn-property): Improve doc string.
9595 (mouse-on-link-p): Change buffers for function calls on links.
9596
9597 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
9598 buffer is read-only.
9599
9600 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
9601
9602 * allout.el (allout-unprotected): Let inhibit-read-only only when
9603 buffer-read-only isn't set.
9604 (allout-annotate-hidden): Enable topic annotation during copies even
9605 when the buffer is read-only, eg for topic copies. Ensure that the loop
9606 advances, even when the span extends beyond the deletion region.
9607 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
9608 rather than allout-exposure-changed-hook, as a stronger assertion.
9609 (allout-keybindings-list): Add bindings for
9610 allout-copy-line-as-kill and allout-copy-topic-as-kill.
9611 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
9612 Copy wrappers for allout-kill-line and allout-kill-topic.
9613 (allout-listify-exposed): Position correctly to accumulate lines.
9614
9615 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
9616
9617 * simple.el (line-move-1): Escape field boundaries occurring
9618 exactly at point. Update goal column if constrained to a field.
9619 (line-move-finish): Escape field boundaries occurring exactly at point.
9620
9621 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9622
9623 * mouse.el (mouse-on-link-p): Tentatively fix last change.
9624 (mouse-drag-vertical-line): Remove unused var `wconfig'.
9625
9626 2006-09-19 Kim F. Storm <storm@cua.dk>
9627
9628 * help.el (describe-key-briefly, describe-key): Simplify printing
9629 of descriptions by using format and %S. Fix "is undefined"
9630 messages to say "at that spot" for mouse events.
9631
9632 * simple.el (line-move-partial): Optimize. Try window-line-height
9633 before posn-at-point to get vpos of current line.
9634
9635 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
9636
9637 * emulation/viper.el: Bump up version/date of update to reflect the
9638 substantial changes done in August 2006.
9639
9640 * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
9641 push-button are defined.
9642
9643 * ediff-util.el (ediff-add-to-history): New function.
9644
9645 * ediff.el: Use ediff-add-to-history instead of add-to-history.
9646
9647 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9648
9649 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
9650 Delete duplicate make-local-variable form.
9651 (conf-space-keywords): Add autoload cookie.
9652 Fix typo (`keywords', not `keyword').
9653
9654 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9655
9656 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
9657 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
9658 to x-gtk-use-old-file-dialog.
9659
9660 2006-09-18 Richard Stallman <rms@gnu.org>
9661
9662 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
9663 that might come in during mouse tracking.
9664
9665 2006-09-18 Kim F. Storm <storm@cua.dk>
9666
9667 * simple.el (line-move-partial): Rework 2006-09-15 change to use
9668 new window-line-height function. Further optimize by not calling
9669 pos-visible-in-window-p for window-end when window-line-height
9670 returns useful information.
9671
9672 2006-09-16 Richard Stallman <rms@gnu.org>
9673
9674 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
9675 (conf-space-mode): Don't handle prefix arg.
9676 Delete conf-space-keywords-override code.
9677 Use add-hook.
9678 (conf-space-keywords): New command.
9679 (conf-space-mode-internal): Be careful with imenu-generic-expression.
9680 Delete conf-space-keywords-override code.
9681 (conf-space-keywords-alist): Doc fix.
9682 (conf-space-font-lock-keywords): Doc fix.
9683 (conf-space-keywords-override): Var deleted.
9684
9685 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9686
9687 * startup.el (fancy-splash-screens): Don't switch to the scratch
9688 buffer; it may not be the next buffer.
9689
9690 2006-09-16 Romain Francoise <romain@orebokech.com>
9691
9692 * saveplace.el (load-save-place-alist-from-file): Use expanded name
9693 in both messages.
9694
9695 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
9696
9697 * progmodes/python.el (python-preoutput-filter):
9698 Fix arg order to string-match.
9699
9700 2006-09-16 Richard Stallman <rms@gnu.org>
9701
9702 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
9703 font-lock-compile-keywords.
9704
9705 * font-lock.el (font-lock-compile-keywords): Rename optional arg
9706 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
9707
9708 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9709
9710 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
9711
9712 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
9713 and the data doesn't look like UTF8, send STRING instead.
9714
9715 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
9716
9717 * textmodes/flyspell.el (flyspell-check-region-doublons):
9718 New function to detect duplicated words.
9719 (flyspell-large-region): Use it.
9720
9721 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9722
9723 * simple.el (line-move-to-column): Revert 2006-08-03 change.
9724
9725 2006-09-16 Eli Zaretskii <eliz@gnu.org>
9726
9727 * help.el (describe-prefix-bindings): Use let, not let*.
9728
9729 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
9730
9731 * allout.el (allout-regexp, allout-line-boundary-regexp)
9732 (allout-bob-regexp): Correct grouping and boundaries to fix
9733 backwards traversal.
9734 (allout-depth-specific-regexp, allout-depth-one-regexp):
9735 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
9736 worse time in allout-ascend.
9737 (allout-doublecheck-at-and-shallower): Identify depth threshold
9738 below which topics are checked for and disqualified by containment
9739 discontinuities.
9740 (allout-hotspot-key-handler): Correctly handle multiple-key
9741 strokes. Remove some unused variables.
9742 (allout-mode-leaders): Clarify that mode-specific comment-start
9743 will be used.
9744 (set-allout-regexp): Correctly regexp-quote allout regexps to
9745 properly accept alternative header-leads and primary bullets with
9746 regexp-specific characters (eg, C "/*", mathematica "(*").
9747 Include new regular expressions among those configured.
9748 (allout-infer-header-lead-and-primary-bullet):
9749 Rename allout-infer-header-lead.
9750 (allout-recent-depth): Manifest as a variable as well as a function.
9751 (allout-prefix-data): Simplify into an inline instead of a macro,
9752 assuming current match data rather than being explicitly passed
9753 it. Establish allout-recent-depth value as well as
9754 allout-recent-prefix-beginning and allout-recent-prefix-end.
9755 (allout-aberrant-container-p): True when an item's immediate
9756 offspring discontinuously contained. Useful for disqualifying
9757 unintended topic prefixes, likely at low depths.
9758 (allout-goto-prefix-doublechecked): Elaborate version of
9759 allout-goto-prefix which disqualifies aberrant pseudo-items.
9760 (allout-pre-next-prefix): Layer on top of lower-level routines, to
9761 get disqualification of aberrant containers.
9762 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
9763 containers.
9764 (allout-beginning-of-current-entry): Position at start of buffer
9765 when in container (depth 0) entry.
9766 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
9767 (allout-current-bullet): Strip text properties.
9768 (allout-get-prefix-bullet): Use right match groups.
9769 (allout-beginning-of-line, allout-next-heading):
9770 Disqualify aberrant containers.
9771 (allout-previous-heading): Disqualify aberrant containers, and
9772 change to regular (rather than inline) function, to allow
9773 self-recursion.
9774 (allout-get-invisibility-overlay): Increment so progress is made
9775 when the first overlay is not the sought one.
9776 (allout-end-of-prefix): Disqualify aberrant containers.
9777 (allout-end-of-line): Cycle something like allout-beginning-of-line.
9778 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
9779 outline.el outlines) functional again. Change the primary bullet
9780 along with the header-lead - level 1 new-style bullets now work.
9781 Engage allout-before-change-handler in mainline Emacs, not just
9782 XEmacs, to do undo handling.
9783 (allout-before-change-handler): Expose undo changes occurring in
9784 hidden regions. Use allout-get-invisibility-overlay instead of
9785 reimplementing it inline.
9786 (allout-chart-subtree): Use start rather than end of prefix in
9787 charts. Use allout-recent-depth variable.
9788 (allout-chart-siblings): Disqualify aberrant topics.
9789 (allout-beginning-of-current-entry): Position correctly.
9790 (allout-ascend): Use new allout-depth-specific-regexp and
9791 allout-depth-one-regexp for linear instead of O(N^2) or worse
9792 behavior.
9793 (allout-ascend-to-depth): Depend on allout-ascend, rather than
9794 reimplementing an algorithm.
9795 (allout-up-current-level): Depend on allout-ascend, rather than
9796 reimplementing an algorithm. Return to start-point if we fail.
9797 (allout-descend-to-depth): Use allout-recent-depth variable
9798 instead of function.
9799 (allout-next-sibling): On traversal of numerous intervening
9800 topics, resort to economical allout-next-sibling-leap.
9801 (allout-next-sibling-leap): Specialized version of
9802 allout-next-sibling that uses allout-ascend cleverly, to depend on
9803 a regexp search to leap large numbers of contained topics, rather
9804 than arbitrarily many one-by-one traversals.
9805 (allout-next-visible-heading): Disqualify aberrant topics.
9806 (allout-previous-visible-heading): Position consistently when
9807 interactive.
9808 (allout-forward-current-level): Base on allout-previous-sibling
9809 rather than (differently) reimplmenting the algorithm. Remove some
9810 unused variables.
9811 (allout-solicit-alternate-bullet): Present default choice stripped
9812 of text properties.
9813 (allout-rebullet-heading): Use bullet stripped of text properties.
9814 Register changes using allout-exposure-change-hook.
9815 Disregard aberrant topics.
9816 (allout-shift-in): With universal-argument, make topic a peer of
9817 it's former offspring. Simplify the code by separating out
9818 allout-shift-out functionality.
9819 (allout-shift-out): With universal-argument, make offspring peers
9820 of their former container, and its siblings. Implement the
9821 functionality here, rather than inappropriately muddling the
9822 implementation of allout-shift-in.
9823 (allout-rebullet-topic): Respect additional argument for new
9824 parent-child separation function.
9825 (allout-yank-processing): Use allout-ascend directly.
9826 (allout-show-entry): Disqualify aberrant topics.
9827 (allout-show-children): Handle discontinuous children gracefully,
9828 extending the depth being revealed to expose them and posting a
9829 message indicating the situation.
9830 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
9831 Leave cursor in correct position.
9832 (allout-hide-current-subtree): Use allout-ascend directly.
9833 Disqualify aberrant topics.
9834 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
9835 a way that the yanks can restore it, as used to happen.
9836 (allout-yank-processing): Restore exposure layout as recorded by
9837 allout-kill-*, as used to happen.
9838 (allout-annotate-hidden, allout-hide-by-annotation): New routines
9839 for preseving and restoring exposure layout across kills.
9840 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
9841 (allout-encrypt-string): Strip text properties.
9842 Rearranged order and outline-headings for some of the
9843 miscellaneous functions.
9844 (allout-resolve-xref): No need to quote the error name in the
9845 condition-case handler section.
9846 (allout-flatten): Classic recursive (and recursively intensive,
9847 without tail-recursion) list-flattener, needed by allout-shift-out
9848 when confronted with discontinuous children.
9849
9850 2006-09-16 Jason Rumney <jasonr@gnu.org>
9851
9852 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
9853 on ms-windows.
9854 (dnd-open-unc-file): Remove.
9855 (dnd-open-local-file): Mention in doc string that it also handles
9856 remote files if the system natively supports unc file-names.
9857
9858 2006-09-15 Kim F. Storm <storm@cua.dk>
9859
9860 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
9861 all necessary information about the event before erasing *Help*.
9862
9863 * simple.el (line-move-partial): Use window-line-visiblity to
9864 quickly check whether last line is partially visible, and only do
9865 the hard (and slow) part in that case.
9866
9867 2006-09-15 Jay Belanger <belanger@truman.edu>
9868
9869 * COPYING: Replace "Library Public License" by "Lesser Public
9870 License" throughout.
9871
9872 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9873
9874 * term/x-win.el (x-menu-bar-open): New function for F10.
9875
9876 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
9877
9878 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9879 Disallow filenames containing " -" to avoid confusion with libtool
9880 compilation messages. Suggested by Stefan Monnier.
9881
9882 2006-09-15 David Kastrup <dak@gnu.org>
9883
9884 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
9885 instead of buffer position for `mouse-on-link-p'.
9886
9887 * mouse.el (mouse-posn-property): New function looking up the
9888 properties at a click position in overlays and text properties in
9889 either buffer or strings.
9890 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
9891 of both `follow-link' as well as `mouse-face' properties.
9892 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
9893 buffer position.
9894
9895 * help.el (describe-key-briefly): When reading a down-event on
9896 mode lines or scroll bar, swallow the following up event, too.
9897 Use the new mouse sensitity of `key-binding' for lookup.
9898 (describe-key): The same here.
9899
9900 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
9901
9902 * play/life.el (life-patterns): Add a few more interesting patterns.
9903 (life-setup): Force `show-trailing-whitespace' to nil.
9904
9905 2006-09-14 Richard Stallman <rms@gnu.org>
9906
9907 * startup.el (fancy-splash-text): Change text to improve alignment.
9908 (fancy-splash-screens): Don't set non-standard tab width.
9909 Bind cursor-type temporarily, and make it easy to patch to
9910 preserve the splash buffer.
9911 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
9912 (fancy-splash-screens): Display echo-area message explicitly.
9913 Don't set fancy-splash-help-echo.
9914
9915 * simple.el (line-number-mode): Group mode-line instead of
9916 editing-basics.
9917 (column-number-mode, size-indication-mode): Likewise.
9918
9919 * faces.el (mode-line-faces): Group mode-line instead of modeline.
9920
9921 * time.el (display-time): Group mode-line instead of modeline.
9922
9923 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
9924
9925 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
9926
9927 * startup.el (fancy-splash-text): Move editing instructions to
9928 fancy-splash-head.
9929 (fancy-splash-head): Issue editing instructions.
9930 (fancy-splash-screens): Fixup whitespace.
9931
9932 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9933
9934 * bindings.el (mode-line-buffer-identification-keymap):
9935 Remove duplicate line.
9936
9937 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9938
9939 * ido.el (ido-ignore-item-p): Allow any kind of functions in
9940 ignore lists.
9941
9942 2006-09-14 Kim F. Storm <storm@cua.dk>
9943
9944 * jit-lock.el (jit-lock-fontify-again): New function.
9945 (jit-lock-fontify-now): Use it instead of lambda form.
9946
9947 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
9948
9949 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
9950 (flyspell-auto-correct-word): Make ispell-filter local to these
9951 functions. Check that ispell-filter has new stuff before calling
9952 ispell-parse-output.
9953
9954 2006-09-13 Kim F. Storm <storm@cua.dk>
9955
9956 * simple.el (line-move-partial): Optimize.
9957
9958 2006-09-13 Richard Stallman <rms@gnu.org>
9959
9960 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
9961 Delete spurious backquote.
9962
9963 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
9964
9965 * net/rcirc.el (rcirc-print): Fix last change.
9966
9967 2006-09-12 Jay Belanger <belanger@truman.edu>
9968
9969 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
9970
9971 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
9972
9973 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
9974 rcirc-show-maximum-output.
9975 (rcirc-mode): Remove window-scroll-function hook.
9976 (rcirc-scroll-to-bottom): Remove function.
9977 (rcirc-print): Recenter so point stays at the bottom of the window
9978 if point was already there.
9979
9980 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
9981
9982 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
9983 not to "t".
9984 * progmodes/compile.el (compilation-start): Likewise.
9985 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
9986 Don't use expand-file-name on invocation-directory, since this
9987 might mishandle special characters in invocation-directory.
9988
9989 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9990
9991 * pcvs-defs.el: Remove * in defcustom's docstrings.
9992
9993 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
9994
9995 * progmodes/compile.el (compilation-directory-properties):
9996 Doc fix for help-echo.
9997
9998 2006-09-12 Lars Hansen <larsh@soem.dk>
9999
10000 * desktop.el (desktop-read): Add comment.
10001
10002 2006-09-12 Kim F. Storm <storm@cua.dk>
10003
10004 * simple.el (next-error-highlight, next-error-highlight-no-select):
10005 Fix spelling error.
10006
10007 * subr.el (sit-for): Rework to use input-pending-p and cond.
10008 Return nil input is pending on entry also for SECONDS <= 0.
10009 (while-no-input): Use input-pending-p instead of sit-for.
10010
10011 2006-09-11 Richard Stallman <rms@gnu.org>
10012
10013 * simple.el (next-error-highlight, next-error-highlight-no-select):
10014 Fix custom type and doc strings.
10015
10016 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10017
10018 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
10019 (diff-apply-hunk): Use it to ask for confirmation.
10020
10021 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
10022
10023 * emacs-lisp/cl.el (pushnew): Add missing `,'.
10024
10025 2006-09-11 David Kastrup <dak@gnu.org>
10026
10027 * help.el (string-key-binding, describe-key-briefly)
10028 (describe-key): Remove `string-key-binding' and its callers since
10029 `key-binding' already caters for the proper lookup now.
10030
10031 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10032
10033 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
10034 (cfengine-mode): Use it. Fix \ syntax to be like /.
10035
10036 * bindings.el (mode-line-buffer-identification-keymap):
10037 Move initialization into declaration.
10038
10039 2006-09-10 Kim F. Storm <storm@cua.dk>
10040
10041 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
10042 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
10043 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
10044 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
10045
10046 2006-09-10 Richard Stallman <rms@gnu.org>
10047
10048 * dired-aux.el: Handle errors in recursive copy usefully.
10049 (dired-create-files-failures): New variable.
10050 (dired-copy-file): Remove condition-case.
10051 (dired-copy-file-recursive): Check for errors on all file
10052 operations, and add them to dired-create-files-failures.
10053 Check file file-date-erorr here too.
10054 (dired-create-files): Check dired-create-files-failures
10055 and report those errors too.
10056
10057 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
10058
10059 * subr.el (add-to-list): New argument COMPARE-FN.
10060
10061 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
10062
10063 * filecache.el (file-cache-add-directory)
10064 (file-cache-add-directory-list, file-cache-add-file)
10065 (file-cache-add-directory-using-find)
10066 (file-cache-add-directory-using-locate)
10067 (file-cache-add-directory-recursively): Add autoloads.
10068
10069 2006-09-09 Richard Stallman <rms@gnu.org>
10070
10071 * textmodes/conf-mode.el (conf-space-mode):
10072 Use hack-local-variables-hook instead of calling hack-local-variables.
10073 (conf-space-keywords-override): New variable.
10074 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
10075 (conf-space-mode): Always make conf-space-keywords and
10076 conf-space-keywords-override local.
10077 Call conf-space-mode-internal directly as well as via hook.
10078
10079 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10080
10081 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
10082 quasi-keywords.
10083
10084 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
10085
10086 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
10087 (python-send-string): Be slightly more careful about adding \n.
10088
10089 * startup.el (normal-splash-screen): Don't display the buffer if we'll
10090 kill it right away anyway.
10091
10092 2006-09-09 Eli Zaretskii <eliz@gnu.org>
10093
10094 * international/codepage.el (cp850-decode-table): Fix a few codes.
10095 (cp858-decode-table): New variable.
10096
10097 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10098
10099 * net/ldap.el (ldap-search-internal): Doc fix.
10100
10101 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10102
10103 * play/life.el (life-display-generation): Test for input manually if
10104 `sleeptime' is negative or null.
10105
10106 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
10107 (print-region-1): Substitute `%s' with the page title.
10108
10109 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
10110
10111 * locate.el (locate-current-search): New variable.
10112 (locate): Set buffer local value. Use current buffer if it is
10113 in Locate mode.
10114 (locate-mode): Disable undo here.
10115 (locate-do-setup): Use locate-current-filter from buffer to be killed.
10116 (locate-update): Use locate-current-search and locate-current-filter.
10117
10118 2006-09-08 David Kastrup <dak@gnu.org>
10119
10120 * desktop.el (desktop-read): When loading a desktop, disable
10121 saving it while the load progresses, and switch off a pending lazy
10122 load by calling `desktop-lazy-abort'.
10123
10124 2006-08-27 Martin Rudalics <rudalics@gmx.at>
10125
10126 * window.el (mouse-autoselect-window-timer)
10127 (mouse-autoselect-window-position)
10128 (mouse-autoselect-window-window)
10129 (mouse-autoselect-window-now): New vars.
10130 (mouse-autoselect-window-cancel)
10131 (mouse-autoselect-window-select)
10132 (mouse-autoselect-window-start): New functions.
10133 (handle-select-window): Call `mouse-autoselect-window-start' when
10134 delayed window autoselection is enabled.
10135
10136 * cus-start.el (mouse-autoselect-window): Handle delayed window
10137 autoselection.
10138
10139 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
10140 commands after which it is allowed to print in the echo area.
10141
10142 2006-09-08 Richard Stallman <rms@gnu.org>
10143
10144 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
10145
10146 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
10147 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
10148
10149 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
10150 (cancel-timer-internal): Add doc string.
10151 (cancel-function-timers): Doc fix.
10152 (with-timeout-handler, timer-event-last*): Add doc strings.
10153
10154 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
10155
10156 * files.el (risky-local-variable-p): Match ...-bindat-spec.
10157
10158 * dired.el (dired-log-summary): Add doc string.
10159
10160 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
10161 (custom-group-menu-create): Not here.
10162
10163 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
10164
10165 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
10166
10167 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10168
10169 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
10170 (mac-apple-event-map): Define its handler.
10171
10172 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10173
10174 * net/ldap.el (ldap-search-internal): Handle `auth' key.
10175
10176 2006-09-07 Magnus Henoch <mange@freemail.hu>
10177
10178 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
10179 clause.
10180
10181 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10182
10183 * info.el (Info-index): Bind completion-ignore-case.
10184
10185 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10186
10187 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
10188 previous commit.
10189 (inferior-prolog-guess-flavor): New fun left out of previous commit.
10190 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
10191 burp in dedicated windows.
10192 (inferior-prolog-self-insert-command): New command.
10193 (inferior-prolog-mode-map): Use it.
10194
10195 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
10196
10197 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
10198
10199 * international/code-pages.el: Add cp858.
10200
10201 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10202
10203 * dnd.el: Fix bootstrapping.
10204
10205 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10206
10207 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
10208 (dnd-open-remote-url): New function.
10209 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
10210 not windows-nt.
10211
10212 2006-09-07 Jason Rumney <jasonr@gnu.org>
10213
10214 * dnd.el (dnd-open-remote-file-function): New variable.
10215 (dnd-open-unc-file): New function.
10216 (dnd-open-file): Call dnd-open-remote-file-function if set.
10217
10218 2006-09-06 Daiki Ueno <ueno@unixuser.org>
10219
10220 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
10221 pgg-passphrase-coding-system rather than locale-coding-system.
10222 * pgg-def.el (pgg-passphrase-coding-system): New user option.
10223
10224 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10225
10226 * progmodes/prolog.el: Remove * in docstrings.
10227 (prolog-program-name): Add SWI prolog.
10228 (prolog-mode-menu): New menu.
10229 (prolog-mode): Set comment-add.
10230 (prolog-indent-line): Simplify. Use indent-line-to.
10231 (inferior-prolog-buffer): New var.
10232 (inferior-prolog-run, inferior-prolog-process): New funs.
10233 (run-prolog, switch-to-prolog): Rewrite, using them.
10234 (prolog-consult-region): Use inferior-prolog-buffer.
10235 (inferior-prolog-load-file): New function.
10236 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
10237
10238 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
10239 last word, if it's not the end of the paragraph.
10240
10241 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
10242 file name.
10243
10244 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
10245
10246 * frame.el (display-mm-dimensions-alist): New defcustom.
10247 (display-mm-height, display-mm-width): Use it.
10248
10249 2006-09-06 Simon Josefsson <jas@extundo.com>
10250
10251 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
10252
10253 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
10254
10255 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10256 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
10257 string values.
10258
10259 2006-09-06 Kim F. Storm <storm@cua.dk>
10260
10261 * simple.el (line-move-partial): New function to do vscrolling for
10262 partially visible images / tall lines. Rewrite based on code
10263 previously in line-move. Simplify backwards vscrolling.
10264 (line-move): Use it. Simplify.
10265
10266 2006-09-05 Kim F. Storm <storm@cua.dk>
10267
10268 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
10269
10270 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
10271
10272 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10273 Process the `gcc-include' after the `gnu' rule.
10274
10275 2006-09-05 Kim F. Storm <storm@cua.dk>
10276
10277 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
10278
10279 2006-09-05 Daiki Ueno <ueno@unixuser.org>
10280
10281 * pgg.el (pgg-clear-string): Alias to clear-string for backward
10282 compatibility.
10283
10284 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
10285 inhibit-redisplay; encode passphrase with locale-coding-system.
10286
10287 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10288
10289 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
10290
10291 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
10292
10293 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10294 (gdb-var-list-children-regexp): Make type field optional.
10295
10296 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
10297 e.g public, protected in C++.
10298
10299 2006-09-04 John Paul Wallington <jpw@pobox.com>
10300
10301 * simple.el (completion-show-help): New defcustom.
10302 (completion-setup-function): Heed it.
10303
10304 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10305
10306 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
10307
10308 2006-09-04 Richard Stallman <rms@gnu.org>
10309
10310 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
10311 (rsf-min-region-to-spam-list): Doc fix.
10312 (rsf-add-content-type-field): Doc fix.
10313
10314 * simple.el (kill-region): Explicitly test there is a region.
10315
10316 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
10317
10318 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
10319 sendmail in several common directories.
10320
10321 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
10322
10323 * paths.el (sendmail-program): Removed.
10324
10325 2006-09-04 Daiki Ueno <ueno@unixuser.org>
10326
10327 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
10328 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
10329 http://article.gmane.org/gmane.emacs.gnus.general/50457
10330
10331 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
10332
10333 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
10334 mark after running the menu filter.
10335
10336 2006-09-03 Juri Linkov <juri@jurta.org>
10337
10338 * international/quail.el (quail-defrule-internal): Add a check
10339 if a key is a vector.
10340
10341 2006-09-02 Juri Linkov <juri@jurta.org>
10342
10343 * man.el (Man-topic-history): New variable.
10344 (man): Use it.
10345
10346 * woman.el (woman-topic-history): Change defvar to defvaralias
10347 for symbol `Man-topic-history'.
10348
10349 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
10350 `comint-last-output-start' is a marker by using `markerp' and
10351 check if it has a position by using `marker-position', and use
10352 this position for `goto-char'.
10353
10354 * international/quail.el (quail-defrule-internal): Add missing
10355 `error' call for null key.
10356
10357 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
10358
10359 * net/rcirc.el (rcirc-keywords): New variable.
10360 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
10361 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
10362 variables.
10363 (rcirc-responses-no-activity): New function.
10364 (rcirc-handler-generic): Check for responses in above.
10365 (rcirc-process-command): Add ?: character to arguments of raw
10366 server commands.
10367 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
10368 `rcirc-dim-nicks'.
10369 (rcirc-gray-toggle): Remove unused variable.
10370 (rcirc-print): Remove some tracking logic, which is moved into
10371 markup functions.
10372 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
10373 types.
10374 (rcirc-activity-string): Look for 'keyword in activity-types.
10375 (rcirc-window-configuration-change): Don't erase overlay-arrow
10376 unnecessarily.
10377 (rcirc-add-or-remove): New function.
10378 (rcirc-cmd-ignore): Use it.
10379 (rcirc-message-leader): Remove unused function.
10380 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
10381 (rcirc-add-face): New function.
10382 (rcirc-facify): Use rcirc-add-face.
10383 (rcirc-url-regexp): Add parens.
10384 (rcirc-map-regexp): Remove function.
10385 (rcirc-mangle-regexp): Remove function.
10386 (rcirc-markup-text-functions): New variable.
10387 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
10388 (rcirc-markup-body-text, rcirc-markup-attributes)
10389 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
10390 (rcirc-markup-bright-nicks): New markup handler functions.
10391 (rcirc-nick-in-message-full-line): New face.
10392 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
10393 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
10394
10395 2006-09-02 Martin Rudalics <rudalics@gmx.at>
10396
10397 * cus-start.el (hscroll-margin, hscroll-step)
10398 (mode-line-in-non-selected-windows, mouse-autoselect-window)
10399 (x-use-underline-position-properties): Change version to "22.1"
10400 since they will appear there for the first time.
10401
10402 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
10403
10404 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
10405
10406 2006-08-31 Richard Stallman <rms@gnu.org>
10407
10408 * cus-edit.el (custom-save-variables): Slight cleanup.
10409 (Custom-no-edit): Renamed from custom-no-edit.
10410 (Custom-newline): Renamed from custom-newline.
10411 (custom-mode-map): Use new names.
10412
10413 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
10414 about customization, rather than M-x customize, in the doc string
10415 made for the defcustom.
10416
10417 * emacs-lisp/trace.el (trace-function-background): Doc fix.
10418
10419 2006-08-31 Romain Francoise <romain@orebokech.com>
10420
10421 * dired-x.el (dired-guess-shell-alist-default): Update.
10422
10423 2006-08-31 Michael Mauger <mmaug@yahoo.com>
10424
10425 * custom.el (custom-theme-set-variables): Autoload packages before
10426 sorting the variables.
10427
10428 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
10429
10430 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
10431 Convert events to chars if XEmacs.
10432 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
10433
10434 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10435
10436 * progmodes/python.el (python-eldoc-function): Re-enable quit while
10437 waiting for process.
10438
10439 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10440
10441 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
10442 results in ASCII-only string, encode original one directly.
10443
10444 2006-08-29 Romain Francoise <romain@orebokech.com>
10445
10446 * startup.el (normal-splash-screen, fancy-splash-screens):
10447 Make buffer read-only and arrange to enter view mode if necessary.
10448
10449 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
10450
10451 * hl-line.el (hl-line): New face.
10452 (hl-line-face): Use it.
10453
10454 * image-mode.el (image-mode): Fix last fix.
10455 Suggested by Kim F. Storm.
10456
10457 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
10458
10459 Sync with Tramp 2.0.54.
10460
10461 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
10462 of `=', because `tramp-get-remote-gid' might not always return an
10463 integer when expected.
10464 (tramp-register-file-name-handlers): `partial-completion-mode' is
10465 unknown to XEmacs.
10466 (tramp-time-diff): Don't use `floor', it might fail for large
10467 differences.
10468 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
10469 `tramp-auto-save-directory' if unset in order to guarantee unique
10470 auto-save file names.
10471
10472 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10473
10474 * image-mode.el (image-mode): Display image as text on a terminal.
10475
10476 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10477
10478 * progmodes/python.el (python-send-command): Simplify.
10479 (run-python): Don't generate a new buffer unless `new' was specified.
10480 Make sure we send `import emacs' to the proper process.
10481
10482 * progmodes/python.el (python-send-command): Don't wait for the command
10483 to terminate. Don't fiddle with compilation-parsing-end.
10484
10485 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10486
10487 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
10488 Insert commentary after first line summary.
10489
10490 * woman.el (woman-follow): New function, based on `man-follow'.
10491 (woman-mode-map): Use it.
10492
10493 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
10494 since ibuffer-do-sort-by-recency does not define a sorter.
10495
10496 2006-08-28 Kim F. Storm <storm@cua.dk>
10497
10498 * find-dired.el (find-dired): Use shell-quote-argument to properly
10499 escape ( and ) args. Also use it on {} and ; args in default
10500 value of find-ls-option string.
10501 (find-grep-dired): Use shell-quote-argument on {} and ; args.
10502
10503 2006-08-27 Michael Olson <mwolson@gnu.org>
10504
10505 * emacs-lisp/tq.el: Small grammar fix in comments.
10506 (tq-enqueue): Check for existence of queue rather than the
10507 head queue item's question, which was a no-op.
10508 (tq-filter, tq-process-buffer): Make sure the process buffer
10509 exists before making it the current buffer.
10510
10511 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10512
10513 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
10514 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
10515 (special-event-map): Apply 2006-08-16 change for x-win.el.
10516
10517 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10518
10519 * progmodes/python.el (python-send-receive): Wait in the
10520 process's buffer so as to check the right buffer-local variables.
10521
10522 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
10523
10524 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
10525 (defgroup checkdoc): Move to beginning.
10526
10527 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
10528 (python-preoutput-continuation): Remove.
10529 (python-preoutput-filter): Simplify correspondingly.
10530 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
10531 Loop around to catch embedded _emacs_out output.
10532 (run-python): Send the import&print command on a single line.
10533 (python-send-command): Send command&print on a single line.
10534 (python-send-string): Only add double \n if needed.
10535 (python-send-receive): Loop until the result comes.
10536 (python-mode-running): Defvar it.
10537 (python-setup-brm): Remove unused var `menu'.
10538 Only bind py-mode-map and `features' around brm-init.
10539 (python-calculate-indentation): Remove unused var `point'.
10540 (python-beginning-of-defun): Remove unused var `def-line'.
10541
10542 2006-08-25 Richard Stallman <rms@gnu.org>
10543
10544 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
10545
10546 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
10547
10548 * emulation/viper.el (viper-set-hooks): Use frame bindings for
10549 viper-vi-state-cursor-color.
10550 (viper-non-hook-settings): Don't set default
10551 mode-line-buffer-identification.
10552
10553 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
10554 New fun.
10555 (viper-set-cursor-color-according-to-state)
10556 (viper-get-saved-cursor-color-in-replace-mode)
10557 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
10558 viper-emacs-state-cursor-color.
10559
10560 * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
10561 (viper-undo): Use point if undo-beg-posn is nil.
10562 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
10563 (viper-after-change-undo-hook): Don't use
10564 viper-emacs-state-cursor-color by default.
10565 (viper-undo): More sensible positioning after undo.
10566
10567 * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
10568 (viper-emacs-state-cursor-color): Default to nil, since this feature
10569 doesn't work well yet.
10570
10571 * ediff-mult.el (ediff-intersect-directories)
10572 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
10573 always expand filenames.
10574
10575 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10576
10577 * tumme.el: Remove * in defcustoms's docstrings.
10578
10579 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
10580
10581 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
10582 Accept internal time format for SECS arg.
10583 (timer-relative-time): Doc fix.
10584
10585 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
10586 adapted from Martin Rudalics.
10587 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
10588 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
10589 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
10590 using sit-for.
10591
10592 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
10593
10594 * cus-start.el (all): Add `overline-margin' and
10595 `x-underline-at-descent-line'.
10596
10597 2006-08-24 Kim F. Storm <storm@cua.dk>
10598
10599 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
10600 to mean "use find -exec"; nil now unambiguously means auto-detect.
10601 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
10602 Use shell-quote-argument to build grep-find-command and
10603 grep-find-template.
10604 (rgrep): Use shell-quote-argument to properly quote arguments to find.
10605 Reported by Tom Seddon.
10606
10607 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
10608
10609 * startup.el (fancy-splash-head): Give instructions for dismissing
10610 the splash screen for default startup too.
10611 (display-startup-echo-area-message, fancy-splash-screens)
10612 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
10613 all splash text at once and keep the splash buffer around.
10614 (command-line-1): Give display-startup-echo-area-message a t arg.
10615
10616 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
10617
10618 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
10619 gnus frame is selected.
10620
10621 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
10622
10623 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
10624
10625 2006-08-22 Kim F. Storm <storm@cua.dk>
10626
10627 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
10628 Add suffix matching for subdirs.
10629
10630 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
10631
10632 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
10633 mouse-yank-at-point is non-nil.
10634
10635 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
10636
10637 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
10638 a bit wider and remove fringes to fit initial output on line.
10639
10640 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10641
10642 * frame.el (blink-cursor-end): Only ignore the error we care about.
10643 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
10644
10645 2006-08-21 Richard Stallman <rms@gnu.org>
10646
10647 * whitespace.el (whitespace-cleanup): Doc fix.
10648
10649 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
10650
10651 * net/rcirc.el (rcirc-show-maximum-output): New var.
10652 (rcirc-buffer-process): If no buffer argument is supplied, use
10653 current-buffer.
10654 (rcirc-complete-nick): Complete to the last completed nick first.
10655 (rcirc-mode): Preserve the value of `rcirc-urls' across
10656 connections. Setup scroll function.
10657 (rcirc-scroll-to-bottom): New function.
10658 (rcirc-print): Use nick syntax around regexp work.
10659 Notice dim-nicks speaking only if they say our nick.
10660 (rcirc-update-activity-string): Do not show the modeline indicator
10661 if there are no live rcirc processes.
10662 (rcirc-cmd-ignore): Ignore case.
10663 (rcirc-browse-url-at-point): Fix off-by-one error.
10664
10665 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
10666
10667 * progmodes/python.el: Remove * in defcustom docstrings.
10668 (run-python, python-proc, python-try-complete): Use derived-mode-p.
10669 (python-mode): Set tab-width and indent-tabs-mode.
10670
10671 2006-08-20 Dave Love <fx@gnu.org>
10672
10673 * progmodes/python.el: Update to Dave Love's latest version.
10674 (python-font-lock-keywords, python-mode): Don't use
10675 font-lock-syntax-table, but match symbol elements explicitly instead.
10676 (python-mode-map): Add help, and a few more key bindings.
10677 (python-skip-comments/blanks): Move out of comments as well.
10678 (python-continuation-line-p): Behave better with unbalanced parens.
10679 (python-blank-line-p): New fun.
10680 (python-open-block-statement-p): Don't use a heuristic.
10681 (python-outdent-p): Better handle blocks-in-the-same-line.
10682 (python-calculate-indentation): Misc improvements.
10683 (python-comment-indent): Remove.
10684 (python-block-pairs): New var.
10685 (python-first-word): New fun.
10686 (python-indentation-levels): Handle more common cases.
10687 (python-indent-line-1): Add `leave' argument.
10688 (python-indent-region): New fun.
10689 (python-skip-out): New fun.
10690 (python-beginning-of-statement, python-end-of-statement): Use it.
10691 (python-next-statement): Return correct count even at eob.
10692 (python-end-of-block): Fix paren-typo.
10693 (python-imenu-create-index): Add module variables.
10694 (run-python): Add `new' arg.
10695 Check we're at a prompt before returning.
10696 (python-send-command): Move to end of buffer.
10697 Wait for prompt to return.
10698 (python-set-proc): New fun.
10699 (python-imports): New var.
10700 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
10701 (python-eldoc-function): Try to move out of arg list.
10702 (python-outline-level): Offset by 1.
10703 (python-find-imports): New fun.
10704 (python-symbol-completions): Use python-imports.
10705 (python-module-path, ffap-alist): Add support for ffap.
10706 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
10707 (python-insert-*, python-default-template, python-expand-template):
10708 Add templates/skeletons.
10709 (python-setup-brm): Support for Bicycle Repair Man.
10710 (python-abbrev-syntax-table): New var.
10711 (python-abbrev-pc-hook, python-pea-hook): New funs.
10712
10713 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
10714
10715 * frame.el (blink-cursor-start): Set timer first.
10716 (blink-cursor-end): Ignore timer cancelling errors.
10717 Suggested by Ken Manheimer.
10718
10719 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
10720
10721 * newcomment.el (comment-box): Call `comment-normalize-vars'.
10722 Add autoload cookie.
10723
10724 2006-08-20 Richard Stallman <rms@gnu.org>
10725
10726 * simple.el (line-number-at-pos): Doc fix.
10727
10728 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
10729 timer-activate-when-idle, so timer can run before Emacs becomes
10730 non-idle again.
10731
10732 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
10733
10734 * whitespace.el (whitespace-cleanup-internal): New optional arg
10735 REGION-ONLY. If it's non-nil, modify the message to the user
10736 accordingly.
10737 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
10738 a non-nil argument.
10739
10740 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
10741
10742 * rect.el (spaces-string): Simplify and add doc string.
10743
10744 2006-08-17 Romain Francoise <romain@orebokech.com>
10745
10746 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
10747
10748 2006-08-17 Richard Stallman <rms@gnu.org>
10749
10750 * compare-w.el (compare-windows): lambda's take an arg and pass
10751 it to compare-windows-skip-whitespace.
10752
10753 2006-08-17 Martin Rudalics <rudalics@gmx.at>
10754
10755 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
10756 the right buffer.
10757
10758 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
10759
10760 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
10761 removed files.
10762
10763 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
10764
10765 * progmodes/gdb-ui.el (gdb-locals-watch-map)
10766 (gdb-locals-watch-map-1): Suppress keymap first.
10767 (gdb-edit-locals-map-1): New variable.
10768 (gdb-edit-locals-value): New function.
10769 (gdb-stack-list-locals-handler): Use them.
10770
10771 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10772
10773 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
10774 cursor would normally be drawn in the fringe.
10775
10776 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
10777 Reported by Martin Rudalics <rudalics@gmx.at>.
10778
10779 2006-08-16 Richard Stallman <rms@gnu.org>
10780
10781 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
10782 (special-event-map): Process drag-n-drop events this way.
10783
10784 * simple.el (move-beginning-of-line): Test whether fields
10785 would prevent motion back to line's first visible character.
10786 If so, stop where the fields would stop the motion.
10787
10788 * newcomment.el (comment-indent): Fully update INDENT
10789 before checking to see if it will change the text.
10790
10791 * cus-edit.el (custom-newline): New function.
10792 (custom-mode-map): Bind newline to custom-newline.
10793
10794 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
10795 into ignore-whitespace.
10796 Check each buffer for its skip-function.
10797 Handle compare-windows-skip-whitespace special-case test
10798 by returning t from default skip function.
10799
10800 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
10801
10802 * textmodes/org.el (org-clock-special-range)
10803 (org-clock-update-time-maybe): New functions.
10804 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
10805 not only a-z.
10806 (org-agenda-get-blocks): Allow multiple blocks per headline.
10807 (org-timestamp-change): Call `org-clock-update-time-maybe'.
10808 (org-export-html-title-format)
10809 (org-export-html-toplevel-hlevel): New options.
10810 (org-export-language-setup): Add support for Czech.
10811 (org-mode, org-insert-todo-heading, org-find-visible)
10812 (org-find-invisible, org-invisible-p, org-invisible-p2)
10813 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
10814 (org-show-subtree, org-show-entry, org-make-options-regexp):
10815 Remove compatibility support for old outline-mode.
10816 (org-check-occur-regexp): Funtion removed.
10817 (org-on-heading-p, org-back-to-heading): Made defalias.
10818 (org-set-local): New defsubst.
10819 (org-set-regexps-and-options, org-mode)
10820 (org-set-font-lock-defaults, org-edit-agenda-file-list)
10821 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
10822 (org-remember-apply-template, org-table-edit-field)
10823 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
10824 (org-set-autofill-regexps): Use `org-set-local'.
10825 (org-table-eval-formula): Fix bug with parsing of display flags.
10826
10827 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
10828
10829 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
10830 frame with fringe arrow. Suggested by Simon Marshall
10831 <simon.marshall@misys.com>.
10832 (gdb-stack-position): New variable.
10833 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
10834 (gdb-frames-mode): Set gdb-stack-position to nil.
10835 Add to overlay-arrow-variable-list
10836 (gdb-reset): Delete gdb-stack-position from above list.
10837
10838 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10839
10840 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
10841 read only.
10842
10843 2006-08-13 Romain Francoise <romain@orebokech.com>
10844
10845 * cus-theme.el (customize-create-theme)
10846 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
10847
10848 * filesets.el (filesets-add-buffer): Ditto.
10849
10850 * pcvs.el (cvs-change-cvsroot): Ditto.
10851
10852 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
10853
10854 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
10855 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
10856 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
10857 expressions.
10858 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
10859 Only search till end of line.
10860 Add face to function names in case of no filename.
10861 Add face to variable names of watchpoints.
10862
10863 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
10864
10865 * cus-start.el <indent-tabs-mode>: Move to the `indent'
10866 customization group.
10867
10868 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
10869
10870 * allout.el (allout-prior-bindings, allout-added-bindings):
10871 Remove, after long deprecation.
10872 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
10873 Add customization vars controlling allout-beginning-of-line and
10874 allout-end-of-line conveniences.
10875 (allout-header-prefix, allout-use-mode-specific-leader)
10876 (allout-use-mode-specific-leader, allout-mode-leaders):
10877 Revise docstrings.
10878 (allout-infer-header-lead): Change to be an alias for
10879 allout-infer-header-lead-and-primary-bullet.
10880 (allout-infer-header-lead-and-primary-bullet): New version of
10881 allout-infer-header-lead which assigns the primary bullet to the
10882 same as the header lead, when its being changed.
10883 (allout-infer-body-reindent): Apply regexp-quote instead of
10884 unconditionally prepending "\\", so that all literal
10885 allout-header-prefix and allout-primary-bullet strings are
10886 properly handled.
10887 (allout-add-resumptions): Add optional qualifier for extending or
10888 appending to existing values, rather than replacing them.
10889 (allout-view-change-hook): Clarify docstring.
10890 (allout-exposure-change-hook): Take explicit arguments, via
10891 run-hook-with-args.
10892 (allout-structure-added-hook)
10893 (allout-structure-deleted-hook)
10894 (allout-structure-shifted-hook): New hooks analogous to
10895 allout-exposure-change-hook for other kinds of structural outline
10896 edits.
10897 (allout-encryption-plaintext-sanitization-regexps): New encryption
10898 customization variable, by which cooperating modes can provde
10899 massage of the plaintext without actually being passed it.
10900 (allout-encryption-ciphertext-rejection-regexps)
10901 (allout-encryption-ciphertext-rejection-ceiling): New encryption
10902 customization variables, by which cooperating modes can prohibit
10903 rare but possible ciphertext patterns from fouling their
10904 operation, with actually being passed the ciphertext.
10905 (allout-mode): Run activation and deactivation hooks after the
10906 minor-mode variable has been toggled, to clarify the mode
10907 disposition. The new encryption ciphertext rejection variable is
10908 used to ensure that the ciphertext does not contain text that
10909 would be recognized as outline structural elements by allout.
10910 Substite allout-beginning-of-line and allout-end-of-line for
10911 conventionall beginning-of-line and end-of-line bindings.
10912 If allout-old-style-prefixes is non-nil, don't nullify it on mode
10913 activation!
10914 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
10915 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
10916 (allout-chart-subtree): Implement new mode, charting only the
10917 visible items in the subtree, when new 'visible' parameter is non-nil.
10918 (allout-end-of-subtree): Properly handle the last item in the buffer.
10919 (allout-pre-command-business, allout-command-counter):
10920 Increment an advertised counter so that cooperating enhancements can
10921 track revisions of items.
10922 (allout-open-topic): Run allout-structure-added-hook with suitable
10923 arguments.
10924 (allout-shift-in): Run allout-structure-shifted-hook with suitable
10925 arguments.
10926 (allout-shift-out): Fix doubling for negative args and ensure call
10927 of allout-structure-shifted-hook by solely using allout-shift-in.
10928 (allout-kill-line, allout-kill-topic):
10929 Run allout-structure-deleted-hook with suitable arguments.
10930 (allout-yank-processing): Run allout-structure-added-hook with
10931 proper arguments.
10932 (allout-yank): Enclose activity in allout-unprotected.
10933 (allout-flag-region): Run allout-exposure-change-hook with
10934 suitable arguments, instead of making the callee infer the arguments.
10935 (allout-encrypt-string):
10936 Support allout-encryption-plaintext-sanitization-regexps,
10937 allout-encryption-ciphertext-rejection-regexps, and
10938 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
10939 en/de cryption mode in symmetric encryption failure message.
10940 (allout-obtain-passphrase): Use copy-sequence to get a distinct
10941 copy of the passphrase, and don't zero it or we'll corrupt the
10942 stashed copy.
10943 (allout-create-encryption-passphrase-verifier)
10944 (allout-verify-passphrase): Respect the new signature for
10945 allout-encrypt-string.
10946 (allout-get-configvar-values): Convenience for getting a
10947 configuration variable value and handling its absence gracefully.
10948
10949 2006-08-11 Romain Francoise <romain@orebokech.com>
10950
10951 * obsolete/zone-mode.el: Delete.
10952
10953 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
10954
10955 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
10956
10957 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
10958
10959 * emacs-lisp/bindat.el (bindat-ip-to-string):
10960 Use `format-network-address' if possible.
10961
10962 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10963
10964 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
10965
10966 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
10967
10968 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
10969 restore unread-command-events here.
10970 (edebug-display): Do it here, to detect sit-for interruptions.
10971
10972 2006-08-10 Romain Francoise <romain@orebokech.com>
10973
10974 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
10975 (dns-mode-soa-auto-increment-serial): New user option.
10976 (dns-mode-soa-maybe-increment-serial): New function.
10977 (dns-mode): Add the latter to `write-contents-functions'.
10978
10979 * obsolete/zone-mode.el: Move to obsolete/ from net/.
10980 Delete autoload cookies.
10981
10982 2006-08-10 John Wiegley <johnw@newartisans.com>
10983
10984 * eshell/em-glob.el (eshell-glob-chars-list)
10985 (eshell-glob-translate-alist): Add support for [^g] in character globs.
10986
10987 2006-08-10 Richard Stallman <rms@gnu.org>
10988
10989 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
10990 (facemenu-set-face): Doc fix.
10991 (facemenu-listed-faces): Doc fix.
10992
10993 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
10994
10995 * avoid.el (mouse-avoidance-animating-pointer): New var.
10996 (mouse-avoidance-nudge-mouse): Use it.
10997 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
10998 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
10999 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
11000 Don't activate if currently animating. All callers changed.
11001
11002 2006-08-09 John Wiegley <johnw@newartisans.com>
11003
11004 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
11005 variable, which causes timeclock to report elapsed time worked,
11006 instead of just work remaining.
11007
11008 2006-08-09 Kenichi Handa <handa@m17n.org>
11009
11010 * international/latexenc.el (latexenc-find-file-coding-system):
11011 Fix for the case that the 2nd element of arg-list is a cons.
11012
11013 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
11014
11015 * info.el (Info-fontify-node): Handle preceding `in' for note
11016 reference hiding rules.
11017
11018 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
11019
11020 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
11021 mistake a closing " for an opening one.
11022
11023 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11024
11025 * term/xterm.el (terminal-init-xterm): Add more key bindings.
11026
11027 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
11028
11029 * complete.el (PC-do-completion): Filter out completions matching
11030 completion-ignored-extensions before checking whether there are
11031 multiple completions.
11032 Don't use `list' unnecessarily when building completion tables.
11033
11034 2006-08-06 Richard Stallman <rms@gnu.org>
11035
11036 * help.el (describe-mode): Make minor mode list more concise.
11037
11038 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
11039
11040 * bindings.el: Give mode-line-format, mode-line-modes, and
11041 mode-line-position `standard-value' properties.
11042
11043 2006-08-05 Eli Zaretskii <eliz@gnu.org>
11044
11045 * buff-menu.el (list-buffers-noselect): For Info buffers, use
11046 "(file)node" instead of the file name.
11047
11048 2006-08-05 Richard Stallman <rms@gnu.org>
11049
11050 * faces.el (escape-glyph): Doc fix.
11051
11052 2006-08-04 Kenichi Handa <handa@m17n.org>
11053
11054 * international/mule-diag.el (describe-font): Improve docstring
11055 and error message. Use frame-parameter (not frame-parameters).
11056
11057 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11058
11059 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
11060 Correctly mark the end-of-docstring char.
11061
11062 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
11063
11064 * simple.el (line-move-to-column): Constrain move-to-column to
11065 current field.
11066
11067 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11068
11069 * font-lock.el (font-lock-beg, font-lock-end)
11070 (font-lock-extend-region-functions): New vars.
11071 (font-lock-extend-region-multiline)
11072 (font-lock-extend-region-wholelines): New functions.
11073 (font-lock-default-fontify-region): Use them.
11074 (font-lock-extend-jit-lock-region-after-change): Only round up
11075 if font-lock-default-fontify-region will do it as well.
11076
11077 * font-lock.el (font-lock-extend-after-change-region-function):
11078 Rename from font-lock-extend-region-function.
11079 (font-lock-extend-region): Remove by inlining at call sites.
11080 (font-lock-after-change-function): Don't needlessly round up to a whole
11081 number of lines.
11082 (font-lock-extend-jit-lock-region-after-change): Be more careful about
11083 the boundary conditions and the interactions between the various ways
11084 to extend the region.
11085
11086 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
11087
11088 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
11089 modification status when forcing the second redisplay.
11090
11091 2006-08-03 Kim F. Storm <storm@cua.dk>
11092
11093 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
11094
11095 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
11096
11097 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
11098 doesn't look like a file name.
11099
11100 * complete.el (PC-expand-many-files): Avoid signalling an error when
11101 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
11102
11103 2006-08-02 Andreas Schwab <schwab@suse.de>
11104
11105 * bindings.el (mode-line-format): Simplify reference to vc-mode.
11106
11107 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
11108
11109 * bindings.el (map): Make mode-line-buffer-identification-keymap
11110 before defining propertized-buffer-identification.
11111
11112 2006-08-01 Richard Stallman <rms@gnu.org>
11113
11114 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
11115
11116 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
11117
11118 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
11119 default value.
11120 (gdb-find-source-frame): New function.
11121 (menu): Add to menu bar.
11122
11123 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11124
11125 * font-core.el (font-lock-extend-region-function)
11126 (font-lock-extend-region): Move to font-lock.el.
11127
11128 * font-lock.el (font-lock-extend-region-function)
11129 (font-lock-extend-region): Move from font-core.el. Simplify.
11130
11131 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
11132 if needed.
11133 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
11134 (jit-lock-after-change-extend-region-functions): New hook.
11135 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
11136
11137 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
11138 (font-lock-turn-on-thing-lock): Use it.
11139
11140 * longlines.el (longlines-show-region): Make it work on read-only
11141 buffers as well.
11142
11143 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
11144
11145 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
11146
11147 2006-07-31 Richard Stallman <rms@gnu.org>
11148
11149 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
11150 (vhdl-speedbar-display-projects): Update old obsolete
11151 speedbar variable names.
11152
11153 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
11154
11155 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
11156 (gdb-stopped): Use it.
11157
11158 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
11159
11160 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
11161
11162 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
11163 for load-history elements.
11164
11165 2006-07-29 Eli Zaretskii <eliz@gnu.org>
11166
11167 * files.el (convert-standard-filename): For Cygwin, replace
11168 characters not allowed in Windows file names.
11169 (make-auto-save-file-name): Add Cygwin to the list of systems
11170 where the auto-save file name needs to be run through
11171 convert-standard-filename.
11172
11173 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
11174
11175 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
11176
11177 2006-07-28 Richard Stallman <rms@gnu.org>
11178
11179 * bindings.el (mode-line-frame-identification)
11180 (propertized-buffer-identification): Centralize the code
11181 to initialize the variable.
11182
11183 * progmodes/grep.el (grep-default-command): Catch errors from
11184 wildcard-to-regexp.
11185
11186 2006-07-29 Kim F. Storm <storm@cua.dk>
11187
11188 * progmodes/grep.el (grep-tag-default): New function.
11189 (grep-default-command, grep-read-regexp): Use it.
11190 (grep-read-files): Use car of grep-files-history or grep-files-aliases
11191 as default if nothing else applies.
11192
11193 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
11194
11195 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
11196 Throw error if buffer is not in Dired and Wdired mode, respectively.
11197
11198 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
11199
11200 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
11201 self-insert-command keys don't activate buttons.
11202 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
11203
11204 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
11205
11206 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
11207 faces for enable character.
11208
11209 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
11210
11211 * Makefile.in (recompile): Update comment to reflect change
11212 on 2004-04-21.
11213
11214 2006-07-27 Richard Stallman <rms@gnu.org>
11215
11216 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
11217 (customize-package-emacs-version): Change msg when pkg has no entry.
11218 (custom-no-edit): On a button, do like widget-button-press.
11219
11220 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11221
11222 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
11223 S-tab and C-S-tab.
11224
11225 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
11226
11227 * progmodes/which-func.el (which-function): Fix documentation/
11228 comment typo.
11229
11230 2006-07-26 Richard Stallman <rms@gnu.org>
11231
11232 * textmodes/ispell.el (ispell-word): If we replace the word,
11233 move point to the end. Insert before deleting.
11234
11235 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
11236
11237 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
11238 a timer.
11239
11240 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
11241
11242 * tumme.el (tumme-backward-image): Add prefix argument. Add error
11243 when at first image.
11244 (tumme-forward-image): Add prefix argument. Add error when at last
11245 image.
11246
11247 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
11248
11249 * tabify.el (tabify-regexp): Use more specific regexps.
11250 (tabify): Avoid modifying the buffer unnecessarily.
11251
11252 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
11253
11254 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
11255 (tumme-format-properties-string): Handle empty `buf'.
11256 (tumme-get-comment): Change variable names inside `let'.
11257 Add missing `let' variable that cause font-lock problems.
11258 (tumme-write-comments): Change variable names inside `let'.
11259 Add missing `let' variable that cause font-lock problems.
11260 (tumme-forward-image): Rename from `tumme-forward-char'.
11261 (tumme-backward-image): Rename from `tumme-backward-char'.
11262
11263 2006-07-25 Masatake YAMATO <jet@gyve.org>
11264
11265 * progmodes/ld-script.el (ld-script-keywords)
11266 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
11267 and add comments.
11268
11269 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
11270
11271 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11272 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
11273 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
11274 for status indicator.
11275
11276 2006-07-24 Richard Stallman <rms@gnu.org>
11277
11278 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
11279
11280 * subr.el (dolist, dotimes): Use interned symbols for locals.
11281 (--dotimes-limit--, --dolist-tail--): New defvars.
11282 (looking-back): Doc fix.
11283
11284 * replace.el (replace-match-string-symbols): Handle dotted lists.
11285
11286 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
11287
11288 * tumme.el (tumme-write-tags): Add.
11289 (tumme-write-comments): Add.
11290 (tumme-tag-files): Change to use `tumme-write-tags'.
11291 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
11292 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
11293 (tumme-save-information-from-widgets): Change to use
11294 `tumme-write-comments' and `tumme-write-tags'.
11295 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
11296 (tumme-write-tag): Remove.
11297 (tumme-write-comment): Remove.
11298 (tumme-display-previous-thumbnail-original): Remove empty line.
11299 (tumme-widget-list): Add punctuation.
11300
11301 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
11302
11303 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
11304
11305 2006-07-24 Daiki Ueno <ueno@unixuser.org>
11306
11307 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11308 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
11309 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
11310
11311 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
11312
11313 * mouse.el (mouse-on-link-p): Doc fix.
11314
11315 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
11316
11317 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11318 Handle "C-h f `".
11319
11320 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11321
11322 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
11323 column.
11324
11325 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
11326
11327 * textmodes/table.el: Add move-beginning-of-line and
11328 move-end-of-line to Point Motion Only Group.
11329
11330 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
11331
11332 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
11333
11334 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11335
11336 * startup.el (user-mail-address): Initialize from the `EMAIL'
11337 environment variable first. Document this.
11338 (command-line): Ditto.
11339
11340 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
11341
11342 * help-mode.el (help-function-def, help-variable-def)
11343 (help-face-def): Print a message in the minibuffer.
11344
11345 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11346
11347 * term/xterm.el (terminal-init-xterm): Fix key bindings
11348 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
11349
11350 2006-07-21 Eli Zaretskii <eliz@gnu.org>
11351
11352 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
11353 where `(nth 1 command)' is a cons cell. Doc fix.
11354
11355 * textmodes/po.el (po-find-charset): Doc fix.
11356
11357 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
11358
11359 * allout.el (allout-unprotected, allout-e-o-prefix-p)
11360 (allout-beginning-of-current-line, allout-end-of-current-line)
11361 (allout-next-visible-heading, allout-open-topic)
11362 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
11363 (allout-flag-current-subtree, allout-show-to-offshoot)
11364 (allout-hide-current-entry, allout-show-current-branches)
11365 (allout-hide-region-body, allout-old-expose-topic)
11366 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
11367 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
11368 containing `beginning-of-line' and `end-of-line' with
11369 `inhibit-field-text-motion' t.
11370
11371 2006-07-21 Eli Zaretskii <eliz@gnu.org>
11372
11373 * frame.el (focus-follows-mouse): Document that it doesn't have
11374 any effect on MS-Windows.
11375
11376 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11377
11378 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
11379
11380 2006-07-20 Jay Belanger <belanger@truman.edu>
11381
11382 * calc/calc.el (calc-previous-alg-entry): Remove variable.
11383
11384 * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
11385 New variables.
11386 (calc-alg-entry): Use `calc-alg-entry-history'.
11387 (calc-do-quick-calc): Use `calc-quick-calc-history'.
11388 Remove reference to `calc-previous-alg-entry'.
11389 (calcAlg-edit, calcAlg-enter): Remove reference to
11390 `calc-previous-alg-entry'.
11391 (calcAlg-previous): Use `previous-history-element' instead of
11392 `calc-previous-alg-entry'.
11393 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
11394 Change keybinding for `calcAlg-plus-minus', add keybindings for
11395 `previous-history-element' and `next-history-element'.
11396
11397 * calc/calc-rewr.el (calc-match): Remove reference to
11398 `calc-previous-alg-entry'.
11399
11400 * calc/calc-sel.el (calc-selection-history): New variable.
11401 (calc-enter-selection, calc-sel-mult-both-sides)
11402 (calc-sel-add-both-sides): Use `calc-selection-history'.
11403
11404 * calc/calc-map.el (calc-get-operator-history): New variable.
11405 (calc-get-operator): Use `calc-get-operator-history'.
11406
11407 * calc/calcalg3.el (calc-curve-fit-history): New variable.
11408 (calc-curve-fit): Use `calc-curve-fit-history'.
11409
11410 2006-07-20 Kenichi Handa <handa@m17n.org>
11411
11412 * international/mule-cmds.el (select-safe-coding-system): Fix the
11413 way of deciding eol-type of the coding system.
11414
11415 2006-07-20 Alan Mackenzie <acm@muc.de>
11416
11417 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
11418 (c-lang-setvar): New macro.
11419 (c-make-init-lang-vars-fun): Use the initialization forms in
11420 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
11421 (comment-start, comment-end, comment-start-skip): Change these from
11422 c-lang-defvar's to c-lang-setvar's.
11423
11424 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
11425 which calls make-local-variable on the elements of
11426 c-emacs-variable-inits.
11427 (c-init-language-vars-for): Call this new macro.
11428
11429 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11430
11431 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11432 Try to rule out false positives due to time stamps.
11433 (compilation-mode-font-lock-keywords): Remove rules made redundant
11434 because of the above change. Add `segmentation fault' to the known and
11435 highlighted compilation termination messages.
11436
11437 2006-07-19 Kim F. Storm <storm@cua.dk>
11438
11439 * progmodes/grep.el (grep-find-ignored-directories):
11440 Add .svn and _darcs to list.
11441
11442 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
11443
11444 * dired.el (dired-mode-map): Add key binding `C-te' for
11445 `tumme-dired-edit-comment-and-tags'.
11446
11447 * tumme.el (tumme-display-thumbnail-original-image): Make sure
11448 image display buffer is displayed before call to
11449 `tumme-display-image.
11450 (tumme-dired-display-image): Make sure image display buffer is
11451 displayed before call to `tumme-display-image.
11452 (tumme-mouse-display-image): Make sure image display buffer is
11453 displayed before call to `tumme-display-image.
11454 (tumme-widget-list): Add.
11455 (tumme-dired-edit-comment-and-tags): Add.
11456 (tumme-save-information-from-widgets): Add.
11457
11458 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11459
11460 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
11461
11462 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11463
11464 * progmodes/sh-script.el (sh-font-lock-keywords-1):
11465 Revert inadvertently installed patch hunk.
11466
11467 * progmodes/compile.el (compilation-find-file): Handle the
11468 cases where the user selects a non-existent file.
11469
11470 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11471
11472 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
11473
11474 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11475
11476 * subr.el (sit-for): Just sleep-for if noninteractive.
11477
11478 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11479
11480 * emacs-lisp/autoload.el (make-autoload): Use new arg.
11481
11482 * custom.el (custom-autoload): Add `noset' argument.
11483 (custom-push-theme): Don't autoload the variable, let callers do it.
11484 (custom-theme-set-variables): Autoload the variable if necessary.
11485
11486 * cus-edit.el (custom-variable-state-set): If the variable was
11487 originally set outside custom, but to the same value as the default,
11488 consider it to be standard.
11489
11490 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
11491 file *before* telling Emacs to add the autoloads, in case it fails.
11492
11493 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
11494 Use `cond', push', and `dolist'.
11495
11496 2006-07-17 Richard Stallman <rms@gnu.org>
11497
11498 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
11499 Add defvars to silence warnings.
11500
11501 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11502
11503 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11504 Don't highlight "Compiling file" messages as error.
11505
11506 * dired-aux.el (dired-compress-file): Confirm again if gzipped
11507 file already exists.
11508
11509 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
11510
11511 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
11512 entry, don't assign to free var; simply return the extracted filename.
11513 (ff-treat-as-special): Incorporate common preamble from callers.
11514 (ff-other-file-name, ff-find-the-other-file):
11515 Update call to ff-treat-as-special.
11516
11517 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
11518
11519 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
11520
11521 * tumme.el (tumme-get-comment): Fix bug.
11522
11523 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11524
11525 * files.el: Remove spurious * in docstrings.
11526
11527 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11528
11529 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
11530 grammar.
11531 (allout-beginning-of-current-line): Beware beginning of buffer.
11532 Also, a comment is simplified.
11533 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
11534 when appropriate. (This fix enables use for other than
11535 bullet-hotspot operation.)
11536 (allout-hide-current-subtree): While escalating to sibling-close,
11537 make sure to situate on a topic.
11538
11539 2006-07-14 Kim F. Storm <storm@cua.dk>
11540
11541 * emulation/cua-base.el (cua-delete-selection)
11542 (cua-toggle-set-mark): New defcustoms.
11543 (cua-rectangle-modifier-key): Add `alt' modifier.
11544 (cua-replace-region): Don't delete if cua-delete-selection is nil.
11545 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
11546 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
11547
11548 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
11549
11550 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11551
11552 * allout.el: Require 'cl during byte-compilation/interactive load,
11553 for the `assert' macro.
11554 (allout-mode-deactivate-hook): New hook, run when allout mode
11555 deactivates.
11556 (allout-developer): New allout customization subgroup.
11557 (allout-run-unit-tests-on-load): New allout-developer
11558 customization variable, when true allout unit tests are run towards
11559 end of file load/eval.
11560 (allout-inhibit-auto-fill): Disable auto-fill activity even during
11561 auto-fill-mode.
11562 (allout-resumptions): Remove, to be replaced by...
11563 (allout-add-resumptions): Register variable settings to be
11564 reinstated by `allout-do-resumptions'. The settings are made
11565 buffer-local, but the locality/globality of the suspended setting
11566 is restored on resumption.
11567 (allout-do-resumptions): Reinstate all settings suspended using
11568 `allout-add-resumptions'.
11569 (allout-test-resumptions): Unit tests (and intermediate variables)
11570 for resumptions.
11571 (allout-tests-globally-unbound, allout-tests-globally-true)
11572 (allout-tests-locally-true): Intermediate variables for
11573 resumptions unit tests.
11574 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
11575 (allout-exposure-category): Replaces 'allout-overlay-category variable.
11576 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
11577 instead of retired `allout-resumptions'. For hook functions, use
11578 `local' parameter so hook settings are created and removed as
11579 buffer-local settings. Revise (resumptions) setting
11580 auto-fill-function so it is set only if already active. (The
11581 related fill-function settings are all made in either case, so
11582 that activating auto-fill-mode activity will have the custom
11583 allout-mode behaviors (hanging indent on topics, if configured for it).
11584 Remove all allout-exposure-category overlays on mode deactivation.
11585 (allout-hotspot-key-handler): New function extracted from
11586 `allout-pre-command-business', so the functionality can be used
11587 for other purposes, eg as a binding in an overlay.
11588 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
11589 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
11590 customization variable.
11591 (allout-run-unit-tests): Run the (currently quite small)
11592 repertoire of unit tests. Called just before the provide iff user
11593 has customized `allout-run-unit-tests-on-load' non-nil.
11594
11595 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11596
11597 * emacs-lisp/authors.el (authors-aliases): Update.
11598
11599 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
11600
11601 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
11602 gdb-source-window. Add dedicated argument.
11603 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
11604 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
11605 (gdb-display-threads-buffer, gdb-display-memory-buffer)
11606 (gdb-display-locals-buffer): Use it.
11607
11608 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
11609 Set gdb-source-window.
11610
11611 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11612
11613 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
11614 minor modes, redundant with the custom-autoload line above.
11615
11616 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
11617
11618 * longlines.el (longlines-post-command-function): Handle open-line too.
11619
11620 2006-07-12 Richard Stallman <rms@gnu.org>
11621
11622 * progmodes/grep.el (grep-last-buffer): Doc fix.
11623
11624 * info.el (Info-try-follow-nearest-node): Doc fix.
11625
11626 * emacs-lisp/edebug.el (edebug-instrument-function):
11627 Err if find-function-noselect gives no position.
11628
11629 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11630 If can't find definition, return nil for position.
11631 (find-function-do-it): Handle new return value
11632 of find-definition-noselect.
11633 (find-definition-noselect, find-variable-noselect): Doc fix.
11634 (find-function-noselect): Doc fix.
11635
11636 * help-mode.el (help-variable-def): Handle find-variable-noselect
11637 returning no position.
11638 (help-function-def): Likewise for find-function-search-for-symbol.
11639 (help-face-def): Likewise.
11640
11641 * help-fns.el (describe-variable): Handle find-variable-noselect
11642 returning no position.
11643
11644 * files.el (locate-file-completion): Avoid duplicates in result.
11645
11646 * cus-edit.el (custom-no-edit): New command.
11647 (custom-mode-map): Remap to custom-no-edit instead of
11648 using suppress-keymap.
11649
11650 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
11651
11652 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11653 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11654 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
11655
11656 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
11657
11658 2006-07-11 Kim F. Storm <storm@cua.dk>
11659
11660 * ido.el (ido-copy-current-file-name): Use buffer-name if
11661 buffer-file-name is nil.
11662
11663 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
11664
11665 * simple.el (undo-ask-before-discard): Set to nil.
11666
11667 * vc.el (vc-exec-after): Don't delete process manually.
11668 (vc-print-log): Run log-view-mode in process sentinel inside
11669 inhibit-read-only. Don't shrink window due to timing issues.
11670
11671 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
11672 Avoid using with-output-to-temp-buffer, which clobbers local vars.
11673
11674 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11675
11676 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11677 Fix ambiguity introduced by last change.
11678 (compilation-find-file): Move save-excursion to where it may
11679 make sense. Fix a left over `find-file'.
11680
11681 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
11682
11683 * textmodes/texinfmt.el (texinfo-format-separate-node):
11684 Insert a string before point, which fits documentation, not after.
11685 (texinfo-multitable-item): In a multitable row, insert any
11686 additional needed @tabs and spaces.
11687
11688 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
11689
11690 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11691 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11692 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
11693 instead of shell-command.
11694 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
11695 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
11696 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
11697 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
11698 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
11699 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
11700
11701 2006-07-11 Kim F. Storm <storm@cua.dk>
11702
11703 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
11704 Remove special case for seconds < 0. Use (redisplay t) instead.
11705
11706 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
11707
11708 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
11709 avoid compilation error.
11710
11711 * subr.el (sit-for): New function.
11712
11713 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
11714
11715 2006-07-10 Richard Stallman <rms@gnu.org>
11716
11717 * ldefs-boot.el (edebug): Update page.
11718
11719 2006-07-10 Kim F. Storm <storm@cua.dk>
11720
11721 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
11722 to FOR-RELEASE and TODO.
11723
11724 2006-07-10 Romain Francoise <romain@orebokech.com>
11725
11726 * emacs-lisp/authors.el (authors-aliases): Update.
11727
11728 2006-07-10 Alan Mackenzie <acm@muc.de>
11729
11730 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
11731 * cc-mode.el: Changes to eradicate eval-after-load.
11732
11733 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
11734
11735 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
11736 on non-char events.
11737
11738 2006-07-09 Romain Francoise <romain@orebokech.com>
11739
11740 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11741 Don't highlight start/end markers as compilation messages.
11742
11743 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
11744 to t.
11745
11746 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
11747
11748 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
11749
11750 2006-07-08 Richard Stallman <rms@gnu.org>
11751
11752 * term/x-win.el (x-handle-display): Add doc string.
11753
11754 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11755
11756 * subr.el (def-edebug-spec): Move here.
11757 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
11758
11759 * imenu.el (imenu-choose-buffer-index): Doc fix.
11760
11761 2006-07-08 Romain Francoise <romain@orebokech.com>
11762
11763 * term/x-win.el (x-display-name): Fix typo.
11764
11765 2006-07-08 Eli Zaretskii <eliz@gnu.org>
11766
11767 * hexl.el (hexl-find-file): Doc fix.
11768
11769 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11770
11771 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
11772
11773 * term/x-win.el (x-display-name): Doc fix.
11774
11775 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11776
11777 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
11778 long prefixes.
11779 (fill-region-as-paragraph): Don't round up to a whole line.
11780 (fill-comment-paragraph): Don't include the code-before-the-comment
11781 when calling fill-region-as-paragraph.
11782
11783 * international/mule.el (make-char): Remove redundancy.
11784
11785 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
11786 property may contain an anonymous function rather than a symbol.
11787
11788 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
11789
11790 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11791 Use shy regexp. Fix incorrect backref to potentially unmatched group.
11792
11793 * dirtrack.el (dirtrack-default-directory-function): Remove.
11794 (dirtrack-directory-function): Use file-name-as-directory.
11795 (dirtrack-windows-directory-function): Simplify.
11796 (dirtrack-forward-slash, dirtrack-backward-slash)
11797 (dirtrack-replace-slash): Remove.
11798 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
11799 (dirtrack): Fix wrong parenthesizing; use match-string.
11800
11801 * progmodes/octave-inf.el: Remove spurious * in docstrings.
11802 (inferior-octave-mode): Only change the buffer-local value of
11803 comint-dynamic-complete-functions.
11804 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
11805 Move the initialization to the declaration.
11806 (inferior-octave-complete): Remove unused var `filter'.
11807
11808 * shell.el (shell-mode): Only change the buffer-local value of
11809 comint-dynamic-complete-functions.
11810
11811 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
11812
11813 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
11814 entry is skipped because it has been scheduled.
11815 (org-prepare-agenda-buffers): Don't mark buffers as modified when
11816 changing `:org-archived' and `:org-comment' properties.
11817
11818 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
11819
11820 * server.el (server-select-display): Don't make the temp frame
11821 minibuffer-only, in case it's not a temp frame.
11822 (server-process-filter): Don't delete the temp frame if it's the
11823 only one we have on that display.
11824
11825 * files.el (find-alternate-file): Doc fix.
11826
11827 2006-07-05 Richard Stallman <rms@gnu.org>
11828
11829 * files.el (abbreviate-file-name): Add save-match-data.
11830
11831 2006-07-03 Richard Stallman <rms@gnu.org>
11832
11833 * faces.el (read-face-name): Doc fix.
11834
11835 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
11836
11837 * net/goto-addr.el (goto-address): Mark as safe for local evals.
11838
11839 2006-07-05 Andre Spiegel <spiegel@gnu.org>
11840
11841 * vc.el (vc-diff-internal): Fix prev change.
11842
11843 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
11844
11845 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
11846 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
11847
11848 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11849
11850 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
11851 fails if the symbol contains chars like ( or '.
11852 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
11853 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
11854 `short'.
11855
11856 2006-07-04 Kenichi Handa <handa@m17n.org>
11857
11858 * international/mule-cmds.el (set-language-info): If LANG-ENV is
11859 the current one, don't call set-language-environment, but call one
11860 of set-language-environment-XXX to make INFO effective now.
11861 (set-language-environment): Call set-language-environment-XXX
11862 functions instead of doing the various setups directly.
11863 (set-language-environment-coding-systems): Delete argument eol-type.
11864 (set-language-environment-input-method)
11865 (set-language-environment-nonascii-translation)
11866 (set-language-environment-charset)
11867 (set-language-environment-fontset)
11868 (set-language-environment-unibyte): New functions.
11869
11870 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
11871
11872 * locate.el (locate-update-when-revert): New option.
11873 (locate-update-path): New option (suggested by Michael Albinus).
11874 (locate-prompt-for-command): Whitespace change.
11875 (locate-update): No longer offer to update the locate database by
11876 default. Implement the two new options.
11877
11878 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
11879
11880 * tooltip.el: Move comment about track-mouse...
11881
11882 * progmodes/gud.el: ...to here.
11883
11884 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
11885
11886 * facemenu.el (facemenu-listed-faces): New var.
11887 (facemenu-unlisted-faces): Variable deleted.
11888 (facemenu-add-new-face): Use facemenu-listed-faces.
11889
11890 * emulation/viper-init.el, calendar/calendar.el:
11891 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
11892
11893 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
11894
11895 * textmodes/org.el (org-mode): Remove no invalid settings for
11896 calc embedded mode.
11897 (org-mode-p): New defsubst.
11898 (org-save-all-org-buffers): New function.
11899 (org-first-headline-recenter): Enclose outline-regexp in group
11900 delimiters.
11901 (org-set-tags): Keep single space after stars.
11902
11903 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11904
11905 * window.el (set-window-text-height): Only set window-min-height to
11906 1 if that's the requested size.
11907
11908 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
11909 (diff-unified->context, diff-context->unified)
11910 (diff-reverse-direction): Make sure the end marker stays at the end.
11911 (diff-mode): Add the keymap table at the end of docstring.
11912 Use lexical-let rather than constructing a closure manually.
11913
11914 * files.el (find-file-noselect-1): Remove unused var assignment.
11915 (hack-local-variables-confirm): Print lists of strings as lists of
11916 strings rather than lists of symbols.
11917 (abbreviate-file-name, hack-local-variables-prop-line):
11918 Use match-string.
11919 (hack-one-local-variable): Move `make-local-variable' nearer its use.
11920 (recover-session-finish): Use line-end-position.
11921
11922 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
11923
11924 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
11925
11926 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
11927
11928 * progmodes/make-mode.el (makefile-macroassign-regex):
11929 Accept preceding keyword.
11930 (makefile-gmake-statements): Reorganize, now that makepp has
11931 "override" and also handle forgotten "override define".
11932 (makefile-makepp-statements): Add new "global", "override export"
11933 and "override global".
11934
11935 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
11936
11937 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
11938 (ada-compile-mouse-goto-error, ada-deactivate-properties)
11939 (ada-no-auto-case): Fix typos in docstrings.
11940
11941 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
11942
11943 * info.el (Info-find-node-2): Search for makeinfo version more
11944 carefully.
11945
11946 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
11947
11948 * textmodes/org.el (org-prepare-agenda-buffers):
11949 Use `invisible-OK' argument for `org-end-of-subtree'.
11950 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
11951 (org-beginning-of-item): Fix bug in regular expression for white line.
11952 (org-export-as-html): Enforce space after bullet in plain list items.
11953 (org-set-autofill-regexps): Require space after plain list bullet
11954 for paragraph-start.
11955 (org-ts-regexp3): New constant.
11956 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
11957 (org-timestamp-up-day, org-timestamp-down-day)
11958 (org-timestamp-change): Work with inactive timestamps.
11959 (org-ts-regexp1): Don't allow brackets in time stamps.
11960
11961 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
11962
11963 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
11964 for ignoring links.
11965
11966 * faces.el (read-face-name): Use it.
11967
11968 2006-06-28 Juri Linkov <juri@jurta.org>
11969
11970 * buff-menu.el (list-buffers-noselect): Compare Info file
11971 with the string "dir" to detect Info directory.
11972
11973 * complete.el (partial-completion-mode): In lambda for
11974 `choose-completion-string-functions' use full function signature
11975 with 4 args, and move point to the end of the minibuffer only if arg
11976 `mini-p' is non-nil.
11977
11978 2006-06-28 John Paul Wallington <jpw@pobox.com>
11979
11980 * ibuffer.el (ibuffer-mode): Doc fix.
11981
11982 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
11983
11984 * textmodes/org.el (org-context): New contexts :item-bullet,
11985 :latex-fragment, :latex-preview.
11986 (org-overlays-at, org-overlay-start, org-overlay-end):
11987 New compatibility functions.
11988 (org-inside-LaTeX-fragment-p): More accurate matching, using the
11989 exact regexp that will be used during export.
11990 (org-latex-regexps): New variable.
11991 (org-cdlatex-mode): Improve advice for `texmathp'.
11992 (turn-on-org-cdlatex): New function.
11993
11994 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11995
11996 * term/mac-win.el (mac-handle-font-selection): Change keys of
11997 mac-atsu-font-table from strings to numbers.
11998 (mac-ts-caret-position): Use also when cursor-type is nil.
11999 (mac-ts-update-active-input-area): Add Mac OS Classic support.
12000 Relax condition for using overlay strings.
12001 Use mac-ts-caret-position face when cursor-type is nil.
12002
12003 2006-06-26 Kim F. Storm <storm@cua.dk>
12004
12005 * help.el (view-emacs-news): Declare `res' in the right let* form.
12006
12007 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
12008
12009 * net/rcompile.el (remote-compile): Replace ange-ftp based
12010 implementation by Tramp functions.
12011 Suggested by Marc Abramowitz <msabramo@gmail.com>.
12012
12013 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
12014
12015 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
12016
12017 * international/fontset.el (setup-default-fontset): Fix a typo in
12018 the "Oriya-Akruti" registry name.
12019
12020 2006-06-23 Lars Hansen <larsh@soem.dk>
12021
12022 * desktop.el (desktop-full-file-name): New function.
12023 (desktop-kill, desktop-save, desktop-remove, desktop-read)
12024 (desktop-revert): Use it.
12025 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
12026 (desktop-after-read-hook): Add option list-buffers.
12027 (desktop-locals-to-save): Add tab-width.
12028 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
12029 Fix docstring.
12030
12031 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
12032
12033 * textmodes/org.el (org-cdlatex-mode-map)
12034 (org-cdlatex-texmathp-advice-is-done): New variables.
12035 (org-cdlatex-mode): New minor mode.
12036 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
12037 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
12038 (org-export-with-archived-trees): New option.
12039 (org-open-file): Remove the call to `convert-standard-filename'.
12040 (org-archive-tag, org-agenda-skip-archived-trees)
12041 (org-cycle-open-archived-trees)
12042 (org-sparse-tree-open-archived-trees): New options.
12043 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
12044 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
12045 New functions.
12046 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
12047 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
12048 (org-mode-map): Add binding for `org-toggle-archive-tag'.
12049 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
12050 Call `org-prepare-agenda-buffers'.
12051 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
12052 (org-file-apps, org-file-apps-defaults-gnu)
12053 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
12054 Handle remote files by forcing them to be opened in Emacs.
12055
12056 2006-06-23 Andre Spiegel <spiegel@gnu.org>
12057
12058 * vc.el (vc-diff-knows-L): New variable.
12059 (vc-diff-internal): Use it to handle "diff" programs that don't
12060 understand -L. This works automatically, no user action is necessary.
12061
12062 2006-06-23 Daniel Brockman <daniel@brockman.se>
12063
12064 * net/rcirc.el (rcirc-default-user-full-name): Default to
12065 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
12066 longer exists).
12067 (rcirc-process-list): Check `buffer-live-p' before attempting to
12068 switch to a buffer.
12069
12070 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
12071
12072 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
12073 based on rcirc-coding-system-alist.
12074
12075 2006-06-23 Martin Rudalics <rudalics@gmx.at>
12076
12077 * cus-edit.el (customize-apropos): A better error message.
12078 (top level) <debug-ignored-errors>: Extend and update the list of
12079 ignored error messages.
12080
12081 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
12082
12083 * complete.el (PC-do-completion): Retain capitalization of user
12084 input, when possible, even if completion-ignore-case is set.
12085
12086 2006-06-23 Eli Zaretskii <eliz@gnu.org>
12087
12088 * generic-x.el (bat-generic-mode): Support .cmd files.
12089
12090 * dos-w32.el (top level): Use find-file-not-found-functions
12091 instead of the obsolete find-file-not-found-hooks.
12092
12093 2006-06-22 Kim F. Storm <storm@cua.dk>
12094
12095 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
12096 to recognize mode name containing submodes, such as Grep/lw.
12097
12098 2006-06-21 Kim F. Storm <storm@cua.dk>
12099
12100 * simple.el (line-move-1): Check for move-end-of-line instead of
12101 end-of-line when setting temporary-goal-column.
12102
12103 2006-06-21 Miles Bader <miles@gnu.org>
12104
12105 * play/cookie1.el (cookie): Work properly when there's only one entry.
12106
12107 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
12108
12109 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
12110 (gdb-frame-handler): Generalize frame regexp for templates.
12111
12112 2006-06-20 Glenn Morris <rgm@gnu.org>
12113
12114 * calendar/appt.el (appt-display-format): Default value must be
12115 one of the customize options.
12116
12117 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
12118
12119 * term/xterm.el (terminal-init-xterm): Update key availability info.
12120 Bind C-return.
12121
12122 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
12123
12124 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
12125
12126 * files.el (hack-local-variables): Run `hack-local-variables-hook'
12127 whether or not a local variables list is defined.
12128
12129 * msb.el (msb): Move `sit-for' hack here to handle both
12130 "mouse-down and drag" and "mouse-up and select" situations.
12131 (mouse-select-buffer): Move `sit-for' hack to `msb'.
12132
12133 2006-06-20 Kenichi Handa <handa@m17n.org>
12134
12135 * international/characters.el (word-combining-categories):
12136 Add entries for 2-byte Han characters.
12137
12138 2006-06-19 Richard Stallman <rms@gnu.org>
12139
12140 * bindings.el (mode-line-format): Save some mode line space.
12141
12142 * files.el (find-file-noselect): Improve the question wording.
12143 (basic-save-buffer-2): Mask UMASK against 666.
12144
12145 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
12146 (mouse-drag-vertical-line): Call it.
12147
12148 * cus-edit.el (customize-option, customize-option-other-window):
12149 Error if SYMBOL is nil.
12150
12151 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
12152
12153 * textmodes/org.el: Require noutline, also on XEmacs.
12154 (org-end-of-subtree): Return point.
12155 (org-dblock-start-re, org-dblock-end-re): New constants.
12156 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
12157 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
12158 (org-update-all-dblocks, org-find-dblock): New functions.
12159 (org-collect-clock-time-entries): New function.
12160 (org-html-handle-time-stamps): Never export CLOCK timeranges.
12161 (org-fixup-indentation): Modify to deal correctly with lines
12162 starting with TAB. Only one argument DIFF now.
12163 (org-demote, org-promote): Call `org-fixup-indentation' with just
12164 one argument, DIFF.
12165 (org-mode): Don't mark buffer as modified when aligning tables.
12166 (org-clock-sum): Don't mark buffer modified when adding time sum
12167 properties.
12168 (org-export-as-html): Add support for a link validation function.
12169 (org-archive-all-done): New function.
12170 (org-archive-subtree): New prefix argument. When set, archive all
12171 done subtrees in this buffer.
12172 (org-remove-clock-overlays)
12173 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
12174 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
12175 (org-put-clock-overlay): Don't swallow last headline character
12176 when displaying overlay.
12177 (org-store-link): Link to `image-mode' with just the file name.
12178
12179 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
12180
12181 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
12182 Use read-key-sequence.
12183 (viper-after-change-undo-hook): Misc enhancements.
12184 (viper-after-change-undo-hook): New hook.
12185 (viper-undo): Use viper-after-change-undo-hook.
12186 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
12187 (viper-next-line-at-bol): If point is on a widget or a button, simulate
12188 clicking on that widget/button.
12189
12190 * emulation/viper.el (viper-mode): Allow a separate cursor color
12191 in Emacs state.
12192
12193 * ediff-diff.el (ediff-test-patch-utility): Catch errors.
12194 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
12195 (ediff-set-actual-diff-options): New function.
12196 (ediff-reset-diff-options, ediff-toggle-ignore-case):
12197 Use ediff-set-actual-diff-options.
12198 (ediff-extract-diffs): Catch errors.
12199 (ediff-whitespace): Add non-breakable space.
12200 (ediff-same-file-contents): Catch errors.
12201
12202 * ediff-mult.el (ediff-collect-custom-diffs):
12203 Save coding-system-for-read.
12204
12205 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
12206 (ediff-vc-internal, ediff-vc-merge-internal):
12207 Use ediff-delete-version-file.
12208 (ediff-delete-version-file): New function.
12209
12210 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
12211
12212 * ediff.el (ediff-directories, ediff-directory-revisions)
12213 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
12214 (ediff-directories-internal, ediff-merge-directory-revisions)
12215 (ediff-merge-directory-revisions-with-ancestor)
12216 (ediff-directories3): Use read-directory-name.
12217
12218 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
12219
12220 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
12221 Remove superfluous part of regexp for brace matching which is handled
12222 by `scan-lists' call.
12223
12224 2006-06-16 Richard Stallman <rms@gnu.org>
12225
12226 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
12227
12228 * files.el (basic-save-buffer-2): For a new precious file,
12229 use the default modes in the return value.
12230
12231 * facemenu.el (facemenu-color-alist): Doc fix.
12232
12233 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
12234
12235 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12236
12237 * cus-start.el (all): Add mac-ts-script-language-on-focus.
12238
12239 * term/mac-win.el (mac-text-encoding-ascii): New constant.
12240 (mac-utxt-to-string): Use it.
12241 (mac-ts-update-active-input-area): Use mac-ae-number.
12242
12243 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12244
12245 * term.el (term-handle-scroll, term-delete-lines)
12246 (term-insert-lines): Fix off by one errors.
12247
12248 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
12249
12250 * net/tramp.el (tramp-touch): Use UTC to express time.
12251
12252 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
12253
12254 * mail/sendmail.el (mail-send): Search explicitly for
12255 mail-header-separator when checking for corrupted header lines.
12256
12257 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
12258
12259 * progmodes/gdb-ui.el (gdb-same-frame): New option.
12260 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
12261 (gdb-init-1): Initialise them.
12262 (gdb-starting): Reset gdb-printing
12263 (gdb-starting): Save value of gud-overlay-arrow-position.
12264 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
12265 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
12266 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
12267 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
12268
12269 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12270
12271 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
12272
12273 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
12274
12275 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
12276 (ldap-search-internal): Keep error messages, and a regexp fix.
12277
12278 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
12279
12280 * files.el (hack-local-variables-confirm):
12281 Display string value using its printed representation.
12282
12283 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
12284
12285 * server.el (server-edit): No-op if no server buffers exist.
12286
12287 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
12288
12289 * textmodes/page-ext.el (pages-directory-for-addresses):
12290 Including `pages-directory-address-mode' in the function results
12291 in the message "Buffer in which pages were found is deleted".
12292
12293 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
12294
12295 * textmodes/org.el (org-agenda-mode-map): Add bindings for
12296 clocking functions.
12297
12298 (org-agenda-clock-in, org-check-running-clock)
12299 (org-clock-out-if-current, org-remove-clock-overlays)
12300 (org-put-clock-overlay): New functions.
12301 (org-clock-marker, org-clock-file-total-minutes)
12302 (org-clock-overlays): New variables.
12303 (org-clock-display, org-clock-sum, org-clock-cancel)
12304 (org-clock-out, org-clock-in): New commands.
12305 (org-export): New function.
12306 (org-emph-re): New constant.
12307 (org-set-emph-re, org-do-emphasis-faces): New functions.
12308 (org-emphasis-regexp-components, org-emphasis-alist): New options.
12309 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
12310 (org-export-html-convert-emphasize): Use the configurable emphasis.
12311 (org-cleaned-string-for-export): Make multiline emphasis visible
12312 to the exporter. New optional argument PARAMETERS.
12313 (org-export-as-html): Specify :emph-multiline parameter to
12314 `org-cleaned-string-for-export'.
12315
12316 2006-06-10 Richard Stallman <rms@gnu.org>
12317
12318 * help.el (help-for-help-internal): Clean up help text.
12319
12320 2006-06-10 Andreas Schwab <schwab@suse.de>
12321
12322 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
12323 in doc string.
12324
12325 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
12326
12327 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
12328
12329 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
12330 spaces after the comment start.
12331
12332 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12333
12334 * play/pong.el (pong-init-buffer):
12335 Fill buffer with spaces instead of ^A.
12336
12337 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
12338 launched asynchronously, delete its process instead of being cool.
12339 (ispell-async-processp): Check for `delete-process' existence
12340 instead of `kill-process' one for consistency.
12341
12342 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
12343
12344 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
12345 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
12346 in mode line at startup.
12347
12348 2006-06-08 Kim F. Storm <storm@cua.dk>
12349
12350 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
12351 (ido-init-completion-maps): Bind them to M-SPC and M-v.
12352 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
12353 (ido-file-internal): Pass full file name to write-file.
12354 (ido-read-internal): Only pop stack elements automatically if they
12355 actually match an existing directory or file name.
12356
12357 2006-06-07 Kenichi Handa <handa@m17n.org>
12358
12359 * international/mule.el (find-auto-coding): Don't handle the short
12360 name `char-trans'.
12361
12362 * files.el (hack-local-variables-prop-line)
12363 (hack-local-variables): Cancel the previous change.
12364
12365 2006-06-06 Jesper Harder <harder@phys.au.dk>
12366
12367 * ediff-diff.el (ediff-test-utility): Protect against file-error.
12368
12369 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
12370
12371 * diff-mode.el (diff-mode): Set buffer-read-only to t when
12372 diff-default-read-only is non-nil.
12373 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
12374 (diff-refine-hunk): Set inhibit-read-only to t.
12375
12376 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
12377 modifying the *Diff* buffer.
12378 (diff-process-filter): New filter function for diff process that
12379 sets inhibit-read-only to t when modifying the *Diff* buffer.
12380
12381 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
12382
12383 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
12384 insertion point and control the number of empty lines.
12385 (org-paste-subtree): Limit the number of empty lines at the end of
12386 the inserted tree.
12387 (org-agenda): Use buffer name of current file for narrowing.
12388 (org-export-as-xml): Command removed.
12389 (org-export-xml-type): Option removed.
12390 (org-mode-map): Call `org-export-as-xoxo' directly.
12391 (org-get-indentation): New optional argument LINE.
12392 (org-fix-indentation, org-remove-tabs): New functions.
12393 (org-export-as-ascii, org-ascii-level-start): Determine and apply
12394 correct indentation for headlines that are converted it items.
12395 (org-skip-comments): Remove table lines that contain narrowing
12396 cookies but no other non-empty fields.
12397 (org-set-tags): Allow groups of mutually exclusive tags.
12398 (org-cmp-time): Sort 24:21 before items without time.
12399 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
12400 (org-open-at-point): Require double colon also for numbers.
12401
12402 2006-06-06 Kim F. Storm <storm@cua.dk>
12403
12404 * ido.el (ido-default-file-method, ido-default-buffer-method):
12405 Make choice values consistent with corresponding command names.
12406 (ido-visit-buffer): Update accordingly. Default to selected-window.
12407
12408 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
12409
12410 * progmodes/gud.el (gud-running): Fix doc string.
12411 (gud-menu-map): Use :visible instead fo :enable for debugger test.
12412 (gud-tooltip-modes): Add python-mode.
12413 (gud-tooltip-print-command): Add pdb. Remove perldb.
12414
12415 2006-06-05 Eli Zaretskii <eliz@gnu.org>
12416
12417 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
12418 Quote $(EMACS).
12419
12420 2006-06-05 Richard Stallman <rms@gnu.org>
12421
12422 * faces.el (defined-colors): Doc fix.
12423
12424 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
12425
12426 * vc.el (vc-process-filter): Inhibit undo info collection around
12427 call to insert.
12428 (vc-setup-buffer): Likewise for call to erase-buffer.
12429 (vc-do-command): Likewise for call to process-file.
12430
12431 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
12432
12433 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
12434 for gud-go.
12435 (gud-common-init): Other debuggers may trigger error.
12436
12437 2006-06-05 Kenichi Handa <handa@m17n.org>
12438
12439 * international/mule.el (find-auto-coding):
12440 Handle enable-character-translation in file header.
12441
12442 2006-06-04 Kim F. Storm <storm@cua.dk>
12443
12444 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
12445 (authors-fixed-entries): Fix spelling.
12446 (authors-canonical-file-name): Don't report error for wildcards.
12447
12448 * help.el (view-emacs-news): Rewrite to support new NEWS,
12449 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
12450 e.g. version 10 matches 1.10, and don't be confused by version 1.1
12451 being a prefix of 1.12 (etc). A numeric prefix arg also works.
12452
12453 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
12454
12455 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
12456 exec constructs like `foo bar`.
12457 (sh-quoted-subshell): New helper function to search for a possibly
12458 nested subshell (like `` or $()) within a "" quoted string.
12459 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
12460 (sh-apply-quoted-subshell): Flag quote characters inside a
12461 subshell, which is itself already in a quoted region, as
12462 punctuation, since this is the closest to what they actually are.
12463 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
12464 sh-apply-quoted-subshell.
12465 (sh-font-lock-syntactic-face-function): Apply the new face for
12466 text inside `` instead of the old font-lock-string-face.
12467
12468 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12469
12470 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
12471 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
12472 (mac-bytes-to-text-range, mac-ae-text-range-array)
12473 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
12474 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
12475 (mac-ts-unicode-for-key-event): New functions.
12476 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
12477 (mac-handle-font-selection): Use mac-ae-number.
12478 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
12479 New variables.
12480 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
12481 (mac-ts-converted-text, mac-ts-selected-converted-text)
12482 (mac-ts-block-fill-text, mac-ts-outline-text)
12483 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
12484 (mac-ts-hilite-style-faces): New constant.
12485 (mac-apple-event-map): Bind text input events.
12486 (mac-dispatch-apple-event): Use command-execute instead of
12487 call-interactively.
12488 (global-map): Don't bind mac-apple-event.
12489 (special-event-map): Bind mac-apple-event.
12490
12491 2006-06-02 Eli Zaretskii <eliz@gnu.org>
12492
12493 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
12494 file name.
12495 (emacs): Enclose the value of $(EMACS) in quotes.
12496
12497 2006-06-02 Juri Linkov <juri@jurta.org>
12498
12499 * international/mule.el (sgml-html-meta-auto-coding-function):
12500 Remove the condition `(search-forward "<html" size t)'.
12501 Replace `\"' with `[\"']?' in `re-search-forward'.
12502
12503 2006-06-02 Kenichi Handa <handa@m17n.org>
12504
12505 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
12506 as well as `coding'.
12507 (hack-local-variables): Likewise.
12508
12509 * international/mule.el (enable-character-translation):
12510 Put permanent-local and safe-local-variable properties.
12511 (find-auto-coding): Handle char-trans: tag.
12512
12513 2006-06-02 Juri Linkov <juri@jurta.org>
12514
12515 * international/mule.el (sgml-html-meta-auto-coding-function):
12516 Limit the search by the end of the HTML header (if any).
12517
12518 2006-06-01 Richard Stallman <rms@gnu.org>
12519
12520 * subr.el (with-current-buffer): Doc fix.
12521
12522 2006-06-02 Masatake YAMATO <jet@gyve.org>
12523
12524 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
12525 Almost rewrite. Underlines over all lines of gcov output are too
12526 uncomfortable to read. Suggested by Dan Nicolaescu.
12527
12528 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
12529
12530 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
12531
12532 * shell.el (shell-mode): Use shell-mode-map in docstring.
12533
12534 * comint.el (comint-send-input): Do not add help-echo and
12535 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
12536
12537 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12538
12539 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
12540
12541 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
12542
12543 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
12544 (gdb-stopped, gdb-info-stack-custom): If there is no source info
12545 look up the stack and pop up GUD buffer if necessary.
12546 (gdb-frames-select): Remove redundant call to gud-display-frame.
12547 (gdb-info-threads-custom): Keep point at start of buffer.
12548 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
12549
12550 2006-05-31 Juri Linkov <juri@jurta.org>
12551
12552 * replace.el (query-replace-read-from, query-replace-read-to):
12553 Bind `history-add-new-input' to nil. Call `add-to-history'.
12554
12555 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
12556
12557 * textmodes/table.el: Convert all HTML tags to lower case for
12558 XHTML compatibility.
12559
12560 2006-05-31 Masatake YAMATO <jet@gyve.org>
12561
12562 * progmodes/compile.el:
12563 (compilation-error-regexp-alist-alist::gcov-called-line):
12564 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
12565
12566 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
12567
12568 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
12569 Revert inadvertent changes made with last commit.
12570
12571 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
12572
12573 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
12574 New functions.
12575
12576 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
12577
12578 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
12579
12580 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
12581 only matches in the right place.
12582 (org-upcoming-deadline): New face.
12583 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
12584 (org-export-ascii-underline): Rename constant `org-ascii-underline'
12585 and make it an option.
12586 (org-export-ascii-bullets): New option.
12587 (org-export-as-html): Many changes to emit valid XHTML.
12588 (org-par-open): New variable.
12589 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
12590 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
12591 (org-timeline): Pass `org-timeline-show-empty-dates' to
12592 `org-get-all-dates'. Interpret empty dates returned by
12593 `org-get-all-dates'.
12594 (org-get-all-dates): New argument EMPTY. Add dates without
12595 entries to the list, mark large ranges of empty dates.
12596 (org-point-in-group, org-context): New functions.
12597
12598 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
12599
12600 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
12601
12602 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
12603 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
12604 to C-mouse-3 (for 2 button mice).
12605 (gdb-send): Do the right thing for C-d.
12606
12607 * speedbar.el (speedbar-detach): Delete.
12608 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
12609 it breaks things.
12610 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
12611
12612 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
12613
12614 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
12615 Makeppfile.
12616
12617 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12618 Add makepp diagnostic.
12619
12620 2006-05-29 Richard Stallman <rms@gnu.org>
12621
12622 * window.el (fit-window-to-buffer): Doc fix.
12623
12624 * help.el (temp-buffer-max-height): Doc fix.
12625
12626 * subr.el (with-current-buffer): Doc fix.
12627
12628 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12629
12630 * term/x-win.el: Bind F10 to menu-bar-start if available.
12631
12632 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
12633
12634 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
12635 uses with a simple test.
12636 (term-set-escape-char, term-mode, term-check-kill-echo-list)
12637 (term-send-raw-string, term-send-raw, term-mouse-paste)
12638 (term-char-mode, term-line-mode, term-exec, term-sentinel)
12639 (term-handle-exit, term-read-input-ring)
12640 (term-previous-matching-input-string)
12641 (term-previous-matching-input-string-position)
12642 (term-previous-matching-input-from-input)
12643 (term-replace-by-expanded-history, term-send-input)
12644 (term-skip-prompt, term-bol, term-send-invisible)
12645 (term-kill-input, term-delchar-or-maybe-eof)
12646 (term-backward-matching-input, term-check-source)
12647 (term-proc-query, term-emulate-terminal)
12648 (term-handle-colors-array, term-process-pager, term-pager-line)
12649 (term-pager-bob, term-unwrap-line, term-word)
12650 (term-dynamic-complete-filename)
12651 (term-dynamic-complete-as-filename)
12652 (term-dynamic-simple-complete): Replace one arm ifs with whens or
12653 unlesses.
12654
12655 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12656
12657 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
12658 during bootstrapping.
12659
12660 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
12661 Basically undo the change of 2006-05-26: use extra arguments instead of
12662 dynamic scoping.
12663 (ewoc-locate): Remove unused var `footer'.
12664
12665 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12666
12667 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
12668
12669 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
12670 (generate-file-autoloads): Obey it. Return whether autoloads were
12671 added at point or not.
12672 (update-file-autoloads): Use this new return value.
12673 Remove redundant test for the presence of an autoload cookie.
12674
12675 * emacs-lisp/autoload.el (autoload-find-file): New fun.
12676 This one calls hack-local-variables.
12677 (generate-file-autoloads, update-file-autoloads): Use it.
12678
12679 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
12680 (bibtex-sort-entry-class): Add safe-local-variable predicate.
12681 (bibtex-sort-entry-class-alist): Don't set the global value.
12682 (bibtex-init-sort-entry-class-alist): New fun.
12683 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
12684 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
12685 of bibtex-init-sort-entry-class.
12686
12687 2006-05-28 Richard Stallman <rms@gnu.org>
12688
12689 * subr.el (load-history-regexp): If FILE is relative, insist
12690 entire last name component must match it.
12691 (load-history-filename-element, load-history-regexp): Doc fixes.
12692
12693 2006-05-29 Kim F. Storm <storm@cua.dk>
12694
12695 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
12696 `pos' and `raw-data' for clarity, as eval forms may access these.
12697
12698 2006-05-28 Kim F. Storm <storm@cua.dk>
12699
12700 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
12701
12702 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12703
12704 * progmodes/make-mode.el (makefile-browser-map)
12705 (makefile-mode-syntax-table): Move initialization inside declaration.
12706 (makefile-fill-paragraph): Use the default comment-filling code.
12707
12708 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
12709
12710 * replace.el (query-replace-defaults): New variable.
12711 (query-replace-read-from): Use `query-replace-defaults' for
12712 default value, instead of history list.
12713 (query-replace-read-to): Update `query-replace-defaults'.
12714
12715 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
12716
12717 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
12718 with no X toolkit.
12719
12720 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
12721
12722 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
12723 (tumme-show-all-from-dir): Add autoload.
12724
12725 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12726
12727 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
12728 (tumme-remove-tag): Fix bug.
12729
12730 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
12731
12732 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
12733 FOOTER args. Update unique caller.
12734 (ewoc-delete): Compute last node once before looping.
12735 (ewoc--node-branch): Merge into unique caller.
12736 (ewoc--node): Don't define constructor make-ewoc--node for this
12737 structure.
12738 (ewoc): Add member `hf-pp' to this structure.
12739 (ewoc--wrap): New func.
12740 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
12741 header/footer pretty-printers. Save header/footer pretty-printer.
12742 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
12743
12744 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
12745
12746 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12747
12748 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
12749 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
12750 Tag'. Change "Compare directories..." to "Change Directories...".
12751 Move tumme commands to Operate, Regexp and Immediate menus.
12752 Change "Add Comment" to "Add Image Comment". Change "Add Image
12753 Tag" to "Add Image Tags".
12754
12755 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
12756 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
12757 `tumme-delete-tag'.
12758
12759 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
12760
12761 * shell.el (shell-mode): Call shell-dirtrack-mode after
12762 list-buffers-directory is made a local variable, to avoid setting
12763 the default value.
12764
12765 2006-05-26 Kevin Ryde <user42@zip.com.au>
12766
12767 * info.el (Info-index-next): Use where-is-internal to report
12768 actual binding of Info-index-next, rather than hard-coded `,'.
12769
12770 2006-05-26 Eli Zaretskii <eliz@gnu.org>
12771
12772 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
12773 and "Find Command in Manual" to here.
12774
12775 * buff-menu.el (list-buffers-noselect): For Info buffers, use
12776 Info-current-file as the file name.
12777
12778 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
12779
12780 * ses.el (defadvice undo-more): Delete this defadvice. The undo
12781 overrides will now be done a different way.
12782 (ses-set-parameter): Reapply this function for undo.
12783 (ses-set-header-row): Reconstruct header row during undo.
12784 (ses-widen): New function.
12785 (ses-goto-data, ses-reconstruct-all): Use new function.
12786 (ses-command-hook): Widen buffer during undo, before unupdating
12787 the cells.
12788 (ses-insert-row, ses-delete-row): Widen buffer during undo.
12789 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
12790 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
12791 formula hasn't been executed yet.
12792
12793 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12794
12795 * comint.el (comint-kill-whole-line): Rename arg to count.
12796 Fix doc string.
12797
12798 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
12799
12800 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
12801 to copy-file.
12802
12803 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12804
12805 * simple.el (toggle-truncate-lines): Make arg optional for
12806 backward compatibility.
12807
12808 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
12809
12810 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
12811 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
12812 DLL arg. Instead, use ewoc--current-dll. Update all callers.
12813 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
12814 (ewoc--adjust): Use ewoc--current-dll.
12815 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
12816
12817 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
12818
12819 * textmodes/org.el (org-next-item, org-previous-item): Emit more
12820 compact error message.
12821 (org-tags-view): Refresh category table in each file.
12822 (org-table-justify-field-maybe): Remove superfluous arguments to
12823 `format'.
12824 (org-export-as-html): Insert "<p>" before postamble.
12825 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
12826
12827 2006-05-26 Kenichi Handa <handa@m17n.org>
12828
12829 * textmodes/po.el (po-find-charset): Pay attention to the case
12830 FILENAME is a cons (NAME . BUFFER).
12831 (po-find-file-coding-system-guts): Likewise.
12832
12833 * arc-mode.el (archive-set-buffer-as-visiting-file):
12834 Call find-operation-coding-system with (FILENAME . BUFFER).
12835
12836 * tar-mode.el (tar-extract): Call find-operation-coding-system
12837 with (FILENAME . BUFFER).
12838
12839 * international/mule.el (decode-coding-inserted-region):
12840 Call find-operation-coding-system with (FILENAME . BUFFER).
12841
12842 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
12843
12844 * image-mode.el (image-toggle-display): Use buffer contents to
12845 generate image for a remote file.
12846
12847 2006-05-25 Juri Linkov <juri@jurta.org>
12848
12849 * replace.el (query-replace-read-from, query-replace-read-to):
12850 Remove 8th arg KEEP-ALL in read-from-minibuffer.
12851
12852 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
12853
12854 * whitespace.el (whitespace-cleanup): Change to cleanup
12855 region if one is active.
12856 * whitespace.el (whitespace-cleanup-internal): New internal method.
12857
12858 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12859
12860 * dired.el (dired-mode-map): Add help-echo strings to tumme
12861 commands. Bind `tumme-dired-display-image' to C-t i.
12862
12863 * tumme.el (tumme-display-image): Change documentation string slightly.
12864 (tumme-dired-display-image): Add call to `display-buffer'.
12865
12866 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
12867
12868 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
12869 Signal error if RAW-DATA is a multibyte string.
12870
12871 2006-05-24 Richard Stallman <rms@gnu.org>
12872
12873 * subr.el (with-local-quit): When handling `quit' signal,
12874 make a chance for quit-flag to cause a quit.
12875
12876 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
12877 (ad-disable-advice): Add autoloads.
12878
12879 * subr.el (read-passwd): Copy PROMPT before changing its properties.
12880
12881 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12882
12883 * dired.el (dired-mode-map): Change menu items for tumme as per
12884 suggestions in emacs-devel.
12885
12886 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12887
12888 * dired.el (dired-mode-map): Fix breakage.
12889
12890 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12891
12892 * tumme.el (tumme-display-dired-image): Rename to...
12893 (tumme-dired-display-image): ...this.
12894 (tumme-track-movement): Change default value to t.
12895 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
12896 used from `tumme-next-line-and-display' and similar commands.
12897
12898 * dired.el (dired-mode-map): Add Thumbnail submenu under the
12899 Immediate menu. Add some tumme commands there.
12900
12901 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
12902
12903 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
12904
12905 2006-05-24 Chong Yidong <cyd@mit.edu>
12906
12907 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
12908 menu entries that open submenus.
12909
12910 2006-05-24 Alan Mackenzie <acm@muc.de>
12911
12912 * startup.el (command-line): For names of preloaded files, don't
12913 append ".elc" (now done in Fload), and call file-truename on the
12914 lisp directory.
12915
12916 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
12917 match ANY loaded file with the right name, not just those in
12918 load-path. Put a regexp matching the file name into
12919 after-load-alist, rather than the name itself.
12920
12921 * subr.el (load-history-regexp, load-history-filename-element)
12922 (do-after-load-evaluation): New functions.
12923
12924 * international/mule.el (load-with-code-conversion): Do the
12925 eval-after-load stuff by calling do-after-load-evaluation.
12926
12927 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12928
12929 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
12930 has not been killed.
12931
12932 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12933
12934 * term/mac-win.el: Set idle timer to clean up expired Apple events.
12935 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
12936 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
12937 Optionally set error message in reply.
12938
12939 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
12940
12941 * textmodes/org.el (org-open-at-point): Use renamed variable
12942 `org-confirm-shell-link-function'.
12943 (org-confirm-shell-link-function): Rename from
12944 `org-confirm-shell-links'.
12945 (org-export-directory): New function.
12946 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
12947 (org-export-icalendar): Use `org-export-directory'.
12948 (org-indent-item): Keep cursor position.
12949 (org-link-file-path-type): New option.
12950 (org-export-as-html): Fix bug with plain lists starting in
12951 column 0.
12952 (org-export-as-html): Remove deadline formatting, this happens
12953 now already in `org-html-handle-time-stamps'.
12954 (org-export-html-style): Deadline class removed.
12955 (org-insert-labeled-timestamps-at-point): New option.
12956 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
12957 of `hide-sublevels 1', in case the first headline is not level 1.
12958 (org-overview, org-content): New fuction.
12959 (org-cycle-global-status, org-cycle-subtree-status): Make these
12960 variables buffer-local.
12961 (org-global-cycle): New command.
12962 (org-shifttab): Use `org-global-cycle'.
12963 (org-insert-heading, org-insert-item): Go to end of new
12964 headline/item after creating it.
12965 (org-export-visible): Rename from `org-export-copy-visible'.
12966 Now creates a temporary org-file and applies an exporting command
12967 to it.
12968 (org-table-eval-formula): Support for lisp forms.
12969 (org-agenda-todo-ignore-scheduled): New option.
12970 (org-agenda-get-todos): Use new option
12971 `org-agenda-todo-ignore-scheduled'.
12972 (org-export-html-inline-images): New value `maybe'.
12973 (org-export-as-html): Inlining of images dependent on link description.
12974 (org-archive-subtree): Check for end-of-buffer before trying
12975 `kill-line'.
12976 (org-agenda-follow-mode): New option.
12977 (org-export-with-tags, org-export-with-timestamps): New options.
12978 (org-html-handle-time-stamps): New function.
12979 (org-keyword-time-regexp): New variable.
12980 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
12981 (org-agenda-todo-list-sublevels): New option.
12982 (org-html-level-start): When TITLE is nil, just close all levels.
12983 (org-parse-key-lines, org-parse-export-options): Remove functions,
12984 replaced by `org-infile-export-plist'.
12985 (org-combine-plists, org-infile-export-plist)
12986 (org-default-export-plist): New functions.
12987 (org-export-html-preamble, org-export-html-postamble)
12988 (org-export-html-auto-preamble, org-export-html-auto-postamble):
12989 New variables.
12990 (org-export-publishing-directory): New option.
12991 (org-export-as-html, org-export-as-ascii): Use the new property
12992 lists for settings.
12993 (org-export-copy-visible, org-export-as-xoxo):
12994 Respect `org-export-publishing-directory'.
12995 (org-link-search, org-store-link, org-file-apps): Support for
12996 links to BibTeX database entries..
12997 (org-get-current-options, org-set-regexps-and-options):
12998 Implement logging as a startup option.
12999 (org-store-link): Make sure context string is never empty
13000 (org-insert-link): Use relative path when possible.
13001 (org-at-item-checklet-p): New function.
13002 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
13003 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
13004 (org-metaright, org-metaup, org-metadown, org-shiftup)
13005 (org-shiftdown, org-shiftright, org-shiftleft)
13006 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
13007 Dispatch using `call-interactively'.
13008 (org-call-with-arg): New defsubst.
13009 (org-tag-alist, org-use-fast-tag-selection): New options.
13010 (org-complete): Use `org-tag-alist'.
13011 (org-fast-tag-insert, org-fast-tag-selection): New functions.
13012 (org-next-item, org-previous-item): New commands.
13013 (org-beginning-of-item, org-end-of-item): Add (interactive) to
13014 make command.
13015 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
13016
13017 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
13018
13019 * emacs-lisp/ewoc.el (ewoc-delete): New function.
13020 (ewoc-filter): Use `ewoc-delete'.
13021
13022 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
13023
13024 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13025
13026 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
13027 Signal more user-friendly error messages.
13028
13029 * complete.el (PC-do-completion): Undo the addition of implicit
13030 wildcards if they did not lead to finding any match.
13031 (read-file-name-internal): Don't add the final > if the completion is
13032 not finished.
13033
13034 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
13035
13036 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
13037 Quote safe-local-variable predicate.
13038
13039 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
13040
13041 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
13042
13043 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13044
13045 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
13046
13047 * progmodes/make-mode.el (makefile-special-targets-list)
13048 (makefile-macro-table, makefile-target-table): Mark as risky.
13049 (makefile-query-one-target-method): Make this the alias for the
13050 following variable.
13051 (makefile-query-one-target-method-function): Make this the real name.
13052
13053 * textmodes/artist.el (artist-text-renderer): Make this the alias
13054 for the following variable.
13055 (artist-text-renderer-function): Make this the real name.
13056
13057 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
13058 the alias for the following variable.
13059 (flyspell-generic-check-word-predicate): Make this the real name.
13060
13061 * textmodes/ispell.el (ispell-format-word): Make this the alias
13062 for the following variable.
13063 (ispell-format-word-function): Make this the real name.
13064 (ispell-message-text-end): Mark as risky.
13065
13066 * skeleton.el (skeleton-transformation, skeleton-filter)
13067 (skeleton-pair-filter): Make these the aliases for the following
13068 variables.
13069 (skeleton-transformation-function, skeleton-filter-function)
13070 (skeleton-pair-filter-function): Make these the real names.
13071
13072 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
13073 and skeleton-pair-filter-function.
13074
13075 * textmodes/sgml-mode.el (sgml-transformation): Make this the
13076 alias for the following variable.
13077 (sgml-transformation-function): Make this the real name.
13078 (sgml-tag-alist): Mark as risky.
13079
13080 2006-05-21 Richard Stallman <rms@gnu.org>
13081
13082 * simple.el (kill-region): Interactively, pass point, then mark.
13083
13084 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
13085
13086 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
13087
13088 2006-05-21 Romain Francoise <romain@orebokech.com>
13089
13090 * dired-x.el (dired-mode-map): Don't bind M-g.
13091
13092 2006-05-20 Richard Stallman <rms@gnu.org>
13093
13094 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
13095 (dired-goto-file): Doc fix.
13096
13097 2006-05-21 Kim F. Storm <storm@cua.dk>
13098
13099 * emulation/cua-base.el: Mention customizing cua-mode as alternative
13100 way to enable built-in cua-mode if user loads older CUA-mode package.
13101
13102 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
13103 if default-filename is specified.
13104
13105 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13106
13107 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
13108
13109 * info.el (info-apropos): Make sure current-file and current-node
13110 have non-nil values. Speed up by using add-to-list instead of
13111 manual consing.
13112
13113 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13114
13115 * progmodes/make-mode.el (makefile-mode): Doc fix.
13116
13117 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13118
13119 * dired-aux.el (dired-do-shell-command): Doc fix.
13120
13121 2006-05-20 Kevin Ryde <user42@zip.com.au>
13122
13123 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
13124 ``(custom-manual :tag "Foo" "(foo)Node")''.
13125
13126 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
13127
13128 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
13129 value is an integer.
13130
13131 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13132
13133 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
13134 "format".
13135 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
13136
13137 2006-05-20 Martin Rudalics <rudalics@gmx.at>
13138
13139 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
13140 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
13141
13142 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13143
13144 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
13145 regexp for keywords.
13146
13147 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
13148
13149 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
13150 replace-regexp-in-string.
13151
13152 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
13153 encode, and escape file name on conversion to URL.
13154
13155 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13156
13157 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
13158 Don't unescape URL.
13159 (dnd-get-local-file-name): Unescape URL on conversion to file name.
13160
13161 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
13162 on conversion to URLs.
13163
13164 * net/browse-url.el (browse-url-file-url): Encode file name on
13165 conversion to URL.
13166
13167 * term/mac-win.el (mac-ae-open-documents): Escape file name on
13168 conversion to URL.
13169
13170 2006-05-19 Eli Zaretskii <eliz@gnu.org>
13171
13172 * progmodes/cc-styles.el (c-style-alist): Doc fix.
13173
13174 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13175
13176 * term/mac-win.el (mac-bytes-to-digits): Remove function.
13177 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
13178
13179 2006-05-19 Glenn Morris <rgm@gnu.org>
13180
13181 * calendar/diary-lib.el (diary-bahai-date)
13182 (list-bahai-diary-entries, mark-bahai-diary-entries)
13183 (mark-bahai-calendar-date-pattern): Not interactive.
13184 (add-to-diary-list): New optional arg LITERAL. Doc fix.
13185 (diary-entries-list): Change format of 4th element in each entry.
13186 (diary-list-entries): Use add-to-diary-list.
13187 (diary-goto-entry): Handle the case where the buffer visiting the
13188 diary has been killed.
13189 (fancy-diary-display): Add 'locator to button rather than 'marker.
13190 Only generate temp-face when there are marks to apply.
13191 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
13192 (diary-fancy-date-pattern): New variable.
13193 (diary-time-regexp): Doc fix.
13194 (diary-anniversary, diary-time): New faces.
13195 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
13196 diary-time-regexp. Add font-lock-multiline property where needed.
13197 Use new faces diary-anniversary and diary-time.
13198 (diary-fancy-font-lock-fontify-region-function): New function, to
13199 handle multiline font-lock pattern in fancy diary.
13200 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
13201 (diary-font-lock-keywords): Tweak time regexp. Use new face
13202 diary-time.
13203
13204 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
13205
13206 * international/code-pages.el (mik): Table corrected.
13207
13208 2006-05-18 Kim F. Storm <storm@cua.dk>
13209
13210 * progmodes/grep.el (grep-find): Don't check grep-find-command
13211 before running command (breaks non-interactive usage).
13212
13213 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
13214
13215 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
13216 (ewoc--insert-new-node): Don't insert trailing newline.
13217 Instead, adjust successor nodes's start markers.
13218 (ewoc--refresh-node): Delete all text from current node's start
13219 marker to the next one's; adjust successor nodes's start markers.
13220 (ewoc--create): Doc fixes.
13221 (ewoc--refresh): Don't insert newline.
13222 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
13223 * pcvs.el (cvs-make-cvs-buffer):
13224 Specify extra newline for ewoc's header and footer.
13225 (cvs-update-header): Update initial header recognition.
13226 Append newline to final header and footer values.
13227 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
13228
13229 2006-05-17 Richard Stallman <rms@gnu.org>
13230
13231 * files.el (file-name-extension): Doc fix.
13232
13233 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13234
13235 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
13236 we can explicitly enable/disable rather than toggle.
13237 (shell-mode): Use it.
13238 (shell-cd): Don't try to reproduce what `cd' does.
13239
13240 2006-05-17 Kim F. Storm <storm@cua.dk>
13241
13242 * ido.el (ido-read-internal): Use only nondirectory part of
13243 default item.
13244
13245 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
13246
13247 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
13248 (ewoc-nth): Doc fix.
13249
13250 (ewoc-map, ewoc-invalidate): Compute PP before looping.
13251
13252 2006-05-16 Eli Zaretskii <eliz@gnu.org>
13253
13254 * international/mule.el (auto-coding-alist): Add .lha to files
13255 read with no-conversion.
13256
13257 * files.el (auto-mode-alist): Add .lha files to archive file
13258 extensions.
13259
13260 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
13261 Convert csize to integer when computing offsets within the
13262 compressed archive file.
13263
13264 2006-05-16 Kim F. Storm <storm@cua.dk>
13265
13266 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
13267 with read-from-minibuffer.
13268
13269 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
13270
13271 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
13272 (byte-compile-warnings): Fix safe-local-variable property.
13273
13274 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
13275
13276 * allout.el (allout-show-bodies, allout-old-style-prefixes)
13277 (allout-stylish-prefixes, allout-numbered-bullet)
13278 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
13279 predicates to qualify `safe-local-variable' property, when
13280 available, else use equivalent lambda.
13281 (allout-current-topic-collapsed-p): Do the right thing regarding
13282 trailing blank lines.
13283
13284 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13285
13286 * server.el (server-start): Only create a directory if needed.
13287 (server-edit, server-unload-hook): server-start => server-mode.
13288 (kill-emacs-hook): Cleanup upon exit.
13289
13290 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13291
13292 * hexl.el (hexlify-buffer): Encode process arguments manually.
13293
13294 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
13295
13296 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
13297 call to gdb-tooltip-print.
13298
13299 2006-05-15 Romain Francoise <romain@orebokech.com>
13300
13301 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
13302 systems, default to "tar" since those systems probably have GNU tar.
13303
13304 2006-05-14 Lars Hansen <larsh@soem.dk>
13305
13306 * desktop.el (desktop-missing-file-warning): Fix docstring.
13307 (desktop-restore-file-buffer): Correct question asked on missing file.
13308
13309 2006-05-14 Kim F. Storm <storm@cua.dk>
13310
13311 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
13312 Add CUA move property.
13313
13314 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
13315
13316 * custom.el (custom-push-theme): Load the variable before checking
13317 its `standard-value'.
13318
13319 2006-05-13 Lars Hansen <larsh@soem.dk>
13320
13321 * desktop.el (desktop-save): Use with-temp-buffer.
13322
13323 2006-05-12 Glenn Morris <rgm@gnu.org>
13324
13325 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
13326 * calendar/calendar.el (calendar-mode-map):
13327 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
13328 * calendar/appt.el (appt-check, appt-make-list): Refer to
13329 diary-view-entries, diary-list-entries, diary-show-all-entries
13330 rather than obsolete aliases.
13331
13332 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
13333
13334 * simple.el (line-move-finish): Avoid calling point motion hooks
13335 while processing intangibility.
13336
13337 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
13338
13339 * term/xterm.el (terminal-init-xterm): Fix typo.
13340
13341 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
13342
13343 * allout.el (allout-view-change-hook): Mark as being deprecated,
13344 to be replaced by `allout-exposure-change-hook'.
13345 (allout-exposure-change-hook): New, replacing
13346 `allout-view-change-hook'.
13347 (allout-flag-region): Run new hook `allout-exposure-change-hook',
13348 in addition to `allout-view-change-hook'.
13349 (allout-show-bodies, allout-old-style-prefixes)
13350 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
13351 lambda forms to prevent their showing up in variable help
13352 presentations as inscrutable byte-compiled code.
13353 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
13354 Use string-or-null-p to qualify safe-local-variable values.
13355 (allout-reindent-bodies): Use memq to qualify matches against
13356 valid safe-local-variable values. Also, quote the lambda as above.
13357 (allout-use-mode-specific-leader): Add missing candidate-value
13358 symbols, use memq, and quote the lambda.
13359 (allout-overlay-interior-modification-handler): Remove unused
13360 variables `msg' and 'opened'.
13361 (allout-hidden-p): Constrain invisibility consideration to allout's
13362 invisibility spec, disregarding invisibility for other reasons.
13363
13364 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
13365
13366 * files.el (version-control): Correct safe values.
13367
13368 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
13369
13370 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
13371
13372 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
13373 (ewoc--insert-new-node): New func.
13374 Update callers of deleted funcs to use it, instead.
13375
13376 2006-05-11 Glenn Morris <rgm@gnu.org>
13377
13378 * calendar/calendar.el (diary-show-all-entries): Do not refer to
13379 obsolete alias `show-all-diary-entries'.
13380 (make-diary-entry): Not interactive.
13381 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
13382 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
13383 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
13384 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
13385 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
13386 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
13387
13388 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13389
13390 * calendar/calendar.el (calendar-french-date-string)
13391 (calendar-mayan-date-string, calendar-chinese-date-string)
13392 (calendar-astro-date-string, calendar-iso-date-string)
13393 (calendar-islamic-date-string, calendar-bahai-date-string)
13394 (calendar-hebrew-date-string, calendar-coptic-date-string)
13395 (calendar-ethiopic-date-string, calendar-persian-date-string):
13396 These functions are not interactive.
13397
13398 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
13399
13400 * files.el: Balance parentheses.
13401
13402 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
13403
13404 * files.el, newcomment.el, outline.el, simple.el,
13405 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
13406 * progmodes/cc-vars.el, progmodes/compile.el:
13407 Move `safe-local-variable' declarations to the respective files.
13408
13409 * help-fns.el (describe-variable): Don't print safe-var if it is
13410 byte-code. Improve wording as suggested by Luc Teirlinck.
13411
13412 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13413
13414 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
13415 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
13416 Use a token for pending-triggers to ensure gdb-var-update
13417 gets called once per user input again for pre-GDB 6.4.
13418 (gdb-var-delete): Match on more complex expressions.
13419 (gdb-var-list-children-handler, gdb-var-create-handler):
13420 Use a token for consistency.
13421
13422 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
13423
13424 * textmodes/org.el (org-read-date, org-goto-calendar)
13425 (org-agenda-goto-calendar):
13426 Bind `view-calendar-holidays-initially' to nil.
13427
13428 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
13429
13430 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
13431 Update all callers to do it there, instead.
13432
13433 2006-05-10 Glenn Morris <rgm@gnu.org>
13434
13435 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
13436 prefix arg case, to avoid view-diary-entries-initially error.
13437 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
13438 (calendar-date-is-legal-p): Handle dates with no day part.
13439
13440 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13441
13442 * comint.el (comint-insert-input): Just make it when
13443 comint-use-prompt regexp is nil (default) and with the mouse.
13444 (comint-copy-old-input): Reinstate from 2004-06-23.
13445 (comint-mode-map): Bind C-c C-m to it.
13446
13447 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
13448
13449 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
13450 Remove spurious move to point-max (new comint behavior fixes).
13451
13452 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
13453 compatibility function (Emacs 18/19).
13454 (idlwave-is-continuation-line): Always return point at start of
13455 previous non-blank continuation line.
13456 (keyword-parameters): Fix continued comment font-lock matcher.
13457 (idlwave-font-lock-fontify-region): Written, use as
13458 font-lock-fontify-region-function, to fix continued keyword
13459 fontification issues.
13460
13461 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13462
13463 * term/mac-win.el (mac-font-panel-mode): Doc fix.
13464 (mac-service-selection, mac-service-open-file)
13465 (mac-service-open-selection, mac-service-mail-selection)
13466 (mac-service-mail-to, mac-service-insert-text): Rename from
13467 mac-services-*. All uses changed.
13468 (mac-apple-event-map): Rename event symbol `services' to `service'.
13469
13470 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
13471
13472 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
13473 (ewoc--node-enter-first, ewoc--node-enter-last)
13474 (ewoc--delete-node-internal): Merge funcs into unique callers.
13475
13476 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
13477
13478 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
13479 return value of read-from-minibuffer for empty input.
13480
13481 2006-05-09 Miles Bader <miles@gnu.org>
13482
13483 * comint.el (comint-insert-input): Remove redundant calls to setq
13484 and goto-char.
13485
13486 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
13487
13488 * comint.el (comint-insert-input): Make it work when
13489 comint-use-prompt-regexp is t.
13490
13491 2006-05-10 Miles Bader <miles@gnu.org>
13492
13493 * subr.el (field-at-pos): New function.
13494
13495 * comint.el (comint-insert-input): Use it.
13496
13497 2006-05-09 Juri Linkov <juri@jurta.org>
13498
13499 * battery.el (battery-linux-proc-acpi): Also try
13500 `/proc/acpi/thermal_zone/THR2/temperature'.
13501
13502 * files.el <safe-local-variable>: Remove `eval' and `let' binding
13503 for now unused lambda `string-or-null'.
13504
13505 * add-log.el (change-log-default-name): Put `string-or-null-p'
13506 instead of lambda on `safe-local-variable' property.
13507
13508 * diff-mode.el (diff-context->unified): Use `region-beginning' and
13509 `region-end' instead of `mark' and `point'.
13510 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
13511 Operate on region in Transient Mark mode when the mark is active.
13512 Use `region-beginning' and `region-end' instead of `mark' and
13513 `point'.
13514 (diff-hunk-text, diff-goto-source): Doc fix.
13515
13516 * startup.el (fancy-splash-screens, normal-splash-screen): Use
13517 face `mode-line-buffer-id' for mode-line buffer face instead of
13518 hard-coded `(:weight bold)'.
13519
13520 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
13521 buffer-undo-list to t (undo-ask is reproducible by visiting
13522 nested archives).
13523
13524 2006-05-09 Kim F. Storm <storm@cua.dk>
13525
13526 * progmodes/grep.el (rgrep): Set default directory of *grep*
13527 buffer if we start M-x rgrep in the *grep* buffer and choose
13528 a different base directory.
13529
13530 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
13531
13532 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
13533 completion also when ido is loaded.
13534
13535 2006-05-09 Masatake YAMATO <jet@gyve.org>
13536
13537 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
13538 "warning" and "import".
13539 (cpp-font-lock-keywords): Added "warning".
13540
13541 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
13542
13543 * term/xterm.el (terminal-init-xterm): Add more key bindings.
13544
13545 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13546
13547 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
13548 pages at a time, if we signal the end, we should indeed reach that end.
13549
13550 2006-05-08 David Reitter <david.reitter@gmail.com>
13551
13552 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
13553 output during execution of the body.
13554
13555 2006-05-08 Kim F. Storm <storm@cua.dk>
13556
13557 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
13558
13559 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
13560
13561 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
13562 Use with-current-buffer.
13563
13564 2006-05-07 Kim F. Storm <storm@cua.dk>
13565
13566 * subr.el (add-to-history): Remove keep-dups arg.
13567
13568 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
13569 to nil around call to add-to-history.
13570
13571 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13572
13573 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
13574 than after a buffer modification.
13575
13576 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
13577
13578 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
13579 call to...
13580 (gud-watch): ...here so speedbar is raised for already watched
13581 expressions.
13582 (gdb-speedbar-refresh): Delete function.
13583 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
13584 Use speedbar-timer-fn instead of speedbar-refresh (reverting
13585 earlier change).
13586 (gdb-var-evaluate-expression-handler)
13587 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
13588
13589 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
13590 Update localized contents for all buffers except ignored modes.
13591
13592 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13593
13594 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
13595 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
13596 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
13597 (mac-handle-font-panel-closed, mac-handle-font-selection):
13598 New functions.
13599 (mac-font-panel-mode): New minor mode.
13600 (mac-apple-event-map): Add bindings for toolbar toggle button and
13601 font panel.
13602 (menu-bar-showhide-menu): Add mac-font-panel-mode.
13603
13604 2006-05-07 John Paul Wallington <jpw@pobox.com>
13605
13606 * ibuffer.el (ibuffer-compressed-file-name-regexp):
13607 Avoid `regexp-opt'; simplify regexp for readability.
13608
13609 2006-05-06 Eli Zaretskii <eliz@gnu.org>
13610
13611 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
13612 * files.el (buffer-stale-function):
13613 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13614 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
13615 links to the main manual, not to emacs-xtra.
13616
13617 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13618
13619 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
13620 MacJapanese if text is ASCII-only.
13621
13622 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
13623
13624 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
13625 unless so nil isn't returned.
13626 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
13627
13628 2006-05-06 Kim F. Storm <storm@cua.dk>
13629
13630 * subr.el (add-to-history): New function.
13631
13632 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
13633 (ediff-merge-files-with-ancestor):
13634 * env.el (setenv):
13635 * isearch.el (isearch-update-ring):
13636 * server.el (server-visit-files):
13637 * progmodes/grep.el (lgrep, rgrep):
13638 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
13639 * progmodes/xscheme.el (xscheme-insert-expression):
13640 Use add-to-history.
13641
13642 * kmacro.el (kmacro-push-ring): Use add-to-history.
13643 (kmacro-ring-length): Remove unused defun.
13644 (kmacro-start-macro): Use kmacro-push-ring.
13645
13646 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
13647
13648 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
13649 directly instead of a lambda expression that calls it.
13650
13651 2006-05-06 Kim F. Storm <storm@cua.dk>
13652
13653 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
13654 instead of compute-motion.
13655
13656 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
13657
13658 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
13659 change.
13660
13661 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
13662
13663 * startup.el (command-line-1): Refer to "Pure Storage" on
13664 pure-space-overflow.
13665
13666 2006-05-05 Martin Rudalics <rudalics@gmx.at>
13667
13668 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
13669 provided faces once they all have been used up.
13670
13671 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13672
13673 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
13674 reference to the Lisp manual to the warning about pure space
13675 overflow.
13676
13677 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13678
13679 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
13680 argument to avoid the call to `ispell-internal-change-dictionary'
13681 when not needed.
13682 (ispell-change-dictionary): Use this argument and call
13683 `ispell-internal-change-dictionary' after the possible change
13684 to `ispell-local-dictionary'.
13685 (ispell-internal-change-dictionary): Check for a change in
13686 personal dictionary use too.
13687
13688 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13689
13690 * startup.el (command-line): On MS-Windows, probe "~", not
13691 "~USER", for warning about non-existent home directory.
13692
13693 * arc-mode.el (archive-l-e): New optional argument `float' means
13694 generate a float value.
13695 (archive-arc-summarize, archive-lzh-summarize)
13696 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
13697 with 3rd argument non-nil when file's size is being computed.
13698 Format the file sizes with %8.0f instead of %8d.
13699
13700 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13701
13702 * cus-start.el (all): Add mac-dnd-known-types.
13703
13704 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
13705 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
13706 (mac-TIFF-to-string): New functions.
13707 (x-get-selection, x-selection-value)
13708 (mac-select-convert-to-string): Use them.
13709 (mac-text-encoding-mac-japanese-basic-variant): New constant.
13710 (mac-dnd-types-alist): New customization variable.
13711 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
13712 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
13713 (mac-dnd-handle-drag-n-drop-event): New functions.
13714 (mac-drag-n-drop): Remove function.
13715 (global-map): Bind drag-n-drop and M-drag-n-drop to
13716 mac-dnd-handle-drag-n-drop-event.
13717
13718 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
13719
13720 * progmodes/perl-mode.el (perl-beginning-of-function):
13721 Skip anonymous subs.
13722
13723 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
13724
13725 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
13726 regexp-opt at run time.
13727
13728 * term.el (term-handle-ansi-escape): Fix off by one error.
13729
13730 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
13731
13732 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
13733 (gdb-init-1, gdb-post-prompt): ...and references to it.
13734 (gdb-frame-handler): Strip directory name from filename if present.
13735
13736 * progmodes/gud.el (gdb-force-update): Delete defvar
13737 (gud-speedbar-buttons): ...and references to it. Use window-start
13738 to try to keep positon in watch expression.
13739
13740 2006-05-03 Richard Stallman <rms@gnu.org>
13741
13742 * simple.el (next-history-element, previous-history-element): Doc fix.
13743
13744 * isearch.el (isearch-update-ring): Doc fix.
13745
13746 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
13747
13748 * isearch.el (isearch-update-ring): Take history-delete-duplicates
13749 into consideration. Replace one arm ifs with whens.
13750
13751 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
13752
13753 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
13754 (menu): Fix typo.
13755
13756 2006-05-02 Miles Bader <miles@gnu.org>
13757
13758 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
13759
13760 2006-05-02 Jay Belanger <belanger@truman.edu>
13761
13762 * calc/calc-embed.el (calc-override-minor-modes-map)
13763 (calc-override-minor-modes): New variables.
13764 (calc-do-embedded): Make sure that Calc keystrokes aren't
13765 overwritten by minor modes.
13766
13767 2006-05-02 Chong Yidong <cyd@mit.edu>
13768
13769 * msb.el (msb): If EVENT is a down event, read and discard the up event.
13770
13771 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13772
13773 * startup.el (command-line-1): Refer to Lisp manual when
13774 pure-space-overflow occurs.
13775
13776 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
13777 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
13778 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
13779 (version-control): Don't use `t' for safe-local-variable declarations.
13780
13781 2006-05-01 Richard Stallman <rms@gnu.org>
13782
13783 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
13784 M-r, M-R, M-A, M-SPC or M-DEL.
13785 (diff-mode-map): diff-refine-hunk now on C-c C-w
13786 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
13787
13788 * help-mode.el (help-mode): view-exit-action calls delete-window
13789 only when it is safe and possible.
13790
13791 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
13792 in messages.
13793
13794 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
13795
13796 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
13797 in the default tool-bar-map.
13798
13799 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
13800
13801 * net/tramp.el (tramp-completion-file-name-handler-alist)
13802 (tramp-run-real-handler, tramp-completion-run-real-handler)
13803 (tramp-completion-handle-file-name-all-completions)
13804 (tramp-completion-handle-file-name-completion): Autoload them.
13805 (tramp-completion-handle-file-exists-p)
13806 (tramp-completion-handle-file-name-directory)
13807 (tramp-completion-handle-file-name-nondirectory)
13808 (tramp-completion-handle-expand-file-name): Remove them.
13809 (tramp-handle-file-name-directory): Return the real directory name.
13810 Returning "/" only doesn't need to be necessary any longer.
13811 (tramp-file-name-handler): Make special attention when in hostname
13812 completion mode.
13813 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
13814 (tramp-register-file-name-handlers):
13815 Register `tramp-completion-file-name-handler' only when
13816 `partial-completion-mode' is enabled.
13817 (tramp-completion-handle-file-name-all-completions):
13818 Delete directory part from results.
13819 (tramp-get-completion-methods, tramp-get-completion-user-host):
13820 Discard deleting "/", it doesn't work after the change of
13821 `tramp-handle-file-name-directory' above.
13822
13823 2006-05-01 Kim F. Storm <storm@cua.dk>
13824
13825 * progmodes/grep.el (grep-expand-template): Use save-match-data
13826 and symbol-value.
13827
13828 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13829
13830 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
13831 Use select-frame-set-input-focus instead of raise-frame.
13832 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
13833
13834 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
13835
13836 * progmodes/gud.el (gud-def): Add %c case.
13837 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
13838 (gud-format-command): Make match case sensitive. Match on %F.
13839
13840 2006-04-30 Glenn Morris <rgm@gnu.org>
13841
13842 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
13843 (cal-tex-preamble): Use cal-tex-preamble-extra.
13844 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
13845 than alias `list-diary-entries'.
13846
13847 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
13848
13849 * help-fns.el (describe-variable): Add info about safe local variables.
13850
13851 2006-04-29 Richard Stallman <rms@gnu.org>
13852
13853 * bindings.el (mode-line-format): help-echo doc fixes.
13854
13855 * net/tramp.el (tramp-file-name-handler-alist): Delete
13856 expand-file-name and other operations that can cause spurious loading.
13857
13858 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13859
13860 * files.el (safe-local-variable-p): Remove support for the special
13861 value t.
13862
13863 * textmodes/paragraphs.el (sentence-end-without-space):
13864 Fix safety predicate.
13865 (sentence-end-double-space, sentence-end-without-period)
13866 (paragraph-ignore-fill-prefix):
13867 * textmodes/fill.el (colon-double-space):
13868 * abbrev.el (abbrev-mode): Tighten the safety predicate.
13869
13870 * subr.el (booleanp): New fun.
13871
13872 * textmodes/reftex-vars.el (reftex-guess-label-type):
13873 Tighten the safety predicate.
13874
13875 2006-04-28 Kim F. Storm <storm@cua.dk>
13876
13877 * progmodes/grep.el (defgroup grep): Doc fix.
13878 (grep-auto-highlight): Remove.
13879 (grep-template): New defcustom.
13880 (grep-find-template): Rename from grep-tree-template.
13881 (grep-files-aliases): Rename from grep-tree-files-aliases.
13882 Remove "all" alias, add "l" alias.
13883 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
13884 (grep-find-ignored-directories): New defcustom to replace
13885 grep-tree-ignore-CVS-directories, to facilitate ignoring
13886 subdirectories for multiple version control systems.
13887 (grep-mode-map): Add Recursive grep item to GREP menu.
13888 (grep-regexp-history, grep-files-history): New defvars.
13889 (grep-probe): New helper function.
13890 (grep-compute-defaults): Use it to simplify code.
13891 Adapt to name changes.
13892 Use `.' as base in grep-find-template rather than <D>.
13893 (grep): Remove superfluous highlight-regexp arg. Fix doc.
13894 Call grep-compute-defaults unconditionally.
13895 (grep-expand-keywords): New defconst.
13896 (grep-expand-template): Rename from grep-expand-command-macros.
13897 Simplify via grep-expand-keywords. Look at case-fold-search instead
13898 of grep-tree-ignore-case to add -i option.
13899 Bind case-fold-search to nil while matching keywords.
13900 (grep-tree-last-regexp, grep-tree-last-files): Remove.
13901 (grep-read-regexp, grep-read-files): New helper functions.
13902 (rgrep): Rename from grep-tree. Rework to use proper histories.
13903 Adapt to changes in defcustoms and functions above.
13904 (lgrep): New command, as grep, but using same interactive UI as rgrep.
13905
13906 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
13907
13908 * net/tramp.el (tramp-completion-file-name-handler):
13909 Disable Tramp's functionality while loading Tramp itself.
13910 (tramp-register-file-name-handlers): That's a defsubst now.
13911 Code from `tramp-repair-jka-compr' moved here. Apply it via
13912 `after-init-hook'.
13913 (tramp-repair-jka-compr): Remove.
13914
13915 2006-04-27 Jay Belanger <belanger@truman.edu>
13916
13917 * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
13918 read expression when `math-read-big-expr' doesn't work.
13919
13920 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
13921
13922 * startup.el (command-line-1): Display warning when
13923 pure-space-overflow is non-nil.
13924
13925 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13926
13927 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
13928 risky.
13929
13930 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13931
13932 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
13933 Return the URL or nil if none can be generated.
13934
13935 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
13936
13937 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
13938 byte compiler warnings.
13939 (gud-basic-call, gud-find-expr): Let user select an expression
13940 for printing. Print expression as well as value in GUD buffer.
13941
13942 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
13943
13944 * allout.el: Remove local autoload declaration for
13945 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
13946 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
13947 (allout-plain-bullets-string, allout-distinctive-bullets-string)
13948 (allout-use-mode-specific-leader, allout-old-style-prefixes)
13949 (allout-stylish-prefixes, allout-numbered-bullet)
13950 (allout-file-xref-bullet, allout-presentation-padding)
13951 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
13952 safe-local-variable with suitable value spec, and add autoload
13953 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
13954 (move-beginning-of-line, move-end-of-line): Repair so these compat
13955 functions now actually resituate the point, when appropriate.
13956
13957 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13958
13959 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
13960
13961 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
13962 (add-log-iso8601-time-string): Fix call to format-time-string.
13963
13964 2006-04-26 Kim F. Storm <storm@cua.dk>
13965
13966 * subr.el (posn-string, posn-image, posn-object): Doc fix.
13967
13968 2006-04-26 Masatake YAMATO <jet@gyve.org>
13969
13970 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
13971 Add support for "//" style comments. Remove `b' flag
13972 from ?* in `asm-mode-syntax-table'.
13973
13974 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13975
13976 * follow.el: Use (featurep 'xemacs) everywhere.
13977 (follow-mode): Use define-minor-mode.
13978 (follow-mode-map): Move initialization into the declaration.
13979 Use command remapping.
13980 (follow-emacs-version-xemacs-p): Remove.
13981 (follow-submit-feedback): Remove.
13982
13983 * allout.el (allout-layout, allout-passphrase-verifier-string)
13984 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
13985
13986 * textmodes/reftex-vars.el (reftex-vref-is-default)
13987 (reftex-fref-is-default, reftex-guess-label-type):
13988 Tighten up a bit the safety predicate.
13989
13990 * textmodes/paragraphs.el (sentence-end-double-space)
13991 (sentence-end-without-period, sentence-end-without-space)
13992 (page-delimiter, paragraph-ignore-fill-prefix):
13993 Tighten up a bit the safety predicate.
13994
13995 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
13996
13997 * progmodes/python.el (python-continuation-line-p)
13998 (python-beginning-of-statement): syntax-ppss may return
13999 a negative depth.
14000 (python-mode): Don't forcefully enable font-lock.
14001
14002 * time-stamp.el (time-stamp-start, time-stamp-end)
14003 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
14004
14005 * add-log.el: Remove spurious * in docstrings.
14006 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
14007 (add-change-log-entry): Use it here, since it's not specific
14008 to iso8601.
14009 (add-log-iso8601-time-string): Don't use it here any more.
14010 (change-log-indent-text, change-log-indent): Rename from add-log-*.
14011
14012 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
14013
14014 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
14015
14016 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
14017 (rcirc-toggle-low-priority): Doc fix.
14018 (rcirc-handler-NOTICE): Remove beginning of line anchor in
14019 ChanServ regexp.
14020 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
14021 #emacs.
14022 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
14023 (rcirc-decode-coding-system): Use utf-8 as the default.
14024 (rcirc-multiline-minor-mode): Set the fill-column.
14025 (rcirc-format-response-string): Display bright and dim nicks.
14026 (rcirc-browse-url): Update interactive spec to fill ARG.
14027 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
14028 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
14029
14030 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
14031
14032 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
14033 case for @Article, etc.
14034
14035 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
14036
14037 * net/tramp.el (tramp-register-file-name-handlers): New defun.
14038 Added with autoload cookie.
14039 (tramp-unload-file-name-handlers): Rename from
14040 `tramp-unload-file-name-handler-alist'.
14041
14042 2006-04-23 Romain Francoise <romain@orebokech.com>
14043
14044 * comint.el (comint-match-partial-filename): Doc fix.
14045
14046 2006-04-21 Glenn Morris <rgm@gnu.org>
14047
14048 * calendar/cal-menu.el (calendar-mode-map): Refer to
14049 `diary-view-entries' rather than alias `view-diary-entries'.
14050 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
14051
14052 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
14053
14054 * progmodes/antlr-mode.el (antlr-default):
14055 * cus-edit.el (custom-documentation):
14056 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
14057 in defface.
14058
14059 2006-04-21 Kim F. Storm <storm@cua.dk>
14060
14061 * image.el (image-type): New defun split out of create-image.
14062 (create-image): Use it.
14063
14064 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
14065
14066 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
14067 (org-open-at-point): Remove the "...done" message to keep output
14068 in the echo area visible.
14069 (org-export-as-xoxo): Fix call to `indent-region'.
14070
14071 2006-04-21 Kevin Ryde <user42@zip.com.au>
14072
14073 * international/mule.el (keyboard-coding-system): defcustom
14074 info-link fixes: "Specify Coding" has been split, keyboard now in
14075 "Terminal Coding", and "Single-Byte Character Support" is now
14076 "Unibyte Mode".
14077
14078 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
14079
14080 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
14081 Use font-lock-warning-face for any errors e.g. no stack.
14082 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
14083
14084 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
14085
14086 * progmodes/sh-script.el (sh-shell): Mark as safe.
14087
14088 * newcomment.el (comment-start, comment-start-skip)
14089 (comment-end-skip, comment-end): Mark as safe.
14090
14091 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
14092
14093 * textmodes/org.el (org-deadline-announce): Face removed.
14094 (org-level-faces, org-n-levels): Convert to constant.
14095 (org-compatible-face): New function.
14096 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
14097 (org-level-5, org-level-6, org-level-7, org-level-8)
14098 (org-special-keyword, org-warning, org-headline-done, org-link)
14099 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
14100 (org-scheduled-today, org-scheduled-previously, org-time-grid):
14101 Face definition revised for better color tty support.
14102 (org-bold-re, org-italic-re, org-underline-re): New constants.
14103 (org-set-font-lock-defaults): Use the new constants.
14104 (org-agenda-highlight-todo): New function.
14105 (org-agenda-todo): Fix bug with point at end of line.
14106 (org-agenda-change-all-lines, org-finalize-agenda-entries):
14107 Fontify TODO keywords.
14108 (org-insert-link): Preserve relative path in ../ links.
14109 (org-export-as-html): Convert links pointing to .org files into
14110 links that will work beteen the exported HTML files.
14111 (org-todo-list): Fix bug when arg=0.
14112 (org-insert-heading): More fine-tuning.
14113
14114 2006-04-19 Romain Francoise <romain@orebokech.com>
14115
14116 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
14117 from `rmail-mime-charset-pattern'.
14118
14119 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
14120
14121 * progmodes/python.el (python-mode): Fix typo.
14122
14123 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
14124
14125 * comint.el (comint-previous-input): Don't clobber input line
14126 when moving off either end of the input history ring.
14127 (comint-delete-input): New function, used by
14128 `comint-previous-input' and others.
14129 (comint-previous-matching-input):
14130 Use `coming-delete-input'. Save the partial input if leaving the
14131 edit line. Goto point-max before deleting input to avoid
14132 partial input fragments hanging around.
14133 (comint-restore-input): New function, used by `comint-previous-input'.
14134
14135 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
14136
14137 * imenu.el (imenu--index-alist): Balance parentheses.
14138
14139 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
14140
14141 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
14142
14143 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
14144
14145 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
14146 file is nil.
14147
14148 2006-04-18 Richard Stallman <rms@gnu.org>
14149
14150 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
14151
14152 * imenu.el (imenu-create-index-function, imenu--index-alist)
14153 (imenu--last-menubar-index-alist, imenu--make-index-alist)
14154 (imenu-default-create-index-function, imenu--generic-function):
14155 Doc fixes.
14156
14157 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
14158
14159 * help-mode.el (help-mode): Set view-exit-action to delete window.
14160
14161 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
14162 now works by passing nil as arg.
14163
14164 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
14165
14166 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
14167 (read-abbrev-file): Provide default when reading filename.
14168
14169 * files.el (enable-local-variables): Allow :all as value.
14170 (hack-local-variables): Implement that value.
14171 (safe-local-variable-values, safe-local-eval-forms)
14172 (enable-local-variables): Mark as risky.
14173 (find-file-visit-truename, kept-old-versions): Mark safe.
14174
14175 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
14176 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
14177 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
14178
14179 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14180
14181 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
14182 Use forward-line so as to get to BOL even in the presence of fields.
14183 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
14184 in return.
14185 (inferior-tcl): Tell tclsh to work in interactive mode.
14186
14187 * complete.el (partial-completion-mode):
14188 Use 'choose-completion-string-functions to make sure that
14189 choose-completion fills the minibuffer properly.
14190
14191 * complete.el (PC-old-read-file-name-internal): Remove.
14192 (PC-read-include-file-name-internal): Remove. Turn it into an advice
14193 of read-file-name-internal.
14194 (partial-completion-mode): Enable/disable this advice.
14195
14196 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
14197
14198 * net/tramp.el (tramp-completion-file-name-handler): Revert change
14199 of 2006-04-17.
14200
14201 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
14202
14203 * textmodes/org.el (org-insert-heading): Insert heading before
14204 current if at beginning of line.
14205 (org-todo, org-date): New faces.
14206 (org-table-align): Make sure tooltip window contains full text.
14207 (org-no-properties): New defsubst.
14208 (org-set-font-lock-defaults): Use new faces.
14209
14210 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
14211
14212 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
14213 for root variables.
14214
14215 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
14216 (gdb-frame-address): Re-use to identify frame for watch expression.
14217 (gdb-var-list, gdb-var-create-handler): Add frame address for root
14218 variables.
14219 (gdb-init-1, gdb-source, gdb-post-prompt)
14220 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
14221 (gdb-frame-handler): Get gdb-frame-address.
14222
14223 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
14224
14225 Sync with Tramp 2.0.53.
14226
14227 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
14228 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
14229 (tramp-completion-file-name-handler): Add autoload cookie for
14230 adding to `file-name-handler-alist'.
14231
14232 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
14233 the prompt. If it returns earlier (when detecting an error
14234 message), the rest of the output will merge accidently with the
14235 output of the next command. Reported by M Jared Finder
14236 <jared@hpalace.com>.
14237
14238 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
14239 for `process-file', in order to let it work for older Emacsen too.
14240
14241 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
14242
14243 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
14244 (tex-font-lock-keywords-3): Use it.
14245
14246 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14247
14248 * newcomment.el (comment-add): New function.
14249 (comment-region-default, comment-dwim): Use it.
14250
14251 2006-04-15 Michael Olson <mwolson@gnu.org>
14252
14253 * emacs-lisp/tq.el: Improve comments.
14254 (tq-queue-head-question): New accessor function.
14255 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
14256 Update for modified queue structure.
14257 (tq-queue-add): Accept `question' argument.
14258 (tq-queue-pop): If a question is pending, send it.
14259 (tq-enqueue): Accept new optional argument `delay-question'.
14260 If this is non-nil, and at least one other question is pending a
14261 response, queue the question rather than sending it immediately.
14262
14263 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14264
14265 * calendar/appt.el (appt-add): Check whether an appointment is
14266 already present in appt-time-msg-list. Simplify code.
14267
14268 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14269
14270 * progmodes/cc-langs.el (c-mode-menu):
14271 Don't presume c-subword-mode is bound.
14272
14273 2006-04-13 Bill Wohler <wohler@newt.com>
14274
14275 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
14276 (customize-package-emacs-version): Use cdr instead of cadr now
14277 that alists use dotted pairs.
14278
14279 * custom.el (defcustom): Fix docstring for :package-version.
14280
14281 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
14282
14283 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
14284 (tramp-handle-shell-command): Display output buffer only when
14285 `tramp-display-shell-command-buffer' is true.
14286 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
14287
14288 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14289
14290 * textmodes/org.el (org-set-autofill-regexps): Set only the local
14291 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
14292
14293 2006-04-13 Romain Francoise <romain@orebokech.com>
14294
14295 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
14296 leaving temporary .cvsignore buffers behind.
14297
14298 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14299
14300 * textmodes/org.el (org-set-regexps-and-options)
14301 (org-get-current-options): Better names for the startup folding
14302 options.
14303
14304 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
14305
14306 * vc.el (vc-annotate): Arrange for point to end up at the same
14307 line number as in the original, but only when using a new buffer.
14308
14309 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
14310
14311 * files.el (hack-one-local-variable-eval-safep):
14312 Recognize `edebug-form-spec' for `put', but only if it passes
14313 `edebug-basic-spec'. Generalize `put' handling.
14314
14315 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
14316 vetting file-local form specs.
14317
14318 * allout.el (allout-layout): Autoload its `safe-local-variable'
14319 property.
14320
14321 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14322
14323 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
14324 (org-agenda-mouse-1-follows-link)
14325 (org-mouse-1-follows-link): New options.
14326 (org-format-agenda-item): Fix bug if TAGS is nil.
14327 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
14328
14329 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
14330
14331 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
14332 GDB 6.1+ gives full filename for "info sources" so use
14333 file-name-nondirectory.
14334
14335 2006-04-12 Romain Francoise <romain@orebokech.com>
14336
14337 * subr.el (read-passwd): Bind `message-log-max' to nil.
14338
14339 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14340
14341 * progmodes/perl-mode.el (perl-indent-new-calculate):
14342 Recompute parse-start after jumping backward by a whole sexp.
14343
14344 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14345
14346 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
14347 window configuration.
14348 (vc-annotate-display-select): Select the buffer so that current-buffer
14349 (and selected-window) is the output buffer at the end of vc-annotate.
14350
14351 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
14352
14353 * vc.el (vc-annotate-color-map): Add custom TTY color map for
14354 8-color terminals, to use all of the colors in a sensible order.
14355 256-color terminals work well with the standard map.
14356 (vc-annotate-lines): Only strip the first color character if it
14357 is "#", to allow for terminal-style named colors.
14358 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
14359 the correct buffer is scrolled.
14360
14361 2006-04-11 Richard Stallman <rms@gnu.org>
14362
14363 * emacs-lisp/bytecomp.el (byte-compile-file):
14364 Bind enable-local-variables to :safe, and make normal-mode obey it.
14365
14366 * files.el (enable-local-variables): Allow value :safe.
14367 (normal-mode): Doc fix.
14368 (hack-local-variables): Implement enable-local-variables = :safe.
14369 (hack-local-variables-confirm): Don't prevent quitting.
14370
14371 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14372
14373 * loadhist.el (unload-feature): A bit of sanity check of
14374 load-history entries. Cancel timer-vars before unbinding them.
14375
14376 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
14377 quote special chars, and make the trick work on the hex part of the
14378 buffer as well.
14379 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
14380 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
14381
14382 * startup.el (normal-splash-screen): Fix last change so we don't wait
14383 2 minutes if we don't show the splash screen.
14384
14385 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
14386
14387 * textmodes/org.el (org-export-plain-list-max-depth)
14388 (org-table-spaces-around-separators)
14389 (org-radio-targets, org-activate-camels)
14390 (org-table-spaces-around-invisible-separators): Options removed.
14391 (org-time-stamp-rounding-minutes, org-remember-templates)
14392 (org-ellipsis, org-activate-links, org-descriptive-links):
14393 New options.
14394 (org-remember-apply-template, org-current-time)
14395 (org-finish-edit-table-field)
14396 (org-link-unescape, org-link-escape)
14397 (org-string-width, org-table-clean-line, org-html-do-expand)
14398 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
14399 (org-read-agenda-file-list): New functions.
14400 (org-table-edit-field)
14401 (org-table-create-or-convert-from-region): New commands
14402 (org-table-toggle-vline-visibility): Command removed.
14403 (org-table-convert-region): Made a command.
14404 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
14405 Replace with the normal org- functions.
14406 (org-self-insert-command): Don't trigger realign unnecessarily
14407 when blanking a field that is not full.
14408 (org-mode): `Set buffer-invisibility-spec' for links.
14409 (org-activate-links2): Hide link part and only show descriptive
14410 part of the link.
14411 (org-insert-link): Modify for new linking system.
14412 (org-store-link): Store description separately, for use by
14413 `org-insert-link'.
14414 (org-table-align): Use `org-string-width'.
14415 (defgroup): Completely new group structure for custom variables.
14416 (org-agenda-files): Option: Single file name allowed. Function:
14417 Optional argument unrestrited means ignore any restricitons.
14418 (org-install-agenda-files-menu): Find a buffer in Org-mode before
14419 trying to modify the menu. Use generalized access to
14420 `org-agenda-files.'
14421 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
14422 (org-agenda-file-to-front, org-remove-file, org-diary)
14423 (org-tags-view, org-export-icalendar-all-agenda-files)
14424 (org-export-icalendar-combine-agenda-files): Use generalized
14425 access to `org-agenda-files'.
14426 (org-remember-handler): Correctly preserve heading if present.
14427 (org-table-insert-row, org-table-insert-hline): Deal with
14428 invisible characters.
14429
14430 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
14431
14432 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
14433 (vc-annotate-color-map): New 18 element constant
14434 value/saturation, rotating hue colormap, from red->blue.
14435 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
14436 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
14437 (vc-annotate): To avoid killing the required local variables,
14438 set them before the end of `with-output-to-temp-buffer', and
14439 after first switching to annotate-mode.
14440 (vc-annotate-warp-version): Add buffer argument in goto-line to
14441 ensure annotation, not source, is scrolled.
14442
14443 2006-04-10 Bill Wohler <wohler@newt.com>
14444
14445 * custom.el (defcustom, custom-handle-keyword):
14446 Add :package-version keyword.
14447 (custom-add-package-version): New function. Sets value of new
14448 property 'custom-package-version from :package-version keyword.
14449 (defcustom): Create Common Keywords section in docstring.
14450 (defface, defgroup): Replace definitions of a select few keywords
14451 with a reference to the Common Keywords in defcustom.
14452 (defcustom, defface, defgroup): Replace reference to Customization
14453 chapter in manual with hyperlink.
14454
14455 * cus-edit.el (customize-package-emacs-version-alist): New variable.
14456 (customize-changed-options): Add check for custom-package-version.
14457 (customize-package-emacs-version): New function to look up Emacs
14458 version corresponding to the given package version.
14459
14460 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
14461 defun name, in similar fashion to find-variable-regexp.
14462
14463 2006-04-10 Eli Zaretskii <eliz@gnu.org>
14464
14465 * international/mule-cmds.el (set-locale-environment): Fix last
14466 change for when the locale's preferences don't specify any encoding.
14467
14468 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14469
14470 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
14471 so the defined var/fun doesn't need to be quoted.
14472
14473 2006-04-10 Richard Stallman <rms@gnu.org>
14474
14475 * finder.el (finder-mode-map): Add n and p bindings.
14476
14477 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
14478
14479 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
14480 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
14481 (gdb-setup-windows): Put something in source window if we can't find
14482 the source file.
14483 (gdb-frame-handler): Make it work again with just assembly.
14484 (gdb-data-list-register-values-handler): Make it work when there is
14485 no stack.
14486
14487 2006-04-09 Richard Stallman <rms@gnu.org>
14488
14489 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
14490 specs while looking for charset.
14491
14492 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
14493
14494 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
14495 Make them faces.
14496 (lm-font-lock-keywords): Update appropriately.
14497
14498 2006-04-10 Kim F. Storm <storm@cua.dk>
14499
14500 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
14501 it can also replace buffer-substring-no-properties.
14502
14503 * emulation/cua-base.el (cua-delete-region, cua-paste)
14504 (cua-repeat-replace-region): Use filter-buffer-substring.
14505
14506 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
14507 (cua-cut-region-to-global-mark): Likewise.
14508
14509 * emulation/cua-rect.el (cua--extract-rectangle)
14510 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
14511
14512 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14513
14514 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
14515 entry-type. Add field delimiters to numerical fields if they are
14516 not present.
14517
14518 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14519
14520 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
14521 string-const to return value.
14522 (bibtex-remove-delimiters): Use it.
14523
14524 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14525
14526 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
14527 cl-byte-compile-compiler-macro unless it exists.
14528
14529 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14530
14531 * files.el (hack-local-variables-confirm) <offer-save>:
14532 Clarify message text. Suggested by Ralf Angeli.
14533
14534 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
14535
14536 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
14537 (delete-extract-rectangle-line): Use `filter-buffer-substring'
14538 instead of `buffer-substring' and `delete-region'. (Most of the
14539 code actually copied from `kill-region'.)
14540
14541 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
14542
14543 * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
14544 (rcirc-default-port): Rename from rcirc-port.
14545 (rcirc-default-nick): Rename from rcirc-nick.
14546 (rcirc-default-user-name): Rename from rcirc-user-name.
14547 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
14548 (rcirc-low-priority-flag): New variable.
14549 (rcirc-decode-coding-system): New defcustom.
14550 (rcirc-encode-coding-system): New defcustom.
14551 (rcirc-coding-system-alist): New defcustom.
14552 (rcirc-multiline-major-mode): New defcustom.
14553 (rcirc-nick): New internal variable.
14554 (rcirc-process): Remove variable.
14555 (rcirc-server-buffer): New variable.
14556 (rcirc): Update to use rcirc-default-* variables above.
14557 (rcirc-connect): Do not add window-configuration-hook-here.
14558 (rcirc-server): New internal variable.
14559 (rcirc-connect): Do not send keepalive pings if
14560 rcirc-keepalive-seconds is nil.
14561 (with-rcirc-server-buffer): New macro.
14562 (rcirc-send-string): Encode with rcirc-encode-coding-system.
14563 (rcirc-server-name): Rename from rcirc-server.
14564 (rcirc-buffer-process): New function.
14565 (rcirc-buffer-nick): New function.
14566 (rcirc-buffer-target): Remove function.
14567 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14568 New commands.
14569 (rcirc-mode-map): Change binding of C-c C-l to
14570 rcirc-toggle-low-priority.
14571 (rcirc-mode): Initialize coding system based on
14572 rcirc-coding-system-alist. New change-major-mode-hook to part the
14573 channel on a mode change. Make kill-buffer-hook buffer-local.
14574 (rcirc-change-major-mode-hook): New function.
14575 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
14576 (rcirc-last-post-time): New variable.
14577 (rcirc-process-message): Store the last time user posted a message
14578 to this target.
14579 (rcirc-multiline-minor-mode): New mode.
14580 (rcirc-multiline-minor-mode-map): New mode map.
14581 (rcirc-edit-multiline): Put multiline-edit buffer in
14582 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
14583 (rcirc-print): Ignore any line starting with an ignored nick.
14584 (rcirc-print): Decode using rcirc-decode-coding-system.
14585 (rcirc-track-minor-mode): Update global-mode-string when disabling
14586 this mode.
14587 (minor-mode-alist): Add LowPri indicator.
14588 (rcirc-toggle-low-priority): New function.
14589 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
14590 next lowpriority buffer with activity.
14591 (rcirc-record-activity): Sort buffers in rcirc-activity by the
14592 last time the user posted a message in to the target.
14593 (rcirc-update-activity-string): New formatting for low priority
14594 buffers.
14595 (rcirc-split-activity): New function.
14596 (rcirc-handler-PART, rcirc-handler-KICK)
14597 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
14598 (rcirc-nick-away-alist): New variable.
14599 (rcirc-handler-301): New handler. Away messages are printed once
14600 per change.
14601
14602 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14603
14604 * info.el (Info-follow-nearest-node): Doc fix.
14605
14606 * international/mule-cmds.el (set-locale-environment): Make sure
14607 the coding-system preferred by the locale's language has the same
14608 EOL conversion type as the original buffer-file-coding-system.
14609 (locale-language-names): Add a few MS Windows language codes.
14610
14611 2006-04-07 Richard Stallman <rms@gnu.org>
14612
14613 * simple.el (eval-expression): Doc fix.
14614
14615 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
14616 (eval-defun): Doc fixes.
14617
14618 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
14619
14620 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
14621
14622 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
14623
14624 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
14625 GDB list command without argument for greater generality.
14626
14627 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14628
14629 * subr.el (string-or-null-p): New function.
14630
14631 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
14632
14633 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
14634
14635 * files.el: Update comment about safe-local-variable declarations.
14636
14637 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
14638
14639 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
14640 See idlwave.org.
14641
14642 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
14643 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
14644
14645 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
14646 See idlwave.org.
14647
14648 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
14649 version 6.0 (minimal changes). See idlwave.org.
14650
14651 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
14652 6.0 (minimal changes). See idlwave.org.
14653
14654 * progmodes/idlw-rinfo.el: File obsoleted and removed.
14655
14656 2006-04-06 Romain Francoise <romain@orebokech.com>
14657
14658 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
14659 symmetric encryption features and a new asynchronous interface to
14660 GnuPG. This new version is version 1.4, plus whitespace changes.
14661
14662 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14663
14664 * files.el: Move some `safe-local-variable' declarations to the
14665 respective files.
14666
14667 * textmodes/ispell.el (ispell-check-comments)
14668 (ispell-local-dictionary): Mark as safe.
14669
14670 * abbrev.el (abbrev-mode): Mark as safe.
14671
14672 * add-log.el (change-log-default-name): Mark as safe.
14673
14674 * textmodes/reftex-vars.el (reftex-vref-is-default)
14675 (reftex-fref-is-default, reftex-level-indent)
14676 (reftex-guess-label-type): Mark as safe.
14677
14678 * textmodes/fill.el (colon-double-space): Mark as safe.
14679
14680 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
14681 (sentence-end-double-space, sentence-end-without-period)
14682 (sentence-end-without-space, sentence-end, sentence-end-base)
14683 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
14684
14685 2006-04-06 Kim F. Storm <storm@cua.dk>
14686
14687 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
14688 the :set-after list.
14689 (ido-downcase-unc-hosts): New user option. Default on.
14690 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
14691 when it is set, as regexps are now applied on the fly.
14692 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
14693 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
14694 on the fly, but only when ido-process-ignore-lists is set.
14695 Do case insensitive filtering if ido-downcase-unc-hosts is set.
14696 Only downcase names if ido-downcase-unc-hosts is set.
14697
14698 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
14699
14700 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
14701
14702 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
14703
14704 2006-04-05 Kim F. Storm <storm@cua.dk>
14705
14706 * ido.el (ido-mode): Set after ido-unc-hosts and
14707 ido-ignore-unc-host-regexps.
14708 (ido-save-history): Save ido-unc-hosts-cache.
14709 (ido-load-history): Load ido-unc-hosts-cache.
14710 (ido-reread-directory): Refresh unc hosts cache in // dir.
14711
14712 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
14713 to nil while displaying slash screen.
14714
14715 2006-04-05 Daiki Ueno <ueno@unixuser.org>
14716
14717 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14718 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14719
14720 2006-04-05 Kenichi Handa <handa@m17n.org>
14721
14722 * international/characters.el: Setup cases of Latin, Greek, and
14723 Cyrillic characters in CJK charsets.
14724
14725 2006-03-29 Daiki Ueno <ueno@unixuser.org>
14726
14727 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14728 default-enable-multibyte-characters. This reverts the change from
14729 revision 6.17 which is no longer necessary because the passphrase
14730 is sent separately now. GnuPG messages are unreadable under
14731 multibyte locales with default-enable-multibyte-characters set to nil.
14732
14733 2006-04-04 Andreas Schwab <schwab@suse.de>
14734
14735 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
14736 and `byte-compile-warnings' as `safe-local-variable'.
14737
14738 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
14739
14740 * man.el (Man-mode-map): Restore the \r binding.
14741 (Man-abstract-xref-man-page): If Man-target-string is a function,
14742 call it.
14743 (Man-highlight-references): Use Man-default-man-entry to get the
14744 target. Deal with xrefs too.
14745 (Man-highlight-references0): Don't call the target function.
14746
14747 * woman.el (WoMan-xref-man-page): Strip the section number, woman
14748 cannot deal with it.
14749
14750 2006-04-04 Daiki Ueno <ueno@unixuser.org>
14751
14752 * pgg-gpg.el: Clean up process buffers every time gpg processes
14753 complete.
14754
14755 2006-04-04 Kenichi Handa <handa@m17n.org>
14756
14757 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
14758 here.
14759 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
14760 Temporarily bind inhibit-field-text-motion to t.
14761
14762 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14763
14764 * startup.el (normal-splash-screen): Only set mode-line-format in the
14765 splash buffer, so as not to interfere when debugging the code.
14766 Ignore errors when switching buffer.
14767
14768 2006-04-03 Romain Francoise <romain@orebokech.com>
14769
14770 * dired.el (dired-dnd-protocol-alist): Fix typo.
14771
14772 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
14773
14774 * savehist.el (savehist): Add :version.
14775 (savehist-ignored-variables): New variable.
14776 (savehist-minibuffer-hook): Don't save variables listed in
14777 `savehist-ignored-variables'.
14778
14779 * dired.el (dired-dnd-protocol-alist): Mention that change does
14780 only apply to new buffers in doc string.
14781
14782 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14783
14784 * recentf.el (recentf-open-files-item): Include newline in button
14785 field, so opening a file will work, when the point is at the end
14786 of the file name. Allow, for example, to [i]search a file by
14787 extension and just push RET to open it.
14788
14789 2006-04-03 Daiki Ueno <ueno@unixuser.org>
14790
14791 * pgg-gpg.el (pgg-gpg-process-filter)
14792 (pgg-gpg-wait-for-completion): Check if buffer is alive.
14793
14794 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14795 lines, temporary fix.
14796
14797 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14798
14799 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
14800
14801 2006-04-02 Richard Stallman <rms@gnu.org>
14802
14803 * progmodes/compile.el (compilation-message-face): Make it defcustom.
14804
14805 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14806
14807 * ibuf-macs.el (define-ibuffer-column): Add a new key:
14808 header-mouse-map.
14809
14810 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
14811 (ibuffer-mode-header-map): New keymaps.
14812 (ibuffer-update-title-and-summary): Enable mouse face highlighting
14813 and keybindings for column headers.
14814 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
14815 property.
14816
14817 2006-04-02 Drew Adams <drew.adams@oracle.com>
14818
14819 * speedbar.el (speedbar-after-create-hook): Doc fix.
14820
14821 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
14822
14823 * shell.el (shell-directory-tracker)
14824 (shell-dynamic-complete-command): Doc fixes.
14825
14826 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
14827
14828 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
14829 terminals.
14830
14831 2006-04-01 Kim F. Storm <storm@cua.dk>
14832
14833 * ido.el (ido-unc-hosts-cache): New defvar.
14834 (ido-unc-hosts): If value of defcustom is a function, call it to
14835 get list of UNC hosts. Add function-item choices to specify
14836 ido-unc-hosts-net-view or user function.
14837 (ido-ignore-unc-host-regexps): New defcustom.
14838 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
14839 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
14840 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
14841
14842 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14843
14844 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
14845 wwidth.
14846
14847 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
14848
14849 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
14850 (ido-max-work-file-list, ido-switch-buffer)
14851 (ido-read-file-name-as-directory-commands):
14852 Fix typos in docstrings.
14853
14854 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14855
14856 * term/mac-win.el (mac-system-coding-system): Define and use after
14857 Mac-specific coding systems are ready.
14858
14859 2006-03-27 Romain Francoise <romain@orebokech.com>
14860
14861 * net/rcirc.el (rcirc-connect): Add autoload cookie.
14862
14863 * ldefs-boot.el: Update.
14864
14865 2006-03-27 Daiki Ueno <ueno@unixuser.org>
14866
14867 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14868 passphrases when it is not needed.
14869 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14870 passphrase stuff from gpg, should only be necessary when you use
14871 gpg with a smartcard.
14872
14873 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
14874
14875 * comint.el (comint-dynamic-list-completions): Allow user to
14876 select *Completions* buffer.
14877
14878 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
14879
14880 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
14881
14882 2006-03-26 Andreas Schwab <schwab@suse.de>
14883
14884 * progmodes/gud.el (gdb): Only complain about multiple debugging
14885 when the gdb process is still running.
14886
14887 2006-03-25 Eli Zaretskii <eliz@gnu.org>
14888
14889 * mail/rmail.el (tool-bar-map): Defvar it.
14890 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
14891 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
14892
14893 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
14894
14895 * help.el (print-help-return-message): Suggest to use
14896 display-buffer instead of switch-to-buffer-other-window to restore
14897 the previous window without selecting it.
14898
14899 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14900
14901 * frame.el (select-frame-by-name): Call x-focus-frame also when
14902 window-system is mac.
14903
14904 * term/mac-win.el: Adjust Courier font specifications in
14905 x-fixed-font-alist.
14906 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
14907 when directly encoding to UTF-16 in native byte order, no BOM.
14908
14909 2006-03-25 Kim F. Storm <storm@cua.dk>
14910
14911 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
14912 (cua--init-keymaps): Use it instead of fixed C-return.
14913 (cua-mode): Set after it.
14914
14915 * emulation/cua-rect.el (cua--init-rectangles):
14916 Use cua-rectangle-mark-key instead of fixed C-return.
14917
14918 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
14919
14920 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
14921 "run" in .gdbinit.
14922 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
14923
14924 2006-03-24 Romain Francoise <romain@orebokech.com>
14925
14926 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
14927 `display-buffer-other-frame'.
14928
14929 2006-03-24 Kim F. Storm <storm@cua.dk>
14930
14931 * apropos.el (apropos-synonyms): Add selection => region.
14932
14933 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14934
14935 * progmodes/gdb-ui.el (gdb-var-create-regexp)
14936 (gdb-var-list-children-regexp, gdb-var-update-regexp)
14937 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
14938 (gdb-data-list-register-values-regexp)
14939 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
14940 Future proof against new fields being added to MI output.
14941 (gdb-send): Don't treat backslashes for program input as
14942 continuations.
14943 (gdb-assembler-handler): Don't use window-start for this handler.
14944 (gdb-frame-handler): Don't change to hollow arrow if overlay
14945 arrow doesn't move to new frame.
14946
14947 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14948
14949 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
14950 prevent compiler warnings.
14951 (gdb-stopped): Check for gud-last-last-frame (case: signal).
14952 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
14953 (gdb-assembler-custom): Use hollow-right-triangle for assembler
14954 buffer too.
14955
14956 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
14957
14958 * pgg-gpg.el (pgg-gpg-update-agent): Check for
14959 make-network-process, so we can use the same code in Gnus v5-10
14960 too and have this file fully synchronized with that release.
14961
14962 2006-03-23 Romain Francoise <romain@orebokech.com>
14963
14964 * ibuf-ext.el (ibuffer-read-filter-group-name):
14965 Use `ibuffer-generate-filter-groups' to make completion list match
14966 the filter groups that are really displayed in the Ibuffer buffer.
14967 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
14968
14969 2006-03-23 Kenichi Handa <handa@m17n.org>
14970
14971 * international/mule-cmds.el (sort-coding-systems): Describe that
14972 the argument is modified in docstring.
14973
14974 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
14975
14976 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14977 (pgg-gpg-update-agent): New function.
14978 (pgg-gpg-use-agent-p): New function.
14979 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14980 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14981 (pgg-gpg-sign-region): Use it.
14982
14983 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
14984
14985 * cus-edit.el (custom-face-set): Call custom-push-theme before
14986 face-spec set so that `changed' theme is correctly saved.
14987 (custom-face-reset-standard): Reset to recalculated face rather
14988 than defface spec.
14989
14990 * custom.el (custom-push-theme): Only save `changed' theme if the
14991 current face does not match the defface specs.
14992
14993 2006-03-21 Simon Josefsson <jas@extundo.com>
14994
14995 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14996 <wilde@sha-bang.de>.
14997 (pgg-gpg-use-agent): New variable.
14998 (pgg-gpg-process-region): Use it.
14999 (pgg-gpg-encrypt-region): Likewise.
15000 (pgg-gpg-encrypt-symmetric-region): Likewise.
15001 (pgg-gpg-decrypt-region): Likewise.
15002 (pgg-gpg-sign-region): Likewise.
15003 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15004
15005 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
15006
15007 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
15008 bracket links.
15009
15010 2006-03-21 Kim F. Storm <storm@cua.dk>
15011
15012 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
15013 fringe-indicator-alist instead of modifying global value.
15014 (gdb-frame-handler): Likewise.
15015
15016 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
15017
15018 * diff-mode.el (diff-function): Make it inherit from diff-header
15019 instead of diff-context.
15020
15021 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
15022 bitmap.
15023 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
15024 change names in macro above for consistency.
15025 (gdb-frame-handler): Use hollow-right-triangle for all selected
15026 frames which except the innermost (where execution has stopped).
15027 (gdb-reset): Reset buffer-local values of overlay-arrow.
15028
15029 2006-03-20 Richard Stallman <rms@gnu.org>
15030
15031 * simple.el (set-mark-command): Doc fix.
15032
15033 * files.el (display-buffer-other-frame): New command.
15034 (ctl-x-4-map): Bind C-x 5 C-o to it.
15035
15036 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15037
15038 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
15039 rather than just defer-time, in case defer-time has been changed but
15040 the timer isn't running yet.
15041 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
15042
15043 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
15044
15045 * help-mode.el (help-follow-symbol): New function.
15046 Essentially identical to the old `help-follow', but do not let
15047 `push-button' do the work when on an xref.
15048 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
15049
15050 2006-03-19 Richard Stallman <rms@gnu.org>
15051
15052 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
15053 preceded by the word `program'.
15054 (help-follow-mouse, help-follow): Throw error if not on xref.
15055 Delete no longer used args.
15056
15057 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
15058
15059 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
15060 annotation ensure gud-overlay-arrow-position is redisplayed.
15061
15062 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15063
15064 * textmodes/bibtex.el (bibtex-include-OPTkey)
15065 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
15066 (bibtex-autokey-name-case-convert)
15067 (bibtex-autokey-titleword-case-convert): Make these the aliases
15068 for the following two variables.
15069 (bibtex-autokey-name-case-convert-function)
15070 (bibtex-autokey-titleword-case-convert-function): Make these the
15071 real names.
15072 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
15073 bibtex-font-lock-crossref sublists.
15074 (bibtex-mode): Revert 2005-12-30 change (which made
15075 completion-ignore-case buffer-local).
15076 (bibtex-url): Simplify.
15077
15078 2006-03-19 Kim F. Storm <storm@cua.dk>
15079
15080 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
15081 cursor property value to 2 (to align with C level change).
15082
15083 2006-03-19 Bill Wohler <wohler@newt.com>
15084
15085 * image.el (image-load-path-for-library): Shorten first line in
15086 docstring.
15087
15088 2006-03-18 Richard Stallman <rms@gnu.org>
15089
15090 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
15091
15092 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
15093
15094 * isearch.el (isearch-other-meta-char): Handle user bindings for
15095 shifted control characters.
15096
15097 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
15098
15099 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
15100 part that matches email addresses, file names, etc.
15101
15102 2006-03-18 Eli Zaretskii <eliz@gnu.org>
15103
15104 * term/w32-win.el (mouse-set-font):
15105 Mention w32-list-proportional-fonts in the doc string.
15106
15107 2006-03-18 Kim F. Storm <storm@cua.dk>
15108
15109 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
15110 (ido-unc-hosts): New user option to explicitly define list of know
15111 UNC-style hosts for completion.
15112 (ido-cache-unc-host-shares-time): New user option.
15113 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
15114 New helper functions for UNC file-name support.
15115 (ido-may-cache-directory): Check for UNC host. Simplify.
15116 (ido-wash-history): Clean out old UNC hosts.
15117 (ido-nonreadable-directory-p): UNC hosts are always readable.
15118 (ido-directory-too-big-p): UNC hosts are never too big.
15119 (ido-set-current-directory): Handle UNC root path.
15120 (ido-file-name-all-completions): Complete UNC host names from
15121 ido-unc-hosts list. Cache UNC host shares.
15122 (ido-make-file-list-1): Don't filter UNC root.
15123 (ido-exhibit): Check for // in root directory, and switch to UNC
15124 mode by setting ido-current-directory to //.
15125
15126 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
15127
15128 * cus-edit.el (customize-changed-options): Mention explicit
15129 version number as default in prompt.
15130
15131 2006-03-17 Bill Wohler <wohler@newt.com>
15132
15133 * image.el (image-load-path-for-library): Minor docstring fix.
15134
15135 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
15136
15137 * textmodes/org.el (org-read-date): Include subgroup 5 into
15138 replacement text.
15139 (org-popup-calendar-for-date-prompt): Fix customization type.
15140
15141 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
15142
15143 * progmodes/gdb-ui.el (gud-watch): Provide completion.
15144 (gdb-continuation): New variable.
15145 (gdb-send): Deal with continuation lines.
15146
15147 * progmodes/gud.el (gud-gdb-complete-command)
15148 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
15149 expressions.
15150 (gud-tooltip-mode): Use buffer-local value.
15151
15152 2006-03-16 Kim F. Storm <storm@cua.dk>
15153
15154 * ido.el (ido-edit-input): Use selected match, if any.
15155
15156 2006-03-16 Bill Wohler <wohler@newt.com>
15157
15158 * image.el (image-load-path-for-library): Prefer user's images in
15159 image-load-path.
15160
15161 2006-03-16 Martin Rudalics <rudalics@gmx.at>
15162
15163 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
15164 when checking for attempt to drag leftmost or rightmost scrollbar.
15165
15166 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
15167
15168 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
15169 (gdb-force-mode-line-update): New function.
15170 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
15171 (gdb-exited): Use them.
15172 (gdb-signal): New function.
15173 (gdb-annotation-rules): Provide a rule for it.
15174
15175 2006-03-16 Kenichi Handa <handa@m17n.org>
15176
15177 * international/mule.el (auto-coding-regexp-alist): Add entries
15178 for Unicode BOM.
15179
15180 * sort.el (sort-build-lists): Temporarily bind
15181 inhibit-field-text-motion to t.
15182
15183 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
15184
15185 * locate.el (locate-command, locate-make-command-line)
15186 (locate-fcodes-file, locate-update-command)
15187 (locate-prompt-for-command, locate, locate-with-filter)
15188 (locate-get-file-positions): Doc fixes.
15189 (locate-buffer-name, locate-header-face): Remove leading `*' in
15190 defcustom.
15191 (locate-filter-output): Use `keep-lines' instead of its alias
15192 `delete-non-matching-lines'.
15193 (locate-get-filename, locate-get-dirname): Add introductory comment.
15194 (locate-find-directory-other-window): Give appropriate error
15195 message if used outside main listing.
15196
15197 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15198
15199 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
15200 the new extend-region feature.
15201 (font-lock-after-change-function): Update correspondingly.
15202 * jit-lock.el (jit-lock-after-change): Update correspondingly.
15203 * progmodes/grep.el (font-lock-lines-before): Don't disable.
15204
15205 2006-03-15 Bill Wohler <wohler@newt.com>
15206
15207 * image.el (image-load-path-for-library): Fix example by not
15208 recommending that one binds image-load-path. Just defvar it to
15209 placate compiler and only use it if previously defined.
15210
15211 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
15212
15213 * textmodes/org.el (org-insert-centered): Use `string-width' to
15214 make underlining work for wide characters.
15215 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
15216 TAB to `org-cycle', to make sure that no binding in
15217 `outline-mode-map' can supercede it.
15218
15219 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
15220
15221 * allout.el: Increment version to 2.2.1 in file commentary.
15222
15223 (allout-version): Increment to 2.2.1.
15224
15225 (allout-default-layout): New customization variable, used when the
15226 file lacks a specific allout-layout. Uses allout-layout-type for
15227 recursively nested definition.
15228
15229 (allout-layout-type): Widget defining allout layouts, necessary for
15230 self-recursive definition.
15231
15232 (allout-mode): Incorporate allout-default-layout as fallback for
15233 allout-layout.
15234
15235 (allout-layout): Mark as 'safe-local-variable', and refer mention
15236 fallback to `allout-default-layout' in absence of a specified value.
15237 (allout-passphrase-verifier-string)
15238 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
15239
15240 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
15241
15242 (allout-get-encryption-passphrase-verifier): Use correct name of
15243 passphrase verifier in docstring.
15244
15245 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
15246
15247 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
15248 elements.
15249 (gdb-find-watch-expression): Make it work for arrays too.
15250 Follow change to gdb-var-list.
15251 (gud-watch): Allow the user to enter variable name with a prexix
15252 arg. Create keybindings.
15253 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15254 (gdb-var-list-children-handler, gdb-var-update-handler)
15255 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
15256 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
15257 Follow change to gdb-var-list.
15258 (gdb-starting): Don't show the overlay arrows when program is running.
15259
15260 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
15261 gdb-var-list.
15262
15263 2006-03-14 Bill Wohler <wohler@newt.com>
15264
15265 * image.el (image-load-path-for-library): Pass value of path
15266 rather than symbol. Always return list of directories.
15267 Guarantee that image directory comes first.
15268
15269 2006-03-14 Alan Mackenzie <acm@muc.de>
15270
15271 * font-core.el (font-lock-extend-region\(-function\)?.):
15272 New function/variable.
15273
15274 * font-lock.el (font-lock-after-change-function):
15275 Call font-lock-extend-region. Obey font-lock-lines-before.
15276 (font-lock-default-fontify-region): Remove reference to
15277 font-lock-lines-before.
15278
15279 * jit-lock.el (jit-lock-after-change):
15280 Call font-lock-extend-region. Obey font-lock-lines-before.
15281
15282 2006-03-14 David Ponce <david@dponce.com>
15283
15284 * tree-widget.el (tree-widget-themes-load-path)
15285 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15286
15287 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
15288
15289 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
15290 (rcirc-print): Mark the start of text at the end of the prompt.
15291 (rcirc-track-minor-mode): Add autoload cookie.
15292 (rcirc-update-activity-string): Add space to front of mode-line
15293 indicator.
15294
15295 2006-03-13 Miles Bader <miles@gnu.org>
15296
15297 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
15298 (rcirc-abbrev-nick): Remove function.
15299 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
15300
15301 2006-03-13 David Ponce <david@dponce.com>
15302
15303 * tree-widget.el: Handle themes across all occurrences of the main
15304 themes sub-directory found in tree-widget-themes-load-path.
15305 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15306 (tree-widget--locate-sub-directory): Return all occurrences.
15307 (tree-widget-themes-path): New function.
15308 Replace tree-widget-themes-directory, and return a list of directories.
15309 (tree-widget-set-parent-theme)
15310 (tree-widget-lookup-image): Use it.
15311
15312 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
15313
15314 * textmodes/org.el (org-link-search): Avoid self-matching of
15315 links, allow target text to be distributed over several lines.
15316 (org-search-not-link): New function.
15317 (org-set-regexps-and-options, org-get-current-options):
15318 New startup options.
15319 (org-export-as-html): Take odd-level setting from local variable.
15320 (org-fontify-emphasized-text): New option.
15321 (org-set-font-lock-defaults): Include emphasized text.
15322 (org-follow-mhe-link): Allow folder-only links, fix folder name.
15323 (org-font-lock): Customize group renamed from `org-faces'.
15324
15325 2006-03-13 John Paul Wallington <jpw@pobox.com>
15326
15327 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
15328 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
15329
15330 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
15331
15332 * cus-start.el (all): Delete :version keyword for members of the
15333 fringe group, since the entire group is new in 22.1.
15334
15335 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
15336
15337 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
15338 map if value is hexadecimal (an address).
15339 (gud-watch): Only search roots for existing watch expressions.
15340 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
15341 prevent caching problems with speedbar-update-directory-contents.
15342
15343 2006-03-12 Juri Linkov <juri@jurta.org>
15344
15345 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
15346 before comparing with `low' and `warn'.
15347
15348 * info.el (Info-dir-remove-duplicates): Move point to the
15349 beginning of the current line after deleting the entries from
15350 redundant heading. Use marker for `limit' and compare it with
15351 point before calling `re-search-forward'.
15352
15353 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
15354
15355 * simple.el (yank): Fix typo in docstring.
15356
15357 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
15358
15359 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
15360 messages, where "D" is the 6th character.
15361
15362 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15363
15364 * simple.el (yank): Fix last change.
15365
15366 2006-03-11 David Ponce <david@dponce.com>
15367
15368 * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
15369 before merging elements from the standard ispell-dictionary-alist.
15370 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
15371 alist, and return the new alist.
15372
15373 2006-03-11 Richard Stallman <rms@gnu.org>
15374
15375 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
15376
15377 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
15378 the way it is implemented is too unclean.
15379
15380 * simple.el (kill-region, yank): Doc fix.
15381
15382 * battery.el (battery-echo-area-format): Doc fix.
15383 (battery-mode-line-format): Likewise.
15384 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
15385 (battery-linux-proc-acpi): Ignore batteries that say "charged".
15386
15387 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
15388
15389 * progmodes/octave-mod.el (octave-indent-for-comment):
15390 Behave according to do string.
15391
15392 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
15393
15394 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
15395 Be visible only if major mode is Mail Mode.
15396
15397 * textmodes/flyspell.el (flyspell-external-point-words)
15398 (flyspell-process-localwords): Fix last changes.
15399
15400 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15401
15402 * calendar/holidays.el (list-holidays): Doc fix.
15403
15404 * international/mule.el (auto-coding-alist): Add .odt
15405 (OpenOffice's open document) files.
15406
15407 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
15408 document) files. Mention in the doc string the need to sync with
15409 auto-coding-alist.
15410
15411 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
15412
15413 * files.el (hack-local-variables-confirm): Don't prompt for ! if
15414 enable-local-variables is set to always query, or there is no
15415 savable variable.
15416
15417 2006-03-10 Bill Wohler <wohler@newt.com>
15418
15419 * image.el (image-load-path-for-library): Merge at least three
15420 functions from Gnus and MH-E into this one function that can now
15421 be shared.
15422
15423 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
15424
15425 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
15426 gdb-remove-mouse-face and remove help-echo too.
15427 (gdb-enqueue-input): Correct conditional clause.
15428
15429 2006-03-10 Glenn Morris <rgm@gnu.org>
15430
15431 * calendar/calendar.el (calendar-holidays): Doc fix.
15432 * calendar/holidays.el (list-holidays): Doc fix.
15433
15434 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
15435
15436 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
15437 it gets called in gdb-prompt anyway.
15438 (gdb-use-separate-io-buffer): Only restore window arrangement for
15439 gdb-many-windows.
15440 (gdb-enqueue-input): Make it harder to send GDB input when program
15441 is running.
15442 (gdb-buffer-list): New variable.
15443 (gdb-remove-mouse-face): New function.
15444 (gdb-starting): Use it when GDB input won't get sent.
15445
15446 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
15447
15448 * help.el (view-lossage): Remove trailing whitespace before
15449 inserting "\n".
15450
15451 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
15452
15453 * files.el (hack-local-variables-confirm):
15454 Set coding-system-for-read to nil before writing to .emacs.
15455
15456 * arc-mode.el (archive-extract): Check if an existing buffer name
15457 comes from a different archive.
15458
15459 * help.el (describe-key-briefly): If KEY is a down event, read and
15460 discard the up event.
15461
15462 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
15463
15464 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
15465 be edited and use font-lock-warning-face for any changes.
15466
15467 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
15468 (gdb-edit-value): Use it to report any errors.
15469
15470 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
15471
15472 * help.el (describe-key): Remove leftover test code.
15473
15474 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
15475
15476 * textmodes/org.el: Move defvars out of eval-when-compile.
15477 Use buffer-file-name variable.
15478 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
15479 arg `file'.
15480 (org-level-faces): Remove startup dependency.
15481 (org-cycle, org-map-tree, org-scan-tags)
15482 (org-remember-handler): Don't call `outline-level' directly.
15483 (org-mhe-search-all-folders): New option.
15484 (org-mhe-get-message-folder-from-index)
15485 (org-mhe-get-message-folder): Fix indexing search.
15486 (org-format-agenda-item): Handle nil TAGS argument.
15487 (org-cleaned-string-for-export, org-activate-target-links)
15488 (org-make-target-link-regexp): Deal with empty radio target list.
15489 (org-tag): New face.
15490 (org-get-level-face): New function.
15491 (org-set-font-lock-defaults): Simplify setup for headlines.
15492 (org-complete): Pass common substring to `display-completion-list'.
15493
15494 2006-03-06 David Ponce <david@dponce.com>
15495
15496 * tree-widget.el: Update Commentary header.
15497 (tree-widget-theme-name): Ignore parent themes.
15498 (tree-widget-set-parent-theme): New function.
15499 (tree-widget-set-theme): Use it.
15500 (tree-widget-set-image-properties): Move definition. Does nothing
15501 if image properties have already been set.
15502 (tree-widget-image-properties): Move definition. Receive an image
15503 name. Set the :pointer property.
15504 (tree-widget-lookup-image): Doc fix. Search in parent themes.
15505 Don't set the :pointer image property.
15506 (tree-widget-convert-widget): New function. Handle :dynargs
15507 compatibility here.
15508 (tree-widget): Use it to :convert-widget. Add the :expander-p
15509 predicate to control when the :expander function is entered.
15510 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
15511 (tree-widget-value-create): Handle :expander-p. widget-apply
15512 :expander.
15513 (tree-widget-expander-p): New function. Default value of the
15514 :expander-p property.
15515
15516 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
15517
15518 * help.el (describe-key): Properly handle the return value of
15519 read-key-sequence when grabbing an up-event. Cleanup mouse-1
15520 remaps. Handle string and vector `follow-link' values.
15521
15522 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
15523
15524 * complete.el (PC-expand-many-files): Try be more careful when parsing
15525 the shell's output.
15526
15527 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
15528
15529 * outline.el (hide-sublevels): Provide better interactive default.
15530
15531 2006-03-06 Kenichi Handa <handa@m17n.org>
15532
15533 * international/fontset.el (create-fontset-from-fontset-spec):
15534 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
15535
15536 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
15537
15538 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
15539 backslashes instead of one in regexp.
15540 (gud-tooltip-dereference): Add missing optional argument.
15541
15542 2006-03-04 John Paul Wallington <jpw@pobox.com>
15543
15544 * wdired.el (toplevel): Require `cl' at compile-time.
15545
15546 2006-03-04 Andreas Schwab <schwab@suse.de>
15547
15548 * server.el (server-process-filter): Handle errors during
15549 evaluation of the argument.
15550
15551 2006-03-03 John Paul Wallington <jpw@pobox.com>
15552
15553 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
15554 escape parentheses at beginning of line.
15555 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
15556 (t-mouse-mode): Remove period from end of error message.
15557
15558 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
15559
15560 * textmodes/flyspell.el (flyspell-process-localwords):
15561 Be case-sensitive.
15562
15563 2006-03-03 Martin Rudalics <rudalics@gmx.at>
15564
15565 * cus-edit.el (custom-quote): Remove function, since it has been
15566 moved to custom.el.
15567
15568 * font-lock.el (lisp-font-lock-keywords-2)
15569 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
15570 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
15571 they have no special meaning.
15572
15573 * midnight.el (clean-buffer-list): Handle case where base-buffer of
15574 indirect buffer gets killed before indirect buffer. Use dolist.
15575
15576 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15577
15578 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
15579 value instead of a literal constant (1) on more pauses.
15580
15581 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
15582
15583 * textmodes/flyspell.el (flyspell-external-point-words):
15584 Be case-sensitive.
15585
15586 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
15587
15588 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
15589 with "www".
15590
15591 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15592
15593 * allout.el: Restablish intermediate missing comment header to
15594 preserve outline structure.
15595 (allout-beginning-of-current-entry): Skip invisible text.
15596 (allout-open-topic): Fix opening a topic at end-of-buffer.
15597 (allout-minor-mode): Move nearer to allout-mode function.
15598
15599 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
15600
15601 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
15602
15603 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
15604
15605 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
15606 is nil.
15607
15608 * progmodes/gud.el (gud-speedbar-menu-items):
15609 Use buffer-local-value and add missing :visible keyword.
15610
15611 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
15612
15613 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
15614
15615 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
15616 must be `follow-link'.
15617
15618 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
15619
15620 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
15621 formatting: No nested anchors.
15622 (org-all-targets): Fix bug with XEmacs compatibility.
15623 (org-read-date): Add (require 'parse-time).
15624 (org-set-tags): Fix bug with extra inserted space.
15625 (org-export-html-style): Define a style class for targets.
15626 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
15627 (org-hide-leading-stars): New option.
15628 (org-hide): New face.
15629 (org-set-font-lock-defaults): Allow to hide leading stars.
15630 (org-get-legal-level, org-tr-level): New functions.
15631 (org-odd-levels-only): New option.
15632 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
15633 (org-demote, org-promote): Deal with double-star levels.
15634 (org-convert-to-odd-levels): New command.
15635
15636 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
15637
15638 * speedbar.el (speedbar-update-localized-contents): Try to
15639 preserve window-start.
15640 (speedbar-update-directory-contents): Try to preserve window-start
15641 and window-point.
15642 (speedbar-update-special-contents): Don't move back to start of window.
15643
15644 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
15645 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
15646 speedbar-timer-fn.
15647 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
15648 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
15649 instead of gdb-speedbar-timer-fn.
15650
15651 2006-02-28 Jay Belanger <belanger@truman.edu>
15652
15653 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
15654 (math-compose-expr): Use latex option when calling
15655 `math-compose-tex-matrix' for latex mode.
15656
15657 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
15658
15659 * speedbar.el: Re-instate comments about developing for speedbar
15660 [this is what info and gdb-ui use even if better methods exist now].
15661
15662 * t-mouse.el: New file.
15663 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
15664 (t-mouse-lispy-buffer-posn-from-coords): Remove.
15665 (t-mouse-make-event-element): Use posn-at-x-y instead.
15666 (t-mouse-make-event): Deal with Fedora Core 3.
15667 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
15668 (t-mouse-mouse-position-function): New function. Use it instead
15669 of advising mouse-position.
15670 (t-mouse-mode): New minor mode.
15671 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
15672
15673 2006-02-27 Glenn Morris <rgm@gnu.org>
15674
15675 * calendar/calendar.el (calendar-holidays): Doc fix.
15676
15677 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
15678
15679 * progmodes/gdb-ui.el (gdb-source-window): New variable.
15680 Re-introduce the concept of a source window.
15681 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
15682 consistency with get-buffer-create.
15683 (def-gdb-auto-update-handler, gdb-info-locals-handler)
15684 (gdb-data-list-register-values-handler)
15685 (gdb-stack-list-locals-handler): Try to preserve window-start as
15686 well as window-point.
15687 (gdb-display-source-buffer): New function (old concept).
15688 (gdb-goto-breakpoint): Use it.
15689
15690 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
15691 for gdb-ui/gdb-mi (old concept).
15692
15693 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
15694
15695 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
15696 binding.
15697
15698 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
15699
15700 * textmodes/reftex-sel.el (reftex-select-label-map)
15701 (reftex-select-bib-map): Add `follow-mouse' binding.
15702
15703 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
15704
15705 * jka-cmpr-hook.el (jka-compr-compression-info-list)
15706 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
15707 Give :set functions to provide automatic updating.
15708 Update docstring. Give compiler defvars early in the file
15709 and move the defcustoms to a later spot where all called functions
15710 are defined.
15711 (jka-compr-file-name-handler-entry): Doc fix.
15712 (jka-compr-compression-info-list--internal)
15713 (jka-compr-mode-alist-additions--internal)
15714 (jka-compr-load-suffixes--internal): New variables.
15715 (jka-compr-install): Set the three above variables.
15716 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15717 (jka-compr-update, jka-compr-set): New functions.
15718 (auto-compression-mode): Doc fix.
15719
15720 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
15721 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15722 Use jka-compr-compression-info-list--internal,
15723 jka-compr-mode-alist-additions--internal and
15724 jka-compr-load-suffixes--internal.
15725
15726 * files.el (load-library):
15727 * loadhist.el (file-loadhist-lookup):
15728 * startup.el (command-line):
15729 * subr.el (locate-library):
15730 * emacs-lisp/autoload.el (update-directory-autoloads):
15731 * emacs-lisp/find-func.el (find-library-suffixes):
15732 Use `get-load-suffixes' instead of `load-suffixes'.
15733
15734 * subr.el (locate-library):
15735 * emacs-lisp/find-func.el (find-library-name):
15736 Use `load-file-rep-suffixes' instead of '("").
15737
15738 2006-02-26 Kim F. Storm <storm@cua.dk>
15739
15740 * ido.el (ido-save-history, ido-load-history): Simplify.
15741 Don't use find-file-noselect to avoid interference from other modes.
15742
15743 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
15744
15745 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
15746 to use the default shell if filename is not available.
15747 Reported by Giorgos Keramidas.
15748
15749 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
15750
15751 * progmodes/etags.el (tags-completion-table): Do completion from
15752 all the tables in the current list, as documented in the manual.
15753
15754 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15755
15756 * CC Mode Update to 5.31.3.
15757
15758 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15759
15760 * progmodes/cc-mode.el (c-postprocess-file-styles):
15761 Bind inhibit-read-only to t, around the call to
15762 c-remove-any-local-eval-or-mode-variables, so that it works on a
15763 RO file.
15764
15765 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15766
15767 * progmodes/cc-awk.el: Correct a typo.
15768
15769 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15770
15771 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
15772 c-hungry-delete-backwards, at the request of RMS. Leave the old
15773 name as an alias.
15774
15775 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15776
15777 * progmodes/cc-mode.el: Correct a typo.
15778
15779 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15780
15781 * progmodes/cc-defs.el: Update the version number to 5.31.3.
15782
15783 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15784
15785 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
15786 brace-else-brace (error due to mbeg, mend being undefined).
15787
15788 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15789
15790 * progmodes/cc-mode.el: File Local variables: Solve the problem
15791 where both `mode' and c-file-offsets are specified: `mode' will
15792 overwrite c-f-o's settings:
15793 (c-remove-any-local-eval-or-mode-variables): New function.
15794 (c-postprocess-file-styles): Call the above new function, within
15795 c-tentative-buffer-change, to splat `mode' and `eval' before the
15796 second hack-local-variables.
15797
15798 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15799
15800 * progmodes/cc-mode.el:
15801 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
15802 (c-after-change): Protect the match data with save-match-data.
15803 It was getting corrupted by c-after-change-check-<>-operators.
15804
15805 * progmodes/cc-defs.el: [Supersedes patch V1.38]:
15806 (top level): Check for a buggy font-lock-compile-keywords ONLY in
15807 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
15808
15809 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
15810 with save-match-data. It was being corrupted when Font Lock was
15811 not enabled.
15812
15813 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15814
15815 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
15816 Mode and Subword Mode.
15817
15818 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
15819 real labels ("case 1:" or "foo:") from non-labels ("public:").
15820 (c-forward-objc-directive): Replace c-forward-token-2 with crude
15821 coding; c-f-t-2 doesn't move over a token at EOB.
15822
15823 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
15824
15825 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
15826 (c-update-modeline): Concatenate the minor mode indicators
15827 directly onto mode-name, removing c-submode-indicators.
15828 Sometimes, c-s-i got separated from the mode name on the mode line.
15829
15830 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
15831 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
15832
15833 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15834
15835 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
15836 error message when there's an evaluation error to show whether
15837 it's loaded from source or not.
15838 (c-filter-ops): Make it available at runtime too to work when
15839 `c-make-init-lang-vars-fun' needs to evaluate from source.
15840
15841 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
15842
15843 * help.el (help): Revert last part of 2006-02-23 change (deletion
15844 of the `provide' call).
15845
15846 2006-02-23 Juri Linkov <juri@jurta.org>
15847
15848 * compare-w.el (compare-windows-highlight): Add new value
15849 `persistent' and change :type from `boolean' to `choice'.
15850 (compare-windows-overlays1, compare-windows-overlays2):
15851 New internal variables.
15852 (compare-windows-highlight): If compare-windows-highlight is
15853 `persistent', add current overlays to compare-windows-overlays[12]
15854 instead of adding compare-windows-dehighlight to pre-command-hook.
15855 (compare-windows-dehighlight): Delete all overlays from
15856 compare-windows-overlays[12].
15857
15858 * info.el (Info-search): Don't bind search-spaces-regexp to
15859 Info-search-whitespace-regexp in non-regexp isearch mode.
15860
15861 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15862
15863 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
15864
15865 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
15866
15867 * textmodes/org.el (org-xemacs-p)
15868 (org-export-html-show-new-buffer, org-table-may-need-update)
15869 (org-insert-item, org-mhe-get-message-real-folder)
15870 (org-mhe-get-message-folder-from-index)
15871 (org-mhe-get-message-folder, org-mhe-get-message-num)
15872 (org-mhe-get-header, org-make-org-heading-search-string)
15873 (org-make-org-heading-camel, org-table-sort-lines)
15874 (org-format-org-table-html, org-format-table-table-html):
15875 Fix typos in docstrings.
15876
15877 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
15878
15879 * textmodes/org.el (org-cleaned-string-for-export)
15880 (org-solidify-link-text): New function.
15881 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
15882 XEmacs, just to silence the compiler.
15883 (org-export-as-ascii, org-export-as-html-and-open):
15884 Use `org-cleaned-string-for-export' and create internal links.
15885 (org-follow-mhe-link): Require mh-e, use folder.
15886
15887 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15888
15889 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
15890
15891 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
15892 gdb-debug-log-length.
15893 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
15894 it a real ring but...
15895 (gud-gdba-marker-filter): ...make it work like mark-ring.
15896 (gdb-enable-debug): Rename from gdb-enable-debug-log.
15897 (gdb-mouse-jump): New function. Add bindings.
15898
15899 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15900
15901 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
15902 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
15903 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
15904 (gdb-debug-log-length): Customize it's length.
15905 (gud-watch, gdb-var-create-handler): Display function::var format
15906 but don't use to create variable object.
15907 (gdb-var-create-handler): Use message-box in place of message.
15908 (gdb-stopped): Call gdb-exited if signalled.
15909
15910 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
15911
15912 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
15913
15914 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
15915
15916 * textmodes/reftex.el (reftex-locate-file): Search all extensions
15917 if `reftex-try-all-extensions' is set.
15918
15919 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
15920 fail silently when there is no valid argument at point.
15921 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
15922 `fail-silently' argument. From a patch by David Reiter.
15923
15924 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
15925 New commands.
15926 (org-mark-ring): New variable.
15927 (org-mark-ring-length): New option.
15928 (org-open-at-point, org-goto, org-open-file): Push old position
15929 onto the mark ring.
15930 (org-add-hook): New function.
15931 (org-export-table-remove-special-lines): New option.
15932 (org-skip-comments, org-format-org-table-html): Respect new
15933 option `org-export-table-remove-special-lines'.
15934 (org-open-file): Allow special command configuration for
15935 directory link.
15936 (org-file-apps): Fix bugs in customize type, added setting
15937 for directories.
15938 (org-activate-tags, org-format-agenda-item, org-complete)
15939 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
15940 (org-get-tags, org-get-buffer-tags, org-open-at-point)
15941 (org-link-search, org-make-org-heading-search-string)
15942 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
15943 (org-radio-targets, org-file-link-context-use-camel-case)
15944 (org-activate-camels): New options.
15945 (org-update-radio-target-regexp, org-all-targets)
15946 (org-make-target-link-regexp, org-activate-target-links):
15947 New functions.
15948 (org-make-org-heading-search-string): New function.
15949 (org-store-link, org-insert-link): Use new option
15950 `org-file-link-context-use-camel-case'.
15951 (org-activate-camels): Use new option `org-activate-camels'.
15952 (org-link-regexp): Add mhe prefix.
15953 (org-open-at-point, org-store-link): Support for mhe links.
15954 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
15955 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
15956 (org-mhe-get-header, org-follow-mhe-link): New functions.
15957 (org-remove-angle-brackets, org-add-angle-brackets):
15958 New functions.
15959 (org-bracket-link-regexp): New constant.
15960 (org-read-date): Fix bug that was rejecting all typed dates.
15961 (org-link-search): Make hierarchy above visible after a match.
15962 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
15963 (org-store-link): Fix bug with link creation when cursor is in
15964 an empty line.
15965 (org-open-at-point): Fix bug with matching a link.
15966 Fixed buggy argument sequence in call to `org-view-tags'.
15967 (org-compile-prefix-format): Set `org-prefix-has-tag'.
15968 (org-prefix-has-tag): New variable.
15969 (org-format-agenda-item): Remove tags from headline
15970 if appropriate.
15971 (org-agenda-remove-tags-when-in-prefix): New option.
15972
15973 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
15974
15975 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
15976 Fix the regular expressions.
15977
15978 2006-02-21 Richard M. Stallman <rms@gnu.org>
15979
15980 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
15981 if there's no other specific basis.
15982
15983 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
15984 as variables at all.
15985 (unsafep-variable): Rename arg; doc fix.
15986
15987 * abbrevlist.el (list-one-abbrev-table): Add autoload.
15988
15989 * calendar/appt.el (diary-selective-display): Add defvar.
15990
15991 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
15992
15993 * isearch.el (search-whitespace-regexp): Fix custom type.
15994
15995 * help.el (describe-key-briefly): Compute interactive args
15996 in same was as before previous change.
15997
15998 * files.el (enable-local-variables): Doc fix.
15999
16000 2006-02-21 Kim F. Storm <storm@cua.dk>
16001
16002 * fringe.el: Cleanup as file is now pre-loaded.
16003 (fringe-bitmaps): Initialize unconditionally.
16004 (fringe-mode, set-fringe-style): Remove autoload cookies.
16005
16006 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
16007
16008 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
16009 `horizontal-bar'.
16010 (fringe-cursor-alist): Use `horizontal-bar'.
16011
16012 2006-02-20 Kim F. Storm <storm@cua.dk>
16013
16014 * fringe.el (fringe-bitmaps): Update to new bitmap names.
16015 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
16016
16017 * loadup.el: Load "fringe" on window systems.
16018
16019 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
16020
16021 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
16022 out of scope components.
16023
16024 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
16025 default.
16026
16027 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
16028
16029 * custom.el (customize-mark-to-save, customize-mark-as-set):
16030 Load the symbol first.
16031
16032 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
16033
16034 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
16035 strech spec so it doesn't display as "^J" on the header line
16036 when `Buffer-menu-use-header-line' is t.
16037
16038 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
16039
16040 * speedbar.el (speedbar-make-button): Keep text properties
16041 of string arguments if desired.
16042
16043 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
16044 expessions.
16045
16046 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
16047 of speedbar.
16048
16049 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
16050
16051 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
16052 to value of `read-file-name-completion-ignore-case'.
16053
16054 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
16055
16056 * custom.el (customize-mark-as-set): Push to `user' theme.
16057
16058 * cus-edit.el (custom-save-variables): Allow unthemed values.
16059 (customize-set-variable): Push setting to `user' theme.
16060
16061 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
16062
16063 * progmodes/gud.el: Don't require font-lock as it's now
16064 automatically loaded.
16065 (gud-speedbar-buttons): Replace gdb-var-changed with
16066 gdb-force-update.
16067
16068 * progmodes/gdb-ui.el (gdb-force-update): Rename from
16069 gdb-var-changed.
16070 (gdb-post-prompt): Use it.
16071 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
16072 (gdb-var-update-handler, gdb-var-delete)
16073 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
16074 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
16075 gdb-force-update in gdb-post-prompt.
16076 (gdb-reset): Clear watch expressions from speedbar when quitting.
16077
16078 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16079
16080 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
16081 (viper-change-state-to-vi, viper-change-state-to-emacs):
16082 Make aware of cursor coloring in the Emacs state.
16083 (viper-special-read-and-insert-char): Use read-char-exclusive.
16084 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
16085
16086 * emulation/viper-init.el (viper-emacs-state-cursor-color):
16087 New variable.
16088
16089 * emulation/viper-util.el (viper-save-cursor-color)
16090 (viper-get-saved-cursor-color-in-replace-mode)
16091 (viper-get-saved-cursor-color-in-insert-mode)
16092 (viper-restore-cursor-color): Make aware of the cursor color
16093 in Emacs state.
16094 (viper-get-saved-cursor-color-in-emacs-mode): New function.
16095
16096 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
16097 (ediff-ignore-case-option3, ediff-actual-diff-options)
16098 (ediff-actual-diff3-options): New variables to control case sensitivity.
16099 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
16100 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
16101 (ediff-toggle-ignore-case): New function.
16102 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
16103
16104 * ediff-help.el (ediff-long-help-message-narrow2)
16105 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
16106 (ediff-long-help-message-word-mode): Add ignore-case command.
16107 (ediff-help-for-quick-help): Add ignore-case command.
16108
16109 * ediff-merg.el: Move provide to the end.
16110
16111 * ediff-ptch.el: Move provide to the end.
16112
16113 * ediff-wind.el: Move provide to the end.
16114
16115 * ediff-mult.el: Move provide to the end.
16116 (ediff-set-meta-overlay): Enable follow-link.
16117
16118 * ediff.el: Move provide to the end.
16119 Break recursive load cycle in eval-when-compile.
16120 (ediff-patch-buffer): Better heuristics.
16121
16122 * ediff-util.el: Move provide to the end.
16123 Break recursive load cycle in eval-when-compile.
16124 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
16125 defuns.
16126 (ediff-submit-report): Pass the values of ediff-diff3-program,
16127 ediff-diff3-options.
16128
16129 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
16130
16131 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
16132 the opening bracket of the following bracketing pairs: {}, [], (), <>,
16133 `' (for example, in the docstring of `windmove-default-keybindings').
16134
16135 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
16136
16137 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
16138 shadow face. Don't provide binding to edit variable when it is
16139 out of scope.
16140
16141 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
16142 (gdb-var-update-handler): Detect out of scope variables with pre
16143 GDB 6.4 too.
16144 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
16145 Reset status of variable objects to nil in update handlers.
16146 (gdb-var-update-handler-1): Detect when a variable object comes
16147 in scope. setcar on var changes gdb-var-list directly.
16148
16149 2006-02-17 Juri Linkov <juri@jurta.org>
16150
16151 * ffap.el (ffap) <defface>: Add explicit face declaration.
16152 (ffap-highlight): Use face `ffap' directly instead of checking
16153 for its existence.
16154
16155 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
16156 `visible-ok' of `other-buffer' to find the right original buffer.
16157
16158 * info.el (Info-search): Skip `Local Variables' node.
16159
16160 2006-02-17 Juri Linkov <juri@jurta.org>
16161
16162 * info.el (Info-find-file): Check for symbols `apropos', `history',
16163 `toc' in the input filename, and return these symbols as is.
16164 (Info-find-node-2): Set Info-current-file to symbols `apropos',
16165 `history', `toc' instead of strings.
16166 (Info-set-mode-line): For non-string Info-current-file use the
16167 symbol's name inside **.
16168 (Info-isearch-push-state): Add quote before Info-current-file and
16169 Info-current-node.
16170 (Info-isearch-pop-state): Use `equal' instead of `string='.
16171 (Info-extract-pointer, Info-following-node-name): Use
16172 `match-string-no-properties' instead of `match-string'.
16173 (Info-up): Check `old-file' for `stringp'.
16174 (Info-history): Use `equal' instead of `string-equal'.
16175 Check `file' for `stringp'.
16176 (Info-history): Use symbol `history' instead of string as first arg
16177 of `Info-find-node'.
16178 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
16179 `toc' instead of string.
16180 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
16181 instead of `buffer-substring', and `match-string-no-properties'
16182 instead of `match-string'.
16183 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
16184 instead of strings.
16185 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
16186 Use symbol `apropos' instead of string.
16187 (Info-copy-current-node-name): Check `Info-current-file' for
16188 `stringp' and construct a command with `Info-find-node' from it.
16189 (Info-fontify-node): Use `match-string-no-properties' instead of
16190 `match-string' and check file names for `stringp'.
16191 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
16192 `history', `toc' instead of strings.
16193
16194 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
16195
16196 * files.el: Rearrange functions and variables in the file local
16197 variables section.
16198
16199 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
16200
16201 * files.el: Add truncate-lines, ispell-check-comments and
16202 ispell-local-dictionary as safe local variables.
16203
16204 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
16205
16206 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
16207 out of scope variables.
16208 (gud-speedbar-buttons): Use unless.
16209
16210 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
16211 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
16212 (gdb-show-changed-values): Also use for out of scope variables.
16213 (gdb-var-update-handler-1): Note if variable goes out of scope.
16214
16215 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
16216
16217 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
16218 default to global variable values for unsupplied args.
16219 (rcirc-get-buffer-create): Fix bug with setting the target.
16220 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
16221 test for rcirc-always-use-server-buffer-flag here.
16222 (rcirc-response-formats): Add %N, which is a facified nick. %n
16223 uses the default face. Change the ACTION format string. If the
16224 "nick" is the server, don't print anything for that field.
16225 Comment fixes.
16226 (rcirc-target-buffer): Don't test
16227 rcirc-always-use-server-buffer-flag here.
16228 (rcirc-print): Squeeze extra spaces out of the text before message.
16229 (rcirc-put-nick-channel): Strip potential "@" char from nick
16230 before adding them to nick table.
16231 (rcirc-url-regexp): Improve to match address like "foo.com".
16232
16233 2006-02-17 Eli Zaretskii <eliz@gnu.org>
16234
16235 * allout.el (allout-hidden-p): Move this defsubst before
16236 allout-overlay-interior-modification-handler, where it is first
16237 used.
16238
16239 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
16240
16241 * allout.el: Use allout invisible-text overlays instead of
16242 selective display for concealed text. Also, lots of general
16243 cleanup, and improved compatibility code.
16244
16245 (allout-version): Incremented, corrected, revised, and refined
16246 module commentary.
16247
16248 (provide 'allout): Moved to the bottom, added a require of overlay.
16249
16250 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
16251 `except-current'.
16252 (allout-write-file-hook-handler): Minimize delay.
16253 (count-trailing-whitespace-region): New function so
16254 auto-encryption of current topic can resituate cursor exactly.
16255 PGP/GPG encryption trims trailing whitespace from lines, which
16256 must be accounted for across encryption then decryption.
16257
16258 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
16259 just plain "\C-c", to avoid intruding on user's keybinding space.
16260
16261 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
16262 parameter, so user request to provide a new password is done.
16263
16264 (allout-outside-normal-auto-fill-function, allout-auto-fill):
16265 Refined mechanism for auto-filling behavior while in allout mode.
16266
16267 (allout-mode): Explicitly specify the mode map in the docstring.
16268 Clarify provision for various write-file hook var names.
16269 Adjusted for invisible-text overlays instead of selective-display.
16270
16271 (allout-depth): Really return 0 if not within any topic. This
16272 rectifies `allout-beginning-of-level' and sequence numbering
16273 errors that occur when cutting and pasting numbered topics.
16274 Changed from a in-line subst to a regular function, as well.
16275
16276 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
16277
16278 (allout-end-of-subtree, allout-end-of-subtree)
16279 (allout-end-of-entry, allout-end-of-current-heading)
16280 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
16281 (allout-show-children, allout-show-to-offshoot)
16282 (allout-hide-current-entry, allout-show-current-entry): Rectified
16283 handling of trailing blank lines between items.
16284
16285 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
16286 (allout-current-depth, allout-unprotected, allout-hidden-p)
16287 (allout-on-current-heading-p, allout-listify-exposed)
16288 (allout-chart-subtree, allout-goto-prefix)
16289 (allout-back-to-current-heading, allout-get-body-text)
16290 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
16291 (allout-hide-region-body, allout-toggle-subtree-encryption)
16292 (allout-encrypt-string, allout-encrypted-key-info)
16293 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
16294 (allout-file-vars-section-data): Adjusted for use with
16295 invisible-text overlays instead of selective-display.
16296
16297 (allout-kill-line, allout-kill-topic, allout-yank-processing):
16298 Reworked for use with invisible text overlays.
16299
16300 (allout-current-topic-collapsed-p): New function.
16301
16302 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
16303 to know when to close the containing topic.
16304
16305 (allout-pre-command-business, allout-post-command-business):
16306 Simplify undo-batching and dynamic isearch exposure.
16307
16308 (allout-set-overlay-category): New for invisible-text overlays.
16309 Sets properties of allout-overlay-category, used by
16310 allout-flag-region to set invisible-text overlay properties.
16311 (allout-get-invisibility-overlay): Get the first qualifying
16312 invisibility overlay, so we can find the extent of it.
16313 (allout-back-to-visible-text): Get to just before the beginnining
16314 of the current invisibility overlay, if any.
16315
16316 (allout-overlay-insert-in-front-handler)
16317 (allout-overlay-interior-modification-handler)
16318 (allout-before-change-handler, allout-isearch-end-handler): New
16319 functions to handle extraordinary actions affecting concealed
16320 text.
16321
16322 (allout-flag-region): Use overlays instead of selective-display
16323 for invisible text - by inheritence from the properties of
16324 allout-overlay-category in mainline Emacs, and applied
16325 property-by-property in XEmacs, some recent versions of which
16326 don't inherit the properties from the category. Provisions to
16327 respond to concealed-text edits simplified drastically.
16328
16329 (allout-isearch-rectification, allout-isearch-was-font-lock)
16330 (allout-isearch-expose, allout-enwrap-isearch)
16331 (allout-isearch-abort, allout-pre-was-isearching)
16332 (allout-isearch-prior-pos, allout-isearch-did-quit)
16333 (allout-isearch-dynamic-expose)
16334 (allout-hide-current-entry-completely): Functions deleted.
16335
16336 (allout-undo-aggregation): Explicit undo aggregation no longer
16337 necessary due to transition away from selective-display.
16338
16339 (set-allout-regexp, allout-up-current-level)
16340 (allout-next-visible-heading, allout-forward-current-level)
16341 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
16342 (allout-kill-line, allout-yank-processing, allout-show-children)
16343 (allout-expose-topic, allout-old-expose-topic)
16344 (allout-listify-exposed, allout-insert-latex-header)
16345 (allout-toggle-subtree-encryption, allout-encrypt-string)
16346 (remove-from-invisibility-spec, allout-hide-current-subtree):
16347 Ditched unused variables.
16348
16349 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
16350
16351 * textmodes/ispell.el (ispell-change-dictionary): Call
16352 ispell-buffer-local-dict instead of
16353 ispell-accept-buffer-local-defs.
16354 (ispell-local-dictionary-alist): Accept as valid any coding-system
16355 supported by Emacs.
16356 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
16357 changed to iso-8859-3.
16358
16359 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
16360
16361 * speedbar.el (speedbar-frame-width): Make an inline function
16362 instead of a macro. Use frame-width.
16363 (speedbar-try-completion, speedbar-update-contents)
16364 (speedbar-timer-fn): Use consp.
16365 (speedbar-update-localized-contents): Try to preserve point.
16366
16367 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
16368 (menu): Re-order menu items.
16369 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
16370 field.
16371 (gdb-var-update-handler-1): Use it for GDB 6.4+.
16372 (gdb-post-prompt): Speed things by not forcing update.
16373
16374 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
16375
16376 * wid-edit.el (widget-button-click): For mouse-1, cancel button
16377 press and perform default action if we get a mouse movement event.
16378
16379 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
16380
16381 * calendar/icalendar.el (icalendar--get-event-property)
16382 (icalendar--get-event-property-attributes): Fix typos in
16383 docstrings.
16384
16385 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
16386 docstring.
16387
16388 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
16389
16390 * bs.el (bs-mode): Use `buffer-disable-undo'.
16391 (bs--get-file-name): Simplify.
16392 (bs-show-in-buffer): Mark the buffer as not modified.
16393
16394 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16395
16396 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
16397 widget-button-click.
16398
16399 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
16400 (custom-mode): Update docstring.
16401
16402 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
16403 binding.
16404
16405 * files.el (hack-local-variables-confirm): Allow scrolling if the
16406 file variable list is too long. Kill temp buffer after use.
16407
16408 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
16409
16410 * progmodes/gud.el (gdb): Improve doc string.
16411 (gdb-script-font-lock-keywords): Expand allowed character set.
16412
16413 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
16414 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
16415 (gdb-separate-io-interrupt, gdb-separate-io-quit)
16416 (gdb-separate-io-stop, gdb-separate-io-eof):
16417 Rename from gdb-inferior-* to gdb-separate-*.
16418 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
16419
16420 2006-02-14 Jay Belanger <belanger@truman.edu>
16421
16422 * calc/calc-arith.el (math-check-known-scalarp): Make sure
16423 expression is a symbol before checking that it is bound.
16424
16425 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
16426 test to see if equation can be solved.
16427
16428 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16429
16430 * wid-edit.el (widget-button-click): Use :pressed-face property
16431 for overlay face, if it exists.
16432
16433 * cus-edit.el (custom-manual, custom-add-see-also)
16434 (custom-add-parent-links, custom-group-link): Add :pressed-face
16435 property to links.
16436
16437 * files.el (hack-local-variables): Remove ignored variables before
16438 checking if any variables need setting.
16439
16440 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16441
16442 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
16443
16444 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
16445
16446 * help.el (where-is): Fix message for remapped commands.
16447
16448 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
16449 Fix typos in docstrings.
16450
16451 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
16452
16453 * files.el (safe-local-variable-values): New option.
16454 (hack-local-variables-prop-line): Return a list of variable-value
16455 pairs if MODE-ONLY is non-nil.
16456 (hack-local-variables): Construct list of variable-value pairs,
16457 and apply or reject them in one go. Ask for confirmation if
16458 variables are not known safe.
16459 (hack-local-variables-confirm): Complete rewrite. Support
16460 `safe-local-variable-values'.
16461 (enable-local-variables): Update docstring to reflect new
16462 behavior.
16463 (ignored-local-variables): Ignore ignored-local-variables and
16464 safe-local-variable-values.
16465 (safe-local-variable-p): New function.
16466 (risky-local-variable-p): `safe-local-variable' property check
16467 moved to safe-local-variable-p.
16468 (hack-one-local-variable): Checks moved to hack-local-variables.
16469
16470 (byte-compile-dynamic, c-basic-offset, c-file-style)
16471 (c-indent-level, comment-column, fill-column, fill-prefix)
16472 (indent-tabs-mode, kept-new-versions, no-byte-compile)
16473 (no-update-autoloads, outline-regexp, page-delimiter)
16474 (paragraph-start, paragraph-separate, sentence-end)
16475 (sentence-end-double-space tab-width, version-control):
16476 Add `safe-local-variable' property.
16477
16478 * find-lisp.el: Delete nonexistent `autocompile' file variable.
16479
16480 * icomplete.el, play/landmark.el: Change nonexistent
16481 `outline-layout' file variable to `allout-layout'.
16482
16483 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
16484
16485 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
16486 (gdb-get-changed-registers): Test value of gud-minor-mode relative
16487 to gud-comint-buffer.
16488 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
16489 gdb-ui.el for gdb-mi.el.
16490 (gdb-post-prompt, gdb-get-changed-registers): Move test for
16491 registers buffer to gdb-get-changed-registers.
16492 (gdb-breakpoint-regexp): New regexp. Allow toggling and
16493 deletion of catchpoints (throw and catch).
16494 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16495 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
16496 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
16497 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
16498 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
16499
16500 2006-02-13 Jay Belanger <belanger@truman.edu>
16501
16502 * calc/calc-arith.el (math-check-known-matrixp): Make sure
16503 expression is a symbol before checking that it is bound.
16504
16505 2006-02-13 Richard M. Stallman <rms@gnu.org>
16506
16507 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
16508 for the minibuffer too, but not if resize-mini-windows will interfere.
16509
16510 * help.el (describe-key-briefly, describe-key): Do all arg-reading
16511 inside `interactive' spec.
16512 (describe-key-briefly-internal, describe-key-internal):
16513 Functions merged back into their callers.
16514
16515 2006-02-13 Martin Rudalics <rudalics@gmx.at>
16516
16517 * info.el (info-xref-visited): Inherit from info-xref too.
16518 (Info-set-mode-line): Replace occurrences of `%' by `%%'
16519 when propertizing Info-current-file and Info-current-node.
16520
16521 2006-02-13 Juri Linkov <juri@jurta.org>
16522
16523 * tumme.el (tumme-thumbnail-storage): Fix docstring.
16524 (tumme-thumb-name): Fix per-directory format.
16525
16526 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
16527
16528 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
16529
16530 2006-02-12 Miles Bader <miles@gnu.org>
16531
16532 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
16533
16534 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
16535
16536 * tumme.el: Remove history section. If someone needs the it, it
16537 can always be found in CVS.
16538
16539 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16540
16541 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
16542 about the Thumbnail Managing Standard option.
16543
16544 2006-02-12 Richard M. Stallman <rms@gnu.org>
16545
16546 * subr.el (substitute-key-definition): Doc fix.
16547
16548 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
16549
16550 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
16551
16552 * info.el (Info-mode): Doc fix.
16553
16554 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
16555
16556 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
16557
16558 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
16559 because on Solaris a POSIX compatible "id" is needed. Reported by
16560 Magnus Henoch <mange@freemail.hu>.
16561
16562 2006-02-12 Juri Linkov <juri@jurta.org>
16563
16564 * tumme.el: Remove todo item about Thumbnail Managing Standard.
16565 (tumme) <defgroup>: Change :group to `multimedia'.
16566 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
16567 Managing Standard.
16568 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
16569 Fix dostring.
16570 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
16571 and %y. Fix docstring.
16572 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
16573 (tumme-cmd-create-standard-thumbnail-command): New user options.
16574 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
16575 is `standard'. Fix docstring.
16576 (tumme-thumb-width, tumme-thumb-height): New user options.
16577 (tumme-external-viewer): Try to find various viewers.
16578 (tumme-get-thumbnail-image): Use `create-image' instead of
16579 constructing the `image' structure.
16580 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
16581 `standard'.
16582 (tumme-thumb-name): Add file name generation for standard storage.
16583 Simplify code for other storages.
16584 (tumme-thumb-name): Use width %w and height %h instead of size %s.
16585 Add modification time %m and thumbnail-nq8 %q.
16586 Use `tumme-cmd-create-standard-thumbnail-command' if
16587 tumme-thumbnail-storage is `standard'.
16588 (tumme-dired-insert-marked-thumbs): New autoload command.
16589 (tumme-dired-after-readin-hook): New function.
16590 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
16591 `tumme-thumb-size'.
16592 (tumme-display-image): Replace size-x %x and size-y %y with
16593 width %w and height %h.
16594
16595 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
16596 `tumme-dired-insert-marked-thumbs'.
16597
16598 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16599
16600 * tumme.el (tumme-write-tag): Fix small bug (file name did not
16601 include path).
16602 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
16603 matching tag.
16604
16605 2006-02-12 Miles Bader <miles@gnu.org>
16606
16607 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
16608 New variables.
16609 (rcirc-abbrev-nick): New function.
16610 (rcirc-format-response-string): Rewrite to use the formats in
16611 `rcirc-response-formats' and expand escape sequences therein.
16612 A text-property `rcirc-text' is added over the actual response
16613 text to make easy to find inside the returned string.
16614 (rcirc-print): When filling, just look for the `rcirc-text'
16615 text-property to find the appropriate fill prefix, instead of
16616 using hardwired patterns.
16617
16618 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16619
16620 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
16621 Managing Standard.
16622
16623 2006-02-11 Kim F. Storm <storm@cua.dk>
16624
16625 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
16626 Don't use insert-buffer; do insert-buffer-substring directly.
16627 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
16628
16629 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16630
16631 * files.el (revert-buffer, recover-file): Replace buffer-read-only
16632 with inhibit-read-only. Suggested by Stefan Monnier.
16633 (revert-buffer): Let insert-file-contents discard
16634 buffer-undo-list. Simplify code.
16635 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
16636
16637 2006-02-11 Eli Zaretskii <eliz@gnu.org>
16638
16639 * menu-bar.el (menu-bar-select-yank): Add a doc string.
16640
16641 * help.el (describe-key-briefly): Now a wrapper for
16642 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
16643 to t. Populate yank-menu if empty.
16644 (describe-key-briefly-internal): Renamed from describe-key-briefly.
16645 (describe-key): Now a wrapper for describe-key-internal. Bind
16646 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
16647 (describe-key-internal): Renamed from describe-key.
16648
16649 2006-02-11 Milan Zamazal <pdm@zamazal.org>
16650
16651 * progmodes/glasses.el (glasses-separator): Doc fix.
16652 (glasses-original-separator): New defcustom.
16653 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
16654
16655 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16656
16657 * mwheel.el (mouse-wheel-up-event): Doc fix.
16658
16659 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16660
16661 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
16662 (tumme-dir): New function. Copied from thumbs.el.
16663
16664 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
16665
16666 * desktop.el (desktop-outvar): Fix typo.
16667 (desktop-save-buffer-p): Doc fix.
16668
16669 * subr.el (substitute-key-definition): Fix typo.
16670
16671 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16672
16673 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
16674 when window-system is mac.
16675
16676 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
16677
16678 2006-02-10 Kim F. Storm <storm@cua.dk>
16679
16680 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
16681 indirect-function instead of using condition-case.
16682
16683 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
16684
16685 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
16686 less `colloquial'...
16687
16688 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
16689
16690 * tumme.el: Add a couple of todo items.
16691
16692 2006-02-09 Lars Hansen <larsh@soem.dk>
16693
16694 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
16695 (highlight-changes-mode): Don't change desktop-locals-to-save.
16696
16697 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
16698
16699 * image-mode.el (image-toggle-display): Clear image cache if using
16700 filename.
16701
16702 2006-02-09 Masatake YAMATO <jet@gyve.org>
16703
16704 * dired-x.el (dired-guess-shell-alist-default): Add .man as
16705 a `dired-man' target.
16706
16707 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
16708 boundary of symbols.
16709
16710 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
16711
16712 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
16713
16714 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
16715
16716 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
16717 `mapcar'; return nil.
16718
16719 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
16720
16721 * mouse.el (mouse-drag-track): Don't change window if we rebind to
16722 some other event.
16723
16724 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
16725
16726 * net/rcirc.el (rcirc-startup-channels-alist):
16727 Add irc.freenode.net and #emacs as defaults.
16728 (rcirc-ignore-all-activity-flag): Remove variable.
16729 (rcirc-authinfo): New variable.
16730 (rcirc-authinfo-filename): Remove variable.
16731 (rcirc-always-use-server-buffer-flag): New flag.
16732 (rcirc): M-x rcirc will automatically connect without prompting.
16733 C-u M-x rcirc will prompt. Use rcirc-connect to create a
16734 connection in lisp.
16735 (rcirc-process-server-response-1): Remove everything but the nick
16736 portion of the sender so it doesn't need to be done everywhere
16737 else. Update related code.
16738 (global-map): Remove global keybindings.
16739 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
16740 (rcirc-send-input): Split into several functions.
16741 (rcirc-process-input-line, rcirc-process-message)
16742 (rcirc-process-command): New functions.
16743 (rcirc-target-buffer): New function to determine where to route
16744 messages.
16745 (rcirc-user-nick): Save match data.
16746 (rcirc-toggle-ignore-buffer-activity)
16747 (rcirc-update-activity-string): Remove global ignore functionality,
16748 which can be done now by toggling rcirc-track-minor-mode.
16749 (rcirc-track-minor-mode-map): New keymap.
16750 (rcirc-track-minor-mode): New minor-mode.
16751 (ignore): Make the ignore output nicer. Always print it when
16752 adding or removing nicks.
16753 (rcirc-url-regexp): Improve.
16754 (rcirc-mangle-text): Remove properties before using text in the
16755 modeline.
16756 (rcirc-authenticate): Authentication data comes from
16757 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
16758 (rcirc-server-prefix): Inherit from rcirc-server.
16759
16760 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
16761
16762 * Makefile.in (compile): Append "|| true" to the end of the `find'
16763 command, like compile-always does.
16764
16765 2006-02-08 Sam Steingold <sds@gnu.org>
16766
16767 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
16768 output from a dead connection.
16769
16770 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16771
16772 * dired.el (dired-mode-map): Add more bindings for tumme.
16773
16774 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
16775
16776 * wdired.el (wdired-mode-map): Use remap.
16777 (wdired-get-filename): Massage.
16778 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
16779 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
16780 `keymap' property rather than `local-map'.
16781
16782 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16783
16784 * tumme.el (tumme-get-thumbnail-image): New utility function.
16785 Suggested by from Chong Yidong.
16786 (tumme-dired-with-window-configuration): Rename from
16787 `tumme-dired'. Add code to save window configuration.
16788 (tumme-restore-window-configuration): New command to restore the
16789 window configuration that `tumme-dired-with-window-configuration'
16790 saves before it changes the window configuration.
16791 (tumme-show-all-from-dir): New command to display thumbnails for
16792 all files in a directory entered by the user, like M-x thumbs.
16793 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
16794 have been created.
16795 (tumme-display-thumbnail-original-image): Call `display-buffer'.
16796 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
16797 Remove obsolete test function.
16798
16799 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
16800
16801 * vc.el (small-temporary-file-directory): Remove defvar; there's
16802 a defcustom for it in files.el.
16803
16804 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
16805 Fix typo in message.
16806 (tumme-gallery-generate): Fix typo in `error' message.
16807 (tumme-display-window-height-correction)
16808 (tumme-display-window-width-correction, tumme-line-up-dynamic)
16809 (tumme-line-up-interactive): Dox fixes.
16810 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
16811 (tumme-restore-window-configuration, tumme-format-properties-string)
16812 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
16813 Fix typos in docstrings.
16814
16815 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
16816
16817 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
16818
16819 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
16820
16821 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
16822 User should use hook if desired.
16823
16824 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
16825 buffer if necessary.
16826 (gdb-delete-frame-or-window): New function.
16827 (gdb-breakpoints-mode-map): Bind "q" to it.
16828
16829 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16830
16831 * textmodes/nroff-mode.el: Clean up name space.
16832 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
16833 (nroff-mode): Obey the global setting of nroff-electric-mode.
16834 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
16835
16836 * calendar/calendar.el (calendar-increment-month): Typo in last change.
16837
16838 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
16839
16840 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
16841
16842 2006-02-06 Lars Hansen <larsh@soem.dk>
16843
16844 * generic-x.el (etc-fstab-generic-mode): Add file system types
16845 cifs and usbdevfs. Allow special chars in file names.
16846
16847 2006-02-05 Jay Belanger <belanger@truman.edu>
16848
16849 Update copyright notices of the files in lisp/calc.
16850
16851 2006-02-05 Romain Francoise <romain@orebokech.com>
16852
16853 Update copyright notices of all files in the lisp/play directory.
16854
16855 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
16856
16857 * ldefs-boot.el: Regenerate.
16858
16859 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
16860
16861 2006-02-05 Kim F. Storm <storm@cua.dk>
16862
16863 * files.el (magic-mode-regexp-match-limit): New defvar.
16864 (set-auto-mode): Use it to limit magic-mode-alist matching.
16865
16866 2006-02-04 Eli Zaretskii <eliz@gnu.org>
16867
16868 * info.el (Info-index, Info-mode): Improve the description of the
16869 `i' command.
16870
16871 * ldefs-boot.el: Regenerate.
16872
16873 2006-02-03 Werner Lemberg <wl@gnu.org>
16874
16875 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
16876 greedy to find the closing bracket in \*[...] and similar
16877 expressions. This is a first rough fix -- many additional
16878 refinements are necessary to make nroff mode really usable with groff.
16879
16880 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
16881
16882 * international/mule-cmds.el (set-locale-environment):
16883 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
16884 libX11.
16885
16886 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
16887
16888 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
16889 archive are created in archive-tmpdir.
16890
16891 2006-02-02 John Paul Wallington <jpw@pobox.com>
16892
16893 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
16894 (ibuffer-fontification-alist): Use it.
16895 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
16896 to "* z" and the Ibuffer Mark menu.
16897
16898 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
16899
16900 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
16901
16902 * textmodes/table.el (*table--cell-describe-mode)
16903 (*table--cell-describe-bindings): Undo last change since
16904 print-help-return-message is not obsoleted by anything at all.
16905
16906 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
16907
16908 * emulation/cua-base.el (cua-mode): Doc fix.
16909
16910 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
16911
16912 * dframe.el (dframe-handle-make-frame-visible)
16913 (dframe-handle-iconify-frame, dframe-get-focus)
16914 (dframe-select-attached-frame, dframe-power-click)
16915 (dframe-frame-mode): Fix typos in docstrings.
16916
16917 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
16918 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
16919 Fix typos in docstrings.
16920
16921 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
16922 (hi-lock-face-buffer, hi-lock-font-lock-hook)
16923 (hi-lock-archaic-interface-message-used)
16924 (hi-lock-file-patterns-range): Fix typos in docstrings.
16925
16926 * savehist.el (savehist-loaded, savehist-load, savehist-install)
16927 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
16928
16929 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
16930 Fix typo in docstring.
16931
16932 * net/newsticker.el (newsticker--decode-iso8601-date)
16933 (newsticker--set-customvar, newsticker--buffer-insert-item)
16934 (newsticker--do-run-auto-mark-filter)
16935 (newsticker--parse-generic-feed): Doc fixes.
16936 (newsticker--retrieval-timer-list, newsticker-url-list)
16937 (newsticker-hide-immortal-items-in-echo-area)
16938 (newsticker-hide-obsolete-items-in-echo-area)
16939 (newsticker-new-item-face, newsticker--enclosure)
16940 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
16941 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
16942 (newsticker--parse-generic-feed, newsticker--cache-contains)
16943 (newsticker--stat-num-items, newsticker-download-enclosures):
16944 Fix typos in docstrings.
16945
16946 * net/rcirc.el (rcirc-debug): Doc fix.
16947 (rcirc-fill-column, rcirc-receive-message-hooks)
16948 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
16949 (rcirc-mode, rcirc-generate-new-buffer-name)
16950 (rcirc-startup-channels, rcirc-ignore-update-automatic)
16951 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
16952 Fix typos in docstrings.
16953 (rcirc-print): "?\ " -> "?\s".
16954 (rcirc-cmd-join): Improve argument/docstring consistency.
16955
16956 2006-02-01 Mark A. Hershberger <mah@everybody.org>
16957
16958 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
16959 before narrow-to-region.
16960
16961 2006-02-01 Richard M. Stallman <rms@gnu.org>
16962
16963 * simple.el (move-beginning-of-line): Scan properly for invis change.
16964
16965 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
16966
16967 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
16968
16969 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
16970 change bit only when id-format is 'integer. Reported by Matt
16971 Hodges <M.P.Hodges@rl.ac.uk>.
16972
16973 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
16974
16975 * hilit-chg.el (highlight-changes-initial-state)
16976 (highlight-changes-global-initial-state): Doc fixes.
16977 (highlight-changes-global-modes, global-highlight-changes):
16978 Fix typos in docstrings.
16979
16980 2006-02-01 Kim F. Storm <storm@cua.dk>
16981
16982 * emulation/cua-base.el (cua-mode): Mention that CUA enables
16983 transient-mark-mode in doc string.
16984
16985 2006-01-31 Richard M. Stallman <rms@gnu.org>
16986
16987 * replace.el (multi-occur): Doc fix.
16988 (multi-occur-in-matching-buffers): Rename from
16989 multi-occur-by-filename-regexp. Prefix arg says match
16990 buffer names instead of file names.
16991
16992 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
16993
16994 * bs.el: Allow non-default values of `bs-header-lines-length'.
16995 (bs--running-in-xemacs): Remove (not needed anymore).
16996 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
16997 instead of `shrink-window', thus avoiding having to compute the
16998 height of the window.
16999 (bs--up): Wrap around even when there's no header.
17000 (bs--down): Use `forward-line' instead of `next-line'.
17001
17002 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
17003
17004 * image-mode.el (image-toggle-display): Use file name if possible,
17005 instead of unnecessarily allocating a (possibly huge) lisp string.
17006
17007 2006-01-30 John Paul Wallington <jpw@pobox.com>
17008
17009 * subr.el (toplevel): Define `cl-assertion-failed' condition here
17010 because the `assert' macro signals it at runtime.
17011
17012 * emacs-lisp/cl.el (toplevel): Remove definition of
17013 `cl-assertion-failed' condition.
17014
17015 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
17016
17017 * thumbs.el (thumbs-marked-list): Make buffer-local and
17018 permanent-local.
17019 (thumbs-insert-thumb): Make help-echo non-sticky.
17020 (thumbs-file-alist): Use eolp as check for (non)-image.
17021
17022 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
17023
17024 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
17025 (ediff-before-session-group-setup-hooks)
17026 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
17027 Fix typos in docstrings.
17028
17029 * window.el (bw-dir, bw-eqdir, balance-windows)
17030 (split-window-keep-point): Fix typos in docstrings.
17031
17032 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
17033 (org-quote-string, org-calendar-to-agenda-key)
17034 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
17035 (org-show-following-heading, org-tags-column)
17036 (org-use-tag-inheritance, org, org-allow-space-in-links)
17037 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
17038 (org-enable-table-editor, org-calc-default-modes)
17039 (org-table-allow-automatic-line-recalculation)
17040 (org-export-html-style, org-export-with-fixed-width)
17041 (org-export-with-sub-superscripts, org-special-keyword)
17042 (org-formula, org-time-grid, org-table-may-need-update)
17043 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
17044 (org-goto-quit, org-get-indentation, org-end-of-item)
17045 (org-move-item-down, org-move-item-up)
17046 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
17047 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
17048 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
17049 (org-agenda-log-mode, org-agenda-toggle-diary)
17050 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
17051 (org-agenda-file-to-end, org-agenda-no-heading-message)
17052 (org-agenda-get-closed, org-format-agenda-item)
17053 (org-cmp-priority, org-cmp-category, org-cmp-time)
17054 (org-agenda-change-all-lines, org-agenda-diary-entry)
17055 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
17056 (org-link-search, org-camel-to-words, org-open-file)
17057 (org-remember-handler, org-table-convert-region)
17058 (org-table-move-row-down, org-table-move-row-up)
17059 (org-table-copy-region, org-table-wrap-region)
17060 (org-table-toggle-vline-visibility)
17061 (org-table-get-vertical-vector, org-table-modify-formulas)
17062 (org-table-get-specials, org-recalc-commands)
17063 (org-table-rotate-recalc-marks, org-table-eval-formula)
17064 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
17065 (org-level-color-stars-only, org-insert-heading):
17066 Fix typos in docstrings.
17067 (last-arg): Add defvar.
17068
17069 * makefile.w32-in (WINS): Add erc.
17070 (MH_E_SRC): Update (copied from lisp/Makefile.in).
17071
17072 2006-01-29 Bill Wohler <wohler@newt.com>
17073
17074 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
17075 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
17076 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
17077 (mh-autoloads): Don't use comments on otherwise empty lines.
17078
17079 2006-01-29 Edward O'Connor <ted@oconnor.cx>
17080
17081 * emulation/viper.el (viper-major-mode-modifier-list):
17082 Add insert-state and vi-state entries for erc-mode.
17083 (viper-go-away, viper-set-hooks): Add and remove
17084 viper-comint-mode-hook from erc-mode-hook as appropriate.
17085
17086 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
17087
17088 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
17089
17090 * bs.el (bs--format-aux): Implement `middle' alignment as
17091 described in the docstring for `bs-attributes-list'.
17092 (bs--get-name): Simplify. Don't pad the buffer name.
17093
17094 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
17095
17096 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
17097 English aspell dictionary is installed, use the first entry of
17098 ispell-dictionary-alist-1.
17099
17100 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17101
17102 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
17103 Doc fix.
17104
17105 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
17106
17107 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
17108 for `process-file', in order to let it work for older Emacsen too.
17109
17110 2006-01-27 Eli Zaretskii <eliz@gnu.org>
17111
17112 * international/latexenc.el: Add a suitable `coding:' tag.
17113 (latexenc-find-file-coding-system): Undo last change.
17114
17115 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17116
17117 * international/latexenc.el (latexenc-find-file-coding-system):
17118 Make sure latexenc-main-file is a regular file and is readable.
17119
17120 2006-01-27 Andre Spiegel <spiegel@gnu.org>
17121
17122 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
17123 Pass FILE to vc-user-login-name.
17124
17125 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
17126
17127 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
17128
17129 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
17130 there are no more images to display.
17131 (thumbs-mark, thumbs-unmark): Revert change so that they move to
17132 the next image.
17133
17134 2006-01-26 Richard M. Stallman <rms@gnu.org>
17135
17136 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
17137
17138 * wid-edit.el (advertised-widget-backward): New alias.
17139 (widget-keymap): Use advertised-widget-backward for S-TAB.
17140
17141 * tumme.el: Correct the keywords.
17142 (tumme-dir-max-size): Use defvar.
17143 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
17144
17145 * simple.el (move-beginning-of-line): Take account of fields.
17146 (clone-indirect-buffer-other-window): Take args like
17147 clone-indirect-buffer, and work like it.
17148
17149 * help-fns.el (describe-function): Don't pass `nil' as default.
17150
17151 * files.el (risky-local-variable-p): Follow var aliases.
17152
17153 * subr.el (lazy-completion-table): Doc fix.
17154
17155 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
17156 global binding of `line'.
17157
17158 2006-01-25 Andre Spiegel <spiegel@gnu.org>
17159
17160 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
17161 Tramp.
17162
17163 * vc.el (vc-default-dired-state-info): Pass FILE to
17164 vc-user-login-name.
17165 (vc-default-update-changelog): Don't use vc-user-login-name, we
17166 don't need it here.
17167
17168 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
17169 no longer necessary.
17170
17171 2006-01-25 Kenichi Handa <handa@m17n.org>
17172
17173 * international/mule.el (decode-char): Avoid the overhead of
17174 calling utf-lookup-subst-table-for-decode if
17175 utf-translate-cjk-mode is nil.
17176 (encode-char): Avoid the overhead of calling
17177 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
17178 nil.
17179
17180 2006-01-22 Kenichi Handa <handa@m17n.org>
17181
17182 * international/mule.el (make-subsidiary-coding-system): Reset
17183 `coding-system-define-form' property of subsidiaries to nil.
17184 Avoid duplicated entry in coding-system-alist.
17185 (make-coding-system): Avoid duplicated entry in
17186 coding-system-alist.
17187 (define-coding-system-alias): Likewise.
17188
17189 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
17190
17191 * completion.el: Minor fixes in introductory comment.
17192 (completion-def-wrapper): Fix alist.
17193
17194 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
17195
17196 * thumbs.el (thumbs-new-image-size): New function.
17197 (thumbs-increment-image-size-element)
17198 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
17199 (thumbs-decrement-image-size): Delete.
17200 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
17201 temp files and use to resize.
17202 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
17203 Use increment argument to enlarge/shrink. Preserve point.
17204 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
17205 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
17206 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
17207 (thumbs-mark, thumbs-unmark): Preserve point.
17208 (thumbs-modify-image): Keep old temp files and use to modify.
17209 Cleanup old temp files at load time. Preserve point.
17210 (thumbs-view-image-mode-map): Use new command names.
17211
17212 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
17213
17214 * log-view.el (log-view-minor-wrap): First rev is the one at point.
17215
17216 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
17217 the nastiest part of the cyclic dependency.
17218 (cal-menu-update): Use dotimes and calendar-increment-month.
17219
17220 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
17221 (calendar-week-start-day): Add an :initializer.
17222 (calendar-mode-map): Use suppress-keymap, and command remapping.
17223 (describe-calendar-mode): Setup xref-stack info for the back button.
17224 (calendar-star-date): Insert before delete.
17225 (calendar-set-mode-line): Add file-modified info if applicable.
17226 (calendar-increment-month): New function.
17227
17228 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
17229
17230 * font-lock.el (lisp-font-lock-keywords-2):
17231 Recognize "& keywords" only at word boundaries.
17232
17233 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
17234
17235 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
17236 and permanent-local.
17237 (thumbs-max-image-number): New variable.
17238 (thumbs-do-thumbs-insertion): Use them.
17239 (thumbs-per-line): Change default to 4.
17240 (thumbs-marked-list): Rename from thumbs-markedL.
17241 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
17242 (thumbs-rename-images): Use -list instead of L for internal variables.
17243 (thumbs-call-convert): Use call-process instead of shell-command.
17244 (thumbs-insert-thumb): Add filename as help-echo to each image.
17245 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
17246 Give dir to thumbs-show-thumbs-list.
17247 (thumbs-show-thumbs-list): Set default-directory to that of images.
17248 (thumbs-dired-show): Rename from thumbs-dired-show-all.
17249 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
17250 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
17251 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
17252
17253 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
17254
17255 * ses.el (ses-read-cell): Provide a default value.
17256
17257 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
17258
17259 * term/w32-win.el (image-library-alist): Add additional names for
17260 GIF library.
17261
17262 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17263
17264 * international/latexenc.el (latexenc-find-file-coding-system):
17265 Add file-regular-p check.
17266
17267 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
17268
17269 * simple.el (clone-buffer): Don't show the new buffer in the same
17270 window.
17271
17272 2006-01-23 Juri Linkov <juri@jurta.org>
17273
17274 * faces.el (link, link-visited): New faces based on default values
17275 of `info-xref' and `info-xref-visited'.
17276
17277 * info.el (info-xref): Inherit from `link'.
17278 (info-xref-visited): Inherit from `link-visited'.
17279
17280 * cus-edit.el (custom-buffer-create-internal): Use widget type
17281 `custom-manual' instead of `info-link' and don't set properties
17282 `button-face' and `mouse-face' explicitly.
17283 (custom-browse-group-tag, custom-browse-variable-tag)
17284 (custom-browse-face-tag): Inherit from widget class
17285 `custom-group-link' instead of `push-button'.
17286 (custom-button-unraised): Inherit from `underline' face.
17287 (custom-link): Inherit from `link' face. Fix doc and group.
17288 (custom-add-parent-links, custom-group-value-create): Don't set
17289 properties `button-face' and `mouse-face' explicitly for
17290 `custom-group-link' widget.
17291 (custom-group-link): Add properties `button-face' and `mouse-face'
17292 to widget definition.
17293 (custom-field-keymap): New variable. Put `custom-field-keymap' to
17294 editable-field's :keymap property.
17295 (custom-mode): Fix docstring: substitute keybindings for
17296 `widget-forward' and `widget-backward' from `widget-keymap',
17297 `widget-complete' from `custom-field-keymap', replace old
17298 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
17299
17300 * desktop.el (desktop-load-file): Check for `fboundp' before
17301 calling `symbol-function'.
17302
17303 * simple.el (clone-buffer, clone-indirect-buffer)
17304 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
17305 `read-string'. Fix prompts.
17306
17307 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
17308
17309 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
17310
17311 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
17312
17313 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
17314
17315 * startup.el (inhibit-splash-screen, initial-scratch-message):
17316 Doc fixes.
17317
17318 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
17319
17320 Sync with Tramp 2.0.52.
17321
17322 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
17323 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
17324 `tramp-unload-tramp' for checklist.
17325
17326 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
17327 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
17328 (tramp-unload-file-name-handler-alist)
17329 (tramp-unload-tramp): New defuns.
17330 (tramp-advice-PC-expand-many-files): New defadvice.
17331 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
17332 removed.
17333 (tramp-handle-expand-file-name): Remove double slash.
17334 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
17335 It doesn't matter, because it will be converted later on.
17336 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
17337 implementation was just heuristic.
17338 (tramp-post-connection): Set uid and gid properties.
17339 (tramp-convert-file-attributes): Set file's gid change bit.
17340 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
17341 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
17342 in case of su(do)? methods. The home directory of the local user
17343 will be taken else.
17344 (tramp-open-connection-telnet)
17345 (tramp-open-connection-rsh, tramp-open-connection-su)
17346 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
17347 local shell prompt could hurt. Reported by Romain Francoise
17348 <romain@orebokech.com>.
17349 (tramp-let-maybe): Add `edebug-form-spec' property.
17350 (tramp-handle-expand-file-name): Bind `default-directory' locally
17351 to "/" in order to avoid problems with UNC shares or Cygwin
17352 mounts.
17353 (tramp-md5-function): Fix typo in error message.
17354
17355 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
17356
17357 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
17358 for byte-compiler pacification.
17359
17360 2006-01-22 Andre Spiegel <spiegel@gnu.org>
17361
17362 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
17363 ID-FORMAT `string'. This allows us to get rid of
17364 `vc-user-login-name UID'.
17365
17366 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
17367
17368 2006-01-22 John Paul Wallington <jpw@pobox.com>
17369
17370 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
17371
17372 2006-01-21 Martin Rudalics <rudalics@gmx.at>
17373
17374 * emacs-lisp/find-func.el (find-definition-noselect)
17375 (find-variable-noselect): Search variables in C source code too.
17376 (find-function-C-source, find-function-noselect, find-function)
17377 (find-function-other-frame, find-variable-noselect, find-variable)
17378 (find-variable-other-frame, find-variable-at-point):
17379 Fix docstrings.
17380
17381 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
17382
17383 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
17384
17385 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
17386
17387 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
17388 Default to disabling the "Save affix" question.
17389
17390 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
17391
17392 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
17393 the first arg to run-python.
17394
17395 2006-01-21 Eli Zaretskii <eliz@gnu.org>
17396
17397 * startup.el (command-line-1): Handle --no-desktop if desktop.el
17398 is not loaded.
17399
17400 2006-01-20 Jay Belanger <belanger@truman.edu>
17401
17402 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
17403 limit is 0.
17404
17405 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
17406 the correct variable.
17407
17408 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
17409
17410 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
17411 link. Fixed buggy argument sequence in call to `org-view-tags'.
17412 (org-compile-prefix-format): Set `org-prefix-has-tag'.
17413 (org-prefix-has-tag): New variable.
17414 (org-format-agenda-item): Remove tags from headline if
17415 appropriate.
17416 (org-agenda-remove-tags-when-in-prefix): New option.
17417 (org-get-tags-at): New function.
17418
17419 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
17420
17421 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
17422 (thumbs-find-image): Move image name and number from buffer name
17423 to mode name. Set thumbs-buffer. Preserve point so that large
17424 images remain visible.
17425 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
17426 order.
17427 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
17428 mode name.
17429 (thumbs-next-image, thumbs-previous-image): Make them work.
17430
17431 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
17432
17433 * cus-edit.el (custom-buffer-create-internal): State in the text above
17434 the whole buffer buttons that they do not operate on hidden items.
17435 (custom-face-menu): Use `custom-face-save' instead of
17436 `custom-face-save-command'.
17437 (custom-face-save-command): Make it an alias for `custom-face-save'
17438 and declare it obsolete.
17439 (custom-face-save): Doc fix.
17440
17441 * dired.el (dired-no-confirm): Add quote.
17442 (dired-subdir-alist-pre-R): Add quote in
17443 `make-variable-buffer-local' form and remove unbalanced parenthesis.
17444
17445 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
17446
17447 * textmodes/table.el (table-mode-indicator): Typo in last change.
17448
17449 2006-01-19 Richard M. Stallman <rms@gnu.org>
17450
17451 * outline.el (hide-leaves): Don't call outline-end-of-heading.
17452 Fixes bug reported in Nov 2005.
17453
17454 * isearch.el (isearch-forward): Doc fix.
17455
17456 * dired.el (dired-move-to-filename-regexp): Define as alias.
17457 (dired-no-confirm): Use defcustom.
17458 (dired-subdir-alist-pre-R): Put defvar at top level.
17459
17460 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
17461
17462 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17463 Mark as risky.
17464
17465 * simple.el (set-mark-command): Doc fix.
17466 (clone-indirect-buffer-other-window):
17467 Read arg like clone-indirect-buffer.
17468 (move-beginning-of-line): Skip invisible newlines.
17469
17470 2006-01-19 Masatake YAMATO <jet@gyve.org>
17471
17472 * progmodes/cpp.el (cpp-edit-load): Make the order of
17473 listed conditions in a base C code buffer and its associate
17474 CPP Edit buffer the same.
17475
17476 2006-01-19 Kenichi Handa <handa@m17n.org>
17477
17478 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
17479 (rmail-mime-feature): Likewise.
17480 (rmail-require-mime-maybe): Use display-warning to show a warning
17481 message.
17482
17483 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
17484 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
17485
17486 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
17487
17488 * array.el: Move defvars out of eval-when-compile.
17489 (array-make-template): Replace undeclared global var with a local one.
17490 (array-mode): Inline initialization functions.
17491 (array-init-local-variables, array-init-max-row)
17492 (array-init-max-column, array-init-columns-per-line)
17493 (array-init-field-width, array-init-rows-numbered)
17494 (array-init-line-length, array-init-lines-per-row): Remove.
17495
17496 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
17497 (doc-mode-map): Define explicitly.
17498 (doctor-txtype): Use mapc.
17499
17500 * textmodes/table.el: Move defvars out of eval-when-compile.
17501 Remove harmful code meant to avoid byte-compiler warnings.
17502 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
17503 specification that checks table-fixed-width-mode directly.
17504 (table-recognize-region, table-recognize-cell):
17505 Use restore-buffer-modified-p.
17506 (table-fixed-width-mode): Remove code that refreshes
17507 table-fixed-mode-indicator.
17508 (*table--cell-describe-bindings, *table--cell-describe-mode):
17509 Avoid obsolete name print-help-return-message.
17510 (table--test-cell-list): Don't use replace-regexp from elisp.
17511 (table--point-entered-cell-function, table--point-left-cell-function):
17512 Don't set table-fixed-mode-indicator, use force-mode-line-update.
17513
17514 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
17515 that was after the end of file. Use buffer-file-name variable.
17516 (org-timestamp-change): Use with-current-buffer.
17517 (org-todo-list): Don't unnecessarily define a new buffer-local var.
17518 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
17519 `file'.
17520
17521 * progmodes/fortran.el: Move defvars out of eval-when-compile.
17522 (fortran-break-line): Remove unused var `opoint'.
17523 (fortran-abbrev-start): Obey help-event-list.
17524
17525 2006-01-18 Jesper Harder <harder@phys.au.dk>
17526
17527 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
17528
17529 2006-01-18 Masatake YAMATO <jet@gyve.org>
17530
17531 * progmodes/make-mode.el (makefile-imake-mode): New mode
17532 derived from makefile-mode.
17533 (makefile-imake-mode-syntax-table): New syntax table
17534 derived from makefile-mode-syntax-table.
17535 (makefile-mode): Write about makefile-imake-mode in doc string.
17536 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
17537 (makefile-imake-font-lock-keywords): New font lock keywords.
17538
17539 * files.el (auto-mode-alist): Add Imakefile.
17540
17541 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
17542
17543 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
17544 loading the file rather than when turning on flyspell-mode.
17545
17546 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
17547
17548 * cus-edit.el (customize-rogue): Minor doc fix.
17549
17550 2006-01-17 Juri Linkov <juri@jurta.org>
17551
17552 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
17553 instead of the file at the mark as default if the file at the mark
17554 is the same as the file at point or if dired-dwim-target-directory
17555 is not the same as the current directory and the mark is not active.
17556
17557 * log-view.el (log-view-minor-wrap): Use the same logic to get
17558 revisions as `log-view-diff'.
17559
17560 * info.el (Info-revert-find-node): Check for Info-current-file
17561 before preserving new-history.
17562
17563 * man.el (Man-heading-regexp): Add `/'.
17564
17565 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
17566 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
17567
17568 2006-01-16 Juri Linkov <juri@jurta.org>
17569
17570 * faces.el (mode-line-faces): New defgroup.
17571 (mode-line-highlight): Move definition after new defgroup.
17572 (mode-line, mode-line-inactive, mode-line-highlight):
17573 Replace :group `modeline' with `mode-line-faces'.
17574 (mode-line-buffer-id): New face.
17575 (modeline-buffer-id): New face alias.
17576 (vertical-border): Remove :group `modeline'.
17577
17578 * bindings.el (propertized-buffer-identification): Use face
17579 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
17580 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
17581 (mode-line-buffer-identification-keymap): For mouse-1 replace
17582 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
17583 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
17584 mouse-3.
17585
17586 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
17587 Buffer-menu-buffer. Doc fix.
17588 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
17589 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
17590 `Buffer-menu-buffer'.
17591
17592 * info.el (Info-mode-line-node-keymap): New defvar.
17593 (Info-set-mode-line): Use `stringp' to check Info-current-file.
17594 Propertize Info-current-node with `mode-line-buffer-id' and
17595 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
17596
17597 * time.el (display-time-mail-face): Replace :group `faces' with
17598 `mode-line-faces'.
17599
17600 2006-01-16 Kenichi Handa <handa@m17n.org>
17601
17602 * international/code-pages.el: Add autoload cookies for cp125[0345678].
17603
17604 * language/european.el (cp1252): New alias for windows-1252.
17605
17606 * international/mule.el (autoload-coding-system): Prepare for EOL
17607 variants.
17608
17609 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
17610
17611 * term.el (term-raw-map): Add mapping for insert.
17612 (term-send-insert): New.
17613 (term-mode): Make variables local here instead of doing it in
17614 `term-emulate-terminal'.
17615 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
17616 Scroll reverse needs to take into account the scroll region.
17617 Saving and restoring the cursor should save the color attributes too.
17618 (term-reset-terminal): Reset the scroll region.
17619 (term-handle-ansi-escape): Cursor up and down should take into
17620 account the scroll region.
17621 (term-set-scroll-region): Rename from `term-scroll-region'.
17622 Move to 0,0 after setting the region.
17623 (term-handle-scroll): Handle scroll up.
17624 (term-down): Fix off by one error.
17625 (term-delete-lines): Do not delete outside the scroll region.
17626 (term-insert-lines): Take into account the scroll region.
17627
17628 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
17629
17630 * textmodes/ispell.el (ispell-internal-change-dictionary)
17631 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
17632 (start, end): Move declaration outside of eval-when-compile.
17633
17634 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
17635 (flyspell-mode-on): Use it.
17636
17637 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
17638 ispell-kill-ispell-hook.
17639
17640 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
17641
17642 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17643 (Custom-reset-saved): Do not ask for confirmation in single option
17644 buffers.
17645
17646 2006-01-13 Richard M. Stallman <rms@gnu.org>
17647
17648 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
17649
17650 2006-01-13 Romain Francoise <romain@orebokech.com>
17651
17652 * add-log.el (add-change-log-entry, change-log-merge):
17653 Conditionally use `hard-newline'.
17654
17655 2006-01-13 Martin Rudalics <rudalics@gmx.at>
17656
17657 * wid-edit.el (widget-field-end): If the overlay is no longer
17658 associated with a buffer, behave as if the overlay didn't exist.
17659
17660 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
17661 Make sure the links use the `custom-link' face.
17662
17663 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
17664
17665 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
17666 (ld-script-mode): Don't set indent-line-function since we don't
17667 have one.
17668
17669 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
17670
17671 * textmodes/org.el (org-open-file): Use mailcap for selecting an
17672 application.
17673 (org-file-apps-defaults-gnu): Use mailcap as the default for
17674 selecting an application on a UNIX system.
17675 (org-agenda-show-tags): New command.
17676 (org-table-insert-hline): Keep cursor in current table line.
17677 (org-table-convert): Offset effect of modifying
17678 `org-table-insert-hline'.
17679 (org-format-agenda-item): New optional argument TAG.
17680 (org-compile-prefix-format): Handle %T format for the tag.
17681 (org-expand-wide-chars): New function.
17682 (org-table-insert-row, org-table-insert-hline):
17683 Use `org-expand-wide-chars'.
17684 (org-open-file): Fix bug in program launch.
17685 (org-get-time-of-day): Fix bug with times before 1am.
17686 (org-agenda-menu): Add tags commands.
17687
17688 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
17689
17690 * textmodes/ispell.el (ispell-init-process): Include the used
17691 dictionary in ispell process start message.
17692 (ispell-internal-change-dictionary): When flyspell-mode is active
17693 and dictionary is changed, make sure ispell process is restarted
17694 and flyspell word cache cleared out for the current buffer.
17695 (ispell-change-dictionary): Make sure flyspell word cache is
17696 cleared out in all buffers with active flyspell mode when
17697 dictionary is globally changed.
17698 Call ispell-internal-change-dictionary after dictionary change.
17699
17700 2006-01-13 Eli Zaretskii <eliz@gnu.org>
17701
17702 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
17703
17704 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
17705 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
17706 years. Fix small differences wrt Makefile.in.
17707 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
17708 Makefile.in does.
17709
17710 2006-01-12 Bill Wohler <wohler@newt.com>
17711
17712 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
17713 mh-search.el.
17714
17715 2006-01-12 Masatake YAMATO <jet@gyve.org>
17716
17717 * progmodes/ld-script.el: Update copyright year.
17718
17719 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
17720
17721 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
17722 Don't add widget if setting undefined.
17723
17724 2006-01-12 John Paul Wallington <jpw@pobox.com>
17725
17726 * help-fns.el (describe-variable): Remove newlines from void
17727 variable output.
17728
17729 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
17730
17731 * wdired.el (wdired-mode-map): Add help echo for
17732 wdired-abort-changes.
17733
17734 * man.el (Man-file-name-regexp): Adjust for a list of files.
17735
17736 2006-01-12 Masatake YAMATO <jet@gyve.org>
17737
17738 * progmodes/ld-script.el (auto-mode-alist): Support
17739 suffix conventions used in netbsd and eCos.
17740
17741 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
17742
17743 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
17744 (custom-variable-menu, custom-face-menu, custom-group-menu)
17745 (Custom-mode-menu): Change names of menu items. (As discussed on
17746 emacs-devel.)
17747 (custom-face-menu): Add "Undo Edits" item.
17748
17749 * startup.el (init-file-user): defcustom -> defvar.
17750
17751 * tooltip.el (tooltip-mode): Doc fix.
17752
17753 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
17754
17755 * reveal.el (reveal-post-command): window-buffer signals an error on
17756 dead windows rather than returning nil.
17757 (reveal-open-new-overlays): An overlay might die while we open others.
17758
17759 2006-01-11 Bill Wohler <wohler@newt.com>
17760
17761 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
17762 phrasing in docstring.
17763
17764 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
17765 can give some systems gas. Add new file mh-buffers.el.
17766
17767 2006-01-06 Masatake YAMATO <jet@gyve.org>
17768
17769 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
17770 C preprocessor forward ported from GNU Emacs 21.2.
17771
17772 * progmodes/asm-mode.el (asm-font-lock-keywords):
17773 Use `cpp-font-lock-keywords'.
17774
17775 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
17776
17777 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
17778 of $ for "\\.ld[s]?".
17779
17780 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
17781
17782 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
17783 (tcl-indent-line): Return `noindent' if inside a string.
17784
17785 * progmodes/flymake.el (flymake-split-string): Remove more than one
17786 empty string at beg/end of the result.
17787 (flymake-find-buildfile, flymake-find-possible-master-files):
17788 Use expand-file-name.
17789 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
17790 since expand-file-name does it for us. Use directory-file-name.
17791 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
17792 (flymake-ler-get-type, flymake-ler-get-text)
17793 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
17794 (flymake-current-line-no): Remove spurious interactive spec.
17795 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
17796 (flymake-check-include): Remove arg inc-path merged into inc-name.
17797 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
17798 Arg regexp-list replaced by a simple regexp.
17799 (flymake-master-make-header-init, flymake-master-tex-init):
17800 Correspondingly replace regexp-list with a regexp. Fix regexp.
17801
17802 2006-01-10 Simon Josefsson <jas@extundo.com>
17803
17804 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
17805 describing AUTH PLAIN fix.
17806
17807 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
17808
17809 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
17810 (report-emacs-bug): Don't record initial prompt text.
17811 Instead, add text properties to prompting text.
17812 (report-emacs-bug-hook): Delete prompting text.
17813
17814 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17815
17816 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
17817 `dirs'. Adjust callers.
17818
17819 2006-01-09 John Paul Wallington <jpw@gnu.org>
17820
17821 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
17822
17823 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17824
17825 * reveal.el (reveal-open-new-overlays): New extracted fun.
17826 (reveal-close-old-overlays): Idem. Check overlays's liveness before
17827 using them. Simplify the code.
17828 (reveal-post-command): Use them. Fix up obsolete windows in
17829 reveal-open-spots.
17830
17831 * progmodes/flymake.el: Use `require' rather than autoload for
17832 XEmacs's overlays.
17833 (flymake-get-common-file-prefix, flymake-build-relative-filename):
17834 Delete. Use file-relative-name instead.
17835 (flymake-get-syntax-check-program-args, flymake-perl-init):
17836 Simplify the resulting code.
17837
17838 * log-view.el (log-view-file-re, log-view-message-re): Add support
17839 for DaRCS output.
17840
17841 2006-01-09 Alex Schroeder <alex@gnu.org>
17842
17843 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
17844 identifiers sometimes added in square brackets at the beginning of
17845 subject lines.
17846
17847 2006-01-07 Richard M. Stallman <rms@gnu.org>
17848
17849 * cus-edit.el (Custom-set, Custom-save): Doc fix.
17850 (Custom-reset-current, Custom-reset-saved): Change question text.
17851 (Custom-reset-standard): Likewise.
17852 (custom-variable-reset-saved): Doc fix.
17853
17854 2006-01-07 Eli Zaretskii <eliz@gnu.org>
17855
17856 * startup.el (init-file-user): Doc fix.
17857
17858 2006-01-07 Alex Schroeder <alex@gnu.org>
17859
17860 * mail/rmail.el (rmail-current-subject): New function.
17861 (rmail-current-subject-regexp): New function.
17862 (rmail-next-same-subject): Use it.
17863
17864 * mail/rmailsum.el (rmail-summary-by-topic):
17865 Use rmail-current-subject and rmail-current-subject-regexp.
17866 (rmail-summary-next-same-subject): Ditto.
17867
17868 * net/rcirc.el (rcirc-send-input): No longer check whether the
17869 process is open, since not all commands need an open process.
17870 (rcirc-send-string): Check whether the process is open before
17871 sending anything.
17872 (rcirc-ignore-list): New option.
17873 (rcirc-ignore-list-automatic): New variable.
17874 (rcirc-print): Take rcirc-ignore-list into account.
17875 (rcirc-cmd-ignore): New command.
17876 (rcirc-ignore-update-automatic): New function.
17877 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
17878 list if ignored nicks.
17879 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
17880
17881 2006-01-06 David Reitter <david.reitter@gmail.com>
17882
17883 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
17884 reflect the address to which the report will be sent.
17885
17886 2006-01-06 Eli Zaretskii <eliz@gnu.org>
17887
17888 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
17889 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
17890
17891 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
17892
17893 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
17894
17895 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
17896 the doc string: "functoin" => "function".
17897 * ldefs-boot.el: Likewise.
17898
17899 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
17900 message text: "Duplicat" => "Duplicate".
17901
17902 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
17903
17904 * files.el (basic-save-buffer-2): If backing-up failed, reset
17905 buffer-backed-up to nil.
17906
17907 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
17908
17909 * progmodes/gud.el (gdb-script-skip-to-head)
17910 (gdb-script-calculate-indentation): Indent for breakpoint command
17911 lists also.
17912
17913 2006-01-05 Bill Wohler <wohler@newt.com>
17914
17915 * Makefile.in (compile-always): Add mh-autoloads dependency.
17916 (bootstrap): Remove mh-autoloads dependency, as compile dependency
17917 provides it.
17918 (updates): Remove mh-autoloads dependency, since it probably has
17919 already run recently (via recompile).
17920
17921 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
17922
17923 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
17924 argument `force' to disable the flyspell-last-buffer optimization.
17925 (flyspell-mode-on): Use it.
17926
17927 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
17928 flymake-simple-cleanup.
17929 (flymake-allowed-file-name-masks): Use this new default.
17930 All the functions are now called in the right buffer rather than
17931 passing the buffer as argument.
17932 (flymake-process-sentinel): Switch to buffer before calling cleanup.
17933 (flymake-parse-err-lines): Remove redundant buffer arg.
17934 (flymake-get-program-dir): Comment out unused function.
17935 (flymake-start-syntax-check, flymake-start-syntax-check-process):
17936 Remove redundant buffer argument.
17937 (flymake-get-real-file-name, flymake-simple-java-cleanup)
17938 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
17939
17940 2006-01-05 Richard M. Stallman <rms@gnu.org>
17941
17942 * info.el (Info-find-node): Don't record previous node if have none.
17943 (info): Go to directory only if history is empty.
17944
17945 * simple.el (mark): Doc fix.
17946
17947 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17948
17949 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
17950 already of desired type.
17951 (mac-ae-list): Coerce parameter to "list" type.
17952 (mac-dispatch-apple-event): Replace cadr part of event with a
17953 dummy position so that event-start returns it.
17954
17955 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
17956
17957 * textmodes/org.el (org-end-of-subtree): New function.
17958 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
17959 Use `org-end-of-subtree'.
17960 (org-agenda, org-agenda-convert-date): Protect calls to
17961 `fit-window-to-buffer'.
17962 (org-tags-view): Force matching of sublevels when doing a
17963 todo-only search. Define the correct redo command, including the
17964 arguments.
17965 (org-agenda-redo): Display message.
17966 (org-check-for-org-mode): New function.
17967 (org-agenda-type): New variable.
17968 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
17969 Set `org-agenda-type'.
17970 (org-agenda-check-type): New function.
17971 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
17972 (org-agenda-week-view, org-agenda-day-view)
17973 (org-agenda-next-date-line, org-agenda-previous-date-line)
17974 (org-agenda-log-mode, org-agenda-toggle-diary)
17975 (org-agenda-toggle-time-grid, org-agenda-date-later)
17976 (org-agenda-date-prompt, org-agenda-diary-entry)
17977 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
17978 (org-agenda-convert-date, org-agenda-menu):
17979 Use `org-agenda-check-type'.
17980 (org-make-overlay, org-delete-overlay)
17981 (org-detatch-overlay, org-move-overlay, org-overlay-put):
17982 New compatibility functions.
17983 (org-calendar-select-mouse): New command.
17984
17985 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
17986
17987 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
17988 (Custom-reset-standard): Fix y-or-n-p messages.
17989 (custom-link): New face for links.
17990 (custom-buffer-create-internal, custom-manual): Use it.
17991 (custom-face-save): Push to theme-face before setting face spec.
17992
17993 * wid-edit.el (widget-default-mouse-face-get): New function.
17994 (widget-specify-button): Handle mouse-face like button-face.
17995
17996 * custom.el (load-theme): Clear old theme settings if reloading.
17997
17998 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
17999
18000 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
18001 "Erase Customization" button back to same position it occupies in
18002 the individual State menus.
18003
18004 2006-01-04 Kim F. Storm <storm@cua.dk>
18005
18006 * wid-edit.el (key-sequence): Rework widget to read key binding
18007 using `kbd' syntax. Use C-q to insert literal key, event, or code.
18008 (widget-key-sequence-default-value): Default value for empty sequence.
18009 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
18010 (widget-key-sequence-read-event): New command for C-q.
18011 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
18012 (widget-key-sequence-value-to-external): New functions.
18013
18014 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
18015
18016 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
18017 Use expand-file-name.
18018 (flymake-delete-temp-directory): Use expand-file-name,
18019 file-name-directory, and directory-file-name.
18020 (flymake-strrchr): Delete.
18021 (flymake-start-syntax-check): Don't pass the redundant buffer argument
18022 to the init-f function.
18023 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
18024 (flymake-init-find-buildfile-dir)
18025 (flymake-init-create-temp-source-and-master-buffer-copy)
18026 (flymake-simple-make-init-impl, flymake-simple-make-init)
18027 (flymake-master-make-init, flymake-master-make-header-init)
18028 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
18029 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
18030 (flymake-xml-init): Remove corresponding redundant buffer argument.
18031 (flymake-allowed-file-name-masks): Remove last elems that are equal to
18032 the default anyway. Clean up regexps.
18033
18034 * progmodes/flymake.el (flymake-temp-source-file-name)
18035 (flymake-master-file-name, flymake-temp-master-file-name)
18036 (flymake-base-dir): New buffer-local vars.
18037 (flymake-buffer-data, flymake-get-buffer-value)
18038 (flymake-set-buffer-value): Replace those hash-tables by the new
18039 buffer-local vars. Update callers.
18040
18041 * progmodes/flymake.el (flymake-check-start-time)
18042 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
18043 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
18044 Move definition, so we can remove redundant earlier declaration.
18045 (flymake-replace-regexp-in-string, flymake-split-string)
18046 (flymake-get-temp-dir): Use defalias.
18047 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
18048 (flymake-xemacs-window-edges): Remove unused function.
18049 (flymake-get-point-pixel-pos): Move.
18050 (flymake-pid-to-names, flymake-reg-names)
18051 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
18052 Replace by a simple list flymake-processes and by process-buffer.
18053 Update callers. Other than simplify the code, it uses buffers rather
18054 than buffer-names so it doesn't get confused by uniquify.
18055 (flymake-buffer-data): The global value should just be nil.
18056
18057 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
18058 Optimize the body of a defalias like any other code.
18059
18060 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
18061 Make sure we've setup font-lock's vars. It may influence which
18062 function we then call.
18063 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
18064 here since it's too late anyway.
18065
18066 2006-01-03 Romain Francoise <romain@orebokech.com>
18067
18068 * startup.el (fancy-splash-tail, normal-splash-screen):
18069 Update copyright year.
18070
18071 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
18072
18073 * mouse.el (mouse-drag-track): Rename, from
18074 `mouse-drag-region-1'. Includes optional argument required to
18075 enable post-drag event processing (e.g. delete region keys).
18076 Can be used without this argument to track a mouse region and operate
18077 on it as soon as the drag completes.
18078 (mouse-drag-region): Use `mouse-drag-track'.
18079
18080 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
18081
18082 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
18083 Move to `custom-buffer' group.
18084
18085 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
18086 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
18087 (custom-theme-insert-face-marker, custom-theme-variable-menu)
18088 (custom-theme-face-menu): New variables.
18089 (custom-theme-add-variable, custom-theme-variable-action)
18090 (custom-variable-reset-theme, custom-theme-delete-variable)
18091 (custom-face-reset-theme, custom-theme-face-action)
18092 (custom-theme-delete-face, custom-theme-merge-theme)
18093 (custom-theme-add-face, custom-theme-visit-theme): New functions.
18094
18095 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
18096
18097 * custom.el: Move Custom Themes commentary to start of theme code.
18098 (custom-known-themes): Rename `standard' theme to `changed'.
18099 (custom-push-theme): Caller no longer specifies what theme to use
18100 when doing `reset'---the setting is simply removed from the theme.
18101 Delete MODE from `theme-value' and `theme-settings' properties.
18102 (custom-declare-theme): Ignore &rest args since we don't use them.
18103
18104 (custom-loaded-themes): Delete variable.
18105 (custom-theme-load-themes, custom-theme-loaded-p)
18106 (custom-theme-value): Delete functions.
18107
18108 (custom-declare-theme): Signal error on invalid theme names.
18109 (provide-theme): custom-loaded-themes was deleted.
18110 (load-theme): Load the file unconditionally.
18111 (enable-theme): Call `load-theme' if theme is undefined.
18112 (custom-enabled-themes): Only update value for successful loads.
18113 (disable-theme): Complete from enabled themes when interactive.
18114 (custom-variable-theme-value): Calculate theme value directly.
18115
18116 (custom-theme-reset-variables, custom-reset-variables): Mark as
18117 XEmacs compatibility functions. We don't actually use these.
18118
18119 * cus-edit.el (custom-variable-state-set):
18120 Use custom-variable-theme-value instead of custom-theme-value.
18121 (custom-face-state-set): Rename `standard' theme to `changed'.
18122 (custom-save-variables, custom-save-faces): Delete unneeded
18123 references to custom-reset-variables.
18124 (custom-save-resets): Delete function.
18125 (custom-save-variables, custom-save-faces): MODE argument deleted.
18126 (custom-save-variables, custom-save-faces): Ignore theme values.
18127
18128 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
18129 compatibility function.
18130
18131 2006-01-01 Richard M. Stallman <rms@gnu.org>
18132
18133 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
18134 (Custom-reset-current, Custom-reset-saved): Likewise.
18135 (Custom-reset-standard): Show message if aborted.
18136 (custom-mode): Doc fix, describing those commands.
18137
18138 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
18139 put on event-kind property.
18140
18141 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
18142
18143 * custom.el (provide-theme): Ban `user' theme name.
18144 (custom-enabling-themes): New variable.
18145 (enable-theme): Don't enable user if custom-enabling-themes is t.
18146 (custom-enabled-themes): Make it a defcustom.
18147 (custom-theme-recalc-face): No-op if face is undefined.
18148
18149 * cus-edit.el (custom-button-mouse): New variable.
18150 (custom-button-mouse): New face.
18151 (custom-raised-buttons, custom-mode): Use it.
18152
18153 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
18154
18155 2005-12-31 Eli Zaretskii <eliz@gnu.org>
18156
18157 * progmodes/gud.el (gud-display-line): Support hl-line in the
18158 source buffer.
18159
18160 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
18161
18162 * mouse.el (mouse-drag-window-above): Verify that the found window
18163 overlaps with the given window in the horizontal dimension.
18164
18165 2005-12-31 Eli Zaretskii <eliz@gnu.org>
18166
18167 * Makefile.in (cvs-update): New target.
18168
18169 * makefile.w32-in (cvs-update): Ditto.
18170
18171 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
18172
18173 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
18174 (custom-new-theme-mode-map): New variable.
18175
18176 2005-12-30 Richard M. Stallman <rms@gnu.org>
18177
18178 * custom.el (custom-load-themes): Function deleted.
18179
18180 * cus-edit.el (custom-save-loaded-themes): Function deleted.
18181 (custom-save-variables): Don't delete or add custom-load-themes call.
18182
18183 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
18184
18185 * cus-start.el: Add `visible-cursor'.
18186
18187 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
18188 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
18189 (flymake-process-filter): Switch to buffer before calling it instead.
18190 (flymake-post-syntax-check, flymake-highlight-err-lines)
18191 (flymake-delete-own-overlays, flymake-parse-err-lines)
18192 (flymake-start-syntax-check, flymake-start-syntax-check-process)
18193 (flymake-count-lines, flymake-parse-residual):
18194 Remove constant buffer argument.
18195 (flymake-start-syntax-check-for-current-buffer): Remove.
18196 Update callers to use flymake-start-syntax-check instead.
18197 (flymake-display-err-menu-for-current-line):
18198 Remove unused var `mouse-pos'.
18199 (flymake-restore-formatting): Comment out unused function.
18200 (flymake-report-status, flymake-report-fatal-status): Remove buffer
18201 argument, use current-buffer instead. Update callers.
18202
18203 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18204
18205 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
18206 buffer-local because choose-completion-delete-max-match requires
18207 that we set completion-ignore-case (i.e., binding via let is not
18208 sufficient).
18209 (bibtex-complete): Always set completion-ignore-case and
18210 choose-completion-string-functions. The latter is needed because
18211 choose-completion-string-functions keeps its value if we quit the
18212 *Completions* buffer without requesting a completion.
18213
18214 2005-12-30 Andreas Schwab <schwab@suse.de>
18215
18216 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
18217
18218 2005-12-30 Eli Zaretskii <eliz@gnu.org>
18219
18220 * jit-lock.el (jit-lock-chunk-size): Doc fix.
18221
18222 2005-12-30 Juri Linkov <juri@jurta.org>
18223
18224 * locate.el (locate-fcodes-file, locate-header-face)
18225 * progmodes/delphi.el (delphi-other-face)
18226 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
18227
18228 * paren.el (show-paren-match, show-paren-mismatch): Use existing
18229 group `paren-showing-faces'.
18230
18231 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
18232 (goto-address): Fix docstring.
18233
18234 * net/webjump.el (webjump-sample-sites): Update URLs.
18235
18236 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
18237
18238 * subr.el (cancel-change-group): Add listp around pending-undo-list.
18239
18240 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
18241
18242 * font-lock.el (font-lock-compile-keywords): Signal an error when
18243 font-lock-set-defaults hasn't been called.
18244
18245 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
18246
18247 * subr.el (noreturn, 1value): Doc fixes.
18248
18249 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18250
18251 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
18252 that assoc-string returns nil.
18253
18254 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18255
18256 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
18257 (bibtex-entry-type-str, bibtex-empty-field-re)
18258 (bibtex-search-backward-string, bibtex-preamble-prefix)
18259 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
18260 (bibtex-any-valid-entry-type): New variable.
18261 (bibtex-parse-field-name): Simplify.
18262 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
18263 (bibtex-preamble-prefix): Include left delimiter.
18264 (bibtex-search-forward-field, bibtex-search-backward-field):
18265 Allow unbounded search past entry boundaries (required by bibtex-pop).
18266 (bibtex-text-in-field-bounds): Use push.
18267 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
18268 (bibtex-parse-preamble, bibtex-valid-entry)
18269 (bibtex-beginning-first-field): New functions.
18270 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
18271 (bibtex-map-entries): Fix docstring.
18272 (bibtex-flash-head): New arg prompt. Simplify.
18273 (bibtex-enclosing-field): Include code of bibtex-inside-field.
18274 (bibtex-insert-kill): Simplify. Always insert text past the
18275 current field or entry.
18276 (bibtex-format-entry): Use bibtex-parse-field.
18277 (bibtex-pop): Use bibtex-beginning-of-entry and
18278 bibtex-end-of-entry to initiate the search. Insert empty field if
18279 we found ourselves.
18280 (bibtex-print-help-message): New args field and comma.
18281 Handle entry keys.
18282 (bibtex-make-field): Use bibtex-beginning-of-entry.
18283 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
18284 invalid entry.
18285 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
18286 Handle preambles. Simplify code for thorough test.
18287 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
18288 New arg comma. Handle entry heads.
18289 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18290 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
18291 New arg comma.
18292 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
18293 (bibtex-fill-field): Simplify.
18294 (bibtex-fill-entry): Use bibtex-beginning-first-field and
18295 bibtex-parse-field.
18296 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
18297 (bibtex-complete): Use bibtex-parse-preamble.
18298
18299 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
18300
18301 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
18302 Display name of expression instead of convenience variable.
18303 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
18304
18305 * progmodes/gud.el (gud-tooltip-dereference): Rename from
18306 toggle-gud-tooltip-dereference.
18307 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
18308 (gud-tooltip-tips): ...here when dereferencing.
18309
18310 2005-12-28 Bill Wohler <wohler@newt.com>
18311
18312 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
18313
18314 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
18315
18316 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
18317 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
18318 (vc-annotate-display-autoscale): Adjust call.
18319 (vc-annotate-display-default): Adjust call. Make arg compulsory.
18320 Fix interactive spec.
18321 (vc-annotate-time-span): Remove.
18322 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
18323 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
18324 (vc-annotate-display-select): Use new name.
18325
18326 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
18327 (vc-annotate-mode-menu): Remove left-over redundant declaration.
18328 Correct the construction of span entries. Simplify.
18329 (vc-annotate-display-select): Fix the nil case.
18330 (vc-annotate): Remove obsolete (and now broken) code.
18331 (vc-annotate-extract-revision-at-line): Remove obsolete code.
18332 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
18333
18334 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
18335
18336 * subr.el (lazy-completion-table): Correct typo in docstring.
18337
18338 * startup.el (command-line): Use `custom-reevaluate-setting' for
18339 `send-mail-function'.
18340
18341 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
18342
18343 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
18344
18345 * mail/smtpmail.el (smtpmail-try-auth-methods):
18346 Send credentials together with "AUTH PLAIN" command.
18347
18348 2005-12-27 Richard M. Stallman <rms@gnu.org>
18349
18350 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
18351 mouse-2, go back to previously selected window, so it's selected
18352 when mouse-2 command runs.
18353
18354 2005-12-27 Juri Linkov <juri@jurta.org>
18355
18356 * descr-text.el (describe-text-sexp): Use square brackets for
18357 button [Show] to distinguish it from the property value `show'.
18358 (describe-property-list): Use `insert-text-button' with
18359 `help-face' type instead of putting face in quotes, because button
18360 is not created automatically for a list of faces.
18361 (describe-text-properties-1): Put button-type value in quotes to
18362 distinguish from plain text "button".
18363 (describe-char): Display code point values in hex. Don't use
18364 `symbol-name' for `current-input-method' because it is a string.
18365 Use `insert-text-button' with `help-face' type instead of putting
18366 hardcoded face in quotes, because button is not created automatically.
18367
18368 2005-12-27 Richard M. Stallman <rms@gnu.org>
18369
18370 * progmodes/glasses.el (glasses-face): More specific custom type.
18371
18372 * files.el (set-visited-file-name): Doc fix.
18373
18374 * textmodes/flyspell.el (flyspell-external-point-words):
18375 Use local var buffer-scan-pos to advance scan for next misspelling.
18376 Advance it only after we find the misspelling.
18377
18378 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
18379
18380 * textmodes/flyspell.el (flyspell-external-point-words):
18381 New criteria for finding the misspelling in the buffer.
18382
18383 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
18384
18385 * help-mode.el (help-insert-string): Set help-xref-stack-item
18386 rather than call help-setup-xref.
18387
18388 * descr-text.el (describe-char): Revert previous changes for
18389 optional buffer argument.
18390
18391 2005-12-27 Juri Linkov <juri@jurta.org>
18392
18393 * help-mode.el (help-insert-string): New function. Save buffer
18394 contents in cases where it is impossible to recompute the old contents.
18395
18396 * descr-text.el (describe-char): Set help-xref-stack-item
18397 explicitly after buffer has been generated.
18398
18399 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18400
18401 * cus-start.el (all): Add x-gtk-show-hidden-files.
18402
18403 2005-12-26 Richard M. Stallman <rms@gnu.org>
18404
18405 * replace.el (perform-replace): Calculate match-again
18406 before skipping read-only matches.
18407
18408 * paren.el (paren-showing-faces): New group.
18409 (show-paren-match, show-paren-mismatch): Move to that group.
18410
18411 * button.el (button): Put into group `basic-faces'.
18412
18413 * progmodes/make-mode.el: Remove faces from group `faces'.
18414
18415 * apropos.el (apropos, apropos-value): Doc fix.
18416 (apropos-documentation): Doc fix.
18417
18418 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
18419
18420 * subr.el (lazy-completion-table): Remove argument `args'.
18421
18422 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
18423 Don't use the `args' argument of lazy-completion-table.
18424
18425 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
18426
18427 * descr-text.el (describe-char): Add optional argument for buffer.
18428 Set buffer appropriately. Call help-setup-xref.
18429 Suggested by Stefan Monnier.
18430
18431 2005-12-26 Juri Linkov <juri@jurta.org>
18432
18433 * descr-text.el: Require `help-fns' at runtime. Don't require
18434 `button' for byte compilation.
18435 (describe-text-widget): Add `help-echo' for first button.
18436 Use `help-info' for second.
18437 (describe-property-list): Use `help-argument-name' instead of `italic'.
18438 (describe-text-category): Add prompt to interactive spec.
18439 Call `help-setup-xref'.
18440 (describe-char): Use `help-character-set'. Add `help-echo' for
18441 code point. Use `help-input-method'. Remove superfluous insert.
18442
18443 2005-12-25 Richard M. Stallman <rms@gnu.org>
18444
18445 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
18446 at point, in case of narrowing.
18447
18448 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
18449
18450 * locate.el (locate-header-face): Allow nil in type.
18451
18452 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
18453
18454 2005-12-25 Romain Francoise <romain@orebokech.com>
18455
18456 * battery.el (battery-linux-proc-acpi): Also try
18457 `/proc/acpi/thermal_zone/THM0/temperature'.
18458
18459 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
18460
18461 * custom.el (custom-push-theme): Fix docstring.
18462
18463 * cus-edit.el (custom-variable-set, custom-variable-save)
18464 (custom-variable-save): Custom-quote widget values.
18465 (customize-save-variable): Fix custom-push-theme call.
18466
18467 2005-12-24 Eli Zaretskii <eliz@gnu.org>
18468
18469 * w32-fns.el (w32-batch-update-autoloads): New function.
18470
18471 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
18472 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
18473 from the command line.
18474
18475 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
18476
18477 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
18478 reset means to remove setting from theme entirely. Don't keep
18479 expanding theme-settings list; delete old entries if necessary.
18480
18481 * cus-edit.el (custom-buffer-create-internal): Move "Erase
18482 customization" button one line up.
18483 (custom-themed): New face.
18484 (custom-magic-alist): New value, THEMED, for theme settings.
18485 (custom-variable-state-set, custom-face-state-set):
18486 Check theme-value instead of saved-value.
18487 (custom-variable-reset-standard, custom-face-reset-standard):
18488 Remove theme setting entirely. Recalculate new values.
18489 (custom-variable-set, custom-variable-set)
18490 (custom-variable-reset-saved, custom-variable-reset-backup)
18491 (custom-face-set, custom-face-reset-saved): Update `user' theme.
18492 (custom-variable-save): Fix typos.
18493
18494 2005-12-23 Juri Linkov <juri@jurta.org>
18495
18496 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
18497 Add autoload cookies.
18498 (edebug-outside-d-c-i-n-s-w): New variable.
18499 (edebug-display, edebug-outside-excursion): Use it to save the
18500 original value of default-cursor-in-non-selected-windows.
18501 Set default-cursor-in-non-selected-windows to t while Edebug
18502 is active.
18503 (edebug-mode, edebug-eval-mode): Doc fix.
18504
18505 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
18506 with `buffer-substring-no-properties' to remove common substring
18507 highlighting.
18508
18509 * info.el (info-other-window, info): Rename function argument
18510 `file' to `file-or-node'.
18511 (Info-complete-menu-item): Use local variable `complete-nodes' to
18512 keep the global value of `Info-complete-nodes' unchanged for
18513 subsequent completions.
18514 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
18515
18516 * simple.el (get-next-valid-buffer, last-buffer)
18517 (next-error-buffer-p, next-error-find-buffer)
18518 (minibuffer-history-sexp-flag): Doc fix.
18519
18520 * savehist.el (savehist-mode-hook): Add `:group'.
18521
18522 * log-view.el: Call autoload for vc-find-version.
18523 (log-view-current-file): Adjust subgroup numbers.
18524 (log-view-current-tag): Add `length'.
18525
18526 2005-12-23 Richard M. Stallman <rms@gnu.org>
18527
18528 * vc.el (vc-annotate-car-last-cons): Defn moved up.
18529
18530 2005-12-23 Juri Linkov <juri@jurta.org>
18531
18532 * hi-lock.el (hi-lock-archaic-interface-message-used)
18533 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
18534 (hi-lock-mode): Display "Hi" in the mode line only when
18535 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
18536 (hi-lock-write-interactive-patterns):
18537 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
18538 (hi-lock-set-pattern, hi-lock-set-file-patterns)
18539 (hi-lock-font-lock-hook): Set 3rd arg `how' of
18540 font-lock-add-keywords to t.
18541
18542 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
18543
18544 * hi-lock.el (hi-lock-highlight-range): New variable.
18545 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
18546 only if font-lock-fontified is non-nil. Remove overlays.
18547 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
18548 font-lock-fontified is non-nil, otherwise use overlays (instead of
18549 text properties).
18550 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
18551 New variables.
18552 (hi-lock-string-serialize): New function.
18553
18554 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18555
18556 * menu-bar.el (menu-find-file-existing): New function.
18557 (menu-bar-file-menu): Use menu-find-file-existing for Open.
18558
18559 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
18560
18561 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18562
18563 * vc.el: Remove unnecessary leading * in docstrings.
18564 (vc-annotate-mode-map): Move initialization into declaration.
18565 (vc-static-header-alist): Nitpick on the regexp.
18566 (vc-default-init-version): New fun.
18567 (vc-register): Use it.
18568 (vc-insert-headers): Use dolist.
18569 (vc-annotate-get-backend): Remove unused function.
18570 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
18571 (vc-annotate-mode): Remove corresponding call.
18572 (vc-annotate-car-last-cons): Simplify.
18573 (vc-annotate-buffers): Remove var.
18574 (vc-annotate-backend): Make it buffer-local.
18575 (vc-annotate): Move the interaction to the interactive spec.
18576 Add a `buf' argument.
18577 (vc-annotate-warp-version): Use this new `buf' argument to avoid
18578 killing&creating a vc-annotate buffer, which is very disruptive when
18579 the buffers are shown in dedicated frames.
18580
18581 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
18582
18583 * descr-text.el: Add FSF as maintainer.
18584 (describe-text-mode, describe-text-mode-map)
18585 (describe-text-mode-hook, describe-text-done): Delete. Use normal
18586 help-mode.
18587 (describe-text-widget, describe-text-sexp)
18588 (describe-property-list, describe-text-category)
18589 (describe-text-properties, describe-text-properties-1)
18590 (describe-char): Use help buttons instead of widgets.
18591 (describe-char-unicodedata-file): Make URL link in doc string.
18592
18593 2005-12-22 Richard M. Stallman <rms@gnu.org>
18594
18595 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
18596 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
18597 Don't include buttons that write a file when there's no file.
18598 (custom-variable-menu, custom-face-menu, custom-group-menu):
18599 Don't include commands that write a file when there's no file.
18600 (customize-browse): Reword the top-of-buffer help intro.
18601 (custom-buffer-create-internal): Fix previous change.
18602 (customize-changed-options-previous-release): Prev release is 21.1.
18603 (customize-changed-options): Doc fix.
18604 (customize-changed): New alias.
18605 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
18606 Say "standard values".
18607 (Custom-reset-standard): Doc fix.
18608 (custom-face-reset-standard): Doc fix.
18609
18610 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18611
18612 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
18613 even if font-lock-mode is non-nil since it may be t without having
18614 turned on font-lock-mode-internal.
18615 (font-lock-choose-keywords): Minor optimization.
18616 (font-lock-add-keywords, font-lock-remove-keywords)
18617 (font-lock-set-defaults): Don't call make-local-variable on a variable
18618 that we know to already be local.
18619
18620 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18621
18622 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
18623 messages if in the minibuffer.
18624
18625 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18626
18627 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
18628 (tex-mode-flyspell-verify, flyspell-get-word)
18629 (flyspell-external-point-words): Don't use point-min/max uselessly.
18630
18631 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
18632 by Kevin Rodgers. Instead, just hide the completions buffer if we
18633 don't need to show it.
18634
18635 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
18636
18637 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
18638
18639 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18640
18641 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
18642 delete-windows-on with an inexistent buffer.
18643
18644 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
18645
18646 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18647 Delete defcustom variable :tag names.
18648
18649 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
18650
18651 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
18652 (log-view-font-lock-keywords): Ajust subgroup numbers.
18653 (log-view-current-tag): Don't hard code the number of subgroups.
18654
18655 2005-12-20 Juri Linkov <juri@jurta.org>
18656
18657 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
18658 (tooltip-x-offset, tooltip-y-offset): Doc fix.
18659
18660 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
18661 (menu-bar-non-minibuffer-window-p): Instead of checking
18662 display-multi-frame-p, use selected-frame when menu-updating-frame
18663 is nil.
18664
18665 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
18666
18667 * align.el (align-rules-list): Use [ \t] instead of \s-
18668 for column separators in text mode.
18669
18670 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
18671
18672 * help-mode.el (help-customize-variable, help-customize-face):
18673 Don't pop help-xref-stack as help-follow no longer pushes
18674 anything on to it.
18675
18676 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
18677
18678 * textmodes/org.el (org-agenda-custom-commands): New option.
18679 (org-agenda): Offer custom commands on splash screen.
18680 (org-make-tags-matcher): Parser for Boolean logic added.
18681 (org-agenda-set-tags): New command.
18682 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
18683 (org-set-tags): Efficiency improvements.
18684 (org-auto-align-tags): New option.
18685 (org-todo, org-demote, org-promote): Realign tags.
18686 (org-tags-completion-function): Use also "&" and "|" as separators.
18687 (org-org-menu): Agenda commands simplified.
18688
18689 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
18690
18691 * cus-edit.el (customize-apropos, customize-apropos-options):
18692 Docstring changes.
18693
18694 * font-lock.el (font-lock): Add tags to the links in the defgroup.
18695
18696 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
18697
18698 * longlines.el (longlines-mode): Wrap while widened.
18699 (longlines-decode-region, longlines-encode-region): Compute max
18700 just once.
18701
18702 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18703
18704 * cus-edit.el (mac): New group.
18705
18706 * cus-start.el (all): Add user options in macterm.c. Add test for
18707 Mac-related built-ins. Fix test for GTK-related built-ins.
18708
18709 * term/mac-win.el (mac-handle-language-change)
18710 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
18711 (mac-services-open-selection, mac-services-mail-selection)
18712 (mac-services-mail-to, mac-services-insert-text)
18713 (mac-dispatch-apple-event): Add docstrings.
18714 (x-get-selection, mac-select-convert-to-string): Select coding
18715 system from `utf-16be' and `utf-16le' using `byteorder'.
18716
18717 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
18718
18719 * subr.el (lazy-completion-table): Don't be fooled if the var holds
18720 a "list" (lambda ...) rather than a real completion list.
18721
18722 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
18723 lexical-let when encountering ((lambda (...) ...) ...).
18724
18725 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18726
18727 * progmodes/sh-script.el (sh-mode):
18728 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
18729 * textmodes/picture.el (picture-mode): Update docstrings.
18730
18731 2005-12-17 Eli Zaretskii <eliz@gnu.org>
18732
18733 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
18734 commands enclosed in $(ARGQUOTE)s should not be split between two
18735 lines, as that will break with GNU Make >3.80, when sh.exe is used
18736 and arg quoting is with '..'.
18737 (autoloads): Don't break the quoted --eval expression between
18738 several lines.
18739
18740 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18741
18742 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
18743 Capture error from printing circular structures.
18744
18745 2005-12-17 Martin Rudalics <rudalics@gmx.at>
18746
18747 * wid-edit.el (widget-checkbox-action): Clear undo info.
18748
18749 2005-12-16 Bill Wohler <wohler@newt.com>
18750
18751 * menu-bar.el (kill-this-buffer): Set a good example by using menu
18752 bar, not menubar in comment.
18753
18754 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
18755
18756 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
18757 After-change-functions should not clobber the match data.
18758
18759 2005-12-16 Juri Linkov <juri@jurta.org>
18760
18761 * simple.el (choose-completion): Use `buffer-substring-no-properties'
18762 instead of `buffer-substring'.
18763 (completion-common-substring): Doc fix.
18764 (completion-setup-function): Use minibuffer-completion-contents
18765 instead of minibuffer-contents. Don't set common-string-length
18766 initially. Remove special handling of partial-completion-mode.
18767 Move computation of completion-base-size into one cond.
18768 Call completion-base-size-function in mainbuf. In computation of
18769 completion-base-size for file name completion don't move point to
18770 the end of the minibuffer. Move computation of common-string-length
18771 into one cond. Start putting faces only when common-string-length>=0.
18772 Add condition to put completions-common-part when
18773 common-string-length>0.
18774
18775 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
18776 place point at the first different character in the minibuffer
18777 even if this position is at the beginning of the minibuffer.
18778
18779 * info.el (Info-read-node-name-1): In completion-base-size-function's
18780 lambda return 1 if common-substring or minibuffer-completion-contents
18781 starts with (, and 0 otherwise.
18782
18783 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
18784 Use `crm-current-element' for second arg of `display-completion-list'.
18785
18786 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
18787
18788 * files.el (set-auto-mode): Look for an interpreter specified on
18789 the first line also if search for mode specification succeeded,
18790 but the mode is not known.
18791
18792 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
18793
18794 * textmodes/org.el (org-tags-match-list-sublevels): New option.
18795 (org-open-at-point): Implement tag searches as links.
18796 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
18797 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
18798 (org-tags-sparse-tree, org-tags-view, org-set-tags)
18799 (org-agenda-dispatch): New commands.
18800 (org-use-tag-inheritance, org-tags-column): New options.
18801 (org-tab-follows-link, org-return-follows-link): New options.
18802 (org-tags): New customize group.
18803 (org-start-icalendar-file): Get local time zone.
18804 (org-tags-completion-function): New function.
18805 (org-set-font-lock-defaults): Make sure links will also be
18806 highlighted inside headlines.
18807
18808 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
18809
18810 * term.el (term-emulate-terminal):
18811 Let term-handle-ansi-terminal-messages override what Bash says about
18812 its current directory.
18813
18814 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
18815
18816 * bindings.el (last-buffer): Move to simple.el.
18817 * simple.el (last-buffer): Move here.
18818 (get-next-valid-buffer): New function.
18819 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
18820 (prev-buffer): Ditto. Rename to `previous-buffer'.
18821
18822 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
18823 * bindings.el (global-map): Ditto.
18824
18825 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
18826
18827 * cus-edit.el: Introductory comment change.
18828 (custom-magic-alist): Change message string for the `rogue' state.
18829
18830 2005-12-15 Richard M. Stallman <rms@gnu.org>
18831
18832 * tooltip.el: Delete defcustom variable :tag names.
18833
18834 * complete.el (partial-completion-mode): Doc fix.
18835
18836 * textmodes/flyspell.el (flyspell-external-point-words):
18837 Use save-excursion to ensure we don't move backward in the
18838 search loop, not even one character.
18839 (flyspell-delete-all-overlays): Use remove-overlays directly.
18840
18841 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
18842 (ispell-start-process): Set that variable.
18843 Clear ispell-buffer-local-name.
18844 (ispell-internal-change-dictionary):
18845 Set ispell-current-dictionary after killing process.
18846 (ispell-buffer-local-dict):
18847 Don't set spell-personal-dictionary after killing process.
18848 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
18849 (ispell-tex-skip-alists, ispell-html-skip-alists)
18850 (ispell-skip-region-alist): Mark as risky.
18851
18852 * net/newsticker.el (newsticker--retrieval-timer-list)
18853 (newsticker--display-timer, newsticker-running-p)
18854 (newsticker-ticker-running-p): Definitions moved up.
18855
18856 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
18857
18858 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
18859
18860 2005-12-15 David Ponce <david@dponce.com>
18861
18862 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
18863 (recentf-edit-list, recentf-open-files): Signal an error when
18864 there is no recent file.
18865
18866 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
18867
18868 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
18869 read-only except for texinfo-format-region evaluation.
18870
18871 2005-12-14 Richard M. Stallman <rms@gnu.org>
18872
18873 * vc.el (vc-default-previous-version, vc-default-next-version)
18874 (vc-do-command): Doc fixes.
18875
18876 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18877
18878 * textmodes/bibtex.el (bibtex-expand-strings)
18879 (bibtex-autokey-expand-string, bibtex-name-part)
18880 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
18881 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
18882 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
18883 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
18884 (bibtex-entry-postfix, bibtex-known-entry-type-re)
18885 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
18886 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
18887 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
18888 (bibtex-beginning-of-last-entry): Remove.
18889 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
18890 message if comma is missing but buffer is read-only.
18891 (bibtex-parse-field-text): Handle whitespaces at the end of field
18892 text. Return 3-element list with beginning and end of field text
18893 and end of field.
18894 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
18895 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
18896 (bibtex-search-forward-field, bibtex-search-backward-field):
18897 Search always delimited by limits of entry. Use more efficient
18898 search algorithms.
18899 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
18900 bibtex-end-of-name-in-field.
18901 (bibtex-text-in-field-bounds): Handle BibTeX strings when
18902 extracting the content of a field.
18903 (bibtex-text-in-field): Use search limits.
18904 (bibtex-parse-string-prefix): Handle empty string keys based on
18905 bibtex-string-empty-key.
18906 (bibtex-parse-string): Fix docstring.
18907 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
18908 (bibtex-preamble-prefix, bibtex-strings): New functions.
18909 (bibtex-skip-to-valid-entry): Include preceding whitespace in
18910 BibTeX entries (consistent with other BibTeX functions).
18911 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
18912 (bibtex-search-entry): Fix docstring. Simplify.
18913 (bibtex-flash-head, bibtex-complete-string-cleanup)
18914 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
18915 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
18916 (bibtex-parse-entry): New optional arg content.
18917 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
18918 Use bibtex-text-in-field-bounds.
18919 (bibtex-print-help-message): Handle BibTeX strings and preambles.
18920 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
18921 bibtex-parse-string-postfix.
18922 (bibtex-find-text-internal): New function.
18923 (bibtex-remove-delimiters): Use it.
18924 (bibtex-find-text): Use it. New optional arg help.
18925 (bibtex-complete): Handle BibTeX string and preamble entries.
18926 (bibtex-Preamble): Fix order of closing delimiters.
18927
18928 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
18929
18930 * vc.el (vc-default-revert): New fun.
18931
18932 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
18933
18934 2005-12-14 Romain Francoise <romain@orebokech.com>
18935
18936 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
18937 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
18938 (font-lock-remove-keywords): Likewise.
18939
18940 2005-12-14 Juri Linkov <juri@jurta.org>
18941
18942 * log-view.el (log-view-diff): Doc fix.
18943
18944 * isearch.el (isearch-query-replace): Use (mark) instead of
18945 isearch-opoint if mark is active in transient-mark-mode.
18946
18947 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
18948
18949 * isearch.el (isearch-query-replace): Check for isearch-other-end.
18950
18951 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
18952
18953 * progmodes/cpp.el (cpp-face): New widget.
18954 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
18955
18956 2005-12-14 Juri Linkov <juri@jurta.org>
18957
18958 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
18959 around `erase-buffer' and `insert'.
18960
18961 * descr-text.el (describe-text-properties): Replace buffer name
18962 "*Help-2*" with "*Help*<2>".
18963 (describe-char): Add functions print-help-return-message,
18964 toggle-read-only. Use help-setup-xref with nil to not store
18965 describe-char in help-xref-stack. Use help-make-xrefs to
18966 make [back] button.
18967
18968 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
18969
18970 * wdired.el (wdired-old-point): New internal variable.
18971 (wdired-change-to-wdired-mode): Set it buffer-locally.
18972 (wdired-abort-changes): Restore point after aborting changes.
18973
18974 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
18975
18976 * vc.el (vc-do-command): Add a new value t for okstatus.
18977
18978 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
18979 frame in case of errors.
18980
18981 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18982
18983 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
18984 so it comes after "On the Left" in the menu.
18985
18986 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
18987
18988 * cus-edit.el (customize-apropos, customize-apropos-options)
18989 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
18990
18991 2005-12-12 Bill Wohler <wohler@newt.com>
18992
18993 * vc-svn.el (vc-svn-registered): Fix problem of visiting
18994 non-writable Subversion-controlled files by saving window
18995 configuration before calling vc-do-command. vc-do-command calls
18996 pop-to-buffer on error which is unexpected during registration.
18997
18998 2005-12-12 Jay Belanger <belanger@truman.edu>
18999
19000 * calc/README: Update the summary of changes.
19001
19002 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
19003
19004 * descr-text.el (describe-char): Rework last fix to solve the problem
19005 is the same way it's solved for everything else in that function
19006 (i.e. by extracting the info before setting up the *Help* buffer).
19007
19008 2005-12-12 Kim F. Storm <storm@cua.dk>
19009
19010 * subr.el (version-regexp-alist): Allow space as separator before
19011 non-numeric part, e.g. "1.0 alpha".
19012 (version-to-list): Interpret .X.Y version as 0.X.Y version.
19013
19014 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
19015
19016 * textmodes/org.el (org-agenda, org-timeline, org-todo):
19017 Implement Logging and the keep-modes setting.
19018 (org-get-category): Make sure a string is returned.
19019 (org-log-done): New function.
19020 (org-log-done, org-closed-string): New options.
19021
19022 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19023
19024 * tooltip.el (tooltip-y-offset): Change default to 20.
19025
19026 2005-12-12 Richard M. Stallman <rms@gnu.org>
19027
19028 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
19029
19030 * frame.el (display-hourglass): Doc fix.
19031
19032 * help.el (help-for-help-internal): Simplify entry for `a'.
19033
19034 * info.el (Info-on-current-buffer): Doc fix.
19035 (info-insert-file-contents): Don't test (featurep 'jka-compr).
19036
19037 * startup.el (inhibit-splash-screen): Make this the real name.
19038 (inhibit-startup-message): Make this the alias.
19039 (command-line): Find only simple.el, and use its directory
19040 to fill in other preloaded files' names.
19041 (command-line): Deactivate the mark if deactivate-mark is set.
19042
19043 * international/mule.el (load-with-code-conversion):
19044 Bind deactivate-mark.
19045
19046 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
19047
19048 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
19049
19050 * cus-edit.el (customize-apropos): Avoid listing an option more
19051 than once under different aliases. No longer list user options
19052 that are not defined with defcustom (unless a prefix arg is given).
19053 Doc fix.
19054 (customize-apropos-options): Doc fix.
19055
19056 2005-12-11 Juri Linkov <juri@jurta.org>
19057
19058 * frame.el (set-background-color, set-foreground-color)
19059 (set-cursor-color, set-mouse-color, set-border-color):
19060 Add explicit prompts to read colors by `facemenu-read-color'.
19061 (show-trailing-whitespace, blink-cursor-delay)
19062 (blink-cursor-interval, display-hourglass, hourglass-delay):
19063 Remove tags.
19064 (display-hourglass, hourglass-delay): Doc fix.
19065 (cursor-in-non-selected-windows): Capitalize words in tag.
19066
19067 * faces.el (frame-background-mode): Replace `choice-item' keywords
19068 with `const' to not make [default] button. Change default value tag
19069 from `default' to `automatic'. Doc fix.
19070 (trailing-whitespace) <defface>: Change group `whitespace' to
19071 `whitespace-faces'.
19072
19073 2005-12-11 Richard M. Stallman <rms@gnu.org>
19074
19075 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
19076
19077 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19078
19079 * term/mac-win.el: Create keymap for mac-apple-event-map.
19080
19081 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
19082
19083 * tooltip.el (tooltip-mode): Move to start of file so that it
19084 appears at top of customize buffer.
19085
19086 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
19087 Add the gud groupname.
19088 (gud-tooltip-mode): Add the tooltip groupname.
19089 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
19090 avoid conflict with tooltip-use-echo-area.
19091
19092 2005-12-10 Romain Francoise <romain@orebokech.com>
19093
19094 * help.el (help-for-help-internal): Add `r' in doc string.
19095
19096 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19097
19098 * align.el (align-regexp, align-highlight-rule):
19099 Use region-beginning and region-end instead of point and mark, so that
19100 repetition (with `repeat-complex-command') recomputes the region
19101 bounds.
19102
19103 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
19104
19105 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
19106 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
19107 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
19108 (balance-windows): Rewrite using the above new functions.
19109
19110 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
19111
19112 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
19113 react if global-hi-lock-mode seems intended.
19114 (global-hi-lock-mode): Renamed from hi-lock-mode.
19115 (hi-lock-archaic-interface-message-used)
19116 (hi-lock-archaic-interface-deduce): New variables.
19117 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
19118 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
19119 (hi-lock-find-patterns, hi-lock-font-lock-hook):
19120 Replace hi-lock-buffer-mode with hi-lock-mode.
19121
19122 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
19123
19124 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
19125 completion list, even after a partial completion has been
19126 inserted in the current buffer. If there are more than 1
19127 completion, redisplay the *Completions* buffer; if the
19128 completion is unique, delete the *Completions* window.
19129
19130 2005-12-10 Eli Zaretskii <eliz@gnu.org>
19131
19132 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
19133 strings and long subject lines that were broken into multiple
19134 lines at arbitrary places. Handle subjects that have "Re: " in
19135 the middle.
19136
19137 2005-12-10 John W. Eaton <jwe@octave.org>
19138
19139 * progmodes/octave-mod.el (octave-electric-space): Don't indent
19140 comments or strings if octave-auto-indent is nil.
19141
19142 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19143
19144 * term/mac-win.el: Require url when compiling.
19145 Call mac-process-deferred-apple-events after loading init files.
19146 (mac-apple-event-map): New defvar. Define event handlers in it.
19147 (core-event, internet-event): New Apple event class symbols.
19148 (open-application, reopen-application, open-documents)
19149 (print-documents, open-contents, quit-application)
19150 (application-died, show-preferences, autosave-now, get-url):
19151 New Apple event ID symbols.
19152 (about): New HICommand ID symbol.
19153 (mac-event-spec, mac-event-ae): New macros.
19154 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
19155 (mac-ae-selection-range, mac-ae-text-for-search)
19156 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
19157 (mac-application-menu-map): Remove keymap. Handlers for HICommand
19158 and Services menu events are now defined in mac-apple-event-map.
19159 (mac-drag-n-drop): Remove selection range handling.
19160
19161 2005-12-10 Kenichi Handa <handa@m17n.org>
19162
19163 * simple.el (zap-to-char):
19164 * isearch.el (isearch-process-search-char): Translate CHAR by
19165 translation-table-for-input.
19166
19167 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
19168
19169 * foldout.el (foldout-exit-fold): Properly hide subtree.
19170
19171 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19172
19173 * files.el (save-buffer):
19174 * international/ucs-tables.el (ucs-set-table-for-input):
19175 * mail/mail-extr.el (mail-extract-address-components):
19176 * mail/sendmail.el (mail-mode): Reformat doc string.
19177
19178 2005-12-09 Juri Linkov <juri@jurta.org>
19179
19180 * isearch.el (isearch-highlight): Change main overlay priority
19181 from 1 to 1001. Simplify.
19182 (isearch-lazy-highlight-update): Change lazy overlay priority
19183 from 0 to 1000.
19184
19185 * replace.el (replace-highlight): Change overlay priority from
19186 1 to 1001.
19187
19188 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
19189 Change overlay priority from 1 to 1001. Reuse existing overlay.
19190
19191 * compare-w.el (compare-windows-highlight): Change overlay
19192 priority from 1 to 1000.
19193
19194 * menu-bar.el (menu-bar-edit-menu): Add listp around
19195 pending-undo-list to disable menu item "undo" when pending
19196 undo list is empty.
19197
19198 * locate.el (locate): Disable undo in *Locate* buffer.
19199
19200 2005-12-09 Kim F. Storm <storm@cua.dk>
19201
19202 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
19203
19204 2005-12-09 David Ponce <david@dponce.com>
19205
19206 * recentf.el: Improvement of the menu code.
19207 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
19208 instead of menu hook.
19209 (recentf-show-menu, recentf-hide-menu): New functions.
19210 (recentf-menu-customization-changed, recentf-mode): Use them.
19211 (recentf-menu-action, recentf-max-menu-items)
19212 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
19213 (recentf-arrange-by-rule-others)
19214 (recentf-arrange-by-rules-min-items)
19215 (recentf-arrange-by-rule-subfilter): Don't use
19216 `recentf-menu-customization-changed'.
19217 (recentf-arrange-rules): Likewise. Accept functions to compute
19218 sub-menu titles.
19219 (recentf-menu-filter): Likewise. Doc fix.
19220 (recentf-menu-value-shortcut): Doc fix.
19221 (recentf-dump-variable): Quote atom value.
19222 (recentf-make-menu-items): Update to use it as a menu filter.
19223 (recentf-match-rule): New function.
19224 (recentf-arrange-by-rule): Use it.
19225 (recentf-indirect-mode-rule): New function.
19226 (recentf-build-mode-rules): Use it.
19227 (recentf-dir-rule): New function.
19228 (recentf-arrange-by-dir): Use it.
19229 (recentf-filter-changer-current): Rename from
19230 `recentf-filter-changer-state'. All references updated.
19231 (recentf-filter-changer-alist): Update filter names.
19232 (recentf-filter-changer-select): New function.
19233 (recentf-filter-changer): Use it. Make a sub-menu from filters
19234 available in `recentf-filter-changer-alist'.
19235 (recentf-data-cache, recentf-clear-data)
19236 (recentf-update-menu): Remove. All references updated.
19237 (recentf-match-rule-p, recentf-build-dir-rules)
19238 (recentf-filter-changer-goto-next)
19239 (recentf-filter-changer-get-current)
19240 (recentf-filter-changer-get-next): Remove.
19241
19242 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
19243
19244 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
19245 buffer "Reset" button to "Reset to Current" for consistency with
19246 the State buttons.
19247
19248 2005-12-08 John Paul Wallington <jpw@pobox.com>
19249
19250 * ibuf-ext.el (define-ibuffer-filter filename):
19251 If `dired-directory' is a list then really use its car.
19252
19253 2005-12-08 Kim F. Storm <storm@cua.dk>
19254
19255 * emulation/cua-rect.el (cua--rectangle-aux-replace):
19256 Fix indention of text on right side of replaced rectangle.
19257
19258 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
19259
19260 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
19261 No need to check gud-comint-buffer is bound.
19262 (gdb): Prevent multiple debugging when first session uses gdba.
19263
19264 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19265
19266 CC Mode update to 5.31.
19267
19268 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
19269 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
19270 We might do this function properly in the future).
19271
19272 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
19273 New macros c-sentence-end and c-default-value-sentence end, to cope
19274 with Emacs 22's new function `sentence-end'.
19275
19276 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19277
19278 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
19279 compat issue using `c-put-overlay' and `c-delete-overlay'.
19280
19281 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
19282 New compat macros to handle overlays/extents.
19283
19284 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19285
19286 * progmodes/cc-fix.el: Add definitions of the macros push and pop
19287 (for GNU Emacs 20.4).
19288
19289 * progmodes/cc-defs.el
19290 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
19291
19292 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
19293 highlighting mechanism so it will work in XEmacs too.
19294
19295 * progmodes/cc-defs.el: Insert c-int-to-char.
19296
19297 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
19298 call to the new macro c-int-to-char. This solves XEmacs's
19299 regarding characters as different from integers.
19300
19301 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19302
19303 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
19304 New internal helper.
19305
19306 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
19307 construct to make the indirect face lookup work in XEmacs.
19308
19309 (c-cpp-matchers): Append the negation char face to the existing
19310 fontification, so that the cpp face doesn't disappear.
19311 Use `c-make-syntactic-matcher' to avoid negation chars in comments
19312 and strings.
19313
19314 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
19315 to map to `font-lock-negation-char-face' in emacsen where it exists.
19316
19317 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19318
19319 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
19320
19321 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
19322 Rename "c-subword-move-mode" as "c-subword-mode".
19323
19324 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
19325 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
19326
19327 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19328
19329 * progmodes/cc-mode.el: Added autoload directive for
19330 `c-subword-move-mode' for use in older emacsen.
19331
19332 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19333
19334 * progmodes/cc-mode.el:
19335 (i): Insert a binding for C-c C-backspace into
19336 c-bind-special-erase-keys which works in TTYs.
19337 (ii): Make sure that when file styles are used, any explicitly
19338 given style variables take priority over those in the style.
19339 Do this by calling `hack-local-variables' a second time.
19340
19341 * progmodes/cc-vars.el: Add language specific customization
19342 widgets for AWK to c-doc-comment-style, c-require-final-newline
19343 and c-default-style. Add a defcustom for awk-mode-hook.
19344 Give c-syntactic-element and c-syntactic-context doc-strings by
19345 directly setting their `variable-documentation' propery.
19346 This allows Emacs 22.1 to read these with C-h v.
19347
19348 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
19349
19350 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19351
19352 * progmodes/cc-fonts.el, cc-vars.el
19353 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
19354 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
19355 Masatake YAMATO.
19356
19357 (c-doc-comment-style): Made GtkDoc default in C mode.
19358
19359 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
19360 and C-c C-<delete>.
19361
19362 (c-bind-special-erase-keys): New function for use on
19363 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
19364
19365 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
19366 <delete> key behavior in XEmacs according to `delete-forward-p'.
19367 C.f. `c-electric-delete'.
19368
19369 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19370
19371 * progmodes/cc-mode.el: Give c-hungry-backspace and
19372 c-hungry-delete-forward permanent key bindings.
19373
19374 * progmodes/cc-cmds.el (c-electric-semi&comma):
19375 Bind c-syntactic-context for calls to "criteria functions", for
19376 consistency with other calls to user functions.
19377
19378 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
19379 `current-prefix-arg', since this might be the prefix arg to a
19380 command which calls c-indent-command as a function. Change the
19381 interactive spec from "p" to "P".
19382
19383 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
19384 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
19385 was difficult to understand.
19386
19387 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19388
19389 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
19390 first char of an identifier.
19391
19392 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
19393 +" syntax in C++.
19394
19395 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19396
19397 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
19398 auto-fill doesn't split a c-comment's last word from a hanging
19399 "*/" when a space is typed between them after fill-column.
19400
19401 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
19402
19403 * progmodes/cc-styles.el (c-set-style)
19404 (c-setup-paragraph-variables): Abort the command if we're not in a
19405 CC Mode buffer.
19406
19407 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
19408 with blank comment-prefix, and a blank line as the comment's
19409 second line.
19410
19411 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19412
19413 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
19414 Incorporate the patterns added in the Emacs development branch
19415 for the new Emacs 22 face `font-lock-negation-char-face'.
19416
19417 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
19418 of "red" since it stands out better in xterms and DOS terminals.
19419
19420 * progmodes/cc-engine.el (c-literal-faces):
19421 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
19422
19423 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19424
19425 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
19426 forcibly enable c-electric-flag.
19427
19428 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
19429 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
19430 after the comment-prefix of a C-style comment will close that comment.
19431
19432 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19433
19434 * progmodes/cc-fonts.el (c-basic-matchers-before)
19435 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
19436 in Pike.
19437
19438 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
19439 digraphs.
19440
19441 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
19442 (c-cpp-message-directives, c-cpp-include-directives)
19443 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
19444 (c-cpp-expr-directives): Introduce new language constants to
19445 control cpp syntax in a cleaner way.
19446
19447 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
19448
19449 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
19450
19451 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
19452 (c-multiline-string-start-char): New language constants and
19453 variables to specify how newlines in string literals work.
19454
19455 (c-font-lock-invalid-string): Use them.
19456
19457 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
19458 unbalanced close brace is entered. Optimization by avoiding going
19459 back over arbitrarily large blocks. Removed hints that this
19460 function only would be relevant/useful in AWK.
19461
19462 (c-electric-brace): Indent syntactically after the cleanups since
19463 lineup functions might do it differently then.
19464
19465 * progmodes/cc-engine.el, cc-langs.el
19466 (c-opt-op-identifier-prefix): New language constant and variable.
19467
19468 (c-just-after-func-arglist-p, c-after-special-operator-id)
19469 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
19470
19471 * progmodes/cc-align.el, cc-engine.el
19472 (c-after-special-operator-id): New helper to handle C++ operator
19473 identifiers.
19474
19475 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
19476 (c-guess-basic-syntax): Handle C++ operator identifiers in
19477 declarations.
19478
19479 * progmodes/cc-langs.el (c-assignment-operators): Add the
19480 trigraph version of ^= too.
19481
19482 * progmodes/cc-langs.el (c-assignment-operators): Add the
19483 trigraph version of |= in C++.
19484
19485 * progmodes/cc-fonts.el (c-font-lock-declarators):
19486 Handle `c-decl-hangon-kwds' after the identifier name.
19487
19488 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
19489 whether an arglist is "nonempty", ignore a comment after the open
19490 paren if it isn't followed by a non-comment token on the same line.
19491
19492 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
19493 Enable heuristics below the point to cope with classes inside special
19494 brace lists in Pike.
19495
19496 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19497
19498 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
19499
19500 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19501
19502 * progmodes/cc-guess.el (cc-guess-install): New function to
19503 install an already guessed style in another buffer.
19504
19505 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
19506 sets `inhibit-read-only' - `c-save-buffer-state' should be used
19507 anyway if the change always is undone.
19508
19509 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19510
19511 Implement togglable electricity:
19512
19513 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
19514 saying when it should be used.
19515
19516 * progmodes/cc-engine.el: Add the new buffer-local variable,
19517 c-electric-flag.
19518
19519 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
19520 c-toggle-auto-newline.
19521
19522 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
19523 c-toggle-auto-newline. Remove the binding for
19524 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
19525 c-toggle-electric-state.
19526
19527 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
19528
19529 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
19530 c-\(forward\|backward\)-subword.
19531 (c-update-modeline): Add the new modeline flag `l' for
19532 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
19533 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
19534 Make the old name an alias of the new name.
19535 (c-toggle-electric-state): New function.
19536 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
19537 Adapt these functions to do electric things only when
19538 c-electric-flag is non-nil.
19539 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
19540 new functions from c-electric-brace.
19541 (c-point-syntax): Add a check for "virtual semicolons" in AWK
19542 mode, so that the tentative extra newline doesn't change the
19543 syntax of the following brace.
19544 (c-electric-brace): Restructure by extracting the above functions.
19545 Tidy up the coding somewhat.
19546 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
19547 restructure a bit.
19548
19549 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19550
19551 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
19552 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
19553
19554 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
19555 (c-submode-indicators): Change name from `c-auto-hungry-string'
19556 since it's now used to track another submode.
19557
19558 (c-update-modeline): Convert to function and extended to check
19559 `c-subword-move-mode'.
19560
19561 (c-forward-into-nomenclature, c-backward-into-nomenclature):
19562 Convert to compat aliases for `c-forward-subword' and
19563 `c-backward-subword'.
19564
19565 * progmodes/cc-subword.el: New functions and minor mode to handle
19566 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
19567
19568 (c-forward-subword, c-backward-subword, c-mark-subword)
19569 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
19570 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
19571 Functions corresponding to the standard word handling functions.
19572
19573 (c-subword-move-mode): Minor mode that replaces all the standard
19574 word handling functions with their subword equivalences.
19575
19576 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19577
19578 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
19579 entry for one-liner-defun.
19580
19581 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
19582 name in its def-edebug-spec.
19583
19584 * progmodes/cc-cmds.el (c-electric-brace): Make the
19585 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
19586 compacts space before a comment, if this will make things fit on
19587 one line.
19588
19589 Introduce an "awk" style, mainly for auto-newline and clean-ups.
19590
19591 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
19592
19593 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
19594 clean-up one-liner-defun.
19595
19596 * progmodes/cc-styles.el: Add the new "awk" style.
19597
19598 * progmodes/cc-vars.el: Add description of one-liner-defun to
19599 c-cleanup-list's doc-string. New user options,
19600 c-max-one-liner-length. In c-default-style, set the default style
19601 for AWK to "awk".
19602
19603 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19604
19605 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
19606 macros inside labels.
19607
19608 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
19609 `c-at-statement-start-p' and `c-at-expression-start-p'.
19610
19611 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
19612 error if the mark isn't set.
19613
19614 * progmodes/cc-engine.el (c-guess-continued-construct)
19615 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
19616 accurately detect functions inside functions.
19617
19618 * progmodes/cc-engine.el (c-at-expression-start-p): New function
19619 like `c-at-statement-start-p' that additionally recognizes commas
19620 and expression parentheses as delimiters.
19621
19622 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
19623 to avoid heuristics that doesn't work for unclosed blocks.
19624 (c-at-statement-start-p): New function.
19625
19626 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
19627 Objective-C directives, e.g. directives spanning lines should work
19628 reasonably well now.
19629
19630 (c-put-c-type-property, c-clear-c-type-property): New helpers.
19631
19632 (c-forward-objc-directive): New function to move over any ObjC
19633 directive.
19634
19635 (c-just-after-func-arglist-p, c-guess-basic-syntax)
19636 (c-basic-matchers-before): Use it.
19637
19638 (c-font-lock-objc-iip-decl): Remove.
19639
19640 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
19641 in the template arglist recognition.
19642
19643 * progmodes/cc-styles.el (c-style-alist): Fix several
19644 inconsistencies in the Whitesmith style.
19645
19646 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
19647 New lineup function to get lines after Whitesmith style blocks
19648 correctly indented.
19649
19650 (c-lineup-whitesmith-in-block): Back out the compensation for
19651 opening parens since it's done using `add' lists in the style
19652 definition instead. Don't use the anchor position since it varies
19653 too much between the syntactic symbols. :P
19654
19655 * progmodes/cc-vars.el (c-valid-offset): Update.
19656
19657 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
19658 lists where the offsets are combined according to several
19659 different methods: `first', `min', `max', and `add'.
19660 Report offset evaluation errors with `c-benign-error' so that some kind
19661 of reindentation still is done.
19662
19663 * progmodes/cc-engine.el (c-guess-basic-syntax):
19664 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
19665 `arglist-close'.
19666
19667 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
19668 situations for `arglist-cont-nonempty' and `arglist-close'.
19669
19670 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
19671
19672 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
19673 cc-bytecomp-boundp' in a number of places.
19674
19675 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
19676 macro related issue.
19677
19678 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19679
19680 * progmodes/cc-awk.el: Change the terminology of regexps: A char
19681 list is now [asdf], a char class [:alpha:].
19682 Include code for char classes.
19683 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
19684 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
19685
19686 Remove (nearly all of) the cruft associated with AWK Mode's former
19687 concept of "virtual semicolons":
19688
19689 Adapt c-beginning-of-statement, c-end-of-statement (together with
19690 subfunctions) to use the new notion of "virtual semicolon" in
19691 place of the old awkward special handling for AWK. There remains
19692 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
19693 * progmodes/cc-cmds.el:
19694 (c-ascertain-adjacent-literal): In the backwards direction, now
19695 recognises AWK regexp delimiters as string delimiters.
19696 (c-after-statement-terminator-p): Adapt for virtual semicolons;
19697 check more rigorously for "end of macro".
19698 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
19699 virtual semicolons;
19700 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
19701 out the code for forward movement into ...
19702 (c-end-of-statement): Now contains the code for forward movement,
19703 adapted for virtual semicolons.
19704
19705 * progmodes/cc-engine.el:
19706 (c-ws*-string-limit-regexp): New regexp.
19707 (c-forward-single-comment, c-backward-single-comment): Comment out
19708 the (now redundant) "special" AWK stuff.
19709
19710 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
19711 c-string-par-start, c-string-par-separate to be more like Text
19712 Mode than Fundamental Mode.
19713
19714 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19715
19716 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
19717 to the fontified region so that fontification doesn't occur
19718 outside it (could happen e.g. when fontifying a line with an
19719 unfinished declaration).
19720
19721 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19722
19723 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
19724 start of the file. ^L now separate sections of the file.
19725 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
19726 (c-awk-one-line-possibly-open-string-re)
19727 (c-awk-regexp-one-line-possibly-open-char-class-re)
19728 (c-awk-one-line-possibly-open-regexp-re)
19729 (c-awk-one-line-non-syn-ws*-re): New defonsts.
19730 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
19731
19732 Amend the concept of "virtual semicolons" (in the indentation
19733 engine) for languages like AWK, such that they are now
19734 conceptually attached to end of the last token of a statement, not
19735 the end of the line. (In AWK Mode, however, the pertinent text
19736 property is still physically set on the EOL.) Remove the specific
19737 tests for awk-mode, thus facilitating the introduction of other
19738 language modes where EOLs can end statements.
19739 (Note: The funtionality in cc-cmds.el, specifically
19740 c-beginning/end-of-statement has yet to be amended.)
19741
19742 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
19743 New macros.
19744
19745 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
19746 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
19747 c-vsemi-status-unknown-p-fn (in a new page).
19748
19749 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
19750 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
19751 numerous awkward forms like
19752 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
19753 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
19754 variable before-ws-ip, the place just after char-before-ip appears.
19755
19756 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
19757 a comment.
19758
19759 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19760
19761 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
19762 `c-tentative-buffer-changes'.
19763
19764 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
19765 convert to macro to choose between Emacs and XEmacs at compile time.
19766
19767 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
19768
19769 (c-tentative-buffer-changes): New macro to handle temporary buffer
19770 changes in a convenient way.
19771
19772 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
19773 for `c-tentative-buffer-changes'.
19774
19775 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
19776 the checks for paren sexps between the point and the keyword, to
19777 avoid some false alarms.
19778
19779 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
19780 Fixed a situation where an error could be thrown for unbalanced
19781 parens. Changed to make use of c-keyword-member' to avoid some
19782 repeated regexp matches.
19783
19784 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
19785 These language variable are no longer necessary.
19786
19787 (c-block-stmt-kwds): New language constant used by
19788 c-looking-at-inexpr-block'.
19789
19790 (c-guess-basic-syntax): Remove an optional check that looked at
19791 the existence of the now removed language variables.
19792
19793 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
19794 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
19795 object instantiation expressions as declarations in some contexts.
19796 This bug only affected languages where the declarator can't be
19797 enclosed in parentheses.
19798
19799 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
19800 insert newlines before and after substatement braces.
19801
19802 * progmodes/cc-engine.el: Improved the heuristics for recognizing
19803 function declaration headers and the handling of C++ style member
19804 init lists.
19805
19806 (c-just-after-func-arglist-p): Rewritten to use
19807 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
19808
19809 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
19810
19811 (c-guess-basic-syntax): Adapt case 5B for the new
19812 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
19813 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
19814 covers all cases now).
19815
19816 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
19817
19818 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19819
19820 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
19821 c-string-par-start/separate c-sentence-end-with-esc-eol,
19822 initialised in c-setup-paragraph-variables, used in string
19823 scanning subroutines of c-beginning-of-statement.
19824
19825 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
19826 which precedes the newly inserted `{'.
19827
19828 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19829
19830 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
19831 function for declaration level blocks. It should now cope with
19832 templates better and also be a lot more comprehensible.
19833
19834 (c-looking-at-decl-block): The new function.
19835
19836 (c-search-uplist-for-classkey): The old one. It's now a wrapper
19837 for compatibility.
19838
19839 (c-add-class-syntax, c-guess-continued-construct)
19840 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
19841
19842 (c-decl-block-key): Change to tell apart ambiguous and
19843 unambiguous keywords. Pike specials are now handled directly in
19844 the code instead.
19845
19846 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
19847 New language constants and variables to make the backward skip in
19848 `c-looking-at-decl-block' as tight as possible.
19849
19850 (c-nonsymbol-token-char-list): New language constant.
19851
19852 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
19853 find balanced template arglists backwards.
19854
19855 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
19856 making char classes for `c-syntactic-skip-backward'.
19857
19858 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
19859 16D - can't be a class-close at that point.
19860
19861 * progmodes/cc-engine.el (c-guess-basic-syntax)
19862 (c-add-class-syntax): Don't narrow out the enclosing declaration
19863 level. This makes everything a lot easier, and it was actually
19864 only four small places that needed it to work. Some places that
19865 previously did `widen' are removed now, which has the effect that
19866 `c-guess-basic-syntax' never will look at things outside the
19867 current narrowment now. The anchor position for `topmost-intro'
19868 is affected by this, but it was so bogus it was basically useless
19869 before, and now it's equally bogus but in a slightly different way.
19870
19871 (c-narrow-out-enclosing-class): Gone.
19872
19873 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
19874 the narrowed region.
19875
19876 (c-least-enclosing-brace): Remove silly optional argument.
19877
19878 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
19879 the point could be left directly after an open paren when finding
19880 the beginning of the first decl in the block.
19881
19882 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
19883 Specify which submatch to use.
19884
19885 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
19886
19887 (c-decl-start-re): No longer any need for special treatment of
19888 ObjC due to the above.
19889
19890 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
19891 presumably follows C in that regard.
19892
19893 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
19894 New language constants to specify operator tokens inside
19895 identifiers in a more high level way.
19896
19897 (c-opt-identifier-prefix-key): New internal language constant.
19898
19899 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
19900 (c-identifier-start, c-identifier-key): Now completely calculated
19901 from other constants.
19902
19903 (c-identifier-last-sym-match): Decommission since it's no longer used.
19904
19905 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
19906
19907 * progmodes/cc-engine.el (c-forward-name): Remove the
19908 optimization when c-identifier-key is equal to c-symbol-key since
19909 it doesn't work in byte compiled files. Don't record empty
19910 regions as identifiers.
19911
19912 * progmodes/cc-langs.el (c-filter-ops): New helper function to
19913 simplify access to `c-operators' and its likes.
19914
19915 (c-operator-list, c-all-op-syntax-tokens)
19916 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
19917 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
19918 (c-primary-expr-regexp, c-cast-parens): Use it.
19919
19920 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
19921 an explicit language in functions.
19922
19923 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
19924 variant of adornment.
19925
19926 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
19927 variable.
19928
19929 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
19930 the Pike value.
19931
19932 * progmodes/cc-engine.el (c-on-identifier)
19933 (c-simple-skip-symbol-backward): Small fix for handling "-"
19934 correctly in `skip-chars-backward'. Affected the operator lfun
19935 syntax in Pike.
19936
19937 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
19938 diagnostic message about precompiled language vars not being used.
19939
19940 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
19941 "__attribute__" is followed by a parenthesis.
19942
19943 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
19944 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
19945 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
19946
19947 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
19948 Internal cleanups to properly detect the declared identifiers in
19949 various declarations.
19950
19951 (c-decl-start-kwds): New language constant to recognize
19952 declarations that can start anywhere. Used for class declarations
19953 in Pike.
19954
19955 (c-specifier-key, c-not-decl-init-keywords)
19956 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
19957 (c-find-decl-spots): Implement `c-decl-start-kwds'.
19958
19959 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
19960 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
19961 handling of the compiler specific extension keywords into a new
19962 language constant `c-decl-hangon-kwds' that defines keyword
19963 clauses to be ignored in declarations.
19964
19965 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
19966 past unrecognized tokens when handling `c-colon-type-list-kwds'.
19967 Necessary to stop at the declared identifier in e.g. IDL valuetype
19968 declarations.
19969
19970 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
19971 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
19972 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
19973 (c-forward-decl-or-cast-1): Recognize the declared identifier in
19974 class and enum declarations as such and not as part of the type.
19975
19976 (c-forward-decl-or-cast-1, c-forward-label): Relax the
19977 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
19978
19979 (c-forward-decl-or-cast-1): Don't disregard sure signs of
19980 declarations when there's some syntax error later on.
19981
19982 (c-complex-decl-matchers): Did away with a reference to
19983 `c-specifier-key'.
19984
19985 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
19986 value - this variable is always dynamically bound.
19987
19988 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
19989 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
19990 * cc-cmds.el, cc-defs.el: Change the policy for marking up
19991 functions that might do hidden buffer changes: All such internal
19992 functions are now marked instead of those that don't.
19993
19994 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
19995 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
19996 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
19997 (c-literal-type): Allow these functions to make hidden buffer changes,
19998 so that they are free to use text property caching later on.
19999
20000 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
20001 (c-electric-brace, c-electric-slash, c-electric-star)
20002 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
20003 (c-electric-paren, c-electric-continued-statement, c-indent-command)
20004 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
20005 (c-context-line-break): Add `c-save-buffer-state' calls to comply
20006 with the changed semantics of the functions above.
20007
20008 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
20009 when macros occur in obscure places. Optimized the sexp movement
20010 a bit.
20011
20012 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20013
20014 Enhancements for c-beginning-of-statement to work in AWK Mode:
20015
20016 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
20017 (completed statement) with `}' (statement completed by closing
20018 brace or semicolon) and `$' (statement completed by EOL).
20019
20020 (c-awk-virtual-semicolon-ends-prev-line-p)
20021 (c-awk-virtual-semicolon-ends-line-p)
20022 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
20023 (c-awk-at-statement-end-p): New functions.
20024
20025 * progmodes/cc-cmds.el: Simplify the structure of functions
20026 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
20027 two functions and c-beginning-of-statement to handle AWK Mode.
20028
20029 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
20030 c-backward-single-comment for AWK mode. Attempt to clarify their
20031 doc-strings.
20032
20033 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
20034
20035 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20036
20037 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
20038 label handling. Labels are now recognized in a uniform and more
20039 robust way, regardless of context. Text properties are put on all
20040 labels to recognize the following declarations better.
20041 Multiword labels are handled both in indentation and fontification for
20042 the benefit of language extensions like Qt. For consistency, keywords
20043 in labels are now fontified with the label face instead.
20044 That also applies to "case" and "default".
20045
20046 (c-beginning-of-statement-1): Fix some bugs in the label
20047 handling. Disregard `c-nonlabel-token-key' in labels that begin
20048 with `c-label-kwds'.
20049
20050 (c-find-decl-spots): Support that the callback adds more
20051 `c-decl-end' spots to find.
20052
20053 (c-forward-decl-or-cast-1): Don't treat a list of plain
20054 identifiers followed by a colon as a declaration.
20055
20056 (c-forward-label): New function to recognize labels.
20057
20058 (c-guess-basic-syntax): Replace uses of `c-label-key' with
20059 `c-forward-label'. Moved the label recognition cases (14 and 15)
20060 earlier since they aren't so context sensitive now. Handle labels
20061 on the top level gracefully. Moved access label recognition to
20062 the generic label case (CASE 15) - removed CASE 5E.
20063
20064 (c-font-lock-declarations): Add recognition of labels in the
20065 same round since we need to handle labels in parallell with other
20066 declarations to recognize both accurately. It should also improve
20067 speed.
20068
20069 (c-simple-decl-matchers, c-basic-matchers-after):
20070 Move `c-font-lock-labels' so that it only is used on decoration level 2
20071 since `c-font-lock-declarations' handles it otherwise.
20072
20073 (c-complex-decl-matchers): Remove the simplistic recognition of
20074 access labels.
20075
20076 (c-decl-prefix-re): Remove the kludges that was necessary to cope
20077 with labels earlier.
20078
20079 (c-decl-start-re): New language variable to make
20080 `c-font-lock-declarations' stop for the special protection labels
20081 in Objective-C that start with `@'.
20082
20083 (c-label-key): Remove since it's no longer used.
20084
20085 (c-recognize-colon-labels, c-label-prefix-re): New language
20086 constants to support recognition of generic colon-terminated labels.
20087
20088 (c-type-decl-end-used): `c-decl-end' is now used whenever there
20089 are colon terminated labels.
20090
20091 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
20092 first argument starts with a special brace list.
20093
20094 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
20095 (c-font-lock-declarations): Break out the declaration and cast
20096 recognition from `c-font-lock-declarations' to a new function, so
20097 that it can be used in the indentation engine.
20098
20099 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
20100 up to the start of the literal. Fixed bug with the point on the
20101 wrong side of the search limit that could happen when the start
20102 position is inside a literal.
20103
20104 * progmodes/cc-engine.el (c-parse-state)
20105 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
20106 so that it's kept a little bit back to increase the hit rate.
20107
20108 (c-parse-state): Change the macro handling and fixed some
20109 glitches. Macro context is checked more often than necessary now,
20110 but otoh less garbage conses are generated.
20111
20112 * progmodes/cc-engine.el (c-parse-state)
20113 (c-invalidate-state-cache): Cache the last position where
20114 `c-state-cache' applies. This can speed up refontification quite
20115 a bit in blocks where there are many non-brace parens before the point.
20116
20117 (c-state-cache-end): New variable for this.
20118
20119 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
20120 cache variable.
20121
20122 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
20123 get close initial continue positions when the start position is
20124 inside a literal or macro. Do not call the callback for spots
20125 before the start position (which can happen e.g. for `c-decl-end'
20126 spots inside comments). Optimize better in special cases when the
20127 region is a single line inside a literal or macro (typically when
20128 the current line is refontified).
20129
20130 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
20131 to `c-add-stmt-syntax' - there's no need to explicitly whack off
20132 entries from the paren state.
20133
20134 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
20135 special case for "else if" clauses.
20136
20137 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
20138 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
20139
20140 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
20141 New language variable to recognize the gcc extension with statement
20142 blocks inside expressions.
20143
20144 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
20145 it somewhat more comprehensible. The argument AT-BLOCK-START is
20146 no longer used and hence removed.
20147
20148 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
20149 to `c-add-stmt-syntax'.
20150
20151 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20152 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
20153 This fixes bogus label recognition.
20154
20155 * progmodes/cc-engine.el (c-add-type, c-check-type)
20156 (c-forward-name, c-forward-type): Improve storage of template
20157 types in `c-found-types' so that they can be recognized better.
20158
20159 (c-syntactic-content): Add option to skip past nested parens.
20160
20161 * progmodes/cc-engine.el (c-forward-name):
20162 Set `c-last-identifier-range' all the time. It's less work that way.
20163 Handle that there might not be an identifier to store in
20164 `c-last-identifier-range'.
20165
20166 (c-forward-type): Handle that `c-last-identifier-range' might be
20167 nil from `c-forward-name'.
20168
20169 * progmodes/cc-defs.el (c-safe-scan-lists)
20170 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
20171
20172 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
20173 to work even if the form fails.
20174
20175 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
20176 down in a large file in one go.
20177
20178 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
20179
20180 * progmodes/cc-align.el (c-lineup-assignments): New lineup
20181 function which is like `c-lineup-math' but returns nil instead of
20182 `c-basic-offset' when it doesn't match.
20183
20184 (c-lineup-math): Change to use `c-lineup-assignments'.
20185
20186 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20187
20188 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
20189 c-beginning-of-statement. New subfunctions
20190 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
20191
20192 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20193
20194 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
20195 hardcoded char classes whereever possible. Changed a couple of
20196 places to use skip by syntax instead of skip by char class.
20197
20198 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
20199 Fix a bug in the regexp that caused extreme backtracking.
20200
20201 * progmodes/cc-langs.el (c-block-comment-starter)
20202 (c-block-comment-ender): New language constants to specify in a
20203 single place how block comments look.
20204
20205 (c-comment-start-regexp, c-block-comment-start-regexp)
20206 (comment-start, comment-end, comment-start-skip)
20207 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
20208 (c-syntactic-ws, c-nonempty-syntactic-ws)
20209 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
20210 `c-line-comment-starter', `c-block-comment-starter' and
20211 `c-block-comment-ender'.
20212
20213 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
20214 New language constants to break up things a bit.
20215
20216 (c-simple-ws): New language constant for simple whitespace.
20217
20218 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
20219
20220 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
20221 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
20222 newlines. Allow and ignore nil elements in the list.
20223
20224 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20225
20226 * progmodes/cc-cmds.el: Comment out a (n almost certainly
20227 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
20228
20229 * progmodes/cc-cmds.el: Tidy up the comments in
20230 c-beginning-of-statement and subfunctions.
20231
20232 * progmodes/cc-awk.el: Replace calls to put-text-property to the
20233 more flexible c-put-char-property and c-clear-char-properties.
20234 Add the author's email address.
20235
20236 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
20237
20238 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
20239 closing "*/" of a block comment.
20240
20241 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
20242 subfunctions) so that it works at BOB and EOB.
20243
20244 * progmodes/cc-cmds.el, cc-vars.el: More updating of
20245 c-beginning-of-statement, including new variable
20246 c-block-comment-start-regexp.
20247
20248 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20249
20250 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
20251 symbols from `*-font-lock-extra-types' so that there's no need to
20252 use `regexp-opt' on those lists.
20253
20254 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
20255 `c-type-modifier-kwds' is empty.
20256
20257 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
20258 there are several strings on the same line.
20259
20260 * progmodes/cc-engine.el (c-literal-limits): Remove the
20261 compatibility function for older emacsen. `c-literal-limits-fast'
20262 has now taken the place of this function.
20263
20264 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
20265 with older emacsen: We now require `pps-extended-state'.
20266
20267 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20268
20269 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
20270 which obviates the need to hack sentence-end. This now handles
20271 escaped newlines in strings correctly. Correct minor bugs in
20272 c-move-over-sentence and in c-beginning-of-statement.
20273
20274 * progmodes/cc-cmds.el (c-beginning-of-statement (and
20275 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
20276 that movement over macros and code are rigorously separated from
20277 eachother. Correct a few incidental bugs.
20278
20279 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
20280 Improve its doc-string. Improve the handling of certain specific cases.
20281
20282 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20283
20284 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
20285 (c-guess-basic-syntax): Change the way class-level labels are
20286 recognized; they can now contain essentially any symbols.
20287
20288 (c-opt-extra-label-key): New language variable to cope with the
20289 special protection label syntax in Objective-C.
20290
20291 (c-opt-access-key): Remove; this is now handled better by
20292 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
20293
20294 (c-complex-decl-matchers): Update to handle that
20295 `c-opt-access-key' no longer exists.
20296
20297 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
20298 improved label recognition in `c-beginning-of-statement-1'.
20299
20300 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
20301 Recognize bitfields better.
20302
20303 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
20304 Remove some cruft and fixed a bug that could cause it to go to a
20305 position further down.
20306
20307 * progmodes/cc-langs.el, cc-engine.el
20308 (c-beginning-of-statement-1): Improve detection of labels in
20309 declaration contexts.
20310
20311 (c-beginning-of-decl-1): Use it.
20312
20313 (c-nonlabel-token-key): New language constant and variable needed
20314 by `c-beginning-of-statement-1'.
20315
20316 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
20317 manifested itself due to the correction in `c-forward-sexp'.
20318
20319 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
20320 Make these behave as documented when used at the buffer limits.
20321
20322 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
20323 (c-type-decl-end-used): Made this a language variable.
20324
20325 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
20326 correctly when `combine-after-change-calls' is used together with
20327 temporary narrowings.
20328
20329 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20330 Report labels correctly when the start point is immediately after the
20331 colon.
20332
20333 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
20334 Remove since it isn't used anymore.
20335
20336 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
20337 bracket arglists such as template parens in C++.
20338
20339 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
20340 in the last check-in. Some optimization.
20341
20342 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
20343 where it could stop at the same level in a preceding sexp when
20344 PAREN-LEVEL is set.
20345
20346 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
20347 text property lookup only when it's needed.
20348
20349 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
20350 Change the policy for paren marked angle brackets to be more
20351 persistent; once marked they remain marked even when they're found
20352 to be unbalanced in the searched region. This should keep the
20353 paren syntax around even when individual lines are refontified in
20354 multiline template arglists.
20355
20356 (c-parse-and-markup-<>-arglists): New dynamically bound variable
20357 to control markup so that incorrect angle bracket arglists aren't
20358 marked in contexts where the correct value for
20359 `c-disallow-comma-in-<>-arglists' isn't known.
20360
20361 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
20362 argument has become `c-parse-and-markup-<>-arglists'.
20363
20364 (c-remove-<>-arglist-properties): Remove - no longer used.
20365
20366 (c-after-change-check-<>-operators): New function used on
20367 `after-change-functions' to avoid that "<" and ">" characters that
20368 are part of longer operators have paren syntax.
20369
20370 (c-<>-multichar-token-regexp): New language variable used by
20371 `c-after-change-check-<>-operators'.
20372
20373 (c-after-change): Call `c-after-change-check-<>-operators'.
20374
20375 (c-font-lock-<>-arglists): Use the context properties set by
20376 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
20377 correctly to avoid doing invalid markup.
20378
20379 (c-font-lock-declarations): Remove code that undoes the invalid
20380 markup done by `c-font-lock-<>-arglists'.
20381
20382 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
20383 after `c-font-lock-declarations'.
20384
20385 * progmodes/cc-engine.el (c-syntactic-skip-backward):
20386 Add paren-level feature.
20387
20388 (c-guess-basic-syntax): Improve the anchor position for
20389 `template-args-cont' in nested template arglists. There's still
20390 much to be desired in this area, though.
20391
20392 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20393
20394 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
20395 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
20396
20397 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20398
20399 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
20400 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
20401
20402 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
20403 it doesn't work no longer are supported.
20404
20405 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
20406 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
20407 requires support for the syntax-table' text property, which rules
20408 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
20409 cruft associated with those versions.
20410
20411 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
20412 for the `syntax-table' text property, which rules out Emacs 19 and
20413 XEmacs < 21.4. Removed various compatibility cruft associated
20414 with those versions.
20415
20416 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
20417 support for the `syntax-table' text property.
20418
20419 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
20420 variable and use an extra quoted face name instead. All the
20421 emacsen flavors handle that correctly.
20422
20423 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
20424 (c-font-lock-declarators, c-font-lock-declarations)
20425 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
20426 property to mark the items in in declarator lists to handle
20427 refontification inside multiline declarations better.
20428
20429 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
20430 construct like "a * b = c;" as a declaration.
20431
20432 2005-12-08 Kim F. Storm <storm@cua.dk>
20433
20434 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
20435 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
20436 select either meta, hyper, or super modifier for rectangle commands.
20437 (cua--rectangle-modifier-key): New defvar.
20438 (cua--M/H-key): Use it. Remove special case for `space'.
20439 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
20440 on X, to meta otherwise. Always bind C-return to toggle
20441 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
20442
20443 * emulation/cua-rect.el (cua-help-for-rectangle):
20444 Use cua--rectangle-modifier-key. Handle super modifier too.
20445 (cua--init-rectangles): Always bind C-return to toggle rectangle.
20446 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
20447
20448 * ido.el: Move Acknowledgements and History after Commentary.
20449 Minor changes to Commentary.
20450
20451 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
20452 keymap if cua--prefix-override-timer is `shift'.
20453 (cua--shift-control-prefix): New function; emulate "type prefix
20454 key twice" functionality to handle shifted prefix key override.
20455 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
20456 New commands.
20457 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
20458
20459 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
20460
20461 * textmodes/org.el (org-insert-heading): Try to do items before
20462 headings.
20463 (org-agenda-mode): Quote `org-agenda-mode-hook'.
20464 (org-insert-item): New function.
20465 (org-renumber-ordered-list): Don't skip to higher level lists.
20466
20467 2005-12-08 Juri Linkov <juri@jurta.org>
20468
20469 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
20470
20471 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
20472
20473 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
20474
20475 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
20476 the constructed function name fun-1.
20477
20478 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
20479 because such links don't lead to parent documentation.
20480
20481 2005-12-08 Kenichi Handa <handa@m17n.org>
20482
20483 * descr-text.el (describe-char): Use *Help-2* buffer if the
20484 current buffer is *Help*. Call describe-text-properties while
20485 setting the original buffer.
20486
20487 2005-12-07 Bill Wohler <wohler@newt.com>
20488
20489 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
20490 and causes problems with non-MH users (such as Gnus users).
20491
20492 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
20493
20494 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
20495 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
20496 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
20497 command "info sources". Move calls to GDB command "list".
20498 (gdb-find-file-hook): Just use gdb-source-file-list.
20499 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
20500 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
20501 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
20502 (gdb-data-list-register-values-handler): Use correct trigger name.
20503
20504 2005-12-07 Kim F. Storm <storm@cua.dk>
20505
20506 * ido.el (ido-completion-map): Rename from ido-mode-map.
20507 (ido-common-completion-map, ido-file-completion-map)
20508 (ido-file-dir-completion-map, ido-buffer-completion-map):
20509 Rename from ido-mode-....-map.
20510 (ido-init-completion-maps): Rename from ido-init-mode-maps.
20511 (ido-setup-completion-map): Rename from ido-define-mode-map.
20512 (ido-read-internal): Bind minibuffer-local-filename-completion-map
20513 to ido-completion-map.
20514
20515 2005-12-07 Kenichi Handa <handa@m17n.org>
20516
20517 * international/mule-cmds.el
20518 (set-display-table-and-terminal-coding-system): If the coding
20519 system specified in `unibyte-display' property is different from
20520 the arg coding-system, don't setup standard-display-table.
20521
20522 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20523
20524 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
20525 that comments end at \n, regardless of selective-display.
20526
20527 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
20528
20529 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
20530 (gdb-version): New variables.
20531 (gdb-source-file-list, gdb-register-names)
20532 (gdb-changed-registers): New variables for use with GDB 6.4+.
20533 (gdb-ann3): Replace with...
20534 (gdb-init-1, gdb-init-2): ...two new functions.
20535 (gdba, gdb-prompt): Call gdb-init-1.
20536 (gdb-get-version): New function. Call gdb-init-2 from here.
20537 (gud-watch): Make it work with mouse events too.
20538 (gdb-post-prompt): Don't add to queue until GDB version is known.
20539 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
20540 (gdb-locals-mode): Use gdb-version.
20541 (gdb-memory-format-map, gdb-memory-unit-map)
20542 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
20543 (gdb-locals-font-lock-keywords-1)
20544 (gdb-locals-font-lock-keywords-2): New variables.
20545 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
20546 (gdb-set-gud-minor-mode-existing-buffers-1)
20547 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
20548 (gdb-var-update-1, gdb-var-update-handler-1)
20549 (gdb-data-list-register-values-handler)
20550 (gdb-data-list-register-values-custom)
20551 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
20552 (gdb-stack-list-locals-handler, gdb-get-register-names):
20553 New functions for use with GDB 6.4+.
20554 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
20555 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
20556 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
20557 (gdb-stack-list-locals-regexp)
20558 (gdb-data-list-register-names-regexp): New regexps for use with
20559 GDB 6.4+.
20560
20561 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20562
20563 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
20564
20565 2005-12-06 Nozomu Ando <nand@mac.com>
20566
20567 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
20568 prompts work for AUTH PLAIN. Also reported by Steve Allan
20569 <seallan@verizon.net>.
20570
20571 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
20572
20573 * frame.el (set-frame-parameter): Add doc string.
20574
20575 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
20576
20577 * textmodes/org.el (org-occur-highlights): New variable.
20578 (org-highlight-new-match, org-remove-occur-highlights): New functions.
20579 (org-highlight-sparse-tree-matches): New option.
20580 (org-do-occur): New function.
20581 (org-get-heading): Make it work also at beginning of line.
20582 (org-category-table): New variable.
20583 (org-get-category-table, org-get-category)
20584 (org-camel-to-words, org-link-search): New functions.
20585 (org-select-this-todo-keyword): New variable.
20586 (org-todo-list): New command.
20587 (org-shiftright, org-shiftleft): New commands.
20588 (org-agenda-todo): Add prefix argument.
20589 (org-show-hierarchy-above): New option.
20590 (org-show-todo-tree): Numerical prefix creates tree for specific
20591 TODO keyword.
20592 (org-outline-level): New function, to assign a level to plain
20593 lists items.
20594 (org-cycle-include-plain-lists): New option.
20595 (org-mode): Use `org-outline-level' as value of `outline-level'.
20596 (org-cycle): Temporarily switch `outline-regexp' if
20597 `org-cycle-include-plain-lists' is non-nil.
20598 (org-start-icalendar-file): Fix format bug.
20599 (org-agenda-get-day-entries): Create category table.
20600 (org-agenda-get-todos, org-agenda-get-timestamps)
20601 (org-agenda-get-deadlines, org-agenda-get-scheduled)
20602 (org-agenda-get-blocks): Use `org-get-category'.
20603 (org-context-in-file-links): Rename from
20604 `org-line-numbers-in-file-links'.
20605
20606 2005-12-06 Romain Francoise <romain@orebokech.com>
20607
20608 * window.el (balance-windows): Delete extraneous third arg in call
20609 to `enlarge-window'.
20610
20611 2005-12-06 Kenichi Handa <handa@m17n.org>
20612
20613 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
20614
20615 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
20616
20617 * progmodes/gdb-ui.el (gdb-var-create-handler)
20618 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
20619 (gdb-var-list-children-handler, gdb-var-update-handler):
20620 Current buffer is already gdb-partial-output-buffer, don't
20621 make it current again.
20622
20623 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
20624
20625 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
20626 (list-buffers-noselect): Use it.
20627
20628 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
20629
20630 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
20631 (mail-yank-ignored-headers): Use regexp-opt.
20632 (mail-mode-map): Move initialization into declaration.
20633 (mail-sent-via): Remove unused shadowed var `to-line'.
20634 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
20635 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
20636 (mail-do-fcc): Use dolist and push.
20637 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
20638 (mail-yank-ignored-headers): Don't autoload.
20639
20640 2005-12-05 Kenichi Handa <handa@m17n.org>
20641
20642 * international/mule-cmds.el (set-language-info-internal): New fun.
20643 (set-language-info): Call set-language-info-internal to update
20644 language-info-alist. If LANG-ENV is the current one, call
20645 set-language-environment to make INFO effective now.
20646 (set-language-info-alist): Likewise.
20647 (locale-language-names): With locale "en", use English
20648 lang. env. but set the default codings to iso-8859-1.
20649
20650 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
20651
20652 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
20653 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
20654 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
20655 for plain strings.
20656 (gdb-frames-mode): Remove redundant call to font-lock-mode.
20657 (gdb-all-registers): Rename from toggle-gdb-all-registers.
20658 Create registers buffer if necessary. Echo new state in minibuffer.
20659 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
20660
20661 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
20662
20663 * info.el (Info-fontify-node): Match external links using
20664 non-directory part of filename.
20665
20666 2005-12-04 Juri Linkov <juri@jurta.org>
20667
20668 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
20669 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
20670 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
20671 because there is no customization option for it.
20672
20673 * font-lock.el (lisp-font-lock-keywords-1):
20674 Add define-global-minor-mode.
20675
20676 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
20677
20678 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
20679 properties on the constructed variable names.
20680
20681 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20682 Put `definition-name' properties on the constructed function names
20683 next-sym and prev-sym.
20684
20685 * emacs-lisp/find-func.el (find-function-regexp):
20686 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
20687 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
20688 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
20689 and easy-menu-define.
20690
20691 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
20692 easy-mmode-define-global-mode and define-global-minor-mode.
20693 (lisp-imenu-generic-expression): Add define-global-minor-mode.
20694
20695 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
20696 instead of easy-mmode-define-global-mode.
20697
20698 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
20699 Use define-minor-mode instead of easy-mmode-define-minor-mode.
20700
20701 * cus-edit.el (customize-group, customize-group-other-window):
20702 Filter out autoloaded options from the group completion list by
20703 using heuristics that autoloaded groups don't have `custom-autoload'
20704 property on their symbols (they have only `custom-loads').
20705
20706 * simple.el (completion-setup-function): Put completions-common-part
20707 face on complete completion string too (i.e. completion string
20708 without completions-first-difference face).
20709
20710 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
20711
20712 2005-12-03 Eli Zaretskii <eliz@gnu.org>
20713
20714 * view.el (view-mode): Doc fix.
20715
20716 * disp-table.el (standard-display-european): Add to the warning
20717 message a reference to the doc string.
20718
20719 * play/yow.el (apropos-zippy): Call print-help-return-message,
20720 similar to other Help and Apropos commands.
20721
20722 * help.el (print-help-return-message): If pop-up-frames is
20723 non-nil, set up help-return-method to delete the help window and,
20724 possibly, its frame as well, and don't display message about
20725 scrolling the help window. Doc fix.
20726 (help-return-method): Doc fix.
20727
20728 2005-12-03 Martin Rudalics <rudalics@gmx.at>
20729
20730 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
20731 whereby names of length one or names starting with a
20732 symbol-constituent character would not be returned.
20733
20734 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20735
20736 * subr.el (atomic-change-group): Add edebug and indentation spec.
20737
20738 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
20739
20740 * completion.el (save-completions-file-name): Fix typo in last change.
20741
20742 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20743
20744 * info.el: Move back/forward history to the beginning of the tool bar.
20745
20746 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
20747
20748 * allout.el (eval-when-compile): Remove unnecessary load of cl.
20749 Add fset of allout-real-isearch-abort during compile to fix
20750 byte-compilation warnings.
20751 (allout-mode-p): Move definition of this macro above all uses, or
20752 byte compilation in barren Emacs (eg, during Emacs build) will
20753 lack the definition.
20754 (allout-mode): Move this variable above any uses, or byte
20755 compilation will fail.
20756 (allout-resolve-xref): Remove use of personal file-reference function.
20757 (allout-toggle-current-subtree-encryption): Do the current (ie,
20758 visible containing) topic, rather than nearest around point. Doc fix.
20759 (allout-toggle-subtree-encryption): New function, workhorse that
20760 works on nearest topic containing point.
20761 (allout-encrypt-string): Signal requirement for newer version of pgg.
20762 (allout-resumptions): Doc fix.
20763
20764 2005-12-02 Eli Zaretskii <eliz@gnu.org>
20765
20766 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
20767
20768 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
20769
20770 * textmodes/flyspell.el (flyspell-external-point-words):
20771 Consider a misspelling as found in the string search if: (a) misspelling
20772 and found string lengths match, or (b) misspelling is found as
20773 element in a boundary-chars separated longer string, or (c)
20774 ispell-program-name is really ispell and misspelling is found as
20775 part of a TeX string. After successful match move beginning of
20776 search region to end of match. Warn about not found misspellings
20777 once the process is done.
20778 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
20779
20780 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
20781
20782 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
20783 tool bar (removed inadvertently).
20784
20785 2005-12-02 Juri Linkov <juri@jurta.org>
20786
20787 * log-view.el (log-view-diff): Clarify doc string.
20788
20789 2005-12-01 Bill Wohler <wohler@newt.com>
20790
20791 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
20792 triggers lm-verify errors.
20793
20794 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
20795
20796 * simple.el (transient-mark-mode, line-number-mode)
20797 (column-number-mode, size-indication-mode): Remove `:require nil'.
20798
20799 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
20800
20801 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
20802 in the margin also.
20803 (gdb-breakpoints-mode-map): Use D instead of d for
20804 gdb-delete-breakpoint.
20805 (gdb-get-frame-number): Require a number to match on.
20806 (gdb-threads-mode-map): Add follow-link binding.
20807
20808 2005-11-30 Jason Rumney <jasonr@gnu.org>
20809
20810 * isearch.el (isearch-mode-map): Avoid exiting search on
20811 language-change event.
20812
20813 2005-11-30 Romain Francoise <romain@orebokech.com>
20814
20815 * speedbar.el (speedbar-default-position): New defcustom.
20816 (speedbar-frame-reposition-smartly): Use it.
20817
20818 * dframe.el (dframe-reposition-frame-emacs): Fix position
20819 computation for `left' location.
20820 Update copyright year.
20821
20822 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
20823
20824 * help.el (help-map): Move initialization into declaration.
20825
20826 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
20827
20828 * help-fns.el (help-argument-name): Don't autoload.
20829 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
20830 to be re-loaded when customizing the `help' group.
20831
20832 2005-11-30 John Paul Wallington <jpw@gnu.org>
20833
20834 * help-fns.el (describe-function-1): Fill arglist output.
20835
20836 2005-11-30 Kim F. Storm <storm@cua.dk>
20837
20838 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
20839 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
20840 after revert-buffer (or anything else which kills all local variables).
20841
20842 * apropos.el (apropos-parse-pattern): Doc fix.
20843 Set apropos-regexp directly, rather than expecting callers to do so.
20844 (apropos-command, apropos, apropos-value, apropos-documentation):
20845 Simplify calls to apropos-parse-pattern.
20846
20847 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20848
20849 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
20850 (hi-lock-face-phrase-buffer): Use hi-yellow face.
20851 (hi-lock-write-interactive-patterns): Use comment-region.
20852
20853 * longlines.el (longlines-mode): Add mail-setup-hook.
20854
20855 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
20856
20857 * simple.el (sendmail-user-agent-compose, next-line):
20858 Conditionally use hard-newline.
20859
20860 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
20861
20862 * international/latexenc.el (latex-inputenc-coding-alist):
20863 Reword doc string.
20864
20865 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20866
20867 * help.el (describe-key-briefly, describe-key): Recognize default
20868 bindings.
20869
20870 2005-11-29 Romain Francoise <romain@orebokech.com>
20871
20872 * view.el (view-inhibit-help-message): New defcustom.
20873 (view-mode-enter): Use it.
20874
20875 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
20876
20877 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
20878 Preserve user position.
20879
20880 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
20881
20882 * font-lock.el: Throw error if facemenu is not loaded to prevent
20883 accidental change of loading order in loadup.el. (Suggested by RMS.)
20884
20885 * loadup.el: Add comment explaining why facemenu must be loaded
20886 before font-lock.
20887
20888 2005-11-28 Jay Belanger <belanger@truman.edu>
20889
20890 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
20891 (calc-dispatch-map): Add more keys for `calc-same-interface'.
20892
20893 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
20894
20895 * calc/calc-embed.el (calc-do-embedded): Update help message.
20896
20897 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
20898
20899 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20900
20901 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
20902
20903 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
20904 called-interactively-p.
20905 (elp-profilable-p): Rename from elp-not-profilable-p.
20906 Invert result and take into account macros and autoloaded functions.
20907 (elp-instrument-function): Update call.
20908 (elp-instrument-package): Update call. Add completion.
20909 (elp-pack-number): Use match-string.
20910 (elp-results-jump-to-definition-by-mouse): Merge into
20911 elp-results-jump-to-definition and then remove.
20912 (elp-output-insert-symname): Make help echo text single-line.
20913
20914 * replace.el (query-replace-map): Move initialization into declaration.
20915 (occur-engine): Use with-current-buffer.
20916 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
20917 (occur-mode-mouse-goto): Replace with an alias.
20918
20919 2005-11-28 Juri Linkov <juri@jurta.org>
20920
20921 * simple.el (quoted-insert): Let-bind input-method-function to nil.
20922
20923 * term/w32-win.el: Bind [S-tab] to [backtab].
20924
20925 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
20926 `Info-find-file' to t.
20927
20928 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
20929 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
20930 and same-window-regexps.
20931 (occur-next-error): Don't move point for arg 0.
20932
20933 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
20934
20935 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
20936
20937 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20938
20939 * log-edit.el (log-edit-changelog-use-first): New var.
20940 (log-edit-changelog-ours-p): Use it.
20941 (log-edit-insert-changelog): Set it with new arg `use-first'.
20942 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
20943 (log-edit-hook): Add them to the list of suggested options.
20944
20945 * textmodes/flyspell.el (flyspell-last-buffer): New var.
20946 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
20947 redundant work.
20948 (flyspell-mode-on): Use add-hook for after-change-functions.
20949 (flyspell-mode-off): Use remove-hook for after-change-functions.
20950 (flyspell-changes): Make it buffer-local.
20951 (flyspell-after-change-function): Make it non-interactive. Use push.
20952 (flyspell-post-command-hook): Check input-pending-p while processing
20953 the potentially long list of buffer changes.
20954
20955 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
20956
20957 * buff-menu.el (list-buffers-noselect): Display the selected
20958 frame's buffer list, not the global one.
20959
20960 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
20961
20962 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
20963 that (list last-input-event) works as in interactive spec.
20964
20965 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20966
20967 * loadup.el ("facemenu"): Load facemenu before font-lock, because
20968 `facemenu-keymap' needs to be defined when font-lock is loaded.
20969 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
20970
20971 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
20972
20973 * completion.el: Remove useless leading * in defcustom docstrings.
20974 (save-completions-file-name): Use ~/.emacs.d if available.
20975 (completion-standard-syntax-table): Rename from
20976 cmpl-standard-syntax-table and fold initialization into declaration,
20977 thus removing cmpl-make-standard-completion-syntax-table.
20978 (completion-lisp-syntax-table, completion-c-syntax-table)
20979 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
20980 (cmpl-saved-syntax, cmpl-saved-point): Remove.
20981 (symbol-under-point, symbol-before-point)
20982 (symbol-under-or-before-point, symbol-before-point-for-complete)
20983 (add-completions-from-c-buffer): Use with-syntax-table.
20984 (make-completion): Don't return a list of completion entries.
20985 Update callers.
20986 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
20987 (completion-initialize): Rename from initialize-completions.
20988 (completion-find-file-hook): Rename from cmpl-find-file-hook.
20989 (kill-emacs-save-completions): Collect stats here.
20990 (save-completions-to-file, load-completions-from-file):
20991 Use with-current-buffer.
20992 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
20993 into a function. Move all calls to toplevel.
20994 (completion-lisp-mode-hook): New fun.
20995 (completion-c-mode-hook, completion-setup-fortran-mode):
20996 Set the syntax-table here. Use local-set-key.
20997 (completion-saved-bindings): New var.
20998 (dynamic-completion-mode): Make it into a proper minor mode.
20999 (load-completions-from-file): Remove unused var `num-uses'.
21000
21001 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
21002 constructor if it is explicitly overridden.
21003
21004 * complete.el (PC-completion-as-file-name-predicate):
21005 Use minibuffer-completing-file-name.
21006 (partial-completion-mode): Use find-file-not-found-functions.
21007 (PC-lisp-complete-symbol): Use with-syntax-table.
21008 (PC-look-for-include-file): Remove dead setq.
21009 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
21010 (PC-complete): Use with-current-buffer.
21011
21012 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
21013 escape single quotes.
21014
21015 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
21016
21017 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
21018 of `if' whose condition always returned nil. Doc fix.
21019
21020 * buff-menu.el (Buffer-menu-revert-function): Make the selected
21021 window's buffer the current buffer around the call to
21022 `list-buffers-noselect'. This is necessary to mark that buffer
21023 with a `.' in the Buffer Menu when called from Lisp, for instance
21024 by Auto Revert Mode.
21025
21026 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
21027
21028 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
21029 attaching to it.
21030 (gdb-pre-prompt): Make sure gdb-error is reset.
21031
21032 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
21033 with a child process, detect it.
21034 (gud-speedbar-buttons): Match regexp more carefully.
21035
21036 2005-11-27 Richard M. Stallman <rms@gnu.org>
21037
21038 * mouse.el (mouse-drag-move-window-bottom):
21039 Use adjust-window-trailing-edge.
21040
21041 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
21042
21043 * simple.el (blink-matching-open): Ignore
21044 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
21045 (blink-matching-paren-on-screen): Update docstring.
21046
21047 * paren.el (show-paren-mode): No longer change
21048 `blink-matching-paren-on-screen'.
21049
21050 2005-11-27 John Paul Wallington <jpw@pobox.com>
21051
21052 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21053 (gdb-threads-select, gdb-edit-register-value):
21054 Use `posn-set-point' instead of `mouse-set-point' because the
21055 latter is not fbound when configured without X.
21056
21057 2005-11-27 Kim F. Storm <storm@cua.dk>
21058
21059 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
21060 existing face when partially highlighting a TAB in a rectangle.
21061
21062 2005-11-26 Kim F. Storm <storm@cua.dk>
21063
21064 * ido.el (ido-mode-map): Doc fix.
21065 (ido-mode-common-map, ido-mode-file-map)
21066 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
21067 (ido-define-mode-map): Rewrite. Select one of the new maps as
21068 parent for ido-mode-map instead of building from scratch.
21069 (ido-init-mode-maps): New defun to initialize new maps.
21070 (ido-mode): Call it.
21071 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
21072 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
21073
21074 2005-11-26 John Paul Wallington <jpw@pobox.com>
21075
21076 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
21077 `mouse-set-point' because the latter is not fbound when configured
21078 without X.
21079
21080 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
21081
21082 * files.el (file-relative-name): Doc fix.
21083
21084 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
21085
21086 * progmodes/octave-inf.el (inferior-octave-startup): Force a
21087 non-empty string for secondary prompt PS2.
21088
21089 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
21090
21091 * progmodes/compile.el (compilation-setup): Fix last change.
21092
21093 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
21094
21095 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21096 (gdb-mouse-toggle-breakpoint-margin)
21097 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
21098 Add gdb-server-prefix to keep out of command history.
21099 (gdb-edit-register-value): New function.
21100 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
21101 (gdb-info-registers-custom): Use above map.
21102
21103 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
21104
21105 * custom.el (enable-theme): Signal error if argument is not a
21106 theme. Don't recalculate a face if it's not loaded yet.
21107
21108 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
21109 the `user' theme is in effect.
21110
21111 * info.el (Info-on-current-buffer): Record actual filename in
21112 Info-current-file, instead of t, or a fake filename if a non-file
21113 buffer. Make autoload.
21114 (Info-find-node, Info-revert-find-node): No need to check for
21115 Info-current-file nil.
21116 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
21117 Info-current-file is now never `t'.
21118 (Info-fontify-node): Many simplifications due to Info-current-file
21119 always being valid. Use Info-find-file to find node filename.
21120
21121 2005-11-25 David Kastrup <dak@gnu.org>
21122
21123 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
21124 new character, then delete" in order to preserve markers.
21125
21126 2005-11-25 David Ponce <david@dponce.com>
21127
21128 * recentf.el (recentf-arrange-by-rule): Handle a special
21129 `auto-mode-alist'-like "strip suffix" rule.
21130 (recentf-build-mode-rules): Handle second level auto-mode entries.
21131
21132 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
21133
21134 * emulation/viper-keym.el (viper-ESC-key): Use different values
21135 in terminal and window modes.
21136
21137 * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
21138 add jde-javadoc-checker-report-mode.
21139
21140 * ediff-wind.el (ediff-make-wide-display): Slight simplification.
21141
21142 * ediff.el (ediff-date): Change the date of last update.
21143
21144 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
21145
21146 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
21147 Use define-minor-mode, and make it a local mode. Turn on font-lock.
21148 (hi-lock-mode): New global minor mode.
21149 (turn-on-hi-lock-if-enabled): New function.
21150 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
21151 Change arguments to regexp and face instead of a font-lock pattern.
21152 Directly set face property, instead of refontifying.
21153 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
21154 (hi-lock-find-patterns): Use line-number-at-pos.
21155
21156 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
21157 arguments for hi-lock-set-pattern.
21158 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
21159 Call font-lock-fontify-buffer.
21160 (hi-lock-find-file-hook, hi-lock-current-line)
21161 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
21162
21163 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
21164 turned off.
21165
21166 * progmodes/compile.el (compilation-setup): Don't fiddle with
21167 font-lock-defaults.
21168
21169 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
21170
21171 * progmodes/gdb-ui.el (gdb-var-create-handler)
21172 (gdb-var-list-children-handler): Find values for all variable
21173 objects. gud-speedbar-buttons decides whether to display them.
21174
21175 2005-11-24 Romain Francoise <romain@orebokech.com>
21176
21177 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
21178 buffer name with a space.
21179
21180 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
21181
21182 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
21183 `org-export-local-list-max-depth'. Change default value to 3.
21184 (org-auto-renumber-ordered-lists)
21185 (org-plain-list-ordered-item-terminator): New options.
21186 (org-at-item-p, org-beginning-of-item, org-end-of-item)
21187 (org-get-indentation, org-get-string-indentation)
21188 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
21189 New functions.
21190 (org-move-item-down, org-move-item-up): New commands.
21191 (org-export-as-html): New classes for CSS support. Bug fix in
21192 regular expression detecting fixed-width regions. Respect
21193 `org-local-list-ordered-item-terminator'.
21194 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
21195 also a list item.
21196 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
21197 New item moving functions.
21198
21199 2005-11-24 Juri Linkov <juri@jurta.org>
21200
21201 * isearch.el (isearch-repeat): With empty search ring set
21202 `isearch-error' to the error string instead of signaling error
21203 with the function `error'.
21204
21205 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21206
21207 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
21208
21209 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
21210
21211 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
21212 and variable.
21213 (gdb-var-create-handler, gdb-var-list-children-handler):
21214 Don't match on "char **...".
21215 (gdb-var-update-handler): Find values for all variable objects.
21216 (gdb-info-frames-custom): Identify frames by leading "#".
21217
21218 * progmodes/gud.el (gud-speedbar-menu-items): Add
21219 gdb-speedbar-auto-raise as radio button.
21220 (gud-speedbar-buttons): Raise speedbar if requested.
21221 Don't match on "char **...".
21222 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
21223 Make it editable.
21224
21225 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
21226
21227 * info.el (Info-fontify-node): Handle the case where
21228 Info-current-file is t.
21229
21230 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
21231
21232 * simple.el (blink-matching-open): Fix off-by-one in last change.
21233
21234 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21235
21236 * term/mac-win.el: Don't change default directory.
21237
21238 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
21239
21240 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
21241 buffers correctly. (It used to throw an error in such buffers.)
21242 Make it ask for confirmation in group buffers and other Custom
21243 buffers containing more than one customization item.
21244
21245 2005-11-22 John Paul Wallington <jpw@gnu.org>
21246
21247 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
21248 property on mail and url overlays.
21249 (goto-address-at-point): Use `posn-set-point' instead of
21250 `mouse-set-point' because the latter is not fbound when configured
21251 without X.
21252
21253 2005-11-22 Lars Hansen <larsh@soem.dk>
21254
21255 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
21256 (ls-lisp-classify, ls-lisp-format): Delete call to
21257 ls-lisp-parse-symlink.
21258 (ls-lisp-handle-switches): Handle symlinks to directories as
21259 directories when ls-lisp-dirs-first in non-nil.
21260
21261 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
21262
21263 * startup.el (command-line): Make sure that loaddefs.el is handled
21264 correctly in load-history.
21265
21266 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
21267
21268 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
21269 (gdb-struct-string, gdb-array-string): New constants.
21270 (gdb-info-locals-handler): Use them.
21271 (gdb-reset): Reset gdb-var-list to nil.
21272
21273 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21274
21275 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
21276 in patterns.
21277
21278 2005-11-21 Juri Linkov <juri@jurta.org>
21279
21280 * custom.el (defcustom): Update link types in docstring.
21281
21282 2005-11-20 Martin Rudalics <rudalics@gmx.at>
21283
21284 * custom.el (defgroup): Add doc-string-elt info.
21285
21286 * widget.el (define-widget): Don't use declare for the doc-string-elt.
21287
21288 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
21289
21290 * newcomment.el (comment-enter-backward): Fix last fix.
21291
21292 * simple.el (blink-matching-open):
21293 * paren.el (show-paren-function): Allow new paren-class info.
21294
21295 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
21296
21297 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
21298 handled automagically.
21299
21300 2005-11-20 Andreas Schwab <schwab@suse.de>
21301
21302 * descr-text.el (describe-char): When copying overlays put them
21303 over the full char description instead of just the first character
21304 of it.
21305
21306 2005-11-20 Juri Linkov <juri@jurta.org>
21307
21308 * simple.el (what-cursor-position):
21309 * descr-text.el (describe-char): Use Lisp-readable syntax
21310 for octal and hex. Reorder decimal, octal and hex values.
21311 Remove excess whitespace in the output. Use `=' in `column='
21312 like in `point=' and `Hscroll='.
21313
21314 * international/mule-cmds.el (encoded-string-description):
21315 Use Lisp-readable syntax for hex.
21316
21317 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
21318
21319 * newcomment.el (comment-enter-backward): Handle the case where the
21320 comment is closed by EOB.
21321
21322 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
21323
21324 * longlines.el (longlines-before-revert-hook)
21325 (longlines-after-revert-hook): New functions.
21326 (longlines-mode): Turn off longlines temporarily when reverting.
21327 Add a message-setup-hook.
21328 (longlines-decode-buffer): New function.
21329 (longlines-wrap-line): Preserve marker positions.
21330
21331 2005-11-19 Andreas Schwab <schwab@suse.de>
21332
21333 * emacs-lisp/shadow.el: Handle compressed files.
21334
21335 2005-11-19 Romain Francoise <romain@orebokech.com>
21336
21337 * net/browse-url.el (browse-url-default-browser): Signal an error
21338 if no usable browser can be found, rather than try to load w3.
21339
21340 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
21341
21342 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
21343 replacing existing properties.
21344 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21345 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
21346 tty specs.
21347 (rcirc-server-prefix, rcirc-server): New faces.
21348 (rcirc-url-regexp): Generate with rx macro.
21349 (rcirc-last-server-message-time): New variable.
21350 (rcirc-filter): Record time of last message.
21351 (rcirc-keepalive): Kill processes that did not send a message
21352 since the last ping.
21353 (rcirc-mode): Give rcirc-topic a local binding here.
21354
21355 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
21356
21357 * subr.el (read-passwd): Fontify the prompt as we do with other
21358 prompts.
21359
21360 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
21361
21362 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
21363 binding buffer-read-only to nil.
21364
21365 2005-11-19 Eli Zaretskii <eliz@gnu.org>
21366
21367 * complete.el (partial-completion-mode):
21368 Mention completion-auto-help in the doc string.
21369
21370 * man.el (Man-highlight-references): Doc fix. Reformat code in a
21371 more Lisp-ish way.
21372
21373 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
21374
21375 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
21376 digits, not 8, to avoid misalignment for files larger than 100MB.
21377
21378 2005-11-19 Eli Zaretskii <eliz@gnu.org>
21379
21380 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
21381 Mention "keyboard shortcuts" in the help text.
21382
21383 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21384
21385 * startup.el (fancy-splash-default-action): Discard only
21386 mouse-down and succeeding mouse-up events in the splash screen
21387 window so that drag-n-drop event can be processed.
21388
21389 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
21390
21391 * longlines.el (longlines-mode): Add hacks for mail-mode and
21392 message-mode.
21393
21394 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
21395
21396 * textmodes/org.el (org-table-sort-lines): New command.
21397 (org-tbl-menu): Add entry for `org-table-sort-lines'.
21398 (org-add-file): Command removed, use `org-agenda-file-to-front'
21399 instead.
21400 (org-export-icalendar): Use `org-icalendar-combined-name'.
21401 (org-cycle-agenda-files, org-agenda-file-to-end)
21402 (org-agenda-file-to-front): New commands.
21403 (org-table-tab-jumps-over-hlines, org-export-html-style):
21404 New options.
21405 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
21406 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
21407 New functions.
21408 (org-fill-paragraph): Call `org-table-align' in tables.
21409 (org-mode): Call `org-set-autofill-regexps'.
21410 (org-export-as-html): Support for local handformatted lists.
21411 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
21412 (org-export-local-list-max-depth): New option.
21413 (org-html-expand): Use `org-html-protect'.
21414
21415 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
21416
21417 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
21418 to "p".
21419 (gdb): Move definition of gud-pp to...
21420
21421 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
21422 speedbar.
21423 (gdb-find-watch-expression): New function.
21424
21425 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21426
21427 * faces.el (face-attribute, set-face-attribute): Mention existence
21428 of `:ignore-defface' setting in docstring.
21429
21430 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
21431
21432 * simple.el (completion-setup-function): Fix last change.
21433
21434 2005-11-17 John Paul Wallington <jpw@pobox.com>
21435
21436 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
21437 Use `posn-set-point' instead of `mouse-set-point' because the
21438 latter is not fbound when configured without X.
21439
21440 * comint.el (comint-insert-input): Likewise.
21441
21442 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21443
21444 * simple.el (hard-newline): New variable.
21445 (sendmail-user-agent-compose, next-line): Use it.
21446
21447 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
21448 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
21449 (mail-mail-reply-to, mail-mail-followup-to)
21450 (mail-position-on-field, mail-signature, mail-yank-original)
21451 (mail-attach-file): Likewise.
21452
21453 * mail/mailheader.el (mail-header-format)
21454 (mail-header-format-function): Likewise.
21455
21456 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
21457
21458 2005-11-17 Juri Linkov <juri@jurta.org>
21459
21460 * font-lock.el (font-lock-faces): Rename this defgroup from
21461 `font-lock-highlighting-faces'.
21462 (font-lock-comment-face, font-lock-comment-delimiter-face)
21463 (font-lock-string-face, font-lock-doc-face)
21464 (font-lock-keyword-face, font-lock-builtin-face)
21465 (font-lock-function-name-face, font-lock-variable-name-face)
21466 (font-lock-type-face, font-lock-constant-face)
21467 (font-lock-warning-face, font-lock-negation-char-face)
21468 (font-lock-preprocessor-face)
21469 (font-lock-regexp-grouping-backslash)
21470 (font-lock-regexp-grouping-construct): Rename :group from
21471 `font-lock-highlighting-faces' to `font-lock-faces'.
21472
21473 * cus-edit.el (lisp, c, tex):
21474 * progmodes/ada-mode.el (ada):
21475 * progmodes/asm-mode.el (asm):
21476 * progmodes/cperl-mode.el (cperl-faces):
21477 * progmodes/cpp.el (cpp):
21478 * progmodes/dcl-mode.el (dcl):
21479 * progmodes/f90.el (f90):
21480 * progmodes/fortran.el (fortran):
21481 * progmodes/icon.el (icon):
21482 * progmodes/idlwave.el (idlwave-misc):
21483 * progmodes/m4-mode.el (m4):
21484 * progmodes/make-mode.el (makefile):
21485 * progmodes/meta-mode.el (meta-font):
21486 * progmodes/modula2.el (modula2):
21487 * progmodes/octave-mod.el (octave):
21488 * progmodes/pascal.el (pascal):
21489 * progmodes/perl-mode.el (perl):
21490 * progmodes/prolog.el (prolog):
21491 * progmodes/ps-mode.el (PostScript-edit):
21492 * progmodes/scheme.el (scheme):
21493 * progmodes/sh-script.el (sh-script):
21494 * progmodes/simula.el (simula):
21495 * progmodes/tcl.el (tcl):
21496 * textmodes/nroff-mode.el (nroff):
21497 * textmodes/reftex-vars.el (reftex-fontification-configurations):
21498 * textmodes/sgml-mode.el (sgml):
21499 * textmodes/texinfo.el (texinfo):
21500 Add :link (custom-group-link font-lock-faces) to defgroup.
21501
21502 * hi-lock.el (hi-lock): Rename this defgroup from
21503 `hi-lock-interactive-text-highlighting'. Change parent group from
21504 `faces' to `font-lock'. Add link to the manual.
21505 (hi-lock-mode, hi-lock-file-patterns-range)
21506 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
21507 `hi-lock-interactive-text-highlighting' to `hi-lock'.
21508 (hi-lock-faces): Add :group `faces'.
21509
21510 * cus-edit.el (custom-variable-prompt): Clarify the code.
21511
21512 * faces.el (face-read-string): Set the default value arg of
21513 completing-read.
21514
21515 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
21516
21517 * rfn-eshadow.el (file-name-shadow-properties)
21518 (file-name-shadow-tty-properties, file-name-shadow-mode):
21519 Remove autoloads, because the file is now preloaded.
21520
21521 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21522
21523 * printing.el (easy-menu-intern): Don't define.
21524 (pr-get-symbol): Use easy-menu-intern only if defined.
21525
21526 * simple.el (blink-matching-open): Simplify a bit.
21527 (completion-setup-function): Fix the case of partial-completion-mode
21528 when the minibuffer's contents start with "-".
21529 Obey completion-base-size-function even when
21530 minibuffer-completing-file-name is non-nil.
21531
21532 2005-11-16 Richard M. Stallman <rms@gnu.org>
21533
21534 * net/eudcb-ph.el (eudc-ph-open-session):
21535 Use set-process-query-on-exit-flag.
21536
21537 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
21538
21539 * international/ucs-tables.el (ucs-set-table-for-input):
21540 Use make-local-variable, not make-variable-buffer-local.
21541
21542 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
21543 Improve warning message text.
21544
21545 * savehist.el (savehist-save-hook): Add :group.
21546
21547 * menu-bar.el (menu-bar-help-menu):
21548 Rename Find Extra Packages to External Packages.
21549
21550 * cus-edit.el (Custom-reset-standard): Verify that
21551 :custom-standard-value prop exists before calling it.
21552
21553 * apropos.el (apropos-calc-scores): Use apropos-pattern.
21554
21555 2005-11-16 Martin Rudalics <rudalics@gmx.at>
21556
21557 * wid-edit.el (color): Enclose %t in %{...%}.
21558
21559 * cus-edit.el (face): Enclose %t in %{...%}.
21560
21561 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
21562
21563 * savehist.el (savehist-mode-hook): Re-add the var.
21564 (savehist-mode): Use it.
21565
21566 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21567
21568 * textmodes/flyspell.el: Fix commenting convention.
21569 Remove unnecessary leading * in custom docstrings.
21570 (flyspell-emacs): Remove unused var.
21571 (flyspell-delete-region-overlays): Use remove-overlays.
21572 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
21573 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
21574 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
21575 (flyspell-debug-signal-word-checked): Use with-current-buffer.
21576 (make-flyspell-overlay): Don't locally reuse a global name.
21577 (flyspell-highlight-incorrect-region)
21578 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
21579 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
21580 (flyspell-notify-misspell): Remove unused args `start' and `end'.
21581 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
21582 Wrap calls to accept-process-output inside with-local-quit since it's
21583 often called from a post-command-hook.
21584 (flyspell-correct-word, flyspell-auto-correct-word):
21585 Use ispell-send-string.
21586 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
21587
21588 * calendar/diary-lib.el (diary-list-entries): Also hide the
21589 terminating newline.
21590
21591 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
21592
21593 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
21594 window-system, to allow fonts on tty.
21595
21596 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
21597
21598 * progmodes/gud.el (gud-speedbar-item-info): New function.
21599 (gud-install-speedbar-variables): Use it to display data type
21600 of watch expression as a tooltip in speedbar.
21601
21602 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
21603
21604 * font-core.el (global-font-lock-mode): Add :version keyword,
21605 because default was changed.
21606
21607 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
21608
21609 * startup.el (command-line): Use `custom-reevaluate-setting' for
21610 `file-name-shadow-mode'.
21611
21612 * loadup.el: Preload rfn-eshadow.
21613
21614 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
21615 Add :version keyword.
21616 (file-name-shadow-properties, file-name-shadow-tty-properties)
21617 (file-name-shadow): Add :version keyword.
21618
21619 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
21620 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
21621 in the custom-group property of the symbol frames and the fringe
21622 group got no link to its parent group frames.
21623 Doc fix.
21624
21625 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21626
21627 * progmodes/gud.el (gud-stop-subjob): New function.
21628 (gud-menu-map, gud-tool-bar-map): Use it.
21629
21630 2005-11-16 Kim F. Storm <storm@cua.dk>
21631
21632 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
21633 than kill it.
21634 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
21635 to a more useful/logical place.
21636
21637 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21638
21639 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
21640 go buttons complementary.
21641
21642 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
21643
21644 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
21645 (rfn-eshadow-sifn-equal): New function.
21646 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
21647
21648 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
21649
21650 * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
21651 Quote `-' in string.
21652
21653 * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
21654 rcirc-mode buffers come up in Emacs state.
21655
21656 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
21657 operation.
21658
21659 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
21660
21661 * term.el (term-termcap-format): Fix typos.
21662 (term-down): Fix the negative argument case.
21663
21664 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21665
21666 * progmodes/gdb-ui.el: Remove face-alias left over from change on
21667 2005-08-15.
21668 (gdb-ann3): New command gud-go.
21669 (menu): Accomodate gdb-mi.el.
21670 (gdb-assembler-custom): Make buffer of selected window current
21671 so that set-window-point works.
21672
21673 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
21674 buttons and include new ones.
21675
21676 2005-11-16 Kim F. Storm <storm@cua.dk>
21677
21678 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
21679 (gud-menu-map): Use it.
21680
21681 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
21682
21683 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
21684 that works correctly for Custom and that does not override a user
21685 who disables it.
21686
21687 * help-mode.el (help-make-xrefs, help-xref-on-pp)
21688 (help-xref-interned, help-follow): Make hyperlinks for variables
21689 that are unbound, but have a non-nil variable-documentation property.
21690
21691 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
21692 mode hook. (It conflicted with defcustoms for some mode hooks.)
21693 Use the `variable-documentation' property to give the mode hook a
21694 docstring and expand that docstring.
21695
21696 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
21697
21698 * savehist.el (savehist-mode): Don't bother with
21699 `custom-set-minor-mode'.
21700 (savehist-coding-system): Check XEmacs version.
21701 (history-length): Declare also at run time.
21702 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
21703 Don't set the customize state.
21704 (savehist-minibuffer-hook): Special case for when
21705 minibuffer-history-variable is equal to t.
21706
21707 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
21708
21709 * files.el (write-file): Refresh VC status.
21710
21711 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
21712 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
21713 than fundamental-mode to see if the mode was set.
21714
21715 2005-11-14 Romain Francoise <romain@orebokech.com>
21716
21717 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
21718 dummy function in `eval-when-compile' to avoid compiler warning.
21719 Require `man' at compile time.
21720
21721 2005-11-14 Jay Belanger <belanger@truman.edu>
21722
21723 * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
21724 calcFunc-powerexpand.
21725 (math-write-out-power): Rename it to math-powerexpand; have it
21726 handle negative exponents.
21727 (calc-writeoutpower): Rename it to calc-powerexpand.
21728
21729 * calc/calc-ext.el: Change calcFunc-writeoutpower and
21730 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
21731 autoloads.
21732 Add calcFunc-ldiv to autoloads.
21733
21734 * calc/calc-arith.el (calcFunc-ldiv): New function.
21735
21736 * calc/calc.el (calc-left-divide): New function.
21737
21738 2005-11-14 Juri Linkov <juri@jurta.org>
21739
21740 * cus-edit.el (custom-variable-prompt): Set the default value arg
21741 of completing-read.
21742
21743 * cus-dep.el (custom-make-dependencies): Reverse the list of
21744 found dependencies.
21745
21746 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
21747
21748 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
21749 Highlighting" entry, it is on by default now.
21750 (menu-bar-options-save): Do not save global-font-lock-mode.
21751
21752 2005-11-13 Richard M. Stallman <rms@gnu.org>
21753
21754 * textmodes/flyspell.el (flyspell-large-region):
21755 Call flyspell-accept-buffer-local-defs.
21756
21757 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
21758
21759 * textmodes/flyspell.el (flyspell-notify-misspell):
21760 Fix misspelling of "Misspelling".
21761 (flyspell-process-localwords): New function.
21762 (flyspell-large-region): Call flyspell-process-localwords and
21763 flyspell-delete-region-overlays.
21764 (flyspell-delete-region-overlays): New function.
21765 (flyspell-delete-all-overlays): Call that.
21766
21767 2005-11-13 Richard M. Stallman <rms@gnu.org>
21768
21769 * help.el (help-for-help-internal): Improve doc of C-h a.
21770 (describe-key): Improve prompt; doc fix.
21771
21772 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
21773
21774 * vc-svn.el (vc-svn-registered): Catch all errors.
21775
21776 * cus-dep.el (custom-make-dependencies): Typo.
21777
21778 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
21779
21780 * net/tramp-util.el (top): Fix compilation warning.
21781
21782 2005-11-13 Kim F. Storm <storm@cua.dk>
21783
21784 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
21785
21786 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21787
21788 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
21789 (gud-speedbar-buttons): Match on "const char *" too.
21790
21791 * progmodes/gdb-ui.el (gdb-var-create-handler)
21792 (gdb-var-list-children-handler): Match on "const char *" too.
21793 (gdb-var-evaluate-expression-handler): Match on empty string.
21794 (gdb-var-update-handler): Only call
21795 gdb-var-evaluate-expression-handler when required.
21796
21797 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21798
21799 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
21800 selected window. This still doesn't work for speedbar.
21801 (gud-speedbar-buttons): Handle string expressions properly.
21802
21803 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
21804 (gdb-var-create-handler): Handle string expressions properly.
21805 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
21806 Handle string expressions properly. Move "type" field into regexp.
21807
21808 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21809
21810 * bookmark.el (bookmark-maybe-message): New function to reduce
21811 code duplication: invokes `message' iff baud-rate is high enough.
21812 (bookmark-write-file): Use above instead of an inline conditional.
21813 (bookmark-load): Same.
21814
21815 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21816
21817 * bookmark.el (bookmark-write-file): Don't visit the destination
21818 file, just write the data to it using write-region. This is
21819 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
21820 change to avoid visiting the file in the first place.
21821
21822 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
21823
21824 * hi-lock.el (hi-lock-mode): Set the default value of
21825 font-lock-defaults.
21826
21827 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
21828
21829 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
21830 arg to `file-attributes'.
21831 (find-lisp-format): The UID and GID can now be strings.
21832
21833 2005-11-12 Kim F. Storm <storm@cua.dk>
21834
21835 * help.el (help-map): Bind C-h d to apropos-documentation.
21836
21837 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
21838 when point is at end-of-buffer.
21839
21840 * apropos.el (apropos-match-face): Doc fix.
21841 (apropos-sort-by-scores): Add new choice `verbose'.
21842 (apropos-documentation-sort-by-scores): New defcustom.
21843 (apropos-pattern): Now contains the pattern entered by the user.
21844 (apropos-pattern-quoted): New defvar.
21845 (apropos-regexp): New defvar, containing the regexp corresponding
21846 to apropos-pattern.
21847 (apropos-all-words-regexp): Rename from apropos-all-regexp.
21848 (apropos-read-pattern): New defun. Use it to read pattern arg in
21849 interactive calls; returns list of words for a word list, and
21850 string for a regexp.
21851 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
21852 parses a list of words or regexp as returned by apropos-read-pattern.
21853 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
21854 (apropos-score-doc): Return a very high score if the string
21855 entered by the user matches literally.
21856 (apropos-variable): Doc fix. Use apropos-read-pattern.
21857 (apropos-command): Doc fix. Use apropos-read-pattern and
21858 apropos-parse-pattern. Call apropos-print with nosubst=t.
21859 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
21860 apropos-parse-pattern.
21861 (apropos-documentation): Doc fix. Use apropos-read-pattern and
21862 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
21863 apropos-documentation-sort-by-scores. Call apropos-print with
21864 nosubst=t.
21865 (apropos-documentation-internal): Pass doc string through
21866 substitute-key-definition before adding text properties.
21867 Highlight substring matching literal user input if possible.
21868 (apropos-documentation-check-doc-file): Remove locals beg and end.
21869 Fix calculation of score (as added twice). Pass doc string through
21870 substitute-key-definition before adding text properties.
21871 (apropos-documentation-check-elc-file): Pass doc string through
21872 substitute-key-definition before adding text properties.
21873 Highlight substring matching literal user input if possible.
21874 (apropos-print): Add new arg NOSUBST; if set, command and variable
21875 doc strings have already been passed through substitute-key-definition.
21876 Add code to handle apropos-accumulator items without score element
21877 for backwards compatibility (e.g. with woman package).
21878 Only show scores if apropos-sort-by-scores is `verbose'.
21879
21880 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21881
21882 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
21883 Add jka-compr-load-suffixes to load-suffixes.
21884
21885 * jka-compr.el: Require jka-cmpr-hook.
21886 (jka-compr-info-compress-message, jka-compr-info-compress-program)
21887 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
21888 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
21889 (jka-compr-info-can-append, jka-compr-info-strip-extension)
21890 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
21891 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
21892 (jka-compr-uninstall): Remove entries from
21893 jka-compr-added-to-file-coding-system-alist after they are used.
21894 (jka-compr-error): Remove unused var `curbuf'.
21895 (jka-compr-file-local-copy): Remove unused var `notfound'.
21896
21897 2005-11-10 Romain Francoise <romain@orebokech.com>
21898
21899 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
21900
21901 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
21902
21903 * progmodes/gud.el (gud-menu-map): Move parentheses.
21904 (gdb): New command gud-pv.
21905
21906 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21907
21908 * tar-mode.el: Remove spurious or unnecessary leading stars
21909 in docstrings.
21910 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
21911 (tar-parse-octal-integer-safe): Use mapc.
21912 (tar-header-block-summarize): Remove unused var `ck'.
21913 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
21914 cleared before. Obey default-enable-multibyte-characters.
21915 Use mapconcat. Simplify setting of tar-header-offset.
21916 (tar-mode-map): Move initialization inside delcaration.
21917 (tar-flag-deleted): Use `abs'.
21918 (tar-expunge-internal): Remove unused var `line'.
21919 (tar-expunge-internal): Don't hardcode point-min==1.
21920 (tar-expunge): Widen while doing set-buffer-multibyte.
21921 (tar-rename-entry): Use file-name-coding-system.
21922 (tar-alter-one-field): Don't hardcode point-min==1.
21923 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
21924 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
21925
21926 2005-11-10 Masatake YAMATO <jet@gyve.org>
21927
21928 * add-log.el (add-log-current-defun): Handle class::method
21929 notation of c++. Fix incorrect comment.
21930
21931 2005-11-10 Alan Mackenzie <acm@muc.de>
21932
21933 * help-fns.el (describe-variable): Make C-h v work when a variable
21934 has variable documentation yet is unbound.
21935
21936 2005-11-10 Masatake YAMATO <jet@gyve.org>
21937
21938 * man.el (Man-highlight-references): Set an empty
21939 string to `Man-arguments' if it is nil.
21940 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
21941
21942 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
21943
21944 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
21945 commenting conventions.
21946
21947 * cus-dep.el (custom-make-dependencies): Simplify.
21948 Better follow the commenting conventions.
21949
21950 2005-11-09 Richard M. Stallman <rms@gnu.org>
21951
21952 * apropos.el (apropos-pattern): Rename from apropos-regexp.
21953 (apropos-orig-pattern): Rename from apropos-orig-regexp.
21954 All uses changed.
21955 (apropos-rewrite-regexp): Doc fix.
21956 (apropos-variable, apropos-command, apropos, apropos-value):
21957 Change prompt; carry through the argument renaming.
21958
21959 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
21960
21961 * find-lisp.el: Require dired.
21962 (find-lisp-find-dired-internal): Do not call
21963 `abbreviate-file-name' on DIR.
21964
21965 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
21966
21967 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
21968
21969 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
21970
21971 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
21972 when using the speedbar.
21973 (gdb): New command gud-pp.
21974 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
21975
21976 2005-11-09 Juri Linkov <juri@jurta.org>
21977
21978 * replace.el (occur-excluded-properties): New defcustom.
21979 (occur-1, occur-engine, occur-accumulate-lines): Use it.
21980
21981 2005-11-08 Jay Belanger <belanger@truman.edu>
21982
21983 * calc/calc-units.el (math-convert-units): Replace any composite
21984 unit by its definition.
21985
21986 2005-11-08 Lars Hansen <larsh@soem.dk>
21987
21988 * emacs-lisp/autoload.el (update-directory-autoloads):
21989 Add obsolete function alias.
21990
21991 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
21992
21993 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
21994 comment-indent-function.
21995 (lisp-comment-indent): Replace by an alias for comment-indent-default.
21996
21997 * reveal.el (reveal-post-command): Rework the handling of
21998 reveal-open-spots, so as to be more reliable. There were several
21999 tricky corner cases where an open spot might be lost, or where
22000 a closed spot might end up on the list of open spots.
22001 Only reveal text that's ellipsised.
22002
22003 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
22004
22005 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
22006
22007 2005-11-07 John Paul Wallington <jpw@gnu.org>
22008
22009 * ibuffer.el (ibuffer): Search iconified frames too when
22010 getting Ibuffer buffer's window.
22011
22012 2005-11-06 Richard M. Stallman <rms@gnu.org>
22013
22014 * progmodes/compile.el (compilation-internal-error-properties):
22015 save-excursion around the computation of MARKER.
22016
22017 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
22018
22019 * textmodes/flyspell.el (flyspell-external-point-words):
22020 flyspell-get-word returns a list, not just a string.
22021
22022 2005-11-06 John Paul Wallington <jpw@pobox.com>
22023
22024 * ibuffer.el (ibuffer): Search all visible frames when getting
22025 Ibuffer buffer's window.
22026
22027 2005-11-07 Masatake YAMATO <jet@gyve.org>
22028
22029 * man.el (Man-reference-regexp): Accept spaces between
22030 `Man-name-regexp' and `Man-section-regexp'.
22031 (Man-apropos-regexp): New variable.
22032 (Man-abstract-xref-man-page): Use value for `Man-target-string'
22033 if available.
22034 (Man-highlight-references, Man-highlight-references0):
22035 Handle the case when `Man-arguments' includes "-k".
22036 (Man-highlight-references0): Rename the argument `TARGET-POS' to
22037 `TARGET'. `TARGET' can be a number, function or nil.
22038
22039 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
22040
22041 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
22042 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
22043 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
22044 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
22045 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
22046 (gdb-send-item): Use buffer-local-value and simplify.
22047
22048 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
22049
22050 * startup.el (command-line): Use `custom-reevaluate-setting' for
22051 `global-font-lock-mode'.
22052
22053 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
22054 by default, except in batch mode or when the -D option is given.
22055
22056 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
22057 specified keyword args on to `define-minor-mode'. Update docstring.
22058
22059 2005-11-05 Romain Francoise <romain@orebokech.com>
22060
22061 * replace.el (occur-engine): Add marker at end of line, too.
22062
22063 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
22064
22065 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22066 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22067 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22068 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22069 argument to all these routines, so the passphrase can be managed
22070 externally and passed in to the system.
22071 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22072 pgg-add-passphrase-to-cache function.
22073
22074 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22075 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22076 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22077 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22078 argument to all these routines, so the passphrase can be managed
22079 externally and passed in to the system.
22080 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22081 function.
22082
22083 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
22084
22085 * font-lock.el: Don't deal with font-lock-face-attributes here,
22086 move the code ...
22087
22088 * startup.el (command-line): ... here. Use face-spec-set instead
22089 of custom-declare-face.
22090
22091 * faces.el (face-spec-set): Reset the face if spec is not nil.
22092
22093 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
22094
22095 * newcomment.el (comment-region-internal): Box more tightly in the
22096 common case where there's no TAB in the boxed text.
22097
22098 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22099
22100 * info.el (info-tool-bar-map): Use images prev-node, next-node and
22101 up-node.
22102
22103 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
22104
22105 * net/newsticker.el: Commentary updated. Code formatting changed.
22106 (newsticker-version): Change to "1.9".
22107 (newsticker, newsticker-feed): Doc fix.
22108 (newsticker-url-list): Doc fix. Add option "Weekly".
22109 (newsticker-retrieval-interval): Add option "Weekly".
22110 (newsticker-headline-processing): Doc fix.
22111 (newsticker-auto-mark-filter): Remove.
22112 (newsticker-auto-mark-filter-list): New.
22113 (newsticker-layout, newsticker-sort-method): Doc fix.
22114 (newsticker-hide-old-items-in-newsticker-buffer)
22115 (newsticker-heading-format, newsticker-item-format)
22116 (newsticker-desc-format): Doc fix.
22117 (newsticker-show-all-rss-elements): Remove.
22118 (newsticker-show-all-news-elements): New.
22119 (newsticker-faces, newsticker-ticker): Doc fix.
22120 (remove-from-invisibility-spec): Code formatting.
22121 (newsticker--process-ids): New.
22122 (newsticker-mode): Doc fix.
22123 (newsticker-mode): Change mode-line-format.
22124 (newsticker-start): Remove debug output.
22125 (newsticker-start-ticker): Doc fix. Add autoload cookie.
22126 (newsticker-w3m-show-inline-images): Code formatting.
22127 (newsticker-next-item): Call `force-mode-line-update'.
22128 (newsticker-previous-item): Call `force-mode-line-update'.
22129 (newsticker-next-feed): Call `force-mode-line-update'.
22130 (newsticker-previous-feed): Call `force-mode-line-update'.
22131 (newsticker-mark-all-items-at-point-as-read): Code formatting.
22132 (newsticker-show-old-items): Do not show descs.
22133 (newsticker-hide-entry): Hide too much.
22134 (newsticker-hide-entry, newsticker-show-entry)
22135 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
22136 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
22137 (newsticker-toggle-auto-narrow-to-item): Code formatting.
22138 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
22139 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
22140 (newsticker-get-news): Call `force-mode-line-update'.
22141 Collect process ids.
22142 (newsticker--sentinel): Change coding system handling.
22143 Move image retrieval to new functions newsticker--get-logo-url-*.
22144 Move feed parsing to new functions newsticker--parse-*.
22145 Update list of process ids.
22146 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
22147 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
22148 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
22149 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
22150 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22151 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
22152 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
22153 (newsticker--decode-coding-string): Remove.
22154 (newsticker--decode-numeric-entities): Check input. Format code.
22155 (newsticker--remove-whitespace): Check input.
22156 (newsticker--do-forget-preformatted): Doc fix.
22157 (newsticker--decode-rfc822-date): Allow for missing time.
22158 (newsticker--update-process-ids): New.
22159 (newsticker--image-sentinel): Change comment.
22160 (newsticker--image-read): Change error message.
22161 (newsticker--imenu-goto): Doc fix. Show headline title.
22162 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
22163 (newsticker--buffer-do-insert-text): Clean whitespace in
22164 html-rendered headline title. Code formatting.
22165 Call `newsticker--buffer-print-extra-elements'.
22166 (newsticker--buffer-print-extra-element): Remove.
22167 (newsticker--buffer-print-extra-elements): New.
22168 (newsticker--buffer-do-print-extra-element): New.
22169 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
22170 large sizes.
22171 (newsticker--run-auto-mark-filter)
22172 (newsticker--do-run-auto-mark-filter):
22173 Use `newsticker-auto-mark-filter-list'.
22174
22175 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
22176
22177 * net/rcirc.el: Use split-string OMIT-NULLS argument.
22178 (rcirc-print): Force redisplay before running hooks. Do long
22179 buffer truncation after making new text read-only. Deal with nil
22180 text when decoding strings. If TARGET is nil, use either the
22181 currently selected buffer, if it is an rcirc buffer and of the
22182 same process or the process buffer.
22183 (rcirc-mode): Remove header-line. Recompute short buffer names.
22184 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
22185 (rcirc-short-buffer-name): Add variable.
22186 (rcirc-kill-buffer-hook): Recompute short buffer names.
22187 Remove nick from private channel.
22188 (rcirc-send-input): Send command text to current-buffer.
22189 Don't clear overlay arrow here.
22190 (rcirc-short-buffer-name): Return a short buffer name.
22191 (rcirc-update-short-buffer-names, rcirc-abbreviate)
22192 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
22193 buffer-name abbreviations.
22194 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
22195 Do not touch nick-table when killing a parted channel.
22196 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
22197 Clear arrow from current buffer if it is now hidden.
22198 (rcirc-current-buffer): Add variable.
22199 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
22200 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
22201 Remove -face from names.
22202 (rcirc-update-activity-string): Print "DND" when globally ignoring
22203 activity.
22204 (rcirc-ignore-buffer-activity-flag): Rename from
22205 rcirc-ignore-channel-activity.
22206 (rcirc-ignore-all-activity-flag): Doc fix.
22207 (rcirc-channels): Remove variable.
22208 (rcirc-kill-buffer-hook):
22209 (rcirc-get-buffer-create): Add nick to private channel.
22210 (rcirc-multiline-edit-submit): Remove tabs.
22211 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
22212 folded.
22213 (rcirc-remove-nick-channel): Bug fix.
22214 (rcirc-toggle-ignore-buffer-activity): Rename from
22215 rcirc-toggle-ignore-channel-activity.
22216 (rcirc-record-activity): Add buffers to the front of the list.
22217 (rcirc-update-activity): Remove killed buffers from list.
22218 (rcirc-process-server-response-1): Remove last argument if it is
22219 null before calling handler.
22220 (rcirc): Add "rcirc" defcustom prefix.
22221 (rcirc-prompt): Simplify default prompt.
22222 Use custom-initialize-default.
22223 (rcirc-private-chats): Remove variable.
22224 (rcirc-prompt): Change initialization.
22225 (rcirc-version): Remove function.
22226 (rcirc-id-string): Add constant.
22227 (rcirc-last-buffer): Remove variable.
22228 (rcirc-buffer-alist): Add variable.
22229 (rcirc-connect): Update variable setup.
22230 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
22231 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
22232 default.
22233 (rcirc-handler-generic): Trigger activity.
22234 (rcirc-send-message): Create the buffor of the target.
22235 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
22236 (rcirc-get-buffer): Just return nil if there is no matching buffer.
22237 (rcirc-multiline-edit-cancel): Remove function.
22238 (rcirc-set-last-buffer): Remove function.
22239 (rcirc-get-any-buffer): Add function.
22240 (rcirc-join-channels): Don't print /join text.
22241 (rcirc-toggle-ignore-channel-activity): Add and update echo area
22242 messages.
22243 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
22244 (rcirc-handler-NOTICE): Recognize CTCP responses.
22245 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
22246 constructing TOPIC string for buffers we are not JOINed.
22247 (rcirc-handler-CTCP-response): Add handler.
22248 (rcirc-multiline-edit-submit): Restore the window-configuration
22249 before adjusting point.
22250 (rcirc): Add customization group.
22251 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
22252 (rcirc-user-full-name, rcirc-startup-channels-alist)
22253 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
22254 (rcirc-ignore-all-activity-flag, rcirc-time-format)
22255 (rcirc-input-ring-size, rcirc-read-only-flag)
22256 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
22257 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
22258 Change defvar to defcustom.
22259 (rcirc-update-prompt): Add optional ALL arg, which will update
22260 prompts in all rcirc buffers. Regexp quote replacement text.
22261 (rcirc-fill-column): Accept frame-width as a value.
22262 (rcirc-set-changed): Add function.
22263 (rcirc-next-active-buffer): Write more meaningful messages.
22264 (rcirc-faces): Add customization group.
22265 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
22266 (rcirc-nick-in-message-face, rcirc-prompt-face)
22267 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
22268 (with-rcirc-process-buffer): Move before first usage.
22269 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
22270 (rcirc-debug-flag): Rename from `rcirc-log-p'.
22271 (rcirc-debug): Rename from `rcirc-log'.
22272 (rcirc-format-response-string): Do not print `-' chars for a
22273 NOTICE with no sender. Simplify output of server responses.
22274
22275 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
22276
22277 (rcirc-browse-url-map, rcirc-browse-url-at-point)
22278 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
22279 Make urls mouse and RET clickable.
22280
22281 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
22282
22283 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
22284
22285 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
22286
22287 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22288 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22289 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22290 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22291 argument to all these routines, so the passphrase can be managed
22292 externally and passed in to the system.
22293 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22294 pgg-add-passphrase-to-cache function.
22295
22296 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22297 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22298 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22299 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22300 argument to all these routines, so the passphrase can be managed
22301 externally and passed in to the system.
22302 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22303 function.
22304
22305 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
22306
22307 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
22308 from goto-address-url-regexp.
22309
22310 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
22311
22312 * textmodes/org.el (org-read-date, org-goto-calendar)
22313 (org-recenter-calendar, org-agenda-goto-calendar):
22314 Temporarily clear `calendar-move-hook'.
22315
22316 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
22317
22318 * ediff-merg.el (ediff-merge-region-is-non-clash):
22319 Return t, if not merging.
22320
22321 * ediff-util.el (ediff-previous-difference): Don't skip regions that
22322 have merge clashes.
22323
22324 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22325
22326 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22327 Undo previous change.
22328
22329 * startup.el (command-line): Use `custom-reevaluate-setting' for
22330 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
22331 tty-register-default-colors on Mac.
22332
22333 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
22334
22335 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
22336 (gdb-buffer-type): Make it automatically buffer local...
22337 (gdb-get-create-buffer): ...and set it accordingly.
22338 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
22339 actually work.
22340
22341 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
22342
22343 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
22344 not red.
22345
22346 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
22347
22348 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
22349 case GUD buffer is not visible.
22350 (gdb-goto-breakpoint): Try to force display in source buffer.
22351 (gdb-frame-gdb-buffer): Copy other similar functions.
22352 (gdb-restore-windows): Don't display source if not asked for.
22353 (gdb-assembler-buffer-name): Don't capitalise.
22354
22355 2005-11-03 Richard M. Stallman <rms@gnu.org>
22356
22357 * wid-edit.el (key-sequence): New widget type.
22358
22359 * simple.el (set-mark-command-repeat-pop): New variable.
22360 (set-mark-command): Only interpret plan C-@ after a pop as a pop
22361 if set-mark-command-repeat-pop is true.
22362
22363 * info.el (Info-fontify-node): Don't display extra "see" if there
22364 already is one here.
22365
22366 * mouse.el: Fix special handling of DEL after dragging a region:
22367 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
22368 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
22369
22370 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
22371
22372 * textmodes/ispell.el (ispell-command-loop): Change `i' description
22373 not to assume it pertains to an affix.
22374
22375 * textmodes/flyspell.el (flyspell-post-command-hook):
22376 Bind deactivate-mark to prevent deactivation.
22377
22378 2005-11-03 Lars Hansen <larsh@soem.dk>
22379
22380 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
22381 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
22382 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
22383
22384 2005-11-03 Romain Francoise <romain@orebokech.com>
22385
22386 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
22387 Update copyright years.
22388
22389 2005-11-03 Sam Steingold <sds@gnu.org>
22390
22391 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22392 Use system-type instead of window-system because window-system is not
22393 correctly defined during loadup.
22394
22395 2005-11-02 Mark A. Hershberger <mah@everybody.org>
22396
22397 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
22398 (xml-parse-tag): Join strings separated by a comment properly.
22399
22400 2005-11-02 Andreas Schwab <schwab@suse.de>
22401
22402 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
22403
22404 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
22405
22406 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
22407 (byte-optimize-pure-func): Quote the eval'd value.
22408
22409 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
22410 Rename from perl-font-lock-syntactic-face-function.
22411 Change the calling convention so it can be used as a font-lock MATCHER.
22412 Do the parse-partial-sexp loop outselves.
22413 (perl-font-lock-syntactic-keywords): Use it.
22414 (perl-mode): Don't set font-lock-syntactic-face-function any more.
22415
22416 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
22417
22418 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
22419 disassembly buffer too.
22420 (gdb-exited): Remove overlay arrows when execution has finished.
22421 (gdb-info-frames-custom, gdb-info-threads-custom)
22422 (gdb-info-registers-custom): Don't add inappropriate text
22423 properties if inferior is not active.
22424
22425 2005-11-02 Glenn Morris <rgm@gnu.org>
22426
22427 * progmodes/fortran.el (fortran-blink-match):
22428 Use `blink-matching-delay'.
22429
22430 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
22431
22432 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
22433
22434 2005-11-02 Lars Hansen <larsh@soem.dk>
22435
22436 * net/tramp.el (tramp-action-out-of-band): Handle scp message
22437 "Permission denied".
22438
22439 2005-11-01 Richard M. Stallman <rms@gnu.org>
22440
22441 * textmodes/flyspell.el (flyspell-external-point-words):
22442 Pass nil to flyspell-get-word.
22443
22444 2005-11-02 Kim F. Storm <storm@cua.dk>
22445
22446 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
22447 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
22448
22449 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22450
22451 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
22452 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
22453 (calendar-mouse-print-dates): Add optional `event' argument.
22454 Update interactive-spec.
22455 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
22456 Use `calendar-event-to-date' instead of `event'.
22457
22458 2005-11-02 Masatake YAMATO <jet@gyve.org>
22459
22460 * progmodes/ld-script.el (ld-script-builtins):
22461 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
22462 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
22463 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
22464
22465 2005-11-01 Romain Francoise <romain@orebokech.com>
22466
22467 * vc-sccs.el: Update copyright year.
22468 * ezimage.el: Likewise.
22469
22470 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
22471
22472 * info.el (Info-fontify-node): Use `string-width' for fontifying
22473 underlined titles.
22474
22475 2005-11-01 Juri Linkov <juri@jurta.org>
22476
22477 * info.el (Info-fontify-node): Downcase node header keywords Node,
22478 Prev, Next, Up before comparison.
22479 (Info-history): Insert absolute directory name, and put invisible
22480 property on it.
22481
22482 2005-11-01 Juri Linkov <juri@jurta.org>
22483
22484 * info.el (Info-file-supports-index-cookies): New variable.
22485 (Info-find-node-2): Check makeinfo version for index cookie support.
22486 (Info-index-nodes): Search for nodes with index cookies only when
22487 Info-file-supports-index-cookies is t. Otherwise, search nodes
22488 with "Index" in the node name.
22489 (Info-index-node): Search index cookie in the current node only when
22490 Info-file-supports-index-cookies is t. Otherwise, check the word
22491 "Index" in the node name.
22492 (Info-find-emacs-command-nodes): Remove code that searches nodes
22493 with "Index" node name in the top menu.
22494
22495 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22496
22497 * progmodes/scheme.el (scheme-mode-variables): Use the default
22498 comment-indent-function.
22499
22500 * faces.el (face-attribute): Handle the case where a face inherits from
22501 a non-existent face.
22502
22503 * simple.el (eval-expression-print-format): Use lisp-readable syntax
22504 for octal and hexa output, and merge the char into the paren.
22505 (kill-new): Use push.
22506 (copy-to-buffer): Use with-current-buffer.
22507 (completion-setup-function): Move code in loop to remove redundancy.
22508 (minibuffer-local-must-match-map): Don't add bindings that duplicate
22509 those inherited from minibuffer-local-completion-map.
22510
22511 * savehist.el (savehist-mode) <defcustom>:
22512 Use custom-set-minor-mode if available.
22513 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
22514 and emit a message if applicable.
22515
22516 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
22517
22518 * savehist.el: Sync up to version 19.
22519 (savehist-mode): New minor mode.
22520 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
22521 (savehist-length): Remove (use history-length instead).
22522 (savehist-file-modes): Rename from savehist-modes.
22523 (savehist-save-hook, savehist-loaded): New vars.
22524 (savehist-load): Use savehist-mode. Try to smooth up transition from
22525 old format to new format.
22526 (savehist-install): Allow savehist-autosave-interval to be nil.
22527 (savehist-save): Run the new hook. Be more careful to only trim the
22528 history variables.
22529 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
22530 (savehist-printable): Print into a buffer rather than char-by-char.
22531
22532 2005-11-01 John Wiegley <johnw@newartisans.com>
22533
22534 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
22535 toggle-ignore keybinding (C-a). The author said it had been
22536 disabled much earlier due to a possible incompatibility, but after
22537 many months of usage I have encountered no problems (and it is a
22538 rather useful option, especially for switching to " *temp*").
22539
22540 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
22541 support for OS/X's AddressBook, by calling out to the open source
22542 program "contacts" (installable through Fink).
22543
22544 * net/eudc.el (eudc-expand-inline): If the
22545 `eudc-multiple-match-handling-method' is set to `all', delete the
22546 query string before inserting the query result.
22547
22548 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
22549 flag, to prevent Eshell from using the system ls when
22550 `eshell-ls-insert-directory' is in used.
22551 (eshell-ls-insert-directory): Disable font-lock in directory
22552 buffer so that Eshell's own fontification is seen. This broke
22553 recently due to changes in font-lock, so this goes back to version
22554 21 behavior.
22555
22556 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
22557
22558 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
22559 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
22560 (gdb-many-windows): Doc fix.
22561
22562 2005-10-31 Romain Francoise <romain@orebokech.com>
22563
22564 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
22565
22566 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
22567
22568 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
22569 that global-font-lock-mode can be enabled by default.
22570
22571 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
22572 (font-lock-add-keywords, font-lock-remove-keywords)
22573 (font-lock-fontify-buffer): Remove autoload cookies.
22574
22575 * jit-lock.el (jit-lock-register): Likewise.
22576
22577 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
22578
22579 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22580
22581 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
22582 intact if there is no gud-comint-buffer.
22583
22584 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
22585
22586 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
22587 old prompt comint-prompt-read-only is t and GDB commands are
22588 issued from tool bar etc.
22589
22590 2005-10-31 Masatake YAMATO <jet@gyve.org>
22591
22592 * vc.el (vc-directory-exclusion-list): Add "{arch}".
22593
22594 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
22595
22596 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
22597 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
22598
22599 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
22600
22601 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
22602 starting at beginning of line. Fontification is messed up when
22603 `open-paren-in-column-0-is-defun-start' set to t.
22604 Reported by John Paul Wallington <jpw@pobox.com>.
22605
22606 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
22607
22608 * comint.el (comint-send-input): Call `comint-update-fence' when
22609 `comint-process-echoes' and `comint-prompt-read-only' are both
22610 non-nil, to avoid leftover read-only newline.
22611
22612 2005-10-30 Richard M. Stallman <rms@gnu.org>
22613
22614 * textmodes/flyspell.el (flyspell-external-point-words):
22615 Detect when WORD can't be checked properly because
22616 flyspell-get-word finds just part of it, and move on.
22617
22618 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
22619 boundarychar for Polish.
22620 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
22621 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
22622
22623 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22624
22625 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
22626 (gdb-registers-font-lock-keywords): Delete.
22627 (gdb-registers-mode): Don't fontify.
22628 (gdb-info-registers-custom): Use text properties instead as, in
22629 future, changed register values will use font-lock-warning-face.
22630 (gdb-local-font-lock-keywords): Rename to...
22631 (gdb-locals-font-lock-keywords): ...for consistency.
22632
22633 2005-10-30 Andre Spiegel <spiegel@gnu.org>
22634
22635 * vc.el (vc-switch-backend): Better error message if the buffer is
22636 not visiting a file under version control.
22637
22638 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
22639
22640 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
22641
22642 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
22643 ~/.emacs.d/.emacs.
22644
22645 2005-10-29 Richard M. Stallman <rms@gnu.org>
22646
22647 * replace.el (occur-mode-mouse-goto): Always go to other window.
22648 (occur-mode-goto-occurrence): Always switch in same window.
22649
22650 * simple.el (undo): Display message at end, not at start.
22651
22652 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
22653 New arg REUSE-CELL.
22654 (cancel-timer-internal): New function.
22655 (timer-event-handler): Use cancel-timer-internal,
22656 and pass the cell it returns to timer-activate...
22657
22658 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
22659 (jit-lock-deferred-fontify, jit-lock-context-fontify)
22660 (jit-lock-after-change): Test memory-full.
22661
22662 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22663
22664 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22665 part of the decoded armor to find the key-identifier.
22666 (pgg-gpg-lookup-key-owner): New function to return the
22667 human-readable identifier of a key owner.
22668 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22669 key itself.
22670 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22671 the key value) if we have a key and can match it against a secret
22672 key. Also, added a note pointing out fact that the prompt only
22673 indicates the first matching key.
22674
22675 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22676 pgg-decrypt-region.
22677 (pgg-pending-timers): A new hash for tracking the passphrase cache
22678 timers, so that new ones supercede old ones.
22679 (pgg-add-passphrase-to-cache): Rename from
22680 `pgg-add-passphrase-cache' to reduce confusion (all callers
22681 changed). Modified to cancel old timers when new ones are added.
22682 (pgg-remove-passphrase-from-cache): Rename from
22683 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22684 changed). Modified to cancel old timers when their keys are
22685 removed from the cache.
22686 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22687 XEmacs, an indirection to delete-itimer.
22688 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22689 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22690 users can only check cache without risk of prompting. Correct bug in
22691 notruncate behavior.
22692 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22693 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22694 Add informative docstrings.
22695 (pgg-decrypt): Convey provided passphrase in subordinate call to
22696 pgg-decrypt-region.
22697
22698 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22699 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22700 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22701 `passphrase' argument, so the passphrase can be managed externally
22702 and then passed in to the system.
22703
22704 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22705 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22706 so the passphrase cache can be used reliably with identifiers
22707 besides a pgp packet's key id.
22708
22709 * pgg-gpg.el (pgg-pgp-encrypt-region)
22710 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22711 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22712 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22713 argument to all these routines, so the passphrase can be managed
22714 externally and passed in to the system.
22715
22716 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22717 `notruncate' argument, so the passphrase cache can be used
22718 reliably with identifiers besides a pgp packet's key id.
22719
22720 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22721
22722 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22723 symmetric encryption.
22724 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22725 encrypted session key.
22726 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22727 message ask for the passphrase in a proper way.
22728
22729 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22730 New user commands for symmetric encryption.
22731
22732 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
22733
22734 * textmodes/conf-mode.el (conf-assignment-sign)
22735 (conf-assignment-regexp): Fix docstrings.
22736 (conf-mode-initialize): New function.
22737 (conf-mode): Remove optional args. Use delay-mode-hooks to
22738 recognize recursive calls.
22739 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
22740 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
22741 (conf-xdefaults-mode): Use define-derived-mode and
22742 conf-mode-initialize.
22743
22744 2005-10-29 Romain Francoise <romain@orebokech.com>
22745
22746 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
22747
22748 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22749
22750 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22751 part of the decoded armor to find the key-identifier.
22752 (pgg-gpg-lookup-key-owner): New function to return the
22753 human-readable identifier of a key owner.
22754 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22755 key itself.
22756 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22757 the key value) if we have a key and can match it against a secret
22758 key. Also, added a note pointing out fact that the prompt only
22759 indicates the first matching key.
22760
22761 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22762 pgg-decrypt-region.
22763 (pgg-pending-timers): A new hash for tracking the passphrase cache
22764 timers, so that new ones supercede old ones.
22765 (pgg-add-passphrase-to-cache): Rename from
22766 `pgg-add-passphrase-cache' to reduce confusion (all callers
22767 changed). Modified to cancel old timers when new ones are added.
22768 (pgg-remove-passphrase-from-cache): Rename from
22769 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22770 changed). Modified to cancel old timers when their keys are
22771 removed from the cache.
22772 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22773 XEmacs, an indirection to delete-itimer.
22774 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22775 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22776 users can only check cache without risk of prompting. Correct bug in
22777 notruncate behavior.
22778 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22779 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22780 Add informative docstrings.
22781 (pgg-decrypt): Convey provided passphrase in subordinate call to
22782 pgg-decrypt-region.
22783
22784 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
22785
22786 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22787 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22788 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22789 `passphrase' argument, so the passphrase can be managed externally
22790 and then passed in to the system.
22791
22792 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22793 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22794 so the passphrase cache can be used reliably with identifiers
22795 besides a pgp packet's key id.
22796
22797 * pgg-gpg.el (pgg-pgp-encrypt-region)
22798 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22799 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22800 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22801 argument to all these routines, so the passphrase can be managed
22802 externally and passed in to the system.
22803
22804 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22805 `notruncate' argument, so the passphrase cache can be used
22806 reliably with identifiers besides a pgp packet's key id.
22807
22808 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22809
22810 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22811 symmetric encryption.
22812 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22813 encrypted session key.
22814 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22815 message ask for the passphrase in a proper way.
22816
22817 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22818 New user commands for symmetric encryption.
22819
22820 2005-10-28 Bill Wohler <wohler@newt.com>
22821
22822 * help-mode.el (help-url): New button type. Calls browse-url.
22823 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
22824 Similar to Info nodes: URL `url'.
22825 (help-make-xrefs): Create help-url buttons for
22826 help-xref-url-regexp matches.
22827
22828 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
22829
22830 * tool-bar.el (tool-bar-add-item-from-menu)
22831 (tool-bar-local-item-from-menu): Fix doc strings.
22832
22833 2005-10-28 Romain Francoise <romain@orebokech.com>
22834
22835 * ldefs-boot.el: Update.
22836
22837 * subr.el (locate-library): Move from help-fns.el.
22838 * help-fns.el (locate-library): Move to subr.el.
22839
22840 2005-10-28 Richard M. Stallman <rms@gnu.org>
22841
22842 * net/tramp.el (tramp-completion-mode): defvar moved up.
22843
22844 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
22845
22846 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
22847
22848 * files.el (find-file-noselect): Use %d to format large file size.
22849
22850 * bindings.el (mode-line-format): Add %e.
22851
22852 * loadup.el ("facemenu"): Load unconditionally.
22853 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
22854 ("x-dnd"): Load, when appropriate.
22855
22856 * startup.el (command-line): Call before-init-hook earlier.
22857 Warn about some bad characters in -u user name.
22858
22859 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
22860 (flyspell-external-point-words): Error if misspelled word is not found.
22861 Set flyspell-large-region-beg at end of word.
22862
22863 2005-10-28 Andreas Schwab <schwab@suse.de>
22864
22865 * view.el (View-revert-buffer-scroll-page-forward):
22866 Use view-page-size-default.
22867
22868 2005-10-28 Juri Linkov <juri@jurta.org>
22869
22870 * international/quail.el (quail-get-current-str): Translate last
22871 raw character for deterministic input methods.
22872
22873 2005-10-27 Jay Belanger <belanger@truman.edu>
22874
22875 * calc/calc-ext.el: Add functions to autoloads.
22876 (math-identity-matrix-p, math-ident-row-p): New functions.
22877
22878 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
22879 multiplication by an identity matrix; don't turn multiplication by
22880 an inverse matrix into division.
22881 (math-div-symbol-fancy): Replace division by matrices with
22882 multiplication by inverse.
22883
22884 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
22885
22886 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
22887 (calc-writeoutpower): New functions.
22888
22889 2005-10-27 Romain Francoise <romain@orebokech.com>
22890
22891 * replace.el (occur-engine): Include colon in mouse-face highlight.
22892
22893 * dired-x.el: Change Maintainer field.
22894
22895 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
22896
22897 * longlines.el (longlines-mode): Bind after-change-functions to
22898 nil during initial decoding and final encoding.
22899
22900 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
22901
22902 * term.el (term-emulate-terminal, term-handle-colors-array)
22903 (term-handle-ansi-escape): Specify the terminfo capabilities
22904 implemented.
22905
22906 2005-10-26 Richard M. Stallman <rms@gnu.org>
22907
22908 * info.el (Info-fontify-node): Fix detection of sentence-break
22909 before *Note.
22910
22911 2005-10-26 Romain Francoise <romain@orebokech.com>
22912
22913 * smerge-mode.el: Add `tools' to file keywords.
22914
22915 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
22916
22917 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
22918 when the fringe is not available.
22919
22920 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
22921 (def-gdb-auto-update-trigger): Simplify construction.
22922 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
22923 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
22924 defined explicitly.
22925 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
22926 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
22927 defined explicitly.
22928 (gdb-info-locals-custom): Remove as it's a no-op.
22929
22930 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
22931
22932 * longlines.el (longlines-mode): Remove narrowing before
22933 performing the initial decoding or final encoding.
22934
22935 2005-10-25 Romain Francoise <romain@orebokech.com>
22936
22937 * emacs-lisp/find-func.el (find-library-name): Also strip
22938 extension if library name ends in .el, to take advantage of
22939 `find-library-suffixes'.
22940
22941 2005-10-25 Richard M. Stallman <rms@gnu.org>
22942
22943 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
22944
22945 2005-10-25 Juri Linkov <juri@jurta.org>
22946
22947 * textmodes/texinfo.el (texinfo-mode): Change charset of one
22948 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
22949
22950 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22951
22952 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
22953 (blackbox-redefine-key): Add argument `map'.
22954
22955 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
22956 regions when moving the jit-lock-context-unfontify-pos boundary.
22957
22958 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
22959
22960 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
22961
22962 2005-10-25 Masatake YAMATO <jet@gyve.org>
22963
22964 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
22965
22966 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
22967
22968 * play/blackbox.el (blackbox-redefine-key): New function.
22969 (blackbox-mode-map): Use it to remap existing bindings for cursor
22970 motion instead of binding literal keys.
22971
22972 2005-10-25 Glenn Morris <rgm@gnu.org>
22973
22974 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
22975 diary does not end in a newline. Do not assume a blank line at
22976 the start of the diary file.
22977
22978 2005-10-25 Kenichi Handa <handa@m17n.org>
22979
22980 * international/quail.el (quail-translate-key): If the input
22981 method is deterministic and failed to handle the last key, restart
22982 the key handling loop from an appropriate key.
22983
22984 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
22985
22986 * vc.el (vc-dired-mode): Extend comment for binding of
22987 `directory-listing-before-filename-regexp'.
22988
22989 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22990
22991 * textmodes/texinfo.el (texinfo-mode):
22992 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
22993 not to unnecessarily expose emacs-mule's internal char codes.
22994
22995 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
22996
22997 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
22998 Display hand pointer and help-echo on disabled icon too.
22999 (gdb-mouse-until): New function.
23000 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
23001
23002 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
23003
23004 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
23005 with 2005-10-23 change to doctor.el.
23006
23007 * finder.el (finder-mode-map): Add follow-link binding.
23008
23009 2005-10-25 Kim F. Storm <storm@cua.dk>
23010
23011 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
23012 to gdb-mouse-toggle-breakpoint-fringe.
23013 (gdb-mouse-toggle-breakpoint-margin): Rename from
23014 gdb-mouse-toggle-breakpoint. Fix doc.
23015 (gdb-mouse-toggle-breakpoint-fringe): New defun.
23016 (gdb-put-string): Add optional SPROPS arg. Add props to string.
23017 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
23018 string properties also for fringe breakpoint bitmaps.
23019
23020 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
23021
23022 * textmodes/org.el (org-start-icalendar-file): Fix format form.
23023
23024 2005-10-25 Masatake YAMATO <jet@gyve.org>
23025
23026 * simple.el (completion-common-substring):
23027 Use `completion-common-substring' prior to `completion-base-size'.
23028
23029 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
23030
23031 * savehist.el: Require CL while compiling.
23032 (savehist-history-variables): Remove.
23033 (savehist-save-minibuffer-history, savehist-additional-variables)
23034 (savehist-minibuffer-history-variables): New vars.
23035 (savehist-save): Use them.
23036 (savehist-uninstall, savehist-minibuffer-hook): New funs.
23037 (savehist-install): New fun, extracted from savehist-load.
23038 (savehist-load): Use them.
23039
23040 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
23041
23042 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
23043 a dummy doc-string-elt property.
23044 (defalias, defvaralias, define-category): Add a docstring property.
23045
23046 * image.el (defimage):
23047 * widget.el (define-widget):
23048 * custom.el (defface, defcustom): Add `doc-string' declaration.
23049
23050 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
23051 (defadvice): Add `doc-string' declaration.
23052
23053 * emacs-lisp/byte-run.el (macro-declaration-function):
23054 Handle `doc-string' declarations.
23055 (define-obsolete-function-alias, define-obsolete-variable-alias):
23056 Add `doc-string' declaration.
23057
23058 2005-10-24 Kenichi Handa <handa@m17n.org>
23059
23060 * international/utf-7.el (utf-7): Add autoload cookie.
23061
23062 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
23063
23064 2005-10-24 Eli Zaretskii <eliz@gnu.org>
23065
23066 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
23067 list of directories passed to batch-update-autoloads. Add "." to
23068 the list of the echoed directories.
23069
23070 * pgg-def.el:
23071 * pgg-gpg.el:
23072 * pgg-parse.el:
23073 * pgg-pgp.el:
23074 * pgg-pgp5.el:
23075 * pgg.el: Moved here from the gnus subdirectory.
23076
23077 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
23078
23079 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
23080 in case comint-prompt-read-only is set to t.
23081
23082 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
23083 in case comint-prompt-read-only is set to t.
23084
23085 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
23086
23087 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
23088 Now a string.
23089 (icalendar-import-format): Handle CLASS, STATUS, URL.
23090 Rename `subject' to `summary'.
23091 (icalendar-import-format-summary): Rename from
23092 `icalendar-import-format-subject'.
23093 (icalendar-import-format-url, icalendar-import-format-status)
23094 (icalendar-import-format-class): New variables.
23095 (icalendar--rris): Take variable argument list.
23096 (icalendar--datestring-to-isodate): Remove unnecessary
23097 calendar-style check when converting dates with explicit month names.
23098 (icalendar-export-region): Change return type of conversion
23099 subroutines. Bury current buffer unless error occurred.
23100 (icalendar--convert-to-ical)
23101 (icalendar--parse-summary-and-rest): New functions.
23102 (icalendar--convert-ordinary-to-ical)
23103 (icalendar--convert-weekly-to-ical)
23104 (icalendar--convert-yearly-to-ical)
23105 (icalendar--convert-block-to-ical)
23106 (icalendar--convert-cyclic-to-ical)
23107 (icalendar--convert-anniversary-to-ical): Change return type.
23108 Strip trailing blanks from subject.
23109 (icalendar--convert-sexp-to-ical): Change return type.
23110 Strip trailing blanks from subject. Handle simple sexp
23111 entries as generated by icalendar.el.
23112 (icalendar--convert-float-to-ical)
23113 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
23114 (icalendar-import-file): Doc fix.
23115 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
23116 Correct call to icalendar--rris.
23117 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
23118 `summary'.
23119 (icalendar--add-diary-entry): Rename `subject' to `summary'.
23120
23121 2005-10-24 Romain Francoise <romain@orebokech.com>
23122
23123 * server.el (server-sentinel): Set query-on-exit flag to nil on
23124 new client processes (it isn't inherited from the server process).
23125
23126 * replace.el (occur-engine): Rearrange text properties.
23127
23128 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
23129
23130 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
23131 case-fold-search is nil.
23132 (debug-help-follow): Use help-xref-interned directly.
23133
23134 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
23135
23136 * thumbs.el (thumbs-image-type): Add .pbm.
23137
23138 2005-10-23 Richard M. Stallman <rms@gnu.org>
23139
23140 * faces.el (inhibit-face-set-after-frame-default): New variable.
23141 (set-face-attribute): Bind it.
23142 (face-set-after-frame-default): Test it.
23143
23144 * help-fns.el (describe-simplify-lib-file-name): New function.
23145 (describe-function-1, describe-variable): Use it.
23146
23147 * faces.el (describe-face): Use describe-simplify-lib-file-name.
23148
23149 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
23150 Eliminate nil as possible value.
23151 (tooltip-hide-delay): Reduce internal-border-width.
23152
23153 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
23154 (menu-bar-file-menu) <new-file>: Likewise.
23155
23156 * simple.el (line-move-finish): Ignore fields computing LINE-END.
23157
23158 * international/mule.el (load-with-code-conversion):
23159 Pass full file name to `eval-buffer' unless preloading.
23160
23161 * textmodes/flyspell.el (flyspell-large-region):
23162 Call ispell-check-version.
23163
23164 * textmodes/ispell.el (ispell-local-dictionary-overridden):
23165 Fix the make-variable-buffer-local call that was supposed
23166 to be for this variable.
23167 (ispell-aspell-supports-utf8): Doc fix.
23168 (ispell-find-aspell-dictionaries): Preserve elements of
23169 ispell-dictionary-alist for dictionaries that aspell doesn't report.
23170 (ispell-aspell-find-dictionary): Return nil on error.
23171
23172 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
23173 (doctor-symptoms): Likewise.
23174
23175 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
23176
23177 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
23178
23179 * cus-edit.el (custom-button, custom-button-pressed): New vars.
23180 (custom-raised-buttons): Add :set spec.
23181 (custom-button-unraised, custom-button-pressed-unraised):
23182 New faces, so that custom-raised-buttons actually does something.
23183 (custom-mode): Use custom-button and custom-button-pressed.
23184
23185 * wid-edit.el (widget-specify-button): Don't ignore
23186 widget-mouse-face on graphic terminals.
23187 (widget-move-and-invoke): Cleanup.
23188
23189 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
23190
23191 * whitespace.el (whitespace-cleanup): Doc fix.
23192
23193 2005-10-23 Romain Francoise <romain@orebokech.com>
23194
23195 * emulation/viper.el (viper-set-hooks): Quote forms passed to
23196 `eval-after-load' to avoid evaluating their result.
23197
23198 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
23199
23200 * files.el (directory-listing-before-filename-regexp):
23201 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
23202
23203 * dired.el (dired-move-to-filename-regexp): Remove.
23204 All occurrences replaced by `directory-listing-before-filename-regexp'.
23205
23206 * dired-x.el, locate.el, vc.el:
23207 Replace `dired-move-to-filename-regexp' by
23208 `directory-listing-before-filename-regexp'. In vc.el it is
23209 overwritten locally; maybe this can be handled in files.el too.
23210
23211 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
23212 replaced by `directory-listing-before-filename-regexp'.
23213
23214 2005-10-23 Andreas Schwab <schwab@suse.de>
23215
23216 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
23217 and eval-next-after-load.
23218
23219 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
23220
23221 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
23222 exist, create it.
23223
23224 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
23225
23226 * allout.el: Remove autoloads for mailcrypt and crypt++.
23227 Require pgg, pgg-gpg during compilation.
23228 (allout-version): Increment version number to 2.1, and use a literal
23229 rather than RCS Id.
23230 (allout-default-encryption-scheme): Remove.
23231 (allout-passphrase-verifier-handling)
23232 (allout-passphrase-verifier-string)
23233 (allout-file-passphrase-verifier-string)
23234 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
23235 (allout-passphrase-hint-handling): Rename and simplify.
23236 (allout-init): Use `find-file-hook' if available, otherwise
23237 `find-file-hooks'.
23238 (allout-mode): Use `write-file-functions' if available, otherwise
23239 `local-write-file-hooks' and, instead of making auto-save-hook
23240 buffer local, make the write-file-hook activity contingent to
23241 allout-mode.
23242 (allout-mode): Use key-binding substitution in the docstring.
23243 (allout-kill-line): Spell-out kill ring data structure mutation
23244 instead of using byte-compiler-complaint-provoking `pop'.
23245 (allout-insert-listified): Use `insert' rather than `insert-string'
23246 (allout-toggle-current-subtree-encryption): Update docstring, adjust
23247 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
23248 (allout-encrypt-string): Totally revamped vis new underlying
23249 encryption facilities.
23250 (allout-mc-activate-passwd): Remove.
23251 (allout-obtain-passphrase): New, more or less replaces
23252 allout-mc-activate-passwd.
23253 (allout-encrypted-key-info): More or less replaces
23254 allout-encrypted-text-type.
23255 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
23256 (my-mark-marker): Use `(featurep 'xemacs)'.
23257
23258 2005-10-23 Lars Hansen <larsh@soem.dk>
23259
23260 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
23261 (byte-compile-file-form-defmumble, byte-compile-defun)
23262 (byte-compile-defmacro): Use it.
23263 (byte-compile-form): Don't call byte-compile-set-symbol-position
23264 when a byte-compile handler is called.
23265
23266 2005-10-22 Romain Francoise <romain@orebokech.com>
23267
23268 * savehist.el (savehist-history-variables): Add `grep-find-history'.
23269
23270 * subr.el (eval-after-load): Convert library name to an absolute
23271 file name using locate-library, since load-history no longer has
23272 library names in it.
23273
23274 2005-10-22 Richard M. Stallman <rms@gnu.org>
23275
23276 * files.el (make-temp-file): Move from subr.el.
23277 * subr.el (make-temp-file): Move to files.el.
23278
23279 * window.el (get-buffer-window-list): Move from subr.el.
23280 * subr.el (get-buffer-window-list): Move to window.el.
23281
23282 * image.el (image-load-path): Use eval-at-startup to initialize.
23283
23284 * subr.el (eval-at-startup): New macro.
23285
23286 * subr.el: Much rearrangement of functions and division
23287 into pages. No code changes.
23288
23289 2005-10-22 Kenichi Handa <handa@m17n.org>
23290
23291 * tar-mode.el (tar-extract): Be sure to call
23292 find-operation-coding-system if set-auto-coding doesn't find a
23293 coding system.
23294
23295 2005-10-22 Kim F. Storm <storm@cua.dk>
23296
23297 * image.el (image-type-header-regexps): Rename from image-type-regexps.
23298 Change users.
23299 (image-type-file-name-regexps): New defconst.
23300 (image-type-from-data): Simplify loop.
23301 (image-type-from-buffer): New defun.
23302 (image-type-from-file-header): Use it instead of image-type-from-data.
23303 Use image-search-load-path instead of only looking in data-directory.
23304 (image-type-from-file-name): New defun.
23305 (image-search-load-path): Change `pathname' to `filename'.
23306 Make PATH arg optional, default to image-load-path.
23307
23308 2005-10-21 Richard M. Stallman <rms@gnu.org>
23309
23310 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
23311
23312 * textmodes/paragraphs.el (sentence-end-base): New variable.
23313 (sentence-end): Use sentence-end-base.
23314
23315 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
23316
23317 * font-lock.el (font-lock-default-fontify-region): Check the multiline
23318 property independently from the font-lock-multiline variable.
23319
23320 2005-10-21 Richard M. Stallman <rms@gnu.org>
23321
23322 * emacs-lisp/find-func.el (find-library-name): Doc fix.
23323
23324 * startup.el (command-line): Convert library names
23325 in `load-history' to absolute file names.
23326
23327 * subr.el (symbol-file): Doc fix.
23328
23329 * loadhist.el (file-loadhist-lookup): Call locate-library
23330 instead of find-library-name. Don't try converting
23331 abs file names to library names, since load-history no longer
23332 has library names in it.
23333 (file-dependents, file-provides, file-requires): Doc fixes.
23334
23335 2005-10-21 Juri Linkov <juri@jurta.org>
23336
23337 * progmodes/etags.el (tags-table-mode): New function.
23338 (tags-verify-table): Replace initialize-new-tags-table with
23339 tags-table-mode.
23340
23341 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
23342 default value.
23343 (desktop-modes-not-to-save): Add tags-table-mode to the
23344 default value.
23345
23346 * info.el (Info-index-next): Add total number of index
23347 alternatives to the message.
23348
23349 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
23350 backward only space (instead of space and period) before looking
23351 at sentence end.
23352
23353 * simple.el (set-variable): Use user-variable-p instead of symbolp.
23354 Add the old variable value as 4th default-value arg of read-string.
23355
23356 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23357
23358 * cus-face.el (custom-declare-face): Make face from X resources
23359 also on Mac.
23360
23361 * disp-table.el (standard-display-g1, standard-display-graphic):
23362 Refuse to use string glyphs also on Mac.
23363 (standard-display-european): Don't set terminal coding system also
23364 on Mac.
23365
23366 * frame.el (display-screens): Use x-display-screens also on Mac.
23367
23368 2005-10-21 Romain Francoise <romain@orebokech.com>
23369
23370 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
23371
23372 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
23373
23374 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
23375 and $? into sexps.
23376
23377 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
23378 warning face on open-paren-in-column-0.
23379
23380 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
23381 boundary case. Fix typo.
23382 Suggested by Martin Rudalics <rudalics@gmx.at>.
23383
23384 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
23385
23386 * textmodes/org.el (org-combined-agenda-icalendar-file)
23387 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
23388 (org-export-icalendar-this-file)
23389 (org-export-icalendar-all-agenda-files)
23390 (org-export-icalendar-combine-agenda-files): New commands.
23391 (org-export-icalendar, org-print-icalendar-entries)
23392 (org-start-icalendar-file, org-finish-icalendar-file)
23393 (org-ical-ts-to-string): New functions.
23394 (org-read-date, org-goto-calendar)
23395 (org-agenda-goto-calendar): Inhibit displaying diary entries by
23396 call to `calendar'.
23397 (orgtbl-setup): Remove the :keys arguments from the menu description.
23398 (org-after-save-iCalendar-file-hook): New variable.
23399
23400 2005-10-21 Kenichi Handa <handa@m17n.org>
23401
23402 * language/vietnamese.el (tcvn-5712): Make it an alias of
23403 vietnamese-tcvn coding-system.
23404
23405 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
23406
23407 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
23408 group id is given.
23409
23410 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
23411
23412 * progmodes/sh-script.el (sh-escaped-line-re): New var.
23413 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
23414 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
23415 whose line is either continued or ends with a comment.
23416
23417 2005-10-20 Romain Francoise <romain@orebokech.com>
23418
23419 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
23420
23421 * replace.el (occur-engine): Add follow-link property.
23422
23423 * font-core.el (font-lock-mode): Doc fix.
23424
23425 2005-10-20 Richard M. Stallman <rms@gnu.org>
23426
23427 * net/rcirc.el: New file.
23428
23429 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
23430
23431 * term.el (term-term-name): Initialize to "eterm-color".
23432
23433 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
23434
23435 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
23436 for encryption functionality.
23437 Move allout customization subgroup from `editing' to `outlines' group.
23438 Fix commentary keywords to legitimate ones.
23439 Update author info (using my current email address, obscurified).
23440 (allout-encrypt-string, allout-encryption-produce-work-buffer)
23441 (allout-encrypted-topic-p, allout-encrypted-text-type)
23442 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
23443 (allout-situate-encryption-key-verifier)
23444 (allout-get-encryption-key-verifier, allout-verify-key)
23445 (allout-next-topic-pending-encryption)
23446 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
23447 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
23448 (outline-key-verifier-handling, outline-key-hint-handling)
23449 (outline-encrypt-unencrypted-on-saves): New defcustoms.
23450 (allout-file-key-verifier-string, allout-encryption-scheme)
23451 (allout-key-verifier-string, allout-key-hint-string)
23452 (allout-after-save-decrypt): New variables.
23453 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
23454 (allout-after-saves-handler): New hook functions.
23455 (allout-post-command-business): Do allout-after-save-decrypt.
23456 (allout-enable-file-variable-adjustment): Custom var to enable
23457 mechanism for adding and adjusting settings of Emacs file variables.
23458 (allout-adjust-file-variable, allout-file-vars-section-data):
23459 New functions, implement the mechanism.
23460 (outlineify-sticky): Use the file vars mechanism.
23461 (allout-inhibit-protection, allout-during-write-cue)
23462 (allout-override-protect, allout-before-change-protect): Remove.
23463 (allout-flag-region, allout-open-topic): Adjust read-only text.
23464 (allout-open-line-not-read-only): Add to facilitate read-only
23465 text based protection.
23466 (allout-kill-line): Revise to adjust read-only text, clue the
23467 user about the inhibition.
23468 (allout-unprotected): Use unwind-protect.
23469 (allout-shift-in, allout-shift-out): Disallow manually shifting a
23470 topic deeper than the offspring depth of the previous topic -
23471 avoiding confusing "containment discontinuities".
23472 (allout-reindent-bodies): Fix retention of body relative hanging
23473 indent during promotion of collapsed bodies.
23474 (allout-open-topic): Make it easy to open new topic with same
23475 bullet as current topic - topic creation functions provided with
23476 any universal argument provokes now prompt for bullet, defaulting
23477 to the bullet of the previous topic.
23478 (allout-plain-bullets-string, allout-distinctive-bullets-string):
23479 Plain bullet alternates `.' period and `,' comma only. All other
23480 bullets are relegated to special status (but customizable).
23481 (allout-end-of-entry): Rename from allout-end-of-current-entry
23482 since it actually operates w.r.t. most immediately containing
23483 entry, visible or not.
23484 (allout-hide-current-entry, allout-show-current-entry): Use the
23485 revised version.
23486 (allout-old-expose-topic): Solidify deprecation.
23487 (allout-end-of-subtree): Add so we can span concealed as well
23488 as visible topics.
23489 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
23490 (allout-end-of-current-heading): Tweak to just respect the first line.
23491 (allout-get-body-text): Add.
23492 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
23493 when invoked interactively.
23494 (allout-up-current-level): Use `interactive-p'.
23495 (allout-mode, allout-init): Miscellaneous docstring and
23496 operational refinements, as well as hookups of new encryption stuff.
23497 (allout-beginning-of-current-entry): Now works as advertised.
23498 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
23499 (allout-isearch-rectification): Refine condition for isearching.
23500 (allout-isearch-abort, allout-enwrap-isearch)
23501 (allout-flag-region, my-region-active-p): Relocate some macros.
23502 (allout-title): Fallback title is (buffer-name), not
23503 non-existing (current-buffer-name).
23504 (subst-char-in-string): Define if absent (for some XEmacs versions).
23505
23506 2005-10-20 Jari Aalto <jari.aalto@cante.net>
23507
23508 * mail/sendmail.el (mail-setup-hook, mail-aliases)
23509 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
23510 (mail-citation-prefix-regexp, mail-signature-file)
23511 (mail-default-headers, mail-bury-selects-summary)
23512 (mail-send-nonascii): Add autoload cookies.
23513
23514 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23515
23516 * frame.el (blink-cursor-mode): Add `mac' to the list of
23517 window-system's that support blinking cursor.
23518
23519 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
23520
23521 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
23522
23523 2005-10-20 Eli Zaretskii <eliz@gnu.org>
23524
23525 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
23526 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
23527 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
23528
23529 2005-10-20 Kim F. Storm <storm@cua.dk>
23530
23531 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
23532 (ido-set-current-directory): Don't add / after final @.
23533 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
23534 Explicitly handle ange-ftp completion oddities.
23535 (ido-make-file-list): Don't rotate list at tramp root to avoid
23536 triggering tramp file handler for expand-file-name via get-file-buffer.
23537
23538 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
23539
23540 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
23541
23542 2005-10-19 Jay Belanger <belanger@truman.edu>
23543
23544 * calc/calc-units.el (math-standard-units): Add units, adjust
23545 symbols and update values.
23546 (math-unit-prefixes): Add more prefixes.
23547
23548 2005-10-19 Romain Francoise <romain@orebokech.com>
23549
23550 * bookmark.el (bookmark-menu-heading): New face.
23551 (bookmark-bmenu-list): Use it.
23552 Don't fiddle with `baud-rate' at top-level.
23553
23554 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
23555
23556 * image.el (create-image, find-image): Mention max-image-size in
23557 docstring.
23558
23559 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
23560
23561 * savehist.el (savehist-load): Revert to checking XEmacs.
23562
23563 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
23564 Various docstring and line-width fixups.
23565 (conf-mode): Use cond.
23566 Set font-lock-defaults. Don't set comment-use-syntax.
23567
23568 2005-10-18 David Ponce <david@dponce.com>
23569
23570 * tree-widget.el (tree-widget-button-click): New function.
23571 (tree-widget-button-keymap): Use it.
23572
23573 2005-10-18 Romain Francoise <romain@orebokech.com>
23574
23575 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
23576 (bookmark-bmenu-hide-filenames): Add follow-link property.
23577 Improve help-echo text.
23578
23579 * ffap.el (find-file-at-point): Doc fix.
23580
23581 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23582
23583 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
23584
23585 2005-10-18 Masatake YAMATO <jet@gyve.org>
23586
23587 Install to the CVS repository what I forgot to install in my
23588 2005-10-16 changes.
23589
23590 * progmodes/python.el (python-complete-symbol): Pass the common
23591 prefix substring of completion to `display-completion-list'.
23592
23593 * textmodes/org.el (org-complete): Ditto.
23594
23595 2005-10-18 Masatake YAMATO <jet@gyve.org>
23596
23597 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
23598
23599 * woman.el (WoMan-xref-man-page): New button type derived
23600 from `Man-abstract-xref-man-page'.
23601 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
23602
23603 * man.el (Man-abstract-xref-man-page): New button type.
23604 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
23605 (Man-highlight-references): Add new optional argument `xref-man-type'.
23606
23607 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23608
23609 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
23610
23611 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
23612
23613 * cus-edit.el (Custom-move-and-invoke): Delete.
23614 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
23615
23616 * wid-edit.el (widget-move-and-invoke): New function, from
23617 Custom-move-and-invoke.
23618
23619 2005-10-17 Bill Wohler <wohler@newt.com>
23620
23621 Move all remaining images from lisp/toolbar to etc/images, move
23622 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
23623 the low resolution images in their own directory (low-color).
23624
23625 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
23626 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
23627 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
23628 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
23629 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
23630 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
23631 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
23632
23633 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
23634 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
23635 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
23636 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
23637 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
23638 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
23639 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
23640 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
23641 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
23642 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
23643 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
23644 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
23645 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
23646 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
23647 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
23648
23649 To conform with convention, replace the underscore (_) in the
23650 following image names with dash (-) or (/) as appropriate.
23651
23652 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
23653 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
23654 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
23655 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
23656 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
23657 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
23658 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
23659 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
23660 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
23661 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
23662 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
23663 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
23664 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
23665 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
23666 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
23667
23668 * info.el (info-tool-bar-map): Replace underscores in image names
23669 with dashes.
23670
23671 * makefile.w32-in (WINS): Remove toolbar.
23672
23673 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
23674
23675 * tool-bar.el: Move to lisp from toolbar. Now that
23676 toolbar is empty, it should be deleted when folks run "cvs up -P".
23677
23678 2005-10-18 Jay Belanger <belanger@truman.edu>
23679
23680 * calc/calc-store.el (calc-store-into): Get the proper variable name
23681 to display in message.
23682
23683 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23684
23685 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
23686 expressions display in speedbar for all buffers when debugging.
23687 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
23688
23689 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
23690 (speedbar-insert-button, speedbar-make-button):
23691 Use add-text-properties.
23692 (speedbar-update-localized-contents)
23693 (speedbar-update-directory-contents)
23694 (speedbar-update-special-contents): Use dolist.
23695 (speedbar-buffer-easymenu-definition): Add a menu separator.
23696
23697 2005-10-17 Jason Rumney <jasonr@gnu.org>
23698
23699 * makefile.w32-in: Use $(lisp) consistently.
23700 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
23701 for shell specific generation of mh-autoloads.
23702
23703 2005-10-17 Richard M. Stallman <rms@gnu.org>
23704
23705 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
23706
23707 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
23708
23709 * jit-lock.el (jit-lock-fontify-now):
23710 Move jit-lock-context-unfontify-pos to avoid wasted work.
23711
23712 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
23713
23714 * net/tramp.el (tramp-completion-mode): New defvar. Used in
23715 `tramp-completion-mode' for checking if we are in completion mode.
23716 (tramp-completion-handle-file-name-all-completions): Reorder code
23717 in order to complete for file names only in case there are no
23718 method/user/host completions. This is necessary for cooperation
23719 with ido. Reported by Kim F. Storm <storm@cua.dk>.
23720
23721 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
23722
23723 * longlines.el (longlines-search-forward)
23724 (longlines-search-backward): Match any number of spaces.
23725
23726 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
23727
23728 * diff-mode.el (diff-mode): Doc fix.
23729
23730 2005-10-16 David Reitter <david.reitter@gmail.com>
23731
23732 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
23733 as default on darwin and windows systems.
23734
23735 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
23736
23737 * arc-mode.el (archive-zip-extract): Doc fix.
23738
23739 2005-10-16 Romain Francoise <romain@orebokech.com>
23740
23741 * mouse.el (mouse-1-click-follows-link): Doc fix.
23742
23743 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23744
23745 * savehist.el: Don't require CL at runtime.
23746 (savehist-xemacs): Remove.
23747 (savehist-coding-system): Use utf-8 if present, regardless of religion.
23748 (savehist-no-conversion): Use (featurep 'xemacs).
23749 (savehist-load): Check existence of start-itimer rather than XEmacs.
23750 Use an idle timer.
23751 (savehist-process-for-saving): Replace use of CL funs `subseq' and
23752 `delete-if-not'.
23753
23754 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
23755
23756 * savehist.el: Newer version.
23757 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
23758 (savehist-last-checksum, savehist-no-conversion): New vars.
23759 (savehist-autosave, savehist-process-for-saving, savehist-printable):
23760 New functions.
23761 (savehist-load, savehist-save): Use them.
23762 (savehist-delimit): Remove.
23763
23764 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23765
23766 * progmodes/compile.el (compilation-goto-locus): Display the
23767 compilation buffer first and the source buffer second, in case they're
23768 in overlapping frames. Don't raise the compilation frame if it was the
23769 selected window upon entry. Pass the `other-window' arg to
23770 pop-to-buffer.
23771
23772 * info.el (Info-fontify-node): Use dolist.
23773 Change add-text-properties to put-text-property.
23774
23775 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23776
23777 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
23778 bound of search.
23779
23780 2005-10-16 Masatake YAMATO <jet@gyve.org>
23781
23782 * dabbrev.el (dabbrev-completion): Pass the common
23783 prefix substring of completion to `display-completion-list'.
23784
23785 * filecache.el (file-cache-minibuffer-complete)
23786 (file-cache-complete): Ditto.
23787
23788 * tempo.el (tempo-display-completions): Ditto.
23789
23790 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
23791
23792 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
23793
23794 * eshell/em-hist.el (eshell-list-history): Ditto.
23795
23796 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
23797
23798 * mail/mailalias.el (mail-complete): Ditto.
23799
23800 * progmodes/etags.el (complete-tag): Ditto.
23801
23802 * progmodes/make-mode.el (makefile-complete): Ditto.
23803
23804 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
23805
23806 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
23807
23808 * progmodes/pascal.el (pascal-complete-word)
23809 (pascal-show-completions): Ditto.
23810
23811 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
23812
23813 * simple.el (completion-common-substring): New variable.
23814 (completion-setup-function): Use `completion-common-substring'
23815 to put faces.
23816
23817 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23818
23819 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
23820 (x-get-selection, mac-select-convert-to-string): Convert from/to
23821 UTF-16 clipboard data as in native byte order, no BOM.
23822
23823 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
23824
23825 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23826 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
23827 (gud-sentinel): Use speedbar-frame to check for speedbar.
23828
23829 2005-10-15 Richard M. Stallman <rms@gnu.org>
23830
23831 * savehist.el: New file.
23832
23833 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
23834
23835 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
23836 Fix bug in \bf fontification.
23837
23838 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
23839
23840 * pcvs.el (cvs-edit-log-files): New var.
23841 (cvs-mode-edit-log): New arg `file'.
23842 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
23843 Instead force the use of the original file and nothing else.
23844 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
23845 the cvs-minor-wrap-function is set.
23846 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
23847
23848 2005-10-14 Bill Wohler <wohler@newt.com>
23849
23850 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
23851 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
23852 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
23853 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
23854 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
23855 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
23856 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
23857 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
23858 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
23859 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
23860 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
23861 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
23862 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
23863 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
23864 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
23865
23866 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23867 appropriately (for example, gud-break to gud/break).
23868
23869 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
23870
23871 * longlines.el (longlinges-search-function)
23872 (longlines-search-forward, longlines-search-backward): New functions.
23873 (longlines-mode): Set isearch-search-fun-function to
23874 longlinges-search-function.
23875
23876 * mouse.el (mouse-drag-region-1): Handle the case where a
23877 double-click event is bound to an arbitrary function.
23878
23879 2005-10-14 David Ponce <david@dponce.com>
23880
23881 * recentf.el (recentf-track-opened-file)
23882 (recentf-track-closed-file, recentf-update-menu)
23883 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
23884 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
23885 mouse-1-click-follows-link.
23886
23887 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23888
23889 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
23890 Gnome file-manager.png. Suggested by
23891 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
23892
23893 * toolbar/README: Add diropen.xpm.
23894
23895 2005-10-13 Bill Wohler <wohler@newt.com>
23896
23897 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
23898 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
23899
23900 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
23901
23902 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
23903 Don't waste the byte-compiler's time on constant data.
23904
23905 2005-10-13 Kenichi Handa <handa@m17n.org>
23906
23907 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
23908 byte with `escape-glyph' face.
23909
23910 * international/fontset.el (ccl-encode-unicode-font):
23911 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
23912 Handle the case that ucs-mule-to-mule-unicode translates a character to
23913 ASCII (usually for IPA characters).
23914
23915 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23916
23917 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
23918 Don't hide the underline of titles if font-lock-mode is disabled.
23919
23920 2005-10-12 Bill Wohler <wohler@newt.com>
23921
23922 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
23923 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23924 files in MH-E-SRC have been updated.
23925 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
23926
23927 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23928
23929 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
23930 (mixal-mode-syntax-table): Add \n as end-comment.
23931 (mixal-operation-codes-alist): Immediately initialize to full value.
23932 (mixal-add-operation-code): Remove.
23933 (mixal-describe-operation-code): Make the arg non-optional.
23934 Use the interactive spec instead.
23935 Use mixal-operation-codes-alist rather than mixal-operation-codes.
23936 (mixal-font-lock-keywords): Don't highlight comments here any more.
23937 (mixal-font-lock-syntactic-keywords): New var.
23938 (mixal-mode): Use it. Fix comment-start-skip.
23939
23940 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23941
23942 * startup.el (command-line-x-option-alist): -nb => -nbi.
23943
23944 2005-10-12 Kim F. Storm <storm@cua.dk>
23945
23946 * startup.el (fancy-splash-default-action): Discard mouse click in
23947 the splash screen window, as it has no sensible meaning in the
23948 next window to be selected. Fixes error reported by Jan D.
23949
23950 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
23951
23952 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
23953
23954 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
23955
23956 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
23957 Try to fix up minor layout issues like indentation, line break, etc...
23958 (mixal-mode-syntax-table): Don't try to specify comment syntax,
23959 because it doesn't work.
23960 (mixal-operation-codes): Add some more codes.
23961 (mixal-font-lock-keywords): Process comments here.
23962 (mixal-mode): mixasm no longer needs -g option.
23963
23964 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
23965
23966 * progmodes/sh-script.el (sh-tmp-file):
23967 Use mktemp -t. Finish support for es and rc shells.
23968
23969 2005-10-11 Jay Belanger <belanger@truman.edu>
23970
23971 * calc/calcalg2.el (calc-integral): With an argument, compute the
23972 definite integral.
23973
23974 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
23975
23976 * mouse.el (mouse-drag-region-1): Don't try to catch a
23977 double-click when doing follow-link (it's overridden anyway).
23978
23979 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
23980
23981 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
23982 (autoload-print-form-outbuf): Add docstring.
23983
23984 2005-10-11 Juri Linkov <juri@jurta.org>
23985
23986 * info.el (Info-mode-menu): Delete menu item "Edit".
23987 (Info-mode): Delete description of Info-edit from docstring,
23988 and rearrange descriptions of Info commands in the order
23989 they are documented in the Info manual.
23990
23991 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
23992
23993 * calendar/appt.el (appt-check): Use diary-selective-display var.
23994
23995 2005-10-10 Richard M. Stallman <rms@gnu.org>
23996
23997 * net/newsticker.el (newsticker-start, newsticker-show-news):
23998 Add autoload cookies.
23999
24000 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
24001
24002 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
24003
24004 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
24005
24006 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
24007
24008 2005-10-10 Jay Belanger <belanger@truman.edu>
24009
24010 * calc/calc-arith.el (math-check-known-scalarp)
24011 (math-check-known-matrixp): Check the values of arguments that are
24012 variables.
24013 (math-check-known-square-matrixp): New function.
24014 (math-known-square-matrixp): Use math-check-known-square-matrixp.
24015 (math-super-types): Add sqmatrix type.
24016
24017 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
24018 mode name `square' to `sqmatrix'.
24019
24020 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
24021 mode name `square' to `sqmatrix'.
24022
24023 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
24024
24025 * progmodes/etags.el (select-tags-table-mode): Don't use
24026 selective-display.
24027 (tags-select-tags-table): Pass `button' to the action function.
24028 (select-tags-table): Place the side-info on button properties rather
24029 than in hidden text. Abbreviate file names.
24030 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
24031 (select-tags-table-select): Add `button' argument.
24032 Get side-info from the button property rather than from hidden text.
24033
24034 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
24035
24036 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
24037 (gud-speedbar-buttons): Preserve point if possible.
24038 (gud-sentinel): Restore previous speedbar display type.
24039
24040 * progmodes/gdb-ui.el (gdba): Improve diagram.
24041 (def-gdb-auto-update-handler, gdb-info-locals-handler)
24042 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
24043 Call get-buffer-window once.
24044
24045 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
24046
24047 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
24048 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
24049 (pascal-indent-command): Remove unused var `ind'.
24050 (pascal-indent-case): Remove unused var `oldpos'.
24051 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
24052 since it's now used as a proper minor mode map.
24053 (pascal-outline): Rename to pascal-outline-mode.
24054 (pascal-outline-mode): Use define-minor-mode.
24055 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
24056 selective-display.
24057
24058 2005-10-10 Andreas Schwab <schwab@suse.de>
24059
24060 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
24061 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
24062
24063 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
24064 outside source directory.
24065
24066 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
24067
24068 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
24069 C-x' as a prefix.
24070 (orgtbl-mode-map): Full keymap instead of sparse, because all
24071 `self-insert-command' keys are redefined in this map.
24072 (org-export-as-html): Specify charset for HTML file, by taking it
24073 from the coding system.
24074
24075 2005-10-10 Kenichi Handa <handa@m17n.org>
24076
24077 * textmodes/flyspell.el (flyspell-check-word-p):
24078 If unread-command-events is non-empty, don't call sit-for.
24079
24080 2005-10-09 Richard M. Stallman <rms@gnu.org>
24081
24082 * font-lock.el (font-lock-syntactic-keywords)
24083 (font-lock-keywords): Doc fixes.
24084
24085 * textmodes/flyspell.el (flyspell-external-point-words):
24086 Simplify logic, and don't try to check for consecutive appearances
24087 of one incorrect word.
24088
24089 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
24090
24091 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
24092 separator.
24093
24094 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
24095 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
24096 (gud-expansion-speedbar-buttons): New function.
24097 (gud-speedbar-buttons): Check for gud-comint-buffer.
24098
24099 2005-10-09 Bill Wohler <wohler@newt.com>
24100
24101 * Makefile.in (updates): Add mh-loaddefs dependency.
24102
24103 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
24104
24105 * speedbar.el (speedbar-file-key-map): Fix typo.
24106
24107 2005-10-09 Daniel Brockman <daniel@brockman.se>
24108
24109 * cus-start.el (line-spacing): Add custom spec.
24110
24111 2005-10-09 Romain Francoise <romain@orebokech.com>
24112
24113 * textmodes/ispell.el (ispell-check-version): Fix last change.
24114
24115 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24116
24117 * term/x-win.el: Remove -i, --icon-type from comment.
24118
24119 * startup.el (command-line-x-option-alist): Remove options -i,
24120 -itype, --icon-type, added -nb, --no-bitmap-icon.
24121
24122 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
24123
24124 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
24125 instead of :active.
24126
24127 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
24128
24129 * textmodes/ispell.el (ispell-check-version):
24130 Ignore hyphen, and all that follows, in aspell's version text.
24131
24132 2005-10-08 Jay Belanger <belanger@truman.edu>
24133
24134 * calc/calc-arith.el (math-known-square-matrixp): New function.
24135 (math-pow-fancy): Check for matrices before distributing exponent
24136 across products.
24137
24138 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
24139 fullscreen keypad. Suggested by Luc Teirlinck.
24140 (calc-keypad-show-input): Add space for formatting.
24141
24142 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
24143 Add square matrix option.
24144
24145 * calc/calc-poly.el (math-expand-term): Check for matrices instead
24146 of checking calc-matrix-mode when deciding how to expand.
24147
24148 * calc/calc.el (calc-set-mode-line): Add square matrix option.
24149
24150 2005-10-08 Lars Hansen <larsh@soem.dk>
24151
24152 * net/tramp.el (tramp-perl-directory-files-and-attributes):
24153 Add error handling.
24154 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
24155
24156 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
24157
24158 Sync with Tramp 2.0.51.
24159
24160 * net/tramp.el (tramp-handle-set-visited-file-modtime)
24161 (tramp-handle-insert-file-contents, tramp-handle-write-region):
24162 Insert special handling for `last-coding-system-used', again
24163 it still seems to be necessary (unlike stated before).
24164 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
24165 (tramp-password-prompt-regexp): There might be other words before
24166 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
24167 (tramp-chunksize): Improve docstring.
24168 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
24169 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
24170 Christian Joergensen <bugs@razor.dk>.
24171
24172 2005-10-07 Glenn Morris <rgm@gnu.org>
24173
24174 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
24175 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
24176 precision'.
24177
24178 2005-10-07 Romain Francoise <romain@orebokech.com>
24179
24180 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
24181 (ibuffer-do-shell-command-pipe-replace)
24182 (ibuffer-do-shell-command-file, ibuffer-do-eval)
24183 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
24184 (ibuffer-do-revert, ibuffer-do-replace-regexp)
24185 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
24186 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
24187 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
24188 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
24189 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
24190 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
24191 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
24192 Autoload file sans suffix.
24193
24194 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
24195
24196 2005-10-07 David Ponce <david@dponce.com>
24197
24198 * recentf.el (recentf-menu-open-all-flag): New option.
24199 (recentf-digit-shortcut-command-name): New function.
24200 (recentf--shortcuts-keymap): New variable.
24201 (recentf-menu-shortcuts): New variable.
24202 (recentf-make-menu-items): Initialize it. Replace the "More..."
24203 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
24204 (recentf-menu-value-shortcut): New function.
24205 (recentf-make-menu-item): Use it. No more in-lined.
24206 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
24207 (recentf-open-most-recent-file): Rename from
24208 `recentf-open-file-with-key'. Don't depend on key binding.
24209 (recentf-mode-map): New variable.
24210 (recentf-mode): Use it.
24211
24212 2005-10-06 Bill Wohler <wohler@newt.com>
24213
24214 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
24215
24216 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
24217 (MH-E-SRC): New. Used by mh-autoloads.
24218 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
24219 files in MH-E-SRC have been updated.
24220 (compile, recompile, bootstrap): Depend on mh-autoloads.
24221
24222 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
24223
24224 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
24225 gud-break and gud-remove icons when the fringe is not available.
24226
24227 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
24228 Typo.
24229
24230 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
24231
24232 * play/zone.el (zone): Wrap body with save-window-excursion.
24233
24234 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
24235
24236 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
24237 Use the new `list-only' arg to diary-list-entries.
24238
24239 * calendar/diary-lib.el: Use overlays rather than selective-display.
24240 (diary-selective-display): New var.
24241 (diary-header-line-format): Use it.
24242 (diary-list-entries): Add argument `list-only'.
24243 Put the buffer in diary-mode. Don't add \^M at beg and end.
24244 Replace \^M by invisible overlays.
24245 (diary-unhide-everything): Replace \^M by invisible overlays.
24246 (print-diary-entries): Look for overlays rather than \^M.
24247 Add a space to the temp buffer name.
24248 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
24249 Put the buffer in diary-mode.
24250 (list-sexp-diary-entries): Replace \^M by invisible overlays.
24251 (diary-anniversary): Make the year arg optional.
24252 (diary-time-regexp): New const.
24253 (diary-font-lock-keywords): Use it to accept a few more time formats.
24254
24255 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
24256
24257 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
24258
24259 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
24260 Fix bug introduced 2005-07-03: Use (car (last ...))
24261 to faithfully reproduce replaced artist-last.
24262 (artist-set-arrow-points-for-poly): Likewise.
24263 Suggested by Johan Bockg\e,Ae\e(Brd.
24264
24265 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
24266
24267 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
24268 * wid-edit.el (widget):
24269 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
24270 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
24271
24272 2005-10-06 Kenichi Handa <handa@m17n.org>
24273
24274 * international/mule-cmds.el (set-language-environment):
24275 Fix setting up of case-table for unibyte mode.
24276
24277 * simple.el (what-cursor-position): If the character is displayed
24278 by some `display' text property, show that. Don't use
24279 single-key-description for eight-bit characters in multibyte mode.
24280
24281 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
24282
24283 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
24284 (gdb-ann3): Set it.
24285 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
24286 (gdb-info-frames-custom): Use inverse-video for first five
24287 characters of selected frame only.
24288 (gdb-get-frame-number): Select frame even when point is on frame
24289 number.
24290
24291 2005-10-06 Masatake YAMATO <jet@gyve.org>
24292
24293 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
24294 Put `font-lock-function-name-face'.
24295 (gdb-info-frames-custom): Put `font-lock-function-name-face'
24296 and `font-lock-variable-name-face'
24297 (gdb-registers-font-lock-keywords): New font lock keywords definition.
24298 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
24299 (gdb-memory-font-lock-keywords): New font lock keywords definition.
24300 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
24301 (gdb-local-font-lock-keywords): New font lock keywords definition.
24302 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
24303 (gdb-threads-font-lock-keywords): New font lock keywords definition.
24304 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
24305
24306 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
24307
24308 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
24309 (ediff-merge-region-is-non-clash-to-skip): Previously called
24310 ediff-merge-region-is-non-clash.
24311
24312 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
24313 Use insert-buffer-substring.
24314
24315 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
24316 selecting files to patch. Also bug fixes.
24317
24318 * ediff-util.el (ediff-setup): Bug fix.
24319 (ediff-next-difference): Never skip clashes that differ in white
24320 space only.
24321
24322 * ediff-wind.el (ediff-setup-control-frame)
24323 (ediff-destroy-control-frame): Check the menubar feature.
24324
24325 * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
24326 (viper-refresh-mode-line): Use make-local-variable to localize
24327 some vars instead of make-variable-buffer-local. Suggested by
24328 Stefan Monnier.
24329
24330 * emulation/viper-init.el (viper-make-variable-buffer-local):
24331 Delete alias.
24332 (viper-restore-cursor-type, viper-set-insert-cursor-type):
24333 Use make-local-variable instead of make-variable-buffer-local.
24334 Suggested by Stefan Monnier.
24335
24336 * emulation/viper.el (viper-mode): Don't use
24337 viper-make-variable-buffer-local.
24338 (viper-comint-mode-hook): Use make-local-variable on
24339 require-final-newline.
24340 (viper-non-hook-settings): Don't use make-variable-buffer-local.
24341
24342 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
24343
24344 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
24345 also the second char of a comment-start sequence.
24346 (scheme-sexp-comment-syntax-table): New var.
24347 (lambda, define): Set their scheme-doc-string-elt property.
24348 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
24349 Use lisp-font-lock-syntactic-face-function now that it properly
24350 handles |...| symbols.
24351 (scheme-mode-variables): Set lisp-doc-string-elt-property,
24352 parse-sexp-lookup-properties and font-lock-extra-managed-props.
24353
24354 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
24355 bit from # to |.
24356 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
24357
24358 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
24359 (lisp-doc-string-elt-property): New var.
24360 (lisp-font-lock-syntactic-face-function): Use it.
24361 Rewrite to recognize docstrings even for forms not at toplevel.
24362
24363 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
24364 annotation on the | part of #| rather than on the # part.
24365 (scheme-font-lock-syntactic-face-function): New function, to
24366 distinguish strings from |...| symbols.
24367 (scheme-mode-variables): Use it. Also fix up the font-lock-time
24368 syntax-table so that #|...|# is properly highlighted.
24369
24370 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
24371 Don't mark as docstring the 3rd elem of an unknown toplevel form.
24372
24373 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
24374
24375 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
24376 and C-e.
24377
24378 * emacs-lisp/eldoc.el: Move comments into docstrings.
24379 (eldoc-message-commands): Initialize in its declaration.
24380 Add move-beginning-of-line and move-end-of-line.
24381 (eldoc-add-command, eldoc-add-command-completions)
24382 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
24383
24384 * outline.el (outline-mark-subtree): Activate the mark.
24385
24386 * calendar/appt.el (appt-time-regexp): New var.
24387 (appt-add, appt-make-list): Use it.
24388 (appt-convert-time): Clean up.
24389
24390 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
24391 Don't set any syntax-table property here.
24392 (tex-font-lock-verb): New function. Do it here.
24393 (tex-font-lock-syntactic-keywords): Use it.
24394
24395 2005-10-04 Richard M. Stallman <rms@gnu.org>
24396
24397 * wid-edit.el (widget-file-complete): Get the widget start point
24398 the right way. Default directory to `/' if file has none.
24399
24400 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
24401
24402 * textmodes/flyspell.el (flyspell-mode-on):
24403 Call ispell-maybe-find-aspell-dictionaries.
24404
24405 * textmodes/ispell.el (ispell-word, ispell-region):
24406 Call ispell-maybe-find-aspell-dictionaries.
24407 (ispell-accept-buffer-local-defs):
24408 Don't call ispell-maybe-find-aspell-dictionaries.
24409
24410 2005-10-04 Richard M. Stallman <rms@gnu.org>
24411
24412 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
24413
24414 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
24415
24416 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
24417 instead of `fboundp' in order to allow for anonymous functions.
24418
24419 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
24420
24421 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
24422 case the user clicks on the link while another window is selected.
24423 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
24424
24425 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
24426 functionality.
24427 (dframe-help-echo): Save point in case mouse tracking is off.
24428
24429 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
24430
24431 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
24432
24433 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24434
24435 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
24436 not change the global value of those vars.
24437
24438 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
24439 make-local-variable which we do not need any more.
24440
24441 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
24442
24443 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
24444 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
24445 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
24446 (speedbar-path-line): Define obsolete aliases.
24447 (speedbar-line-directory): Doc fix.
24448
24449 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
24450 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
24451 instead of speedbar-line-path.
24452
24453 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24454
24455 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
24456 to nil if dropping on a window. Handle dropping on a minibuffer window
24457 like dropping on a non-window part of Emacs.
24458
24459 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24460
24461 * net/ange-ftp.el: Use with-current-buffer.
24462 (ange-ftp-insert-directory): Do not follow symlinks any more.
24463
24464 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
24465 Remove interactive spec.
24466
24467 2005-10-03 Kim F. Storm <storm@cua.dk>
24468
24469 * ido.el (ido-mode): Use custom-initialize-set.
24470
24471 2005-10-02 Richard M. Stallman <rms@gnu.org>
24472
24473 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
24474 Use insert-buffer-substring.
24475
24476 * net/tramp.el: Pacify byte compiler warnings in pacification code.
24477 (tramp-handle-file-local-copy): Use insert-buffer-substring.
24478
24479 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
24480
24481 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
24482 in last change.
24483 (ange-ftp-insert-directory): Fix up the search for the case where
24484 `file' is absolute.
24485
24486 2005-10-02 Romain Francoise <romain@orebokech.com>
24487
24488 * progmodes/compile.el (compile-goto-error): Delete extra paren.
24489
24490 2005-10-02 Andreas Schwab <schwab@suse.de>
24491
24492 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
24493 directory component in the session info.
24494
24495 2005-10-01 Richard M. Stallman <rms@gnu.org>
24496
24497 * comint.el (comint-redirect-subvert-readonly): Doc fix.
24498
24499 * simple.el (next-error-internal): New function.
24500
24501 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
24502 (compilation-start): Pass new arg to compilation-buffer-name.
24503 (compile-goto-error): Use next-error-internal.
24504
24505 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24506
24507 * speedbar.el: Remove RCS tag.
24508 (speedbar-check-read-only): Handle non-existent files.
24509
24510 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
24511
24512 * info.el (Info-speedbar-hierarchy-buttons)
24513 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
24514
24515 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24516
24517 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
24518 Do not match newline.
24519 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
24520 (bibtex-summary): Remove unnecessary save-excursion.
24521 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
24522
24523 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24524
24525 * term/mac-win.el: Add charset info for "iso10646-1".
24526 Modify default fontset to use ATSUI-compatible fonts for some charsets
24527 if available.
24528
24529 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24530
24531 * speedbar.el: Re-apply arch tag.
24532 (speedbar-version): Rename to version 1.0. Suggested by Eric
24533 M. Ludlam.
24534 Reapply two changes from Emacs CVS' version of speedbar lost
24535 during the merge:
24536 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
24537 (speedbar-frame-parameters): Improve customize type.
24538
24539 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
24540
24541 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
24542 (ange-ftp-file-directory-p): Fix the symlink case.
24543 (ange-ftp-insert-directory): When listing a single file, get a list of
24544 the parent buffer and extract the relevant line. Inspired from a patch
24545 by Katsumi Yamaoka <yamaoka@jpl.org>.
24546 (ange-ftp-file-name-sans-versions): Simplify.
24547
24548 2005-09-30 Bill Wohler <wohler@newt.com>
24549
24550 Move MH-E image files from toolbar and mail directories into
24551 etc/images.
24552
24553 * mail/reply2.*: Move to etc/images/mail/reply*.
24554
24555 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
24556 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
24557 etc/images.
24558
24559 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
24560 * toolbar/reply*: Move to etc/images/mail.
24561
24562 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
24563
24564 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
24565
24566 * speedbar.el: New version 1.0pre3.
24567
24568 Frame management code (including timer, and mouse click specifics)
24569 moved to dframe.el:
24570 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
24571 (speedbar-timer): Removed. Use dframe-timer.
24572 (speedbar-close-frame): Removed. Use dframe-close-frame.
24573 (speedbar-activity-change-focus-flag): Removed. Use
24574 dframe-activity-change-focus-flag.
24575 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
24576 dframe-update-speed.
24577
24578 (speedbar-current-frame): New macro. Use this instead of the
24579 variable speedbar-frame.
24580
24581 (speedbar-use-images, speedbar-expand-image-button-alist)
24582 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
24583
24584 (speedbar-find-image-on-load-path): Removed. Replaced by
24585 defezimage in ezimage.el.
24586 (speedbar-expand-image-button-alist): Removed. Replaced by
24587 ezimage-expand-image-button-alist in ezimage.el.
24588
24589 (speedbar-ignored-directory-regexp)
24590 (speedbar-add-ignored-directory-regexp)
24591 (speedbar-ignored-directory-expressions)
24592 (speedbar-line-directory, speedbar-buffers-line-directory)
24593 (speedbar-directory-line, speedbar-buffers-line-directory):
24594 Renamed, replacing `path' with `directory'.
24595
24596 (speedbar-create-directory, speedbar-expand-line-descendants)
24597 (speedbar-toggle-line-expansion)
24598 (speedbar-contract-line-descendants): New commands.
24599
24600 (speedbar-query-confirmation-method, speedbar-select-frame-method)
24601 (speedbar-use-tool-tips-flag): New options.
24602
24603 (speedbar-check-read-only, speedbar-require-version)
24604 (speedbar-insert-separator, speedbar-buffers-tail-notes)
24605 (speedbar-handle-delete-frame, speedbar-try-completion)
24606 (speedbar-update-localized-contents): New functions.
24607
24608 (speedbar-incompatible-version, speedbar-ro-to-do-point)
24609 (speedbar-object-read-only-indicator): New variables.
24610
24611 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
24612 New hooks.
24613
24614 (speedbar-separator-face): New face.
24615
24616 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
24617 (speedbar-ignored-modes): Add fundamental-mode.
24618 (speedbar-directory-unshown-regexp): Add . directories.
24619
24620 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
24621 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
24622 `]' for full expand/close.
24623 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
24624
24625 (speedbar-check-vc): Support hidden files.
24626 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
24627 (speedbar-this-file-in-vc): Use vc-state if available. If VC
24628 state is nil, it is not checked out.
24629
24630 (speedbar-line-text, speedbar-line-token): Support expand buttons
24631 with no text.
24632 (speedbar-refresh): Universal argument acts as power-click.
24633 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
24634 that buffer to get variable values.
24635
24636 And many other bugfixes.
24637
24638 * dframe.el, ezimage.el, sb-image.el: New files.
24639
24640 * sb-*.xpm: Remove files. New image files installed into
24641 etc/images/ezimage.
24642
24643 2005-09-30 Kenichi Handa <handa@m17n.org>
24644
24645 * ps-mule.el (ps-mule-show-warning): If a character is in
24646 ps-print-translation-table, don't treat it as non-printable.
24647
24648 2005-09-30 David Ponce <david@dponce.com>
24649
24650 * tree-widget.el (tree-widget-themes-load-path): New variable.
24651 (tree-widget-themes-directory): Doc fix.
24652 (tree-widget-image-formats) [Emacs]: Doc fix.
24653 (tree-widget--locate-sub-directory): New function.
24654 (tree-widget-themes-directory): Use it.
24655
24656 * recentf.el (recentf-filename-handlers): Rename from
24657 `recentf-filename-handler'. Allow a list of functions.
24658 (recentf-menu-items-for-commands): Fix :help strings.
24659 (recentf-apply-filename-handlers): New function.
24660 (recentf-expand-file-name): Use it.
24661 (recentf-cleanup): Remove duplicates too.
24662
24663 2005-09-29 Juri Linkov <juri@jurta.org>
24664
24665 * faces.el: Rearrange face definitions to be in the same order as
24666 their face descriptions in "(emacs)Standard Faces".
24667
24668 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
24669
24670 * tooltip.el (tooltip): Add group `basic-faces'.
24671
24672 * buff-menu.el (Buffer-menu-buffer): Remove group
24673 `font-lock-highlighting-faces'.
24674
24675 * progmodes/compile.el (compilation-error, compilation-warning)
24676 (compilation-info, compilation-line-number, compilation-column-number):
24677 Change group from `font-lock-highlighting-faces' to `compilation'.
24678
24679 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
24680 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
24681 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
24682 (vhdl-font-lock-reserved-words-face)
24683 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
24684 `font-lock-highlighting-faces'.
24685
24686 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
24687
24688 2005-09-28 Kim F. Storm <storm@cua.dk>
24689
24690 * emulation/cua-base.el: Set CUA move property on additional commands:
24691 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
24692 forward-sexp, backward-sexp, forward-list, backward-list.
24693
24694 2005-09-28 Romain Francoise <romain@orebokech.com>
24695
24696 * comint.el (comint-show-output): Really set point at the
24697 beginning of the output when not using `comint-use-prompt-regexp'.
24698
24699 2005-09-27 Jay Belanger <belanger@truman.edu>
24700
24701 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
24702 in TeX mode.
24703
24704 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
24705
24706 * textmodes/org.el (org-table-sum): Fix format string.
24707
24708 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
24709 Quote face names.
24710
24711 2005-09-26 Romain Francoise <romain@orebokech.com>
24712
24713 * isearch.el (isearch-forward-regexp): Close doc string.
24714
24715 2005-09-25 Richard M. Stallman <rms@gnu.org>
24716
24717 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
24718
24719 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
24720
24721 * progmodes/compile.el (compilation-error-properties):
24722 When getting the file from the previous error message,
24723 correctly decode the new data format.
24724
24725 * progmodes/cc-cmds.el (c-electric-paren):
24726 Call old-blink-paren only for close-paren.
24727
24728 2005-09-24 Andreas Schwab <schwab@suse.de>
24729
24730 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
24731 condition.
24732
24733 2005-09-25 Romain Francoise <romain@orebokech.com>
24734
24735 * dired-aux.el (dired-copy-file-recursive):
24736 * dired.el (dired-delete-file):
24737 * ediff-mult.el (ediff-dir-diff-copy-file):
24738 * ediff-util.el (ediff-test-save-region):
24739 * forms.el (forms-mode):
24740 * ido.el (ido-file-internal, ido-delete-file-at-head):
24741 * log-edit.el (log-edit-done):
24742 * ses.el (ses-yank-resize):
24743 * play/gomoku.el (gomoku-human-plays, gomoku)
24744 (gomoku-human-resigns, gomoku-prompt-for-other-game)
24745 (gomoku-offer-a-draw):
24746 * play/landmark.el (lm-human-resigns, lm):
24747 * net/eudcb-ldap.el (eudc-ldap-check-base):
24748 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
24749 * progmodes/ebrowse.el (ebrowse-find-pattern):
24750 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
24751 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
24752 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
24753
24754 * vc.el (vc-delete-file):
24755 * play/gomoku.el (gomoku-terminate-game, gomoku)
24756 (gomoku-prompt-for-move, gomoku-human-takes-back):
24757 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
24758 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
24759
24760 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
24761
24762 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
24763 color rxvt terminals by using the code xterm.el used to use before
24764 2005-04-09 in order to match the colors used by rxvt.
24765
24766 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24767
24768 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
24769 colors rxvt-unicode terminals by using the same code as xterm.el.
24770
24771 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
24772
24773 * textmodes/tex-mode.el (tex-font-lock-append-prop)
24774 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
24775 new symbol used for the tex-verbatim face.
24776
24777 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
24778
24779 * woman.el (woman-file-name):
24780 * wid-edit.el (widget-file-prompt-value)
24781 (widget-coding-system-prompt-value):
24782 * w32-fns.el (set-w32-system-coding-system):
24783 * vc.el (vc-version-diff, vc-annotate):
24784 * textmodes/reftex-auc.el (reftex-arg-cite)
24785 (reftex-arg-index-tag):
24786 * textmodes/refer.el (refer-get-bib-files):
24787 * textmodes/artist.el (artist-figlet-choose-font):
24788 * terminal.el (terminal-emulator):
24789 * replace.el (occur-read-primary-args):
24790 * rect.el (string-rectangle, string-insert-rectangle):
24791 * ps-print.el (ps-print-preprint):
24792 * progmodes/pascal.el (pascal-goto-defun):
24793 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
24794 * progmodes/compile.el (compilation-find-file):
24795 * printing.el (pr-interactive-n-up):
24796 * play/animate.el (animate-birthday-present):
24797 * net/rcompile.el (remote-compile):
24798 * man.el (man, Man-goto-section, Man-follow-manual-reference):
24799 * mail/rmailsum.el (rmail-summary-search-backward)
24800 (rmail-summary-search):
24801 * mail/rmailout.el (rmail-output-read-rmail-file-name)
24802 (rmail-output-read-file-name):
24803 * mail/rmail.el (rmail-search, rmail-search-backwards):
24804 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
24805 * locate.el (locate):
24806 * international/quail.el (quail-show-keyboard-layout):
24807 * international/mule.el (set-buffer-file-coding-system)
24808 (revert-buffer-with-coding-system, set-file-name-coding-system)
24809 (set-terminal-coding-system, set-keyboard-coding-system)
24810 (set-next-selection-coding-system):
24811 * international/mule-diag.el (describe-coding-system)
24812 (describe-font, describe-fontset):
24813 * international/mule-cmds.el (universal-coding-system-argument)
24814 (search-unencodable-char, describe-input-method)
24815 (set-language-environment, describe-language-environment):
24816 * international/codepage.el (codepage-setup):
24817 * international/code-pages.el (codepage-setup):
24818 * info.el (Info-search, Info-follow-reference)
24819 (Info-search-backward):
24820 * emacs-lisp/advice.el (ad-read-advised-function)
24821 (ad-read-advice-class, ad-clear-cache, ad-activate)
24822 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
24823 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
24824 (ad-read-regexp):
24825 * ediff-util.el (ediff-toggle-regexp-match):
24826 * ediff-ptch.el (ediff-prompt-for-patch-file):
24827 * dired-aux.el (dired-diff):
24828 * diff.el (diff):
24829 * cus-edit.el (custom-variable-prompt):
24830 * calendar/timeclock.el (timeclock-ask-for-project):
24831 * calc/calcalg3.el (calc-get-fit-variables):
24832 * calc/calc-store.el (calc-edit-variable)
24833 (calc-permanent-variable):
24834 * vc-mcvs.el (vc-mcvs-register):
24835 * shadowfile.el (shadow-define-literal-group):
24836 * woman.el (woman-file-name):
24837 * vc.el (vc-version-diff, vc-merge):
24838 * textmodes/reftex-index.el (reftex-index-complete-tag):
24839 * format.el (format-decode-buffer, format-decode-region):
24840 * emulation/viper-cmd.el (viper-read-string-with-history):
24841 * emacs-lisp/debug.el (cancel-debug-on-entry):
24842 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
24843 * ediff.el (ediff-merge-revisions)
24844 (ediff-merge-revisions-with-ancestor, ediff-revision):
24845 * completion.el (interactive-completion-string-reader):
24846 * calc/calc-prog.el (calc-user-define-formula):
24847 Follow convention for reading with the minibuffer.
24848
24849 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
24850
24851 * progmodes/python.el (python-describe-symbol): Add globals() and
24852 locals() to the arguments of emacs.ehelp.
24853
24854 2005-09-24 Magnus Henoch <mange@freemail.hu>
24855
24856 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
24857 New function, code extracted from ispell-valid-dictionary-list.
24858 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
24859 Call it.
24860
24861 2005-09-24 Eli Zaretskii <eliz@gnu.org>
24862
24863 * subr.el (version-regexp-alist): Extend valid syntax for version
24864 strings: allow any of the characters -,_,+ to separate the
24865 alpha/beta/rc part from the version part. Doc fix.
24866 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
24867
24868 2005-09-23 David Reitter <david.reitter@gmail.com>
24869
24870 * mail/mailclient.el: New file.
24871
24872 2005-09-23 Richard M. Stallman <rms@gnu.org>
24873
24874 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
24875 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
24876 Doc fixes.
24877
24878 * progmodes/cc-mode.el (c-font-lock-init):
24879 Specify font-lock-lines-before.
24880
24881 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
24882
24883 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
24884 whole conflict.
24885
24886 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
24887
24888 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
24889 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
24890 of `remap' feature when available. Additional key bindings for
24891 better tty support.
24892 (org-mode-restart, org-force-self-insert): New commands.
24893 (org-time-stamp-inactive): New command.
24894 (org-remap): New function.
24895 (org-table-auto-blank-field, org-level-color-stars-only): New options.
24896 (org-enable-fixed-width-editor): Move to `org-structure'
24897 customization group.
24898 (org-self-insert-command, orgtbl-self-insert-command): Modify to
24899 blank field after field motion commands.
24900
24901 2005-09-23 Kenichi Handa <handa@m17n.org>
24902
24903 * international/mule-cmds.el (set-language-environment):
24904 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
24905 have to call utf-translate-cjk-load-tables.
24906
24907 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
24908
24909 * mouse.el (mouse-move-drag-overlay): Fix last change.
24910
24911 2005-09-22 David Ponce <david@dponce.com>
24912
24913 * tree-widget.el (tree-widget-value-create): Fix previous change.
24914
24915 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24916
24917 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
24918
24919 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
24920
24921 * mouse.el (mouse-move-drag-overlay): New function.
24922 (mouse-drag-region-1): Use it.
24923 Try to simplify a bit the state handling. Handle clicks on links
24924 inside intangible areas.
24925 (mouse-save-then-kill): Minor simplification.
24926 (mouse-secondary-overlay): Make it always non-nil instead of
24927 recreating it each time.
24928 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
24929 (mouse-kill-secondary, mouse-secondary-save-then-kill):
24930 Simplify accordingly.
24931
24932 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24933
24934 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
24935
24936 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
24937
24938 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
24939 (ediff-file-name-sans-prefix): Treat nil as an empty string.
24940 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
24941 to patch.
24942
24943 * ediff-util.el: Use insert-buffer-substring.
24944
24945 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
24946
24947 * emulation/viper-cmd.el (viper-change-state): Don't move over the
24948 field boundaries in the minibuffer.
24949 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
24950 (viper-minibuffer-post-command-hook): New hook.
24951 (viper-line): Don't move cursor at bolp.
24952
24953 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
24954
24955 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
24956 avoid compiler warnings.
24957
24958 * emulation/viper-macs.el (ex-map): Better messages.
24959
24960 * emulation/viper-utils.el (viper-beginning-of-field): New function.
24961
24962 * emulation/viper.el: Replace make-variable-buffer-local with
24963 viper-make-variable-buffer-local everywhere, to avoid warnings.
24964
24965 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24966
24967 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
24968 Delete unused var `old-selected-window'.
24969 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
24970 (mouse-drag-secondary): Delete unused var `start-frame'.
24971
24972 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24973
24974 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
24975
24976 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24977
24978 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
24979 Re-indent within 80 columns. Use inhibit-read-only.
24980
24981 2005-09-19 Romain Francoise <romain@orebokech.com>
24982
24983 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
24984
24985 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24986
24987 * font-lock.el (font-lock-default-fontify-region): Don't add a line
24988 unconditionally, since the after-change-function already did it.
24989
24990 2005-09-19 Miles Bader <miles@gnu.org>
24991
24992 * net/newsticker.el: Get rid of CVS keyword.
24993
24994 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24995
24996 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
24997 The prompt is formatted later.
24998
24999 2005-09-19 David Ponce <david@dponce.com>
25000
25001 * tree-widget.el (tree-widget-value-create): Save the converted
25002 tree :node widget.
25003
25004 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
25005
25006 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
25007 variable `message'.
25008
25009 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
25010
25011 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
25012 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
25013 <slawomir.nowaczyk.847@student.lu.se>.
25014
25015 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
25016
25017 * image.el (image-load-path): Use symbol `data-directory' instead
25018 of its value, for backward compatibility with packages that bind
25019 it during `find-image'. Suggested by Katsumi Yamaoka.
25020 (image-search-load-path): Handle symbols whose values are strings.
25021
25022 2005-09-18 Romain Francoise <romain@orebokech.com>
25023
25024 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
25025 with-current-buffer form in save-excursion.
25026
25027 2005-09-18 Deepak Goel <deego@gnufans.org>
25028
25029 * apropos.el (apropos-command): Fix `message' call: first arg
25030 should be a format spec. In this and all other cases that appear
25031 below and elsewhere in the source code, I made a change only when
25032 two conditions were satisfied: [1] I can think of a possibility
25033 that the arguments would cause an error, for example, the code in
25034 question relies on external variables such as filenames. [2] I
25035 was sure that the arg to `message' could not have been nil in the code.
25036
25037 * textmodes/tildify.el (tildify-region): Ditto.
25038
25039 * textmodes/reftex-index.el (reftex-index-change-entry)
25040 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
25041 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
25042 * textmodes/org.el (org-complete, org-deadline, org-schedule)
25043 (org-priority, org-table-sum):
25044 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
25045 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
25046 (flyspell-word, flyspell-display-next-corrections):
25047 * textmodes/bibtex.el (bibtex-print-help-message):
25048 * textmodes/artist.el (artist-key-set-point-poly):
25049 * term/mac-win.el (mac-services-insert-text):
25050 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
25051 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
25052 (vhdl-port-paste-testbench, vhdl-compose-new-component)
25053 (vhdl-compose-configuration):
25054 * progmodes/sh-script.el (sh-blink, sh-show-indent)
25055 (sh-set-indent, sh-learn-line-indent):
25056 * progmodes/ps-mode.el (ps-mode-target-column):
25057 * progmodes/idlwave.el (idlwave-make-tags)
25058 (idlwave-scan-library-catalogs):
25059 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
25060 * progmodes/gud.el (gud-jdb-analyze-source):
25061 * progmodes/flymake.el (flymake-log):
25062 * progmodes/ebnf2ps.el (ebnf-generate-region):
25063 * progmodes/cmacexp.el (c-macro-expansion):
25064 * progmodes/ada-xref.el (ada-treat-cmd-string):
25065 * progmodes/ada-mode.el (ada-create-case-exception-substring)
25066 (ada-justified-indent-current, ada-batch-reformat):
25067 * play/zone.el (zone):
25068 * play/landmark.el (lm-move):
25069 * play/decipher.el (decipher-show-alphabet):
25070 * net/newsticker.el (newsticker--display-jump)
25071 (newsticker--display-scroll):
25072 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
25073 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
25074 * mail/feedmail.el (feedmail-dump-message-to-queue):
25075 * eshell/esh-proc.el (eshell-remove-process-entry):
25076 * emulation/ws-mode.el (ws-last-error):
25077 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
25078 (viper-record-kbd-macro):
25079 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
25080 * emacs-lisp/lisp-mnt.el (lm-report-bug):
25081 * emacs-lisp/find-func.el (find-function-noselect):
25082 * calendar/timeclock.el (timeclock-status-string)
25083 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
25084 (timeclock-when-to-leave-string):
25085 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
25086 * calc/calc-units.el (calc-enter-units-table):
25087 * calc/calc-mode.el (calc-mode-record-mode):
25088 * woman.el (woman-mini-help):
25089 * wdired.el (wdired-change-to-wdired-mode):
25090 * vc.el (vc-retrieve-snapshot):
25091 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
25092 * startup.el (display-startup-echo-area-message):
25093 * simple.el (set-goal-column):
25094 * ses.el (ses-command-hook, ses-recalculate-cell):
25095 * server.el (server-process-filter):
25096 * printing.el (pr-interface-txt-print, pr-interface-printify)
25097 (pr-interface-ps):
25098 * pcvs.el (cvs-help):
25099 * log-edit.el (log-edit, log-edit-mode-help):
25100 * iswitchb.el (iswitchb-possible-new-buffer):
25101 * isearch.el (isearch-edit-string):
25102 * image-mode.el (image-mode, image-minor-mode):
25103 * ibuf-macs.el (define-ibuffer-filter):
25104 * hi-lock.el (hi-lock-find-patterns):
25105 * files.el (toggle-read-only):
25106 * ediff-util.el (ediff-copy-diff)
25107 (ediff-write-merge-buffer-and-maybe-kill):
25108 * echistory.el (Electric-history-undefined):
25109 * dnd.el (dnd-insert-text):
25110 * dired-aux.el (dired-query):
25111 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
25112 * bookmark.el (bookmark-bmenu-locate):
25113 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
25114 Fix `message' calls to ensure first arg is a format string.
25115 The change was made only when these two conditions were satisfied:
25116 [1] when there is a possibility that the arguments would cause an error
25117 for example, if the code in question relies on external variables
25118 such as filenames, and
25119 [2] if the arg to `message' could not have been nil in the code.
25120
25121 * pcomplete.el (pcomplete--help): Fix `message' format spec.
25122 Not having a %s would be weird, though not technically wrong.
25123
25124 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25125
25126 * term/mac-win.el (mac-add-charset-info): Doc fix.
25127
25128 2005-09-17 Romain Francoise <romain@orebokech.com>
25129
25130 * shell.el (shell-resync-dirs): Handle echoing processes more
25131 reliably. Don't insert resync command if `comint-process-echoes'
25132 is non-nil.
25133
25134 2005-09-17 Magnus Henoch <mange@freemail.hu>
25135
25136 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
25137 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
25138 aspell versions >= 0.60.
25139 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
25140 only if ispell-aspell-supports-utf8 is non-nil.
25141
25142 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
25143
25144 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
25145 buffer-local value to lisp-indent-function.
25146
25147 2005-09-17 Milan Zamazal <pdm@zamazal.org>
25148
25149 * progmodes/glasses.el (glasses-make-readable): If
25150 glasses-separator differs from underscore, put appropriate
25151 overlays over underscore characters.
25152 (glasses-convert-to-unreadable): If glasses-separator differs from
25153 underscore, try to convert glasses-separator characters to
25154 underscores.
25155
25156 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
25157
25158 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
25159 Use with-syntax-table and dolist.
25160
25161 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
25162
25163 * textmodes/reftex-auc.el:
25164 * textmodes/reftex-cite.el:
25165 * textmodes/reftex-dcr.el:
25166 * textmodes/reftex-global.el:
25167 * textmodes/reftex-parse.el:
25168 * textmodes/reftex-ref.el:
25169 * textmodes/reftex-sel.el:
25170 * textmodes/reftex-toc.el:
25171 * textmodes/reftex-vars.el:
25172 * textmodes/reftex.el: Small changes to remove compiler warnings.
25173
25174 * textmodes/reftex-index.el: Likewise.
25175 (reftex-query-index-phrase): More efficient use of markers.
25176
25177 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
25178
25179 * image.el (image-load-path): New variable.
25180 (image-search-load-path): New function.
25181 (find-image): Search for images in `image-load-path'.
25182
25183 2005-09-15 Richard M. Stallman <rms@gnu.org>
25184
25185 * follow.el: Change Maintainer field.
25186
25187 2005-09-15 David Ponce <david@dponce.com>
25188
25189 * recentf.el (recentf-save-file-modes): New option.
25190 (recentf-save-list): Use it.
25191
25192 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
25193
25194 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
25195 (mode-line-mule-info, mode-line-modified): Move bindings from
25196 mouse-3 to mouse-1.
25197
25198 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
25199
25200 * simple.el (sendmail-user-agent-compose): Revert last change.
25201
25202 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
25203
25204 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
25205 Use with-current-buffer.
25206 (ange-ftp-gwp-start): Remove unused var `gw-user'.
25207 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
25208 (ange-ftp-insert-directory): Remove unused var `short'.
25209 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
25210
25211 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
25212 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
25213
25214 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
25215 (check-calendar-holidays, diary-list-entries): Autoload.
25216 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
25217 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
25218
25219 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
25220 which mistakenly removed a call to display-buffer.
25221
25222 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
25223
25224 * obsolete/iso-insert.el: Move to obsolete/ from international/.
25225
25226 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
25227
25228 * progmodes/hideshow.el
25229 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
25230 (hs-allow-nesting): New user var.
25231 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
25232 (hs-hide-block-at-point): When nesting allowed,
25233 if there is already an overlay in place, delete it.
25234 (hs-safety-is-job-n): Delete func; remove call sites.
25235 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
25236 (hs-overlay-at): New func.
25237 (hs-already-hidden-p, hs-show-block): Use it.
25238 (hs-hide-all): Don't pre-clean if nesting allowed.
25239 (hs-show-all): Temporarily disallow
25240 nesting around call to `hs-discard-overlays'.
25241
25242 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
25243
25244 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
25245 Delete unused local var.
25246
25247 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
25248
25249 * help-fns.el (describe-categories): "?\ " -> "?\s".
25250 (help-do-arg-highlight): Recognize also ARG-n, as in
25251 `move-to-left-margin' (ARG+n is already recognized). Simplify.
25252
25253 * international/codepage.el (dos-unsupported-char-glyph):
25254 * net/newsticker.el (tool-bar-map, w3-mode-map)
25255 (w3m-minor-mode-map):
25256 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
25257 (ent-alist):
25258 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
25259
25260 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
25261
25262 * custom.el (custom-push-theme): Handle the case where a symbol is
25263 bound but face properties have not yet been assigned.
25264
25265 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
25266 Fix behavior if noerase is `t' and there is no mail buffer.
25267
25268 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
25269 if `continue' is nil, rather than signal an error.
25270
25271 2005-09-12 Richard M. Stallman <rms@gnu.org>
25272
25273 * font-lock.el (font-lock-keywords): Add autoload.
25274
25275 * help-fns.el (describe-variable): Rearrange to put source link
25276 in a predictable place.
25277
25278 * net/newsticker.el: New file.
25279
25280 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
25281
25282 * calendar/calendar.el (calendar-for-loop): Add edebug info.
25283 (calendar-basic-setup): Use the new nil arg.
25284 (number-of-diary-entries): Move to diary-lib.el.
25285
25286 * calendar/diary-lib.el: Use with-current-buffer, match-string.
25287 (diary-list-entries): Use with-syntax-table and dolist.
25288 Rename from list-diary-entries.
25289 Use number-of-diary-entries if `number' is nil.
25290 (diary, diary-view-entries): Use this new name and new nil arg value.
25291 (number-of-diary-entries): Move from calendar.el.
25292 (diary-unhide-everything): New function.
25293 (include-other-diary-files, fancy-diary-display)
25294 (diary-show-all-entries, make-diary-entry): Use it.
25295 (diary-mail-entries): Use buffer-string.
25296 (mark-diary-entries): Fix long standing paren typo.
25297 (diary-sexp-entry): Use count-lines.
25298 (make-diary-entry): Avoid `previous-line'.
25299 (diary-mode-map): New var.
25300 (diary-mode): Redraw cal after saving. Setup header-line.
25301 (fancy-diary-display-mode): Use local-set-key.
25302
25303 * startup.el (command-line): Try calling various terminal-init-foo-bar
25304 functions by stripping hyphenated suffixes from $TERM.
25305
25306 * files.el (normal-mode): Check boundness of font-lock-keywords.
25307
25308 2005-09-12 Richard M. Stallman <rms@gnu.org>
25309
25310 * progmodes/compile.el: Don't decide a file's directory
25311 until the user actually tries to go there.
25312 (compilation-next-error-function):
25313 Pass compilation-find-file the directory from the file-struct.
25314 (compilation-internal-error-properties): Separate local FILE-STRUCT
25315 from FILE. Doc the args better. Rename arg FMT to FMTS.
25316 (compilation-find-file): Arg DIR renamed to DIRECTORY.
25317 Expand it, and if nil, use default-directory.
25318 (compilation-get-file-structure): Don't mix specified directory
25319 with default directory. Put specified directory into
25320 file-struct. Don't make the file name absolute.
25321
25322 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
25323 (compile-command): Add autoload.
25324 (compilation-disable-input): Add autoload.
25325
25326 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
25327
25328 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
25329 strings of the variables it can override.
25330 (time-stamp): New (as yet undocumented) time-stamp-format escapes
25331 %Q and %q, for fully-qualified domain name and unqualified host name.
25332
25333 2005-09-11 Kim F. Storm <storm@cua.dk>
25334
25335 * emacs-lisp/authors.el (authors-aliases): Update list.
25336 (authors-fixed-entries): Update mldrag.el entry.
25337
25338 2005-09-10 Alan Mackenzie <acm@muc.de>
25339
25340 * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
25341 delimiter from the region narrowed to.
25342
25343 2005-09-10 Magnus Henoch <mange@freemail.hu>
25344
25345 * textmodes/ispell.el (ispell-check-version): Signal an error if
25346 aspell version is less than 0.60.
25347
25348 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
25349
25350 * progmodes/octave-inf.el (inferior-octave-startup):
25351 Resync current dir at the end.
25352
25353 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
25354
25355 * woman.el (woman-topic-at-point-default):
25356 Rename to woman-use-topic-at-point-default.
25357 (woman-topic-at-point): Rename to woman-use-topic-at-point.
25358 (woman-file-name): Reflect renames above. Automatically use the
25359 word at point as topic if woman-use-topic-at-point is non-nil.
25360 Otherwise offer it as default but don't insert it in the
25361 minibuffer. Also use `test-completion' instead of `assoc' as
25362 suggested by Stefan Monnier.
25363
25364 2005-09-10 Andre Spiegel <spiegel@gnu.org>
25365
25366 * vc.el (vc-directory, vc-update-change-log): Throw an error on
25367 the attempt to do it over Tramp. This is not yet supported.
25368
25369 2005-09-10 Eli Zaretskii <eliz@gnu.org>
25370
25371 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
25372 (menu-bar-non-minibuffer-window-p): New functions.
25373 ("Split Window", "Save As..."): Use them.
25374 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
25375 ("Print Buffer", "Truncate Long Lines in this Buffer"):
25376 Use menu-bar-menu-frame-live-and-visible-p.
25377 ("Save Buffer", "Insert File", "Open Directory...")
25378 ("Open File...", "Visit New File..."):
25379 Use menu-bar-non-minibuffer-window-p.
25380 (kill-this-buffer-enabled-p, dired <menu-enable>):
25381 Use menu-bar-non-minibuffer-window-p.
25382
25383 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25384
25385 * cus-start.el (all): Don't complain about fringe-related
25386 built-ins if fringes are not supported. Ditto about
25387 selection-related built-ins. Fix the test for GTK-related built-ins.
25388
25389 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
25390 ("Postscript Print Buffer", "Print Region", "Save As...")
25391 ("Save", "Insert File...", "Open Directory...")
25392 ("Open File...", "Visit New File..."")
25393 ("Truncate Long Lines in this Buffer"): Don't look at
25394 menu-updating-frame if this display does not support multiple frames.
25395
25396 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25397
25398 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
25399
25400 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
25401
25402 * woman.el: Format- and whitespace-related changes.
25403
25404 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25405
25406 * woman.el: Fix my email address.
25407
25408 2005-09-08 Richard M. Stallman <rms@gnu.org>
25409
25410 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
25411 (sh-mode): Locally set skeleton-pair-default-alist.
25412
25413 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
25414
25415 * progmodes/flymake.el: Require `compile' unconditionally.
25416
25417 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
25418
25419 * woman.el (woman-file-name): Provide a default, not initial input.
25420
25421 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
25422
25423 * font-lock.el (font-lock-support-mode): Doc fix.
25424
25425 * descr-text.el (describe-property-list): Handle non-symbol prop names.
25426
25427 2005-09-08 Richard M. Stallman <rms@gnu.org>
25428
25429 * simple.el (blink-matching-open): Get rid of text props from
25430 the string shown in echo area. Don't permanently set point.
25431 Some rearrangements.
25432
25433 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
25434
25435 * recentf.el (recentf-filename-handler): Add custom choice
25436 `abbreviate-file-name'.
25437
25438 * msb.el (msb--very-many-menus): Fix typo.
25439
25440 * disp-table.el (standard-display-european): Don't set
25441 enable-multibyte-characters to nil.
25442
25443 2005-09-08 David Ponce <david@dponce.com>
25444
25445 * recentf.el (recentf-show-file-shortcuts-flag): New option.
25446 (recentf-expand-file-name): Doc fix.
25447 (recentf-dialog-mode-map): Define digit shortcuts.
25448 (recentf--files-with-key): New variable.
25449 (recentf-show-digit-shortcut-filter): New function.
25450 (recentf-open-files-items): New function.
25451 (recentf-open-files): Use it.
25452 (recentf-open-file-with-key): New command.
25453
25454 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
25455
25456 * buff-menu.el (Buffer-menu-sort-by-column): New function.
25457 Suggested by Kim F. Storm.
25458 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
25459 (Buffer-menu-make-sort-button): Use global keymap.
25460
25461 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
25462
25463 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
25464 (Man-getpage-in-background-advice): Remove defadvice; it isn't
25465 necessary any longer with the remapped command.
25466 (Man-bgproc-sentinel-advice): Remove defadvice which counts
25467 formatting time only.
25468
25469 * net/tramp.el (tramp-action-password)
25470 (tramp-multi-action-password): Compile the password prompt from
25471 `method', `user' and `host'. Sometimes it isn't obvious which
25472 password to enter, for example with remote files offered by
25473 recentf.el, or with multiple steps. Suggested by Robert Marshall
25474 <robert@chezmarshall.freeserve.co.uk>.
25475
25476 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25477
25478 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
25479 Fix regexp for when "s///" is at the beginning of line.
25480
25481 2005-09-07 Jay Belanger <belanger@truman.edu>
25482
25483 * calc/calc-poly.el (math-expand-term): Multiply out any powers
25484 when in matrix mode.
25485
25486 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
25487
25488 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
25489 non-anonymous functions.
25490
25491 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
25492
25493 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
25494 when using a header line. Otherwise, use mouse-1-click-follows-link.
25495
25496 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
25497 can't be moved; don't signal an error.
25498
25499 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
25500
25501 * cus-theme.el (custom-theme-write-faces): Save the current face
25502 spec, not the defface spec.
25503
25504 * custom.el (custom-known-themes): Clarify meaning of "standard".
25505 (custom-push-theme): Save old values in the standard theme.
25506 (disable-theme): Correct typo.
25507 (custom-face-theme-value): Deleted unused function.
25508 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
25509
25510 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
25511
25512 * progmodes/compile.el (compilation-goto-locus): Take into account
25513 iconified frames when determining whether the buffer is
25514 already visible.
25515 Don't reset window height if the window already existed.
25516
25517 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
25518
25519 * custom.el (load-theme): Rename from require-theme.
25520 Add interactive spec.
25521 (enable-theme): Rename from custom-enable-theme.
25522 Add interactive spec.
25523 (disable-theme): Rename from custom-disable-theme.
25524 Add interactive spec.
25525 (custom-make-theme-feature): Doc fix.
25526 (custom-theme-directory): Doc fix.
25527 (provide-theme): Call enable-theme.
25528
25529 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
25530
25531 * obsolete/lazy-lock.el (lazy-lock-mode):
25532 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
25533 font-lock-mode if it's off. Print a warning instead.
25534
25535 * progmodes/compile.el (compilation-start): Ignore errors if the
25536 process died before we get to send-eof.
25537
25538 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
25539 Undo last change. Enclosing the result in quotes broke things on Unix
25540 since tex-send-command passes it through shell-quote-argument.
25541 (tex-send-command): Pass `file' through convert-standard-filename
25542 when possible.
25543 (tex-uptodate-p): Handle the case where TeX hasn't put additional
25544 info in a transcript.
25545
25546 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
25547
25548 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
25549 fix compilation warning. Reorder the key definitions to group
25550 together keys emitted by the current version of xterm.
25551
25552 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
25553 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
25554 Reorder predicates to correct min-color usage.
25555
25556 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
25557
25558 * longlines.el (longlines-mode): Inhibit read-only when encoding.
25559 Kill local variables when longlines-mode is turned off.
25560
25561 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
25562
25563 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
25564
25565 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
25566
25567 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
25568
25569 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
25570 (font-lock-lines-before): Change default to being inactive.
25571 (font-lock-default-fontify-region): Obey font-lock-lines-before.
25572 (font-lock-after-change-function): Don't handle f-l-lines-before here.
25573
25574 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25575
25576 * net/tramp.el (tramp-handle-make-auto-save-file-name):
25577 Deactivate temporarily advice if active (not needed for Emacs 22,
25578 but for backwards compatibility).
25579 (tramp-exists-file-name-handler): Rewrite. First implementation
25580 was too simple.
25581 (tramp-advice-make-auto-save-file-name):
25582 Call `tramp-handle-make-auto-save-file-name' (again, just for
25583 backwards compatibility).
25584
25585 2005-08-31 Reto Zimmermann <reto@gnu.org>
25586
25587 * progmodes/vhdl-mode.el
25588 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
25589 (vhdl-end-p): Fix indentation bug "else" after "-- when".
25590 (vhdl-set-default-project): New function (easier setting of default).
25591 (vhdl-port-copy): Handle extended identifiers for generics.
25592 (vhdl-compiler-alist): Better description for error message regexp.
25593 (vhdl-make): Query for target, use previous as default.
25594 (vhdl-port-copy): Fix port copy for port names starting with "signal".
25595 (vhdl-font-lock-keywords-2): Fix fontification for record
25596 el. assign.
25597 (vhdl-speedbar-make-subpack-line): Add package body link.
25598 (vhdl-generate-makefile-1): Not include itself as dependency.
25599 (vhdl-font-lock-init): Highlight c-preprocessor directives.
25600 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
25601 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
25602 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
25603 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
25604 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
25605 (vhdl-import-project): Add string argument for `error'.
25606 (vhdl-compose-configuration)
25607 (vhdl-compose-configuration-architecture): Add configuration
25608 declaration generation.
25609 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
25610 (vhdl-trailer-re): Add "record" keyword (better indentation).
25611 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
25612 "[^ \t-\"]+".
25613 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
25614 (vhdl-testbench-entity-file-name)
25615 (vhdl-testbench-architecture-file-name): Allow separate
25616 customization of testbench file names.
25617 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
25618 (vhdl-get-visible-signals): Allow newline within alias declaration.
25619 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
25620 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
25621 (member-ignore-case): Alias for missing function in XEmacs.
25622 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
25623 (vhdl-update-sensitivity-list): Ignore case on read signals.
25624 (vhdl-replace-string): Adjust case only for file names.
25625 (vhdl-update-sensitivity-list): Fix search for read signals.
25626 (vhdl-update-sensitivity-list): Exclude formal parameters.
25627 (vhdl-get-visible-signals): Include aliases of signals.
25628 (vhdl-get-visible-signals): Fix signal name searching.
25629 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
25630 (vhdl-fixup-whitespace-region): Fix for character
25631 literals (e.g. `:').
25632
25633 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
25634
25635 * ansi-color.el (comint-last-output-start):
25636 * bs.el (font-lock-verbose):
25637 * diff-mode.el (add-log-buffer-file-name-function):
25638 * dired-x.el (vm-folder-directory):
25639 * faces.el (help-xref-stack-item):
25640 * files.el (font-lock-keywords):
25641 * find-lisp.el (dired-buffers, dired-subdir-alist):
25642 * ido.el (cua-inhibit-cua-keys):
25643 * log-view.el (cvs-minor-wrap-function):
25644 * outline.el (font-lock-warning-face):
25645 * simple.el (compilation-current-error):
25646 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
25647 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
25648 * tooltip.el (comint-prompt-regexp):
25649 * w32-fns.el (explicit-shell-file-name):
25650 * term/mac-win.el (mac-charset-info-alist)
25651 (mac-services-selection, mac-system-script-code):
25652 * term/tty-colors.el (msdos-color-values):
25653 * term/w32-win.el (xlfd-regexp-registry-subnum):
25654 * term/x-win.el (x-keysym-table, x-selection-timeout)
25655 (x-session-id, x-session-previous-id):
25656 * textmodes/ispell.el (mail-yank-prefix):
25657 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
25658 * textmodes/org.el (calc-embedded-close-formula)
25659 (calc-embedded-open-formula)
25660 (font-lock-unfontify-region-function):
25661 * textmodes/reftex-global.el (isearch-next-buffer-function)
25662 (TeX-master):
25663 * textmodes/reftex.el (font-lock-keywords):
25664 * textmodes/tex-mode.el (font-lock-comment-face)
25665 (font-lock-doc-face):
25666 * textmodes/texinfo.el (outline-heading-alist):
25667 Add defvars.
25668
25669 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
25670 (artist-spray-chars, artist-mode-init, artist-replace-string)
25671 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
25672 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
25673 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
25674
25675 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
25676 (conf-align-assignments): "?\ " -> "?\s".
25677
25678 * textmodes/reftex-index.el (TeX-master): Add defvar.
25679 (reftex-index-phrases-marker): Move up defvar.
25680
25681 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
25682 (reftex-toc-include-labels-indicator)
25683 (reftex-toc-include-index-indicator)
25684 (reftex-toc-max-level-indicator): Move up declarations.
25685
25686 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
25687 of args to `tramp-run-real-handler', even if it's empty in this case.
25688
25689 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25690
25691 * dired.el (dired-move-to-filename-regexp): Add date format for
25692 Mac OS X 10.3 in East Asian locales.
25693
25694 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25695
25696 * files.el (make-auto-save-file-name): Add file name handler call
25697 if applicable.
25698
25699 * net/tramp.el (tramp-file-name-handler-alist)
25700 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
25701 (tramp-handle-make-auto-save-file-name): Rename from
25702 `tramp-make-auto-save-file-name'.
25703 (tramp-exists-file-name-handler): New defun.
25704 (tramp-advice-make-auto-save-file-name): Make defadvice only when
25705 `make-auto-save-file-name' is not a magic file name operation.
25706
25707 2005-08-30 Richard M. Stallman <rms@gnu.org>
25708
25709 * files.el (risky-local-variable-p):
25710 Match `-predicates' and `-commands.
25711
25712 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
25713 (custom-save-all): Visit the file if necessary;
25714 kill the buffer if we created it.
25715 (custom-save-delete): Don't visit file or kill buffer here.
25716
25717 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
25718
25719 * textmodes/org.el (org-special-keyword): New face.
25720 (org-table-copy-down, org-table-eval-formula)
25721 (org-table-recalculate, org-init-section-numbers):
25722 Use `string-to-number' instead of `string-to-int'.
25723 (org-get-location): Use `insert-buffer-substring' instead of
25724 `insert-buffer'.
25725 (org-modify-diary-entry-string): New function.
25726 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
25727 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
25728 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
25729 active region.
25730 (org-export-as-html): Handle QUOTE keyword.
25731 (org-quote-string): New option.
25732 (org-bookmark-jump-unhide): New function, used for
25733 `bookmark-after-jump-hook'.
25734 (org-diary-default-entry): Apply only when not called through
25735 `org-agenda'.
25736
25737 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
25738
25739 * net/eudc.el (mode-popup-menu):
25740 * play/handwrite.el (ps-printer-name, ps-lpr-command):
25741 * progmodes/ada-mode.el (compile-auto-highlight)
25742 (skeleton-further-elements):
25743 * progmodes/autoconf.el (font-lock-syntactic-keywords):
25744 * progmodes/cmacexp.el (msdos-shells):
25745 * progmodes/compile.el (font-lock-extra-managed-props)
25746 (font-lock-keywords, font-lock-maximum-size)
25747 (font-lock-support-mode):
25748 * progmodes/grep.el (font-lock-lines-before):
25749 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
25750 * progmodes/mixal-mode.el (compile-command):
25751 * progmodes/perl-mode.el (font-lock-comment-face)
25752 (font-lock-doc-face, font-lock-string-face):
25753 * progmodes/prolog.el (comint-prompt-regexp):
25754 * progmodes/sh-script.el (font-lock-comment-face)
25755 (font-lock-set-defaults, font-lock-string-face):
25756 * progmodes/sql.el (font-lock-keyword-face)
25757 (font-lock-set-defaults, font-lock-string-face):
25758 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
25759 (itimer-version, lazy-lock-defer-contextually)
25760 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
25761 Add defvars.
25762
25763 * progmodes/cperl-mode.el (cperl-electric-lbrace)
25764 (cperl-electric-keyword, cperl-electric-pod)
25765 (cperl-electric-backspace, cperl-forward-re)
25766 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
25767 (vc-rcs-header, vc-sccs-header): Add defvars.
25768
25769 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
25770 (font-lock-syntactic-keywords, gud-find-expr-function):
25771 Add defvars.
25772
25773 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
25774 (gdb-frame-parameters): Declare before use.
25775
25776 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
25777 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
25778 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
25779 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
25780
25781 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
25782 (idlwave-help-with-source): Use `insert-buffer-substring', not
25783 `insert-buffer'.
25784
25785 2005-08-29 Juri Linkov <juri@jurta.org>
25786
25787 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
25788 Put outline-back-to-heading function call inside save-excursion.
25789
25790 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
25791
25792 * man.el (Man-init-defvars, Man-translate-references)
25793 (Man-support-local-filenames, Man-highlight-references):
25794 * progmodes/sql.el (sql-interactive-mode):
25795 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
25796
25797 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
25798 (compilation-mode-font-lock-keywords): Add defvars.
25799 (checkdoc-interactive-loop): "?\ " -> "?\s".
25800
25801 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
25802 (font-lock-doc-face, font-lock-string-face)
25803 (font-lock-keywords-case-fold-search): Add defvars.
25804 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
25805
25806 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
25807 Don't pass X and Y (they are ignored anyway).
25808 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
25809 (mouse-delete-window): Make arguments optional.
25810
25811 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
25812 (caesar-translate-table, minor-modes, news-buffer-save)
25813 (news-group-name, news-minor-modes): Add defvars.
25814
25815 * emacs-lisp/lselect.el (mouse-highlight-priority)
25816 (x-lost-selection-functions, zmacs-regions):
25817 * emacs-lisp/pp.el (font-lock-verbose):
25818 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
25819 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
25820 (ses-mode-map):
25821 * emacs-lisp/tcover-unsafep.el (safe-functions):
25822 * international/mule-cmds.el (mac-system-coding-system)
25823 (mac-system-locale):
25824 * language/ethio-util.el (rmail-current-message)
25825 (rmail-message-vector):
25826 * language/thai-util.el (thai-auto-composition-mode):
25827 * mail/metamail.el (rmail-current-message, rmail-message-vector):
25828 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
25829 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
25830 (vm-primary-inbox, vm-spool-files):
25831 * mail/rmail.el (deleted-head, font-lock-fontified)
25832 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
25833 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
25834 (total-messages):
25835 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
25836 (rmail-summary-mode-map):
25837 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
25838 (rmail-last-label, rmail-last-multi-labels)
25839 (rmail-summary-vector, rmail-total-messages):
25840 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
25841 * mail/rmailsum.el (msgnum):
25842 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
25843 (rmail-current-message):
25844 * obsolete/fast-lock.el (font-lock-face-list):
25845 * obsolete/rnewspost.el (mail-reply-buffer):
25846 * obsolete/scribe.el (compile-command):
25847 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
25848
25849 2005-08-28 John Paul Wallington <jpw@gnu.org>
25850
25851 * ibuf-ext.el (ibuffer-auto-update-changed):
25852 Use `frame-or-buffer-changed-p' to check whether we need to update.
25853 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
25854 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
25855 as a `frame-or-buffer-changed-p' state vector instead.
25856
25857 2005-08-27 Romain Francoise <romain@orebokech.com>
25858
25859 * textmodes/makeinfo.el (makeinfo-compile):
25860 Use `compilation-start'. Set `next-error-function' according to
25861 `disable-errors'.
25862 (makeinfo-next-error): New function.
25863 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
25864 (makeinfo-buffer): Likewise.
25865
25866 * progmodes/compile.el (compilation-start): Add autoload cookie.
25867
25868 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
25869 * textmodes/sgml-mode.el: Likewise.
25870 * progmodes/python.el: Likewise.
25871
25872 2005-08-27 Eli Zaretskii <eliz@gnu.org>
25873
25874 * simple.el (blink-matching-paren-distance): Document the meaning
25875 of nil value, and allow to customize to nil.
25876
25877 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
25878 command.com, not command.exe.
25879
25880 2005-08-26 John Wiegley <johnw@newartisans.com>
25881
25882 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
25883 code around a bit so that an extraneous nil argument is not added
25884 to a command when no args are given.
25885
25886 * eshell/esh-arg.el (eshell-parse-double-quote): If a
25887 double-quoted argument resolves to nil, return it as an empty
25888 string rather than as nil. This made it impossible to pass "" to
25889 a shell script as a null string argument.
25890
25891 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
25892
25893 * outline.el (outline-invent-heading): New fun.
25894 (outline-promote, outline-demote): Use it.
25895 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
25896 (outline-end-of-subtree): Remove unused var `opoint'.
25897
25898 2005-08-26 David Reitter <david.reitter@gmail.com>
25899
25900 * menu-bar.el (truncate-lines, write-file, print-buffer)
25901 (ps-print-buffer-faces, ps-print-buffer, split-window):
25902 Disable menu items when the frame they refer to is invisible, or when
25903 they refer to a buffer and the minibuffer is selected.
25904
25905 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
25906
25907 * progmodes/flymake.el (flymake-highlight-err-lines):
25908 Use save-excursion around flymake-highlight-line to preserve point.
25909
25910 2005-08-26 Eli Zaretskii <eliz@gnu.org>
25911
25912 * progmodes/octave-mod.el: Change Author and Maintainer address.
25913 (octave-maintainer-address): Change Kurt's email address.
25914 * progmodes/octave-inf.el: Change Author and Maintainer address.
25915 * progmodes/octave-hlp.el: Change Author and Maintainer address.
25916
25917 2005-08-26 Kim F. Storm <storm@cua.dk>
25918
25919 * subr.el (version-list-<, version-list-<=, version-list-=):
25920 Rename from integer-list-*.
25921 (version-list-not-zero): Likewise. Fix while loop.
25922 (version=): Use version-list-= instead of string-equal.
25923
25924 2005-08-26 Richard M. Stallman <rms@gnu.org>
25925
25926 * outline.el (outline-promote): Try shortening the heading.
25927 As last resort, read the heading to use.
25928 (outline-demote): As last resort, read the heading to use.
25929
25930 2005-08-26 Romain Francoise <romain@orebokech.com>
25931
25932 * progmodes/compile.el (compilation-start): Doc fix.
25933
25934 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
25935 (antlr-font-lock-additional-keywords): Fix reference to
25936 `antlr-font-lock-literal-regexp' erroneously changed during the
25937 mass face rename.
25938 (antlr-run-tool): Use `compilation-start'.
25939
25940 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
25941 instead of the obsolete `compile-internal'.
25942
25943 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
25944
25945 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
25946 (number, original-date):
25947 * calendar/cal-china.el (date):
25948 * calendar/cal-coptic.el (date):
25949 * calendar/cal-french.el (date):
25950 * calendar/cal-hebrew.el (date, entry, number, original-date):
25951 * calendar/cal-islam.el (date, number, original-date):
25952 * calendar/cal-iso.el (date):
25953 * calendar/cal-julian.el (date):
25954 * calendar/cal-mayan.el (date):
25955 * calendar/cal-menu.el (date, event):
25956 * calendar/cal-persia.el (date):
25957 * calendar/lunar.el (date):
25958 * calendar/solar.el (date): Add defvars.
25959
25960 * emerge.el:
25961 * ibuffer.el:
25962 * info-xref.el:
25963 * obsolete/bg-mouse.el:
25964 * obsolete/sun-curs.el:
25965 * obsolete/swedish.el: Move the `defvar's to the top level.
25966
25967 * smerge-mode.el (smerge-refined-change): Add :group.
25968
25969 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
25970
25971 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
25972 (smerge-keep-n): Remove props.
25973 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
25974 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
25975 now that it's done in smerge-keep-n.
25976 (smerge-refined-change): New face.
25977 (smerge-refine-chopup-region, smerge-refine-highlight-change)
25978 (smerge-refine): New funs.
25979 (smerge-basic-map): Bind smerge-refine.
25980
25981 2005-08-25 Juri Linkov <juri@jurta.org>
25982
25983 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
25984 compilation-process-setup-function and compilation-disable-input
25985 in grep-mode instead of let-bindings in grep.
25986
25987 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
25988 Delete "Automatic File De/compression" (auto-compression-mode).
25989
25990 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
25991
25992 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
25993 Silence warning about non-existent variable.
25994
25995 2005-08-25 Richard M. Stallman <rms@gnu.org>
25996
25997 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
25998 Rename "Describe Key" to "Describe Key or Mouse Operation".
25999
26000 * mail/mailalias.el (build-mail-aliases): Delete comments
26001 from the contents before processing them.
26002
26003 * isearch.el (isearch-edit-string): Erase the Search prompt
26004 if user enters an empty string and there is no default.
26005
26006 * comint.el (comint-file-name-prefix): Add autoload.
26007
26008 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
26009
26010 * subr.el (play-sound): Rearrange to avoid warning.
26011
26012 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
26013
26014 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
26015 New hook.
26016 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
26017
26018 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
26019
26020 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
26021
26022 * custom.el (custom-theme-set-variables): Sort minor modes last.
26023
26024 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26025
26026 * subr.el (version-separator, version-regexp-alist): New vars used by
26027 version comparison funs.
26028 (integer-list-<, integer-list-=, integer-list-<=)
26029 (integer-list-not-zero): New funs for integer list comparison.
26030 (version-to-list, version=, version<, version<=): New funs for version
26031 comparison.
26032
26033 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
26034
26035 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
26036 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
26037 time to silence the byte-compiler.
26038
26039 * ibuffer.el (ibuffer-compile-make-eliding-form)
26040 (ibuffer-check-formats): Use `with-no-warnings' to hide references
26041 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
26042 so it's silly to get warnings for it).
26043 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
26044 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
26045 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
26046 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
26047 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
26048 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
26049 Defvar at compile time.
26050 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
26051 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
26052 Declare them before use.
26053
26054 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
26055 (info-xref-good, info-xref-bad): Defvar at compile time.
26056
26057 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
26058 Use `let*' instead of `let'.
26059
26060 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
26061 (*mouse-y*, menu, char): Defvar at compile time.
26062 (sc::menu): Declare it before use.
26063 (sc::pack-one-line): Use `let', not `let*'.
26064
26065 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
26066 (mail-send-hook): Defvar at compile time.
26067
26068 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
26069 Defvar at compile time.
26070
26071 * term/sun-mouse.el (current-global-mousemap)
26072 (current-local-mousemap): Declare them before use.
26073
26074 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
26075
26076 * bookmark.el (bookmark-after-jump-hook): New hook.
26077 (bookmark-jump): Run `bookmark-after-jump-hook'.
26078
26079 2005-08-23 Juri Linkov <juri@jurta.org>
26080
26081 * faces.el (minibuffer-prompt): Doc fix.
26082
26083 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
26084
26085 * progmodes/xscheme.el: Trivial changes to silence warnings.
26086 (xscheme-previous-mode, xscheme-previous-process-state):
26087 Add defvars.
26088 (xscheme-last-input-end, xscheme-process-command-line)
26089 (xscheme-process-name, xscheme-buffer-name)
26090 (xscheme-expressions-ring-max, xscheme-expressions-ring)
26091 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
26092 (xscheme-control-g-synchronization-p)
26093 (xscheme-control-g-disabled-p, xscheme-string-receiver)
26094 (default-xscheme-runlight, xscheme-runlight)
26095 (xscheme-runlight-string, xscheme-process-filter-state)
26096 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
26097 Move to beginning of file.
26098 (scheme-interaction-mode-commands-alist)
26099 (scheme-interaction-mode-map, scheme-debugger-mode-map):
26100 Declare them before use. Note: the initialization code for the
26101 variables has not been moved because it uses functions that reference
26102 the variables.
26103 (xscheme-control-g-message-string, xscheme-process-filter-alist)
26104 (xscheme-prompt-for-expression-map): Declare them before use.
26105 (scheme-debugger-mode-commands): "?\ " -> "?\s".
26106
26107 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
26108
26109 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
26110
26111 2005-08-22 Juri Linkov <juri@jurta.org>
26112
26113 * faces.el (set-face-underline): Delete this duplicate function
26114 and make an obsolete alias to set-face-underline-p.
26115 (set-face-underline-p): Use docstring of set-face-underline.
26116 (describe-face): Create hyperlink to parent face.
26117
26118 * info.el (Info-insert-dir): Use save-excursion around
26119 insert-buffer-substring.
26120 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
26121 (Info-escape-percent): Delete function.
26122 (Info-fontify-node): Replace Info-escape-percent by
26123 replace-regexp-in-string with REP arg set to lambda that
26124 duplicates `%' and preserves text properties.
26125
26126 * progmodes/compile.el (compilation-disable-input): Doc fix.
26127 (define-compilation-mode): Doc fix and refill.
26128 (kill-compilation): Use `mode-name' in the error message.
26129 (compilation-find-file): Use `compilation-error' in the
26130 read-file-name's prompt.
26131
26132 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
26133
26134 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
26135 (smerge-auto-leave): Make undo re-enable the mode.
26136 (debug-ignored-errors): Add the user-error of impossible resolution.
26137 (smerge-resolve): Move things around a bit, in preparation for later.
26138 (smerge-diff): Don't fail if the buffer has no associated file.
26139 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
26140 (smerge-conflict-overlay): New function.
26141 (smerge-match-conflict): Don't add text properties here.
26142 (smerge-find-conflict): Instead, add an overlay here.
26143 Also check for the case where we're inside a conflict already, so as to
26144 obviate the need for font-lock-multiline, which is unbearably slow with
26145 large conflicts and ciomplex font-lock patterns.
26146 (smerge-remove-props): Remove overlay rather than text-properties.
26147 (smerge-mode): Don't set font-lock-multiline.
26148 Remove overlays when turned off.
26149
26150 2005-08-21 Kim F. Storm <storm@cua.dk>
26151
26152 * ido.el (ido-ignore-item-p): Use save-match-data.
26153 Bind case-fold-search to ido-case-fold locally.
26154
26155 2005-08-20 Richard M. Stallman <rms@gnu.org>
26156
26157 * files.el (normal-mode): If font lock is on, turn it off and on.
26158
26159 * subr.el (replace-regexp-in-string): Doc fix.
26160
26161 * startup.el (command-line-1): Don't suppress startup screen
26162 due to existing processes.
26163
26164 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
26165
26166 * progmodes/compile.el (compilation-disable-input): Default to nil.
26167
26168 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
26169
26170 * progmodes/compile.el (compilation-disable-input): New defcustom.
26171 (compilation-start): If compilation-disable-input is non-nil, send
26172 EOF to the compilation process.
26173
26174 2005-08-20 Eli Zaretskii <eliz@gnu.org>
26175
26176 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
26177 Run the argument of tex-shell-cd-command through
26178 convert-standard-filename, to get the correct style of slashes on
26179 Windows, and enclose the result in quotes, in case the file name
26180 includes whitespace or other special characters.
26181
26182 2005-08-19 Andreas Schwab <schwab@suse.de>
26183
26184 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
26185 process.
26186
26187 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
26188
26189 * cus-start.el (minibuffer-prompt-properties): Correct typo.
26190
26191 2005-08-18 Kim F. Storm <storm@cua.dk>
26192
26193 * scroll-lock.el: Fix errors due to incorrect line wrapping.
26194
26195 2005-08-18 Richard M. Stallman <rms@gnu.org>
26196
26197 * scroll-lock.el: New file.
26198
26199 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
26200
26201 * dired.el (dired-move-to-end-of-filename):
26202 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
26203
26204 2005-08-18 Kim F. Storm <storm@cua.dk>
26205
26206 * ido.el (ido-everywhere): Fix defcustom :set function to disable
26207 rather than toggle mode when custom value is nil.
26208 (ido-everywhere): Fix defun doc string.
26209
26210 2005-08-17 Richard M. Stallman <rms@gnu.org>
26211
26212 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
26213 as tag instead of "Inviolable".
26214
26215 2005-08-17 Kim F. Storm <storm@cua.dk>
26216
26217 * windmove.el (windmove-coordinates-of-position): Remove.
26218 (windmove-coordinates-of-window-position): Remove.
26219 (windmove-reference-loc): Use posn-at-point instead.
26220
26221 * subr.el (insert-for-yank-1): Doc fix.
26222
26223 * ido.el (ido-enter-matching-directory): Rename from
26224 ido-enter-single-matching-directory. Change `slash' choice to
26225 `only'. Add `first' choice.
26226 (ido-exhibit): Adapt to above changes.
26227
26228 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
26229
26230 * Makefile.in: Expand comment about building loaddefs.el.
26231
26232 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
26233
26234 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
26235 Comment use of defadvice.
26236
26237 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
26238
26239 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
26240
26241 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
26242 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
26243 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
26244 * progmodes/idlw-shell.el, progmodes/ld-script.el,
26245 * progmodes/which-func.el, ruler-mode.el, strokes.el,
26246 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
26247 for backward compatibility for faces that did not appear in the
26248 previous Emacs release.
26249
26250 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
26251
26252 2005-08-15 Kim F. Storm <storm@cua.dk>
26253
26254 * emulation/cua-base.el (cua-delete-region): Return t if
26255 deleted region was non-empty.
26256 (cua-replace-region): Inhibit overwrite-mode for
26257 self-insert-command if replaced region was non-empty.
26258 (cua--explicit-region-start, cua--status-string): Make them
26259 buffer-local at top-level...
26260 (cua-mode): ...rather than when mode is enabled.
26261
26262 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
26263
26264 * progmodes/vhdl-mode.el (vhdl-emacs-21):
26265 Set t for Emacs 21, 22, and so on.
26266
26267 2005-08-15 David Ponce <david@dponce.com>
26268
26269 * tree-widget.el: Update Commentary header.
26270 (tree-widget-theme): Doc fix.
26271 (tree-widget-space-width): New option.
26272 (tree-widget-image-properties): Look up in the default theme too.
26273 (tree-widget--cursors): Only for images with arrow pointer shape.
26274 (tree-widget-lookup-image): Pointer shape is hand by default.
26275 (tree-widget-icon): Rename generic icon widget from
26276 `tree-widget-control'.
26277 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
26278 derive from `tree-widget-icon'.
26279 (tree-widget-handle): Improve default look and feel of the text
26280 representation.
26281 (tree-widget): Rename :*-control properties to :*-icon properties.
26282 Add :action and :help-echo properties.
26283 (tree-widget-after-toggle-functions): Move.
26284 (tree-widget-close-node, tree-widget-open-node): Remove.
26285 (tree-widget-before-create-icon-functions): New hook.
26286 (tree-widget-value-create): Update to allow customization of icons
26287 and nodes at run-time via that new hook.
26288 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
26289 (tree-widget-icon-action, tree-widget-icon-help-echo)
26290 (tree-widget-action, tree-widget-help-echo): New functions.
26291
26292 2005-08-15 Kim F. Storm <storm@cua.dk>
26293
26294 * ido.el (ido-buffer-internal): Use with-no-warnings.
26295 (ido-make-merged-file-list): Use while-no-input.
26296
26297 2005-08-15 Richard M. Stallman <rms@gnu.org>
26298
26299 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
26300 (flyspell-large-region): Fix doc and custom type.
26301
26302 2005-08-14 Richard M. Stallman <rms@gnu.org>
26303
26304 * files.el (interpreter-mode-alist): Doc fix.
26305
26306 * mail/rmail.el (rmail-nonignored-headers): New variable.
26307 (rmail-clear-headers): Use it.
26308 (rmail-reply): Better handling of mail-followup-to header.
26309
26310 * progmodes/sh-script.el (sh-font-lock-keywords-var):
26311 Rename variable from sh-font-lock-keywords. In the `shell' entry,
26312 don't try to refer to executable-font-lock-keywords.
26313 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
26314 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
26315 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
26316 (sh-mode): Set comment-start-skip, local-abbrev-table,
26317 imenu-case-fold-search.
26318 (sh-set-shell): Don't set them here.
26319 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
26320 Don't cache the results in the original alist; don't ever modify
26321 that alist.
26322
26323 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
26324
26325 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
26326 empty.
26327
26328 2005-08-15 Andreas Schwab <schwab@suse.de>
26329
26330 * desktop.el: Put autoload cookie at risky-local-variable declarations.
26331
26332 * dired.el, info.el, mail/rmail.el: Revert last change.
26333
26334 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
26335
26336 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
26337 modification in `eval-after-load' form.
26338 * info.el: Likewise.
26339 * mail/rmail.el: Likewise.
26340
26341 2005-08-14 Juri Linkov <juri@jurta.org>
26342
26343 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26344 Remove highlighting of "Compilation started". Highlight only
26345 the word "finished" in "Compilation finished". Add highlighting
26346 of "interrupt", "killed", "terminated" and the exit code.
26347 (compilation-start): Add newline after header. Use exactly the
26348 same time stamp format as the finishing message.
26349 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
26350
26351 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
26352 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
26353 Add highlighting of "interrupt", "killed", "terminated".
26354
26355 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
26356 enabled and the current command is self-insert-command, call it
26357 explicitly with overwrite-mode bound to nil, to not allow it
26358 to delete the character after the selected region.
26359
26360 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
26361
26362 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
26363 move-end-of-line, end-of-line, and beginning-of-line to the list
26364 of commands after which the echo area is updated.
26365
26366 2005-08-12 Eli Zaretskii <eliz@gnu.org>
26367
26368 * cus-edit.el (custom-save-all, custom-save-delete):
26369 Bind recentf-exclude to exclude custom-file.
26370
26371 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
26372
26373 * mail/rmailsum.el (rmail-summary-end-of-message): New command
26374 to go to the bottom of the mail message. Added to
26375 `rmail-summary-mode-map' with key "/".
26376 (rmail-summary-show-message): New (internal) function for use by
26377 both `rmail-summary-beginning/end-of-message'.
26378 (rmail-summary-beginning-of-message): Change to use
26379 rmail-summary-show-message.
26380
26381 * mail/rmail.el (rmail-end-of-message): New command to go to the
26382 end of the current message. Added to `rmail-mode-map' with key "/".
26383 (rmail-beginning-of-message): Fix to work as documented.
26384 (rmail-mode): Change documentation.
26385
26386 * progmodes/compile.el (compilation-start): Add the line
26387 "Compilation started" with compilation start time.
26388 (compilation-mode-font-lock-keywords): Add `started' to keywords.
26389
26390 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
26391
26392 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
26393 of menu items.
26394
26395 2005-08-11 Richard M. Stallman <rms@gnu.org>
26396
26397 * simple.el (pop-global-mark): Reverse test of widen-automatically.
26398
26399 * battery.el (battery-status-function): Don't use ignore-errors.
26400
26401 2005-08-11 Lute Kamstra <lute@gnu.org>
26402
26403 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
26404 define-obsolete-variable-alias.
26405
26406 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
26407
26408 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
26409 (ange-ftp-send-cmd): Revert last change, and expand
26410 the comment explaining the problem.
26411
26412 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
26413
26414 * ldefs-boot.el: Update.
26415
26416 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
26417 item to "Time, Load and Mail". Change help echo text.
26418
26419 * time.el (display-time-use-mail-icon, display-time-format)
26420 (display-time-string-forms): Shorten first line of docstrings.
26421
26422 2005-08-10 Lars Hansen <larsh@soem.dk>
26423
26424 * desktop.el (desktop-buffer-mode-handlers):
26425 Make non-customizable. Add autoload cookie. Change initial value to
26426 nil; add elements in respective modules instead. Fix doc string.
26427 (desktop-load-file): New function.
26428 (desktop-minor-mode-handlers): New autoloaded variable.
26429 (desktop-create-buffer): Call minor mode handlers.
26430 Use desktop-load-file to load major and minor mode modules prior to
26431 checking for a handler.
26432 (desktop-save): Don't add nil to desktop-minor-modes for minor
26433 modes with nil function in desktop-minor-mode-table. Don't delete
26434 desktop file before rewriting it.
26435 (desktop-locals-to-save): Add autoload cookie. Don't make
26436 automatically buffer-local. Add variables column-number-mode,
26437 size-indication-mode, indent-tabs-mode,
26438 indicate-buffer-boundaries, indicate-empty-lines and
26439 show-trailing-whitespace.
26440 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
26441 regexps. Don't use desktop-clear-preserve-buffers-regexp.
26442 (desktop-clear-preserve-buffers-regexp): Delete.
26443 (desktop-clear-preserve-buffers): Update initial value and docstring.
26444 (desktop-save-buffer): Fix doc string.
26445
26446 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
26447 (hilit-chg-desktop-restore): New function.
26448 (highlight-changes-mode): Add highlight-changes-mode to
26449 desktop-locals-to-save.
26450
26451 * dired.el: Add handler to desktop-buffer-mode-handlers.
26452 (dired-restore-desktop-buffer): Remove autoload cookie.
26453 (dired-mode): Add autoload cookie.
26454
26455 * info.el: Add handler to desktop-buffer-mode-handlers.
26456 (Info-restore-desktop-buffer): Remove autoload cookie.
26457 (Info-mode): Add autoload cookie.
26458
26459 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
26460 (mh-restore-desktop-buffer): Remove autoload cookie.
26461 (mh-folder-mode): Add autoload cookie.
26462
26463 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
26464 (rmail-restore-desktop-buffer): Remove autoload cookie.
26465
26466 2005-08-11 Masatake YAMATO <jet@gyve.org>
26467
26468 * hexl.el (hexl-address-region):
26469 (hexl-ascii-region, hexl-font-lock-keywords):
26470 (hexl-highlight-line-range): Use the term "region"
26471 instead of "area" for consistency with the other symbols
26472 defined in hexl.el.
26473
26474 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
26475
26476 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
26477 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
26478 out by Juri Linkov). Add `display-battery-mode'.
26479
26480 2005-08-09 Juri Linkov <juri@jurta.org>
26481
26482 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26483 Remove `-text' from face variable names.
26484 (compilation-error-file-name, compilation-warning-file-name)
26485 (compilation-info-file-name): Delete faces.
26486 (compilation-line-number, compilation-column-number):
26487 Remove face underlining.
26488 (compilation-message-face): Set to `underline' value by default.
26489 (compilation-error-face, compilation-warning-face)
26490 (compilation-info-face): Remove `-file-name' from face names.
26491 (compilation-error-text-face, compilation-warning-text-face)
26492 (compilation-info-text-face): Delete face variables.
26493 (compilation-text-face): Delete function.
26494
26495 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
26496 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
26497 (grep-error-face): Set to `compilation-error' instead of
26498 `compilation-error-face' (which is redefined to `grep-hit-face' in
26499 grep buffers).
26500 (grep-mode-font-lock-keywords): Remove `-text' from face variable
26501 names. Use `grep-error-face' instead of `compilation-error-text-face'.
26502
26503 * dired-aux.el (dired-do-query-replace-regexp):
26504 Use `query-replace-read-args'.
26505
26506 * replace.el (query-replace-read-from, query-replace-read-to)
26507 (query-replace-read-args): Rename arg `string' to `prompt'.
26508
26509 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
26510
26511 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
26512
26513 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
26514 uploading files.
26515 (ange-ftp-canonize-filename): Handle file names beginning with ~
26516 correctly.
26517
26518 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26519
26520 * textmodes/fill.el (canonically-space-region)
26521 (fill-context-prefix, fill-french-nobreak-p)
26522 (fill-delete-newlines, fill-comment-paragraph)
26523 (justify-current-line): "?\ " -> "?\s".
26524
26525 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
26526
26527 * textmodes/fill.el (fill-nonuniform-paragraphs):
26528 Improve argument/docstring consistency.
26529
26530 2005-08-09 Richard M. Stallman <rms@gnu.org>
26531
26532 * textmodes/ispell.el (ispell-word): More fboundp checks.
26533
26534 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
26535 (find-file-noselect-1): Call it here, only if RAWFILE.
26536 (normal-mode): Always set some major mode.
26537 (save-some-buffers-action-alist): Change some explanation strings.
26538 (file-name-non-special): In the `quote' method, use unwind-protect.
26539
26540 2005-08-09 Magnus Henoch <mange@freemail.hu>
26541
26542 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
26543 (ispell-have-aspell-dictionaries): New variable.
26544 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
26545 (ispell-get-aspell-config-value): New function.
26546 (ispell-aspell-find-dictionary): New function.
26547 (ispell-aspell-add-aliases): New function.
26548 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
26549 appropriate. Don't look for ispell dictionaries if we use aspell.
26550 (ispell-menu-map): Don't build a submenu of dictionaries.
26551
26552 2005-08-09 Richard M. Stallman <rms@gnu.org>
26553
26554 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
26555 (sql-read-passwd): Use read-passwd.
26556
26557 * progmodes/idlw-toolbar.el (idlwave-toolbar)
26558 (idlwave-toolbar-is-possible): Add defvars.
26559
26560 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
26561 Avoid warnings.
26562
26563 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
26564 (idlwave-system-class-info, idlwave-executive-commands-alist):
26565 Use defvar.
26566
26567 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
26568
26569 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
26570 Avoid warnings.
26571
26572 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
26573 and content-type: headers.
26574
26575 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
26576
26577 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
26578 and rename some of them to be more self-explanatory.
26579
26580 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
26581
26582 * startup.el (command-line-1): Implement -scriptload.
26583
26584 * replace.el (occur-engine): Initial *Occur* output not undoable.
26585
26586 * menu-bar.el (menu-bar-file-menu): Rename some menu items
26587 and improve help strings.
26588
26589 * isearch.el (isearch-repeat): When changing direction,
26590 mark search successful.
26591
26592 * ediff-init.el: Use (featurep 'xemacs).
26593
26594 * comint.el (send-invisible): Identify buffer, if not selected.
26595
26596 * align.el: Delete autoload for c-guess-basic-syntax.
26597
26598 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26599
26600 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
26601 Improve argument/docstring consistency. Doc fixes.
26602 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
26603 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
26604 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
26605 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
26606 (r2bv-organization, r2bv-pages, r2bv-primary-author)
26607 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
26608 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
26609 Defvar at compile time.
26610
26611 2005-08-09 Juri Linkov <juri@jurta.org>
26612
26613 * info.el: Replace `info' with upper-case `Info' where appropriate.
26614 (info-title-1, info-title-2, info-title-3, info-title-4)
26615 (info-menu-header): Move up face definitions.
26616 (info-menu-star): Rename from `info-menu-5'.
26617 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
26618 (Info-fontify-visited-nodes): Fix docstring.
26619 (Info-hide-note-references): Fix docstring.
26620 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
26621 menu items in the same way as on cross-references.
26622 (info-apropos): Fix sorting order and formatting to be like in the
26623 stand-alone Info browser. Display error messages for 1 sec.
26624 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
26625 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
26626 from the menu bar.
26627 (Info-insert-dir): Restore point after calling
26628 `insert-buffer-substring'.
26629
26630 2005-08-08 Richard M. Stallman <rms@gnu.org>
26631
26632 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
26633 (recompute-lucid-menubar): Add defvars.
26634
26635 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
26636
26637 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
26638
26639 * net/net-utils.el (run-dig): Rename from `dig'.
26640
26641 * play/gametree.el (gametree-mode): Use make-local-variable,
26642 not make-variable-buffer-local.
26643
26644 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
26645
26646 * ansi-color.el (ansi-color-make-extent)
26647 (ansi-color-set-extent-face): Use fboundp, not functionp.
26648
26649 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
26650 not make-variable-buffer-local.
26651
26652 * bookmark.el (Info-current-file): Add defvar.
26653 (bookmark-jump-noselect): Use with-no-warnings.
26654
26655 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
26656
26657 * ebuff-menu.el (Helper-return-blurb): Add defvar.
26658
26659 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
26660
26661 * find-file.el (ada-procedure-start-regexp)
26662 (ada-package-start-regexp): Add defvars.
26663
26664 * info.el (Info-insert-dir): Use insert-buffer-substring.
26665
26666 * xml.el (xml-att-def-re): Add defvar.
26667
26668 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
26669 calling convention.
26670
26671 * subr.el (while-no-input): Return t if there is input.
26672
26673 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
26674
26675 * cus-start.el (all): Add `overflow-newline-into-fringe'.
26676
26677 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
26678
26679 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
26680 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
26681
26682 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
26683
26684 * cmuscheme.el (scheme-start-file): Replace reference to
26685 `user-emacs-directory' by "~/.emacs.d/".
26686
26687 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
26688
26689 * info.el (Info-dir-remove-duplicates): Avoid case folding
26690 in loop; instead, keep downcased strings for comparison.
26691 Suggested by Helmut Eller.
26692
26693 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
26694
26695 Sync with Tramp 2.0.50.
26696
26697 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
26698 XEmacs case; not necessary anymore.
26699 (tramp-user-regexp): Allow "@" as part of user name.
26700 (tramp-handle-set-visited-file-modtime)
26701 (tramp-handle-insert-file-contents)
26702 (tramp-handle-write-region): No special handling for
26703 `last-coding-system-used, because this is done in
26704 `tramp-accept-process-output' now.
26705 (tramp-accept-process-output): New defun.
26706 (tramp-process-one-action, tramp-process-one-multi-action)
26707 (tramp-wait-for-regexp, tramp-wait-for-output)
26708 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
26709 Howells <dhowells@redhat.com>.
26710 (clear-visited-file-modtime): Defadvice removed. The check for
26711 unset buffer's modtime does not need to be based on
26712 `tramp-buffer-file-attributes'. Suggested by RMS.
26713 (tramp-message): Insert "\n" if not being at beginning of line.
26714 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
26715 sequence with same logic.
26716 (tramp-completion-handle-expand-file-name): Discard call of
26717 `tramp-drop-volume-letter'. It is not necessary, and there have
26718 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
26719 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
26720 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
26721 should always be visible.
26722 (tramp-handle-insert-directory, tramp-setup-complete)
26723 (tramp-set-process-query-on-exit-flag)
26724 (tramp-append-tramp-buffers): Pacify byte-compiler.
26725 (tramp-bug): Delete non-existing variables from list.
26726 Apply `tramp-load-report-modules' as pre-hook.
26727 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
26728 `shell-prompt-pattern' because of non-7bit characters.
26729 Reported by Sebastian Luque <sluque@mun.ca>.
26730 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
26731 (tramp-match-string-list): Remove function.
26732 (tramp-wait-for-regexp): Remove call of that function.
26733 Suggested by Kim F. Storm <storm@cua.dk>.
26734 (tramp-set-auto-save-file-modes): Use octal integer code #o600
26735 instead of octal character code ?\600. The latter resulted in a
26736 syntax error with XEmacs.
26737
26738 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
26739 XEmacs case; not necessary anymore.
26740 (tramp-smb-handle-write-region): No special handling for
26741 `last-coding-system-used, because this is done in
26742 `tramp-accept-process-output' now.
26743 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
26744
26745 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
26746
26747 * wid-edit.el (widget-choice-value-create):
26748 Unconditionally respect user choice. Set :explicit-choice back to nil
26749 when no longer needed.
26750 (widget-choice-action): Unconditionally respect user choice.
26751 Eliminate :explicit-choice-value.
26752
26753 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
26754
26755 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
26756 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
26757 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
26758 running new function `toggle-indicate-empty-lines'.
26759 Rename "Customize" item to "Customize fringe".
26760 Rename "Indicators" item to "Buffer boundaries" and change help echo.
26761 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
26762 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
26763 Delete "Empty lines only" item.
26764 (menu-bar-showhide-fringe-ind-customize): New function.
26765 (menu-bar-showhide-fringe-ind-mixed)
26766 (menu-bar-showhide-fringe-ind-box)
26767 (menu-bar-showhide-fringe-ind-right)
26768 (menu-bar-showhide-fringe-ind-left)
26769 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
26770 instead of `fringe-indicators'.
26771
26772 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26773
26774 * emulation/viper.el (viper-emacs-state-mode-list):
26775 Add recentf-dialog-mode. Change the date of last update.
26776
26777 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26778
26779 * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
26780 (viper-exec-yank, viper-put-back): Don't display modification msg
26781 if in the minibuffer.
26782
26783 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
26784 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
26785 Make variables frame local.
26786
26787 * emulation/viper-util.el (viper-append-filter-alist):
26788 Use append instead of nconc.
26789
26790 * emulation/viper.el (viper-vi-state-mode-list)
26791 (viper-emacs-state-mode-list): Move help-mode and
26792 completion-list-mode from the first list to the second.
26793 (viper-mode): Docstring.
26794 (viper-go-away, viper-non-hook-settings): Don't localize
26795 minor-mode-alist in newer Emacsen. Add advice to
26796 set-cursor-color. Don't bind "\C-c\\".
26797
26798 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
26799
26800 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
26801 (scheme-macro-expand-command): New user options.
26802 (scheme-trace-procedure, scheme-expand-current-form): New commands.
26803 (scheme-form-at-point, scheme-start-file)
26804 (scheme-interactively-start-process): New functions.
26805 (scheme-get-process): New function, extracted from `scheme-proc'.
26806 (run-scheme): Call `scheme-start-file' to get start file, and pass
26807 it to `make-comint'.
26808 (switch-to-scheme, scheme-proc):
26809 Call `scheme-interactively-start-process' if no Scheme buffer/process
26810 is available.
26811
26812 2005-08-06 Juri Linkov <juri@jurta.org>
26813
26814 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26815 Use `compilation-text-face', `compilation-info-text-face' and
26816 `compilation-error-text-face' instead of `font-lock-keyword-face'.
26817 (compilation-error): New face.
26818 (compilation-error-file-name): Inherit from
26819 `compilation-error' instead of `font-lock-warning-face'.
26820 (compilation-warning-file-name): Inherit from
26821 `compilation-warning' instead of `font-lock-warning-face'.
26822 (compilation-info, compilation-error-file-name)
26823 (compilation-warning-file-name, compilation-info-file-name)
26824 (compilation-line-number, compilation-column-number): Doc fix.
26825 (compilation-error-text-face, compilation-warning-text-face)
26826 (compilation-info-text-face): New face variables.
26827 (compilation-line-face, compilation-column-face)
26828 (compilation-enter-directory-face)
26829 (compilation-leave-directory-face): Doc fix.
26830 (compilation-text-face): New function.
26831
26832 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
26833 instead of 1 to display binary file names as info file links.
26834 (grep-error-face): Use `compilation-error-face' instead of
26835 `font-lock-keyword-face'.
26836 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
26837 and `compilation-warning-text-face' instead of
26838 `font-lock-keyword-face'. Use `compilation-error-text-face'
26839 instead of `grep-error-face'.
26840
26841 2005-08-05 Kenichi Handa <handa@m17n.org>
26842
26843 * international/code-pages.el: Add autoload cookies for all coding
26844 systems.
26845
26846 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
26847
26848 * cus-start.el (all): Put undo.c where it alphabetically belongs.
26849
26850 2005-08-04 Juri Linkov <juri@jurta.org>
26851
26852 * progmodes/compile.el (compilation-mode-map):
26853 * progmodes/grep.el (grep-mode-map):
26854 Bind TAB to `compilation-next-error' and [backtab] to
26855 `compilation-previous-error'.
26856
26857 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
26858 matching line numbers, column numbers and their ranges with regexp
26859 matching only line numbers.
26860 (grep-context-face): New face variable.
26861 (grep-mode-font-lock-keywords): Use it.
26862
26863 * faces.el (read-face-name): Delete duplicate faces.
26864
26865 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
26866
26867 * thumbs.el (thumbs-find-image): Don't make variables
26868 automatically buffer local.
26869 (thumbs-current-tmp-filename, thumbs-current-image-filename)
26870 (thumbs-image-num): Make automatically buffer local.
26871 (thumbs-show-thumbs-list): Use `make-local-variable', not
26872 `make-variable-buffer-local'.
26873 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
26874
26875 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
26876 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
26877 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
26878 (bother, bye, canyou, chatlst, continue, deathlst, describe)
26879 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
26880 (feelings-about, foullst, found, hello, history, howareyoulst)
26881 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
26882 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
26883 (neglst, obj, object, owner, please, problems, qlist)
26884 (random-adjective, relation, remlst, repetitive-shortness)
26885 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
26886 (shortlst, something, sportslst, stallmanlst, states, subj)
26887 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
26888 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
26889 Defvar at compile time.
26890
26891 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
26892 not `make-variable-buffer-local'.
26893
26894 2005-08-02 Kim F. Storm <storm@cua.dk>
26895
26896 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
26897 rectangle overlay in selected window.
26898
26899 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
26900
26901 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
26902 instead of display group. Make `indicate-buffer-boundaries'
26903 customizable through Custom.
26904
26905 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
26906
26907 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
26908 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
26909 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
26910 (gdb-put-string): Fix typos in docstrings.
26911
26912 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
26913
26914 Update copyright notices of files in progmodes directory for
26915 release of Emacs 22.1.
26916
26917 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
26918
26919 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
26920 Don't barf if the GUD buffer has been killed.
26921
26922 2005-08-01 Kim F. Storm <storm@cua.dk>
26923
26924 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
26925
26926 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
26927
26928 * simple.el (next-error-follow-minor-mode):
26929 make-variable-buffer-local -> make-local-variable.
26930
26931 * emacs-lisp/cl-extra.el: Require CL also when compiling.
26932
26933 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
26934 (byte-compile-form-make-variable-buffer-local): New functions to warn
26935 about misuses of make-variable-buffer-local where make-local-variable
26936 was meant.
26937
26938 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
26939
26940 * bs.el (bs-attributes-list): Doc fix.
26941 (bs): Update url-link.
26942
26943 * desktop.el (desktop-save-buffer): Fix typos in docstring.
26944 (desktop-load-default): Simplify.
26945
26946 * ibuffer.el (ibuffer-columnize-and-insert-list)
26947 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
26948 (ibuffer-unmark-all, ibuffer-toggle-marks)
26949 (ibuffer-unmark-forward, ibuffer-unmark-backward)
26950 (ibuffer-compile-make-format-form, ibuffer-format-column)
26951 (ibuffer-current-buffers-with-marks)
26952 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
26953 (ibuffer): Doc fix.
26954 (ibuffer-mode): Fix typo in docstring.
26955 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
26956 with `define-obsolete-variable-alias'.
26957 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
26958
26959 2005-07-29 Kenichi Handa <handa@m17n.org>
26960
26961 * international/mule-cmds.el (select-message-coding-system):
26962 Be sure to use LF for end-of-line. If no coding system is decided,
26963 return iso-8859-1-unix.
26964
26965 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
26966
26967 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
26968 (ange-ftp-pending-error-line): New vars.
26969 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
26970 to handle the non-fatal no-route-to-host messages.
26971 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
26972
26973 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
26974
26975 * isearch.el (isearch-mode-map, isearch-other-meta-char)
26976 (isearch-quote-char, isearch-printing-char)
26977 (isearch-text-char-description): "?\ " -> "?\s".
26978 (isearch-lazy-highlight-cleanup)
26979 (isearch-lazy-highlight-initial-delay)
26980 (isearch-lazy-highlight-interval)
26981 (isearch-lazy-highlight-max-at-a-time)
26982 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
26983 Declare with define-obsolete-*-alias macros.
26984 (isearch-forward): Fix typo in docstring.
26985 (search-invisible, search-ring-yank-pointer)
26986 (regexp-search-ring-yank-pointer): Doc fixes.
26987
26988 * recentf.el (recentf-menu-append-commands-p): Declare with
26989 `define-obsolete-variable-alias'.
26990 (recentf-max-saved-items, recentf-menu-filter)
26991 (recentf-arrange-by-rule-subfilter): Doc fixes.
26992 (recentf-menu-append-commands-flag)
26993 (recentf-initialize-file-name-history, recentf-expand-file-name)
26994 (recentf-clear-data): Fix typos in docstrings.
26995
26996 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
26997
26998 * progmodes/gdb-ui.el: Smarten comments.
26999 (gdb-info-breakpoints-custom): Use nowarn when finding file.
27000
27001 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
27002
27003 * term/apollo.el (terminal-init-apollo): New function containing
27004 all former top level forms in the file.
27005 * term/bobcat.el (terminal-init-bobcat):
27006 * term/cygwin.el (terminal-init-cygwin):
27007 * term/iris-ansi.el (terminal-init-iris-ansi):
27008 * term/linux.el (terminal-init-linux):
27009 * term/news.el (terminal-init-news):
27010 * term/rxvt.el (terminal-init-rxvt):
27011 * term/sun.el (terminal-init-sun):
27012 * term/tvi970.el (terminal-init-tvi970):
27013 * term/vt100.el (terminal-init-vt100):
27014 * term/vt102.el (terminal-init-vt102):
27015 * term/vt125.el (terminal-init-vt125):
27016 * term/vt200.el (terminal-init-vt200):
27017 * term/vt201.el (terminal-init-vt201):
27018 * term/vt220.el (terminal-init-vt220):
27019 * term/vt240.el (terminal-init-vt240):
27020 * term/vt300.el (terminal-init-vt300):
27021 * term/vt320.el (terminal-init-vt320):
27022 * term/vt400.el (terminal-init-vt400):
27023 * term/vt420.el (terminal-init-vt420):
27024 * term/wyse50.el (terminal-init-wyse50):
27025 * term/xterm.el (terminal-init-xterm): Likewise.
27026
27027 * term/README: Describe the terminal-init-* functionality.
27028
27029 * startup.el (command-line): After loading the terminal initialization
27030 file call the corresponding terminal initialization function.
27031
27032 2005-07-27 Kenichi Handa <handa@m17n.org>
27033
27034 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
27035 negative.
27036
27037 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
27038 (ps-mule-composition-prologue): Fix for the case that
27039 RelativeCompose is false.
27040
27041 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
27042
27043 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
27044
27045 * descr-text.el (describe-char): Handle the case where the list of
27046 chars is displayed in a separate frame.
27047 Be a bit more discriminating when looking for the char.
27048
27049 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
27050
27051 * bookmark.el (bookmark-automatically-show-annotations)
27052 (bookmark-read-annotation-text-func): Doc fixes.
27053 (bookmark-save): Improve argument/docstring consistency.
27054 (bookmark-get-bookmark, bookmark-get-bookmark-record)
27055 (bookmark-alist-from-buffer)
27056 (bookmark-upgrade-file-format-from-0)
27057 (bookmark-grok-file-format-version)
27058 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
27059 (bookmark-read-annotation-mode)
27060 (bookmark-insert-current-bookmark, bookmark-jump)
27061 (bookmark-exit-hook): Fix typos in docstrings.
27062 (bookmark-exit-hooks): Define as obsolete alias.
27063 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
27064 not `bookmark-exit-hooks'. Fix docstring.
27065 (bookmark-bmenu-select): "?\ " -> "?\s".
27066
27067 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
27068
27069 * startup.el (command-line): Fix typo.
27070
27071 2005-07-24 Richard M. Stallman <rms@gnu.org>
27072
27073 * tooltip.el (tooltip-mode): Test emacs-basic-display,
27074 not emacs-quick-startup.
27075
27076 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
27077
27078 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
27079 (reb-next-match, reb-show-subexp): Use `with-selected-window'
27080 instead of `reb-with-current-window'.
27081 (reb-prev-match): Likewise. Also, don't move left if the search
27082 was unsuccessful.
27083 (reb-initialize-buffer): New function.
27084 (re-builder, reb-change-syntax): Use it.
27085
27086 * man.el (Man-goto-page): Make second argument NOERROR optional.
27087
27088 2005-07-23 Richard M. Stallman <rms@gnu.org>
27089
27090 * man.el (Man-bgproc-sentinel): Check here for failure to find
27091 any man page in the output, and report the error here.
27092 (Man-arguments): Make it permanent local.
27093 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
27094 (Man-mode): Pass t for NOERROR.
27095
27096 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
27097 (grep-mode-font-lock-keywords):
27098 Don't use compilation-...-face for messages that are not file names.
27099
27100 * progmodes/compile.el (compilation-mode-font-lock-keywords):
27101 Don't use compilation-...-face for messages that are not file names.
27102
27103 2005-07-22 Juri Linkov <juri@jurta.org>
27104
27105 * startup.el (normal-splash-screen): Update menu name.
27106
27107 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
27108
27109 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
27110
27111 * term/xterm.el: Load term/rxvt if the terminal is actually an
27112 rxvt terminal.
27113 (xterm-rxvt-set-background-mode): Remove, not used anymore.
27114
27115 * term/rxvt.el (function-key-map): Use substitute-key-definition
27116 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
27117
27118 * term/cygwin.el: New file.
27119
27120 2005-07-22 Kim F. Storm <storm@cua.dk>
27121
27122 * image-file.el (insert-image-file, image-file-yank-handler):
27123 Fix last change to maintain a (unique) yank-handler on yanked images.
27124
27125 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
27126
27127 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
27128 of the file size (as in "177B" for 177 bytes). This happens with
27129 "ls -lh" on FreeBSD.
27130
27131 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
27132
27133 * hilit-chg.el (highlight-changes-global-initial-state)
27134 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
27135 (hilit-chg-fixup, highlight-changes-mode):
27136 Fix typos in docstrings.
27137 (highlight-changes-global-modes, highlight-changes-rotate-faces):
27138 Doc fixes.
27139
27140 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
27141
27142 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
27143 mode function using `eval-after-load'.
27144
27145 2005-07-21 Kim F. Storm <storm@cua.dk>
27146
27147 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
27148 included when reporting an Emacs crash, and tell about the DEBUG file.
27149
27150 * image-file.el (insert-image-file): Add yank-handler.
27151 (image-file-yank-handler): Yank handler to make unique copies of
27152 images when they are yanked into a buffer next to each other.
27153
27154 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
27155
27156 * comint.el (comint-use-prompt-regexp, comint-send-input)
27157 (comint-source-default, comint-extract-string)
27158 (comint-get-source, comint-word, comint-completion)
27159 (comint-source, comint-prompt-read-only, comint-update-fence):
27160 Fix typos in docstrings.
27161 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
27162 Declare with define-obsolete-*-alias macros.
27163 (comint-previous-matching-input-from-input)
27164 (comint-next-matching-input-from-input)
27165 (comint-previous-matching-input, comint-next-matching-input)
27166 (comint-forward-matching-input):
27167 Improve argument/docstring consistency.
27168
27169 * desktop.el (desktop-clear-preserve-buffers-regexp):
27170 Also preserve the *server* buffer.
27171
27172 * simple.el (clone-indirect-buffer): Doc fix.
27173 (fixup-whitespace, just-one-space)
27174 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
27175 (next-error, next-error-highlight)
27176 (next-error-highlight-no-select, next-error-last-buffer)
27177 (next-error-buffer-p, next-error-find-buffer, next-error)
27178 (previous-error, next-error-no-select, previous-error-no-select)
27179 (open-line, split-line, minibuffer-prompt-width, kill-new)
27180 (binary-overwrite-mode): Fix typos in docstrings.
27181 (set-fill-column): Fix typo in message.
27182
27183 * skeleton.el (skeleton-proxy-new): Doc fix.
27184
27185 * strokes.el (strokes-load-hook): Doc fix.
27186 (strokes-grid-resolution, strokes-get-grid-position)
27187 (strokes-renormalize-to-grid, strokes-read-stroke)
27188 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
27189 (strokes-global-map): Fix typos in docstrings.
27190 (strokes-help): Doc fix. Fix help message and pass it through
27191 `substitute-command-keys'.
27192
27193 * tempo.el (tempo-insert-prompt, tempo-interactive)
27194 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
27195 (tempo-insert-string-functions, tempo-local-tags)
27196 (tempo-define-template, tempo-insert-template)
27197 (tempo-insert-prompt-compat, tempo-is-user-element)
27198 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
27199 Fix typos in docstrings.
27200
27201 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
27202 (vcursor-key-bindings, vcursor-use-vcursor-map)
27203 (vcursor-find-window, vcursor-scroll-down)
27204 (vcursor-disable, vcursor-beginning-of-buffer)
27205 (vcursor-end-of-buffer): Fix typos in docstrings.
27206 (vcursor-relative-move, vcursor-get-char-count):
27207 Improve argument/docstring consistency.
27208
27209 * version.el: "?\ " -> "?\s".
27210
27211 * wid-edit.el (widget-default-create, widget-after-change)
27212 (widget-default-format-handler, widget-checklist-add-item)
27213 (widget-radio-add-item, widget-choose, widget-specify-secret)
27214 (widget-field-value-create, widget-field-value-get)
27215 (widget-editable-list-format-handler)
27216 (widget-editable-list-entry-create, widget-group-value-create)
27217 (widget-documentation-link-add)
27218 (widget-documentation-string-value-create): "?\ " -> "?\s".
27219 (widget-convert-text): Doc fix.
27220 (widget-narrow-to-field, widget-field-find)
27221 (widget-url-link-action, widget-emacs-library-link-action)
27222 (widget-color-notify): Fix typos in docstrings.
27223
27224 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
27225 (x-select-text, set-w32-system-coding-system)
27226 (w32-add-charset-info): Fix typos in docstrings.
27227
27228 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
27229 (cua-enable-cua-keys, cua-use-hyper-key)
27230 (cua-virtual-rectangle-edges): Fix typos in docstrings.
27231 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
27232
27233 * net/tramp.el (tramp-handle-load): Fix typo in error message.
27234
27235 * emacs-lisp/re-builder.el (regexp-builder): Declare with
27236 `defalias' instead of faking it.
27237
27238 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
27239 (eshell-ls-missing, eshell-ls-dired-initial-args)
27240 (eshell-ls-use-in-dired): Fix typos in docstrings.
27241
27242 2005-07-20 Kim F. Storm <storm@cua.dk>
27243
27244 * emulation/cua-base.el (cua-mode): Improve doc string.
27245
27246 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
27247
27248 * abbrev.el (expand-region-abbrevs): Doc fix.
27249 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
27250 Improve argument/docstring consistency.
27251
27252 * arc-mode.el (archive-get-descr, archive-alternate-display):
27253 Doc fixes.
27254 (archive-l-e): Improve argument/docstring consistency.
27255 (archive-tmpdir, archive-unixdate, archive-unixtime)
27256 (archive-chmod-entry): Fix typos in docstrings.
27257 (archive-unflag, archive-unflag-backwards)
27258 (archive-unmark-all-files): "?\ " -> "?\s".
27259
27260 * buff-menu.el (Buffer-menu-unmark): Doc fix.
27261 (Buffer-menu-not-modified, Buffer-menu-execute)
27262 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
27263 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
27264
27265 * composite.el (compose-string, encode-composition-rule)
27266 (compose-last-chars): Fix typos in docstrings.
27267
27268 * desktop.el (desktop-enable, desktop-basefilename):
27269 Declare with `define-obsolete-variable-alias'.
27270 (desktop-internal-v2s): Don't quote keywords.
27271 (desktop-clear): "?\ " -> "?\s".
27272
27273 * dired.el (dired-align-file, dired-flag-backup-files)
27274 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
27275 (dired-listing-switches, dired-ls-F-marks-symlinks)
27276 (dired-dwim-target, dired-load-hook, dired-mode-hook)
27277 (dired-directory, dired-faces, dired, dired-revert)
27278 (dired-mode, dired-summary, dired-view-file)
27279 (dired-copy-filename-as-kill, dired-delete-file)
27280 (dired-no-confirm, dired-unmark-all-marks)
27281 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
27282 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
27283 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
27284 Fix typos in message strings.
27285
27286 * dired-x.el (virtual-dired): Declare with `defalias'.
27287 (dired-mark-unmarked-files, dired-local-variables-file)
27288 (dired-omit-here-always): Doc fix.
27289 (dired-omit-mode, dired-find-subdir)
27290 (dired-enable-local-variables, dired-clean-up-buffers-too)
27291 (dired-extra-startup, dired-mark-extension, dired-jump)
27292 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
27293 (dired-smart-shell-command, dired-guess-shell-alist-user)
27294 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
27295 (dired-x-bind-find-file, dired-x-submit-report):
27296 Fix typos in docstrings.
27297 (dired-mark-unmarked-files): "?\ " -> "?\s".
27298
27299 * dirtrack.el (dirtrack-list): Fix typos in docstring.
27300
27301 * faces.el (describe-face): "?\ " -> "?\s".
27302 (read-all-face-attributes, read-face-font, modify-face)
27303 (face-attr-construct, italic): Fix typos in docstrings.
27304 (frame-update-face-colors): Declare with
27305 `define-obsolete-function-alias'.
27306
27307 * files.el (find-file-noselect, recode-file-name): Doc fixes.
27308 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
27309 (magic-mode-alist, buffer-file-numbers-unique)
27310 (write-file-functions, get-free-disk-space):
27311 Fix typos in docstrings.
27312 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
27313 (write-contents-hooks, write-file-hooks):
27314 Declare with `define-obsolete-variable-alias'.
27315
27316 * forms-d2.el (arch-rj): Fix typo in docstrings.
27317 (arch-tocol): Likewise. "?\ " -> "?\s".
27318
27319 * frame.el (set-frame-font, cursor-in-non-selected-windows):
27320 Fix typo in docstring.
27321 (set-screen-width, set-screen-height): Delete redundant info in
27322 doctrings.
27323 (new-frame, screen-height, screen-width): Declare with
27324 `define-obsolete-function-alias'.
27325 (delete-frame-hook, blink-cursor): Declare with
27326 `define-obsolete-variable-alias'.
27327
27328 * paths.el (prune-directory-list): Fix typos in docstring.
27329
27330 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
27331 (cvs-prefix-get): Fix typos in docstrings.
27332
27333 * ps-print.el (ps-extend-face-list, ps-extend-face)
27334 (ps-print-background-image): Fix typos in docstrings.
27335 (ps-default-fg, ps-default-bg): Doc fixes.
27336
27337 * s-region.el (s-region-bind): Doc fix.
27338 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
27339
27340 * textmodes/org.el (org-table-formula-substitute-names)
27341 (org-table-get-vertical-vector): Doc fixes.
27342 (org-table-recalculate): Remove unused argument to `message'.
27343
27344 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
27345
27346 * textmodes/org.el (org-table-column-names)
27347 (org-table-column-name-regexp)
27348 (org-table-named-field-locations): New variables.
27349 (org-archive-subtree): Protect `this-command' when calling
27350 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
27351 the kill buffer.
27352 (org-complete): Remove fixed-formula completion.
27353 (org-edit-formulas-map): New variable.
27354 (org-table-edit-formulas): New command.
27355 (org-finish-edit-formulas, org-abort-edit-formulas)
27356 (org-show-variable, org-table-get-vertical-vector): New functions.
27357 (org-table-maybe-eval-formula): Handle `:=' fields.
27358 (org-table-get-stored-formulas, org-table-store-formulas)
27359 (org-table-get-formula, org-table-modify-formulas)
27360 (org-table-replace-in-formulas): Handle named field formulas.
27361 (org-table-get-specials): Store locations of named fields.
27362
27363 2005-07-19 Juri Linkov <juri@jurta.org>
27364
27365 * progmodes/grep.el (grep-regexp-alist)
27366 (grep-mode-font-lock-keywords, grep-process-setup):
27367 Use default GNU grep match color "01;31m" instead of "01;41m".
27368 (grep-regexp-alist, grep-mode-font-lock-keywords):
27369 Use `\\[[0-9]*m' instead of `\\[00m'.
27370 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
27371 sgr_start where its handling is more important. Use the real
27372 length of sgr_start instead of constant 8.
27373 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
27374 specially. Delete all remaining escape sequences.
27375 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
27376 (grep-regexp-alist): Make hyperlink only for binary file name
27377 instead of the whole line.
27378 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
27379 (grep-mode): Add autoload.
27380
27381 * emacs-lisp/find-func.el (find-function-regexp):
27382 Add `define-compilation-mode'.
27383
27384 2005-07-19 Juri Linkov <juri@jurta.org>
27385
27386 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
27387 (compare-windows-sync-string-size, compare-windows-recenter)
27388 (compare-windows-highlight, compare-windows): Add version 22.1.
27389 (compare-windows) <defface>: Inherit from lazy-highlight instead
27390 of duplicating its default value.
27391
27392 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
27393 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
27394
27395 * descr-text.el (describe-char): Create link buttons for `charset'
27396 and `code point'. Add the current input method name with a link
27397 button to `to input' field. Print face names of display table
27398 characters in `The display table entry is displayed by' section
27399 instead of printing face-id in the `display' field.
27400 Guess hardcoded faces and create a link button for them.
27401 Skip empty fields when calculating max-width.
27402 Treat `widget-create' specially while inserting strings from the
27403 collected field list.
27404 (describe-char-after): Made obsolete in version 22.1, not 21.5.
27405
27406 * diff-mode.el (diff-file-header): Change foreground color from
27407 yellow to green on light backgrounds.
27408 (diff-context): Inherit from `shadow' only for color/grayscale
27409 with more than 88 colors.
27410 (diff-indicator-removed, diff-indicator-added)
27411 (diff-indicator-changed): New faces.
27412 (diff-font-lock-keywords): Use new faces. Regroup rules.
27413 Add "^---$" for `normal' diff format. Fontify `#' lines with
27414 font-lock-comment-delimiter-face and font-lock-comment-face.
27415 Add `#' to ^[^...] in the rule for `diff-context-face'.
27416
27417 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
27418 a button-like box. Inherit from `highlight' on low colors.
27419 (shadow): Use shades of gray only for color/grayscale with
27420 more than 88 colors. Use green for light backgrounds with
27421 8 colors, and yellow for dark backgrounds with 8 colors.
27422
27423 * font-lock.el (font-lock-regexp-grouping-backslash):
27424 Don't inherit from escape-glyph (use bold for all cases).
27425
27426 * info.el (info-xref-visited): Use light foreground color `violet'
27427 for dark backgrounds instead of dark color `magenta3'.
27428 (info-title-1): Use `yellow' color for dark backgrounds.
27429
27430 * isearch.el (isearch): Use not-too-dark magenta3 instead of
27431 too-light magenta2.
27432
27433 * replace.el (match): Use slightly more light RoyalBlue3 instead
27434 of dark RoyalBlue4.
27435
27436 * wid-edit.el (widget-inactive): Inherit from `shadow'.
27437
27438 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
27439
27440 * novice.el (disabled-command-hook): Declare it with
27441 `define-obsolete-variable-alias'.
27442
27443 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
27444 (desktop-buffer-misc-functions, desktop-buffer-handlers)
27445 (desktop-load-default): Add release to obsolescence info.
27446 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
27447 (desktop-append-buffer-args, desktop-read):
27448 Fix typos in docstrings.
27449 (desktop-kill): Fix typo in message.
27450 (desktop-save): Doc fix.
27451
27452 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
27453
27454 * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
27455 (viper-envelop-ESC-key): Change the definition of fast
27456 keysequence so it'll work with keyboard macros.
27457
27458 * ediff.el (ediff-patch-buffer): Change the docstring.
27459
27460 2005-07-19 Kenichi Handa <handa@m17n.org>
27461
27462 * international/mule-cmds.el (select-safe-coding-system): Try to
27463 use an auto-coding (if any) before anything else. If the found
27464 auto-coding is invalid, show a warning message.
27465
27466 * international/mule.el (find-auto-coding): New function created
27467 by modifying the body of set-auto-coding.
27468 (set-auto-coding): Use find-auto-coding to find a coding.
27469
27470 2005-07-18 Richard M. Stallman <rms@gnu.org>
27471
27472 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
27473 not isearch-mode-end-hook-error.
27474 (allout-before-change-protect): Fix error message.
27475
27476 2005-07-18 Juri Linkov <juri@jurta.org>
27477
27478 * allout.el (allout-mode):
27479 * calculator.el (calculator-copy):
27480 * custom.el (custom-known-themes):
27481 * dired.el (dired-desktop-buffer-misc-data)
27482 (dired-restore-desktop-buffer):
27483 * dired-x.el (dired-omit-marker-char):
27484 * files.el (basic-save-buffer):
27485 * font-core.el (font-lock-mode):
27486 * calendar/calendar.el (calendar-goto-hebrew-date)
27487 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
27488 (calendar-goto-persian-date):
27489 * language/ethio-util.el (ethio-sera-to-fidel-region):
27490 * textmodes/picture.el (picture-mode):
27491 Delete duplicate duplicate words.
27492
27493 2005-07-18 Juri Linkov <juri@jurta.org>
27494
27495 * isearch.el (isearch-mode-map): Remove key bindings for regexp
27496 chars * ? } |.
27497 (isearch-fallback): Don't call `isearch-process-search-char'.
27498 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
27499 (isearch-process-search-char): Call `isearch-fallback' for regexp
27500 chars * ? } |.
27501 (isearch-return-char): Make obsolete with `make-obsolete' instead
27502 of simply documenting it as obsolete in the docstring.
27503 (isearch-fallback): Refill docstring.
27504
27505 * international/isearch-x.el
27506 (isearch-process-search-multibyte-characters): Remove unneeded
27507 `concat'. Add intermediate values to `junk-hist' instead of
27508 `minibuffer-history'. Test the length of `str'.
27509
27510 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
27511
27512 * allout.el (allout-resolve-xref): Fix typos in error strings.
27513 (allout-before-change-protect): Remove unneeded `concat'.
27514
27515 * array.el (array-mode, array-reconfigure-rows)
27516 (untabify-backward): Fix typos in docstrings.
27517 (array-reconfigure-rows): Use `insert-buffer-substring', not
27518 `insert-buffer'.
27519
27520 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
27521 * progmodes/ada-mode.el (ada-make-body):
27522 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
27523
27524 * dired.el (dired-log):
27525 * tar-mode.el (tar-subfile-save-buffer):
27526 * play/zone.el (zone-pgm-stress-destress):
27527 Use `insert-buffer-substring', not `insert-buffer'.
27528
27529 2005-07-17 Simon Josefsson <jas@extundo.com>
27530
27531 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
27532
27533 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
27534
27535 * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
27536 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
27537
27538 2005-07-17 Kim F. Storm <storm@cua.dk>
27539
27540 * ido.el (dired-other-window): Add ido property.
27541
27542 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
27543
27544 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27545 Fix typo in docstring.
27546 (byte-compile-interactive-only-functions): Add `insert-buffer' and
27547 `insert-file-literally'.
27548
27549 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
27550 info and delete redundant message. Doc fix.
27551 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
27552 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
27553
27554 2005-07-16 Richard M. Stallman <rms@gnu.org>
27555
27556 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
27557 (byte-compile-and): Use byte-compile-and-recursion.
27558 (byte-compile-or-recursion): New function.
27559 (byte-compile-or): Use that.
27560 (byte-compile-if): Guard the else-clause too.
27561 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
27562
27563 * isearch.el (isearch-mode-end-hook-quit): New variable.
27564 (isearch-done): Bind it.
27565 (isearch-mode-end-hook): Doc fix.
27566
27567 * allout.el (allout-isearch-did-quit): Variable deleted.
27568 (allout-real-isearch-abort): Function name no longer used.
27569 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
27570 (allout-isearch-rectification): isearch-mode always exists.
27571 Don't set allout-isearch-did-quit.
27572 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
27573 allout-isearch-did-quit.
27574 (allout-enwrap-isearch): Just add the hook.
27575 (allout-isearch-abort): Function deleted.
27576 (allout-pre-command-business): Avoid warning.
27577
27578 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
27579 Correctly avoid warnings.
27580 (pascal-outline): Likewise.
27581
27582 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
27583
27584 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
27585
27586 * play/tetris.el (tetris-mode): Avoid warning.
27587
27588 * play/snake.el (snake-mode): Avoid warning.
27589
27590 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
27591 (gamegrid-set-display-table): Avoid warning.
27592 (gamegrid-set-timer): Likewise.
27593 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
27594 (gamegrid-add-score-with-update-game-score-1): Take FILE
27595 as argument.
27596 (gamegrid-add-score-with-update-game-score): Pass that argument.
27597 Rename have-shared-game-dir to gamegrid-shared-game-dir.
27598
27599 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
27600
27601 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
27602 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
27603
27604 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
27605 and insert-file.
27606
27607 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
27608 (sc-ask): Avoid warnings.
27609
27610 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
27611 (eshell-hist-initialize): Use that var the natural way.
27612
27613 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
27614
27615 * emacs-lisp/re-builder.el (reb-cook-regexp):
27616 Avoid warning calling lre-compile-string.
27617 (reb-color-display-p): Avoid warning.
27618
27619 * calculator.el (calculator-last-input): Guard uses
27620 of event-key and key-press-event-p.
27621 (event-key, key-press-event-p): Delete definitions.
27622
27623 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
27624 (find-gc-source-directory, find-gc-subrs-callers)
27625 (find-gc-noreturn-list, find-gc-source-files)
27626 (find-gc-subrs-called): Vars renamed and defvar'd.
27627
27628 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
27629 (checkdoc-overlay-put, checkdoc-delete-overlay)
27630 (checkdoc-overlay-start, checkdoc-overlay-end)
27631 (checkdoc-mode-line-update, checkdoc-char=):
27632 Define such that compiler knows they are defined.
27633 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
27634 (checkdoc-read-event): Delete. Use read-event directly.
27635
27636 * whitespace.el (whitespace-make-overlay)
27637 (whitespace-overlay-put, whitespace-delete-overlay)
27638 (whitespace-overlay-start, whitespace-overlay-end):
27639 Define such that compiler knows they are defined.
27640 (whitespace): Move conditional inside.
27641
27642 * tempo.el (tempo-insert-template): Suppress warning.
27643
27644 * ediff-diff.el (longlines-mode): Add defvar.
27645
27646 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
27647
27648 * server.el: Bind "C-x #" in a way that works even if C-x is
27649 redefined to a command key, not a prefix key.
27650
27651 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27652
27653 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
27654 cl-make-type-test till execution time.
27655
27656 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
27657
27658 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
27659 arg ARG and use it.
27660
27661 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27662
27663 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
27664
27665 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
27666
27667 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27668 a defcustom with two :set or :type keywords.
27669
27670 2005-07-15 Richard M. Stallman <rms@gnu.org>
27671
27672 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
27673 Don't give ^M comment-end syntax.
27674
27675 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
27676
27677 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
27678 Don't consider gdbmi (gdb-mi.el has its own update functions).
27679 (gdb-var-delete): Make it work for gdbmi as well.
27680 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
27681
27682 * progmodes/gud.el (etags, sdb): Only require etags when needed.
27683 (gud-speedbar-menu-items): Correct logic for enabling items.
27684
27685 2005-07-15 Kim F. Storm <storm@cua.dk>
27686
27687 * ido.el: Fix commentary.
27688 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
27689 Use with-no-warnings around ffap-guesser.
27690 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
27691 Let bind minibuffer-completing-file-name to t.
27692
27693 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
27694
27695 * startup.el (site-run-file, keyboard-type): Doc fixes.
27696 (command-line): Check for "--basic-display" argument; also for
27697 "--quick", not "--bare-bones" (which was renamed).
27698 (fancy-splash-text): Add missing item "Getting New Versions".
27699 (normal-splash-screen): Fix typos and improve consistency with
27700 `fancy-splash-text'. Update copyright year.
27701
27702 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
27703 valid binding for `help-char'.
27704
27705 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
27706
27707 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
27708
27709 * term.el (term-mode): Disable cua-mode for term buffers.
27710
27711 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
27712
27713 * add-log.el (add-log-mailing-address, change-log-merge):
27714 Doc fixes.
27715 (change-log-get-method-definition): Fix typo in docstring.
27716
27717 2005-07-14 Kim F. Storm <storm@cua.dk>
27718
27719 * emulation/cua-base.el:
27720 (cua--pre-command-handler-1, cua--pre-command-handler)
27721 (cua--post-command-handler-1, cua--post-command-handler):
27722 Split in two. Check (buffer local) value of cua-mode.
27723 (cua-selection-mode): New command.
27724
27725 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
27726
27727 * custom.el (custom-initialize-safe-set)
27728 (custom-initialize-safe-default): Doc fixes.
27729
27730 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27731 and simplify :init-value again.
27732
27733 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27734 and simplify :init-value again. Delete autoload.
27735
27736 * startup.el (command-line): Use `custom-reevaluate-setting' again
27737 for tooltip-mode.
27738
27739 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27740 a defcustom with two :initialize keywords.
27741
27742 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
27743
27744 * allout.el (my-mark-marker, allout-isearch-prior-pos)
27745 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
27746 (allout-post-command-business, allout-flag-region)
27747 (isearch-reenable-font-lock, allout-yank)
27748 (allout-insert-latex-header, allout-insert-latex-trailer)
27749 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
27750 (allout-latex-verb-quote): Fix typos in docstrings.
27751 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
27752 (allout-unprotected, allout-prefix-data):
27753 Improve argument/docstring consistency.
27754 (allout-chart-subtree): Fix argument spec.
27755 (allout-open-topic): Rename `use_sib_bullet' argument to
27756 `use-sib-bullet'. Doc fix.
27757
27758 * whitespace.el (whitespace-check-buffer-leading)
27759 (whitespace-check-buffer-trailing)
27760 (whitespace-check-buffer-indent)
27761 (whitespace-check-buffer-spacetab)
27762 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
27763 (whitespace-check-leading-whitespace)
27764 (whitespace-check-trailing-whitespace)
27765 (whitespace-check-spacetab-whitespace)
27766 (whitespace-check-indent-whitespace)
27767 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
27768 (whitespace-modes): Fix typos in docstrings.
27769 (defgroup, defcustom): Doc fixes.
27770
27771 * winner.el (winner-mode, winner-boring-buffers)
27772 (winner-pending-undo-ring): Doc fixes.
27773 (winner-ring): Remove unneeded `progn'.
27774 (winner-equal): `defsubst' it.
27775 (winner-redo): Fix message.
27776
27777 2005-07-13 Kim F. Storm <storm@cua.dk>
27778
27779 * simple.el (line-move-1): Always use vertical-motion to
27780 do the last (or only) line move to ensure some movement.
27781 Undo 2005-06-23 change--don't check for overlays.
27782
27783 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27784
27785 * term/mac-win.el (ccl-encode-mac-roman-font)
27786 (ccl-encode-mac-centraleurroman-font)
27787 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
27788 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
27789 Change charset-id boundary of dimension to ?\xef.
27790 (mac-char-fontspec-list): New constant.
27791 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
27792 argument. Nil uses itself as family in font-spec. Previous
27793 behavior for nil is now provided by non-nil non-string argument.
27794 All callers changed. Add font-specs for Mac fonts to
27795 "fontset-default" unless iso8859-1 fonts are installed.
27796
27797 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
27798
27799 * progmodes/sh-script.el (sh-get-indent-info): Only indent
27800 a continuation line if the \ is preceded by SPC or TAB.
27801 (sh-get-indent-info): Simplify.
27802 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
27803 Use with-current-buffer.
27804
27805 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
27806 when the matched text is empty.
27807
27808 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
27809
27810 * startup.el (command-line): Revert to previous handling of
27811 tooltip-mode. Explain in comment why the complexity is needed.
27812
27813 * tooltip.el (tooltip-mode): Revert to previous implementation of
27814 its defcustom.
27815
27816 * frame.el (blink-cursor-mode): Revert to previous implementation
27817 of its defcustom. Update comment.
27818
27819 2005-07-12 Lars Hansen <larsh@soem.dk>
27820
27821 * desktop.el: Update e-mail address.
27822
27823 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27824
27825 * term/mac-win.el (mac-services-mail-selection)
27826 (mac-services-mail-to): New functions.
27827 (mac-application-menu-map): Bind them.
27828
27829 2005-07-12 wulei <milton@wulei.net> (tiny change)
27830
27831 * progmodes/gdb-ui.el: Add note about buffering with Windows.
27832
27833 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
27834
27835 * custom.el (custom-reevaluate-setting): Doc fix.
27836
27837 2005-07-11 Jay Belanger <belanger@truman.edu>
27838
27839 * calc/calc.el (calc-embedded-announce-formula-alist)
27840 (calc-embedded-open-close-plain-alist)
27841 (calc-embedded-open-close-mode-alist): Add checks for additional
27842 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
27843
27844 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
27845
27846 * custom.el (custom-enable-theme): Don't add theme to
27847 `custom-enabled-themes' with `push' because there is no
27848 setf-method for `delq'.
27849
27850 2005-07-11 Richard M. Stallman <rms@gnu.org>
27851
27852 * custom.el (custom-declare-variable): Doc fix.
27853
27854 * dired-aux.el (dired-compare-directories): Remove "." and ".."
27855 from the alists.
27856
27857 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
27858 Do nothing if edebug-active.
27859
27860 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
27861 (edebug-display): Do it here instead.
27862
27863 2005-07-10 Richard M. Stallman <rms@gnu.org>
27864
27865 * cus-face.el (custom-theme-set-faces): Make it work.
27866 (custom-reset-faces): Doc fix.
27867 (custom-theme-reset-internal-face, custom-theme-face-value):
27868 Functions deleted.
27869
27870 * custom.el (custom-push-theme): Maintain list of the settings
27871 of a given theme in its theme-settings property.
27872 Maintain position of old settings in the theme-value
27873 or theme-face property.
27874 (custom-enabled-themes): New variable.
27875 (custom-theme-enabled-p): New function.
27876 (provide-theme): Update custom-enabled-themes.
27877 Disable and reenable the `user' theme.
27878 (require-theme): Doc fix.
27879 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
27880 (custom-theme-value, custom-theme-variable-value): Likewise.
27881 (custom-theme-reset-internal): Likewise.
27882 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
27883 (custom-enable-theme, custom-disable-theme): New functions.
27884 (custom-variable-theme-value, custom-face-theme-value): Likewise.
27885 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
27886 (custom-theme-reset-variables): Simplify.
27887 (deftheme, custom-declare-theme, custom-make-theme-feature):
27888 Definitions moved.
27889
27890 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
27891
27892 * longlines.el (longlines-show-region)
27893 (longlines-unshow-hard-newlines): Recognize hard newlines by
27894 non-nil hard property, instead of t.
27895
27896 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
27897
27898 * emulation/viper-cmd.el (viper--key-maps): New variable.
27899 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
27900 emulation-mode-map-alists.
27901 (viper-envelop-ESC-key): Use viper-subseq.
27902 (viper-search-forward/backward/next): Disable debug-on-error.
27903
27904 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27905 (viper-ESC-key): New defcustoms.
27906
27907 * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
27908
27909 * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
27910 (viper-subseq): Copy of subseq from cl.el.
27911
27912 * emulation/viper.el (viper-go-away, viper-set-hooks): Use
27913 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
27914
27915 * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
27916
27917 * emulation/viper-init.el: Get rid of -face in face names.
27918
27919 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
27920 Make it work with longlines mode.
27921
27922 * ediff-mult.el (ediff-meta-mode-hook): New variable.
27923
27924 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
27925
27926 * ediff-init.el: Get rid of -face in face names.
27927
27928 2005-07-10 Richard M. Stallman <rms@gnu.org>
27929
27930 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
27931 and with-timeout-unsuspend.
27932
27933 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
27934 and with-timeout-unsuspend.
27935
27936 * emacs-lisp/timer.el (with-timeout-timers): New variable.
27937 (with-timeout): Bind that variable to record timers.
27938 (with-timeout-suspend, with-timeout-unsuspend): New functions.
27939
27940 * emacs-lisp/debug.el (debug-help-follow): New function.
27941 (debugger-mode-map): Use that instead of help-follow.
27942 (debugger-setup-buffer): Use eval-buffer-list
27943 to handle eval-buffer frames.
27944
27945 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
27946
27947 * timezone.el (timezone-parse-date): Change first regexp
27948 so it will not mistakenly match dates with no time zone.
27949
27950 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
27951
27952 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
27953
27954 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
27955
27956 * custom.el (custom-initialize-safe-set)
27957 (custom-initialize-safe-default): New functions.
27958
27959 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27960 and simplify :init-value.
27961
27962 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27963 and simplify :init-value. Delete obsolete comment.
27964
27965 * startup.el (command-line): Use `custom-reevaluate-setting' to
27966 handle `tooltip-mode'. Delete obsolete comment.
27967
27968 * files.el (set-visited-file-name): Avoid calling
27969 `file-name-nondirectory' with a nil argument.
27970
27971 2005-07-09 Richard M. Stallman <rms@gnu.org>
27972
27973 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
27974 was called with nil for the buffer, handle the read position right.
27975 Handle read position for eval-region, too.
27976
27977 2005-07-09 Juri Linkov <juri@jurta.org>
27978
27979 * fringe.el (fringe-mode): Add period in docstring.
27980 (fringe-query-style): Build prompt depending on `all-frames' arg.
27981
27982 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
27983 to not create links to unrelated functions in the Help buffer.
27984
27985 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
27986 Doc fix.
27987
27988 * simple.el (next-error-hook): New variable.
27989 (next-error): Use it. Doc fix.
27990
27991 * textmodes/ispell.el (ispell-command-loop): Add current
27992 dictionary name and program name to mode-line-format.
27993 (ispell-region, ispell-process-line): Add current dictionary name
27994 and program name to messages.
27995
27996 2005-07-08 Jay Belanger <belanger@truman.edu>
27997
27998 * calc/calc.el (calc-embedded-announce-formula-alist)
27999 (calc-embedded-open-close-formula-alist)
28000 (calc-embedded-open-close-word-alist)
28001 (calc-embedded-open-close-plain-alist)
28002 (calc-embedded-open-close-new-formula-alist)
28003 (calc-embedded-open-close-mode-alist)
28004 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
28005 (calc-embedded-mode-hook): New variables.
28006
28007 * calc/calc-embed.el (calc-embedded-firsttime)
28008 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
28009 New variables.
28010 (calc-do-embedded): Use calc-embedded-firsttime,
28011 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
28012 determine whether or not to run hooks.
28013 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
28014 calc-embedded-firsttime-formula appropriately.
28015 Set calc-embedded delimiter variables according to mode.
28016
28017 2005-07-08 Richard M. Stallman <rms@gnu.org>
28018
28019 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
28020 Check for "emacs", etc., as entire symbol, not just as word.
28021 (checkdoc-file-comments-engine): Use regexp-quote on FN.
28022
28023 * files.el (set-visited-file-name): Report the error
28024 for "empty filename" earlier.
28025 (kill-some-buffers): Ignore buffers already dead.
28026
28027 * fringe.el (fringe-mode): Doc fix.
28028
28029 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
28030 Check for (featurep 'xemacs) and turn off warnings in what it guards.
28031 Use unwind-protect to ensure byte-compile-unresolved-functions
28032 is updated.
28033
28034 * whitespace.el (whitespace-buffer-leading-cleanup):
28035 Simplify w/ skip-chars-forward.
28036 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
28037
28038 * mail/rmail.el (rmail-only-expunge): Fix paren error.
28039 Unconditionally try to leave point at the same old place.
28040
28041 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
28042
28043 * comint.el (comint-postoutput-scroll-to-bottom)
28044 (comint-show-maximum-output): Take scroll-margin into consideration.
28045
28046 2005-07-08 Kim F. Storm <storm@cua.dk>
28047
28048 * ido.el (ido-use-filename-at-point): New choice `guess'.
28049 (ido-file-internal): Try ffap-guesser if selected.
28050
28051 * ido.el (ido-before-fallback-functions): New hook.
28052 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
28053 (ido-read-file-name): Run it.
28054
28055 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
28056
28057 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
28058 strings rather than a list of symbols to the completion function.
28059
28060 2005-07-07 Jay Belanger <belanger@truman.edu>
28061
28062 * calc/calc-units.el (math-apply-units): Change the places in
28063 which units are simplified.
28064
28065 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
28066
28067 * cus-edit.el (customize-option, customize-option-other-window):
28068 Make them handle aliases.
28069
28070 * custom.el (custom-variable-p): Make it recursively follow
28071 aliases. Mention that in the docstring.
28072
28073 2005-07-07 Richard M. Stallman <rms@gnu.org>
28074
28075 * cus-start.el (exec-path): Use `directory' instead of `file'.
28076 Fix tag for nil.
28077
28078 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
28079
28080 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
28081 when called non-interactively. Doc fix.
28082
28083 2005-07-07 Lute Kamstra <lute@gnu.org>
28084
28085 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
28086 new address as well.
28087
28088 2005-07-07 Kenichi Handa <handa@m17n.org>
28089
28090 * international/mule.el (make-coding-system):
28091 Describe `ascii-incompatible' property in the docstring.
28092 (set-file-name-coding-system): Signal an error if coding-system is
28093 ascii-incompatible.
28094 (set-keyboard-coding-system): Likewise.
28095
28096 * international/mule-cmds.el (set-default-coding-systems):
28097 Don't set default-file-name-coding-system and
28098 default-keyboard-coding-system if coding-system is ASCII-incompatible.
28099
28100 * international/utf-16.el: Declare that all UTF-16-based coding
28101 systems are ASCII-incompatible.
28102
28103 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
28104
28105 * progmodes/gud.el: Require font-lock for displaying errors.
28106 Used by gdb-ui.el.
28107
28108 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
28109
28110 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
28111 values for the pattern lists which are `read'able but not
28112 `append'able (like symbols).
28113
28114 2005-07-06 Richard M. Stallman <rms@gnu.org>
28115
28116 * progmodes/flymake.el (flymake-float-time): Instead of
28117 with-no-warnings, test for XEmacs.
28118 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
28119 to avoid warning.
28120
28121 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
28122
28123 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
28124
28125 2005-07-05 Lute Kamstra <lute@gnu.org>
28126
28127 * battery.el: Add support for Darwin (with much debugging help
28128 from Samuel Lauber <sam124@operamail.com>).
28129 (battery-status-function, battery-echo-area-format)
28130 (battery-mode-line-format): Add support for pmset on Darwin.
28131 (battery-load-low, battery-load-critical): New user options.
28132 (battery-pmset): New function.
28133
28134 2005-07-05 Lute Kamstra <lute@gnu.org>
28135
28136 Update FSF's address in GPL notices.
28137
28138 * textmodes/page-ext.el: Update FSF's address.
28139
28140 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
28141
28142 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
28143 filling from using prefix when filling a single-line docstring.
28144
28145 * progmodes/flymake.el: Remove useless eval-when-compile.
28146
28147 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
28148
28149 2005-07-04 Richard M. Stallman <rms@gnu.org>
28150
28151 * textmodes/org.el (org-file-apps-defaults-gnu):
28152 Rename from org-file-apps-defaults-linux.
28153 (org-default-apps): Don't test system-type for `linux'.
28154 (org-file-apps): Doc fix.
28155
28156 2005-07-04 David Ponce <david@dponce.com>
28157
28158 * tree-widget.el: Improve header Commentary section.
28159 (tree-widget) [defgroup]
28160 (tree-widget-image-enable, tree-widget-themes-directory)
28161 (tree-widget-theme, tree-widget-image-properties-emacs)
28162 (tree-widget-image-properties-xemacs, tree-widget-create-image)
28163 (tree-widget-image-formats, tree-widget-control)
28164 (tree-widget-empty-control, tree-widget-leaf-control
28165 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
28166 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
28167 (tree-widget-keep, tree-widget-after-toggle-functions)
28168 (tree-widget-open-node, tree-widget-close-node): Doc fix.
28169 (tree-widget-open-control, tree-widget-close-control): Fix doc and
28170 :help-echo message.
28171 (tree-widget-set-theme): Doc fix. Use `string-equal'.
28172 (tree-widget-image-properties): Doc fix. Clearer implementation.
28173 (tree-widget--cursors): New constant.
28174 (tree-widget-lookup-image): New function split from
28175 `tree-widget-find-image'. Clearer implementation.
28176 (tree-widget-find-image): Use it.
28177 (tree-widget-button-keymap): Use `set-keymap-parent'.
28178 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
28179 Define the sub-widgets here.
28180 (tree-widget-node): Check that :node is not a tree-widget.
28181 (tree-widget-get-super, tree-widget-open-control)
28182 (tree-widget-close-control, tree-widget-empty-control)
28183 (tree-widget-leaf-control, tree-widget-guide)
28184 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
28185 (tree-widget-no-handle, tree-widget-value-delete)
28186 (tree-widget-map): Remove.
28187 (tree-widget-children-value-save): Doc fix. Simplified.
28188 (tree-widget-value-create): Update according to previous changes.
28189
28190 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
28191
28192 * textmodes/org.el: Leading space replaced by TABS.
28193 (org-recalc-marks, org-table-rotate-recalc-marks)
28194 (org-table-get-specials): Treat "^" and "_" marks.
28195 (org-table-justify-field-maybe): Optional argument NEW.
28196 (org-table-eval-formula): Parsing of the format simplified.
28197 New modes C,I. Honor the %= parameter in the current table.
28198 Avoid unnecessary re-align by using the NEW argument to
28199 `org-table-justify-field-maybe'.
28200 (org-calc-default-modes): Default for date-format mimicks org-mode.
28201 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
28202
28203 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
28204
28205 * cus-face.el (custom-theme-set-faces): Make it handle face
28206 aliases whose alias declarations are pre- or autoloaded.
28207
28208 2005-07-04 Juri Linkov <juri@jurta.org>
28209
28210 * faces.el (read-face-name): Put the code for getting a face name
28211 from the buffer before adding the faces from the `face' property.
28212 Use `completing-read-multiple' instead of `completing-read'.
28213 Require `crm'. Add default value and post-process the returned
28214 list of faces.
28215
28216 * emacs-lisp/crm.el (crm-find-current-element)
28217 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
28218
28219 * emacs-lisp/lisp-mode.el (eval-defun-1):
28220 * emacs-lisp/edebug.el (edebug-eval-defun):
28221 Remove unnecessary quotes.
28222
28223 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
28224
28225 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
28226 (prolog-indent-level): Fix typo in docstring.
28227
28228 * info.el (Info-history, Info-history-forward)
28229 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
28230
28231 * add-log.el (add-change-log-entry):
28232 * comint.el (comint-dynamic-list-input-ring)
28233 (comint-dynamic-list-completions):
28234 * dabbrev.el (dabbrev-expand):
28235 * delim-col.el (delimit-columns-rectangle-line):
28236 * diff-mode.el (diff-context->unified, diff-reverse-direction)
28237 (diff-unified->context):
28238 * ediff-init.el (ediff-abbrev-jobname):
28239 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
28240 (ediff-replace-session-activity-marker-in-meta-buffer):
28241 * info.el (Info-summary):
28242 * lpr.el (printify-region):
28243 * printing.el (pr-create-interface):
28244 * ps-print.el (ps-print-quote):
28245 * ses.el (ses-column-widths, ses-print-cell)
28246 (ses-adjust-print-width, ses-center):
28247 * shell.el (shell-file-name-quote-list):
28248 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
28249 (strokes-fill-current-buffer-with-whitespace)
28250 (strokes-xpm-for-stroke, strokes-list-strokes)
28251 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
28252 * term.el (term-dynamic-list-input-ring)
28253 (term-dynamic-list-completions):
28254 * calc/calc.el (math-format-stack-value):
28255 * emacs-lisp/edebug.el (edebug-display-freq-count):
28256 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
28257 (delphi-new-comment-line):
28258 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
28259 * progmodes/executable.el (executable-set-magic):
28260 * progmodes/python.el (inferior-python-mode):
28261 * progmodes/scheme.el (scheme-mode-syntax-table):
28262 * progmodes/sh-script.el (sh-maybe-here-document):
28263 * progmodes/sql.el (sql-copy-column):
28264 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
28265 * textmodes/bibtex.el (bibtex-mode):
28266 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
28267 (sgml-auto-attributes):
28268 * textmodes/table.el (table-insert, table-shorten-cell)
28269 (table--generate-source-scan-lines, table-delete-row)
28270 (*table--cell-delete-char, table--spacify-frame)
28271 (table--horizontally-shift-above-and-below)
28272 (table--cell-insert-char, table--cell-blank-str)
28273 (table--fill-region-strictly):
28274 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
28275 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
28276
28277 * add-log.el (change-log):
28278 * apropos.el (apropos):
28279 * comint.el (comint-completion, comint-source):
28280 * dabbrev.el (dabbrev):
28281 * delim-col.el (columns):
28282 * diff-mode.el (diff-mode):
28283 * ediff.el (ediff):
28284 * ediff-diff.el (ediff-diff):
28285 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
28286 * ediff-mult.el (ediff-mult):
28287 * ediff-ptch.el (ediff-ptch):
28288 * ediff-wind.el (ediff-window):
28289 * facemenu.el (facemenu):
28290 * indent.el (indent):
28291 * info.el (info):
28292 * jka-cmpr-hook.el (compression, jka-compr):
28293 * lpr.el (lpr):
28294 * outline.el (outlines):
28295 * pcmpl-cvs.el (pcmpl-cvs):
28296 * pcmpl-rpm.el (pcmpl-rpm):
28297 * printing.el (printing):
28298 * ps-print.el (postscript, ps-print, ps-print-horizontal)
28299 (ps-print-vertical, ps-print-headers, ps-print-font)
28300 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
28301 (ps-print-background, ps-print-printer, ps-print-page)
28302 (ps-print-miscellany):
28303 * ses.el (ses):
28304 * shell.el (shell, shell-directories, shell-faces):
28305 * startup.el (initialization):
28306 * strokes.el (strokes):
28307 * term.el (term):
28308 * uniquify.el (uniquify):
28309 * w32-vars.el (w32):
28310 * calc/calc.el (calc):
28311 * emacs-lisp/bytecomp.el (bytecomp):
28312 * emacs-lisp/cl-indent.el (lisp-indent):
28313 * emacs-lisp/edebug.el (edebug):
28314 * emacs-lisp/elp.el (elp):
28315 * emacs-lisp/testcover.el (testcover):
28316 * emacs-lisp/trace.el (trace):
28317 * emulation/viper-ex.el (viper-ex):
28318 * emulation/viper-mous.el (viper-mouse):
28319 * mail/mailalias.el (mailalias):
28320 * mail/supercite.el (supercite, supercite-frames)
28321 (supercite-attr, supercite-cite, supercite-hooks):
28322 * net/rcompile.el (remote-compile):
28323 * net/rlogin.el (rlogin):
28324 * obsolete/ooutline.el (outlines):
28325 * progmodes/delphi.el (delphi):
28326 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
28327 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
28328 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
28329 (ebnf-optimization):
28330 * progmodes/etags.el (etags):
28331 * progmodes/executable.el (executable):
28332 * progmodes/idlwave.el (idlwave):
28333 * progmodes/pascal.el (pascal):
28334 * progmodes/prolog.el (prolog):
28335 * progmodes/python.el (python):
28336 * progmodes/scheme.el (scheme):
28337 * progmodes/sh-script.el (sh, sh-script):
28338 * progmodes/sql.el (SQL):
28339 * progmodes/tcl.el (tcl):
28340 * textmodes/bibtex.el (bibtex, bibtex-autokey):
28341 * textmodes/enriched.el (enriched):
28342 * textmodes/makeinfo.el (makeinfo):
28343 * textmodes/sgml-mode.el (sgml):
28344 * textmodes/table.el (table-hooks):
28345 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
28346 * textmodes/texinfo.el (texinfo):
28347 * textmodes/two-column.el (two-column):
28348 Finish `defgroup' description with period.
28349
28350 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
28351 * eshell/esh-var.el (eshell-var):
28352 * progmodes/vhdl-mode.el (vhdl-testbench):
28353 * textmodes/org.el (org): Fix typos in docstrings.
28354
28355 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
28356 consistency.
28357
28358 * progmodes/flymake.el (flymake-find-file): Remove.
28359 (flymake-float-time): Use `with-no-warnings'.
28360 (flymake-check-start-time, flymake-check-was-interrupted)
28361 (flymake-err-info, flymake-is-running, flymake-last-change-time)
28362 (flymake-new-err-info): `defvar' at compile time.
28363
28364 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
28365
28366 * replace.el (occur-hook): Doc fix.
28367 (occur-1): Don't call `occur-hook' if there are no matches.
28368
28369 2005-07-03 Richard M. Stallman <rms@gnu.org>
28370
28371 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
28372 global-map, save the same map.
28373 (global-map): Don't alter it at top level.
28374 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
28375 Then alter it here instead.
28376 (tpu-edt-off): Set global-map to the saved one.
28377
28378 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
28379 All references simplified.
28380 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
28381 (zmacs-regions): Add defvar.
28382 (repeat-complex-command-map): Everything about that deleted.
28383
28384 * textmodes/artist.el (artist-key-is-drawing)
28385 (artist-key-endpoint1, artist-key-poly-point-list)
28386 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
28387 (artist-key-compl-table, artist-rb-save-data)
28388 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
28389 Don't put them in eval-when-compile.
28390 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
28391
28392 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
28393 Use with-no-warnings.
28394
28395 * net/browse-url.el (dos-windows-version): Add defvar.
28396
28397 * mail/supercite.el (filladapt-prefix-table): Add defvar.
28398
28399 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
28400 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
28401 (rmail-new-summary-line-count): Rename from new-summary-line-count.
28402 Add defvar.
28403 (rmail-summary-beginning-of-message): Use with-no-warnings.
28404 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
28405
28406 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
28407 Use with-no-warnings.
28408
28409 * emulation/vi.el (vi-mark-region): Use c-mark-function.
28410 (c-mark-function): Add point-moving-unit property.
28411 (vi-goto-line): Use with-no-warnings.
28412
28413 * emulation/edt.el (edt-last-copied-word): Add defvar.
28414 (zmacs-region-stays): Likewise.
28415 (edt-mark-section-wisely): Use c-mark-function for C.
28416 Use makr-defun for Fortran.
28417 (time-string): defvar deleted.
28418 (edt-display-the-time): Don't set time-string.
28419
28420 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
28421
28422 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28423 Don't warn when name is not constant
28424 or for defining the group `emacs'.
28425
28426 * tooltip.el (gud-tooltip-mode): Add defvar.
28427
28428 * startup.el (default-frame-background-mode): Add defvar.
28429
28430 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
28431
28432 * info.el (tool-bar-map): Add defvar.
28433
28434 * dired.el (dnd-protocol-alist): Add defvar.
28435
28436 * dired-aux.el (dired-query): Display question with answer, when
28437 the user answers.
28438
28439 * custom.el (custom-add-option): Doc fix.
28440
28441 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
28442
28443 2005-07-03 Eli Zaretskii <eliz@gnu.org>
28444
28445 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
28446 bogus name from the last change.
28447
28448 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
28449
28450 * custom.el (custom-declare-variable): Fix typos in comment.
28451 (custom-known-themes): Doc fix.
28452 (custom-theme-directory): New defcustom.
28453 (require-theme): Make it check `custom-theme-directory'.
28454
28455 * cus-theme.el (custom-new-theme-mode): New function.
28456 (custom-theme-name, custom-theme-variables, custom-theme-faces)
28457 (custom-theme-description): Add compiler defvars.
28458 (customize-create-theme): Add doc to the "*New Custom Theme*"
28459 buffer. Use `custom-new-theme-mode'.
28460 (custom-theme-write): Put the created buffer in emacs-lisp-mode
28461 and save it to the `custom-theme-directory'. Make this the
28462 default directory of the buffer.
28463
28464 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
28465
28466 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
28467 Fix unbalanced parentheses.
28468
28469 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
28470
28471 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
28472 into flymake-mode and delegate to flymake-mode.
28473
28474 * find-file.el (ff-which-function-are-we-in): Clean up.
28475
28476 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
28477
28478 * replace.el (occur-rename-buffer): Fix docstring.
28479
28480 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
28481 (edt-last-copied-word, edt-learn-macro-count)
28482 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
28483 (edt-rect-start-point, edt-user-global-map, rect-start-point)
28484 (time-string, zmacs-region-stays):
28485 * emulation/edt-mapper.el (edt-save-function-key-map)
28486 (EDT-key-name): `defvar' to silence the byte-compiler.
28487
28488 2005-07-02 Martin Rudalics <rudalics@gmx.at>
28489
28490 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
28491 font-lock-regexp-backslash. Doc fix.
28492 (font-lock-regexp-backslash-grouping-construct): Rename from
28493 font-lock-regexp-backslash-construct. Doc fix.
28494 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
28495 grouping constructs.
28496
28497 2005-07-02 Eli Zaretskii <eliz@gnu.org>
28498
28499 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
28500 updating all the prerequisites.
28501
28502 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
28503
28504 * textmodes/org.el (org-agenda-start-on-weekday)
28505 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
28506 (org-agenda-use-time-grid, org-archive-location)
28507 (org-allow-space-in-links, org-usenet-links-prefer-google)
28508 (org-enable-table-editor, org-export-default-language)
28509 (org-export-html-show-new-buffer, org-fill-paragraph)
28510 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
28511 (org-goto-quit, org-occur, org-eval-in-calendar)
28512 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
28513 (org-agenda-diary-entry, org-remember-help)
28514 (org-table-convert-region, org-at-table-p)
28515 (org-table-move-row-down, org-table-move-row-up)
28516 (org-table-copy-region, org-table-toggle-vline-visibility)
28517 (org-table-get-stored-formulas, org-table-get-specials)
28518 (org-recalc-commands, org-table-eval-formula)
28519 (org-table-formula-substitute-names, orgtbl-make-binding)
28520 (org-format-org-table-html, org-format-table-table-html)
28521 (org-format-table-table-html-using-table-generate-source)
28522 (org-customize): Fix typos in docstrings.
28523 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
28524 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
28525 (org-back-to-heading): Doc fixes.
28526 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
28527 (org-agenda-change-all-lines, org-get-header):
28528 Improve argument/docstring consistency.
28529 (orgtbl-error): Fix error message.
28530
28531 * progmodes/flymake.el (flymake-find-possible-master-files)
28532 (flymake-master-file-compare, flymake-get-line-err-count)
28533 (flymake-highlight-line, flymake-gui-warnings-enabled):
28534 Fix typos in docstrings.
28535 (flymake-parse-line, flymake-get-project-include-dirs-function)
28536 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
28537 Doc fixes.
28538 (flymake-get-project-include-dirs-function)
28539 (flymake-make-err-menu-data):
28540 Improve argument/docstring consistency.
28541
28542 2005-07-01 Lute Kamstra <lute@gnu.org>
28543
28544 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
28545 Catch errors with ignore-errors. Use temporary buffer.
28546 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
28547
28548 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
28549 background color faces.
28550 (facemenu-set-foreground, facemenu-set-background):
28551 Use facemenu-set-face-from-menu.
28552 (facemenu-set-face-from-menu): Treat face names that start with
28553 "fg:" or "bg:" as special.
28554 (facemenu-add-new-color): Don't create faces. Simplify.
28555
28556 2005-06-30 Richard M. Stallman <rms@gnu.org>
28557
28558 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
28559 (crm-find-current-element): Likewise.
28560
28561 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
28562
28563 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
28564
28565 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
28566
28567 * arc-mode.el (archive-extract): Make it work as a mouse binding.
28568 (archive-mouse-extract): Make it an obsolete alias.
28569 (archive-mode-map): Don't use archive-mouse-extract any more.
28570 (archive-mode, archive-extract): write-contents-hooks ->
28571 write-contents-functions.
28572 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
28573 first arg.
28574 (archive-rename-entry): Update the call.
28575 (archive-zip-summarize): Remove unused var `method'.
28576 (archive-lzh-summarize): Remove unused var `creator'.
28577
28578 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
28579 dedicated frame upon exit.
28580
28581 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
28582 (archive-zip-extract, archive-zip-expunge)
28583 (archive-zip-update, archive-zip-update-case): Use executable-find.
28584 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
28585 Use restore-buffer-modified-p.
28586 (archive-extract, archive-add-new-member, archive-write-file-member):
28587 Use with-current-buffer.
28588 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
28589
28590 2005-06-30 Andreas Schwab <schwab@suse.de>
28591
28592 * progmodes/gud.el (gud-filter): Remove unneeded progn.
28593
28594 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
28595
28596 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
28597
28598 2005-06-30 Juri Linkov <juri@jurta.org>
28599
28600 * faces.el (vertical-border): Inherit from mode-line-inactive
28601 only on tty.
28602
28603 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
28604
28605 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
28606 example, -NLINES in the `occur' docstring).
28607
28608 * replace.el (occur-1): When no matches are found, do not set the
28609 `buffer-read-only' and modified flags for the occur buffer,
28610 because it is deleted.
28611
28612 * emulation/cua-base.el (cua-check-pending-input)
28613 (cua-repeat-replace-region, cua-mode, cua-debug)
28614 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
28615 Fix typos in docstrings.
28616
28617 * emulation/cua-gmrk.el (cua-toggle-global-mark)
28618 (cua-cut-region-to-global-mark)
28619 (cua--cut-rectangle-to-global-mark):
28620 Remove period from end of messages.
28621
28622 * emulation/cua-rect.el (cua-do-rectangle-padding):
28623 Remove period from end of messages.
28624 (cua--rectangle-seq-format): Fix typo in docstring.
28625 (cua-sequence-rectangle, cua-fill-char-rectangle):
28626 Improve argument/docstring consistency.
28627
28628 2005-06-29 Juri Linkov <juri@jurta.org>
28629
28630 * faces.el (default-frame-background-mode): New internal variable.
28631 (frame-set-background-mode): Use it.
28632
28633 * startup.el (normal-top-level): Set default-frame-background-mode
28634 instead of frame-background-mode. Before setting it, test for its
28635 nil value. Remove tests for frame-background-mode and frame
28636 parameter `reverse'. Add test for "unspecified-fg".
28637
28638 * term/xterm.el (xterm-rxvt-set-background-mode):
28639 * term/rxvt.el (rxvt-set-background-mode):
28640 Set default-frame-background-mode instead of frame-background-mode.
28641
28642 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
28643
28644 * simple.el (set-variable): Warn about obsolete user variables.
28645
28646 * imenu.el (imenu--completion-buffer):
28647 * mouse.el (mouse-buffer-menu-alist):
28648 * msb.el (msb-invisible-buffer-p):
28649 * calendar/diary-lib.el (diary-header-line-format):
28650 * emacs-lisp/pp.el (pp-buffer):
28651 * progmodes/cperl-mode.el (cperl-do-auto-fill):
28652 * textmodes/picture.el (picture-replace-match):
28653 Change space constants followed by a sexp to "?\s ".
28654
28655 * play/decipher.el (decipher-loop-with-breaks):
28656 * textmodes/texinfo.el (texinfo-insert-@item): Change space
28657 constants "protected" from end of line by a comment to "?\s".
28658
28659 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28660
28661 * font-lock.el (save-buffer-state): Use `declare'.
28662
28663 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
28664 reset the syntax-table to cperl-mode-syntax-table.
28665 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
28666 "foo_print_bar" is not matched as a reserved keyword.
28667
28668 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
28669
28670 * textmodes/org.el (orgtbl-setup): New function, for delayed
28671 setup for the orgtbl commands.
28672 (org-calc-default-modes): New option.
28673 (orgtbl-make-binding): Use `defun' to get better help display.
28674 (org-diary): Call `org-compile-prefix-format'.
28675 (org-table-formula-substitute-names): New function.
28676 (org-agenda-day-view, org-agenda-week-view): New commands.
28677 (org-agenda-toggle-week-view): Command removed.
28678 (org-tbl-menu): Split off from org-org-menu.
28679 (org-mode): Move removal of outline-mode menus to here.
28680 (org-table-formula-debug): New option.
28681 (org-table-insert-row): Keep first field if just "#" or "*".
28682 (org-mode): Paragraph regexps fixed.
28683 (org-table-recalculate-regexp): New constant.
28684 (org-table-justify-field-maybe): Avoid replace if not necessary.
28685 (org-copy-special, org-cut-special): Use `call-interactively'.
28686 (org-table-copy-region): Take region from `interactive' call.
28687 (org-trim): Return string even if no match.
28688 (org-formula): New face.
28689 (org-set-font-lock-defaults): No longer highlight "FIXME".
28690 But highlight formula-related fields in table.
28691 (org-table-p): Use regexp, not fontification.
28692 (org-table-align): Handle white space at end of line.
28693 (org-table-formula-evaluate-inline): New option.
28694 (org-mode): Auto-wrapping in comment lines turned off.
28695 (org-table-copy-down): Evaluate only in copied field, not in
28696 destination.
28697 (org-table-current-formula): Variable removed.
28698 (org-table-store-formulas, org-table-get-stored-formulas)
28699 (org-table-modify-formulas, org-table-replace-in-formulas)
28700 (org-table-maybe-eval-formula): New functions.
28701 (org-table-get-formula): Modify to use stored formulas.
28702 (org-table-insert-column, org-table-delete-column)
28703 (org-table-move-column): Call `org-table-modify-formulas'.
28704 (org-complete): Add completion for keyword formulas.
28705 (orgtbl-mode): Pull orgtbl-mode-map to start of
28706 minor-mode-map-alist.
28707
28708 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28709
28710 * progmodes/python.el (python-check): Require `compile' before
28711 modifying its variables.
28712
28713 * newcomment.el (comment-indent-default): Don't get fooled by an early
28714 end of buffer.
28715
28716 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28717
28718 * ps-print.el (ps-print-version): Fix version number.
28719
28720 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
28721
28722 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
28723
28724 2005-06-28 Richard M. Stallman <rms@gnu.org>
28725
28726 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
28727 (flyspell-local-mouse-map): Declaration deleted.
28728 (flyspell-mouse-map): Bind only mouse-2.
28729 (flyspell-mode-map): Don't test flyspell-use-local-map.
28730 (flyspell-overlay-keymap-property-name): Var deleted.
28731 (flyspell-mode-on): Don't make local bindings for
28732 flyspell-mouse-map and flyspell-mode-map.
28733 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
28734
28735 * textmodes/ispell.el (ispell-word): Do not ignore short words.
28736
28737 * progmodes/compile.el (compilation-next-error-function):
28738 Don't switch buffers; operate on the current buffer.
28739
28740 * progmodes/compile.el (compilation-error-file-name)
28741 (compilation-warning-file-name, compilation-info-file-name)
28742 (compilation-line-number, compilation-column-number): New faces.
28743 (compilation-error-face, compilation-warning-face)
28744 (compilation-info-face, compilation-line-face)
28745 (compilation-column-face): Use them.
28746
28747 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
28748
28749 * comint.el (comint-password-prompt-regexp): Accept ", try again".
28750
28751 * bindings.el (global-map): Bind insertchar and its variants.
28752
28753 2005-06-27 Richard M. Stallman <rms@gnu.org>
28754
28755 * textmodes/artist.el (artist-text-overwrite)
28756 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
28757
28758 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28759
28760 * ps-print.el: It was not working the page selection for printing.
28761 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
28762 (ps-print-version): New version 6.6.7.
28763 (ps-end-sheet): New fun.
28764 (ps-header-sheet, ps-end-job): Call it.
28765
28766 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
28767
28768 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
28769
28770 2005-06-27 Lute Kamstra <lute@gnu.org>
28771
28772 * facemenu.el (facemenu-unlisted-faces): Add foreground and
28773 background color faces.
28774 (facemenu-get-face): Delete function.
28775 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
28776 (facemenu-add-new-color): Make second argument mandatory.
28777 Create the appropriate face and return it. Simplify.
28778 (facemenu-set-foreground, facemenu-set-background): Don't check if
28779 color is defined. Use return value of facemenu-add-new-color.
28780
28781 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
28782
28783 * progmodes/gud.el (gud-filter): Add missing argument to
28784 with-selected-window.
28785
28786 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
28787
28788 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
28789 a :require to the defcustom.
28790
28791 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
28792 defcustoms corresponding to minor modes.
28793
28794 2005-06-26 David Ponce <david@dponce.com>
28795
28796 * recentf.el: Require tree-widget instead of wid-edit.
28797 (recentf-filename-handler): Fix widget :type.
28798 (recentf-cancel-dialog, recentf-open-more-files)
28799 (recentf-open-files-action): Doc fix.
28800 (recentf-dialog-goto-first): New function.
28801 (recentf-dialog-mode-map): Set parent keymap first.
28802 (recentf-dialog-mode): Define with define-derived-mode.
28803 Don't display continuation lines in dialogs.
28804 (recentf-edit-list): Rename from recentf-edit-selected-items.
28805 (recentf-edit-list-select): Rename from recentf-edit-list-action.
28806 Simplify.
28807 (recentf-edit-list-validate): New function.
28808 (recentf-edit-list): Update accordingly.
28809 (recentf-open-files-item-shift): Remove.
28810 (recentf-open-files-item): Convert menu elements into tree and
28811 link widgets. Don't create the widgets.
28812 (recentf-open-files): Update accordingly.
28813 (recentf-save-list): Untabify.
28814
28815 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
28816
28817 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
28818 (keep-lines): Add INTERACTIVE arg. Never delete lines only
28819 partially contained in the active region. Do not take active
28820 region into account when called from Lisp, unless INTERACTIVE arg
28821 is non-nil. Use `forward-line' instead of `beginning-of-line' to
28822 avoid trouble with fields. Make marker point nowhere when no
28823 longer used. Always return nil. Doc fix.
28824 (flush-lines): Add INTERACTIVE arg. Do not take active region
28825 into account when called from Lisp, unless INTERACTIVE arg is
28826 non-nil. Use `forward-line' instead of `beginning-of-line' to
28827 avoid trouble with fields. Make marker point nowhere when no
28828 longer used. Always return nil. Doc fix.
28829 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
28830 interchangeable. Do not take active region into account when
28831 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
28832 message in echo area when called from Lisp, unless INTERACTIVE arg
28833 is non-nil. Avoid saying "1 occurrences". Do not use markers.
28834 Return the number of matches. Doc fix.
28835 (occur): Doc fix.
28836 (perform-replace): Make comment follow double space convention for
28837 the sake of `outline-minor-mode'.
28838
28839 * faces.el (facep): Doc fix.
28840
28841 2005-06-25 Richard M. Stallman <rms@gnu.org>
28842
28843 * facemenu.el (facemenu-enable-faces-p): New function.
28844 (facemenu-background-menu, facemenu-foreground-menu)
28845 (facemenu-face-menu): Add menu-enable property.
28846
28847 * jka-compr.el (jka-compr-insert-file-contents):
28848 Special handling if cannot find the uncompression program.
28849
28850 * cus-face.el (custom-face-attributes): Add autoload.
28851
28852 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28853 Bind comment-indent-function locally.
28854
28855 * window.el (save-selected-window): Use save-current-buffer.
28856
28857 * subr.el (with-selected-window): Use save-current-buffer.
28858
28859 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
28860 and with-current-buffer.
28861
28862 2005-06-24 Richard M. Stallman <rms@gnu.org>
28863
28864 * simple.el (line-move-1): Fix previous change.
28865
28866 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
28867
28868 * replace.el (occur-1): Set `buffer-read-only' and the
28869 buffer-modified flag before running `occur-hook' to protect
28870 against unintentional buffer switches that can lead to data loss.
28871
28872 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
28873
28874 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
28875 (gud-gdb-marker-filter): Use font-lock-warning-face for any
28876 initial error.
28877
28878 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
28879 after fresh input.
28880 (gdb-var-create-handler): Put name of expression in quotes.
28881
28882 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
28883
28884 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
28885 elements of RING in order, and without bogus nil elements.
28886
28887 2005-06-23 Richard M. Stallman <rms@gnu.org>
28888
28889 * simple.el (set-variable): Args renamed; doc fix.
28890 (line-move-1): When there are overlays around, use vertical-motion.
28891
28892 * faces.el (escape-glyph): Use brown against light background.
28893 (nobreak-space): Rename from no-break-space.
28894 Fix previous change.
28895
28896 * dired-aux.el (dired-do-copy): Fix arg prompt.
28897
28898 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
28899
28900 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
28901
28902 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
28903 rather than "Distributor".
28904
28905 2005-06-23 Lute Kamstra <lute@gnu.org>
28906
28907 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
28908 (debug-on-entry): Use it. New interactive declaration that uses
28909 function-called-at-point.
28910
28911 2005-06-23 Kim F. Storm <storm@cua.dk>
28912
28913 * subr.el (save-match-data): Add comment about using evaporate arg
28914 to set-match-data.
28915
28916 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
28917
28918 * cus-edit.el (customize-face)
28919 (customize-face-other-window): Handle face aliases.
28920
28921 * faces.el (face-documentation, set-face-attribute)
28922 (face-spec-set): Handle face aliases.
28923
28924 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
28925
28926 * help-mode.el (help-make-xrefs): If a symbol representing a face
28927 name is not followed by the word "face", it could still be a
28928 function or variable name, so don't bypass other checks.
28929
28930 2005-06-22 Juri Linkov <juri@jurta.org>
28931
28932 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
28933 Replace aliased functions with calls where second arg `inherit' is t.
28934
28935 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
28936
28937 * progmodes/gdb-ui.el (gdb-error): New variable.
28938 (gdb-error): New function.
28939 (gdb-annotation-rules): Act on error-begin and error annotations.
28940 (gdb-concat-output): Use font-lock-warning-face for errors.
28941
28942 2005-06-22 Miles Bader <miles@gnu.org>
28943
28944 * bindings.el (propertized-buffer-identification): Use renamed
28945 `Buffer-menu-buffer' face.
28946
28947 * faces.el (vertical-border): Rename from `vertical-divider'.
28948 (escape-glyph): Change dark-background color back to `cyan'.
28949
28950 2005-06-21 Juri Linkov <juri@jurta.org>
28951
28952 * faces.el (face-user-default-spec): Try getting `customized-face'
28953 prior to `saved-face'.
28954 (frame-background-mode): Refill docstring.
28955
28956 * emacs-lisp/lisp-mode.el (eval-defun-1):
28957 * emacs-lisp/edebug.el (edebug-eval-defun):
28958 Set `saved-face' temporarily to nil before calling form.
28959 Set `customized-face' to the new spec after that.
28960
28961 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
28962
28963 * subr.el (1value, lambda, key-substitution-in-progress):
28964 Doc fixes.
28965
28966 * autoinsert.el (auto-insert-alist):
28967 * ses.el (ses-call-printer):
28968 * subr.el (noreturn):
28969 * emacs-lisp/lisp.el (check-parens):
28970 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
28971 * net/browse-url.el (browse-url-mosaic):
28972 * progmodes/cc-defs.el (c-safe-scan-lists):
28973 * progmodes/ebnf-abn.el (ebnf-abn-lex):
28974 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
28975 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
28976 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
28977 * progmodes/ebnf-iso.el (ebnf-iso-lex):
28978 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
28979
28980 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
28981
28982 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
28983
28984 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
28985
28986 * calendar/appt.el (appt-make-list): Activate the package, if
28987 not already active (for backwards compatibility).
28988
28989 2005-06-20 Kim F. Storm <storm@cua.dk>
28990
28991 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
28992
28993 2005-06-20 Miles Bader <miles@gnu.org>
28994
28995 * faces.el (vertical-divider): New face.
28996
28997 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
28998
28999 * simple.el (kill-whole-line): Doc fix.
29000 (next-error-buffer-p, next-error-find-buffer)
29001 (clone-indirect-buffer): Fix typos in docstrings.
29002 (comment-line-break-function): Doc fix: don't say variable
29003 is automatically buffer-local (it isn't).
29004
29005 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
29006
29007 * net/tramp-ftp.el (top):
29008 * net/tramp-smb.el (top):
29009 * net/tramp-util.el (top):
29010 * net/tramp-uu.el (top):
29011 * net/tramp-vc.el (top):
29012 * net/tramp.el (top): Revert copyright years back to original
29013 ones. Tramp has a life outside GNU Emacs.
29014
29015 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
29016
29017 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
29018
29019 2005-06-18 Juri Linkov <juri@jurta.org>
29020
29021 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
29022 end of first regexp to limit the match to the position between
29023 line number and source line with same separator character as used
29024 between file name and line number. In the second regexp limit
29025 mouse-face area to file name and line number by adding new group
29026 for them and referring it in HYPERLINK arg.
29027 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
29028 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
29029 previous line where grep markers may be already removed.
29030
29031 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
29032
29033 * progmodes/ps-mode.el: Update version and maintainer's email address.
29034
29035 2005-06-18 Steve Youngs <steve@xemacs.org>
29036
29037 * net/browse-url.el (browse-url-browser-function)
29038 (browse-url-default-browser): Add firefox.
29039 (browse-url-firefox-program, browse-url-firefox-arguments)
29040 (browse-url-firefox-startup-arguments)
29041 (browse-url-firefox-new-window-is-tab): New defcustoms.
29042 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
29043
29044 2005-06-17 Richard M. Stallman <rms@gnu.org>
29045
29046 * startup.el (command-line): Warn if specified user name has
29047 no home directory.
29048
29049 * term.el (term-get-old-input, term-input-filter, term-input-sender)
29050 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
29051
29052 * longlines.el (longlines-mode, longlines-show-hard-newlines):
29053 Doc fixes.
29054
29055 * faces.el (underline): Try bold if terminal doesn't support underline.
29056
29057 * mail/sendmail.el (mail-setup-with-from): New variable.
29058 (mail-insert-from-field): New function.
29059 (sendmail-send-it): Call it.
29060 (mail-setup): Optionally call it here.
29061
29062 * term/linux.el: Call tty-no-underline.
29063
29064 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
29065
29066 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
29067
29068 2005-06-17 Miles Bader <miles@gnu.org>
29069
29070 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
29071 (ediff-current-diff-C, ediff-current-diff-Ancestor)
29072 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
29073 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
29074 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
29075 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
29076 Remove "-face" suffix from face names.
29077 (ediff-current-diff-face-A, ediff-current-diff-face-B)
29078 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
29079 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
29080 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
29081 (ediff-even-diff-face-A, ediff-even-diff-face-B)
29082 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
29083 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
29084 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
29085 New backward-compatibility aliases for renamed faces.
29086 (ediff-current-diff-face-A, ediff-current-diff-face-B)
29087 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
29088 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
29089 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
29090 (ediff-even-diff-face-A, ediff-even-diff-face-B)
29091 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
29092 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
29093 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
29094 Use renamed ediff faces.
29095
29096 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
29097 Remove "-face" suffix from face names.
29098 (eshell-test-ok-face, eshell-test-failed-face):
29099 New backward-compatibility aliases for renamed faces.
29100 (eshell-run-test): Use renamed eshell-test faces.
29101
29102 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
29103 face name.
29104 (eshell-prompt-face): New backward-compatibility alias for renamed
29105 face.
29106 (eshell-emit-prompt): Use renamed eshell-prompt face.
29107
29108 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
29109 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
29110 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
29111 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
29112 Remove "-face" suffix from face names.
29113 (eshell-ls-directory-face, eshell-ls-symlink-face)
29114 (eshell-ls-executable-face, eshell-ls-readonly-face)
29115 (eshell-ls-unreadable-face, eshell-ls-special-face)
29116 (eshell-ls-missing-face, eshell-ls-archive-face)
29117 (eshell-ls-backup-face, eshell-ls-product-face)
29118 (eshell-ls-clutter-face):
29119 New backward-compatibility aliases for renamed faces.
29120 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
29121
29122 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
29123 Remove "-face" suffix from face name.
29124 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
29125 instead of literal face.
29126
29127 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
29128
29129 * emacs-lisp/warnings.el (display-warning, lwarn)
29130 (warning-minimum-log-level): Doc fixes.
29131 (warning-minimum-level, warning-minimum-log-level):
29132 Add :debug to :type choices.
29133
29134 * progmodes/ada-mode.el (ada-format-paramlist)
29135 (ada-get-indent-case, ada-check-matching-start)
29136 (ada-check-defun-name, ada-goto-matching-decl-start)
29137 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
29138 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
29139 (ada-make-subprogram-body): Follow error conventions.
29140 (ada-case-exception-file, ada-indent-comment-as-code)
29141 (ada-indent-handle-comment-special, ada-indent-renames)
29142 (ada-indent-return, ada-search-directories-internal)
29143 (ada-tab-policy, ada-case-exception-substring)
29144 (ada-other-file-alist, ada-matching-start-re)
29145 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
29146 (ada-imenu-generic-expression, ada-compile-goto-error)
29147 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
29148 (ada-popup-menu, ada-add-extensions, ada-mode)
29149 (ada-region-selected, ada-create-case-exception)
29150 (ada-create-case-exception-substring, ada-after-keyword-p)
29151 (ada-activate-keys-for-case, ada-adjust-case-region)
29152 (ada-adjust-case-buffer, ada-format-paramlist)
29153 (ada-scan-paramlist, ada-insert-paramlist)
29154 (ada-indent-newline-indent)
29155 (ada-indent-newline-indent-conditional)
29156 (ada-justified-indent-current, ada-goto-previous-word)
29157 (ada-indent-current, ada-get-indent-open-paren)
29158 (ada-get-indent-paramlist, ada-get-indent-end)
29159 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
29160 (ada-get-indent-block-start, ada-get-indent-subprog)
29161 (ada-get-indent-noindent, ada-get-indent-label)
29162 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
29163 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
29164 (ada-goto-stmt-end, ada-goto-next-word)
29165 (ada-check-matching-start, ada-check-defun-name)
29166 (ada-goto-matching-decl-start, ada-goto-matching-start)
29167 (ada-goto-matching-end, ada-search-ignore-string-comment)
29168 (ada-in-decl-p, ada-looking-at-semi-or)
29169 (ada-looking-at-semi-private, ada-in-paramlist-p)
29170 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
29171 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
29172 (ada-next-procedure, ada-previous-procedure, ada-next-package)
29173 (ada-previous-package, ada-create-menu)
29174 (ada-fill-comment-paragraph-justify)
29175 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
29176 (ada-other-file-name, ada-last-which-function-line)
29177 (ada-last-which-function-subprog, ada-which-function)
29178 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
29179 (ada-gen-treat-proc, ada-check-emacs-version)
29180 (ada-continuation-indent, ada-align-region-separate):
29181 Fix typos in docstrings.
29182 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
29183
29184 2005-06-16 Lute Kamstra <lute@gnu.org>
29185
29186 * simple.el (fundamental-mode): Run after-change-major-mode-hook
29187 conditionally.
29188
29189 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
29190
29191 * comint.el (comint-replace-by-expanded-filename)
29192 (comint-prompt-regexp, comint-delimiter-argument-list)
29193 (comint-preinput-scroll-to-bottom):
29194 * info.el (Info-hide-cookies-node):
29195 * ls-lisp.el (ls-lisp-classify):
29196 * find-file.el (ff-search-directories, ff-special-constructs)
29197 (ff-find-other-file):
29198 * font-lock.el (font-lock-keywords):
29199 * shell.el (shell-prompt-pattern)
29200 (shell-dynamic-complete-functions, shell-mode)
29201 (shell-delimiter-argument-list):
29202 * term.el (term-replace-by-expanded-filename)
29203 (term-prompt-regexp, term-delimiter-argument-list):
29204 * woman.el (woman-ignore, woman0-if):
29205 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
29206 * emacs-lisp/elint.el (elint-init-env):
29207 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
29208 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
29209 * language/ethio-util.el (ethio-tilde-escape)
29210 (ethio-use-three-dot-question):
29211 * net/zone-mode.el (zone-mode-load-time-setup):
29212 * progmodes/cc-align.el (c-lineup-argcont):
29213 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
29214 * progmodes/cperl-mode.el (cperl-set-style-back):
29215 * progmodes/inf-lisp.el (inferior-lisp-prompt):
29216 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
29217 Fix spellings in docstrings.
29218
29219 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
29220 * progmodes/modula2.el (m2-for): Fix spellings.
29221
29222 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
29223
29224 * simple.el (undo-more): Don't use `format' on `error' arguments.
29225 Improve argument/docstring consistency.
29226 (pending-undo-list): Doc fix.
29227
29228 * smerge-mode.el (smerge-ensure-match):
29229 * emulation/vip.el (vip-ex):
29230 * net/zone-mode.el (zone-mode-update-serial):
29231 * progmodes/idlwave.el (idlwave-complete):
29232 * progmodes/vhdl-mode.el (vhdl-visit-file)
29233 (vhdl-compose-wire-components):
29234 Don't use `format' on `error' arguments.
29235
29236 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
29237 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
29238 (tooltip-help-tips): Fix typos in docstrings.
29239
29240 2005-06-16 David Ponce <david@dponce.com>
29241
29242 * tree-widget.el (tree-widget-value-create): Simplify last change.
29243
29244 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
29245
29246 * ido.el (ido-incomplete-regexp): New variable.
29247 (ido-set-matches-1): Handle invalid-regexp error and set
29248 ido-incomplete-regexp.
29249 (ido-incomplete-regexp): New face.
29250 (ido-completions): Use it.
29251 (ido-complete, ido-exit-minibuffer, ido-completions):
29252 Handle incomplete regexps.
29253 (ido-completions): Add check for complete match when entering a regexp.
29254
29255 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
29256
29257 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
29258
29259 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29260
29261 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
29262 by field delimiters.
29263
29264 2005-06-15 David Ponce <david@dponce.com>
29265
29266 * tree-widget.el: eval-and-compile inlined functions so they will
29267 be available at run-time too.
29268 (tree-widget-super-format-handler)
29269 (tree-widget-format-handler): Remove.
29270 (tree-widget-value-create): Handle the :indent property.
29271
29272 2005-06-15 Miles Bader <miles@gnu.org>
29273
29274 * progmodes/which-func.el (which-func): Only inherit
29275 `font-lock-function-name-face' when that makes sense against the
29276 default mode-line face, otherwise set the face color explicitly.
29277
29278 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
29279 faces instead of (non-existent) variables.
29280
29281 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
29282
29283 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
29284 (iswitchb-get-matched-buffers): Likewise. Simplify.
29285
29286 2005-06-14 Miles Bader <miles@gnu.org>
29287
29288 * progmodes/ld-script.el (ld-script-location-counter):
29289 Remove "-face" suffix from face name.
29290 (ld-script-location-counter-face):
29291 New backward-compatibility alias for renamed face.
29292 (ld-script-location-counter-face): Use renamed face.
29293
29294 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
29295 (cperl-hash): Remove "-face" suffix from face names.
29296 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
29297 New backward-compatibility aliases for renamed faces.
29298 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
29299 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
29300
29301 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
29302 name.
29303 (which-func-face): New backward-compatibility alias for renamed face.
29304 (which-func-format): Use renamed which-func face.
29305
29306 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
29307 (vhdl-function, vhdl-directive, vhdl-reserved-word)
29308 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
29309 names.
29310 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
29311 (vhdl-speedbar-configuration, vhdl-speedbar-package)
29312 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
29313 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
29314 (vhdl-speedbar-architecture-selected)
29315 (vhdl-speedbar-configuration-selected)
29316 (vhdl-speedbar-package-selected)
29317 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
29318 names.
29319 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
29320 Use renamed faces.
29321 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
29322 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
29323 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
29324 Use renamed faces.
29325 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
29326 names.
29327 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
29328 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
29329 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
29330 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
29331 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
29332 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
29333
29334 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
29335 face name.
29336 (sh-heredoc-face): New backward-compatibility alias for renamed face.
29337 (sh-heredoc-face): Use renamed sh-heredoc face.
29338
29339 * progmodes/idlw-help.el (idlwave-help-link):
29340 Remove "-face" suffix from face name.
29341 (idlwave-help-link-face):
29342 New backward-compatibility alias for renamed face.
29343 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
29344
29345 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
29346 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
29347 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
29348 New backward-compatibility aliases for renamed faces.
29349 (idlwave-shell-disabled-breakpoint-face)
29350 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
29351
29352 * progmodes/flymake.el (flymake-errline, flymake-warnline):
29353 Remove "-face" suffix from face names.
29354 (flymake-errline-face, flymake-warnline-face):
29355 New backward-compatibility aliases for renamed faces.
29356 (flymake-highlight-line): Use renamed flymake faces.
29357
29358 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
29359 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
29360 (ebrowse-member-class, ebrowse-progress):
29361 Remove "-face" suffix from face names.
29362 (ebrowse-tree-mark-face, ebrowse-root-class-face)
29363 (ebrowse-file-name-face, ebrowse-default-face)
29364 (ebrowse-member-attribute-face, ebrowse-member-class-face)
29365 (ebrowse-progress-face):
29366 New backward-compatibility aliases for renamed faces.
29367 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
29368 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
29369 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
29370 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
29371
29372 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
29373 antlr-syntax)
29374 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
29375 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
29376 names.
29377 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
29378 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
29379 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
29380 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
29381 backward-compatibility aliases for renamed faces.
29382 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
29383 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
29384 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
29385 remove "font-lock-". Use renamed antlr-mode faces.
29386 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
29387 literal face-names with face variable references.
29388
29389 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
29390 face name.
29391 (Buffer-menu-buffer-face): New backward-compatibility alias for
29392 renamed face.
29393 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
29394
29395 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
29396
29397 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
29398 Eliminate "-face" suffix.
29399 (makefile-targets): Inherit from font-lock-function-name-face and
29400 eliminate "-face" suffix.
29401 (makefile-shell): Remove attributes and eliminate "-face" suffix.
29402 (makefile-*-font-lock-keywords): Append makefile-targets in rule
29403 actions, instead of prepending, to make it less visible.
29404 (makefile-previous-dependency, makefile-match-dependency):
29405 Don't match a target on a continuation line.
29406
29407 * files.el (auto-mode-alist): Put Makefile in gmake mode.
29408
29409 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
29410
29411 * progmodes/gdb-ui.el (menu): Re-order menu items.
29412 (gdb-tooltip-print): Respect tooltip-use-echo-area.
29413
29414 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
29415 Define in tooltip.el.
29416 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
29417 (gud-tooltip-tips): Respect tooltip-use-echo-area and
29418 gud-tooltip-echo-area.
29419
29420 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
29421 backward compatibility and make obsolete.
29422 (tooltip-help-tips): Use tooltip-use-echo-area.
29423 (tooltip-show-help-function): Rename to...
29424 (tooltip-show-help): ...this, because it is a function.
29425 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
29426
29427 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
29428
29429 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
29430 (edebug-print-length, edebug-print-level, edebug-print-circle)
29431 (edebug-modify-breakpoint, edebug-eval-last-sexp)
29432 (edebug-eval-print-last-sexp): Doc fixes.
29433
29434 2005-06-14 Kim F. Storm <storm@cua.dk>
29435
29436 * ido.el (ido-mode): Make a new keymap every time we enable ido,
29437 as the coverage buffer/file/both may change.
29438
29439 2005-06-14 Lute Kamstra <lute@gnu.org>
29440
29441 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
29442 and run-mode-hooks. Simplify.
29443
29444 * mail/rmailedit.el (rmail-edit-mode):
29445 * progmodes/octave-inf.el (inferior-octave-mode):
29446 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
29447
29448 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
29449 and run-mode-hooks.
29450 (recentf-edit-list, recentf-open-files): Don't call
29451 kill-all-local-variables directly.
29452
29453 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
29454
29455 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
29456
29457 * emacs-lisp/byte-run.el (make-obsolete)
29458 (define-obsolete-function-alias): Rename arguments FUNCTION and
29459 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
29460 (make-obsolete-variable, define-obsolete-variable-alias):
29461 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
29462 respectively.
29463
29464 * isearchb.el (isearchb-activate):
29465 * pcvs.el (cvs-mode):
29466 * ses.el (ses-load):
29467 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
29468 * net/tramp.el (tramp-find-file-exists-command)
29469 (tramp-find-shell):
29470 * progmodes/ada-mode.el (ada-create-case-exception)
29471 (ada-create-case-exception-substring, ada-make-subprogram-body):
29472 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
29473 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
29474 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
29475 * textmodes/org.el (org-promote, org-evaluate-time-range)
29476 (org-agenda-next-date-line, org-agenda-previous-date-line)
29477 (org-agenda-error, org-open-at-point, org-table-move-row)
29478 (org-format-table-table-html-using-table-generate-source)
29479 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
29480 * textmodes/reftex.el (reftex-access-scan-info):
29481 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
29482 (reftex-toc-promote-prepare): Follow error conventions.
29483
29484 * diff-mode.el (diff-mode): Fix typo in docstring.
29485
29486 * forms.el (forms--intuit-from-file): Fix reference to
29487 `forms-number-of-fields' in error message.
29488 (forms-print): Fix quoting in error message.
29489
29490 * forms.el (forms-mode):
29491 * emulation/vi.el (vi-goto-insert-state):
29492 * progmodes/flymake.el (flymake-new-err-info)
29493 (flymake-start-syntax-check-for-current-buffer)
29494 (flymake-simple-cleanup):
29495 * eshell/esh-var.el (eshell/export):
29496 * progmodes/gud.el (xdb):
29497 * textmodes/flyspell.el (flyspell-incorrect-hook)
29498 (flyspell-maybe-correct-transposition)
29499 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
29500
29501 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
29502
29503 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
29504 minibuffer prompt.
29505
29506 2005-06-13 Kim F. Storm <storm@cua.dk>
29507
29508 * subr.el (add-to-ordered-list): New defun.
29509
29510 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
29511 add cua--keymap-alist to emulation-mode-map-alists.
29512
29513 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
29514
29515 * subr.el (complete-in-turn): New macro.
29516 (dynamic-completion-table, lazy-completion-table): Add debug info.
29517
29518 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
29519 in preference to face aliases.
29520
29521 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
29522 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
29523 Remove unused vars `start' and `firstline'.
29524 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
29525 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
29526
29527 2005-06-13 Eli Zaretskii <eliz@gnu.org>
29528
29529 * cus-start.el (all): Don't complain about missing GTK-related
29530 variables, unless either `gtk' is boundp or this isn't a
29531 `windows-nt' build.
29532
29533 2005-06-13 Lute Kamstra <lute@gnu.org>
29534
29535 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
29536 run-mode-hooks.
29537
29538 * ediff-mult.el (ediff-meta-mode):
29539 * ediff-util.el (ediff-mode): Use run-mode-hooks.
29540
29541 * ledit.el (ledit-mode): Use delay-mode-hooks.
29542
29543 * woman.el (woman-mode-line-format): Delete constant.
29544 (woman-mode-map): Initialize it properly.
29545 (woman-mode): Set mode-class property to special.
29546 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
29547 Set major-mode and mode-name. Don't set mode-line-format directly.
29548 (Man-getpage-in-background): Don't reference woman-mode-line-format.
29549
29550 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
29551 string argument obsolete.
29552
29553 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
29554
29555 * textmodes/org.el (org-CUA-compatible): New option.
29556 (org-disputed-keys): New variable.
29557 (org-key): New function.
29558 (orgtbl-make-binding): Add docstring to the created function.
29559 (org-mode): Set paragraph start/separate regexps.
29560 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
29561 (org-archive-location, org-archive-mark-done)
29562 (org-archive-stamp-time): New options.
29563 (org-archive-subtree): New command.
29564 (org-fill-paragraph): New function.
29565 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
29566 (org-fake-empty-table-line): Function removed.
29567 (org-format-org-table-html): Do not create empty table lines at
29568 separator lines. Improved table header treatment.
29569 (org-link-format): New option.
29570 (org-make-link): New function.
29571 (org-insert-link, org-store-link): Use org-make-link.
29572 (org-open-file): Quote file name for shell command, to allow
29573 spaces in file names.
29574 (org-link-regexp): Fix bug with mailto link.
29575 (org-link-maybe-angles-regexp, org-protected-link-regexp):
29576 New constants.
29577 (org-export-as-html): Deal with the optional angles around a link.
29578 Better treatment of file: links.
29579 (org-open-at-point): Replace @{ and @} with < and >.
29580 (org-run-mode-hooks): Function removed.
29581 (org-agenda-mode): No longer use `org-run-mode-hooks'.
29582
29583 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
29584
29585 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
29586 MI command -data-list-register-values.
29587 (gdb-post-prompt): Indent properly.
29588
29589 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
29590
29591 * hilit-chg.el (highlight-changes-colors): Rename from
29592 `highlight-changes-colours'.
29593 (highlight-changes-colours): Keep as obsolete alias.
29594 (highlight-changes-face-list): Doc fix.
29595 (hilit-chg-make-list): Use `highlight-changes-colors'.
29596
29597 2005-06-12 Mark A. Hershberger <mah@everybody.org>
29598
29599 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
29600 defun-prompt-regexp.
29601
29602 2005-06-12 Eli Zaretskii <eliz@gnu.org>
29603
29604 * loadup.el: Don't say we are dumping under 2 names on windows-nt
29605 and cygwin.
29606
29607 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
29608 Don't use an old loaddefs.el, as in Makefile.in.
29609
29610 2005-06-12 Lute Kamstra <lute@gnu.org>
29611
29612 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
29613
29614 * man.el (Man-mode-map): Initialize it properly.
29615 (Man-mode): Set mode-class property to special.
29616
29617 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
29618
29619 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
29620
29621 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
29622 A newline is needed in the docstring there.
29623
29624 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
29625 Doc fixes.
29626
29627 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
29628
29629 * printing.el: Doc fix. The menubar is no more changed when printing
29630 is loaded, it only changes when pr-menu-bind or pr-update-menus is
29631 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
29632 (pr-version): New version number (6.8.4).
29633 (pr-menu-bind): New command.
29634 (pr-update-menus): Docstring and code fix.
29635 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
29636 Docstring fix.
29637 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
29638 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
29639
29640 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
29641
29642 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
29643 "Returns" to "return", document useful return values, etc.
29644
29645 2005-06-11 Alan Mackenzie <acm@muc.de>
29646
29647 * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
29648 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
29649 (adaptive-file-function): Minor amendment to doc-string.
29650
29651 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29652
29653 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
29654 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
29655 Fix :type--it is `integer', not `string'.
29656
29657 * faces.el (modeline-highlight): Rename from (the erroneous)
29658 `modeline-higilight'.
29659
29660 2005-06-11 Lute Kamstra <lute@gnu.org>
29661
29662 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
29663 lisp-interaction-mode-map but make it the parent.
29664 (edebug-eval-mode): Use define-derived-mode.
29665
29666 2005-06-11 Andreas Schwab <schwab@suse.de>
29667
29668 * bindings.el: Add binding of `ESC functionkey' for every
29669 `M-functionkey'.
29670 * hexl.el (hexl-mode-map): Likewise.
29671
29672 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
29673
29674 * progmodes/compile.el (compilation-error-regexp-alist-alist)
29675 [msft]: update regexp for newer msft compilers.
29676
29677 2005-06-10 Mark A. Hershberger <mah@everybody.org>
29678
29679 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
29680 ATTLIST portions of included DTDs.
29681 (xml-parse-dtd): Eliminate use of inefficient match-data.
29682
29683 2005-06-10 Miles Bader <miles@gnu.org>
29684
29685 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
29686 (mpuz-text): Remove "-face" suffix from face names.
29687 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
29688 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
29689 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
29690
29691 * play/gomoku.el (gomoku-O, gomoku-X):
29692 Remove "-face" suffix from face names.
29693 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
29694 New backward-compatibility aliases for renamed faces.
29695 (gomoku-font-lock-keywords): Use renamed gomoku faces.
29696
29697 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29698
29699 * thumbs.el: Fixes for changes of 2005-06-09.
29700 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
29701 as a directory.
29702 (thumbs-thumbname): Remove directory separator from format string;
29703 `thumbs-thumbsdir' now returns a valid directory name.
29704 (thumbs-temp-dir): New defsubst.
29705 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
29706 Use it.
29707
29708 * cus-edit.el (minibuffer):
29709 * files.el (make-backup-file-name-function):
29710 * filesets.el (filesets-external-viewers):
29711 * hilit-chg.el (highlight-changes-colours)
29712 (highlight-changes-face-list, highlight-changes-rotate-faces):
29713 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
29714 * kmacro.el (kmacro-call-macro):
29715 * log-edit.el (log-edit-changelog-full-paragraphs):
29716 * mouse.el (mouse-1-click-follows-link):
29717 * skeleton.el (skeleton-autowrap):
29718 * subr.el (insert-for-yank-1):
29719 * tempo.el (tempo-insert-region):
29720 * terminal.el (terminal-emulator):
29721 * time.el (display-time-mail-face):
29722 * vc.el (vc-annotate):
29723 * vcursor.el (vcursor-copy-line):
29724 * woman.el (woman-bold-headings, woman-ignore)
29725 (woman-default-faces, woman-monochrome-faces):
29726 * calendar/todo-mode.el (todo-insert-threshold):
29727 * emulation/pc-select.el (pc-select-selection-keys-only)
29728 (pc-selection-mode):
29729 * emulation/vip.el (vip-find-char-forward):
29730 * emulation/viper-cmd.el (viper-find-char-forward):
29731 * international/mule-cmds.el
29732 (select-safe-coding-system-accept-default-p)
29733 (input-method-exit-on-invalid-key):
29734 * international/mule-diag.el (describe-coding-system):
29735 * international/ucs-tables.el (unify-8859-on-encoding-mode):
29736 * net/browse-url.el (browse-url-xterm-program):
29737 * obsolete/lazy-lock.el (lazy-lock-mode):
29738 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
29739 (cperl-mode):
29740 * progmodes/cpp.el (cpp-face-light-name-list)
29741 (cpp-face-dark-name-list):
29742 * progmodes/delphi.el (delphi-newline-always-indents):
29743 Fix spellings in docstrings.
29744
29745 * ido.el (ido-mode, ido-file-extensions-order)
29746 (ido-default-file-method, ido-default-buffer-method)
29747 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
29748 (ido-decorations, ido-read-file-name-as-directory-commands)
29749 (ido-read-file-name-non-ido, ido-work-directory-list)
29750 (ido-ignore-item-temp-list, ido-current-directory)
29751 (ido-magic-forward-char, ido-enter-find-file)
29752 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
29753 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
29754
29755 2005-06-10 Lute Kamstra <lute@gnu.org>
29756
29757 * play/dunnet.el (dun-mode): Use define-derived-mode.
29758 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
29759 obsolete alias.
29760
29761 * play/doctor.el (doctor-mode-map): Remove defvar.
29762 (doctor-mode): Use define-derived-mode.
29763
29764 * mail/mspools.el (mspools-mode):
29765 * net/eudc-hotlist.el (eudc-hotlist-mode):
29766 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
29767
29768 2005-06-10 Miles Bader <miles@gnu.org>
29769
29770 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
29771 Remove "-face" suffix from face names.
29772 (flyspell-incorrect-face, flyspell-duplicate-face):
29773 New backward-compatibility aliases for renamed faces.
29774 (flyspell-mode-on, make-flyspell-overlay)
29775 (flyspell-highlight-incorrect-region)
29776 (flyspell-highlight-duplicate-region)
29777 (flyspell-display-next-corrections)
29778 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
29779
29780 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
29781 from face name.
29782 (texinfo-heading-face): New backward-compatibility alias for
29783 renamed face.
29784 (texinfo-heading-face): Use renamed texinfo-heading face.
29785
29786 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
29787 suffix from face names.
29788 (tex-math-face, tex-verbatim-face):
29789 New backward-compatibility aliases for renamed faces.
29790 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
29791 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
29792 literal face name.
29793
29794 * textmodes/table.el (table-cell): Remove "-face" suffix from face
29795 name.
29796 (table-cell-face): New backward-compatibility alias for renamed face.
29797 (table--put-cell-face-property, table--update-cell-face):
29798 Use renamed table-cell face.
29799
29800 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
29801 from face name.
29802 (sgml-namespace-face): New backward-compatibility alias for
29803 renamed face.
29804 (sgml-namespace-face): Use renamed sgml-namespace face.
29805
29806 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
29807 (org-level-4, org-level-5, org-level-6, org-level-7)
29808 (org-level-8, org-warning, org-headline-done)
29809 (org-deadline-announce, org-scheduled-today)
29810 (org-scheduled-previously, org-link, org-done, org-table)
29811 (org-time-grid): Remove "-face" suffix from face names.
29812 (org-level-1-face, org-level-2-face, org-level-3-face)
29813 (org-level-4-face, org-level-5-face, org-level-6-face)
29814 (org-level-7-face, org-level-8-face, org-warning-face)
29815 (org-headline-done-face, org-deadline-announce-face)
29816 (org-scheduled-today-face, org-scheduled-previously-face)
29817 (org-link-face, org-done-face, org-table-face)
29818 (org-time-grid-face):
29819 New backward-compatibility aliases for renamed faces.
29820 (org-level-faces, org-set-font-lock-defaults, org-timeline)
29821 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
29822 (org-agenda-get-timestamps, org-agenda-get-scheduled)
29823 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
29824
29825 * emulation/viper-init.el (viper-search, viper-replace-overlay)
29826 (viper-minibuffer-emacs, viper-minibuffer-insert)
29827 (viper-minibuffer-vi): Remove "-face" suffix from face names.
29828 (viper-search-face, viper-replace-overlay-face)
29829 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29830 (viper-minibuffer-vi-face):
29831 New backward-compatibility aliases for renamed faces.
29832 (viper-search-face, viper-replace-overlay-face)
29833 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29834 (viper-minibuffer-vi-face): Use renamed viper faces.
29835
29836 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
29837 Remove "-face" suffix from face names.
29838 (testcover-nohits-face, testcover-1value-face):
29839 New backward-compatibility aliases for renamed faces.
29840 (testcover-mark): Use renamed testcover faces.
29841
29842 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
29843 face name.
29844 (diary-button-face): New backward-compatibility alias for renamed face.
29845 (diary-entry): Use renamed diary-button face.
29846
29847 * calendar/calendar.el (diary, calendar-today, holiday)
29848 (mark-visible-calendar-date): Remove "-face" suffix from face names.
29849 (diary-face, calendar-today-face, holiday-face):
29850 New backward-compatibility aliases for renamed faces.
29851 (eval-after-load "facemenu", diary-entry-marker)
29852 (calendar-today-marker, calendar-holiday-marker, diary-face):
29853 Use renamed calendar faces.
29854
29855 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
29856 (compare-windows-face): New backward-compatibility alias for
29857 renamed face.
29858 (compare-windows-highlight): Use renamed compare-windows face.
29859
29860 * strokes.el (strokes-char): Remove "-face" suffix from face name.
29861 (strokes-char-face): New backward-compatibility alias for renamed face.
29862 (strokes-encode-buffer): Use renamed strokes-char face.
29863
29864 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
29865 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
29866 Remove "-face" suffix from face names.
29867 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
29868 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
29869 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
29870 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
29871 Use renamed pcvs faces.
29872 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
29873 * pcvs-defs.el (cvs-mode-map): Likewise.
29874 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
29875
29876 * info.el (info-title-1, info-title-2, info-title-3)
29877 (info-title-4): Remove "-face" suffix from and downcase face names.
29878 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
29879 (Info-title-4-face):
29880 New backward-compatibility aliases for renamed faces.
29881 (Info-fontify-node): Use renamed info faces.
29882
29883 * hilit-chg.el (highlight-changes, highlight-changes-delete):
29884 Remove "-face" suffix from face names.
29885 (highlight-changes-face, highlight-changes-delete-face):
29886 New backward-compatibility aliases for renamed faces.
29887 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
29888 (hilit-chg-make-list): Use renamed highlight-changes faces.
29889
29890 * generic-x.el (show-tabs-tab, show-tabs-space):
29891 Remove "-face" suffix from face names.
29892 (show-tabs-tab-face, show-tabs-space-face):
29893 New backward-compatibility aliases for renamed faces.
29894 (show-tabs-generic-mode-font-lock-defaults-1)
29895 (show-tabs-generic-mode-font-lock-defaults-2):
29896 Use renamed show-tabs faces.
29897
29898 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
29899 (smerge-markers): Remove "-face" suffix from face names.
29900 (smerge-mine-face, smerge-other-face, smerge-base-face)
29901 (smerge-markers-face):
29902 New backward-compatibility aliases for renamed faces.
29903 (smerge-mine-face, smerge-other-face, smerge-base-face)
29904 (smerge-markers-face): Use renamed smerge faces.
29905
29906 * log-view.el (log-view-file, log-view-message): Remove "-face"
29907 suffix from face names.
29908 (log-view-file-face, log-view-message-face):
29909 New backward-compatibility aliases for renamed faces.
29910 (log-view-file-face, log-view-message-face): Use renamed log-view
29911 faces.
29912
29913 * paren.el (show-paren-match, show-paren-mismatch):
29914 Remove "-face" suffix from face names.
29915 (show-paren-match-face, show-paren-mismatch-face):
29916 New backward-compatibility aliases for renamed faces.
29917 (show-paren-function): Use renamed show-paren faces.
29918
29919 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
29920 (ruler-mode-margins, ruler-mode-fringes)
29921 (ruler-mode-column-number, ruler-mode-fill-column)
29922 (ruler-mode-comment-column, ruler-mode-goal-column)
29923 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
29924 suffix from face names.
29925 (ruler-mode-default-face, ruler-mode-pad-face)
29926 (ruler-mode-margins-face, ruler-mode-fringes-face)
29927 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
29928 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
29929 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
29930 New backward-compatibility aliases for renamed faces.
29931 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
29932 (ruler-mode-column-number, ruler-mode-fill-column)
29933 (ruler-mode-comment-column, ruler-mode-goal-column)
29934 (ruler-mode-tab-stop, ruler-mode-current-column)
29935 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
29936 faces.
29937
29938 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
29939 face name.
29940 (whitespace-highlight-the-space): Use renamed face.
29941 (whitespace-highlight-face): New backward-compatibility alias for
29942 renamed face.
29943
29944 * woman.el (woman-italic, woman-bold, woman-unknown)
29945 (woman-addition, woman-symbol-face):
29946 Remove "-face" suffix from face names.
29947 (woman-italic-face, woman-bold-face, woman-unknown-face)
29948 (woman-addition-face):
29949 New backward-compatibility aliases for renamed faces.
29950 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
29951 (woman-decode-region, woman-replace-match)
29952 (woman-display-extended-fonts, woman-special-characters)
29953 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
29954 Use renamed woman faces.
29955
29956 * longlines.el (longlines-visible-face): Face removed.
29957
29958 * diff-mode.el (diff-header, diff-file-header, diff-index)
29959 (diff-hunk-header, diff-removed, diff-added, diff-changed)
29960 (diff-function, diff-context, diff-nonexistent): Remove "-face"
29961 suffix from face names.
29962 (diff-header-face, diff-file-header-face, diff-index-face)
29963 (diff-hunk-header-face, diff-removed-face, diff-added-face)
29964 (diff-changed-face, diff-function-face, diff-context-face)
29965 (diff-nonexistent-face): New backward-compatibility aliases for
29966 renamed faces.
29967 (diff-header-face, diff-file-header-face)
29968 (diff-index, diff-index-face, diff-hunk-header)
29969 (diff-hunk-header-face, diff-removed, diff-removed-face)
29970 (diff-added, diff-added-face, diff-changed-face, diff-function)
29971 (diff-function-face, diff-context-face, diff-nonexistent)
29972 (diff-nonexistent-face): Use renamed diff-mode faces.
29973
29974 * progmodes/compile.el (compilation-warning-face)
29975 (compilation-info-face): Remove "-face" suffix from face names.
29976 (compilation-warning-face, compilation-info-face):
29977 New backward-compatibility aliases for renamed faces.
29978 (compilation-warning-face, compilation-info-face):
29979 Use renamed compilation faces.
29980
29981 * add-log.el (change-log-date, change-log-name)
29982 (change-log-email, change-log-file, change-log-list)
29983 (change-log-conditionals, change-log-function)
29984 (change-log-acknowledgement): Remove "-face" suffix from face names.
29985 (change-log-date-face, change-log-name-face)
29986 (change-log-email-face, change-log-file-face)
29987 (change-log-list-face, change-log-conditionals-face)
29988 (change-log-function-face, change-log-acknowledgement-face):
29989 New backward-compatibility aliases for renamed faces.
29990 (change-log-font-lock-keywords): Use renamed change-log faces.
29991
29992 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
29993 (custom-set, custom-changed, custom-saved, custom-button)
29994 (custom-button-pressed, custom-documentation, custom-state)
29995 (custom-comment, custom-comment-tag, custom-variable-tag)
29996 (custom-variable-button, custom-face-tag, custom-group-tag-1)
29997 (custom-group-tag): Remove "-face" suffix from face names.
29998 (custom-magic-alist, custom-magic-value-create)
29999 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
30000 (custom-invalid-face, custom-rogue-face, custom-modified-face)
30001 (custom-set-face, custom-changed-face, custom-saved-face)
30002 (custom-button-face, custom-button-pressed-face)
30003 (custom-documentation-face, custom-state-face)
30004 (custom-comment-face, custom-comment-tag-face)
30005 (custom-variable-tag-face, custom-variable-button-face)
30006 (custom-face-tag-face, custom-group-tag-face-1)
30007 (custom-group-tag-face):
30008 New backward-compatibility aliases for renamed faces.
30009
30010 * wid-edit.el (widget-documentation, widget-button)
30011 (widget-field, widget-single-line-field, widget-inactive)
30012 (widget-button-pressed): "-face" suffix removed from face names.
30013 (widget-documentation-face, widget-button-face)
30014 (widget-field-face, widget-single-line-field-face)
30015 (widget-inactive-face, widget-button-pressed-face):
30016 New backward-compatibility aliases for renamed faces.
30017 (widget-documentation-face, widget-button-face)
30018 (widget-button-pressed-face, widget-specify-field)
30019 (widget-specify-inactive): Use renamed widget faces.
30020
30021 2005-06-10 Kenichi Handa <handa@m17n.org>
30022
30023 * term/x-win.el (x-clipboard-yank): Remove condition-case
30024 wrapping.
30025
30026 2005-06-11 Kenichi Handa <handa@m17n.org>
30027
30028 * add-log.el (change-log-font-lock-keywords): Make the regexp for
30029 date lines stricter.
30030
30031 2005-06-10 Zhang Wei <id.brep@gmail.com>
30032
30033 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
30034 of x-get-selection.
30035
30036 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
30037
30038 * comint.el (comint-mode, comint-snapshot-last-prompt):
30039 * frame.el (frame-current-scroll-bars):
30040 * term.el (term-mode, term-check-proc, term-input-sender)
30041 (term-simple-send, term-extract-string, term-word)
30042 (term-match-partial-filename):
30043 * window.el (window-current-scroll-bars):
30044 * emulation/cua-base.el (cua-normal-cursor-color)
30045 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
30046 (cua-global-mark-cursor-color):
30047 * mail/undigest.el (rmail-forward-separator-regex):
30048 Fix typos in docstrings.
30049
30050 * comint.el (comint-check-proc, make-comint-in-buffer)
30051 (comint-source-default): Doc fixes.
30052
30053 * term.el (term-send-string): Improve argument/docstring consistency.
30054
30055 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
30056
30057 * comint.el (comint-send-input): Bind `inhibit-read-only' around
30058 call to `delete-region'.
30059 (comint-mode-hook): Do not enable Font Lock by default.
30060
30061 2005-06-09 Lute Kamstra <lute@gnu.org>
30062
30063 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
30064 could be void.
30065
30066 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
30067
30068 * emacs-lisp/debug.el (debugger-will-be-back): New var.
30069 (debug): Use it.
30070 (debugger-step-through, debugger-continue, debugger-jump)
30071 (debugger-return-value): Set it when needed.
30072 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
30073 Use inhibit-read-only.
30074
30075 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
30076
30077 * window.el (shrink-window-if-larger-than-buffer)
30078 (window-size-fixed): Fix typo in docstring.
30079
30080 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
30081 thumbnails directory on loading.
30082 (thumbs-conversion-program): Use `eq' to check the system type,
30083 not `equal'.
30084 (thumbs-temp-dir): Initialize to `temporary-file-directory',
30085 not "/tmp". Fix docstring.
30086 (thumbs-thumbsdir): New function to return the thumbnails
30087 directory, creating it if needed.
30088 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
30089 (thumbs-temp-file): Delete variable and make it into a function.
30090 (thumbs-resize-image, thumbs-modify-image): Use it.
30091 (thumbs-kill-buffer): Simplify.
30092 (thumbs-gensym): Defalias or duplicate CL `gensym'.
30093 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
30094 docstrings.
30095
30096 2005-06-09 Kim F. Storm <storm@cua.dk>
30097
30098 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
30099 set-match-data to free markers in match-data.
30100
30101 * replace.el (replace-match-data): Pass RESEAT arg `t' to
30102 match-data to unchain markers in match-data.
30103
30104 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
30105
30106 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
30107 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
30108 unnecessary now.
30109
30110 2005-06-08 Richard M. Stallman <rms@gnu.org>
30111
30112 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
30113 give the variable a doc string that doesn't say don't set it directly.
30114
30115 * textmodes/ispell.el (ispell-check-version):
30116 Use match-string-no-properties.
30117 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
30118 (ispell-buffer-local-words): Likewise.
30119
30120 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
30121 except on terminals with enough colors to really display it.
30122 (makefile-dependency-regex): Delete spurious `bb'.
30123
30124 * faces.el (escape-glyph): Use blue once again in last case.
30125 (no-break-space): Redefine so that it isn't invisible on a tty.
30126
30127 2005-06-08 Kim F. Storm <storm@cua.dk>
30128
30129 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
30130 also when reading directory name.
30131
30132 2005-06-08 Lute Kamstra <lute@gnu.org>
30133
30134 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
30135 (flyspell-mode-line-string): Remove autoload cookie.
30136 (flyspell-mode): Remove defvar.
30137
30138 2005-06-07 Lute Kamstra <lute@gnu.org>
30139
30140 * textmodes/org.el (org-run-mode-hooks): New function.
30141 (org-agenda-mode): Use it.
30142
30143 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
30144
30145 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
30146
30147 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
30148
30149 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
30150
30151 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
30152
30153 * font-lock.el (font-lock-add-keywords): Doc fix.
30154
30155 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
30156
30157 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
30158 (tex-compile-default): In the absence of any history, use the order in
30159 tex-compile-alist to choose the preferred command.
30160 (tex-compile-commands): Reorder a bit.
30161
30162 * textmodes/flyspell.el (flyspell-auto-correct-binding)
30163 (flyspell-incorrect-face, flyspell-duplicate-face):
30164 Use (X)Emacs-agnostic code.
30165 (flyspell-mode-map): Don't overwrite at each load. Remove code
30166 redundant with the subsequent add-minor-mode. Merge Emacs and
30167 XEmacs code.
30168 (flyspell-word): Minor simplification.
30169 (flyspell-math-tex-command-p): Quieten the byte-compiler.
30170 (flyspell-external-point-words): Remove unused vars `size' and `start'.
30171 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
30172 Merge the corresponding Emacs code.
30173 (flyspell-correct-word, flyspell-xemacs-popup):
30174 Use flyspell-do-correct.
30175
30176 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
30177 a dedicated window.
30178
30179 * international/latexenc.el (latexenc-find-file-coding-system):
30180 Undo part of last patch, to turn off a compiler warning.
30181
30182 2005-06-06 Juri Linkov <juri@jurta.org>
30183
30184 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
30185 Rename `tmm-inactive-face' to `tmm-inactive'.
30186
30187 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
30188
30189 * iswitchb.el: Rename faces.
30190
30191 2005-06-06 Kim F. Storm <storm@cua.dk>
30192
30193 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
30194 (cua-global-mark): Remove -face suffix from face names.
30195
30196 * emulation/cua-gmrk.el (cua--init-global-mark):
30197 Remove cua-global-mark face setup.
30198
30199 2005-06-06 Richard M. Stallman <rms@gnu.org>
30200
30201 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
30202 just like other allowed characters.
30203 (makefile-match-dependency): Exclude leading and training whitespace
30204 from the range of regexp subexp 1.
30205 (makefile-macroassign-regex): Don't try to match the body,
30206 just the name of the macro being defined.
30207
30208 * info.el (Info-read-node-name-2): New function.
30209 (Info-read-node-name-1): Use that.
30210 Add a completion-base-size-function property.
30211
30212 * simple.el (completion-setup-function): Look for
30213 completion-base-size-function property of minibuffer-completion-table.
30214
30215 * files.el (locate-file-completion): Doc fix.
30216
30217 * printing.el: Don't call pr-update-menus; user must do that.
30218
30219 * emacs-lisp/debug.el (debugger-window): New variable.
30220 (debug): Use debugger-window if it is set and still alive.
30221 Record debugger-window for next entry.
30222
30223 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
30224
30225 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
30226
30227 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
30228 (hack-one-local-variable, hack-local-variables)
30229 (hack-local-variables-prop-line): Pass that arg.
30230
30231 2005-06-06 Kim F. Storm <storm@cua.dk>
30232
30233 * ido.el (ido-first-match, ido-only-match, ido-subdir)
30234 (ido-indicator): Remove -face suffix from face names.
30235
30236 2005-06-06 Juri Linkov <juri@jurta.org>
30237
30238 * font-lock.el (font-lock-regexp-backslash)
30239 (font-lock-regexp-backslash-construct): New faces.
30240 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
30241 after `('. Add `while-no-input' to control structures.
30242
30243 * faces.el (no-break-space, shadow): New faces.
30244 (escape-glyph): Use less loud colors pink2 and red4.
30245
30246 * diff-mode.el (diff-context-face)
30247 * dired.el (dired-ignored)
30248 * rfn-eshadow.el (file-name-shadow)
30249 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
30250
30251 * info.el (Info-title-1-face): Use green instead of yellow because
30252 bold yellow is not readable on light backgrounds.
30253
30254 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
30255 before selecting the desired mode to not spend time fontifying
30256 old contents.
30257
30258 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
30259
30260 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
30261 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
30262
30263 * ps-print.el (ps-default-fg, ps-default-bg):
30264 Fix typos in docstrings.
30265
30266 * isearchb.el (isearchb): Don't pass a spurious second argument to
30267 `iswitchb-completions'.
30268
30269 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
30270
30271 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
30272 to preserve point.
30273 (gdb-find-file-hook): Add doc string.
30274
30275 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
30276 C dereferenced pointer expression.
30277 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
30278
30279 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
30280
30281 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
30282 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
30283 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
30284 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
30285 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
30286 Make background transparent.
30287
30288 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
30289
30290 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
30291 (font-lock-remove-keywords): Doc fix.
30292 (font-lock-mode-major-mode): Compiler defvar.
30293 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
30294
30295 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
30296 (font-lock-mode): Update `font-lock-mode-major-mode'.
30297 (font-lock-set-defaults): Compiler defvar.
30298 (font-lock-default-function): Take `font-lock-mode-major-mode'
30299 into account.
30300
30301 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
30302 keep track of which major mode it enabled the minor mode for.
30303 Use find-file-hook again. Update docstring.
30304
30305 * simple.el (eval-expression-print-level)
30306 (eval-expression-print-length, eval-expression-debug-on-error):
30307 Doc fixes.
30308
30309 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
30310
30311 * iswitchb.el (iswitchb-single-match-face)
30312 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
30313 (iswitchb-invalid-regexp-face): New faces.
30314 (iswitchb-completions): Use them.
30315 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
30316 now marked as an obsolete alias.
30317 (iswitchb-read-buffer): Remove check for bound font variables.
30318 (iswitchb-invalid-regexp): New free variable.
30319 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
30320 set iswitchb-invalid-regexp.
30321 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
30322 invalid regexps.
30323 (iswitchb-completions): Add check for complete match when entering
30324 a regexp.
30325 (iswitchb-completions): Remove require-match argument.
30326 (iswitchb-exhibit): Fix caller.
30327 (iswitchb-common-match-inserted): New variable.
30328 (iswitchb-complete, iswitchb-completion-help): Use it.
30329
30330 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
30331
30332 * url/url-http.el (url-http-chunked-encoding-after-change-function):
30333 Use `url-http-debug' instead of `message'.
30334
30335 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
30336
30337 * url/url-http.el (url-http-parse-headers): Pass redirected URL
30338 as a callback argument.
30339
30340 2005-06-04 Kim F. Storm <storm@cua.dk>
30341
30342 * simple.el (line-move): Only call sit-for when moving backwards.
30343
30344 * ido.el (ido-make-merged-file-list-1): New defun split from
30345 ido-make-merged-file-list.
30346 (ido-make-merged-file-list): Bind throw-on-input around call to
30347 ido-make-merged-file-list-1. Return input-pending-p if
30348 interrupted by more input available.
30349 (ido-read-internal): Handle input-pending-p return value from
30350 ido-make-merged-file-list.
30351
30352 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
30353
30354 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
30355 compatibility code.
30356
30357 * international/latexenc.el (latexenc-find-file-coding-system):
30358 Don't inherit the EOL part of the coding-system from the
30359 tex-main buffer. Fit within 80 columns.
30360
30361 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
30362
30363 * tmm.el (tmm-inactive-face): New face.
30364 (tmm-remove-inactive-mouse-face): New function.
30365 (tmm-prompt, tmm-add-one-shortcut)
30366 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
30367 but not selectable.
30368
30369 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
30370
30371 * faces.el (face-equal): Improve argument/docstring consistency.
30372
30373 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
30374
30375 * progmodes/make-mode.el (makefile-targets-face)
30376 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
30377 (makefile-bsdmake-dependency-regex)
30378 (makefile-makepp-rule-action-regex)
30379 (makefile-bsdmake-rule-action-regex): New constants.
30380 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
30381
30382 * progmodes/compile.el (compilation-error-regexp-alist-alist):
30383 Allow (...) within `...' for makepp messages.
30384
30385 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
30386
30387 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
30388
30389 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
30390 "." files are deleted from all file lists before comparison.
30391
30392 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
30393 (viper-ESC-key): Made them customizable.
30394
30395 * emulation/viper.el (viper-non-hook-settings):
30396 Fix the names of defadvices.
30397
30398 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
30399
30400 * autorevert.el (auto-revert-buffers): Use save-match-data.
30401
30402 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
30403
30404 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
30405 menu items with a nil command binding.
30406
30407 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
30408
30409 * emacs-lisp/cl-macs.el (defsetf):
30410 Improve argument/docstring consistency.
30411
30412 * faces.el (list-faces-display): Improve the formatting by
30413 computing the maximum length required for any face-name (reworked
30414 patch of 1999-01-11, accidentally deleted on 1999-07-21).
30415 (internal-find-face): Remove redundant info in docstring.
30416
30417 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
30418
30419 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
30420 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
30421 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
30422 (gdb-assembler-custom): Improve regexps.
30423 (def-gdb-auto-update-handler): Use window point to preserve point.
30424
30425 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
30426
30427 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
30428
30429 2005-05-31 Jay Belanger <belanger@truman.edu>
30430
30431 * calc/calc-embed.el (calc-embedded-word): Change argument passed
30432 to calc-embedded.
30433 (calc-embedded-make-info): Have plain prefix argument select
30434 entire line.
30435
30436 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
30437
30438 * faces.el (list-faces-display): Signal error if passed a regexp
30439 that matches no face name.
30440
30441 * simple.el (filter-buffer-substring): Fix typo in docstring.
30442
30443 2005-05-31 Richard M. Stallman <rms@gnu.org>
30444
30445 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
30446 (vhdl-emacs-21): Doc fix.
30447 (vhdl-mode): Unconditionally set comment-padding.
30448 (vhdl-fixup-whitespace-region): Insert spaces only where
30449 there are none.
30450 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
30451
30452 2005-05-30 John Wiegley <johnw@newartisans.com>
30453
30454 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
30455 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
30456 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
30457 `directory-sep-char' to ?/, and all uses of `string-to-int' to
30458 `string-to-number'.
30459
30460 2005-05-30 Jay Belanger <belanger@truman.edu>
30461
30462 * calc/calc.el (calc-bug-address): Fix docstring.
30463 (calc-window-hook, calc-trail-window-hook): New variables.
30464 (calc-trail-display): Restore use of calc-trail-window-hook.
30465 (calc): Restore use of calc-window-hook.
30466
30467 2005-05-31 Masatake YAMATO <jet@gyve.org>
30468
30469 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
30470
30471 * help-fns.el (help-C-file-name): Add autoload mark for
30472 `find-function-noselect'.
30473
30474 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
30475
30476 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
30477 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
30478
30479 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30480
30481 * calendar/diary-lib.el (mark-included-diary-files): Only kill
30482 included diary buffer if it was not already being visited.
30483 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
30484
30485 * calendar/icalendar.el (top-level): Do not require appt.
30486
30487 * mail/supercite.el (sc-select-attribution): Only use a list
30488 element from sc-attrib-selection-list if it returns a string.
30489 Reported by Davide G. M. Salvetti <salve@debian.org>.
30490
30491 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
30492
30493 * thumbs.el (thumbs-thumbname): The resulting thumbname now
30494 includes a hash value to improve its uniqueness, and has a ".jpg"
30495 extension. Also, it is now a valid filename on all systems.
30496 (thumbs-make-thumb): Use `let', not `let*'.
30497 (thumbs-show-thumbs-list): Check for JPEG availability.
30498
30499 2005-05-30 Richard M. Stallman <rms@gnu.org>
30500
30501 * filesets.el (filesets-menu-ensure-use-cached):
30502 Prevent warning when emacs-version>= is undefined.
30503
30504 * printing.el (pr-interactive-n-up): Use string-to-number.
30505
30506 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
30507
30508 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
30509 Warn only when name to be defined is quoted.
30510
30511 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
30512
30513 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
30514 Make regexp more robust.
30515 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
30516 Force regeneration of disassembly.
30517
30518 2005-05-29 Jay Belanger <belanger@truman.edu>
30519
30520 * calc/calc.el (calc-user-invocation): Check if
30521 calc-invocation-macro is non-nil.
30522
30523 2005-05-29 Juri Linkov <juri@jurta.org>
30524
30525 * add-log.el (change-log-font-lock-keywords):
30526 Add `+' to e-mail regexp to accept mail address with keywords.
30527
30528 * man.el (Man-name-regexp): Add `:' to accept qualified names.
30529
30530 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
30531
30532 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
30533
30534 * ielm.el (inferior-emacs-lisp-mode): Ditto.
30535
30536 2005-05-29 Richard M. Stallman <rms@gnu.org>
30537
30538 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30539 Undo the change that moves to end of the current word.
30540
30541 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30542
30543 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
30544 Throw error when count <= 0 to ensure input is a number.
30545 (gdb-read-memory-custom): Pick up address from buffer.
30546 (gdb-memory-mode): Allow user to increment and decrement
30547 memory address from header line.
30548
30549 2005-05-29 Richard M. Stallman <rms@gnu.org>
30550
30551 * textmoddes/flyspell.el (flyspell-version): Function deleted.
30552 (flyspell-auto-correct-previous-hook): Doc fix.
30553
30554 * jit-lock.el (jit-lock-function, jit-lock-after-change):
30555 Do nothing if memory is full.
30556
30557 * font-lock.el (font-lock-fontify-syntactically-region):
30558 Pass t for GREEDY to looking-back.
30559
30560 * saveplace.el (save-place-alist-to-file): Write the file
30561 using write-region.
30562
30563 * subr.el (looking-back): New argument GREEDY.
30564
30565 * progmodes/compile.el (compilation-start): Set the mode
30566 before inserting the initial text.
30567
30568 * progmodes/which-func.el (which-func-update-1): Turn the mode
30569 off in case of error by setting which-func-mode.
30570
30571 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
30572
30573 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30574 Narrow down to what's on the screen, and recenter overlays
30575 at the end of the next word.
30576
30577 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
30578
30579 * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
30580 8Vars moved up.
30581 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
30582 (flyspell-abbrev-p): Default to nil.
30583 (flyspell-use-global-abbrev-table-p): Doc fix.
30584 (flyspell-large-region): Allow nil as value.
30585 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
30586
30587 (mail-mode-flyspell-verify): More robust handling
30588 of `mail-header-separator'. More efficient signature detection.
30589 Allow for regexp metacharacters in message-header-separator.
30590 Adding `To' not to be checked in mail-mode-flyspell-verify.
30591
30592 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
30593 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
30594 Bind flyspell-auto-correct-binding.
30595 Bind C-. and C-, .
30596 (flyspell-mode-map): Likewise.
30597 (flyspell-mode): Doc fix.
30598 (flyspell-accept-buffer-local-defs): Preserve current buffer.
30599 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
30600 (flyspell-word-cache-result): New var, always local.
30601 (flyspell-check-pre-word-p): Doc fix.
30602 (flyspell-check-changed-word-p): Handle spc like newline.
30603 (flyspell-post-command-hook): Set flyspell-word-cache-result.
30604 (flyspell-word-search-backward, flyspell-word-search-forward):
30605 New functions.
30606 (flyspell-word): Return t if nothing to check.
30607 When parsing TeX code, check for after } or \.
30608 Use flyspell-word-search-backward to find previous word.
30609 Return nil if duplicated word.
30610 For word already checked, return same value as last time.
30611 Set flyspell-word-cache-result after checking.
30612 Don't clobber the return value.
30613 (flyspell-get-word): Major rewrite.
30614 (flyspell-external-point-words): New locals pword, pcount.
30615 Fix size used in progress message.
30616 Find the proper corresponding word in flyspell-large-region-buffer.
30617 (flyspell-region): Check for flyspell-large-region = nil.
30618 (flyspell-highlight-incorrect-region): Clean up overlays in region.
30619 (flyspell-auto-correct-word): Check that WORD is a cons.
30620 (flyspell-correct-word): Likewise.
30621
30622 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
30623
30624 * progmodes/make-mode.el (makefile-rule-action-regex)
30625 (makefile-macroassign-regex, makefile-makepp-mode)
30626 (makefile-bsdmake-mode): Continuation lines may be empty.
30627 Reported by Joshua Varner.
30628 (makefile-makepp-font-lock-keywords): Add $(stem).
30629
30630 2005-05-28 Karl Berry <karl@gnu.org>
30631
30632 * textmodes/tex-mode.el: Now that tex-send-command calls
30633 shell-quote-argument (2005-03-31 change), remove all calls to
30634 shell-quote-argument; they all end up invoking tex-send-command.
30635 The double quoting loses on filenames with non-safe characters,
30636 such as "@". Reported by Frederik Fouvry.
30637
30638 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30639
30640 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
30641 about preserving point.
30642
30643 2005-05-27 Jay Belanger <belanger@truman.edu>
30644
30645 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
30646 Info-goto-node.
30647
30648 * calc/calc-embed.el (calc-embed-arg): New variable.
30649 (calc-do-embedded-activate, calc-embedded-activate-formula)
30650 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
30651 variable by new variable.
30652 (calc-embedded-make-info): Replace undeclared variable by new
30653 variable. When selecting region with positive prefix
30654 argument, use end of previous line instead of beginning of line.
30655
30656 * calc/calc-aent.el (calc-arg-values): Declare it.
30657
30658 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
30659 Declare them.
30660
30661 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
30662
30663 * calc/calc.el (calc-alg-map): Declare it.
30664
30665 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
30666
30667 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
30668
30669 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
30670 (gdb-registers-buffer, toggle-gdb-all-registers):
30671 Toggle display of floating point registers.
30672 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
30673
30674 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
30675 (toggle-gud-tooltip-dereference):
30676 Rename from gud-toggle-tooltip-dereference.
30677
30678 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
30679
30680 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
30681
30682 2005-05-27 Jay Belanger <belanger@truman.edu>
30683
30684 * calc/calc-prog.el (calc-kbd-report): Remove.
30685 (calc-kbd-query): Rewrite.
30686
30687 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
30688
30689 * image.el (image-library-alist): Move to image.c.
30690 (image-type-available-p): Doc fix.
30691
30692 2005-05-27 Lute Kamstra <lute@gnu.org>
30693
30694 * calc/calc.el (calc):
30695 * outline.el (outline-1, outline-2, outline-3, outline-4)
30696 (outline-5, outline-6, outline-7, outline-8):
30697 * textmodes/dns-mode.el (dns-mode):
30698 * textmodes/sgml-mode.el (sgml-namespace-face):
30699 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
30700 (tex-verbatim-face, tex-use-reftex):
30701 * textmodes/texinfo.el (texinfo-heading-face):
30702 Specify customization group.
30703
30704 * longlines.el: Don't require easy-mmode.
30705 (longlines-visible-face): Specify customization group.
30706
30707 2005-05-27 Kenichi Handa <handa@m17n.org>
30708
30709 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
30710 encoding table of windows-1251.
30711
30712 * international/ucs-tables.el (ucs-set-table-for-input):
30713 If translation-table-for-input of a coding system is a symbol, get
30714 its translation-table property.
30715
30716 * international/code-pages.el: Don't register a coding system into
30717 non-iso-charset-alist more than once.
30718 (cp-make-coding-system): Likewise.
30719
30720 2005-05-26 John Wiegley <johnw@newartisans.com>
30721
30722 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
30723 `eshell-resume-eval' is wrapped in a list, it indicates that the
30724 command was run asynchronously. In that case, unwrap the value
30725 before checking the delimiter value.
30726
30727 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
30728 character before a space at the end of a line is \, assume the space
30729 is part of the last argument rather than a final argument separator.
30730
30731 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
30732 is in use, and the target is `t' or `nil' (which are the most common
30733 values), don't assume that the symbol target is a buffer.
30734
30735 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
30736
30737 * calendar/calendar.el (calendar-mode-line-format):
30738 Use mode-line-highlight as mouse-face.
30739
30740 * time.el (display-time-string-forms, display-time-update):
30741 Use mode-line-highlight as mouse-face.
30742
30743 2005-05-26 Jay Belanger <belanger@truman.edu>
30744
30745 * calc/calc.el (calc-language-alist): Remove extra defvar.
30746
30747 2005-05-26 Lute Kamstra <lute@gnu.org>
30748
30749 * arc-mode.el (archive-mode):
30750 * bookmark.el (bookmark-read-annotation-mode)
30751 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
30752 * bs.el (bs-mode):
30753 * calc/calc-yank.el (calc-edit-mode):
30754 * calc/calc.el (calc-mode, calc-trail-mode):
30755 * calculator.el (calculator-mode):
30756 * chistory.el (command-history-mode):
30757 * comint.el:
30758 * cus-edit.el (custom-mode):
30759 * descr-text.el (describe-text-mode):
30760 * ebuff-menu.el (Electric-buffer-menu-mode):
30761 * ediff-util.el (ediff-mode):
30762 * emacs-lisp/re-builder.el (reb-mode):
30763 * emulation/vi.el (vi-mode-setup):
30764 * emulation/ws-mode.el (wordstar-mode):
30765 * eshell/esh-mode.el (eshell-mode):
30766 * forms.el (forms-mode):
30767 * help-mode.el (help-mode):
30768 * hexl.el (hexl-mode):
30769 * ibuffer.el (ibuffer-mode):
30770 * ielm.el (inferior-emacs-lisp-mode):
30771 * info.el (Info-mode, Info-edit-mode):
30772 * international/swedish.el:
30773 * ledit.el (ledit-from-lisp-mode):
30774 * locate.el (locate-mode):
30775 * mail/rmail.el (rmail-mode):
30776 * mail/rmailedit.el (rmail-edit-mode):
30777 * mail/rmailsum.el (rmail-summary-mode):
30778 * mail/supercite.el (sc-electric-mode):
30779 * net/eudc.el (eudc-mode):
30780 * net/quickurl.el (quickurl-list-mode):
30781 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
30782 * obsolete/ooutline.el (outline-mode):
30783 * obsolete/options.el (Edit-options-mode):
30784 * obsolete/rnews.el (news-mode):
30785 * obsolete/rnewspost.el (news-reply-mode):
30786 * play/5x5.el (5x5-mode):
30787 * play/decipher.el (decipher-mode, decipher-stats-mode):
30788 * play/gomoku.el (gomoku-mode):
30789 * play/snake.el (snake-mode):
30790 * play/solitaire.el (solitaire-mode):
30791 * play/tetris.el (tetris-mode):
30792 * progmodes/ada-mode.el (ada-mode):
30793 * progmodes/antlr-mode.el (antlr-mode):
30794 * progmodes/autoconf.el (autoconf-mode):
30795 * progmodes/dcl-mode.el (dcl-mode):
30796 * progmodes/delphi.el (delphi-mode):
30797 * progmodes/ebrowse.el (ebrowse-tree-mode)
30798 (ebrowse-electric-list-mode, ebrowse-member-mode)
30799 (ebrowse-electric-position-mode):
30800 * progmodes/f90.el (f90-mode):
30801 * progmodes/fortran.el (fortran-mode):
30802 * progmodes/icon.el (icon-mode):
30803 * progmodes/idlw-help.el (idlwave-help-mode):
30804 * progmodes/idlw-shell.el (idlwave-shell-mode):
30805 * progmodes/idlwave.el (idlwave-mode):
30806 * progmodes/inf-lisp.el (inferior-lisp-mode):
30807 * progmodes/m4-mode.el (m4-mode):
30808 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
30809 * progmodes/modula2.el (modula-2-mode):
30810 * progmodes/octave-inf.el (inferior-octave-mode):
30811 * progmodes/octave-mod.el (octave-mode):
30812 * progmodes/pascal.el (pascal-mode):
30813 * progmodes/sh-script.el (sh-mode):
30814 * progmodes/sql.el (sql-mode, sql-interactive-mode):
30815 * progmodes/vhdl-mode.el (vhdl-mode):
30816 * progmodes/xscheme.el (scheme-interaction-mode):
30817 * replace.el (occur-mode):
30818 * ses.el (ses-mode):
30819 * simple.el (completion-list-mode):
30820 * skeleton.el:
30821 * speedbar.el (speedbar-mode):
30822 * term.el (term-mode):
30823 * terminal.el (terminal-edit-mode):
30824 * textmodes/reftex-index.el (reftex-index-mode)
30825 (reftex-index-phrases-mode):
30826 * textmodes/reftex-sel.el (reftex-select-label-mode)
30827 (reftex-select-bib-mode):
30828 * textmodes/reftex-toc.el (reftex-toc-mode):
30829 * wdired.el (wdired-change-to-wdired-mode):
30830 * wid-browse.el (widget-browse-mode):
30831 Use run-mode-hooks.
30832
30833 * array.el (array-mode):
30834 * calendar/todo-mode.el (todo-mode):
30835 * man.el (Man-mode):
30836 * play/landmark.el (lm-mode):
30837 * play/mpuz.el (mpuz-mode):
30838 Use kill-all-local-variables and run-mode-hooks.
30839
30840 * subr.el (delay-mode-hooks): Specify indentation.
30841
30842 2005-05-26 Mark A. Hershberger <mah@everybody.org>
30843
30844 * xml.el (xml-substitute-special): Don't die for undefined xml
30845 entities.
30846
30847 2005-05-26 Jay Belanger <belanger@truman.edu>
30848
30849 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
30850 of nil.
30851
30852 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
30853
30854 * progmodes/gdb-ui.el (gdb-frame-address):
30855 Rename from gdb-current-address.
30856 (gdb-previous-frame-address): Rename from gdb-previous-address.
30857 (gdb-selected-frame): Rename from gdb-current-frame.
30858 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
30859 (gdb-frame-number): Rename from gdb-current-stack-level.
30860 (gdb-ann3): Match new mode-name for disassembly buffer.
30861 Extend initialization of variables.
30862 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
30863 (gdb-memory-mode): Use mouse-face in header line.
30864 (gdb-assembler-buffer-name): Call it disassembly and give frame
30865 in mode line.
30866 (gdb-source-spec-regexp, gdb-assembler-custom)
30867 (gdb-invalidate-assembler, gdb-frame-handler):
30868 Make robust to leading zeroes in address format.
30869
30870 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
30871
30872 * textmodes/org.el (org-mode): Use `define-derived-mode' to
30873 define `org-mode'.
30874 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
30875
30876 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
30877
30878 * log-edit.el (log-edit-changelog-entries): Distinguish between
30879 filenames like xfns.c and fns.c.
30880
30881 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
30882
30883 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
30884 point after reverting.
30885 (Buffer-menu-make-sort-button): Handle the case where
30886 `Buffer-menu-use-header-line' is nil.
30887
30888 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
30889
30890 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
30891 New funcs. In minibuffer-local-completion-map bind `]', `/'
30892 and `:' to them.
30893
30894 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
30895
30896 * startup.el (normal-top-level): Allow modification of load-path while
30897 we're iterating over it.
30898
30899 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
30900
30901 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
30902 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
30903 (thumbs-resize-interactive, thumbs-insert-image)
30904 (thumbs-insert-thumb, thumbs-dired-show-marked)
30905 (thumbs-find-image-at-point, thumbs-delete-images)
30906 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
30907 (thumbs-increment-image-size, thumbs-decrement-image-size):
30908 Fix typos in docstrings.
30909
30910 2005-05-24 Andre Spiegel <spiegel@gnu.org>
30911
30912 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
30913 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
30914 (cperl-mode): Use them.
30915
30916 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
30917
30918 * window.el (quit-window, shrink-window-if-larger-than-buffer):
30919 Doc fixes.
30920
30921 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
30922
30923 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
30924 Bind C-d to gdb-inferior-io-eof.
30925
30926 * dired.el (dired-dnd-popup-notice): Use message-box.
30927
30928 2005-05-23 Masatake YAMATO <jet@gyve.org>
30929
30930 * bindings.el (mode-line-major-mode-keymap):
30931 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
30932
30933 * faces.el (mode-line-highlight): New face.
30934
30935 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
30936 as mouse-face.
30937
30938 * bindings.el (top-level, help-echo, mode-line-modified)
30939 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
30940 as mouse-face.
30941
30942 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
30943
30944 * progmodes/cc-engine.el (c-guess-basic-syntax):
30945 Remove spurious call to `zerop'.
30946
30947 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
30948
30949 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
30950
30951 CC Mode update to 5.30.10:
30952
30953 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
30954 the point could go past the limit in decoration level 2, thereby
30955 causing errors during interactive fontification.
30956
30957 * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
30958 bug when the file is evaluated interactively.
30959
30960 * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
30961 declarations somewhat better in C++.
30962
30963 * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
30964 New helper macro to make use of `run-mode-hooks'
30965 which has been added in Emacs 21.1.
30966 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
30967 (awk-mode): Use it.
30968 (make-local-hook): Suppress warning about obsoleteness.
30969
30970 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
30971 (c-append-backslashes-forward, c-delete-backslashes-forward)
30972 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
30973 Compensate for return value from `forward-line' when it has moved
30974 but not to a different line due to eob.
30975
30976 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
30977 `objc-method-intro' and `objc-method-args-cont'.
30978
30979 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
30980
30981 CC Mode update to 5.30.10:
30982
30983 * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
30984 address in the copyright statement. Incidentally, change "along with
30985 GNU Emacs" to "along with this program" where it occurs.
30986
30987 * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
30988 autoload, so that it is interactive, hence can be found by M-x awk-mode
30989 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
30990 <gmorris+emacs@ast.cam.ac.uk>.
30991
30992 * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
30993 Mode's regexps.
30994
30995 2005-05-23 Kevin Ryde <user42@zip.com.au>
30996
30997 * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
30998 from c-parse-state, to avoid a lisp error (on bad code).
30999
31000 2005-05-23 Lute Kamstra <lute@gnu.org>
31001
31002 * subr.el (font-lock-defaults): Remove defvar as it's already
31003 defined in font-core.el.
31004
31005 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
31006
31007 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
31008
31009 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
31010 more general and work when GDB variable "print pretty" is on,
31011 as with Emacs, for example.
31012
31013 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
31014
31015 * font-core.el: Update comment.
31016
31017 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
31018 Use `after-change-major-mode-hook' instead of `find-file-hook'.
31019
31020 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
31021
31022 2005-05-22 Eli Zaretskii <eliz@gnu.org>
31023
31024 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
31025 and `yank-handler' in the doc strings.
31026
31027 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
31028
31029 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
31030
31031 2005-05-22 Richard M. Stallman <rms@gnu.org>
31032
31033 * help.el (describe-key): Move print-help-return-message call
31034 out of conditional.
31035
31036 * progmodes/etags.el (list-tags): Use with-no-warnings.
31037
31038 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
31039 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
31040 (starttls-extra-args, starttls-extra-arguments): Add defvars.
31041
31042 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
31043
31044 * language/viet-util.el (viet-viscii-nonascii-translation-table):
31045 Add defvar.
31046
31047 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
31048 Use defvar, not defconst.
31049
31050 * hexl.el (hexl-follow-line): Use with-no-warnings.
31051
31052 * emulation/tpu-extras.el: Use write-file-functions instead of
31053 write-file-hooks.
31054
31055 * dired.el (dired-font-lock-keywords): Fontify files with junk
31056 extensions even if marked by -F.
31057
31058 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
31059
31060 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
31061 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
31062 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
31063 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
31064 (concatenate, list-length, get*, getf, cl-remprop):
31065 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
31066 (etypecase, progv, lexical-let, lexical-let*)
31067 (multiple-value-bind, multiple-value-setq, shiftf):
31068 Improve argument/docstring consistency.
31069
31070 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
31071
31072 2005-05-22 Andre Spiegel <spiegel@gnu.org>
31073
31074 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
31075 doesn't exist.
31076
31077 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
31078 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
31079
31080 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
31081
31082 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
31083 already deleted variables: auto-fill-hook, blink-paren-hook,
31084 lisp-indent-hook, inhibit-local-variables, unread-command-event,
31085 suspend-hooks, comment-indent-hook, meta-flag,
31086 before-change-function, after-change-function,
31087 font-lock-doc-string-face.
31088
31089 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
31090
31091 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
31092
31093 2005-05-21 Eli Zaretskii <eliz@gnu.org>
31094
31095 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
31096 rmail-dont-reply-to.
31097
31098 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31099
31100 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
31101 literal blank when splitting new-header-values.
31102
31103 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
31104
31105 * calendar/cal-menu.el (cal-menu-update): Add separator as a
31106 string so that tmm doesn't create a completion entry for it.
31107
31108 * textmodes/table.el (table-disable-menu): Ditto.
31109
31110 2005-05-21 Richard M. Stallman <rms@gnu.org>
31111
31112 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
31113
31114 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
31115
31116 * net/rcompile.el (remote-compile): Use compilation-start.
31117
31118 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
31119
31120 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
31121
31122 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
31123 Default to makefile-bsdmake-mode on BSD systems.
31124
31125 * imenu.el (imenu-generic-expression, imenu--generic-function'):
31126 REGEXP may also be a search function now. The part of doc-string
31127 for describing the structure was 95% identical to that of
31128 `imenu--generic-function'. Unify it there.
31129
31130 * progmodes/make-mode.el (makefile-imenu-generic-expression):
31131 Use function to find dependencies, because regexp alone is so complex,
31132 it easily goes into an endless loop.
31133 (makefile-makepp-mode): Also add submenu for Perl functions
31134 defined in the makefile.
31135 (makefile-bsdmake-mode): Special imenu-generic-expression no
31136 longer needed, due to function call.
31137 (makefile-match-dependency): Take BOUND into account when checking
31138 if we're through.
31139
31140 2005-05-20 Jay Belanger <belanger@truman.edu>
31141
31142 * calc/calc-units.el (calc-invalidate-units-table):
31143 Use inhibit-read-only.
31144 (math-build-units-table-buffer): Use view-mode.
31145
31146 2005-05-20 David Kastrup <dak@gnu.org>
31147
31148 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
31149 easy-menu-add is not a nop on Emacs; and clarify when to call it.
31150
31151 2005-05-20 Lute Kamstra <lute@gnu.org>
31152
31153 * diff-mode.el (diff-header-face, diff-file-header-face)
31154 (diff-index-face, diff-hunk-header-face, diff-removed-face)
31155 (diff-added-face, diff-changed-face, diff-function-face)
31156 (diff-context-face, diff-nonexistent-face): Put them in the
31157 diff-mode customization group.
31158
31159 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
31160
31161 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
31162
31163 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
31164
31165 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
31166 Minor regexp-optimization.
31167
31168 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
31169
31170 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
31171 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
31172 (org-agenda-add-time-grid-maybe): New function.
31173 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
31174 (org-table-create): `dotimes' instead of `mapcar'.
31175 (org-xor): Simplify implementation.
31176 (org-agenda): `inhibit-redisplay' turned on.
31177 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
31178 a consistent line after a state change.
31179 (org-agenda-remove-times-when-in-prefix): New option.
31180 (org-prefix-has-time): New variable.
31181 (org-parse-time-string): Optional argument NODEFAULT.
31182 (org-format-agenda-item): Parse items for time-of-day
31183 specifications and move these into the prefix if possible.
31184 (org-agenda-priority): Get current heading, not previous heading
31185 during agenda remote editing.
31186
31187 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
31188
31189 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
31190 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
31191 (remove-duplicates, delete-duplicates, substitute)
31192 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
31193 (nsubstitute-if-not, find, find-if, find-if-not, position)
31194 (position-if, position-if-not, count, count-if, count-if-not)
31195 (mismatch, search, sort*, stable-sort, merge, member*)
31196 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
31197 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
31198 (intersection, nintersection, set-difference, nset-difference)
31199 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
31200 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
31201 (nsublis, tree-equal): Improve argument/docstring consistency.
31202
31203 * subr.el (send-string, send-region): Remove obsolescence declaration.
31204 (window-dot, set-window-dot, read-input, show-buffer)
31205 (eval-current-buffer, string-to-int):
31206 Add release number to obsolescence declarations.
31207
31208 2005-05-19 Kim F. Storm <storm@cua.dk>
31209
31210 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
31211 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
31212
31213 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
31214
31215 * faces.el (list-faces-display): Make back button respect optional
31216 regexp arg.
31217
31218 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
31219
31220 * calculator.el (calculator-radix-grouping-mode)
31221 (calculator-radix-grouping-digits, calculator-displayer)
31222 (calculator-radix-grouping-separator, calculator-copy-displayer):
31223 * dabbrev.el (dabbrev-search-these-buffers-only):
31224 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
31225 (diff-advance-after-apply-hunk, diff-mode-hook)
31226 (diff-minor-mode-prefix):
31227 * imenu.el (imenu-use-popup-menu):
31228 * jit-lock.el (jit-lock-context-time):
31229 * newcomment.el (comment-fill-column, comment-column)
31230 (comment-style, comment-padding, comment-multi-line)
31231 (comment-empty-lines, comment-auto-fill-only-comments):
31232 * reveal.el (reveal-around-mark):
31233 * uniquify.el (uniquify-buffer-name-style)
31234 (uniquify-after-kill-buffer-p)
31235 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
31236 (uniquify-min-dir-content, uniquify-separator)
31237 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
31238 * w32-vars.el (w32-fixed-font-alist):
31239 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
31240 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
31241 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
31242 * progmodes/perl-mode.el (perl-indent-level)
31243 (perl-continued-statement-offset, perl-continued-brace-offset)
31244 (perl-brace-offset, perl-brace-imaginary-offset)
31245 (perl-label-offset, perl-indent-continued-arguments)
31246 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
31247 * progmodes/tcl.el (tcl-indent-level)
31248 (tcl-continued-indent-level, tcl-auto-newline)
31249 (tcl-tab-always-indent, tcl-electric-hash-style)
31250 (tcl-help-directory-list, tcl-use-smart-word-finder)
31251 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
31252 (inferior-tcl-source-command):
31253 * textmodes/fill.el (enable-kinsoku):
31254 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
31255 * textmodes/table.el (table-yank-handler):
31256 Specify missing group (and type, if simple) in defcustom.
31257
31258 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
31259
31260 * progmodes/compile.el (compilation-finish-function): Fix defvar.
31261
31262 2005-05-19 Richard M. Stallman <rms@gnu.org>
31263
31264 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
31265
31266 * subr.el (event-basic-type): Don't get an error.
31267 (left-fringe-p): Function deleted.
31268
31269 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
31270 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
31271
31272 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
31273 in recursive copy.
31274
31275 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
31276
31277 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
31278
31279 * emacs-lisp/bytecomp.el
31280 (byte-compile-file-form-custom-declare-variable):
31281 Call byte-compile-nogroup-warn if appropriate.
31282
31283 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
31284 (compilation-set-window): Don't call left-fringe-p; do it directly.
31285
31286 2005-05-19 Jay Belanger <belanger@truman.edu>
31287
31288 * calc/calc-graph.el (calc-graph-format-data): Make sure
31289 var-PlotRejects is bound before trying to check its value.
31290
31291 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
31292
31293 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
31294 definition of this variable from reftex-global.el to reftex.el,
31295 because it is needed in the menu.
31296
31297 2005-05-19 Lute Kamstra <lute@gnu.org>
31298
31299 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
31300 years are fixed. Don't insert a space after a dash.
31301
31302 2005-05-19 Kim F. Storm <storm@cua.dk>
31303
31304 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
31305
31306 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
31307
31308 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
31309 strings, because (eq ... ?\\) is fairly frequent.
31310
31311 * progmodes/make-mode.el (makefile-add-this-line-targets):
31312 Simplify and integrate into `makefile-pickup-targets'.
31313 (makefile-add-this-line-macro): Simplify and integrate into
31314 `makefile-pickup-macros.
31315 (makefile-pickup-filenames-as-targets): Simplify.
31316 (makefile-previous-dependency, makefile-match-dependency):
31317 Don't stumble over `::'.
31318
31319 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
31320
31321 * subr.el (post-command-idle-hook, post-command-idle-delay):
31322 Remove obsoletion of post-command-idle-hook and
31323 post-command-idle-delay.
31324
31325 * faces.el (list-faces-display): Provide button when describe-face
31326 is called to take user back to the list of faces.
31327
31328 * help-fns.el (describe-variable): Remove hyperlinks in a
31329 variable's value as these are quite frequently inappropriate.
31330
31331 * follow.el (follow-submit-feedback, follow-mode):
31332 Remove references to post-command-idle-hook.
31333
31334 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
31335
31336 * progmodes/make-mode.el (makefile-previous-dependency)
31337 (makefile-match-dependency): Check for := (and in bsd mode also
31338 !=) to give a better result, even when font-lock is not on.
31339
31340 2005-05-18 Jay Belanger <belanger@truman.edu>
31341
31342 * calc/calc-help.el (calc-s-prefix-help):
31343 Add `calc-copy-special-constant' to help string.
31344
31345 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
31346
31347 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31348
31349 2005-05-18 Jay Belanger <belanger@truman.edu>
31350
31351 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
31352 in linear factors are in proper order.
31353
31354 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
31355
31356 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
31357 Support for jurabib.
31358
31359 * textmodes/reftex.el (featurep): Define aliases for overlay
31360 commands, for XEmacs compatibility, and use these aliases in
31361 overlay initializations.
31362 (reftex-highlight): Use `reftex-move-overlay'.
31363 (reftex-unhighlight): Use `reftex-delete-overlay'.
31364 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
31365 (reftex-access-search-path): Use `reftex-uniquify' instead of
31366 `reftex-uniq'.
31367
31368 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
31369 `before-string' property modification enables for Emacs as well.
31370 (reftex-select-item): Use `reftex-delete-overlay'.
31371 (reftex-select-mark): Use `reftex-make-overlay' and
31372 `reftex-overlay-put'.
31373 (reftex-select-unmark): Use `reftex-delete-overlay' and
31374 `reftex-overlay-put'.
31375
31376 2005-05-18 Lute Kamstra <lute@gnu.org>
31377
31378 * emacs-lisp/lisp.el (check-parens): Fix docstring.
31379
31380 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
31381
31382 * add-log.el (add-change-log-entry):
31383 * array.el (array-make-template, array-reconfigure-rows)
31384 (array-init-max-row, array-init-max-column)
31385 (array-init-columns-per-line, array-init-field-width):
31386 * replace.el (replace-match-maybe-edit, perform-replace):
31387 * textmodes/spell.el (spell-region):
31388 Replace `read-input' by `read-string'.
31389
31390 * forms.el (forms-mode):
31391 * finder.el (finder-compile-keywords):
31392 * shadowfile.el (shadow-read-files):
31393 Replace `eval-current-buffer' by `eval-buffer'.
31394
31395 * terminal.el (te-pass-through):
31396 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
31397 (ange-ftp-raw-send-cmd):
31398 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
31399 (send-process-next-char, telnet-initial-filter, telnet):
31400 Replace `send-string' by `process-send-string'.
31401
31402 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
31403 (prolog-consult-region): Replace `send-string' by
31404 `process-send-string'; replace `send-region' by `process-send-region'.
31405
31406 * progmodes/delphi.el (delphi-log-msg):
31407 Replace `set-window-dot' by `set-window-point'.
31408
31409 * subr.el (window-dot, set-window-dot, read-input, send-string)
31410 (send-region, show-buffer, eval-current-buffer):
31411 Make really obsolete, as the comment says.
31412
31413 2005-05-17 Kim F. Storm <storm@cua.dk>
31414
31415 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
31416 (cua--init-keymaps): Bind C-return instead of S-return to set
31417 rectangle mark.
31418
31419 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
31420 instead of S-return to toggle/clear rectangle mark.
31421
31422 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
31423
31424 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
31425 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
31426 Also fontify plain strings assigned to variables, mostly so that a
31427 colon has a face and is thus not taken as a dependency separator.
31428 (makefile-previous-dependency): Inline the new matcher, because it
31429 is too complex to work in both directions.
31430 (makefile-match-dependency): Eliminate `backward' arg (see above).
31431 Completely reimplemented so as to not sometimes go into an endless
31432 loop. It should also be more efficient, because first it only
31433 searches for `:', instead of applying the very complex regexp.
31434 (makefile-mode): Cancel `font-lock-support-mode', because blocks
31435 to be fontified in one piece can be too long for JIT.
31436 Makefiles are never *that* big.
31437
31438 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
31439
31440 * dired.el (dired-mode): Simplify.
31441
31442 2005-05-17 Lute Kamstra <lute@gnu.org>
31443
31444 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
31445 defcustom for the mode hook variable.
31446
31447 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
31448 Emacs Lisp Reference Manual.
31449
31450 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
31451
31452 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
31453 (evenp, list*):
31454 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
31455 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
31456
31457 * net/tramp-smb.el (tramp-smb-open-connection):
31458 Pass `tramp-chunksize' as fifth (required) argument.
31459
31460 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
31461
31462 * font-lock.el (lisp-font-lock-keywords-1):
31463 Set `font-lock-negation-char-face' for [^...] char group.
31464 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
31465
31466 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
31467 a var, and refine it to mask one more level of nested vars.
31468 (makefile-rule-action-regex): Turn it into a var, and refine it so
31469 it recognizes backslashed continuation lines as belonging to the
31470 same command.
31471 (makefile-macroassign-regex): Refine it so it recognizes
31472 backslashed continuation lines as belonging to the same command.
31473 (makefile-var-use-regex): Don't look at the next char, because it
31474 might be the same one to be skipped by the initial [^$], leading
31475 to an overlooked variable use.
31476 (makefile-make-font-lock-keywords): Remove two parameters, which
31477 are now variables that some of the modes set locally.
31478 Handle dependency and rule action matching through functions, because
31479 regexps alone match too often. Dependency matching now comes
31480 last, so it can check, whether a colon already matched something else.
31481 (makefile-mode): Inform that font-lock improves makefile parsing
31482 capabilities.
31483 (makefile-match-dependency, makefile-match-action): New functions.
31484
31485 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
31486
31487 * emacs-lisp/cl-extra.el (equalp): Doc fix.
31488
31489 * align.el (align-regexp):
31490 * ansi-color.el (ansi-color-get-face):
31491 * array.el (array-reconfigure-rows, array-init-max-row)
31492 (array-init-max-column, array-init-columns-per-line)
31493 (array-init-field-width):
31494 * dired-aux.el (dired-trample-file-versions):
31495 * dired-x.el (dired-mark-sexp):
31496 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
31497 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
31498 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
31499 * faces.el (face-read-integer):
31500 * files.el (backup-extract-version, insert-directory):
31501 * hexl.el (hexl-insert-decimal-char):
31502 * server.el (server-process-filter):
31503 * shell.el (shell-extract-num):
31504 * startup.el (command-line-1):
31505 * term.el (term-command-hook):
31506 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
31507 (time-stamp-do-number):
31508 * time.el (display-time-update):
31509 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
31510 (timezone-fix-time):
31511 * vms-patch.el (vms-suspend-resume-hook):
31512 * calendar/appt.el (appt-convert-time):
31513 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31514 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
31515 * calendar/cal-islam.el (mark-islamic-diary-entries):
31516 * calendar/calendar.el (calendar-cursor-to-date)
31517 (calendar-star-date):
31518 * calendar/diary-lib.el (diary-attrtype-convert)
31519 (mark-diary-entries, diary-entry-time):
31520 * calendar/solar.el (solar-get-number):
31521 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
31522 * emacs-lisp/re-builder.el (reb-display-subexp):
31523 * emulation/edt.el (edt-set-scroll-margins):
31524 * emulation/tpu-extras.el (tpu-set-scroll-margins):
31525 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
31526 (vip-get-ex-count):
31527 * emulation/viper-ex.el (viper-get-ex-token)
31528 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
31529 * international/fontset.el (fontset-plain-name):
31530 * mail/feedmail.el (feedmail-look-at-queue-directory):
31531 * mail/mailalias.el (mail-get-names):
31532 * mail/rmail.el (rmail-convert-to-babyl-format):
31533 * mail/rmailsum.el (rmail-make-basic-summary-line)
31534 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
31535 (rmail-summary-goto-msg):
31536 * mail/smtpmail.el (smtpmail-read-response):
31537 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
31538 (ange-ftp-vms-add-file-entry):
31539 * play/gametree.el (gametree-looking-at-ply)
31540 (gametree-current-branch-score):
31541 * progmodes/ada-xref.el (ada-prj-find-prj-file)
31542 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
31543 * progmodes/cperl-mode.el (condition-case):
31544 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
31545 (ebrowse-set-member-buffer-column-width)
31546 (ebrowse-select-1st-to-9nth):
31547 * progmodes/etags.el (etags-snarf-tag):
31548 * progmodes/flymake.el (flymake-parse-line):
31549 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
31550 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
31551 (idlwave-shell-menu-def):
31552 * progmodes/ps-mode.el (ps-run-goto-error):
31553 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
31554 (vhdl-speedbar-contract-level):
31555 * term/mac-win.el (x-handle-numeric-switch):
31556 * term/sun-mouse.el (sun-get-frame-data):
31557 * term/w32-win.el (x-handle-numeric-switch):
31558 * term/x-win.el (x-handle-numeric-switch):
31559 * textmodes/ispell.el (ispell-parse-output):
31560 * textmodes/nroff-mode.el (nroff-outline-level):
31561 * textmodes/reftex-cite.el (reftex-bib-sort-year)
31562 (reftex-bib-sort-year-reverse, reftex-format-citation):
31563 * textmodes/reftex-parse.el (reftex-init-section-numbers)
31564 (reftex-section-number):
31565 * textmodes/texinfmt.el (texinfo-paragraphindent):
31566 Replace `string-to-int' by `string-to-number'.
31567
31568 * international/latexenc.el: Add page marker to force the "Local
31569 Variables:" string out of the last page.
31570
31571 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31572
31573 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
31574 tooltip-change-major-mode.
31575 (gud-tooltip-print-command): Remove case where gud-minor-mode
31576 is gdb ("--fullname").
31577 (gud-tooltip-tips): Turn GUD tooltips off for this case and
31578 explain to user.
31579
31580 2005-05-16 Jay Belanger <belanger@truman.edu>
31581
31582 * calc/calc-store.el (calc-copy-special-constant): New function.
31583
31584 * calc/calc-ext.el (calc-init-extensions): Add binding for
31585 `calc-copy-special-constant'.
31586
31587 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
31588 for the `calc-copy-special-constant' command.
31589
31590 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31591
31592 * subr.el (left-fringe-p): New function.
31593
31594 * progmodes/compile.el (compilation-setup): Set local value of
31595 overlay-arrow-string to "" always.
31596 (compilation-set-window): Left fringe then don't scroll.
31597 No left fringe then no arrow and scroll message to top.
31598 (compilation-context-lines): Adjust doc string accordingly.
31599
31600 2005-05-16 Kim F. Storm <storm@cua.dk>
31601
31602 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
31603 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
31604 (ido-wide-find-dir-or-delete-dir): New command for M-d.
31605 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
31606 (ido-read-file-name): Handle commands with ido property value
31607 equal to find-file as reading a file name, to allow C-d to enter dired.
31608 (ibuffer-find-file): Add ido property with value find-file.
31609
31610 2005-05-15 Kim F. Storm <storm@cua.dk>
31611
31612 * subr.el (open-network-stream-nowait): Remove.
31613 (open-network-stream-server): Remove.
31614
31615 2005-05-15 Richard M. Stallman <rms@gnu.org>
31616
31617 * faces.el (describe-face): Output a definition link button.
31618
31619 * help-mode.el (help-face-def): New button type.
31620
31621 * emacs-lisp/copyright.el (copyright-fix-years):
31622 Match properly if the first year is 2-digit.
31623 Don't mess up the whitespace after the years by filling.
31624
31625 * dired-aux.el (dired-mark-confirm):
31626 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
31627
31628 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
31629 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
31630 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
31631
31632 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
31633 Set font-lock-comment-start-skip.
31634
31635 * font-lock.el (font-lock-comment-start-skip): New variable.
31636 (font-lock-comment-end-skip): New variable.
31637 (font-lock-fontify-syntactically-region): Use them if non-nil.
31638
31639 2005-05-15 Jay Belanger <belanger@truman.edu>
31640
31641 * calc/calc-store.el (calc-store-value): Return a string rather
31642 than display it as a message.
31643 Use calc-var-name for variable name.
31644 (calc-store-into): Add the result of calc-store-value to message.
31645 (calc-copy-variable): Add a message.
31646 (calc-store-exchange): Improve error messages.
31647 (calc-store-binary, calc-store-map): Don't reset the values of
31648 special constants.
31649
31650 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
31651
31652 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
31653 manual to docstring.
31654
31655 * files.el (hack-local-variables-confirm): Add STRING argument.
31656 Make the function handle non file visiting buffers correctly.
31657 (hack-local-variables-prop-line, hack-local-variables)
31658 (hack-one-local-variable): Use STRING arg of
31659 `hack-local-variables-confirm'.
31660
31661 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
31662
31663 Sync with Tramp 2.0.49.
31664
31665 * net/tramp.el (tramp-handle-dired-call-process)
31666 (tramp-handle-insert-directory):`insert-buffer' cannot be used
31667 because the contents of the Tramp buffer is changed before
31668 insertion (`expand-file' and alike).
31669 (tramp-handle-insert-directory): If `localname' has an empty
31670 nondirectory name, it must not be quoted.
31671 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
31672 variable `tramp-chunksize'. Change callees.
31673 (tramp-open-connection-setup-interactive-shell): Check remote host
31674 for buggy `send-process-string' implementation.
31675 Set `tramp-chunksize' if found. Reported by Michael Kifer
31676 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
31677 (tramp-handle-shell-command): `insert-buffer' cannot be used
31678 because the contents of the Tramp buffer is changed before
31679 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
31680 <frederic.bothamy@free.fr>.
31681 (tramp-set-auto-save): Actions should be done for Tramp file name
31682 handler only. Ange-FTP has its own auto-save mechanism.
31683 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
31684 (tramp-set-auto-save-file-modes): Set file modes of
31685 `buffer-auto-save-file-name' to ?\600 as fallback solution.
31686 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
31687 (tramp-bug): Remove obsolete variable.
31688 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
31689 for presence of `mml-mode'. Make it running for older Emacsen as well.
31690
31691 2005-05-14 John Paul Wallington <jpw@pobox.com>
31692
31693 * ibuf-ext.el (define-ibuffer-filter filename):
31694 If `dired-directory' is a list, use its car.
31695
31696 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
31697
31698 * ibuffer.el (define-ibuffer-column filename):
31699 If `dired-directory' is a list, use its car.
31700
31701 2005-05-14 Richard M. Stallman <rms@gnu.org>
31702
31703 * subr.el (symbol-file): Doc fix.
31704
31705 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
31706 (byte-compile-form): Call byte-compile-nogroup-warn.
31707 (byte-compile-warning-types): Doc fix.
31708
31709 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
31710
31711 * progmodes/cc-engine.el (c-literal-faces):
31712 Add font-lock-comment-delimiter-face.
31713
31714 * net/net-utils.el (dig): Use with-no-warnings.
31715
31716 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
31717 (sc-recite-frame-alist, sc-default-cite-frame)
31718 (sc-default-uncite-frame, sc-default-recite-frame)
31719 (sc-attrib-selection-list, sc-rewrite-header-list):
31720 Mark as risky-local-variable.
31721
31722 * international/ogonek.el (ogonek-jak, ogonek-how):
31723 Don't use beginning-of-buffer.
31724
31725 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
31726
31727 * calendar/solar.el (solar-data-list): Move definition up.
31728
31729 * dnd.el (dnd-protocol-alist): Add autoload.
31730
31731 * progmodes/sh-script.el: Many doc usage fixes.
31732 (sh-indent-after-do): Change default to match common styles.
31733
31734 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
31735
31736 * files.el (interpreter-mode-alist)
31737 (auto-mode-interpreter-regexp): Doc fixes.
31738
31739 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
31740
31741 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
31742
31743 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
31744
31745 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31746
31747 * dired.el (dired-mode): make-variable-buffer-local =>
31748 make-local-variable.
31749
31750 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31751
31752 * term/mac-win.el (mac-select-convert-to-string): Try coding
31753 systems in mac-script-code-coding-systems if specified one cannot
31754 encode string for `com.apple.traditional-mac-plain-text'.
31755
31756 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
31757
31758 * progmodes/make-mode.el (makefile-targets-face)
31759 (makefile-shell-face, makefile-makepp-perl-face): New faces.
31760 (makefile-dependency-regex): Fix it to not make the colon in
31761 $(var:a=b) special.
31762 (makefile-rule-action-regex): New regexp for highlighting embedded
31763 Shell strings.
31764 (makefile-macroassign-regex): Handle != for highlighting as
31765 embedded Shell strings.
31766 (makefile-var-use-regex): New const.
31767 (makefile-statements, makefile-automake-statements)
31768 (makefile-gmake-statements, makefile-makepp-statements)
31769 (makefile-bsdmake-statements): New consts.
31770 (makefile-make-font-lock-keywords): New function.
31771 (makefile-automake-font-lock-keywords)
31772 (makefile-gmake-font-lock-keywords)
31773 (makefile-makepp-font-lock-keywords)
31774 (makefile-bsdmake-font-lock-keywords): New consts.
31775 (makefile-mode-map): Add switchers between the various submodes.
31776 (makefile-mode): Document the availability of the variants.
31777 (makefile-automake-mode, makefile-gmake-mode)
31778 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
31779
31780 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
31781 new variants of makefile-mode.
31782
31783 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31784
31785 * font-lock.el (font-lock-comment-delimiter-face): Fix up
31786 the inheritance.
31787
31788 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
31789
31790 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
31791 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
31792
31793 * files.el (normal-mode): Extend the scope of the
31794 `enable-local-variables' binding to include the `set-auto-mode' call.
31795 (magic-mode-alist): Doc fix.
31796
31797 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31798
31799 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
31800 font-lock-comment-face rather than copying its setting.
31801
31802 2005-05-12 Andreas Schwab <schwab@suse.de>
31803
31804 * eshell/esh-mode.el (eshell-send-input): Doc fix.
31805
31806 2005-05-12 Lute Kamstra <lute@gnu.org>
31807
31808 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
31809 defcustom for the mode hook variable. Delete the last argument.
31810 * generic-x.el: Fix callers of define-generic-mode.
31811 (generic-x-modes): Delete group.
31812 (show-tabs-tab-face, show-tabs-space-face): Put them in the
31813 generic-x customization group.
31814
31815 2005-05-12 Kim F. Storm <storm@cua.dk>
31816
31817 * font-lock.el (font-lock-negation-char-face): Default to "off".
31818
31819 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
31820 font-lock-negation-char-face to ! in !=.
31821
31822 2005-05-12 Masatake YAMATO <jet@gyve.org>
31823
31824 * add-log.el (find-change-log): Fix typos in the docstring
31825 of function.
31826
31827 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
31828
31829 * international/latexenc.el (latexenc-find-file-coding-system):
31830 Avoid `re-search-forward' when looking for input encoding because
31831 of speed and safety. Better regular expressions for recognizing
31832 input encoding. Limit a search for TeX-master/tex-main-file to
31833 the local variable section.
31834
31835 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
31836
31837 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
31838 syntax of $ to "'" (quote).
31839
31840 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
31841
31842 * dnd.el (dnd-protocol-alist): Improve custom type.
31843
31844 * dired.el (dired-dnd-protocol-alist): New variable.
31845 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
31846 `dired-mode-hook' to the end.
31847
31848 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31849
31850 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
31851 comment-end if comment-start-skip is not set.
31852 Obey the font-lock-comment-delimiter-face variables.
31853
31854 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31855
31856 * files.el (executable-find): Move from executable.el. Use
31857 locate-file.
31858 * progmodes/executable.el (executable-find): Move to files.el.
31859
31860 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
31861 when trying to ensure forward progress.
31862
31863 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
31864
31865 * mouse-sel.el (mouse-sel-follow-link-p): New function.
31866 (mouse-select, mouse-select-internal, mouse-extend-internal):
31867 Use it to implement mouse-1-click-follows-link functionality.
31868
31869 2005-05-11 Richard M. Stallman <rms@gnu.org>
31870
31871 * font-lock.el (font-lock-fontify-syntactically-region):
31872 Use font-lock-comment-delimiter-face for comment delimiters.
31873
31874 2005-05-10 Jay Belanger <belanger@truman.edu>
31875
31876 * calc/calc-help.el (calc-m-prefix-help): Add mention of
31877 preserving embedded modes.
31878
31879 2005-05-10 Richard M. Stallman <rms@gnu.org>
31880
31881 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
31882
31883 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
31884 Move from ada-stmt.el.
31885 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
31886
31887 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
31888 Move to ada-mode.el.
31889 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
31890
31891 * cus-edit.el (custom-file): Call file-chase-links.
31892
31893 * files.el (read-directory-name): Fix previous change.
31894 (hack-local-variables-confirm): New function.
31895 (hack-local-variables-prop-line, hack-local-variables)
31896 (hack-one-local-variable): Use it.
31897
31898 2005-05-10 Lute Kamstra <lute@gnu.org>
31899
31900 * font-lock.el (font-lock-keywords-alist)
31901 (font-lock-removed-keywords-alist): Clarify docstrings.
31902
31903 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
31904
31905 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
31906 (gdb-source-info): Check for preprocessor info.
31907 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
31908 a macro for a function.
31909 (gdb-info-breakpoints-custom): Try to find file again if not already
31910 found (user might have used GDB dir command).
31911 (gdb-get-location): Update gdb-location-alist correctly for change
31912 to gdb-info-breakpoints-custom.
31913
31914 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
31915 (gud-tooltip-print-command): Add gdbmi case.
31916 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
31917 preprocessor info.
31918
31919 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
31920
31921 * startup.el (fancy-splash-insert): Fix typo in doc string.
31922
31923 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
31924
31925 * obsolete/float.el (string-to-float):
31926 * obsolete/hilit19.el (hilit-add-pattern):
31927 * obsolete/rnews.el (news-parse-range, news-select-message)
31928 (news-get-pruned-list-of-files): Replace `string-to-int' by
31929 `string-to-number'.
31930
31931 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
31932 `find-file-not-found-hooks'; use `add-hook'.
31933 (uncompress-while-visiting): Set `write-file-functions', not
31934 `write-file-hooks'; use `add-hook'.
31935
31936 2005-05-09 Kim F. Storm <storm@cua.dk>
31937
31938 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
31939 (cua-paste): Handle clipboard action.
31940 (cua--init-keymaps): Remap clipboard-kill-region and
31941 clipboard-kill-ring-save.
31942
31943 2005-05-08 Eli Zaretskii <eliz@gnu.org>
31944
31945 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31946 Improve commentary.
31947
31948 * simple.el (next-error-overlay-arrow-position): Revert the change
31949 made on 2005-04-30.
31950
31951 2005-05-07 Jay Belanger <belanger@truman.edu>
31952
31953 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
31954 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
31955 `calc-sel-reselect'.
31956
31957 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
31958 Calc is in embedded mode.
31959
31960 2005-05-07 Eli Zaretskii <eliz@gnu.org>
31961
31962 * progmodes/compile.el (compilation-setup):
31963 Set overlay-arrow-string to an empty string on text terminals.
31964
31965 * textmodes/ispell.el (ispell-program-name): Try looking for
31966 "aspell" along exec-path, and if found, use it as the default
31967 speller program.
31968
31969 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
31970
31971 * international/mule.el (sgml-xml-auto-coding-function):
31972 Recognize encoding='FOO' in single quotes as well as in double quotes.
31973
31974 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
31975
31976 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
31977 as well as `interactive', so that defmacro* would recognize
31978 `declare' forms.
31979
31980 2005-05-07 Eli Zaretskii <eliz@gnu.org>
31981
31982 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31983 Explain more about the LIGHTER arg's usage in the doc string.
31984 Add commentary to clarify what the code does. Fix the regexp that
31985 strips whitespace from LIGHTER. Quote LIGHTER before using it,
31986 since it could have characters special to regular expressions.
31987
31988 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
31989
31990 * replace.el (occur-1): Bind inhibit-read-only so that
31991 erase-buffer doesn't barf on read-only text properties (likewise
31992 for add-text-properties in occur-engine). Mark buffer as unmodified.
31993 (occur-engine): Don't set buffer-read-only here.
31994
31995 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
31996
31997 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
31998 list-buffers-directory. This caused the *cvs-commit* buffer to be
31999 sometimes mistakenly reused as a *cvs* buffer.
32000
32001 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
32002
32003 * tooltip.el: Move code for GUD tooltips into gud.el.
32004 (require): CL no longer needed to compile case.
32005 (tooltip-mode): Do not toggle functions for GUD tooltips.
32006 (tooltip-gud-tips-p): Remove. Replace with minor mode
32007 gud-tooltip-mode in gud.el.
32008 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
32009 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
32010 tooltip-gud prefix with gud-tooltip and obsolete.
32011 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
32012 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
32013 (tooltip-mouse-motion): Mouse movement functions/variable.
32014 Rename in gud.el by adding gud prefix.
32015 (tooltip-gud-original-filter, tooltip-gud-dereference)
32016 (tooltip-gud-event, tooltip-toggle-gud-tips)
32017 (tooltip-gud-process-output, tooltip-gud-print-command)
32018 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
32019 gud.el by replacing tooltip-gud prefix with gud-tooltip.
32020 (gdb-tooltip-print): Move to gdb-ui.el.
32021
32022 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
32023 (require): CL needed to compile case.
32024 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
32025 tooltip-gud-tips-p. Make it a minor-mode.
32026 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
32027 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
32028 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
32029 (gud-tooltip-change-major-mode)
32030 (gud-tooltip-activate-mouse-motions-if-enabled)
32031 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
32032 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
32033 (gud-tooltip-original-filter, gud-tooltip-dereference)
32034 (gud-tooltip-event, tooltip-toggle-gud-tips)
32035 (gud-tooltip-process-output, gud-tooltip-print-command)
32036 (gud-tooltip-tips): Move from tooltip.el.
32037
32038 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
32039 (gdb-cpp-define-alist-flags): Doc fix.
32040 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
32041 gud-tooltip-mode is t.
32042
32043 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
32044
32045 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
32046 evaporate if their text is deleted.
32047 (goto-address-at-point): Make it work as a mouse binding as well.
32048 (goto-address-at-mouse): Obsolete it. Update users.
32049
32050 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
32051
32052 * calendar/appt.el (top-level): No longer activate on load.
32053
32054 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
32055
32056 * calendar/cal-bahai.el (mark-bahai-diary-entries):
32057 * net/webjump.el (webjump):
32058 * progmodes/idlw-help.el (idlwave-do-context-help1)
32059 (idlwave-highlight-linked-completions):
32060 * textmodes/po.el (po-find-file-coding-system-guts):
32061 Replace `assoc-ignore-case' by `assoc-string'.
32062
32063 2005-05-06 Eli Zaretskii <eliz@gnu.org>
32064
32065 * files.el (locate-file): Doc fix.
32066
32067 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
32068 Remove the redundant test for ms-dos.
32069
32070 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
32071 look for the preprocessor with exec-suffixes. If not found in
32072 standard places, look in exec-path. Remove most of the tests that
32073 used system-type.
32074
32075 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
32076
32077 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
32078
32079 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
32080 file-name clash with jka-compr.el on 8+3 filesystems.
32081
32082 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32083
32084 * term/mac-win.el: Don't define or bind scroll bar functions if
32085 x-toolkit-scroll-bars is t.
32086 (x-select-text, x-get-selection-value): Clear
32087 x-last-selected-text-clipboard if x-select-enable-clipboard is
32088 nil.
32089 (PRIMARY): Put mac-scrap-name property.
32090 (mac-select-convert-to-file-url): New function.
32091 (public.file-url): New selection target type. Add to
32092 selection-converter-alist.
32093 (x-get-selection, x-selection-value): Handle it.
32094 (x-cut-buffer-or-selection-value): New alias.
32095
32096 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32097
32098 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
32099 entry to avoid calling bibtex-find-entry with arg global
32100 being t. Remove arg key.
32101 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
32102 (bibtex-copy-summary-as-kill): Change accordingly.
32103
32104 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
32105
32106 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
32107 (org-agenda-date-later): Use with-current-buffer.
32108
32109 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
32110
32111 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
32112 (define-obsolete-variable-alias): Doc Fixes.
32113
32114 2005-05-06 Kim F. Storm <storm@cua.dk>
32115
32116 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
32117 vertical-motion when selective-display is active.
32118
32119 * ido.el (ido-setup-hook): New hook.
32120 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
32121 (ido-input-stack): New var.
32122 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
32123 ido-next-work-file binding to M-O.
32124 Bind M-f to ido-wide-find-file-or-pop-dir.
32125 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
32126 (ido-read-internal): Run ido-setup-hook.
32127 Catch quit in read-file-name and read-string to cancel edit.
32128 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
32129 Automatically pop-all when completing a directory name (RET).
32130 (ido-file-internal): Add with-no-warnings around ffap and dired code.
32131 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
32132 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
32133 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
32134 New functions for M-b/M-f to move among the directory components.
32135 (ido-make-merged-file-list): Catch quit to cancel merge.
32136 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
32137 (ido-completion-help): No warnings for ido-completion-buffer-full.
32138
32139 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
32140
32141 * font-lock.el (font-lock-negation-char-face): New face and variable.
32142 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
32143 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
32144 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
32145 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
32146
32147 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
32148
32149 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
32150 Fix typo in docstring.
32151
32152 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
32153 (ebrowse-print-statistics-line)
32154 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
32155
32156 * term/w32-win.el (image-library-alist): Add additional name for
32157 Xpm library.
32158
32159 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
32160
32161 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
32162 use gcc instead of cpp.
32163
32164 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
32165 (gdb-create-define-alist): Use it.
32166 (gdb-cpp-define-alist-program): Update for MS-DOS.
32167
32168 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
32169
32170 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
32171
32172 2005-05-04 Richard M. Stallman <rms@gnu.org>
32173
32174 * help.el (describe-key): No error when UNTRANSLATED is nil.
32175
32176 * simple.el (line-move-1): Fix previous change to signal errors
32177 appropriately.
32178
32179 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
32180
32181 * calendar/icalendar.el (icalendar-version): Now at 0.12.
32182 (icalendar-duration-correction): Remove.
32183 (icalendar--get-event-properties): Split result at commas.
32184 (icalendar--decode-isoduration): New optional argument
32185 DURATION-CORRECTION.
32186 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
32187 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
32188 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
32189 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
32190 (icalendar--convert-anniversary-to-ical): New functions, extracted
32191 from icalendar-export-region, with bug fixes.
32192 (icalendar-export-region): Use the above functions.
32193 (icalendar-import-buffer): Check before saving diary file.
32194 (icalendar--convert-recurring-to-diary)
32195 (icalendar--convert-non-recurring-all-day-to-diary)
32196 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
32197 extracted from icalendar--convert-ical-to-diary, with bug fixes.
32198 (icalendar--convert-ical-to-diary): Use the above functions.
32199
32200 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
32201
32202 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
32203 Remove these recent additions.
32204 (c-mode): Restore to before 2005-04-28.
32205
32206 * progmodes/cc-vars.el (cc-define-list-program): Remove this
32207 recent addition.
32208
32209 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
32210 (gdb-define-alist): New variables.
32211 (gdb-create-define-alist): New function.
32212 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
32213 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
32214 with string-to-number.
32215 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
32216
32217 * progmodes/gud.el: Replace string-to-int with string-to-number.
32218 (gud-find-file): Handle gdb-define-alist.
32219
32220 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
32221
32222 2005-05-02 Jay Belanger <belanger@truman.edu>
32223
32224 * calc/calc-aent.el (math-read-token):
32225 * calc/calc-bin.el (calc-word-size):
32226 * calc/calc-ext.el (calc-read-number-fancy):
32227 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
32228 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
32229 * calc/calc-frac.el (calc-over-notation):
32230 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
32231 (calc-graph-num-points, calc-graph-init):
32232 * calc/calc-prog.el (calc-read-parse-table-part)
32233 (calc-edit-macro-repeats):
32234 * calc/calc-yank.el (calc-do-grab-rectangle):
32235 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
32236 Replace `string-to-int' by `string-to-number'.
32237
32238 2005-05-02 Kim F. Storm <storm@cua.dk>
32239
32240 * kmacro.el: Use executing-kbd-macro-index variable.
32241
32242 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
32243
32244 * net/rlogin.el (rlogin-parse-words): Delete func.
32245 (rlogin): Use split-string, not rlogin-parse-words.
32246 Also, if there are option-like elements in the parsed args,
32247 take the host to be the first arg immediately following them.
32248 Suggested by Michael Mauger.
32249
32250 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
32251
32252 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
32253
32254 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
32255
32256 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
32257 (cc-mode-cpp-program): Rename to cc-define-list-program and
32258 move to cc-vars.el.
32259
32260 * progmodes/cc-vars.el (cc-define-list-program):
32261 Change to "gcc -E -dM -". Make customizable.
32262
32263 2005-05-02 Kim F. Storm <storm@cua.dk>
32264
32265 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
32266
32267 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
32268
32269 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
32270
32271 * international/mule-util.el (truncate-string): Remove alias and
32272 obsolete declaration.
32273
32274 * international/mule-cmds.el (update-iso-coding-systems):
32275 Remove alias and obsolete declaration.
32276
32277 * international/mule.el (coding-system-parent): Remove alias and
32278 obsolete declaration.
32279
32280 * subr.el (define-function, sref): Remove aliases and obsolete
32281 declarations.
32282 (chars-in-region): Remove obsolete declaration.
32283
32284 2005-05-01 Richard M. Stallman <rms@gnu.org>
32285
32286 * info.el (Info-mode): Set widen-automatically to nil, locally.
32287
32288 * simple.el (widen-automatically): New variable.
32289 (pop-global-mark): Obey widen-automatically.
32290
32291 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
32292
32293 * term/xterm.el (function-key-map): Call substitute-key-definition
32294 before the keymap size is increased by a lot of define-key calls.
32295
32296 2005-05-01 Richard M. Stallman <rms@gnu.org>
32297
32298 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
32299 Rename ARG to ELEMENT. Doc fix.
32300
32301 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
32302
32303 * allout.el (allout-exposure): Remove macro and obsolete declaration.
32304 Remove references to allout-exposure/change to allout-new-exposure.
32305
32306 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
32307 bytecode symbols.
32308
32309 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
32310 (compiled-function-p, focus-frame, unfocus-frame):
32311 Remove aliases and obsolete declarations.
32312 Back out inadvertent changes from previous commit.
32313
32314 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
32315
32316 * files.el (require-final-newline): Make Custom tags consistent
32317 with mode-require-final-newline.
32318 (mode-require-final-newline): Doc fix.
32319
32320 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
32321
32322 * international/latexenc.el (latexenc-find-file-coding-system):
32323 Fix regular expressions.
32324
32325 2005-05-01 David Kastrup <dak@gnu.org>
32326
32327 * international/latexenc.el (latexenc-find-file-coding-system):
32328 Fix regular expressions.
32329
32330 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
32331
32332 * subr.el (string-to-int): Make obsolete.
32333
32334 2005-04-30 Richard M. Stallman <rms@gnu.org>
32335
32336 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
32337
32338 * loadup.el: Load jka-comp-hook.
32339
32340 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
32341 (jka-compr-handler): Add autoload. `put' calls moved
32342 to jka-comp-hook.el.
32343 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
32344 (jka-compr-inhibit): Autoload.
32345
32346 * jka-comp-hook.el: New file.
32347 Enable the mode by default.
32348
32349 * files.el (backup-buffer-copy): Use copy-file instead
32350 of write-region, and put back the 'excl.
32351
32352 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
32353
32354 * progmodes/flymake.el (flymake-split-string)
32355 (flymake-split-string, flymake-log, flymake-pid-to-names)
32356 (flymake-reg-names, flymake-get-source-buffer-name)
32357 (flymake-unreg-names, flymake-add-line-err-info)
32358 (flymake-add-err-info): Clarify docstrings.
32359 (flymake-popup-menu, flymake-make-emacs-menu)
32360 (flymake-make-xemacs-menu): Add docstrings.
32361 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
32362 Set variables directly throughout.
32363
32364 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
32365
32366 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
32367 exists. Initialize cc-define-alist.
32368 (c-mode): Add cc-create-define-alist locally to after-save-hook.
32369 If there is no file (Macroexpansion) don't create an alist.
32370
32371 2005-04-29 Sam Steingold <sds@gnu.org>
32372
32373 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
32374 (cc-create-define-alist): Use it instead of the hard-coded string.
32375
32376 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
32377
32378 * international/mule-conf.el (file-coding-system-alist): Fix regexp
32379 for latexenc.
32380
32381 2005-04-29 Lute Kamstra <lute@gnu.org>
32382
32383 * emacs-lisp/generic.el: Improve commentary section.
32384 (define-generic-mode): Improve docstring.
32385
32386 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
32387
32388 * textmodes/org.el (many places): Change to quiet the byte compiler.
32389 (org-prefix-format-compiled): New variable.
32390 (org-compile-prefix-format): New function.
32391 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
32392 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
32393 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
32394 (org-get-entries-from-diary): Use `org-get-time-of-day' for
32395 consistency with entries from `org-mode' files.
32396 (org-get-time-of-day): Fix bug with partial matches early in a line.
32397 (org-non-link-chars): New constant.
32398 (org-link-regexp): Respect `org-non-link-chars'.
32399 (org-agenda-day-view): Remove command.
32400 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
32401 (org-follow-bbdb-link, org-store-link): Search also company field.
32402 (org-highlight-overlay): New variable.
32403 (org-highlight, org-unhighlight): New functions.
32404 (org-agenda-mode): Add pre-command-hook to remove highlight.
32405 (org-evaluate-time-range): Behavior depends upon whether time stamp
32406 contains a time or not.
32407 (org-show-subtree, org-show-entry): New functions.
32408 (org-agenda-cleanup-fancy-diary): Remove empty lines.
32409
32410 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
32411
32412 * comint.el (comint-output-filter-functions): Add autoload cookie.
32413
32414 2005-04-28 Kim F. Storm <storm@cua.dk>
32415
32416 * ido.el (ido-everywhere): Fix last change.
32417
32418 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
32419
32420 * international/latexenc.el: New file.
32421 * international/mule-conf.el (file-coding-system-alist): For .tex,
32422 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
32423
32424 2005-04-28 Lute Kamstra <lute@gnu.org>
32425
32426 * font-lock.el (font-lock-add-keywords)
32427 (font-lock-remove-keywords): Clarify docstring.
32428 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
32429 Don't start docstrings with a `*'.
32430 (font-lock-update-removed-keyword-alist): Give it a docstring.
32431
32432 * generic-x.el: Update commentary section.
32433 Only require font-lock when compiling.
32434 Define all modes conditionally.
32435 Place all generic modes in the generic-x-modes customization group.
32436 (generic-x-modes): New customization group.
32437 (generic-default-modes, generic-mswindows-modes)
32438 (generic-unix-modes, generic-other-modes): New constants.
32439 (generic-define-mswindows-modes, generic-define-unix-modes):
32440 Update docstrings. Make them obsolete.
32441 (generic-extras-enable-list): New default value. Update docstring.
32442 Improve :type. Change :set function.
32443 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
32444 Fix docstring.
32445
32446 * emacs-lisp/generic.el (generic-mode-internal):
32447 Simplify font-lock-defaults.
32448 (define-generic-mode): Fix docstring.
32449
32450 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
32451
32452 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
32453 font-lock-face property to highlight matches.
32454
32455 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
32456
32457 * progmodes/cc-mode.el (cc-create-define-alist): New function.
32458 (cc-define-alist): New variable.
32459 (c-mode): Make it local and initialize it.
32460
32461 * progmodes/gdb-ui.el (gdb-active-process): New variable.
32462 (gdb-exited): New function.
32463 (gdb-annotation-rules): Use it.
32464 (gdb-starting): Set gdb-active-process to t.
32465 (gdb-stopping): Amend doc string.
32466 (gdb-reset): Set gdb-active-process to nil.
32467
32468 * tooltip.el (tooltip-gud-tips): Show the associated #define
32469 directives when a C program under GDB is not executing.
32470
32471 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
32472
32473 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
32474 font-lock-fontify-syntactic-keywords.
32475
32476 * font-lock.el (font-lock-default-fontify-region): Don't force
32477 parse-sexp-lookup-properties to nil.
32478
32479 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
32480
32481 * man.el (man-mode-syntax-table): Set up `:' to have
32482 word-constituent syntax.
32483
32484 2005-04-27 Lute Kamstra <lute@gnu.org>
32485
32486 * novice.el (disable-command): Don't add spurious newlines to the
32487 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
32488
32489 2005-04-26 Jay Belanger <belanger@truman.edu>
32490
32491 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
32492 than one window before deleting window.
32493
32494 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
32495
32496 * shell.el (shell-prompt-pattern): Doc fix.
32497 (shell-mode): Set paragraph-separate buffer locally to "\\'".
32498
32499 * comint.el (comint-prompt-regexp, comint-get-old-input)
32500 (comint-use-prompt-regexp)
32501 (comint-use-prompt-regexp-instead-of-fields)
32502 (comint-replace-by-expanded-history, comint-send-input)
32503 (comint-output-filter, comint-get-old-input-default)
32504 (comint-line-beginning-position, comint-bol, comint-show-output)
32505 (comint-backward-matching-input, comint-forward-matching-input)
32506 (comint-next-prompt, comint-previous-prompt):
32507 Rename `comint-use-prompt-regexp-instead-of-fields' to
32508 `comint-use-prompt-regexp'. Keep old name as alias and declare
32509 obsolete.
32510 (comint-use-prompt-regexp): Shorten first line of doc string.
32511
32512 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
32513 Set paragraph-separate buffer locally to "\\'".
32514
32515 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
32516 Adapt to above name change.
32517
32518 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
32519 (smbclient-prompt-regexp): Ditto.
32520
32521 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
32522
32523 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
32524
32525 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
32526 gdb-location-list.
32527 Break lines that are over 80 characters wide.
32528
32529 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
32530
32531 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
32532 New fun and var, to preserve compatibility.
32533
32534 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
32535
32536 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
32537
32538 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
32539 name to file-newer-than-file-p.
32540
32541 2005-04-26 Richard M. Stallman <rms@gnu.org>
32542
32543 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
32544
32545 * progmodes/python.el (python-mode):
32546 Use new name eldoc-documentation-function.
32547
32548 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
32549
32550 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
32551 (eldoc-documentation-function):
32552 Rename from eldoc-print-current-symbol-info-function. Calls changed.
32553
32554 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
32555
32556 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
32557
32558 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32559
32560 * term/xterm.el (function-key-map): Fix strings for
32561 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
32562 {C,S,A,C-S}-{f1-f12}.
32563
32564 2005-04-26 Kenichi Handa <handa@m17n.org>
32565
32566 * international/mule-cmds.el (select-safe-coding-system):
32567 Fix previous change.
32568
32569 2005-04-26 Lute Kamstra <lute@gnu.org>
32570
32571 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
32572
32573 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
32574 (font-lock-comment-delimiter-face): Ditto.
32575
32576 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
32577
32578 2005-04-25 Jay Belanger <belanger@truman.edu>
32579
32580 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
32581 to t while inserting information; use help-mode.
32582
32583 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32584
32585 * term.el (ansi-term-color-vector): Use the xterm colors.
32586 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
32587
32588 2005-04-25 Lute Kamstra <lute@gnu.org>
32589
32590 * font-core.el (font-lock-defaults): Fix docstring.
32591
32592 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
32593
32594 2005-04-25 Kenichi Handa <handa@m17n.org>
32595
32596 * international/mule-cmds.el (select-safe-coding-system):
32597 Don't check consistency with coding: spec, etc if raw-text or
32598 no-conversion was found to be safe.
32599
32600 2005-04-24 Richard M. Stallman <rms@gnu.org>
32601
32602 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
32603 citation markers at start of each line.
32604
32605 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
32606 citation markers at start of each line.
32607
32608 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
32609
32610 * files.el (mode-require-final-newline): Fix previous change.
32611 (require-final-newline): Fix type label.
32612
32613 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
32614
32615 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
32616 statement in buffer (broken by 2004-11-24 change).
32617
32618 2005-04-24 Kim F. Storm <storm@cua.dk>
32619
32620 * ido.el (ido-everywhere): Save and restore old read-buffer-function
32621 and read-file-name-function values. Don't overwrite existing
32622 non-nil values if ido-mode is enabled without ido-everywhere.
32623
32624 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
32625
32626 * files.el (mode-require-final-newline): Minor doc fix.
32627
32628 2005-04-24 Eli Zaretskii <eliz@gnu.org>
32629
32630 * subr.el (syntax-after): Doc fix.
32631 (syntax-class): If argument is nil, return nil. Mask off upper 16
32632 bits, not 8 bits.
32633
32634 * files.el (mode-require-final-newline): Doc fix.
32635 (backup-buffer-copy): Fix last change.
32636
32637 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32638
32639 * term/mac-win.el: Require select. Set selection-coding-system to
32640 mac-system-coding-system. Call menu-bar-enable-clipboard.
32641 (x-last-selected-text-clipboard, x-last-selected-text-primary)
32642 (x-select-enable-clipboard): New variables.
32643 (x-select-text, x-get-selection, x-selection-value)
32644 (x-get-selection-value, mac-select-convert-to-string)
32645 (mac-services-open-file, mac-services-open-selection)
32646 (mac-services-insert-text): New functions.
32647 (CLIPBOARD, FIND): Put mac-scrap-name property.
32648 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
32649 (public.tiff): Put mac-ostype property.
32650 (selection-converter-alist): Add entries for them.
32651 (mac-application-menu-map): New keymap.
32652 (interprogram-cut-function, interprogram-paste-function): Set to
32653 x-select-text and x-get-selection-value, respectively.
32654 (split-window-keep-point): Set to t.
32655
32656 2005-04-23 Richard M. Stallman <rms@gnu.org>
32657
32658 * files.el (read-directory-name): Always pass non-nil
32659 DEFAULT-FILENAME arg to read-file-name.
32660 (backup-buffer-copy, basic-save-buffer-2): Take care against
32661 writing thru an unexpected existing symlink.
32662 (revert-buffer): In indirect buffer, revert the base buffer.
32663 (magic-mode-alist): Doc fix.
32664 (buffer-stale-function): Doc fix.
32665 (minibuffer-with-setup-hook): Avoid warning.
32666 (mode-require-final-newline): Doc and custom fix.
32667
32668 * follow.el (follow-end-of-buffer): Use with-no-warnings.
32669
32670 * font-lock.el (font-lock-comment-face): On terminals with few colors,
32671 use the default appearance.
32672 (font-lock-comment-delimiter-face): New face, new variable.
32673
32674 * imenu.el (imenu--generic-function): The official position of a
32675 definition is the start of the line that BEG is in.
32676
32677 * midnight.el (midnight-timer): Move defvar up.
32678
32679 * mouse.el (mouse-drag-region-1): Delete some debugging code.
32680
32681 * saveplace.el (save-place-to-alist): Use with-no-warnings.
32682
32683 * startup.el (command-line): Use with-no-warnings.
32684
32685 * window.el (window-size-fixed): New defvar.
32686
32687 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
32688
32689 * mail/rmail.el (rmail-font-lock-keywords):
32690 Use font-lock-comment-delimiter-face.
32691
32692 * mail/sendmail.el (mail-font-lock-keywords):
32693 Use font-lock-comment-delimiter-face.
32694
32695 * progmodes/compile.el (next-error-highlight-timer): New defvar.
32696
32697 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
32698
32699 * progmodes/compile.el (compilation-mode-font-lock-keywords):
32700 Specify t for LAXMATCH when matching directories.
32701 Save match data around compilation-compat-error-properties form.
32702
32703 2005-04-23 David Kastrup <dak@gnu.org>
32704
32705 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
32706 Mention that the autoloaded aliases should be kept for AUCTeX.
32707
32708 2005-04-23 Andreas Schwab <schwab@suse.de>
32709
32710 * isearch.el (isearch-forward): Doc fix.
32711
32712 2005-04-23 Eli Zaretskii <eliz@gnu.org>
32713
32714 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
32715 (jit-lock-stealth-nice): Change default value to 0.5.
32716
32717 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
32718
32719 * abbrev.el (write-abbrev-file): Write table entries in
32720 alphabetical order by table name.
32721
32722 2005-04-22 Kim F. Storm <storm@cua.dk>
32723
32724 * ido.el (ido-read-internal): Fix `list' completion.
32725
32726 2005-04-22 Kenichi Handa <handa@m17n.org>
32727
32728 * recentf.el (recentf-save-file-coding-system): New variable.
32729 (recentf-save-list): Encode the file by
32730 recentf-save-file-coding-system and add coding: tag.
32731
32732 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
32733
32734 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
32735
32736 2005-04-21 Lute Kamstra <lute@gnu.org>
32737
32738 * loadhist.el (unload-feature): Don't remove a function from hooks
32739 if it is about to be restored to an autoload . Remove functions
32740 that will become unbound from auto-mode-alist. Simplify the code.
32741
32742 * subr.el (assq-delete-all): New implementation that is linear,
32743 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
32744 (rassq-delete-all): New function.
32745
32746 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32747 Add size-indication-mode.
32748
32749 2005-04-21 Kenichi Handa <handa@m17n.org>
32750
32751 * international/mule-cmds.el: Add autoload for widget-value in
32752 eval-when-compile.
32753
32754 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
32755
32756 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32757 Add tooltip-mode.
32758
32759 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
32760
32761 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
32762
32763 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
32764 (inferior-lisp-filter-regexp, inferior-lisp-program)
32765 (inferior-lisp-load-command, inferior-lisp-prompt)
32766 (inferior-lisp-mode-hook, lisp-source-modes)
32767 (inferior-lisp-load-hook): defvar->defcustom.
32768 (inferior-lisp-program, inferior-lisp-prompt)
32769 (inferior-lisp-load-hook): Doc fixes.
32770 (inferior-lisp-install-letter-bindings): Small change in
32771 introductory comment.
32772
32773 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
32774
32775 * vc.el (vc-annotate-color-map): Change some colors so that text
32776 using them as foreground is readable on both white and black
32777 backgrounds.
32778
32779 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
32780
32781 * international/mule-conf.el (translation-table-for-input):
32782 Remove redundant declaration.
32783
32784 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32785
32786 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
32787
32788 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
32789 (tooltip-toggle-gud-tips): New function.
32790
32791 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32792
32793 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
32794 right angle brackets.
32795
32796 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32797
32798 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
32799
32800 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
32801
32802 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
32803 Remove. Update callers to use expand-file-name instead.
32804
32805 * subr.el (syntax-class): New function.
32806
32807 * simple.el (blink-matching-open): Use it.
32808
32809 * paren.el (show-paren-function): Use it to recognize parens that are
32810 also used in 2-char comment markers.
32811
32812 2005-04-19 Lute Kamstra <lute@gnu.org>
32813
32814 * loadhist.el (unload-feature): Update for new format of
32815 load-history. Simplify the code.
32816
32817 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32818
32819 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
32820 (mac-add-charset-info): New function. Initialize variable
32821 mac-charset-info-alist using it.
32822 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
32823 for translation.
32824 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
32825 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
32826 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
32827 New CCL programs.
32828
32829 2005-04-19 Kim F. Storm <storm@cua.dk>
32830
32831 * simple.el (next-buffer, prev-buffer, next-error)
32832 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32833 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
32834
32835 * bindings.el (next-buffer, prev-buffer, next-error)
32836 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32837 (clone-indirect-buffer-other-window): Move bindings from simple.el.
32838 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
32839 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
32840
32841 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
32842
32843 * isearch.el (isearch-edit-string): Make the search-ring available for
32844 minibuffer history commands.
32845 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
32846 the default history commands now work just as well.
32847 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
32848
32849 2005-04-18 Kim F. Storm <storm@cua.dk>
32850
32851 * emulation/cua-base.el (cua--pre-command-handler): Add more
32852 elaborate check for shift modifier on non-window systems.
32853
32854 2005-04-18 Lars Hansen <larsh@math.ku.dk>
32855
32856 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
32857
32858 2005-04-18 Kim F. Storm <storm@cua.dk>
32859
32860 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
32861 and make it optional. Don't test tooltip-gud-echo-area here.
32862 (tooltip-gud-process-output, gdb-tooltip-print):
32863 Pass tooltip-gud-echo-area to tooltip-show.
32864 (tooltip-help-tips): Remove second optional arg to tooltip-show.
32865
32866 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32867
32868 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
32869 `display-graphic-p' may not be bound yet.
32870
32871 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
32872
32873 * startup.el (command-line): No longer enable Xterm Mouse mode by
32874 default in terminals compatible with xterm.
32875
32876 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
32877
32878 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
32879
32880 * tooltip.el (tooltip-gud-echo-area): Rename from
32881 tooltip-use-echo-area.
32882 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
32883 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
32884 area independently of where help tooltips are displayed.
32885
32886 2005-04-17 David Kastrup <dak@gnu.org>
32887
32888 * cus-theme.el (custom-theme-write-variables): Quote variables
32889 where necessary.
32890
32891 2005-04-17 Richard M. Stallman <rms@gnu.org>
32892
32893 * simple.el (yank-excluded-properties): Add follow-link to value.
32894
32895 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
32896
32897 * startup.el (fancy-splash-max-time): Just 30 seconds.
32898 (fancy-splash-delay): Just 7.
32899 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
32900
32901 * loadhist.el (unload-feature): Update for new format of load-history.
32902 Simplify the code.
32903
32904 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
32905 (rmail-font-lock-keywords): Don't fontify the text of a citation.
32906
32907 * mail/sendmail.el (mail-font-lock-keywords):
32908 Don't fontify subject text.
32909 Don't fontify the text of a citation.
32910
32911 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
32912
32913 * comint.el (comint-output-filter): Run comint-output-filter-functions
32914 with point where the user had it.
32915
32916 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
32917
32918 * international/ucs-tables.el (ucs-set-table-for-input):
32919 Disable when using unify-on-decoding.
32920
32921 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
32922
32923 * emulation/cua-base.el (cua-global-mark-face): Add special case
32924 for displays supporting a high number of colors.
32925
32926 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
32927
32928 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
32929
32930 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
32931
32932 * filesets.el (filesets-add-buffer): If user supplies a name of a
32933 non-existing fileset, create a new fileset.
32934
32935 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
32936
32937 * textmodes/org.el (org-up-heading-all): Fix bug with
32938 `outline-up-heading-all'.
32939
32940 2005-04-16 Andreas Schwab <schwab@suse.de>
32941
32942 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
32943 /etc/permissions.d/* and /etc/aliases.d/*.
32944
32945 2005-04-16 Kenichi Handa <handa@m17n.org>
32946
32947 * international/code-pages.el (cp-make-coding-system):
32948 Set `translation-table-for-input' property value to the symbol
32949 ucs-mule-to-mule-unicode, not to that value.
32950 (pt154): Escape guillemet by `\'.
32951
32952 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
32953
32954 * loadup.el: Load tooltip if x-show-tip is fboundp.
32955
32956 * startup.el (command-line): Add comment.
32957
32958 * tooltip.el (tooltip-mode): Specify correct standard value for
32959 Custom in init-value.
32960
32961 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
32962
32963 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
32964 possible.
32965
32966 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
32967
32968 * textmodes/org.el (org-agenda-date-prompt): Rename from
32969 `org-agenda-date-today'.
32970 (org-evaluate-time-range): Insert at point instead of directly
32971 after time range.
32972 (org-first-headline-recenter, org-subtree-end-visible-p)
32973 (org-optimize-window-after-visibility-change): New functions
32974 (org-agenda-post-command-hook): Don't allow point at end of line,
32975 to make sure it always hits the text properties.
32976 (org-agenda-next-date-line, org-agenda-previous-date-line):
32977 New commands.
32978 (org-set-regexps-and-options): Category may contain white space.
32979 (org-agenda-get-deadlines, org-agenda-get-scheduled):
32980 Improve marker positions.
32981 (org-agenda-new-marker): Argument POS made optional.
32982 (org-agenda-get-timestamps): Deadlines which are done are listed
32983 in org-done-face now.
32984 (org-agenda-get-todos, org-agenda-get-timestamps)
32985 (org-agenda-get-deadlines, org-agenda-get-scheduled):
32986 Set `undone-face' and `done-face' properties.
32987 (org-last-todo-state-is-todo): New variable.
32988 (org-todo): Set `org-last-todo-state-is-todo'.
32989 (org-agenda-todo): Change face according to
32990 `org-last-todo-state-is-todo'. And change other lines referring to
32991 the same entry.
32992 (org-calendar-goto-agenda): New command.
32993 (org-calendar-to-agenda-key): New option.
32994 (org-startup-folded): New allowed value `content'.
32995 (org-set-regexps-and-options): Accept new value `content' for
32996 `org-startup-folded'.
32997 (org-get-current-options): Handle new value `content' for
32998 `org-startup-folded'.
32999 (org-insert-todo-heading): New command.
33000 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
33001 interactively in empty file and option
33002 `org-insert-mode-line-in-empty-file' has been set.
33003 (org-agenda-todo, org-agenda-priority): Modify to use
33004 `org-agenda-change-all-lines'.
33005 (org-warning-face): Change color on dark background.
33006
33007 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33008
33009 * international/mule-cmds.el (set-locale-environment): On Mac OS,
33010 use preferences AppleLocale and AppleLanguages, and variable
33011 mac-system-locale for default locale. On Mac OS Classic, use
33012 mac-system-coding-system for default coding systems.
33013
33014 * term/mac-win.el: Don't set file-name-coding-system.
33015 Decode variables system-name, emacs-build-system, user-login-name, and
33016 user-full-name by mac-system-coding-system on Mac OS Classic.
33017 (mac-system-coding-system): New variable.
33018
33019 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
33020
33021 * startup.el (command-line): Handle `xterm-mouse-mode' before
33022 reading init file.
33023
33024 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
33025
33026 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
33027
33028 * progmodes/sh-script.el (sh-here-document-word): Make it a
33029 defcustom. Doc fix.
33030 (sh-add): Bash uses $(( )) for arithmetic.
33031 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
33032 (sh-maybe-here-document): Remove quotes and leading whitespace
33033 from heredoc word when closing. Indent heredoc with tabs if word
33034 starts with "-".
33035
33036 2005-04-13 Richard M. Stallman <rms@gnu.org>
33037
33038 * simple.el (undo): Fix previous change.
33039
33040 * custom.el (defface): Doc fix.
33041
33042 2005-04-13 Lute Kamstra <lute@gnu.org>
33043
33044 * Makefile.in (DONTCOMPILE): Remove list.
33045 (compile, compile-always): Don't use DONTCOMPILE.
33046 (update-authors): Load the library in which batch-update-authors
33047 is defined.
33048 * makefile.w32-in (DONTCOMPILE): Remove list.
33049 (compile, compile-always): Fix comments.
33050 (update-authors): Load the library in which batch-update-authors
33051 is defined.
33052
33053 * generic-x.el (generic-mode-ini-file-find-file-hook):
33054 Rename to ini-generic-mode-find-file-hook.
33055 Keep generic-mode-ini-file-find-file-hook as an alias.
33056 (ini-generic-mode-find-file-hook): Rename from
33057 generic-mode-ini-file-find-file-hook. Fix docstring.
33058 (ini-generic-mode): Docstring change.
33059 (bat-generic-mode-run-as-comint): Silence the byte compiler.
33060
33061 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
33062 called from lisp.
33063
33064 * generic.el: Move to the emacs-lisp subdir.
33065
33066 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
33067
33068 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
33069 and C-S- function and cursor motion keys.
33070
33071 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
33072
33073 * startup.el (command-line): Enable Xterm Mouse mode by default.
33074 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
33075 for Custom. No longer show "Mouse" in mode line when enabled.
33076 Doc fix.
33077
33078 2005-04-12 Kim F. Storm <storm@cua.dk>
33079
33080 * emulation/cua-base.el (cua-rectangle-face)
33081 (cua-rectangle-noselect-face): Define face attributes here.
33082
33083 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
33084
33085 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33086
33087 * startup.el (command-line): Turn off blinking cursor if
33088 cursorBlink in resources is off or false.
33089
33090 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33091
33092 * term/mac-win.el (dnd): Require dnd.
33093 (mac-drag-n-drop): Call dnd-handle-one-url.
33094 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
33095 (kTextEncodingISOLatin2): Remove constants.
33096 (mac-script-code-coding-systems): New constant.
33097 (mac-handle-language-change): New function.
33098 (special-event-map): Bind it to `language-change' event.
33099 (mac-centraleurroman, mac-cyrillic): New coding systems.
33100 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
33101 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
33102 and mac-cyrillic-encoder to encode-mac-centraleurroman and
33103 encode-mac-cyrillic, respectively.
33104
33105 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33106
33107 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
33108 Don't set overlay-arrow-string to "=>" as this is done
33109 globally in C now.
33110
33111 2005-04-12 Lute Kamstra <lute@gnu.org>
33112
33113 * generic-x.el (rc-generic-mode, rul-generic-mode):
33114 Fix auto-mode-alist entries.
33115 (etc-fstab-generic-mode): Tweak fontification.
33116
33117 * generic.el (generic-make-keywords-list): Fix docstring.
33118 (generic-mode-internal): Simplify generic-font-lock-keywords.
33119
33120 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
33121
33122 * whitespace.el (whitespace-buffer-leading)
33123 (whitespace-buffer-trailing): Revert the incorrect test inversion.
33124 However, fix the highlight area for the leading and
33125 trailing whitespaces to show space.
33126
33127 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
33128
33129 * whitespace.el (whitespace-version): Bump to 3.5.
33130
33131 (whitespace-buffer-leading, whitespace-buffer-trailing):
33132 Invert sense of the test to highlight the whitespace.
33133
33134 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33135
33136 * progmodes/gud.el (gud-display-line): GUD uses its own
33137 overlay arrow now so don't set overlay-arrow-string.
33138 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
33139
33140 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
33141
33142 * term.el (term-ansi-current-bold, term-ansi-current-underline)
33143 (term-ansi-current-reverse, term-ansi-current-invisible)
33144 (term-ansi-face-already-done): Change to boolean.
33145 (term-reset-terminal, term-handle-colors-array): Handle the above
33146 vars accordingly.
33147 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
33148 (term-emulate-terminal): Use the new name.
33149
33150 * faces.el (secondary-selection): Use yellow1, not yellow.
33151 (trailing-whitespace): Use red1, not red.
33152
33153 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33154
33155 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
33156 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
33157 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
33158
33159 * cus-edit.el (dnd): New group.
33160
33161 * term/w32-win.el (dnd): Require dnd
33162 (w32-drag-n-drop): Call dnd-handle-one-url.
33163
33164 * x-dnd.el: Require dnd.
33165 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
33166 Call dnd-handle-one-url.
33167 (x-dnd-types-alist, x-dnd-insert-utf8-text)
33168 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
33169 to dnd-insert-text.
33170 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
33171 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
33172 (x-dnd-get-local-file-name, x-dnd-open-local-file)
33173 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
33174
33175 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
33176
33177 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33178
33179 * wdired.el: Doc fixes.
33180 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
33181 (wdired-use-dired-vertical-movement): Rename from
33182 wdired-always-move-to-filename-beginning.
33183 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
33184 (wdired-change-to-wdired-mode): Change mode name.
33185 (wdired-newline): Delete.
33186
33187 2005-04-11 Richard M. Stallman <rms@gnu.org>
33188
33189 * whitespace.el (whitespace-highlight-the-space):
33190 Don't call whitespace-unhighlight-the-space here.
33191
33192 * simple.el (undo): Record t in undo-equiv-table
33193 for the redo record made by an undo-in-region.
33194
33195 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33196
33197 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
33198 (gdb-frame-inferior-io-buffer): New Functions to control
33199 display of separate IO buffer.
33200 (menu): Add them to menu-bar.
33201 (gdb-display-buffer): Check for buffer another frame.
33202 Protect GUD buffer.
33203 (gdb-setup-windows): Create IO buffer if not already there.
33204 (gdb-memory-mode): Remove purecopy noops.
33205
33206 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
33207
33208 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
33209 and pass to self-insert-command.
33210
33211 2005-04-11 Lute Kamstra <lute@gnu.org>
33212
33213 * generic.el: Commentary section cleanup.
33214 (generic): Delete.
33215 (generic-use-find-file-hook, generic-lines-to-scan)
33216 (generic-find-file-regexp, generic-ignore-files-regexp)
33217 (default-generic-mode, generic-mode-find-file-hook)
33218 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
33219 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
33220 (generic-use-find-file-hook, generic-lines-to-scan)
33221 (generic-find-file-regexp, generic-ignore-files-regexp)
33222 (default-generic-mode, generic-mode-find-file-hook)
33223 (generic-mode-ini-file-find-file-hook): Move from generic.el.
33224
33225 2005-04-10 Karl Fogel <kfogel@red-bean.com>
33226
33227 * bookmark.el (bookmark-write-file): Catch errors writing file.
33228 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
33229
33230 2005-04-10 Richard M. Stallman <rms@gnu.org>
33231
33232 * startup.el (fancy-splash-tail): Update copyright year.
33233 (command-line): Split part of -Q into -D.
33234 (emacs-basic-display): New defvar.
33235 (fancy-splash-text): Correct name of menu item.
33236
33237 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
33238
33239 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
33240 lines in one node.
33241
33242 * comint.el (comint-send-input): New arg ARTIFICIAL.
33243 Callers in this file changed.
33244
33245 * abbrev.el (define-abbrevs): Read system abbrevs properly.
33246
33247 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
33248
33249 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
33250
33251 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
33252 `ldap-search-internal'.
33253
33254 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
33255
33256 * files.el (set-auto-mode-1): Use line-end-position.
33257
33258 * international/latin-1.el:
33259 * international/latin-2.el:
33260 * international/latin-3.el:
33261 * international/latin-4.el:
33262 * international/latin-5.el:
33263 * international/latin-8.el:
33264 * international/latin-9.el: Give punctuation syntax to NBSP.
33265
33266 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
33267 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
33268 Use char-classes to accept non-ascii letters, accepted in some recent
33269 bibtex implementations.
33270
33271 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
33272
33273 * custom.el (custom-set-minor-mode): Any non-nil value for the
33274 variable should enable the mode when set through Custom.
33275
33276 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
33277
33278 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
33279 TAB binding so tab-always-indent is obeyed.
33280 (vhdl-minibuffer-local-map): Move initialization into declaration.
33281 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
33282 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
33283 (vhdl-hooked-abbrev): Avoid test for XEmacs.
33284 (vhdl-current-line): Use line-beginning-position.
33285 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
33286 with-output-to-temp-buffer, so the current position can be recorded.
33287
33288 2005-04-10 Masatake YAMATO <jet@gyve.org>
33289
33290 * progmodes/compile.el (compilation-error-regexp-alist-alist):
33291 Add regexp for gcov.
33292
33293 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
33294
33295 * calendar/time-date.el (time-to-seconds, seconds-to-time)
33296 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
33297 syntax which Emacs 20 doesn't support.
33298
33299 2005-04-09 Richard M. Stallman <rms@gnu.org>
33300
33301 * help.el (describe-key-briefly, describe-key):
33302 Replace strings as event types with "(any string)".
33303
33304 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
33305
33306 * arc-mode.el (archive-mode-map): Move initialization into
33307 the declaration. Override *all* bindings of `undo'.
33308 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
33309
33310 2005-04-09 Jay Belanger <belanger@truman.edu>
33311
33312 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
33313
33314 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
33315
33316 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
33317 (xterm-register-default-colors): Update color values computation
33318 to match xterm-200.
33319
33320 2005-04-09 Kenichi Handa <handa@m17n.org>
33321
33322 * international/code-pages.el (iso-latin-7): Fix the map.
33323
33324 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
33325
33326 * emacs-lisp/lisp.el (defun-prompt-regexp)
33327 (parens-require-spaces, buffer-end, end-of-defun)
33328 (insert-parentheses): Doc fixes.
33329
33330 2005-04-08 Kim F. Storm <storm@cua.dk>
33331
33332 * comint.el (comint-highlight-prompt): Fix face spec.
33333 * hi-lock.el (hi-green): Likewise.
33334
33335 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
33336
33337 * cus-edit.el (custom-modified-face):
33338 * comint.el (comint-highlight-input): Fix previous changes.
33339 * term.el (term-handle-ansi-escape): Add a comment.
33340
33341 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
33342
33343 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
33344 in the buffer and in whitespace-highlighted-space.
33345 (whitespace-unhighlight-the-space): Simplify.
33346 (whitespace-buffer): Simplify.
33347
33348 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
33349
33350 * textmodes/table.el (table-cell-face): Add special case for
33351 displays supporting a high number of colors.
33352 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
33353 (vhdl-font-lock-reserved-words-face)
33354 (vhdl-speedbar-architecture-face)
33355 (vhdl-speedbar-instantiation-face)
33356 (vhdl-speedbar-architecture-selected-face)
33357 (vhdl-speedbar-instantiation-selected-face): Likewise.
33358 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
33359 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
33360 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
33361 (ebrowse-root-class-face, ebrowse-member-attribute-face)
33362 (ebrowse-progress-face): Likewise.
33363 * progmodes/compile.el (compilation-info-face): Likewise.
33364 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
33365 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
33366 * calendar/calendar.el (diary-face): Likewise.
33367 * woman.el (woman-italic-face, woman-bold-face)
33368 (woman-unknown-face): Likewise.
33369 * wid-edit.el (widget-button-pressed-face): Likewise.
33370 * whitespace.el (whitespace-highlight-face): Likewise.
33371 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
33372 * pcvs-info.el (cvs-marked-face): Likewise.
33373 * info.el (info-xref): Likewise.
33374 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
33375 * hilit-chg.el (highlight-changes-face)
33376 (highlight-changes-delete-face): Likewise.
33377 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
33378 (hi-red-b): Likewise.
33379 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
33380 * font-lock.el (font-lock-keyword-face)
33381 (font-lock-function-name-face, font-lock-warning-face): Likewise.
33382 * cus-edit.el (custom-invalid-face, custom-modified-face)
33383 (custom-set-face, custom-changed-face, custom-variable-tag-face)
33384 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
33385 * comint.el (comint-highlight-prompt): Likewise.
33386
33387 2005-04-08 Lute Kamstra <lute@gnu.org>
33388
33389 * font-lock.el (font-lock-keywords): Docstring fixes.
33390
33391 2005-04-08 Kenichi Handa <handa@m17n.org>
33392
33393 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
33394 chars are more than a limit, print " and more..." at the tail.
33395
33396 2005-04-08 Kim F. Storm <storm@cua.dk>
33397
33398 * emacs-lisp/authors.el (authors-aliases): Update list.
33399 (authors-ignored-files): New list.
33400 (authors-fixed-entries): Fix typo.
33401 (authors-renamed-files-alist): Update list.
33402 (authors-add): Check authors-ignored-files.
33403
33404 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
33405
33406 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
33407 optional, to ensure backward compatibility.
33408
33409 2005-04-08 Stephen Eglen <stephen@gnu.org>
33410
33411 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
33412
33413 2005-04-08 Kim F. Storm <storm@cua.dk>
33414
33415 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
33416
33417 * mouse.el (mouse-on-link-p): Doc fix.
33418
33419 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
33420
33421 * ielm.el (ielm-prompt-read-only): Doc fix.
33422
33423 * comint.el (comint-prompt-read-only): Doc fix.
33424
33425 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
33426
33427 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
33428 ensure dired always handles wildcards passed to ffap.
33429 (find-file-at-point): Use it.
33430 (ffap-dired-wildcards): Doc fix.
33431
33432 2005-04-07 Juri Linkov <juri@jurta.org>
33433
33434 * simple.el (next-error-overlay-arrow-position): New defvar.
33435 Put "=>" on its property `overlay-arrow-string'. Add it to
33436 `overlay-arrow-variable-list'.
33437
33438 * progmodes/compile.el (compilation-setup):
33439 Set `next-error-overlay-arrow-position' to nil. Also set it to
33440 nil in the local hook `kill-buffer-hook'. Make local variable
33441 `overlay-arrow-string' and set it to "=>".
33442 (compilation-goto-locus): Set BOL position to
33443 `next-error-overlay-arrow-position' instead of
33444 `overlay-arrow-position'.
33445
33446 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
33447 locally instead of adding it to the global hook.
33448 (Info-kill-buffer): Move up.
33449
33450 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
33451
33452 * term/xterm.el (xterm-standard-colors): Update color values from
33453 xterm-200.
33454
33455 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
33456
33457 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
33458
33459 * fast-lock.el:
33460 * lazy-lock.el: Move them to the obsolete subdir.
33461
33462 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33463
33464 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
33465 (wdired-add-replace-advice): Remove.
33466 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
33467
33468 2005-04-06 Kim F. Storm <storm@cua.dk>
33469
33470 * startup.el (command-line): Add --bare-bones alias for -Q.
33471
33472 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33473
33474 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
33475 create the startup fontset if a font specification ends with
33476 `mac-roman'.
33477
33478 2005-04-06 Lute Kamstra <lute@gnu.org>
33479
33480 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
33481 change.
33482
33483 * emacs-lisp/copyright.el (copyright-update-year): Replace the
33484 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
33485
33486 2005-04-05 Lute Kamstra <lute@gnu.org>
33487
33488 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
33489 (define-generic-mode): Ditto. Fix debug declaration.
33490
33491 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
33492 Put them in the generic-x group.
33493
33494 * calendar/timeclock.el (timeclock): Doc fix.
33495
33496 * generic.el (define-generic-mode): Don't use custom-current-group.
33497 Document default :group value.
33498 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
33499 (define-global-minor-mode): Don't use custom-current-group.
33500
33501 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
33502
33503 * startup.el (command-line-1): Display startup-echo-area-message
33504 when fancy splash screen is in use.
33505
33506 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
33507 (sh-escaped-newline): New face.
33508 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
33509 newline, and use sh-escaped-newline face.
33510
33511 * progmodes/tcl.el (tcl-escaped-newline): New face.
33512 (tcl-builtin-list): New variable.
33513 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
33514 newlines. Fix keywords subexpression number.
33515
33516 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
33517
33518 * textmodes/org.el (org-diary-default-entry): Fix call to
33519 `add-to-diary-entry'.
33520
33521 2005-04-05 Kim F. Storm <storm@cua.dk>
33522
33523 * ediff-init.el: Use (featurep 'xemacs).
33524
33525 2005-04-05 David Ponce <david@dponce.com>
33526
33527 * cus-edit.el (face): Derive from symbol widget. Display sample
33528 of the current face on the fly.
33529 (widget-face-sample-face-get, widget-face-notify): New functions.
33530 (widget-face-value-create): Remove.
33531
33532 * wid-edit.el (widget-field-end): Temporarily remove field
33533 narrowing before to call `get-char-property'.
33534
33535 2005-04-04 Jay Belanger <belanger@truman.edu>
33536
33537 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
33538 (math-read-subscripts): New variable.
33539 (math-read-preprocess-string): Process subscripts.
33540
33541 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
33542
33543 * comint.el (comint-prompt-read-only): Doc fix.
33544
33545 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
33546 `-1'. Doc fix.
33547
33548 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
33549
33550 * textmodes/org.el (org-insert-mode-line-in-empty-file):
33551 Change default value to nil.
33552
33553 2005-04-04 Lute Kamstra <lute@gnu.org>
33554
33555 * autorevert.el (auto-revert-mode): Specify :group.
33556 * battery.el (display-battery-mode): Specify :group.
33557 * diff-mode.el (diff-minor-mode): Specify :group.
33558 * font-core.el (font-lock-mode): Specify :group.
33559 * hl-line.el (hl-line-mode): Specify :group.
33560 * iimage.el (iimage): New customization group.
33561 (iimage-mode): Specify :group.
33562 * longlines.el (longlines-mode): Specify :group.
33563 * master.el: Don't require easy-mmode.
33564 (master): New customization group.
33565 (master-mode): Specify :group.
33566 * msb.el (msb-mode): Specify :group.
33567 * reveal.el (reveal-mode): Specify :group.
33568 * simple.el (next-error-follow-minor-mode): Specify :group.
33569 * smerge-mode.el (smerge-mode): Specify :group.
33570 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
33571 * emulation/cua-base.el (cua-mode): Specify :group.
33572 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
33573 * language/thai-util.el (thai-auto-composition-mode)
33574 (thai-word-mode): Specify :group.
33575 * mail/supercite.el (sc-minor-mode): Specify :group.
33576 * progmodes/cwarn.el (cwarn-mode): Specify :group.
33577 * progmodes/flymake.el (flymake-mode): Specify :group.
33578 * progmodes/glasses.el (glasses-mode): Specify :group.
33579 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
33580 * textmodes/enriched.el (enriched-mode): Specify :group.
33581 * textmodes/refill.el (refill-mode): Specify :group.
33582
33583 * add-log.el (change-log-font-lock-keywords): Names in
33584 parenthesized lists can contain spaces.
33585
33586 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
33587
33588 * startup.el (fancy-splash-text): Shorten default text of
33589 "Emacs Tutorial" line. Also, if the current language env
33590 indicates an available tutorial file other than TUTORIAL,
33591 extract its title and append it to the line in parentheses.
33592 (fancy-splash-insert): If arg is a thunk, funcall it.
33593
33594 2005-04-04 Jay Belanger <belanger@truman.edu>
33595
33596 * calc.el (calc-language-alist): Add tags to customization type.
33597
33598 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
33599
33600 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
33601 Doc fix.
33602
33603 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
33604
33605 * add-log.el (change-log-font-lock-keywords): The manual
33606 describing a Change Log entry, says: (...) "Aside from these
33607 header lines, every line in the change log starts with a space or
33608 a tab.". The font-lock was not highlighting lines started with
33609 spaces, added support for it.
33610
33611 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33612
33613 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
33614 (bibtex-generate-url-list): Update docstring accordingly. Put the
33615 complex example in the docstring.
33616 (bibtex-font-lock-url): Use pop.
33617
33618 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
33619
33620 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
33621
33622 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
33623
33624 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
33625
33626 * filesets.el (filesets-set-default): Doc fix.
33627
33628 2005-04-03 Lute Kamstra <lute@gnu.org>
33629
33630 * generic.el (define-generic-mode): Add argument to specify
33631 keywords for defcustom.
33632 (default-generic-mode): Specify :group.
33633
33634 * generic-x.el: Specify :group for all generic modes.
33635
33636 * desktop.el (desktop-no-desktop-file-hook)
33637 (desktop-after-read-hook): Doc fix.
33638
33639 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
33640
33641 * simple.el (visible-mode): Use explicit :group keyword.
33642 This changes the group of `visible-mode-hook' from paren-blinking
33643 to editing-basics.
33644
33645 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
33646
33647 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
33648 mailbox specifications as well as URLs.
33649 (rmail-insert-inbox-text): Remove unused conditional branches.
33650
33651 2005-04-01 Jay Belanger <belanger@truman.edu>
33652
33653 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
33654 (calc-gnuplot-print-command): Move definitions to calc.el.
33655
33656 * calc/calc-embed.el (calc-embedded-announce-formula)
33657 (calc-embedded-open-formula, calc-embedded-close-formula)
33658 (calc-embedded-open-word, calc-embedded-close-word)
33659 (calc-embedded-open-plain, calc-embedded-close-plain)
33660 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
33661 (calc-embedded-open-mode, calc-embedded-close-mode):
33662 Move definitions to calc.el.
33663
33664 * calc/calc.el (calc-settings-file, calc-language-alist):
33665 Make customizable.
33666 (calc-embedded-announce-formula, calc-embedded-open-formula)
33667 (calc-embedded-close-formula, calc-embedded-open-word)
33668 (calc-embedded-close-word, calc-embedded-open-plain)
33669 (calc-embedded-close-plain, calc-embedded-open-new-formula)
33670 (calc-embedded-close-new-formula, calc-embedded-open-mode)
33671 (calc-embedded-close-mode, calc-gnuplot-name)
33672 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
33673 from other files and make customizable.
33674
33675 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
33676
33677 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
33678 Use buffer-live-p.
33679 (cvs-mode-run): Don't call cvs-update-header here.
33680 (cvs-run-process): Call cvs-update-header.
33681 Use process properties for cvs-postprocess and cvs-buffer so that
33682 the sentinel can behave better if the temp buffer is killed.
33683 Use a pipe rather than a tty, to better handle unexpected prompts.
33684 (cvs-sentinel): Rewrite. Call cvs-update-header.
33685
33686 2005-04-01 Andre Spiegel <spiegel@gnu.org>
33687
33688 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
33689 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
33690
33691 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
33692
33693 * generic.el (define-generic-mode): Add indentation rule.
33694
33695 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
33696
33697 * files.el (mode-require-final-newline): Make Custom correctly
33698 report a nil value and allow to set it to nil via Custom.
33699 Doc fix.
33700
33701 2005-04-01 Kenichi Handa <handa@m17n.org>
33702
33703 * international/characters.el: Enable the correct case setting for
33704 dotless-i and dotted-I.
33705
33706 2005-04-01 Kim F. Storm <storm@cua.dk>
33707
33708 * ido.el (ido-file-internal): Fall back to non-ido command if
33709 initial directory is on slow ftp (or tramp) host.
33710
33711 2005-03-31 Richard M. Stallman <rms@gnu.org>
33712
33713 * emacs-lisp/autoload.el (make-autoload):
33714 Handle define-global-minor-mode.
33715
33716 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
33717 Rename from easy-mmode-define-global-mode.
33718 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
33719
33720 * progmodes/scheme.el (scheme-mode-syntax-table):
33721 Update syntax of | and # for two-character comment syntax.
33722
33723 2005-03-31 Lute Kamstra <lute@gnu.org>
33724
33725 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
33726 (define-minor-mode): Call custom-current-group at load-time.
33727
33728 * generic.el (define-generic-mode): Add debug declaration.
33729 Add defcustom for the mode hook.
33730 (generic-mode-internal): Use run-mode-hooks.
33731
33732 2005-03-31 Kim F. Storm <storm@cua.dk>
33733
33734 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
33735 (mouse-fixup-help-message): New defun called by show_help_echo
33736 to fixup mouse-2 prefix in help messages when applicable.
33737
33738 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
33739
33740 2005-03-31 Kenichi Handa <handa@m17n.org>
33741
33742 * language/thai-word.el (thai-find-word-ends): Pay attention to
33743 the case that we reach the end of buffer.
33744
33745 * textmodes/fill.el (fill-text-properties-at): New function.
33746 (fill-newline): Use fill-text-properties-at instead of
33747 text-properties-at.
33748
33749 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33750
33751 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
33752 not comint-quote-filename.
33753
33754 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
33755
33756 * help-fns.el (help-with-tutorial): Revert last change.
33757
33758 2005-03-31 Kim F. Storm <storm@cua.dk>
33759
33760 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
33761
33762 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
33763
33764 * calendar/cal-china.el: Update reference to "Calendrical
33765 Calculations" book; there's a new edition.
33766 * calendar/cal-coptic.el: Likewise.
33767 * calendar/cal-french.el: Likewise.
33768 * calendar/cal-hebrew.el: Likewise.
33769 * calendar/cal-islam.el: Likewise.
33770 * calendar/cal-iso.el: Likewise.
33771 * calendar/cal-julian.el: Likewise.
33772 * calendar/cal-mayan.el: Likewise.
33773 * calendar/cal-persia.el: Likewise.
33774 * calendar/calendar.el: Likewise.
33775 * calendar/holidays.el: Likewise.
33776 * calendar/lunar.el: Likewise.
33777 * calendar/solar.el: Likewise.
33778
33779 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
33780 white space from doc string.
33781
33782 2005-03-30 Jay Belanger <belanger@truman.edu>
33783
33784 * calc/calc-help.el (calc-full-help): Remove email address.
33785
33786 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
33787
33788 * help-fns.el (help-with-tutorial): Delete title line.
33789
33790 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
33791
33792 * calendar/cal-x.el (calendar-one-frame-setup)
33793 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
33794 rather than `symbol' for set-window-dedicated-p.
33795
33796 * calendar/appt.el (appt-buffer-name): Make it a constant.
33797 (appt-add): Doc fix.
33798
33799 * filesets.el (filesets-menu-path, filesets-menu-before)
33800 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
33801 (filesets-menu-cache-file): Use directory ~/.emacs.d.
33802 (filesets-add-submenu): Delete and use add-submenu instead.
33803
33804 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
33805
33806 * textmodes/org.el (org-agenda-phases-of-moon)
33807 (org-agenda-sunrise-sunset, org-agenda-convert-date)
33808 (org-agenda-goto-calendar): New commands.
33809 (org-diary-default-entry): New function.
33810 (org-get-entries-from-diary): Better parsing of diary entries.
33811 (org-agenda-check-no-diary): New function.
33812 ("diary-lib"): Advice to function `add-to-diary-list', to allow
33813 linking to diary entries.
33814 (org-agenda-execute-calendar-command): New function.
33815 (org-agenda): Improve visible section in window.
33816 Use `org-fit-agenda-window'.
33817 (org-fit-agenda-window): New option.
33818 (org-move-subtree-down): Better handling of empty lines
33819 at end of subtree.
33820 (org-cycle): Numeric prefix is interpreted now as show-subtree N
33821 levels up.
33822 (org-fontify-done-headline): New option.
33823 (org-headline-done-face): New face.
33824 (org-set-font-lock-defaults): Use `org-headline-done-face'.
33825 (org-table-copy-down): Rename from `org-table-copy-from-above'.
33826 When current field is non-empty, it is copied to next row.
33827 (org-table-copy-from-above): Fix bug which made it
33828 impossible to copy fields containing only a single non-white character.
33829
33830 2005-03-30 Kim F. Storm <storm@cua.dk>
33831
33832 * kmacro.el (kmacro-end-macro): Isearch may store this command
33833 into the macro -- so ignore it when executing keyboard macro.
33834
33835 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33836
33837 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
33838
33839 2005-03-29 Kenichi Handa <handa@m17n.org>
33840
33841 * language/thai.el ("Thai"): Set setup-function and exit-function
33842 for Thai language environment.
33843
33844 * language/thai-util.el: Require thai-word.
33845 (thai-word-mode-map): New variable.
33846 (thai-word-mode): New minor mode.
33847 (setup-thai-language-environment-internal): New function.
33848 (exit-thai-language-environment-internal): New function.
33849
33850 * language/thai-word.el (thai-word-table): Declare it by defvar,
33851 use dolist to initialize it.
33852 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
33853 (thai-fill-find-break-point): New functions.
33854
33855 2005-03-29 Richard M. Stallman <rms@gnu.org>
33856
33857 * simple.el (idle-update-delay): Move definition up.
33858 (set-mark): Doc fix.
33859
33860 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
33861
33862 * longlines.el: New file.
33863
33864 * simple.el (buffer-substring-filters): New variable.
33865 (filter-buffer-substring): New function.
33866 (kill-region, copy-region-as-kill): Use it.
33867
33868 * register.el (copy-to-register, append-to-register)
33869 (prepend-to-register): Use filter-buffer-substring.
33870
33871 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33872
33873 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
33874 (gud-filter-pending-text): Move in front of gdb.
33875 (gud-overlay-arrow-position): New variable.
33876 (gud-sentinel, gud-display-line): Use it in place of
33877 overlay-arrow-position.
33878
33879 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
33880
33881 * progmodes/fortran.el (fortran-if-indent): Doc fix.
33882 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
33883 (fortran-font-lock-keywords-4): New variable.
33884 (fortran-blocks-re, fortran-end-block-re)
33885 (fortran-start-block-re): New constants, for hideshow.
33886 (hs-special-modes-alist): Add a Fortran entry.
33887 (fortran-mode-map): Bind fortran-end-of-block,
33888 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
33889 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
33890 (fortran-looking-at-if-then, fortran-end-of-block)
33891 (fortran-beginning-of-block): New functions, for hideshow.
33892
33893 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
33894 Doc fix. Tweak regexp.
33895 (f90-beginning-of-block): Push mark first.
33896
33897 2005-03-29 Jay Belanger <belanger@truman.edu>
33898
33899 * calc/calc.el: Update copyright date.
33900 (calc-version): Increase to 2.1.
33901 (calc-version-date): Remove.
33902
33903 * calc/calc-help.el: Update copyright date.
33904 (calc-full-help): Remove reference to calc-version-date.
33905 Update copyright date.
33906
33907 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33908
33909 * vc.el (vc-do-command): Use a pipe for async processes, so password
33910 prompts don't show up at places where the user can't reply.
33911
33912 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33913
33914 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
33915 on the file name we pass to the inferior shell.
33916
33917 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33918
33919 * progmodes/which-func.el (which-function): Be robust in the face of an
33920 imenu--make-index-alist failure.
33921
33922 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33923
33924 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
33925
33926 * progmodes/python.el (python-preoutput-filter): Fix last change.
33927
33928 2005-03-29 Lute Kamstra <lute@gnu.org>
33929
33930 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
33931 functions and compiled macros.
33932 (debug-convert-byte-code): Handle macros too.
33933 (debug-on-entry-1): Don't signal an error when trying to clear a
33934 function that is not set to debug on entry.
33935
33936 2005-03-29 Jay Belanger <belanger@truman.edu>
33937
33938 * calc/calc-lang.el: Add functions to math-function-table
33939 properties of tex and math.
33940
33941 2005-03-29 Kenichi Handa <handa@m17n.org>
33942
33943 * ps-mule.el (ps-mule-plot-string): Translate characters by
33944 ps-print-translation-table.
33945 (ps-mule-begin-job): Call find-charset-region/string with
33946 ps-print-translation-table.
33947 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
33948
33949 * ps-print.el (ps-print-translation-table): New variable.
33950 (ps-plot-region): Translate characters by ps-print-translation-table.
33951
33952 2005-03-29 Juri Linkov <juri@jurta.org>
33953
33954 * simple.el (next-error-highlight-timer): New variable.
33955
33956 * progmodes/compile.el (compilation-goto-locus):
33957 Use `next-error-highlight-timer' instead of `sit-for'.
33958
33959 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
33960
33961 * mail/supercite.el (sc-mail-field): Use assoc-string.
33962 (sc-get-address): Simplify regexps.
33963
33964 * files.el (minibuffer-with-setup-hook): New macro.
33965 (find-file-read-args): Use it to avoid let-binding
33966 minibuffer-with-setup-hook (which breaks turning on/off
33967 file-name-shadow-mode while in the prompt).
33968
33969 * complete.el (PC-read-include-file-name-internal):
33970 Use test-completion.
33971
33972 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
33973
33974 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
33975
33976 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
33977
33978 * window.el (window-buffer-height): Use count-screen-lines.
33979
33980 * progmodes/python.el (python-preoutput-leftover): New var.
33981 (python-preoutput-filter): Use it.
33982 (python-send-receive): Loop until all the result has been received.
33983
33984 2005-03-28 Juri Linkov <juri@jurta.org>
33985
33986 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
33987
33988 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
33989 "Recover Crashed Session".
33990 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
33991 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
33992 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
33993 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
33994 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
33995 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
33996 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
33997 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
33998
33999 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
34000 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
34001 Ediff Sessions", "Toggle use of separate control buffer frame",
34002 "Use separate frame for Ediff control buffer".
34003
34004 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
34005 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
34006 "Rename Bookmark", "Delete Bookmark".
34007
34008 * info.el (Info-mode-menu): Remove ellipsis from "Index".
34009 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
34010 Add `:active Info-index-alternatives' to "Next Matching Item".
34011
34012 * wdired.el (wdired-change-to-wdired-mode):
34013 Mention `wdired-abort-changes' key in the initial message.
34014
34015 * international/mule.el (auto-coding-alist): Associate non-ascii
34016 image filename extensions with `no-conversion'.
34017
34018 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
34019
34020 * international/iso-acc.el:
34021 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
34022
34023 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
34024
34025 * textmodes/sgml-mode.el (html-mode): Doc update.
34026
34027 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
34028
34029 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
34030
34031 * term.el (term-move-columns): Fix face after extending a line.
34032 (term-insert-spaces): Likewise.
34033 (term-reset-terminal): Fix off by one error.
34034
34035 2005-03-26 Eli Zaretskii <eliz@gnu.org>
34036
34037 * international/mule.el (auto-coding-alist): Add .xpi files.
34038
34039 * files.el (auto-mode-alist): Add .xpi files.
34040
34041 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
34042
34043 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
34044
34045 2005-03-26 Eli Zaretskii <eliz@gnu.org>
34046
34047 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
34048
34049 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
34050
34051 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
34052 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
34053
34054 * calendar/cal-move.el (calendar-beginning-of-year): Move the
34055 cursor to Jan 1 when needed.
34056 (calendar-end-of-year): Fix -/+ typo.
34057 Reported by Chong Yidong <cyd@stupidchicken.com>.
34058
34059 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
34060
34061 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
34062
34063 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
34064 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
34065
34066 2005-03-25 Richard M. Stallman <rms@gnu.org>
34067
34068 * filesets.el (filesets-init): Add autoload.
34069
34070 * mail/mailalias.el (mail-directory): Doc fix.
34071
34072 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
34073
34074 * mail/mailalias.el (mail-directory-process): Do nothing if
34075 mail-directory-process is an atom.
34076 (mail-get-names): Ignore mail-directory-names if it is an atom.
34077 (mail-directory-process defvar): Doc fix.
34078 (mail-names): Doc fix.
34079
34080 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
34081
34082 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
34083
34084 2005-03-26 Kenichi Handa <handa@m17n.org>
34085
34086 * international/mule-util.el (detect-coding-with-priority):
34087 Call update-coding-systems-internal before detect-coding-region.
34088
34089 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
34090
34091 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
34092 (gdb-frames-mode-map): Add follow-link property.
34093
34094 2005-03-25 Jay Belanger <belanger@truman.edu>
34095
34096 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
34097 for variables.
34098
34099 2005-03-25 Juri Linkov <juri@jurta.org>
34100
34101 * image-mode.el: Optimize image filename extension regexps in
34102 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
34103 in `auto-mode-alist'.
34104 (image-mode): Add `image-toggle-display-text' to local hook
34105 `change-major-mode-hook'. Display the image as an image by
34106 default. Set `cursor-type' and `truncate-lines' if the image
34107 is already displayed. Take into account the current mode (image
34108 or text) in message.
34109 (image-minor-mode): New minor mode.
34110 (image-mode-maybe, image-toggle-display-text): New functions.
34111 (image-toggle-display): Use called-interactively-p.
34112 Let-bind `inhibit-read-only' to t.
34113
34114 * image-mode.el (image-minor-mode): Set `cursor-type' and
34115 `truncate-lines' if the image is already displayed. Add turning
34116 image-minor-mode off to `change-major-mode-hook'. Add message.
34117 Call `image-toggle-display-text' after turning image-minor-mode off.
34118
34119 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
34120
34121 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
34122 Terminal.app, use utf-8.
34123 (set-display-table-and-terminal-coding-system): Add coding-system arg.
34124 (set-locale-environment): Use it.
34125
34126 * term/xterm.el: Undo last change, better done in mule-cmds.el.
34127
34128 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
34129
34130 * progmodes/python.el (python-close-block-statement-p)
34131 (python-outdent-p, python-current-defun): Use symbol-end.
34132
34133 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
34134
34135 * files.el (save-some-buffers): Doc fix.
34136
34137 2005-03-25 Werner Lemberg <wl@gnu.org>
34138
34139 * complete.el, thumbs.el: Replace `legal' with `valid'.
34140 * calendar/calendar.el: Replace `legal' with `valid'.
34141 * emacs-lisp/advice.el: Replace `legal' with `valid'.
34142 * mail/supercite.el: Replace `legal' with `valid'.
34143 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
34144 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
34145 Replace `legal' with `valid'.
34146 * textmodes/reftex-vars.el, textmodes/reftex.el:
34147 Replace `legal' with `valid'.
34148
34149 2005-03-25 Werner Lemberg <wl@gnu.org>
34150
34151 * calc/calc-forms.el, calc/calc-sel.el
34152 * midnight.el, vc-cvs.el
34153 * emacs-lisp/cl-macs.el
34154 * emulation/vip.el
34155 * eshell/esh-io.el, eshell/esh-var.el
34156 * mail/supercite.el
34157 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
34158 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
34159 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
34160 * progmodes/sh-script.el, progmodes/xscheme.el
34161 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
34162 * textmodes/reftex-index.el, textmodes/reftex-parse.el
34163 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
34164 * textmodes/reftex.el, textmodes/org.el:
34165 Replace `illegal' with `invalid'.
34166
34167 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34168
34169 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
34170 (flymake-find-buildfile, flymake-find-possible-master-files)
34171 (flymake-check-include, flymake-parse-line): Replace loops over the
34172 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
34173
34174 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
34175 Substitute file-name-as-directory in the rest of the file.
34176 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
34177 (flymake-replace-region): Remove unused arg `buffer'.
34178 (flymake-check-patch-master-file-buffer): Update calls to it.
34179 (flymake-add-err-info): Remove unused var `count'.
34180 (flymake-mode): Use define-minor-mode.
34181
34182 * progmodes/flymake.el: Use with-current-buffer.
34183 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
34184 flymake-replace-regexp-in-string, flymake-line-beginning-position)
34185 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
34186 Avoid testing for `xemacs'.
34187 (flymake-nop): Move.
34188 (flymake-region-has-flymake-overlays): Return the computed value.
34189 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
34190 Remove unused var `endline'.
34191 (flymake-get-line-count): Remove unused function.
34192 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
34193
34194 * emulation/vi.el:
34195 * generic.el:
34196 * hilit-chg.el (global-highlight-changes):
34197 * hi-lock.el (hi-lock-mode):
34198 * follow.el: find-file-hooks -> find-file-hook.
34199
34200 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
34201
34202 2005-03-24 Juri Linkov <juri@jurta.org>
34203
34204 * dired.el (dired-mode-map): Add menu item "Compare directories"
34205 for dired-compare-directories.
34206
34207 * dired-aux.el (dired-compare-directories): Add autoload cookie.
34208 Doc fix. Replace `read-file-name' with `read-directory-name'.
34209
34210 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34211
34212 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
34213
34214 2005-03-24 Jay Belanger <belanger@truman.edu>
34215
34216 * calc/calc-embed.el (calc-embedded-mode-change): Save all
34217 relevant mode settings in calc-embedded-original-modes when modes
34218 are permanently changed.
34219
34220 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34221
34222 * autoinsert.el: find-file-hooks -> find-file-hook.
34223
34224 2005-03-24 Lute Kamstra <lute@gnu.org>
34225
34226 * generic.el (generic-font-lock-defaults): Make it obsolete.
34227 (generic-font-lock-keywords): New variable to replace
34228 generic-font-lock-defaults.
34229 (generic-mode-set-font-lock): Delete it.
34230 (generic-mode-internal): Don't call generic-mode-set-font-lock.
34231 (generic-bracket-support): Add docstring.
34232
34233 * generic-x.el: Rename generic-font-lock-defaults to
34234 generic-font-lock-keywords throughout.
34235 (mailagent-rules-setup-function): Delete it.
34236 (mailagent-rules-generic-mode): Use anonymous function instead.
34237 (show-tabs-generic-mode-font-lock-defaults-1)
34238 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
34239 Quote faces.
34240 (show-tabs-tab-face, show-tabs-space-face): Specify background,
34241 not foreground.
34242
34243 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
34244 Recognize define-generic-mode.
34245
34246 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
34247
34248 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
34249 if there's no completion table.
34250
34251 2005-03-23 Miles Bader <miles@gnu.org>
34252
34253 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34254 Remove tty-specific variants, as they're no longer needed.
34255
34256 2005-03-23 Lute Kamstra <lute@gnu.org>
34257
34258 * generic-x.el: Code cleanup: make args constant whenever possible.
34259 (installshield-statement-keyword-list)
34260 (installshield-system-functions-list)
34261 (installshield-system-variables-list, installshield-types-list)
34262 (installshield-funarg-constants-list): Make them constants.
34263
34264 * generic.el (generic-make-keywords-list): Add autoload cookie.
34265
34266 * calendar/time-date.el: Add comment on time value formats.
34267 Don't require parse-time.
34268 (with-decoded-time-value): New macro.
34269 (encode-time-value): New function.
34270 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
34271 (days-to-time): Return a valid time value when arg is huge.
34272 (time-since): Use time-subtract.
34273 (time-to-number-of-days): Use time-to-seconds.
34274
34275 2005-03-23 David Ponce <david@dponce.com>
34276
34277 * recentf.el (recentf-keep): New option.
34278 (recentf-menu-action): Default to `find-file'.
34279 (recentf-keep-non-readable-files-flag)
34280 (recentf-keep-non-readable-files-p)
34281 (recentf-file-readable-p, recentf-find-file)
34282 (recentf-cleanup-remote): Remove.
34283 (recentf-include-p): More robust.
34284 (recentf-keep-p): New function.
34285 (recentf-remove-if-non-kept): Rename from
34286 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
34287 All callers updated.
34288 (recentf-menu-items-for-commands): Fix help string.
34289 (recentf-track-closed-file): Update. Doc fix.
34290 (recentf-cleanup): Update. Count removed files. Doc fix.
34291
34292 2005-03-23 Kim F. Storm <storm@cua.dk>
34293
34294 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34295 Don't inherit from fringe face (now happens automatically).
34296
34297 2005-03-22 Kim F. Storm <storm@cua.dk>
34298
34299 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
34300 position values.
34301
34302 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
34303
34304 * menu-bar.el (showhide-date-time): Remove.
34305 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
34306 (menu-bar-make-mm-toggle): Simplify.
34307
34308 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34309
34310 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
34311 Accept qualified variable and function names.
34312
34313 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
34314
34315 * bindings.el (completion-ignored-extensions):
34316 Remove ".lis" for `vax-vms'.
34317
34318 2005-03-22 Andreas Schwab <schwab@suse.de>
34319
34320 * generic-x.el: Revert last change.
34321 * ldefs-boot.el: Update.
34322
34323 2005-03-22 Jay Belanger <belanger@truman.edu>
34324
34325 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
34326 (calc-embedded-save-original-modes)
34327 (calc-embedded-restore-original-modes): New functions.
34328 (calc-do-embedded): Save original modes when entering embedded mode
34329 and restore when leaving embedded mode.
34330 (calc-embedded-modes-change): Change the value of
34331 calc-embedded-original-modes to reflect permanent changes.
34332
34333 2005-03-22 Lute Kamstra <lute@gnu.org>
34334
34335 * generic-x.el: Require generic again.
34336
34337 2005-03-22 Miles Bader <miles@gnu.org>
34338
34339 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34340 Tweak details to look good on both ttys and bitmap displays, light
34341 or dark background, etc.
34342
34343 2005-03-21 Kim F. Storm <storm@cua.dk>
34344
34345 * tooltip.el (tooltip-show-help-function): Check car and cdr of
34346 mouse position.
34347
34348 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
34349
34350 * icomplete.el: Don't forcibly turn on the mode upon load.
34351 (icomplete-mode): Use define-minor-mode.
34352 (icomplete-eoinput): Default to nil.
34353 (icomplete-minibuffer-setup): Remove autoload.
34354 (icomplete-tidy): Simplify.
34355 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
34356 in the initial state or if the user has modified the field.
34357 Fix handling of icomplete-max-delay-chars.
34358 Remove code that handles the oddball case where
34359 minibuffer-completion-table is an integer.
34360 Wrap icomplete-completions in while-no-input in case building
34361 completions takes more time than expected.
34362 (icomplete-completions): Simplify.
34363
34364 2005-03-21 Richard M. Stallman <rms@gnu.org>
34365
34366 * jka-compr.el (jka-compr-really-do-compress):
34367 Make variable buffer-local.
34368
34369 * image-mode.el: Handle .xpm files too.
34370 (image-toggle-display): Preserve modification flag.
34371
34372 * help.el (where-is): Don't mention aliases with no key bindings.
34373
34374 2005-03-21 Lute Kamstra <lute@gnu.org>
34375
34376 * generic.el: Fix commentary section. Don't require cl for
34377 compilation.
34378 (generic-mode-list): Add autoload cookie.
34379 (generic-use-find-file-hook, generic-lines-to-scan)
34380 (generic-find-file-regexp, generic-ignore-files-regexp)
34381 (generic-mode, generic-mode-find-file-hook)
34382 (generic-mode-ini-file-find-file-hook): Fix docstrings.
34383 (define-generic-mode): Make it a defmacro. Fix docstring.
34384 (generic-mode-internal): Code cleanup. Add autoload cookie.
34385 (generic-mode-set-comments): Code cleanup.
34386 * generic-x.el: Don't prevent compilation. Don't require generic.
34387 Follow coding conventions. Minor code cleanup.
34388 (etc-fstab-generic-mode): Add some keywords.
34389 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
34390 define-generic-mode like a function declaration.
34391
34392 2005-03-21 Jay Belanger <belanger@truman.edu>
34393
34394 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
34395 changing modes.
34396
34397 2005-03-21 Sam Steingold <sds@gnu.org>
34398
34399 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
34400
34401 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
34402
34403 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
34404 Add underscore to "f$ lexicals" regexp.
34405
34406 2005-03-20 Juri Linkov <juri@jurta.org>
34407
34408 * subr.el (progress-reporter-do-update): When `min-value' is equal
34409 to `max-value', set `percentage' to 0 and prevent division by zero.
34410
34411 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
34412
34413 Sync with Tramp 2.0.48.
34414
34415 * net/tramp.el (all): Change all addresses to .gnu.org.
34416 (tramp-append-tramp-buffers): New defun.
34417 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
34418 Catch `dont-send' signal.
34419 (tramp-set-auto-save-file-modes): Set always permissions, because
34420 there might be an old auto-saved file belonging to another
34421 original file. This could be a security threat. Reported by
34422 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
34423 Check for Emacs 21.3.50 removed.
34424
34425 * net/tramp-smb.el (all): Remove debug construct for
34426 `with-parsed-tramp-file-name'.
34427 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
34428 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
34429 No error message if DIRECTORY or FILENAME doesn't exist.
34430 (tramp-smb-open-connection): Check existence of
34431 `tramp-smb-program'.
34432
34433 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
34434
34435 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
34436 Properly handle the case where the `m' or `s' command's argument is not
34437 yet terminated.
34438 (perl-indent-new-calculate): New function.
34439 (perl-indent-line): Use it.
34440
34441 2005-03-20 Miles Bader <miles@gnu.org>
34442
34443 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
34444 in text-mode too. Change to new face names.
34445 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
34446 Add `:weight bold' attribute.
34447 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
34448
34449 2005-03-19 Juri Linkov <juri@jurta.org>
34450
34451 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
34452
34453 * international/mule.el (auto-coding-alist): Sync with
34454 `auto-mode-alist' by adding upper case archive file extensions
34455 and adding ear/war to jar extension.
34456
34457 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
34458
34459 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
34460 running, restart it.
34461
34462 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
34463
34464 * finder.el (finder-current-item): Throw an error on an empty line.
34465
34466 * man.el (Man-follow-manual-reference): If current-word returns
34467 nil, use "".
34468
34469 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
34470
34471 * simple.el (goto-line): Doc fix.
34472
34473 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
34474
34475 * files.el (save-buffer): Doc fix.
34476
34477 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
34478
34479 * recentf.el (recentf-cleanup-remote): New variable.
34480 (recentf-cleanup): Use it to conditionally check availability of
34481 remote files.
34482
34483 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
34484
34485 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
34486 function names.
34487
34488 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34489
34490 * language/thai-word.el: New file.
34491
34492 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34493
34494 * files.el (backup-buffer): If the file's directory is not
34495 writable, use copy instead of move to backup the file.
34496
34497 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34498
34499 * obsolete/keyswap.el: Moved to obsolete/ from term/.
34500
34501 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
34502
34503 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
34504 Use functionp instead of symbolp and fboundp. Reported by Drkm
34505 <darkman_spam@yahoo.fr>.
34506 (ps-print-version): New version 6.6.6.
34507
34508 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
34509
34510 * textmodes/table.el (table--line-column-position): New idiom.
34511 (table--row-column-insertion-point-p): New function to test
34512 validity of row and column insertion operation at a location.
34513 (table-global-menu, table-cell-menu): Use above functions for
34514 deterministic test operation.
34515 (table--editable-cell-p): Behave in deterministic fashion.
34516
34517 2005-03-18 Juri Linkov <juri@jurta.org>
34518
34519 * isearch.el (isearch-lazy-highlight-new-loop):
34520 Make arguments beg and end optional.
34521 (isearch-update): Remove optional arguments nil from
34522 isearch-lazy-highlight-new-loop.
34523 (isearch-lazy-highlight-search): Let-bind case-fold-search to
34524 isearch-lazy-highlight-case-fold-search instead of
34525 isearch-case-fold-search, and let-bind isearch-regexp to
34526 isearch-lazy-highlight-regexp.
34527 Use isearch-lazy-highlight-last-string instead of isearch-string.
34528
34529 * replace.el (perform-replace): Remove bindings of global
34530 variables isearch-string, isearch-regexp, isearch-case-fold-search.
34531 Add three new arguments to `replace-highlight'.
34532 (replace-highlight): Add arguments string, regexp, case-fold.
34533 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
34534 to allow isearch-lazy-highlight-new-loop to use these values
34535 to set corresponding isearch-lazy-highlight-* internal
34536 variables whose values lazy highlighting will use regardless of
34537 changes to global variables isearch-string, isearch-regexp,
34538 isearch-case-fold-search during lazy highlighting loop.
34539 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
34540 to `lazy-highlight-cleanup'.
34541
34542 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
34543 (ispell-highlight-face): Set default face to `isearch' when
34544 lazy highlighting is enabled.
34545 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
34546 priority to 1. Add lazy highlighting.
34547 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
34548 from `isearch-dehighlight'.
34549
34550 2005-03-18 David Ponce <david@dponce.com>
34551
34552 * files.el (hack-local-variables): Do a case-insensitive search
34553 for End.
34554
34555 2005-03-18 Juri Linkov <juri@jurta.org>
34556
34557 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
34558 `isearch-lazy-highlight-cleanup', add alias to old name and
34559 declare obsolete. Add release numbers to other obsolete vars.
34560 (isearch-done, isearch-lazy-highlight-new-loop):
34561 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
34562 (lazy-highlight-cleanup) <variable>: Doc fix.
34563 (isearch-lazy-highlight-update): Rename obsolete
34564 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
34565
34566 2005-03-18 Kenichi Handa <handa@m17n.org>
34567
34568 * language/thai-util.el: Fix categorization of Thai characters in
34569 thai-category-table.
34570 (thai-composition-pattern): Adjust it for the above change.
34571 (thai-self-insert-command, thai-compose-syllable): New functions.
34572 (thai-compose-region): Use thai-compose-syllable.
34573 (thai-compose-string): Likewise.
34574 (thai-composition-function): Likewise.
34575 (thai-auto-composition): New function.
34576 (thai-auto-composition-mode): New minor mode.
34577
34578 * language/thai.el: Fix patterns to be registered in
34579 composition-function-table.
34580
34581 * international/quail.el (quail-input-method): Locally bind
34582 inhibit-modification-hooks to t.
34583
34584 2005-03-17 Richard M. Stallman <rms@gnu.org>
34585
34586 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
34587 (perl-mode): Use run-mode-hooks.
34588
34589 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
34590 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
34591 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
34592
34593 * mail/sendmail.el (sendmail-send-it): Reenable the code
34594 to compute resend-to-address and use it.
34595
34596 * tar-mode.el (tar-mode): Turn off undo unconditionally.
34597
34598 * image-mode.el: New file.
34599
34600 * image.el (insert-sliced-image): Add autoload cookie.
34601
34602 * font-lock.el (font-lock-lines-before): New user option.
34603 (font-lock-after-change-function): Obey it.
34604
34605 * bindings.el (esc-map): Make M-g a prefix.
34606 Bind M-g g and M-g M-g to goto-line.
34607
34608 * faces.el (face-id): Doc fix.
34609
34610 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
34611
34612 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
34613 (rmail-show-message): Use rmail-unknown-mail-followup-to.
34614 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
34615
34616 * mail/sendmail.el (mail-yank-ignored-headers)
34617 (mail-font-lock-keywords, mail-mode-fill-paragraph):
34618 Add Mail-Followup-To and Mail-Reply-To headers.
34619 (mail-citation-hook): Add autoload cookie.
34620 (mail-mode): Doc fix.
34621 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
34622 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
34623 (mail-mode-fill-paragraph): Handle those headers.
34624 (mail-mailing-lists): New variable.
34625 (mail-mail-reply-to, mail-mail-followup-to): New functions.
34626
34627 2005-03-17 Juri Linkov <juri@jurta.org>
34628
34629 * isearch.el (isearch-fallback): Check for `(car previous)'
34630 before calling `isearch-other-end-state'.
34631
34632 2005-03-17 Kim F. Storm <storm@cua.dk>
34633
34634 * simple.el (move-beginning-of-line): Move to beginning of buffer
34635 line, as well as beginning of screen line.
34636
34637 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
34638
34639 * calendar/diary-lib.el (mark-diary-entries): Use new optional
34640 argument REDRAW rather than calendar-redrawing variable.
34641 * calendar/calendar.el (calendar-redrawing): Delete.
34642 (redraw-calendar): Do not bind calendar-redrawing.
34643
34644 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
34645
34646 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
34647 diary-file buffer.
34648
34649 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
34650
34651 * help.el (describe-mode): Allow a :minor-mode-function property to
34652 specify a different minor mode toggle function than the variable.
34653 * simple.el (auto-fill-function):
34654 * subr.el (add-minor-mode): Use it.
34655
34656 2005-03-16 Kenichi Handa <handa@m17n.org>
34657
34658 * language/ethio-util.el (sera-being-called-by-w3): New variable.
34659 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
34660 (ethio-fidel-to-sera-buffer): Likewise.
34661
34662 2005-03-16 Juri Linkov <juri@jurta.org>
34663
34664 * emacs-lisp/find-func.el (find-function-regexp):
34665 Add defun-emitting macro `menu-bar-make-toggle'.
34666
34667 * isearch.el: Put `isearch-scroll' property to
34668 `split-window-horizontally'.
34669
34670 * info.el: Update error messages for `debug-ignored-errors'.
34671 (Info-isearch-search): Doc fix.
34672 (Info-find-node): Move up code to go into info buffer before
34673 recording the node to the history.
34674 (Info-fontify-node): Fontify titles only if the next line
34675 has two or more `*', `=', `-', `.'.
34676 Display "go to this node" for empty (match-string 3).
34677
34678 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34679
34680 * term/mac-win.el: Add mouse pointer shape constants.
34681
34682 2005-03-15 Kim F. Storm <storm@cua.dk>
34683
34684 * simple.el (move-beginning-of-line): Use vertical-motion.
34685
34686 2005-03-15 Juri Linkov <juri@jurta.org>
34687
34688 * isearch.el (isearch-error): New variable.
34689 (isearch-invalid-regexp, isearch-within-brackets): Remove.
34690 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
34691 (isearch-within-brackets-state): Remove.
34692 (isearch-case-fold-search-state, isearch-pop-fun-state):
34693 Decrease frame index.
34694 (isearch-mode, isearch-top-state, isearch-push-state)
34695 (isearch-edit-string, isearch-abort, isearch-search-and-update)
34696 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
34697 (isearch-search, isearch-lazy-highlight-new-loop):
34698 Replace `isearch-invalid-regexp' with `isearch-error'.
34699 Remove `isearch-within-brackets'.
34700 (isearch-search): Add `search-failed' handler to `condition-case'.
34701 (isearch-lazy-highlight-search): Add `condition-case' to catch
34702 errors and allow `isearch-lazy-highlight-update' to try
34703 highlighting from the beginning of the window.
34704 (isearch-repeat): Move up code to set isearch-wrapped to t
34705 before calling isearch-wrap-function.
34706
34707 * info.el (Info-isearch-initial-node): New internal variable.
34708 (Info-search): Signal an error in isearch mode when search leaves
34709 the initial node. Signal an error when `bound' is non-nil and
34710 nothing was found in the current subfile.
34711 (Info-isearch-search): Remove `condition-case'.
34712 (Info-isearch-wrap): Don't wrap when search failed during leaving
34713 the initial node. If `Info-isearch-search' is nil, wrap around
34714 the current node.
34715 (Info-isearch-start): New fun.
34716 (Info-mode): Add buffer-local hook `Info-isearch-start' to
34717 `isearch-mode-hook'.
34718
34719 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34720
34721 * simple.el (normal-erase-is-backspace): Set default to t if
34722 running on Mac.
34723
34724 * term/mac-win.el (function-key-map): Sync with x-win.el.
34725
34726 2005-03-15 Kenichi Handa <handa@m17n.org>
34727
34728 * international/mule-cmds.el (locale-language-names): Modify the
34729 format of elements and add more entries.
34730 (locale-preferred-coding-systems): Add more entries.
34731 (set-locale-environment): Adjust for the change of
34732 locale-language-names.
34733
34734 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
34735
34736 * pcvs.el (smerge-ediff): Remove bogus autoload.
34737
34738 2005-03-14 Lute Kamstra <lute@gnu.org>
34739
34740 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
34741 Ignore a `*' at the beginning of a line.
34742
34743 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
34744 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
34745 subr.el.
34746 (dont-compile, eval-when-compile, eval-and-compile): Use declare
34747 to specify indentation.
34748
34749 * generic.el (define-generic-mode): Let generic-mode-list be a
34750 list of strings; test membership with equal.
34751
34752 2005-03-14 Kim F. Storm <storm@cua.dk>
34753
34754 * simple.el (next-line, previous-line): Add optional try-vscroll
34755 arg to recognize interactive use. Pass it on to line-move.
34756 (line-move): Don't perform auto-window-vscroll when defining or
34757 executing keyboard macro to ensure consistent behavior.
34758
34759 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
34760
34761 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
34762
34763 2005-03-13 Lute Kamstra <lute@gnu.org>
34764
34765 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
34766 debugger-setup-buffer so that backtrace marks the frames set to
34767 debug-on-exit and we don't have to do it manually. Set an extra
34768 debug-on-exit for macro's.
34769 (debugger-setup-buffer): Don't mark the top frame manually.
34770
34771 2005-03-12 Lute Kamstra <lute@gnu.org>
34772
34773 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
34774 lisp-indent-function throughout.
34775 (with-no-warnings): Set lisp-indent-function property.
34776
34777 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
34778
34779 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
34780 Add entry for backslash.
34781
34782 2005-03-12 Juri Linkov <juri@jurta.org>
34783
34784 * info.el (Info-search): Four fixes for backward search.
34785
34786 2005-03-11 Jay Belanger <belanger@truman.edu>
34787
34788 * calc/calc.el (calc-language-alist): New variable.
34789 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
34790 (calc-embedded-find-modes): Use calc-language-alist instead of
34791 calc-embedded-language-alist.
34792
34793 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
34794
34795 * calendar/calendar.el (calendar-redrawing): New internal
34796 variable.
34797 (redraw-calendar): Remove bogus save-excursion from previous
34798 change. Bind calendar-redrawing to t for mark-diary-entries.
34799 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
34800 calendar if that is why we were called.
34801
34802 2005-03-11 Kenichi Handa <handa@m17n.org>
34803
34804 * international/mule.el (make-coding-system): Set property
34805 coding-system-define-form to nil.
34806 (define-coding-system-alias): Likewise.
34807
34808 2005-03-11 Kenichi Handa <handa@m17n.org>
34809
34810 These changes are suggested by Dave Love <fx@gnu.org>.
34811
34812 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
34813 coding: tag.
34814 (adaptive-fill-regexp): Add more bullets.
34815 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
34816 regexps.
34817
34818 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
34819
34820 * help.el (describe-mode): Properly handle non-trivial lighters.
34821 Don't ignore minor modes that are not listed in minor-mode-list.
34822
34823 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
34824 feature ON when the user requests to turn it OFF.
34825
34826 2005-03-10 Lute Kamstra <lute@gnu.org>
34827
34828 * emacs-lisp/debug.el (debug-entry-code): Delete it.
34829 (implement-debug-on-entry): New function to replace debug-entry-code.
34830 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
34831 second argument as the 2005-03-07 change makes it obsolete.
34832 (debug-on-entry, cancel-debug-on-entry): Update call to
34833 debug-on-entry-1.
34834 (debug, debugger-setup-buffer): Comment update.
34835 (debugger-frame-number): Update to work with implement-debug-on-entry.
34836
34837 2005-03-10 Jay Belanger <belanger@truman.edu>
34838
34839 * calc/calc-embed.el (math-ms-args): Declare it.
34840 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
34841 math-ms-args.
34842 (calc-embedded-subst): Use math-multi-subst-rec to substitute
34843 variables.
34844
34845 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
34846
34847 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
34848 Use message-box.
34849
34850 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
34851 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
34852 (tooltip-gud-tips): Simplify.
34853 (tooltip-gud-tips-p): Remove superfluous :set.
34854 (tooltip-gud-modes): Add fortran-mode.
34855 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
34856
34857 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
34858
34859 2005-03-09 Kim F. Storm <storm@cua.dk>
34860
34861 * play/animate.el (animate-place-char): Use forward-line instead
34862 of next-line to improve performance.
34863
34864 2005-03-09 Simon Josefsson <jas@extundo.com>
34865
34866 * net/browse-url.el (browse-url-default-browser): Doc fix.
34867
34868 2005-03-09 Miles Bader <miles@gnu.org>
34869
34870 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
34871 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
34872
34873 2005-03-09 Kenichi Handa <handa@m17n.org>
34874
34875 * international/latin-1.el: Set case and syntax for 255 only if
34876 set-case-syntax-set-multibyte is nil.
34877
34878 * textmodes/ispell.el (ispell-insert-word): New function.
34879 (ispell-word): Use ispell-insert-word to insert a new word.
34880 (ispell-process-line): Likewise.
34881 (ispell-complete-word): Likewise.
34882
34883 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
34884
34885 * calendar/calendar.el (redraw-calendar): Preserve point.
34886 Reported by Matt Hodges <MPHodges@member.fsf.org>.
34887 (calendar-week-start-day): Move after definition of
34888 redraw-calendar. Delete buffer test, since redraw-calendar has
34889 that now.
34890
34891 * calendar/diary-lib.el (mark-diary-entries): Only call
34892 redraw-calendar in the first of any recursive calls.
34893 Reported by Alan Shutko <ats@acm.org>.
34894
34895 2005-03-08 Juri Linkov <juri@jurta.org>
34896
34897 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
34898 (html-horizontal-rule, html-line, html-image, html-checkboxes)
34899 (html-radio-buttons): Add a space before the trailing `/>' where
34900 sgml-xml-mode is non-nil.
34901 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
34902 the subsequent tag of the empty XML tag.
34903 (html-href-anchor): Don't set initial input to "http:".
34904 (html-image): Ask for the image URL and set point inside alt="".
34905 (html-name-anchor): Duplicate the name in the `id' attribute when
34906 sgml-xml-mode is non-nil.
34907 (html-paragraph): Remove \n before <p>.
34908 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
34909 instead of `checked' when sgml-xml-mode is non-nil.
34910
34911 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
34912 Remove 1 space before #RRGGBB to not truncate it on terminal
34913 windows w/o fringes. Remove 1 space between bg and fg examples
34914 to get more space.
34915 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
34916 avoid byte-compile warnings.
34917
34918 * image-file.el (image-file-handler): Put `safe-magic' property to
34919 `image-file-handler'.
34920
34921 * info.el (Info-isearch-search): Emulate word search in
34922 isearching through multiple Info nodes with Info-search.
34923 (Info-isearch-wrap): Allow isearch-word.
34924
34925 2005-03-08 Lute Kamstra <lute@gnu.org>
34926
34927 * emacs-lisp/debug.el (debugger-step-through): Make sure that
34928 stepping into the debugger's code is not possible.
34929 (debugger-jumping-flag): Docstring update.
34930
34931 2005-03-08 Jay Belanger <belanger@truman.edu>
34932
34933 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
34934 embedded mode begins.
34935 (calc-embedded-language-alist): New variable.
34936 (calc-embedded-find-modes): Use calc-embedded-language-alist to
34937 set default language mode.
34938
34939 2005-03-08 Kenichi Handa <handa@m17n.org>
34940
34941 * international/ccl.el (define-ccl-program): Fix docstring about
34942 extra 256 bytes assured for the output buffer.
34943
34944 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34945 Fix BUFFER_MAGNIFICATION to 2.
34946 (ccl-encode-mule-utf-16be-with-signature): Likewise.
34947
34948 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
34949
34950 * align.el (align-rules-list): Added an alignment rule for CSS
34951 declarations (applies to css-mode and html-mode buffers).
34952
34953 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
34954
34955 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
34956
34957 2005-03-07 Kim F. Storm <storm@cua.dk>
34958
34959 * simple.el (move-beginning-of-line): New command.
34960
34961 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
34962
34963 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
34964
34965 * emulation/cua-base.el: Put CUA move property on move-end-of-line
34966 and move-beginning-of-line.
34967
34968 * apropos.el (apropos-print): Omit command from M-x ... RET.
34969
34970 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
34971
34972 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
34973 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
34974
34975 2005-03-06 Richard M. Stallman <rms@gnu.org>
34976
34977 * bindings.el (esc-map): Bind M-g to goto-line.
34978
34979 * facemenu.el (global-map): Bind M-o, not M-g.
34980
34981 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34982
34983 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
34984 "Open Directory" as for "Open File".
34985
34986 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
34987
34988 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
34989 (push-mark-command): Run activate-mark-hook.
34990
34991 2005-03-06 Richard M. Stallman <rms@gnu.org>
34992
34993 * help-mode.el (help-mode-finish): Don't alter the element
34994 in view-return-to-alist if there already is one.
34995
34996 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
34997 make sure the current buffer is the expected one.
34998
34999 * novice.el (disabled-command-function): Output in *Disabled Command*.
35000 Explicitly ignore non-keyboard events, and explicitly handle C-g.
35001
35002 * textmodes/flyspell.el (flyspell-large-region):
35003 Pass args differently for aspell.
35004
35005 * files.el (mode-require-final-newline): Doc fix.
35006
35007 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
35008
35009 * progmodes/which-func.el (which-function):
35010 Specify NOERROR when calling imenu--make-index-alist.
35011
35012 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
35013
35014 * simple.el (normal-erase-is-backspace): Define default value.
35015
35016 * custom.el (custom-theme-set-variables): Remove unused var
35017 `immediate'.
35018 (custom-reevaluate-setting): Simple function to handle variables
35019 that are defined before their default value can really be
35020 computed.
35021
35022 * startup.el (command-line): Use it for temporary-file-directory,
35023 small-emporary-file-directory, auto-save-file-name-transforms,
35024 blink-cursor-mode, and normal-erase-is-backspace.
35025
35026 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
35027 progress, even with buggy anchored keywords.
35028
35029 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
35030
35031 * simple.el (goto-line): Remove unbalanced final parenthesis.
35032
35033 2005-03-05 Richard M. Stallman <rms@gnu.org>
35034
35035 * simple.el (goto-line): Use a number at point as the default.
35036 With C-u as arg, switch buffers.
35037
35038 2005-03-05 Juri Linkov <juri@jurta.org>
35039
35040 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
35041 with `no-blinking-cursor'.
35042
35043 * startup.el (no-blinking-cursor): New defvar.
35044 (command-line): Add `--no-blinking-cursor' to longopts.
35045 Set `no-blinking-cursor' to t for command line arguments
35046 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
35047 with `no-blinking-cursor' in the condition for calling
35048 `blink-cursor-mode'.
35049
35050 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
35051
35052 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
35053 (menu-bar-options-save): Add blink-cursor-mode.
35054 (menu-bar-options-menu): Add blink-cursor-mode.
35055
35056 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
35057
35058 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
35059 (icalendar-export-file, icalendar-export-region)
35060 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
35061 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
35062
35063 2005-03-04 Lute Kamstra <lute@gnu.org>
35064
35065 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
35066 (debug-function-list): Ditto.
35067
35068 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
35069
35070 * textmodes/texinfmt.el (texinfo-append-refill):
35071 Redefine the types of line to which @refill
35072 is not appended by replacing a search for `@refill\\|@bye' with
35073 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
35074 itemize@refill' bug and the unfilled long lines bug.
35075 (texinfmt-version): Update number and date.
35076
35077 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
35078
35079 * international/code-pages.el (windows-1250, windows-125[2-8])
35080 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
35081
35082 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
35083
35084 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
35085 bound yet.
35086
35087 2005-03-02 Romain Francoise <romain@orebokech.com>
35088
35089 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
35090 buffer after removing limits.
35091 (ibuffer-pop-filter): Ditto.
35092 Update copyright.
35093
35094 2005-03-02 Miles Bader <miles@gnu.org>
35095
35096 * button.el (make-text-button): If the user doesn't specify a
35097 type, use the default. Rewrite to use `add-text-properties' and
35098 plist functions.
35099
35100 2005-03-01 Lute Kamstra <lute@gnu.org>
35101
35102 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
35103 (debugger-jumping-flag): New var.
35104 (debug-entry-code): Use it.
35105 (debugger-jump): Use debugger-jumping-flag and add
35106 debugger-reenable to post-command-hook.
35107 (debugger-reenable): Use debugger-jumping-flag and remove itself
35108 from post-command-hook.
35109 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
35110 debugger-reenable.
35111
35112 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
35113
35114 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
35115 inclusion of "itemize\\|", which may be unnecessary, is certainly
35116 inelegant, and stops refilling in itemize lists when formatting
35117 Japanese Texinfo files to Info.
35118 Update copyright to 2005.
35119
35120 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
35121
35122 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
35123 of an error if GDB can't find the source file.
35124
35125 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
35126
35127 * calendar/calendar.el (redraw-calendar): Work from any buffer,
35128 not just the calendar.
35129
35130 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
35131 first.
35132 (diary-redraw-calendar): New function.
35133 (make-diary-entry): Add diary-redraw-calendar to local
35134 write-contents-functions. Turn off selective display before
35135 inserting in diary.
35136
35137 2005-03-01 Kim F. Storm <storm@cua.dk>
35138
35139 * emacs-lisp/copyright.el (copyright-fix-years): New command.
35140
35141 2005-03-01 Lute Kamstra <lute@gnu.org>
35142
35143 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
35144 that debug-entry-code can be safely removed from a function while
35145 this code is being evaluated. Revert the 2005-02-27 change as the
35146 new implementation no longer requires it. Make sure that a
35147 function body containing just a string is not mistaken for a docstring.
35148 (debug): Skip one more frame in case of debug on entry.
35149 (debugger-setup-buffer): Delete one more frame line in case of
35150 debug on entry.
35151 (debugger-frame-number): Update to use the new text introduced by
35152 the 1999-11-03 change. Skip one more frame in case of debug on entry.
35153
35154 2005-02-28 Kim F. Storm <storm@cua.dk>
35155
35156 * double.el (double-translate-key): Call force-window-update after
35157 read-event to avoid crash in redisplay.
35158
35159 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
35160
35161 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
35162 (debug): Use it. Move the inhibit-trace earlier.
35163 (debug-entry-code): New const.
35164 (debug-on-entry-1): Use it.
35165
35166 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
35167
35168 * international/utf-16.el (ccl-encode-mule-utf-16le):
35169 Fix BUFFER_MAGNIFICATION to 2.
35170 (ccl-encode-mule-utf-16be): Likewise.
35171
35172 2005-02-28 Kenichi Handa <handa@m17n.org>
35173
35174 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
35175 Fix BUFFER_MAGNIFICATION to 4.
35176 (ccl-encode-mule-utf-16be-with-signature): Likewise.
35177
35178 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
35179
35180 * speedbar.el (speedbar-update-flag): Doc fix.
35181 (speedbar-show-info-under-mouse): Give set-mouse-position the right
35182 argument.
35183
35184 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
35185
35186 * reveal.el (reveal-post-command): Don't try to reveal overlays which
35187 have a non-nil `invisible' property but are actually visible.
35188
35189 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
35190 for perldoc sections.
35191 (perl-outline-regexp, perl-outline-level): New var and function.
35192 (perl-mode): Use them.
35193
35194 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
35195
35196 * calendar/diary-lib.el (diary-remind): Discard any mark portion
35197 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
35198
35199 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
35200
35201 * cus-edit.el: Comment change.
35202 (custom-buffer-create-internal): Slightly reword text at top of
35203 Custom buffers. Mention there that saving an option edits the
35204 init file. Add link to Emacs manual node on `custom-file'.
35205 (custom-magic-alist): Rewrite individual State messages to use
35206 capitalized keywords. Doc fix.
35207
35208 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
35209
35210 * calendar/calendar.el (calendar-buffer): Move above
35211 calendar-week-start-day.
35212 (calendar-week-start-day): Doc fix. Add :set function.
35213 (calendar-minimum-window-height): New variable.
35214 (generate-calendar-window): Only resize window if selected-window
35215 is displaying the calendar buffer. Use new variable
35216 calendar-minimum-window-height.
35217 (generate-calendar): Reword error message.
35218 (calendar-mode-map): Bind DEL to scroll-other-window-down.
35219
35220 2005-02-27 Andreas Schwab <schwab@suse.de>
35221
35222 * vc.el (vc-do-command): Don't run command asynchronously when
35223 operating in a remote directory.
35224
35225 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
35226 change from sync with Tramp 2.0.47.
35227
35228 2005-02-27 Richard M. Stallman <rms@gnu.org>
35229
35230 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
35231
35232 * textmodes/flyspell.el (flyspell-mode-on):
35233 Call ispell-change-dictionary only if necessary.
35234
35235 * emacs-lisp/re-builder.el (regexp-builder): New function.
35236
35237 * register.el (describe-register-1): Explicitly handle
35238 yank-excluded-properties = t.
35239
35240 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
35241 (custom-magic-alist): Change the status descriptions again.
35242 (face widget-type): Total rewrite based on `restricted-sexp'
35243 to eliminate the confusing double hiding levels.
35244
35245 * emacs-lisp/debug.el (debug-on-entry-1):
35246 If function body is empty, add nil as body form.
35247
35248 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
35249
35250 * emacs-lisp/trace.el (inhibit-trace): New var.
35251 (trace-make-advice): Use it.
35252
35253 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
35254
35255 2005-02-26 Kim F. Storm <storm@cua.dk>
35256
35257 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
35258 (mouse-on-link-p, mouse-drag-region-1): Use it.
35259
35260 2005-02-25 Lute Kamstra <lute@gnu.org>
35261
35262 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
35263
35264 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
35265
35266 * frame.el (blink-cursor-mode): Add :group keyword.
35267
35268 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
35269
35270 * calendar/icalendar.el (icalendar--decode-isodatetime):
35271 New optional argument DAY-SHIFT.
35272 (icalendar-export-region): Fix coding-system-for-write.
35273 (icalendar--convert-ical-to-diary): Shift end-day of all-day
35274 events by one.
35275
35276 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
35277
35278 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
35279
35280 2005-02-24 Kim F. Storm <storm@cua.dk>
35281
35282 * international/iso-acc.el (iso-accents-compose): Fix crash
35283 during redisplay. Call force-window-update after read-event
35284 and delete-region to signal that window is not accurate.
35285
35286 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
35287
35288 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
35289 Remove unused and inexistent var `inhibit-trace'.
35290 (debugger-mode): Use run-mode-hooks.
35291 (debugger-list-functions): Add buttons; setup xref stack.
35292
35293 2005-02-23 Richard M. Stallman <rms@gnu.org>
35294
35295 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
35296 appointment says it was explicitly made.
35297 (appt-add): Set the 3rd element.
35298 (appt-make-list): Preserve explicit appointments.
35299
35300 * subr.el (find-tag-default): Catch errors in forward-sexp.
35301
35302 2005-02-23 Juri Linkov <juri@jurta.org>
35303
35304 * info.el (Info-isearch-search): New defcustom.
35305 (Info-isearch-search): Call the default isearch function
35306 when Info-isearch-search is nil.
35307 (Info-isearch-wrap): Use variable Info-isearch-search.
35308
35309 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
35310
35311 * cus-edit.el: Comment change.
35312
35313 2005-02-22 Kim F. Storm <storm@cua.dk>
35314
35315 * progmodes/hideif.el (hide-ifdef-use-define-alist):
35316 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
35317
35318 2005-02-22 Simon Josefsson <jas@extundo.com>
35319
35320 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
35321 New variable.
35322 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
35323 Oskarsson" <myrkraverk@users.sourceforget.net>.
35324
35325 2005-02-22 Kim F. Storm <storm@cua.dk>
35326
35327 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
35328 check that window of that event is the selected window.
35329 (mouse-drag-region-1): Compare mouse event window to selected
35330 window before setting point.
35331
35332 * tooltip.el (tooltip-show-help-function): Pass event to
35333 mouse-on-link-p so it can check selected window.
35334
35335 2005-02-22 Kenichi Handa <handa@m17n.org>
35336
35337 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
35338 (ps-mule-show-warning): New function.
35339 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
35340 characters are found.
35341
35342 * ps-print.el (ps-header-footer-string): Return a list of header
35343 and footer strings.
35344
35345 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
35346
35347 * pcvs.el (cvs-retrieve-revision): Fix thinko.
35348
35349 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
35350
35351 * frame.el (blink-cursor-mode): Use define-minor-mode.
35352
35353 * term/mac-win.el (function-key-map): Use char-names more consistently.
35354 (file-name-coding-system): Only set it for MacOS-9. The other case is
35355 already handled in mule-cmds.el (where it also works when mac-win.el
35356 is not used).
35357
35358 2005-02-21 Kenichi Handa <handa@m17n.org>
35359
35360 * international/mule.el (ctext-pre-write-conversion): Always use
35361 " *code-converting-work*" buffer for work.
35362
35363 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
35364
35365 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
35366
35367 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
35368
35369 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
35370
35371 * ses.el (undo-more): Restore defadvice, but only the part that
35372 allows changes outside the restricted area of the buffer.
35373
35374 2005-02-20 Kim F. Storm <storm@cua.dk>
35375
35376 * simple.el (line-move): Add fourth optional arg try-vscroll which
35377 must be set to perform auto-window-vscroll.
35378 When moving backwards and doing auto-window-vscroll, automatically
35379 vscroll to the last part of lines which are taller than the window.
35380 (next-line, previous-line): Set try-vscroll arg on line-move.
35381
35382 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
35383
35384 * replace.el (query-replace, query-replace-regexp)
35385 (replace-string, replace-regexp): When operating on region, make
35386 the minibuffer prompt say so.
35387
35388 * isearch.el (isearch-forward): Document isearch-query-replace and
35389 isearch-query-replace-regexp keybindings.
35390
35391 2005-02-19 Jay Belanger <belanger@truman.edu>
35392
35393 * calc/calc-aent.el (math-read-token): Add local variable.
35394
35395 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
35396 (calc-edit-top): Move declaration to earlier in file.
35397 (calc-edit-macro-repeats): Add local variables.
35398
35399 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
35400 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
35401 calcFunc-tanh.
35402 Adjust integration rule for calcFunc-tan.
35403
35404 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35405
35406 * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
35407 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
35408 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
35409 (viper-skip-separators): Bug fix.
35410 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
35411 particular major mode.
35412 (viper-del-backward-char-in-replace): Don't put deleted char on the
35413 kill ring.
35414
35415 * emulation/viper-ex.el (viper-color-display-p): New function.
35416 (viper-has-face-support-p): Use viper-color-display-p.
35417
35418 * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
35419
35420 * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
35421
35422 * emulation/viper-util.el (viper-glob-unix-files):
35423 Fix shell status check.
35424 (viper-file-remote-p): Make equivalent to file-remote-p.
35425
35426 * emulation/viper.el (viper-major-mode-modifier-list):
35427 Use viper-gnus-modifier-map.
35428
35429 2005-02-19 David Kastrup <dak@gnu.org>
35430
35431 * subr.el (subregexp-context-p): Fix garbled doc string by adding
35432 quoting.
35433
35434 2005-02-19 Jay Belanger <belanger@truman.edu>
35435
35436 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
35437 Remove extra definitions.
35438 (calc-coth): New function.
35439 (calcFunc-cot): Fix `let'.
35440
35441 2005-02-19 Eli Zaretskii <eliz@gnu.org>
35442
35443 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
35444 the reasons we use "type pc" in these faces.
35445
35446 * button.el (button): Ditto.
35447
35448 2005-02-19 Michael Mauger <mmaug@yahoo.com>
35449
35450 * replace.el (query-replace-read-from): Set the value of
35451 query-replace-from-history-variable to handle the case of an empty
35452 string entered to accept the suggested default.
35453
35454 * net/tramp.el (tramp-file-name-for-operation):
35455 Use dired-call-process instead of dired-call-process-command.
35456
35457 2005-02-19 Jay Belanger <belanger@truman.edu>
35458
35459 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
35460 (math-div-non-trig): New variables.
35461 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
35462 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
35463 (math-combine-prod, math-div-symb-fancy): Add simplifications for
35464 trig expressions.
35465
35466 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
35467
35468 * progmodes/gdb-ui.el (gdb-var-update-handler)
35469 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
35470 for watch expressions,
35471 (gdb-var-create-handler): Don't set speedbar-update-flag.
35472 (gdb-post-prompt): Simplify test for speedbar.
35473
35474 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35475
35476 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
35477 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
35478 we use the syntax table of the correct buffer.
35479 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
35480 Felix Gatzemeier.
35481
35482 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
35483 (ediff-file-remote-p): Make synonymous with file-remote-p.
35484 In all deffaces ediff-*-face-*, use min-colors.
35485
35486 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
35487 ediff-recurse-to-subdirectories.
35488 (ediff-mark-if-equal): Check that the arguments are strings, use
35489 ediff-same-contents (after to Felix Gatzemeier).
35490
35491 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
35492 nil.
35493
35494 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
35495
35496 * log-view.el (log-view-message-re): Fix up Subversion regexp.
35497
35498 2005-02-18 David Kastrup <dak@gnu.org>
35499
35500 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
35501 use `mark-active' when defined.
35502
35503 2005-02-18 Kenichi Handa <handa@m17n.org>
35504
35505 * ps-print.el (ps-font-info-database): New entry
35506 ZapfChancery-MediumItalic with correct font name. Fix font name
35507 of the entry Zapf-Chancery-MediumItalic.
35508
35509 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
35510
35511 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
35512
35513 2005-02-16 Kim F. Storm <storm@cua.dk>
35514
35515 * ido.el (ido-fallback-command): Pass user input to fallback command.
35516
35517 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
35518
35519 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
35520 (gdb-find-file-hook): Add server prefix.
35521
35522 2005-02-16 Richard M. Stallman <rms@gnu.org>
35523
35524 * replace.el (perform-replace): Pass new args to replace-highlight.
35525 (replace-highlight): Take region args,
35526 and pass them to isearch-lazy-highlight-new-loop.
35527
35528 * novice.el (disabled-command-hook): Autoload the defalias
35529 and the make-obsolete-variable call.
35530
35531 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
35532
35533 * isearch.el (isearch-lazy-highlight-start-limit)
35534 (isearch-lazy-highlight-end-limit): New variables limit
35535 the region for highlighting.
35536 (isearch-lazy-highlight-new-loop): New args BEG and END.
35537 (isearch-lazy-highlight-search): Use the new vars.
35538 (isearch-lazy-highlight-update): Likewise.
35539
35540 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
35541
35542 * cus-start.el (all): Use default-boundp.
35543
35544 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
35545
35546 * menu-bar.el (menu-bar-select-frame): Handle current frame.
35547
35548 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
35549
35550 * autorevert.el (auto-revert-stop-on-user-input)
35551 (auto-revert-verbose): Doc fixes.
35552
35553 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
35554
35555 * international/mule-cmds.el (set-locale-environment): Remove call
35556 to set-selection-coding-system on Windows.
35557
35558 2005-02-15 Jay Belanger <belanger@truman.edu>
35559
35560 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
35561 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
35562 calcFunc-coth.
35563 (math-simplify-sqrt): Add simplifications.
35564
35565 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
35566 to list.
35567
35568 * calc/calc-ext.el: Add functions to autoloads.
35569
35570 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
35571 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
35572 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
35573 (math-csc-raw, math-cot-raw): New functions.
35574
35575 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
35576
35577 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
35578 the variable name in a message.
35579
35580 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
35581 calcFunc-csc, calcFunc-cot.
35582
35583 * calc/calcalg2.el: Add derivative and integration rules for
35584 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
35585 calcFunc-csch, calcFunc-coth.
35586 (math-do-integral-methods): Add to checks for when to use
35587 substitutions.
35588
35589 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
35590
35591 2005-02-15 Lute Kamstra <lute@gnu.org>
35592
35593 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
35594 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
35595 <monnier@iro.umontreal.ca>.
35596 (lisp-outline-level): Improve efficiency. Suggested by David
35597 Kastrup <dak@gnu.org>.
35598
35599 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
35600
35601 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
35602 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
35603 (gdb-set-gud-minor-mode-existing-buffers): New functions.
35604 (gdb-find-file-hook): New hook. Add it to find-file-hook.
35605 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
35606
35607 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
35608
35609 * cus-start.el (all): Comment change.
35610
35611 2005-02-14 Lute Kamstra <lute@gnu.org>
35612
35613 * cus-start.el (all): Check if symbol is void.
35614
35615 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
35616
35617 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
35618 optional argument to \cite.
35619
35620 2005-02-14 Richard M. Stallman <rms@gnu.org>
35621
35622 * cus-edit.el (custom-buffer-create-internal): Update help message.
35623 (custom-magic-alist): Update help messages.
35624
35625 * cus-start.el (all): Allow a var to specify a standard value.
35626
35627 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
35628
35629 * custom.el (custom-theme-set-variables): Handle variable aliases.
35630
35631 * frame.el (blink-cursor-timer): Doc fix.
35632 (blink-cursor): Make it an alias for `blink-cursor-mode' and
35633 declare obsolete.
35634 (blink-cursor-mode): Define with defcustom and use correct
35635 standard expression in that defcustom.
35636 * startup.el (command-line): Adapt to above changes in frame.el.
35637
35638 2005-02-11 Lute Kamstra <lute@gnu.org>
35639
35640 * apropos.el (apropos-score-doc): Prevent division by zero.
35641
35642 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
35643
35644 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
35645 (icalendar--get-event-property-attributes)
35646 (icalendar--get-event-properties)
35647 (icalendar--datetime-to-diary-date): New functions.
35648 (icalendar--split-value): Doc fix.
35649 (icalendar--datetime-to-noneuropean-date)
35650 (icalendar--datetime-to-european-date): New optional argument
35651 SEPARATOR. Return result as a string instead of a list.
35652 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
35653 (icalendar--convert-string-for-export): Rename arg S to STRING.
35654 (icalendar-export-region): Doc fix. Change name of error buffer.
35655 Save output buffer.
35656 (icalendar-import-file): Add blank at end of prompt.
35657 (icalendar-import-buffer): Doc fix. Do not switch to error
35658 buffer. Indicate status in return value.
35659 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
35660 buffer. Save output buffer. Handle exception from recurrence
35661 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
35662 events. Fix problems with weekly all-day events.
35663
35664 2005-02-10 Richard M. Stallman <rms@gnu.org>
35665
35666 * simple.el (eval-expression-print-format):
35667 Avoid warning about edebug-active.
35668
35669 * help.el (help-for-help-internal): Rename from help-for-help.
35670 (help-for-help): Define with defalias.
35671
35672 * font-core.el (font-lock-default-function): Use with-no-warnings.
35673
35674 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
35675
35676 * custom.el (defface): Doc fix.
35677
35678 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
35679
35680 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
35681 width 0" to prevent word wrapping problems.
35682
35683 2005-02-09 Kim F. Storm <storm@cua.dk>
35684
35685 * ido.el (ido-file-extensions-order): New defcustom.
35686 (ido-file-extension-lessp, ido-file-extension-aux)
35687 (ido-file-extension-order): New advanced file ordering.
35688 (ido-file-lessp): New simple file ordering.
35689 (ido-sort-list): Remove.
35690 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
35691 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
35692
35693 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
35694
35695 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
35696 that some versions of grep produce.
35697 (grep-mode-font-lock-keywords): Likewise.
35698
35699 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
35700
35701 * progmodes/gdb-ui.el (gdb-location-list): New variable.
35702 (gdb-cdir): Delete.
35703 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
35704 (gdb-source-info): Treat case when source file is in another
35705 directory properly.
35706 (gdb-get-location): New function.
35707
35708 2005-02-07 Jay Belanger <belanger@truman.edu>
35709
35710 * calc/calc-prog.el (calc-write-parse-table-part)
35711 (calc-fix-token-name): Fix a check for language type.
35712
35713 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
35714
35715 2005-02-07 Andre Spiegel <spiegel@gnu.org>
35716
35717 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
35718 as directory not writable.
35719
35720 2005-02-07 Kim F. Storm <storm@cua.dk>
35721
35722 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
35723 (cua--standard-movement-commands): Remove list.
35724 Instead, set CUA property value to move for movement commands.
35725 (cua-movement-commands): Remove. Users must set CUA prop instead.
35726 (cua--pre-command-handler): Check CUA property.
35727 (cua--init-keymaps): Don't remap undo commands.
35728 (cua-mode): Don't call cua--rectangle-on-off.
35729
35730 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
35731 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
35732 (cua--rect-undo-set-point): New var.
35733 (cua--rectangle-undo-boundary): Setup undo apply entry.
35734 (cua--rect-undo-handler): New function for rectangle undo.
35735 (cua--rect-start-position, cua--rect-end-position): Add.
35736 (cua--rectangle-post-command): Call cua--rectangle-set-corners
35737 for restored rectangle. Set point if cua--rect-undo-set-point.
35738
35739 2005-02-06 Jay Belanger <belanger@truman.edu>
35740
35741 * calc/calc-lang.el (calc-tex-language): Display more information
35742 in messages.
35743
35744 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
35745 in TeX mode.
35746
35747 2005-02-06 Richard M. Stallman <rms@gnu.org>
35748
35749 * emacs-lisp/lisp.el (buffer-end): Doc fix.
35750
35751 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
35752
35753 * net/ldap.el (ldap-search-internal): Support attributes with
35754 optional descriptions separated by a semi-colon, as in
35755 "userCertificate;binary".
35756
35757 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
35758
35759 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
35760 isn't a cons (i.e. the version is 0).
35761
35762 2005-02-05 Eli Zaretskii <eliz@gnu.org>
35763
35764 * help.el (help-for-help): Doc fix.
35765
35766 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
35767
35768 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
35769 GDB-Windows on the menu-bar as this works better.
35770
35771 2005-02-04 Jay Belanger <belanger@truman.edu>
35772
35773 * calc/calc-embed.el (calc-embedded-update): Don't put in
35774 unnecessary newlines. Adjust the end of formula marker.
35775
35776 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
35777 (math-latex-parse-two-args): New function.
35778
35779 2005-02-03 Lute Kamstra <lute@gnu.org>
35780
35781 * help-fns.el (help-with-tutorial): Make sure that users cannot
35782 remove the entire text of the tutorial by means of `undo'.
35783
35784 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
35785
35786 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
35787 in recent changes, where the ispell process was repeatedly
35788 killed & restarted.
35789
35790 * international/mule-cmds.el (set-locale-environment): Set file-name
35791 coding system to utf-8 on Darwin systems.
35792 (set-default-coding-systems): Don't set default-file-name-coding-system
35793 on Darwin systems.
35794
35795 2005-02-03 Richard M. Stallman <rms@gnu.org>
35796
35797 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
35798
35799 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
35800
35801 * faces.el (list-faces-display): Add optional argument.
35802
35803 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
35804
35805 * font-core.el (font-lock-default-function): Handle the rare case where
35806 only font-lock-keywords is set.
35807
35808 2005-02-02 Kenichi Handa <handa@m17n.org>
35809
35810 * international/characters.el: Cancel previous change for
35811 I-WITH-DOT-ABOVE and DOTLESS-i.
35812
35813 * international/latin-5.el: Cancel previous change.
35814
35815 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35816
35817 * progmodes/gud.el: Correction to syntax in gud-menu-map.
35818
35819 2005-02-02 Kenichi Handa <handa@m17n.org>
35820
35821 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
35822 DOTLESS-i.
35823
35824 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
35825 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
35826
35827 * case-table.el (get-upcase-table): New function.
35828 (copy-case-table): Copy upcaes table too if non-nil.
35829 (set-case-syntax-delims): Maintain upcase table too.
35830 (set-case-syntax-pair): Likewise.
35831 (set-upcase-syntax, set-downcase-syntax): New functions.
35832 (set-case-syntax): Maintain upcase table too.
35833
35834 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35835
35836 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
35837
35838 * progmodes/gud.el (gud-goto-info): New function.
35839 (gud-tool-bar-map): Use correct icon.
35840
35841 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35842
35843 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
35844 When delegating, order args in the funcall correctly.
35845
35846 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35847
35848 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
35849
35850 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
35851
35852 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
35853 buffer not visiting a file.
35854
35855 2005-01-31 Jay Belanger <belanger@truman.edu>
35856
35857 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
35858 bound on the line with the formula.
35859
35860 2005-01-31 Kim F. Storm <storm@cua.dk>
35861
35862 * ses.el (ses-create-cell-variable-range)
35863 (ses-destroy-cell-variable-range, ses-reset-header-string)
35864 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
35865 (ses-insert-row): Fix format of apply undo entries.
35866
35867 2005-01-31 Jay Belanger <belanger@truman.edu>
35868
35869 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
35870 parts.
35871
35872 * calc/calc-embed.el (calc-embedded-open-formula)
35873 (calc-embedded-close-formula): Ignore matrix environments.
35874
35875 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
35876 TeX mode.
35877
35878 * calc/calc-lang.el (math-function-table, math-oper-table)
35879 (math-variable-table): Adjust the LaTeX portions.
35880
35881 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
35882 (math-latex-ignore-words): New constant.
35883
35884 2005-01-31 Richard M. Stallman <rms@gnu.org>
35885
35886 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
35887 (ispell-local-dictionary): Doc fix.
35888 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
35889 Don't reinitialize at run time. Don't defcustom.
35890 All uses changed to append ispell-local-dictionary-alist,
35891 or check it first.
35892 (ispell-current-dictionary): New variable for dictionary in use.
35893 (ispell-dictionary): Now used only for global default.
35894 (ispell-start-process): Set ispell-current-dictionary,
35895 not ispell-dictionary.
35896 (ispell-change-dictionary): Use this only for setting
35897 user preferences.
35898 (ispell-internal-change-dictionary): New function
35899 to change the current dictionary in use.
35900 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
35901 Use ispell-current-dictionary.
35902 Handle ispell-local-dictionary-overridden.
35903 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
35904
35905 2005-01-31 Jay Belanger <belanger@truman.edu>
35906
35907 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
35908
35909 * calc/calc-ext.el: Add calc-latex-language to autoloads.
35910 (calc-mode-map): Add calc-latex-language.
35911
35912 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
35913 (math-latex-print-frac): New functions.
35914 (math-oper-table, math-function-table, math-variable-table)
35915 (math-complex-format, math-input-filter): Add latex properties.
35916 (calc-set-language): Set math-expr-special-function-mapping.
35917
35918 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
35919 (calc-write-parse-table-part): Add LaTeX support.
35920
35921 * calc/calc.el (calc-language): Adjust docstring.
35922 (calc-set-mode-line): Add LaTeX support.
35923 (math-expr-special-function-mapping): New variable.
35924 (math-tex-ignore-words): Add to list.
35925
35926 * calc/calccomp.el (math-compose-expr, math-compose-rows):
35927 Add LaTeX support.
35928 (math-compose-expr): Add support for special functions.
35929
35930 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
35931
35932 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
35933
35934 * progmodes/gdb-ui.el (gdb-memory-address)
35935 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
35936 (gdb-memory-mode-map, gdb-memory-format-keymap)
35937 (gdb-memory-format-menu, gdb-memory-unit-keymap)
35938 (gdb-memory-unit-menu): New variables for a buffer
35939 that lets the user examine program memory.
35940 (gdb-memory-set-address, gdb-memory-set-repeat-count)
35941 (gdb-memory-format-binary, gdb-memory-format-octal)
35942 (gdb-memory-format-unsigned, gdb-memory-format-signed)
35943 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
35944 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
35945 (gdb-memory-unit-word, gdb-memory-unit-halfword)
35946 (gdb-memory-unit-byte, gdb-memory-unit-menu)
35947 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
35948 (gdb-memory-mode, gdb-memory-buffer-name)
35949 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
35950 New functions for above buffer.
35951
35952 2005-01-30 Richard M. Stallman <rms@gnu.org>
35953
35954 * cus-edit.el (custom-bury-buffer): Function deleted.
35955 (custom-buffer-done-function): Option deleted.
35956 (custom-buffer-done-kill): New replacement option.
35957 (Custom-buffer-done): Call quit-window.
35958 (custom-buffer-create-internal): Update for above changes.
35959
35960 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
35961
35962 * simple.el (undo-ask-before-discard): New var.
35963 (undo-outer-limit-truncate): Implement it.
35964 (undo-extra-outer-limit): Doc update.
35965
35966 2005-01-29 Richard M. Stallman <rms@gnu.org>
35967
35968 * ses.el (undo-more): Delete defadvice.
35969 (ses-begin-change): Doc fix.
35970
35971 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
35972 instead of rebinding C-x u and C-_.
35973
35974 * files.el (normal-backup-enable-predicate): Return nil for files
35975 in /tmp, regardless of temporary-file-directory.
35976
35977 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
35978
35979 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
35980 (open-rectangle, delete-whitespace-rectangle-line)
35981 (clear-rectangle-line): If FILL, pass t instead of FILL
35982 for move-to-column's 2nd arg.
35983
35984 * simple.el (undo): Fix the test for continuing a series of undos.
35985 (undo-more): Set pending-undo-list to t when we reach end.
35986 (pending-undo-list): Move up defvar.
35987
35988 * wid-edit.el (widget-button-click):
35989 Shorten the range of the track-mouse binding.
35990
35991 * comint.el (comint-insert-input): Undo previous changes;
35992 use last-input-event in interactive spec.
35993
35994 2005-01-29 Eli Zaretskii <eliz@gnu.org>
35995
35996 * progmodes/compile.el (compilation-start): Bind buffer-read-only
35997 to nil before invoking call-process. Reset buffer's modified flag
35998 after fontifying it in the no-async branch.
35999
36000 * wid-edit.el (widget-specify-button): If mouse pointer shape
36001 cannot be changed, use mouse face instead.
36002
36003 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
36004
36005 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
36006 (gdb-goto-breakpoint): Make breakpoint handling work on template
36007 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
36008 (gdb-assembler-custom): Update to recognize breakpoint information
36009 added on 2005-01-19.
36010
36011 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
36012
36013 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
36014 (dsssl-mode): Use define-derived-mode.
36015 (scheme-mode-initialize): Remove.
36016 (scheme-mode): Use run-mode-hooks.
36017
36018 * cus-edit.el (customize-group-other-window)
36019 (custom-buffer-create-other-window): Don't override special-display-*.
36020 (custom-mode-map): Make it dense.
36021
36022 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
36023 sets the default value.
36024
36025 2005-01-28 Eli Zaretskii <eliz@gnu.org>
36026
36027 * descr-text.el: Add more keywords.
36028
36029 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
36030
36031 * speedbar.el: Avoid unnecessary use of locate-library.
36032
36033 * international/mule-cmds.el (standard-display-european-internal):
36034 Don't fiddle with latin-1 non-break space any more since it's now
36035 special cased in the C code.
36036 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
36037
36038 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
36039
36040 * cus-start.el (all): Add `undo-outer-limit'.
36041
36042 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
36043
36044 * textmodes/bibtex.el (bibtex-format-entry):
36045 Use `bibtex-empty-field-re' only on the text of fields, not on entire
36046 field lines.
36047 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
36048 not on part of a buffer.
36049
36050 2005-01-25 Lute Kamstra <lute@gnu.org>
36051
36052 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
36053 nonempty field text strings like "{letters\\macro{}more letters}".
36054 Clarify docstring.
36055 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
36056 (bibtex-entry-offset, bibtex-parse-association)
36057 (bibtex-parse-field-name): Fix typos in docstrings.
36058 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
36059
36060 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
36061 Juri Linkov <juri@jurta.org>
36062
36063 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
36064 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
36065 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
36066 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
36067
36068 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
36069 isearch minor mode.
36070
36071 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
36072
36073 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
36074
36075 2005-01-24 Lute Kamstra <lute@gnu.org>
36076
36077 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
36078 CASECHARS and NOT-CASECHARS regular expressions of the
36079 "nederlands" and "nederlands8" dictionaries to prevent a "Range
36080 striding over charsets" error.
36081
36082 2005-01-24 Jay Belanger <belanger@truman.edu>
36083
36084 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
36085 display variable name.
36086
36087 2005-01-24 Kenichi Handa <handa@m17n.org>
36088
36089 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
36090 Fix setting of the element of encoded-kbd-iso2022-invocations.
36091
36092 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
36093
36094 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
36095 (gdb-threads-select): Change to also accept mouse events.
36096 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
36097 (gdb-threads-mouse-select): Delete.
36098
36099 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
36100
36101 * files.el (insert-directory): Take care of empty directory,
36102 listed without -a switch.
36103
36104 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
36105
36106 * textmodes/refill.el (refill-post-command-function):
36107 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
36108 to the list of functions that we should be careful not to undo.
36109 (refill-late-fill-paragraph-function): Remove.
36110 (refill-saved-state): New var.
36111 (refill-mode): Use it to save fill-paragraph-function.
36112 Save also the value of auto-fill-function.
36113
36114 * term/w32-win.el: Simplify code.
36115
36116 2005-01-23 Kim F. Storm <storm@cua.dk>
36117
36118 * simple.el (line-move): Adapt to new return value from
36119 pos-visible-in-window-p.
36120
36121 * simple.el (line-move): Fix last change. Check partial
36122 visibility at point rather than at window-start.
36123
36124 2005-01-22 Jason Rumney <jasonr@gnu.org>
36125
36126 * term/w32-win.el (xw-defined-colors): Remove debug-message.
36127
36128 2005-01-22 David Kastrup <dak@gnu.org>
36129
36130 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
36131
36132 2005-01-22 Eli Zaretskii <eliz@gnu.org>
36133
36134 * type-break.el (type-break-mode): Add a test for
36135 type-break-file-name being non-nil.
36136
36137 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
36138
36139 * net/eudc.el (top level): Call (message "") via progn, so that
36140 eudc-options-file is loaded.
36141
36142 2005-01-22 Kim F. Storm <storm@cua.dk>
36143
36144 * simple.el (line-move-1): Rename from line-move.
36145 (line-move): New function that adjusts vscroll for partially
36146 visible rows, and calls line-move-1 otherwise.
36147
36148 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
36149
36150 * pcomplete.el: Define pcomplete-read-event instead of read-event,
36151 since it's not a complete read-event implementation.
36152
36153 2005-01-20 Jay Belanger <belanger@truman.edu>
36154
36155 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
36156 for called function.
36157
36158 2005-01-20 Steven Tamm <steventamm@mac.com>
36159
36160 * term/mac-win.el (process-connection-type): Remove.
36161 Controlled now by s/darwin.h:PTY_ITERATION.
36162
36163 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
36164
36165 * window.el (handle-select-window): Don't switch window when we're
36166 in the minibuffer.
36167
36168 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
36169
36170 * subr.el (dotimes-with-progress-reporter): New macro.
36171
36172 * ses.el (ses-dotimes-msg): Remove macro.
36173 Use `dotimes-with-progress-reporter' instead.
36174
36175 2005-01-19 Steven Tamm <steventamm@mac.com>
36176
36177 * term/mac-win.el (process-connection-type): Use new
36178 operating-system-release variable to use ptys on Darwin 7 (OS X
36179 10.3) when using carbon build.
36180
36181 2005-01-19 Jay Belanger <belanger@truman.edu>
36182
36183 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
36184 flags if the last command was a tab or M-tab.
36185
36186 * calc/calc-prog.el (calc-user-define-edit): Put original formula
36187 in formula editing buffer.
36188
36189 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
36190
36191 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
36192 breakpoint image symbol in margin.
36193
36194 2005-01-19 Jay Belanger <belanger@truman.edu>
36195
36196 * calc/calc-prog.el (calc-execute-kbd-macro):
36197 Ignore calc-keep-arg-flag.
36198
36199 2005-01-19 Kenichi Handa <handa@m17n.org>
36200
36201 * textmodes/ispell.el (ispell-looking-at): New function.
36202 (ispell-process-line): Use ispell-looking-at to compare the ispell
36203 output and the buffer contents.
36204
36205 2005-01-18 Jay Belanger <belanger@truman.edu>
36206
36207 * calc/calc.el (calc-display-raw): Fix docstring.
36208
36209 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
36210
36211 * simple.el (blink-matching-open): Strip extra info from syntax.
36212
36213 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
36214 funny chars in the end-of-here-doc marker.
36215
36216 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
36217
36218 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
36219 that enable/disabled state of breakpoints is shown correctly in
36220 fringe and on ttys.
36221 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
36222 Add breakpoint information as text properties.
36223 (gdb-mouse-toggle-breakpoint):
36224 Rename to gdb-mouse-set-clear-breakpoint.
36225 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
36226 breakpoints in the margin.
36227 (gdb-remove-strings): Simplify.
36228
36229 2005-01-17 Jay Belanger <belanger@truman.edu>
36230
36231 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
36232 erasing buffer.
36233
36234 2005-01-17 Richard M. Stallman <rms@gnu.org>
36235
36236 * progmodes/grep.el (grep-find): Copy from `grep' the condition
36237 for calling grep-compute-defaults.
36238
36239 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
36240 if buffer is empty.
36241
36242 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
36243
36244 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
36245
36246 * hilit-chg.el (highlight-changes-mode): Don't autoload.
36247
36248 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
36249 non-preloaded variables.
36250
36251 2005-01-17 Steven Tamm <steventamm@mac.com>
36252
36253 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
36254 tex-shell cause to force interactivity when using pipes.
36255
36256 2005-01-17 Kim F. Storm <storm@cua.dk>
36257
36258 * simple.el (just-one-space): Make arg optional.
36259
36260 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
36261
36262 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
36263 posn-at-x-y to t to access left-margin.
36264
36265 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
36266
36267 Sync with Tramp 2.0.47.
36268
36269 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
36270 catching keep-date problems in cp/scp operations.
36271 (tramp-handle-copy-file): Don't call `set-file-modes'
36272 unconditionally. Specialized functions should know better what is
36273 necessary. This improves performance a little bit, and the
36274 functions could catch errors with `cp -p' and `scp -p'.
36275 (tramp-do-copy-or-rename-file-via-buffer)
36276 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
36277 when appropriate.
36278 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
36279 Call `set-file-modes' when appropriate.
36280 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
36281 Johnsson <isak@hypergene.com>.
36282 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
36283 of both Tramp buffer and debug buffer. Reported by Joakim Verona
36284 <joakim@verona.se>.
36285 (tramp-file-name-for-operation): Mark `shell-command' as magic for
36286 Emacs only.
36287
36288 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
36289 `find-file-hooks' and `dired-mode-hook'.
36290 (tramp-minor-mode-map): Respective map. Add remapping for
36291 `compile' and `recompile'.
36292 (tramp-remap-command, tramp-recompile): New defuns.
36293 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
36294 in buffer "*Compilation*". Call the commands asynchronously.
36295
36296 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
36297 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
36298 `shell-command', because it isn't magic in XEmacs. Reported by
36299 Adrian Aichner <adrian@xemacs.org>.
36300
36301 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
36302 `substitute-in-file-name.
36303 (tramp-smb-handle-substitute-in-file-name): New defun.
36304 (tramp-smb-advice-PC-do-completion): Delete advice.
36305
36306 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
36307
36308 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
36309 Fix error in deleting region.
36310
36311 2005-01-15 Richard M. Stallman <rms@gnu.org>
36312
36313 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
36314 In non-temp buffer, switch syntax table temporarily.
36315
36316 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
36317
36318 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
36319
36320 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
36321
36322 * imenu.el (imenu--split-menu): Copy menulist before sorting.
36323 (imenu--generic-function): Use START, not BEG, as pos of definition.
36324
36325 * simple.el (just-one-space): Argument specifies number of spaces.
36326
36327 * simple.el (eval-expression-print-format): Avoid warning
36328 about edebug-active.
36329
36330 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
36331
36332 * progmodes/sh-script.el: Code copied from make-mode.el
36333 with small changes,
36334 (sh-mode-map): Bind C-c C-\.
36335 (sh-backslash-column, sh-backslash-align): New variables.
36336 (sh-backslash-region, sh-append-backslash): New functions.
36337
36338 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
36339
36340 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
36341 (rmail-pop-password, rmail-pop-password-required): Move to
36342 rmail-obsolete group.
36343 (rmail-set-pop-password): Rename to rmail-set-remote-password.
36344 All callers updated.
36345 (rmail-get-pop-password): Rename to rmail-get-remote-password.
36346 Take an argument specifying whether it is POP or IMAP mailbox we
36347 are using. All callers updated.
36348 (rmail-pop-password-error): Rename to
36349 rmail-remote-password-error. Added mailutils-specific error message.
36350 (rmail-movemail-search-path)
36351 (rmail-movemail-variant-in-use): New variables.
36352 (rmail-remote-password, rmail-remote-password-required):
36353 New customization variables.
36354 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
36355 (rmail-parse-url): New function.
36356 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
36357 with GNU mailutils movemail.
36358
36359 2005-01-15 Kevin Ryde <user42@zip.com.au>
36360
36361 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
36362 suffix to space, $ or '$, to correctly position point when going
36363 to @table style constants like DBL_MAX.
36364
36365 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
36366
36367 * type-break.el (type-break-mode, type-break-file-time)
36368 (type-break-file-keystroke-count, type-break-choose-file):
36369 Don't store data in or load data from the file if type-break-file-name
36370 is nil.
36371 (type-break-file-name): Doc update as per the above.
36372
36373 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
36374
36375 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
36376 lookup-key might return nil; handle that.
36377
36378 2005-01-15 Alan Mackenzie <acm@muc.de>
36379
36380 * progmodes/ebrowse.el (ebrowse-class-in-tree):
36381 Return the tail of the tree rather than the element found,
36382 thus enabling the tree to be setcar'd.
36383
36384 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36385
36386 * textmodes/org.el (org-show-following-heading): New option.
36387 (org-show-hierarchy-above): Use `org-show-following-heading'.
36388 (org-cycle): Documentation fix.
36389
36390 * textmodes/org.el (orgtbl-optimized): New option.
36391 (orgtbl-mode): New command, a minor mode.
36392 (orgtbl-mode-map): New variable.
36393 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
36394 (orgtbl-error, orgtbl-self-insert-command)
36395 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
36396
36397 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
36398 a local variable in each org-mode buffer.
36399
36400 * textmodes/org.el (org-set-regexps-and-options): Rename from
36401 `org-set-regexps'. Added checking for STARTUP keyword.
36402 (org-get-current-options): Add STARTUP options.
36403 (org-table-insert-row): Make mode intelligent about when
36404 realignment is needed.
36405 (org-self-insert-command, org-delete-backward-char, org-delete-char):
36406 New commands.
36407 (org-enable-table-editor): New default value `optimized'.
36408 (org-table-blank-field): Support blanking regions if active.
36409
36410 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36411
36412 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
36413 if the year is not given.
36414
36415 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
36416 Add new escapes %m and %M, fixed bug with %F by adding
36417 save-match-data.
36418 (reftex-reference): Remove ?. from list of spaces.
36419 (reftex-label-info): Add automatic label prefix recognition.
36420
36421 * textmodes/reftex-index.el (reftex-index-next-phrase):
36422 Add slave parameter to call of `reftex-index-this-phrase'.
36423 (reftex-index-this-phrase): New optional argument.
36424 (reftex-index-region-phrases): Add slave parameter to call of
36425 `reftex-index-this-phrase'.
36426 (reftex-display-index): New argument redo.
36427 (reftex-index-rescan): Add `redo' to arguments of
36428 `reftex-display-index'.
36429 (reftex-index-Rescan, reftex-index-revert)
36430 (reftex-index-switch-index-tag): Add `redo' to arguments of
36431 `reftex-display-index'.
36432 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
36433 indexing. Fix bug with matching is there is a quote before or
36434 after the word.
36435
36436 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
36437 Fix bug when collecting citation keys in lines with comments.
36438 (reftex-citation): Prefix argument no longer rescans the document,
36439 but forces prompting for optional arguments of cite macros.
36440 (reftex-do-citation): Prompting for optional arguments implemented.
36441
36442 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
36443 Add optional arguments to most cite commands.
36444 (reftex-cite-cleanup-optional-args): New option
36445 (reftex-cite-prompt-optional-args): New option.
36446 (reftex-trust-label-prefix): New option.
36447
36448 * textmodes/reftex-toc.el (reftex-toc-find-section):
36449 Add push-mark before changing the position in the buffer.
36450
36451 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
36452 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
36453
36454 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
36455
36456 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
36457 more carefully.
36458
36459 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
36460
36461 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
36462 (sgml-mode): Use it.
36463 (sgml-get-context): Better keep track of implicitly closed tags.
36464
36465 2005-01-13 Kenichi Handa <handa@m17n.org>
36466
36467 * textmodes/ispell.el: These changes are to fix misalignment error
36468 caused by equivalent characters of different Emacs charsets.
36469 (ispell-unified-chars-table): New variable.
36470 (ispell-get-decoded-string): New function.
36471 (ispell-get-casechars, ispell-get-not-casechars)
36472 (ispell-get-otherchars): Call ispell-get-decoded-string.
36473
36474 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
36475
36476 * custom.el (custom-declare-variable): Just put symbol instead
36477 of (defvar . symbol) in `current-load-list'.
36478
36479 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
36480
36481 * emacs-lisp/elint.el: Fixed typo in Commentary section.
36482
36483 2005-01-12 Jay Belanger <belanger@truman.edu>
36484
36485 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
36486 to create a Calc summary.
36487
36488 2005-01-12 Kim F. Storm <storm@cua.dk>
36489
36490 * mouse.el (mouse-on-link-p): Change functionality and doc
36491 string to comply with latest description in lisp ref.
36492
36493 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
36494
36495 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
36496 Enable mouse clicks on mode-line, header-line and margin.
36497 (event-type): Give mouse event symbols an `event-kind' property
36498 with value `mouse-click'.
36499
36500 2005-01-12 Juri Linkov <juri@jurta.org>
36501
36502 * facemenu.el (list-colors-display): Add new arg buffer-name.
36503 Use it. Fix docstring. Replace code for identifying duplicate
36504 colors by the name with call to `list-colors-duplicates' which
36505 identifies duplicate colors by the value unless the color
36506 is one of special Windows colors. Set truncate-lines to t.
36507 Print sorted duplicate color names on each line. Indent to 22
36508 \(the longest color name in rgb.txt) instead of 20. Optimize.
36509 (list-colors-duplicates): New function.
36510 (facemenu-color-name-equal): Delete function.
36511
36512 * facemenu.el (list-colors-print): New function created from code
36513 in list-colors-display. Print #RRGGBB at the window right edge.
36514 (list-colors-display): When temp-buffer-show-function is not
36515 defined, call list-colors-print from temp-buffer-show-hook
36516 to get the right value of window-width in list-colors-print
36517 after the buffer is displayed.
36518
36519 * simple.el (pop-mark): Move deactivate-mark out of conditional
36520 part to deactivate the active mark regardless of the state of the
36521 mark ring.
36522
36523 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
36524 variables line in desktop files.
36525
36526 2005-01-12 Juri Linkov <juri@jurta.org>
36527
36528 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
36529 Bring together isearch highlight related options.
36530 (lazy-highlight): Replace group `replace' by `matching'.
36531 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36532 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36533 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
36534 and declare them obsolete.
36535 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
36536 (isearch-faces): Remove defgroup.
36537 (isearch-overlay, isearch-highlight, isearch-dehighlight):
36538 Move isearch highlighting code closer to lazy highlighting code.
36539
36540 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
36541 (query-replace-highlight, query-replace-lazy-highlight)
36542 (query-replace): Move definitions to the beginning of the file.
36543
36544 2005-01-11 Juri Linkov <juri@jurta.org>
36545
36546 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
36547 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
36548 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
36549
36550 * info.el (Info-history-forward): New variable.
36551 (Info-select-node): Reset Info-history-forward to nil.
36552 (Info-last): Turn into defalias.
36553 (Info-history-back): Rename from Info-last.
36554 Add current node to Info-history-forward.
36555 (Info-history-forward): New fun.
36556 (Info-mode-map): Replace Info-last by Info-history-back.
36557 Bind Info-history-forward to "r".
36558 (Info-mode-menu): Replace Info-last by Info-history-back.
36559 Fix menu item text. Add menu item for Info-history-forward.
36560 (info-tool-bar-map): Replace Info-last by Info-history-back.
36561 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
36562 for Info-history-forward.
36563 (Info-mode): Replace Info-last by Info-history-back in docstring.
36564 Add local variable Info-history-forward.
36565 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
36566
36567 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
36568
36569 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
36570 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
36571 Ignore select-window events rather than fiddle with
36572 mouse-autoselect-window.
36573
36574 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
36575
36576 * type-break.el (type-break-mode): Fix previous change.
36577
36578 2005-01-10 Jay Belanger <belanger@truman.edu>
36579
36580 * calc/calc-ext.el (calc-reset): Reset when inside embedded
36581 calculator; only reset when point is inside a calculator.
36582 Don't adjust the window height if the window takes up the whole height
36583 of the frame.
36584
36585 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
36586
36587 * ebuff-menu.el (Electric-buffer-menu-mode):
36588 Preserve value of buffer-local var header-line-format.
36589
36590 2005-01-09 Jay Belanger <belanger@truman.edu>
36591
36592 * calc/calc.el (calc-mode-var-list-restore-saved-values):
36593 Make sure settings file exists before accessing it.
36594
36595 * calc/calc-embed.el (calc-embedded-subst):
36596 Replace math-multi-subst-rec, which is only supposed to be called
36597 by math-multi-subst, by math-multi-subst.
36598
36599 2005-01-09 Andre Spiegel <spiegel@gnu.org>
36600
36601 * vc.el (vc-allow-async-revert): New user option.
36602 (vc-disable-async-diff): New internal variable.
36603 (vc-revert-buffer): Use them to disable asynchronous diff.
36604
36605 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
36606 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
36607 asynchronously if vc-disable-async-diff is t.
36608
36609 2005-01-09 Jay Belanger <belanger@truman.edu>
36610
36611 * calc/calc.el (defcalcmodevar): New macro.
36612 (calc-mode-var-list-restore-default-values)
36613 (calc-mode-var-list-restore-saved-values): New functions.
36614 (calc-mode-var-list): Use defcalcmodevar to define it.
36615 (calc-always-load-extensions, calc-line-numbering)
36616 (calc-line-breaking, calc-display-just, calc-display-origin)
36617 (calc-number-radix, calc-leading-zeros, calc-group-digits)
36618 (calc-group-char, calc-point-char, calc-frac-format)
36619 (calc-prefer-frac, calc-hms-format, calc-date-format)
36620 (calc-float-format, calc-full-float-format, calc-complex-format)
36621 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
36622 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
36623 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
36624 (calc-matrix-brackets, calc-language, calc-language-option)
36625 (calc-left-label, calc-right-label, calc-word-size)
36626 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
36627 (calc-display-raw, calc-internal-prec, calc-angle-mode)
36628 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
36629 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
36630 (calc-window-height, calc-display-trail, calc-show-selections)
36631 (calc-use-selections, calc-assoc-selections)
36632 (calc-display-working-message, calc-auto-why, calc-timing)
36633 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
36634 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
36635 (calc-gnuplot-default-device, calc-gnuplot-default-output)
36636 (calc-gnuplot-print-device, calc-gnuplot-print-output)
36637 (calc-gnuplot-geometry, calc-graph-default-resolution)
36638 (calc-graph-default-resolution-3d, calc-invocation-macro)
36639 (calc-show-banner): Use defcalcmodevar to declare them and set
36640 their default values.
36641
36642 * calc/calc-ext.el (calc-reset): Restore saved values of variables
36643 instead of default values (but restore default values if there is
36644 an argument of 0).
36645
36646 2005-01-09 David Kastrup <dak@gnu.org>
36647
36648 * desktop.el (desktop-restore-eager): Fix typo in type.
36649
36650 2005-01-08 Richard M. Stallman <rms@gnu.org>
36651
36652 * cus-edit.el (customize): Delete :link.
36653
36654 2005-01-08 Jay Belanger <belanger@truman.edu>
36655
36656 * calc/calc.el (calc-mode): Remove the extension from the
36657 `calc-settings-file' file name when loading it.
36658
36659 2005-01-08 Kim F. Storm <storm@cua.dk>
36660
36661 * info.el (Info-mode-map, Info-next-link-keymap)
36662 (Info-prev-link-keymap, Info-up-link-keymap):
36663 Map follow-link to mouse-face.
36664 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
36665
36666 2005-01-08 Jay Belanger <belanger@truman.edu>
36667
36668 * calc/calc.el (calc-settings-file): Change default value.
36669 Suggested by cgw in a comment in calc-mode.el.
36670
36671 * calc/calc-mode.el (calc-settings-file-name):
36672 Compare calc-settings-file to user-init-file instead of ~/.emacs.
36673 Replace ~/.emacs in a prompt by calc-settings-file.
36674
36675 2005-01-07 Lars Hansen <larsh@math.ku.dk>
36676
36677 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
36678 (desktop-lazy-idle-delay): New customizable variables.
36679 (desktop-buffer-args-list): New variable.
36680 (desktop-append-buffer-args): New function.
36681 (desktop-save): Call desktop-append-buffer-args for some buffers.
36682 (desktop-lazy-create-buffer): New function.
36683 (desktop-idle-create-buffers): New function.
36684 (desktop-read): Add message about buffers to restore lazily.
36685 (desktop-lazy-abort): New command.
36686 (desktop-clear): Call desktop-lazy-abort.
36687 (desktop-lazy-complete): New command.
36688
36689 2005-01-06 Richard M. Stallman <rms@gnu.org>
36690
36691 * emacs-lisp/find-func.el (find-face-definition):
36692 Rename from find-face.
36693
36694 2005-01-06 Kim F. Storm <storm@cua.dk>
36695
36696 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
36697
36698 * man.el (Man-xref-man-page, Man-xref-header-file)
36699 (Man-xref-normal-file): Add follow-link property.
36700
36701 2005-01-06 Jay Belanger <belanger@truman.edu>
36702
36703 * calc/calc-units.el: Make sure the proper macro definitions are
36704 available when compiling.
36705
36706 2005-01-06 Juri Linkov <juri@jurta.org>
36707
36708 * isearch.el (isearch-lazy-highlight-update):
36709 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
36710
36711 2005-01-06 Miles Bader <miles@gnu.org>
36712
36713 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
36714 (isearch-lazy-highlight-face): Use new name.
36715
36716 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
36717
36718 * uniquify.el (uniquify-rationalize-file-buffer-names):
36719 Re-add an interactive spec.
36720 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
36721 to the same name.
36722
36723 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
36724 (isearch-update, isearch-done): Adjust calls accordingly.
36725
36726 2005-01-05 Richard M. Stallman <rms@gnu.org>
36727
36728 * custom.el (custom-set-variables, custom-theme-set-variables):
36729 Clarify documentation.
36730
36731 * emacs-lisp/find-func.el (find-variable)
36732 (find-variable-other-window, find-variable-other-frame):
36733 Fix the TYPE args to find-function-read and find-function-do-it.
36734 (find-function): Doc fix.
36735 (find-function-at-point): Replace function-at-point alias.
36736
36737 2005-01-04 Richard M. Stallman <rms@gnu.org>
36738
36739 * cus-face.el (custom-declare-face):
36740 Record defface in current-load-list.
36741
36742 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
36743
36744 * emacs-lisp/find-func.el: Doc fixes.
36745 (find-face-regexp): New variable.
36746 (find-function-regexp-alist): New variable.
36747 (find-function-C-source): Third arg is now TYPE.
36748 (find-function-search-for-symbol): Handle general TYPE.
36749 (find-function-read, find-function-do-it): Handle general TYPE.
36750 (find-definition-noselect, find-face): New functions.
36751 (function-at-point): Alias deleted.
36752
36753 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
36754
36755 * battery.el (display-battery-mode): Rename from display-battery.
36756 Handle the case where it gets turned off.
36757
36758 2005-01-04 Richard M. Stallman <rms@gnu.org>
36759
36760 * cus-edit.el (customize): Make :link point to user doc.
36761
36762 * man.el (Man-fontify-manpage): Turn off undo generation.
36763
36764 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
36765
36766 2005-01-04 Andreas Schwab <schwab@suse.de>
36767
36768 * files.el (insert-directory): Only look for error lines in
36769 inserted text. Don't move too far after processing --dired markers.
36770
36771 2005-01-04 Richard M. Stallman <rms@gnu.org>
36772
36773 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
36774 Don't expand if the character is @, period, dash, etc.
36775 (define-mail-abbrev): Quote names that contain problem characters.
36776
36777 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
36778
36779 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
36780
36781 2005-01-03 Richard M. Stallman <rms@gnu.org>
36782
36783 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
36784 (query-replace-highlight, query-replace-lazy-highlight)
36785 (query-replace): Definitions moved up. Doc fix.
36786
36787 2005-01-03 Richard M. Stallman <rms@gnu.org>
36788
36789 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
36790 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36791 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36792 (lazy-highlight-face): Rename from isearch-lazy-...
36793 Change all references to them.
36794
36795 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
36796
36797 * cus-edit.el (custom-file): Doc fix for defcustom.
36798 (custom-file): The function no longer sets the variable
36799 `custom-file' to its return value.
36800
36801 * startup.el (command-line): No longer load `custom-file'.
36802
36803 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
36804
36805 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
36806
36807 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
36808 Don't confuse module-prefixed identifiers for labels.
36809 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
36810
36811 2005-01-02 Richard M. Stallman <rms@gnu.org>
36812
36813 * files.el (basic-save-buffer-1): Fix previous change.
36814
36815 * loadhist.el (file-loadhist-lookup): New function.
36816 (file-provides, file-requires): Use it.
36817
36818 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
36819 instead of calculating the right size.
36820
36821 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
36822
36823 * vc-svn.el (vc-svn-diff): Stay local if possible.
36824
36825 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
36826
36827 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
36828
36829 * files.el (hack-local-variables): Fix last change.
36830
36831 2005-01-02 Jay Belanger <belanger@truman.edu>
36832
36833 * calc/calc-yank.el (calc-edit-top): New variable.
36834 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
36835 object. Change header properties.
36836 (calc-edit-finish, calc-edit-finish-stack-object)
36837 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
36838 edited object.
36839 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
36840 for the beginning of the edited object.
36841 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
36842 for the beginning of the edited object.
36843 * calc/calc-prog.el (calc-edit-macro-finish-edit)
36844 (calc-finish-formula-edit, calc-macro-repeats)
36845 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
36846 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
36847 beginning of the edited object.
36848 (calc-user-define-edit): Change the header for editing macros.
36849 Remove unnecessary variable.
36850
36851 2005-01-01 Jay Belanger <belanger@truman.edu>
36852
36853 * calc/calc-yank.el (calc-edit-mode): Change default header.
36854 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
36855 * calc/calc-store.el (calc-edit-variable): Change title to match new
36856 header.
36857 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
36858 mode to match new header.
36859 (calc-user-define-edit): Change titles to include names of commands.
36860 (calc-finish-formula-edit): Adjust to handle new header.
36861 (calc-finish-macro-edit): Remove.
36862 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
36863 (calc-edit-macro-command, calc-edit-macro-command-type)
36864 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
36865 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
36866 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
36867 (calc-edit-macro-finish-edit): New functions.
36868 (calc-user-define-edit): Use new functions to edit named calc macros.
36869
36870 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
36871
36872 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
36873
36874 * ses.el (copy-region-as-kill): Deactivate mark.
36875
36876 2005-01-01 Richard M. Stallman <rms@gnu.org>
36877
36878 * replace.el (occur-1): If the output buffer is also an input,
36879 don't kill it, rename it.
36880
36881 * faces.el (set-face-background, set-face-foreground): Doc fix.
36882
36883 * cus-face.el (custom-face-attributes): Fix :help-echo strings
36884 for :foreground and :background.
36885
36886 * dired.el (dired-view-command-alist): Variable deleted.
36887 (dired-view-file, dired-mouse-find-file-other-window):
36888 Delete the code to use it.
36889
36890 2005-01-01 Kim F. Storm <storm@cua.dk>
36891
36892 * image.el (insert-sliced-image): Use t for line-height property.
36893
36894 See ChangeLog.11 for earlier changes.
36895
36896 ;; Local Variables:
36897 ;; coding: iso-2022-7bit
36898 ;; add-log-time-zone-rule: t
36899 ;; End:
36900
36901 Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
36902
36903 This file is part of GNU Emacs.
36904
36905 GNU Emacs is free software; you can redistribute it and/or modify
36906 it under the terms of the GNU General Public License as published by
36907 the Free Software Foundation; either version 3, or (at your option)
36908 any later version.
36909
36910 GNU Emacs is distributed in the hope that it will be useful,
36911 but WITHOUT ANY WARRANTY; without even the implied warranty of
36912 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
36913 GNU General Public License for more details.
36914
36915 You should have received a copy of the GNU General Public License
36916 along with GNU Emacs; see the file COPYING. If not, write to the
36917 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
36918 Boston, MA 02110-1301, USA.
36919
36920 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1