]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2008-01-29 Alan Mackenzie <acm@muc.de>
2
3 * progmodes/cc-engine.el (c-specifier-key): Exclude "template"
4 from this regexp; part of same fix as next change to cc-engine.el.
5
6 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5): Anchor
7 the "{" of a template function correctly on "template", not the
8 following "<".
9
10 * progmodes/cc-defs.el (c-version): increase to 5.31.5.
11
12 2008-01-29 Richard Stallman <rms@gnu.org>
13
14 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
15 Doc fix.
16
17 * files.el (hack-local-variables): Don't query about fake variables.
18
19 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
20
21 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
22 gdb-cpp-define-alist-program if file is nil (currently only
23 " *partial-output-...").
24
25 2008-01-27 Alan Mackenzie <acm@muc.de>
26
27 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
28 enhance comments.
29
30 2008-01-27 Richard Stallman <rms@gnu.org>
31
32 * allout.el: Many doc fixes.
33 (allout-encrypt-string): Fix error message.
34
35 2008-01-26 Alan Mackenzie <acm@muc.de>
36
37 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
38 arglist-cont-nonempty.
39
40 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
41 for a brace with syntax arglist-cont-nonempty.
42
43 * progmodes/cc-styles.el (c-style-alist): Add elements for
44 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
45 awk).
46
47 2008-01-26 Alan Mackenzie <acm@muc.de>
48
49 * progmodes/cc-defs.el (c-save-buffer-state): Bind
50 buffer-file-name and buffer-file-truename to nil, to prevent
51 primitives generating "buffer is read only" messages.
52
53 2008-01-26 Eli Zaretskii <eliz@gnu.org>
54
55 * progmodes/etags.el (tags-query-replace): Doc fix.
56
57 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
58
59 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
60 that the filename end is found even when the filename is empty.
61 Fixes error and spurious newlines when marking files for deletion.
62
63 2008-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
64
65 * blank-mode.el: New version 9.1. Handle "long" line tail
66 visualization. Doc fix.
67 (blank-line-length): Renamed to blank-line-column.
68 (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
69 Initialization fix.
70 (blank-replace-spaces-by-tabs): New fun.
71 (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
72
73 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
74
75 * allout.el (allout-unload-function): New function.
76
77 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
78
79 * blank-mode.el: New version 9.0. New commands to clean up some blank
80 problems like trailing blanks. New faces and regexp for visualizing
81 the blank problems. Doc fix.
82 (blank-chars, blank-global-modes, blank-chars-value-list)
83 (blank-toggle-option-alist, blank-help-text): Initialization fix.
84 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
85 (blank-indentation, blank-empty, blank-space-after-tab)
86 (blank-indentation-regexp, blank-empty-at-bob-regexp)
87 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
88 (blank-cleanup, blank-cleanup-region): New commands.
89 (blank-color-on): Code fix.
90
91 2008-01-25 Sven Joachim <svenjoac@gmx.de>
92
93 * view.el (kill-buffer-if-not-modified): Don't pass t to
94 buffer-modified-p.
95
96 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
97
98 * allout.el (allout-prefix-data): Doc fix.
99 (allout-show-current-subtree): Reflow docstring.
100 (allout-use-mode-specific-leader, allout-use-hanging-indents)
101 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
102 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
103 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
104 (allout-copy-topic-as-kill, allout-listify-exposed)
105 (allout-process-exposed, allout-encrypted-key-info)
106 (allout-update-passphrase-mnemonic-aids)
107 (allout-next-topic-pending-encryption)
108 (allout-tests-globally-true): Fix typos in docstrings.
109
110 2008-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
111
112 * vc.el (vc-version-diff): Make sure we shrink the right window.
113
114 2008-01-23 Jason Rumney <jasonr@gnu.org>
115
116 * lpr.el (printer-name): Do not set on MS Windows.
117
118 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
119
120 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
121 blank-mode in some buffers (like *info* buffers). Reported by Juanma
122 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
123 blank-mode faces. Doc fix. New version 8.1.
124 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
125 CONDITION BODY).
126 (blank-space-face): Face/option name replaced by blank-space.
127 (blank-hspace-face): Face/option name replaced by blank-hspace.
128 (blank-tab-face): Face/option name replaced by blank-tab.
129 (blank-newline-face): Face/option name replaced by blank-newline.
130 (blank-trailing-face): Face/option name replaced by blank-trailing.
131 (blank-line-face): Face/option name replaced by blank-line.
132 (blank-space-before-tab-face): Face/option name replaced by
133 blank-space-before-tab.
134 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
135
136 2008-01-20 Glenn Morris <rgm@gnu.org>
137
138 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
139 prevent infloops.
140
141 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
142
143 * progmodes/python.el (python-imports): Default to "None".
144
145 2008-01-19 Dan Nicolaescu <dann@ics.uci.edu>
146
147 * progmodes/sh-script.el (sh-basic-offset):
148 * progmodes/cc-vars.el (c-syntactic-indentation)
149 (c-syntactic-indentation-in-macros): Mark as safe.
150
151 2008-01-19 Juanma Barranquero <lekktu@gmail.com>
152
153 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
154 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
155 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
156 (global-blank-mode): Doc fixes.
157 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
158 (blank-newline-face, blank-trailing-face, blank-line-face)
159 (blank-space-before-tab-face, blank-display-mappings)
160 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
161 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
162 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
163 Fix typos in docstrings.
164
165 2008-01-18 Richard Stallman <rms@gnu.org>
166
167 * icomplete.el (icomplete-get-keys):
168 Look up KEYS using all maps in proper buffer.
169
170 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
171 Miles Bader <miles@gnu.org>
172
173 * blank-mode.el: New file. Minor mode to visualise TAB,
174 (HARD) SPACE, NEWLINE. Miles Bader <miles@gnu.org> wrote the original
175 code for handling display table (via visws.el package), his code was
176 modified, but the main idea was kept.
177
178 2008-01-16 Alan Mackenzie <acm@muc.de>
179
180 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
181 an eval-and-compile, so as to permit byte-compiling (e.g. in
182 bootstrap).
183
184 2008-01-16 Juanma Barranquero <lekktu@gmail.com>
185
186 * frame.el (display-mm-height, display-mm-width):
187 * whitespace.el (whitespace-check-leading-whitespace)
188 (whitespace-check-trailing-whitespace)
189 (whitespace-check-spacetab-whitespace)
190 (whitespace-check-indent-whitespace)
191 (whitespace-check-ateol-whitespace):
192 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
193
194 2008-01-16 Glenn Morris <rgm@gnu.org>
195
196 * comint.el (comint-regexp-arg): Fix no-input case.
197
198 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
199
200 * calendar/icalendar.el (icalendar-export-file)
201 (icalendar-import-file): Restore significant trailing whitespace
202 in `interactive' prompts.
203
204 2008-01-15 Dan Nicolaescu <dann@ics.uci.edu>
205
206 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
207 after-save-hook so that it is not called multiple times.
208
209 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
210
211 2008-01-15 Glenn Morris <rgm@gnu.org>
212
213 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
214
215 2008-01-14 Alan Mackenzie <acm@muc.de>
216
217 * progmodes/cc-vars.el (c-constant-symbol): New function which
218 supersedes c-const-symbol. During a customize-.. call it enables
219 an element of (e.g.) c-hanging-braces alist to have its name
220 displayed, even when the default value of c-h-b etc. doesn't
221 include the elemnt. Replace uses of the old function by the new.
222
223 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
224 obscure non-working fragment ":value c-".
225
226 * progmodes/cc-engine.el (c-guess-basic-syntax): prevent a macro
227 call inside a struct being recognised as a K&R argument.
228
229 2008-01-14 Jason Rumney <jasonr@gnu.org>
230
231 * image.el (image-type): Use image-type-from-file-name (from trunk
232 2007-05-21 Chong Yidong <cyd@stupidchicken.com>).
233
234 2008-01-12 Glenn Morris <rgm@gnu.org>
235
236 * woman.el (woman-parse-numeric-arg): Change handling of `==':
237 can be interned without a function definition.
238
239 2008-01-12 Eli Zaretskii <eliz@gnu.org>
240
241 * view.el (view-file-other-window, view-file-other-frame): Don't
242 kill the buffer if it is modified. Doc fixes.
243 (kill-buffer-if-not-modified): New function.
244 (view-file): Don't kill the buffer if it is modified.
245
246 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete
247 function.
248 (ebrowse-view/find-file-and-search-pattern): Call
249 view-file-other-window instead of ebrowse-view-file-other-window.
250 (ebrowse-view-file-other-frame): Don't call
251 current-window-configuration. Fix second argument in the call to
252 view-mode-enter. Doc fix.
253
254 2008-01-11 Richard Stallman <rms@gnu.org>
255
256 * subr.el (atomic-change-group): Prevent undo list truncation.
257
258 2008-01-11 Martin Rudalics <rudalics@gmx.at>
259
260 * cus-start.el (all): Add missing version entries.
261
262 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
263
264 * files.el (safe-local-eval-forms): Mark
265 (add-hook 'write-file-hooks 'time-stamp) as safe.
266
267 2008-01-10 Nick Roberts <nickrob@snap.net.nz>
268
269 * comint.el (comint-insert-input): Set point first.
270
271 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
272 session doesn't hang because gdb-pending-triggers is non-nil.
273 (gdb-frame-handler): Use buffer-file-name instead of
274 buffer-name in case of duplicate file names.
275
276 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
277
278 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
279 C-M-e and C-M-h for emacs, they work by default.
280 (verilog-emacs-features): Remove.
281 (verilog-setup-dual-comments, verilog-populate-syntax-table):
282 Remove. Move syntax table initialization ...
283 (verilog-mode-syntax-table): ... here.
284 (verilog-mode): Don't initialize the syntax table here.
285 (verilog-mark-defun): Only do something useful for XEmacs, emacs
286 does not need it.
287
288 2008-01-10 Glenn Morris <rgm@gnu.org>
289
290 * shell.el (shell-dirtrack-verbose, shell-mode)
291 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
292 (dirtrack-toggle, dirtrack-mode): No longer alias to
293 shell-dirtrack-mode.
294
295 2008-01-10 Kenichi Handa <handa@ni.aist.go.jp>
296
297 * international/mule-cmds.el (select-safe-coding-system):
298 When a buffer is modified, cancel the writing.
299
300 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
301
302 * progmodes/verilog-mode.el (verilog-booleanp): New function for
303 backward compatibility. Replace all uses of booleanp with
304 verilog-booleanp.
305
306 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
307
308 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
309
310 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
311
312 * progmodes/verilog-mode.el (top-level): Fix spacing.
313 (verilog-mode-version, verilog-mode-release-date): Update version
314 number.
315 (verilog-mode-release-emacs): New variable.
316 (compile-command, reporter-prompt-for-summary-p): Define for byte
317 compiler.
318 (verilog-startup-message-lines)
319 (verilog-startup-message-displayed)
320 (verilog-display-startup-message): Remove.
321 (verilog-highlight-p1800-keywords): Improve docstring.
322 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
323 (vector-skip-list): Only defvar at compile time.
324 (verilog-highlight-translate-off, verilog-indent-level)
325 (verilog-indent-level-module, verilog-indent-level-declaration)
326 (verilog-indent-declaration-macros, verilog-indent-lists)
327 (verilog-indent-level-behavioral)
328 (verilog-indent-level-directive, verilog-cexp-indent)
329 (verilog-case-indent, verilog-auto-newline)
330 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
331 (verilog-tab-to-comment, verilog-indent-begin-after-if)
332 (verilog-align-ifelse, verilog-minimum-comment-distance)
333 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
334 (verilog-auto-endcomments, verilog-auto-read-includes)
335 (verilog-auto-star-expand, verilog-auto-star-save)
336 (verilog-library-flags, verilog-library-directories)
337 (verilog-library-files, verilog-library-extensions)
338 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
339 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
340 (verilog-assignment-delay, verilog-auto-inst-vector)
341 (verilog-auto-inst-template-numbers)
342 (verilog-auto-input-ignore-regexp)
343 (verilog-auto-inout-ignore-regexp)
344 (verilog-auto-output-ignore-regexp)
345 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp): Add
346 safe-local-variable properties.
347 (verilog-statement-menu, verilog-company)
348 (verilog-re-search-forward, verilog-re-search-backward)
349 (verilog-error-regexp-add, verilog-end-block-re)
350 (verilog-emacs-features, verilog-populate-syntax-table)
351 (verilog-setup-dual-comments, verilog-type-font-keywords)
352 (verilog-inside-comment-p, electric-verilog-backward-sexp)
353 (verilog-backward-sexp, verilog-forward-sexp)
354 (verilog-font-lock-init, verilog-mode)
355 (electric-verilog-terminate-line, electric-verilog-semi)
356 (electric-verilog-tab, verilog-insert-1, )
357 (verilog-insert-indices, verilog-generate-numbers)
358 (verilog-comment-region, verilog-label-be)
359 (verilog-beg-of-statement, verilog-in-case-region-p)
360 (verilog-in-struct-region-p, verilog-in-generate-region-p)
361 (verilog-in-fork-region-p, verilog-backward-case-item)
362 (verilog-set-auto-endcomments, verilog-get-expr)
363 (verilog-expand-vector-internal, verilog-surelint-off)
364 (verilog-batch-execute-func, verilog-calculate-indent)
365 (verilog-calc-1, verilog-calculate-indent-directive)
366 (verilog-leap-to-head, verilog-continued-line)
367 (verilog-backward-token, verilog-backward-syntactic-ws)
368 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
369 (verilog-forward-ws&directives, verilog-at-constraint-p)
370 (verilog-skip-backward-comments, verilog-indent-line-relative)
371 (verilog-do-indent, verilog-indent-comment)
372 (verilog-more-comment, verilog-pretty-declarations)
373 (verilog-pretty-expr, verilog-just-one-space)
374 (verilog-indent-declaration, verilog-get-completion-decl)
375 (verilog-goto-defun, verilog-showscopes, verilog-header)
376 (verilog-signals-combine-bus, verilog-read-decls)
377 (verilog-read-always-signals-recurse, verilog-read-instants)
378 (verilog-read-auto-template, verilog-set-define)
379 (verilog-read-defines, verilog-read-signals, verilog-getopt)
380 (verilog-is-number, verilog-expand-dirnames)
381 (verilog-modi-lookup, verilog-modi-cache-results)
382 (verilog-insert-one-definition, verilog-make-width-expression)
383 (verilog-delete-autos-lined, verilog-auto-save-check)
384 (verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst)
385 (verilog-auto-inst-param, verilog-auto-reg)
386 (verilog-auto-reg-input, verilog-auto-wire, )
387 (verilog-auto-output, verilog-auto-output-every)
388 (verilog-auto-input, verilog-auto-inout)
389 (verilog-auto-inout-module, verilog-auto-sense)
390 (verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused)
391 (verilog-auto-ascii-enum, verilog-auto)
392 (verilog-sk-define-signal, verilog-mode-mouse-map)
393 (verilog-load-file-at-mouse, verilog-load-file-at-point)
394 (verilog-library-files): Cleanup spacing of )'s they should not be
395 on unique lines. Fix checkdoc warnings.
396
397 2008-01-09 Glenn Morris <rgm@gnu.org>
398
399 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
400 entry, for Windows.
401
402 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
403
404 * ps-print.el: Some face attributes (like :strike-through) was not
405 being recognised. Reported by Leo <sdl.web@gmail.com>.
406 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
407 (ps-screen-to-bit-face): Fix code.
408
409 2008-01-08 Kevin Ryde <user42@zip.com.au>
410
411 * progmodes/compile.el (compilation-error-regexp-alist-alist):
412 For perl, allow "during global destruction" at end.
413
414 2008-01-08 Glenn Morris <rgm@gnu.org>
415
416 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
417 unified format.
418
419 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
420
421 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
422
423 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
424 quotes in case of spaces, e.g. STL containers (not pretty).
425
426 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
427
428 * vc-hg.el (vc-hg-log-view-mode): Handle the user field better.
429
430 2008-01-07 Nick Roberts <nickrob@snap.net.nz>
431
432 * progmodes/gdb-ui.el (gud-gdb-command-name): Explain
433 "--annotate=3" option is necessary for the Graphical Interface.
434
435 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
436
437 * vc-hg.el (vc-hg-dir-state): Pass the dir argument to
438 vc-hg-command.
439
440 2008-01-07 Glenn Morris <rgm@gnu.org>
441
442 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
443
444 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
445
446 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
447 on menu bar.
448
449 2008-01-06 Michael Albinus <michael.albinus@gmx.de>
450
451 * ffap.el (ffap-read-file-or-url): Let-bind
452 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
453
454 2008-01-05 Sven Joachim <svenjoac@gmx.de>
455
456 * vc-bzr.el: Fix typo in header.
457
458 2008-01-05 Eli Zaretskii <eliz@gnu.org>
459
460 * Makefile.in (custom-deps, finder-data): Depend on autoloads
461 instead of loaddefs.el.
462
463 2008-01-05 Glenn Morris <rgm@gnu.org>
464
465 * progmodes/verilog-mode.el: Replace all instances of
466 string-to-int with string-to-number, insert-string with insert,
467 and read-input with read-string.
468 (top-level): No need to require imenu, reporter, dinotrace, vc,
469 font-lock when compiling. Always require compile. Relegate remaining
470 compatibility cruft to XEmacs. Don't require font-lock.
471 (verilog-version): Remove superfluous concat.
472 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
473 No need to define.
474 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
475 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
476 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
477 (verilog-startup-message-displayed): These are variables, not constants.
478 (verilog-batch-execute-func, verilog-auto-inst)
479 (verilog-auto-inst-param): Use mapc rather than mapcar.
480 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
481 actually defining.
482 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
483 (verilog-modi-get-outputs, verilog-modi-get-inouts)
484 (verilog-modi-get-inputs, verilog-modi-get-wires)
485 (verilog-modi-get-regs, verilog-modi-get-assigns)
486 (verilog-modi-get-consts, verilog-modi-get-gparams)
487 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
488 (verilog-modi-get-sub-inputs): Move inline functions earlier in
489 the file.
490 (sigs-in, sigs-out): Don't declare multiple times.
491 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
492 `defvar'.
493 (verilog-auto): Call dinotrace-unannotate-all only if bound.
494 (verilog-module-inside-filename-p): No need to wrap fboundp test
495 in condition-case.
496 (reporter-submit-bug-report): Autoload it.
497 (verilog-mark-defun): Call zmacs-activate-region only if bound.
498 (verilog-font-customize): Call customize-apropos only if bound.
499 (verilog-getopt-flags, verilog-auto-reeval-locals):
500 Use make-local-variable rather than make-variable-buffer-local.
501 (verilog-company, verilog-project, verilog-modi-cache-list):
502 Move make-variable-buffer-local calls to top-level.
503 (font-lock-defaults-alist): Don't define it.
504 (verilog-need-fld): Remove.
505 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
506 (verilog-mode): Only call make-local-hook on XEmacs.
507 Set font-lock-defaults rather than using verilog-font-lock-init.
508
509 * progmodes/verilog-mode.el (top-level): Don't require compile.
510 (compilation-error-regexp-alist, compilation-last-buffer):
511 Define for compiler.
512 (verilog-insert-1): New function.
513 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
514 Use verilog-insert-1.
515 (verilog-surelint-off): Use next-error-last-buffer if bound.
516 Check compile buffer is live.
517
518 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
519
520 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
521 gets inserted out-of-order.
522
523 2008-01-04 Riccardo Murri <riccardo.murri@gmail.com>
524
525 * vc-bzr.el: Copyright and version headers update.
526 Remove some outdated comments through the whole file.
527 (vc-bzr-program-args): Remove because unused.
528 (vc-bzr-log-switches): New customization option.
529 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
530 use `vc-bzr-program-args'.
531 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
532 `vc-find-root' (patch by Andreas Hoenen).
533 (vc-bzr-status): Update regex to match latest Bzr output.
534 Remove redundant test.
535 (vc-bzr-init-version): New function.
536 (vc-bzr-unregister): Must not delete file.
537 (vc-bzr-find-version): New function.
538 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
539 a non-empty string, otherwise take head revision.
540 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
541 (vc-bzr-diff): Simpler build of the revision spec string.
542 (vc-annotate-convert-time, vc-bzr-annotate-difference):
543 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
544 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
545 (vc-bzr-dired-state-info): Only provide custom strings for
546 overloaded VC state 'edited; otherwise fallback to
547 `vc-default-dired-state-info'.
548
549 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
550
551 * vc-git.el (vc-git-dir-state):
552 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
553
554 2008-01-04 Richard Stallman <rms@gnu.org>
555
556 * delsel.el (delete-selection-mode): Doc fix.
557
558 2008-01-04 Glenn Morris <rgm@gnu.org>
559
560 * version.el (emacs-copyright): Update to 2008.
561
562 2008-01-03 Nick Roberts <nickrob@snap.net.nz>
563
564 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
565 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
566
567 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
568 of watch expressions (only works fully with GDB 6.7 or later).
569
570 2008-01-03 Dan Nicolaescu <dann@ics.uci.edu>
571
572 * time-stamp.el (time-stamp-time-zone):
573 * whitespace.el (whitespace-check-buffer-leading)
574 (whitespace-check-buffer-trailing)
575 (whitespace-check-buffer-indent)
576 (whitespace-check-buffer-spacetab)
577 (whitespace-check-buffer-ateol):
578 * progmodes/sh-script.el (sh-indentation):
579 * textmodes/ispell.el (ispell-local-pdict):
580 Add safe-local-variable properties.
581
582 2007-12-31 Richard Stallman <rms@gnu.org>
583
584 * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
585 Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
586 `parent'.
587 (custom-group-value-create): Pass two args to custom-add-parent-links.
588
589 2007-12-29 Richard Stallman <rms@gnu.org>
590
591 * font-lock.el (font-lock-prepend-text-property)
592 (font-lock-append-text-property): Canonicalize the face and
593 font-lock-face properties.
594
595 * faces.el (facep): Doc fix.
596
597 * startup.el (fancy-startup-tail, fancy-about-text)
598 (fancy-startup-text): Regularize format of face property.
599
600 * facemenu.el (list-colors-print): Use :background and :foreground
601 instead of background-color and foreground-color.
602
603 2007-12-29 Drew Adams <drew.adams@oracle.com>
604
605 * cus-edit.el (custom-add-parent-links):
606 Fill the "Parent documentation" text.
607
608 2007-12-29 Eli Zaretskii <eliz@gnu.org>
609
610 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
611 MS-Windows and MS-DOS.
612 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
613
614 2007-12-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
615
616 * progmodes/grep.el (rgrep): Fix last change.
617
618 2007-12-27 Richard Stallman <rms@gnu.org>
619
620 * progmodes/compile.el (compilation-start): Set initial visible
621 point properly even when compilation buffer already current.
622
623 2007-12-26 Richard Stallman <rms@gnu.org>
624
625 * files.el (conf-mode-maybe): New function.
626 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
627
628 2007-12-26 Martin Rudalics <rudalics@gmx.at>
629
630 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
631
632 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
633
634 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
635
636 2007-12-25 Richard Stallman <rms@gnu.org>
637
638 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
639 so they never do EOF.
640
641 2007-12-23 Richard Stallman <rms@gnu.org>
642
643 * dired-aux.el: Load dired.el at run time too.
644
645 * faces.el (copy-face): Create the new face explicitly if it
646 does not exist already.
647
648 2007-12-23 Andreas Schwab <schwab@suse.de>
649
650 * files.el (switch-to-buffer-other-frame): Return the buffer
651 switched to.
652
653 2007-12-23 Juri Linkov <juri@jurta.org>
654
655 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
656 item to about-emacs instead of display-splash-screen.
657
658 2007-12-22 Eli Zaretskii <eliz@gnu.org>
659
660 * simple.el (minibuffer-history, shell-command-history)
661 (set-variable-value-history):
662 * replace.el (regexp-history):
663 * international/mule-cmds.el (input-method-history):
664 * files.el (file-name-history): Add reference to history-length in
665 the doc string.
666
667 2007-12-22 Richard Stallman <rms@gnu.org>
668
669 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
670
671 2007-12-21 Jason Rumney <jasonr@gnu.org>
672
673 * find-dired.el (find-name-arg): New custom variable.
674 (find-name-dired): Use it.
675 (find-dired-find-program): Remove.
676 (find-dired): Use find-program.
677 (find-grep-dired): Use grep-program.
678
679 * progmodes/grep.el (rgrep): Use find-name-arg.
680
681 2007-12-21 Martin Rudalics <rudalics@gmx.at>
682
683 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
684 specifier from format-string. Reported by Ye Wenbin.
685
686 2007-12-19 Martin Rudalics <rudalics@gmx.at>
687
688 * cus-start.el: Use correct group name for members of mode-line group.
689
690 2007-12-17 Thien-Thi Nguyen <ttn@gnuvola.org>
691
692 * progmodes/cc-vars.el (defcustom-c-stylevar):
693 Revert to pre-2007-12-12 version.
694
695 2007-12-15 Richard Stallman <rms@gnu.org>
696
697 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
698
699 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
700 Use changed.
701
702 * startup.el (fancy-splash-help-echo): Var deleted.
703 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
704 (fancy-about-screen): Don't display fancy-splash-help-echo.
705
706 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
707
708 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
709
710 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
711
712 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
713
714 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
715 function.
716 (add-submenu): Only define for XEmacs.
717 (verilog-regexp-words): Revert previous change, keep the other
718 definition.
719
720 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
721
722 * progmodes/perl-mode.el (perl-continued-statement-offset)
723 (perl-continued-brace-offset, perl-brace-offset)
724 (perl-brace-imaginary-offset, perl-label-offset):
725 * progmodes/cperl-mode.el (cperl-brace-offset)
726 (cperl-continued-brace-offset, cperl-label-offset)
727 (cperl-continued-statement-offset)
728 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
729 Add safe-local-variable properties.
730
731 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
732
733 * progmodes/verilog-mode.el (verilog-mode-map)
734 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
735 (verilog-colorize-include-files): Use only overlay functions so
736 that it can work on both emacs and XEmacs.
737 (set-extent-keymap): Remove unused defun.
738 (verilog-kill-existing-comment, verilog-insert-date)
739 (verilog-insert-year): Rename in order not to pollute the global
740 namespace from kill-existing-comment, insert-date and
741 insert-year, respectively.
742 (verilog-set-auto-endcomments, verilog-header): Update callers.
743
744 * files.el (auto-mode-alist): Recognize verilog files.
745
746 * progmodes/verilog-mode.el (verilog-string-replace-matches)
747 (verilog-string-remove-spaces, verilog-re-search-forward)
748 (verilog-re-search-backward, verilog-re-search-forward-quick)
749 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
750 (verilog-get-end-of-line, verilog-within-string): Move definitions
751 before first use. No code changes.
752
753 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
754
755 * progmodes/verilog-mode.el (verilog-mode-version)
756 (verilog-mode-release-date): Don't use expanding keywords.
757 (provide): Move to the end of file.
758 (fboundp): Don't check if eval-when-compile is bound, it is used
759 later in the file without checking.
760 (when, unless): Copy definitions from subr.el.
761 (char-before, defcustom, defface, customize-group)
762 (verilog-batch-error-wrapper): Don't use old style backquotes.
763 (verilog-regexp-opt): Avoid using the cl function case.
764 (verilog-regexp-words): Remove duplicated definition.
765 (verilog-mode-abbrev-table): Remove, duplicate.
766 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
767 Declare and initialize in one step.
768 (verilog-declaration-prefix-re, verilog-declaration-re)
769 (verilog-end-of-statement, verilog-indent-declaration)
770 (verilog-get-lineup-indent): Remove trailing whitespace.
771 (verilog-mode): Fix autoload cookie.
772 Set beginning-of-defun-function and end-of-defun-function.
773 Use when instead of if.
774 (verilog-emacs-features, verilog-auto-ascii-enum)
775 (verilog-insert-indices): Escape braces in doc strings.
776
777 2007-12-08 Michael McNamara <mac@verilog.com>
778 Wilson Snyder <wsnyder@wsnyder.org>
779
780 * progmodes/verilog-mode.el: New file.
781
782 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
783
784 * international/latexenc.el (latexenc-find-file-coding-system):
785 If both coding-system-for-write and buffer-file-coding-system of
786 latex-main-file are nil, use `undecided'.
787
788 2007-12-06 Jason Rumney <jasonr@gnu.org>
789
790 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
791
792 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
793
794 * ido.el (ido-save-history): Use emacs-mule coding system
795 instead of utf-8 to save filenames (it's safer in Emacs 22).
796 Set the `coding' local variable on the first line of the file.
797
798 2007-12-04 Karl Fogel <kfogel@red-bean.com>
799
800 * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
801 coding system. This ports revisions 1.40 and 1.41 over to the
802 EMACS_22_BASE branch, but with the right coding system for Emacs
803 22 to reliably record filenames. Suggested by Eli Zaretskii.
804
805 2007-12-01 Richard Stallman <rms@gnu.org>
806
807 * wid-edit.el (widget-type): Doc fix.
808
809 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
810
811 * emacs-lisp/byte-run.el (declare-function): Change to a macro.
812
813 2007-12-01 Alexandre Julliard <julliard@winehq.org>
814
815 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
816
817 2007-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
820 Don't match "sub { (...) ... }".
821
822 2007-11-29 Richard Stallman <rms@gnu.org>
823
824 * international/mule-cmds.el (toggle-input-method-active): New var.
825 (toggle-input-method): Bind toggle-input-method-active to t.
826 Error if it was already non-nil.
827
828 2007-11-29 Glenn Morris <rgm@gnu.org>
829
830 * calendar/time-date.el (with-decoded-time-value): Doc fix.
831
832 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
833
834 * calendar/time-date.el (encode-time-value): Doc fix.
835
836 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
837
838 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
839
840 2007-11-24 Kenichi Handa <handa@m17n.org>
841
842 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
843
844 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
845
846 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
847
848 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
849
850 * textmodes/paragraphs.el (forward-sentence): Doc fix.
851 Reported by Drew Adams <drew.adams@oracle.com>.
852
853 2007-11-20 Glenn Morris <rgm@gnu.org>
854
855 * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
856 for compatibility with Emacs 23.
857
858 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
859
860 * replace.el (map-query-replace-regexp): Doc fix (revert part of
861 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
862
863 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
864
865 * progmodes/gdb-ui.el: Update commentary.
866
867 2007-11-16 Eli Zaretskii <eliz@gnu.org>
868
869 * international/mule-cmds.el (set-locale-environment):
870 Set default-file-name-coding-system _after_ keyboard and terminal
871 coding systems. This fixes last change.
872
873 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
874 one space after "Subject:".
875
876 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
877
878 * subr.el (make-variable-frame-local):
879 Fix typo in obsolescence declaration.
880
881 2007-11-16 Glenn Morris <rgm@gnu.org>
882
883 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
884
885 2007-11-16 Rob Riepel <riepel@Stanford.EDU>
886
887 * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
888 (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
889 (tpu-scroll-window-up): Replace next-line-internal -> line-move.
890
891 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
892
893 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
894 in order to determine if there's a conflict.
895
896 2007-11-16 Juri Linkov <juri@jurta.org>
897
898 * man.el (Man-heading-regexp): Add 0-9.
899 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
900
901 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
902
903 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
904 Fix typo in docstring.
905
906 * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
907 (cua-highlight-region-shift-only): Doc fix.
908
909 2007-11-15 Richard Stallman <rms@gnu.org>
910
911 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
912
913 * reposition.el (reposition-window):
914 Binding C-M-l moved to bindings.el.
915
916 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
917
918 * add-log.el (add-change-log-entry-other-window):
919 Key binding C-x 4 a moved to bindings.el.
920
921 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
922 from filecache.el.
923
924 * filecache.el: Minibuffer map bindings moved to bindings.el.
925
926 2007-11-14 Jason Rumney <jasonr@gnu.org>
927
928 * international/mule-cmds.el (set-locale-environment):
929 Set default-file-name-coding-system from system defaults on Windows.
930
931 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
932
933 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
934 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
935 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
936 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
937 locations.
938 (gdb-info-breakpoints-custom, gdb-assembler-custom)
939 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
940 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
941
942 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
943
944 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
945 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
946 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
947 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
948 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
949 Rewrite in active voice.
950
951 2007-11-10 Juri Linkov <juri@jurta.org>
952
953 * startup.el: Backport startup screen related changes from the trunk.
954 (initialization): Change group to `environment'.
955 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
956 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
957 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
958 (initial-scratch-message): Fix docstring.
959 (startup-screen-inhibit-startup-screen)
960 (pure-space-overflow-message): New variables.
961 (command-line): Rename `inhibit-startup-message' to
962 `inhibit-startup-screen'.
963 (initial-scratch-message): Doc fix.
964 (fancy-splash-text): Remove variable.
965 (fancy-startup-text, fancy-about-text, splash-screen-keymap):
966 New variables.
967 (fancy-splash-delay, fancy-splash-max-time)
968 (fancy-current-text, fancy-splash-stop-time)
969 (fancy-splash-outer-buffer, fancy-splash-last-input-event):
970 Remove variables.
971 (fancy-splash-insert): Use help-echo from the 3rd element of the
972 link specification list, or "Follow this link" if it's nil. Doc fix.
973 Allow functions for face and link specs.
974 (fancy-splash-tail): Remove function.
975 (fancy-startup-tail): New function.
976 (fancy-splash-default-action, fancy-splash-special-event-action)
977 (fancy-splash-screens): Remove functions.
978 (fancy-about-screen): New function.
979 (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
980 Fix docstring. Use argument `startup' to conditionally display
981 different texts for Startup and About screens. Don't display Help
982 commands on the About screen. Remove `unwind-protect' `sit-for'
983 delay and `kill-buffer' after it.
984 (normal-mouse-startup-screen, normal-splash-screen)
985 (normal-no-mouse-startup-screen): New functions.
986 (startup-echo-area-message): Change text of the echo area.
987 (display-splash-screen): Remove function.
988 (display-startup-screen, display-about-screen): New functions.
989 (about-emacs): Make alias to `display-about-screen'.
990 (display-splash-screen): Make alias to `display-startup-screen'.
991 (command-line-1): Rename `inhibit-startup-message' to
992 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
993 started with command line options "-f", "-funcall", "-e", "-eval",
994 "-execute", "-insert", "-find-file", "-file", "-visit".
995 Inhibit startup screen when Emacs is started with a file name only
996 on tty (i.e. don't inhibit it when started with a file name like
997 "emacs FILE..." on a window system).
998 Comment out unused code for coping with the old sit-for behavior.
999 If file-count > 0, then display the concise version in another
1000 window, otherwise display full version in the same window.
1001 * loadup.el: Add `button'. Move up `startup'.
1002 * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
1003 * version.el (emacs-copyright): Add emacs-copyright.
1004 * menu-bar.el (menu-bar-help-menu):
1005 Move "About Emacs" and "About GNU" to the end of the Help menu.
1006 Move "Emacs Psychotherapist" after "Send Bug Report...".
1007 Move "External Packages" after "Find Emacs Packages".
1008
1009 2007-11-10 Jason Rumney <jasonr@gnu.org>
1010
1011 * w32-fns.el: Sync charset names with setup-default-fontset.
1012 Append "-1" where second part missing.
1013
1014 * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
1015
1016 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
1017
1018 * ido.el (ido-save-history): Write the history file in UTF-8,
1019 and add `coding' file-local variable.
1020
1021 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1022
1023 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
1024 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
1025 (iso-iso2duden-trans-tab): Add docstring.
1026
1027 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1028
1029 * faces.el (face-normalize-spec): Remove function.
1030 (frame-set-background-mode): Undo last change.
1031
1032 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1033
1034 * files.el (enable-local-variables): Doc fix.
1035
1036 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
1037
1038 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
1039 match dir like "a...b".
1040
1041 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
1042
1043 * eshell/esh-mode.el (eshell-output-filter):
1044 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
1045 Use `with-current-buffer'.
1046
1047 2007-11-05 Nick Roberts <nickrob@snap.net.nz>
1048
1049 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
1050
1051 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
1052
1053 * net/tls.el: Require rx when compiling.
1054 (tls-end-of-info): New variable.
1055 (open-tls-stream): Keep reading input until `tls-end-of-info' is
1056 matched.
1057
1058 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1059
1060 * simple.el (bad-packages-alist): Anchor semantic regexp.
1061
1062 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
1063
1064 * files.el (hack-local-variables): Fix membership tests to avoid
1065 treating all variables as safe if `enable-local-variables' is
1066 set to :safe (CVE-2007-5795).
1067
1068 2007-11-02 Glenn Morris <rgm@gnu.org>
1069
1070 * progmodes/etags.el (tags-table-mode): Disable undo.
1071
1072 * simple.el (bad-packages-alist): Revert previous change.
1073
1074 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1075
1076 * printing.el (printing): Fix :version, printing.el was included
1077 in emacs-22.1.
1078 (pr-path-style, pr-path-alist, pr-txt-name)
1079 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
1080 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
1081 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
1082 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
1083 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
1084 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
1085 (pr-setting-database, pr-visible-entry-list)
1086 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
1087 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
1088 :version.
1089
1090 2007-11-01 Glenn Morris <rgm@gnu.org>
1091
1092 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
1093
1094 * mail/footnote.el (footnote-numeric-regexp)
1095 (footnote-english-upper-regexp, footnote-english-lower-regexp)
1096 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
1097 Match multi-character footnotes.
1098
1099 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
1100 (nroff-indent-line-function): New function.
1101 (nroff-count-text-lines): Use nroff-forward-text-line rather than
1102 obsolete alias.
1103
1104 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
1105
1106 * net/tramp.el (tramp-open-connection-telnet)
1107 (tramp-open-connection-rsh, tramp-open-connection-su)
1108 (tramp-open-connection-multi): Set $LC_ALL to "C".
1109
1110 2007-10-31 Sven Joachim <svenjoac@gmx.de>
1111
1112 * dired-aux.el (dired-copy-file-recursive):
1113 Preserve directory permissions.
1114
1115 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1116
1117 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
1118 (whitespace-unload-function): New-style unload function. When run,
1119 unintern `whitespace-unload-hook' and call `unload-feature' recursively
1120 to stop the old hook from messing with the unloading.
1121
1122 * strokes.el (strokes-alphabetic-lessp): Doc fix.
1123
1124 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
1125
1126 * emacs-lisp/find-func.el (find-library): Use library at
1127 point as default interactive argument.
1128
1129 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1130
1131 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
1132 (elp-unset-master, elp-results): Fix typos.
1133 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
1134 Doc fixes.
1135
1136 * msb.el (msb--many-menus): Remove variable.
1137 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
1138 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
1139 (msb--toggle-menu-type): Fix typos in docstrings.
1140
1141 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
1142 (shadow-insert-var): Doc fixes.
1143 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
1144 Reflow docstrings.
1145 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
1146
1147 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
1148
1149 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
1150 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
1151 Fix typos in autoload docstrings.
1152
1153 * loadhist.el (unload-feature): Remove redundant check.
1154
1155 2007-10-30 Richard Stallman <rms@gnu.org>
1156
1157 * savehist.el (savehist-save): Obey savehist-ignored-variables.
1158
1159 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
1160
1161 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
1162 (gdb-var-update-handler-1): Use it.
1163
1164 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
1165
1166 * loadhist.el (unload-feature): Remove erroneous check for the
1167 FEATURE-unload-function variable; check the existence of the
1168 function (that's what the docstring says, and it makes more sense).
1169
1170 * follow.el (follow-unload-function): Add docstring.
1171 (follow-unload-function): Remove variable.
1172
1173 * server.el (server-unload-function): Remove variable.
1174 (server-unload-function): Unbind `server-edit' from `C-x #'.
1175
1176 * uniquify.el (uniquify-unload-function): Add docstring.
1177 (uniquify-unload-function): Remove variable.
1178
1179 * ses.el (ses-unload-function): New function.
1180
1181 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
1182
1183 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
1184 (unsafep-progn, unsafep-let): Fix typos in docstrings.
1185
1186 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
1187 before use to avoid a warning in packages that require uniquify.
1188 (uniquify-unload-function): New function and var.
1189
1190 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
1191
1192 * loadhist.el (unload-feature-special-hooks):
1193 Add `delete-frame-functions'.
1194
1195 * server.el (server-unload-function): Rename from `server-unload-hook'
1196 and adapt to new `unload-feature' functionality. Remove hook from
1197 `kill-buffer-hook' buffer-locally.
1198 (server-unload-hook): Remove.
1199 (server-unload-function): New var; replaces `server-unload-hook'.
1200
1201 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
1202
1203 * desktop.el (uniquify-managed): Pacify byte compiler.
1204 (desktop-buffer-info): If the buffer name is managed by uniquify,
1205 save the base name, not the uniquified one.
1206 (desktop-create-buffer): Allow `rename-buffer' to generate a new
1207 name in case of conflict.
1208
1209 2007-10-26 Glenn Morris <rgm@gnu.org>
1210
1211 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
1212 safe-local-variable property.
1213
1214 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
1215
1216 * net/browse-url.el (browse-url-browser-function): Delete grail.
1217 (browse-url-grail): Function and variable deleted.
1218 (browse-url-browser-function): Delete IXI Mosaic.
1219 (browse-url-default-browser): Don't try IXI Mosaic.
1220 (browse-url-iximosaic): Function deleted.
1221 (browse-url-browser-function): Delete MMM.
1222 (browse-url-default-browser): Don't try MMM.
1223 (browse-url-mmm): Function deleted.
1224
1225 2007-10-25 Glenn Morris <rgm@gnu.org>
1226
1227 * progmodes/f90.el (f90-indented-comment-re)
1228 (f90-directive-comment-re, f90-break-delimiters):
1229 * progmodes/fortran.el (fortran-comment-line-start-skip)
1230 (fortran-directive-re):
1231 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
1232 as safe if they are strings.
1233
1234 2007-10-25 Richard Stallman <rms@gnu.org>
1235
1236 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
1237
1238 2007-10-24 Richard Stallman <rms@gnu.org>
1239
1240 * savehist.el (savehist-save): Omit unreadable elements.
1241
1242 * loadhist.el (unload-function-defs-list): Renamed from
1243 unload-function-features-list.
1244 (unload-feature-special-hooks, unload-feature): Doc fixes.
1245
1246 * indent.el (indent-to-left-margin): If point's in the indentation,
1247 move to the end of the indentation.
1248
1249 * cus-edit.el (customize-changed-options): Make arg optional.
1250
1251 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
1252
1253 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
1254
1255 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1256
1257 * textmodes/css-mode.el: Require CL.
1258 (comment-continue): Declare.
1259
1260 * subr.el (make-variable-frame-localizable): Remove.
1261 (make-variable-frame-local): Mark obsolete.
1262
1263 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
1264
1265 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
1266 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
1267
1268 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
1269
1270 * comint.el (comint-password-prompt-regexp):
1271 Handle `[sudo] password'-style prompt.
1272
1273 2007-10-23 Glenn Morris <rgm@gnu.org>
1274
1275 * progmodes/f90.el (f90-do-indent, f90-if-indent)
1276 (f90-type-indent, f90-program-indent)
1277 (f90-continuation-indent, f90-comment-region)
1278 (f90-beginning-ampersand, f90-smart-end)
1279 (f90-break-before-delimiters, f90-auto-keyword-case)
1280 (f90-leave-line-no, f90-mode-hook):
1281 Give an appropriate safe-local-variable property.
1282 (f90-font-lock-keywords-2): Fix `go to' regexp.
1283
1284 * progmodes/fortran.el (fortran-tab-mode-default)
1285 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
1286 (fortran-structure-indent, fortran-continuation-indent)
1287 (fortran-comment-indent, fortran-comment-line-extra-indent)
1288 (fortran-comment-line-start)
1289 (fortran-minimum-statement-indent-fixed)
1290 (fortran-minimum-statement-indent-tab)
1291 (fortran-comment-indent-char, fortran-line-number-indent)
1292 (fortran-check-all-num-for-matching-do)
1293 (fortran-blink-matching-if, fortran-continuation-string)
1294 (fortran-comment-region, fortran-electric-line-number)
1295 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1296 (fortran-analyze-depth, fortran-break-before-delimiters):
1297 Give an appropriate safe-local-variable property.
1298
1299 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1300
1301 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
1302 of the subdirs is unreadable.
1303
1304 2007-10-22 Martin Rudalics <rudalics@gmx.at>
1305
1306 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
1307 Use window-full-width-p.
1308
1309 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1310
1311 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
1312 (tpu-edt-off): Use it.
1313 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
1314 the global-map before adding it to global-map.
1315
1316 * menu-bar.el (global-buffers-menu-map): New var.
1317 (global-map, menu-bar-update-buffers): Use it.
1318 * msb.el (msb-menu-bar-update-buffers): Use it.
1319 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
1320 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
1321 Use with-current-buffer.
1322
1323 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1324
1325 * hexl.el (hexl-menu): New major mode menu.
1326
1327 2007-10-20 Glenn Morris <rgm@gnu.org>
1328
1329 * progmodes/f90.el (f90-font-lock-keywords-2)
1330 (f90-looking-at-type-like): Fix regexp typos.
1331
1332 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1333
1334 * bs.el (bs-mode): Add mode name (accidentally left out
1335 in the 2007-10-16 change).
1336
1337 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1338
1339 * bs.el (bs--track-window-changes): Don't refresh the whole list.
1340 (bs-mode): Set mode-class property to special.
1341
1342 * follow.el (follow-unload-function): New function.
1343
1344 * loadhist.el (unload-function-features-list):
1345 Rename from `unload-hook-features-list'.
1346 (unload-hook-features-list): Add as obsolete alias.
1347 (unload-feature): Use `unload-function-features-list'
1348 and new FEATURE-unload-function.
1349
1350 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
1351
1352 * loadhist.el (unload-feature-special-hooks):
1353 Update list of special hooks.
1354
1355 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
1356 (adaptive-fill-function): Doc fix. Remove * from docstring.
1357
1358 2007-10-18 Glenn Morris <rgm@gnu.org>
1359
1360 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
1361
1362 2007-10-17 Aaron Hawley <aaronh@garden.org>
1363
1364 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1365 position is not saved.
1366
1367 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
1368
1369 * longlines.el (longlines-wrap-follows-window-size): Integer value
1370 specifies wrapping margin.
1371 (longlines-mode, longlines-window-change-function):
1372 Set window-specific wrapping margin based on the above.
1373
1374 2007-10-17 John Wiegley <johnw@newartisans.com>
1375
1376 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1377
1378 2007-10-17 Glenn Morris <rgm@gnu.org>
1379
1380 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1381 Tweak regexp to avoid stack overflow.
1382
1383 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1384
1385 * simple.el (reindent-then-newline-and-indent): Don't assume that
1386 indent-according-to-mode preserves point.
1387
1388 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
1389
1390 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
1391 (bs--restore-window-config): Keep the selected frame.
1392 (bs--track-window-changes, bs--remove-hooks): New functions.
1393 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
1394 (bs--show-with-configuration): Revert 2006-11-09 change.
1395 Don't reuse window unless it is visible on the selected frame.
1396 Restore window configuration (possibly in a different frame)
1397 before creating any window.
1398
1399 2007-10-16 Richard Stallman <rms@gnu.org>
1400
1401 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1402 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1403 (ad-is-advised, ad-get-advice-info-field)
1404 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1405
1406 2007-10-16 Glenn Morris <rgm@gnu.org>
1407
1408 * simple.el (blink-matching-open): Don't report false errors with
1409 the `$' syntax class.
1410
1411 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1412
1413 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1414 (filesets-ormap, filesets-sort-case-sensitive-flag)
1415 (filesets-remake-shortcut, filesets-ingroup-collect-files):
1416 Fix typos in docstrings.
1417 (filesets-data-get-name, filesets-data-get-data)
1418 (filesets-data-set, filesets-cmd-query-replace-getargs)
1419 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
1420
1421 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1422
1423 * term/mac-win.el: Don't require url when compiling, as url-type is
1424 no longer a macro.
1425
1426 2007-10-14 Glenn Morris <rgm@gnu.org>
1427
1428 * progmodes/etags.el (select-tags-table): Disable undo in the
1429 `*Tags Table List*' buffer.
1430
1431 2007-10-13 Eli Zaretskii <eliz@gnu.org>
1432
1433 * dired.el (dired-warn-writable): New face.
1434 (dired-warn-writable-face): New variable.
1435 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1436 of dired-warning-face, for group- and world-writable files.
1437
1438 2007-10-13 Glenn Morris <rgm@gnu.org>
1439
1440 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1441 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1442 Add doc string, and an explicit COUNT argument.
1443 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1444 `inc' to search functions.
1445
1446 2007-10-13 John W. Eaton <jwe@octave.org>
1447
1448 * progmodes/octave-mod.el (octave-looking-at-kw)
1449 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1450 New functions.
1451 (octave-in-defun-p, calculate-octave-indent)
1452 (octave-blink-matching-block-open, octave-beginning-of-defun)
1453 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
1454 to search for regexps that contain case-sensitive keywords.
1455 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
1456 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1457
1458 2007-10-13 Richard Stallman <rms@gnu.org>
1459
1460 * files.el (directory-abbrev-alist): Doc fix.
1461
1462 2007-10-13 Jari Aalto <jari.aalto@cante.net>
1463
1464 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1465
1466 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1467
1468 * frame.el (set-frame-configuration): Assign name parameter only
1469 if it has been set explicitly before.
1470
1471 * window.el (handle-select-window): Revert part of 2007-10-06
1472 change setting the input focus.
1473
1474 2007-10-12 Glenn Morris <rgm@gnu.org>
1475
1476 * cus-edit.el (custom-variable-menu, custom-face-menu)
1477 (custom-group-menu): Check init-file-user rather than
1478 user-init-file, in case cus-edit is loaded by site-run-file.
1479
1480 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1481
1482 * follow.el (follow-stop-intercept-process-output):
1483 Use `follow-call-process-filter' rather than `process-filter'.
1484
1485 2007-10-11 Tom Tromey <tromey@redhat.com>
1486
1487 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1488 frame is visible.
1489
1490 2007-10-10 Richard Stallman <rms@gnu.org>
1491
1492 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1493 in *Backtrace*.
1494
1495 * faces.el (face-font-selection-order): Doc fix.
1496
1497 * loadhist.el (unload-feature): Doc fix.
1498
1499 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1500
1501 * ps-print.el: Fix the usage of :foreground and :background face
1502 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1503 (ps-print-version): New version 6.7.6.
1504 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
1505 Fix code.
1506 (ps-face-foreground-color-p, ps-face-background-color-p)
1507 (ps-face-color-p): New inline funs.
1508
1509 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
1510
1511 * follow.el: Change all instances of "Follow Mode" to "Follow
1512 mode" in docstrings and messages.
1513
1514 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
1515
1516 * faces.el (face-font-selection-order): Doc fix.
1517
1518 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
1519 (follow-mode-off-hook): Mark as obsolete.
1520
1521 2007-10-08 Richard Stallman <rms@gnu.org>
1522
1523 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
1524 (edebug-install-custom-print, edebug-reset-print-funcs)
1525 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
1526 Functions deleted.
1527 (edebug-prin1, edebug-print, edebug-prin1-to-string)
1528 (edebug-format, edebug-message): Define directly as aliases.
1529
1530 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1531
1532 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
1533
1534 2007-10-07 Glenn Morris <rgm@gnu.org>
1535
1536 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
1537 version numbers.
1538
1539 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
1540
1541 * net/tramp.el (tramp-completion-mode): Extend doc-string.
1542 (tramp-completion-mode-p): Revert change from 2007-09-24.
1543 Checking for `return' etc as last character is not sufficient, for
1544 example in dired-mode when entering <g> (revert-buffer) or
1545 <s> (dired-sort).
1546
1547 2007-10-06 Martin Rudalics <rudalics@gmx.at>
1548
1549 * window.el (mouse-autoselect-window-cancel): Don't cancel for
1550 select-window or select-frame events.
1551 (handle-select-window): When autoselecting window set input
1552 focus. Restructure.
1553
1554 * frame.el (focus-follows-mouse): Moved to frame.c.
1555 * cus-start.el (all): Add focus-follows-mouse.
1556
1557 2007-10-05 Chris Moore <dooglus@gmail.com>
1558
1559 * server.el (server-kill-new-buffers): Doc fix.
1560
1561 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
1562
1563 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
1564 activate font-locking in the *buffer-selection* buffer.
1565 (bs-show-sorted): Doc fix.
1566
1567 * bs.el (bs--get-marked-string, bs--get-modified-string)
1568 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1569 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
1570 (bs--format-aux): Doc fix.
1571
1572 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1573
1574 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
1575
1576 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1577
1578 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
1579
1580 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
1581
1582 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
1583 (gud-gdb): New function for old M-x gdb (text command mode).
1584 (gud-gdb-command-name, gdb): Move to...
1585
1586 * progmodes/gdb-ui.el: ...here and adapt doc string.
1587 (gud-gdba-command-name, gdba): Delete.
1588
1589 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
1590
1591 * bs.el: Don't defvar `font-lock-verbose'.
1592 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
1593 (bs--get-file-name): Fix typos in docstrings.
1594 (bs--show-header): Use `dolist' instead of `mapcar'.
1595 (bs-mode): Set `show-trailing-whitespace' to nil.
1596 (bs-buffer-sort-function, bs-mouse-select-other-frame)
1597 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
1598 Doc fixes.
1599
1600 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
1601
1602 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
1603
1604 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
1605
1606 * progmodes/gud.el (gdb): Make graphical mode the default and
1607 switch to text command mode if appropriate, i.e., reverse previous
1608 arrangement.
1609 (gud-gdb-marker-filter): Adapt for above change.
1610
1611 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
1612 gud-minor-mode and gud-marker-filter.
1613 (gdb-fullname-regexp): New variable.
1614 (gud-gdba-marker-filter): Use it to switch to text command
1615 mode if appropriate.
1616
1617 2007-10-02 Richard Stallman <rms@gnu.org>
1618
1619 * frame.el (cursor-in-non-selected-windows): Doc fix.
1620
1621 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
1622
1623 * progmodes/gud.el (gud-display-line): Find source buffer even when
1624 GUD buffer has its own frame.
1625
1626 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1627
1628 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1629
1630 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1631
1632 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1633
1634 2007-09-29 Martin Rudalics <rudalics@gmx.at>
1635
1636 * allout.el (allout-before-change-handler): Replace got-char by
1637 goto-char.
1638
1639 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1640
1641 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
1642 Used to try and automatically enabled smerge-mode in the presence of
1643 conflicts and to call `svn resolved' when the conflicts are gone.
1644 (vc-svn-parse-status): Remember the svn-specific status.
1645
1646 * newcomment.el (comment-choose-indent): New function extracted
1647 from comment-indent. Improve the alignment algorithm.
1648 (comment-indent): Use it.
1649
1650 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
1651
1652 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
1653 (eldoc-message-commands, eldoc-current-idle-delay):
1654 Fix typos in docstrings.
1655
1656 * progmodes/python.el (python-eldoc-function): Doc fix.
1657
1658 2007-09-26 Eli Zaretskii <eliz@gnu.org>
1659
1660 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
1661 menu-bar-apropos-menu. All users changed.
1662 (menu-bar-help-menu): Change menu symbols to better match the text
1663 displayed by the menu.
1664
1665 2007-09-25 Glenn Morris <rgm@gnu.org>
1666
1667 * view.el (view-search-no-match-lines): Add a doc string.
1668 Rewrite to simplify and work better.
1669
1670 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
1671
1672 * net/tramp.el (tramp-completion-mode-p): Rename from
1673 `tramp-completion-mode'. Revert logic, check `return', `newline'
1674 and such alike. Packages like Icicles tend to use other completion
1675 characters but `tab' and `space' only.
1676 (top): Require cl.el, when `copy-tree' is not available otherwise.
1677
1678 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
1679 `ad-get-arg'.
1680
1681 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
1682
1683 * net/tramp-vc.el (tramp-vc-user-login-name):
1684 Use `vc-find-version' instead of `process-file' to check whether we
1685 have a new enough vc that doesn't need the defadvice.
1686
1687 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
1688
1689 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
1690 #, @, : and ^.
1691
1692 2007-09-23 Glenn Morris <rgm@gnu.org>
1693
1694 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
1695
1696 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1697
1698 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
1699
1700 * log-view.el (log-view-mode-map): Likewise.
1701
1702 * diff-mode.el (diff-mode-shared-map): Likewise.
1703
1704 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
1705
1706 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
1707 add inferior-octave-directory-tracker to the buffer-local value
1708 of comint-input-filter-functions.
1709
1710 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1711
1712 * files.el (file-name-sans-versions): Also allow `A-Z'.
1713
1714 * vc.el: Mention all supported VC backends.
1715
1716 2007-09-22 Richard Stallman <rms@gnu.org>
1717
1718 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
1719 neighbouring buttons.
1720
1721 2007-09-22 Andreas Schwab <schwab@suse.de>
1722
1723 * files.el (file-name-sans-versions): Also allow `_'.
1724
1725 2007-09-22 Glenn Morris <rgm@gnu.org>
1726
1727 * eshell/esh-mode.el (eshell-output-filter-functions):
1728 Add eshell-postoutput-scroll-to-bottom.
1729
1730 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1731
1732 * files.el (file-name-sans-versions): Allow - and a-z in version names.
1733
1734 * log-view.el (log-view-mode-map, log-view-mode-menu):
1735 Bind log-view-annotate-version.
1736 (log-view-beginning-of-defun, log-view-end-of-defun)
1737 (log-view-annotate-version): New functions.
1738 (log-view-mode): Use log-view-beginning-of-defun and
1739 log-view-end-of-defun.
1740
1741 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1742
1743 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
1744
1745 2007-09-21 Kevin Ryde <user42@zip.com.au>
1746
1747 * international/mule.el (sgml-html-meta-auto-coding-function):
1748 Bind `case-fold-search' to t.
1749
1750 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1751
1752 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
1753 neighbouring buttons.
1754
1755 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1756 Recognize gcc's use of "note" for informational messages.
1757
1758 2007-09-20 Glenn Morris <rgm@gnu.org>
1759
1760 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
1761 motion functions, rather than hard-coding "\n\n".
1762 (tex-validate-region): Check for eobp, to speed up.
1763 (tex-next-unmatched-end): Doc fix.
1764
1765 2007-09-19 Glenn Morris <rgm@gnu.org>
1766
1767 * textmodes/tex-mode.el (tex-terminate-paragraph):
1768 Use backward-paragraph.
1769
1770 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1771
1772 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
1773 (css-mode): Update correspondingly.
1774
1775 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1776
1777 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
1778
1779 * vc-hooks.el (vc-menu-entry): New var.
1780 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
1781 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
1782 (vc-menu-map): Declare and initialize in one step.
1783
1784 * menu-bar.el (vc-menu-map): Don't setup any more.
1785 Instead, just create the proper spot in the menu.
1786
1787 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
1788 Stefan Monnier <monnier@iro.umontreal.ca>
1789
1790 * vc.el: Document new VC operation `extra-menu'.
1791
1792 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
1793
1794 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1795
1796 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
1797 Signed-off-by, Acked-by and Merge.
1798
1799 2007-09-17 Glenn Morris <rgm@gnu.org>
1800
1801 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
1802 filename from `--file-line-error', if it is available.
1803
1804 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1805
1806 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
1807 TeX `--file-line-error' format.
1808
1809 2007-09-17 Glenn Morris <rgm@gnu.org>
1810
1811 * textmodes/tex-mode.el (tex-region): Simplify previous change,
1812 handling the case where the region is not in `tex-main-file'.
1813 (tex-region-1): Delete.
1814 (tex-region-header): New function, doing the header part of the
1815 old tex-region-1.
1816
1817 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1818
1819 * ediff-init.el (ediff-verbose-p): This var is not a constant.
1820
1821 2007-09-16 Drew Adams <drew.adams@oracle.com>
1822
1823 * cus-edit.el (custom-face-edit-activate): Doc fix.
1824
1825 2007-09-16 Glenn Morris <rgm@gnu.org>
1826
1827 * textmodes/tex-mode.el (tex-region): Handle the case where the
1828 region is not in `tex-main-file'. Move the old code that applies
1829 to both cases...
1830 (tex-region-1): ...to this new function.
1831
1832 2007-09-15 Martin Rudalics <rudalics@gmx.at>
1833
1834 * simple.el (blink-matching-open): Don't display message when no
1835 paren is found within blink-matching-paren-distance characters.
1836 Don't search prompt in blink-matching-paren-distance nil case.
1837
1838 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
1839
1840 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
1841
1842 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1843
1844 * vc-mtn.el: New file.
1845
1846 * vc-hooks.el (vc-handled-backends): Add Mtn.
1847
1848 2007-09-13 Eli Zaretskii <eliz@gnu.org>
1849
1850 * files.el (find-file, find-file-other-window)
1851 (find-file-other-frame, find-file-existing, find-file-read-only)
1852 (find-file-read-only-other-window)
1853 (find-file-read-only-other-frame)
1854 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
1855
1856 2007-09-13 Jari Aalto <jari.aalto@cante.net>
1857
1858 * man.el (Man-default-man-entry): At end of line, continue looking
1859 to the next line for possible end of hyphenated command.
1860
1861 2007-09-13 Chris Moore <dooglus@gmail.com>
1862
1863 * shell.el (shell-resync-dirs): Don't move the cursor relative to
1864 the command being edited.
1865
1866 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
1867
1868 * progmodes/gud.el (gdb-ready): New variable.
1869 (gdb): Set it to nil. Set gud-running to nil here...
1870 (gud-common-init): ...instead of here.
1871
1872 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1873 Use gdb-ready. Discard input until GDB is ready to accept it.
1874
1875 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
1876
1877 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
1878 C-M-S- keys.
1879
1880 2007-09-12 Martin Rudalics <rudalics@gmx.at>
1881
1882 * dired.el (dired-warning): Inherit from font-lock-warning-face to
1883 make it show up with eight colors.
1884
1885 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1886
1887 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
1888 diffs are concatenated with no intervening line.
1889
1890 2007-09-10 Dave Love <fx@gnu.org>
1891
1892 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1893 (python-font-lock-keywords): Update to the 2.5 version of the language.
1894 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1895 (python-backspace): Only behave funny in code.
1896 (python-compilation-regexp-alist): Add PDB stack trace regexp.
1897 (inferior-python-mode): Add PDB prompt regexp.
1898 (python-fill-paragraph): Refine the fenced-string regexp.
1899 (python-find-imports): Handle imports spanning several lines.
1900 (python-mode): Add `class' to hideshow support.
1901
1902 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1903
1904 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
1905 add-log-buffer-file-name-function rather than bind buffer-file-name,
1906 so we dont end up calling change-log-mode in *cvs* when `fi' is the
1907 ChangeLog file itself.
1908
1909 * outline.el (outline-flag-region): Use front-advance.
1910
1911 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
1912
1913 * progmodes/cperl-mode.el: Merge upstream 5.23.
1914 (cperl-where-am-i): Remove function.
1915 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
1916 (cperl-sniff-for-indent): De-invert [string] and [comment].
1917 When looking for label, skip s:m:y:tr.
1918 (cperl-indent-line): Likewise.
1919 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
1920 (cperl-windowed-init): Wrong `ps-print' handling.
1921 Both thanks to Chong Yidong.
1922 (cperl-look-at-leading-count): Could fail with unfinished RExen.
1923 (cperl-find-pods-heres): If the second part of s()[] is missing,
1924 don't try to highlight delimiters...
1925
1926 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1927
1928 * progmodes/compile.el (compilation-get-file-structure): Complete last
1929 change by also using spec-directory in the puthash.
1930
1931 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
1932
1933 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
1934 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
1935 (vc-bzr-status): Fix shadowing of variable 'status'.
1936 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
1937 Use `expand-file-name' instead of `concat'.
1938 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
1939 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
1940
1941 2007-09-05 Jason Rumney <jasonr@gnu.org>
1942
1943 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
1944
1945 2007-09-02 Richard Stallman <rms@gnu.org>
1946
1947 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
1948 Add `safe-local-variable' property.
1949 (lisp-body-indent): Likewise.
1950
1951 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1952
1953 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
1954 prev/next-node.
1955
1956 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
1957 (x-gtk-map-stock): New function.
1958
1959 2007-09-02 Glenn Morris <rgm@gnu.org>
1960
1961 * comint.el (comint-mode): Don't set scroll-conservatively.
1962
1963 * eshell/em-unix.el (eshell/time): Stringify and flatten the
1964 non-command arguments.
1965
1966 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
1967
1968 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1969 Fix bug: Don't expand top-level file name more than once.
1970 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
1971
1972 2007-09-01 Richard Stallman <rms@gnu.org>
1973
1974 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
1975 Add doc string.
1976
1977 2007-08-30 Richard Stallman <rms@gnu.org>
1978
1979 * speedbar.el (speedbar-frame-reposition-smartly)
1980 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
1981 (speedbar-check-vc): Don't use dframe-xemacsp.
1982
1983 2007-08-30 Martin Rudalics <rudalics@gmx.at>
1984
1985 * files.el (backup-buffer-copy): Try to overwrite old backup first.
1986
1987 2007-08-29 Martin Rudalics <rudalics@gmx.at>
1988
1989 * repeat.el (repeat): Use last-repeatable-command instead of
1990 real-last-command. Run pre- and post-command hooks for
1991 self-insertion. Update doc-string.
1992
1993 2007-08-28 Glenn Morris <rgm@gnu.org>
1994
1995 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
1996
1997 2007-08-27 Alexandre Julliard <julliard@winehq.org>
1998
1999 * vc-git.el (vc-git-state): Call git-add --refresh to update the
2000 state of the file.
2001 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
2002 (vc-git-create-repo): Fix invalid command.
2003
2004 2007-08-27 Richard Stallman <rms@gnu.org>
2005
2006 * textmodes/flyspell.el (flyspell-mode):
2007 Catch errors in flyspell-mode-on.
2008
2009 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2010
2011 * progmodes/modula2.el (m2-definition, m2-module):
2012 Don't use previous-line. Reported by T. V. Raman.
2013
2014 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2015
2016 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
2017 argument to tool-bar-mode call.
2018
2019 2007-08-27 Glenn Morris <rgm@gnu.org>
2020
2021 * diff-mode.el (diff-find-file-name): Only accept regular files,
2022 to rule out /dev/null, directories, etc.
2023
2024 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
2025
2026 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
2027 safe-local-variable setting.
2028 * progmodes/perl-mode.el (perl-indent-level): Likewise.
2029
2030 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2031
2032 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
2033 of buffers in uniquify-managed.
2034
2035 * simple.el (invisible-p): Rename from text-invisible-p.
2036 Update callers.
2037
2038 2007-08-25 Alan Mackenzie <acm@muc.de>
2039
2040 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
2041 new language variable.
2042
2043 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
2044 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
2045 "extern" etc., rather than BOI. Fix addition of spurious
2046 syntactic-symbol 'defun-block-intro, replacing it with
2047 'innamespace, etc.
2048
2049 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
2050
2051 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
2052 Don't behave differently when executed via M-x. Add doc string.
2053
2054 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2055
2056 * files.el (backup-buffer-copy): Don't wrap delete in
2057 condition-case, only try to delete if file exists.
2058
2059 2007-08-24 Glenn Morris <rgm@gnu.org>
2060
2061 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
2062
2063 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2064
2065 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
2066 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
2067 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
2068 (cperl-etags-goto-tag-location): Use new style backquotes.
2069
2070 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
2071 (dynamic-completion-table): Use it it.
2072
2073 * net/browse-url.el: Remove spurious * in custom docstrings.
2074 (browse-url-filename-alist): Use new-style backquote.
2075
2076 * emacs-lisp/backquote.el (backquote-unquote-symbol)
2077 (backquote-splice-symbol): Clarify they're not new-style unquotes.
2078
2079 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
2080 (\,@): Backslash the , and ,@ which are not new-style unquotes.
2081
2082 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
2083
2084 * net/socks.el (socks-username/password-auth-filter):
2085 Remove unused vars `state' and `desired-len'.
2086 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
2087 (socks-wait-for-state-change): Use new-style backquotes.
2088
2089 * pcvs.el (cvs-mode-status): Fix long-standing typo.
2090
2091 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
2092 backquotes after each `read' rather than once per buffer.
2093
2094 * dframe.el: Remove spurious * in custom docstrings.
2095 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
2096 (dframe-xemacs20p): Remove, inline at the sole use point.
2097 (defface): Don't defvar the face, don't use old-style backquote.
2098 (defcustom): Don't use old-style backquote.
2099 (dframe-frame-parameter, dframe-mouse-event-p):
2100 Make it obvious that it's always defined.
2101 (dframe-popup-kludge): New function to replace
2102 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
2103 (dframe-frame-mode, dframe-set-timer-internal)
2104 (dframe-mouse-set-point): Remove use of with-no-warnings from
2105 XEmacs-specific code.
2106 (dframe-set-timer-internal): Fix very old bug with
2107 post-command-idle-hook.
2108
2109 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
2110
2111 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
2112
2113 * image-mode.el (image-minor-mode): Use image-mode-text-map.
2114
2115 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
2116
2117 * sort.el (sort-fold-case, sort-numeric-base): Mark as
2118 safe-local-variable.
2119
2120 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2121
2122 * net/browse-url.el (browse-url-emacs): New function.
2123
2124 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2125
2126 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
2127 warning if the file uses old style backquotes.
2128
2129 * emacs-lisp/bytecomp.el (byte-compile-log-file)
2130 (byte-recompile-directory, byte-compile-file)
2131 (byte-compile-from-buffer): Use with-current-buffer.
2132
2133 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
2134 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
2135 (line-move-1, line-move-finish, line-move-to-column)
2136 (move-end-of-line, move-beginning-of-line): Use new name.
2137
2138 2007-08-22 Glenn Morris <rgm@gnu.org>
2139
2140 * files.el (backup-buffer-copy): Check backup directory is
2141 writable, to avoid infloop deleting old backup.
2142
2143 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
2144 movemail related variables.
2145 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
2146 will now be set before this is called.
2147
2148 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2149
2150 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
2151
2152 * progmodes/ada-mode.el: Fix up comment style in header.
2153 (ada-check-emacs-version): Remove.
2154 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
2155 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
2156 to try and quieten the byte-compiler.
2157 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
2158
2159 * vc.el (vc-annotate-warp-version): Don't use previous-line.
2160
2161 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
2162
2163 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
2164 extracted from `eval-last-sexp-1'.
2165 (eval-last-sexp-1): Call `preceding-sexp'.
2166
2167 2007-08-19 Glenn Morris <rgm@gnu.org>
2168
2169 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
2170 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
2171 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
2172 shadow files messing up the compilation.
2173
2174 2007-08-18 Glenn Morris <rgm@gnu.org>
2175
2176 * progmodes/scheme.el (scheme-mode-variables):
2177 Set font-lock-comment-start-skip.
2178
2179 2007-08-18 Martin Rudalics <rudalics@gmx.at>
2180
2181 * progmodes/ada-mode.el (ada-create-syntax-table):
2182 Move set-syntax-table from here to ...
2183 (ada-mode): ... here. Don't change global value of comment-multi-line.
2184 Call new function ada-initialize-syntax-table-properties.
2185 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
2186 (ada-deactivate-properties, ada-initialize-properties):
2187 Replace by new functions ...
2188 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
2189 (ada-initialize-syntax-table-properties): ... to set up syntax-table
2190 properties uniformly, independently from whether font-lock-mode
2191 is enabled or not. Handle read-only buffers and do not change
2192 undo-list when setting syntax-table properties.
2193 (ada-after-change-function): Use ada-set-syntax-table-properties.
2194
2195 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2196
2197 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
2198 (cperl-find-pods-heres): Fix an error when typing expressions like
2199 `s{a}{b}'.
2200
2201 2007-08-17 Glenn Morris <rgm@gnu.org>
2202
2203 * progmodes/compile.el (compilation-get-file-structure): Make use
2204 of the directory part when checking for an existing entry, to
2205 handle files with same basename in different directories.
2206
2207 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2208
2209 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
2210 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
2211 (ps-paragraph-spacing): Docstring fix.
2212
2213 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2214
2215 * smerge-mode.el (smerge-resolve): New arg `safe'.
2216 (smerge-resolve-all, smerge-batch-resolve): New function.
2217 (smerge-refine): Make sure `diff' returns the expected result.
2218 (smerge-parsep-re): New const.
2219 (smerge-mode): Use it to adjust paragraph-separate.
2220
2221 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2222 Correctly match / regexp matchers as first char on a line when
2223 fontifying only that line.
2224
2225 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
2226
2227 2007-08-16 Glenn Morris <rgm@gnu.org>
2228
2229 * ps-print.el (ps-font-size): Doc fix.
2230
2231 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2232
2233 * vc-bzr.el: Don't fiddle with vc-handled-backend.
2234 (vc-bzr-registered): Don't redundantly protect against
2235 file-error. Actually use the format-specific code.
2236 (vc-bzr-buffer-nonblank-p): Remove.
2237 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
2238
2239 2007-08-15 Glenn Morris <rgm@gnu.org>
2240
2241 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
2242 sloppier, for the sake of GNU Mailman.
2243 (rmail-digest-rfc1153): Initialize `result' correctly.
2244
2245 2007-08-14 Glenn Morris <rgm@gnu.org>
2246
2247 * simple.el (bad-packages-alist): New constant.
2248 (bad-package-check): New function. Together, these two add
2249 elements to `after-load-alist' to check for problematic external
2250 packages.
2251 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
2252
2253 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
2254
2255 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
2256 optional quotes around files in NEED-UPDATE . REMOVED case.
2257
2258 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
2259 (ada-treat-cmd-string): Improve error message.
2260 (ada-do-file-completion): Call `ada-require-project-file', so
2261 project variables are set properly.
2262 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
2263 (ada-gnatfind-buffer-name): New constant.
2264 (ada-find-any-references): Use new constant. Set buffer name
2265 properly in compilation-start. Toggle read-only properly.
2266 (ada-find-in-src-path): Fix spelling error in docstring.
2267
2268 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
2269 by zero error.
2270
2271 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
2272
2273 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
2274
2275 2007-08-12 Richard Stallman <rms@gnu.org>
2276
2277 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
2278 (cvs-execute-single-file): Use new name split-string-and-unquote.
2279 (cvs-header-msg): Use new name combine-and-quote-strings.
2280
2281 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
2282
2283 * progmodes/gud.el (gud-common-init): Use new name
2284 split-string-and-unquote.
2285
2286 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
2287 in javac regexp.
2288
2289 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
2290 combine-and-quote-strings and split-string-and-unquote.
2291
2292 * subr.el (combine-and-quote-strings): Rename from strings->string.
2293 (split-string-and-unquote): Rename from string->strings.
2294
2295 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2296
2297 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
2298 to buffer-local settings.
2299
2300 * emacs-lisp/backquote.el (backquote-delay-process): New function.
2301 (backquote-process): Add internal arg `level'. Use the two to
2302 correctly handle nested backquotes.
2303
2304 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
2305
2306 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
2307 (vc-bzr-state-words): Add "kind changed" state word.
2308 (vc-bzr-status): New function. Return Bzr idea of file status,
2309 which is different from VC's.
2310 (vc-bzr-state): Use vc-bzr-status.
2311 (vc-workfile-unchanged-p): Use vc-bzr-status.
2312 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
2313 (vc-dired-state): Process "kind changed" state word.
2314
2315 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2316
2317 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
2318
2319 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
2320 Move from vc-default-find-file-not-found-hook.
2321
2322 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
2323
2324 * url/url-auth.el (url-basic-auth): When prompting for username
2325 and password, default to the username and password in the URL.
2326
2327 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2328
2329 * man.el: Remove spurious * in docstrings.
2330 Merge defvars and toplevel setq-defaults.
2331 (Man-highlight-references0): Limit=nil rather than point-max.
2332 (Man-mode-map): Move initialization into the declaration.
2333 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
2334 (Man-view-header-file): Use expand-file-name rather than concat.
2335 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
2336
2337 * man.el (Man-next-section): Make sure we do not move backward.
2338
2339 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2340
2341 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
2342 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
2343 ps-print-color-p is neither nil nor black-white. Reported by Christian
2344 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2345
2346 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2347
2348 * files.el (auto-mode-alist): Use the purecopied text (duh!).
2349
2350 2007-08-08 Andreas Schwab <schwab@suse.de>
2351
2352 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
2353 self-insert-command, not self-insert.
2354
2355 2007-08-08 Glenn Morris <rgm@gnu.org>
2356
2357 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
2358
2359 * Replace `iff' in doc-strings and comments.
2360
2361 * help-mode.el (help-make-xrefs): Search for symbol constituents,
2362 rather than just `-'.
2363
2364 2007-08-08 Martin Rudalics <rudalics@gmx.at>
2365
2366 * dired.el (dired-pop-to-buffer):
2367 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2368 * calendar/calendar.el (generate-calendar-window):
2369 * progmodes/compile.el (compilation-set-window-height):
2370 * textmodes/two-column.el (2C-two-columns, 2C-merge):
2371 Use window-full-width-p instead of comparing frame-width and
2372 window-width.
2373
2374 * progmodes/compile.el (compilation-find-buffer): Remove extra
2375 argument in call to compilation-buffer-internal-p.
2376
2377 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
2378
2379 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
2380 parameters IDENTIFICATION and CONNECTED.
2381 (tramp-handle-insert-file-contents): VISIT must be handled after
2382 insertion of the local copy. Reported by Peter Gordon
2383 <peter@pg-consultants.com>.
2384 (tramp-file-name-handler): No special handling for
2385 `expand-file-name'. But for `file-name-as-directory'.
2386 (tramp-find-shell, tramp-open-connection-telnet)
2387 (tramp-open-connection-rsh, tramp-open-connection-su)
2388 (tramp-open-connection-multi)
2389 (tramp-open-connection-setup-interactive-shell): Guard against
2390 $PROMPT_COMMAND shell var. Reported by Steve Youngs
2391 <steve@sxemacs.org>.
2392 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
2393 the hint.
2394
2395 * net/trampver.el: Update release number.
2396
2397 2007-08-07 Tom Tromey <tromey@redhat.com>
2398
2399 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
2400 Add safe-local-variable property.
2401
2402 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
2403
2404 * image-mode.el (image-toggle-display): Use image-refresh.
2405
2406 * longlines.el (longlines-decoded): New variable.
2407 (longlines-mode): Avoid encoding or decoding the buffer twice.
2408
2409 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
2410
2411 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
2412 unofficial version.
2413 (vc-bzr-command): Remove redundant setting of process-connection-type.
2414 (vc-bzr-admin-checkout-format-file): Add autoload.
2415 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
2416 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
2417 (vc-bzr-registered): Compare dirstate format tag with known good
2418 value, abort parsing if match fails. Warn user in docstring.
2419 (vc-bzr-workfile-version): Case for different Bzr branch formats.
2420 See bzrlib/branch.py in Bzr sources.
2421 (vc-bzr-diff): First argument FILES may be a string rather than a list.
2422 (vc-bzr-shell-command): Remove in favor of
2423 vc-bzr-command-discarding-stderr.
2424 (vc-bzr-command-discarding-stderr): New function.
2425
2426 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
2427
2428 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
2429 program, and return nil
2430 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
2431 (vc-bzr-state): Look for path names relative to the repository
2432 root after status keyword.
2433 (vc-bzr-file-name-relative): New function.
2434 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
2435 depend on it.
2436 (vc-bzr-admin-dirname, ...-checkout-format-file)
2437 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
2438 files that we now parse directly for speed.
2439 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
2440 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
2441 (vc-bzr-state): "bzr status" successful only if exitcode is 0
2442 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
2443 Bzr warnings, so we must discard it.
2444 (vc-bzr-workfile-version): Speedup counting lines from
2445 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
2446 if that file doesn't exist.
2447 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
2448 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
2449 (not ".bzr"!) to `vc-directory-exclusion-list'
2450 (vc-bzr-shell-command): New function.
2451
2452 2007-08-06 Tom Tromey <tromey@redhat.com>
2453
2454 * diff-mode.el (diff-unified->context, diff-reverse-direction)
2455 (diff-fixup-modifs): Typo in docstring.
2456
2457 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2458
2459 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
2460 count-screen-lines.
2461 (tpu-edt-off): Disable relevant pieces of advice.
2462
2463 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
2464 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
2465 (newline, newline-and-indent, do-auto-fill): Use advice instead of
2466 redefining the function.
2467 (tpu-set-scroll-margins): Activate the pieces of advice.
2468
2469 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
2470
2471 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
2472 process-filter.
2473
2474 2007-08-06 Martin Rudalics <rudalics@gmx.at>
2475
2476 * help.el (resize-temp-buffer-window): Use window-full-width-p
2477 instead of comparing frame-width and window-width.
2478
2479 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
2480
2481 * term.el: Honor term-default-fg-color and term-default-bg-color
2482 settings when modifying term-current-face.
2483 (term-default-fg-color, term-default-bg-color): Initialize from
2484 default term-current-face.
2485 (term-mode, term-reset-terminal): Set term-current-face with
2486 term-default-fg-color and term-default-bg-color.
2487 (term-handle-colors-array): term-current-face has term-default-fg-color
2488 and term-default-bg-color after reset escape sequence.
2489 (term-handle-colors-array): Set term-current-color with
2490 term-default-fg/bg-color instead of ansi-term-color-vector when the
2491 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
2492
2493 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
2494
2495 * files.el (set-auto-mode): Handle also remote files wrt
2496 `auto-mode-alist'.
2497
2498 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
2499 remote identification.
2500
2501 2007-08-04 Glenn Morris <rgm@gnu.org>
2502
2503 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
2504 zero, not nil, when the library is first loaded. Check for a file
2505 that has been modified on disk.
2506
2507 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
2508 Remove duplicate defvar preventing initialization.
2509 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
2510
2511 2007-08-03 Miles Bader <miles@gnu.org>
2512
2513 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
2514 backend names for new backends to `Git', `Hg', and `Bzr'.
2515 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
2516 not `HG'.
2517 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
2518 name, not `GIT'.
2519 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
2520 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
2521
2522 2007-08-03 Glenn Morris <rgm@gnu.org>
2523
2524 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
2525
2526 2007-08-02 Richard Stallman <rms@gnu.org>
2527
2528 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
2529 to update deleted flag.
2530
2531 * cus-edit.el (customize-apropos, customize-apropos-options)
2532 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
2533
2534 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
2535
2536 * startup.el (fancy-splash-head, startup-echo-area-message):
2537 Change message text.
2538
2539 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
2540 All callers use line-move.
2541
2542 * progmodes/compile.el (compilation-find-buffer): Return current
2543 buffer immediately if suitable.
2544 (compile, compilation-buffer-name, compilation-start): Doc fixes.
2545
2546 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2547
2548 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
2549 Make it more discriminating and more useful.
2550 (vc-bzr-root-dir): Use new name.
2551 (vc-bzr-registered): Use new name and look at the dirstate file to
2552 determine if it's registered or not without running `bzr'.
2553
2554 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
2555
2556 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
2557
2558 2007-07-31 Drew Adams <drew.adams@oracle.com>
2559
2560 * cus-edit.el (custom-group-value-create, custom-goto-parent):
2561 Fix parent groups link.
2562
2563 2007-07-31 Daiki Ueno <ueno@unixuser.org>
2564
2565 * faces.el (face-normalize-spec): New function.
2566 (frame-set-background-mode): Normalize face-spec before calling
2567 face-spec-match-p.
2568
2569 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
2570
2571 * vc-bzr.el: New file (copied from the trunk).
2572
2573 * vc-hooks.el (vc-handled-backends): Add BZR.
2574 (vc-find-file-hook): Failsafe if the backend's `registered'
2575 function burps.
2576
2577 * server.el (server-window): Add switch-to-buffer-other-frame option.
2578
2579 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2580
2581 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
2582 (vc-git-revision-completion-table): Enable.
2583
2584 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
2585
2586 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
2587
2588 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
2589 (vc-hg-registered): Set the vc-state property.
2590
2591 * diff-mode.el (diff-mode-menu): New entries.
2592
2593 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2594
2595 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
2596 (diff-file-kill): Use it.
2597 (diff-beginning-of-hunk): Add arg `try-harder' using it.
2598 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
2599 Use it so they find the hunk even when we're in the file header.
2600
2601 * vc.el: Add new VC operation `revision-completion-table'.
2602 (vc-default-revision-completion-table): New function.
2603 (vc-version-diff, vc-version-other-window): Use it to provide
2604 completion of revision names if the backend provides it.
2605
2606 * vc-arch.el (vc-arch--version-completion-table)
2607 (vc-arch-revision-completion-table): New functions to provide
2608 completion of revision names.
2609
2610 * vc-cvs.el: Require CL.
2611 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
2612 New functions to provide completion of revision names.
2613
2614 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
2615
2616 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
2617 (copyright-fix-years, copyright): Correctly handle the case where
2618 copyright-limit is nil.
2619
2620 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
2621
2622 * progmodes/python.el (run-python): Fix path separator under w32.
2623
2624 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
2625
2626 * vc-git.el: New File.
2627
2628 2007-07-28 Alan Mackenzie <acm@muc.de>
2629
2630 Fix problem with modes derived from CC Mode:
2631 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
2632 macro to cc-langs.
2633 (c-init-language-vars-for): Remove call to above macro.
2634 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
2635 been moved to here.
2636 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
2637
2638 2007-07-28 Eli Zaretskii <eliz@gnu.org>
2639
2640 * net/trampver.el: Fix the `coding' cookie.
2641
2642 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
2643
2644 * add-log.el (change-log-redate): Remove (not needed anymore and
2645 doesn't appear to work).
2646
2647 2007-07-25 Glenn Morris <rgm@gnu.org>
2648
2649 * Relicense all FSF files to GPLv3 or later.
2650
2651 * COPYING: Switch to GPLv3.
2652
2653 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2654
2655 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
2656 Replace it with another one which disables undo before calling
2657 erase-buffer and then turns it back on if needed.
2658
2659 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2660
2661 * ps-print.el: Problem with foreground and background color when
2662 printing a buffer with and without faces. Reported by Christian
2663 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2664 (ps-print-version): New version 6.7.5.
2665 (ps-default-fg): Change default value to nil, so black color is used
2666 when a face does not specify a foreground color.
2667 (ps-default-bg): Change default value to nil, so white color is used
2668 for background color.
2669 (ps-begin-job): Fix code.
2670
2671 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2672
2673 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
2674
2675 2007-07-24 Alan Mackenzie <acm@muc.de>
2676
2677 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2678 Initialise byte-compile-unresolved-functions before rather than
2679 after a compilation.
2680 (byte-compile-unresolved-functions): Amplify doc string.
2681
2682 2007-07-24 Glenn Morris <rgm@gnu.org>
2683
2684 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
2685 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
2686 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2687 (cal-tex-cursor-week, cal-tex-cursor-week2)
2688 (cal-tex-cursor-week-iso, cal-tex-week-hours)
2689 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2690 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2691 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
2692
2693 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2694
2695 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
2696
2697 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2698
2699 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
2700 underlying file is uptodate.
2701
2702 2007-07-23 Richard Stallman <rms@gnu.org>
2703
2704 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
2705
2706 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2707
2708 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
2709 (sh-font-lock-flush-syntax-ppss-cache): New funs.
2710 (sh-font-lock-syntactic-keywords): Use them to distinguish the
2711 different possible cases for \'.
2712 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
2713
2714 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
2715 `file' from which to start the search and fix case where `file' is the
2716 current directory and the root as well.
2717
2718 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
2719 name for buffer-file-name if it refers to a directory.
2720
2721 2007-07-22 Jason Rumney <jasonr@gnu.org>
2722
2723 * w32-fns.el (set-default-process-coding-system): Use dos line ends
2724 for input to cmdproxy on all versions of Windows.
2725 Use dos line ends for input to plink.
2726
2727 * comint.el (comint-simple-send): Concat newline before sending.
2728 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
2729
2730 2007-07-22 Juri Linkov <juri@jurta.org>
2731
2732 * isearch.el (isearch-edit-string): Save old point and
2733 isearch-other-end to old-point and old-other-end before reading
2734 the search string from minibuffer. After exiting minibuffer set
2735 point to old-other-end if point and the search direction is the
2736 same as before reading the search string.
2737 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
2738 to isearch-other-end. Instead of isearch-search-and-update call
2739 three functions isearch-search, isearch-push-state and isearch-update.
2740
2741 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2742
2743 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
2744 destroying an existing buffer.
2745
2746 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2747
2748 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
2749
2750 * term/x-win.el (x-handle-no-bitmap-icon): New function.
2751
2752 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2753
2754 * textmodes/reftex.el (reftex-access-parse-file): Create parse
2755 file in a way that does not interfere with recentf.
2756
2757 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2758
2759 * image-dired.el (image-dired-sane-db-file): New func.
2760 (image-dired-write-tags, image-dired-remove-tag)
2761 (image-dired-list-tags, image-dired-write-comments)
2762 (image-dired-get-comment, image-dired-mark-tagged-files)
2763 (image-dired-create-gallery-lists): Call new func.
2764 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
2765
2766 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2767
2768 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
2769 (vc-hg-dir-state): Fix loop.
2770 (vc-hg-print-log): Fix expected return value for vc-hg-command.
2771 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
2772 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
2773 (vc-hg-revert): Likewise.
2774 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
2775
2776 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2777
2778 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
2779 case of alignment under a constant symbol, find and consider
2780 the sexp actually at indentation to be the "last sexp".
2781
2782 2007-07-20 Eli Zaretskii <eliz@gnu.org>
2783
2784 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2785 (install): Use them to copy all *.el files before *.elc.
2786 (clean): Don't delete *~.
2787
2788 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
2789
2790 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
2791
2792 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
2793
2794 * vc-hg.el (vc-hg-registered): Replace if with when.
2795 (vc-hg-state): Deal with nonexistent files.
2796
2797 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
2798
2799 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
2800 (follow-delete-other-windows-and-split, follow-recenter)
2801 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
2802 (follow-redisplay, follow-estimate-first-window-start)
2803 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
2804 Fix typos in docstrings.
2805
2806 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
2807
2808 * bookmark.el (bookmark-show-all-annotations):
2809 Make sure each inserted annotation ends with newline.
2810
2811 (bookmark-maybe-sort-alist): Don't modify
2812 bookmark-alist. Instead, if not sorting, simply return it.
2813 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
2814 for its return value, not for its side effect.
2815
2816 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
2817
2818 * vc.el: Add more info about the vc-registered function.
2819
2820 2007-07-16 David Kastrup <dak@gnu.org>
2821
2822 * emacs-lisp/advice.el (defadvice): Doc fix.
2823
2824 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
2825
2826 * subr.el (when, unless): Doc fix.
2827
2828 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2829
2830 * vc-hg.el (vc-hg-state): Handle removed files.
2831 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
2832 (vc-hg-checkout): Re-enable.
2833
2834 2007-07-15 Richard Stallman <rms@gnu.org>
2835
2836 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
2837
2838 * tutorial.el (tutorial--find-changed-keys):
2839 Handle C-x specially like ESC.
2840
2841 2007-07-15 Roland McGrath <roland@frob.com>
2842
2843 * add-log.el (add-change-log-entry): Check add-log-full-name
2844 and add-log-mailing-address later, after change-log-mode-hook.
2845
2846 2007-07-15 Richard Stallman <rms@gnu.org>
2847
2848 * isearch.el (isearch-mode, isearch-done):
2849 Delete unintended code in previous change.
2850
2851 * ps-print.el (ps-default-bg): Change to White.
2852
2853 2007-07-15 Aaron Hawley <aaronh@garden.org>
2854
2855 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
2856
2857 2007-07-15 Martin Rudalics <rudalics@gmx.at>
2858
2859 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
2860 when handling the terminating event.
2861
2862 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
2863
2864 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
2865
2866 2007-07-13 Eli Zaretskii <eliz@gnu.org>
2867
2868 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2869 (install): Use them to copy all *.el files before *.elc.
2870
2871 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2872
2873 * replace.el (match): Use yellow1 instead of yellow.
2874
2875 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
2876
2877 * pcvs-info.el (cvs-unknown): Likewise.
2878
2879 2007-07-12 Davis Herring <herring@lanl.gov>
2880
2881 * desktop.el (desktop-buffer-info, desktop-save):
2882 Use `desktop-dirname' instead of `dirname'.
2883
2884 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
2885
2886 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
2887
2888 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
2889
2890 2007-07-10 Richard Stallman <rms@gnu.org>
2891
2892 * emacs-lisp/lisp-mode.el (eval-defun):
2893 Explain special handling of `defface'.
2894
2895 2007-07-09 Richard Stallman <rms@gnu.org>
2896
2897 * isearch.el (isearch-edit-string): Call to isearch-push-state
2898 after the search.
2899
2900 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
2901
2902 * cus-start.el (file-coding-system-alist): Fix custom type.
2903
2904 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
2905
2906 * longlines.el (longlines-wrap-region): Avoid marking buffer as
2907 modified.
2908 (longlines-auto-wrap, longlines-window-change-function):
2909 Remove unnecessary calls to set-buffer-modified-p.
2910
2911 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2912
2913 * vc.el (vc-default-log-view-mode): New function.
2914 (vc-print-log): Add new `log-view-mode' VC operation.
2915
2916 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
2917
2918 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
2919 Rename and move to...
2920
2921 * subr.el (strings->string, string->strings): ...here.
2922
2923 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
2924 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
2925
2926 * progmodes/gud.el (gud-common-init): Call string->strings instead
2927 of split-string.
2928
2929 2007-07-07 Eli Zaretskii <eliz@gnu.org>
2930
2931 * term/w32-win.el (menu-bar-open): New function.
2932 Bind <f10> to it.
2933
2934 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2935
2936 * log-view.el (log-view-mode-menu): New menu.
2937
2938 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
2939
2940 * vc-hg.el: New file.
2941
2942 2007-07-06 Andreas Schwab <schwab@suse.de>
2943
2944 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
2945 dynamic bindings around the evaluation of the expression.
2946 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
2947
2948 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2949
2950 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
2951 file names.
2952
2953 2007-07-02 Martin Rudalics <rudalics@gmx.at>
2954
2955 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
2956
2957 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
2958 event is not a cons cell. Do not unread drag-mouse-1 events.
2959 Select right window in check whether space was stolen from
2960 window above.
2961
2962 2007-07-01 Richard Stallman <rms@gnu.org>
2963
2964 * files.el (find-file-visit-truename): Fix safe-local-variable value.
2965
2966 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
2967
2968 * generic-x.el (generic-define-mswindows-modes)
2969 (generic-define-unix-modes, apache-log-generic-mode)
2970 (bat-generic-mode-keymap, java-manifest-generic-mode)
2971 (show-tabs-generic-mode): Fix typos in docstrings.
2972
2973 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2974
2975 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
2976 replace-regexp-in-string.
2977
2978 2007-06-28 Andreas Schwab <schwab@suse.de>
2979
2980 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
2981 $(lisp)/subdirs.el.
2982
2983 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
2984
2985 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
2986 the speedbar frame if nil; that deletes the current frame or
2987 causes an error if it is the only frame.
2988 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
2989
2990 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
2991
2992 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
2993 directory where the desktop file was found, as the docstring says.
2994 (desktop-kill): Use `read-directory-name'.
2995
2996 * desktop.el (desktop-load-locked-desktop): New option.
2997 (desktop-read): Use it.
2998 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
2999 Use `when'.
3000
3001 2007-06-24 Davis Herring <herring@lanl.gov>
3002
3003 * desktop.el (desktop-save-mode-off): New function.
3004 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
3005 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
3006 (desktop-claim-lock, desktop-release-lock): New functions.
3007 (desktop-kill): Tell `desktop-save' that this is the last save.
3008 Release the lock afterwards.
3009 (desktop-buffer-info): New function.
3010 (desktop-save): Use it. Run `desktop-save-hook' where the doc
3011 says to. Detect conflicts, and manage the lock.
3012 (desktop-read): Detect conflicts. Manage the lock.
3013
3014 2007-06-23 Eli Zaretskii <eliz@gnu.org>
3015
3016 * ls-lisp.el (insert-directory): If an invalid regexp error is
3017 thrown, try using FILE as a literal file name, not a wildcard.
3018 Check for FILE as an existing file, not just a directory.
3019
3020 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
3021
3022 * ruler-mode.el (ruler-mode): Prevent clobbering the original
3023 `header-line-format' when reentering ruler mode.
3024
3025 2007-06-23 Eli Zaretskii <eliz@gnu.org>
3026
3027 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
3028 FILE exists as a directory.
3029
3030 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3031
3032 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
3033 (vera-font-lock-match-item): Fix doc string.
3034 (vera-in-comment-p): Remove unused function.
3035 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
3036 use `syntax-ppss'.
3037 (vera-forward-syntactic-ws): Fix argument order.
3038 (vera-prepare-search): Use `with-syntax-table'.
3039 (vera-indent-line): Fix doc string.
3040 (vera-electric-tab): Fix doc string.
3041 (vera-expand-abbrev): Define alias instead of using `fset'.
3042 (vera-comment-uncomment-region): Use `comment-start-skip'.
3043
3044 2007-06-20 Reto Zimmermann <reto@gnu.org>
3045
3046 * progmodes/vera-mode.el: New file.
3047
3048 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
3049
3050 * ido.el (ido-find-file-in-dir): Don't signal an error for
3051 empty directories.
3052
3053 2007-06-18 Alan Mackenzie <acm@muc.de>
3054
3055 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3056 When removing lines, also remove the \n. Correction of patch of
3057 2007-04-21.
3058
3059 2007-06-17 Glenn Morris <rgm@gnu.org>
3060
3061 * lpr.el (lpr-page-header-switches): Move %s to separate element
3062 for correct quoting. Doc fix.
3063
3064 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3065
3066 * term/xterm.el (terminal-init-xterm): Escape parens in character
3067 constants.
3068
3069 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
3070
3071 * scroll-lock.el (scroll-lock-mode): Doc fix.
3072
3073 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3074
3075 * font-lock.el (font-lock-add-keywords): In case font-lock was only
3076 half-activated, forcefully activate it completely.
3077
3078 2007-06-11 Richard Stallman <rms@gnu.org>
3079
3080 * cus-edit.el (custom-variable-type): Doc fix.
3081
3082 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
3083
3084 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
3085
3086 2007-06-09 Davis Herring <herring@lanl.gov>
3087
3088 * desktop.el (desktop-minor-mode-table): Doc fix.
3089
3090 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
3091
3092 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
3093 (image-next-line, image-previous-line, image-scroll-up)
3094 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
3095 New functions.
3096 (image-mode-map): Remap motion commands.
3097 (image-mode-text-map): New keymap for viewing images as text.
3098 (image-mode): Use image-mode-map.
3099 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
3100
3101 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
3102
3103 Sync with Tramp 2.0.56.
3104
3105 * net/tramp.el:
3106 * net/tramp-ftp.el:
3107 * net/tramp-smb.el:
3108 * net/tramp-util.el:
3109 * net/tramp-vc.el:
3110 Don't load cl.el, because that pollutes the namespace. Replace cl
3111 macros by their implementations where necessary. Requested by
3112 Richard Stallman <rms@gnu.org>.
3113
3114 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
3115 doesn't exist.
3116 (with-parsed-tramp-file-name): Protect debug spec during compilation.
3117 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
3118 (tramp-file-name-p, tramp-file-name-multi-method)
3119 (tramp-file-name-method, tramp-file-name-user)
3120 (tramp-file-name-host, tramp-file-name-localname): New defuns,
3121 replacing defstruct `tramp-file-name'.
3122 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
3123 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
3124 Apply `vector' instead of `make-tramp-file-name'.
3125 (tramp-handle-make-auto-save-file-name):
3126 Apply `tramp-temporary-file-directory' for compatibility reasons.
3127 (tramp-completion-mode): Use `natnump' instead of `wholenump'
3128 because of XEmacs.
3129 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
3130 started.
3131
3132 2007-06-07 David Kastrup <dak@gnu.org>
3133
3134 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3135 Change default to `top'.
3136
3137 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
3138
3139 * dired.el (dired-mode-map): Remove spurious separator.
3140
3141 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3142
3143 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
3144
3145 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
3146 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
3147
3148 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
3149
3150 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
3151 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
3152
3153 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3154
3155 * progmodes/ebrowse.el (ebrowse-member-table):
3156 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
3157
3158 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3159
3160 * pgg.el (pgg-sign-region, pgg-sign):
3161 * ses.el (ses-call-printer):
3162 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
3163 * textmodes/org.el (org-cycle): Fix typos in docstrings.
3164
3165 2007-06-06 Eli Zaretskii <eliz@gnu.org>
3166
3167 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
3168 (tar-get-descriptor): Handle type 55, an extended pax header.
3169
3170 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3171
3172 * textmodes/css-mode.el: New file.
3173
3174 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
3175
3176 * net/socks.el: New file, taken from w3 repository.
3177 (top): Update Copyright. Don't load cl.el.
3178 (all): Replace `case' by `cond', `string-to-int' by
3179 `string-to-number', and `process-kill-without-query' by
3180 `set-process-query-on-exit-flag'.
3181 (socks-char-int): Remove defalias and all occurrences.
3182
3183 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3184
3185 * international/mule-cmds.el (toggle-enable-multibyte-characters)
3186 (sort-coding-systems, search-unencodable-char): Doc fixes.
3187 (coding-system-change-eol-conversion, set-default-coding-systems)
3188 (prefer-coding-system, find-multibyte-characters, princ-list)
3189 (leim-list-entry-regexp, set-input-method, locale-language-names)
3190 (input-method-exit-on-first-char, exit-language-environment-hook)
3191 (locale-charset-language-names): Fix typos in docstrings.
3192
3193 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
3194
3195 * bs.el (bs-cycle-previous): Don't modify the cycle list until
3196 `switch-to-buffer' has returned succesfully.
3197 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
3198 window is dedicated (it could iconify the frame).
3199
3200 2007-06-05 Glenn Morris <rgm@gnu.org>
3201
3202 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
3203
3204 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
3205
3206 * files.el (auto-mode-alist): Add lower-priority match for names
3207 like ChangeLog.old.
3208
3209 2007-06-04 Andreas Schwab <schwab@suse.de>
3210
3211 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
3212
3213 2007-06-04 Davis Herring <herring@lanl.gov>
3214
3215 * calendar/timeclock.el: Update version number.
3216 (timeclock-modeline-display): Mention timeclock-use-display-time
3217 in explanatory message.
3218 (timeclock-log): Suppress warnings when finding the log.
3219 Don't check for a nil project twice. Run hooks after killing the
3220 buffer (if applicable).
3221 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
3222 was geometric). All uses changed.
3223 (timeclock-generate-report): Support prefix argument.
3224
3225 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3226
3227 * man.el (Man-next-section): Don't consider the last line of the
3228 page as being part of any section.
3229
3230 2007-06-04 Martin Rudalics <rudalics@gmx.at>
3231
3232 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
3233 modified flag of buffer. Use `inhibit-modification-hooks'.
3234
3235 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
3236
3237 * mail/mail-extr.el (mail-extract-address-components):
3238 Recognize non-ASCII characters except for NBSP as words.
3239
3240 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
3241
3242 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
3243
3244 2007-06-04 Michael Olson <mwolson@gnu.org>
3245
3246 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
3247 died and we are trying to send a signal to it.
3248
3249 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
3250
3251 * emacs-lisp/easy-mmode.el (define-minor-mode)
3252 (easy-mmode-define-navigation): Fix typos in docstrings.
3253
3254 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
3255 Fix typos in docstrings.
3256 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
3257 (compilation-finish-function): Fix typo in obsolescence declaration.
3258
3259 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
3260
3261 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
3262
3263 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
3264 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
3265
3266 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
3267
3268 * longlines.el (longlines-mode): Make longlines-auto-wrap
3269 buffer-local. Add hooks unconditionally.
3270 (longlines-auto-wrap): Toggle wrapping.
3271 (longlines-after-change-function)
3272 (longlines-post-command-function): Check longlines-auto-wrap.
3273
3274 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
3275
3276 * Version 22.1 released.
3277
3278 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
3279
3280 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
3281 changes.
3282
3283 2007-05-31 Richard Stallman <rms@gnu.org>
3284
3285 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
3286
3287 2007-05-29 Martin Rudalics <rudalics@gmx.at>
3288
3289 * textmodes/table.el (table--point-entered-cell-function)
3290 (table--point-left-cell-function):
3291 Bind `inhibit-point-motion-hooks' to t.
3292
3293 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3294
3295 * emacs-lisp/rx.el (rx): Doc fix.
3296
3297 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
3298
3299 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
3300
3301 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3302
3303 * log-edit.el (log-edit-changelog-paragraph): Return point-max
3304 as the end of the ChangeLog paragraph when it ends without a line
3305 termination.
3306
3307 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3308
3309 * textmodes/fill.el (canonically-space-region): Make the second arg
3310 a marker if it's not already the case.
3311
3312 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
3313 (xterm-mouse-event): Use it.
3314
3315 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
3316
3317 * vc-hooks.el (vc-find-root): Fix file attribute test.
3318
3319 2007-05-24 Richard Stallman <rms@gnu.org>
3320
3321 * textmodes/flyspell.el (flyspell-correct-word-before-point):
3322 Don't let opoint be nil.
3323 (flyspell-emacs-popup): Explicit error if no dialogs.
3324
3325 2007-05-23 Eli Zaretskii <eliz@gnu.org>
3326
3327 * tar-mode.el (tar-file-name-handler): New function.
3328 (tar-extract): Bind file-name-handler-alist to it to force
3329 find-buffer-file-type-coding-system behave as if the file being
3330 extracted existed. Use last-coding-system-used to force
3331 buffer-file-coding-system to what decode-coding-region actually
3332 used to decode the file.
3333
3334 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3335
3336 * progmodes/compile.el (compilation-handle-exit):
3337 `compilation-finish-function' may change the current buffer.
3338
3339 2007-05-22 Richard Stallman <rms@gnu.org>
3340
3341 * files.el (set-auto-mode): Doc fix.
3342
3343 2007-05-22 Eli Zaretskii <eliz@gnu.org>
3344
3345 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3346
3347 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
3348
3349 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
3350 (rcirc-print): Handle `window-width'.
3351 (rcirc-buffer-maximum-lines): Doc fix.
3352
3353 2007-05-19 Kevin Ryde <user42@zip.com.au>
3354
3355 * info.el (Info-fontify-node): Match https also.
3356
3357 2007-05-18 Richard Stallman <rms@gnu.org>
3358
3359 * simple.el (push-mark): Doc fix.
3360
3361 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
3362
3363 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
3364 tpu-global-map.
3365 (tpu-original-global-map): Delete variable.
3366 (tpu-control-keys-map): New keymap variable.
3367 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
3368 setting keymapping directly.
3369 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
3370 tpu-global-map.
3371 (tpu-edt-on): Activate the tpu-global-map.
3372 (tpu-edt-off): Deactivate the tpu-global-map.
3373
3374 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
3375
3376 * textmodes/ispell.el (ispell-get-word): Return markers
3377 for start and end positions.
3378 (ispell-word): Assume END is a marker.
3379
3380 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3381
3382 * ps-print.el: Use default color when foreground or background color
3383 are unspecified. Reported by Leo <sdl.web@gmail.com>.
3384 (ps-print-version): New version 6.7.4.
3385 (ps-rgb-color): New argument. Use default color when color is
3386 unspecified.
3387 (ps-begin-job): Fix code.
3388
3389 2007-05-17 Martin Rudalics <rudalics@gmx.at>
3390
3391 * textmodes/ispell.el (ispell-start-process): Defend against bad
3392 default-directory.
3393
3394 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3395
3396 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
3397
3398 2007-05-16 Richard Stallman <rms@gnu.org>
3399
3400 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
3401
3402 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3403
3404 * files.el (magic-mode-alist, magic-fallback-mode-alist):
3405 Move the *ml, Postscript, and XmCD entries to the fallback part.
3406
3407 * files.el (magic-fallback-mode-alist):
3408 Rename from file-start-mode-alist.
3409
3410 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3411
3412 * progmodes/compile.el (compilation-handle-exit): Quote first
3413 argument of `run-hook-with-args'.
3414
3415 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
3416
3417 * buff-menu.el (Buffer-menu-sort-column):
3418 * dabbrev.el (dabbrev-upcase-means-case-search):
3419 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3420 * info.el (Info-current-subfile):
3421 * ls-lisp.el (ls-lisp-verbosity):
3422 * msb.el (msb-menu-cond):
3423 * pcvs.el (cvs-dired-use-hook):
3424 * simple.el (set-mark-command-repeat-pop):
3425 * time.el (display-time-24hr-format, display-time-mail-file):
3426 Doc fixes.
3427
3428 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
3429 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
3430
3431 * view.el (view-inhibit-help-message): Fix typo in docstring.
3432 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
3433
3434 2007-05-14 Eli Zaretskii <eliz@gnu.org>
3435
3436 * mail/rmail.el (rmail-convert-to-babyl-format):
3437 Check content-transfer-encoding _last_, because we need its position
3438 in base64-header-field-end.
3439
3440 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
3441
3442 * files.el (mode-require-final-newline, require-final-newline)
3443 (enable-local-variables, enable-local-eval): Doc fixes.
3444
3445 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
3446
3447 * progmodes/python.el (python-font-lock-keywords)
3448 (python-open-block-statement-p, python-mode): Add support for the new
3449 "with" keyword.
3450
3451 2007-05-10 Richard Stallman <rms@gnu.org>
3452
3453 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
3454 (iso-cvt-write-only): Likewise.
3455
3456 * emacs-lisp/easy-mmode.el (define-minor-mode):
3457 Fix generated doc string.
3458
3459 * startup.el (fancy-splash-text): Add URL of guided tour.
3460 Adjust horizontal and vertical whitespace.
3461
3462 * progmodes/compile.el (compilation-handle-exit):
3463 Use run-hook-with-args to run compilation-finish-functions.
3464
3465 * files.el (file-start-mode-alist): New variable.
3466 (magic-mode-regexp-match-limit): Doc fix.
3467 (set-auto-mode): Handle file-start-mode-alist.
3468 A little cleanup of structure.
3469
3470 2007-05-10 Davis Herring <herring@lanl.gov>
3471
3472 * calendar/timeclock.el (timeclock-in): Fix non-interactive
3473 workday specifications.
3474 (timeclock-log): Don't kill the log buffer if it already existed.
3475
3476 2007-05-08 Richard Stallman <rms@gnu.org>
3477
3478 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
3479 Don't include non-self-insert commands in the exception for `-'.
3480
3481 2007-05-08 David Reitter <david.reitter@gmail.com>
3482
3483 * progmodes/python.el (python-guess-indent): Check non-nullness
3484 before comparing indent against the 2..8 interval.
3485
3486 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3487
3488 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
3489 available.
3490
3491 2007-05-06 Richard Stallman <rms@gnu.org>
3492
3493 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
3494
3495 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
3496
3497 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
3498 disconnections.
3499
3500 2007-05-01 Romain Francoise <romain@orebokech.com>
3501
3502 * dired-x.el: Revert 2007-04-06 change.
3503
3504 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
3505
3506 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
3507 don't put stop on toolbar.
3508
3509 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
3510
3511 * find-dired.el (find-dired-filter): Propertize all text down to eob.
3512
3513 2007-04-29 Richard Stallman <rms@gnu.org>
3514
3515 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
3516
3517 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3518
3519 * progmodes/cc-mode.el (c-before-change): Use point-min rather
3520 than 1.
3521
3522 2007-04-28 Richard Stallman <rms@gnu.org>
3523
3524 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
3525
3526 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3527
3528 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
3529
3530 2007-04-28 Eli Zaretskii <eliz@gnu.org>
3531
3532 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
3533 instead of $(lisp)/mh-e.
3534
3535 * textmodes/fill.el (fill-paragraph): Doc fix.
3536
3537 2007-04-28 Glenn Morris <rgm@gnu.org>
3538
3539 * image-dired.el (image-dired-cmd-create-thumbnail-options)
3540 (image-dired-cmd-create-temp-image-options): Replace option
3541 +profile "*" with -strip.
3542
3543 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
3544
3545 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3546 Use window-start and window-end.
3547
3548 2007-04-26 Glenn Morris <rgm@gnu.org>
3549
3550 * progmodes/python.el: Restore file pending consideration of legal
3551 status.
3552
3553 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
3554
3555 * locate.el (locate-in-alternate-database): Doc fix.
3556
3557 2007-04-26 Glenn Morris <rgm@gnu.org>
3558
3559 * button.el (button): Use underline if supported, else fall back
3560 to color.
3561
3562 2007-04-25 Richard Stallman <rms@gnu.org>
3563
3564 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
3565
3566 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
3567
3568 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
3569 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
3570 pushing mark.
3571 (idlwave-current-routine): Don't push mark.
3572
3573 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
3574
3575 * image-dired.el (image-dired-display-image): Derive image-type from
3576 filename rather than assuming jpeg, in case no resizing was needed.
3577
3578 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3579
3580 * custom.el (defface): Doc fix.
3581
3582 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
3583
3584 * progmodes/python.el: Remove due to unclear legal issues.
3585
3586 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3587
3588 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
3589 Don't re-query for each cleared BP.
3590 (idlwave-shell-clear-bp): Optionally skip BP query.
3591 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
3592 of set-window-buffer, which incorrectly moves displayed region.
3593
3594 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
3595
3596 * calc/calc.el (calc-bug-address): Update maintainer's address.
3597 * calc/*: Update maintainer's address.
3598
3599 2007-04-23 Richard Stallman <rms@gnu.org>
3600
3601 * simple.el (set-mark-command-repeat-pop): Doc fix.
3602 Put in `editing-basics' group.
3603
3604 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
3605
3606 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
3607 New functions.
3608 (Info-mode-line-node-keymap): Bind mouse commands to
3609 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
3610
3611 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
3612
3613 * locate.el (locate-local-prompt): New var.
3614 (locate-prompt-for-command): Doc fix.
3615 (locate-prompt-for-search-string): New function.
3616 (locate): New optional arg. Make locate-local-prompt
3617 buffer-local. Use locate-prompt-for-search-string.
3618 (locate-with-filter): New optional arg.
3619 Use locate-prompt-for-search-string.
3620 (locate-update): Bind locate-prompt-for-command.
3621
3622 2007-04-23 Glenn Morris <rgm@gnu.org>
3623
3624 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
3625
3626 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
3627
3628 * button.el (button): Inherit from link face on a tty.
3629
3630 2007-04-23 Glenn Morris <rgm@gnu.org>
3631
3632 * button.el (button): Use color for this face on a tty.
3633
3634 * files.el (magic-mode-alist): Allow for carriage-returns in
3635 html-mode and sgml-mode entries.
3636
3637 2007-04-22 Richard Stallman <rms@gnu.org>
3638
3639 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3640 Improve doc string of generated command.
3641
3642 * subr.el (read-number): Catch errors.
3643
3644 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
3645
3646 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3647
3648 * image-dired.el: Rename from thumbnails.el. All instances of
3649 "thumbnails" replaced with "image-dired".
3650
3651 * dired.el (dired-mode-map): Rename "thumbnails" again, to
3652 "image-dired".
3653
3654 2007-04-22 Kim F. Storm <storm@cua.dk>
3655
3656 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
3657 Don't use kill-line.
3658
3659 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
3660
3661 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
3662 error message.
3663
3664 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3665
3666 * dired.el: Rename "tumme" to "thumbnails".
3667
3668 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
3669 replaced with "thumbnails".
3670
3671 2007-04-22 Glenn Morris <rgm@gnu.org>
3672
3673 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
3674 and give it the risky-local-variable property.
3675
3676 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
3677 before defining it.
3678
3679 2007-04-21 Martin Rudalics <rudalics@gmx.at>
3680
3681 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3682 Use delete-region instead of kill-line.
3683
3684 2007-04-21 Alan Mackenzie <acm@muc.de>
3685
3686 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
3687 `kill-region' by `delete-region'.
3688
3689 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
3690
3691 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
3692 instead of kill-region.
3693
3694 * progmodes/mantemp.el (mantemp-make-mantemps-region)
3695 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
3696 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
3697 and kill-line.
3698
3699 * progmodes/vhdl-mode.el (vhdl-template-type)
3700 (vhdl-template-record, vhdl-template-nature)
3701 (vhdl-template-configuration-spec, vhdl-template-component-inst)
3702 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
3703 Use delete-region instead of kill-word and kill-line.
3704
3705 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3706
3707 * dired-x.el (dired-virtual-mode): Doc fix.
3708
3709 2007-04-21 Richard Stallman <rms@gnu.org>
3710
3711 * font-lock.el (font-lock-keywords-alist): Mark as risky.
3712
3713 * subr.el (read-number): Doc fix.
3714
3715 * simple.el (pop-to-mark-command): Display message "mark popped"
3716 if point does not move.
3717 (set-mark-command): Doc fix.
3718
3719 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
3720
3721 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
3722 (locate-local-filter, locate-local-search): New vars.
3723 (locate): Make variables local.
3724 (locate-update): Bind locate-buffer-name. Call locate using
3725 locate-local-filter and locate-local-search.
3726
3727 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
3728
3729 * hi-lock.el (hi-lock-file-patterns-policy): New var.
3730 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
3731 (hi-lock-mode): Update docstring.
3732
3733 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3734
3735 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
3736 fill-nobreak-predicate when the break is past fill-column.
3737
3738 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
3739
3740 * locate.el (locate): Output from shell-command should go in the
3741 current buffer rather than *Shell Command Output*.
3742
3743 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
3744
3745 * paren.el (show-paren-function): Fix last fix.
3746
3747 2007-04-19 Kevin Ryde <user42@zip.com.au>
3748
3749 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
3750 (archive-lzh-summarize): Add optional start arg for where to start
3751 looking at the archive.
3752 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
3753
3754 * international/mule.el (auto-coding-alist): no-conversion for .exe
3755 and .EXE.
3756
3757 2007-04-19 Alan Mackenzie <acm@muc.de>
3758
3759 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
3760 function return type contains "struct", "union", etc.
3761 c-end-of-defun goes too far forward.
3762
3763 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
3764
3765 * paren.el (show-paren-function): Reset window-start to avoid
3766 recentering.
3767
3768 2007-04-19 Glenn Morris <rgm@gnu.org>
3769
3770 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
3771
3772 2007-04-18 Glenn Morris <rgm@gnu.org>
3773
3774 * calendar/diary-lib.el (diary-header-line-format): Add a custom
3775 :set function.
3776 (diary-list-entries): Only switch to diary-mode from
3777 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
3778 diary-mode set header-line-format, in case of any customization.
3779
3780 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3781
3782 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
3783 is less than the length of parse-time-syntax.
3784
3785 2007-04-17 David Kastrup <dak@gnu.org>
3786
3787 * replace.el (query-replace-regexp-eval): Deprecate.
3788
3789 2007-04-17 Alan Mackenzie <acm@muc.de>
3790
3791 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
3792 point too close to EOB, leave point at EOB rather than last `}'.
3793
3794 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3795
3796 * textmodes/bibtex.el (bibtex-include-OPTkey)
3797 (bibtex-user-optional-fields, bibtex-entry-field-alist):
3798 Fix defcustom.
3799
3800 2007-04-17 Glenn Morris <rgm@gnu.org>
3801
3802 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
3803 be encoded, fall back to current year.
3804
3805 2007-04-14 Kevin Ryde <user42@zip.com.au>
3806
3807 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
3808 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
3809 M "MSDOS".
3810
3811 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
3812
3813 * progmodes/python.el (python-end-of-block): Avoid looping forever
3814 if python-next-statement fails.
3815
3816 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3817
3818 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
3819
3820 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3821
3822 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
3823 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
3824
3825 2007-04-15 Jay Belanger <belanger@truman.edu>
3826
3827 * calc/calc.el (calc-version): New function.
3828 (calc-trail-mode): Shorten the title.
3829
3830 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
3831
3832 * mail/footnote.el (footnote-style): Clarify docstring to state
3833 that customizing this only applies to future footnotes.
3834
3835 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3836
3837 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
3838 (bibtex-make-field): Check that INIT is a string. Use functionp.
3839
3840 2007-04-14 Glenn Morris <rgm@gnu.org>
3841
3842 * complete.el (PC-goto-end): New buffer-local variable.
3843 (PC-do-completion-end): Make buffer-local.
3844 (partial-completion-mode) <choose-completion-string-functions>:
3845 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
3846 (PC-do-completion): New optional fourth argument GOTO-END. Add a
3847 doc string. Set PC-goto-end for choose-completion.
3848 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
3849 PC-do-completion.
3850
3851 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
3852 arg to bibtex-make-field.
3853 (bibtex-make-field): Add optional fourth arg NODELIM.
3854 Insert delimiters around INIT unless this arg is non-nil.
3855
3856 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
3857
3858 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
3859 global map isn't modified.
3860
3861 2007-04-14 Glenn Morris <rgm@gnu.org>
3862
3863 * calendar/appt.el (appt-disp-window): Do not split small windows.
3864 Suggested by Jeff Miller <jmiller@cablespeed.com>.
3865
3866 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
3867
3868 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
3869
3870 * files.el: Ditto.
3871
3872 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
3873
3874 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
3875
3876 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
3877 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
3878 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
3879 (term-pager-help): Fix typos in docstrings.
3880
3881 * wid-edit.el (widget-documentation): Fix typo in docstring.
3882
3883 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
3884 Fix typos in error messages.
3885
3886 2007-04-13 Martin Rudalics <rudalics@gmx.at>
3887
3888 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
3889 window marked as dedicated.
3890
3891 * mail/footnote.el (footnote-latin-string): New variable.
3892 (footnote-latin-regexp): Redefine as regexp alternative.
3893 (Footnote-latin): Use footnote-latin-string instead of
3894 footnote-latin-regexp.
3895
3896 2007-04-13 Glenn Morris <rgm@gnu.org>
3897
3898 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
3899 inherited keymaps.
3900
3901 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
3902
3903 * outline.el (outline-get-next-sibling): Clarify docstring.
3904 (outline-get-last-sibling): Handle case where we are at the first
3905 heading. Clarify docstring.
3906
3907 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
3908
3909 * progmodes/gud.el (gud-minor-mode-map): Make go button same
3910 length as stop button to lessen flicker.
3911 (jdb): Add gud-print.
3912 (gud-find-expr): Jdb prints the expression with the value, so
3913 don't insert it in the output.
3914
3915 2007-04-11 Jason Rumney <jasonr@gnu.org>
3916
3917 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
3918 case hex. Do not try to decode non-hex letters.
3919
3920 2007-04-11 Markus Triska <markus.triska@gmx.at>
3921
3922 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
3923 (byte-optimize-backward-word): Remove (move to bytecomp.el).
3924 (byte-optimize-form-code-walker): Evaluate pure function calls if
3925 possible.
3926 (byte-optimize-all-constp): New function.
3927
3928 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3929 Improve numeric argument case.
3930 (byte-compile-backward-char, byte-compile-backward-word):
3931 New functions, performing rewriting previously done in byte-opt.el.
3932 Fix their "Fixme" item (restriction to numeric arguments).
3933
3934 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3935
3936 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
3937 with dolist.
3938 (after-init-hook): Don't quote lambda.
3939 (desktop-first-buffer): Don't wrap it in eval-when-compile.
3940 (desktop-internal-v2s): Remove unused var `el'.
3941 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
3942 desktop-restore-file-buffer.
3943 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
3944 desktop-create-buffer.
3945
3946 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
3947
3948 * woman.el (woman-decode-buffer): Postpone macro-set check...
3949 (woman-decode-region): ...to here.
3950
3951 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
3952
3953 * startup.el (tty-handle-args): Use %S to log ARGS.
3954
3955 2007-04-10 Glenn Morris <rgm@gnu.org>
3956
3957 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
3958 it is obsolete and has no effect.
3959
3960 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
3961 byte-compiler.
3962
3963 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
3964 obsolete function make-local-hook.
3965
3966 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
3967 start to quieten byte-compiler.
3968
3969 2007-04-10 Markus Triska <markus.triska@gmx.at>
3970
3971 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
3972 to bytecomp.el as byte-compile-char-before).
3973 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3974 New function (modified replacement for byte-optimize-char-before in
3975 byte-opt.el).
3976
3977 2007-04-09 Alan Mackenzie <acm@muc.de>
3978
3979 * startup.el (inhibit-splash-screen): Emphatically state that it
3980 can't be set in site-start.el.
3981
3982 2007-04-09 Masatake YAMATO <jet@gyve.org>
3983
3984 * progmodes/cc-subword.el (c-capitalize-subword): More closely
3985 mimic the behavior of `capitalize-word'. Do not move point with a
3986 negative argument. Based on tiny change by Paul Curry.
3987
3988 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
3989
3990 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
3991 Don't move point if ARG is negative.
3992
3993 2007-04-09 Alan Mackenzie <acm@muc.de>
3994
3995 Changes to make `narrow-to-defun' and `mark-defun' work properly
3996 in CC Mode:
3997
3998 * progmodes/cc-defs.el (c-beginning-of-defun-1):
3999 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
4000 Bind beginning/end-of-defun-function to nil around calls to
4001 beginning/end-of-defun.
4002
4003 * progmodes/cc-langs.el (beginning-of-defun-function)
4004 (end-of-defun-function): New c-lang-setvar's.
4005
4006 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
4007 (setq arg 1))" to enable non-interactive call.
4008
4009 2007-04-09 Eli Zaretskii <eliz@gnu.org>
4010
4011 * simple.el (set-mark-command): Doc fix.
4012
4013 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
4014
4015 * progmodes/gud.el (gdb): Restore existing session if user
4016 tries to start a second one in graphical mode.
4017
4018 2007-04-08 Martin Rudalics <rudalics@gmx.at>
4019
4020 * cus-start.el <scroll-preserve-screen-position>: Add choices.
4021
4022 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4023
4024 * term/xterm.el (terminal-init-xterm): Fix key definitions.
4025 Add binding for C-M-SPC.
4026
4027 2007-04-08 Richard Stallman <rms@gnu.org>
4028
4029 * pcomplete.el (pcomplete-read-event): One single definition,
4030 and not a defsubst.
4031
4032 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
4033
4034 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
4035 byte-compiler warning "value unused".
4036
4037 2007-04-08 Andreas Schwab <schwab@suse.de>
4038
4039 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
4040
4041 2007-04-07 Glenn Morris <rgm@gnu.org>
4042
4043 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
4044 Autoload these functions.
4045 (diary-date-forms): Add a custom :set form.
4046
4047 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
4048 before first use.
4049 (diary-font-lock-keywords): New function with old code for
4050 initialization of variable of same name.
4051
4052 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
4053
4054 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
4055 clean-up: only insert space when on identifier, etc.
4056
4057 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
4058
4059 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
4060
4061 * net/tls.el (open-tls-stream): Properly handle case where there
4062 is no associated buffer.
4063
4064 2007-04-07 Glenn Morris <rgm@gnu.org>
4065
4066 * ffap.el (ffap-file-at-point): Lower the priority of the
4067 ffap-ftp-sans-slash-regexp check.
4068
4069 2007-04-06 Alan Mackenzie <acm@muc.de>
4070
4071 Fix fontification of labels, and other things with ":".
4072
4073 * progmodes/cc-engine.el (c-forward-label): The function now
4074 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
4075 the former t.
4076
4077 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
4078 new return code from c-forward-label, fontifying tokens properly.
4079 Add some general comments throughout the file.
4080
4081 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
4082
4083 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
4084 Revert 2006-01-27 change.
4085
4086 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
4087
4088 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
4089
4090 * desktop.el (desktop-create-buffer, desktop-save):
4091 Revert 2004-11-12 change for lack of copyright papers.
4092
4093 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
4094 (dired-guess-default): Respect case.
4095
4096 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
4097
4098 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
4099 was originally checked in as byte-optimize-concat on 1997-11-02.
4100
4101 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
4102 1995-05-19 doc changes.
4103
4104 2007-04-06 Kim F. Storm <storm@cua.dk>
4105
4106 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
4107 (unload-feature): Update interactive spec accordingly.
4108
4109 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
4110
4111 2007-04-06 John Paul Wallington <jpw@pobox.com>
4112
4113 * subr.el (with-case-table): Use `make-symbol' to avoid variable
4114 capture. Restore the table in the same buffer.
4115
4116 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
4117
4118 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
4119
4120 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4121 Print entire form.
4122
4123 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
4124
4125 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
4126 for low-color displays.
4127
4128 2007-04-05 Glenn Morris <rgm@gnu.org>
4129
4130 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
4131 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
4132 Seed random number generator on loading.
4133
4134 * emacs-lisp/authors.el (top-level): Provide self.
4135
4136 * play/animate.el (top-level): Provide self.
4137
4138 2007-04-04 Alan Mackenzie <acm@muc.de>
4139
4140 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
4141 to mention c-syntactic-indentation.
4142
4143 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
4144
4145 * subr.el (with-case-table): New macro.
4146
4147 * international/mule.el (ascii-case-table): New var.
4148
4149 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
4150 downcasing.
4151
4152 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
4153
4154 * progmodes/gud.el (gud-minor-mode-map): Simplify.
4155
4156 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
4157 of the window if we're outside it e.g menu-bar.
4158
4159 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
4160 window if we're outside it e.g menu-bar.
4161
4162 2007-04-03 Eli Zaretskii <eliz@gnu.org>
4163
4164 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
4165 decode base-64 encoded body if its content-type is something other
4166 than text/* or message/*.
4167
4168 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
4169
4170 * simple.el (activate-mark-hook): Fix typo in docstring.
4171
4172 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
4173
4174 * tmm.el (tmm-c-prompt): Initialize.
4175 (tmm-menubar): Deal with extended menu-items at top level.
4176 (tmm-get-keybind): Handle bindings redefined/undefined locally.
4177 (tmm-prompt): Handle visibility of top level menu-items.
4178
4179 * progmodes/gud.el (gud-menu-map): Simplify.
4180 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
4181 menubar.
4182
4183 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
4184
4185 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
4186
4187 * comint.el (comint-send-input): Widen the buffer first.
4188
4189 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
4190
4191 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4192
4193 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
4194 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
4195
4196 * newcomment.el (comment-search-forward): Discard comment starters
4197 before point.
4198
4199 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
4200
4201 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
4202
4203 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
4204
4205 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
4206 when downcasing.
4207
4208 * button.el (previous-button): Rewrite to account for adjacent buttons.
4209
4210 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
4211
4212 * progmodes/idlwave.el (idlwave-auto-fill):
4213 Revert paragraph-separate change.
4214
4215 * progmodes/idlw-shell.el (idlwave-shell-break-in):
4216 Simplify module calc.
4217 (idlwave-shell-set-bp-in-module): Compute module.
4218
4219 2007-03-31 Glenn Morris <rgm@gnu.org>
4220
4221 * emacs-lisp/timer.el (run-at-time): Doc fix.
4222
4223 * emacs-lisp/warnings.el (display-warning): If we create the
4224 buffer displaying the warning, disable undo there.
4225
4226 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
4227
4228 * net/tramp.el (tramp-register-file-name-handler)
4229 (tramp-register-completion-file-name-handler): New defsubst,
4230 derived from `tramp-register-file-name-handlers'. The split is
4231 necessary because Tramp's file name handlers must be registered at
4232 different startup places.
4233
4234 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
4235
4236 * progmodes/hideshow.el (turn-off-hideshow): New function.
4237 (hs-minor-mode): Use it instead of a lambda expression in
4238 change-major-mode-hook.
4239
4240 2007-03-31 David Kastrup <dak@gnu.org>
4241
4242 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
4243 corresponding to MANPATH_MAP entries.
4244 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
4245 (woman-parse-man.conf): Use more discriminating man.conf name.
4246 (woman-parse-man.conf): Parse MANPATH_MAP entries.
4247 (woman-manpath): Doc fix and type fix.
4248 (woman-cached-data): Check for MANPATH_MAP entries.
4249 (woman-expand-directory-path): Treat MANPATH_MAP entries.
4250
4251 2007-03-31 Stuart Herring <herring@lanl.gov>
4252
4253 * emacs-lisp/sregex.el (sregexq): Doc fix.
4254
4255 2007-03-31 Markus Triska <markus.triska@gmx.at>
4256
4257 * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
4258
4259 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
4260
4261 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
4262 Move to the right.
4263
4264 2007-03-30 Alan Mackenzie <acm@muc.de>
4265
4266 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
4267
4268 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4269
4270 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
4271 Use it, passed in explicitly, instead of from the dynamic binding.
4272 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
4273
4274 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
4275
4276 * simple.el (blink-matching-open): When in minibuffer, don't
4277 search for a match inside the prompt.
4278
4279 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
4280
4281 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
4282 (tmm-prompt): Don't make the mouse user select the first menu
4283 item twice.
4284
4285 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
4286
4287 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
4288 SIGUSR1 and SIGUSR2.
4289
4290 2007-03-29 Kim F. Storm <storm@cua.dk>
4291
4292 * ido.el (ido-read-internal): When reading file or dir, only override
4293 minibuffer-local-filename-completion-map, otherwise only override
4294 minibuffer-local-completion-map.
4295
4296 2007-03-29 Glenn Morris <rgm@gnu.org>
4297
4298 * complete.el (partial-completion-mode): Set PC-do-completion-end
4299 to nil after use.
4300 (PC-lisp-complete-symbol): Create and use a marker at `end',
4301 rather than using point-marker.
4302
4303 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
4304
4305 * simple.el (next-error-highlight): Doc fix.
4306 (compose-mail): Revert 2007-03-19 change.
4307
4308 2007-03-28 Richard Stallman <rms@gnu.org>
4309
4310 * emacs-lisp/edebug.el (edebug-display): Don't go to
4311 edebug-outside-buffer if it is dead.
4312
4313 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
4314
4315 * view.el (view-mode): Fix typos in docstring.
4316
4317 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
4318
4319 * recentf.el (recentf-save-file): Add a custom :set function.
4320
4321 2007-03-28 Glenn Morris <rgm@gnu.org>
4322
4323 * complete.el (PC-do-completion-end): New variable.
4324 (partial-completion-mode) <choose-completion-string-functions>:
4325 Use PC-do-completion-end in the non-minibuffer case to replace the
4326 correct amount of text.
4327 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
4328 (PC-lisp-complete-symbol): Give marker the after-insertion type,
4329 to deal with improvements inserted after point.
4330
4331 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4332
4333 * button.el (make-text-button): Add explicit `button' property.
4334 (default-button): Don't put a `button' property on it.
4335
4336 * progmodes/python.el (python-mode): Skip comments when parsing.
4337
4338 * vc-arch.el (vc-with-current-file-buffer): New macro.
4339 (vc-arch-file-source-p): Use it to avoid infloop.
4340
4341 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
4342
4343 * emacs-lisp/lisp.el (lisp-complete-symbol):
4344 Fix call to get-buffer-window to find windows in other frames.
4345
4346 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4347
4348 * comint.el (comint-proc-query, comint-dynamic-list-completions):
4349 Fix calls to get-buffer-window to find windows in other frames.
4350 Reported by David Hansen <david.hansen@gmx.net>.
4351
4352 2007-03-27 Kevin Ryde <user42@zip.com.au>
4353
4354 * info.el (Info-display-images-node): On a text-only terminal,
4355 show the "text" or "alt" parts of the image blobs.
4356
4357 2007-03-27 Glenn Morris <rgm@gnu.org>
4358
4359 * complete.el (PC-do-completion): Compute completion-base-size in
4360 the non-filename case, rather than setting to nil.
4361 (PC-lisp-complete-end): New variable.
4362 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
4363 original end in a series of consecutive invocations.
4364
4365 * calendar/calendar.el (calendar-mode-hook): Declare it.
4366
4367 * calendar/diary-lib.el (diary-live-p): Do not check for
4368 diary-selective-display.
4369
4370 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4371
4372 * replace.el (occur-next-error): *Occur* might not be displayed in the
4373 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
4374
4375 2007-03-26 Richard Stallman <rms@gnu.org>
4376
4377 * textmodes/flyspell.el (flyspell-large-region):
4378 Use ispell-call-process-region.
4379
4380 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4381
4382 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
4383 Use prin1 instead of princ.
4384
4385 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
4386
4387 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
4388 Merge in X resources before global face.
4389
4390 * progmodes/compile.el (compilation-start): Save compilation-directory
4391 rather than default-directory as local var.
4392 (compilation-directory): Mark as safe local var.
4393
4394 * files.el: Don't mark default-directory as a safe local var.
4395
4396 2007-03-25 Alan Mackenzie <acm@muc.de>
4397
4398 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
4399 * progmodes/cc-engine.el: Fix typo.
4400
4401 2007-03-25 Juri Linkov <juri@jurta.org>
4402
4403 * compare-w.el (compare-windows): Rename customization group
4404 `compare-w' to `compare-windows'.
4405 (compare-windows-whitespace, compare-ignore-whitespace)
4406 (compare-ignore-case, compare-windows-sync)
4407 (compare-windows-sync-string-size, compare-windows-recenter)
4408 (compare-windows-highlight, compare-windows): Change group name in
4409 the `group' tag from `compare-w' to `compare-windows'.
4410 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
4411
4412 2007-03-24 Markus Triska <markus.triska@gmx.at>
4413
4414 * expand.el: Change example to always enable abbrev-mode,
4415 and remove redundant `function'.
4416 (expand-abbrev-hook): Add autoload cookie.
4417
4418 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
4419
4420 * emacs-lisp/testcover.el (testcover-start, testcover-end)
4421 (testcover-mark-all, testcover-unmark-all): Add prompts to
4422 interactive specs.
4423
4424 2007-03-24 Jason Rumney <jasonr@gnu.org>
4425
4426 * autorevert.el (find-file-hook, auto-revert-tail-mode):
4427 Use file size in bytes for auto-revert-tail-pos not characters.
4428
4429 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
4430
4431 * vc-rcs.el (vc-rcs-annotate-command):
4432 Set text property :vc-annotate-prefix on the annotation text.
4433 (vc-rcs-annotate-time): Instead of searching for ": ",
4434 search for end of text propertized with :vc-annotate-prefix.
4435
4436 2007-03-24 Martin Rudalics <rudalics@gmx.at>
4437
4438 * whitespace.el (top level): Remove calls putting
4439 permanent-local nil property since these are no-ops.
4440
4441 * man.el (Man-support-local-filenames): Assure that
4442 default-directory exists when doing call-process.
4443
4444 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
4445
4446 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
4447 Fix omission bug: Use m4-program-options to construct shell command.
4448
4449 2007-03-23 David Kastrup <dak@gnu.org>
4450
4451 * progmodes/cc-mode.el (c-make-emacs-variables-local):
4452 Use `mapcar' rather than `mapcan' to silence compiler warning.
4453
4454 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
4455
4456 * textmodes/reftex.el, textmodes/reftex-vars.el,
4457 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
4458 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
4459 * textmodes/reftex-index.el, textmodes/reftex-global.el,
4460 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
4461 * textmodes/reftex-auc.el: Add maintainer address.
4462
4463 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
4464
4465 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
4466 Make sure that `global-font-lock-mode' does not turn on font-lock
4467 in these buffers.
4468
4469 2007-03-21 Kim F. Storm <storm@cua.dk>
4470
4471 * xt-mouse.el (xt-mouse-epoch): New variable.
4472 (xterm-mouse-event): Use float-time.
4473
4474 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
4475
4476 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
4477 current-time.
4478
4479 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4480
4481 * complete.el (read-file-name-internal): Don't add the final > if the
4482 completion is not finished (re-application of this patch, which was
4483 accidentally undone by Eli).
4484
4485 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
4486
4487 * emulation/viper.el (viper-non-hook-settings): Handle mouse
4488 clicks in describe-key and describe-key-briefly advice a little better.
4489
4490 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
4491
4492 * server.el (server-process-filter): Cancel any pending isearch.
4493
4494 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
4495
4496 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
4497 (icalendar--get-unfolded-buffer): Define actual arguments rather
4498 than just using &rest. Check replace-in-string is fbound.
4499 (icalendar-import-buffer): Doc fix.
4500 (icalendar--convert-ical-to-diary): Set diary-file.
4501 Check diary-file before inserting final newline.
4502 (icalendar--add-diary-entry): Return diary-file.
4503
4504 2007-03-21 Glenn Morris <rgm@gnu.org>
4505
4506 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
4507 (diary-display-hook): Add custom :set function.
4508
4509 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
4510 Add custom :set function.
4511 (diary-header-line-format): Doc fix.
4512 (diary-set-maybe-redraw): New function.
4513 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
4514 (diary-list-entries): Always run diary-mode.
4515
4516 2007-03-20 Kenichi Handa <handa@m17n.org>
4517
4518 * international/quail.el (quail-setup-completion-buf): Make the
4519 completion buffer read-only.
4520 (quail-completion): Adjusted for the above change. Leave the
4521 modified flag nil.
4522
4523 2007-03-20 David Kastrup <dak@gnu.org>
4524
4525 * files.el (magic-mode-alist): Require literal "%!PS" string for
4526 magic postscript file detection.
4527
4528 2007-03-20 Richard Stallman <rms@gnu.org>
4529
4530 * textmodes/ispell.el (ispell-call-process): New function.
4531 Defends against bad `default-directory.'
4532 (ispell-check-version, ispell-find-aspell-dictionaries)
4533 (ispell-get-aspell-config-value, lookup-words): Call it.
4534 (ispell-call-process-region): New function.
4535 (ispell-send-string): Call it.
4536
4537 2007-03-20 Andreas Schwab <schwab@suse.de>
4538
4539 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
4540 (finder-data): Likewise.
4541 (autoloads): Likewise.
4542
4543 2007-03-20 Martin Rudalics <rudalics@gmx.at>
4544
4545 * files.el (basic-save-buffer): Do not set visited filename when
4546 the corresponding directory does not exist or the specified
4547 filename is that of an existing directory.
4548
4549 2007-03-20 Glenn Morris <rgm@gnu.org>
4550
4551 * calendar/diary-lib.el (diary-live-p): New function.
4552 (number-of-diary-entries): Add a :set function to redisplay diary
4553 when necessary.
4554
4555 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
4556
4557 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
4558 from client program, mev, to compute mouse event.
4559
4560 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
4561
4562 * faces.el (momentary): Face removed; unused due to reversion of
4563 2007-01-04 changes by Kevin Rodgers.
4564
4565 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
4566 Suggested by Johan Bockg\e,Ae\e(Brd.
4567
4568 2007-03-19 Martin Rudalics <rudalics@gmx.at>
4569
4570 * font-lock.el (lisp-font-lock-keywords-1):
4571 Highlight define-globalized-minor-mode as a keyword.
4572
4573 2007-03-19 Kim F. Storm <storm@cua.dk>
4574
4575 * calc/calc-forms.el (math-std-daylight-savings)
4576 (math-std-daylight-savings-old): Doc fix.
4577
4578 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
4579
4580 * progmodes/python.el (python-default-template): Doc fix.
4581 (python-buffer): Fix typo in docstring.
4582
4583 * isearchb.el (isearchb-follow-char):
4584 * subr.el (def-edebug-spec): Fix typo in docstring.
4585
4586 2007-03-19 Richard Stallman <rms@gnu.org>
4587
4588 * files.el (default-directory): Mark safe.
4589 (basic-save-buffer-2): Put proper dir name in error message.
4590
4591 * simple.el (compose-mail): Run switch-function after
4592 setting up the mail buffer.
4593
4594 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
4595
4596 2007-03-18 Jay Belanger <belanger@truman.edu>
4597
4598 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
4599 (math-std-daylight-savings-new): Rename from
4600 `math-std-daylight-savings'.
4601 (math-std-daylight-savings-old): Rename from old value of
4602 `math-std-daylight-savings'.
4603 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
4604 `math-std-daylight-savings-old' depending on the year.
4605
4606 2007-03-18 Detlev Zundel <dzu@gnu.org>
4607
4608 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
4609 zero-width regexps as invalid but rather at least count them correctly.
4610
4611 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
4612
4613 * net/tls.el (open-tls-stream): In handshake-waiting loop,
4614 don't wait more if there is output available to process.
4615
4616 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
4617
4618 * progmodes/compile.el (compilation-find-file): Revert change
4619 from 2006-07-18 to allow completion of directory names.
4620 Reported by John Carter <john.carter@tait.co.nz>.
4621
4622 2007-03-18 Kim F. Storm <storm@cua.dk>
4623
4624 * subr.el (when, unless): Doc fix.
4625
4626 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
4627
4628 * net/tls.el (tls-program): Doc fix.
4629
4630 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
4631
4632 * autorevert.el (auto-revert-tail-handler):
4633 Call after-revert-hook.
4634
4635 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
4636
4637 * simple.el (switch-to-completions): No error if search for \n\n fails.
4638
4639 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
4640
4641 * simple.el (line-move-1):
4642 Respect `inhibit-line-move-field-capture' property.
4643
4644 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
4645
4646 * comint.el (comint-arguments): Mark backslash-escaped chars.
4647 (comint-delim-arg): Don't treat them as delimiters.
4648
4649 2007-03-12 Kim F. Storm <storm@cua.dk>
4650 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
4651
4652 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
4653
4654 * tempo.el (tempo-insert): Deal with 'r> if it appears
4655 specified with a prompt argument.
4656
4657 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
4658
4659 * textmodes/org.el (org-set-font-lock-defaults):
4660 Handle narrow table columns correctly.
4661
4662 2007-03-12 Mark A. Hershberger <mah@everybody.org>
4663
4664 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
4665 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
4666 Return to use of the -no-properties variants. There was
4667 consensus on emacs-devel that the speed of these variants was
4668 prefered since we are usually parsing files (from the internet
4669 or on disk) instead of XML created in Emacs.
4670
4671 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
4672 Add customize option.
4673
4674 2007-03-12 Glenn Morris <rgm@gnu.org>
4675
4676 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
4677 North American rule. Replace "daylight savings" with "daylight
4678 saving" in doc.
4679
4680 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
4681 * calendar/lunar.el, solar.el: Replace "daylight savings" with
4682 "daylight saving" in text.
4683
4684 * woman.el (woman-change-fonts): Tweak previous change by using
4685 woman-request-regexp rather than "^\\.".
4686
4687 * startup.el (command-line-1): Make insertion of
4688 initial-scratch-message not depend on scratch being selected.
4689
4690 2007-03-11 Juri Linkov <juri@jurta.org>
4691
4692 * replace.el (match): Use yellow background on light-bg terminals.
4693
4694 2007-03-11 Richard Stallman <rms@gnu.org>
4695
4696 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4697 Correctly compute line number.
4698
4699 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
4700
4701 * type-break.el (type-break-get-previous-count):
4702 Repeat previous change here.
4703
4704 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
4705
4706 * progmodes/grep.el (grep-find-ignored-directories):
4707 Add .git and .bzr to list.
4708
4709 2007-03-11 Andreas Schwab <schwab@suse.de>
4710
4711 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
4712
4713 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4714
4715 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
4716
4717 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
4718
4719 * faces.el (face-set-after-frame-default): Recalculate face
4720 customizations after applying X resources.
4721
4722 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
4723
4724 * net/rcirc.el (rcirc-timeout-seconds): New variable.
4725 (rcirc-keepalive-seconds): Remove variable.
4726 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
4727 (rcirc-process, rcirc-user-disconnect): New variables.
4728 (rcirc-connect): Initalize new variables.
4729 (rcirc-keepalive): Don't send keepalive pings before connection
4730 is completed.
4731 (rcirc-sentinel): Do mark all channels with activity when
4732 connection is dropped. Run hook with process buffer local.
4733 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
4734 (rcirc-buffer-process): Return value of rcirc-process if
4735 rcirc-server-buffer is nil.
4736 (rcirc-server-name): Return the reported server name.
4737 (rcirc-update-prompt): Simplify computation of the server name.
4738 (rcirc-format-response-string): Likewise.
4739 (rcirc-handler-001): Mark server as connected, record the reported
4740 server name, and schedule a timeout.
4741 (rcirc-track-nick): Add a spec for the tty class.
4742 (rcirc-user-non-nick): Remove function.
4743 (rcirc-nick-prefix-chars): Add variable.
4744 (rcirc-user-nick): Use above variable.
4745
4746 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4747
4748 * icomplete.el (icomplete-tidy, icomplete-exhibit):
4749 Bind deactivate-mark to nil.
4750
4751 2007-03-10 Martin Rudalics <rudalics@gmx.at>
4752
4753 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
4754 that buffer contents get erased during completion.
4755
4756 2007-03-10 Glenn Morris <rgm@gnu.org>
4757
4758 * woman.el (woman-change-fonts): Add a hack to deal with
4759 font-escape followed by "." at start of a line.
4760 (woman2-IP): Add a hack to deal with consecutive requests.
4761 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
4762
4763 2007-03-10 Alan Mackenzie <acm@muc.de>
4764
4765 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
4766
4767 2007-03-09 Richard Stallman <rms@gnu.org>
4768
4769 * abbrev.el (abbrev): Add `provide'.
4770
4771 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
4772
4773 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
4774
4775 2007-03-09 Martin Rudalics <rudalics@gmx.at>
4776
4777 * complete.el (PC-try-completion): New function.
4778 (PC-do-completion, read-file-name-internal): Use it instead of
4779 try-completion.
4780
4781 2007-03-08 Alan Mackenzie <acm@muc.de>
4782
4783 Remove stale tokens from `c-found-types' cache.
4784
4785 * progmodes/cc-mode.el (c-unfind-enclosing-token)
4786 (c-unfind-coalesced-tokens, c-before-change): New functions.
4787 (c-maybe-stale-found-type): New variable.
4788
4789 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
4790 (c-trim-found-types): New functions.
4791
4792 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
4793
4794 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
4795 (debug-ignored-errors): Add entry from smerge-match-conflict.
4796
4797 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
4798
4799 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
4800 special help topics for keywords.
4801 (idlwave-help-assistant-command): Include ".exe" for ms-dos
4802 etc. Assistant command.
4803
4804 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
4805
4806 * replace.el (occur-engine): Move buffer-undo-list binding...
4807 (occur-1): ...to here.
4808
4809 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
4810
4811 * simple.el (minibuffer-completing-symbol): New var.
4812 (eval-expression): Use it.
4813 (completion-setup-function): Don't bind completion-base-size when
4814 completing a symbol in the minibuffer.
4815
4816 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
4817
4818 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
4819 tries to start a second session in graphical mode.
4820
4821 2007-03-07 Miles Bader <miles@gnu.org>
4822
4823 * international/isearch-x.el
4824 (isearch-process-search-multibyte-characters):
4825 Strip text-properties from PROMPT to avoid an error from read-string.
4826
4827 2007-03-07 Kim F. Storm <storm@cua.dk>
4828
4829 * complete.el (PC-bindings): Remap lisp-complete-symbol to
4830 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
4831
4832 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4833
4834 * complete.el (PC-do-completion): Delete duplicates in the list of
4835 possible completions.
4836
4837 2007-03-07 Glenn Morris <rgm@gnu.org>
4838
4839 * ses.el (ses-mode): Doc fix.
4840
4841 2007-03-06 Kim F. Storm <storm@cua.dk>
4842
4843 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
4844
4845 2007-03-06 Kenichi Handa <handa@m17n.org>
4846
4847 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
4848
4849 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4850
4851 * simple.el (completion-setup-function): Improve last fix so it doesn't
4852 set it to a relative directory name either.
4853
4854 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4855
4856 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
4857
4858 2007-03-05 Richard Stallman <rms@gnu.org>
4859
4860 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
4861
4862 * files.el (find-file-noselect): No error if file no longer exists.
4863 Display a message and avoid other questions.
4864
4865 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4866
4867 * pcomplete.el (pcomplete-show-completions): Improve last change, so
4868 as not to use an invisible window and to create a window if none exist.
4869
4870 * progmodes/python.el (python-send-command): Restart proc if necessary.
4871 (python-proc): Simplify.
4872
4873 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
4874
4875 * pcomplete.el (pcomplete-show-completions): Search all frames for
4876 completions buffer.
4877
4878 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
4879
4880 * cus-edit.el (customize-save-variable): Clear customized-value
4881 property (saved values are now put in theme-value property).
4882 (customize-set-variable): Doc fix.
4883
4884 * complete.el (PC-do-completion): If completion-ignore-case is
4885 non-nil, replace field with completion string before exiting.
4886
4887 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
4888
4889 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
4890 Append its extension to the resulting temporary file name.
4891 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
4892
4893 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
4894 (tramp-smb-handle-write-region): Apply it.
4895
4896 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4897
4898 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4899 Redo previous change.
4900
4901 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4902
4903 * diff-mode.el (diff-mode): Doc fix.
4904
4905 2007-03-05 Kenichi Handa <handa@m17n.org>
4906
4907 * international/characters.el: Set category `l' (latin)
4908 for more characters.
4909
4910 2007-03-04 Kim F. Storm <storm@cua.dk>
4911
4912 * emacs-lisp/authors.el (authors-aliases): Add alias.
4913
4914 2007-03-04 Glenn Morris <rgm@gnu.org>
4915
4916 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
4917 all when switching major mode.
4918 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
4919 (hs-block-start-mdata-select, hs-block-end-regexp)
4920 (hs-forward-sexp-func, hs-adjust-block-beginning):
4921 Do not make these variables permanent-local.
4922
4923 2007-03-04 Richard Stallman <rms@gnu.org>
4924
4925 * progmodes/cperl-mode.el (cperl-mode):
4926 Modify cperl-compilation-error-regexp-alist by appending.
4927
4928 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
4929 (edebug-mode): Add the hook.
4930 (edebug-recursive-edit): Remove the hook on exiting.
4931
4932 * type-break.el (type-break-get-previous-time):
4933 Handle end-of-file errors specially
4934 so they don't get reported wrong in .emacs.
4935
4936 * startup.el (fancy-splash-text): Clarify text.
4937
4938 * simple.el (beginning-of-buffer, end-of-buffer):
4939 Avoid treating plain C-u like numeric arg.
4940
4941 * simple.el (completion-setup-function): Don't set
4942 default-directory to nil.
4943
4944 * shell.el (shell-dirstack-query): Doc fix.
4945
4946 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
4947 Don't select the window -- pass it to primitives instead.
4948
4949 * faces.el (minibuffer-prompt): Use medium blue by default.
4950
4951 2007-03-04 David Kastrup <dak@gnu.org>
4952
4953 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
4954 Preserve 16 as default value for "seconds" when customizing.
4955
4956 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
4957
4958 * textmodes/org.el (org-self-insert-command)
4959 (orgtbl-self-insert-command, org-delete-char)
4960 (org-delete-backward-char): Set the `flyspell-delayed' property.
4961
4962 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
4963
4964 * international/mule.el (find-auto-coding): Don't search for
4965 line-ending characters past the end of the tail.
4966
4967 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
4968
4969 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4970 Jump to the line where new score has been uploaded.
4971
4972 * play/tetris.el (tetris-move-bottom, tetris-move-left)
4973 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
4974 Do nothing when the game is paused.
4975
4976 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
4977
4978 * textmodes/org.el (org-set-tags): Prevent slipping of point
4979 during completion.
4980
4981 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4982
4983 * isearch.el (isearch-message-prefix):
4984 Use minibuffer-prompt-properties.
4985
4986 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4987
4988 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
4989 (ps-setup): Print which Emacsen is running ps-print package.
4990
4991 2007-03-01 Stuart Herring <herring@lanl.gov>
4992
4993 * files.el (set-auto-mode-0): Use `indirect-function'.
4994 (hack-one-local-variable): Don't reapply current major mode.
4995
4996 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
4997
4998 * progmodes/python.el (python-quote-syntax): Don't bother with
4999 syntax-ppss-context.
5000 (python-fill-paragraph): Make sure that fenced-string delimiters that
5001 stand on their own line stay there.
5002
5003 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
5004
5005 * replace.el (perform-replace): Propertize message.
5006
5007 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
5008
5009 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
5010 invisible heading.
5011
5012 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
5013
5014 * net/tramp.el (tramp-file-name-handler): Revert last change.
5015
5016 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
5017
5018 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
5019 Correct doc strings.
5020
5021 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
5022
5023 * replace.el (perform-replace): Undo forward-char immediately if
5024 non-adjacent search fails.
5025
5026 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5027
5028 * version.el (emacs-major-version, emacs-minor-version):
5029 string-to-int -> string-to-number.
5030
5031 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
5032
5033 * help.el (where-is): Fail gracefully when not passed a command.
5034
5035 2007-02-28 Stuart Herring <herring@lanl.gov>
5036
5037 * find-lisp.el (find-lisp-default-directory-predicate):
5038 Fix bug: Do symlink check on expanded filename.
5039
5040 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
5041
5042 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
5043 changes during replacement.
5044 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
5045
5046 2007-02-28 Lars Hansen <larsh@soem.dk>
5047
5048 * desktop.el: Delete header line listing me as maintainer.
5049
5050 2007-02-28 Glenn Morris <rgm@gnu.org>
5051
5052 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
5053 the menus case.
5054
5055 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
5056
5057 * net/tramp.el (tramp-file-name-handler): Inhibit modification
5058 hooks to avoid confusion when combining after-change calls.
5059
5060 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
5061
5062 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
5063 now that pgg-gpg-process-region correctly honors passed-in passphrase.
5064 (allout-distinctive-bullets-string): Add info about bullet conventions.
5065 (allout-mode): Add info about distinctive vs plain bullets.
5066
5067 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
5068
5069 * textmodes/org.el (org-archive-subtree): Quote variable name.
5070 (org-agenda-get-todos): Make sure skip properties are checked correctly.
5071
5072 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
5073
5074 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
5075 (gud-bashdb-command-name, bashdb): Remove.
5076 (gud, gud-menu-map): Remove references to bash/bashdb.
5077
5078 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
5079
5080 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
5081 keyword for Python 2.5.
5082
5083 2007-02-26 Romain Francoise <romain@orebokech.com>
5084
5085 * net/net-utils.el (whois-server-tld): Update server for .org.
5086 (whois-server-list): Add whois.publicinterestregistry.net.
5087 (whois-guess-server): Fix formatting in docstring.
5088
5089 2007-02-26 Kim F. Storm <storm@cua.dk>
5090
5091 * mouse.el (mouse-show-mark): Run hooks and perform command
5092 remapping for mouse-region-delete-keys.
5093
5094 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5095
5096 * font-core.el (font-lock-mode): Doc fix.
5097
5098 2007-02-25 Kim F. Storm <storm@cua.dk>
5099
5100 * ido.el (ido-buffer-internal): Set this-command to fallback command.
5101 Add selected buffer to buffer-name-history.
5102 (ido-file-internal): Set this-command to fallback command.
5103 Add file names to file-name-history.
5104
5105 * emacs-lisp/map-ynp.el (map-y-or-n-p):
5106 Apply minibuffer-prompt-properties.
5107
5108 2007-02-25 Andreas Schwab <schwab@suse.de>
5109
5110 * files.el (hack-one-local-variable-eval-safep): Correct handling
5111 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
5112
5113 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
5114
5115 * textmodes/org.el (org-table-overlay-coordinates)
5116 (org-table-toggle-coordinate-overlays): New functions.
5117 (org-table-overlay-coordinates, org-table-coordinate-overlays):
5118 New variables.
5119 (org-startup-with-deadline-check): Remove option.
5120 (org-mode): Remove deadline check on startup.
5121 (org-table-limit-column-width): Remove option.
5122 (org-table-formula-numbers-only): Remove option.
5123 (org-link-style, org-link-format): Remove options.
5124 (org-select-agenda-window, org-fit-agenda-window): Remove options.
5125 (org-export-ascii-show-new-buffer)
5126 (org-export-html-show-new-buffer): Remove options.
5127 (org-activate-links): Remove camel option.
5128 (org-file-link-context-use-camel-case): Remove option.
5129 (org-camel-regexp): Remove variable.
5130 (org-activate-camels): Remove function.
5131 (org-store-link): Remove Camel stuff.
5132 (org-make-org-heading-camel): Remove function.
5133 (org-open-at-point): Remove camel stuff.
5134 (org-link-search): Remove camel stuff.
5135 (org-camel-to-words): Function removed.
5136 (org-get-agenda-file-buffer): Make sure we prepare the base
5137 buffers, not any indirect buffers.
5138 (org-sort-entries): Sort top-level when not on a headline, and no
5139 active region.
5140 (org-in-regexp): New function.
5141 (org-search-not-self): Rename from `org-search-not-link'.
5142 (org-open-link-marker): New variable.
5143 (org-open-at-point): Set `org-open-link-marker'.
5144 (org-print-icalendar-entries): Fixe bug with excluding DONE
5145 entries from the exported list.
5146 (org-edit-formula-lisp-indent): New command.
5147 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
5148 (orgtbl-to-latex, orgtbl-insert-radio-table)
5149 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
5150 (orgtbl-radio-table-templates): New option.
5151 (org-store-link-props):
5152 (org-remember-templates): More possibilities to insert info
5153 into templates.
5154 (org-remember-apply-template): Make use of the extended
5155 template capabilities.
5156 (org-remember-redo-template): New command.
5157 (org-upgrade-old-links)
5158 (org-table-modify-formulas, org-table-replace-in-formulas)
5159 (org-table-find-dataline)
5160 (org-table-get-vertical-vector): Remove functions.
5161 (org-table-remove-rectangle-highlight)
5162 (org-time-stamp-format, org-toggle-log-option)
5163 (org-table-highlight-rectangle)
5164 (org-table-iterate, org-table-make-reference):
5165 (org-translate-time, org-tree-to-indirect-buffer)
5166 (org-table-field-info, org-table-fix-formulas)
5167 (org-table-force-dataline, org-table-get-descriptor-line)
5168 (org-table-get-range)
5169 (org-skip-comments, org-sort)
5170 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
5171 (org-table-current-dline, org-table-current-field-formula)
5172 (org-table-edit-backward-field)
5173 (org-table-edit-formulas-post-command)
5174 (org-table-edit-line-down, org-table-edit-line-up)
5175 (org-agenda-archive)
5176 (org-agenda-clock-cancel)
5177 (org-agenda-clock-out, org-agenda-list-stuck-projects)
5178 (org-agenda-open-link, org-agenda-show-new-time)
5179 (org-agenda-skip-subtree-when-regexp-matches)
5180 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
5181 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
5182 (org-do-sort, org-file-image-p, org-find-overlays)
5183 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
5184 (org-highlight-until-next-command, org-isearch-end)
5185 (org-match-any-p, org-next-link, org-previous-link):
5186 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
5187 (org-rewrite-old-row-references)
5188 (org-isearch-post-command)
5189 (org-table-edit-move, org-table-edit-next-field)
5190 (org-table-edit-scroll, org-table-edit-scroll-down)
5191 (org-set-frame-title, org-show-reference)
5192 (org-unhighlight-once, org-verify-change-for-undo): New functions.
5193 (org-show-variable): Remove command.
5194 (org-add-log-maybe): New arguments STATE, FINDPOS
5195 (org-table-sort-lines): Rewrite from scratch.
5196 (org-link-search): New argument AVOID-POS.
5197 (org-print-icalendar-entries): Remove argument CATEGORY.
5198 (org-run-agenda-series): Remove argument WONDOW.
5199 (org-next-link, org-previous-link): New commands.
5200 (org-agenda-date-format): New option.
5201 (org-table-iterate): New command.
5202 (org-table-modify-formulas)
5203 (org-table-replace-in-formulas): Remove functions.
5204 (org-table-fix-formulas): New function.
5205 (org-table-insert-column, org-table-delete-column)
5206 (org-table-move-column): Use `org-table-fix-formulas'.
5207 (org-follow-gnus-link): Patch from Bastien/Leo.
5208 (org-table-current-field-formula): New function.
5209 (org-file-image-p): New function.
5210 (org-agenda-show-new-time): New function.
5211 (org-agenda-date-later): Call `org-agenda-show-new-time'.
5212 (org-with-remote-undo): New macro.
5213 (org-agenda-undo): New command.
5214 (org-verify-change-for-undo): New function.
5215 (org-time-stamp-format): New function.
5216 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
5217 by user.
5218 (org-match-any-p): New function.
5219 (org-make-tags-matcher): Handle regular expressions for tag and
5220 todo matches.
5221 (org-read-date): Accept "+N" as input for a date relative to the
5222 current date.
5223 (org-remove-subtree-entries-from-agenda): New function.
5224 (org-agenda-archive, org-agenda-kill):
5225 Use `org-remove-subtree-entries-from-agenda'.
5226 (org-do-sort, org-sort-entries): New functions.
5227 (org-sort): New command.
5228 (org-table-sort-lines): Use `org-do-sort'.
5229 (org-fix-decoded-time): New function.
5230 (org-table-number-regexp): Require 0x... to identify as number
5231 in tables.
5232 (org-startup-options): New keywords for note taking.
5233 (org-upgrade-old-links): Remove function.
5234 (org-get-repeat): New function.
5235 (org-show-context): Also show siblings on current level.
5236 (org-show-siblings): New function.
5237 (org-isearch-end, org-isearch-post-command): New functions.
5238 (org-show-siblings): New option.
5239 (org-show-context): Use `org-show-siblings'.
5240 (org-table-maybe-recalculate-line): No longer require `calc-eval'
5241 to be bound, because user may just use elisp.
5242
5243 2007-02-24 Kim F. Storm <storm@cua.dk>
5244
5245 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
5246 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
5247
5248 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5249
5250 * startup.el (command-line): Also check if the abbrev file is readable.
5251
5252 2007-02-24 John Paul Wallington <jpw@pobox.com>
5253
5254 * net/tls.el (tls-certtool-program): Fix custom type.
5255
5256 * mail/feedmail.el (feedmail-message-id-generator)
5257 (feedmail-date-generator): Fix custom types.
5258
5259 * mail/rmail.el (rmail-message-filter): Fix custom type.
5260
5261 2007-02-24 Eli Zaretskii <eliz@gnu.org>
5262
5263 * startup.el (command-line): If simple.el cannot be found, proceed
5264 with a warning message.
5265
5266 2007-02-24 Kenichi Handa <handa@m17n.org>
5267
5268 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
5269 case that BEG is a string.
5270
5271 2007-02-24 Chris Moore <dooglus@gmail.com>
5272
5273 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5274 * pgg-pgp.el (pgg-pgp-encrypt-region):
5275 * pgg-gpg.el (pgg-gpg-encrypt-region):
5276 Check pgg-encrypt-for-me if no other recipients.
5277
5278 2007-02-23 Eli Zaretskii <eliz@gnu.org>
5279
5280 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
5281
5282 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
5283 shell-quote-argument.
5284
5285 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5286
5287 * comint.el (comint-read-input-ring): Use comint-input-ring-size
5288 from the comint buffer instead of the temporary one.
5289
5290 2007-02-23 David Reitter <david.reitter@gmail.com>
5291
5292 * cus-edit.el (custom-save-all): Canonicalize custom-file before
5293 storing it in recentf-exclude.
5294
5295 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
5296
5297 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
5298 in splash screen.
5299
5300 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
5301
5302 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
5303 commands, for restart.
5304 (idlwave-shell-current-module): Fix handling of module name by type.
5305 (idlwave-shell-break-in): Update type handling.
5306 (idlwave-shell-bp-get): Encode type in BP structure.
5307 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
5308 (idlwave-shell-module-source-query): Query routine info based on type.
5309 Fix path parsing for non-compiled files.
5310 (idlwave-shell-module-source-filter): Don't signal error in filter
5311 if no source found.
5312 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
5313 filter race.
5314
5315 2007-02-22 Kim F. Storm <storm@cua.dk>
5316
5317 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
5318 (editable-field): Document need to put some text before the %v
5319 escape in :format string.
5320
5321 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
5322
5323 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
5324 (vc-svn-use-edit): Remove unused config var.
5325 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
5326
5327 * outline.el (hide-sublevels): Keep empty last line, if available.
5328
5329 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
5330 rather than the corresponding unicode char, to make the code
5331 more readable.
5332
5333 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
5334
5335 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
5336 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
5337 (speedbar-item-info-tag-helper): Doc fixes.
5338
5339 2007-02-19 Kenichi Handa <handa@m17n.org>
5340
5341 * international/mule-cmds.el (locale-language-names):
5342 Map "eo" to "Esperanto".
5343
5344 * language/european.el ("Esperanto"): New language environment.
5345
5346 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
5347
5348 * simple.el (kill-line): Doc fix.
5349
5350 2007-02-17 Kim F. Storm <storm@cua.dk>
5351
5352 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
5353 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
5354 (bindat--unpack-group, bindat--pack-group):
5355 Handle vectors with optional element type.
5356
5357 2007-02-17 Daiki Ueno <ueno@unixuser.org>
5358
5359 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
5360 if PASSPHRASE is given.
5361
5362 2007-02-17 Chris Moore <dooglus@gmail.com>
5363
5364 * jka-cmpr-hook.el (jka-compr-compression-info-list):
5365 Recognize backups of bz2 compressed files.
5366
5367 2007-02-17 Eli Zaretskii <eliz@gnu.org>
5368
5369 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
5370 to nil to speed up lookup of the symbol in index nodes.
5371
5372 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5373
5374 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5375 Add indentation for the constants of Lisp.
5376
5377 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
5378
5379 * ps-print.el: Use (defvar <foo>) where applicable.
5380 (ps-print-emacs-type): Remove.
5381 (ps-x-frame-property, ps-e-frame-parameter): Remove.
5382 (ps-frame-parameter): Align its call-convention with frame-parameter.
5383 (ps-begin-job): Adjust calls to it appropriately.
5384 (ps-setup): Don't print ps-print-emacs-type.
5385 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
5386 Define in such a way that it's obvious that it's defined.
5387 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
5388 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
5389 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
5390
5391 2007-02-15 Alan Mackenzie <acm@muc.de>
5392
5393 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
5394 an empty one-line C-style comment, post-position point properly.
5395
5396 2007-02-15 Chris Moore <dooglus@gmail.com>
5397
5398 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
5399 (isearch-lazy-highlight-new-loop): Bind it.
5400 (isearch-lazy-highlight-search): Use it.
5401
5402 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
5403
5404 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
5405
5406 * font-lock.el (font-lock-extend-region-wholelines):
5407 Only return non-nil if the region has really been changed.
5408 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
5409
5410 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
5411
5412 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
5413 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
5414 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
5415
5416 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
5417
5418 * faces.el (color-values): Revert changes to docstring from
5419 2007-01-31 and 2000-09-07.
5420
5421 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
5422 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
5423 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
5424 (ispell-help): Fix typos in docstring and output message.
5425
5426 2007-02-14 Kim F. Storm <storm@cua.dk>
5427
5428 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
5429 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
5430 (grep): Fix lgrep reference.
5431
5432 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
5433 (standard-display-underline): Use make-glyph-code.
5434
5435 * descr-text.el (describe-char): Use glyph-char and glyph-face.
5436
5437 * international/latin1-disp.el (latin1-display-char):
5438 Use make-glyph-code.
5439
5440 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
5441
5442 * ehelp.el (with-electric-help, electric-help-exit)
5443 (electric-help-retain): Doc fixes.
5444
5445 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
5446 (byte-compile-file): Doc fixes.
5447
5448 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5449
5450 * term/mac-win.el: Change all uses of
5451 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
5452 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
5453 (mac-ae-get-url): Call select-frame-set-input-focus.
5454 (mac-dnd-handle-drag-n-drop-event): Don't call
5455 select-frame-set-input-focus.
5456
5457 2007-02-13 Kenichi Handa <handa@m17n.org>
5458
5459 * international/characters.el: Fix documentation of category `a'.
5460
5461 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
5462
5463 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
5464
5465 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
5466
5467 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
5468 (tramp-get-remote-ln): Handle error case.
5469 Reported by Chris Moore <dooglus@gmail.com>.
5470
5471 2007-02-11 Kim F. Storm <storm@cua.dk>
5472
5473 * bindings.el (ctl-x-map): Remove register compatibility bindings
5474 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
5475
5476 2007-02-11 Richard Stallman <rms@gnu.org>
5477
5478 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
5479 in load history.
5480
5481 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
5482 condition -- don't fail to stop at endpos.
5483
5484 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
5485
5486 * textmodes/org.el (org-agenda-get-todos)
5487 (org-agenda-get-timestamps, org-agenda-get-closed)
5488 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5489 (org-agenda-get-blocks, org-format-agenda-item)
5490 (org-agenda-change-all-lines, org-scan-tags): Rename text property
5491 from `category' to `org-category'.
5492
5493 2007-02-11 Kenichi Handa <handa@m17n.org>
5494
5495 * international/titdic-cnv.el (titdic-convert): Force files be written
5496 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
5497 (miscdic-convert): Force files be written with Unix-like eol format.
5498
5499 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
5500
5501 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
5502
5503 * calculator.el (calculator-prompt): Doc fix.
5504 (calculator-mode-map): Fix typo in menu entry.
5505
5506 2007-02-10 Jay Belanger <belanger@truman.edu>
5507
5508 * calculator.el (calculator): Do more extensive checking for when
5509 3 lines should be used for the calculator.
5510
5511 2007-02-10 Eli Zaretskii <eliz@gnu.org>
5512
5513 * info-look.el (info-lookup-make-completions):
5514 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
5515 index nodes.
5516
5517 * info.el (Info-fontify-maximum-menu-size): Document the effect
5518 of a nil value.
5519 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
5520 non-nil before using it as size.
5521
5522 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
5523
5524 * subr.el (insert-for-yank-1): Prevent read-only properties from
5525 interfering with text property operations.
5526
5527 * image-mode.el (image-mode): Revert 2007-01-30 changes.
5528
5529 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
5530 (image-type-auto-detected-p): Fail if another match is found in
5531 auto-mode-alist.
5532
5533 * files.el (magic-mode-alist): Call image-mode instead of
5534 image-mode-maybe for autodetected images.
5535
5536 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
5537
5538 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
5539 Fix typos in docstrings.
5540 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
5541
5542 2007-02-09 Kim F. Storm <storm@cua.dk>
5543
5544 * emacs-lisp/float-sup.el: Remove obsolete comment.
5545
5546 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5547
5548 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
5549
5550 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5551
5552 * simple.el: Revert previous change, at request of RMS:
5553 (fundamental-mode-hook): Remove.
5554 (fundamental-mode): Run after-change-major-mode-hooks manually,
5555 and don't run the now-nonexistent fundamental-mode-hook.
5556
5557 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5558
5559 * simple.el (fundamental-mode-hook): Declare new hook.
5560 (fundamental-mode): Run the new dedicated hook, and don't run
5561 after-change-major-mode-hooks manually anymore.
5562
5563 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5564
5565 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
5566 added columns of chars. Remove support for the "no-meta-info" format.
5567 Prompted by Romain Francoise <romain@orebokech.com>.
5568
5569 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5570
5571 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
5572 (gdb-mouse-until, gdb-mouse-jump): Use it.
5573
5574 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5575
5576 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
5577 work when there is just an assembler buffer (no source buffer).
5578
5579 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
5580
5581 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
5582 just because the diff was produced using "-p" (--show-c-function).
5583
5584 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
5585
5586 * faces.el (frame-set-background-mode): Use `color-values' and
5587 `display-color-p', not `x-color-values' and `x-display-color-p'.
5588 (face-valid-attribute-values): Use `defined-colors' instead of
5589 `x-defined-colors'.
5590
5591 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5592
5593 * ps-print.el: The ps-print commands without face printing should not
5594 print background color. Reported by Leo <sdl.web@gmail.com>.
5595 (ps-print-version): New version 6.7.3.
5596 (ps-begin-job): New arg. Fix ps-default-background and
5597 ps-default-foreground initialization.
5598 (ps-face-attributes): Fix doc string.
5599 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
5600
5601 * printing.el: Fix ps-print link.
5602
5603 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
5604
5605 * faces.el (face-set-after-frame-default): Compile attributes to
5606 be set by frame parameters before merging in X resources.
5607
5608 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
5609
5610 * simple.el (blink-matching-paren-dont-ignore-comments):
5611 (blink-matching-paren-on-screen): Doc fixes.
5612
5613 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
5614
5615 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
5616
5617 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
5618
5619 * loadhist.el (unload-feature): Silently ignore `load-history' entries
5620 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
5621 entries like `defun'. Return nil.
5622
5623 2007-02-05 Kim F. Storm <storm@cua.dk>
5624
5625 * ido.el: Doc fixes.
5626
5627 2007-02-04 David Kastrup <dak@gnu.org>
5628
5629 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
5630 `mpuz-allow-double-multiplicator' is non-zero, and correct
5631 calculation of `min'.
5632
5633 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
5634
5635 * wid-edit.el (widget-default-create): Insert new text at the
5636 :from marker _after_ the marker, not before it.
5637
5638 2007-02-04 Alan Mackenzie <acm@muc.de>
5639
5640 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
5641 containing it is re-indented.
5642
5643 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5644
5645 * net/newsticker.el (newsticker--insert-image): Update docstring,
5646 and insert the image directly.
5647 (newsticker--buffer-redraw): Update docstring.
5648
5649 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5650 Rename from define-global-minor-mode.
5651
5652 * progmodes/cwarn.el (global-cwarn-mode):
5653 * emacs-lisp/autoload.el (make-autoload):
5654 * hi-lock.el (global-hi-lock-mode):
5655 * font-core.el (global-font-lock-mode): All callers changed.
5656
5657 2007-02-03 Eli Zaretskii <eliz@gnu.org>
5658
5659 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
5660 Don't copy @ignore lines into menu descriptions.
5661 (texinfo-multi-file-update): Goto the @node line before attempting
5662 to pluck the node name.
5663 (texinfo-multiple-files-update): Reverse the optional arguments'
5664 order, as per the doc string and the `interactive' form.
5665
5666 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5667
5668 * image-mode.el: Use autoload to avoid overriding disabled setting
5669 applied in .emacs.
5670
5671 2007-02-03 Alan Mackenzie <acm@muc.de>
5672
5673 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
5674 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
5675 adjacent paren groups).
5676
5677 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5678
5679 * progmodes/ebnf2ps.el: Doc fixes.
5680 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
5681
5682 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5683
5684 * dired-x.el (dired-do-relsymlink): Add reference to
5685 dired-do-symlink. Add an autoload cookie.
5686
5687 * dired-aux.el (dired-do-symlink): Add reference to
5688 dired-do-relsymlink.
5689
5690 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
5691
5692 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
5693 <left-fringe mouse-3>: New bindings.
5694
5695 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
5696
5697 * net/newsticker.el (newsticker-version): Changed to "1.10".
5698 (newsticker--set-customvar): Doc string.
5699 (newsticker-new-item-face): Doc string.
5700 (newsticker-mode): Initialize `invisibility-spec' with t.
5701 (newsticker-mode-map): Added
5702 `newsticker-mark-all-items-at-point-as-read'.
5703 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
5704 (newsticker-w3m-show-inline-images): Do not call
5705 `w3m-remove-image'.
5706 (newsticker--buffer-after-w3m-insert-image): New advice for
5707 w3m-insert-image to cache images.
5708 (newsticker-next-item-same-feed): New.
5709 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
5710 (newsticker-mark-all-items-of-feed-as-read): New.
5711 (newsticker-mark-all-items-at-point-as-read): Use new functions.
5712 (newsticker-mark-item-at-point-as-read): Doc string.
5713 (newsticker-mark-item-at-point-as-read): Use new functions.
5714 (newsticker--do-mark-item-at-point-as-read): New, extracted from
5715 `newsticker-mark-item-at-point-as-read'.
5716 (newsticker-hide-entry): Use (t) instead of t for invisibility.
5717 (newsticker--sentinel): Yet another xml-parser workaround.
5718 (newsticker--decode-iso8601-date): Bugfix for datestrings without
5719 days.
5720 (newsticker--buffer-do-insert-text): Fix.
5721 (newsticker--buffer-insert-enclosure): Fix. Length might be missing.
5722 (newsticker--buffer-make-item-completely-visible):
5723 `switch-to-buffer' not necessary.
5724
5725 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5726
5727 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
5728 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
5729 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
5730 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
5731 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
5732
5733 2007-02-02 Kenichi Handa <handa@m17n.org>
5734
5735 * international/quail.el (quail-show-key): Fix an error message.
5736
5737 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5738
5739 * faces.el (set-face-underline-p, modify-face): Rename arg
5740 UNDERLINE-P to UNDERLINE (it is not a flag).
5741
5742 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
5743
5744 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
5745 when adding gdb-speedbar-update to gdb-input-queue.
5746
5747 2007-02-01 Kenichi Handa <handa@m17n.org>
5748
5749 * international/quail.el (quail-show-key): Signal an error if the
5750 current input method is not using Quail.
5751
5752 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
5753
5754 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
5755 Trim leading whitespace in sysvar names.
5756
5757 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5758
5759 * faces.el (internal-find-face, internal-get-face): Doc fixes.
5760
5761 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5762
5763 * ido.el (ido-set-common-completion): Use `let', not `let*'.
5764
5765 2007-01-31 Romain Francoise <romain@orebokech.com>
5766
5767 * comint.el: Delete extra copy of `comint-copy-old-input' added in
5768 previous change to this file.
5769
5770 2007-01-31 Jason Rumney <jasonr@gnu.org>
5771
5772 * files.el (magic-mode-alist): Use image-mode-maybe rather than
5773 image-mode.
5774
5775 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
5776 interfering with attempt to set major mode from modified
5777 auto-mode-alist.
5778
5779 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5780
5781 * faces.el (color-values): Doc fix.
5782 (face-differs-from-default-p): Don't check :foreground twice.
5783
5784 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
5785
5786 * comint.el (comint-mode): Prevent non-keyword fontification by default.
5787
5788 2007-01-31 Kenichi Handa <handa@m17n.org>
5789
5790 * international/quail.el (quail-store-decode-map-key): Store a
5791 translated character too.
5792 (quail-char-equal-p): New function.
5793 (quail-find-key1): Check character equality by quail-char-equal-p.
5794 (quail-decode-map-generated): New variable.
5795 (quail-find-key): Check quail-decode-map-generated and re-generate
5796 a decode map if necessary.
5797
5798 2007-01-30 Richard Stallman <rms@gnu.org>
5799
5800 * tutorial.el (tutorial--detailed-help): Make the list of
5801 changed keys look nicer.
5802
5803 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
5804
5805 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
5806 (gdb-var-delete): Use it.
5807 (gdb-var-update-handler-1): Handle value "invalid" for MI field
5808 `in_scope'.
5809
5810 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
5811
5812 * files.el (get-free-disk-space): Return nil for remote directories.
5813
5814 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
5815 instead of "dir".
5816
5817 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
5818
5819 * type-break.el (type-break-catch-up-event): New function.
5820 (type-break-demo-hanoi, type-break-demo-life)
5821 (type-break-demo-boring): Use it.
5822
5823 * image-mode.el (image-mode): Don't automatically view as image.
5824 (image-toggle-display): Add `disabled' property.
5825
5826 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
5827
5828 * isearchb.el (isearchb-iswitchb):
5829 * ps-print.el (ps-build-face-reference):
5830 * emacs-lisp/shadow.el (list-load-path-shadows):
5831 * eshell/esh-cmd.el (eshell-rewrite-for-command):
5832 * international/mule.el (find-auto-coding):
5833 * mail/supercite.el (sc-attrib-selection-list):
5834 * progmodes/cc-defs.el (c-emacs-features):
5835 * progmodes/cc-vars.el (c-offsets-alist):
5836 * progmodes/flymake.el
5837 (flymake-init-create-temp-source-and-master-buffer-copy):
5838 Fix typos in docstrings (some suggested by Chris Moore).
5839
5840 * progmodes/vhdl-mode.el (vhdl-components-package-name)
5841 (vhdl-get-library-unit, vhdl-corresponding-begin)
5842 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
5843 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
5844 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
5845 (vhdl-font-lock-match-item): Fix typos in docstrings.
5846 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
5847 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
5848 (vhdl-speedbar-insert-project-hierarchy):
5849 Improve argument/docstring consistency.
5850
5851 2007-01-29 Kenichi Handa <handa@m17n.org>
5852
5853 * international/titdic-cnv.el (py-converter): Fix previous change.
5854
5855 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
5856
5857 * jka-compr.el (jka-compr-partial-uncompress)
5858 (jka-compr-call-process): Rebind default-directory if it is
5859 invalid. Suggested by Chris Moore.
5860
5861 * comint.el (comint-insert-input): Handle situation where the
5862 selected buffer is not the clicked buffer.
5863
5864 2007-01-29 Kenichi Handa <handa@m17n.org>
5865
5866 * international/ja-dic-cnv.el (skkdic-convert):
5867 Add byte-compile-disable-print-circle:t at the head.
5868
5869 * international/titdic-cnv.el (tit-process-header):
5870 Add byte-compile-disable-print-circle:t at the head.
5871 (miscdic-convert): Likewise.
5872 (py-converter): Skip the header comments.
5873
5874 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
5875 New variable.
5876 (byte-compile-output-file-form): Bing print-circle to nil if
5877 byte-compile-output-file-form is not nil.
5878 (byte-compile-output-docform): Likewise.
5879
5880 2007-01-28 Kim F. Storm <storm@cua.dk>
5881
5882 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
5883 Declare earlier to avoid byte compiler warnings.
5884
5885 2007-01-28 Markus Triska <markus.triska@gmx.at>
5886
5887 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
5888
5889 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
5890
5891 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
5892 (gamegrid-add-score-with-update-game-score-1): Allow local quits
5893 when calling update-game-score program. Remove unnecessary
5894 save-excursion.
5895
5896 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
5897
5898 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
5899
5900 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
5901 avoid compiler warning.
5902 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
5903 might have values other than "true" or "false".
5904
5905 2007-01-28 Richard Stallman <rms@gnu.org>
5906
5907 * textmodes/fill.el (fill-paragraph-function): Doc fix.
5908 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
5909
5910 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
5911
5912 * image.el (image-type-header-regexps): Make GIF regex more specific.
5913
5914 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
5915 Don't check `backspace'.
5916 (tutorial--find-changed-keys): Look up bindings in a temp buffer
5917 in Fundamental mode.
5918
5919 * startup.el (fancy-splash-text, normal-splash-screen):
5920 Mention C-g.
5921
5922 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
5923 when inserting in buffer.
5924
5925 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
5926 inside the if.
5927
5928 2007-01-27 Richard Stallman <rms@gnu.org>
5929
5930 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
5931
5932 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
5933
5934 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
5935 enum/union/struct/class definition.
5936 Revert change to call `forward-sexp' multiple times.
5937
5938 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
5939
5940 * files.el (hack-local-variables-confirm): Don't keep trying to
5941 read an event from an empty kbd macro.
5942
5943 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5944
5945 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
5946
5947 2007-01-27 Ben North <ben@redfrontdoor.org>
5948
5949 * outline.el (outline-promote, outline-demote): Doc fix. Rename
5950 the arg CHILDREN -> WHICH.
5951
5952 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
5953
5954 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
5955 default-directory to a sane value when calling start-process.
5956
5957 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5958
5959 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
5960 (ls-lisp-format-time-list): Doc fix. Mention
5961 ls-lisp-use-localized-time-format.
5962 (ls-lisp-format-time): Use ls-lisp-format-time-list if
5963 ls-lisp-use-localized-time-format is non-nil, even if a valid
5964 locale is defined.
5965
5966 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
5967
5968 * jka-compr.el (jka-compr-shell): Doc fix.
5969
5970 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
5971
5972 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5973
5974 * ps-print.ps: Fix background height.
5975 (ps-print-version): New version 6.7.2.
5976
5977 2007-01-26 Eli Zaretskii <eliz@gnu.org>
5978
5979 * makefile.w32-in (finder-data, custom-deps): Depend on
5980 $(lisp)/loaddefs.el.
5981
5982 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5983
5984 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
5985
5986 2007-01-24 Miles Bader <miles@gnu.org>
5987
5988 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
5989 (byte-compile-output-docform): Bind `print-circle' to t.
5990
5991 2007-01-24 Kenichi Handa <handa@m17n.org>
5992
5993 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
5994 file name of the original SKK dictionary file.
5995
5996 2007-01-24 Kim F. Storm <storm@cua.dk>
5997
5998 * ido.el (ido-initial-position): New variable.
5999 (ido-read-internal): Set it if default item is specified.
6000 (ido-minibuffer-setup): Position cursor accordingly if set.
6001 (ido-edit-input): C-e moves to end of input if not already there.
6002 (ido-magic-backward-char): C-b does like M-b if prev char is /.
6003 Don't switch to buffer mode if repeating C-b at start of input.
6004 (ido-toggle-ignore): C-a only toggles ignore at start or end of
6005 input; else it moves to start of input.
6006 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
6007 not at end of input, delete rest of input, rather than normal op.
6008
6009 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
6010
6011 * emulation/viper-keym.el (viper-insert-basic-map):
6012 Delete binding for S-TAB.
6013
6014 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
6015 of message. Activate mark.
6016 (ediff-activate-mark): Set transient-mark-mode to t.
6017
6018 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
6019
6020 2007-01-23 Martin Rudalics <rudalics@gmx.at>
6021
6022 * help-fns.el (describe-variable): Don't suppress display of
6023 buffer local value when the value is "large".
6024
6025 2007-01-22 Kim F. Storm <storm@cua.dk>
6026
6027 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
6028 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
6029 (ido-tidy): Use ido-active.
6030
6031 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
6032
6033 * hexl.el (hexl-mode-exit): Add missing quote.
6034
6035 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6036
6037 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
6038 (mac-ae-keyboard-modifiers): New function.
6039 (mac-handle-toolbar-switch-mode): Use it.
6040 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
6041 if keyboard modifiers on drop contain option key.
6042 (mac-dnd-drop-data): Add optional argument `action'.
6043 (special-event-map): Remove binding for M-drag-n-drop.
6044
6045 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
6046
6047 * add-log.el (add-log-current-defun): Use CC Mode functions to
6048 find the beginning and end of a defun.
6049
6050 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
6051
6052 * progmodes/gdb-ui.el (gdb-var-create-regexp)
6053 (gdb-var-create-handler): Handle value field in GDB output of
6054 -var-create.
6055 (gdb-max-frames): New variable.
6056 (gdb-stack-buffer, gdb-frames-select): Use it.
6057 (gdb-info-stack-custom): Help user customize gdb-max-frames,
6058 if necessary.
6059 (gdb-get-frame-number): Simplify.
6060
6061 2007-01-21 Glenn Morris <rgm@gnu.org>
6062
6063 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
6064 Update copyrights.
6065
6066 2007-01-21 Alan Mackenzie <acm@muc.de>
6067
6068 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
6069 handling of K&R stuff.
6070
6071 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6072
6073 * textmodes/bibtex.el (bibtex-files): Fix customization type.
6074
6075 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6076
6077 * ps-print.el: Handle frame parameters (background and/or foreground
6078 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
6079 (ps-print-version): New version 6.7.1.
6080 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
6081 (ps-frame-parameter): New fun.
6082 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
6083 Fix doc and customization.
6084 (ps-begin-job): Get frame parameters (background and/or foreground
6085 colors).
6086 (ps-do-despool): Ensure ps-printer-name has a valid value.
6087
6088 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
6089
6090 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
6091 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
6092 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
6093 mean unlimited.
6094
6095 2007-01-20 Alan Mackenzie <acm@muc.de>
6096
6097 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
6098 much more rigorous analysis of putative K&R regions.
6099
6100 2007-01-20 Alan Mackenzie <acm@muc.de>
6101
6102 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
6103 New functions.
6104
6105 2007-01-20 Alan Mackenzie <acm@muc.de>
6106
6107 * progmodes/cc-align.el, progmodes/cc-cmds.el,
6108 * progmodes/cc-defs.el, progmodes/cc-engine.el,
6109 * progmodes/cc-langs.el, progmodes/cc-styles.el,
6110 * progmodes/cc-vars.el: Add my name.
6111
6112 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
6113
6114 * files.el (find-alternate-file): Revert query message to Emacs 21
6115 version.
6116
6117 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
6118
6119 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
6120 the doc string how to use personal abbrevs without electric
6121 keywords.
6122
6123 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6124
6125 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
6126 Fixed cursor position when toggle abbreviated display.
6127
6128 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
6129
6130 * t-mouse.el: Update copyright following assignment by
6131 Alessandro Rubini.
6132
6133 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
6134
6135 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
6136 (type-break-demo-boring): Call read-event instead of read-char.
6137
6138 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
6139
6140 * progmodes/compile.el: Add handling for makepplog.
6141
6142 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
6143
6144 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
6145 aspell dictionaries are initialized when called non-interactively.
6146
6147 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
6148
6149 * progmodes/compile.el (compilation-loop): New arg limit.
6150 Handle case where the first error is at point-min.
6151 (compilation-next-error): New arg to compilation-loop call.
6152
6153 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
6154
6155 * info.el (Info-default-dirs): Change default info dir to
6156 share/info.
6157
6158 * paths.el (Info-default-directory-list): Ditto.
6159
6160 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
6161
6162 * hexl.el (hexl-before-revert-hook): New function.
6163 (hexl-mode): Use it.
6164 (hexl-after-revert-hook): Just call hexl-mode.
6165 (hexl-mode-exit): Remove before-revert-hook.
6166
6167 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6168
6169 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
6170
6171 2007-01-16 Martin Rudalics <rudalics@gmx.at>
6172
6173 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
6174 by "-" in francais7 otherchars entry.
6175 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
6176 otherchars entry.
6177
6178 2007-01-15 Karl Fogel <kfogel@red-bean.com>
6179
6180 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
6181 path. Rewrite function in `cond' style for readability.
6182
6183 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
6184 (The path shortening, that is, not the rearrangement.)
6185
6186 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6187
6188 * term/mac-win.el (mac-ae-quit-application): New function.
6189 (mac-apple-event-map): Bind "quit application" Apple event to it.
6190
6191 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6192
6193 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
6194 than the program's output.
6195
6196 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
6197
6198 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
6199 (kmacro-start-macro-or-insert-counter)
6200 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
6201 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
6202
6203 * longlines.el (longlines-show-hard-newlines):
6204 * ruler-mode.el (ruler-mode-ruler):
6205 * emulation/keypad.el (keypad-setup):
6206 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
6207 Fix typo in docstring.
6208
6209 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
6210
6211 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
6212 Remove redirect character ">".
6213
6214 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
6215
6216 * replace.el (perform-replace): Remove leftover code.
6217
6218 2007-01-12 Richard Stallman <rms@gnu.org>
6219
6220 * replace.el (perform-replace): Don't clear NODENT when computing
6221 the replacement string.
6222
6223 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
6224
6225 * net/tramp.el (tramp-handle-file-local-copy):
6226 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
6227 <christopher.ian.moore@gmail.com>.
6228
6229 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6230
6231 * diff-mode.el (diff-sanity-check-context-hunk-half)
6232 (diff-sanity-check-hunk): New functions.
6233 (diff-find-source-location): Use'em to check the hunks are well-formed.
6234
6235 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
6236 activate undo when undo is not active.
6237 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
6238
6239 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6240
6241 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
6242 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
6243 (ffap-url-at-point): Use char-classes rather than "a-z".
6244
6245 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
6246
6247 * ediff-init.el (ediff-autostore-merges):
6248 * textmodes/fill.el (fill-region): Doc fix.
6249
6250 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6251
6252 * server.el (server-ensure-safe-dir): UIDs may be floats.
6253
6254 2007-01-10 Richard Stallman <rms@gnu.org>
6255
6256 * battery.el (battery-linux-proc-acpi): Use ignore-errors
6257 around calls to directory-files.
6258
6259 * subr.el (momentary-string-display): Use save-excursion.
6260
6261 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
6262 argument, but read it as `X' does.
6263
6264 2007-01-09 Juri Linkov <juri@jurta.org>
6265
6266 * info.el (Info-fontify-node): Don't hide node names of index entries.
6267
6268 * faces.el (momentary): Change :group to basic-faces where all
6269 basic faces belong to. Add :version.
6270
6271 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
6272
6273 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
6274 keybinding is found.
6275 (tutorial--find-changed-keys): Never treat null keybinding as a
6276 remapping.
6277
6278 2007-01-09 Martin Rudalics <rudalics@gmx.at>
6279
6280 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
6281
6282 2007-01-09 Kenichi Handa <handa@m17n.org>
6283
6284 * international/mule-cmds.el
6285 (select-safe-coding-system-interactively): Fix message.
6286
6287 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
6288
6289 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
6290 (tramp-process-actions): Add optional parameter TIMEOUT.
6291 (tramp-open-connection-telnet, tramp-open-connection-rsh)
6292 (tramp-open-connection-su): Add timeout of 60".
6293
6294 2007-01-09 Richard Stallman <rms@gnu.org>
6295
6296 * progmodes/compile.el (compile): Doc fix.
6297
6298 2007-01-09 Markus Triska <markus.triska@gmx.at>
6299
6300 * tumme.el (tumme-display-thumb): Doc fix.
6301
6302 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
6303
6304 * battery.el (battery-search-for-one-match-in-files):
6305 * bindings.el (mode-line-minor-mode-help):
6306 * x-dnd.el (x-dnd-types-alist):
6307 * calendar/icalendar.el (icalendar-import-buffer):
6308 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
6309
6310 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
6311
6312 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
6313
6314 * replace.el (replace-regexp): Fix typo in docstring.
6315
6316 2007-01-07 Alan Mackenzie <acm@muc.de>
6317
6318 * progmodes/cc-langs.el (c-operators, c-filter-ops):
6319 Amend doc-string and comments.
6320
6321 2007-01-06 Eli Zaretskii <eliz@gnu.org>
6322
6323 * files.el (abbreviate-file-name): Doc fix.
6324
6325 2007-01-06 Markus Triska <triska@gmx.at>
6326
6327 * subr.el (split-string): Remove spurious ")" from doc string.
6328
6329 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
6330
6331 * textmodes/table.el (table--warn-incompatibility):
6332 Use display-warning instead of momentary-string-display.
6333
6334 2007-01-05 Richard Stallman <rms@gnu.org>
6335
6336 * image.el (image-type-header-regexps): Recognize xbm more strictly.
6337
6338 * simple.el (backward-kill-word): Doc fix.
6339
6340 2007-01-05 Romain Francoise <romain@orebokech.com>
6341
6342 * international/mule.el (sgml-html-meta-auto-coding-function):
6343 Ensure that the buffer contains a HTML document.
6344
6345 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6346
6347 * faces.el (momentary): Move here ...
6348 * subr.el (momentary): ... from here.
6349
6350 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
6351
6352 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
6353 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
6354 large structures/arrays.
6355
6356 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
6357
6358 * files.el (find-file-noselect-1, set-visited-file-name):
6359 Allow backup-enable-predicate to be nil.
6360
6361 2007-01-04 Andreas Schwab <schwab@suse.de>
6362
6363 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
6364 last change.
6365
6366 2007-01-03 Richard Stallman <rms@gnu.org>
6367
6368 * woman.el (woman-decode-buffer): Clarify error message.
6369
6370 2007-01-03 Alan Mackenzie <acm@muc.de>
6371
6372 * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
6373
6374 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
6375
6376 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
6377
6378 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6379
6380 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
6381
6382 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
6383
6384 * emulation/viper.el (viper-custom-file-name, viper-mode):
6385 Fix typos in docstrings.
6386
6387 * subr.el (momentary-string-display): After moving point, set POS
6388 variable to it to avoid later errors once the buffer is modified.
6389 Doc fix.
6390
6391 2007-01-02 Alan Mackenzie <acm@muc.de>
6392
6393 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
6394 check that the "*/" is present before trying to manipulate it.
6395
6396 2007-01-02 Richard Stallman <rms@gnu.org>
6397
6398 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
6399
6400 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
6401 Fix format of value.
6402
6403 * cus-edit.el (customize-unsaved): Rename from customize-customized.
6404 Change messages accordingly.
6405 (customize-customized): Now alias.
6406
6407 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
6408
6409 * files.el (version-control): Doc fix.
6410
6411 2007-01-01 Alan Mackenzie <acm@muc.de>
6412
6413 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
6414 Check the format of c-state-cache is valid for an optimisation before
6415 using it.
6416
6417 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
6418 are at a statement within a macro". Other changes so that only
6419 the first continuation line in a macro gets the symbol
6420 `cpp-define-intro', the others getting `statement', or whatever.
6421
6422 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
6423 a string, preserve whitespace. Add a backslash only when also in
6424 a macro.
6425
6426 * progmodes/cc-defs.el: Correct typos.
6427
6428 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
6429 new line after an escaped EOL in a string.
6430
6431 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
6432 label when it directly follows "else", "do", ....
6433
6434 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
6435 angle brackets (as seen in "explicit specialisations" of C++
6436 templates).
6437
6438 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
6439 in the doc-string.
6440
6441 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
6442 when the comment ender looks like "=========*/" and is alone on
6443 its line.
6444
6445 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
6446 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
6447 for the old name.
6448
6449 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
6450 c-\(beginning\|end\)-of-defun by default.
6451
6452 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
6453 New line-up function, for the DEFUN macro in the Emacs C sources.
6454 Only used in "gnu" style.
6455
6456 * progmodes/cc-styles.el (c-style-alist): Use this new function in
6457 the "gnu" style.
6458
6459 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
6460 clean-up comment-close-slash also to work when there's a comment
6461 terminator on the line.
6462 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
6463 these for large arg - only take account of top level {..}, except
6464 for initial and final adjustments. M-- C-M-[ae] now go to the
6465 right defuns when the starting point is between defuns. They use
6466 the four new functions:
6467 (c-in-function-trailer-p, c-where-wrt-brace-construct)
6468 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
6469 support c-\(beginning\|end\)-of-defun.
6470
6471 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
6472 expressions more rigorously, to exclude bit-field specifiers from
6473 being classed as labels.
6474 (c-forward-label): When analyzing a ":" within a macro, be careful
6475 about using c-forward-syntactic-ws at the macro beginning.
6476 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
6477 stmt boundary, check for "operator=", etc.
6478
6479 * progmodes/cc-mode.el (c-postprocess-file-styles):
6480 Bind inhibit-read-only to t, around the call to
6481 c-remove-any-local-eval-or-mode-variables, so that it works on a
6482 RO file.
6483
6484 * progmodes/cc-defs.el (c-version): Update the version number to
6485 "5.31.4".
6486
6487 2007-01-01 Richard Stallman <rms@gnu.org>
6488
6489 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
6490 only if we restored isearch-window-configuration.
6491
6492 2006-12-31 Romain Francoise <romain@orebokech.com>
6493
6494 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
6495
6496 2006-12-31 Kim F. Storm <storm@cua.dk>
6497
6498 * files.el (auto-mode-case-fold): New defcustom.
6499 (set-auto-mode): If non-nil, perform second case-sensitive pass
6500 through auto-mode-alist if first pass failed.
6501
6502 2006-12-30 Richard Stallman <rms@gnu.org>
6503
6504 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
6505
6506 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
6507
6508 * allout.el (allout-encrypt-string): Handle symmetric-key
6509 passphrase caching but leave keypair caching to pgg.
6510
6511 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
6512
6513 Sync with Tramp 2.0.55.
6514
6515 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
6516 `integerp'. `char-equal' could fail else in case of negative
6517 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
6518 (top): Check for `font-lock-add-keywords' before calling; it
6519 doesn't exist under XEmacs.
6520 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
6521 (tramp-completion-mode): Remove clause (not
6522 tramp-unified-filenames), because the function is called in other
6523 context too, where this check results in wrong results in the
6524 XEmacs case on Windows.
6525 (tramp-touch): UTC handling is not possible for XEmacs.
6526
6527 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6528
6529 * scroll-bar.el (previous-scroll-bar-mode): New variable
6530 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
6531 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
6532
6533 * term/x-win.el: Set scroll bar mode to right if set by X resources.
6534
6535 2006-12-30 Richard Stallman <rms@gnu.org>
6536
6537 * files.el (make-backup-file-name-1): Precompute abs name
6538 but don't lose the relative name.
6539
6540 * international/mule-cmds.el (select-safe-coding-system-interactively):
6541 Fix message.
6542
6543 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6544
6545 * files.el (backup-buffer): Show entire backup file name in msg.
6546
6547 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
6548
6549 * image.el (image-type-header-regexps, image-type-from-data)
6550 (image-type-from-buffer, image-type-from-file-header):
6551 Revert changes from 2006-12-26.
6552 (image-type-auto-detectable): New variable.
6553 (image-type-auto-detected-p): New function.
6554
6555 * files.el (magic-mode-alist): Detect image files with
6556 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
6557
6558 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
6559
6560 * dired.el (dired-sort-other): Move test for dired-mode...
6561 (dired-sort-set-modeline): ...to here.
6562
6563 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6564
6565 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
6566 change. Suggested by Stefan Monnier.
6567
6568 2006-12-29 Kim F. Storm <storm@cua.dk>
6569
6570 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
6571 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
6572
6573 2006-12-27 Kim F. Storm <storm@cua.dk>
6574
6575 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
6576 so it doesn't accidentally match an fsf.org mail address.
6577 (authors-renamed-files-alist): Add tcover-*.el.
6578
6579 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
6580
6581 * vc-arch.el (vc-arch-find-version): New function.
6582
6583 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
6584 composed of arbitrary characters (even /) in some systems.
6585
6586 2006-12-27 Eli Zaretskii <eliz@gnu.org>
6587
6588 * international/mule-cmds.el (select-safe-coding-system-interactively):
6589 Improve the message in the *Warning* buffer.
6590
6591 2006-12-27 Kim F. Storm <storm@cua.dk>
6592
6593 * ido.el (ido-set-matches-1): Fix last change. If default item is
6594 current buffer, it is ok to be first.
6595
6596 2006-12-27 Kenichi Handa <handa@m17n.org>
6597
6598 * international/mule-cmds.el (select-safe-coding-system-interactively):
6599 Use face `link' for problematic chars.
6600
6601 2006-12-27 Kenichi Handa <handa@m17n.org>
6602
6603 * international/mule-cmds.el (select-safe-coding-system-interactively):
6604 Improve the message in *Warning* buffer.
6605
6606 2006-12-27 Kim F. Storm <storm@cua.dk>
6607
6608 * ido.el (ido-set-matches-1): Never put current buffer first if
6609 there are other matches.
6610
6611 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
6612
6613 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
6614 expressions.
6615 (gdb-var-delete): Handle duplicate names. Print message for non
6616 root expressions.
6617 (gdb-partial-output-name): Start buffer name with a space.
6618 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
6619 buffer name.
6620
6621 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6622
6623 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
6624 last footnote when `footnote-spaced-footnotes' is nil.
6625
6626 2006-12-26 Richard Stallman <rms@gnu.org>
6627
6628 * cus-edit.el (custom-browse-sort-alphabetically)
6629 (custom-buffer-sort-alphabetically)
6630 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
6631
6632 * image.el (image-type-header-regexps): Change element format
6633 to include third item NOT-ALWAYS.
6634 (image-type-from-data): Handle new format.
6635 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
6636 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
6637
6638 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
6639
6640 * add-log.el (add-log-current-defun): Call `forward-sexp'
6641 multiple times to pick a member function name defined as
6642 part of nested classes/namespaces.
6643
6644 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6645
6646 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
6647 which keymap should be used to change menu. It does not affect any
6648 existent code.
6649
6650 2006-12-26 Richard Stallman <rms@gnu.org>
6651
6652 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
6653 rather than for being in a minibuffer window.
6654
6655 2006-12-25 Daiki Ueno <ueno@unixuser.org>
6656
6657 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
6658 locale-coding-system.
6659 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
6660 LF.
6661
6662 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
6663
6664 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
6665 (sql-mode-syntax-table): Disable double quoted strings.
6666 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
6667
6668 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6669
6670 * startup.el (fancy-splash-last-input-event): New variable.
6671 (fancy-splash-special-event-action): New function.
6672 (fancy-splash-screens): Temporarily bind special events to it.
6673 Execute command for saved special event before exiting from
6674 recursive editing.
6675
6676 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
6677 New functions.
6678 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
6679 Use mac-unread-string.
6680
6681 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6682
6683 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
6684 an optimized comment regexp if `comment-start-skip' uses a ^.
6685 * bs.el (bs--up): Remove interactive spec.
6686
6687 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6688
6689 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
6690 Suggested by James Cloos.
6691
6692 2006-12-24 Kevin Ryde <user42@zip.com.au>
6693
6694 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
6695 in March.
6696 (calendar-dst-ends): Default to first Sunday in November.
6697
6698 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
6699
6700 * allout.el (allout-encrypt-string): Inhibit use of agent within
6701 body of let form where encryption happens. Acknowledge non-use of
6702 gpg-agent in docstring.
6703 (allout-toggle-subtree-encryption): Acknowledge non-use of
6704 gpg-agent in docstring.
6705
6706 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6707
6708 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
6709
6710 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
6711
6712 * ediff-diff.el (ediff-diff-options): Clarify docstring.
6713 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
6714
6715 * emulation/viper-cmd.el (viper-post-command-sentinel):
6716 Protect against errors in hooks.
6717 (viper-add-newline-at-eob-if-necessary): Add newline only if we
6718 actually modify buffer; ignore errors if occur.
6719
6720 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
6721
6722 * calendar/calendar.el (calendar-mode-map): Switch < and >.
6723 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
6724 formatting.
6725
6726 2006-12-23 Richard Stallman <rms@gnu.org>
6727
6728 * simple.el (delete-horizontal-space): Doc fix.
6729
6730 2006-12-23 Eli Zaretskii <eliz@gnu.org>
6731
6732 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
6733 explicitly in a recursive Make, not implicitly through prerequisites,
6734 since the latter is wrong under parallel builds.
6735
6736 2006-12-22 Eli Zaretskii <eliz@gnu.org>
6737
6738 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
6739
6740 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6741
6742 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
6743 message string.
6744
6745 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
6746
6747 * outline.el (outline-next-visible-heading): Fix the case with a
6748 header at end-of-file with no final newline.
6749
6750 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
6751
6752 * indent.el (tab-always-indent): Doc fix.
6753
6754 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
6755
6756 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
6757 (Info-fontify-node): Do fontify indices.
6758
6759 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
6760 to the Emacs Lisp reference manual.
6761 (tutorial--tab-map): Remove. All callers changed.
6762 (tutorial--find-changed-keys): New elt QUIET, used to...
6763 (tutorial--display-changes): ...ensure that warning messages are
6764 only issued once per changed key.
6765 (tutorial--remove-remarks): Delete unused code-path.
6766 (lang-strings): Remove extraneous formatting.
6767 (tutorial--save-tutorial): Prompt before saving tutorial state.
6768
6769 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
6770
6771 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
6772 Replace '?\ ' by '?\s' throughout.
6773 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
6774 `help' custom group.
6775 (tutorial--key-description): New function.
6776 (tutorial--display-changes): Remove redundant arg. Scan for all
6777 key sequences to avoid false matches. Cleanup.
6778 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
6779 reduce homedir pollution.
6780 (help-with-tutorial): Call tutorial--display-changes with no arg.
6781
6782 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
6783
6784 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
6785
6786 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
6787
6788 * net/tramp.el (tramp-default-method): We still need to check for
6789 `executable-find', because it is not bound under Emacs 20.
6790 (tramp-handle-file-name-completion)
6791 (tramp-completion-handle-file-name-completion): Handle optional
6792 parameter PREDICATE.
6793 (tramp-find-default-method): Add code for default values.
6794
6795 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
6796
6797 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
6798 make gud-go send "continue".
6799
6800 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
6801
6802 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
6803 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
6804
6805 2006-12-19 Kim F. Storm <storm@cua.dk>
6806
6807 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
6808 instead of global-map.
6809
6810 * files.el (magic-mode-alist): Allow matching file type by
6811 calling a function at bob. Check for image types by calling
6812 image-type-from-buffer. Suggested by Juanma Barranquero.
6813 (set-auto-mode): Do it.
6814
6815 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
6816
6817 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
6818 Remove "ControlMaster" option from the other `scp*' methods.
6819 (tramp-default-method): Check for ssh-agent before setting to `scp'.
6820
6821 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6822
6823 * textmodes/org.el (org-mode): Show context after isearch.
6824 (org-show-siblings): New function.
6825 (org-show-context): Use `org-show-siblings'.
6826
6827 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
6828
6829 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
6830 Use syntax-ppss-toplevel-pos.
6831
6832 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6833
6834 * textmodes/org.el (org-current-line): Make sure that lines are
6835 counted from beginning of buffer.
6836 (org-table-copy-region, org-table-paste-rectangle): Make sure that
6837 lines are counted from beginning of buffer.
6838
6839 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
6840
6841 * info.el (Info-build-node-completions): Signal error if tag-table
6842 marker is not found.
6843
6844 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6845
6846 2006-12-17 Alan Mackenzie <acm@muc.de>
6847
6848 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
6849 speed) the case when open-paren-in-column-0-is-defun-start is nil.
6850 Based on code by Martin Rudalics.
6851
6852 * progmodes/cc-mode.el (c-basic-common-init): Don't set
6853 open-paren-in-column-0-is-defun-start to nil any more.
6854
6855 2006-12-17 Richard Stallman <rms@gnu.org>
6856
6857 * simple.el (delete-horizontal-space): Use prefix arg.
6858
6859 * help-fns.el (describe-variable): Improve blank separator lines.
6860
6861 * files.el (magic-mode-alist): Mark as risky.
6862
6863 * files.el (make-backup-file-name-1):
6864 Expand backup-directory explicitly.
6865
6866 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
6867
6868 * net/tramp.el (tramp-default-method): Before setting to "pscp",
6869 check whether package password.el is loaded, or Pageant is running.
6870
6871 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
6872
6873 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
6874 (icalendar--rris): First try Emacs, then XEmacs.
6875 (icalendar--convert-ical-to-diary): Doc fix.
6876 Insert newline at end of target file.
6877
6878 2006-12-17 Kim F. Storm <storm@cua.dk>
6879
6880 * outline.el (outline-isearch-open-invisible-function): New defvar.
6881 (outline-flag-region): Use it if non-nil for isearch-open-invisible
6882 overlay property instead of outline-isearch-open-invisible.
6883
6884 2006-12-16 Kim F. Storm <storm@cua.dk>
6885
6886 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
6887 if ido-directory-too-big is set on entry.
6888 (ido-toggle-ignore, ido-completion-help): Print message while
6889 reading big directory.
6890
6891 2006-12-15 Richard Stallman <rms@gnu.org>
6892
6893 * shell.el (shell): Doc fix.
6894
6895 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
6896
6897 * emulation/edt.el (edt-xserver):
6898 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
6899 to fix a problem on Cygwin.
6900
6901 * emulation/edt.el
6902 * emulation/edt-mapper.el
6903 * emulation/edt-lk201.el
6904 * emulation/edt-pc.el
6905 * emulation/edt-vt100.el: Update maintainer's email address.
6906
6907 2006-12-15 Simon Marshall <simon@gnu.org>
6908
6909 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
6910
6911 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6912
6913 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
6914 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
6915 instead of mac-atsu-font-table.
6916 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
6917
6918 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
6919
6920 * align.el (align-match-tex-pattern): Fix a rare bug which
6921 hanged Emacs.
6922
6923 2006-12-14 Richard Stallman <rms@gnu.org>
6924
6925 * startup.el (use-fancy-splash-screens-p): Use frame-height
6926 instead of window-height. Pass frame to image-size.
6927
6928 2006-12-13 Kenichi Handa <handa@m17n.org>
6929
6930 * international/mule-cmds.el (set-locale-environment):
6931 Set default-sendmail-coding-system too.
6932
6933 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
6934
6935 * progmodes/idlw-help.el: Fix copyright notice.
6936
6937 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6938
6939 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
6940
6941 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6942
6943 * subr.el (unread-command-char): Reformat obsolescence info.
6944
6945 2006-12-11 Richard Stallman <rms@gnu.org>
6946
6947 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
6948 about calls to cl-struct-setf-expander.
6949
6950 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6951
6952 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
6953 (ediff-combination-pattern): Fix typo in docstring.
6954
6955 * textmodes/refer.el (refer-find-entry): Doc fix.
6956 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
6957 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
6958 Fix tipos in docstrings.
6959
6960 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
6961
6962 2006-12-10 Kim F. Storm <storm@cua.dk>
6963
6964 * ido.el (ido-init-completion-maps): Remap backward-kill-word
6965 instead of binding M-backspace.
6966
6967 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
6968
6969 * replace.el (replace-match-data, replace-match-maybe-edit):
6970 * calc/calc-aent.el (calc-eval-error):
6971 * emulation/vi.el (vi-char-argument):
6972 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
6973 (c-vsemi-status-unknown-p-fn): Doc fixes.
6974
6975 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
6976
6977 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
6978 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
6979
6980 2006-12-10 Masatake YAMATO <jet@gyve.org>
6981
6982 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
6983
6984 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
6985
6986 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
6987
6988 * man.el (Man-xref-button-action): New function. If the
6989 `Man-target-string' button property is a function, assume it
6990 accepts a position argument.
6991 (Man-abstract-xref-man-page): Use it.
6992 (Man-default-man-entry): New optional arg POS.
6993
6994 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
6995 symlink arrows read-only and non-rear-sticky.
6996
6997 2006-12-09 Martin Rudalics <rudalics@gmx.at>
6998
6999 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
7000 (wdired-search-and-rename): Simplify code.
7001 (wdired-preprocess-files, wdired-preprocess-perms): Make
7002 read-only property of preceding character rear-nonsticky to
7003 avoid that it can be modified. Put old-name and old-link
7004 properties on character preceding name and replace
7005 put-text-property by add-text-properties.
7006 (wdired-get-filename, wdired-get-previous-link): Get old-name
7007 and old-link properties from character preceding name and
7008 simplify code.
7009 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
7010 (wdired-perms-to-number): Make local-map property
7011 rear-nonsticky to avoid that text following permissions may be
7012 modified. Use add-text-properties instead of put-text-property
7013 when changing a permission bit.
7014 (wdired-change-to-dired-mode): Remove stickiness properties.
7015
7016 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
7017
7018 * international/mule-cmds.el (register-input-method): Doc fix.
7019
7020 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
7021
7022 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
7023
7024 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7025
7026 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
7027 Force buffer local defs evaluation on local variables loading.
7028 (flyspell-mode-on, flyspell-mode-off): Use it in
7029 `hack-local-variables-hook'.
7030
7031 2006-12-09 Eli Zaretskii <eliz@gnu.org>
7032
7033 * emacs-lisp/find-func.el (find-variable): Doc fix.
7034
7035 * help-fns.el (variable-at-point): Doc fix.
7036
7037 * w32-fns.el (w32-append-code-lines): New function.
7038
7039 2006-12-09 Romain Francoise <romain@orebokech.com>
7040
7041 * comint.el (comint-insert-input): Delete obsolete comment.
7042
7043 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7044
7045 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
7046 current frame, in case we're connected to several displays.
7047
7048 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
7049
7050 * frame.el (other-frame): Doc fix.
7051 (set-frame-parameter): Fix typo in docstring.
7052
7053 2006-12-07 Kim F. Storm <storm@cua.dk>
7054
7055 * info.el (Info-index): Strip leading colon from topic.
7056
7057 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
7058
7059 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
7060 to pointers.
7061
7062 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
7063
7064 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
7065 Trim out spurious class inheritance "None" entries.
7066
7067 2006-12-05 Kim F. Storm <storm@cua.dk>
7068
7069 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
7070 (cua-paste-pop): Rework last change for
7071 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
7072 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
7073 text inserted by the last M-y command.
7074
7075 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7076
7077 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
7078 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
7079
7080 * shell.el (shell): Search the start file in ~/.emacs.d as
7081 `init_SHELLNAME.sh' instead.
7082
7083 2006-12-05 Glenn Morris <rgm@gnu.org>
7084
7085 * progmodes/cperl-mode.el (cperl-mode)
7086 * progmodes/f90.el (f90-mode-abbrev-table)
7087 * progmodes/fortran.el (fortran-mode-abbrev-table)
7088 * progmodes/octave-mod.el (octave-abbrev-table)
7089 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
7090 if abbrev-table is non-nil (saved user abbrevs may have been restored).
7091
7092 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
7093 clear abbrev table, else saved abbrevs will not be restored.
7094
7095 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
7096
7097 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
7098 the call to `make-obsolete-variable', not in the docstring.
7099
7100 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
7101
7102 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
7103
7104 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7105
7106 * progmodes/ebnf-abn.el:
7107 * progmodes/ebnf-bnf.el:
7108 * progmodes/ebnf-dtd.el:
7109 * progmodes/ebnf-ebx.el:
7110 * progmodes/ebnf-iso.el:
7111 * progmodes/ebnf-otz.el:
7112 * progmodes/ebnf-yac.el:
7113 * progmodes/ebnf2ps.el:
7114 * delim-col.el:
7115 * printing.el:
7116 * ps-bdf.el:
7117 * ps-mule.el:
7118 * ps-print.el: Remove 'Time-stamp' comment mark.
7119
7120 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
7121 'easy-menu-add-item' when called in Emacs 21 or higher.
7122
7123 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
7124
7125 * progmodes/ada-xref.el (ada-check-current): Doc fix.
7126 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
7127
7128 2006-12-04 Kim F. Storm <storm@cua.dk>
7129
7130 * bindings.el (global-map): Bind [signal t] to ignore, to have
7131 user signals ignored by default.
7132
7133 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
7134
7135 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
7136 Unicode data file pointed to by `describe-char-unicodedata-file'.
7137
7138 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
7139
7140 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
7141 O(n^2) regexp-search by anchoring the search.
7142
7143 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
7144
7145 * whitespace.el (whitespace-cleanup-internal): Use current
7146 argument for recursive call.
7147
7148 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
7149
7150 * net/tramp.el (tramp-methods): Add "ControlPath" and
7151 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
7152 Andreas Schwab <schwab@suse.de>.
7153 (tramp-do-copy-or-rename-file-out-of-band)
7154 (tramp-open-connection-rsh): Compute format spec for ?t.
7155 (tramp-process-actions): Trace command parameters.
7156
7157 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
7158
7159 * simple.el (toggle-truncate-lines): Clarify doc string.
7160
7161 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
7162 (gdb-speedbar-expand-node): Use it.
7163
7164 2006-12-04 Richard Stallman <rms@gnu.org>
7165
7166 * progmodes/python.el (python-indent): Add safe-local-variable prop.
7167
7168 * dired.el (dired-revert): Turn off dired-after-readin-hook
7169 around call to dired-readin.
7170
7171 * menu-bar.el (menu-bar-make-toggle): Add "globally"
7172 to echo area messages.
7173 <indicate-empty-lines, case-fold-search>:
7174 Add "globally" to Help string.
7175 <case-fold-search>: MESSAGE arg need not say "globally".
7176 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
7177
7178 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
7179
7180 * outline.el (outline-end-of-subtree): Don't leave an empty
7181 line hidden as we would a real next heading.
7182
7183 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
7184
7185 * allout.el (allout-ascend): Add an optional argument to preserve
7186 original position of point when unsuccessful. Also, fix a
7187 docstring error.
7188 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
7189 work again, using allout-ascend's new option.
7190 (allout-setup-mode-map): Extract from allout-mode to initialize
7191 allout-mode-map. Call it on file load, so the mode docstring
7192 substitutions work even if allout mode has not yet been invoked.
7193 (allout-mode): Use new allout-setup-mode-map to track any keybinding
7194 customizations since the map was last processed. Also, refine the
7195 docstring so it's ship-shape for release.
7196 (allout-default-layout, allout-beginning-of-line-cycles)
7197 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
7198 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
7199 (allout-version, allout-layout, allout-infer-body-reindent)
7200 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
7201 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
7202 (allout-previous-heading, allout-goto-prefix-doublechecked)
7203 (allout-current-bullet-pos, allout-next-sibling-leap)
7204 (allout-pre-command-business, allout-encrypted-type-prefix)
7205 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
7206 (allout-rebullet-topic, allout-rebullet-topic-grunt)
7207 (allout-flag-region, allout-expose-topic, allout-expose-topic)
7208 (allout-old-expose-topic, allout-listify-exposed)
7209 (allout-process-exposed, allout-latex-verb-quote)
7210 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
7211 (allout-toggle-current-subtree-encryption)
7212 (allout-toggle-subtree-encryption, allout-bullet-isearch):
7213 Remove extraneous open-paren and close paren string escapes.
7214
7215 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
7216
7217 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
7218 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
7219 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
7220 Fix typos in docstrings.
7221
7222 2006-12-03 Glenn Morris <rgm@gnu.org>
7223
7224 * progmodes/cc-align.el
7225 * progmodes/cc-awk.el
7226 * progmodes/cc-cmds.el
7227 * progmodes/cc-compat.el
7228 * progmodes/cc-defs.el
7229 * progmodes/cc-engine.el
7230 * progmodes/cc-langs.el
7231 * progmodes/cc-menus.el
7232 * progmodes/cc-mode.el
7233 * progmodes/cc-styles.el
7234 * progmodes/cc-vars.el
7235 * progmodes/vhdl-mode.el: Fix Copyright format.
7236
7237 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
7238
7239 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
7240 initial down event.
7241
7242 2006-12-02 Kim F. Storm <storm@cua.dk>
7243
7244 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
7245 (cua-repeat-replace-region): Make M-v more robust.
7246 (cua-paste-pop-rotate-temporarily): New defcustom.
7247 (cua-paste-pop): Use it.
7248 (cua-auto-mark-last-change): New defcustom.
7249 (cua-pop-to-last-change): New helper function.
7250 (cua-set-mark): Use them.
7251
7252 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
7253
7254 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
7255 mini-buffer message.
7256
7257 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
7258
7259 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
7260
7261 2006-12-01 Ben North <ben@redfrontdoor.org>
7262
7263 * paren.el: Fix the highlight overlay extension when the user types a
7264 sequence of char very fast just before the open parenthesis.
7265
7266 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7267
7268 * ps-mule.el: Eliminate Emacs 20 compatibility.
7269
7270 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
7271 (ps-print-version): New version 6.7.
7272 (ps-print-quote): Replace '?\ ' by '?\s'.
7273
7274 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
7275
7276 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
7277 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
7278 (hexl-end-of-1k-page): Doc fixes.
7279 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
7280 Fix typos in docstrings.
7281
7282 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7283
7284 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
7285 locally, i.e. without using file name handlers.
7286 (ido-read-internal): Allow mono letter host names, avoiding the
7287 `c:' problem by testing if the file exists locally.
7288 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
7289
7290 2006-11-30 Masatake YAMATO <jet@gyve.org>
7291
7292 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
7293 to avoid bytecomp warnings.
7294 (hexl-mode-old-ruler-function): New variable.
7295 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
7296 and `hl-line-range-function' after `require' hl-line.
7297 Then bind `hl-line-range-function' and `hl-line-face'.
7298 Don't require frame. Don't use `with-no-warnings'.
7299 (hexl-activate-ruler): Store the original value of
7300 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
7301 (hexl-mode-exit): Restore the original value of
7302 `ruler-mode-ruler-function'.
7303
7304 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
7305
7306 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
7307 (hexl-mode-old-hl-line-face): New variable.
7308 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
7309 line when exit from the hexl-mode.
7310
7311 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
7312
7313 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
7314 Doc fixes.
7315
7316 * international/fontset.el (create-fontset-from-ascii-font)
7317 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
7318 (fontset-name-p): Fix typo in docstring.
7319
7320 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
7321
7322 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7323
7324 * ps-bdf.el: Fix maintainer email.
7325
7326 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
7327 compatibility.
7328
7329 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
7330 21 compatibility.
7331 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
7332 Emacs 20 & 21.
7333
7334 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
7335
7336 * progmodes/idlwave.el (idlwave-auto-fill):
7337 Remove paragraph-start let to prevent auto-fill giving up.
7338
7339 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
7340
7341 * vt100-led.el (led-state): Fix typo in previous change.
7342
7343 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7344
7345 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7346 Fix interactive spec of the functions getting defined to make them
7347 work as documented.
7348
7349 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
7350
7351 * startup.el (fancy-splash-screens): Hide initial splash buffer.
7352
7353 2006-11-28 Kim F. Storm <storm@cua.dk>
7354
7355 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
7356 icomplete-mode is enabled.
7357
7358 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
7359
7360 * textmodes/org.el (require): Require gnus-sum during compilation
7361 to avoid problem with a macro call.
7362
7363 2006-11-28 Glenn Morris <rgm@gnu.org>
7364
7365 * emacs-lisp/authors.el (authors-aliases): Add new alias.
7366
7367 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
7368 (fortran-window-create-momentarily): Do not need string-to-char.
7369
7370 2006-11-28 Richard Stallman <rms@gnu.org>
7371
7372 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
7373 Replace incorrect use of assoc-default with a loop.
7374
7375 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
7376
7377 * simple.el (next-error-find-buffer): Improve messages.
7378
7379 * files.el (revert-buffer): Special error message if file
7380 is now not readable.
7381
7382 * facemenu.el (facemenu-add-new-face): Improve doc strings of
7383 constructed commands.
7384
7385 * comint.el (comint-exec-1): Provide Emacs version and `comint'
7386 in INSIDE_EMACS.
7387
7388 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7389
7390 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
7391
7392 * server.el: Remove spurious * in docstrings.
7393 (server-process-filter): Exit from recursive editing before processing
7394 a new request.
7395
7396 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
7397
7398 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
7399 line so hidden blocks will be correctly identified.
7400
7401 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
7402
7403 * ledit.el (ledit-save-defun, ledit-mode):
7404 * resume.el (resume-emacs-args-buffer):
7405 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
7406 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
7407 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
7408 (command-send-input, command-kill-line):
7409 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
7410
7411 * autoarg.el (autoarg-kp-mode): Doc fix.
7412
7413 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
7414 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
7415 (check-emacs-lock): Doc fix. Simplify.
7416
7417 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
7418 (iimage-mode-buffer): Fix typos in docstring.
7419
7420 * misc.el (zap-up-to-char): Doc fix.
7421
7422 * time-stamp.el: Fix comment and obsolescence string for old
7423 functions. Use `dolist' instead of `while'.
7424
7425 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
7426
7427 * disp-table.el (standard-display-8bit, standard-display-default):
7428 * ebuff-menu.el (electric-buffer-list):
7429 * ehelp.el (electric-help-command-loop):
7430 * font-core.el (font-lock-mode):
7431 * help-macro.el (make-help-screen):
7432 * help.el (describe-minor-mode-completion-table-for-indicator)
7433 (lookup-minor-mode-from-indicator):
7434 * indent.el (tab-to-tab-stop, move-to-tab-stop):
7435 * info-look.el (info-lookup-guess-custom-symbol):
7436 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
7437 * longlines.el (longlines-wrap-line):
7438 * macros.el (insert-kbd-macro):
7439 * menu-bar.el (menu-bar-update-buffers):
7440 * misc.el (copy-from-above-command):
7441 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
7442 * newcomment.el (comment-indent):
7443 * novice.el (disabled-command-function):
7444 * sort.el (sort-fields-syntax-table):
7445 * subr.el (momentary-string-display):
7446 * tar-mode.el (tar-header-block-summarize)
7447 (tar-clear-modification-flags):
7448 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
7449 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
7450 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
7451 (te-delete-char, te-down-vertically-or-scroll):
7452 * time-stamp.el (time-stamp-string-preprocess):
7453 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
7454
7455 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7456
7457 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
7458 in GUD mode.
7459
7460 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
7461 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
7462
7463 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7464
7465 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
7466
7467 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
7468
7469 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
7470 (ada-compile-goto-error): Adapt to new argument profile of
7471 compilation-goto-locus in Emacs 22. Don't check if the various
7472 compile functions are defined; we already do "(require 'compile)".
7473
7474 2006-11-26 Kim F. Storm <storm@cua.dk>
7475
7476 * kmacro.el: Fix commentary.
7477
7478 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7479
7480 * progmodes/gud.el (gdb): Explain how to run in text command mode
7481 more clearly. Say in error message that multiple debugging
7482 requires restarting GDB.
7483
7484 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
7485
7486 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
7487
7488 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
7489
7490 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
7491 (flymake-popup-menu): Use it instead of posn-at-point.
7492
7493 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7494
7495 * progmodes/cc-vars.el (c-backslash-column):
7496 Mention c-backslash-max-column in documentation for c-backslash-column.
7497
7498 2006-11-24 Lars Hansen <larsh@soem.dk>
7499
7500 * net/tramp.el (tramp-default-method): Under Windows, change from
7501 plink to pscp.
7502 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
7503 (tramp-actions-copy-out-of-band):
7504 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
7505 (tramp-action-out-of-band): Move "Permission denied" handling to
7506 tramp-action-copy-failed.
7507 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
7508 process buffer.
7509
7510 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7511
7512 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7513 strings to a single string. Quote `errors-file-name'.
7514 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7515 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7516 Adjust calls. Use `shell-quote-argument'.
7517
7518 * international/mule.el (load-with-code-conversion)
7519 (with-category-table): Use with-current-buffer.
7520 (after-insert-file-set-coding): Use restore-buffer-modified-p.
7521
7522 2006-11-24 Eli Zaretskii <eliz@gnu.org>
7523
7524 * mail/smtpmail.el (smtpmail-send-it):
7525 Copy buffer-file-coding-system from the mail buffer. Possibly add a
7526 MIME header for the message encoding.
7527 Bind coding-system-for-write around the call to mail-do-fcc.
7528 Use smtpmail-code-conv-from to encode queued mail messages.
7529
7530 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
7531
7532 * tabify.el (tabify-regexp): Doc fix.
7533
7534 * net/rcirc.el (rcirc-buffer-maximum-lines):
7535 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
7536
7537 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
7538 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
7539 Fix typos in output messages.
7540 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
7541
7542 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7543
7544 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
7545 the horse's mouth.
7546 (hexlify-buffer): Don't re-encode an arg that's already encoded.
7547
7548 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
7549
7550 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
7551 Remove condition-case.
7552
7553 2006-11-23 Glenn Morris <rgm@gnu.org>
7554
7555 * progmodes/f90.el (f90-comment-indent): Do not move point in
7556 default case.
7557
7558 2006-11-21 Romain Francoise <romain@orebokech.com>
7559
7560 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
7561 from library name (reverts change of 2005-10-25).
7562
7563 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
7564
7565 * tutorial.el (tutorial--default-keys): Add newline and
7566 delete-backward-char bindings.
7567 (tutorial--detailed-help): Save excursion when finding keys.
7568 Correct warning string for M-x FOO case.
7569 (tutorial--display-changes): Print special keys in tutorial style.
7570 Tweak search regexp for changed keys.
7571
7572 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7573
7574 * thingatpt.el (thing-at-point-url-at-point): Don't add a
7575 redundant scheme.
7576
7577 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
7578
7579 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
7580 are new to the list at IANA. Also added irc, mms, mmsh.
7581
7582 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
7583
7584 * progmodes/idlw-help.el (idlwave-html-help-location):
7585 Fail gracefully for missing help packages.
7586 (idlwave-help-assistant-open-link): Open full links.
7587 (idlwave-help-assistant-help-with-topic): Direct help link.
7588
7589 * progmodes/idlwave.el (idlwave-mode):
7590 Set add-log-current-defun-function.
7591 (idlwave-current-routine-fullname): Add, to support add-log.
7592 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
7593 to reflect improvements to xml-parse-file.
7594 (idlwave-mode-menu-def): New binding for help-with-topic.
7595
7596 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
7597 Handle extra newlines and spaces.
7598 (idlwave-shell-mode-map): Add help-with-topic.
7599
7600 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
7601
7602 * tutorial.el (tutorial-warning-face): New face.
7603 (tutorial--detailed-help, tutorial--display-changes): Use it.
7604 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
7605 Improve search pattern for occurrences of changed keys.
7606
7607 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7608
7609 * term/x-win.el (x-last-cut-buffer-coding): New variable.
7610 (x-select-text): Set it.
7611 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
7612 when checking for newness.
7613
7614 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
7615
7616 * subr.el (posn-image):
7617 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
7618
7619 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
7620
7621 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7622
7623 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
7624 Exceptions to the rule "add a space between an identifier and an
7625 opening parenthesis". Defaulted to the `#define' problem of cpp.
7626 (glasses-parenthesis-exception-p): New. Check if the region is an
7627 exception regarding to that.
7628 (glasses-make-readable): Use it.
7629 (glasses-convert-to-unreadable): Ditto. Modify the file also if
7630 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
7631
7632 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
7633
7634 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
7635
7636 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
7637
7638 * progmodes/ada-mode.el (ada-make-body): Fix typo.
7639
7640 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
7641 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
7642
7643 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
7644
7645 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
7646 conditions for function or variable bindings.
7647
7648 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
7649
7650 * progmodes/compile.el (compilation-start): Ditto.
7651
7652 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
7653
7654 * net/tramp.el (top): cl and custom are always required.
7655
7656 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7657
7658 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
7659 cut-buffers with next-selection-coding-system if not nil.
7660
7661 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7662
7663 * textmodes/org.el (org-fix-decoded-time): New function.
7664 (org-display-custom-time): Use `org-fix-decoded-time'.
7665
7666 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
7667
7668 * menu-bar.el (menu-bar-games-menu): Remove yow.
7669
7670 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7671
7672 * textmodes/org.el (org-scan-tags): Re-align code fixed.
7673 (org-detach-overlay): Rename from `org-detatch-overlay'.
7674 (org-table-convert-region): Insert space after column separator.
7675 (org-agenda-kill): New command.
7676 (org-metaleft): Call `org-outdent-item' on bullets.
7677 (org-metaright): Call `org-indent-item' on bullets.
7678 (org-timestamp-change): Set `org-last-changed-timestamp'.
7679 (org-current-line): Make sure (bolp) returns correct result.
7680 (org-agenda-change-all-lines): Make sure TODO are highlighted.
7681
7682 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7683
7684 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
7685
7686 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
7687
7688 * mouse.el (global-map): Change 2006-08-16 fix to call
7689 mouse-yank-at-click explicitly, since mouse events are not carried
7690 over into keyboard macros.
7691
7692 2006-11-16 Kim F. Storm <storm@cua.dk>
7693
7694 * ido.el (ido-file-internal): Use current buffer's file name as default
7695 choice for ido-find-alternate-file. Suggested by Matt Hodges.
7696
7697 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
7698
7699 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
7700 (allout-inhibit-aberrance-doublecheck): Rename from
7701 allout-during-yank-processing. All callers changed.
7702 (allout-ascend): Provide for unusual case where some topic after
7703 the first in file is at lower depth than the first.
7704 (allout-shift-in): Ensure the offspring of the new containing
7705 topic are exposed.
7706 (allout-encrypt-string): Preserve the coding-system of the text,
7707 according to that of the containing buffer.
7708 (allout-toggle-subtree-encryption): When the text being encrypted
7709 requires a different coding system, offer to preserve the coding
7710 system using a file local var.
7711
7712 2006-11-15 Simon Marshall <simon@gnu.org>
7713
7714 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
7715 to recognise "T t()" as a function declaration, rather than a
7716 variable instantiation, iff at the top-level or inside a class
7717 declaration. Suggested by Feng Li <fengli@gmail.com>.
7718
7719 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
7720
7721 * progmodes/ada-xref.el (ada-parse-prj-file):
7722 Don't delete project buffer; user may want to edit it.
7723 (ada-xref-set-project-field, ada-xref-current-project-file)
7724 (ada-xref-current-project, ada-show-current-project)
7725 (ada-set-main-compile-application): New functions.
7726 (ada-xref-get-project-field, ada-require-project-file):
7727 Normalize use of ada-prj-default-project-file.
7728 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
7729 Normalize use of ada-require-project-file.
7730 (ada-prj-find-prj-file): Improve doc string, comments.
7731
7732 * progmodes/ada-mode.el (ada-mode-version): Bump version.
7733 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
7734 (ada-create-menu): Add ada-set-main-compile-application,
7735 ada-show-current-main, ada-show-current-project.
7736
7737 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7738
7739 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
7740 (inferior-python-mode): Use it.
7741
7742 2006-11-14 Andreas Schwab <schwab@suse.de>
7743
7744 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7745
7746 2006-11-13 Kim F. Storm <storm@cua.dk>
7747
7748 * ido.el (ido-copy-current-word): C-o copies region if active.
7749
7750 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7751
7752 * textmodes/org.el (org-emph-face): Fix typo in variable name.
7753
7754 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
7755
7756 * ediff.el (ediff-revision):
7757 * files.el (set-visited-file-name):
7758 * mail/rmailout.el (rmail-output-body-to-file):
7759 Use `format', not `message', in `y-or-n-p' call.
7760
7761 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7762
7763 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
7764 (org-metaright): Call `org-indent-item' on bullets.
7765 (org-timestamp-change): Set `org-last-changed-timestamp'.
7766 (org-current-line): Make sure (bolp) returns correct result.
7767 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
7768
7769 2006-11-12 Richard Stallman <rms@gnu.org>
7770
7771 * language/european.el (turkish-case-conversion-enable)
7772 (turkish-case-conversion-disable): New functions.
7773 ("Turkish" lang env): Use them.
7774
7775 * international/characters.el (case table):
7776 Do nothing special for i and I.
7777
7778 * subr.el (remove-overlays): Fix last change.
7779
7780 * cus-edit.el (custom-save-all): Use find-file-visit-truename
7781 for visiting the custom file.
7782
7783 2006-11-12 Markus Triska <triska@gmx.at>
7784
7785 * play/handwrite.el (handwrite): Also process lines not ending
7786 with newline. Replace some position-fiddling with different
7787 logic. Improve performance.
7788
7789 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
7790
7791 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
7792 replacing deleted variable `ada-check-switch'.
7793 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
7794 (ada-xref-project-files): Improve doc string.
7795 (ada-find-executable): New function.
7796 (ada-initialize-runtime-library): Use `ada-find-executable'.
7797 (ada-xref-set-default-prj-values): In compile commands, don't need
7798 `ada-cd-command'; `compile' does that more portably.
7799 Use ada-prj-default-check-cmd.
7800 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
7801 properties if not specified in project file.
7802 (ada-goto-declaration): Display useful message for new error
7803 'error-file-not-found.
7804 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
7805 'error-file-not-found.
7806 (ada-get-all-references): Match latest ali syntax. Signal new
7807 error 'error-file-not-found.
7808 (ada-find-in-ali): Match latest ali syntax.
7809 (ada-make-filename-from-adaname): Handle different semantics of
7810 gnatkr in GNAT 3.15p vs later.
7811
7812 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
7813 ada-procedure-start-regexp.
7814 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
7815
7816 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
7817 with defvar.
7818 (ada-language-version): Rename ada05 -> ada2005.
7819 (ada-align-region-separate): Add `eval-when-compile'.
7820 (ada-name-regexp): Remove unneeded escapes in regexp character
7821 alternative.
7822 (ada-compile-goto-error-file-linenr-re): New constant.
7823 (ada-matching-start-re): Handle additional cases `declare',
7824 `procedure', `function'.
7825 (ada-compile-goto-error): Handle "... at line nn".
7826 (ada-mode): Clearer syntax, comments for ff-special-constructs.
7827 Delete support for old versions of `align'.
7828 (ada-search-prev-end-stmt): Handle additional keyword `private'.
7829 (ada-check-defun-name): Simplify handling of `declare'.
7830 (ada-goto-matching-start): Handle nested `begin ... end'.
7831 Handle `declare', `protected', `procedure', `function'.
7832 (ada-create-menu): Presence of arm95 is not conditional on using
7833 GNAT compiler.
7834
7835 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
7836
7837 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
7838 nil in the *RE-Builder* buffer (it causes spurious error messages).
7839
7840 * server.el (server-visit-files): If `minibuffer-auto-raise' has
7841 been set to t, respect it.
7842
7843 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
7844
7845 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
7846 Delete commented out code for old Emacs versions. Autoloading of
7847 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
7848 (ada-mode-version): Bump version number.
7849 (ada-95-string-keywords, ada-2005-string-keywords)
7850 (ada-2005-keywords, ada-name-regexp): New constant.
7851 (ada-language-version, ada-procedure-start-regexp, ada-mode)
7852 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
7853 (ada-package-start-regexp): Support private packages, include package
7854 name (for ada-set-point-accordingly).
7855 (ada-next-procedure, ada-previous-procedure)
7856 (ada-which-function-are-we-in): Match changes to
7857 ada-procedure-start-regexp.
7858 (ada-make-body): Make non-interactive; not a user function.
7859 (ada-make-subprogram-body): Improve doc string.
7860
7861 2006-11-11 Romain Francoise <romain@orebokech.com>
7862
7863 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
7864 `compilation-error-regexp-alist' buffer-local, since we changed
7865 `compilation-error-regexp-alist-alist' locally.
7866
7867 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
7868
7869 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
7870 to the value of `server-raise-frame'.
7871
7872 2006-11-11 Glenn Morris <rgm@gnu.org>
7873
7874 * ido.el (ido-enable-prefix)
7875 * ses.el (ses-call-printer-return)
7876 * net/tramp.el (tramp-unified-filenames)
7877 * progmodes/cc-align.el (c-lineup-string-cont)
7878 * progmodes/compile.el (compilation-directory-matcher)
7879 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7880 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7881 (vhdl-clock-rising-edge)
7882 * textmodes/org.el (org-export-with-timestamps)
7883 (org-export-remove-timestamps-from-toc)
7884 (org-export-with-tags): Improve previous doc fixes.
7885
7886 2006-11-11 Richard Stallman <rms@gnu.org>
7887
7888 * textmodes/flyspell.el (flyspell-mode-map):
7889 Bind C-c $ instead of M-RET.
7890
7891 2006-11-10 Simon Marshall <simon@gnu.org>
7892
7893 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
7894 fontification for "case" and "default" keywords.
7895
7896 2006-11-10 Andreas Schwab <schwab@suse.de>
7897
7898 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
7899 Avoid starting sentence with "nil".
7900
7901 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7902
7903 * server.el (server-raise-frame): New option.
7904 (server-switch-buffer): Use it.
7905
7906 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
7907
7908 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
7909 with a capital.
7910
7911 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
7912
7913 * textmodes/org.el (org-show-hierarchy-above)
7914 (org-show-following-heading): Fix typo in default value.
7915 (org-scan-tags): Make the search case-sensitive.
7916 (org-tags-sparse-tree): Don't overrule
7917 `org-show-following-heading' and `org-show-hierarchy-above'.
7918 (org-reveal): New command.
7919 (org-show-context): Rename from `org-show-hierarchy-above'.
7920 (org-fast-tag-selection-single-key): New option.
7921 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
7922 (org-tags-overlay): New variable.
7923 (org-agenda-todo-ignore-deadlines): New option.
7924 ("session"): Add circular data structure `org-mark-ring' to
7925 exceptions list in session.el.
7926 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
7927 New options.
7928 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
7929 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
7930 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
7931 (org-finalize-agenda): Activate bracket links in agenda.
7932 (org-at-timestamp-p, org-at-date-range-p): Additional argument
7933 INACTIVE-OK.
7934 (org-show-hierarchy-above, org-show-following-heading):
7935 List values allowed for fine-tuned configuration.
7936 (org-show-hierarchy-above): New argument CONTEXT, use the
7937 fine-tuned settings in `org-show-hierarchy-above' and
7938 `org-show-following-heading'.
7939 (org-display-custom-time): New function.
7940 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
7941 (org-display-custom-times, org-time-stamp-custom-formats):
7942 (org-maybe-intangible): New macro.
7943 (org-activate-bracket-links, org-hide-wide-columns):
7944 Use `org-maybe-intangible'.
7945 (org-open-file): Use `shell-quote-argument'.
7946 (org-display-internal-link-with-indirect-buffer): New option.
7947 (org-file-remote-p): Get regexp from list.
7948 (org-link-expand-abbrev): New function.
7949 (org-link-abbrev-alist): New option.
7950 (org-open-at-point, org-cleaned-string-for-export):
7951 Call `org-link-expand-abbrev'.
7952 (org-timeline, org-agenda-list, org-todo-list)
7953 (org-tags-view): Remove the KEEP-MODES argument.
7954 (org-finalize-agenda-hook): New hook.
7955 (org-get-alist-option): New function.
7956 (org-follow-timestamp-link): New function.
7957 (org-open-at-point): Call `org-follow-timestamp-link'.
7958 (org-log-note-marker, org-log-note-purpose)
7959 (org-log-note-window-configuration): New variables.
7960 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
7961 (org-log-note-headings): New option.
7962 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
7963 (org-store-link): Support for dired-mode.
7964 (org-open-file): Substitute environment variables into filename.
7965 (org-last): New defsubst.
7966 (org-agenda-re-align-tags): New function.
7967 (org-agenda-align-tags-to-column): New option.
7968 (org-agenda-timeline): Group removed.
7969 (org-prepare-agenda, org-prepare-agenda-buffers)
7970 (org-run-agenda-series, org-timeline, org-agenda-list)
7971 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
7972 the text property inticating the agenda type.
7973 (org-agenda-post-command-hook): Get agenda type from text property
7974 at point.
7975 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
7976 and obey `org-agenda-overriding-arguments'.
7977 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
7978 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7979 (org-agenda-week-view, org-agenda-day-view):
7980 Use `org-agenda-overriding-arguments' to make updating work with
7981 multi-block agendas.
7982 (org-agenda-prefix-format): Allow different formats for the
7983 different agenda entry types.
7984 (org-timeline-prefix-format): Option removed, use
7985 `org-agenda-prefix-format' instead.
7986 (org-prepare-agenda): New function.
7987 (org-select-timeline-window): Option removed, use
7988 `org-select-agenda-window' instead.
7989 (org-respect-restriction): Variable removed.
7990 (org-cmp-tag): New function.
7991 (org-agenda-sorting-strategy, org-entries-lessp):
7992 Implement sorting by last tag.
7993 (org-complete): Better completion in in-buffer option lines.
7994 (org-in-item-p): New function.
7995 (org-org-menu): Add entries for checkboxes.
7996 (org-cycle): Extra brouping in outline-regexp, because it is used
7997 in a search with "^" prepended.
7998 (org-provide-checkbox-statistics): New option.
7999 (org-set-font-lock-defaults): Highlight checkbox statistics.
8000 (org-update-checkbox-count-maybe)
8001 (org-get-checkbox-statistics-face): New functions.
8002 (org-update-checkbox-count): New command.
8003 (org-insert-item, org-toggle-checkbox):
8004 Call `org-update-checkbox-count-maybe'.
8005 (org-export-as-html): XEmacs compatibility for coding system.
8006 (org-force-cycle-archived): New command.
8007 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
8008 overrules cycling.
8009 (org-fix-position-after-promote): If the line contains only a todo
8010 keyword, add a final space.
8011 (org-promote-subtree, org-demote-subtree):
8012 Call `org-fix-position-after-promote'.
8013
8014 2006-11-10 Glenn Morris <rgm@gnu.org>
8015
8016 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
8017 date in every year.
8018 (calendar-dst-check-each-year-flag): New customizable variable.
8019 (calendar-dst-find-data): New function, extracted from
8020 calendar-current-time-zone.
8021 (calendar-current-time-zone): Use calendar-dst-find-data.
8022 (calendar-dst-transition-cache): New variable.
8023 (calendar-dst-find-startend, calendar-dst-starts)
8024 (calendar-dst-ends): New functions.
8025 (calendar-daylight-savings-starts)
8026 (calendar-daylight-savings-ends): Change value to use
8027 calendar-dst-starts, calendar-dst-ends; respectively.
8028
8029 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
8030
8031 * ido.el (ido-enable-prefix)
8032 * ses.el (ses-call-printer-return)
8033 * net/tramp.el (tramp-unified-filenames)
8034 * progmodes/cc-align.el (c-lineup-string-cont)
8035 * progmodes/compile.el (compilation-directory-matcher)
8036 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
8037 * progmodes/gdb-ui.el (gdb-many-windows)
8038 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
8039 (vhdl-clock-rising-edge)
8040 * textmodes/org.el (org-export-with-timestamps)
8041 (org-export-remove-timestamps-from-toc, org-export-with-tags)
8042 (org-read-date): Doc fix (Nil -> nil).
8043
8044 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8045
8046 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
8047 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
8048
8049 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
8050
8051 * bs.el (bs--window-for-buffer): Remove.
8052 (bs--show-with-configuration): Use `get-window-with-predicate'
8053 instead of `bs--window-for-buffer'.
8054
8055 2006-11-10 Kenichi Handa <handa@m17n.org>
8056
8057 * files.el (revert-buffer): Fix previous change.
8058
8059 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
8060
8061 * bs.el (bs--redisplay): Fix typo in docstring.
8062 (bs--window-config-coming-from): Make frame-local.
8063 (bs--restore-window-config): New function.
8064 (bs-kill, bs-select, bs-select-other-window)
8065 (bs-select-other-frame): Use it.
8066 (bs--window-for-buffer): Return as soon as a matching buffer is found.
8067 (bs--show-with-configuration): Save the window configuration as a
8068 frame local var, and only if *buffer-selection* is not already
8069 visible on this frame.
8070
8071 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
8072
8073 * vc-svn.el (vc-svn-admin-directory): New var.
8074 (vc-svn-registered, vc-svn-responsible-p)
8075 (vc-svn-repository-hostname): Use it.
8076 Suggested by arit93@yahoo.com.
8077
8078 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8079
8080 * ldefs-boot.el: Regenerate.
8081
8082 2006-11-08 Alan Mackenzie <acm@muc.de>
8083
8084 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
8085 case (eq open-paren-in-column-0-is-defun-start nil) by searching
8086 for least nested open-paren.
8087
8088 2006-11-08 Romain Francoise <romain@orebokech.com>
8089
8090 * subr.el (remove-overlays): Fix typo in last change.
8091
8092 2006-11-08 Richard Stallman <rms@gnu.org>
8093
8094 * subr.el (remove-overlays): Call overlay-recenter.
8095
8096 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8097
8098 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
8099 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
8100 behaviour.
8101 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
8102 directly.
8103
8104 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8105
8106 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
8107 (ido-max-dir-file-cache, ido-decorations)
8108 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
8109 (ido-magic-backward-char, ido-enter-dired)
8110 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
8111 (ido-list-directory, ido-first-match, ido-only-match)
8112 (ido-subdir, ido-indicator): Fix typos in docstrings.
8113 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
8114 (ido-read-internal): Fix typo in error message.
8115
8116 2006-11-08 Kenichi Handa <handa@m17n.org>
8117
8118 * international/mule-cmds.el (set-default-coding-systems):
8119 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
8120
8121 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8122
8123 * makefile.w32-in (setwins): Remove.
8124 (WINS_ALMOST): New macro.
8125 (WINS): Use it.
8126 (autoloads): Don't extract autoloads from files in obsolete/.
8127
8128 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
8129
8130 * whitespace.el (whitespace-buffer): Call remove-overlays after
8131 overlay-recenter for performance. Suggested by Martin Rudalics.
8132
8133 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
8134
8135 * net/tramp.el (tramp-default-method): scp is the default method.
8136
8137 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
8138
8139 * server.el (server-start): Save also the Emacs pid in the server file.
8140
8141 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
8142
8143 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
8144 point when displaying a bibtex cross reference in the echo area.
8145
8146 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
8147
8148 * international/mule.el (make-char): Fix typo in docstring.
8149 (load-with-code-conversion, charsetp): Doc fixes.
8150
8151 * international/ja-dic-cnv.el (skkdic-convert):
8152 * cus-edit.el (hook): Fix typo in docstring.
8153
8154 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
8155
8156 * cus-edit.el (custom-mode-map): Move defvar above code using it.
8157 (custom-mode-link-map): New variable.
8158 (custom-group-link, custom-manual): Use follow-link.
8159
8160 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8161
8162 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
8163 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
8164
8165 2006-11-06 Richard Stallman <rms@gnu.org>
8166
8167 * textmodes/flyspell.el (flyspell-correct-word-before-point):
8168 New function broken out of flyspell-correct-word.
8169 (flyspell-mode-map): Bind it to M-RET.
8170 (flyspell-correct-word): Call it.
8171
8172 * textmodes/fill.el (fill-minibuffer-function): New function.
8173 (fill-paragraph): Bind fill-paragraph-function to
8174 fill-minibuffer-function.
8175
8176 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
8177 so that they aren't undefined.
8178
8179 * dired.el (dired-readin): Locally bind file-name-coding-system.
8180
8181 * bindings.el: Shorten and clarify usual mode line mouse help string.
8182
8183 * Makefile.in (autoloads): Don't include `obsolete'.
8184
8185 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
8186
8187 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
8188 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
8189 Printing menu if it's not initialized.
8190 (pr-menu-bind): Act on menu-bar-file-menu directly.
8191
8192 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
8193
8194 * help.el (view-emacs-news): Fix typo in error message.
8195
8196 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
8197
8198 * shadowfile.el (shadow-define-regexp-group)
8199 (shadow-literal-groups, shadow-insert-var): Doc fixes.
8200 (shadow-read-files): Fix typo in message.
8201 (shadow-inhibit-overload, shadow-find, shadow-suffix)
8202 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
8203 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
8204 (shadow-file-match): Fix typos in docstrings.
8205
8206 * terminal.el (terminal-emulator): Fix typo in message.
8207
8208 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
8209
8210 * emacs-lisp/lselect.el (x-kill-primary-selection)
8211 (x-delete-primary-selection, x-copy-primary-selection):
8212 Fix typos in error messages.
8213
8214 * emulation/edt-mapper.el: Fix typo in interactive message.
8215
8216 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
8217
8218 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
8219 (ispell-help): Fix typos in docstrings.
8220 (ispell-help): Fix typo in output message.
8221
8222 * allout.el (allout-adjust-file-variable)
8223 (allout-passphrase-verifier-string)
8224 (allout-passphrase-hint-string)
8225 (allout-toggle-current-subtree-encryption):
8226 * apropos.el (apropos-synonyms):
8227 * cus-edit.el (hook):
8228 * emacs-lock.el (emacs-lock-from-exiting):
8229 * follow.el (follow-avoid-tail-recenter-p):
8230 * hexl.el (hexl-mode):
8231 * mouse-copy.el (mouse-copy-work-around-drag-bug):
8232 * mouse.el (mouse-set-font):
8233 * resume.el (resume-emacs-args-file):
8234 * rfn-eshadow.el (file-name-shadow-tty-properties):
8235 * t-mouse.el (t-mouse-process, t-mouse-mode):
8236 * emacs-lisp/cust-print.el (custom-print-install)
8237 (custom-print-uninstall, custom-format):
8238 * emacs-lisp/shadow.el (list-load-path-shadows):
8239 * emulation/tpu-edt.el (tpu-help-text)
8240 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
8241 (tpu-reset-control-keys):
8242 * emulation/vip.el (vip-emacs-local-map)
8243 (vip-change-mode-to-emacs):
8244 * emulation/viper.el (viper-mode, viper-set-hooks)
8245 (viper-major-mode-modifier-list):
8246 * emulation/viper-init.el (viper-emacs-state-cursor-color):
8247 * emulation/viper-keym.el (viper-emacs-kbd-map)
8248 (viper-toggle-key):
8249 * mail/feedmail.el (feedmail-queue-reminder)
8250 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
8251 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
8252 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
8253 (feedmail-sender-line, feedmail-force-binary-write)
8254 (feedmail-from-line, feedmail-deduce-envelope-from)
8255 (feedmail-x-mailer-line, feedmail-message-id-generator)
8256 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
8257 (feedmail-enable-spray, feedmail-spray-this-address)
8258 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
8259 (feedmail-queue-runner-confirm-global)
8260 (feedmail-ask-before-queue-prompt)
8261 (feedmail-ask-before-queue-reprompt)
8262 (feedmail-prompt-before-queue-standard-alist)
8263 (feedmail-prompt-before-queue-user-alist)
8264 (feedmail-prompt-before-queue-help-supplement)
8265 (feedmail-queue-use-send-time-for-message-id)
8266 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
8267 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
8268 (feedmail-mail-send-hook-queued)
8269 (feedmail-confirm-addresses-hook-example)
8270 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
8271 (feedmail-queue-runner-mode-setter)
8272 (feedmail-queue-alternative-mail-header-separator)
8273 (feedmail-queue-runner-message-sender)
8274 (feedmail-buffer-eating-function, feedmail-binmail-template)
8275 (feedmail-run-the-queue-no-prompts)
8276 (feedmail-run-the-queue-global-prompt)
8277 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
8278 (feedmail-envelope-deducer, feedmail-fiddle-date)
8279 (feedmail-default-message-id-generator)
8280 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
8281 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
8282 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
8283 (vms-pmail-setup):
8284 * play/dunnet.el (dun-help):
8285 * play/handwrite.el (handwrite):
8286 * play/hanoi.el (hanoi-unix-64):
8287 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8288 * textmodes/enriched.el (fixed):
8289 * textmodes/org.el (org-file-apps)
8290 (org-emphasis-regexp-components, org-emphasis-alist):
8291 * textmodes/texinfmt.el (batch-texinfo-format):
8292 Fix typos in docstrings.
8293
8294 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
8295
8296 * loadhist.el (read-feature): Don't complete features not loaded
8297 from a file (which make `unload-feature' to fail).
8298
8299 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
8300
8301 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
8302
8303 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
8304
8305 * startup.el (command-line-1): Kill emacs if the last frame is
8306 deleted while evaluating the command-line arguments.
8307
8308 2006-11-05 Richard Stallman <rms@gnu.org>
8309
8310 * startup.el (init-file-had-error): Add doc string.
8311 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
8312 Use fixed-width font for keyboard key descriptions.
8313
8314 * cus-edit.el (custom-save-all): Error if saving in .emacs
8315 and it had an error when loaded.
8316
8317 * dired-aux.el (dired-copy-file-recursive): Catch errors
8318 from recursive copies in the loop, around the recursive call.
8319
8320 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8321
8322 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
8323 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
8324 `/proc/acpi/thermal_zone/*'.
8325 (battery-search-for-one-match-in-files): New. Search a regexp in
8326 the content of some files.
8327
8328 2006-11-05 Martin Rudalics <rudalics@gmx.at>
8329
8330 * window.el (mouse-autoselect-window-now): Remove variable.
8331 (mouse-autoselect-window-state): New variable.
8332 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
8333 (mouse-autoselect-window-select, handle-select-window):
8334 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
8335 Suspend delayed autoselection during menu or popup dialog.
8336
8337 * info-look.el (info-lookup-guess-custom-symbol): New function
8338 for retrieving symbol at point in custom buffers.
8339 (top level) <info-lookup-maybe-add-help>: Add backquote and
8340 comma to ignored characters in regexps of help specifications
8341 for emacs-lisp-mode and lisp-interaction-mode. This permits
8342 looking up symbols in `...' and after a comma. Add help
8343 specifications for custom-mode and help-mode.
8344
8345 2006-11-04 Eli Zaretskii <eliz@gnu.org>
8346
8347 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
8348 Don't encode body if RAW is non-nil, or if the old encoding is
8349 identical to the new encoding, or if the body contains only
8350 eight-bit-* characters.
8351
8352 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8353
8354 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
8355 (faces-sample-overlay): Remove variable.
8356 (describe-face): Insert sample text in the face being described.
8357
8358 2006-11-04 Martin Rudalics <rudalics@gmx.at>
8359
8360 * whitespace.el (whitespace-indent-regexp): Make this match any
8361 multiples of eight spaces near the beginning of a line.
8362 (whitespace-buffer): Use `remove-overlays' instead of
8363 `whitespace-unhighlight-the-space' and `overlay-recenter' to
8364 speed up overlay handling.
8365 (whitespace-buffer-leading, whitespace-buffer-trailing):
8366 Make these functions highlight the text removed by
8367 `whitespace-buffer-leading-cleanup' and
8368 `whitespace-buffer-trailing-cleanup' respectively.
8369 (whitespace-buffer-search): Use `with-local-quit'.
8370 Move `format' out of loop to speed up scanning larger buffers.
8371 (whitespace-unhighlight-the-space): Remove `remove-hook' since
8372 that function is never added to a hook.
8373 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
8374 (whitespace-buffer-leading-cleanup)
8375 (whitespace-refresh-rescan-list): Fix docstrings.
8376
8377 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
8378
8379 * allout.el (allout-during-yank-processing): Cue for inhibiting
8380 aberrance processing during yanks.
8381 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
8382 the amount of yanked topics that can be aberrant.
8383 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
8384 a function, and supplement with inihibition of doublechecking
8385 during yanks.
8386 (allout-beginning-of-line, allout-next-heading)
8387 (allout-previous-heading, allout-goto-prefix-doublechecked)
8388 (allout-back-to-current-heading, allout-next-visible-heading)
8389 (allout-next-sibling): Use new allout-do-doublecheck function.
8390 (allout-next-sibling): Ensure we made progress when returning
8391 other than nil.
8392 (allout-rebullet-heading): Preserve text property annotations
8393 indicating the text was hidden, if it was.
8394 (allout-kill-line): Remove any added was-hidden annotations.
8395 (allout-kill-topic): Remove any added was-hidden annotations.
8396 (allout-annotate-hidden): Inhibit adding was-hidden text
8397 properties to the undo list.
8398 (allout-deannotate-hidden): New function to remove was-hidden
8399 annotation.
8400 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
8401 (allout-remove-exposure-annotation): Replace by
8402 allout-deannotate-hidden.
8403 (allout-yank-processing): Signal that yank processing is happening
8404 with allout-during-yank-processing. Also, wrap
8405 allout-unprotected's closer to the text changes, for easier
8406 debugging. We need to inhibit-field-text-motion explicitly, in
8407 lieu of the encompassing allout-unprotected.
8408 (outlineify-sticky): Adjust criteria for triggering new outline
8409 decorations to presence or absence of any topics, not just a topic
8410 at the beginning of the buffer.
8411
8412 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
8413
8414 * bs.el (bs--show-all, bs--redisplay):
8415 * cus-edit.el (custom-unlispify-menu-entries)
8416 (custom-unlispify-tag-names, custom-prompt-variable):
8417 * expand.el (expand-pos):
8418 * speedbar.el (speedbar-generic-list-tag-p):
8419 * wid-edit.el (widget-image-enable):
8420 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
8421 * emacs-lisp/find-func.el (find-function-noselect)
8422 (find-function, find-variable-noselect, find-variable)
8423 (find-definition-noselect, find-face-definition):
8424 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
8425 * net/eudc-vars.el (eudc-expansion-overwrites-query):
8426 * progmodes/ada-xref.el (ada-find-in-ali):
8427 * textmodes/flyspell.el (flyspell-check-tex-math-command):
8428 * textmodes/org.el (org-copy-subtree):
8429 * textmodes/table.el (table--row-column-insertion-point-p):
8430 Use "non-nil" in docstrings.
8431
8432 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
8433
8434 * sort.el (sort-columns): Set the field separator to tab; on
8435 NetBSD, sort complains if "\n" is used as field separator.
8436
8437 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
8438
8439 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
8440
8441 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8442
8443 * server.el (server-auth-key): Remove. Replace by a process-property.
8444 (server-start): Don't remove the file of the previous process, but
8445 instead clear out the place for the new file.
8446 (server-start): Set the :auth-key property.
8447 (server-process-filter): Use the :auth-key property.
8448
8449 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
8450
8451 * textmodes/org.el (org-mode-map): No longer copy
8452 `outline-mode-map' explicitly - this is already done by
8453 `define-derived-mode'.
8454
8455 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
8456
8457 * server.el (server-visit-files): Use `when'.
8458 (server-process-filter): When authentication fails, send error
8459 message to client. Wrap `process-send-region' in `ignore-errors'
8460 instead of `condition-case', and remove misleading comment.
8461
8462 2006-11-01 Juri Linkov <juri@jurta.org>
8463
8464 * simple.el (yank): Doc fix.
8465
8466 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8467
8468 * server.el: Try and fit within 80 columns.
8469 (server-start): Make the auth file unreadable by other users.
8470
8471 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8472
8473 * battery.el (battery-linux-proc-acpi): Prevent range error when
8474 `full-capacity' is 0.
8475
8476 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8477
8478 * faces.el (faces-sample-overlay): New defvar.
8479 (faces-sample-overlay): New function to show face sample text.
8480 (describe-face): Use it.
8481
8482 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
8483
8484 * progmodes/ada-stmt.el: Change maintainer, apply
8485 whitespace-cleanup, checkdoc.
8486 (ada-func-or-proc-name): Add doc string.
8487
8488 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
8489 whitespace-cleanup, checkdoc. Minor improvements to many doc
8490 strings and comments.
8491 (ada-prj-display-page): Change buffer name to more accurately
8492 reflect function.
8493
8494 * progmodes/ada-xref.el: Change maintainer, apply
8495 whitespace-cleanup, checkdoc. Minor improvements to many doc
8496 strings and comments. Don't look for `gvd' or `ddd' debuggers.
8497 (ada-compile-current): Don't add newlines to commands.
8498
8499 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
8500
8501 * server.el: Add support for TCP sockets.
8502 (server-use-tcp, server-host, server-auth-dir): New options.
8503 (server-auth-key): New variable.
8504 (server-ensure-safe-dir): Create nonexistent parent dirs.
8505 Ignore Unix-style file modes on Windows.
8506 (server-start): Crete a TCP or Unix socket according to the value
8507 of `server-use-tcp'. For TCP sockets, create the id/auth file in
8508 `server-auth-dir' directory.
8509 (server-process-filter): Delete process if authentication
8510 fails (which never happens for Unix sockets).
8511
8512 2006-10-30 David Kastrup <dak@gnu.org>
8513
8514 * subr.el (add-to-list): Don't continue checking if a match has
8515 been found.
8516
8517 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
8518
8519 * tutorial.el: Move defvars to avoid bytecomp warnings.
8520 (tutorial--find-changed-keys): Check if viper-current-state is
8521 bound before using it.
8522 (help-with-tutorial): Check if viper-tutorial is defined before
8523 using it.
8524
8525 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
8526
8527 * help-fns.el (help-with-tutorial): Move to tutorial.el.
8528
8529 * tutorial.el: New file.
8530 (help-with-tutorial): Move here from help-fns.el. Add help for
8531 rebound keys. Fix resume of tutorial.
8532 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
8533 (tutorial--find-changed-keys, tutorial--display-changes)
8534 (tutorial--saved-dir, tutorial--saved-file)
8535 (tutorial--save-tutorial): New functions to support the changes in
8536 help-with-tutorial.
8537
8538 2006-10-30 Kenichi Handa <handa@m17n.org>
8539
8540 * files.el (revert-buffer): If a unibyte buffer is being reverted
8541 with a coding system for multibyte, set buffer multibyte before
8542 calling insert-file-contents.
8543
8544 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8545
8546 * server.el (server-select-display): Use a dummy buffer to detect when
8547 the frame is later used.
8548 (server-select-display): New function.
8549 (server-process-filter): Use it to detect unused temp frames.
8550
8551 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
8552
8553 * progmodes/ada-mode.el: Change maintainer, apply
8554 whitespace-clean, checkdoc. Minor improvements to many doc strings.
8555 (ada-mode-version): New function.
8556 (ada-create-menu): Menu operations are available for all supported
8557 compilers.
8558
8559 2006-10-29 Lars Hansen <larsh@soem.dk>
8560
8561 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
8562 Highlight as keyword.
8563 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
8564 Don't call tramp-method-out-of-band-p for local files.
8565 (tramp-touch): Quote file name.
8566
8567 2006-10-28 Glenn Morris <rgm@gnu.org>
8568
8569 * calendar/calendar.el (cal-html-cursor-month)
8570 (cal-html-cursor-year): Add autoloads for this new package.
8571 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
8572
8573 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
8574
8575 * calendar/cal-html.el: New file.
8576
8577 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
8578
8579 * emacs-lisp/authors.el (authors-aliases): Update.
8580
8581 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
8582
8583 * version.el (emacs-version): Bump version number to 22.0.90.
8584
8585 2006-10-26 John W. Eaton <jwe@octave.org>
8586
8587 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
8588 New defvar.
8589 (inferior-octave-resync-dirs): Check to see whether Octave has
8590 built-in variables and set inferior-octave-has-built-in-variables.
8591 Check inferior-octave-has-built-in-variables to decide whether to
8592 send commands that set built-in variables or call functions to
8593 change Octave's behavior.
8594 Send "disp (pwd ())" to Octave instead of just "pwd".
8595 (inferior-octave-startup): Send "more off" to Octave instead of
8596 "page_screen_output = 0".
8597
8598 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
8599
8600 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
8601 pattern normally.
8602
8603 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
8604
8605 * bindings.el (mode-line-mode-menu): Remove bindings for global
8606 minor modes (line/column number) as they are on the menubar.
8607
8608 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
8609
8610 * term/w32-win.el (x-handle-name-switch): Doc fix.
8611 (w32-standard-fontset-spec): Fix typo in docstring.
8612
8613 * midnight.el (midnight-buffer-display-time): Doc fix.
8614 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
8615
8616 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
8617
8618 * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
8619
8620 * emulation/viper-ex.el (ex-read): Quote file argument.
8621
8622 * ediff-diff.el (ediff-same-file-contents): Expand file names.
8623
8624 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
8625
8626 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8627
8628 * textmodes/flyspell.el (flyspell-check-region-doublons):
8629 Fix last fix.
8630
8631 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
8632
8633 * bindings.el (mode-line-mode-menu): List global minor modes
8634 before local ones.
8635
8636 2006-10-23 Kim F. Storm <storm@cua.dk>
8637
8638 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
8639 (sit-for): If last command was a prefix arg, add the read-ahead
8640 event to unread-command-events as (t . EVENT) so it will be added
8641 to this-command-keys by read-key-sequence.
8642
8643 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8644
8645 * textmodes/flyspell.el (flyspell-word): Skip past all previous
8646 whitespace when checking doublons.
8647 (flyspell-check-region-doublons): Fix doublon regexp.
8648 (flyspell-highlight-incorrect-region): Highlight doublons using
8649 flyspell-duplicate face.
8650
8651 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
8652
8653 2006-10-22 John Wiegley <johnw@newartisans.com>
8654
8655 * progmodes/python.el (python-use-skeletons): python-mode was
8656 auto-inserting templates (for those with abbrev-mode on), not only
8657 by default -- *but without a configuration variable to disable
8658 it*. This rendered python-mode completely useless for me, so I
8659 have added `python-use-skeletons', which is now off by default.
8660
8661 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
8662
8663 * progmodes/cperl-mode.el (cperl-mode): Don't assume
8664 font-lock-multiline is auto-local (it's not).
8665 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
8666 initialized before calling cperl-init-faces.
8667
8668 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
8669
8670 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
8671 gdb-stack-position a value when there is no fringe.
8672
8673 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
8674 indicator if not visiting a file.
8675
8676 2006-10-20 David Kastrup <dak@gnu.org>
8677
8678 * window.el (kill-buffer-and-window): Fix a bug where an aborted
8679 operation would still cause some window to collapse later.
8680
8681 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8682
8683 * vc.el (vc-switch-backend): Try to be more careful with unwanted
8684 side-effect due to mixing various backends's file properties.
8685
8686 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
8687 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
8688 Return `filename's status if applicable. Update callers.
8689
8690 2006-10-19 Kenichi Handa <handa@m17n.org>
8691
8692 * international/kkc.el (kkc-region): When a key sequence is not
8693 defined, append (this-single-command-raw-keys) to
8694 unread-input-method-events.
8695
8696 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
8697
8698 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
8699
8700 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8701
8702 * version.el (emacs-version): Use mac-carbon-version-string.
8703
8704 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
8705
8706 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8707
8708 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
8709 Kenichi Handa).
8710 (xselect-convert-to-string): Decline requests for UTF8_STRING if
8711 the selection is not UTF-8.
8712
8713 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
8714
8715 * progmodes/ada-mode.el (ada-83-string-keywords)
8716 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
8717 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
8718 (ada-looking-at-semi-private, ada-get-body-name):
8719 Fix typos in docstrings.
8720 (ada-create-case-exception, ada-create-case-exception-substring):
8721 Fix typos in error messages.
8722 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
8723
8724 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8725
8726 * term/x-win.el (res-geometry): Don't set geometry from Xresources
8727 to default-frame-alist if default-frame-alist already contains
8728 width/height.
8729
8730 2006-10-18 Richard Stallman <rms@gnu.org>
8731
8732 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
8733 Non-interactive arg is the value, not the expression.
8734
8735 * simple.el (read-expression-map): Just set it, no defvar.
8736
8737 * subr.el (insert-for-yank-1): If last inserted char has
8738 properties, mark them as rear-nonsticky.
8739
8740 * recentf.el (recentf-mode): Doc fix.
8741
8742 * facemenu.el (facemenu-add-new-face): Defend against symbol
8743 that isn't a face name.
8744
8745 * dired-aux.el (dired-do-copy): Doc fix.
8746
8747 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
8748
8749 * simple.el (line-move-1): Ignore fields when moving to the
8750 beginning of line to avoid getting point stuck.
8751
8752 2006-10-18 Martin Rudalics <rudalics@gmx.at>
8753
8754 * textmodes/flyspell.el (flyspell-word-search-backward):
8755 Set inhibit-point-motion-hooks to avoid looping due to intangibile
8756 text.
8757
8758 2006-10-16 Richard Stallman <rms@gnu.org>
8759
8760 * help-fns.el (describe-function-1): Special case optimization
8761 for self-insert-command.
8762
8763 2006-10-16 Kim F. Storm <storm@cua.dk>
8764
8765 * ido.el (ido-reread-directory): Work in `dir' mode too.
8766
8767 2006-10-15 Martin Rudalics <rudalics@gmx.at>
8768
8769 * textmodes/table.el: Require 'regexp-opt.
8770
8771 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
8772
8773 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
8774 Use shell-quote-argument.
8775
8776 * shell.el (explicit-bash-args): Likewise.
8777
8778 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
8779 Use grep -E rather than egrep.
8780
8781 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8782
8783 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
8784
8785 2006-10-15 Kim F. Storm <storm@cua.dk>
8786
8787 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
8788
8789 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8790
8791 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
8792 to protect whitespace and metacharacters from the shell.
8793
8794 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8795
8796 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
8797
8798 2006-10-13 Eli Zaretskii <eliz@gnu.org>
8799
8800 * subr.el (start-process-shell-command): Doc fix.
8801
8802 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
8803
8804 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
8805 the regexp for Maxima symbols.
8806
8807 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8808
8809 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
8810 (vc-find-root): Don't walk higher up than ~.
8811
8812 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
8813
8814 * international/utf-8.el (utf-translate-cjk-load-tables):
8815 Avoid clobbering last-coding-system-used during load.
8816
8817 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
8818
8819 * textmodes/reftex-global.el (reftex-create-tags-file):
8820 Quote file arguments.
8821
8822 2006-10-12 Richard Stallman <rms@gnu.org>
8823
8824 * files.el (file-name-history): Add defvar.
8825 (save-some-buffers-action-alist): Improve description strings.
8826
8827 2006-10-12 Andreas Schwab <schwab@suse.de>
8828
8829 * files.el (auto-mode-alist): Match change log file name also with
8830 a dash before a numeric extension.
8831
8832 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
8833
8834 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
8835 After 5.0:
8836 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
8837
8838 After 5.1: Major edit. Summary of most visible changes:
8839
8840 - Multiple <<HERE per line allowed.
8841 - Handles multiline subroutine declaration headers (with comments).
8842 (The exception is `cperl-etags' - but it is not used in the rest
8843 of the mode.)
8844 - Fontifies multiline my/our declarations (even with comments,
8845 and with legacy `font-lock').
8846 - Major speedup of syntaxification, both immediate and postponed
8847 (3.5x to 15x [for different CPUs and versions of Emacs] on the
8848 huge real-life document I tested).
8849 - New bindings, edits to imenu.
8850 - "_" is made into word-char during fontification/syntaxification;
8851 some attempts to recognize non-word "_" during other operations too.
8852 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
8853 - autoload some more perldoc-related stuff
8854 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
8855 - Attempt to incorporate XEmacs edits which reached me.
8856
8857 Fine-grained changelog:
8858 (cperl-hook-after-change): New configuration variable.
8859 (cperl-vc-sccs-header): Likewise.
8860 (cperl-vc-sccs-header): Likewise.
8861 (cperl-vc-header-alist): Default via two preceding variables.
8862 (cperl-invalid-face): Remove double quoting under XEmacs
8863 (still needed under 21.2).
8864 (cperl-tips): Update URLs for resources.
8865 (cperl-problems): Likewise.
8866 (cperl-praise): Mention new features.
8867 New C-c key bindings: for `cperl-find-bad-style',
8868 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
8869 `cperl-perdoc', and `cperl-perldoc-at-point'.
8870 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
8871 moved, new submenu of Tools with Ispell entries and narrowing.
8872 (cperl-after-sub-regexp): New defsubst.
8873 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
8874 Allows heads up to head4.
8875 Allow "package;".
8876 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
8877 (paren-backwards-message): ??? Something for XEmacs???
8878 (cperl-mode): Never auto-switch abbrev-mode off.
8879 Try to allow '_' be non-word char.
8880 Do not use `font-lock-unfontify-region-function' on XEmacs.
8881 Reset syntax cache on mode start.
8882 Support multiline facification (even on legacy `font-lock').
8883 (cperl-facemenu-add-face-function): ??? Some contributed code ???
8884 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
8885 refuse to inform us whether the fontification is due to lazy
8886 calling or due to edit to a buffer, install our own hook
8887 (controlled by `cperl-hook-after-change').
8888 (cperl-electric-pod): =cut may have been recognized as start.
8889 (cperl-block-p): Move, updated for attributes.
8890 (cperl-calculate-indent): Try to allow '_' be non-word char
8891 Support subs with attributes.
8892 (cperl-where-am-i): Quiet (?) a warning.
8893 (cperl-cached-syntax-table): New function.
8894 (cperl-forward-re): Use `cperl-cached-syntax-table'.
8895 (cperl-unwind-to-safe): Recognize `syntax-type' property
8896 changing in a middle of line.
8897 (cperl-find-sub-attrs): New function.
8898 (cperl-find-pods-heres): Allow many <<EOP per line.
8899 Allow subs with attributes.
8900 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
8901 Recognize "extproc " (OS/2) case-folded and only at start.
8902 /x on s///x with empty replacement was not recognized.
8903 Better comments.
8904 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
8905 Allow subs with attributes, labels.
8906 Do not confuse "else::foo" with "else".
8907 Minor optimizations...
8908 (cperl-after-expr-p): Try to allow '_' be non-word char.
8909 (cperl-fill-paragraph): Try to detect a major bug in Emacs
8910 with `looking-at' inside `narrow' and bulk out if found.
8911 (cperl-imenu--create-perl-index): Updates for new
8912 `cperl-imenu--function-name-regexp-perl'.
8913 (cperl-outline-level): Likewise.
8914 (cperl-init-faces): Allow multiline subroutine headers
8915 and my/our declarations, and ones with comments.
8916 Allow subroutine attributes.
8917 (cperl-imenu-on-info): Better docstring.
8918 (cperl-etags): Rudimentary support for attributes.
8919 Support for packages and "package;".
8920 (cperl-add-tags-recurse-noxs): Better (?) docstring.
8921 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
8922 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
8923 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
8924 (cperl-perldoc): Add autoload.
8925 (cperl-perldoc-at-point): Likewise.
8926 (cperl-here-doc-spell): New function.
8927 (cperl-pod-spell): Likewise.
8928 (cperl-map-pods-heres): Likewise.
8929 (cperl-get-here-doc-region): Likewise.
8930 (cperl-font-lock-fontify-region-function): Likewise (backward
8931 compatibility for legacy `font-lock').
8932 (cperl-font-lock-unfontify-region-function): Fix style.
8933 (cperl-fontify-syntaxically): Recognize and optimize away deferred
8934 calls with no-change. Governed by `cperl-hook-after-change'.
8935 (cperl-fontify-update): Recognize that syntaxification region
8936 can be larger than fontification one.
8937 XXXX we leave `cperl-postpone' property, so this is quadratic...
8938 (cperl-fontify-update-bad): Temporary placeholder until
8939 it is clear how to implement `cperl-fontify-update'.
8940 (cperl-time-fontification): New function.
8941 (attrib-group): New text attribute.
8942 (multiline): New value: `syntax-type' text attribute.
8943
8944 After 5.2:
8945 (cperl-emulate-lazy-lock): New function.
8946 (cperl-fontify-syntaxically): Would skip large regions.
8947 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
8948 Some globals were declared, but uninitialized.
8949
8950 After 5.3, 5.4:
8951 (cperl-facemenu-add-face-function): Add docs, fix U<>.
8952 Copyright message updated.
8953 (cperl-init-faces): Work around a bug in `font-lock'. May slow
8954 facification down a bit.
8955 Misprint for my|our|local for old `font-lock'
8956 "our" was not fontified same as "my|local".
8957 Highlight variables after "my" etc even in
8958 a middle of an expression.
8959 Do not facify multiple variables after my etc
8960 unless parentheses are present.
8961
8962 After 5.5, 5.6
8963 (cperl-fontify-syntaxically): after-change hook could reset.
8964 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
8965
8966 After 5.7:
8967 (cperl-init-faces): Allow highlighting of local ($/).
8968 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
8969 (cperl-problems): Remove fixed problems.
8970 (cperl-find-pods-heres): Recognize #-comments in m##x too.
8971 Recognize charclasses (unless delimiter is \).
8972 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
8973 (cperl-regexp-scan): Update docs.
8974 (cperl-beautify-regexp-piece): Use information got from regexp scan.
8975
8976 After 5.8:
8977 Major user visible changes:
8978 Recognition and fontification of character classes in RExen.
8979 Variable indentation of RExen according to groups.
8980
8981 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
8982 Fontify REx charclasses in variable-name face.
8983 Fontify POSIX charclasses in "type" face.
8984 Fontify unmatched "]" in function-name face.
8985 Mark first-char of HERE-doc as `front-sticky'.
8986 Reset `front-sticky' property when needed.
8987 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
8988 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
8989 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
8990 constructs. Support `narrow'ed buffers.
8991 (cperl-praise): Remove a reservation.
8992 (cperl-make-indent): New function.
8993 (cperl-indent-for-comment): Use `cperl-make-indent'.
8994 (cperl-indent-line): Likewise.
8995 (cperl-lineup): Likewise.
8996 (cperl-beautify-regexp-piece): Likewise.
8997 (cperl-contract-level): Likewise.
8998 (cperl-toggle-set-debug-unwind): New function.
8999 New menu entry for this.
9000 (fill-paragraph-function): Use when `boundp'.
9001 (cperl-calculate-indent): Take into account groups when indenting RExen.
9002 (cperl-to-comment-or-eol): Recognize # which end a string.
9003 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
9004 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
9005 (cperl-fontify-syntaxically): More clear debugging message.
9006 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
9007 (cperl-init-faces): More complicated highlight even on XEmacs (new).
9008 Merge cosmetic changes from XEmacs.
9009
9010 After 5.9:
9011 (cperl-1+): Move to before the first use.
9012 (cperl-1-): Likewise.
9013
9014 After 5.10:
9015
9016 This code may lock Emacs hard!!! Use at your own risk!
9017
9018 (cperl-font-locking): New internal variable.
9019 (cperl-beginning-of-property): New function.
9020 (cperl-calculate-indent): Use `cperl-beginning-of-property'
9021 instead of `previous-single-property-change'.
9022 (cperl-unwind-to-safe): Likewise.
9023 (cperl-after-expr-p): Likewise.
9024 (cperl-get-here-doc-region): Likewise.
9025 (cperl-font-lock-fontify-region-function): Likewise.
9026 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
9027 recursively.
9028 Bound `next-single-property-change' via `point-max'.
9029 (cperl-unwind-to-safe): Bound likewise
9030 (cperl-font-lock-fontify-region-function): Likewise.
9031 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
9032 Initialization of `cperl-font-lock-multiline-start' could be
9033 missed if the "main" fontification did not run due to the
9034 keyword being already fontified.
9035 (cperl-pod-spell): Return t from do-one-chunk function.
9036 (cperl-map-pods-heres): Stop when the worker returns nil.
9037 Call `cperl-update-syntaxification'.
9038 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
9039 (cperl-get-here-doc-delim): Remove unused function.
9040
9041 After 5.11:
9042
9043 The possible lockup of Emacs (introduced in 5.10) fixed.
9044
9045 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
9046 (cperl-syntaxify-for-menu): New customization variable.
9047 (cperl-select-this-pod-or-here-doc): New function.
9048 (cperl-get-here-doc-region): Extra argument.
9049 Do not adjust pos by 1.
9050
9051 New menu entries
9052 (Perl/Tools): Selection of current POD or HERE-DOC section.
9053 (Debugging CPerl:) backtrace on fontification.
9054
9055 After 5.12:
9056 (cperl-cached-syntax-table): Use `car-safe'.
9057 (cperl-forward-re): Remove spurious argument SET-ST.
9058 Add documentation.
9059 (cperl-forward-group-in-re): New function.
9060 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
9061 (XXXX Temporary (?) hack is to syntax-mark them as comment).
9062
9063 After 5.13:
9064 (cperl-string-syntax-table): Make { and } not-grouping
9065 (Sometimes they ARE grouping in RExen, but matching them would only
9066 confuse in many situations when they are not)
9067 (beginning-of-buffer): Replace two occurrences with goto-char...
9068 (cperl-calculate-indent): `char-after' could be nil...
9069 (cperl-find-pods-heres): REx can start after "[" too.
9070 Hightlight (??{}) in RExen too.
9071 (cperl-maybe-white-and-comment-rex): New constant
9072 (cperl-white-and-comment-rex): Likewise.
9073 XXXX Not very efficient, but hard to make
9074 better while keeping 1 group.
9075
9076 After 5.13:
9077 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
9078 Likewise for 1 << identifier.
9079
9080 After 5.14:
9081 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
9082 Error-less condition-case could fail.
9083 (cperl-font-lock-fontify-region-function): Likewise.
9084 (cperl-init-faces): Likewise.
9085
9086 After 5.15:
9087 (cperl-find-pods-heres): Support property REx-part2.
9088 (cperl-calculate-indent): Likewise.
9089 Don't special-case REx with non-empty 1st line.
9090 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
9091 Invert highlighting of charclasses:
9092 now the envelop is highlighted.
9093 Highlight many others 0-length builtins.
9094 (cperl-praise): Mention indenting and highlight in RExen.
9095
9096 After 5.15:
9097 (cperl-find-pods-heres): Highlight capturing parens in REx.
9098
9099 After 5.16:
9100 (cperl-find-pods-heres): Highlight '|' for alternation
9101 Initialize `font-lock-warning-face' if not present.
9102 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
9103 `font-lock-function-name-face'.
9104 (cperl-look-at-leading-count): Likewise.
9105 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
9106 `font-lock-keyword-face' (needed for
9107 batch processing), etc...
9108 Use `font-lock-builtin-face' for builtin in REx
9109 Now `font-lock-variable-name-face'
9110 is used for interpolated variables
9111 Use "talking aliases" for faces inside REx
9112 Highlight parts of REx (except in charclasses)
9113 according to the syntax and/or semantic
9114 Syntax-mark a {}-part of (?{}) as "comment"
9115 (it was the ()-part)
9116 Better logic to distinguish what is what in REx
9117 (cperl-tips-faces): Document REx highlighting
9118 (cperl-praise): Mention REx syntax highlight etc.
9119
9120 After 5.17:
9121 (cperl-find-sub-attrs): Would not always manage to print error message.
9122 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
9123
9124 After 5.18:
9125 (cperl-find-pods-heres): Misprint in REx for parsing REx.
9126 Very minor optimization.
9127 `my-cperl-REx-modifiers-face' got quoted.
9128 Recognize "print $foo <<END" as HERE-doc.
9129 Put `REx-interpolated' text attribute if needed.
9130 (cperl-invert-if-unless-modifiers): New function.
9131 (cperl-backward-to-start-of-expr): Likewise.
9132 (cperl-forward-to-end-of-expr): Likewise.
9133 (cperl-invert-if-unless): Works in "the opposite way" too.
9134 Cursor position on return is on the switch-word.
9135 Indents comments better.
9136 (REx-interpolated): New text attribute.
9137 (cperl-next-interpolated-REx): New function.
9138 (cperl-next-interpolated-REx-0): Likewise.
9139 (cperl-next-interpolated-REx-1): Likewise.
9140 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
9141 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
9142 (cperl-praise): Mention finded interpolated RExen.
9143
9144 After 5.19:
9145 (cperl-init-faces): Highlight %$foo, @$foo too.
9146 (cperl-short-docs): Better docs for system, exec.
9147 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
9148 Would not find HERE-doc ended by EOF without NL.
9149 (cperl-short-docs): Correct not-doubled \-escapes.
9150 start block: Put some `defvar' for stuff gone from XEmacs.
9151
9152 After 5.20:
9153 initial comment: Extend copyright, fix email address.
9154 (cperl-indent-comment-at-column-0): New customization variable.
9155 (cperl-comment-indent): Indentation after $#a would increasy by 1.
9156 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
9157 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
9158 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
9159 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
9160 highlight $ in $foo too (UNTESTED).
9161 (cperl-set-style): Docstring missed some available styles.
9162 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
9163 Change "Current" to "Memorize Current".
9164 (cperl-indent-wrt-brace): New customization variable; the default is
9165 as for pre-5.2 version.
9166 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
9167 (cperl-style-alist): Likewise.
9168 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
9169 and `cperl-extra-newline-before-brace' etc
9170 being t
9171 (cperl-indent-exp): Plans B and C to find continuation blocks even
9172 if `cperl-extra-newline-before-brace' is t.
9173
9174 After 5.21:
9175 Improve some docstrings concerning indentation.
9176 (cperl-indent-rules-alist): New variable.
9177 (cperl-sniff-for-indent): New function name
9178 (separated from `cperl-calculate-indent').
9179 (cperl-calculate-indent): Separate the sniffer and the indenter;
9180 uses `cperl-sniff-for-indent' now.
9181 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
9182 was inverted;
9183 Support `comment-column' = 0.
9184
9185 2006-10-11 Martin Rudalics <rudalics@gmx.at>
9186
9187 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
9188 * help-at-pt.el (scan-buf-move-to-region): Likewise.
9189 * longlines.el (longlines-window-change-function): Likewise.
9190 * simple.el (undo-ask-before-discard): Likewise.
9191 * wid-edit.el (widget-field-prompt-internal)
9192 (widget-documentation-link-p): Likewise.
9193
9194 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9195
9196 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
9197 for a keyword.
9198
9199 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
9200
9201 * newcomment.el (comment-valid-prefix-p): Make the check
9202 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
9203 (comment-indent-new-line): Adjust call.
9204
9205 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
9206
9207 * allout.el (allout-back-to-current-heading): Base on lower-level
9208 routines to get proper disqualification of aberrant topics.
9209
9210 2006-10-09 Richard Stallman <rms@gnu.org>
9211
9212 * textmodes/two-column.el (2C-two-columns): Doc fix.
9213
9214 2006-10-09 Kim F. Storm <storm@cua.dk>
9215
9216 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
9217 about implicit use.
9218
9219 2006-10-08 Richard Stallman <rms@gnu.org>
9220
9221 * textmodes/two-column.el (2C-two-columns): Doc fix.
9222
9223 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
9224
9225 * files.el: Mark `buffer-read-only' as safe-local-variable.
9226
9227 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
9228
9229 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
9230 Burp if GUD buffer has been killed.
9231
9232 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9233
9234 * completion.el (add-completions-from-c-buffer):
9235 Don't presume an error's second element is a string.
9236 Use looking-at rather than buffer-substring + member.
9237
9238 2006-10-07 Eli Zaretskii <eliz@gnu.org>
9239
9240 * mail/rmail.el (rmail-redecode-body): If the old encoding is
9241 `undecided', call find-coding-systems-region to find a proper
9242 non-trivial encoding.
9243 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
9244 and "text/plain".
9245
9246 2006-10-07 Kevin Ryde <user42@zip.com.au>
9247
9248 * textmodes/reftex-vars.el (defgroup reftex): Update home page
9249 url-link.
9250
9251 * strokes.el (defgroup strokes): Remove invalid url-link.
9252
9253 2006-10-07 Magnus Henoch <mange@freemail.hu>
9254
9255 * autoinsert.el (auto-insert-alist): Doc fix.
9256
9257 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9258
9259 * mouse-sel.el (mouse-insert-selection-internal):
9260 Use insert-for-yank, so that yank handlers are run.
9261
9262 2006-10-07 Kim F. Storm <storm@cua.dk>
9263
9264 * ido.el (ido-file-extension-aux): Fix comparison.
9265
9266 2006-10-06 Kim F. Storm <storm@cua.dk>
9267
9268 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
9269
9270 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
9271
9272 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
9273 (ad-make-mapped-call): Use `let', not `let*'.
9274
9275 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
9276
9277 * international/mule-cmds.el (coding-system-change-eol-conversion):
9278 Ensure the coding system is initialized before calling
9279 coding-system-eol-type.
9280
9281 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
9282
9283 * textmodes/org.el (org-rm-props, org-activate-plain-links)
9284 (org-activate-angle-links, org-activate-dates)
9285 (org-activate-target-links, org-activate-camels)
9286 (org-activate-tags): Add `rear-nonsticky' text property to avoid
9287 textproperty keymaps from being active beyond the end of a line.
9288 (org-unfontify-region): Also remove `rear-nonsticky' property.
9289
9290 2006-10-04 Kenichi Handa <handa@m17n.org>
9291
9292 * international/code-pages.el (next): Table fixed.
9293
9294 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
9295
9296 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
9297 that it's been made unnecessary by removing narrowing.
9298
9299 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9300
9301 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
9302 control flow a bit, simplify another bit, and add comments.
9303
9304 2006-10-03 David Kastrup <dak@gnu.org>
9305
9306 * help.el (describe-mode): For clicks on mode-line, use "@"
9307 interactive argument to get the major mode of the click instead of
9308 the current buffer.
9309
9310 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
9311 in order to better redirect mouse-2 clicks. Also allow default
9312 bindings to apply.
9313
9314 2006-10-03 Kim F. Storm <storm@cua.dk>
9315
9316 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
9317 (pushnew): Fix last change.
9318
9319 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
9320
9321 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
9322 Use the interactive spec of `eval-expression'.
9323
9324 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
9325
9326 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
9327
9328 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9329
9330 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
9331 2006-09-28 commit.
9332
9333 2006-10-02 Kenichi Handa <handa@m17n.org>
9334
9335 * international/code-pages.el (iso-8859-6): Table fixed.
9336
9337 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
9338
9339 * dired.el (dired-build-subdir-alist): Fix previous change.
9340
9341 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9342
9343 * simple.el (undo-elt-crosses-region): Fix the inequalities.
9344
9345 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9346
9347 * emacs-lisp/find-func.el (find-function-regexp): Don't match
9348 "define-button-type".
9349
9350 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
9351 they don't keep accumulating.
9352
9353 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
9354
9355 * ffap.el (ffap-rfc-path): Change the address of the RFC
9356 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
9357
9358 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
9359
9360 * allout.el (allout-expose-topic): Rectify implementation of "+"
9361 spec, so that bodies are not exposed with headlines.
9362
9363 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
9364
9365 * allout.el (allout-current-depth): Do aberrent check only at or
9366 below doublecheck depth.
9367 (allout-chart-subtree): Make it explicit that LEVELS being nil
9368 means unlimited depth. Drop undocumented support for LEVELS value
9369 t meaning unlimited depth. (This is consistent with
9370 allout-chart-to-reveal, but contrary to allout-show-children,
9371 which needs to use nil to default to depth of 1.)
9372 (allout-goto-prefix-doublechecked): Wrap long docstring line.
9373 (allout-chart-to-reveal): Be explicit in docstring about meaning
9374 of nil LEVELS, and drop support for LEVELS value t.
9375 (allout-show-children): Translate the level spec used by this
9376 routine to that used by allout-chart-subtree and
9377 allout-chart-to-reveal.
9378 (allout-show-to-offshoot): Retry once when stuck, after opening
9379 subtree - improvements in discontinuity handling likely will
9380 enable progress.
9381
9382 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
9383
9384 * wid-edit.el (widget-button-click-moves-point): New variable.
9385 (widget-button-click): If widget-button-click-moves-point is
9386 non-nil, set point after performing the button action.
9387
9388 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
9389
9390 2006-09-30 Martin Rudalics <rudalics@gmx.at>
9391
9392 * files.el (find-file-existing): Modify to not allow wildcards.
9393
9394 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9395
9396 * simple.el (undo-more): When undo information for the region is
9397 exhausted, say "No further undo information FOR REGION".
9398
9399 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
9400
9401 * progmodes/sh-script.el (sh-prev-thing):
9402 Take `sh-leading-keywords' into account.
9403
9404 2006-09-29 Glenn Morris <rgm@gnu.org>
9405
9406 * custom.el (defcustom): Doc fix.
9407
9408 * calendar/calendar.el (european-calendar-style):
9409 Call european-calendar or american-calendar as needed when set.
9410 (diary-view-entries, list-calendar-holidays): Move autoloads
9411 before use.
9412
9413 2006-09-29 Juri Linkov <juri@jurta.org>
9414
9415 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
9416 to nil if there is no previous property change.
9417
9418 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9419
9420 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
9421 saving anything to be sure that `forward-sexp' behaves correctly.
9422
9423 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
9424
9425 * simple.el (line-move-finish): Ignore field boundaries if the
9426 initial and final points have the same `field' property.
9427
9428 2006-09-29 Kim F. Storm <storm@cua.dk>
9429
9430 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
9431 to t while calling ido-read-internal.
9432
9433 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
9434
9435 * textmodes/org.el (org-file-remote-p): Get regexp from list.
9436 (org-archive-subtree): Remove erraneous `]' from character list.
9437
9438 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
9439
9440 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
9441 (ses-reconstruct-all): Make undo of "insert row" work by keeping
9442 markers for data-area and parameters-area.
9443
9444 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9445
9446 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
9447
9448 * font-lock.el (font-lock-after-change-function): Refontify next line
9449 as well if end is at BOL.
9450 (font-lock-extend-jit-lock-region-after-change): Be more careful to
9451 only extend the region as much as needed.
9452
9453 2006-09-28 Richard Stallman <rms@gnu.org>
9454
9455 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
9456
9457 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
9458
9459 * international/mule.el (after-insert-file-set-coding):
9460 If VISIT, don't let set-buffer-multibyte make undo info.
9461
9462 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
9463
9464 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
9465 lines in base64-encoded authentication response.
9466
9467 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9468
9469 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
9470 (ebnf-version): New version 4.3.
9471 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
9472 (ebnf-prologue): Adjust PostScript programming.
9473 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
9474 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
9475
9476 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
9477
9478 * jit-lock.el (jit-lock-force-redisplay): Rename from
9479 jit-lock-fontify-again, and undo the mistaken change I've just done.
9480
9481 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
9482 (jit-lock-fontify-again): Don't refontify text that's not displayed.
9483
9484 2006-09-26 Kenichi Handa <handa@m17n.org>
9485
9486 * startup.el (display-splash-screen): Allow a prefix argument.
9487
9488 2006-09-25 Jason Rumney <jasonr@gnu.org>
9489
9490 * subr.el (shell-quote-argument): Use DOS logic for Windows
9491 shells with DOS semantics.
9492
9493 2006-09-24 Richard Stallman <rms@gnu.org>
9494
9495 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
9496 (compilation-goto-locus): Use compilation-goto-locus-delete-o
9497 to delete the overlay. Put it on pre-command-hook.
9498
9499 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
9500
9501 * startup.el (fancy-splash-screens, normal-splash-screen):
9502 Call the splash buffer *About GNU Emacs*.
9503
9504 * simple.el (next-error-highlight, next-error-highlight-no-select):
9505 Default to 0.5.
9506 (yank-excluded-properties): Add `fontified'.
9507
9508 * font-lock.el (font-lock-compile-keywords): Allow value of
9509 syntax-begin-function to enable paren-column-0 highlighting.
9510
9511 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
9512
9513 * dired.el (dired-build-subdir-alist): When file ends in colon,
9514 don't exit the loop, just disregard that file.
9515
9516 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
9517
9518 * simple.el (line-move-finish): Handle corner case for fields in
9519 continued lines.
9520 (line-move-1): Remove flawed test for that case.
9521
9522 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
9523
9524 * icomplete.el (icomplete-simple-completing-p): Use the correct
9525 name for the new variable, `icomplete-with-completion-tables'.
9526 (file local variables): Remove superfluous setting.
9527
9528 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
9529
9530 * calendar/appt.el (appt-check): Fix typo for appointments just
9531 after midnight.
9532
9533 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
9534
9535 * help.el (describe-key-briefly, describe-key): Don't expect an
9536 extra up event if a down-event is generated by a popup menu.
9537
9538 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
9539
9540 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
9541 local dictionary when changing the global dictionary.
9542
9543 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
9544
9545 * icomplete.el (icomplete-with-completion-tables): List of
9546 specialized completion tables with which icomplete should
9547 operate. Include the new `internal-complete-buffer', so icomplete
9548 works with interactive buffer-selection.
9549 (icomplete-simple-completing-p): Add acceptance of specialized
9550 completion tables listed in icomplete-with-completion-tables.
9551
9552 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9553
9554 * frame.el (focus-follows-mouse): Set default to nil on Mac.
9555
9556 * startup.el (command-line): Use `custom-reevaluate-setting' for
9557 `focus-follows-mouse'.
9558
9559 2006-09-22 Richard Stallman <rms@gnu.org>
9560
9561 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
9562 explain why Save is not available.
9563
9564 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
9565
9566 * woman.el (woman0-so): Use `let*', not `let'.
9567 (woman-horizontal-line): Remove unbalanced parenthesis.
9568
9569 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9570
9571 * woman.el: Make sure all the end-of-region markers we use have
9572 a non-nil insertion-type.
9573 (woman0-so): Move things around so we can use copy-marker.
9574 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
9575 Adjust marker type.
9576 (woman2-process-escapes): Check marker type.
9577 (woman-horizontal-line): Dispense with the use of a marker.
9578
9579 2006-09-22 Jay Belanger <belanger@truman.edu>
9580
9581 * calc/calc-lang.el: Add Greek letters to math-variable-table
9582 property of tex.
9583
9584 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
9585
9586 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
9587
9588 2006-09-22 Masatake YAMATO <jet@gyve.org>
9589
9590 * add-log.el (add-log-current-defun): Use `forward-sexp'
9591 instead of `forward-word' to pick c++::symbol.
9592 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
9593
9594 2006-09-22 Kenichi Handa <handa@m17n.org>
9595
9596 * bindings.el: Fix setting self-insert-command for multibyte
9597 characters in global-map.
9598
9599 2006-09-21 David Kastrup <dak@gnu.org>
9600
9601 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
9602 doc string.
9603
9604 2006-09-21 Kenichi Handa <handa@m17n.org>
9605
9606 * language/european.el ("Latin-1"): Add windows-1252 to
9607 coding-priority.
9608 ("German"): Likewise.
9609
9610 2006-09-21 Kim F. Storm <storm@cua.dk>
9611
9612 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
9613 Suggested by Miles Bader.
9614
9615 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
9616 instead of add-to-list in the simple case.
9617
9618 2006-09-20 Kenichi Handa <handa@m17n.org>
9619
9620 * isearch.el (isearch-process-search-char): Cancel the previous change.
9621 (isearch-search-string): New function.
9622 (isearch-search): Use isearch-search-string.
9623 (isearch-lazy-highlight-search): Likewise.
9624
9625 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9626
9627 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
9628 string to become an option.
9629
9630 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9631
9632 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
9633
9634 2006-09-20 Kim F. Storm <storm@cua.dk>
9635
9636 * simple.el (line-move-partial): Call pos-visible-in-window-p with
9637 position t instead of trying both window-end and window-end - 1.
9638
9639 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
9640
9641 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
9642 hidden trees.
9643
9644 2006-09-20 David Kastrup <dak@gnu.org>
9645
9646 * mouse.el (mouse-posn-property): Improve doc string.
9647 (mouse-on-link-p): Change buffers for function calls on links.
9648
9649 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
9650 buffer is read-only.
9651
9652 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
9653
9654 * allout.el (allout-unprotected): Let inhibit-read-only only when
9655 buffer-read-only isn't set.
9656 (allout-annotate-hidden): Enable topic annotation during copies even
9657 when the buffer is read-only, eg for topic copies. Ensure that the loop
9658 advances, even when the span extends beyond the deletion region.
9659 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
9660 rather than allout-exposure-changed-hook, as a stronger assertion.
9661 (allout-keybindings-list): Add bindings for
9662 allout-copy-line-as-kill and allout-copy-topic-as-kill.
9663 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
9664 Copy wrappers for allout-kill-line and allout-kill-topic.
9665 (allout-listify-exposed): Position correctly to accumulate lines.
9666
9667 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
9668
9669 * simple.el (line-move-1): Escape field boundaries occurring
9670 exactly at point. Update goal column if constrained to a field.
9671 (line-move-finish): Escape field boundaries occurring exactly at point.
9672
9673 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9674
9675 * mouse.el (mouse-on-link-p): Tentatively fix last change.
9676 (mouse-drag-vertical-line): Remove unused var `wconfig'.
9677
9678 2006-09-19 Kim F. Storm <storm@cua.dk>
9679
9680 * help.el (describe-key-briefly, describe-key): Simplify printing
9681 of descriptions by using format and %S. Fix "is undefined"
9682 messages to say "at that spot" for mouse events.
9683
9684 * simple.el (line-move-partial): Optimize. Try window-line-height
9685 before posn-at-point to get vpos of current line.
9686
9687 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
9688
9689 * emulation/viper.el: Bump up version/date of update to reflect the
9690 substantial changes done in August 2006.
9691
9692 * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
9693 push-button are defined.
9694
9695 * ediff-util.el (ediff-add-to-history): New function.
9696
9697 * ediff.el: Use ediff-add-to-history instead of add-to-history.
9698
9699 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9700
9701 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
9702 Delete duplicate make-local-variable form.
9703 (conf-space-keywords): Add autoload cookie.
9704 Fix typo (`keywords', not `keyword').
9705
9706 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9707
9708 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
9709 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
9710 to x-gtk-use-old-file-dialog.
9711
9712 2006-09-18 Richard Stallman <rms@gnu.org>
9713
9714 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
9715 that might come in during mouse tracking.
9716
9717 2006-09-18 Kim F. Storm <storm@cua.dk>
9718
9719 * simple.el (line-move-partial): Rework 2006-09-15 change to use
9720 new window-line-height function. Further optimize by not calling
9721 pos-visible-in-window-p for window-end when window-line-height
9722 returns useful information.
9723
9724 2006-09-16 Richard Stallman <rms@gnu.org>
9725
9726 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
9727 (conf-space-mode): Don't handle prefix arg.
9728 Delete conf-space-keywords-override code.
9729 Use add-hook.
9730 (conf-space-keywords): New command.
9731 (conf-space-mode-internal): Be careful with imenu-generic-expression.
9732 Delete conf-space-keywords-override code.
9733 (conf-space-keywords-alist): Doc fix.
9734 (conf-space-font-lock-keywords): Doc fix.
9735 (conf-space-keywords-override): Var deleted.
9736
9737 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9738
9739 * startup.el (fancy-splash-screens): Don't switch to the scratch
9740 buffer; it may not be the next buffer.
9741
9742 2006-09-16 Romain Francoise <romain@orebokech.com>
9743
9744 * saveplace.el (load-save-place-alist-from-file): Use expanded name
9745 in both messages.
9746
9747 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
9748
9749 * progmodes/python.el (python-preoutput-filter):
9750 Fix arg order to string-match.
9751
9752 2006-09-16 Richard Stallman <rms@gnu.org>
9753
9754 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
9755 font-lock-compile-keywords.
9756
9757 * font-lock.el (font-lock-compile-keywords): Rename optional arg
9758 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
9759
9760 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9761
9762 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
9763
9764 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
9765 and the data doesn't look like UTF8, send STRING instead.
9766
9767 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
9768
9769 * textmodes/flyspell.el (flyspell-check-region-doublons):
9770 New function to detect duplicated words.
9771 (flyspell-large-region): Use it.
9772
9773 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9774
9775 * simple.el (line-move-to-column): Revert 2006-08-03 change.
9776
9777 2006-09-16 Eli Zaretskii <eliz@gnu.org>
9778
9779 * help.el (describe-prefix-bindings): Use let, not let*.
9780
9781 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
9782
9783 * allout.el (allout-regexp, allout-line-boundary-regexp)
9784 (allout-bob-regexp): Correct grouping and boundaries to fix
9785 backwards traversal.
9786 (allout-depth-specific-regexp, allout-depth-one-regexp):
9787 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
9788 worse time in allout-ascend.
9789 (allout-doublecheck-at-and-shallower): Identify depth threshold
9790 below which topics are checked for and disqualified by containment
9791 discontinuities.
9792 (allout-hotspot-key-handler): Correctly handle multiple-key
9793 strokes. Remove some unused variables.
9794 (allout-mode-leaders): Clarify that mode-specific comment-start
9795 will be used.
9796 (set-allout-regexp): Correctly regexp-quote allout regexps to
9797 properly accept alternative header-leads and primary bullets with
9798 regexp-specific characters (eg, C "/*", mathematica "(*").
9799 Include new regular expressions among those configured.
9800 (allout-infer-header-lead-and-primary-bullet):
9801 Rename allout-infer-header-lead.
9802 (allout-recent-depth): Manifest as a variable as well as a function.
9803 (allout-prefix-data): Simplify into an inline instead of a macro,
9804 assuming current match data rather than being explicitly passed
9805 it. Establish allout-recent-depth value as well as
9806 allout-recent-prefix-beginning and allout-recent-prefix-end.
9807 (allout-aberrant-container-p): True when an item's immediate
9808 offspring discontinuously contained. Useful for disqualifying
9809 unintended topic prefixes, likely at low depths.
9810 (allout-goto-prefix-doublechecked): Elaborate version of
9811 allout-goto-prefix which disqualifies aberrant pseudo-items.
9812 (allout-pre-next-prefix): Layer on top of lower-level routines, to
9813 get disqualification of aberrant containers.
9814 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
9815 containers.
9816 (allout-beginning-of-current-entry): Position at start of buffer
9817 when in container (depth 0) entry.
9818 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
9819 (allout-current-bullet): Strip text properties.
9820 (allout-get-prefix-bullet): Use right match groups.
9821 (allout-beginning-of-line, allout-next-heading):
9822 Disqualify aberrant containers.
9823 (allout-previous-heading): Disqualify aberrant containers, and
9824 change to regular (rather than inline) function, to allow
9825 self-recursion.
9826 (allout-get-invisibility-overlay): Increment so progress is made
9827 when the first overlay is not the sought one.
9828 (allout-end-of-prefix): Disqualify aberrant containers.
9829 (allout-end-of-line): Cycle something like allout-beginning-of-line.
9830 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
9831 outline.el outlines) functional again. Change the primary bullet
9832 along with the header-lead - level 1 new-style bullets now work.
9833 Engage allout-before-change-handler in mainline Emacs, not just
9834 XEmacs, to do undo handling.
9835 (allout-before-change-handler): Expose undo changes occurring in
9836 hidden regions. Use allout-get-invisibility-overlay instead of
9837 reimplementing it inline.
9838 (allout-chart-subtree): Use start rather than end of prefix in
9839 charts. Use allout-recent-depth variable.
9840 (allout-chart-siblings): Disqualify aberrant topics.
9841 (allout-beginning-of-current-entry): Position correctly.
9842 (allout-ascend): Use new allout-depth-specific-regexp and
9843 allout-depth-one-regexp for linear instead of O(N^2) or worse
9844 behavior.
9845 (allout-ascend-to-depth): Depend on allout-ascend, rather than
9846 reimplementing an algorithm.
9847 (allout-up-current-level): Depend on allout-ascend, rather than
9848 reimplementing an algorithm. Return to start-point if we fail.
9849 (allout-descend-to-depth): Use allout-recent-depth variable
9850 instead of function.
9851 (allout-next-sibling): On traversal of numerous intervening
9852 topics, resort to economical allout-next-sibling-leap.
9853 (allout-next-sibling-leap): Specialized version of
9854 allout-next-sibling that uses allout-ascend cleverly, to depend on
9855 a regexp search to leap large numbers of contained topics, rather
9856 than arbitrarily many one-by-one traversals.
9857 (allout-next-visible-heading): Disqualify aberrant topics.
9858 (allout-previous-visible-heading): Position consistently when
9859 interactive.
9860 (allout-forward-current-level): Base on allout-previous-sibling
9861 rather than (differently) reimplmenting the algorithm. Remove some
9862 unused variables.
9863 (allout-solicit-alternate-bullet): Present default choice stripped
9864 of text properties.
9865 (allout-rebullet-heading): Use bullet stripped of text properties.
9866 Register changes using allout-exposure-change-hook.
9867 Disregard aberrant topics.
9868 (allout-shift-in): With universal-argument, make topic a peer of
9869 it's former offspring. Simplify the code by separating out
9870 allout-shift-out functionality.
9871 (allout-shift-out): With universal-argument, make offspring peers
9872 of their former container, and its siblings. Implement the
9873 functionality here, rather than inappropriately muddling the
9874 implementation of allout-shift-in.
9875 (allout-rebullet-topic): Respect additional argument for new
9876 parent-child separation function.
9877 (allout-yank-processing): Use allout-ascend directly.
9878 (allout-show-entry): Disqualify aberrant topics.
9879 (allout-show-children): Handle discontinuous children gracefully,
9880 extending the depth being revealed to expose them and posting a
9881 message indicating the situation.
9882 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
9883 Leave cursor in correct position.
9884 (allout-hide-current-subtree): Use allout-ascend directly.
9885 Disqualify aberrant topics.
9886 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
9887 a way that the yanks can restore it, as used to happen.
9888 (allout-yank-processing): Restore exposure layout as recorded by
9889 allout-kill-*, as used to happen.
9890 (allout-annotate-hidden, allout-hide-by-annotation): New routines
9891 for preseving and restoring exposure layout across kills.
9892 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
9893 (allout-encrypt-string): Strip text properties.
9894 Rearranged order and outline-headings for some of the
9895 miscellaneous functions.
9896 (allout-resolve-xref): No need to quote the error name in the
9897 condition-case handler section.
9898 (allout-flatten): Classic recursive (and recursively intensive,
9899 without tail-recursion) list-flattener, needed by allout-shift-out
9900 when confronted with discontinuous children.
9901
9902 2006-09-16 Jason Rumney <jasonr@gnu.org>
9903
9904 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
9905 on ms-windows.
9906 (dnd-open-unc-file): Remove.
9907 (dnd-open-local-file): Mention in doc string that it also handles
9908 remote files if the system natively supports unc file-names.
9909
9910 2006-09-15 Kim F. Storm <storm@cua.dk>
9911
9912 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
9913 all necessary information about the event before erasing *Help*.
9914
9915 * simple.el (line-move-partial): Use window-line-visiblity to
9916 quickly check whether last line is partially visible, and only do
9917 the hard (and slow) part in that case.
9918
9919 2006-09-15 Jay Belanger <belanger@truman.edu>
9920
9921 * COPYING: Replace "Library Public License" by "Lesser Public
9922 License" throughout.
9923
9924 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9925
9926 * term/x-win.el (x-menu-bar-open): New function for F10.
9927
9928 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
9929
9930 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9931 Disallow filenames containing " -" to avoid confusion with libtool
9932 compilation messages. Suggested by Stefan Monnier.
9933
9934 2006-09-15 David Kastrup <dak@gnu.org>
9935
9936 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
9937 instead of buffer position for `mouse-on-link-p'.
9938
9939 * mouse.el (mouse-posn-property): New function looking up the
9940 properties at a click position in overlays and text properties in
9941 either buffer or strings.
9942 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
9943 of both `follow-link' as well as `mouse-face' properties.
9944 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
9945 buffer position.
9946
9947 * help.el (describe-key-briefly): When reading a down-event on
9948 mode lines or scroll bar, swallow the following up event, too.
9949 Use the new mouse sensitity of `key-binding' for lookup.
9950 (describe-key): The same here.
9951
9952 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
9953
9954 * play/life.el (life-patterns): Add a few more interesting patterns.
9955 (life-setup): Force `show-trailing-whitespace' to nil.
9956
9957 2006-09-14 Richard Stallman <rms@gnu.org>
9958
9959 * startup.el (fancy-splash-text): Change text to improve alignment.
9960 (fancy-splash-screens): Don't set non-standard tab width.
9961 Bind cursor-type temporarily, and make it easy to patch to
9962 preserve the splash buffer.
9963 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
9964 (fancy-splash-screens): Display echo-area message explicitly.
9965 Don't set fancy-splash-help-echo.
9966
9967 * simple.el (line-number-mode): Group mode-line instead of
9968 editing-basics.
9969 (column-number-mode, size-indication-mode): Likewise.
9970
9971 * faces.el (mode-line-faces): Group mode-line instead of modeline.
9972
9973 * time.el (display-time): Group mode-line instead of modeline.
9974
9975 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
9976
9977 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
9978
9979 * startup.el (fancy-splash-text): Move editing instructions to
9980 fancy-splash-head.
9981 (fancy-splash-head): Issue editing instructions.
9982 (fancy-splash-screens): Fixup whitespace.
9983
9984 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9985
9986 * bindings.el (mode-line-buffer-identification-keymap):
9987 Remove duplicate line.
9988
9989 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9990
9991 * ido.el (ido-ignore-item-p): Allow any kind of functions in
9992 ignore lists.
9993
9994 2006-09-14 Kim F. Storm <storm@cua.dk>
9995
9996 * jit-lock.el (jit-lock-fontify-again): New function.
9997 (jit-lock-fontify-now): Use it instead of lambda form.
9998
9999 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
10000
10001 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
10002 (flyspell-auto-correct-word): Make ispell-filter local to these
10003 functions. Check that ispell-filter has new stuff before calling
10004 ispell-parse-output.
10005
10006 2006-09-13 Kim F. Storm <storm@cua.dk>
10007
10008 * simple.el (line-move-partial): Optimize.
10009
10010 2006-09-13 Richard Stallman <rms@gnu.org>
10011
10012 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
10013 Delete spurious backquote.
10014
10015 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
10016
10017 * net/rcirc.el (rcirc-print): Fix last change.
10018
10019 2006-09-12 Jay Belanger <belanger@truman.edu>
10020
10021 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
10022
10023 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
10024
10025 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
10026 rcirc-show-maximum-output.
10027 (rcirc-mode): Remove window-scroll-function hook.
10028 (rcirc-scroll-to-bottom): Remove function.
10029 (rcirc-print): Recenter so point stays at the bottom of the window
10030 if point was already there.
10031
10032 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
10033
10034 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
10035 not to "t".
10036 * progmodes/compile.el (compilation-start): Likewise.
10037 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
10038 Don't use expand-file-name on invocation-directory, since this
10039 might mishandle special characters in invocation-directory.
10040
10041 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10042
10043 * pcvs-defs.el: Remove * in defcustom's docstrings.
10044
10045 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
10046
10047 * progmodes/compile.el (compilation-directory-properties):
10048 Doc fix for help-echo.
10049
10050 2006-09-12 Lars Hansen <larsh@soem.dk>
10051
10052 * desktop.el (desktop-read): Add comment.
10053
10054 2006-09-12 Kim F. Storm <storm@cua.dk>
10055
10056 * simple.el (next-error-highlight, next-error-highlight-no-select):
10057 Fix spelling error.
10058
10059 * subr.el (sit-for): Rework to use input-pending-p and cond.
10060 Return nil input is pending on entry also for SECONDS <= 0.
10061 (while-no-input): Use input-pending-p instead of sit-for.
10062
10063 2006-09-11 Richard Stallman <rms@gnu.org>
10064
10065 * simple.el (next-error-highlight, next-error-highlight-no-select):
10066 Fix custom type and doc strings.
10067
10068 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10069
10070 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
10071 (diff-apply-hunk): Use it to ask for confirmation.
10072
10073 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
10074
10075 * emacs-lisp/cl.el (pushnew): Add missing `,'.
10076
10077 2006-09-11 David Kastrup <dak@gnu.org>
10078
10079 * help.el (string-key-binding, describe-key-briefly)
10080 (describe-key): Remove `string-key-binding' and its callers since
10081 `key-binding' already caters for the proper lookup now.
10082
10083 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10084
10085 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
10086 (cfengine-mode): Use it. Fix \ syntax to be like /.
10087
10088 * bindings.el (mode-line-buffer-identification-keymap):
10089 Move initialization into declaration.
10090
10091 2006-09-10 Kim F. Storm <storm@cua.dk>
10092
10093 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
10094 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
10095 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
10096 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
10097
10098 2006-09-10 Richard Stallman <rms@gnu.org>
10099
10100 * dired-aux.el: Handle errors in recursive copy usefully.
10101 (dired-create-files-failures): New variable.
10102 (dired-copy-file): Remove condition-case.
10103 (dired-copy-file-recursive): Check for errors on all file
10104 operations, and add them to dired-create-files-failures.
10105 Check file file-date-erorr here too.
10106 (dired-create-files): Check dired-create-files-failures
10107 and report those errors too.
10108
10109 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
10110
10111 * subr.el (add-to-list): New argument COMPARE-FN.
10112
10113 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
10114
10115 * filecache.el (file-cache-add-directory)
10116 (file-cache-add-directory-list, file-cache-add-file)
10117 (file-cache-add-directory-using-find)
10118 (file-cache-add-directory-using-locate)
10119 (file-cache-add-directory-recursively): Add autoloads.
10120
10121 2006-09-09 Richard Stallman <rms@gnu.org>
10122
10123 * textmodes/conf-mode.el (conf-space-mode):
10124 Use hack-local-variables-hook instead of calling hack-local-variables.
10125 (conf-space-keywords-override): New variable.
10126 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
10127 (conf-space-mode): Always make conf-space-keywords and
10128 conf-space-keywords-override local.
10129 Call conf-space-mode-internal directly as well as via hook.
10130
10131 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10132
10133 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
10134 quasi-keywords.
10135
10136 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
10137
10138 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
10139 (python-send-string): Be slightly more careful about adding \n.
10140
10141 * startup.el (normal-splash-screen): Don't display the buffer if we'll
10142 kill it right away anyway.
10143
10144 2006-09-09 Eli Zaretskii <eliz@gnu.org>
10145
10146 * international/codepage.el (cp850-decode-table): Fix a few codes.
10147 (cp858-decode-table): New variable.
10148
10149 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10150
10151 * net/ldap.el (ldap-search-internal): Doc fix.
10152
10153 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10154
10155 * play/life.el (life-display-generation): Test for input manually if
10156 `sleeptime' is negative or null.
10157
10158 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
10159 (print-region-1): Substitute `%s' with the page title.
10160
10161 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
10162
10163 * locate.el (locate-current-search): New variable.
10164 (locate): Set buffer local value. Use current buffer if it is
10165 in Locate mode.
10166 (locate-mode): Disable undo here.
10167 (locate-do-setup): Use locate-current-filter from buffer to be killed.
10168 (locate-update): Use locate-current-search and locate-current-filter.
10169
10170 2006-09-08 David Kastrup <dak@gnu.org>
10171
10172 * desktop.el (desktop-read): When loading a desktop, disable
10173 saving it while the load progresses, and switch off a pending lazy
10174 load by calling `desktop-lazy-abort'.
10175
10176 2006-08-27 Martin Rudalics <rudalics@gmx.at>
10177
10178 * window.el (mouse-autoselect-window-timer)
10179 (mouse-autoselect-window-position)
10180 (mouse-autoselect-window-window)
10181 (mouse-autoselect-window-now): New vars.
10182 (mouse-autoselect-window-cancel)
10183 (mouse-autoselect-window-select)
10184 (mouse-autoselect-window-start): New functions.
10185 (handle-select-window): Call `mouse-autoselect-window-start' when
10186 delayed window autoselection is enabled.
10187
10188 * cus-start.el (mouse-autoselect-window): Handle delayed window
10189 autoselection.
10190
10191 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
10192 commands after which it is allowed to print in the echo area.
10193
10194 2006-09-08 Richard Stallman <rms@gnu.org>
10195
10196 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
10197
10198 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
10199 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
10200
10201 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
10202 (cancel-timer-internal): Add doc string.
10203 (cancel-function-timers): Doc fix.
10204 (with-timeout-handler, timer-event-last*): Add doc strings.
10205
10206 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
10207
10208 * files.el (risky-local-variable-p): Match ...-bindat-spec.
10209
10210 * dired.el (dired-log-summary): Add doc string.
10211
10212 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
10213 (custom-group-menu-create): Not here.
10214
10215 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
10216
10217 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
10218
10219 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10220
10221 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
10222 (mac-apple-event-map): Define its handler.
10223
10224 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10225
10226 * net/ldap.el (ldap-search-internal): Handle `auth' key.
10227
10228 2006-09-07 Magnus Henoch <mange@freemail.hu>
10229
10230 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
10231 clause.
10232
10233 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10234
10235 * info.el (Info-index): Bind completion-ignore-case.
10236
10237 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10238
10239 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
10240 previous commit.
10241 (inferior-prolog-guess-flavor): New fun left out of previous commit.
10242 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
10243 burp in dedicated windows.
10244 (inferior-prolog-self-insert-command): New command.
10245 (inferior-prolog-mode-map): Use it.
10246
10247 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
10248
10249 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
10250
10251 * international/code-pages.el: Add cp858.
10252
10253 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10254
10255 * dnd.el: Fix bootstrapping.
10256
10257 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10258
10259 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
10260 (dnd-open-remote-url): New function.
10261 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
10262 not windows-nt.
10263
10264 2006-09-07 Jason Rumney <jasonr@gnu.org>
10265
10266 * dnd.el (dnd-open-remote-file-function): New variable.
10267 (dnd-open-unc-file): New function.
10268 (dnd-open-file): Call dnd-open-remote-file-function if set.
10269
10270 2006-09-06 Daiki Ueno <ueno@unixuser.org>
10271
10272 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
10273 pgg-passphrase-coding-system rather than locale-coding-system.
10274 * pgg-def.el (pgg-passphrase-coding-system): New user option.
10275
10276 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10277
10278 * progmodes/prolog.el: Remove * in docstrings.
10279 (prolog-program-name): Add SWI prolog.
10280 (prolog-mode-menu): New menu.
10281 (prolog-mode): Set comment-add.
10282 (prolog-indent-line): Simplify. Use indent-line-to.
10283 (inferior-prolog-buffer): New var.
10284 (inferior-prolog-run, inferior-prolog-process): New funs.
10285 (run-prolog, switch-to-prolog): Rewrite, using them.
10286 (prolog-consult-region): Use inferior-prolog-buffer.
10287 (inferior-prolog-load-file): New function.
10288 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
10289
10290 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
10291 last word, if it's not the end of the paragraph.
10292
10293 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
10294 file name.
10295
10296 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
10297
10298 * frame.el (display-mm-dimensions-alist): New defcustom.
10299 (display-mm-height, display-mm-width): Use it.
10300
10301 2006-09-06 Simon Josefsson <jas@extundo.com>
10302
10303 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
10304
10305 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
10306
10307 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10308 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
10309 string values.
10310
10311 2006-09-06 Kim F. Storm <storm@cua.dk>
10312
10313 * simple.el (line-move-partial): New function to do vscrolling for
10314 partially visible images / tall lines. Rewrite based on code
10315 previously in line-move. Simplify backwards vscrolling.
10316 (line-move): Use it. Simplify.
10317
10318 2006-09-05 Kim F. Storm <storm@cua.dk>
10319
10320 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
10321
10322 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
10323
10324 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10325 Process the `gcc-include' after the `gnu' rule.
10326
10327 2006-09-05 Kim F. Storm <storm@cua.dk>
10328
10329 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
10330
10331 2006-09-05 Daiki Ueno <ueno@unixuser.org>
10332
10333 * pgg.el (pgg-clear-string): Alias to clear-string for backward
10334 compatibility.
10335
10336 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
10337 inhibit-redisplay; encode passphrase with locale-coding-system.
10338
10339 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10340
10341 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
10342
10343 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
10344
10345 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10346 (gdb-var-list-children-regexp): Make type field optional.
10347
10348 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
10349 e.g public, protected in C++.
10350
10351 2006-09-04 John Paul Wallington <jpw@pobox.com>
10352
10353 * simple.el (completion-show-help): New defcustom.
10354 (completion-setup-function): Heed it.
10355
10356 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10357
10358 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
10359
10360 2006-09-04 Richard Stallman <rms@gnu.org>
10361
10362 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
10363 (rsf-min-region-to-spam-list): Doc fix.
10364 (rsf-add-content-type-field): Doc fix.
10365
10366 * simple.el (kill-region): Explicitly test there is a region.
10367
10368 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
10369
10370 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
10371 sendmail in several common directories.
10372
10373 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
10374
10375 * paths.el (sendmail-program): Removed.
10376
10377 2006-09-04 Daiki Ueno <ueno@unixuser.org>
10378
10379 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
10380 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
10381 http://article.gmane.org/gmane.emacs.gnus.general/50457
10382
10383 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
10384
10385 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
10386 mark after running the menu filter.
10387
10388 2006-09-03 Juri Linkov <juri@jurta.org>
10389
10390 * international/quail.el (quail-defrule-internal): Add a check
10391 if a key is a vector.
10392
10393 2006-09-02 Juri Linkov <juri@jurta.org>
10394
10395 * man.el (Man-topic-history): New variable.
10396 (man): Use it.
10397
10398 * woman.el (woman-topic-history): Change defvar to defvaralias
10399 for symbol `Man-topic-history'.
10400
10401 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
10402 `comint-last-output-start' is a marker by using `markerp' and
10403 check if it has a position by using `marker-position', and use
10404 this position for `goto-char'.
10405
10406 * international/quail.el (quail-defrule-internal): Add missing
10407 `error' call for null key.
10408
10409 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
10410
10411 * net/rcirc.el (rcirc-keywords): New variable.
10412 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
10413 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
10414 variables.
10415 (rcirc-responses-no-activity): New function.
10416 (rcirc-handler-generic): Check for responses in above.
10417 (rcirc-process-command): Add ?: character to arguments of raw
10418 server commands.
10419 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
10420 `rcirc-dim-nicks'.
10421 (rcirc-gray-toggle): Remove unused variable.
10422 (rcirc-print): Remove some tracking logic, which is moved into
10423 markup functions.
10424 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
10425 types.
10426 (rcirc-activity-string): Look for 'keyword in activity-types.
10427 (rcirc-window-configuration-change): Don't erase overlay-arrow
10428 unnecessarily.
10429 (rcirc-add-or-remove): New function.
10430 (rcirc-cmd-ignore): Use it.
10431 (rcirc-message-leader): Remove unused function.
10432 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
10433 (rcirc-add-face): New function.
10434 (rcirc-facify): Use rcirc-add-face.
10435 (rcirc-url-regexp): Add parens.
10436 (rcirc-map-regexp): Remove function.
10437 (rcirc-mangle-regexp): Remove function.
10438 (rcirc-markup-text-functions): New variable.
10439 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
10440 (rcirc-markup-body-text, rcirc-markup-attributes)
10441 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
10442 (rcirc-markup-bright-nicks): New markup handler functions.
10443 (rcirc-nick-in-message-full-line): New face.
10444 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
10445 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
10446
10447 2006-09-02 Martin Rudalics <rudalics@gmx.at>
10448
10449 * cus-start.el (hscroll-margin, hscroll-step)
10450 (mode-line-in-non-selected-windows, mouse-autoselect-window)
10451 (x-use-underline-position-properties): Change version to "22.1"
10452 since they will appear there for the first time.
10453
10454 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
10455
10456 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
10457
10458 2006-08-31 Richard Stallman <rms@gnu.org>
10459
10460 * cus-edit.el (custom-save-variables): Slight cleanup.
10461 (Custom-no-edit): Renamed from custom-no-edit.
10462 (Custom-newline): Renamed from custom-newline.
10463 (custom-mode-map): Use new names.
10464
10465 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
10466 about customization, rather than M-x customize, in the doc string
10467 made for the defcustom.
10468
10469 * emacs-lisp/trace.el (trace-function-background): Doc fix.
10470
10471 2006-08-31 Romain Francoise <romain@orebokech.com>
10472
10473 * dired-x.el (dired-guess-shell-alist-default): Update.
10474
10475 2006-08-31 Michael Mauger <mmaug@yahoo.com>
10476
10477 * custom.el (custom-theme-set-variables): Autoload packages before
10478 sorting the variables.
10479
10480 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
10481
10482 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
10483 Convert events to chars if XEmacs.
10484 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
10485
10486 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10487
10488 * progmodes/python.el (python-eldoc-function): Re-enable quit while
10489 waiting for process.
10490
10491 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10492
10493 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
10494 results in ASCII-only string, encode original one directly.
10495
10496 2006-08-29 Romain Francoise <romain@orebokech.com>
10497
10498 * startup.el (normal-splash-screen, fancy-splash-screens):
10499 Make buffer read-only and arrange to enter view mode if necessary.
10500
10501 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
10502
10503 * hl-line.el (hl-line): New face.
10504 (hl-line-face): Use it.
10505
10506 * image-mode.el (image-mode): Fix last fix.
10507 Suggested by Kim F. Storm.
10508
10509 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
10510
10511 Sync with Tramp 2.0.54.
10512
10513 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
10514 of `=', because `tramp-get-remote-gid' might not always return an
10515 integer when expected.
10516 (tramp-register-file-name-handlers): `partial-completion-mode' is
10517 unknown to XEmacs.
10518 (tramp-time-diff): Don't use `floor', it might fail for large
10519 differences.
10520 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
10521 `tramp-auto-save-directory' if unset in order to guarantee unique
10522 auto-save file names.
10523
10524 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10525
10526 * image-mode.el (image-mode): Display image as text on a terminal.
10527
10528 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10529
10530 * progmodes/python.el (python-send-command): Simplify.
10531 (run-python): Don't generate a new buffer unless `new' was specified.
10532 Make sure we send `import emacs' to the proper process.
10533
10534 * progmodes/python.el (python-send-command): Don't wait for the command
10535 to terminate. Don't fiddle with compilation-parsing-end.
10536
10537 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10538
10539 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
10540 Insert commentary after first line summary.
10541
10542 * woman.el (woman-follow): New function, based on `man-follow'.
10543 (woman-mode-map): Use it.
10544
10545 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
10546 since ibuffer-do-sort-by-recency does not define a sorter.
10547
10548 2006-08-28 Kim F. Storm <storm@cua.dk>
10549
10550 * find-dired.el (find-dired): Use shell-quote-argument to properly
10551 escape ( and ) args. Also use it on {} and ; args in default
10552 value of find-ls-option string.
10553 (find-grep-dired): Use shell-quote-argument on {} and ; args.
10554
10555 2006-08-27 Michael Olson <mwolson@gnu.org>
10556
10557 * emacs-lisp/tq.el: Small grammar fix in comments.
10558 (tq-enqueue): Check for existence of queue rather than the
10559 head queue item's question, which was a no-op.
10560 (tq-filter, tq-process-buffer): Make sure the process buffer
10561 exists before making it the current buffer.
10562
10563 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10564
10565 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
10566 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
10567 (special-event-map): Apply 2006-08-16 change for x-win.el.
10568
10569 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10570
10571 * progmodes/python.el (python-send-receive): Wait in the
10572 process's buffer so as to check the right buffer-local variables.
10573
10574 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
10575
10576 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
10577 (defgroup checkdoc): Move to beginning.
10578
10579 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
10580 (python-preoutput-continuation): Remove.
10581 (python-preoutput-filter): Simplify correspondingly.
10582 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
10583 Loop around to catch embedded _emacs_out output.
10584 (run-python): Send the import&print command on a single line.
10585 (python-send-command): Send command&print on a single line.
10586 (python-send-string): Only add double \n if needed.
10587 (python-send-receive): Loop until the result comes.
10588 (python-mode-running): Defvar it.
10589 (python-setup-brm): Remove unused var `menu'.
10590 Only bind py-mode-map and `features' around brm-init.
10591 (python-calculate-indentation): Remove unused var `point'.
10592 (python-beginning-of-defun): Remove unused var `def-line'.
10593
10594 2006-08-25 Richard Stallman <rms@gnu.org>
10595
10596 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
10597
10598 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
10599
10600 * emulation/viper.el (viper-set-hooks): Use frame bindings for
10601 viper-vi-state-cursor-color.
10602 (viper-non-hook-settings): Don't set default
10603 mode-line-buffer-identification.
10604
10605 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
10606 New fun.
10607 (viper-set-cursor-color-according-to-state)
10608 (viper-get-saved-cursor-color-in-replace-mode)
10609 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
10610 viper-emacs-state-cursor-color.
10611
10612 * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
10613 (viper-undo): Use point if undo-beg-posn is nil.
10614 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
10615 (viper-after-change-undo-hook): Don't use
10616 viper-emacs-state-cursor-color by default.
10617 (viper-undo): More sensible positioning after undo.
10618
10619 * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
10620 (viper-emacs-state-cursor-color): Default to nil, since this feature
10621 doesn't work well yet.
10622
10623 * ediff-mult.el (ediff-intersect-directories)
10624 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
10625 always expand filenames.
10626
10627 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10628
10629 * tumme.el: Remove * in defcustoms's docstrings.
10630
10631 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
10632
10633 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
10634 Accept internal time format for SECS arg.
10635 (timer-relative-time): Doc fix.
10636
10637 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
10638 adapted from Martin Rudalics.
10639 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
10640 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
10641 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
10642 using sit-for.
10643
10644 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
10645
10646 * cus-start.el (all): Add `overline-margin' and
10647 `x-underline-at-descent-line'.
10648
10649 2006-08-24 Kim F. Storm <storm@cua.dk>
10650
10651 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
10652 to mean "use find -exec"; nil now unambiguously means auto-detect.
10653 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
10654 Use shell-quote-argument to build grep-find-command and
10655 grep-find-template.
10656 (rgrep): Use shell-quote-argument to properly quote arguments to find.
10657 Reported by Tom Seddon.
10658
10659 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
10660
10661 * startup.el (fancy-splash-head): Give instructions for dismissing
10662 the splash screen for default startup too.
10663 (display-startup-echo-area-message, fancy-splash-screens)
10664 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
10665 all splash text at once and keep the splash buffer around.
10666 (command-line-1): Give display-startup-echo-area-message a t arg.
10667
10668 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
10669
10670 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
10671 gnus frame is selected.
10672
10673 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
10674
10675 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
10676
10677 2006-08-22 Kim F. Storm <storm@cua.dk>
10678
10679 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
10680 Add suffix matching for subdirs.
10681
10682 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
10683
10684 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
10685 mouse-yank-at-point is non-nil.
10686
10687 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
10688
10689 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
10690 a bit wider and remove fringes to fit initial output on line.
10691
10692 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10693
10694 * frame.el (blink-cursor-end): Only ignore the error we care about.
10695 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
10696
10697 2006-08-21 Richard Stallman <rms@gnu.org>
10698
10699 * whitespace.el (whitespace-cleanup): Doc fix.
10700
10701 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
10702
10703 * net/rcirc.el (rcirc-show-maximum-output): New var.
10704 (rcirc-buffer-process): If no buffer argument is supplied, use
10705 current-buffer.
10706 (rcirc-complete-nick): Complete to the last completed nick first.
10707 (rcirc-mode): Preserve the value of `rcirc-urls' across
10708 connections. Setup scroll function.
10709 (rcirc-scroll-to-bottom): New function.
10710 (rcirc-print): Use nick syntax around regexp work.
10711 Notice dim-nicks speaking only if they say our nick.
10712 (rcirc-update-activity-string): Do not show the modeline indicator
10713 if there are no live rcirc processes.
10714 (rcirc-cmd-ignore): Ignore case.
10715 (rcirc-browse-url-at-point): Fix off-by-one error.
10716
10717 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
10718
10719 * progmodes/python.el: Remove * in defcustom docstrings.
10720 (run-python, python-proc, python-try-complete): Use derived-mode-p.
10721 (python-mode): Set tab-width and indent-tabs-mode.
10722
10723 2006-08-20 Dave Love <fx@gnu.org>
10724
10725 * progmodes/python.el: Update to Dave Love's latest version.
10726 (python-font-lock-keywords, python-mode): Don't use
10727 font-lock-syntax-table, but match symbol elements explicitly instead.
10728 (python-mode-map): Add help, and a few more key bindings.
10729 (python-skip-comments/blanks): Move out of comments as well.
10730 (python-continuation-line-p): Behave better with unbalanced parens.
10731 (python-blank-line-p): New fun.
10732 (python-open-block-statement-p): Don't use a heuristic.
10733 (python-outdent-p): Better handle blocks-in-the-same-line.
10734 (python-calculate-indentation): Misc improvements.
10735 (python-comment-indent): Remove.
10736 (python-block-pairs): New var.
10737 (python-first-word): New fun.
10738 (python-indentation-levels): Handle more common cases.
10739 (python-indent-line-1): Add `leave' argument.
10740 (python-indent-region): New fun.
10741 (python-skip-out): New fun.
10742 (python-beginning-of-statement, python-end-of-statement): Use it.
10743 (python-next-statement): Return correct count even at eob.
10744 (python-end-of-block): Fix paren-typo.
10745 (python-imenu-create-index): Add module variables.
10746 (run-python): Add `new' arg.
10747 Check we're at a prompt before returning.
10748 (python-send-command): Move to end of buffer.
10749 Wait for prompt to return.
10750 (python-set-proc): New fun.
10751 (python-imports): New var.
10752 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
10753 (python-eldoc-function): Try to move out of arg list.
10754 (python-outline-level): Offset by 1.
10755 (python-find-imports): New fun.
10756 (python-symbol-completions): Use python-imports.
10757 (python-module-path, ffap-alist): Add support for ffap.
10758 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
10759 (python-insert-*, python-default-template, python-expand-template):
10760 Add templates/skeletons.
10761 (python-setup-brm): Support for Bicycle Repair Man.
10762 (python-abbrev-syntax-table): New var.
10763 (python-abbrev-pc-hook, python-pea-hook): New funs.
10764
10765 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
10766
10767 * frame.el (blink-cursor-start): Set timer first.
10768 (blink-cursor-end): Ignore timer cancelling errors.
10769 Suggested by Ken Manheimer.
10770
10771 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
10772
10773 * newcomment.el (comment-box): Call `comment-normalize-vars'.
10774 Add autoload cookie.
10775
10776 2006-08-20 Richard Stallman <rms@gnu.org>
10777
10778 * simple.el (line-number-at-pos): Doc fix.
10779
10780 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
10781 timer-activate-when-idle, so timer can run before Emacs becomes
10782 non-idle again.
10783
10784 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
10785
10786 * whitespace.el (whitespace-cleanup-internal): New optional arg
10787 REGION-ONLY. If it's non-nil, modify the message to the user
10788 accordingly.
10789 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
10790 a non-nil argument.
10791
10792 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
10793
10794 * rect.el (spaces-string): Simplify and add doc string.
10795
10796 2006-08-17 Romain Francoise <romain@orebokech.com>
10797
10798 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
10799
10800 2006-08-17 Richard Stallman <rms@gnu.org>
10801
10802 * compare-w.el (compare-windows): lambda's take an arg and pass
10803 it to compare-windows-skip-whitespace.
10804
10805 2006-08-17 Martin Rudalics <rudalics@gmx.at>
10806
10807 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
10808 the right buffer.
10809
10810 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
10811
10812 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
10813 removed files.
10814
10815 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
10816
10817 * progmodes/gdb-ui.el (gdb-locals-watch-map)
10818 (gdb-locals-watch-map-1): Suppress keymap first.
10819 (gdb-edit-locals-map-1): New variable.
10820 (gdb-edit-locals-value): New function.
10821 (gdb-stack-list-locals-handler): Use them.
10822
10823 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10824
10825 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
10826 cursor would normally be drawn in the fringe.
10827
10828 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
10829 Reported by Martin Rudalics <rudalics@gmx.at>.
10830
10831 2006-08-16 Richard Stallman <rms@gnu.org>
10832
10833 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
10834 (special-event-map): Process drag-n-drop events this way.
10835
10836 * simple.el (move-beginning-of-line): Test whether fields
10837 would prevent motion back to line's first visible character.
10838 If so, stop where the fields would stop the motion.
10839
10840 * newcomment.el (comment-indent): Fully update INDENT
10841 before checking to see if it will change the text.
10842
10843 * cus-edit.el (custom-newline): New function.
10844 (custom-mode-map): Bind newline to custom-newline.
10845
10846 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
10847 into ignore-whitespace.
10848 Check each buffer for its skip-function.
10849 Handle compare-windows-skip-whitespace special-case test
10850 by returning t from default skip function.
10851
10852 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
10853
10854 * textmodes/org.el (org-clock-special-range)
10855 (org-clock-update-time-maybe): New functions.
10856 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
10857 not only a-z.
10858 (org-agenda-get-blocks): Allow multiple blocks per headline.
10859 (org-timestamp-change): Call `org-clock-update-time-maybe'.
10860 (org-export-html-title-format)
10861 (org-export-html-toplevel-hlevel): New options.
10862 (org-export-language-setup): Add support for Czech.
10863 (org-mode, org-insert-todo-heading, org-find-visible)
10864 (org-find-invisible, org-invisible-p, org-invisible-p2)
10865 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
10866 (org-show-subtree, org-show-entry, org-make-options-regexp):
10867 Remove compatibility support for old outline-mode.
10868 (org-check-occur-regexp): Funtion removed.
10869 (org-on-heading-p, org-back-to-heading): Made defalias.
10870 (org-set-local): New defsubst.
10871 (org-set-regexps-and-options, org-mode)
10872 (org-set-font-lock-defaults, org-edit-agenda-file-list)
10873 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
10874 (org-remember-apply-template, org-table-edit-field)
10875 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
10876 (org-set-autofill-regexps): Use `org-set-local'.
10877 (org-table-eval-formula): Fix bug with parsing of display flags.
10878
10879 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
10880
10881 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
10882 frame with fringe arrow. Suggested by Simon Marshall
10883 <simon.marshall@misys.com>.
10884 (gdb-stack-position): New variable.
10885 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
10886 (gdb-frames-mode): Set gdb-stack-position to nil.
10887 Add to overlay-arrow-variable-list
10888 (gdb-reset): Delete gdb-stack-position from above list.
10889
10890 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10891
10892 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
10893 read only.
10894
10895 2006-08-13 Romain Francoise <romain@orebokech.com>
10896
10897 * cus-theme.el (customize-create-theme)
10898 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
10899
10900 * filesets.el (filesets-add-buffer): Ditto.
10901
10902 * pcvs.el (cvs-change-cvsroot): Ditto.
10903
10904 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
10905
10906 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
10907 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
10908 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
10909 expressions.
10910 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
10911 Only search till end of line.
10912 Add face to function names in case of no filename.
10913 Add face to variable names of watchpoints.
10914
10915 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
10916
10917 * cus-start.el <indent-tabs-mode>: Move to the `indent'
10918 customization group.
10919
10920 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
10921
10922 * allout.el (allout-prior-bindings, allout-added-bindings):
10923 Remove, after long deprecation.
10924 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
10925 Add customization vars controlling allout-beginning-of-line and
10926 allout-end-of-line conveniences.
10927 (allout-header-prefix, allout-use-mode-specific-leader)
10928 (allout-use-mode-specific-leader, allout-mode-leaders):
10929 Revise docstrings.
10930 (allout-infer-header-lead): Change to be an alias for
10931 allout-infer-header-lead-and-primary-bullet.
10932 (allout-infer-header-lead-and-primary-bullet): New version of
10933 allout-infer-header-lead which assigns the primary bullet to the
10934 same as the header lead, when its being changed.
10935 (allout-infer-body-reindent): Apply regexp-quote instead of
10936 unconditionally prepending "\\", so that all literal
10937 allout-header-prefix and allout-primary-bullet strings are
10938 properly handled.
10939 (allout-add-resumptions): Add optional qualifier for extending or
10940 appending to existing values, rather than replacing them.
10941 (allout-view-change-hook): Clarify docstring.
10942 (allout-exposure-change-hook): Take explicit arguments, via
10943 run-hook-with-args.
10944 (allout-structure-added-hook)
10945 (allout-structure-deleted-hook)
10946 (allout-structure-shifted-hook): New hooks analogous to
10947 allout-exposure-change-hook for other kinds of structural outline
10948 edits.
10949 (allout-encryption-plaintext-sanitization-regexps): New encryption
10950 customization variable, by which cooperating modes can provde
10951 massage of the plaintext without actually being passed it.
10952 (allout-encryption-ciphertext-rejection-regexps)
10953 (allout-encryption-ciphertext-rejection-ceiling): New encryption
10954 customization variables, by which cooperating modes can prohibit
10955 rare but possible ciphertext patterns from fouling their
10956 operation, with actually being passed the ciphertext.
10957 (allout-mode): Run activation and deactivation hooks after the
10958 minor-mode variable has been toggled, to clarify the mode
10959 disposition. The new encryption ciphertext rejection variable is
10960 used to ensure that the ciphertext does not contain text that
10961 would be recognized as outline structural elements by allout.
10962 Substite allout-beginning-of-line and allout-end-of-line for
10963 conventionall beginning-of-line and end-of-line bindings.
10964 If allout-old-style-prefixes is non-nil, don't nullify it on mode
10965 activation!
10966 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
10967 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
10968 (allout-chart-subtree): Implement new mode, charting only the
10969 visible items in the subtree, when new 'visible' parameter is non-nil.
10970 (allout-end-of-subtree): Properly handle the last item in the buffer.
10971 (allout-pre-command-business, allout-command-counter):
10972 Increment an advertised counter so that cooperating enhancements can
10973 track revisions of items.
10974 (allout-open-topic): Run allout-structure-added-hook with suitable
10975 arguments.
10976 (allout-shift-in): Run allout-structure-shifted-hook with suitable
10977 arguments.
10978 (allout-shift-out): Fix doubling for negative args and ensure call
10979 of allout-structure-shifted-hook by solely using allout-shift-in.
10980 (allout-kill-line, allout-kill-topic):
10981 Run allout-structure-deleted-hook with suitable arguments.
10982 (allout-yank-processing): Run allout-structure-added-hook with
10983 proper arguments.
10984 (allout-yank): Enclose activity in allout-unprotected.
10985 (allout-flag-region): Run allout-exposure-change-hook with
10986 suitable arguments, instead of making the callee infer the arguments.
10987 (allout-encrypt-string):
10988 Support allout-encryption-plaintext-sanitization-regexps,
10989 allout-encryption-ciphertext-rejection-regexps, and
10990 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
10991 en/de cryption mode in symmetric encryption failure message.
10992 (allout-obtain-passphrase): Use copy-sequence to get a distinct
10993 copy of the passphrase, and don't zero it or we'll corrupt the
10994 stashed copy.
10995 (allout-create-encryption-passphrase-verifier)
10996 (allout-verify-passphrase): Respect the new signature for
10997 allout-encrypt-string.
10998 (allout-get-configvar-values): Convenience for getting a
10999 configuration variable value and handling its absence gracefully.
11000
11001 2006-08-11 Romain Francoise <romain@orebokech.com>
11002
11003 * obsolete/zone-mode.el: Delete.
11004
11005 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
11006
11007 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
11008
11009 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
11010
11011 * emacs-lisp/bindat.el (bindat-ip-to-string):
11012 Use `format-network-address' if possible.
11013
11014 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11015
11016 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
11017
11018 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
11019
11020 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
11021 restore unread-command-events here.
11022 (edebug-display): Do it here, to detect sit-for interruptions.
11023
11024 2006-08-10 Romain Francoise <romain@orebokech.com>
11025
11026 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
11027 (dns-mode-soa-auto-increment-serial): New user option.
11028 (dns-mode-soa-maybe-increment-serial): New function.
11029 (dns-mode): Add the latter to `write-contents-functions'.
11030
11031 * obsolete/zone-mode.el: Move to obsolete/ from net/.
11032 Delete autoload cookies.
11033
11034 2006-08-10 John Wiegley <johnw@newartisans.com>
11035
11036 * eshell/em-glob.el (eshell-glob-chars-list)
11037 (eshell-glob-translate-alist): Add support for [^g] in character globs.
11038
11039 2006-08-10 Richard Stallman <rms@gnu.org>
11040
11041 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
11042 (facemenu-set-face): Doc fix.
11043 (facemenu-listed-faces): Doc fix.
11044
11045 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
11046
11047 * avoid.el (mouse-avoidance-animating-pointer): New var.
11048 (mouse-avoidance-nudge-mouse): Use it.
11049 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
11050 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
11051 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
11052 Don't activate if currently animating. All callers changed.
11053
11054 2006-08-09 John Wiegley <johnw@newartisans.com>
11055
11056 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
11057 variable, which causes timeclock to report elapsed time worked,
11058 instead of just work remaining.
11059
11060 2006-08-09 Kenichi Handa <handa@m17n.org>
11061
11062 * international/latexenc.el (latexenc-find-file-coding-system):
11063 Fix for the case that the 2nd element of arg-list is a cons.
11064
11065 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
11066
11067 * info.el (Info-fontify-node): Handle preceding `in' for note
11068 reference hiding rules.
11069
11070 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
11071
11072 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
11073 mistake a closing " for an opening one.
11074
11075 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11076
11077 * term/xterm.el (terminal-init-xterm): Add more key bindings.
11078
11079 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
11080
11081 * complete.el (PC-do-completion): Filter out completions matching
11082 completion-ignored-extensions before checking whether there are
11083 multiple completions.
11084 Don't use `list' unnecessarily when building completion tables.
11085
11086 2006-08-06 Richard Stallman <rms@gnu.org>
11087
11088 * help.el (describe-mode): Make minor mode list more concise.
11089
11090 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
11091
11092 * bindings.el: Give mode-line-format, mode-line-modes, and
11093 mode-line-position `standard-value' properties.
11094
11095 2006-08-05 Eli Zaretskii <eliz@gnu.org>
11096
11097 * buff-menu.el (list-buffers-noselect): For Info buffers, use
11098 "(file)node" instead of the file name.
11099
11100 2006-08-05 Richard Stallman <rms@gnu.org>
11101
11102 * faces.el (escape-glyph): Doc fix.
11103
11104 2006-08-04 Kenichi Handa <handa@m17n.org>
11105
11106 * international/mule-diag.el (describe-font): Improve docstring
11107 and error message. Use frame-parameter (not frame-parameters).
11108
11109 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11110
11111 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
11112 Correctly mark the end-of-docstring char.
11113
11114 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
11115
11116 * simple.el (line-move-to-column): Constrain move-to-column to
11117 current field.
11118
11119 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11120
11121 * font-lock.el (font-lock-beg, font-lock-end)
11122 (font-lock-extend-region-functions): New vars.
11123 (font-lock-extend-region-multiline)
11124 (font-lock-extend-region-wholelines): New functions.
11125 (font-lock-default-fontify-region): Use them.
11126 (font-lock-extend-jit-lock-region-after-change): Only round up
11127 if font-lock-default-fontify-region will do it as well.
11128
11129 * font-lock.el (font-lock-extend-after-change-region-function):
11130 Rename from font-lock-extend-region-function.
11131 (font-lock-extend-region): Remove by inlining at call sites.
11132 (font-lock-after-change-function): Don't needlessly round up to a whole
11133 number of lines.
11134 (font-lock-extend-jit-lock-region-after-change): Be more careful about
11135 the boundary conditions and the interactions between the various ways
11136 to extend the region.
11137
11138 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
11139
11140 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
11141 modification status when forcing the second redisplay.
11142
11143 2006-08-03 Kim F. Storm <storm@cua.dk>
11144
11145 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
11146
11147 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
11148
11149 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
11150 doesn't look like a file name.
11151
11152 * complete.el (PC-expand-many-files): Avoid signalling an error when
11153 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
11154
11155 2006-08-02 Andreas Schwab <schwab@suse.de>
11156
11157 * bindings.el (mode-line-format): Simplify reference to vc-mode.
11158
11159 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
11160
11161 * bindings.el (map): Make mode-line-buffer-identification-keymap
11162 before defining propertized-buffer-identification.
11163
11164 2006-08-01 Richard Stallman <rms@gnu.org>
11165
11166 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
11167
11168 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
11169
11170 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
11171 default value.
11172 (gdb-find-source-frame): New function.
11173 (menu): Add to menu bar.
11174
11175 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11176
11177 * font-core.el (font-lock-extend-region-function)
11178 (font-lock-extend-region): Move to font-lock.el.
11179
11180 * font-lock.el (font-lock-extend-region-function)
11181 (font-lock-extend-region): Move from font-core.el. Simplify.
11182
11183 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
11184 if needed.
11185 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
11186 (jit-lock-after-change-extend-region-functions): New hook.
11187 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
11188
11189 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
11190 (font-lock-turn-on-thing-lock): Use it.
11191
11192 * longlines.el (longlines-show-region): Make it work on read-only
11193 buffers as well.
11194
11195 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
11196
11197 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
11198
11199 2006-07-31 Richard Stallman <rms@gnu.org>
11200
11201 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
11202 (vhdl-speedbar-display-projects): Update old obsolete
11203 speedbar variable names.
11204
11205 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
11206
11207 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
11208 (gdb-stopped): Use it.
11209
11210 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
11211
11212 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
11213
11214 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
11215 for load-history elements.
11216
11217 2006-07-29 Eli Zaretskii <eliz@gnu.org>
11218
11219 * files.el (convert-standard-filename): For Cygwin, replace
11220 characters not allowed in Windows file names.
11221 (make-auto-save-file-name): Add Cygwin to the list of systems
11222 where the auto-save file name needs to be run through
11223 convert-standard-filename.
11224
11225 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
11226
11227 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
11228
11229 2006-07-28 Richard Stallman <rms@gnu.org>
11230
11231 * bindings.el (mode-line-frame-identification)
11232 (propertized-buffer-identification): Centralize the code
11233 to initialize the variable.
11234
11235 * progmodes/grep.el (grep-default-command): Catch errors from
11236 wildcard-to-regexp.
11237
11238 2006-07-29 Kim F. Storm <storm@cua.dk>
11239
11240 * progmodes/grep.el (grep-tag-default): New function.
11241 (grep-default-command, grep-read-regexp): Use it.
11242 (grep-read-files): Use car of grep-files-history or grep-files-aliases
11243 as default if nothing else applies.
11244
11245 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
11246
11247 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
11248 Throw error if buffer is not in Dired and Wdired mode, respectively.
11249
11250 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
11251
11252 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
11253 self-insert-command keys don't activate buttons.
11254 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
11255
11256 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
11257
11258 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
11259 faces for enable character.
11260
11261 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
11262
11263 * Makefile.in (recompile): Update comment to reflect change
11264 on 2004-04-21.
11265
11266 2006-07-27 Richard Stallman <rms@gnu.org>
11267
11268 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
11269 (customize-package-emacs-version): Change msg when pkg has no entry.
11270 (custom-no-edit): On a button, do like widget-button-press.
11271
11272 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11273
11274 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
11275 S-tab and C-S-tab.
11276
11277 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
11278
11279 * progmodes/which-func.el (which-function): Fix documentation/
11280 comment typo.
11281
11282 2006-07-26 Richard Stallman <rms@gnu.org>
11283
11284 * textmodes/ispell.el (ispell-word): If we replace the word,
11285 move point to the end. Insert before deleting.
11286
11287 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
11288
11289 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
11290 a timer.
11291
11292 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
11293
11294 * tumme.el (tumme-backward-image): Add prefix argument. Add error
11295 when at first image.
11296 (tumme-forward-image): Add prefix argument. Add error when at last
11297 image.
11298
11299 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
11300
11301 * tabify.el (tabify-regexp): Use more specific regexps.
11302 (tabify): Avoid modifying the buffer unnecessarily.
11303
11304 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
11305
11306 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
11307 (tumme-format-properties-string): Handle empty `buf'.
11308 (tumme-get-comment): Change variable names inside `let'.
11309 Add missing `let' variable that cause font-lock problems.
11310 (tumme-write-comments): Change variable names inside `let'.
11311 Add missing `let' variable that cause font-lock problems.
11312 (tumme-forward-image): Rename from `tumme-forward-char'.
11313 (tumme-backward-image): Rename from `tumme-backward-char'.
11314
11315 2006-07-25 Masatake YAMATO <jet@gyve.org>
11316
11317 * progmodes/ld-script.el (ld-script-keywords)
11318 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
11319 and add comments.
11320
11321 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
11322
11323 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11324 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
11325 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
11326 for status indicator.
11327
11328 2006-07-24 Richard Stallman <rms@gnu.org>
11329
11330 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
11331
11332 * subr.el (dolist, dotimes): Use interned symbols for locals.
11333 (--dotimes-limit--, --dolist-tail--): New defvars.
11334 (looking-back): Doc fix.
11335
11336 * replace.el (replace-match-string-symbols): Handle dotted lists.
11337
11338 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
11339
11340 * tumme.el (tumme-write-tags): Add.
11341 (tumme-write-comments): Add.
11342 (tumme-tag-files): Change to use `tumme-write-tags'.
11343 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
11344 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
11345 (tumme-save-information-from-widgets): Change to use
11346 `tumme-write-comments' and `tumme-write-tags'.
11347 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
11348 (tumme-write-tag): Remove.
11349 (tumme-write-comment): Remove.
11350 (tumme-display-previous-thumbnail-original): Remove empty line.
11351 (tumme-widget-list): Add punctuation.
11352
11353 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
11354
11355 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
11356
11357 2006-07-24 Daiki Ueno <ueno@unixuser.org>
11358
11359 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11360 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
11361 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
11362
11363 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
11364
11365 * mouse.el (mouse-on-link-p): Doc fix.
11366
11367 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
11368
11369 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11370 Handle "C-h f `".
11371
11372 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11373
11374 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
11375 column.
11376
11377 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
11378
11379 * textmodes/table.el: Add move-beginning-of-line and
11380 move-end-of-line to Point Motion Only Group.
11381
11382 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
11383
11384 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
11385
11386 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11387
11388 * startup.el (user-mail-address): Initialize from the `EMAIL'
11389 environment variable first. Document this.
11390 (command-line): Ditto.
11391
11392 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
11393
11394 * help-mode.el (help-function-def, help-variable-def)
11395 (help-face-def): Print a message in the minibuffer.
11396
11397 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11398
11399 * term/xterm.el (terminal-init-xterm): Fix key bindings
11400 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
11401
11402 2006-07-21 Eli Zaretskii <eliz@gnu.org>
11403
11404 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
11405 where `(nth 1 command)' is a cons cell. Doc fix.
11406
11407 * textmodes/po.el (po-find-charset): Doc fix.
11408
11409 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
11410
11411 * allout.el (allout-unprotected, allout-e-o-prefix-p)
11412 (allout-beginning-of-current-line, allout-end-of-current-line)
11413 (allout-next-visible-heading, allout-open-topic)
11414 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
11415 (allout-flag-current-subtree, allout-show-to-offshoot)
11416 (allout-hide-current-entry, allout-show-current-branches)
11417 (allout-hide-region-body, allout-old-expose-topic)
11418 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
11419 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
11420 containing `beginning-of-line' and `end-of-line' with
11421 `inhibit-field-text-motion' t.
11422
11423 2006-07-21 Eli Zaretskii <eliz@gnu.org>
11424
11425 * frame.el (focus-follows-mouse): Document that it doesn't have
11426 any effect on MS-Windows.
11427
11428 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11429
11430 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
11431
11432 2006-07-20 Jay Belanger <belanger@truman.edu>
11433
11434 * calc/calc.el (calc-previous-alg-entry): Remove variable.
11435
11436 * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
11437 New variables.
11438 (calc-alg-entry): Use `calc-alg-entry-history'.
11439 (calc-do-quick-calc): Use `calc-quick-calc-history'.
11440 Remove reference to `calc-previous-alg-entry'.
11441 (calcAlg-edit, calcAlg-enter): Remove reference to
11442 `calc-previous-alg-entry'.
11443 (calcAlg-previous): Use `previous-history-element' instead of
11444 `calc-previous-alg-entry'.
11445 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
11446 Change keybinding for `calcAlg-plus-minus', add keybindings for
11447 `previous-history-element' and `next-history-element'.
11448
11449 * calc/calc-rewr.el (calc-match): Remove reference to
11450 `calc-previous-alg-entry'.
11451
11452 * calc/calc-sel.el (calc-selection-history): New variable.
11453 (calc-enter-selection, calc-sel-mult-both-sides)
11454 (calc-sel-add-both-sides): Use `calc-selection-history'.
11455
11456 * calc/calc-map.el (calc-get-operator-history): New variable.
11457 (calc-get-operator): Use `calc-get-operator-history'.
11458
11459 * calc/calcalg3.el (calc-curve-fit-history): New variable.
11460 (calc-curve-fit): Use `calc-curve-fit-history'.
11461
11462 2006-07-20 Kenichi Handa <handa@m17n.org>
11463
11464 * international/mule-cmds.el (select-safe-coding-system): Fix the
11465 way of deciding eol-type of the coding system.
11466
11467 2006-07-20 Alan Mackenzie <acm@muc.de>
11468
11469 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
11470 (c-lang-setvar): New macro.
11471 (c-make-init-lang-vars-fun): Use the initialization forms in
11472 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
11473 (comment-start, comment-end, comment-start-skip): Change these from
11474 c-lang-defvar's to c-lang-setvar's.
11475
11476 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
11477 which calls make-local-variable on the elements of
11478 c-emacs-variable-inits.
11479 (c-init-language-vars-for): Call this new macro.
11480
11481 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11482
11483 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11484 Try to rule out false positives due to time stamps.
11485 (compilation-mode-font-lock-keywords): Remove rules made redundant
11486 because of the above change. Add `segmentation fault' to the known and
11487 highlighted compilation termination messages.
11488
11489 2006-07-19 Kim F. Storm <storm@cua.dk>
11490
11491 * progmodes/grep.el (grep-find-ignored-directories):
11492 Add .svn and _darcs to list.
11493
11494 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
11495
11496 * dired.el (dired-mode-map): Add key binding `C-te' for
11497 `tumme-dired-edit-comment-and-tags'.
11498
11499 * tumme.el (tumme-display-thumbnail-original-image): Make sure
11500 image display buffer is displayed before call to
11501 `tumme-display-image.
11502 (tumme-dired-display-image): Make sure image display buffer is
11503 displayed before call to `tumme-display-image.
11504 (tumme-mouse-display-image): Make sure image display buffer is
11505 displayed before call to `tumme-display-image.
11506 (tumme-widget-list): Add.
11507 (tumme-dired-edit-comment-and-tags): Add.
11508 (tumme-save-information-from-widgets): Add.
11509
11510 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11511
11512 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
11513
11514 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11515
11516 * progmodes/sh-script.el (sh-font-lock-keywords-1):
11517 Revert inadvertently installed patch hunk.
11518
11519 * progmodes/compile.el (compilation-find-file): Handle the
11520 cases where the user selects a non-existent file.
11521
11522 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11523
11524 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
11525
11526 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11527
11528 * subr.el (sit-for): Just sleep-for if noninteractive.
11529
11530 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11531
11532 * emacs-lisp/autoload.el (make-autoload): Use new arg.
11533
11534 * custom.el (custom-autoload): Add `noset' argument.
11535 (custom-push-theme): Don't autoload the variable, let callers do it.
11536 (custom-theme-set-variables): Autoload the variable if necessary.
11537
11538 * cus-edit.el (custom-variable-state-set): If the variable was
11539 originally set outside custom, but to the same value as the default,
11540 consider it to be standard.
11541
11542 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
11543 file *before* telling Emacs to add the autoloads, in case it fails.
11544
11545 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
11546 Use `cond', push', and `dolist'.
11547
11548 2006-07-17 Richard Stallman <rms@gnu.org>
11549
11550 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
11551 Add defvars to silence warnings.
11552
11553 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11554
11555 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11556 Don't highlight "Compiling file" messages as error.
11557
11558 * dired-aux.el (dired-compress-file): Confirm again if gzipped
11559 file already exists.
11560
11561 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
11562
11563 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
11564 entry, don't assign to free var; simply return the extracted filename.
11565 (ff-treat-as-special): Incorporate common preamble from callers.
11566 (ff-other-file-name, ff-find-the-other-file):
11567 Update call to ff-treat-as-special.
11568
11569 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
11570
11571 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
11572
11573 * tumme.el (tumme-get-comment): Fix bug.
11574
11575 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11576
11577 * files.el: Remove spurious * in docstrings.
11578
11579 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11580
11581 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
11582 grammar.
11583 (allout-beginning-of-current-line): Beware beginning of buffer.
11584 Also, a comment is simplified.
11585 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
11586 when appropriate. (This fix enables use for other than
11587 bullet-hotspot operation.)
11588 (allout-hide-current-subtree): While escalating to sibling-close,
11589 make sure to situate on a topic.
11590
11591 2006-07-14 Kim F. Storm <storm@cua.dk>
11592
11593 * emulation/cua-base.el (cua-delete-selection)
11594 (cua-toggle-set-mark): New defcustoms.
11595 (cua-rectangle-modifier-key): Add `alt' modifier.
11596 (cua-replace-region): Don't delete if cua-delete-selection is nil.
11597 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
11598 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
11599
11600 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
11601
11602 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11603
11604 * allout.el: Require 'cl during byte-compilation/interactive load,
11605 for the `assert' macro.
11606 (allout-mode-deactivate-hook): New hook, run when allout mode
11607 deactivates.
11608 (allout-developer): New allout customization subgroup.
11609 (allout-run-unit-tests-on-load): New allout-developer
11610 customization variable, when true allout unit tests are run towards
11611 end of file load/eval.
11612 (allout-inhibit-auto-fill): Disable auto-fill activity even during
11613 auto-fill-mode.
11614 (allout-resumptions): Remove, to be replaced by...
11615 (allout-add-resumptions): Register variable settings to be
11616 reinstated by `allout-do-resumptions'. The settings are made
11617 buffer-local, but the locality/globality of the suspended setting
11618 is restored on resumption.
11619 (allout-do-resumptions): Reinstate all settings suspended using
11620 `allout-add-resumptions'.
11621 (allout-test-resumptions): Unit tests (and intermediate variables)
11622 for resumptions.
11623 (allout-tests-globally-unbound, allout-tests-globally-true)
11624 (allout-tests-locally-true): Intermediate variables for
11625 resumptions unit tests.
11626 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
11627 (allout-exposure-category): Replaces 'allout-overlay-category variable.
11628 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
11629 instead of retired `allout-resumptions'. For hook functions, use
11630 `local' parameter so hook settings are created and removed as
11631 buffer-local settings. Revise (resumptions) setting
11632 auto-fill-function so it is set only if already active. (The
11633 related fill-function settings are all made in either case, so
11634 that activating auto-fill-mode activity will have the custom
11635 allout-mode behaviors (hanging indent on topics, if configured for it).
11636 Remove all allout-exposure-category overlays on mode deactivation.
11637 (allout-hotspot-key-handler): New function extracted from
11638 `allout-pre-command-business', so the functionality can be used
11639 for other purposes, eg as a binding in an overlay.
11640 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
11641 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
11642 customization variable.
11643 (allout-run-unit-tests): Run the (currently quite small)
11644 repertoire of unit tests. Called just before the provide iff user
11645 has customized `allout-run-unit-tests-on-load' non-nil.
11646
11647 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11648
11649 * emacs-lisp/authors.el (authors-aliases): Update.
11650
11651 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
11652
11653 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
11654 gdb-source-window. Add dedicated argument.
11655 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
11656 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
11657 (gdb-display-threads-buffer, gdb-display-memory-buffer)
11658 (gdb-display-locals-buffer): Use it.
11659
11660 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
11661 Set gdb-source-window.
11662
11663 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11664
11665 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
11666 minor modes, redundant with the custom-autoload line above.
11667
11668 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
11669
11670 * longlines.el (longlines-post-command-function): Handle open-line too.
11671
11672 2006-07-12 Richard Stallman <rms@gnu.org>
11673
11674 * progmodes/grep.el (grep-last-buffer): Doc fix.
11675
11676 * info.el (Info-try-follow-nearest-node): Doc fix.
11677
11678 * emacs-lisp/edebug.el (edebug-instrument-function):
11679 Err if find-function-noselect gives no position.
11680
11681 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11682 If can't find definition, return nil for position.
11683 (find-function-do-it): Handle new return value
11684 of find-definition-noselect.
11685 (find-definition-noselect, find-variable-noselect): Doc fix.
11686 (find-function-noselect): Doc fix.
11687
11688 * help-mode.el (help-variable-def): Handle find-variable-noselect
11689 returning no position.
11690 (help-function-def): Likewise for find-function-search-for-symbol.
11691 (help-face-def): Likewise.
11692
11693 * help-fns.el (describe-variable): Handle find-variable-noselect
11694 returning no position.
11695
11696 * files.el (locate-file-completion): Avoid duplicates in result.
11697
11698 * cus-edit.el (custom-no-edit): New command.
11699 (custom-mode-map): Remap to custom-no-edit instead of
11700 using suppress-keymap.
11701
11702 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
11703
11704 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11705 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11706 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
11707
11708 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
11709
11710 2006-07-11 Kim F. Storm <storm@cua.dk>
11711
11712 * ido.el (ido-copy-current-file-name): Use buffer-name if
11713 buffer-file-name is nil.
11714
11715 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
11716
11717 * simple.el (undo-ask-before-discard): Set to nil.
11718
11719 * vc.el (vc-exec-after): Don't delete process manually.
11720 (vc-print-log): Run log-view-mode in process sentinel inside
11721 inhibit-read-only. Don't shrink window due to timing issues.
11722
11723 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
11724 Avoid using with-output-to-temp-buffer, which clobbers local vars.
11725
11726 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11727
11728 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11729 Fix ambiguity introduced by last change.
11730 (compilation-find-file): Move save-excursion to where it may
11731 make sense. Fix a left over `find-file'.
11732
11733 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
11734
11735 * textmodes/texinfmt.el (texinfo-format-separate-node):
11736 Insert a string before point, which fits documentation, not after.
11737 (texinfo-multitable-item): In a multitable row, insert any
11738 additional needed @tabs and spaces.
11739
11740 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
11741
11742 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11743 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11744 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
11745 instead of shell-command.
11746 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
11747 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
11748 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
11749 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
11750 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
11751 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
11752
11753 2006-07-11 Kim F. Storm <storm@cua.dk>
11754
11755 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
11756 Remove special case for seconds < 0. Use (redisplay t) instead.
11757
11758 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
11759
11760 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
11761 avoid compilation error.
11762
11763 * subr.el (sit-for): New function.
11764
11765 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
11766
11767 2006-07-10 Richard Stallman <rms@gnu.org>
11768
11769 * ldefs-boot.el (edebug): Update page.
11770
11771 2006-07-10 Kim F. Storm <storm@cua.dk>
11772
11773 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
11774 to FOR-RELEASE and TODO.
11775
11776 2006-07-10 Romain Francoise <romain@orebokech.com>
11777
11778 * emacs-lisp/authors.el (authors-aliases): Update.
11779
11780 2006-07-10 Alan Mackenzie <acm@muc.de>
11781
11782 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
11783 * cc-mode.el: Changes to eradicate eval-after-load.
11784
11785 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
11786
11787 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
11788 on non-char events.
11789
11790 2006-07-09 Romain Francoise <romain@orebokech.com>
11791
11792 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11793 Don't highlight start/end markers as compilation messages.
11794
11795 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
11796 to t.
11797
11798 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
11799
11800 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
11801
11802 2006-07-08 Richard Stallman <rms@gnu.org>
11803
11804 * term/x-win.el (x-handle-display): Add doc string.
11805
11806 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11807
11808 * subr.el (def-edebug-spec): Move here.
11809 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
11810
11811 * imenu.el (imenu-choose-buffer-index): Doc fix.
11812
11813 2006-07-08 Romain Francoise <romain@orebokech.com>
11814
11815 * term/x-win.el (x-display-name): Fix typo.
11816
11817 2006-07-08 Eli Zaretskii <eliz@gnu.org>
11818
11819 * hexl.el (hexl-find-file): Doc fix.
11820
11821 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11822
11823 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
11824
11825 * term/x-win.el (x-display-name): Doc fix.
11826
11827 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11828
11829 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
11830 long prefixes.
11831 (fill-region-as-paragraph): Don't round up to a whole line.
11832 (fill-comment-paragraph): Don't include the code-before-the-comment
11833 when calling fill-region-as-paragraph.
11834
11835 * international/mule.el (make-char): Remove redundancy.
11836
11837 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
11838 property may contain an anonymous function rather than a symbol.
11839
11840 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
11841
11842 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11843 Use shy regexp. Fix incorrect backref to potentially unmatched group.
11844
11845 * dirtrack.el (dirtrack-default-directory-function): Remove.
11846 (dirtrack-directory-function): Use file-name-as-directory.
11847 (dirtrack-windows-directory-function): Simplify.
11848 (dirtrack-forward-slash, dirtrack-backward-slash)
11849 (dirtrack-replace-slash): Remove.
11850 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
11851 (dirtrack): Fix wrong parenthesizing; use match-string.
11852
11853 * progmodes/octave-inf.el: Remove spurious * in docstrings.
11854 (inferior-octave-mode): Only change the buffer-local value of
11855 comint-dynamic-complete-functions.
11856 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
11857 Move the initialization to the declaration.
11858 (inferior-octave-complete): Remove unused var `filter'.
11859
11860 * shell.el (shell-mode): Only change the buffer-local value of
11861 comint-dynamic-complete-functions.
11862
11863 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
11864
11865 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
11866 entry is skipped because it has been scheduled.
11867 (org-prepare-agenda-buffers): Don't mark buffers as modified when
11868 changing `:org-archived' and `:org-comment' properties.
11869
11870 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
11871
11872 * server.el (server-select-display): Don't make the temp frame
11873 minibuffer-only, in case it's not a temp frame.
11874 (server-process-filter): Don't delete the temp frame if it's the
11875 only one we have on that display.
11876
11877 * files.el (find-alternate-file): Doc fix.
11878
11879 2006-07-05 Richard Stallman <rms@gnu.org>
11880
11881 * files.el (abbreviate-file-name): Add save-match-data.
11882
11883 2006-07-03 Richard Stallman <rms@gnu.org>
11884
11885 * faces.el (read-face-name): Doc fix.
11886
11887 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
11888
11889 * net/goto-addr.el (goto-address): Mark as safe for local evals.
11890
11891 2006-07-05 Andre Spiegel <spiegel@gnu.org>
11892
11893 * vc.el (vc-diff-internal): Fix prev change.
11894
11895 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
11896
11897 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
11898 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
11899
11900 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11901
11902 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
11903 fails if the symbol contains chars like ( or '.
11904 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
11905 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
11906 `short'.
11907
11908 2006-07-04 Kenichi Handa <handa@m17n.org>
11909
11910 * international/mule-cmds.el (set-language-info): If LANG-ENV is
11911 the current one, don't call set-language-environment, but call one
11912 of set-language-environment-XXX to make INFO effective now.
11913 (set-language-environment): Call set-language-environment-XXX
11914 functions instead of doing the various setups directly.
11915 (set-language-environment-coding-systems): Delete argument eol-type.
11916 (set-language-environment-input-method)
11917 (set-language-environment-nonascii-translation)
11918 (set-language-environment-charset)
11919 (set-language-environment-fontset)
11920 (set-language-environment-unibyte): New functions.
11921
11922 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
11923
11924 * locate.el (locate-update-when-revert): New option.
11925 (locate-update-path): New option (suggested by Michael Albinus).
11926 (locate-prompt-for-command): Whitespace change.
11927 (locate-update): No longer offer to update the locate database by
11928 default. Implement the two new options.
11929
11930 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
11931
11932 * tooltip.el: Move comment about track-mouse...
11933
11934 * progmodes/gud.el: ...to here.
11935
11936 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
11937
11938 * facemenu.el (facemenu-listed-faces): New var.
11939 (facemenu-unlisted-faces): Variable deleted.
11940 (facemenu-add-new-face): Use facemenu-listed-faces.
11941
11942 * emulation/viper-init.el, calendar/calendar.el:
11943 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
11944
11945 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
11946
11947 * textmodes/org.el (org-mode): Remove no invalid settings for
11948 calc embedded mode.
11949 (org-mode-p): New defsubst.
11950 (org-save-all-org-buffers): New function.
11951 (org-first-headline-recenter): Enclose outline-regexp in group
11952 delimiters.
11953 (org-set-tags): Keep single space after stars.
11954
11955 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11956
11957 * window.el (set-window-text-height): Only set window-min-height to
11958 1 if that's the requested size.
11959
11960 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
11961 (diff-unified->context, diff-context->unified)
11962 (diff-reverse-direction): Make sure the end marker stays at the end.
11963 (diff-mode): Add the keymap table at the end of docstring.
11964 Use lexical-let rather than constructing a closure manually.
11965
11966 * files.el (find-file-noselect-1): Remove unused var assignment.
11967 (hack-local-variables-confirm): Print lists of strings as lists of
11968 strings rather than lists of symbols.
11969 (abbreviate-file-name, hack-local-variables-prop-line):
11970 Use match-string.
11971 (hack-one-local-variable): Move `make-local-variable' nearer its use.
11972 (recover-session-finish): Use line-end-position.
11973
11974 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
11975
11976 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
11977
11978 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
11979
11980 * progmodes/make-mode.el (makefile-macroassign-regex):
11981 Accept preceding keyword.
11982 (makefile-gmake-statements): Reorganize, now that makepp has
11983 "override" and also handle forgotten "override define".
11984 (makefile-makepp-statements): Add new "global", "override export"
11985 and "override global".
11986
11987 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
11988
11989 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
11990 (ada-compile-mouse-goto-error, ada-deactivate-properties)
11991 (ada-no-auto-case): Fix typos in docstrings.
11992
11993 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
11994
11995 * info.el (Info-find-node-2): Search for makeinfo version more
11996 carefully.
11997
11998 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
11999
12000 * textmodes/org.el (org-prepare-agenda-buffers):
12001 Use `invisible-OK' argument for `org-end-of-subtree'.
12002 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
12003 (org-beginning-of-item): Fix bug in regular expression for white line.
12004 (org-export-as-html): Enforce space after bullet in plain list items.
12005 (org-set-autofill-regexps): Require space after plain list bullet
12006 for paragraph-start.
12007 (org-ts-regexp3): New constant.
12008 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
12009 (org-timestamp-up-day, org-timestamp-down-day)
12010 (org-timestamp-change): Work with inactive timestamps.
12011 (org-ts-regexp1): Don't allow brackets in time stamps.
12012
12013 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
12014
12015 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
12016 for ignoring links.
12017
12018 * faces.el (read-face-name): Use it.
12019
12020 2006-06-28 Juri Linkov <juri@jurta.org>
12021
12022 * buff-menu.el (list-buffers-noselect): Compare Info file
12023 with the string "dir" to detect Info directory.
12024
12025 * complete.el (partial-completion-mode): In lambda for
12026 `choose-completion-string-functions' use full function signature
12027 with 4 args, and move point to the end of the minibuffer only if arg
12028 `mini-p' is non-nil.
12029
12030 2006-06-28 John Paul Wallington <jpw@pobox.com>
12031
12032 * ibuffer.el (ibuffer-mode): Doc fix.
12033
12034 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
12035
12036 * textmodes/org.el (org-context): New contexts :item-bullet,
12037 :latex-fragment, :latex-preview.
12038 (org-overlays-at, org-overlay-start, org-overlay-end):
12039 New compatibility functions.
12040 (org-inside-LaTeX-fragment-p): More accurate matching, using the
12041 exact regexp that will be used during export.
12042 (org-latex-regexps): New variable.
12043 (org-cdlatex-mode): Improve advice for `texmathp'.
12044 (turn-on-org-cdlatex): New function.
12045
12046 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12047
12048 * term/mac-win.el (mac-handle-font-selection): Change keys of
12049 mac-atsu-font-table from strings to numbers.
12050 (mac-ts-caret-position): Use also when cursor-type is nil.
12051 (mac-ts-update-active-input-area): Add Mac OS Classic support.
12052 Relax condition for using overlay strings.
12053 Use mac-ts-caret-position face when cursor-type is nil.
12054
12055 2006-06-26 Kim F. Storm <storm@cua.dk>
12056
12057 * help.el (view-emacs-news): Declare `res' in the right let* form.
12058
12059 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
12060
12061 * net/rcompile.el (remote-compile): Replace ange-ftp based
12062 implementation by Tramp functions.
12063 Suggested by Marc Abramowitz <msabramo@gmail.com>.
12064
12065 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
12066
12067 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
12068
12069 * international/fontset.el (setup-default-fontset): Fix a typo in
12070 the "Oriya-Akruti" registry name.
12071
12072 2006-06-23 Lars Hansen <larsh@soem.dk>
12073
12074 * desktop.el (desktop-full-file-name): New function.
12075 (desktop-kill, desktop-save, desktop-remove, desktop-read)
12076 (desktop-revert): Use it.
12077 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
12078 (desktop-after-read-hook): Add option list-buffers.
12079 (desktop-locals-to-save): Add tab-width.
12080 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
12081 Fix docstring.
12082
12083 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
12084
12085 * textmodes/org.el (org-cdlatex-mode-map)
12086 (org-cdlatex-texmathp-advice-is-done): New variables.
12087 (org-cdlatex-mode): New minor mode.
12088 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
12089 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
12090 (org-export-with-archived-trees): New option.
12091 (org-open-file): Remove the call to `convert-standard-filename'.
12092 (org-archive-tag, org-agenda-skip-archived-trees)
12093 (org-cycle-open-archived-trees)
12094 (org-sparse-tree-open-archived-trees): New options.
12095 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
12096 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
12097 New functions.
12098 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
12099 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
12100 (org-mode-map): Add binding for `org-toggle-archive-tag'.
12101 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
12102 Call `org-prepare-agenda-buffers'.
12103 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
12104 (org-file-apps, org-file-apps-defaults-gnu)
12105 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
12106 Handle remote files by forcing them to be opened in Emacs.
12107
12108 2006-06-23 Andre Spiegel <spiegel@gnu.org>
12109
12110 * vc.el (vc-diff-knows-L): New variable.
12111 (vc-diff-internal): Use it to handle "diff" programs that don't
12112 understand -L. This works automatically, no user action is necessary.
12113
12114 2006-06-23 Daniel Brockman <daniel@brockman.se>
12115
12116 * net/rcirc.el (rcirc-default-user-full-name): Default to
12117 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
12118 longer exists).
12119 (rcirc-process-list): Check `buffer-live-p' before attempting to
12120 switch to a buffer.
12121
12122 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
12123
12124 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
12125 based on rcirc-coding-system-alist.
12126
12127 2006-06-23 Martin Rudalics <rudalics@gmx.at>
12128
12129 * cus-edit.el (customize-apropos): A better error message.
12130 (top level) <debug-ignored-errors>: Extend and update the list of
12131 ignored error messages.
12132
12133 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
12134
12135 * complete.el (PC-do-completion): Retain capitalization of user
12136 input, when possible, even if completion-ignore-case is set.
12137
12138 2006-06-23 Eli Zaretskii <eliz@gnu.org>
12139
12140 * generic-x.el (bat-generic-mode): Support .cmd files.
12141
12142 * dos-w32.el (top level): Use find-file-not-found-functions
12143 instead of the obsolete find-file-not-found-hooks.
12144
12145 2006-06-22 Kim F. Storm <storm@cua.dk>
12146
12147 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
12148 to recognize mode name containing submodes, such as Grep/lw.
12149
12150 2006-06-21 Kim F. Storm <storm@cua.dk>
12151
12152 * simple.el (line-move-1): Check for move-end-of-line instead of
12153 end-of-line when setting temporary-goal-column.
12154
12155 2006-06-21 Miles Bader <miles@gnu.org>
12156
12157 * play/cookie1.el (cookie): Work properly when there's only one entry.
12158
12159 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
12160
12161 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
12162 (gdb-frame-handler): Generalize frame regexp for templates.
12163
12164 2006-06-20 Glenn Morris <rgm@gnu.org>
12165
12166 * calendar/appt.el (appt-display-format): Default value must be
12167 one of the customize options.
12168
12169 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
12170
12171 * term/xterm.el (terminal-init-xterm): Update key availability info.
12172 Bind C-return.
12173
12174 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
12175
12176 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
12177
12178 * files.el (hack-local-variables): Run `hack-local-variables-hook'
12179 whether or not a local variables list is defined.
12180
12181 * msb.el (msb): Move `sit-for' hack here to handle both
12182 "mouse-down and drag" and "mouse-up and select" situations.
12183 (mouse-select-buffer): Move `sit-for' hack to `msb'.
12184
12185 2006-06-20 Kenichi Handa <handa@m17n.org>
12186
12187 * international/characters.el (word-combining-categories):
12188 Add entries for 2-byte Han characters.
12189
12190 2006-06-19 Richard Stallman <rms@gnu.org>
12191
12192 * bindings.el (mode-line-format): Save some mode line space.
12193
12194 * files.el (find-file-noselect): Improve the question wording.
12195 (basic-save-buffer-2): Mask UMASK against 666.
12196
12197 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
12198 (mouse-drag-vertical-line): Call it.
12199
12200 * cus-edit.el (customize-option, customize-option-other-window):
12201 Error if SYMBOL is nil.
12202
12203 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
12204
12205 * textmodes/org.el: Require noutline, also on XEmacs.
12206 (org-end-of-subtree): Return point.
12207 (org-dblock-start-re, org-dblock-end-re): New constants.
12208 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
12209 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
12210 (org-update-all-dblocks, org-find-dblock): New functions.
12211 (org-collect-clock-time-entries): New function.
12212 (org-html-handle-time-stamps): Never export CLOCK timeranges.
12213 (org-fixup-indentation): Modify to deal correctly with lines
12214 starting with TAB. Only one argument DIFF now.
12215 (org-demote, org-promote): Call `org-fixup-indentation' with just
12216 one argument, DIFF.
12217 (org-mode): Don't mark buffer as modified when aligning tables.
12218 (org-clock-sum): Don't mark buffer modified when adding time sum
12219 properties.
12220 (org-export-as-html): Add support for a link validation function.
12221 (org-archive-all-done): New function.
12222 (org-archive-subtree): New prefix argument. When set, archive all
12223 done subtrees in this buffer.
12224 (org-remove-clock-overlays)
12225 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
12226 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
12227 (org-put-clock-overlay): Don't swallow last headline character
12228 when displaying overlay.
12229 (org-store-link): Link to `image-mode' with just the file name.
12230
12231 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
12232
12233 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
12234 Use read-key-sequence.
12235 (viper-after-change-undo-hook): Misc enhancements.
12236 (viper-after-change-undo-hook): New hook.
12237 (viper-undo): Use viper-after-change-undo-hook.
12238 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
12239 (viper-next-line-at-bol): If point is on a widget or a button, simulate
12240 clicking on that widget/button.
12241
12242 * emulation/viper.el (viper-mode): Allow a separate cursor color
12243 in Emacs state.
12244
12245 * ediff-diff.el (ediff-test-patch-utility): Catch errors.
12246 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
12247 (ediff-set-actual-diff-options): New function.
12248 (ediff-reset-diff-options, ediff-toggle-ignore-case):
12249 Use ediff-set-actual-diff-options.
12250 (ediff-extract-diffs): Catch errors.
12251 (ediff-whitespace): Add non-breakable space.
12252 (ediff-same-file-contents): Catch errors.
12253
12254 * ediff-mult.el (ediff-collect-custom-diffs):
12255 Save coding-system-for-read.
12256
12257 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
12258 (ediff-vc-internal, ediff-vc-merge-internal):
12259 Use ediff-delete-version-file.
12260 (ediff-delete-version-file): New function.
12261
12262 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
12263
12264 * ediff.el (ediff-directories, ediff-directory-revisions)
12265 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
12266 (ediff-directories-internal, ediff-merge-directory-revisions)
12267 (ediff-merge-directory-revisions-with-ancestor)
12268 (ediff-directories3): Use read-directory-name.
12269
12270 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
12271
12272 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
12273 Remove superfluous part of regexp for brace matching which is handled
12274 by `scan-lists' call.
12275
12276 2006-06-16 Richard Stallman <rms@gnu.org>
12277
12278 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
12279
12280 * files.el (basic-save-buffer-2): For a new precious file,
12281 use the default modes in the return value.
12282
12283 * facemenu.el (facemenu-color-alist): Doc fix.
12284
12285 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
12286
12287 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12288
12289 * cus-start.el (all): Add mac-ts-script-language-on-focus.
12290
12291 * term/mac-win.el (mac-text-encoding-ascii): New constant.
12292 (mac-utxt-to-string): Use it.
12293 (mac-ts-update-active-input-area): Use mac-ae-number.
12294
12295 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12296
12297 * term.el (term-handle-scroll, term-delete-lines)
12298 (term-insert-lines): Fix off by one errors.
12299
12300 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
12301
12302 * net/tramp.el (tramp-touch): Use UTC to express time.
12303
12304 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
12305
12306 * mail/sendmail.el (mail-send): Search explicitly for
12307 mail-header-separator when checking for corrupted header lines.
12308
12309 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
12310
12311 * progmodes/gdb-ui.el (gdb-same-frame): New option.
12312 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
12313 (gdb-init-1): Initialise them.
12314 (gdb-starting): Reset gdb-printing
12315 (gdb-starting): Save value of gud-overlay-arrow-position.
12316 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
12317 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
12318 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
12319 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
12320
12321 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12322
12323 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
12324
12325 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
12326
12327 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
12328 (ldap-search-internal): Keep error messages, and a regexp fix.
12329
12330 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
12331
12332 * files.el (hack-local-variables-confirm):
12333 Display string value using its printed representation.
12334
12335 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
12336
12337 * server.el (server-edit): No-op if no server buffers exist.
12338
12339 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
12340
12341 * textmodes/page-ext.el (pages-directory-for-addresses):
12342 Including `pages-directory-address-mode' in the function results
12343 in the message "Buffer in which pages were found is deleted".
12344
12345 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
12346
12347 * textmodes/org.el (org-agenda-mode-map): Add bindings for
12348 clocking functions.
12349
12350 (org-agenda-clock-in, org-check-running-clock)
12351 (org-clock-out-if-current, org-remove-clock-overlays)
12352 (org-put-clock-overlay): New functions.
12353 (org-clock-marker, org-clock-file-total-minutes)
12354 (org-clock-overlays): New variables.
12355 (org-clock-display, org-clock-sum, org-clock-cancel)
12356 (org-clock-out, org-clock-in): New commands.
12357 (org-export): New function.
12358 (org-emph-re): New constant.
12359 (org-set-emph-re, org-do-emphasis-faces): New functions.
12360 (org-emphasis-regexp-components, org-emphasis-alist): New options.
12361 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
12362 (org-export-html-convert-emphasize): Use the configurable emphasis.
12363 (org-cleaned-string-for-export): Make multiline emphasis visible
12364 to the exporter. New optional argument PARAMETERS.
12365 (org-export-as-html): Specify :emph-multiline parameter to
12366 `org-cleaned-string-for-export'.
12367
12368 2006-06-10 Richard Stallman <rms@gnu.org>
12369
12370 * help.el (help-for-help-internal): Clean up help text.
12371
12372 2006-06-10 Andreas Schwab <schwab@suse.de>
12373
12374 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
12375 in doc string.
12376
12377 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
12378
12379 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
12380
12381 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
12382 spaces after the comment start.
12383
12384 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12385
12386 * play/pong.el (pong-init-buffer):
12387 Fill buffer with spaces instead of ^A.
12388
12389 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
12390 launched asynchronously, delete its process instead of being cool.
12391 (ispell-async-processp): Check for `delete-process' existence
12392 instead of `kill-process' one for consistency.
12393
12394 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
12395
12396 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
12397 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
12398 in mode line at startup.
12399
12400 2006-06-08 Kim F. Storm <storm@cua.dk>
12401
12402 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
12403 (ido-init-completion-maps): Bind them to M-SPC and M-v.
12404 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
12405 (ido-file-internal): Pass full file name to write-file.
12406 (ido-read-internal): Only pop stack elements automatically if they
12407 actually match an existing directory or file name.
12408
12409 2006-06-07 Kenichi Handa <handa@m17n.org>
12410
12411 * international/mule.el (find-auto-coding): Don't handle the short
12412 name `char-trans'.
12413
12414 * files.el (hack-local-variables-prop-line)
12415 (hack-local-variables): Cancel the previous change.
12416
12417 2006-06-06 Jesper Harder <harder@phys.au.dk>
12418
12419 * ediff-diff.el (ediff-test-utility): Protect against file-error.
12420
12421 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
12422
12423 * diff-mode.el (diff-mode): Set buffer-read-only to t when
12424 diff-default-read-only is non-nil.
12425 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
12426 (diff-refine-hunk): Set inhibit-read-only to t.
12427
12428 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
12429 modifying the *Diff* buffer.
12430 (diff-process-filter): New filter function for diff process that
12431 sets inhibit-read-only to t when modifying the *Diff* buffer.
12432
12433 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
12434
12435 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
12436 insertion point and control the number of empty lines.
12437 (org-paste-subtree): Limit the number of empty lines at the end of
12438 the inserted tree.
12439 (org-agenda): Use buffer name of current file for narrowing.
12440 (org-export-as-xml): Command removed.
12441 (org-export-xml-type): Option removed.
12442 (org-mode-map): Call `org-export-as-xoxo' directly.
12443 (org-get-indentation): New optional argument LINE.
12444 (org-fix-indentation, org-remove-tabs): New functions.
12445 (org-export-as-ascii, org-ascii-level-start): Determine and apply
12446 correct indentation for headlines that are converted it items.
12447 (org-skip-comments): Remove table lines that contain narrowing
12448 cookies but no other non-empty fields.
12449 (org-set-tags): Allow groups of mutually exclusive tags.
12450 (org-cmp-time): Sort 24:21 before items without time.
12451 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
12452 (org-open-at-point): Require double colon also for numbers.
12453
12454 2006-06-06 Kim F. Storm <storm@cua.dk>
12455
12456 * ido.el (ido-default-file-method, ido-default-buffer-method):
12457 Make choice values consistent with corresponding command names.
12458 (ido-visit-buffer): Update accordingly. Default to selected-window.
12459
12460 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
12461
12462 * progmodes/gud.el (gud-running): Fix doc string.
12463 (gud-menu-map): Use :visible instead fo :enable for debugger test.
12464 (gud-tooltip-modes): Add python-mode.
12465 (gud-tooltip-print-command): Add pdb. Remove perldb.
12466
12467 2006-06-05 Eli Zaretskii <eliz@gnu.org>
12468
12469 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
12470 Quote $(EMACS).
12471
12472 2006-06-05 Richard Stallman <rms@gnu.org>
12473
12474 * faces.el (defined-colors): Doc fix.
12475
12476 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
12477
12478 * vc.el (vc-process-filter): Inhibit undo info collection around
12479 call to insert.
12480 (vc-setup-buffer): Likewise for call to erase-buffer.
12481 (vc-do-command): Likewise for call to process-file.
12482
12483 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
12484
12485 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
12486 for gud-go.
12487 (gud-common-init): Other debuggers may trigger error.
12488
12489 2006-06-05 Kenichi Handa <handa@m17n.org>
12490
12491 * international/mule.el (find-auto-coding):
12492 Handle enable-character-translation in file header.
12493
12494 2006-06-04 Kim F. Storm <storm@cua.dk>
12495
12496 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
12497 (authors-fixed-entries): Fix spelling.
12498 (authors-canonical-file-name): Don't report error for wildcards.
12499
12500 * help.el (view-emacs-news): Rewrite to support new NEWS,
12501 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
12502 e.g. version 10 matches 1.10, and don't be confused by version 1.1
12503 being a prefix of 1.12 (etc). A numeric prefix arg also works.
12504
12505 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
12506
12507 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
12508 exec constructs like `foo bar`.
12509 (sh-quoted-subshell): New helper function to search for a possibly
12510 nested subshell (like `` or $()) within a "" quoted string.
12511 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
12512 (sh-apply-quoted-subshell): Flag quote characters inside a
12513 subshell, which is itself already in a quoted region, as
12514 punctuation, since this is the closest to what they actually are.
12515 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
12516 sh-apply-quoted-subshell.
12517 (sh-font-lock-syntactic-face-function): Apply the new face for
12518 text inside `` instead of the old font-lock-string-face.
12519
12520 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12521
12522 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
12523 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
12524 (mac-bytes-to-text-range, mac-ae-text-range-array)
12525 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
12526 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
12527 (mac-ts-unicode-for-key-event): New functions.
12528 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
12529 (mac-handle-font-selection): Use mac-ae-number.
12530 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
12531 New variables.
12532 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
12533 (mac-ts-converted-text, mac-ts-selected-converted-text)
12534 (mac-ts-block-fill-text, mac-ts-outline-text)
12535 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
12536 (mac-ts-hilite-style-faces): New constant.
12537 (mac-apple-event-map): Bind text input events.
12538 (mac-dispatch-apple-event): Use command-execute instead of
12539 call-interactively.
12540 (global-map): Don't bind mac-apple-event.
12541 (special-event-map): Bind mac-apple-event.
12542
12543 2006-06-02 Eli Zaretskii <eliz@gnu.org>
12544
12545 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
12546 file name.
12547 (emacs): Enclose the value of $(EMACS) in quotes.
12548
12549 2006-06-02 Juri Linkov <juri@jurta.org>
12550
12551 * international/mule.el (sgml-html-meta-auto-coding-function):
12552 Remove the condition `(search-forward "<html" size t)'.
12553 Replace `\"' with `[\"']?' in `re-search-forward'.
12554
12555 2006-06-02 Kenichi Handa <handa@m17n.org>
12556
12557 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
12558 as well as `coding'.
12559 (hack-local-variables): Likewise.
12560
12561 * international/mule.el (enable-character-translation):
12562 Put permanent-local and safe-local-variable properties.
12563 (find-auto-coding): Handle char-trans: tag.
12564
12565 2006-06-02 Juri Linkov <juri@jurta.org>
12566
12567 * international/mule.el (sgml-html-meta-auto-coding-function):
12568 Limit the search by the end of the HTML header (if any).
12569
12570 2006-06-01 Richard Stallman <rms@gnu.org>
12571
12572 * subr.el (with-current-buffer): Doc fix.
12573
12574 2006-06-02 Masatake YAMATO <jet@gyve.org>
12575
12576 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
12577 Almost rewrite. Underlines over all lines of gcov output are too
12578 uncomfortable to read. Suggested by Dan Nicolaescu.
12579
12580 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
12581
12582 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
12583
12584 * shell.el (shell-mode): Use shell-mode-map in docstring.
12585
12586 * comint.el (comint-send-input): Do not add help-echo and
12587 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
12588
12589 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12590
12591 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
12592
12593 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
12594
12595 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
12596 (gdb-stopped, gdb-info-stack-custom): If there is no source info
12597 look up the stack and pop up GUD buffer if necessary.
12598 (gdb-frames-select): Remove redundant call to gud-display-frame.
12599 (gdb-info-threads-custom): Keep point at start of buffer.
12600 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
12601
12602 2006-05-31 Juri Linkov <juri@jurta.org>
12603
12604 * replace.el (query-replace-read-from, query-replace-read-to):
12605 Bind `history-add-new-input' to nil. Call `add-to-history'.
12606
12607 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
12608
12609 * textmodes/table.el: Convert all HTML tags to lower case for
12610 XHTML compatibility.
12611
12612 2006-05-31 Masatake YAMATO <jet@gyve.org>
12613
12614 * progmodes/compile.el:
12615 (compilation-error-regexp-alist-alist::gcov-called-line):
12616 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
12617
12618 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
12619
12620 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
12621 Revert inadvertent changes made with last commit.
12622
12623 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
12624
12625 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
12626 New functions.
12627
12628 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
12629
12630 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
12631
12632 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
12633 only matches in the right place.
12634 (org-upcoming-deadline): New face.
12635 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
12636 (org-export-ascii-underline): Rename constant `org-ascii-underline'
12637 and make it an option.
12638 (org-export-ascii-bullets): New option.
12639 (org-export-as-html): Many changes to emit valid XHTML.
12640 (org-par-open): New variable.
12641 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
12642 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
12643 (org-timeline): Pass `org-timeline-show-empty-dates' to
12644 `org-get-all-dates'. Interpret empty dates returned by
12645 `org-get-all-dates'.
12646 (org-get-all-dates): New argument EMPTY. Add dates without
12647 entries to the list, mark large ranges of empty dates.
12648 (org-point-in-group, org-context): New functions.
12649
12650 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
12651
12652 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
12653
12654 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
12655 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
12656 to C-mouse-3 (for 2 button mice).
12657 (gdb-send): Do the right thing for C-d.
12658
12659 * speedbar.el (speedbar-detach): Delete.
12660 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
12661 it breaks things.
12662 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
12663
12664 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
12665
12666 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
12667 Makeppfile.
12668
12669 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12670 Add makepp diagnostic.
12671
12672 2006-05-29 Richard Stallman <rms@gnu.org>
12673
12674 * window.el (fit-window-to-buffer): Doc fix.
12675
12676 * help.el (temp-buffer-max-height): Doc fix.
12677
12678 * subr.el (with-current-buffer): Doc fix.
12679
12680 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12681
12682 * term/x-win.el: Bind F10 to menu-bar-start if available.
12683
12684 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
12685
12686 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
12687 uses with a simple test.
12688 (term-set-escape-char, term-mode, term-check-kill-echo-list)
12689 (term-send-raw-string, term-send-raw, term-mouse-paste)
12690 (term-char-mode, term-line-mode, term-exec, term-sentinel)
12691 (term-handle-exit, term-read-input-ring)
12692 (term-previous-matching-input-string)
12693 (term-previous-matching-input-string-position)
12694 (term-previous-matching-input-from-input)
12695 (term-replace-by-expanded-history, term-send-input)
12696 (term-skip-prompt, term-bol, term-send-invisible)
12697 (term-kill-input, term-delchar-or-maybe-eof)
12698 (term-backward-matching-input, term-check-source)
12699 (term-proc-query, term-emulate-terminal)
12700 (term-handle-colors-array, term-process-pager, term-pager-line)
12701 (term-pager-bob, term-unwrap-line, term-word)
12702 (term-dynamic-complete-filename)
12703 (term-dynamic-complete-as-filename)
12704 (term-dynamic-simple-complete): Replace one arm ifs with whens or
12705 unlesses.
12706
12707 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12708
12709 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
12710 during bootstrapping.
12711
12712 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
12713 Basically undo the change of 2006-05-26: use extra arguments instead of
12714 dynamic scoping.
12715 (ewoc-locate): Remove unused var `footer'.
12716
12717 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12718
12719 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
12720
12721 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
12722 (generate-file-autoloads): Obey it. Return whether autoloads were
12723 added at point or not.
12724 (update-file-autoloads): Use this new return value.
12725 Remove redundant test for the presence of an autoload cookie.
12726
12727 * emacs-lisp/autoload.el (autoload-find-file): New fun.
12728 This one calls hack-local-variables.
12729 (generate-file-autoloads, update-file-autoloads): Use it.
12730
12731 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
12732 (bibtex-sort-entry-class): Add safe-local-variable predicate.
12733 (bibtex-sort-entry-class-alist): Don't set the global value.
12734 (bibtex-init-sort-entry-class-alist): New fun.
12735 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
12736 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
12737 of bibtex-init-sort-entry-class.
12738
12739 2006-05-28 Richard Stallman <rms@gnu.org>
12740
12741 * subr.el (load-history-regexp): If FILE is relative, insist
12742 entire last name component must match it.
12743 (load-history-filename-element, load-history-regexp): Doc fixes.
12744
12745 2006-05-29 Kim F. Storm <storm@cua.dk>
12746
12747 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
12748 `pos' and `raw-data' for clarity, as eval forms may access these.
12749
12750 2006-05-28 Kim F. Storm <storm@cua.dk>
12751
12752 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
12753
12754 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12755
12756 * progmodes/make-mode.el (makefile-browser-map)
12757 (makefile-mode-syntax-table): Move initialization inside declaration.
12758 (makefile-fill-paragraph): Use the default comment-filling code.
12759
12760 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
12761
12762 * replace.el (query-replace-defaults): New variable.
12763 (query-replace-read-from): Use `query-replace-defaults' for
12764 default value, instead of history list.
12765 (query-replace-read-to): Update `query-replace-defaults'.
12766
12767 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
12768
12769 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
12770 with no X toolkit.
12771
12772 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
12773
12774 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
12775 (tumme-show-all-from-dir): Add autoload.
12776
12777 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12778
12779 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
12780 (tumme-remove-tag): Fix bug.
12781
12782 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
12783
12784 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
12785 FOOTER args. Update unique caller.
12786 (ewoc-delete): Compute last node once before looping.
12787 (ewoc--node-branch): Merge into unique caller.
12788 (ewoc--node): Don't define constructor make-ewoc--node for this
12789 structure.
12790 (ewoc): Add member `hf-pp' to this structure.
12791 (ewoc--wrap): New func.
12792 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
12793 header/footer pretty-printers. Save header/footer pretty-printer.
12794 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
12795
12796 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
12797
12798 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12799
12800 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
12801 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
12802 Tag'. Change "Compare directories..." to "Change Directories...".
12803 Move tumme commands to Operate, Regexp and Immediate menus.
12804 Change "Add Comment" to "Add Image Comment". Change "Add Image
12805 Tag" to "Add Image Tags".
12806
12807 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
12808 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
12809 `tumme-delete-tag'.
12810
12811 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
12812
12813 * shell.el (shell-mode): Call shell-dirtrack-mode after
12814 list-buffers-directory is made a local variable, to avoid setting
12815 the default value.
12816
12817 2006-05-26 Kevin Ryde <user42@zip.com.au>
12818
12819 * info.el (Info-index-next): Use where-is-internal to report
12820 actual binding of Info-index-next, rather than hard-coded `,'.
12821
12822 2006-05-26 Eli Zaretskii <eliz@gnu.org>
12823
12824 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
12825 and "Find Command in Manual" to here.
12826
12827 * buff-menu.el (list-buffers-noselect): For Info buffers, use
12828 Info-current-file as the file name.
12829
12830 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
12831
12832 * ses.el (defadvice undo-more): Delete this defadvice. The undo
12833 overrides will now be done a different way.
12834 (ses-set-parameter): Reapply this function for undo.
12835 (ses-set-header-row): Reconstruct header row during undo.
12836 (ses-widen): New function.
12837 (ses-goto-data, ses-reconstruct-all): Use new function.
12838 (ses-command-hook): Widen buffer during undo, before unupdating
12839 the cells.
12840 (ses-insert-row, ses-delete-row): Widen buffer during undo.
12841 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
12842 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
12843 formula hasn't been executed yet.
12844
12845 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12846
12847 * comint.el (comint-kill-whole-line): Rename arg to count.
12848 Fix doc string.
12849
12850 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
12851
12852 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
12853 to copy-file.
12854
12855 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12856
12857 * simple.el (toggle-truncate-lines): Make arg optional for
12858 backward compatibility.
12859
12860 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
12861
12862 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
12863 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
12864 DLL arg. Instead, use ewoc--current-dll. Update all callers.
12865 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
12866 (ewoc--adjust): Use ewoc--current-dll.
12867 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
12868
12869 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
12870
12871 * textmodes/org.el (org-next-item, org-previous-item): Emit more
12872 compact error message.
12873 (org-tags-view): Refresh category table in each file.
12874 (org-table-justify-field-maybe): Remove superfluous arguments to
12875 `format'.
12876 (org-export-as-html): Insert "<p>" before postamble.
12877 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
12878
12879 2006-05-26 Kenichi Handa <handa@m17n.org>
12880
12881 * textmodes/po.el (po-find-charset): Pay attention to the case
12882 FILENAME is a cons (NAME . BUFFER).
12883 (po-find-file-coding-system-guts): Likewise.
12884
12885 * arc-mode.el (archive-set-buffer-as-visiting-file):
12886 Call find-operation-coding-system with (FILENAME . BUFFER).
12887
12888 * tar-mode.el (tar-extract): Call find-operation-coding-system
12889 with (FILENAME . BUFFER).
12890
12891 * international/mule.el (decode-coding-inserted-region):
12892 Call find-operation-coding-system with (FILENAME . BUFFER).
12893
12894 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
12895
12896 * image-mode.el (image-toggle-display): Use buffer contents to
12897 generate image for a remote file.
12898
12899 2006-05-25 Juri Linkov <juri@jurta.org>
12900
12901 * replace.el (query-replace-read-from, query-replace-read-to):
12902 Remove 8th arg KEEP-ALL in read-from-minibuffer.
12903
12904 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
12905
12906 * whitespace.el (whitespace-cleanup): Change to cleanup
12907 region if one is active.
12908 * whitespace.el (whitespace-cleanup-internal): New internal method.
12909
12910 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12911
12912 * dired.el (dired-mode-map): Add help-echo strings to tumme
12913 commands. Bind `tumme-dired-display-image' to C-t i.
12914
12915 * tumme.el (tumme-display-image): Change documentation string slightly.
12916 (tumme-dired-display-image): Add call to `display-buffer'.
12917
12918 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
12919
12920 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
12921 Signal error if RAW-DATA is a multibyte string.
12922
12923 2006-05-24 Richard Stallman <rms@gnu.org>
12924
12925 * subr.el (with-local-quit): When handling `quit' signal,
12926 make a chance for quit-flag to cause a quit.
12927
12928 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
12929 (ad-disable-advice): Add autoloads.
12930
12931 * subr.el (read-passwd): Copy PROMPT before changing its properties.
12932
12933 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12934
12935 * dired.el (dired-mode-map): Change menu items for tumme as per
12936 suggestions in emacs-devel.
12937
12938 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12939
12940 * dired.el (dired-mode-map): Fix breakage.
12941
12942 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12943
12944 * tumme.el (tumme-display-dired-image): Rename to...
12945 (tumme-dired-display-image): ...this.
12946 (tumme-track-movement): Change default value to t.
12947 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
12948 used from `tumme-next-line-and-display' and similar commands.
12949
12950 * dired.el (dired-mode-map): Add Thumbnail submenu under the
12951 Immediate menu. Add some tumme commands there.
12952
12953 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
12954
12955 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
12956
12957 2006-05-24 Chong Yidong <cyd@mit.edu>
12958
12959 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
12960 menu entries that open submenus.
12961
12962 2006-05-24 Alan Mackenzie <acm@muc.de>
12963
12964 * startup.el (command-line): For names of preloaded files, don't
12965 append ".elc" (now done in Fload), and call file-truename on the
12966 lisp directory.
12967
12968 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
12969 match ANY loaded file with the right name, not just those in
12970 load-path. Put a regexp matching the file name into
12971 after-load-alist, rather than the name itself.
12972
12973 * subr.el (load-history-regexp, load-history-filename-element)
12974 (do-after-load-evaluation): New functions.
12975
12976 * international/mule.el (load-with-code-conversion): Do the
12977 eval-after-load stuff by calling do-after-load-evaluation.
12978
12979 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12980
12981 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
12982 has not been killed.
12983
12984 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12985
12986 * term/mac-win.el: Set idle timer to clean up expired Apple events.
12987 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
12988 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
12989 Optionally set error message in reply.
12990
12991 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
12992
12993 * textmodes/org.el (org-open-at-point): Use renamed variable
12994 `org-confirm-shell-link-function'.
12995 (org-confirm-shell-link-function): Rename from
12996 `org-confirm-shell-links'.
12997 (org-export-directory): New function.
12998 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
12999 (org-export-icalendar): Use `org-export-directory'.
13000 (org-indent-item): Keep cursor position.
13001 (org-link-file-path-type): New option.
13002 (org-export-as-html): Fix bug with plain lists starting in
13003 column 0.
13004 (org-export-as-html): Remove deadline formatting, this happens
13005 now already in `org-html-handle-time-stamps'.
13006 (org-export-html-style): Deadline class removed.
13007 (org-insert-labeled-timestamps-at-point): New option.
13008 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
13009 of `hide-sublevels 1', in case the first headline is not level 1.
13010 (org-overview, org-content): New fuction.
13011 (org-cycle-global-status, org-cycle-subtree-status): Make these
13012 variables buffer-local.
13013 (org-global-cycle): New command.
13014 (org-shifttab): Use `org-global-cycle'.
13015 (org-insert-heading, org-insert-item): Go to end of new
13016 headline/item after creating it.
13017 (org-export-visible): Rename from `org-export-copy-visible'.
13018 Now creates a temporary org-file and applies an exporting command
13019 to it.
13020 (org-table-eval-formula): Support for lisp forms.
13021 (org-agenda-todo-ignore-scheduled): New option.
13022 (org-agenda-get-todos): Use new option
13023 `org-agenda-todo-ignore-scheduled'.
13024 (org-export-html-inline-images): New value `maybe'.
13025 (org-export-as-html): Inlining of images dependent on link description.
13026 (org-archive-subtree): Check for end-of-buffer before trying
13027 `kill-line'.
13028 (org-agenda-follow-mode): New option.
13029 (org-export-with-tags, org-export-with-timestamps): New options.
13030 (org-html-handle-time-stamps): New function.
13031 (org-keyword-time-regexp): New variable.
13032 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
13033 (org-agenda-todo-list-sublevels): New option.
13034 (org-html-level-start): When TITLE is nil, just close all levels.
13035 (org-parse-key-lines, org-parse-export-options): Remove functions,
13036 replaced by `org-infile-export-plist'.
13037 (org-combine-plists, org-infile-export-plist)
13038 (org-default-export-plist): New functions.
13039 (org-export-html-preamble, org-export-html-postamble)
13040 (org-export-html-auto-preamble, org-export-html-auto-postamble):
13041 New variables.
13042 (org-export-publishing-directory): New option.
13043 (org-export-as-html, org-export-as-ascii): Use the new property
13044 lists for settings.
13045 (org-export-copy-visible, org-export-as-xoxo):
13046 Respect `org-export-publishing-directory'.
13047 (org-link-search, org-store-link, org-file-apps): Support for
13048 links to BibTeX database entries..
13049 (org-get-current-options, org-set-regexps-and-options):
13050 Implement logging as a startup option.
13051 (org-store-link): Make sure context string is never empty
13052 (org-insert-link): Use relative path when possible.
13053 (org-at-item-checklet-p): New function.
13054 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
13055 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
13056 (org-metaright, org-metaup, org-metadown, org-shiftup)
13057 (org-shiftdown, org-shiftright, org-shiftleft)
13058 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
13059 Dispatch using `call-interactively'.
13060 (org-call-with-arg): New defsubst.
13061 (org-tag-alist, org-use-fast-tag-selection): New options.
13062 (org-complete): Use `org-tag-alist'.
13063 (org-fast-tag-insert, org-fast-tag-selection): New functions.
13064 (org-next-item, org-previous-item): New commands.
13065 (org-beginning-of-item, org-end-of-item): Add (interactive) to
13066 make command.
13067 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
13068
13069 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
13070
13071 * emacs-lisp/ewoc.el (ewoc-delete): New function.
13072 (ewoc-filter): Use `ewoc-delete'.
13073
13074 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
13075
13076 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13077
13078 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
13079 Signal more user-friendly error messages.
13080
13081 * complete.el (PC-do-completion): Undo the addition of implicit
13082 wildcards if they did not lead to finding any match.
13083 (read-file-name-internal): Don't add the final > if the completion is
13084 not finished.
13085
13086 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
13087
13088 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
13089 Quote safe-local-variable predicate.
13090
13091 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
13092
13093 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
13094
13095 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13096
13097 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
13098
13099 * progmodes/make-mode.el (makefile-special-targets-list)
13100 (makefile-macro-table, makefile-target-table): Mark as risky.
13101 (makefile-query-one-target-method): Make this the alias for the
13102 following variable.
13103 (makefile-query-one-target-method-function): Make this the real name.
13104
13105 * textmodes/artist.el (artist-text-renderer): Make this the alias
13106 for the following variable.
13107 (artist-text-renderer-function): Make this the real name.
13108
13109 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
13110 the alias for the following variable.
13111 (flyspell-generic-check-word-predicate): Make this the real name.
13112
13113 * textmodes/ispell.el (ispell-format-word): Make this the alias
13114 for the following variable.
13115 (ispell-format-word-function): Make this the real name.
13116 (ispell-message-text-end): Mark as risky.
13117
13118 * skeleton.el (skeleton-transformation, skeleton-filter)
13119 (skeleton-pair-filter): Make these the aliases for the following
13120 variables.
13121 (skeleton-transformation-function, skeleton-filter-function)
13122 (skeleton-pair-filter-function): Make these the real names.
13123
13124 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
13125 and skeleton-pair-filter-function.
13126
13127 * textmodes/sgml-mode.el (sgml-transformation): Make this the
13128 alias for the following variable.
13129 (sgml-transformation-function): Make this the real name.
13130 (sgml-tag-alist): Mark as risky.
13131
13132 2006-05-21 Richard Stallman <rms@gnu.org>
13133
13134 * simple.el (kill-region): Interactively, pass point, then mark.
13135
13136 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
13137
13138 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
13139
13140 2006-05-21 Romain Francoise <romain@orebokech.com>
13141
13142 * dired-x.el (dired-mode-map): Don't bind M-g.
13143
13144 2006-05-20 Richard Stallman <rms@gnu.org>
13145
13146 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
13147 (dired-goto-file): Doc fix.
13148
13149 2006-05-21 Kim F. Storm <storm@cua.dk>
13150
13151 * emulation/cua-base.el: Mention customizing cua-mode as alternative
13152 way to enable built-in cua-mode if user loads older CUA-mode package.
13153
13154 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
13155 if default-filename is specified.
13156
13157 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13158
13159 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
13160
13161 * info.el (info-apropos): Make sure current-file and current-node
13162 have non-nil values. Speed up by using add-to-list instead of
13163 manual consing.
13164
13165 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13166
13167 * progmodes/make-mode.el (makefile-mode): Doc fix.
13168
13169 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13170
13171 * dired-aux.el (dired-do-shell-command): Doc fix.
13172
13173 2006-05-20 Kevin Ryde <user42@zip.com.au>
13174
13175 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
13176 ``(custom-manual :tag "Foo" "(foo)Node")''.
13177
13178 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
13179
13180 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
13181 value is an integer.
13182
13183 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13184
13185 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
13186 "format".
13187 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
13188
13189 2006-05-20 Martin Rudalics <rudalics@gmx.at>
13190
13191 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
13192 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
13193
13194 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13195
13196 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
13197 regexp for keywords.
13198
13199 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
13200
13201 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
13202 replace-regexp-in-string.
13203
13204 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
13205 encode, and escape file name on conversion to URL.
13206
13207 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13208
13209 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
13210 Don't unescape URL.
13211 (dnd-get-local-file-name): Unescape URL on conversion to file name.
13212
13213 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
13214 on conversion to URLs.
13215
13216 * net/browse-url.el (browse-url-file-url): Encode file name on
13217 conversion to URL.
13218
13219 * term/mac-win.el (mac-ae-open-documents): Escape file name on
13220 conversion to URL.
13221
13222 2006-05-19 Eli Zaretskii <eliz@gnu.org>
13223
13224 * progmodes/cc-styles.el (c-style-alist): Doc fix.
13225
13226 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13227
13228 * term/mac-win.el (mac-bytes-to-digits): Remove function.
13229 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
13230
13231 2006-05-19 Glenn Morris <rgm@gnu.org>
13232
13233 * calendar/diary-lib.el (diary-bahai-date)
13234 (list-bahai-diary-entries, mark-bahai-diary-entries)
13235 (mark-bahai-calendar-date-pattern): Not interactive.
13236 (add-to-diary-list): New optional arg LITERAL. Doc fix.
13237 (diary-entries-list): Change format of 4th element in each entry.
13238 (diary-list-entries): Use add-to-diary-list.
13239 (diary-goto-entry): Handle the case where the buffer visiting the
13240 diary has been killed.
13241 (fancy-diary-display): Add 'locator to button rather than 'marker.
13242 Only generate temp-face when there are marks to apply.
13243 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
13244 (diary-fancy-date-pattern): New variable.
13245 (diary-time-regexp): Doc fix.
13246 (diary-anniversary, diary-time): New faces.
13247 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
13248 diary-time-regexp. Add font-lock-multiline property where needed.
13249 Use new faces diary-anniversary and diary-time.
13250 (diary-fancy-font-lock-fontify-region-function): New function, to
13251 handle multiline font-lock pattern in fancy diary.
13252 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
13253 (diary-font-lock-keywords): Tweak time regexp. Use new face
13254 diary-time.
13255
13256 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
13257
13258 * international/code-pages.el (mik): Table corrected.
13259
13260 2006-05-18 Kim F. Storm <storm@cua.dk>
13261
13262 * progmodes/grep.el (grep-find): Don't check grep-find-command
13263 before running command (breaks non-interactive usage).
13264
13265 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
13266
13267 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
13268 (ewoc--insert-new-node): Don't insert trailing newline.
13269 Instead, adjust successor nodes's start markers.
13270 (ewoc--refresh-node): Delete all text from current node's start
13271 marker to the next one's; adjust successor nodes's start markers.
13272 (ewoc--create): Doc fixes.
13273 (ewoc--refresh): Don't insert newline.
13274 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
13275 * pcvs.el (cvs-make-cvs-buffer):
13276 Specify extra newline for ewoc's header and footer.
13277 (cvs-update-header): Update initial header recognition.
13278 Append newline to final header and footer values.
13279 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
13280
13281 2006-05-17 Richard Stallman <rms@gnu.org>
13282
13283 * files.el (file-name-extension): Doc fix.
13284
13285 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13286
13287 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
13288 we can explicitly enable/disable rather than toggle.
13289 (shell-mode): Use it.
13290 (shell-cd): Don't try to reproduce what `cd' does.
13291
13292 2006-05-17 Kim F. Storm <storm@cua.dk>
13293
13294 * ido.el (ido-read-internal): Use only nondirectory part of
13295 default item.
13296
13297 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
13298
13299 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
13300 (ewoc-nth): Doc fix.
13301
13302 (ewoc-map, ewoc-invalidate): Compute PP before looping.
13303
13304 2006-05-16 Eli Zaretskii <eliz@gnu.org>
13305
13306 * international/mule.el (auto-coding-alist): Add .lha to files
13307 read with no-conversion.
13308
13309 * files.el (auto-mode-alist): Add .lha files to archive file
13310 extensions.
13311
13312 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
13313 Convert csize to integer when computing offsets within the
13314 compressed archive file.
13315
13316 2006-05-16 Kim F. Storm <storm@cua.dk>
13317
13318 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
13319 with read-from-minibuffer.
13320
13321 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
13322
13323 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
13324 (byte-compile-warnings): Fix safe-local-variable property.
13325
13326 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
13327
13328 * allout.el (allout-show-bodies, allout-old-style-prefixes)
13329 (allout-stylish-prefixes, allout-numbered-bullet)
13330 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
13331 predicates to qualify `safe-local-variable' property, when
13332 available, else use equivalent lambda.
13333 (allout-current-topic-collapsed-p): Do the right thing regarding
13334 trailing blank lines.
13335
13336 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13337
13338 * server.el (server-start): Only create a directory if needed.
13339 (server-edit, server-unload-hook): server-start => server-mode.
13340 (kill-emacs-hook): Cleanup upon exit.
13341
13342 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13343
13344 * hexl.el (hexlify-buffer): Encode process arguments manually.
13345
13346 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
13347
13348 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
13349 call to gdb-tooltip-print.
13350
13351 2006-05-15 Romain Francoise <romain@orebokech.com>
13352
13353 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
13354 systems, default to "tar" since those systems probably have GNU tar.
13355
13356 2006-05-14 Lars Hansen <larsh@soem.dk>
13357
13358 * desktop.el (desktop-missing-file-warning): Fix docstring.
13359 (desktop-restore-file-buffer): Correct question asked on missing file.
13360
13361 2006-05-14 Kim F. Storm <storm@cua.dk>
13362
13363 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
13364 Add CUA move property.
13365
13366 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
13367
13368 * custom.el (custom-push-theme): Load the variable before checking
13369 its `standard-value'.
13370
13371 2006-05-13 Lars Hansen <larsh@soem.dk>
13372
13373 * desktop.el (desktop-save): Use with-temp-buffer.
13374
13375 2006-05-12 Glenn Morris <rgm@gnu.org>
13376
13377 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
13378 * calendar/calendar.el (calendar-mode-map):
13379 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
13380 * calendar/appt.el (appt-check, appt-make-list): Refer to
13381 diary-view-entries, diary-list-entries, diary-show-all-entries
13382 rather than obsolete aliases.
13383
13384 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
13385
13386 * simple.el (line-move-finish): Avoid calling point motion hooks
13387 while processing intangibility.
13388
13389 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
13390
13391 * term/xterm.el (terminal-init-xterm): Fix typo.
13392
13393 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
13394
13395 * allout.el (allout-view-change-hook): Mark as being deprecated,
13396 to be replaced by `allout-exposure-change-hook'.
13397 (allout-exposure-change-hook): New, replacing
13398 `allout-view-change-hook'.
13399 (allout-flag-region): Run new hook `allout-exposure-change-hook',
13400 in addition to `allout-view-change-hook'.
13401 (allout-show-bodies, allout-old-style-prefixes)
13402 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
13403 lambda forms to prevent their showing up in variable help
13404 presentations as inscrutable byte-compiled code.
13405 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
13406 Use string-or-null-p to qualify safe-local-variable values.
13407 (allout-reindent-bodies): Use memq to qualify matches against
13408 valid safe-local-variable values. Also, quote the lambda as above.
13409 (allout-use-mode-specific-leader): Add missing candidate-value
13410 symbols, use memq, and quote the lambda.
13411 (allout-overlay-interior-modification-handler): Remove unused
13412 variables `msg' and 'opened'.
13413 (allout-hidden-p): Constrain invisibility consideration to allout's
13414 invisibility spec, disregarding invisibility for other reasons.
13415
13416 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
13417
13418 * files.el (version-control): Correct safe values.
13419
13420 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
13421
13422 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
13423
13424 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
13425 (ewoc--insert-new-node): New func.
13426 Update callers of deleted funcs to use it, instead.
13427
13428 2006-05-11 Glenn Morris <rgm@gnu.org>
13429
13430 * calendar/calendar.el (diary-show-all-entries): Do not refer to
13431 obsolete alias `show-all-diary-entries'.
13432 (make-diary-entry): Not interactive.
13433 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
13434 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
13435 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
13436 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
13437 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
13438 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
13439
13440 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13441
13442 * calendar/calendar.el (calendar-french-date-string)
13443 (calendar-mayan-date-string, calendar-chinese-date-string)
13444 (calendar-astro-date-string, calendar-iso-date-string)
13445 (calendar-islamic-date-string, calendar-bahai-date-string)
13446 (calendar-hebrew-date-string, calendar-coptic-date-string)
13447 (calendar-ethiopic-date-string, calendar-persian-date-string):
13448 These functions are not interactive.
13449
13450 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
13451
13452 * files.el: Balance parentheses.
13453
13454 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
13455
13456 * files.el, newcomment.el, outline.el, simple.el,
13457 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
13458 * progmodes/cc-vars.el, progmodes/compile.el:
13459 Move `safe-local-variable' declarations to the respective files.
13460
13461 * help-fns.el (describe-variable): Don't print safe-var if it is
13462 byte-code. Improve wording as suggested by Luc Teirlinck.
13463
13464 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13465
13466 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
13467 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
13468 Use a token for pending-triggers to ensure gdb-var-update
13469 gets called once per user input again for pre-GDB 6.4.
13470 (gdb-var-delete): Match on more complex expressions.
13471 (gdb-var-list-children-handler, gdb-var-create-handler):
13472 Use a token for consistency.
13473
13474 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
13475
13476 * textmodes/org.el (org-read-date, org-goto-calendar)
13477 (org-agenda-goto-calendar):
13478 Bind `view-calendar-holidays-initially' to nil.
13479
13480 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
13481
13482 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
13483 Update all callers to do it there, instead.
13484
13485 2006-05-10 Glenn Morris <rgm@gnu.org>
13486
13487 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
13488 prefix arg case, to avoid view-diary-entries-initially error.
13489 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
13490 (calendar-date-is-legal-p): Handle dates with no day part.
13491
13492 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13493
13494 * comint.el (comint-insert-input): Just make it when
13495 comint-use-prompt regexp is nil (default) and with the mouse.
13496 (comint-copy-old-input): Reinstate from 2004-06-23.
13497 (comint-mode-map): Bind C-c C-m to it.
13498
13499 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
13500
13501 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
13502 Remove spurious move to point-max (new comint behavior fixes).
13503
13504 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
13505 compatibility function (Emacs 18/19).
13506 (idlwave-is-continuation-line): Always return point at start of
13507 previous non-blank continuation line.
13508 (keyword-parameters): Fix continued comment font-lock matcher.
13509 (idlwave-font-lock-fontify-region): Written, use as
13510 font-lock-fontify-region-function, to fix continued keyword
13511 fontification issues.
13512
13513 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13514
13515 * term/mac-win.el (mac-font-panel-mode): Doc fix.
13516 (mac-service-selection, mac-service-open-file)
13517 (mac-service-open-selection, mac-service-mail-selection)
13518 (mac-service-mail-to, mac-service-insert-text): Rename from
13519 mac-services-*. All uses changed.
13520 (mac-apple-event-map): Rename event symbol `services' to `service'.
13521
13522 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
13523
13524 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
13525 (ewoc--node-enter-first, ewoc--node-enter-last)
13526 (ewoc--delete-node-internal): Merge funcs into unique callers.
13527
13528 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
13529
13530 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
13531 return value of read-from-minibuffer for empty input.
13532
13533 2006-05-09 Miles Bader <miles@gnu.org>
13534
13535 * comint.el (comint-insert-input): Remove redundant calls to setq
13536 and goto-char.
13537
13538 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
13539
13540 * comint.el (comint-insert-input): Make it work when
13541 comint-use-prompt-regexp is t.
13542
13543 2006-05-10 Miles Bader <miles@gnu.org>
13544
13545 * subr.el (field-at-pos): New function.
13546
13547 * comint.el (comint-insert-input): Use it.
13548
13549 2006-05-09 Juri Linkov <juri@jurta.org>
13550
13551 * battery.el (battery-linux-proc-acpi): Also try
13552 `/proc/acpi/thermal_zone/THR2/temperature'.
13553
13554 * files.el <safe-local-variable>: Remove `eval' and `let' binding
13555 for now unused lambda `string-or-null'.
13556
13557 * add-log.el (change-log-default-name): Put `string-or-null-p'
13558 instead of lambda on `safe-local-variable' property.
13559
13560 * diff-mode.el (diff-context->unified): Use `region-beginning' and
13561 `region-end' instead of `mark' and `point'.
13562 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
13563 Operate on region in Transient Mark mode when the mark is active.
13564 Use `region-beginning' and `region-end' instead of `mark' and
13565 `point'.
13566 (diff-hunk-text, diff-goto-source): Doc fix.
13567
13568 * startup.el (fancy-splash-screens, normal-splash-screen): Use
13569 face `mode-line-buffer-id' for mode-line buffer face instead of
13570 hard-coded `(:weight bold)'.
13571
13572 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
13573 buffer-undo-list to t (undo-ask is reproducible by visiting
13574 nested archives).
13575
13576 2006-05-09 Kim F. Storm <storm@cua.dk>
13577
13578 * progmodes/grep.el (rgrep): Set default directory of *grep*
13579 buffer if we start M-x rgrep in the *grep* buffer and choose
13580 a different base directory.
13581
13582 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
13583
13584 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
13585 completion also when ido is loaded.
13586
13587 2006-05-09 Masatake YAMATO <jet@gyve.org>
13588
13589 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
13590 "warning" and "import".
13591 (cpp-font-lock-keywords): Added "warning".
13592
13593 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
13594
13595 * term/xterm.el (terminal-init-xterm): Add more key bindings.
13596
13597 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13598
13599 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
13600 pages at a time, if we signal the end, we should indeed reach that end.
13601
13602 2006-05-08 David Reitter <david.reitter@gmail.com>
13603
13604 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
13605 output during execution of the body.
13606
13607 2006-05-08 Kim F. Storm <storm@cua.dk>
13608
13609 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
13610
13611 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
13612
13613 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
13614 Use with-current-buffer.
13615
13616 2006-05-07 Kim F. Storm <storm@cua.dk>
13617
13618 * subr.el (add-to-history): Remove keep-dups arg.
13619
13620 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
13621 to nil around call to add-to-history.
13622
13623 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13624
13625 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
13626 than after a buffer modification.
13627
13628 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
13629
13630 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
13631 call to...
13632 (gud-watch): ...here so speedbar is raised for already watched
13633 expressions.
13634 (gdb-speedbar-refresh): Delete function.
13635 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
13636 Use speedbar-timer-fn instead of speedbar-refresh (reverting
13637 earlier change).
13638 (gdb-var-evaluate-expression-handler)
13639 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
13640
13641 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
13642 Update localized contents for all buffers except ignored modes.
13643
13644 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13645
13646 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
13647 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
13648 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
13649 (mac-handle-font-panel-closed, mac-handle-font-selection):
13650 New functions.
13651 (mac-font-panel-mode): New minor mode.
13652 (mac-apple-event-map): Add bindings for toolbar toggle button and
13653 font panel.
13654 (menu-bar-showhide-menu): Add mac-font-panel-mode.
13655
13656 2006-05-07 John Paul Wallington <jpw@pobox.com>
13657
13658 * ibuffer.el (ibuffer-compressed-file-name-regexp):
13659 Avoid `regexp-opt'; simplify regexp for readability.
13660
13661 2006-05-06 Eli Zaretskii <eliz@gnu.org>
13662
13663 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
13664 * files.el (buffer-stale-function):
13665 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13666 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
13667 links to the main manual, not to emacs-xtra.
13668
13669 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13670
13671 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
13672 MacJapanese if text is ASCII-only.
13673
13674 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
13675
13676 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
13677 unless so nil isn't returned.
13678 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
13679
13680 2006-05-06 Kim F. Storm <storm@cua.dk>
13681
13682 * subr.el (add-to-history): New function.
13683
13684 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
13685 (ediff-merge-files-with-ancestor):
13686 * env.el (setenv):
13687 * isearch.el (isearch-update-ring):
13688 * server.el (server-visit-files):
13689 * progmodes/grep.el (lgrep, rgrep):
13690 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
13691 * progmodes/xscheme.el (xscheme-insert-expression):
13692 Use add-to-history.
13693
13694 * kmacro.el (kmacro-push-ring): Use add-to-history.
13695 (kmacro-ring-length): Remove unused defun.
13696 (kmacro-start-macro): Use kmacro-push-ring.
13697
13698 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
13699
13700 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
13701 directly instead of a lambda expression that calls it.
13702
13703 2006-05-06 Kim F. Storm <storm@cua.dk>
13704
13705 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
13706 instead of compute-motion.
13707
13708 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
13709
13710 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
13711 change.
13712
13713 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
13714
13715 * startup.el (command-line-1): Refer to "Pure Storage" on
13716 pure-space-overflow.
13717
13718 2006-05-05 Martin Rudalics <rudalics@gmx.at>
13719
13720 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
13721 provided faces once they all have been used up.
13722
13723 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13724
13725 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
13726 reference to the Lisp manual to the warning about pure space
13727 overflow.
13728
13729 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13730
13731 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
13732 argument to avoid the call to `ispell-internal-change-dictionary'
13733 when not needed.
13734 (ispell-change-dictionary): Use this argument and call
13735 `ispell-internal-change-dictionary' after the possible change
13736 to `ispell-local-dictionary'.
13737 (ispell-internal-change-dictionary): Check for a change in
13738 personal dictionary use too.
13739
13740 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13741
13742 * startup.el (command-line): On MS-Windows, probe "~", not
13743 "~USER", for warning about non-existent home directory.
13744
13745 * arc-mode.el (archive-l-e): New optional argument `float' means
13746 generate a float value.
13747 (archive-arc-summarize, archive-lzh-summarize)
13748 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
13749 with 3rd argument non-nil when file's size is being computed.
13750 Format the file sizes with %8.0f instead of %8d.
13751
13752 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13753
13754 * cus-start.el (all): Add mac-dnd-known-types.
13755
13756 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
13757 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
13758 (mac-TIFF-to-string): New functions.
13759 (x-get-selection, x-selection-value)
13760 (mac-select-convert-to-string): Use them.
13761 (mac-text-encoding-mac-japanese-basic-variant): New constant.
13762 (mac-dnd-types-alist): New customization variable.
13763 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
13764 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
13765 (mac-dnd-handle-drag-n-drop-event): New functions.
13766 (mac-drag-n-drop): Remove function.
13767 (global-map): Bind drag-n-drop and M-drag-n-drop to
13768 mac-dnd-handle-drag-n-drop-event.
13769
13770 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
13771
13772 * progmodes/perl-mode.el (perl-beginning-of-function):
13773 Skip anonymous subs.
13774
13775 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
13776
13777 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
13778 regexp-opt at run time.
13779
13780 * term.el (term-handle-ansi-escape): Fix off by one error.
13781
13782 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
13783
13784 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
13785 (gdb-init-1, gdb-post-prompt): ...and references to it.
13786 (gdb-frame-handler): Strip directory name from filename if present.
13787
13788 * progmodes/gud.el (gdb-force-update): Delete defvar
13789 (gud-speedbar-buttons): ...and references to it. Use window-start
13790 to try to keep positon in watch expression.
13791
13792 2006-05-03 Richard Stallman <rms@gnu.org>
13793
13794 * simple.el (next-history-element, previous-history-element): Doc fix.
13795
13796 * isearch.el (isearch-update-ring): Doc fix.
13797
13798 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
13799
13800 * isearch.el (isearch-update-ring): Take history-delete-duplicates
13801 into consideration. Replace one arm ifs with whens.
13802
13803 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
13804
13805 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
13806 (menu): Fix typo.
13807
13808 2006-05-02 Miles Bader <miles@gnu.org>
13809
13810 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
13811
13812 2006-05-02 Jay Belanger <belanger@truman.edu>
13813
13814 * calc/calc-embed.el (calc-override-minor-modes-map)
13815 (calc-override-minor-modes): New variables.
13816 (calc-do-embedded): Make sure that Calc keystrokes aren't
13817 overwritten by minor modes.
13818
13819 2006-05-02 Chong Yidong <cyd@mit.edu>
13820
13821 * msb.el (msb): If EVENT is a down event, read and discard the up event.
13822
13823 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13824
13825 * startup.el (command-line-1): Refer to Lisp manual when
13826 pure-space-overflow occurs.
13827
13828 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
13829 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
13830 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
13831 (version-control): Don't use `t' for safe-local-variable declarations.
13832
13833 2006-05-01 Richard Stallman <rms@gnu.org>
13834
13835 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
13836 M-r, M-R, M-A, M-SPC or M-DEL.
13837 (diff-mode-map): diff-refine-hunk now on C-c C-w
13838 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
13839
13840 * help-mode.el (help-mode): view-exit-action calls delete-window
13841 only when it is safe and possible.
13842
13843 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
13844 in messages.
13845
13846 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
13847
13848 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
13849 in the default tool-bar-map.
13850
13851 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
13852
13853 * net/tramp.el (tramp-completion-file-name-handler-alist)
13854 (tramp-run-real-handler, tramp-completion-run-real-handler)
13855 (tramp-completion-handle-file-name-all-completions)
13856 (tramp-completion-handle-file-name-completion): Autoload them.
13857 (tramp-completion-handle-file-exists-p)
13858 (tramp-completion-handle-file-name-directory)
13859 (tramp-completion-handle-file-name-nondirectory)
13860 (tramp-completion-handle-expand-file-name): Remove them.
13861 (tramp-handle-file-name-directory): Return the real directory name.
13862 Returning "/" only doesn't need to be necessary any longer.
13863 (tramp-file-name-handler): Make special attention when in hostname
13864 completion mode.
13865 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
13866 (tramp-register-file-name-handlers):
13867 Register `tramp-completion-file-name-handler' only when
13868 `partial-completion-mode' is enabled.
13869 (tramp-completion-handle-file-name-all-completions):
13870 Delete directory part from results.
13871 (tramp-get-completion-methods, tramp-get-completion-user-host):
13872 Discard deleting "/", it doesn't work after the change of
13873 `tramp-handle-file-name-directory' above.
13874
13875 2006-05-01 Kim F. Storm <storm@cua.dk>
13876
13877 * progmodes/grep.el (grep-expand-template): Use save-match-data
13878 and symbol-value.
13879
13880 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13881
13882 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
13883 Use select-frame-set-input-focus instead of raise-frame.
13884 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
13885
13886 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
13887
13888 * progmodes/gud.el (gud-def): Add %c case.
13889 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
13890 (gud-format-command): Make match case sensitive. Match on %F.
13891
13892 2006-04-30 Glenn Morris <rgm@gnu.org>
13893
13894 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
13895 (cal-tex-preamble): Use cal-tex-preamble-extra.
13896 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
13897 than alias `list-diary-entries'.
13898
13899 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
13900
13901 * help-fns.el (describe-variable): Add info about safe local variables.
13902
13903 2006-04-29 Richard Stallman <rms@gnu.org>
13904
13905 * bindings.el (mode-line-format): help-echo doc fixes.
13906
13907 * net/tramp.el (tramp-file-name-handler-alist): Delete
13908 expand-file-name and other operations that can cause spurious loading.
13909
13910 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13911
13912 * files.el (safe-local-variable-p): Remove support for the special
13913 value t.
13914
13915 * textmodes/paragraphs.el (sentence-end-without-space):
13916 Fix safety predicate.
13917 (sentence-end-double-space, sentence-end-without-period)
13918 (paragraph-ignore-fill-prefix):
13919 * textmodes/fill.el (colon-double-space):
13920 * abbrev.el (abbrev-mode): Tighten the safety predicate.
13921
13922 * subr.el (booleanp): New fun.
13923
13924 * textmodes/reftex-vars.el (reftex-guess-label-type):
13925 Tighten the safety predicate.
13926
13927 2006-04-28 Kim F. Storm <storm@cua.dk>
13928
13929 * progmodes/grep.el (defgroup grep): Doc fix.
13930 (grep-auto-highlight): Remove.
13931 (grep-template): New defcustom.
13932 (grep-find-template): Rename from grep-tree-template.
13933 (grep-files-aliases): Rename from grep-tree-files-aliases.
13934 Remove "all" alias, add "l" alias.
13935 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
13936 (grep-find-ignored-directories): New defcustom to replace
13937 grep-tree-ignore-CVS-directories, to facilitate ignoring
13938 subdirectories for multiple version control systems.
13939 (grep-mode-map): Add Recursive grep item to GREP menu.
13940 (grep-regexp-history, grep-files-history): New defvars.
13941 (grep-probe): New helper function.
13942 (grep-compute-defaults): Use it to simplify code.
13943 Adapt to name changes.
13944 Use `.' as base in grep-find-template rather than <D>.
13945 (grep): Remove superfluous highlight-regexp arg. Fix doc.
13946 Call grep-compute-defaults unconditionally.
13947 (grep-expand-keywords): New defconst.
13948 (grep-expand-template): Rename from grep-expand-command-macros.
13949 Simplify via grep-expand-keywords. Look at case-fold-search instead
13950 of grep-tree-ignore-case to add -i option.
13951 Bind case-fold-search to nil while matching keywords.
13952 (grep-tree-last-regexp, grep-tree-last-files): Remove.
13953 (grep-read-regexp, grep-read-files): New helper functions.
13954 (rgrep): Rename from grep-tree. Rework to use proper histories.
13955 Adapt to changes in defcustoms and functions above.
13956 (lgrep): New command, as grep, but using same interactive UI as rgrep.
13957
13958 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
13959
13960 * net/tramp.el (tramp-completion-file-name-handler):
13961 Disable Tramp's functionality while loading Tramp itself.
13962 (tramp-register-file-name-handlers): That's a defsubst now.
13963 Code from `tramp-repair-jka-compr' moved here. Apply it via
13964 `after-init-hook'.
13965 (tramp-repair-jka-compr): Remove.
13966
13967 2006-04-27 Jay Belanger <belanger@truman.edu>
13968
13969 * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
13970 read expression when `math-read-big-expr' doesn't work.
13971
13972 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
13973
13974 * startup.el (command-line-1): Display warning when
13975 pure-space-overflow is non-nil.
13976
13977 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13978
13979 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
13980 risky.
13981
13982 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13983
13984 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
13985 Return the URL or nil if none can be generated.
13986
13987 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
13988
13989 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
13990 byte compiler warnings.
13991 (gud-basic-call, gud-find-expr): Let user select an expression
13992 for printing. Print expression as well as value in GUD buffer.
13993
13994 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
13995
13996 * allout.el: Remove local autoload declaration for
13997 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
13998 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
13999 (allout-plain-bullets-string, allout-distinctive-bullets-string)
14000 (allout-use-mode-specific-leader, allout-old-style-prefixes)
14001 (allout-stylish-prefixes, allout-numbered-bullet)
14002 (allout-file-xref-bullet, allout-presentation-padding)
14003 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
14004 safe-local-variable with suitable value spec, and add autoload
14005 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
14006 (move-beginning-of-line, move-end-of-line): Repair so these compat
14007 functions now actually resituate the point, when appropriate.
14008
14009 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14010
14011 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
14012
14013 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
14014 (add-log-iso8601-time-string): Fix call to format-time-string.
14015
14016 2006-04-26 Kim F. Storm <storm@cua.dk>
14017
14018 * subr.el (posn-string, posn-image, posn-object): Doc fix.
14019
14020 2006-04-26 Masatake YAMATO <jet@gyve.org>
14021
14022 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
14023 Add support for "//" style comments. Remove `b' flag
14024 from ?* in `asm-mode-syntax-table'.
14025
14026 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14027
14028 * follow.el: Use (featurep 'xemacs) everywhere.
14029 (follow-mode): Use define-minor-mode.
14030 (follow-mode-map): Move initialization into the declaration.
14031 Use command remapping.
14032 (follow-emacs-version-xemacs-p): Remove.
14033 (follow-submit-feedback): Remove.
14034
14035 * allout.el (allout-layout, allout-passphrase-verifier-string)
14036 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
14037
14038 * textmodes/reftex-vars.el (reftex-vref-is-default)
14039 (reftex-fref-is-default, reftex-guess-label-type):
14040 Tighten up a bit the safety predicate.
14041
14042 * textmodes/paragraphs.el (sentence-end-double-space)
14043 (sentence-end-without-period, sentence-end-without-space)
14044 (page-delimiter, paragraph-ignore-fill-prefix):
14045 Tighten up a bit the safety predicate.
14046
14047 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
14048
14049 * progmodes/python.el (python-continuation-line-p)
14050 (python-beginning-of-statement): syntax-ppss may return
14051 a negative depth.
14052 (python-mode): Don't forcefully enable font-lock.
14053
14054 * time-stamp.el (time-stamp-start, time-stamp-end)
14055 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
14056
14057 * add-log.el: Remove spurious * in docstrings.
14058 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
14059 (add-change-log-entry): Use it here, since it's not specific
14060 to iso8601.
14061 (add-log-iso8601-time-string): Don't use it here any more.
14062 (change-log-indent-text, change-log-indent): Rename from add-log-*.
14063
14064 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
14065
14066 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
14067
14068 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
14069 (rcirc-toggle-low-priority): Doc fix.
14070 (rcirc-handler-NOTICE): Remove beginning of line anchor in
14071 ChanServ regexp.
14072 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
14073 #emacs.
14074 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
14075 (rcirc-decode-coding-system): Use utf-8 as the default.
14076 (rcirc-multiline-minor-mode): Set the fill-column.
14077 (rcirc-format-response-string): Display bright and dim nicks.
14078 (rcirc-browse-url): Update interactive spec to fill ARG.
14079 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
14080 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
14081
14082 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
14083
14084 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
14085 case for @Article, etc.
14086
14087 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
14088
14089 * net/tramp.el (tramp-register-file-name-handlers): New defun.
14090 Added with autoload cookie.
14091 (tramp-unload-file-name-handlers): Rename from
14092 `tramp-unload-file-name-handler-alist'.
14093
14094 2006-04-23 Romain Francoise <romain@orebokech.com>
14095
14096 * comint.el (comint-match-partial-filename): Doc fix.
14097
14098 2006-04-21 Glenn Morris <rgm@gnu.org>
14099
14100 * calendar/cal-menu.el (calendar-mode-map): Refer to
14101 `diary-view-entries' rather than alias `view-diary-entries'.
14102 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
14103
14104 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
14105
14106 * progmodes/antlr-mode.el (antlr-default):
14107 * cus-edit.el (custom-documentation):
14108 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
14109 in defface.
14110
14111 2006-04-21 Kim F. Storm <storm@cua.dk>
14112
14113 * image.el (image-type): New defun split out of create-image.
14114 (create-image): Use it.
14115
14116 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
14117
14118 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
14119 (org-open-at-point): Remove the "...done" message to keep output
14120 in the echo area visible.
14121 (org-export-as-xoxo): Fix call to `indent-region'.
14122
14123 2006-04-21 Kevin Ryde <user42@zip.com.au>
14124
14125 * international/mule.el (keyboard-coding-system): defcustom
14126 info-link fixes: "Specify Coding" has been split, keyboard now in
14127 "Terminal Coding", and "Single-Byte Character Support" is now
14128 "Unibyte Mode".
14129
14130 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
14131
14132 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
14133 Use font-lock-warning-face for any errors e.g. no stack.
14134 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
14135
14136 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
14137
14138 * progmodes/sh-script.el (sh-shell): Mark as safe.
14139
14140 * newcomment.el (comment-start, comment-start-skip)
14141 (comment-end-skip, comment-end): Mark as safe.
14142
14143 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
14144
14145 * textmodes/org.el (org-deadline-announce): Face removed.
14146 (org-level-faces, org-n-levels): Convert to constant.
14147 (org-compatible-face): New function.
14148 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
14149 (org-level-5, org-level-6, org-level-7, org-level-8)
14150 (org-special-keyword, org-warning, org-headline-done, org-link)
14151 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
14152 (org-scheduled-today, org-scheduled-previously, org-time-grid):
14153 Face definition revised for better color tty support.
14154 (org-bold-re, org-italic-re, org-underline-re): New constants.
14155 (org-set-font-lock-defaults): Use the new constants.
14156 (org-agenda-highlight-todo): New function.
14157 (org-agenda-todo): Fix bug with point at end of line.
14158 (org-agenda-change-all-lines, org-finalize-agenda-entries):
14159 Fontify TODO keywords.
14160 (org-insert-link): Preserve relative path in ../ links.
14161 (org-export-as-html): Convert links pointing to .org files into
14162 links that will work beteen the exported HTML files.
14163 (org-todo-list): Fix bug when arg=0.
14164 (org-insert-heading): More fine-tuning.
14165
14166 2006-04-19 Romain Francoise <romain@orebokech.com>
14167
14168 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
14169 from `rmail-mime-charset-pattern'.
14170
14171 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
14172
14173 * progmodes/python.el (python-mode): Fix typo.
14174
14175 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
14176
14177 * comint.el (comint-previous-input): Don't clobber input line
14178 when moving off either end of the input history ring.
14179 (comint-delete-input): New function, used by
14180 `comint-previous-input' and others.
14181 (comint-previous-matching-input):
14182 Use `coming-delete-input'. Save the partial input if leaving the
14183 edit line. Goto point-max before deleting input to avoid
14184 partial input fragments hanging around.
14185 (comint-restore-input): New function, used by `comint-previous-input'.
14186
14187 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
14188
14189 * imenu.el (imenu--index-alist): Balance parentheses.
14190
14191 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
14192
14193 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
14194
14195 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
14196
14197 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
14198 file is nil.
14199
14200 2006-04-18 Richard Stallman <rms@gnu.org>
14201
14202 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
14203
14204 * imenu.el (imenu-create-index-function, imenu--index-alist)
14205 (imenu--last-menubar-index-alist, imenu--make-index-alist)
14206 (imenu-default-create-index-function, imenu--generic-function):
14207 Doc fixes.
14208
14209 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
14210
14211 * help-mode.el (help-mode): Set view-exit-action to delete window.
14212
14213 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
14214 now works by passing nil as arg.
14215
14216 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
14217
14218 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
14219 (read-abbrev-file): Provide default when reading filename.
14220
14221 * files.el (enable-local-variables): Allow :all as value.
14222 (hack-local-variables): Implement that value.
14223 (safe-local-variable-values, safe-local-eval-forms)
14224 (enable-local-variables): Mark as risky.
14225 (find-file-visit-truename, kept-old-versions): Mark safe.
14226
14227 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
14228 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
14229 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
14230
14231 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14232
14233 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
14234 Use forward-line so as to get to BOL even in the presence of fields.
14235 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
14236 in return.
14237 (inferior-tcl): Tell tclsh to work in interactive mode.
14238
14239 * complete.el (partial-completion-mode):
14240 Use 'choose-completion-string-functions to make sure that
14241 choose-completion fills the minibuffer properly.
14242
14243 * complete.el (PC-old-read-file-name-internal): Remove.
14244 (PC-read-include-file-name-internal): Remove. Turn it into an advice
14245 of read-file-name-internal.
14246 (partial-completion-mode): Enable/disable this advice.
14247
14248 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
14249
14250 * net/tramp.el (tramp-completion-file-name-handler): Revert change
14251 of 2006-04-17.
14252
14253 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
14254
14255 * textmodes/org.el (org-insert-heading): Insert heading before
14256 current if at beginning of line.
14257 (org-todo, org-date): New faces.
14258 (org-table-align): Make sure tooltip window contains full text.
14259 (org-no-properties): New defsubst.
14260 (org-set-font-lock-defaults): Use new faces.
14261
14262 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
14263
14264 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
14265 for root variables.
14266
14267 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
14268 (gdb-frame-address): Re-use to identify frame for watch expression.
14269 (gdb-var-list, gdb-var-create-handler): Add frame address for root
14270 variables.
14271 (gdb-init-1, gdb-source, gdb-post-prompt)
14272 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
14273 (gdb-frame-handler): Get gdb-frame-address.
14274
14275 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
14276
14277 Sync with Tramp 2.0.53.
14278
14279 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
14280 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
14281 (tramp-completion-file-name-handler): Add autoload cookie for
14282 adding to `file-name-handler-alist'.
14283
14284 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
14285 the prompt. If it returns earlier (when detecting an error
14286 message), the rest of the output will merge accidently with the
14287 output of the next command. Reported by M Jared Finder
14288 <jared@hpalace.com>.
14289
14290 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
14291 for `process-file', in order to let it work for older Emacsen too.
14292
14293 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
14294
14295 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
14296 (tex-font-lock-keywords-3): Use it.
14297
14298 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14299
14300 * newcomment.el (comment-add): New function.
14301 (comment-region-default, comment-dwim): Use it.
14302
14303 2006-04-15 Michael Olson <mwolson@gnu.org>
14304
14305 * emacs-lisp/tq.el: Improve comments.
14306 (tq-queue-head-question): New accessor function.
14307 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
14308 Update for modified queue structure.
14309 (tq-queue-add): Accept `question' argument.
14310 (tq-queue-pop): If a question is pending, send it.
14311 (tq-enqueue): Accept new optional argument `delay-question'.
14312 If this is non-nil, and at least one other question is pending a
14313 response, queue the question rather than sending it immediately.
14314
14315 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14316
14317 * calendar/appt.el (appt-add): Check whether an appointment is
14318 already present in appt-time-msg-list. Simplify code.
14319
14320 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14321
14322 * progmodes/cc-langs.el (c-mode-menu):
14323 Don't presume c-subword-mode is bound.
14324
14325 2006-04-13 Bill Wohler <wohler@newt.com>
14326
14327 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
14328 (customize-package-emacs-version): Use cdr instead of cadr now
14329 that alists use dotted pairs.
14330
14331 * custom.el (defcustom): Fix docstring for :package-version.
14332
14333 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
14334
14335 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
14336 (tramp-handle-shell-command): Display output buffer only when
14337 `tramp-display-shell-command-buffer' is true.
14338 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
14339
14340 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14341
14342 * textmodes/org.el (org-set-autofill-regexps): Set only the local
14343 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
14344
14345 2006-04-13 Romain Francoise <romain@orebokech.com>
14346
14347 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
14348 leaving temporary .cvsignore buffers behind.
14349
14350 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14351
14352 * textmodes/org.el (org-set-regexps-and-options)
14353 (org-get-current-options): Better names for the startup folding
14354 options.
14355
14356 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
14357
14358 * vc.el (vc-annotate): Arrange for point to end up at the same
14359 line number as in the original, but only when using a new buffer.
14360
14361 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
14362
14363 * files.el (hack-one-local-variable-eval-safep):
14364 Recognize `edebug-form-spec' for `put', but only if it passes
14365 `edebug-basic-spec'. Generalize `put' handling.
14366
14367 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
14368 vetting file-local form specs.
14369
14370 * allout.el (allout-layout): Autoload its `safe-local-variable'
14371 property.
14372
14373 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14374
14375 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
14376 (org-agenda-mouse-1-follows-link)
14377 (org-mouse-1-follows-link): New options.
14378 (org-format-agenda-item): Fix bug if TAGS is nil.
14379 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
14380
14381 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
14382
14383 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
14384 GDB 6.1+ gives full filename for "info sources" so use
14385 file-name-nondirectory.
14386
14387 2006-04-12 Romain Francoise <romain@orebokech.com>
14388
14389 * subr.el (read-passwd): Bind `message-log-max' to nil.
14390
14391 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14392
14393 * progmodes/perl-mode.el (perl-indent-new-calculate):
14394 Recompute parse-start after jumping backward by a whole sexp.
14395
14396 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14397
14398 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
14399 window configuration.
14400 (vc-annotate-display-select): Select the buffer so that current-buffer
14401 (and selected-window) is the output buffer at the end of vc-annotate.
14402
14403 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
14404
14405 * vc.el (vc-annotate-color-map): Add custom TTY color map for
14406 8-color terminals, to use all of the colors in a sensible order.
14407 256-color terminals work well with the standard map.
14408 (vc-annotate-lines): Only strip the first color character if it
14409 is "#", to allow for terminal-style named colors.
14410 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
14411 the correct buffer is scrolled.
14412
14413 2006-04-11 Richard Stallman <rms@gnu.org>
14414
14415 * emacs-lisp/bytecomp.el (byte-compile-file):
14416 Bind enable-local-variables to :safe, and make normal-mode obey it.
14417
14418 * files.el (enable-local-variables): Allow value :safe.
14419 (normal-mode): Doc fix.
14420 (hack-local-variables): Implement enable-local-variables = :safe.
14421 (hack-local-variables-confirm): Don't prevent quitting.
14422
14423 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14424
14425 * loadhist.el (unload-feature): A bit of sanity check of
14426 load-history entries. Cancel timer-vars before unbinding them.
14427
14428 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
14429 quote special chars, and make the trick work on the hex part of the
14430 buffer as well.
14431 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
14432 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
14433
14434 * startup.el (normal-splash-screen): Fix last change so we don't wait
14435 2 minutes if we don't show the splash screen.
14436
14437 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
14438
14439 * textmodes/org.el (org-export-plain-list-max-depth)
14440 (org-table-spaces-around-separators)
14441 (org-radio-targets, org-activate-camels)
14442 (org-table-spaces-around-invisible-separators): Options removed.
14443 (org-time-stamp-rounding-minutes, org-remember-templates)
14444 (org-ellipsis, org-activate-links, org-descriptive-links):
14445 New options.
14446 (org-remember-apply-template, org-current-time)
14447 (org-finish-edit-table-field)
14448 (org-link-unescape, org-link-escape)
14449 (org-string-width, org-table-clean-line, org-html-do-expand)
14450 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
14451 (org-read-agenda-file-list): New functions.
14452 (org-table-edit-field)
14453 (org-table-create-or-convert-from-region): New commands
14454 (org-table-toggle-vline-visibility): Command removed.
14455 (org-table-convert-region): Made a command.
14456 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
14457 Replace with the normal org- functions.
14458 (org-self-insert-command): Don't trigger realign unnecessarily
14459 when blanking a field that is not full.
14460 (org-mode): `Set buffer-invisibility-spec' for links.
14461 (org-activate-links2): Hide link part and only show descriptive
14462 part of the link.
14463 (org-insert-link): Modify for new linking system.
14464 (org-store-link): Store description separately, for use by
14465 `org-insert-link'.
14466 (org-table-align): Use `org-string-width'.
14467 (defgroup): Completely new group structure for custom variables.
14468 (org-agenda-files): Option: Single file name allowed. Function:
14469 Optional argument unrestrited means ignore any restricitons.
14470 (org-install-agenda-files-menu): Find a buffer in Org-mode before
14471 trying to modify the menu. Use generalized access to
14472 `org-agenda-files.'
14473 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
14474 (org-agenda-file-to-front, org-remove-file, org-diary)
14475 (org-tags-view, org-export-icalendar-all-agenda-files)
14476 (org-export-icalendar-combine-agenda-files): Use generalized
14477 access to `org-agenda-files'.
14478 (org-remember-handler): Correctly preserve heading if present.
14479 (org-table-insert-row, org-table-insert-hline): Deal with
14480 invisible characters.
14481
14482 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
14483
14484 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
14485 (vc-annotate-color-map): New 18 element constant
14486 value/saturation, rotating hue colormap, from red->blue.
14487 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
14488 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
14489 (vc-annotate): To avoid killing the required local variables,
14490 set them before the end of `with-output-to-temp-buffer', and
14491 after first switching to annotate-mode.
14492 (vc-annotate-warp-version): Add buffer argument in goto-line to
14493 ensure annotation, not source, is scrolled.
14494
14495 2006-04-10 Bill Wohler <wohler@newt.com>
14496
14497 * custom.el (defcustom, custom-handle-keyword):
14498 Add :package-version keyword.
14499 (custom-add-package-version): New function. Sets value of new
14500 property 'custom-package-version from :package-version keyword.
14501 (defcustom): Create Common Keywords section in docstring.
14502 (defface, defgroup): Replace definitions of a select few keywords
14503 with a reference to the Common Keywords in defcustom.
14504 (defcustom, defface, defgroup): Replace reference to Customization
14505 chapter in manual with hyperlink.
14506
14507 * cus-edit.el (customize-package-emacs-version-alist): New variable.
14508 (customize-changed-options): Add check for custom-package-version.
14509 (customize-package-emacs-version): New function to look up Emacs
14510 version corresponding to the given package version.
14511
14512 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
14513 defun name, in similar fashion to find-variable-regexp.
14514
14515 2006-04-10 Eli Zaretskii <eliz@gnu.org>
14516
14517 * international/mule-cmds.el (set-locale-environment): Fix last
14518 change for when the locale's preferences don't specify any encoding.
14519
14520 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14521
14522 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
14523 so the defined var/fun doesn't need to be quoted.
14524
14525 2006-04-10 Richard Stallman <rms@gnu.org>
14526
14527 * finder.el (finder-mode-map): Add n and p bindings.
14528
14529 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
14530
14531 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
14532 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
14533 (gdb-setup-windows): Put something in source window if we can't find
14534 the source file.
14535 (gdb-frame-handler): Make it work again with just assembly.
14536 (gdb-data-list-register-values-handler): Make it work when there is
14537 no stack.
14538
14539 2006-04-09 Richard Stallman <rms@gnu.org>
14540
14541 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
14542 specs while looking for charset.
14543
14544 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
14545
14546 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
14547 Make them faces.
14548 (lm-font-lock-keywords): Update appropriately.
14549
14550 2006-04-10 Kim F. Storm <storm@cua.dk>
14551
14552 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
14553 it can also replace buffer-substring-no-properties.
14554
14555 * emulation/cua-base.el (cua-delete-region, cua-paste)
14556 (cua-repeat-replace-region): Use filter-buffer-substring.
14557
14558 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
14559 (cua-cut-region-to-global-mark): Likewise.
14560
14561 * emulation/cua-rect.el (cua--extract-rectangle)
14562 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
14563
14564 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14565
14566 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
14567 entry-type. Add field delimiters to numerical fields if they are
14568 not present.
14569
14570 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14571
14572 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
14573 string-const to return value.
14574 (bibtex-remove-delimiters): Use it.
14575
14576 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14577
14578 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
14579 cl-byte-compile-compiler-macro unless it exists.
14580
14581 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14582
14583 * files.el (hack-local-variables-confirm) <offer-save>:
14584 Clarify message text. Suggested by Ralf Angeli.
14585
14586 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
14587
14588 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
14589 (delete-extract-rectangle-line): Use `filter-buffer-substring'
14590 instead of `buffer-substring' and `delete-region'. (Most of the
14591 code actually copied from `kill-region'.)
14592
14593 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
14594
14595 * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
14596 (rcirc-default-port): Rename from rcirc-port.
14597 (rcirc-default-nick): Rename from rcirc-nick.
14598 (rcirc-default-user-name): Rename from rcirc-user-name.
14599 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
14600 (rcirc-low-priority-flag): New variable.
14601 (rcirc-decode-coding-system): New defcustom.
14602 (rcirc-encode-coding-system): New defcustom.
14603 (rcirc-coding-system-alist): New defcustom.
14604 (rcirc-multiline-major-mode): New defcustom.
14605 (rcirc-nick): New internal variable.
14606 (rcirc-process): Remove variable.
14607 (rcirc-server-buffer): New variable.
14608 (rcirc): Update to use rcirc-default-* variables above.
14609 (rcirc-connect): Do not add window-configuration-hook-here.
14610 (rcirc-server): New internal variable.
14611 (rcirc-connect): Do not send keepalive pings if
14612 rcirc-keepalive-seconds is nil.
14613 (with-rcirc-server-buffer): New macro.
14614 (rcirc-send-string): Encode with rcirc-encode-coding-system.
14615 (rcirc-server-name): Rename from rcirc-server.
14616 (rcirc-buffer-process): New function.
14617 (rcirc-buffer-nick): New function.
14618 (rcirc-buffer-target): Remove function.
14619 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14620 New commands.
14621 (rcirc-mode-map): Change binding of C-c C-l to
14622 rcirc-toggle-low-priority.
14623 (rcirc-mode): Initialize coding system based on
14624 rcirc-coding-system-alist. New change-major-mode-hook to part the
14625 channel on a mode change. Make kill-buffer-hook buffer-local.
14626 (rcirc-change-major-mode-hook): New function.
14627 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
14628 (rcirc-last-post-time): New variable.
14629 (rcirc-process-message): Store the last time user posted a message
14630 to this target.
14631 (rcirc-multiline-minor-mode): New mode.
14632 (rcirc-multiline-minor-mode-map): New mode map.
14633 (rcirc-edit-multiline): Put multiline-edit buffer in
14634 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
14635 (rcirc-print): Ignore any line starting with an ignored nick.
14636 (rcirc-print): Decode using rcirc-decode-coding-system.
14637 (rcirc-track-minor-mode): Update global-mode-string when disabling
14638 this mode.
14639 (minor-mode-alist): Add LowPri indicator.
14640 (rcirc-toggle-low-priority): New function.
14641 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
14642 next lowpriority buffer with activity.
14643 (rcirc-record-activity): Sort buffers in rcirc-activity by the
14644 last time the user posted a message in to the target.
14645 (rcirc-update-activity-string): New formatting for low priority
14646 buffers.
14647 (rcirc-split-activity): New function.
14648 (rcirc-handler-PART, rcirc-handler-KICK)
14649 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
14650 (rcirc-nick-away-alist): New variable.
14651 (rcirc-handler-301): New handler. Away messages are printed once
14652 per change.
14653
14654 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14655
14656 * info.el (Info-follow-nearest-node): Doc fix.
14657
14658 * international/mule-cmds.el (set-locale-environment): Make sure
14659 the coding-system preferred by the locale's language has the same
14660 EOL conversion type as the original buffer-file-coding-system.
14661 (locale-language-names): Add a few MS Windows language codes.
14662
14663 2006-04-07 Richard Stallman <rms@gnu.org>
14664
14665 * simple.el (eval-expression): Doc fix.
14666
14667 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
14668 (eval-defun): Doc fixes.
14669
14670 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
14671
14672 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
14673
14674 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
14675
14676 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
14677 GDB list command without argument for greater generality.
14678
14679 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14680
14681 * subr.el (string-or-null-p): New function.
14682
14683 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
14684
14685 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
14686
14687 * files.el: Update comment about safe-local-variable declarations.
14688
14689 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
14690
14691 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
14692 See idlwave.org.
14693
14694 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
14695 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
14696
14697 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
14698 See idlwave.org.
14699
14700 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
14701 version 6.0 (minimal changes). See idlwave.org.
14702
14703 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
14704 6.0 (minimal changes). See idlwave.org.
14705
14706 * progmodes/idlw-rinfo.el: File obsoleted and removed.
14707
14708 2006-04-06 Romain Francoise <romain@orebokech.com>
14709
14710 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
14711 symmetric encryption features and a new asynchronous interface to
14712 GnuPG. This new version is version 1.4, plus whitespace changes.
14713
14714 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14715
14716 * files.el: Move some `safe-local-variable' declarations to the
14717 respective files.
14718
14719 * textmodes/ispell.el (ispell-check-comments)
14720 (ispell-local-dictionary): Mark as safe.
14721
14722 * abbrev.el (abbrev-mode): Mark as safe.
14723
14724 * add-log.el (change-log-default-name): Mark as safe.
14725
14726 * textmodes/reftex-vars.el (reftex-vref-is-default)
14727 (reftex-fref-is-default, reftex-level-indent)
14728 (reftex-guess-label-type): Mark as safe.
14729
14730 * textmodes/fill.el (colon-double-space): Mark as safe.
14731
14732 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
14733 (sentence-end-double-space, sentence-end-without-period)
14734 (sentence-end-without-space, sentence-end, sentence-end-base)
14735 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
14736
14737 2006-04-06 Kim F. Storm <storm@cua.dk>
14738
14739 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
14740 the :set-after list.
14741 (ido-downcase-unc-hosts): New user option. Default on.
14742 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
14743 when it is set, as regexps are now applied on the fly.
14744 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
14745 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
14746 on the fly, but only when ido-process-ignore-lists is set.
14747 Do case insensitive filtering if ido-downcase-unc-hosts is set.
14748 Only downcase names if ido-downcase-unc-hosts is set.
14749
14750 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
14751
14752 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
14753
14754 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
14755
14756 2006-04-05 Kim F. Storm <storm@cua.dk>
14757
14758 * ido.el (ido-mode): Set after ido-unc-hosts and
14759 ido-ignore-unc-host-regexps.
14760 (ido-save-history): Save ido-unc-hosts-cache.
14761 (ido-load-history): Load ido-unc-hosts-cache.
14762 (ido-reread-directory): Refresh unc hosts cache in // dir.
14763
14764 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
14765 to nil while displaying slash screen.
14766
14767 2006-04-05 Daiki Ueno <ueno@unixuser.org>
14768
14769 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14770 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14771
14772 2006-04-05 Kenichi Handa <handa@m17n.org>
14773
14774 * international/characters.el: Setup cases of Latin, Greek, and
14775 Cyrillic characters in CJK charsets.
14776
14777 2006-03-29 Daiki Ueno <ueno@unixuser.org>
14778
14779 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14780 default-enable-multibyte-characters. This reverts the change from
14781 revision 6.17 which is no longer necessary because the passphrase
14782 is sent separately now. GnuPG messages are unreadable under
14783 multibyte locales with default-enable-multibyte-characters set to nil.
14784
14785 2006-04-04 Andreas Schwab <schwab@suse.de>
14786
14787 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
14788 and `byte-compile-warnings' as `safe-local-variable'.
14789
14790 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
14791
14792 * man.el (Man-mode-map): Restore the \r binding.
14793 (Man-abstract-xref-man-page): If Man-target-string is a function,
14794 call it.
14795 (Man-highlight-references): Use Man-default-man-entry to get the
14796 target. Deal with xrefs too.
14797 (Man-highlight-references0): Don't call the target function.
14798
14799 * woman.el (WoMan-xref-man-page): Strip the section number, woman
14800 cannot deal with it.
14801
14802 2006-04-04 Daiki Ueno <ueno@unixuser.org>
14803
14804 * pgg-gpg.el: Clean up process buffers every time gpg processes
14805 complete.
14806
14807 2006-04-04 Kenichi Handa <handa@m17n.org>
14808
14809 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
14810 here.
14811 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
14812 Temporarily bind inhibit-field-text-motion to t.
14813
14814 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14815
14816 * startup.el (normal-splash-screen): Only set mode-line-format in the
14817 splash buffer, so as not to interfere when debugging the code.
14818 Ignore errors when switching buffer.
14819
14820 2006-04-03 Romain Francoise <romain@orebokech.com>
14821
14822 * dired.el (dired-dnd-protocol-alist): Fix typo.
14823
14824 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
14825
14826 * savehist.el (savehist): Add :version.
14827 (savehist-ignored-variables): New variable.
14828 (savehist-minibuffer-hook): Don't save variables listed in
14829 `savehist-ignored-variables'.
14830
14831 * dired.el (dired-dnd-protocol-alist): Mention that change does
14832 only apply to new buffers in doc string.
14833
14834 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14835
14836 * recentf.el (recentf-open-files-item): Include newline in button
14837 field, so opening a file will work, when the point is at the end
14838 of the file name. Allow, for example, to [i]search a file by
14839 extension and just push RET to open it.
14840
14841 2006-04-03 Daiki Ueno <ueno@unixuser.org>
14842
14843 * pgg-gpg.el (pgg-gpg-process-filter)
14844 (pgg-gpg-wait-for-completion): Check if buffer is alive.
14845
14846 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14847 lines, temporary fix.
14848
14849 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14850
14851 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
14852
14853 2006-04-02 Richard Stallman <rms@gnu.org>
14854
14855 * progmodes/compile.el (compilation-message-face): Make it defcustom.
14856
14857 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14858
14859 * ibuf-macs.el (define-ibuffer-column): Add a new key:
14860 header-mouse-map.
14861
14862 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
14863 (ibuffer-mode-header-map): New keymaps.
14864 (ibuffer-update-title-and-summary): Enable mouse face highlighting
14865 and keybindings for column headers.
14866 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
14867 property.
14868
14869 2006-04-02 Drew Adams <drew.adams@oracle.com>
14870
14871 * speedbar.el (speedbar-after-create-hook): Doc fix.
14872
14873 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
14874
14875 * shell.el (shell-directory-tracker)
14876 (shell-dynamic-complete-command): Doc fixes.
14877
14878 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
14879
14880 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
14881 terminals.
14882
14883 2006-04-01 Kim F. Storm <storm@cua.dk>
14884
14885 * ido.el (ido-unc-hosts-cache): New defvar.
14886 (ido-unc-hosts): If value of defcustom is a function, call it to
14887 get list of UNC hosts. Add function-item choices to specify
14888 ido-unc-hosts-net-view or user function.
14889 (ido-ignore-unc-host-regexps): New defcustom.
14890 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
14891 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
14892 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
14893
14894 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14895
14896 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
14897 wwidth.
14898
14899 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
14900
14901 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
14902 (ido-max-work-file-list, ido-switch-buffer)
14903 (ido-read-file-name-as-directory-commands):
14904 Fix typos in docstrings.
14905
14906 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14907
14908 * term/mac-win.el (mac-system-coding-system): Define and use after
14909 Mac-specific coding systems are ready.
14910
14911 2006-03-27 Romain Francoise <romain@orebokech.com>
14912
14913 * net/rcirc.el (rcirc-connect): Add autoload cookie.
14914
14915 * ldefs-boot.el: Update.
14916
14917 2006-03-27 Daiki Ueno <ueno@unixuser.org>
14918
14919 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14920 passphrases when it is not needed.
14921 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14922 passphrase stuff from gpg, should only be necessary when you use
14923 gpg with a smartcard.
14924
14925 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
14926
14927 * comint.el (comint-dynamic-list-completions): Allow user to
14928 select *Completions* buffer.
14929
14930 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
14931
14932 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
14933
14934 2006-03-26 Andreas Schwab <schwab@suse.de>
14935
14936 * progmodes/gud.el (gdb): Only complain about multiple debugging
14937 when the gdb process is still running.
14938
14939 2006-03-25 Eli Zaretskii <eliz@gnu.org>
14940
14941 * mail/rmail.el (tool-bar-map): Defvar it.
14942 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
14943 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
14944
14945 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
14946
14947 * help.el (print-help-return-message): Suggest to use
14948 display-buffer instead of switch-to-buffer-other-window to restore
14949 the previous window without selecting it.
14950
14951 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14952
14953 * frame.el (select-frame-by-name): Call x-focus-frame also when
14954 window-system is mac.
14955
14956 * term/mac-win.el: Adjust Courier font specifications in
14957 x-fixed-font-alist.
14958 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
14959 when directly encoding to UTF-16 in native byte order, no BOM.
14960
14961 2006-03-25 Kim F. Storm <storm@cua.dk>
14962
14963 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
14964 (cua--init-keymaps): Use it instead of fixed C-return.
14965 (cua-mode): Set after it.
14966
14967 * emulation/cua-rect.el (cua--init-rectangles):
14968 Use cua-rectangle-mark-key instead of fixed C-return.
14969
14970 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
14971
14972 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
14973 "run" in .gdbinit.
14974 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
14975
14976 2006-03-24 Romain Francoise <romain@orebokech.com>
14977
14978 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
14979 `display-buffer-other-frame'.
14980
14981 2006-03-24 Kim F. Storm <storm@cua.dk>
14982
14983 * apropos.el (apropos-synonyms): Add selection => region.
14984
14985 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14986
14987 * progmodes/gdb-ui.el (gdb-var-create-regexp)
14988 (gdb-var-list-children-regexp, gdb-var-update-regexp)
14989 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
14990 (gdb-data-list-register-values-regexp)
14991 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
14992 Future proof against new fields being added to MI output.
14993 (gdb-send): Don't treat backslashes for program input as
14994 continuations.
14995 (gdb-assembler-handler): Don't use window-start for this handler.
14996 (gdb-frame-handler): Don't change to hollow arrow if overlay
14997 arrow doesn't move to new frame.
14998
14999 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
15000
15001 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
15002 prevent compiler warnings.
15003 (gdb-stopped): Check for gud-last-last-frame (case: signal).
15004 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
15005 (gdb-assembler-custom): Use hollow-right-triangle for assembler
15006 buffer too.
15007
15008 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
15009
15010 * pgg-gpg.el (pgg-gpg-update-agent): Check for
15011 make-network-process, so we can use the same code in Gnus v5-10
15012 too and have this file fully synchronized with that release.
15013
15014 2006-03-23 Romain Francoise <romain@orebokech.com>
15015
15016 * ibuf-ext.el (ibuffer-read-filter-group-name):
15017 Use `ibuffer-generate-filter-groups' to make completion list match
15018 the filter groups that are really displayed in the Ibuffer buffer.
15019 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
15020
15021 2006-03-23 Kenichi Handa <handa@m17n.org>
15022
15023 * international/mule-cmds.el (sort-coding-systems): Describe that
15024 the argument is modified in docstring.
15025
15026 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
15027
15028 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15029 (pgg-gpg-update-agent): New function.
15030 (pgg-gpg-use-agent-p): New function.
15031 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15032 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15033 (pgg-gpg-sign-region): Use it.
15034
15035 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
15036
15037 * cus-edit.el (custom-face-set): Call custom-push-theme before
15038 face-spec set so that `changed' theme is correctly saved.
15039 (custom-face-reset-standard): Reset to recalculated face rather
15040 than defface spec.
15041
15042 * custom.el (custom-push-theme): Only save `changed' theme if the
15043 current face does not match the defface specs.
15044
15045 2006-03-21 Simon Josefsson <jas@extundo.com>
15046
15047 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15048 <wilde@sha-bang.de>.
15049 (pgg-gpg-use-agent): New variable.
15050 (pgg-gpg-process-region): Use it.
15051 (pgg-gpg-encrypt-region): Likewise.
15052 (pgg-gpg-encrypt-symmetric-region): Likewise.
15053 (pgg-gpg-decrypt-region): Likewise.
15054 (pgg-gpg-sign-region): Likewise.
15055 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15056
15057 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
15058
15059 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
15060 bracket links.
15061
15062 2006-03-21 Kim F. Storm <storm@cua.dk>
15063
15064 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
15065 fringe-indicator-alist instead of modifying global value.
15066 (gdb-frame-handler): Likewise.
15067
15068 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
15069
15070 * diff-mode.el (diff-function): Make it inherit from diff-header
15071 instead of diff-context.
15072
15073 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
15074 bitmap.
15075 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
15076 change names in macro above for consistency.
15077 (gdb-frame-handler): Use hollow-right-triangle for all selected
15078 frames which except the innermost (where execution has stopped).
15079 (gdb-reset): Reset buffer-local values of overlay-arrow.
15080
15081 2006-03-20 Richard Stallman <rms@gnu.org>
15082
15083 * simple.el (set-mark-command): Doc fix.
15084
15085 * files.el (display-buffer-other-frame): New command.
15086 (ctl-x-4-map): Bind C-x 5 C-o to it.
15087
15088 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15089
15090 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
15091 rather than just defer-time, in case defer-time has been changed but
15092 the timer isn't running yet.
15093 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
15094
15095 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
15096
15097 * help-mode.el (help-follow-symbol): New function.
15098 Essentially identical to the old `help-follow', but do not let
15099 `push-button' do the work when on an xref.
15100 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
15101
15102 2006-03-19 Richard Stallman <rms@gnu.org>
15103
15104 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
15105 preceded by the word `program'.
15106 (help-follow-mouse, help-follow): Throw error if not on xref.
15107 Delete no longer used args.
15108
15109 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
15110
15111 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
15112 annotation ensure gud-overlay-arrow-position is redisplayed.
15113
15114 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15115
15116 * textmodes/bibtex.el (bibtex-include-OPTkey)
15117 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
15118 (bibtex-autokey-name-case-convert)
15119 (bibtex-autokey-titleword-case-convert): Make these the aliases
15120 for the following two variables.
15121 (bibtex-autokey-name-case-convert-function)
15122 (bibtex-autokey-titleword-case-convert-function): Make these the
15123 real names.
15124 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
15125 bibtex-font-lock-crossref sublists.
15126 (bibtex-mode): Revert 2005-12-30 change (which made
15127 completion-ignore-case buffer-local).
15128 (bibtex-url): Simplify.
15129
15130 2006-03-19 Kim F. Storm <storm@cua.dk>
15131
15132 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
15133 cursor property value to 2 (to align with C level change).
15134
15135 2006-03-19 Bill Wohler <wohler@newt.com>
15136
15137 * image.el (image-load-path-for-library): Shorten first line in
15138 docstring.
15139
15140 2006-03-18 Richard Stallman <rms@gnu.org>
15141
15142 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
15143
15144 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
15145
15146 * isearch.el (isearch-other-meta-char): Handle user bindings for
15147 shifted control characters.
15148
15149 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
15150
15151 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
15152 part that matches email addresses, file names, etc.
15153
15154 2006-03-18 Eli Zaretskii <eliz@gnu.org>
15155
15156 * term/w32-win.el (mouse-set-font):
15157 Mention w32-list-proportional-fonts in the doc string.
15158
15159 2006-03-18 Kim F. Storm <storm@cua.dk>
15160
15161 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
15162 (ido-unc-hosts): New user option to explicitly define list of know
15163 UNC-style hosts for completion.
15164 (ido-cache-unc-host-shares-time): New user option.
15165 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
15166 New helper functions for UNC file-name support.
15167 (ido-may-cache-directory): Check for UNC host. Simplify.
15168 (ido-wash-history): Clean out old UNC hosts.
15169 (ido-nonreadable-directory-p): UNC hosts are always readable.
15170 (ido-directory-too-big-p): UNC hosts are never too big.
15171 (ido-set-current-directory): Handle UNC root path.
15172 (ido-file-name-all-completions): Complete UNC host names from
15173 ido-unc-hosts list. Cache UNC host shares.
15174 (ido-make-file-list-1): Don't filter UNC root.
15175 (ido-exhibit): Check for // in root directory, and switch to UNC
15176 mode by setting ido-current-directory to //.
15177
15178 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
15179
15180 * cus-edit.el (customize-changed-options): Mention explicit
15181 version number as default in prompt.
15182
15183 2006-03-17 Bill Wohler <wohler@newt.com>
15184
15185 * image.el (image-load-path-for-library): Minor docstring fix.
15186
15187 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
15188
15189 * textmodes/org.el (org-read-date): Include subgroup 5 into
15190 replacement text.
15191 (org-popup-calendar-for-date-prompt): Fix customization type.
15192
15193 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
15194
15195 * progmodes/gdb-ui.el (gud-watch): Provide completion.
15196 (gdb-continuation): New variable.
15197 (gdb-send): Deal with continuation lines.
15198
15199 * progmodes/gud.el (gud-gdb-complete-command)
15200 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
15201 expressions.
15202 (gud-tooltip-mode): Use buffer-local value.
15203
15204 2006-03-16 Kim F. Storm <storm@cua.dk>
15205
15206 * ido.el (ido-edit-input): Use selected match, if any.
15207
15208 2006-03-16 Bill Wohler <wohler@newt.com>
15209
15210 * image.el (image-load-path-for-library): Prefer user's images in
15211 image-load-path.
15212
15213 2006-03-16 Martin Rudalics <rudalics@gmx.at>
15214
15215 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
15216 when checking for attempt to drag leftmost or rightmost scrollbar.
15217
15218 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
15219
15220 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
15221 (gdb-force-mode-line-update): New function.
15222 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
15223 (gdb-exited): Use them.
15224 (gdb-signal): New function.
15225 (gdb-annotation-rules): Provide a rule for it.
15226
15227 2006-03-16 Kenichi Handa <handa@m17n.org>
15228
15229 * international/mule.el (auto-coding-regexp-alist): Add entries
15230 for Unicode BOM.
15231
15232 * sort.el (sort-build-lists): Temporarily bind
15233 inhibit-field-text-motion to t.
15234
15235 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
15236
15237 * locate.el (locate-command, locate-make-command-line)
15238 (locate-fcodes-file, locate-update-command)
15239 (locate-prompt-for-command, locate, locate-with-filter)
15240 (locate-get-file-positions): Doc fixes.
15241 (locate-buffer-name, locate-header-face): Remove leading `*' in
15242 defcustom.
15243 (locate-filter-output): Use `keep-lines' instead of its alias
15244 `delete-non-matching-lines'.
15245 (locate-get-filename, locate-get-dirname): Add introductory comment.
15246 (locate-find-directory-other-window): Give appropriate error
15247 message if used outside main listing.
15248
15249 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15250
15251 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
15252 the new extend-region feature.
15253 (font-lock-after-change-function): Update correspondingly.
15254 * jit-lock.el (jit-lock-after-change): Update correspondingly.
15255 * progmodes/grep.el (font-lock-lines-before): Don't disable.
15256
15257 2006-03-15 Bill Wohler <wohler@newt.com>
15258
15259 * image.el (image-load-path-for-library): Fix example by not
15260 recommending that one binds image-load-path. Just defvar it to
15261 placate compiler and only use it if previously defined.
15262
15263 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
15264
15265 * textmodes/org.el (org-insert-centered): Use `string-width' to
15266 make underlining work for wide characters.
15267 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
15268 TAB to `org-cycle', to make sure that no binding in
15269 `outline-mode-map' can supercede it.
15270
15271 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
15272
15273 * allout.el: Increment version to 2.2.1 in file commentary.
15274
15275 (allout-version): Increment to 2.2.1.
15276
15277 (allout-default-layout): New customization variable, used when the
15278 file lacks a specific allout-layout. Uses allout-layout-type for
15279 recursively nested definition.
15280
15281 (allout-layout-type): Widget defining allout layouts, necessary for
15282 self-recursive definition.
15283
15284 (allout-mode): Incorporate allout-default-layout as fallback for
15285 allout-layout.
15286
15287 (allout-layout): Mark as 'safe-local-variable', and refer mention
15288 fallback to `allout-default-layout' in absence of a specified value.
15289 (allout-passphrase-verifier-string)
15290 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
15291
15292 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
15293
15294 (allout-get-encryption-passphrase-verifier): Use correct name of
15295 passphrase verifier in docstring.
15296
15297 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
15298
15299 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
15300 elements.
15301 (gdb-find-watch-expression): Make it work for arrays too.
15302 Follow change to gdb-var-list.
15303 (gud-watch): Allow the user to enter variable name with a prexix
15304 arg. Create keybindings.
15305 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15306 (gdb-var-list-children-handler, gdb-var-update-handler)
15307 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
15308 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
15309 Follow change to gdb-var-list.
15310 (gdb-starting): Don't show the overlay arrows when program is running.
15311
15312 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
15313 gdb-var-list.
15314
15315 2006-03-14 Bill Wohler <wohler@newt.com>
15316
15317 * image.el (image-load-path-for-library): Pass value of path
15318 rather than symbol. Always return list of directories.
15319 Guarantee that image directory comes first.
15320
15321 2006-03-14 Alan Mackenzie <acm@muc.de>
15322
15323 * font-core.el (font-lock-extend-region\(-function\)?.):
15324 New function/variable.
15325
15326 * font-lock.el (font-lock-after-change-function):
15327 Call font-lock-extend-region. Obey font-lock-lines-before.
15328 (font-lock-default-fontify-region): Remove reference to
15329 font-lock-lines-before.
15330
15331 * jit-lock.el (jit-lock-after-change):
15332 Call font-lock-extend-region. Obey font-lock-lines-before.
15333
15334 2006-03-14 David Ponce <david@dponce.com>
15335
15336 * tree-widget.el (tree-widget-themes-load-path)
15337 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15338
15339 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
15340
15341 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
15342 (rcirc-print): Mark the start of text at the end of the prompt.
15343 (rcirc-track-minor-mode): Add autoload cookie.
15344 (rcirc-update-activity-string): Add space to front of mode-line
15345 indicator.
15346
15347 2006-03-13 Miles Bader <miles@gnu.org>
15348
15349 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
15350 (rcirc-abbrev-nick): Remove function.
15351 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
15352
15353 2006-03-13 David Ponce <david@dponce.com>
15354
15355 * tree-widget.el: Handle themes across all occurrences of the main
15356 themes sub-directory found in tree-widget-themes-load-path.
15357 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15358 (tree-widget--locate-sub-directory): Return all occurrences.
15359 (tree-widget-themes-path): New function.
15360 Replace tree-widget-themes-directory, and return a list of directories.
15361 (tree-widget-set-parent-theme)
15362 (tree-widget-lookup-image): Use it.
15363
15364 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
15365
15366 * textmodes/org.el (org-link-search): Avoid self-matching of
15367 links, allow target text to be distributed over several lines.
15368 (org-search-not-link): New function.
15369 (org-set-regexps-and-options, org-get-current-options):
15370 New startup options.
15371 (org-export-as-html): Take odd-level setting from local variable.
15372 (org-fontify-emphasized-text): New option.
15373 (org-set-font-lock-defaults): Include emphasized text.
15374 (org-follow-mhe-link): Allow folder-only links, fix folder name.
15375 (org-font-lock): Customize group renamed from `org-faces'.
15376
15377 2006-03-13 John Paul Wallington <jpw@pobox.com>
15378
15379 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
15380 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
15381
15382 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
15383
15384 * cus-start.el (all): Delete :version keyword for members of the
15385 fringe group, since the entire group is new in 22.1.
15386
15387 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
15388
15389 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
15390 map if value is hexadecimal (an address).
15391 (gud-watch): Only search roots for existing watch expressions.
15392 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
15393 prevent caching problems with speedbar-update-directory-contents.
15394
15395 2006-03-12 Juri Linkov <juri@jurta.org>
15396
15397 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
15398 before comparing with `low' and `warn'.
15399
15400 * info.el (Info-dir-remove-duplicates): Move point to the
15401 beginning of the current line after deleting the entries from
15402 redundant heading. Use marker for `limit' and compare it with
15403 point before calling `re-search-forward'.
15404
15405 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
15406
15407 * simple.el (yank): Fix typo in docstring.
15408
15409 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
15410
15411 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
15412 messages, where "D" is the 6th character.
15413
15414 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15415
15416 * simple.el (yank): Fix last change.
15417
15418 2006-03-11 David Ponce <david@dponce.com>
15419
15420 * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
15421 before merging elements from the standard ispell-dictionary-alist.
15422 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
15423 alist, and return the new alist.
15424
15425 2006-03-11 Richard Stallman <rms@gnu.org>
15426
15427 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
15428
15429 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
15430 the way it is implemented is too unclean.
15431
15432 * simple.el (kill-region, yank): Doc fix.
15433
15434 * battery.el (battery-echo-area-format): Doc fix.
15435 (battery-mode-line-format): Likewise.
15436 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
15437 (battery-linux-proc-acpi): Ignore batteries that say "charged".
15438
15439 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
15440
15441 * progmodes/octave-mod.el (octave-indent-for-comment):
15442 Behave according to do string.
15443
15444 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
15445
15446 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
15447 Be visible only if major mode is Mail Mode.
15448
15449 * textmodes/flyspell.el (flyspell-external-point-words)
15450 (flyspell-process-localwords): Fix last changes.
15451
15452 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15453
15454 * calendar/holidays.el (list-holidays): Doc fix.
15455
15456 * international/mule.el (auto-coding-alist): Add .odt
15457 (OpenOffice's open document) files.
15458
15459 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
15460 document) files. Mention in the doc string the need to sync with
15461 auto-coding-alist.
15462
15463 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
15464
15465 * files.el (hack-local-variables-confirm): Don't prompt for ! if
15466 enable-local-variables is set to always query, or there is no
15467 savable variable.
15468
15469 2006-03-10 Bill Wohler <wohler@newt.com>
15470
15471 * image.el (image-load-path-for-library): Merge at least three
15472 functions from Gnus and MH-E into this one function that can now
15473 be shared.
15474
15475 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
15476
15477 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
15478 gdb-remove-mouse-face and remove help-echo too.
15479 (gdb-enqueue-input): Correct conditional clause.
15480
15481 2006-03-10 Glenn Morris <rgm@gnu.org>
15482
15483 * calendar/calendar.el (calendar-holidays): Doc fix.
15484 * calendar/holidays.el (list-holidays): Doc fix.
15485
15486 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
15487
15488 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
15489 it gets called in gdb-prompt anyway.
15490 (gdb-use-separate-io-buffer): Only restore window arrangement for
15491 gdb-many-windows.
15492 (gdb-enqueue-input): Make it harder to send GDB input when program
15493 is running.
15494 (gdb-buffer-list): New variable.
15495 (gdb-remove-mouse-face): New function.
15496 (gdb-starting): Use it when GDB input won't get sent.
15497
15498 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
15499
15500 * help.el (view-lossage): Remove trailing whitespace before
15501 inserting "\n".
15502
15503 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
15504
15505 * files.el (hack-local-variables-confirm):
15506 Set coding-system-for-read to nil before writing to .emacs.
15507
15508 * arc-mode.el (archive-extract): Check if an existing buffer name
15509 comes from a different archive.
15510
15511 * help.el (describe-key-briefly): If KEY is a down event, read and
15512 discard the up event.
15513
15514 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
15515
15516 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
15517 be edited and use font-lock-warning-face for any changes.
15518
15519 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
15520 (gdb-edit-value): Use it to report any errors.
15521
15522 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
15523
15524 * help.el (describe-key): Remove leftover test code.
15525
15526 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
15527
15528 * textmodes/org.el: Move defvars out of eval-when-compile.
15529 Use buffer-file-name variable.
15530 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
15531 arg `file'.
15532 (org-level-faces): Remove startup dependency.
15533 (org-cycle, org-map-tree, org-scan-tags)
15534 (org-remember-handler): Don't call `outline-level' directly.
15535 (org-mhe-search-all-folders): New option.
15536 (org-mhe-get-message-folder-from-index)
15537 (org-mhe-get-message-folder): Fix indexing search.
15538 (org-format-agenda-item): Handle nil TAGS argument.
15539 (org-cleaned-string-for-export, org-activate-target-links)
15540 (org-make-target-link-regexp): Deal with empty radio target list.
15541 (org-tag): New face.
15542 (org-get-level-face): New function.
15543 (org-set-font-lock-defaults): Simplify setup for headlines.
15544 (org-complete): Pass common substring to `display-completion-list'.
15545
15546 2006-03-06 David Ponce <david@dponce.com>
15547
15548 * tree-widget.el: Update Commentary header.
15549 (tree-widget-theme-name): Ignore parent themes.
15550 (tree-widget-set-parent-theme): New function.
15551 (tree-widget-set-theme): Use it.
15552 (tree-widget-set-image-properties): Move definition. Does nothing
15553 if image properties have already been set.
15554 (tree-widget-image-properties): Move definition. Receive an image
15555 name. Set the :pointer property.
15556 (tree-widget-lookup-image): Doc fix. Search in parent themes.
15557 Don't set the :pointer image property.
15558 (tree-widget-convert-widget): New function. Handle :dynargs
15559 compatibility here.
15560 (tree-widget): Use it to :convert-widget. Add the :expander-p
15561 predicate to control when the :expander function is entered.
15562 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
15563 (tree-widget-value-create): Handle :expander-p. widget-apply
15564 :expander.
15565 (tree-widget-expander-p): New function. Default value of the
15566 :expander-p property.
15567
15568 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
15569
15570 * help.el (describe-key): Properly handle the return value of
15571 read-key-sequence when grabbing an up-event. Cleanup mouse-1
15572 remaps. Handle string and vector `follow-link' values.
15573
15574 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
15575
15576 * complete.el (PC-expand-many-files): Try be more careful when parsing
15577 the shell's output.
15578
15579 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
15580
15581 * outline.el (hide-sublevels): Provide better interactive default.
15582
15583 2006-03-06 Kenichi Handa <handa@m17n.org>
15584
15585 * international/fontset.el (create-fontset-from-fontset-spec):
15586 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
15587
15588 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
15589
15590 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
15591 backslashes instead of one in regexp.
15592 (gud-tooltip-dereference): Add missing optional argument.
15593
15594 2006-03-04 John Paul Wallington <jpw@pobox.com>
15595
15596 * wdired.el (toplevel): Require `cl' at compile-time.
15597
15598 2006-03-04 Andreas Schwab <schwab@suse.de>
15599
15600 * server.el (server-process-filter): Handle errors during
15601 evaluation of the argument.
15602
15603 2006-03-03 John Paul Wallington <jpw@pobox.com>
15604
15605 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
15606 escape parentheses at beginning of line.
15607 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
15608 (t-mouse-mode): Remove period from end of error message.
15609
15610 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
15611
15612 * textmodes/flyspell.el (flyspell-process-localwords):
15613 Be case-sensitive.
15614
15615 2006-03-03 Martin Rudalics <rudalics@gmx.at>
15616
15617 * cus-edit.el (custom-quote): Remove function, since it has been
15618 moved to custom.el.
15619
15620 * font-lock.el (lisp-font-lock-keywords-2)
15621 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
15622 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
15623 they have no special meaning.
15624
15625 * midnight.el (clean-buffer-list): Handle case where base-buffer of
15626 indirect buffer gets killed before indirect buffer. Use dolist.
15627
15628 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15629
15630 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
15631 value instead of a literal constant (1) on more pauses.
15632
15633 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
15634
15635 * textmodes/flyspell.el (flyspell-external-point-words):
15636 Be case-sensitive.
15637
15638 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
15639
15640 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
15641 with "www".
15642
15643 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15644
15645 * allout.el: Restablish intermediate missing comment header to
15646 preserve outline structure.
15647 (allout-beginning-of-current-entry): Skip invisible text.
15648 (allout-open-topic): Fix opening a topic at end-of-buffer.
15649 (allout-minor-mode): Move nearer to allout-mode function.
15650
15651 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
15652
15653 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
15654
15655 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
15656
15657 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
15658 is nil.
15659
15660 * progmodes/gud.el (gud-speedbar-menu-items):
15661 Use buffer-local-value and add missing :visible keyword.
15662
15663 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
15664
15665 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
15666
15667 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
15668 must be `follow-link'.
15669
15670 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
15671
15672 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
15673 formatting: No nested anchors.
15674 (org-all-targets): Fix bug with XEmacs compatibility.
15675 (org-read-date): Add (require 'parse-time).
15676 (org-set-tags): Fix bug with extra inserted space.
15677 (org-export-html-style): Define a style class for targets.
15678 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
15679 (org-hide-leading-stars): New option.
15680 (org-hide): New face.
15681 (org-set-font-lock-defaults): Allow to hide leading stars.
15682 (org-get-legal-level, org-tr-level): New functions.
15683 (org-odd-levels-only): New option.
15684 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
15685 (org-demote, org-promote): Deal with double-star levels.
15686 (org-convert-to-odd-levels): New command.
15687
15688 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
15689
15690 * speedbar.el (speedbar-update-localized-contents): Try to
15691 preserve window-start.
15692 (speedbar-update-directory-contents): Try to preserve window-start
15693 and window-point.
15694 (speedbar-update-special-contents): Don't move back to start of window.
15695
15696 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
15697 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
15698 speedbar-timer-fn.
15699 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
15700 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
15701 instead of gdb-speedbar-timer-fn.
15702
15703 2006-02-28 Jay Belanger <belanger@truman.edu>
15704
15705 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
15706 (math-compose-expr): Use latex option when calling
15707 `math-compose-tex-matrix' for latex mode.
15708
15709 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
15710
15711 * speedbar.el: Re-instate comments about developing for speedbar
15712 [this is what info and gdb-ui use even if better methods exist now].
15713
15714 * t-mouse.el: New file.
15715 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
15716 (t-mouse-lispy-buffer-posn-from-coords): Remove.
15717 (t-mouse-make-event-element): Use posn-at-x-y instead.
15718 (t-mouse-make-event): Deal with Fedora Core 3.
15719 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
15720 (t-mouse-mouse-position-function): New function. Use it instead
15721 of advising mouse-position.
15722 (t-mouse-mode): New minor mode.
15723 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
15724
15725 2006-02-27 Glenn Morris <rgm@gnu.org>
15726
15727 * calendar/calendar.el (calendar-holidays): Doc fix.
15728
15729 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
15730
15731 * progmodes/gdb-ui.el (gdb-source-window): New variable.
15732 Re-introduce the concept of a source window.
15733 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
15734 consistency with get-buffer-create.
15735 (def-gdb-auto-update-handler, gdb-info-locals-handler)
15736 (gdb-data-list-register-values-handler)
15737 (gdb-stack-list-locals-handler): Try to preserve window-start as
15738 well as window-point.
15739 (gdb-display-source-buffer): New function (old concept).
15740 (gdb-goto-breakpoint): Use it.
15741
15742 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
15743 for gdb-ui/gdb-mi (old concept).
15744
15745 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
15746
15747 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
15748 binding.
15749
15750 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
15751
15752 * textmodes/reftex-sel.el (reftex-select-label-map)
15753 (reftex-select-bib-map): Add `follow-mouse' binding.
15754
15755 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
15756
15757 * jka-cmpr-hook.el (jka-compr-compression-info-list)
15758 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
15759 Give :set functions to provide automatic updating.
15760 Update docstring. Give compiler defvars early in the file
15761 and move the defcustoms to a later spot where all called functions
15762 are defined.
15763 (jka-compr-file-name-handler-entry): Doc fix.
15764 (jka-compr-compression-info-list--internal)
15765 (jka-compr-mode-alist-additions--internal)
15766 (jka-compr-load-suffixes--internal): New variables.
15767 (jka-compr-install): Set the three above variables.
15768 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15769 (jka-compr-update, jka-compr-set): New functions.
15770 (auto-compression-mode): Doc fix.
15771
15772 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
15773 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15774 Use jka-compr-compression-info-list--internal,
15775 jka-compr-mode-alist-additions--internal and
15776 jka-compr-load-suffixes--internal.
15777
15778 * files.el (load-library):
15779 * loadhist.el (file-loadhist-lookup):
15780 * startup.el (command-line):
15781 * subr.el (locate-library):
15782 * emacs-lisp/autoload.el (update-directory-autoloads):
15783 * emacs-lisp/find-func.el (find-library-suffixes):
15784 Use `get-load-suffixes' instead of `load-suffixes'.
15785
15786 * subr.el (locate-library):
15787 * emacs-lisp/find-func.el (find-library-name):
15788 Use `load-file-rep-suffixes' instead of '("").
15789
15790 2006-02-26 Kim F. Storm <storm@cua.dk>
15791
15792 * ido.el (ido-save-history, ido-load-history): Simplify.
15793 Don't use find-file-noselect to avoid interference from other modes.
15794
15795 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
15796
15797 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
15798 to use the default shell if filename is not available.
15799 Reported by Giorgos Keramidas.
15800
15801 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
15802
15803 * progmodes/etags.el (tags-completion-table): Do completion from
15804 all the tables in the current list, as documented in the manual.
15805
15806 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15807
15808 * CC Mode Update to 5.31.3.
15809
15810 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15811
15812 * progmodes/cc-mode.el (c-postprocess-file-styles):
15813 Bind inhibit-read-only to t, around the call to
15814 c-remove-any-local-eval-or-mode-variables, so that it works on a
15815 RO file.
15816
15817 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15818
15819 * progmodes/cc-awk.el: Correct a typo.
15820
15821 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15822
15823 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
15824 c-hungry-delete-backwards, at the request of RMS. Leave the old
15825 name as an alias.
15826
15827 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15828
15829 * progmodes/cc-mode.el: Correct a typo.
15830
15831 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15832
15833 * progmodes/cc-defs.el: Update the version number to 5.31.3.
15834
15835 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15836
15837 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
15838 brace-else-brace (error due to mbeg, mend being undefined).
15839
15840 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15841
15842 * progmodes/cc-mode.el: File Local variables: Solve the problem
15843 where both `mode' and c-file-offsets are specified: `mode' will
15844 overwrite c-f-o's settings:
15845 (c-remove-any-local-eval-or-mode-variables): New function.
15846 (c-postprocess-file-styles): Call the above new function, within
15847 c-tentative-buffer-change, to splat `mode' and `eval' before the
15848 second hack-local-variables.
15849
15850 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15851
15852 * progmodes/cc-mode.el:
15853 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
15854 (c-after-change): Protect the match data with save-match-data.
15855 It was getting corrupted by c-after-change-check-<>-operators.
15856
15857 * progmodes/cc-defs.el: [Supersedes patch V1.38]:
15858 (top level): Check for a buggy font-lock-compile-keywords ONLY in
15859 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
15860
15861 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
15862 with save-match-data. It was being corrupted when Font Lock was
15863 not enabled.
15864
15865 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15866
15867 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
15868 Mode and Subword Mode.
15869
15870 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
15871 real labels ("case 1:" or "foo:") from non-labels ("public:").
15872 (c-forward-objc-directive): Replace c-forward-token-2 with crude
15873 coding; c-f-t-2 doesn't move over a token at EOB.
15874
15875 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
15876
15877 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
15878 (c-update-modeline): Concatenate the minor mode indicators
15879 directly onto mode-name, removing c-submode-indicators.
15880 Sometimes, c-s-i got separated from the mode name on the mode line.
15881
15882 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
15883 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
15884
15885 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15886
15887 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
15888 error message when there's an evaluation error to show whether
15889 it's loaded from source or not.
15890 (c-filter-ops): Make it available at runtime too to work when
15891 `c-make-init-lang-vars-fun' needs to evaluate from source.
15892
15893 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
15894
15895 * help.el (help): Revert last part of 2006-02-23 change (deletion
15896 of the `provide' call).
15897
15898 2006-02-23 Juri Linkov <juri@jurta.org>
15899
15900 * compare-w.el (compare-windows-highlight): Add new value
15901 `persistent' and change :type from `boolean' to `choice'.
15902 (compare-windows-overlays1, compare-windows-overlays2):
15903 New internal variables.
15904 (compare-windows-highlight): If compare-windows-highlight is
15905 `persistent', add current overlays to compare-windows-overlays[12]
15906 instead of adding compare-windows-dehighlight to pre-command-hook.
15907 (compare-windows-dehighlight): Delete all overlays from
15908 compare-windows-overlays[12].
15909
15910 * info.el (Info-search): Don't bind search-spaces-regexp to
15911 Info-search-whitespace-regexp in non-regexp isearch mode.
15912
15913 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15914
15915 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
15916
15917 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
15918
15919 * textmodes/org.el (org-xemacs-p)
15920 (org-export-html-show-new-buffer, org-table-may-need-update)
15921 (org-insert-item, org-mhe-get-message-real-folder)
15922 (org-mhe-get-message-folder-from-index)
15923 (org-mhe-get-message-folder, org-mhe-get-message-num)
15924 (org-mhe-get-header, org-make-org-heading-search-string)
15925 (org-make-org-heading-camel, org-table-sort-lines)
15926 (org-format-org-table-html, org-format-table-table-html):
15927 Fix typos in docstrings.
15928
15929 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
15930
15931 * textmodes/org.el (org-cleaned-string-for-export)
15932 (org-solidify-link-text): New function.
15933 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
15934 XEmacs, just to silence the compiler.
15935 (org-export-as-ascii, org-export-as-html-and-open):
15936 Use `org-cleaned-string-for-export' and create internal links.
15937 (org-follow-mhe-link): Require mh-e, use folder.
15938
15939 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15940
15941 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
15942
15943 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
15944 gdb-debug-log-length.
15945 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
15946 it a real ring but...
15947 (gud-gdba-marker-filter): ...make it work like mark-ring.
15948 (gdb-enable-debug): Rename from gdb-enable-debug-log.
15949 (gdb-mouse-jump): New function. Add bindings.
15950
15951 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15952
15953 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
15954 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
15955 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
15956 (gdb-debug-log-length): Customize it's length.
15957 (gud-watch, gdb-var-create-handler): Display function::var format
15958 but don't use to create variable object.
15959 (gdb-var-create-handler): Use message-box in place of message.
15960 (gdb-stopped): Call gdb-exited if signalled.
15961
15962 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
15963
15964 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
15965
15966 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
15967
15968 * textmodes/reftex.el (reftex-locate-file): Search all extensions
15969 if `reftex-try-all-extensions' is set.
15970
15971 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
15972 fail silently when there is no valid argument at point.
15973 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
15974 `fail-silently' argument. From a patch by David Reiter.
15975
15976 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
15977 New commands.
15978 (org-mark-ring): New variable.
15979 (org-mark-ring-length): New option.
15980 (org-open-at-point, org-goto, org-open-file): Push old position
15981 onto the mark ring.
15982 (org-add-hook): New function.
15983 (org-export-table-remove-special-lines): New option.
15984 (org-skip-comments, org-format-org-table-html): Respect new
15985 option `org-export-table-remove-special-lines'.
15986 (org-open-file): Allow special command configuration for
15987 directory link.
15988 (org-file-apps): Fix bugs in customize type, added setting
15989 for directories.
15990 (org-activate-tags, org-format-agenda-item, org-complete)
15991 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
15992 (org-get-tags, org-get-buffer-tags, org-open-at-point)
15993 (org-link-search, org-make-org-heading-search-string)
15994 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
15995 (org-radio-targets, org-file-link-context-use-camel-case)
15996 (org-activate-camels): New options.
15997 (org-update-radio-target-regexp, org-all-targets)
15998 (org-make-target-link-regexp, org-activate-target-links):
15999 New functions.
16000 (org-make-org-heading-search-string): New function.
16001 (org-store-link, org-insert-link): Use new option
16002 `org-file-link-context-use-camel-case'.
16003 (org-activate-camels): Use new option `org-activate-camels'.
16004 (org-link-regexp): Add mhe prefix.
16005 (org-open-at-point, org-store-link): Support for mhe links.
16006 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
16007 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
16008 (org-mhe-get-header, org-follow-mhe-link): New functions.
16009 (org-remove-angle-brackets, org-add-angle-brackets):
16010 New functions.
16011 (org-bracket-link-regexp): New constant.
16012 (org-read-date): Fix bug that was rejecting all typed dates.
16013 (org-link-search): Make hierarchy above visible after a match.
16014 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
16015 (org-store-link): Fix bug with link creation when cursor is in
16016 an empty line.
16017 (org-open-at-point): Fix bug with matching a link.
16018 Fixed buggy argument sequence in call to `org-view-tags'.
16019 (org-compile-prefix-format): Set `org-prefix-has-tag'.
16020 (org-prefix-has-tag): New variable.
16021 (org-format-agenda-item): Remove tags from headline
16022 if appropriate.
16023 (org-agenda-remove-tags-when-in-prefix): New option.
16024
16025 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
16026
16027 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
16028 Fix the regular expressions.
16029
16030 2006-02-21 Richard M. Stallman <rms@gnu.org>
16031
16032 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
16033 if there's no other specific basis.
16034
16035 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
16036 as variables at all.
16037 (unsafep-variable): Rename arg; doc fix.
16038
16039 * abbrevlist.el (list-one-abbrev-table): Add autoload.
16040
16041 * calendar/appt.el (diary-selective-display): Add defvar.
16042
16043 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
16044
16045 * isearch.el (search-whitespace-regexp): Fix custom type.
16046
16047 * help.el (describe-key-briefly): Compute interactive args
16048 in same was as before previous change.
16049
16050 * files.el (enable-local-variables): Doc fix.
16051
16052 2006-02-21 Kim F. Storm <storm@cua.dk>
16053
16054 * fringe.el: Cleanup as file is now pre-loaded.
16055 (fringe-bitmaps): Initialize unconditionally.
16056 (fringe-mode, set-fringe-style): Remove autoload cookies.
16057
16058 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
16059
16060 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
16061 `horizontal-bar'.
16062 (fringe-cursor-alist): Use `horizontal-bar'.
16063
16064 2006-02-20 Kim F. Storm <storm@cua.dk>
16065
16066 * fringe.el (fringe-bitmaps): Update to new bitmap names.
16067 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
16068
16069 * loadup.el: Load "fringe" on window systems.
16070
16071 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
16072
16073 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
16074 out of scope components.
16075
16076 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
16077 default.
16078
16079 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
16080
16081 * custom.el (customize-mark-to-save, customize-mark-as-set):
16082 Load the symbol first.
16083
16084 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
16085
16086 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
16087 strech spec so it doesn't display as "^J" on the header line
16088 when `Buffer-menu-use-header-line' is t.
16089
16090 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
16091
16092 * speedbar.el (speedbar-make-button): Keep text properties
16093 of string arguments if desired.
16094
16095 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
16096 expessions.
16097
16098 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
16099 of speedbar.
16100
16101 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
16102
16103 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
16104 to value of `read-file-name-completion-ignore-case'.
16105
16106 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
16107
16108 * custom.el (customize-mark-as-set): Push to `user' theme.
16109
16110 * cus-edit.el (custom-save-variables): Allow unthemed values.
16111 (customize-set-variable): Push setting to `user' theme.
16112
16113 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
16114
16115 * progmodes/gud.el: Don't require font-lock as it's now
16116 automatically loaded.
16117 (gud-speedbar-buttons): Replace gdb-var-changed with
16118 gdb-force-update.
16119
16120 * progmodes/gdb-ui.el (gdb-force-update): Rename from
16121 gdb-var-changed.
16122 (gdb-post-prompt): Use it.
16123 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
16124 (gdb-var-update-handler, gdb-var-delete)
16125 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
16126 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
16127 gdb-force-update in gdb-post-prompt.
16128 (gdb-reset): Clear watch expressions from speedbar when quitting.
16129
16130 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16131
16132 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
16133 (viper-change-state-to-vi, viper-change-state-to-emacs):
16134 Make aware of cursor coloring in the Emacs state.
16135 (viper-special-read-and-insert-char): Use read-char-exclusive.
16136 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
16137
16138 * emulation/viper-init.el (viper-emacs-state-cursor-color):
16139 New variable.
16140
16141 * emulation/viper-util.el (viper-save-cursor-color)
16142 (viper-get-saved-cursor-color-in-replace-mode)
16143 (viper-get-saved-cursor-color-in-insert-mode)
16144 (viper-restore-cursor-color): Make aware of the cursor color
16145 in Emacs state.
16146 (viper-get-saved-cursor-color-in-emacs-mode): New function.
16147
16148 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
16149 (ediff-ignore-case-option3, ediff-actual-diff-options)
16150 (ediff-actual-diff3-options): New variables to control case sensitivity.
16151 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
16152 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
16153 (ediff-toggle-ignore-case): New function.
16154 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
16155
16156 * ediff-help.el (ediff-long-help-message-narrow2)
16157 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
16158 (ediff-long-help-message-word-mode): Add ignore-case command.
16159 (ediff-help-for-quick-help): Add ignore-case command.
16160
16161 * ediff-merg.el: Move provide to the end.
16162
16163 * ediff-ptch.el: Move provide to the end.
16164
16165 * ediff-wind.el: Move provide to the end.
16166
16167 * ediff-mult.el: Move provide to the end.
16168 (ediff-set-meta-overlay): Enable follow-link.
16169
16170 * ediff.el: Move provide to the end.
16171 Break recursive load cycle in eval-when-compile.
16172 (ediff-patch-buffer): Better heuristics.
16173
16174 * ediff-util.el: Move provide to the end.
16175 Break recursive load cycle in eval-when-compile.
16176 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
16177 defuns.
16178 (ediff-submit-report): Pass the values of ediff-diff3-program,
16179 ediff-diff3-options.
16180
16181 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
16182
16183 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
16184 the opening bracket of the following bracketing pairs: {}, [], (), <>,
16185 `' (for example, in the docstring of `windmove-default-keybindings').
16186
16187 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
16188
16189 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
16190 shadow face. Don't provide binding to edit variable when it is
16191 out of scope.
16192
16193 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
16194 (gdb-var-update-handler): Detect out of scope variables with pre
16195 GDB 6.4 too.
16196 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
16197 Reset status of variable objects to nil in update handlers.
16198 (gdb-var-update-handler-1): Detect when a variable object comes
16199 in scope. setcar on var changes gdb-var-list directly.
16200
16201 2006-02-17 Juri Linkov <juri@jurta.org>
16202
16203 * ffap.el (ffap) <defface>: Add explicit face declaration.
16204 (ffap-highlight): Use face `ffap' directly instead of checking
16205 for its existence.
16206
16207 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
16208 `visible-ok' of `other-buffer' to find the right original buffer.
16209
16210 * info.el (Info-search): Skip `Local Variables' node.
16211
16212 2006-02-17 Juri Linkov <juri@jurta.org>
16213
16214 * info.el (Info-find-file): Check for symbols `apropos', `history',
16215 `toc' in the input filename, and return these symbols as is.
16216 (Info-find-node-2): Set Info-current-file to symbols `apropos',
16217 `history', `toc' instead of strings.
16218 (Info-set-mode-line): For non-string Info-current-file use the
16219 symbol's name inside **.
16220 (Info-isearch-push-state): Add quote before Info-current-file and
16221 Info-current-node.
16222 (Info-isearch-pop-state): Use `equal' instead of `string='.
16223 (Info-extract-pointer, Info-following-node-name): Use
16224 `match-string-no-properties' instead of `match-string'.
16225 (Info-up): Check `old-file' for `stringp'.
16226 (Info-history): Use `equal' instead of `string-equal'.
16227 Check `file' for `stringp'.
16228 (Info-history): Use symbol `history' instead of string as first arg
16229 of `Info-find-node'.
16230 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
16231 `toc' instead of string.
16232 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
16233 instead of `buffer-substring', and `match-string-no-properties'
16234 instead of `match-string'.
16235 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
16236 instead of strings.
16237 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
16238 Use symbol `apropos' instead of string.
16239 (Info-copy-current-node-name): Check `Info-current-file' for
16240 `stringp' and construct a command with `Info-find-node' from it.
16241 (Info-fontify-node): Use `match-string-no-properties' instead of
16242 `match-string' and check file names for `stringp'.
16243 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
16244 `history', `toc' instead of strings.
16245
16246 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
16247
16248 * files.el: Rearrange functions and variables in the file local
16249 variables section.
16250
16251 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
16252
16253 * files.el: Add truncate-lines, ispell-check-comments and
16254 ispell-local-dictionary as safe local variables.
16255
16256 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
16257
16258 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
16259 out of scope variables.
16260 (gud-speedbar-buttons): Use unless.
16261
16262 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
16263 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
16264 (gdb-show-changed-values): Also use for out of scope variables.
16265 (gdb-var-update-handler-1): Note if variable goes out of scope.
16266
16267 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
16268
16269 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
16270 default to global variable values for unsupplied args.
16271 (rcirc-get-buffer-create): Fix bug with setting the target.
16272 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
16273 test for rcirc-always-use-server-buffer-flag here.
16274 (rcirc-response-formats): Add %N, which is a facified nick. %n
16275 uses the default face. Change the ACTION format string. If the
16276 "nick" is the server, don't print anything for that field.
16277 Comment fixes.
16278 (rcirc-target-buffer): Don't test
16279 rcirc-always-use-server-buffer-flag here.
16280 (rcirc-print): Squeeze extra spaces out of the text before message.
16281 (rcirc-put-nick-channel): Strip potential "@" char from nick
16282 before adding them to nick table.
16283 (rcirc-url-regexp): Improve to match address like "foo.com".
16284
16285 2006-02-17 Eli Zaretskii <eliz@gnu.org>
16286
16287 * allout.el (allout-hidden-p): Move this defsubst before
16288 allout-overlay-interior-modification-handler, where it is first
16289 used.
16290
16291 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
16292
16293 * allout.el: Use allout invisible-text overlays instead of
16294 selective display for concealed text. Also, lots of general
16295 cleanup, and improved compatibility code.
16296
16297 (allout-version): Incremented, corrected, revised, and refined
16298 module commentary.
16299
16300 (provide 'allout): Moved to the bottom, added a require of overlay.
16301
16302 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
16303 `except-current'.
16304 (allout-write-file-hook-handler): Minimize delay.
16305 (count-trailing-whitespace-region): New function so
16306 auto-encryption of current topic can resituate cursor exactly.
16307 PGP/GPG encryption trims trailing whitespace from lines, which
16308 must be accounted for across encryption then decryption.
16309
16310 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
16311 just plain "\C-c", to avoid intruding on user's keybinding space.
16312
16313 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
16314 parameter, so user request to provide a new password is done.
16315
16316 (allout-outside-normal-auto-fill-function, allout-auto-fill):
16317 Refined mechanism for auto-filling behavior while in allout mode.
16318
16319 (allout-mode): Explicitly specify the mode map in the docstring.
16320 Clarify provision for various write-file hook var names.
16321 Adjusted for invisible-text overlays instead of selective-display.
16322
16323 (allout-depth): Really return 0 if not within any topic. This
16324 rectifies `allout-beginning-of-level' and sequence numbering
16325 errors that occur when cutting and pasting numbered topics.
16326 Changed from a in-line subst to a regular function, as well.
16327
16328 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
16329
16330 (allout-end-of-subtree, allout-end-of-subtree)
16331 (allout-end-of-entry, allout-end-of-current-heading)
16332 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
16333 (allout-show-children, allout-show-to-offshoot)
16334 (allout-hide-current-entry, allout-show-current-entry): Rectified
16335 handling of trailing blank lines between items.
16336
16337 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
16338 (allout-current-depth, allout-unprotected, allout-hidden-p)
16339 (allout-on-current-heading-p, allout-listify-exposed)
16340 (allout-chart-subtree, allout-goto-prefix)
16341 (allout-back-to-current-heading, allout-get-body-text)
16342 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
16343 (allout-hide-region-body, allout-toggle-subtree-encryption)
16344 (allout-encrypt-string, allout-encrypted-key-info)
16345 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
16346 (allout-file-vars-section-data): Adjusted for use with
16347 invisible-text overlays instead of selective-display.
16348
16349 (allout-kill-line, allout-kill-topic, allout-yank-processing):
16350 Reworked for use with invisible text overlays.
16351
16352 (allout-current-topic-collapsed-p): New function.
16353
16354 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
16355 to know when to close the containing topic.
16356
16357 (allout-pre-command-business, allout-post-command-business):
16358 Simplify undo-batching and dynamic isearch exposure.
16359
16360 (allout-set-overlay-category): New for invisible-text overlays.
16361 Sets properties of allout-overlay-category, used by
16362 allout-flag-region to set invisible-text overlay properties.
16363 (allout-get-invisibility-overlay): Get the first qualifying
16364 invisibility overlay, so we can find the extent of it.
16365 (allout-back-to-visible-text): Get to just before the beginnining
16366 of the current invisibility overlay, if any.
16367
16368 (allout-overlay-insert-in-front-handler)
16369 (allout-overlay-interior-modification-handler)
16370 (allout-before-change-handler, allout-isearch-end-handler): New
16371 functions to handle extraordinary actions affecting concealed
16372 text.
16373
16374 (allout-flag-region): Use overlays instead of selective-display
16375 for invisible text - by inheritence from the properties of
16376 allout-overlay-category in mainline Emacs, and applied
16377 property-by-property in XEmacs, some recent versions of which
16378 don't inherit the properties from the category. Provisions to
16379 respond to concealed-text edits simplified drastically.
16380
16381 (allout-isearch-rectification, allout-isearch-was-font-lock)
16382 (allout-isearch-expose, allout-enwrap-isearch)
16383 (allout-isearch-abort, allout-pre-was-isearching)
16384 (allout-isearch-prior-pos, allout-isearch-did-quit)
16385 (allout-isearch-dynamic-expose)
16386 (allout-hide-current-entry-completely): Functions deleted.
16387
16388 (allout-undo-aggregation): Explicit undo aggregation no longer
16389 necessary due to transition away from selective-display.
16390
16391 (set-allout-regexp, allout-up-current-level)
16392 (allout-next-visible-heading, allout-forward-current-level)
16393 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
16394 (allout-kill-line, allout-yank-processing, allout-show-children)
16395 (allout-expose-topic, allout-old-expose-topic)
16396 (allout-listify-exposed, allout-insert-latex-header)
16397 (allout-toggle-subtree-encryption, allout-encrypt-string)
16398 (remove-from-invisibility-spec, allout-hide-current-subtree):
16399 Ditched unused variables.
16400
16401 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
16402
16403 * textmodes/ispell.el (ispell-change-dictionary): Call
16404 ispell-buffer-local-dict instead of
16405 ispell-accept-buffer-local-defs.
16406 (ispell-local-dictionary-alist): Accept as valid any coding-system
16407 supported by Emacs.
16408 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
16409 changed to iso-8859-3.
16410
16411 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
16412
16413 * speedbar.el (speedbar-frame-width): Make an inline function
16414 instead of a macro. Use frame-width.
16415 (speedbar-try-completion, speedbar-update-contents)
16416 (speedbar-timer-fn): Use consp.
16417 (speedbar-update-localized-contents): Try to preserve point.
16418
16419 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
16420 (menu): Re-order menu items.
16421 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
16422 field.
16423 (gdb-var-update-handler-1): Use it for GDB 6.4+.
16424 (gdb-post-prompt): Speed things by not forcing update.
16425
16426 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
16427
16428 * wid-edit.el (widget-button-click): For mouse-1, cancel button
16429 press and perform default action if we get a mouse movement event.
16430
16431 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
16432
16433 * calendar/icalendar.el (icalendar--get-event-property)
16434 (icalendar--get-event-property-attributes): Fix typos in
16435 docstrings.
16436
16437 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
16438 docstring.
16439
16440 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
16441
16442 * bs.el (bs-mode): Use `buffer-disable-undo'.
16443 (bs--get-file-name): Simplify.
16444 (bs-show-in-buffer): Mark the buffer as not modified.
16445
16446 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16447
16448 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
16449 widget-button-click.
16450
16451 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
16452 (custom-mode): Update docstring.
16453
16454 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
16455 binding.
16456
16457 * files.el (hack-local-variables-confirm): Allow scrolling if the
16458 file variable list is too long. Kill temp buffer after use.
16459
16460 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
16461
16462 * progmodes/gud.el (gdb): Improve doc string.
16463 (gdb-script-font-lock-keywords): Expand allowed character set.
16464
16465 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
16466 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
16467 (gdb-separate-io-interrupt, gdb-separate-io-quit)
16468 (gdb-separate-io-stop, gdb-separate-io-eof):
16469 Rename from gdb-inferior-* to gdb-separate-*.
16470 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
16471
16472 2006-02-14 Jay Belanger <belanger@truman.edu>
16473
16474 * calc/calc-arith.el (math-check-known-scalarp): Make sure
16475 expression is a symbol before checking that it is bound.
16476
16477 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
16478 test to see if equation can be solved.
16479
16480 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16481
16482 * wid-edit.el (widget-button-click): Use :pressed-face property
16483 for overlay face, if it exists.
16484
16485 * cus-edit.el (custom-manual, custom-add-see-also)
16486 (custom-add-parent-links, custom-group-link): Add :pressed-face
16487 property to links.
16488
16489 * files.el (hack-local-variables): Remove ignored variables before
16490 checking if any variables need setting.
16491
16492 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16493
16494 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
16495
16496 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
16497
16498 * help.el (where-is): Fix message for remapped commands.
16499
16500 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
16501 Fix typos in docstrings.
16502
16503 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
16504
16505 * files.el (safe-local-variable-values): New option.
16506 (hack-local-variables-prop-line): Return a list of variable-value
16507 pairs if MODE-ONLY is non-nil.
16508 (hack-local-variables): Construct list of variable-value pairs,
16509 and apply or reject them in one go. Ask for confirmation if
16510 variables are not known safe.
16511 (hack-local-variables-confirm): Complete rewrite. Support
16512 `safe-local-variable-values'.
16513 (enable-local-variables): Update docstring to reflect new
16514 behavior.
16515 (ignored-local-variables): Ignore ignored-local-variables and
16516 safe-local-variable-values.
16517 (safe-local-variable-p): New function.
16518 (risky-local-variable-p): `safe-local-variable' property check
16519 moved to safe-local-variable-p.
16520 (hack-one-local-variable): Checks moved to hack-local-variables.
16521
16522 (byte-compile-dynamic, c-basic-offset, c-file-style)
16523 (c-indent-level, comment-column, fill-column, fill-prefix)
16524 (indent-tabs-mode, kept-new-versions, no-byte-compile)
16525 (no-update-autoloads, outline-regexp, page-delimiter)
16526 (paragraph-start, paragraph-separate, sentence-end)
16527 (sentence-end-double-space tab-width, version-control):
16528 Add `safe-local-variable' property.
16529
16530 * find-lisp.el: Delete nonexistent `autocompile' file variable.
16531
16532 * icomplete.el, play/landmark.el: Change nonexistent
16533 `outline-layout' file variable to `allout-layout'.
16534
16535 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
16536
16537 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
16538 (gdb-get-changed-registers): Test value of gud-minor-mode relative
16539 to gud-comint-buffer.
16540 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
16541 gdb-ui.el for gdb-mi.el.
16542 (gdb-post-prompt, gdb-get-changed-registers): Move test for
16543 registers buffer to gdb-get-changed-registers.
16544 (gdb-breakpoint-regexp): New regexp. Allow toggling and
16545 deletion of catchpoints (throw and catch).
16546 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16547 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
16548 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
16549 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
16550 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
16551
16552 2006-02-13 Jay Belanger <belanger@truman.edu>
16553
16554 * calc/calc-arith.el (math-check-known-matrixp): Make sure
16555 expression is a symbol before checking that it is bound.
16556
16557 2006-02-13 Richard M. Stallman <rms@gnu.org>
16558
16559 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
16560 for the minibuffer too, but not if resize-mini-windows will interfere.
16561
16562 * help.el (describe-key-briefly, describe-key): Do all arg-reading
16563 inside `interactive' spec.
16564 (describe-key-briefly-internal, describe-key-internal):
16565 Functions merged back into their callers.
16566
16567 2006-02-13 Martin Rudalics <rudalics@gmx.at>
16568
16569 * info.el (info-xref-visited): Inherit from info-xref too.
16570 (Info-set-mode-line): Replace occurrences of `%' by `%%'
16571 when propertizing Info-current-file and Info-current-node.
16572
16573 2006-02-13 Juri Linkov <juri@jurta.org>
16574
16575 * tumme.el (tumme-thumbnail-storage): Fix docstring.
16576 (tumme-thumb-name): Fix per-directory format.
16577
16578 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
16579
16580 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
16581
16582 2006-02-12 Miles Bader <miles@gnu.org>
16583
16584 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
16585
16586 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
16587
16588 * tumme.el: Remove history section. If someone needs the it, it
16589 can always be found in CVS.
16590
16591 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16592
16593 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
16594 about the Thumbnail Managing Standard option.
16595
16596 2006-02-12 Richard M. Stallman <rms@gnu.org>
16597
16598 * subr.el (substitute-key-definition): Doc fix.
16599
16600 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
16601
16602 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
16603
16604 * info.el (Info-mode): Doc fix.
16605
16606 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
16607
16608 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
16609
16610 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
16611 because on Solaris a POSIX compatible "id" is needed. Reported by
16612 Magnus Henoch <mange@freemail.hu>.
16613
16614 2006-02-12 Juri Linkov <juri@jurta.org>
16615
16616 * tumme.el: Remove todo item about Thumbnail Managing Standard.
16617 (tumme) <defgroup>: Change :group to `multimedia'.
16618 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
16619 Managing Standard.
16620 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
16621 Fix dostring.
16622 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
16623 and %y. Fix docstring.
16624 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
16625 (tumme-cmd-create-standard-thumbnail-command): New user options.
16626 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
16627 is `standard'. Fix docstring.
16628 (tumme-thumb-width, tumme-thumb-height): New user options.
16629 (tumme-external-viewer): Try to find various viewers.
16630 (tumme-get-thumbnail-image): Use `create-image' instead of
16631 constructing the `image' structure.
16632 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
16633 `standard'.
16634 (tumme-thumb-name): Add file name generation for standard storage.
16635 Simplify code for other storages.
16636 (tumme-thumb-name): Use width %w and height %h instead of size %s.
16637 Add modification time %m and thumbnail-nq8 %q.
16638 Use `tumme-cmd-create-standard-thumbnail-command' if
16639 tumme-thumbnail-storage is `standard'.
16640 (tumme-dired-insert-marked-thumbs): New autoload command.
16641 (tumme-dired-after-readin-hook): New function.
16642 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
16643 `tumme-thumb-size'.
16644 (tumme-display-image): Replace size-x %x and size-y %y with
16645 width %w and height %h.
16646
16647 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
16648 `tumme-dired-insert-marked-thumbs'.
16649
16650 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16651
16652 * tumme.el (tumme-write-tag): Fix small bug (file name did not
16653 include path).
16654 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
16655 matching tag.
16656
16657 2006-02-12 Miles Bader <miles@gnu.org>
16658
16659 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
16660 New variables.
16661 (rcirc-abbrev-nick): New function.
16662 (rcirc-format-response-string): Rewrite to use the formats in
16663 `rcirc-response-formats' and expand escape sequences therein.
16664 A text-property `rcirc-text' is added over the actual response
16665 text to make easy to find inside the returned string.
16666 (rcirc-print): When filling, just look for the `rcirc-text'
16667 text-property to find the appropriate fill prefix, instead of
16668 using hardwired patterns.
16669
16670 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16671
16672 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
16673 Managing Standard.
16674
16675 2006-02-11 Kim F. Storm <storm@cua.dk>
16676
16677 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
16678 Don't use insert-buffer; do insert-buffer-substring directly.
16679 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
16680
16681 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16682
16683 * files.el (revert-buffer, recover-file): Replace buffer-read-only
16684 with inhibit-read-only. Suggested by Stefan Monnier.
16685 (revert-buffer): Let insert-file-contents discard
16686 buffer-undo-list. Simplify code.
16687 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
16688
16689 2006-02-11 Eli Zaretskii <eliz@gnu.org>
16690
16691 * menu-bar.el (menu-bar-select-yank): Add a doc string.
16692
16693 * help.el (describe-key-briefly): Now a wrapper for
16694 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
16695 to t. Populate yank-menu if empty.
16696 (describe-key-briefly-internal): Renamed from describe-key-briefly.
16697 (describe-key): Now a wrapper for describe-key-internal. Bind
16698 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
16699 (describe-key-internal): Renamed from describe-key.
16700
16701 2006-02-11 Milan Zamazal <pdm@zamazal.org>
16702
16703 * progmodes/glasses.el (glasses-separator): Doc fix.
16704 (glasses-original-separator): New defcustom.
16705 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
16706
16707 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16708
16709 * mwheel.el (mouse-wheel-up-event): Doc fix.
16710
16711 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16712
16713 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
16714 (tumme-dir): New function. Copied from thumbs.el.
16715
16716 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
16717
16718 * desktop.el (desktop-outvar): Fix typo.
16719 (desktop-save-buffer-p): Doc fix.
16720
16721 * subr.el (substitute-key-definition): Fix typo.
16722
16723 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16724
16725 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
16726 when window-system is mac.
16727
16728 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
16729
16730 2006-02-10 Kim F. Storm <storm@cua.dk>
16731
16732 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
16733 indirect-function instead of using condition-case.
16734
16735 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
16736
16737 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
16738 less `colloquial'...
16739
16740 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
16741
16742 * tumme.el: Add a couple of todo items.
16743
16744 2006-02-09 Lars Hansen <larsh@soem.dk>
16745
16746 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
16747 (highlight-changes-mode): Don't change desktop-locals-to-save.
16748
16749 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
16750
16751 * image-mode.el (image-toggle-display): Clear image cache if using
16752 filename.
16753
16754 2006-02-09 Masatake YAMATO <jet@gyve.org>
16755
16756 * dired-x.el (dired-guess-shell-alist-default): Add .man as
16757 a `dired-man' target.
16758
16759 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
16760 boundary of symbols.
16761
16762 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
16763
16764 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
16765
16766 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
16767
16768 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
16769 `mapcar'; return nil.
16770
16771 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
16772
16773 * mouse.el (mouse-drag-track): Don't change window if we rebind to
16774 some other event.
16775
16776 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
16777
16778 * net/rcirc.el (rcirc-startup-channels-alist):
16779 Add irc.freenode.net and #emacs as defaults.
16780 (rcirc-ignore-all-activity-flag): Remove variable.
16781 (rcirc-authinfo): New variable.
16782 (rcirc-authinfo-filename): Remove variable.
16783 (rcirc-always-use-server-buffer-flag): New flag.
16784 (rcirc): M-x rcirc will automatically connect without prompting.
16785 C-u M-x rcirc will prompt. Use rcirc-connect to create a
16786 connection in lisp.
16787 (rcirc-process-server-response-1): Remove everything but the nick
16788 portion of the sender so it doesn't need to be done everywhere
16789 else. Update related code.
16790 (global-map): Remove global keybindings.
16791 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
16792 (rcirc-send-input): Split into several functions.
16793 (rcirc-process-input-line, rcirc-process-message)
16794 (rcirc-process-command): New functions.
16795 (rcirc-target-buffer): New function to determine where to route
16796 messages.
16797 (rcirc-user-nick): Save match data.
16798 (rcirc-toggle-ignore-buffer-activity)
16799 (rcirc-update-activity-string): Remove global ignore functionality,
16800 which can be done now by toggling rcirc-track-minor-mode.
16801 (rcirc-track-minor-mode-map): New keymap.
16802 (rcirc-track-minor-mode): New minor-mode.
16803 (ignore): Make the ignore output nicer. Always print it when
16804 adding or removing nicks.
16805 (rcirc-url-regexp): Improve.
16806 (rcirc-mangle-text): Remove properties before using text in the
16807 modeline.
16808 (rcirc-authenticate): Authentication data comes from
16809 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
16810 (rcirc-server-prefix): Inherit from rcirc-server.
16811
16812 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
16813
16814 * Makefile.in (compile): Append "|| true" to the end of the `find'
16815 command, like compile-always does.
16816
16817 2006-02-08 Sam Steingold <sds@gnu.org>
16818
16819 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
16820 output from a dead connection.
16821
16822 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16823
16824 * dired.el (dired-mode-map): Add more bindings for tumme.
16825
16826 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
16827
16828 * wdired.el (wdired-mode-map): Use remap.
16829 (wdired-get-filename): Massage.
16830 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
16831 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
16832 `keymap' property rather than `local-map'.
16833
16834 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16835
16836 * tumme.el (tumme-get-thumbnail-image): New utility function.
16837 Suggested by from Chong Yidong.
16838 (tumme-dired-with-window-configuration): Rename from
16839 `tumme-dired'. Add code to save window configuration.
16840 (tumme-restore-window-configuration): New command to restore the
16841 window configuration that `tumme-dired-with-window-configuration'
16842 saves before it changes the window configuration.
16843 (tumme-show-all-from-dir): New command to display thumbnails for
16844 all files in a directory entered by the user, like M-x thumbs.
16845 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
16846 have been created.
16847 (tumme-display-thumbnail-original-image): Call `display-buffer'.
16848 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
16849 Remove obsolete test function.
16850
16851 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
16852
16853 * vc.el (small-temporary-file-directory): Remove defvar; there's
16854 a defcustom for it in files.el.
16855
16856 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
16857 Fix typo in message.
16858 (tumme-gallery-generate): Fix typo in `error' message.
16859 (tumme-display-window-height-correction)
16860 (tumme-display-window-width-correction, tumme-line-up-dynamic)
16861 (tumme-line-up-interactive): Dox fixes.
16862 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
16863 (tumme-restore-window-configuration, tumme-format-properties-string)
16864 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
16865 Fix typos in docstrings.
16866
16867 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
16868
16869 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
16870
16871 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
16872
16873 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
16874 User should use hook if desired.
16875
16876 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
16877 buffer if necessary.
16878 (gdb-delete-frame-or-window): New function.
16879 (gdb-breakpoints-mode-map): Bind "q" to it.
16880
16881 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16882
16883 * textmodes/nroff-mode.el: Clean up name space.
16884 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
16885 (nroff-mode): Obey the global setting of nroff-electric-mode.
16886 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
16887
16888 * calendar/calendar.el (calendar-increment-month): Typo in last change.
16889
16890 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
16891
16892 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
16893
16894 2006-02-06 Lars Hansen <larsh@soem.dk>
16895
16896 * generic-x.el (etc-fstab-generic-mode): Add file system types
16897 cifs and usbdevfs. Allow special chars in file names.
16898
16899 2006-02-05 Jay Belanger <belanger@truman.edu>
16900
16901 Update copyright notices of the files in lisp/calc.
16902
16903 2006-02-05 Romain Francoise <romain@orebokech.com>
16904
16905 Update copyright notices of all files in the lisp/play directory.
16906
16907 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
16908
16909 * ldefs-boot.el: Regenerate.
16910
16911 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
16912
16913 2006-02-05 Kim F. Storm <storm@cua.dk>
16914
16915 * files.el (magic-mode-regexp-match-limit): New defvar.
16916 (set-auto-mode): Use it to limit magic-mode-alist matching.
16917
16918 2006-02-04 Eli Zaretskii <eliz@gnu.org>
16919
16920 * info.el (Info-index, Info-mode): Improve the description of the
16921 `i' command.
16922
16923 * ldefs-boot.el: Regenerate.
16924
16925 2006-02-03 Werner Lemberg <wl@gnu.org>
16926
16927 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
16928 greedy to find the closing bracket in \*[...] and similar
16929 expressions. This is a first rough fix -- many additional
16930 refinements are necessary to make nroff mode really usable with groff.
16931
16932 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
16933
16934 * international/mule-cmds.el (set-locale-environment):
16935 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
16936 libX11.
16937
16938 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
16939
16940 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
16941 archive are created in archive-tmpdir.
16942
16943 2006-02-02 John Paul Wallington <jpw@pobox.com>
16944
16945 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
16946 (ibuffer-fontification-alist): Use it.
16947 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
16948 to "* z" and the Ibuffer Mark menu.
16949
16950 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
16951
16952 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
16953
16954 * textmodes/table.el (*table--cell-describe-mode)
16955 (*table--cell-describe-bindings): Undo last change since
16956 print-help-return-message is not obsoleted by anything at all.
16957
16958 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
16959
16960 * emulation/cua-base.el (cua-mode): Doc fix.
16961
16962 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
16963
16964 * dframe.el (dframe-handle-make-frame-visible)
16965 (dframe-handle-iconify-frame, dframe-get-focus)
16966 (dframe-select-attached-frame, dframe-power-click)
16967 (dframe-frame-mode): Fix typos in docstrings.
16968
16969 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
16970 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
16971 Fix typos in docstrings.
16972
16973 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
16974 (hi-lock-face-buffer, hi-lock-font-lock-hook)
16975 (hi-lock-archaic-interface-message-used)
16976 (hi-lock-file-patterns-range): Fix typos in docstrings.
16977
16978 * savehist.el (savehist-loaded, savehist-load, savehist-install)
16979 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
16980
16981 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
16982 Fix typo in docstring.
16983
16984 * net/newsticker.el (newsticker--decode-iso8601-date)
16985 (newsticker--set-customvar, newsticker--buffer-insert-item)
16986 (newsticker--do-run-auto-mark-filter)
16987 (newsticker--parse-generic-feed): Doc fixes.
16988 (newsticker--retrieval-timer-list, newsticker-url-list)
16989 (newsticker-hide-immortal-items-in-echo-area)
16990 (newsticker-hide-obsolete-items-in-echo-area)
16991 (newsticker-new-item-face, newsticker--enclosure)
16992 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
16993 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
16994 (newsticker--parse-generic-feed, newsticker--cache-contains)
16995 (newsticker--stat-num-items, newsticker-download-enclosures):
16996 Fix typos in docstrings.
16997
16998 * net/rcirc.el (rcirc-debug): Doc fix.
16999 (rcirc-fill-column, rcirc-receive-message-hooks)
17000 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
17001 (rcirc-mode, rcirc-generate-new-buffer-name)
17002 (rcirc-startup-channels, rcirc-ignore-update-automatic)
17003 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
17004 Fix typos in docstrings.
17005 (rcirc-print): "?\ " -> "?\s".
17006 (rcirc-cmd-join): Improve argument/docstring consistency.
17007
17008 2006-02-01 Mark A. Hershberger <mah@everybody.org>
17009
17010 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
17011 before narrow-to-region.
17012
17013 2006-02-01 Richard M. Stallman <rms@gnu.org>
17014
17015 * simple.el (move-beginning-of-line): Scan properly for invis change.
17016
17017 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
17018
17019 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
17020
17021 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
17022 change bit only when id-format is 'integer. Reported by Matt
17023 Hodges <M.P.Hodges@rl.ac.uk>.
17024
17025 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
17026
17027 * hilit-chg.el (highlight-changes-initial-state)
17028 (highlight-changes-global-initial-state): Doc fixes.
17029 (highlight-changes-global-modes, global-highlight-changes):
17030 Fix typos in docstrings.
17031
17032 2006-02-01 Kim F. Storm <storm@cua.dk>
17033
17034 * emulation/cua-base.el (cua-mode): Mention that CUA enables
17035 transient-mark-mode in doc string.
17036
17037 2006-01-31 Richard M. Stallman <rms@gnu.org>
17038
17039 * replace.el (multi-occur): Doc fix.
17040 (multi-occur-in-matching-buffers): Rename from
17041 multi-occur-by-filename-regexp. Prefix arg says match
17042 buffer names instead of file names.
17043
17044 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
17045
17046 * bs.el: Allow non-default values of `bs-header-lines-length'.
17047 (bs--running-in-xemacs): Remove (not needed anymore).
17048 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
17049 instead of `shrink-window', thus avoiding having to compute the
17050 height of the window.
17051 (bs--up): Wrap around even when there's no header.
17052 (bs--down): Use `forward-line' instead of `next-line'.
17053
17054 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
17055
17056 * image-mode.el (image-toggle-display): Use file name if possible,
17057 instead of unnecessarily allocating a (possibly huge) lisp string.
17058
17059 2006-01-30 John Paul Wallington <jpw@pobox.com>
17060
17061 * subr.el (toplevel): Define `cl-assertion-failed' condition here
17062 because the `assert' macro signals it at runtime.
17063
17064 * emacs-lisp/cl.el (toplevel): Remove definition of
17065 `cl-assertion-failed' condition.
17066
17067 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
17068
17069 * thumbs.el (thumbs-marked-list): Make buffer-local and
17070 permanent-local.
17071 (thumbs-insert-thumb): Make help-echo non-sticky.
17072 (thumbs-file-alist): Use eolp as check for (non)-image.
17073
17074 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
17075
17076 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
17077 (ediff-before-session-group-setup-hooks)
17078 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
17079 Fix typos in docstrings.
17080
17081 * window.el (bw-dir, bw-eqdir, balance-windows)
17082 (split-window-keep-point): Fix typos in docstrings.
17083
17084 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
17085 (org-quote-string, org-calendar-to-agenda-key)
17086 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
17087 (org-show-following-heading, org-tags-column)
17088 (org-use-tag-inheritance, org, org-allow-space-in-links)
17089 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
17090 (org-enable-table-editor, org-calc-default-modes)
17091 (org-table-allow-automatic-line-recalculation)
17092 (org-export-html-style, org-export-with-fixed-width)
17093 (org-export-with-sub-superscripts, org-special-keyword)
17094 (org-formula, org-time-grid, org-table-may-need-update)
17095 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
17096 (org-goto-quit, org-get-indentation, org-end-of-item)
17097 (org-move-item-down, org-move-item-up)
17098 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
17099 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
17100 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
17101 (org-agenda-log-mode, org-agenda-toggle-diary)
17102 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
17103 (org-agenda-file-to-end, org-agenda-no-heading-message)
17104 (org-agenda-get-closed, org-format-agenda-item)
17105 (org-cmp-priority, org-cmp-category, org-cmp-time)
17106 (org-agenda-change-all-lines, org-agenda-diary-entry)
17107 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
17108 (org-link-search, org-camel-to-words, org-open-file)
17109 (org-remember-handler, org-table-convert-region)
17110 (org-table-move-row-down, org-table-move-row-up)
17111 (org-table-copy-region, org-table-wrap-region)
17112 (org-table-toggle-vline-visibility)
17113 (org-table-get-vertical-vector, org-table-modify-formulas)
17114 (org-table-get-specials, org-recalc-commands)
17115 (org-table-rotate-recalc-marks, org-table-eval-formula)
17116 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
17117 (org-level-color-stars-only, org-insert-heading):
17118 Fix typos in docstrings.
17119 (last-arg): Add defvar.
17120
17121 * makefile.w32-in (WINS): Add erc.
17122 (MH_E_SRC): Update (copied from lisp/Makefile.in).
17123
17124 2006-01-29 Bill Wohler <wohler@newt.com>
17125
17126 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
17127 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
17128 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
17129 (mh-autoloads): Don't use comments on otherwise empty lines.
17130
17131 2006-01-29 Edward O'Connor <ted@oconnor.cx>
17132
17133 * emulation/viper.el (viper-major-mode-modifier-list):
17134 Add insert-state and vi-state entries for erc-mode.
17135 (viper-go-away, viper-set-hooks): Add and remove
17136 viper-comint-mode-hook from erc-mode-hook as appropriate.
17137
17138 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
17139
17140 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
17141
17142 * bs.el (bs--format-aux): Implement `middle' alignment as
17143 described in the docstring for `bs-attributes-list'.
17144 (bs--get-name): Simplify. Don't pad the buffer name.
17145
17146 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
17147
17148 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
17149 English aspell dictionary is installed, use the first entry of
17150 ispell-dictionary-alist-1.
17151
17152 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17153
17154 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
17155 Doc fix.
17156
17157 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
17158
17159 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
17160 for `process-file', in order to let it work for older Emacsen too.
17161
17162 2006-01-27 Eli Zaretskii <eliz@gnu.org>
17163
17164 * international/latexenc.el: Add a suitable `coding:' tag.
17165 (latexenc-find-file-coding-system): Undo last change.
17166
17167 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17168
17169 * international/latexenc.el (latexenc-find-file-coding-system):
17170 Make sure latexenc-main-file is a regular file and is readable.
17171
17172 2006-01-27 Andre Spiegel <spiegel@gnu.org>
17173
17174 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
17175 Pass FILE to vc-user-login-name.
17176
17177 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
17178
17179 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
17180
17181 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
17182 there are no more images to display.
17183 (thumbs-mark, thumbs-unmark): Revert change so that they move to
17184 the next image.
17185
17186 2006-01-26 Richard M. Stallman <rms@gnu.org>
17187
17188 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
17189
17190 * wid-edit.el (advertised-widget-backward): New alias.
17191 (widget-keymap): Use advertised-widget-backward for S-TAB.
17192
17193 * tumme.el: Correct the keywords.
17194 (tumme-dir-max-size): Use defvar.
17195 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
17196
17197 * simple.el (move-beginning-of-line): Take account of fields.
17198 (clone-indirect-buffer-other-window): Take args like
17199 clone-indirect-buffer, and work like it.
17200
17201 * help-fns.el (describe-function): Don't pass `nil' as default.
17202
17203 * files.el (risky-local-variable-p): Follow var aliases.
17204
17205 * subr.el (lazy-completion-table): Doc fix.
17206
17207 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
17208 global binding of `line'.
17209
17210 2006-01-25 Andre Spiegel <spiegel@gnu.org>
17211
17212 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
17213 Tramp.
17214
17215 * vc.el (vc-default-dired-state-info): Pass FILE to
17216 vc-user-login-name.
17217 (vc-default-update-changelog): Don't use vc-user-login-name, we
17218 don't need it here.
17219
17220 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
17221 no longer necessary.
17222
17223 2006-01-25 Kenichi Handa <handa@m17n.org>
17224
17225 * international/mule.el (decode-char): Avoid the overhead of
17226 calling utf-lookup-subst-table-for-decode if
17227 utf-translate-cjk-mode is nil.
17228 (encode-char): Avoid the overhead of calling
17229 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
17230 nil.
17231
17232 2006-01-22 Kenichi Handa <handa@m17n.org>
17233
17234 * international/mule.el (make-subsidiary-coding-system): Reset
17235 `coding-system-define-form' property of subsidiaries to nil.
17236 Avoid duplicated entry in coding-system-alist.
17237 (make-coding-system): Avoid duplicated entry in
17238 coding-system-alist.
17239 (define-coding-system-alias): Likewise.
17240
17241 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
17242
17243 * completion.el: Minor fixes in introductory comment.
17244 (completion-def-wrapper): Fix alist.
17245
17246 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
17247
17248 * thumbs.el (thumbs-new-image-size): New function.
17249 (thumbs-increment-image-size-element)
17250 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
17251 (thumbs-decrement-image-size): Delete.
17252 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
17253 temp files and use to resize.
17254 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
17255 Use increment argument to enlarge/shrink. Preserve point.
17256 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
17257 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
17258 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
17259 (thumbs-mark, thumbs-unmark): Preserve point.
17260 (thumbs-modify-image): Keep old temp files and use to modify.
17261 Cleanup old temp files at load time. Preserve point.
17262 (thumbs-view-image-mode-map): Use new command names.
17263
17264 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
17265
17266 * log-view.el (log-view-minor-wrap): First rev is the one at point.
17267
17268 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
17269 the nastiest part of the cyclic dependency.
17270 (cal-menu-update): Use dotimes and calendar-increment-month.
17271
17272 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
17273 (calendar-week-start-day): Add an :initializer.
17274 (calendar-mode-map): Use suppress-keymap, and command remapping.
17275 (describe-calendar-mode): Setup xref-stack info for the back button.
17276 (calendar-star-date): Insert before delete.
17277 (calendar-set-mode-line): Add file-modified info if applicable.
17278 (calendar-increment-month): New function.
17279
17280 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
17281
17282 * font-lock.el (lisp-font-lock-keywords-2):
17283 Recognize "& keywords" only at word boundaries.
17284
17285 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
17286
17287 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
17288 and permanent-local.
17289 (thumbs-max-image-number): New variable.
17290 (thumbs-do-thumbs-insertion): Use them.
17291 (thumbs-per-line): Change default to 4.
17292 (thumbs-marked-list): Rename from thumbs-markedL.
17293 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
17294 (thumbs-rename-images): Use -list instead of L for internal variables.
17295 (thumbs-call-convert): Use call-process instead of shell-command.
17296 (thumbs-insert-thumb): Add filename as help-echo to each image.
17297 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
17298 Give dir to thumbs-show-thumbs-list.
17299 (thumbs-show-thumbs-list): Set default-directory to that of images.
17300 (thumbs-dired-show): Rename from thumbs-dired-show-all.
17301 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
17302 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
17303 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
17304
17305 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
17306
17307 * ses.el (ses-read-cell): Provide a default value.
17308
17309 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
17310
17311 * term/w32-win.el (image-library-alist): Add additional names for
17312 GIF library.
17313
17314 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17315
17316 * international/latexenc.el (latexenc-find-file-coding-system):
17317 Add file-regular-p check.
17318
17319 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
17320
17321 * simple.el (clone-buffer): Don't show the new buffer in the same
17322 window.
17323
17324 2006-01-23 Juri Linkov <juri@jurta.org>
17325
17326 * faces.el (link, link-visited): New faces based on default values
17327 of `info-xref' and `info-xref-visited'.
17328
17329 * info.el (info-xref): Inherit from `link'.
17330 (info-xref-visited): Inherit from `link-visited'.
17331
17332 * cus-edit.el (custom-buffer-create-internal): Use widget type
17333 `custom-manual' instead of `info-link' and don't set properties
17334 `button-face' and `mouse-face' explicitly.
17335 (custom-browse-group-tag, custom-browse-variable-tag)
17336 (custom-browse-face-tag): Inherit from widget class
17337 `custom-group-link' instead of `push-button'.
17338 (custom-button-unraised): Inherit from `underline' face.
17339 (custom-link): Inherit from `link' face. Fix doc and group.
17340 (custom-add-parent-links, custom-group-value-create): Don't set
17341 properties `button-face' and `mouse-face' explicitly for
17342 `custom-group-link' widget.
17343 (custom-group-link): Add properties `button-face' and `mouse-face'
17344 to widget definition.
17345 (custom-field-keymap): New variable. Put `custom-field-keymap' to
17346 editable-field's :keymap property.
17347 (custom-mode): Fix docstring: substitute keybindings for
17348 `widget-forward' and `widget-backward' from `widget-keymap',
17349 `widget-complete' from `custom-field-keymap', replace old
17350 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
17351
17352 * desktop.el (desktop-load-file): Check for `fboundp' before
17353 calling `symbol-function'.
17354
17355 * simple.el (clone-buffer, clone-indirect-buffer)
17356 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
17357 `read-string'. Fix prompts.
17358
17359 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
17360
17361 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
17362
17363 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
17364
17365 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
17366
17367 * startup.el (inhibit-splash-screen, initial-scratch-message):
17368 Doc fixes.
17369
17370 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
17371
17372 Sync with Tramp 2.0.52.
17373
17374 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
17375 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
17376 `tramp-unload-tramp' for checklist.
17377
17378 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
17379 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
17380 (tramp-unload-file-name-handler-alist)
17381 (tramp-unload-tramp): New defuns.
17382 (tramp-advice-PC-expand-many-files): New defadvice.
17383 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
17384 removed.
17385 (tramp-handle-expand-file-name): Remove double slash.
17386 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
17387 It doesn't matter, because it will be converted later on.
17388 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
17389 implementation was just heuristic.
17390 (tramp-post-connection): Set uid and gid properties.
17391 (tramp-convert-file-attributes): Set file's gid change bit.
17392 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
17393 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
17394 in case of su(do)? methods. The home directory of the local user
17395 will be taken else.
17396 (tramp-open-connection-telnet)
17397 (tramp-open-connection-rsh, tramp-open-connection-su)
17398 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
17399 local shell prompt could hurt. Reported by Romain Francoise
17400 <romain@orebokech.com>.
17401 (tramp-let-maybe): Add `edebug-form-spec' property.
17402 (tramp-handle-expand-file-name): Bind `default-directory' locally
17403 to "/" in order to avoid problems with UNC shares or Cygwin
17404 mounts.
17405 (tramp-md5-function): Fix typo in error message.
17406
17407 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
17408
17409 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
17410 for byte-compiler pacification.
17411
17412 2006-01-22 Andre Spiegel <spiegel@gnu.org>
17413
17414 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
17415 ID-FORMAT `string'. This allows us to get rid of
17416 `vc-user-login-name UID'.
17417
17418 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
17419
17420 2006-01-22 John Paul Wallington <jpw@pobox.com>
17421
17422 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
17423
17424 2006-01-21 Martin Rudalics <rudalics@gmx.at>
17425
17426 * emacs-lisp/find-func.el (find-definition-noselect)
17427 (find-variable-noselect): Search variables in C source code too.
17428 (find-function-C-source, find-function-noselect, find-function)
17429 (find-function-other-frame, find-variable-noselect, find-variable)
17430 (find-variable-other-frame, find-variable-at-point):
17431 Fix docstrings.
17432
17433 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
17434
17435 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
17436
17437 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
17438
17439 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
17440 Default to disabling the "Save affix" question.
17441
17442 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
17443
17444 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
17445 the first arg to run-python.
17446
17447 2006-01-21 Eli Zaretskii <eliz@gnu.org>
17448
17449 * startup.el (command-line-1): Handle --no-desktop if desktop.el
17450 is not loaded.
17451
17452 2006-01-20 Jay Belanger <belanger@truman.edu>
17453
17454 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
17455 limit is 0.
17456
17457 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
17458 the correct variable.
17459
17460 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
17461
17462 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
17463 link. Fixed buggy argument sequence in call to `org-view-tags'.
17464 (org-compile-prefix-format): Set `org-prefix-has-tag'.
17465 (org-prefix-has-tag): New variable.
17466 (org-format-agenda-item): Remove tags from headline if
17467 appropriate.
17468 (org-agenda-remove-tags-when-in-prefix): New option.
17469 (org-get-tags-at): New function.
17470
17471 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
17472
17473 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
17474 (thumbs-find-image): Move image name and number from buffer name
17475 to mode name. Set thumbs-buffer. Preserve point so that large
17476 images remain visible.
17477 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
17478 order.
17479 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
17480 mode name.
17481 (thumbs-next-image, thumbs-previous-image): Make them work.
17482
17483 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
17484
17485 * cus-edit.el (custom-buffer-create-internal): State in the text above
17486 the whole buffer buttons that they do not operate on hidden items.
17487 (custom-face-menu): Use `custom-face-save' instead of
17488 `custom-face-save-command'.
17489 (custom-face-save-command): Make it an alias for `custom-face-save'
17490 and declare it obsolete.
17491 (custom-face-save): Doc fix.
17492
17493 * dired.el (dired-no-confirm): Add quote.
17494 (dired-subdir-alist-pre-R): Add quote in
17495 `make-variable-buffer-local' form and remove unbalanced parenthesis.
17496
17497 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
17498
17499 * textmodes/table.el (table-mode-indicator): Typo in last change.
17500
17501 2006-01-19 Richard M. Stallman <rms@gnu.org>
17502
17503 * outline.el (hide-leaves): Don't call outline-end-of-heading.
17504 Fixes bug reported in Nov 2005.
17505
17506 * isearch.el (isearch-forward): Doc fix.
17507
17508 * dired.el (dired-move-to-filename-regexp): Define as alias.
17509 (dired-no-confirm): Use defcustom.
17510 (dired-subdir-alist-pre-R): Put defvar at top level.
17511
17512 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
17513
17514 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17515 Mark as risky.
17516
17517 * simple.el (set-mark-command): Doc fix.
17518 (clone-indirect-buffer-other-window):
17519 Read arg like clone-indirect-buffer.
17520 (move-beginning-of-line): Skip invisible newlines.
17521
17522 2006-01-19 Masatake YAMATO <jet@gyve.org>
17523
17524 * progmodes/cpp.el (cpp-edit-load): Make the order of
17525 listed conditions in a base C code buffer and its associate
17526 CPP Edit buffer the same.
17527
17528 2006-01-19 Kenichi Handa <handa@m17n.org>
17529
17530 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
17531 (rmail-mime-feature): Likewise.
17532 (rmail-require-mime-maybe): Use display-warning to show a warning
17533 message.
17534
17535 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
17536 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
17537
17538 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
17539
17540 * array.el: Move defvars out of eval-when-compile.
17541 (array-make-template): Replace undeclared global var with a local one.
17542 (array-mode): Inline initialization functions.
17543 (array-init-local-variables, array-init-max-row)
17544 (array-init-max-column, array-init-columns-per-line)
17545 (array-init-field-width, array-init-rows-numbered)
17546 (array-init-line-length, array-init-lines-per-row): Remove.
17547
17548 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
17549 (doc-mode-map): Define explicitly.
17550 (doctor-txtype): Use mapc.
17551
17552 * textmodes/table.el: Move defvars out of eval-when-compile.
17553 Remove harmful code meant to avoid byte-compiler warnings.
17554 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
17555 specification that checks table-fixed-width-mode directly.
17556 (table-recognize-region, table-recognize-cell):
17557 Use restore-buffer-modified-p.
17558 (table-fixed-width-mode): Remove code that refreshes
17559 table-fixed-mode-indicator.
17560 (*table--cell-describe-bindings, *table--cell-describe-mode):
17561 Avoid obsolete name print-help-return-message.
17562 (table--test-cell-list): Don't use replace-regexp from elisp.
17563 (table--point-entered-cell-function, table--point-left-cell-function):
17564 Don't set table-fixed-mode-indicator, use force-mode-line-update.
17565
17566 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
17567 that was after the end of file. Use buffer-file-name variable.
17568 (org-timestamp-change): Use with-current-buffer.
17569 (org-todo-list): Don't unnecessarily define a new buffer-local var.
17570 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
17571 `file'.
17572
17573 * progmodes/fortran.el: Move defvars out of eval-when-compile.
17574 (fortran-break-line): Remove unused var `opoint'.
17575 (fortran-abbrev-start): Obey help-event-list.
17576
17577 2006-01-18 Jesper Harder <harder@phys.au.dk>
17578
17579 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
17580
17581 2006-01-18 Masatake YAMATO <jet@gyve.org>
17582
17583 * progmodes/make-mode.el (makefile-imake-mode): New mode
17584 derived from makefile-mode.
17585 (makefile-imake-mode-syntax-table): New syntax table
17586 derived from makefile-mode-syntax-table.
17587 (makefile-mode): Write about makefile-imake-mode in doc string.
17588 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
17589 (makefile-imake-font-lock-keywords): New font lock keywords.
17590
17591 * files.el (auto-mode-alist): Add Imakefile.
17592
17593 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
17594
17595 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
17596 loading the file rather than when turning on flyspell-mode.
17597
17598 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
17599
17600 * cus-edit.el (customize-rogue): Minor doc fix.
17601
17602 2006-01-17 Juri Linkov <juri@jurta.org>
17603
17604 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
17605 instead of the file at the mark as default if the file at the mark
17606 is the same as the file at point or if dired-dwim-target-directory
17607 is not the same as the current directory and the mark is not active.
17608
17609 * log-view.el (log-view-minor-wrap): Use the same logic to get
17610 revisions as `log-view-diff'.
17611
17612 * info.el (Info-revert-find-node): Check for Info-current-file
17613 before preserving new-history.
17614
17615 * man.el (Man-heading-regexp): Add `/'.
17616
17617 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
17618 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
17619
17620 2006-01-16 Juri Linkov <juri@jurta.org>
17621
17622 * faces.el (mode-line-faces): New defgroup.
17623 (mode-line-highlight): Move definition after new defgroup.
17624 (mode-line, mode-line-inactive, mode-line-highlight):
17625 Replace :group `modeline' with `mode-line-faces'.
17626 (mode-line-buffer-id): New face.
17627 (modeline-buffer-id): New face alias.
17628 (vertical-border): Remove :group `modeline'.
17629
17630 * bindings.el (propertized-buffer-identification): Use face
17631 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
17632 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
17633 (mode-line-buffer-identification-keymap): For mouse-1 replace
17634 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
17635 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
17636 mouse-3.
17637
17638 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
17639 Buffer-menu-buffer. Doc fix.
17640 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
17641 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
17642 `Buffer-menu-buffer'.
17643
17644 * info.el (Info-mode-line-node-keymap): New defvar.
17645 (Info-set-mode-line): Use `stringp' to check Info-current-file.
17646 Propertize Info-current-node with `mode-line-buffer-id' and
17647 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
17648
17649 * time.el (display-time-mail-face): Replace :group `faces' with
17650 `mode-line-faces'.
17651
17652 2006-01-16 Kenichi Handa <handa@m17n.org>
17653
17654 * international/code-pages.el: Add autoload cookies for cp125[0345678].
17655
17656 * language/european.el (cp1252): New alias for windows-1252.
17657
17658 * international/mule.el (autoload-coding-system): Prepare for EOL
17659 variants.
17660
17661 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
17662
17663 * term.el (term-raw-map): Add mapping for insert.
17664 (term-send-insert): New.
17665 (term-mode): Make variables local here instead of doing it in
17666 `term-emulate-terminal'.
17667 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
17668 Scroll reverse needs to take into account the scroll region.
17669 Saving and restoring the cursor should save the color attributes too.
17670 (term-reset-terminal): Reset the scroll region.
17671 (term-handle-ansi-escape): Cursor up and down should take into
17672 account the scroll region.
17673 (term-set-scroll-region): Rename from `term-scroll-region'.
17674 Move to 0,0 after setting the region.
17675 (term-handle-scroll): Handle scroll up.
17676 (term-down): Fix off by one error.
17677 (term-delete-lines): Do not delete outside the scroll region.
17678 (term-insert-lines): Take into account the scroll region.
17679
17680 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
17681
17682 * textmodes/ispell.el (ispell-internal-change-dictionary)
17683 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
17684 (start, end): Move declaration outside of eval-when-compile.
17685
17686 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
17687 (flyspell-mode-on): Use it.
17688
17689 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
17690 ispell-kill-ispell-hook.
17691
17692 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
17693
17694 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17695 (Custom-reset-saved): Do not ask for confirmation in single option
17696 buffers.
17697
17698 2006-01-13 Richard M. Stallman <rms@gnu.org>
17699
17700 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
17701
17702 2006-01-13 Romain Francoise <romain@orebokech.com>
17703
17704 * add-log.el (add-change-log-entry, change-log-merge):
17705 Conditionally use `hard-newline'.
17706
17707 2006-01-13 Martin Rudalics <rudalics@gmx.at>
17708
17709 * wid-edit.el (widget-field-end): If the overlay is no longer
17710 associated with a buffer, behave as if the overlay didn't exist.
17711
17712 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
17713 Make sure the links use the `custom-link' face.
17714
17715 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
17716
17717 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
17718 (ld-script-mode): Don't set indent-line-function since we don't
17719 have one.
17720
17721 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
17722
17723 * textmodes/org.el (org-open-file): Use mailcap for selecting an
17724 application.
17725 (org-file-apps-defaults-gnu): Use mailcap as the default for
17726 selecting an application on a UNIX system.
17727 (org-agenda-show-tags): New command.
17728 (org-table-insert-hline): Keep cursor in current table line.
17729 (org-table-convert): Offset effect of modifying
17730 `org-table-insert-hline'.
17731 (org-format-agenda-item): New optional argument TAG.
17732 (org-compile-prefix-format): Handle %T format for the tag.
17733 (org-expand-wide-chars): New function.
17734 (org-table-insert-row, org-table-insert-hline):
17735 Use `org-expand-wide-chars'.
17736 (org-open-file): Fix bug in program launch.
17737 (org-get-time-of-day): Fix bug with times before 1am.
17738 (org-agenda-menu): Add tags commands.
17739
17740 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
17741
17742 * textmodes/ispell.el (ispell-init-process): Include the used
17743 dictionary in ispell process start message.
17744 (ispell-internal-change-dictionary): When flyspell-mode is active
17745 and dictionary is changed, make sure ispell process is restarted
17746 and flyspell word cache cleared out for the current buffer.
17747 (ispell-change-dictionary): Make sure flyspell word cache is
17748 cleared out in all buffers with active flyspell mode when
17749 dictionary is globally changed.
17750 Call ispell-internal-change-dictionary after dictionary change.
17751
17752 2006-01-13 Eli Zaretskii <eliz@gnu.org>
17753
17754 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
17755
17756 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
17757 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
17758 years. Fix small differences wrt Makefile.in.
17759 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
17760 Makefile.in does.
17761
17762 2006-01-12 Bill Wohler <wohler@newt.com>
17763
17764 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
17765 mh-search.el.
17766
17767 2006-01-12 Masatake YAMATO <jet@gyve.org>
17768
17769 * progmodes/ld-script.el: Update copyright year.
17770
17771 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
17772
17773 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
17774 Don't add widget if setting undefined.
17775
17776 2006-01-12 John Paul Wallington <jpw@pobox.com>
17777
17778 * help-fns.el (describe-variable): Remove newlines from void
17779 variable output.
17780
17781 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
17782
17783 * wdired.el (wdired-mode-map): Add help echo for
17784 wdired-abort-changes.
17785
17786 * man.el (Man-file-name-regexp): Adjust for a list of files.
17787
17788 2006-01-12 Masatake YAMATO <jet@gyve.org>
17789
17790 * progmodes/ld-script.el (auto-mode-alist): Support
17791 suffix conventions used in netbsd and eCos.
17792
17793 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
17794
17795 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
17796 (custom-variable-menu, custom-face-menu, custom-group-menu)
17797 (Custom-mode-menu): Change names of menu items. (As discussed on
17798 emacs-devel.)
17799 (custom-face-menu): Add "Undo Edits" item.
17800
17801 * startup.el (init-file-user): defcustom -> defvar.
17802
17803 * tooltip.el (tooltip-mode): Doc fix.
17804
17805 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
17806
17807 * reveal.el (reveal-post-command): window-buffer signals an error on
17808 dead windows rather than returning nil.
17809 (reveal-open-new-overlays): An overlay might die while we open others.
17810
17811 2006-01-11 Bill Wohler <wohler@newt.com>
17812
17813 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
17814 phrasing in docstring.
17815
17816 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
17817 can give some systems gas. Add new file mh-buffers.el.
17818
17819 2006-01-06 Masatake YAMATO <jet@gyve.org>
17820
17821 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
17822 C preprocessor forward ported from GNU Emacs 21.2.
17823
17824 * progmodes/asm-mode.el (asm-font-lock-keywords):
17825 Use `cpp-font-lock-keywords'.
17826
17827 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
17828
17829 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
17830 of $ for "\\.ld[s]?".
17831
17832 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
17833
17834 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
17835 (tcl-indent-line): Return `noindent' if inside a string.
17836
17837 * progmodes/flymake.el (flymake-split-string): Remove more than one
17838 empty string at beg/end of the result.
17839 (flymake-find-buildfile, flymake-find-possible-master-files):
17840 Use expand-file-name.
17841 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
17842 since expand-file-name does it for us. Use directory-file-name.
17843 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
17844 (flymake-ler-get-type, flymake-ler-get-text)
17845 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
17846 (flymake-current-line-no): Remove spurious interactive spec.
17847 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
17848 (flymake-check-include): Remove arg inc-path merged into inc-name.
17849 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
17850 Arg regexp-list replaced by a simple regexp.
17851 (flymake-master-make-header-init, flymake-master-tex-init):
17852 Correspondingly replace regexp-list with a regexp. Fix regexp.
17853
17854 2006-01-10 Simon Josefsson <jas@extundo.com>
17855
17856 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
17857 describing AUTH PLAIN fix.
17858
17859 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
17860
17861 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
17862 (report-emacs-bug): Don't record initial prompt text.
17863 Instead, add text properties to prompting text.
17864 (report-emacs-bug-hook): Delete prompting text.
17865
17866 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17867
17868 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
17869 `dirs'. Adjust callers.
17870
17871 2006-01-09 John Paul Wallington <jpw@gnu.org>
17872
17873 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
17874
17875 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17876
17877 * reveal.el (reveal-open-new-overlays): New extracted fun.
17878 (reveal-close-old-overlays): Idem. Check overlays's liveness before
17879 using them. Simplify the code.
17880 (reveal-post-command): Use them. Fix up obsolete windows in
17881 reveal-open-spots.
17882
17883 * progmodes/flymake.el: Use `require' rather than autoload for
17884 XEmacs's overlays.
17885 (flymake-get-common-file-prefix, flymake-build-relative-filename):
17886 Delete. Use file-relative-name instead.
17887 (flymake-get-syntax-check-program-args, flymake-perl-init):
17888 Simplify the resulting code.
17889
17890 * log-view.el (log-view-file-re, log-view-message-re): Add support
17891 for DaRCS output.
17892
17893 2006-01-09 Alex Schroeder <alex@gnu.org>
17894
17895 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
17896 identifiers sometimes added in square brackets at the beginning of
17897 subject lines.
17898
17899 2006-01-07 Richard M. Stallman <rms@gnu.org>
17900
17901 * cus-edit.el (Custom-set, Custom-save): Doc fix.
17902 (Custom-reset-current, Custom-reset-saved): Change question text.
17903 (Custom-reset-standard): Likewise.
17904 (custom-variable-reset-saved): Doc fix.
17905
17906 2006-01-07 Eli Zaretskii <eliz@gnu.org>
17907
17908 * startup.el (init-file-user): Doc fix.
17909
17910 2006-01-07 Alex Schroeder <alex@gnu.org>
17911
17912 * mail/rmail.el (rmail-current-subject): New function.
17913 (rmail-current-subject-regexp): New function.
17914 (rmail-next-same-subject): Use it.
17915
17916 * mail/rmailsum.el (rmail-summary-by-topic):
17917 Use rmail-current-subject and rmail-current-subject-regexp.
17918 (rmail-summary-next-same-subject): Ditto.
17919
17920 * net/rcirc.el (rcirc-send-input): No longer check whether the
17921 process is open, since not all commands need an open process.
17922 (rcirc-send-string): Check whether the process is open before
17923 sending anything.
17924 (rcirc-ignore-list): New option.
17925 (rcirc-ignore-list-automatic): New variable.
17926 (rcirc-print): Take rcirc-ignore-list into account.
17927 (rcirc-cmd-ignore): New command.
17928 (rcirc-ignore-update-automatic): New function.
17929 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
17930 list if ignored nicks.
17931 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
17932
17933 2006-01-06 David Reitter <david.reitter@gmail.com>
17934
17935 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
17936 reflect the address to which the report will be sent.
17937
17938 2006-01-06 Eli Zaretskii <eliz@gnu.org>
17939
17940 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
17941 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
17942
17943 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
17944
17945 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
17946
17947 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
17948 the doc string: "functoin" => "function".
17949 * ldefs-boot.el: Likewise.
17950
17951 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
17952 message text: "Duplicat" => "Duplicate".
17953
17954 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
17955
17956 * files.el (basic-save-buffer-2): If backing-up failed, reset
17957 buffer-backed-up to nil.
17958
17959 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
17960
17961 * progmodes/gud.el (gdb-script-skip-to-head)
17962 (gdb-script-calculate-indentation): Indent for breakpoint command
17963 lists also.
17964
17965 2006-01-05 Bill Wohler <wohler@newt.com>
17966
17967 * Makefile.in (compile-always): Add mh-autoloads dependency.
17968 (bootstrap): Remove mh-autoloads dependency, as compile dependency
17969 provides it.
17970 (updates): Remove mh-autoloads dependency, since it probably has
17971 already run recently (via recompile).
17972
17973 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
17974
17975 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
17976 argument `force' to disable the flyspell-last-buffer optimization.
17977 (flyspell-mode-on): Use it.
17978
17979 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
17980 flymake-simple-cleanup.
17981 (flymake-allowed-file-name-masks): Use this new default.
17982 All the functions are now called in the right buffer rather than
17983 passing the buffer as argument.
17984 (flymake-process-sentinel): Switch to buffer before calling cleanup.
17985 (flymake-parse-err-lines): Remove redundant buffer arg.
17986 (flymake-get-program-dir): Comment out unused function.
17987 (flymake-start-syntax-check, flymake-start-syntax-check-process):
17988 Remove redundant buffer argument.
17989 (flymake-get-real-file-name, flymake-simple-java-cleanup)
17990 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
17991
17992 2006-01-05 Richard M. Stallman <rms@gnu.org>
17993
17994 * info.el (Info-find-node): Don't record previous node if have none.
17995 (info): Go to directory only if history is empty.
17996
17997 * simple.el (mark): Doc fix.
17998
17999 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18000
18001 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
18002 already of desired type.
18003 (mac-ae-list): Coerce parameter to "list" type.
18004 (mac-dispatch-apple-event): Replace cadr part of event with a
18005 dummy position so that event-start returns it.
18006
18007 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
18008
18009 * textmodes/org.el (org-end-of-subtree): New function.
18010 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
18011 Use `org-end-of-subtree'.
18012 (org-agenda, org-agenda-convert-date): Protect calls to
18013 `fit-window-to-buffer'.
18014 (org-tags-view): Force matching of sublevels when doing a
18015 todo-only search. Define the correct redo command, including the
18016 arguments.
18017 (org-agenda-redo): Display message.
18018 (org-check-for-org-mode): New function.
18019 (org-agenda-type): New variable.
18020 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
18021 Set `org-agenda-type'.
18022 (org-agenda-check-type): New function.
18023 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
18024 (org-agenda-week-view, org-agenda-day-view)
18025 (org-agenda-next-date-line, org-agenda-previous-date-line)
18026 (org-agenda-log-mode, org-agenda-toggle-diary)
18027 (org-agenda-toggle-time-grid, org-agenda-date-later)
18028 (org-agenda-date-prompt, org-agenda-diary-entry)
18029 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
18030 (org-agenda-convert-date, org-agenda-menu):
18031 Use `org-agenda-check-type'.
18032 (org-make-overlay, org-delete-overlay)
18033 (org-detatch-overlay, org-move-overlay, org-overlay-put):
18034 New compatibility functions.
18035 (org-calendar-select-mouse): New command.
18036
18037 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
18038
18039 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
18040 (Custom-reset-standard): Fix y-or-n-p messages.
18041 (custom-link): New face for links.
18042 (custom-buffer-create-internal, custom-manual): Use it.
18043 (custom-face-save): Push to theme-face before setting face spec.
18044
18045 * wid-edit.el (widget-default-mouse-face-get): New function.
18046 (widget-specify-button): Handle mouse-face like button-face.
18047
18048 * custom.el (load-theme): Clear old theme settings if reloading.
18049
18050 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
18051
18052 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
18053 "Erase Customization" button back to same position it occupies in
18054 the individual State menus.
18055
18056 2006-01-04 Kim F. Storm <storm@cua.dk>
18057
18058 * wid-edit.el (key-sequence): Rework widget to read key binding
18059 using `kbd' syntax. Use C-q to insert literal key, event, or code.
18060 (widget-key-sequence-default-value): Default value for empty sequence.
18061 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
18062 (widget-key-sequence-read-event): New command for C-q.
18063 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
18064 (widget-key-sequence-value-to-external): New functions.
18065
18066 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
18067
18068 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
18069 Use expand-file-name.
18070 (flymake-delete-temp-directory): Use expand-file-name,
18071 file-name-directory, and directory-file-name.
18072 (flymake-strrchr): Delete.
18073 (flymake-start-syntax-check): Don't pass the redundant buffer argument
18074 to the init-f function.
18075 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
18076 (flymake-init-find-buildfile-dir)
18077 (flymake-init-create-temp-source-and-master-buffer-copy)
18078 (flymake-simple-make-init-impl, flymake-simple-make-init)
18079 (flymake-master-make-init, flymake-master-make-header-init)
18080 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
18081 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
18082 (flymake-xml-init): Remove corresponding redundant buffer argument.
18083 (flymake-allowed-file-name-masks): Remove last elems that are equal to
18084 the default anyway. Clean up regexps.
18085
18086 * progmodes/flymake.el (flymake-temp-source-file-name)
18087 (flymake-master-file-name, flymake-temp-master-file-name)
18088 (flymake-base-dir): New buffer-local vars.
18089 (flymake-buffer-data, flymake-get-buffer-value)
18090 (flymake-set-buffer-value): Replace those hash-tables by the new
18091 buffer-local vars. Update callers.
18092
18093 * progmodes/flymake.el (flymake-check-start-time)
18094 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
18095 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
18096 Move definition, so we can remove redundant earlier declaration.
18097 (flymake-replace-regexp-in-string, flymake-split-string)
18098 (flymake-get-temp-dir): Use defalias.
18099 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
18100 (flymake-xemacs-window-edges): Remove unused function.
18101 (flymake-get-point-pixel-pos): Move.
18102 (flymake-pid-to-names, flymake-reg-names)
18103 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
18104 Replace by a simple list flymake-processes and by process-buffer.
18105 Update callers. Other than simplify the code, it uses buffers rather
18106 than buffer-names so it doesn't get confused by uniquify.
18107 (flymake-buffer-data): The global value should just be nil.
18108
18109 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
18110 Optimize the body of a defalias like any other code.
18111
18112 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
18113 Make sure we've setup font-lock's vars. It may influence which
18114 function we then call.
18115 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
18116 here since it's too late anyway.
18117
18118 2006-01-03 Romain Francoise <romain@orebokech.com>
18119
18120 * startup.el (fancy-splash-tail, normal-splash-screen):
18121 Update copyright year.
18122
18123 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
18124
18125 * mouse.el (mouse-drag-track): Rename, from
18126 `mouse-drag-region-1'. Includes optional argument required to
18127 enable post-drag event processing (e.g. delete region keys).
18128 Can be used without this argument to track a mouse region and operate
18129 on it as soon as the drag completes.
18130 (mouse-drag-region): Use `mouse-drag-track'.
18131
18132 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
18133
18134 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
18135 Move to `custom-buffer' group.
18136
18137 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
18138 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
18139 (custom-theme-insert-face-marker, custom-theme-variable-menu)
18140 (custom-theme-face-menu): New variables.
18141 (custom-theme-add-variable, custom-theme-variable-action)
18142 (custom-variable-reset-theme, custom-theme-delete-variable)
18143 (custom-face-reset-theme, custom-theme-face-action)
18144 (custom-theme-delete-face, custom-theme-merge-theme)
18145 (custom-theme-add-face, custom-theme-visit-theme): New functions.
18146
18147 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
18148
18149 * custom.el: Move Custom Themes commentary to start of theme code.
18150 (custom-known-themes): Rename `standard' theme to `changed'.
18151 (custom-push-theme): Caller no longer specifies what theme to use
18152 when doing `reset'---the setting is simply removed from the theme.
18153 Delete MODE from `theme-value' and `theme-settings' properties.
18154 (custom-declare-theme): Ignore &rest args since we don't use them.
18155
18156 (custom-loaded-themes): Delete variable.
18157 (custom-theme-load-themes, custom-theme-loaded-p)
18158 (custom-theme-value): Delete functions.
18159
18160 (custom-declare-theme): Signal error on invalid theme names.
18161 (provide-theme): custom-loaded-themes was deleted.
18162 (load-theme): Load the file unconditionally.
18163 (enable-theme): Call `load-theme' if theme is undefined.
18164 (custom-enabled-themes): Only update value for successful loads.
18165 (disable-theme): Complete from enabled themes when interactive.
18166 (custom-variable-theme-value): Calculate theme value directly.
18167
18168 (custom-theme-reset-variables, custom-reset-variables): Mark as
18169 XEmacs compatibility functions. We don't actually use these.
18170
18171 * cus-edit.el (custom-variable-state-set):
18172 Use custom-variable-theme-value instead of custom-theme-value.
18173 (custom-face-state-set): Rename `standard' theme to `changed'.
18174 (custom-save-variables, custom-save-faces): Delete unneeded
18175 references to custom-reset-variables.
18176 (custom-save-resets): Delete function.
18177 (custom-save-variables, custom-save-faces): MODE argument deleted.
18178 (custom-save-variables, custom-save-faces): Ignore theme values.
18179
18180 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
18181 compatibility function.
18182
18183 2006-01-01 Richard M. Stallman <rms@gnu.org>
18184
18185 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
18186 (Custom-reset-current, Custom-reset-saved): Likewise.
18187 (Custom-reset-standard): Show message if aborted.
18188 (custom-mode): Doc fix, describing those commands.
18189
18190 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
18191 put on event-kind property.
18192
18193 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
18194
18195 * custom.el (provide-theme): Ban `user' theme name.
18196 (custom-enabling-themes): New variable.
18197 (enable-theme): Don't enable user if custom-enabling-themes is t.
18198 (custom-enabled-themes): Make it a defcustom.
18199 (custom-theme-recalc-face): No-op if face is undefined.
18200
18201 * cus-edit.el (custom-button-mouse): New variable.
18202 (custom-button-mouse): New face.
18203 (custom-raised-buttons, custom-mode): Use it.
18204
18205 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
18206
18207 2005-12-31 Eli Zaretskii <eliz@gnu.org>
18208
18209 * progmodes/gud.el (gud-display-line): Support hl-line in the
18210 source buffer.
18211
18212 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
18213
18214 * mouse.el (mouse-drag-window-above): Verify that the found window
18215 overlaps with the given window in the horizontal dimension.
18216
18217 2005-12-31 Eli Zaretskii <eliz@gnu.org>
18218
18219 * Makefile.in (cvs-update): New target.
18220
18221 * makefile.w32-in (cvs-update): Ditto.
18222
18223 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
18224
18225 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
18226 (custom-new-theme-mode-map): New variable.
18227
18228 2005-12-30 Richard M. Stallman <rms@gnu.org>
18229
18230 * custom.el (custom-load-themes): Function deleted.
18231
18232 * cus-edit.el (custom-save-loaded-themes): Function deleted.
18233 (custom-save-variables): Don't delete or add custom-load-themes call.
18234
18235 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
18236
18237 * cus-start.el: Add `visible-cursor'.
18238
18239 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
18240 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
18241 (flymake-process-filter): Switch to buffer before calling it instead.
18242 (flymake-post-syntax-check, flymake-highlight-err-lines)
18243 (flymake-delete-own-overlays, flymake-parse-err-lines)
18244 (flymake-start-syntax-check, flymake-start-syntax-check-process)
18245 (flymake-count-lines, flymake-parse-residual):
18246 Remove constant buffer argument.
18247 (flymake-start-syntax-check-for-current-buffer): Remove.
18248 Update callers to use flymake-start-syntax-check instead.
18249 (flymake-display-err-menu-for-current-line):
18250 Remove unused var `mouse-pos'.
18251 (flymake-restore-formatting): Comment out unused function.
18252 (flymake-report-status, flymake-report-fatal-status): Remove buffer
18253 argument, use current-buffer instead. Update callers.
18254
18255 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18256
18257 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
18258 buffer-local because choose-completion-delete-max-match requires
18259 that we set completion-ignore-case (i.e., binding via let is not
18260 sufficient).
18261 (bibtex-complete): Always set completion-ignore-case and
18262 choose-completion-string-functions. The latter is needed because
18263 choose-completion-string-functions keeps its value if we quit the
18264 *Completions* buffer without requesting a completion.
18265
18266 2005-12-30 Andreas Schwab <schwab@suse.de>
18267
18268 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
18269
18270 2005-12-30 Eli Zaretskii <eliz@gnu.org>
18271
18272 * jit-lock.el (jit-lock-chunk-size): Doc fix.
18273
18274 2005-12-30 Juri Linkov <juri@jurta.org>
18275
18276 * locate.el (locate-fcodes-file, locate-header-face)
18277 * progmodes/delphi.el (delphi-other-face)
18278 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
18279
18280 * paren.el (show-paren-match, show-paren-mismatch): Use existing
18281 group `paren-showing-faces'.
18282
18283 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
18284 (goto-address): Fix docstring.
18285
18286 * net/webjump.el (webjump-sample-sites): Update URLs.
18287
18288 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
18289
18290 * subr.el (cancel-change-group): Add listp around pending-undo-list.
18291
18292 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
18293
18294 * font-lock.el (font-lock-compile-keywords): Signal an error when
18295 font-lock-set-defaults hasn't been called.
18296
18297 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
18298
18299 * subr.el (noreturn, 1value): Doc fixes.
18300
18301 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18302
18303 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
18304 that assoc-string returns nil.
18305
18306 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18307
18308 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
18309 (bibtex-entry-type-str, bibtex-empty-field-re)
18310 (bibtex-search-backward-string, bibtex-preamble-prefix)
18311 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
18312 (bibtex-any-valid-entry-type): New variable.
18313 (bibtex-parse-field-name): Simplify.
18314 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
18315 (bibtex-preamble-prefix): Include left delimiter.
18316 (bibtex-search-forward-field, bibtex-search-backward-field):
18317 Allow unbounded search past entry boundaries (required by bibtex-pop).
18318 (bibtex-text-in-field-bounds): Use push.
18319 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
18320 (bibtex-parse-preamble, bibtex-valid-entry)
18321 (bibtex-beginning-first-field): New functions.
18322 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
18323 (bibtex-map-entries): Fix docstring.
18324 (bibtex-flash-head): New arg prompt. Simplify.
18325 (bibtex-enclosing-field): Include code of bibtex-inside-field.
18326 (bibtex-insert-kill): Simplify. Always insert text past the
18327 current field or entry.
18328 (bibtex-format-entry): Use bibtex-parse-field.
18329 (bibtex-pop): Use bibtex-beginning-of-entry and
18330 bibtex-end-of-entry to initiate the search. Insert empty field if
18331 we found ourselves.
18332 (bibtex-print-help-message): New args field and comma.
18333 Handle entry keys.
18334 (bibtex-make-field): Use bibtex-beginning-of-entry.
18335 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
18336 invalid entry.
18337 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
18338 Handle preambles. Simplify code for thorough test.
18339 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
18340 New arg comma. Handle entry heads.
18341 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18342 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
18343 New arg comma.
18344 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
18345 (bibtex-fill-field): Simplify.
18346 (bibtex-fill-entry): Use bibtex-beginning-first-field and
18347 bibtex-parse-field.
18348 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
18349 (bibtex-complete): Use bibtex-parse-preamble.
18350
18351 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
18352
18353 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
18354 Display name of expression instead of convenience variable.
18355 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
18356
18357 * progmodes/gud.el (gud-tooltip-dereference): Rename from
18358 toggle-gud-tooltip-dereference.
18359 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
18360 (gud-tooltip-tips): ...here when dereferencing.
18361
18362 2005-12-28 Bill Wohler <wohler@newt.com>
18363
18364 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
18365
18366 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
18367
18368 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
18369 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
18370 (vc-annotate-display-autoscale): Adjust call.
18371 (vc-annotate-display-default): Adjust call. Make arg compulsory.
18372 Fix interactive spec.
18373 (vc-annotate-time-span): Remove.
18374 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
18375 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
18376 (vc-annotate-display-select): Use new name.
18377
18378 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
18379 (vc-annotate-mode-menu): Remove left-over redundant declaration.
18380 Correct the construction of span entries. Simplify.
18381 (vc-annotate-display-select): Fix the nil case.
18382 (vc-annotate): Remove obsolete (and now broken) code.
18383 (vc-annotate-extract-revision-at-line): Remove obsolete code.
18384 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
18385
18386 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
18387
18388 * subr.el (lazy-completion-table): Correct typo in docstring.
18389
18390 * startup.el (command-line): Use `custom-reevaluate-setting' for
18391 `send-mail-function'.
18392
18393 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
18394
18395 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
18396
18397 * mail/smtpmail.el (smtpmail-try-auth-methods):
18398 Send credentials together with "AUTH PLAIN" command.
18399
18400 2005-12-27 Richard M. Stallman <rms@gnu.org>
18401
18402 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
18403 mouse-2, go back to previously selected window, so it's selected
18404 when mouse-2 command runs.
18405
18406 2005-12-27 Juri Linkov <juri@jurta.org>
18407
18408 * descr-text.el (describe-text-sexp): Use square brackets for
18409 button [Show] to distinguish it from the property value `show'.
18410 (describe-property-list): Use `insert-text-button' with
18411 `help-face' type instead of putting face in quotes, because button
18412 is not created automatically for a list of faces.
18413 (describe-text-properties-1): Put button-type value in quotes to
18414 distinguish from plain text "button".
18415 (describe-char): Display code point values in hex. Don't use
18416 `symbol-name' for `current-input-method' because it is a string.
18417 Use `insert-text-button' with `help-face' type instead of putting
18418 hardcoded face in quotes, because button is not created automatically.
18419
18420 2005-12-27 Richard M. Stallman <rms@gnu.org>
18421
18422 * progmodes/glasses.el (glasses-face): More specific custom type.
18423
18424 * files.el (set-visited-file-name): Doc fix.
18425
18426 * textmodes/flyspell.el (flyspell-external-point-words):
18427 Use local var buffer-scan-pos to advance scan for next misspelling.
18428 Advance it only after we find the misspelling.
18429
18430 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
18431
18432 * textmodes/flyspell.el (flyspell-external-point-words):
18433 New criteria for finding the misspelling in the buffer.
18434
18435 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
18436
18437 * help-mode.el (help-insert-string): Set help-xref-stack-item
18438 rather than call help-setup-xref.
18439
18440 * descr-text.el (describe-char): Revert previous changes for
18441 optional buffer argument.
18442
18443 2005-12-27 Juri Linkov <juri@jurta.org>
18444
18445 * help-mode.el (help-insert-string): New function. Save buffer
18446 contents in cases where it is impossible to recompute the old contents.
18447
18448 * descr-text.el (describe-char): Set help-xref-stack-item
18449 explicitly after buffer has been generated.
18450
18451 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18452
18453 * cus-start.el (all): Add x-gtk-show-hidden-files.
18454
18455 2005-12-26 Richard M. Stallman <rms@gnu.org>
18456
18457 * replace.el (perform-replace): Calculate match-again
18458 before skipping read-only matches.
18459
18460 * paren.el (paren-showing-faces): New group.
18461 (show-paren-match, show-paren-mismatch): Move to that group.
18462
18463 * button.el (button): Put into group `basic-faces'.
18464
18465 * progmodes/make-mode.el: Remove faces from group `faces'.
18466
18467 * apropos.el (apropos, apropos-value): Doc fix.
18468 (apropos-documentation): Doc fix.
18469
18470 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
18471
18472 * subr.el (lazy-completion-table): Remove argument `args'.
18473
18474 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
18475 Don't use the `args' argument of lazy-completion-table.
18476
18477 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
18478
18479 * descr-text.el (describe-char): Add optional argument for buffer.
18480 Set buffer appropriately. Call help-setup-xref.
18481 Suggested by Stefan Monnier.
18482
18483 2005-12-26 Juri Linkov <juri@jurta.org>
18484
18485 * descr-text.el: Require `help-fns' at runtime. Don't require
18486 `button' for byte compilation.
18487 (describe-text-widget): Add `help-echo' for first button.
18488 Use `help-info' for second.
18489 (describe-property-list): Use `help-argument-name' instead of `italic'.
18490 (describe-text-category): Add prompt to interactive spec.
18491 Call `help-setup-xref'.
18492 (describe-char): Use `help-character-set'. Add `help-echo' for
18493 code point. Use `help-input-method'. Remove superfluous insert.
18494
18495 2005-12-25 Richard M. Stallman <rms@gnu.org>
18496
18497 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
18498 at point, in case of narrowing.
18499
18500 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
18501
18502 * locate.el (locate-header-face): Allow nil in type.
18503
18504 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
18505
18506 2005-12-25 Romain Francoise <romain@orebokech.com>
18507
18508 * battery.el (battery-linux-proc-acpi): Also try
18509 `/proc/acpi/thermal_zone/THM0/temperature'.
18510
18511 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
18512
18513 * custom.el (custom-push-theme): Fix docstring.
18514
18515 * cus-edit.el (custom-variable-set, custom-variable-save)
18516 (custom-variable-save): Custom-quote widget values.
18517 (customize-save-variable): Fix custom-push-theme call.
18518
18519 2005-12-24 Eli Zaretskii <eliz@gnu.org>
18520
18521 * w32-fns.el (w32-batch-update-autoloads): New function.
18522
18523 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
18524 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
18525 from the command line.
18526
18527 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
18528
18529 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
18530 reset means to remove setting from theme entirely. Don't keep
18531 expanding theme-settings list; delete old entries if necessary.
18532
18533 * cus-edit.el (custom-buffer-create-internal): Move "Erase
18534 customization" button one line up.
18535 (custom-themed): New face.
18536 (custom-magic-alist): New value, THEMED, for theme settings.
18537 (custom-variable-state-set, custom-face-state-set):
18538 Check theme-value instead of saved-value.
18539 (custom-variable-reset-standard, custom-face-reset-standard):
18540 Remove theme setting entirely. Recalculate new values.
18541 (custom-variable-set, custom-variable-set)
18542 (custom-variable-reset-saved, custom-variable-reset-backup)
18543 (custom-face-set, custom-face-reset-saved): Update `user' theme.
18544 (custom-variable-save): Fix typos.
18545
18546 2005-12-23 Juri Linkov <juri@jurta.org>
18547
18548 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
18549 Add autoload cookies.
18550 (edebug-outside-d-c-i-n-s-w): New variable.
18551 (edebug-display, edebug-outside-excursion): Use it to save the
18552 original value of default-cursor-in-non-selected-windows.
18553 Set default-cursor-in-non-selected-windows to t while Edebug
18554 is active.
18555 (edebug-mode, edebug-eval-mode): Doc fix.
18556
18557 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
18558 with `buffer-substring-no-properties' to remove common substring
18559 highlighting.
18560
18561 * info.el (info-other-window, info): Rename function argument
18562 `file' to `file-or-node'.
18563 (Info-complete-menu-item): Use local variable `complete-nodes' to
18564 keep the global value of `Info-complete-nodes' unchanged for
18565 subsequent completions.
18566 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
18567
18568 * simple.el (get-next-valid-buffer, last-buffer)
18569 (next-error-buffer-p, next-error-find-buffer)
18570 (minibuffer-history-sexp-flag): Doc fix.
18571
18572 * savehist.el (savehist-mode-hook): Add `:group'.
18573
18574 * log-view.el: Call autoload for vc-find-version.
18575 (log-view-current-file): Adjust subgroup numbers.
18576 (log-view-current-tag): Add `length'.
18577
18578 2005-12-23 Richard M. Stallman <rms@gnu.org>
18579
18580 * vc.el (vc-annotate-car-last-cons): Defn moved up.
18581
18582 2005-12-23 Juri Linkov <juri@jurta.org>
18583
18584 * hi-lock.el (hi-lock-archaic-interface-message-used)
18585 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
18586 (hi-lock-mode): Display "Hi" in the mode line only when
18587 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
18588 (hi-lock-write-interactive-patterns):
18589 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
18590 (hi-lock-set-pattern, hi-lock-set-file-patterns)
18591 (hi-lock-font-lock-hook): Set 3rd arg `how' of
18592 font-lock-add-keywords to t.
18593
18594 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
18595
18596 * hi-lock.el (hi-lock-highlight-range): New variable.
18597 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
18598 only if font-lock-fontified is non-nil. Remove overlays.
18599 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
18600 font-lock-fontified is non-nil, otherwise use overlays (instead of
18601 text properties).
18602 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
18603 New variables.
18604 (hi-lock-string-serialize): New function.
18605
18606 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18607
18608 * menu-bar.el (menu-find-file-existing): New function.
18609 (menu-bar-file-menu): Use menu-find-file-existing for Open.
18610
18611 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
18612
18613 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18614
18615 * vc.el: Remove unnecessary leading * in docstrings.
18616 (vc-annotate-mode-map): Move initialization into declaration.
18617 (vc-static-header-alist): Nitpick on the regexp.
18618 (vc-default-init-version): New fun.
18619 (vc-register): Use it.
18620 (vc-insert-headers): Use dolist.
18621 (vc-annotate-get-backend): Remove unused function.
18622 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
18623 (vc-annotate-mode): Remove corresponding call.
18624 (vc-annotate-car-last-cons): Simplify.
18625 (vc-annotate-buffers): Remove var.
18626 (vc-annotate-backend): Make it buffer-local.
18627 (vc-annotate): Move the interaction to the interactive spec.
18628 Add a `buf' argument.
18629 (vc-annotate-warp-version): Use this new `buf' argument to avoid
18630 killing&creating a vc-annotate buffer, which is very disruptive when
18631 the buffers are shown in dedicated frames.
18632
18633 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
18634
18635 * descr-text.el: Add FSF as maintainer.
18636 (describe-text-mode, describe-text-mode-map)
18637 (describe-text-mode-hook, describe-text-done): Delete. Use normal
18638 help-mode.
18639 (describe-text-widget, describe-text-sexp)
18640 (describe-property-list, describe-text-category)
18641 (describe-text-properties, describe-text-properties-1)
18642 (describe-char): Use help buttons instead of widgets.
18643 (describe-char-unicodedata-file): Make URL link in doc string.
18644
18645 2005-12-22 Richard M. Stallman <rms@gnu.org>
18646
18647 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
18648 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
18649 Don't include buttons that write a file when there's no file.
18650 (custom-variable-menu, custom-face-menu, custom-group-menu):
18651 Don't include commands that write a file when there's no file.
18652 (customize-browse): Reword the top-of-buffer help intro.
18653 (custom-buffer-create-internal): Fix previous change.
18654 (customize-changed-options-previous-release): Prev release is 21.1.
18655 (customize-changed-options): Doc fix.
18656 (customize-changed): New alias.
18657 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
18658 Say "standard values".
18659 (Custom-reset-standard): Doc fix.
18660 (custom-face-reset-standard): Doc fix.
18661
18662 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18663
18664 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
18665 even if font-lock-mode is non-nil since it may be t without having
18666 turned on font-lock-mode-internal.
18667 (font-lock-choose-keywords): Minor optimization.
18668 (font-lock-add-keywords, font-lock-remove-keywords)
18669 (font-lock-set-defaults): Don't call make-local-variable on a variable
18670 that we know to already be local.
18671
18672 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18673
18674 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
18675 messages if in the minibuffer.
18676
18677 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18678
18679 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
18680 (tex-mode-flyspell-verify, flyspell-get-word)
18681 (flyspell-external-point-words): Don't use point-min/max uselessly.
18682
18683 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
18684 by Kevin Rodgers. Instead, just hide the completions buffer if we
18685 don't need to show it.
18686
18687 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
18688
18689 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
18690
18691 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18692
18693 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
18694 delete-windows-on with an inexistent buffer.
18695
18696 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
18697
18698 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18699 Delete defcustom variable :tag names.
18700
18701 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
18702
18703 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
18704 (log-view-font-lock-keywords): Ajust subgroup numbers.
18705 (log-view-current-tag): Don't hard code the number of subgroups.
18706
18707 2005-12-20 Juri Linkov <juri@jurta.org>
18708
18709 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
18710 (tooltip-x-offset, tooltip-y-offset): Doc fix.
18711
18712 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
18713 (menu-bar-non-minibuffer-window-p): Instead of checking
18714 display-multi-frame-p, use selected-frame when menu-updating-frame
18715 is nil.
18716
18717 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
18718
18719 * align.el (align-rules-list): Use [ \t] instead of \s-
18720 for column separators in text mode.
18721
18722 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
18723
18724 * help-mode.el (help-customize-variable, help-customize-face):
18725 Don't pop help-xref-stack as help-follow no longer pushes
18726 anything on to it.
18727
18728 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
18729
18730 * textmodes/org.el (org-agenda-custom-commands): New option.
18731 (org-agenda): Offer custom commands on splash screen.
18732 (org-make-tags-matcher): Parser for Boolean logic added.
18733 (org-agenda-set-tags): New command.
18734 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
18735 (org-set-tags): Efficiency improvements.
18736 (org-auto-align-tags): New option.
18737 (org-todo, org-demote, org-promote): Realign tags.
18738 (org-tags-completion-function): Use also "&" and "|" as separators.
18739 (org-org-menu): Agenda commands simplified.
18740
18741 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
18742
18743 * cus-edit.el (customize-apropos, customize-apropos-options):
18744 Docstring changes.
18745
18746 * font-lock.el (font-lock): Add tags to the links in the defgroup.
18747
18748 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
18749
18750 * longlines.el (longlines-mode): Wrap while widened.
18751 (longlines-decode-region, longlines-encode-region): Compute max
18752 just once.
18753
18754 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18755
18756 * cus-edit.el (mac): New group.
18757
18758 * cus-start.el (all): Add user options in macterm.c. Add test for
18759 Mac-related built-ins. Fix test for GTK-related built-ins.
18760
18761 * term/mac-win.el (mac-handle-language-change)
18762 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
18763 (mac-services-open-selection, mac-services-mail-selection)
18764 (mac-services-mail-to, mac-services-insert-text)
18765 (mac-dispatch-apple-event): Add docstrings.
18766 (x-get-selection, mac-select-convert-to-string): Select coding
18767 system from `utf-16be' and `utf-16le' using `byteorder'.
18768
18769 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
18770
18771 * subr.el (lazy-completion-table): Don't be fooled if the var holds
18772 a "list" (lambda ...) rather than a real completion list.
18773
18774 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
18775 lexical-let when encountering ((lambda (...) ...) ...).
18776
18777 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18778
18779 * progmodes/sh-script.el (sh-mode):
18780 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
18781 * textmodes/picture.el (picture-mode): Update docstrings.
18782
18783 2005-12-17 Eli Zaretskii <eliz@gnu.org>
18784
18785 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
18786 commands enclosed in $(ARGQUOTE)s should not be split between two
18787 lines, as that will break with GNU Make >3.80, when sh.exe is used
18788 and arg quoting is with '..'.
18789 (autoloads): Don't break the quoted --eval expression between
18790 several lines.
18791
18792 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18793
18794 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
18795 Capture error from printing circular structures.
18796
18797 2005-12-17 Martin Rudalics <rudalics@gmx.at>
18798
18799 * wid-edit.el (widget-checkbox-action): Clear undo info.
18800
18801 2005-12-16 Bill Wohler <wohler@newt.com>
18802
18803 * menu-bar.el (kill-this-buffer): Set a good example by using menu
18804 bar, not menubar in comment.
18805
18806 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
18807
18808 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
18809 After-change-functions should not clobber the match data.
18810
18811 2005-12-16 Juri Linkov <juri@jurta.org>
18812
18813 * simple.el (choose-completion): Use `buffer-substring-no-properties'
18814 instead of `buffer-substring'.
18815 (completion-common-substring): Doc fix.
18816 (completion-setup-function): Use minibuffer-completion-contents
18817 instead of minibuffer-contents. Don't set common-string-length
18818 initially. Remove special handling of partial-completion-mode.
18819 Move computation of completion-base-size into one cond.
18820 Call completion-base-size-function in mainbuf. In computation of
18821 completion-base-size for file name completion don't move point to
18822 the end of the minibuffer. Move computation of common-string-length
18823 into one cond. Start putting faces only when common-string-length>=0.
18824 Add condition to put completions-common-part when
18825 common-string-length>0.
18826
18827 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
18828 place point at the first different character in the minibuffer
18829 even if this position is at the beginning of the minibuffer.
18830
18831 * info.el (Info-read-node-name-1): In completion-base-size-function's
18832 lambda return 1 if common-substring or minibuffer-completion-contents
18833 starts with (, and 0 otherwise.
18834
18835 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
18836 Use `crm-current-element' for second arg of `display-completion-list'.
18837
18838 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
18839
18840 * files.el (set-auto-mode): Look for an interpreter specified on
18841 the first line also if search for mode specification succeeded,
18842 but the mode is not known.
18843
18844 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
18845
18846 * textmodes/org.el (org-tags-match-list-sublevels): New option.
18847 (org-open-at-point): Implement tag searches as links.
18848 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
18849 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
18850 (org-tags-sparse-tree, org-tags-view, org-set-tags)
18851 (org-agenda-dispatch): New commands.
18852 (org-use-tag-inheritance, org-tags-column): New options.
18853 (org-tab-follows-link, org-return-follows-link): New options.
18854 (org-tags): New customize group.
18855 (org-start-icalendar-file): Get local time zone.
18856 (org-tags-completion-function): New function.
18857 (org-set-font-lock-defaults): Make sure links will also be
18858 highlighted inside headlines.
18859
18860 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
18861
18862 * term.el (term-emulate-terminal):
18863 Let term-handle-ansi-terminal-messages override what Bash says about
18864 its current directory.
18865
18866 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
18867
18868 * bindings.el (last-buffer): Move to simple.el.
18869 * simple.el (last-buffer): Move here.
18870 (get-next-valid-buffer): New function.
18871 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
18872 (prev-buffer): Ditto. Rename to `previous-buffer'.
18873
18874 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
18875 * bindings.el (global-map): Ditto.
18876
18877 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
18878
18879 * cus-edit.el: Introductory comment change.
18880 (custom-magic-alist): Change message string for the `rogue' state.
18881
18882 2005-12-15 Richard M. Stallman <rms@gnu.org>
18883
18884 * tooltip.el: Delete defcustom variable :tag names.
18885
18886 * complete.el (partial-completion-mode): Doc fix.
18887
18888 * textmodes/flyspell.el (flyspell-external-point-words):
18889 Use save-excursion to ensure we don't move backward in the
18890 search loop, not even one character.
18891 (flyspell-delete-all-overlays): Use remove-overlays directly.
18892
18893 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
18894 (ispell-start-process): Set that variable.
18895 Clear ispell-buffer-local-name.
18896 (ispell-internal-change-dictionary):
18897 Set ispell-current-dictionary after killing process.
18898 (ispell-buffer-local-dict):
18899 Don't set spell-personal-dictionary after killing process.
18900 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
18901 (ispell-tex-skip-alists, ispell-html-skip-alists)
18902 (ispell-skip-region-alist): Mark as risky.
18903
18904 * net/newsticker.el (newsticker--retrieval-timer-list)
18905 (newsticker--display-timer, newsticker-running-p)
18906 (newsticker-ticker-running-p): Definitions moved up.
18907
18908 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
18909
18910 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
18911
18912 2005-12-15 David Ponce <david@dponce.com>
18913
18914 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
18915 (recentf-edit-list, recentf-open-files): Signal an error when
18916 there is no recent file.
18917
18918 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
18919
18920 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
18921 read-only except for texinfo-format-region evaluation.
18922
18923 2005-12-14 Richard M. Stallman <rms@gnu.org>
18924
18925 * vc.el (vc-default-previous-version, vc-default-next-version)
18926 (vc-do-command): Doc fixes.
18927
18928 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18929
18930 * textmodes/bibtex.el (bibtex-expand-strings)
18931 (bibtex-autokey-expand-string, bibtex-name-part)
18932 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
18933 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
18934 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
18935 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
18936 (bibtex-entry-postfix, bibtex-known-entry-type-re)
18937 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
18938 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
18939 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
18940 (bibtex-beginning-of-last-entry): Remove.
18941 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
18942 message if comma is missing but buffer is read-only.
18943 (bibtex-parse-field-text): Handle whitespaces at the end of field
18944 text. Return 3-element list with beginning and end of field text
18945 and end of field.
18946 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
18947 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
18948 (bibtex-search-forward-field, bibtex-search-backward-field):
18949 Search always delimited by limits of entry. Use more efficient
18950 search algorithms.
18951 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
18952 bibtex-end-of-name-in-field.
18953 (bibtex-text-in-field-bounds): Handle BibTeX strings when
18954 extracting the content of a field.
18955 (bibtex-text-in-field): Use search limits.
18956 (bibtex-parse-string-prefix): Handle empty string keys based on
18957 bibtex-string-empty-key.
18958 (bibtex-parse-string): Fix docstring.
18959 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
18960 (bibtex-preamble-prefix, bibtex-strings): New functions.
18961 (bibtex-skip-to-valid-entry): Include preceding whitespace in
18962 BibTeX entries (consistent with other BibTeX functions).
18963 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
18964 (bibtex-search-entry): Fix docstring. Simplify.
18965 (bibtex-flash-head, bibtex-complete-string-cleanup)
18966 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
18967 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
18968 (bibtex-parse-entry): New optional arg content.
18969 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
18970 Use bibtex-text-in-field-bounds.
18971 (bibtex-print-help-message): Handle BibTeX strings and preambles.
18972 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
18973 bibtex-parse-string-postfix.
18974 (bibtex-find-text-internal): New function.
18975 (bibtex-remove-delimiters): Use it.
18976 (bibtex-find-text): Use it. New optional arg help.
18977 (bibtex-complete): Handle BibTeX string and preamble entries.
18978 (bibtex-Preamble): Fix order of closing delimiters.
18979
18980 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
18981
18982 * vc.el (vc-default-revert): New fun.
18983
18984 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
18985
18986 2005-12-14 Romain Francoise <romain@orebokech.com>
18987
18988 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
18989 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
18990 (font-lock-remove-keywords): Likewise.
18991
18992 2005-12-14 Juri Linkov <juri@jurta.org>
18993
18994 * log-view.el (log-view-diff): Doc fix.
18995
18996 * isearch.el (isearch-query-replace): Use (mark) instead of
18997 isearch-opoint if mark is active in transient-mark-mode.
18998
18999 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
19000
19001 * isearch.el (isearch-query-replace): Check for isearch-other-end.
19002
19003 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
19004
19005 * progmodes/cpp.el (cpp-face): New widget.
19006 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
19007
19008 2005-12-14 Juri Linkov <juri@jurta.org>
19009
19010 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
19011 around `erase-buffer' and `insert'.
19012
19013 * descr-text.el (describe-text-properties): Replace buffer name
19014 "*Help-2*" with "*Help*<2>".
19015 (describe-char): Add functions print-help-return-message,
19016 toggle-read-only. Use help-setup-xref with nil to not store
19017 describe-char in help-xref-stack. Use help-make-xrefs to
19018 make [back] button.
19019
19020 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
19021
19022 * wdired.el (wdired-old-point): New internal variable.
19023 (wdired-change-to-wdired-mode): Set it buffer-locally.
19024 (wdired-abort-changes): Restore point after aborting changes.
19025
19026 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
19027
19028 * vc.el (vc-do-command): Add a new value t for okstatus.
19029
19030 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
19031 frame in case of errors.
19032
19033 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19034
19035 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
19036 so it comes after "On the Left" in the menu.
19037
19038 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
19039
19040 * cus-edit.el (customize-apropos, customize-apropos-options)
19041 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
19042
19043 2005-12-12 Bill Wohler <wohler@newt.com>
19044
19045 * vc-svn.el (vc-svn-registered): Fix problem of visiting
19046 non-writable Subversion-controlled files by saving window
19047 configuration before calling vc-do-command. vc-do-command calls
19048 pop-to-buffer on error which is unexpected during registration.
19049
19050 2005-12-12 Jay Belanger <belanger@truman.edu>
19051
19052 * calc/README: Update the summary of changes.
19053
19054 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
19055
19056 * descr-text.el (describe-char): Rework last fix to solve the problem
19057 is the same way it's solved for everything else in that function
19058 (i.e. by extracting the info before setting up the *Help* buffer).
19059
19060 2005-12-12 Kim F. Storm <storm@cua.dk>
19061
19062 * subr.el (version-regexp-alist): Allow space as separator before
19063 non-numeric part, e.g. "1.0 alpha".
19064 (version-to-list): Interpret .X.Y version as 0.X.Y version.
19065
19066 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
19067
19068 * textmodes/org.el (org-agenda, org-timeline, org-todo):
19069 Implement Logging and the keep-modes setting.
19070 (org-get-category): Make sure a string is returned.
19071 (org-log-done): New function.
19072 (org-log-done, org-closed-string): New options.
19073
19074 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19075
19076 * tooltip.el (tooltip-y-offset): Change default to 20.
19077
19078 2005-12-12 Richard M. Stallman <rms@gnu.org>
19079
19080 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
19081
19082 * frame.el (display-hourglass): Doc fix.
19083
19084 * help.el (help-for-help-internal): Simplify entry for `a'.
19085
19086 * info.el (Info-on-current-buffer): Doc fix.
19087 (info-insert-file-contents): Don't test (featurep 'jka-compr).
19088
19089 * startup.el (inhibit-splash-screen): Make this the real name.
19090 (inhibit-startup-message): Make this the alias.
19091 (command-line): Find only simple.el, and use its directory
19092 to fill in other preloaded files' names.
19093 (command-line): Deactivate the mark if deactivate-mark is set.
19094
19095 * international/mule.el (load-with-code-conversion):
19096 Bind deactivate-mark.
19097
19098 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
19099
19100 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
19101
19102 * cus-edit.el (customize-apropos): Avoid listing an option more
19103 than once under different aliases. No longer list user options
19104 that are not defined with defcustom (unless a prefix arg is given).
19105 Doc fix.
19106 (customize-apropos-options): Doc fix.
19107
19108 2005-12-11 Juri Linkov <juri@jurta.org>
19109
19110 * frame.el (set-background-color, set-foreground-color)
19111 (set-cursor-color, set-mouse-color, set-border-color):
19112 Add explicit prompts to read colors by `facemenu-read-color'.
19113 (show-trailing-whitespace, blink-cursor-delay)
19114 (blink-cursor-interval, display-hourglass, hourglass-delay):
19115 Remove tags.
19116 (display-hourglass, hourglass-delay): Doc fix.
19117 (cursor-in-non-selected-windows): Capitalize words in tag.
19118
19119 * faces.el (frame-background-mode): Replace `choice-item' keywords
19120 with `const' to not make [default] button. Change default value tag
19121 from `default' to `automatic'. Doc fix.
19122 (trailing-whitespace) <defface>: Change group `whitespace' to
19123 `whitespace-faces'.
19124
19125 2005-12-11 Richard M. Stallman <rms@gnu.org>
19126
19127 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
19128
19129 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19130
19131 * term/mac-win.el: Create keymap for mac-apple-event-map.
19132
19133 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
19134
19135 * tooltip.el (tooltip-mode): Move to start of file so that it
19136 appears at top of customize buffer.
19137
19138 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
19139 Add the gud groupname.
19140 (gud-tooltip-mode): Add the tooltip groupname.
19141 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
19142 avoid conflict with tooltip-use-echo-area.
19143
19144 2005-12-10 Romain Francoise <romain@orebokech.com>
19145
19146 * help.el (help-for-help-internal): Add `r' in doc string.
19147
19148 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19149
19150 * align.el (align-regexp, align-highlight-rule):
19151 Use region-beginning and region-end instead of point and mark, so that
19152 repetition (with `repeat-complex-command') recomputes the region
19153 bounds.
19154
19155 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
19156
19157 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
19158 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
19159 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
19160 (balance-windows): Rewrite using the above new functions.
19161
19162 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
19163
19164 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
19165 react if global-hi-lock-mode seems intended.
19166 (global-hi-lock-mode): Renamed from hi-lock-mode.
19167 (hi-lock-archaic-interface-message-used)
19168 (hi-lock-archaic-interface-deduce): New variables.
19169 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
19170 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
19171 (hi-lock-find-patterns, hi-lock-font-lock-hook):
19172 Replace hi-lock-buffer-mode with hi-lock-mode.
19173
19174 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
19175
19176 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
19177 completion list, even after a partial completion has been
19178 inserted in the current buffer. If there are more than 1
19179 completion, redisplay the *Completions* buffer; if the
19180 completion is unique, delete the *Completions* window.
19181
19182 2005-12-10 Eli Zaretskii <eliz@gnu.org>
19183
19184 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
19185 strings and long subject lines that were broken into multiple
19186 lines at arbitrary places. Handle subjects that have "Re: " in
19187 the middle.
19188
19189 2005-12-10 John W. Eaton <jwe@octave.org>
19190
19191 * progmodes/octave-mod.el (octave-electric-space): Don't indent
19192 comments or strings if octave-auto-indent is nil.
19193
19194 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19195
19196 * term/mac-win.el: Require url when compiling.
19197 Call mac-process-deferred-apple-events after loading init files.
19198 (mac-apple-event-map): New defvar. Define event handlers in it.
19199 (core-event, internet-event): New Apple event class symbols.
19200 (open-application, reopen-application, open-documents)
19201 (print-documents, open-contents, quit-application)
19202 (application-died, show-preferences, autosave-now, get-url):
19203 New Apple event ID symbols.
19204 (about): New HICommand ID symbol.
19205 (mac-event-spec, mac-event-ae): New macros.
19206 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
19207 (mac-ae-selection-range, mac-ae-text-for-search)
19208 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
19209 (mac-application-menu-map): Remove keymap. Handlers for HICommand
19210 and Services menu events are now defined in mac-apple-event-map.
19211 (mac-drag-n-drop): Remove selection range handling.
19212
19213 2005-12-10 Kenichi Handa <handa@m17n.org>
19214
19215 * simple.el (zap-to-char):
19216 * isearch.el (isearch-process-search-char): Translate CHAR by
19217 translation-table-for-input.
19218
19219 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
19220
19221 * foldout.el (foldout-exit-fold): Properly hide subtree.
19222
19223 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19224
19225 * files.el (save-buffer):
19226 * international/ucs-tables.el (ucs-set-table-for-input):
19227 * mail/mail-extr.el (mail-extract-address-components):
19228 * mail/sendmail.el (mail-mode): Reformat doc string.
19229
19230 2005-12-09 Juri Linkov <juri@jurta.org>
19231
19232 * isearch.el (isearch-highlight): Change main overlay priority
19233 from 1 to 1001. Simplify.
19234 (isearch-lazy-highlight-update): Change lazy overlay priority
19235 from 0 to 1000.
19236
19237 * replace.el (replace-highlight): Change overlay priority from
19238 1 to 1001.
19239
19240 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
19241 Change overlay priority from 1 to 1001. Reuse existing overlay.
19242
19243 * compare-w.el (compare-windows-highlight): Change overlay
19244 priority from 1 to 1000.
19245
19246 * menu-bar.el (menu-bar-edit-menu): Add listp around
19247 pending-undo-list to disable menu item "undo" when pending
19248 undo list is empty.
19249
19250 * locate.el (locate): Disable undo in *Locate* buffer.
19251
19252 2005-12-09 Kim F. Storm <storm@cua.dk>
19253
19254 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
19255
19256 2005-12-09 David Ponce <david@dponce.com>
19257
19258 * recentf.el: Improvement of the menu code.
19259 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
19260 instead of menu hook.
19261 (recentf-show-menu, recentf-hide-menu): New functions.
19262 (recentf-menu-customization-changed, recentf-mode): Use them.
19263 (recentf-menu-action, recentf-max-menu-items)
19264 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
19265 (recentf-arrange-by-rule-others)
19266 (recentf-arrange-by-rules-min-items)
19267 (recentf-arrange-by-rule-subfilter): Don't use
19268 `recentf-menu-customization-changed'.
19269 (recentf-arrange-rules): Likewise. Accept functions to compute
19270 sub-menu titles.
19271 (recentf-menu-filter): Likewise. Doc fix.
19272 (recentf-menu-value-shortcut): Doc fix.
19273 (recentf-dump-variable): Quote atom value.
19274 (recentf-make-menu-items): Update to use it as a menu filter.
19275 (recentf-match-rule): New function.
19276 (recentf-arrange-by-rule): Use it.
19277 (recentf-indirect-mode-rule): New function.
19278 (recentf-build-mode-rules): Use it.
19279 (recentf-dir-rule): New function.
19280 (recentf-arrange-by-dir): Use it.
19281 (recentf-filter-changer-current): Rename from
19282 `recentf-filter-changer-state'. All references updated.
19283 (recentf-filter-changer-alist): Update filter names.
19284 (recentf-filter-changer-select): New function.
19285 (recentf-filter-changer): Use it. Make a sub-menu from filters
19286 available in `recentf-filter-changer-alist'.
19287 (recentf-data-cache, recentf-clear-data)
19288 (recentf-update-menu): Remove. All references updated.
19289 (recentf-match-rule-p, recentf-build-dir-rules)
19290 (recentf-filter-changer-goto-next)
19291 (recentf-filter-changer-get-current)
19292 (recentf-filter-changer-get-next): Remove.
19293
19294 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
19295
19296 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
19297 buffer "Reset" button to "Reset to Current" for consistency with
19298 the State buttons.
19299
19300 2005-12-08 John Paul Wallington <jpw@pobox.com>
19301
19302 * ibuf-ext.el (define-ibuffer-filter filename):
19303 If `dired-directory' is a list then really use its car.
19304
19305 2005-12-08 Kim F. Storm <storm@cua.dk>
19306
19307 * emulation/cua-rect.el (cua--rectangle-aux-replace):
19308 Fix indention of text on right side of replaced rectangle.
19309
19310 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
19311
19312 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
19313 No need to check gud-comint-buffer is bound.
19314 (gdb): Prevent multiple debugging when first session uses gdba.
19315
19316 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19317
19318 CC Mode update to 5.31.
19319
19320 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
19321 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
19322 We might do this function properly in the future).
19323
19324 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
19325 New macros c-sentence-end and c-default-value-sentence end, to cope
19326 with Emacs 22's new function `sentence-end'.
19327
19328 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19329
19330 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
19331 compat issue using `c-put-overlay' and `c-delete-overlay'.
19332
19333 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
19334 New compat macros to handle overlays/extents.
19335
19336 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19337
19338 * progmodes/cc-fix.el: Add definitions of the macros push and pop
19339 (for GNU Emacs 20.4).
19340
19341 * progmodes/cc-defs.el
19342 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
19343
19344 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
19345 highlighting mechanism so it will work in XEmacs too.
19346
19347 * progmodes/cc-defs.el: Insert c-int-to-char.
19348
19349 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
19350 call to the new macro c-int-to-char. This solves XEmacs's
19351 regarding characters as different from integers.
19352
19353 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19354
19355 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
19356 New internal helper.
19357
19358 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
19359 construct to make the indirect face lookup work in XEmacs.
19360
19361 (c-cpp-matchers): Append the negation char face to the existing
19362 fontification, so that the cpp face doesn't disappear.
19363 Use `c-make-syntactic-matcher' to avoid negation chars in comments
19364 and strings.
19365
19366 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
19367 to map to `font-lock-negation-char-face' in emacsen where it exists.
19368
19369 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19370
19371 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
19372
19373 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
19374 Rename "c-subword-move-mode" as "c-subword-mode".
19375
19376 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
19377 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
19378
19379 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19380
19381 * progmodes/cc-mode.el: Added autoload directive for
19382 `c-subword-move-mode' for use in older emacsen.
19383
19384 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19385
19386 * progmodes/cc-mode.el:
19387 (i): Insert a binding for C-c C-backspace into
19388 c-bind-special-erase-keys which works in TTYs.
19389 (ii): Make sure that when file styles are used, any explicitly
19390 given style variables take priority over those in the style.
19391 Do this by calling `hack-local-variables' a second time.
19392
19393 * progmodes/cc-vars.el: Add language specific customization
19394 widgets for AWK to c-doc-comment-style, c-require-final-newline
19395 and c-default-style. Add a defcustom for awk-mode-hook.
19396 Give c-syntactic-element and c-syntactic-context doc-strings by
19397 directly setting their `variable-documentation' propery.
19398 This allows Emacs 22.1 to read these with C-h v.
19399
19400 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
19401
19402 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19403
19404 * progmodes/cc-fonts.el, cc-vars.el
19405 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
19406 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
19407 Masatake YAMATO.
19408
19409 (c-doc-comment-style): Made GtkDoc default in C mode.
19410
19411 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
19412 and C-c C-<delete>.
19413
19414 (c-bind-special-erase-keys): New function for use on
19415 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
19416
19417 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
19418 <delete> key behavior in XEmacs according to `delete-forward-p'.
19419 C.f. `c-electric-delete'.
19420
19421 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19422
19423 * progmodes/cc-mode.el: Give c-hungry-backspace and
19424 c-hungry-delete-forward permanent key bindings.
19425
19426 * progmodes/cc-cmds.el (c-electric-semi&comma):
19427 Bind c-syntactic-context for calls to "criteria functions", for
19428 consistency with other calls to user functions.
19429
19430 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
19431 `current-prefix-arg', since this might be the prefix arg to a
19432 command which calls c-indent-command as a function. Change the
19433 interactive spec from "p" to "P".
19434
19435 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
19436 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
19437 was difficult to understand.
19438
19439 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19440
19441 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
19442 first char of an identifier.
19443
19444 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
19445 +" syntax in C++.
19446
19447 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19448
19449 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
19450 auto-fill doesn't split a c-comment's last word from a hanging
19451 "*/" when a space is typed between them after fill-column.
19452
19453 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
19454
19455 * progmodes/cc-styles.el (c-set-style)
19456 (c-setup-paragraph-variables): Abort the command if we're not in a
19457 CC Mode buffer.
19458
19459 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
19460 with blank comment-prefix, and a blank line as the comment's
19461 second line.
19462
19463 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19464
19465 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
19466 Incorporate the patterns added in the Emacs development branch
19467 for the new Emacs 22 face `font-lock-negation-char-face'.
19468
19469 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
19470 of "red" since it stands out better in xterms and DOS terminals.
19471
19472 * progmodes/cc-engine.el (c-literal-faces):
19473 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
19474
19475 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19476
19477 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
19478 forcibly enable c-electric-flag.
19479
19480 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
19481 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
19482 after the comment-prefix of a C-style comment will close that comment.
19483
19484 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19485
19486 * progmodes/cc-fonts.el (c-basic-matchers-before)
19487 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
19488 in Pike.
19489
19490 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
19491 digraphs.
19492
19493 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
19494 (c-cpp-message-directives, c-cpp-include-directives)
19495 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
19496 (c-cpp-expr-directives): Introduce new language constants to
19497 control cpp syntax in a cleaner way.
19498
19499 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
19500
19501 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
19502
19503 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
19504 (c-multiline-string-start-char): New language constants and
19505 variables to specify how newlines in string literals work.
19506
19507 (c-font-lock-invalid-string): Use them.
19508
19509 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
19510 unbalanced close brace is entered. Optimization by avoiding going
19511 back over arbitrarily large blocks. Removed hints that this
19512 function only would be relevant/useful in AWK.
19513
19514 (c-electric-brace): Indent syntactically after the cleanups since
19515 lineup functions might do it differently then.
19516
19517 * progmodes/cc-engine.el, cc-langs.el
19518 (c-opt-op-identifier-prefix): New language constant and variable.
19519
19520 (c-just-after-func-arglist-p, c-after-special-operator-id)
19521 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
19522
19523 * progmodes/cc-align.el, cc-engine.el
19524 (c-after-special-operator-id): New helper to handle C++ operator
19525 identifiers.
19526
19527 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
19528 (c-guess-basic-syntax): Handle C++ operator identifiers in
19529 declarations.
19530
19531 * progmodes/cc-langs.el (c-assignment-operators): Add the
19532 trigraph version of ^= too.
19533
19534 * progmodes/cc-langs.el (c-assignment-operators): Add the
19535 trigraph version of |= in C++.
19536
19537 * progmodes/cc-fonts.el (c-font-lock-declarators):
19538 Handle `c-decl-hangon-kwds' after the identifier name.
19539
19540 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
19541 whether an arglist is "nonempty", ignore a comment after the open
19542 paren if it isn't followed by a non-comment token on the same line.
19543
19544 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
19545 Enable heuristics below the point to cope with classes inside special
19546 brace lists in Pike.
19547
19548 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19549
19550 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
19551
19552 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19553
19554 * progmodes/cc-guess.el (cc-guess-install): New function to
19555 install an already guessed style in another buffer.
19556
19557 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
19558 sets `inhibit-read-only' - `c-save-buffer-state' should be used
19559 anyway if the change always is undone.
19560
19561 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19562
19563 Implement togglable electricity:
19564
19565 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
19566 saying when it should be used.
19567
19568 * progmodes/cc-engine.el: Add the new buffer-local variable,
19569 c-electric-flag.
19570
19571 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
19572 c-toggle-auto-newline.
19573
19574 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
19575 c-toggle-auto-newline. Remove the binding for
19576 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
19577 c-toggle-electric-state.
19578
19579 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
19580
19581 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
19582 c-\(forward\|backward\)-subword.
19583 (c-update-modeline): Add the new modeline flag `l' for
19584 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
19585 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
19586 Make the old name an alias of the new name.
19587 (c-toggle-electric-state): New function.
19588 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
19589 Adapt these functions to do electric things only when
19590 c-electric-flag is non-nil.
19591 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
19592 new functions from c-electric-brace.
19593 (c-point-syntax): Add a check for "virtual semicolons" in AWK
19594 mode, so that the tentative extra newline doesn't change the
19595 syntax of the following brace.
19596 (c-electric-brace): Restructure by extracting the above functions.
19597 Tidy up the coding somewhat.
19598 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
19599 restructure a bit.
19600
19601 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19602
19603 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
19604 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
19605
19606 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
19607 (c-submode-indicators): Change name from `c-auto-hungry-string'
19608 since it's now used to track another submode.
19609
19610 (c-update-modeline): Convert to function and extended to check
19611 `c-subword-move-mode'.
19612
19613 (c-forward-into-nomenclature, c-backward-into-nomenclature):
19614 Convert to compat aliases for `c-forward-subword' and
19615 `c-backward-subword'.
19616
19617 * progmodes/cc-subword.el: New functions and minor mode to handle
19618 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
19619
19620 (c-forward-subword, c-backward-subword, c-mark-subword)
19621 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
19622 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
19623 Functions corresponding to the standard word handling functions.
19624
19625 (c-subword-move-mode): Minor mode that replaces all the standard
19626 word handling functions with their subword equivalences.
19627
19628 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19629
19630 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
19631 entry for one-liner-defun.
19632
19633 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
19634 name in its def-edebug-spec.
19635
19636 * progmodes/cc-cmds.el (c-electric-brace): Make the
19637 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
19638 compacts space before a comment, if this will make things fit on
19639 one line.
19640
19641 Introduce an "awk" style, mainly for auto-newline and clean-ups.
19642
19643 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
19644
19645 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
19646 clean-up one-liner-defun.
19647
19648 * progmodes/cc-styles.el: Add the new "awk" style.
19649
19650 * progmodes/cc-vars.el: Add description of one-liner-defun to
19651 c-cleanup-list's doc-string. New user options,
19652 c-max-one-liner-length. In c-default-style, set the default style
19653 for AWK to "awk".
19654
19655 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19656
19657 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
19658 macros inside labels.
19659
19660 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
19661 `c-at-statement-start-p' and `c-at-expression-start-p'.
19662
19663 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
19664 error if the mark isn't set.
19665
19666 * progmodes/cc-engine.el (c-guess-continued-construct)
19667 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
19668 accurately detect functions inside functions.
19669
19670 * progmodes/cc-engine.el (c-at-expression-start-p): New function
19671 like `c-at-statement-start-p' that additionally recognizes commas
19672 and expression parentheses as delimiters.
19673
19674 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
19675 to avoid heuristics that doesn't work for unclosed blocks.
19676 (c-at-statement-start-p): New function.
19677
19678 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
19679 Objective-C directives, e.g. directives spanning lines should work
19680 reasonably well now.
19681
19682 (c-put-c-type-property, c-clear-c-type-property): New helpers.
19683
19684 (c-forward-objc-directive): New function to move over any ObjC
19685 directive.
19686
19687 (c-just-after-func-arglist-p, c-guess-basic-syntax)
19688 (c-basic-matchers-before): Use it.
19689
19690 (c-font-lock-objc-iip-decl): Remove.
19691
19692 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
19693 in the template arglist recognition.
19694
19695 * progmodes/cc-styles.el (c-style-alist): Fix several
19696 inconsistencies in the Whitesmith style.
19697
19698 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
19699 New lineup function to get lines after Whitesmith style blocks
19700 correctly indented.
19701
19702 (c-lineup-whitesmith-in-block): Back out the compensation for
19703 opening parens since it's done using `add' lists in the style
19704 definition instead. Don't use the anchor position since it varies
19705 too much between the syntactic symbols. :P
19706
19707 * progmodes/cc-vars.el (c-valid-offset): Update.
19708
19709 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
19710 lists where the offsets are combined according to several
19711 different methods: `first', `min', `max', and `add'.
19712 Report offset evaluation errors with `c-benign-error' so that some kind
19713 of reindentation still is done.
19714
19715 * progmodes/cc-engine.el (c-guess-basic-syntax):
19716 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
19717 `arglist-close'.
19718
19719 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
19720 situations for `arglist-cont-nonempty' and `arglist-close'.
19721
19722 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
19723
19724 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
19725 cc-bytecomp-boundp' in a number of places.
19726
19727 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
19728 macro related issue.
19729
19730 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19731
19732 * progmodes/cc-awk.el: Change the terminology of regexps: A char
19733 list is now [asdf], a char class [:alpha:].
19734 Include code for char classes.
19735 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
19736 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
19737
19738 Remove (nearly all of) the cruft associated with AWK Mode's former
19739 concept of "virtual semicolons":
19740
19741 Adapt c-beginning-of-statement, c-end-of-statement (together with
19742 subfunctions) to use the new notion of "virtual semicolon" in
19743 place of the old awkward special handling for AWK. There remains
19744 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
19745 * progmodes/cc-cmds.el:
19746 (c-ascertain-adjacent-literal): In the backwards direction, now
19747 recognises AWK regexp delimiters as string delimiters.
19748 (c-after-statement-terminator-p): Adapt for virtual semicolons;
19749 check more rigorously for "end of macro".
19750 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
19751 virtual semicolons;
19752 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
19753 out the code for forward movement into ...
19754 (c-end-of-statement): Now contains the code for forward movement,
19755 adapted for virtual semicolons.
19756
19757 * progmodes/cc-engine.el:
19758 (c-ws*-string-limit-regexp): New regexp.
19759 (c-forward-single-comment, c-backward-single-comment): Comment out
19760 the (now redundant) "special" AWK stuff.
19761
19762 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
19763 c-string-par-start, c-string-par-separate to be more like Text
19764 Mode than Fundamental Mode.
19765
19766 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19767
19768 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
19769 to the fontified region so that fontification doesn't occur
19770 outside it (could happen e.g. when fontifying a line with an
19771 unfinished declaration).
19772
19773 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19774
19775 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
19776 start of the file. ^L now separate sections of the file.
19777 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
19778 (c-awk-one-line-possibly-open-string-re)
19779 (c-awk-regexp-one-line-possibly-open-char-class-re)
19780 (c-awk-one-line-possibly-open-regexp-re)
19781 (c-awk-one-line-non-syn-ws*-re): New defonsts.
19782 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
19783
19784 Amend the concept of "virtual semicolons" (in the indentation
19785 engine) for languages like AWK, such that they are now
19786 conceptually attached to end of the last token of a statement, not
19787 the end of the line. (In AWK Mode, however, the pertinent text
19788 property is still physically set on the EOL.) Remove the specific
19789 tests for awk-mode, thus facilitating the introduction of other
19790 language modes where EOLs can end statements.
19791 (Note: The funtionality in cc-cmds.el, specifically
19792 c-beginning/end-of-statement has yet to be amended.)
19793
19794 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
19795 New macros.
19796
19797 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
19798 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
19799 c-vsemi-status-unknown-p-fn (in a new page).
19800
19801 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
19802 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
19803 numerous awkward forms like
19804 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
19805 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
19806 variable before-ws-ip, the place just after char-before-ip appears.
19807
19808 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
19809 a comment.
19810
19811 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19812
19813 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
19814 `c-tentative-buffer-changes'.
19815
19816 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
19817 convert to macro to choose between Emacs and XEmacs at compile time.
19818
19819 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
19820
19821 (c-tentative-buffer-changes): New macro to handle temporary buffer
19822 changes in a convenient way.
19823
19824 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
19825 for `c-tentative-buffer-changes'.
19826
19827 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
19828 the checks for paren sexps between the point and the keyword, to
19829 avoid some false alarms.
19830
19831 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
19832 Fixed a situation where an error could be thrown for unbalanced
19833 parens. Changed to make use of c-keyword-member' to avoid some
19834 repeated regexp matches.
19835
19836 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
19837 These language variable are no longer necessary.
19838
19839 (c-block-stmt-kwds): New language constant used by
19840 c-looking-at-inexpr-block'.
19841
19842 (c-guess-basic-syntax): Remove an optional check that looked at
19843 the existence of the now removed language variables.
19844
19845 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
19846 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
19847 object instantiation expressions as declarations in some contexts.
19848 This bug only affected languages where the declarator can't be
19849 enclosed in parentheses.
19850
19851 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
19852 insert newlines before and after substatement braces.
19853
19854 * progmodes/cc-engine.el: Improved the heuristics for recognizing
19855 function declaration headers and the handling of C++ style member
19856 init lists.
19857
19858 (c-just-after-func-arglist-p): Rewritten to use
19859 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
19860
19861 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
19862
19863 (c-guess-basic-syntax): Adapt case 5B for the new
19864 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
19865 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
19866 covers all cases now).
19867
19868 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
19869
19870 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19871
19872 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
19873 c-string-par-start/separate c-sentence-end-with-esc-eol,
19874 initialised in c-setup-paragraph-variables, used in string
19875 scanning subroutines of c-beginning-of-statement.
19876
19877 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
19878 which precedes the newly inserted `{'.
19879
19880 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19881
19882 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
19883 function for declaration level blocks. It should now cope with
19884 templates better and also be a lot more comprehensible.
19885
19886 (c-looking-at-decl-block): The new function.
19887
19888 (c-search-uplist-for-classkey): The old one. It's now a wrapper
19889 for compatibility.
19890
19891 (c-add-class-syntax, c-guess-continued-construct)
19892 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
19893
19894 (c-decl-block-key): Change to tell apart ambiguous and
19895 unambiguous keywords. Pike specials are now handled directly in
19896 the code instead.
19897
19898 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
19899 New language constants and variables to make the backward skip in
19900 `c-looking-at-decl-block' as tight as possible.
19901
19902 (c-nonsymbol-token-char-list): New language constant.
19903
19904 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
19905 find balanced template arglists backwards.
19906
19907 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
19908 making char classes for `c-syntactic-skip-backward'.
19909
19910 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
19911 16D - can't be a class-close at that point.
19912
19913 * progmodes/cc-engine.el (c-guess-basic-syntax)
19914 (c-add-class-syntax): Don't narrow out the enclosing declaration
19915 level. This makes everything a lot easier, and it was actually
19916 only four small places that needed it to work. Some places that
19917 previously did `widen' are removed now, which has the effect that
19918 `c-guess-basic-syntax' never will look at things outside the
19919 current narrowment now. The anchor position for `topmost-intro'
19920 is affected by this, but it was so bogus it was basically useless
19921 before, and now it's equally bogus but in a slightly different way.
19922
19923 (c-narrow-out-enclosing-class): Gone.
19924
19925 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
19926 the narrowed region.
19927
19928 (c-least-enclosing-brace): Remove silly optional argument.
19929
19930 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
19931 the point could be left directly after an open paren when finding
19932 the beginning of the first decl in the block.
19933
19934 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
19935 Specify which submatch to use.
19936
19937 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
19938
19939 (c-decl-start-re): No longer any need for special treatment of
19940 ObjC due to the above.
19941
19942 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
19943 presumably follows C in that regard.
19944
19945 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
19946 New language constants to specify operator tokens inside
19947 identifiers in a more high level way.
19948
19949 (c-opt-identifier-prefix-key): New internal language constant.
19950
19951 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
19952 (c-identifier-start, c-identifier-key): Now completely calculated
19953 from other constants.
19954
19955 (c-identifier-last-sym-match): Decommission since it's no longer used.
19956
19957 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
19958
19959 * progmodes/cc-engine.el (c-forward-name): Remove the
19960 optimization when c-identifier-key is equal to c-symbol-key since
19961 it doesn't work in byte compiled files. Don't record empty
19962 regions as identifiers.
19963
19964 * progmodes/cc-langs.el (c-filter-ops): New helper function to
19965 simplify access to `c-operators' and its likes.
19966
19967 (c-operator-list, c-all-op-syntax-tokens)
19968 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
19969 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
19970 (c-primary-expr-regexp, c-cast-parens): Use it.
19971
19972 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
19973 an explicit language in functions.
19974
19975 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
19976 variant of adornment.
19977
19978 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
19979 variable.
19980
19981 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
19982 the Pike value.
19983
19984 * progmodes/cc-engine.el (c-on-identifier)
19985 (c-simple-skip-symbol-backward): Small fix for handling "-"
19986 correctly in `skip-chars-backward'. Affected the operator lfun
19987 syntax in Pike.
19988
19989 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
19990 diagnostic message about precompiled language vars not being used.
19991
19992 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
19993 "__attribute__" is followed by a parenthesis.
19994
19995 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
19996 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
19997 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
19998
19999 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
20000 Internal cleanups to properly detect the declared identifiers in
20001 various declarations.
20002
20003 (c-decl-start-kwds): New language constant to recognize
20004 declarations that can start anywhere. Used for class declarations
20005 in Pike.
20006
20007 (c-specifier-key, c-not-decl-init-keywords)
20008 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
20009 (c-find-decl-spots): Implement `c-decl-start-kwds'.
20010
20011 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
20012 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
20013 handling of the compiler specific extension keywords into a new
20014 language constant `c-decl-hangon-kwds' that defines keyword
20015 clauses to be ignored in declarations.
20016
20017 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
20018 past unrecognized tokens when handling `c-colon-type-list-kwds'.
20019 Necessary to stop at the declared identifier in e.g. IDL valuetype
20020 declarations.
20021
20022 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
20023 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
20024 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
20025 (c-forward-decl-or-cast-1): Recognize the declared identifier in
20026 class and enum declarations as such and not as part of the type.
20027
20028 (c-forward-decl-or-cast-1, c-forward-label): Relax the
20029 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
20030
20031 (c-forward-decl-or-cast-1): Don't disregard sure signs of
20032 declarations when there's some syntax error later on.
20033
20034 (c-complex-decl-matchers): Did away with a reference to
20035 `c-specifier-key'.
20036
20037 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
20038 value - this variable is always dynamically bound.
20039
20040 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
20041 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
20042 * cc-cmds.el, cc-defs.el: Change the policy for marking up
20043 functions that might do hidden buffer changes: All such internal
20044 functions are now marked instead of those that don't.
20045
20046 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
20047 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
20048 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
20049 (c-literal-type): Allow these functions to make hidden buffer changes,
20050 so that they are free to use text property caching later on.
20051
20052 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
20053 (c-electric-brace, c-electric-slash, c-electric-star)
20054 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
20055 (c-electric-paren, c-electric-continued-statement, c-indent-command)
20056 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
20057 (c-context-line-break): Add `c-save-buffer-state' calls to comply
20058 with the changed semantics of the functions above.
20059
20060 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
20061 when macros occur in obscure places. Optimized the sexp movement
20062 a bit.
20063
20064 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20065
20066 Enhancements for c-beginning-of-statement to work in AWK Mode:
20067
20068 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
20069 (completed statement) with `}' (statement completed by closing
20070 brace or semicolon) and `$' (statement completed by EOL).
20071
20072 (c-awk-virtual-semicolon-ends-prev-line-p)
20073 (c-awk-virtual-semicolon-ends-line-p)
20074 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
20075 (c-awk-at-statement-end-p): New functions.
20076
20077 * progmodes/cc-cmds.el: Simplify the structure of functions
20078 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
20079 two functions and c-beginning-of-statement to handle AWK Mode.
20080
20081 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
20082 c-backward-single-comment for AWK mode. Attempt to clarify their
20083 doc-strings.
20084
20085 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
20086
20087 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20088
20089 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
20090 label handling. Labels are now recognized in a uniform and more
20091 robust way, regardless of context. Text properties are put on all
20092 labels to recognize the following declarations better.
20093 Multiword labels are handled both in indentation and fontification for
20094 the benefit of language extensions like Qt. For consistency, keywords
20095 in labels are now fontified with the label face instead.
20096 That also applies to "case" and "default".
20097
20098 (c-beginning-of-statement-1): Fix some bugs in the label
20099 handling. Disregard `c-nonlabel-token-key' in labels that begin
20100 with `c-label-kwds'.
20101
20102 (c-find-decl-spots): Support that the callback adds more
20103 `c-decl-end' spots to find.
20104
20105 (c-forward-decl-or-cast-1): Don't treat a list of plain
20106 identifiers followed by a colon as a declaration.
20107
20108 (c-forward-label): New function to recognize labels.
20109
20110 (c-guess-basic-syntax): Replace uses of `c-label-key' with
20111 `c-forward-label'. Moved the label recognition cases (14 and 15)
20112 earlier since they aren't so context sensitive now. Handle labels
20113 on the top level gracefully. Moved access label recognition to
20114 the generic label case (CASE 15) - removed CASE 5E.
20115
20116 (c-font-lock-declarations): Add recognition of labels in the
20117 same round since we need to handle labels in parallell with other
20118 declarations to recognize both accurately. It should also improve
20119 speed.
20120
20121 (c-simple-decl-matchers, c-basic-matchers-after):
20122 Move `c-font-lock-labels' so that it only is used on decoration level 2
20123 since `c-font-lock-declarations' handles it otherwise.
20124
20125 (c-complex-decl-matchers): Remove the simplistic recognition of
20126 access labels.
20127
20128 (c-decl-prefix-re): Remove the kludges that was necessary to cope
20129 with labels earlier.
20130
20131 (c-decl-start-re): New language variable to make
20132 `c-font-lock-declarations' stop for the special protection labels
20133 in Objective-C that start with `@'.
20134
20135 (c-label-key): Remove since it's no longer used.
20136
20137 (c-recognize-colon-labels, c-label-prefix-re): New language
20138 constants to support recognition of generic colon-terminated labels.
20139
20140 (c-type-decl-end-used): `c-decl-end' is now used whenever there
20141 are colon terminated labels.
20142
20143 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
20144 first argument starts with a special brace list.
20145
20146 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
20147 (c-font-lock-declarations): Break out the declaration and cast
20148 recognition from `c-font-lock-declarations' to a new function, so
20149 that it can be used in the indentation engine.
20150
20151 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
20152 up to the start of the literal. Fixed bug with the point on the
20153 wrong side of the search limit that could happen when the start
20154 position is inside a literal.
20155
20156 * progmodes/cc-engine.el (c-parse-state)
20157 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
20158 so that it's kept a little bit back to increase the hit rate.
20159
20160 (c-parse-state): Change the macro handling and fixed some
20161 glitches. Macro context is checked more often than necessary now,
20162 but otoh less garbage conses are generated.
20163
20164 * progmodes/cc-engine.el (c-parse-state)
20165 (c-invalidate-state-cache): Cache the last position where
20166 `c-state-cache' applies. This can speed up refontification quite
20167 a bit in blocks where there are many non-brace parens before the point.
20168
20169 (c-state-cache-end): New variable for this.
20170
20171 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
20172 cache variable.
20173
20174 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
20175 get close initial continue positions when the start position is
20176 inside a literal or macro. Do not call the callback for spots
20177 before the start position (which can happen e.g. for `c-decl-end'
20178 spots inside comments). Optimize better in special cases when the
20179 region is a single line inside a literal or macro (typically when
20180 the current line is refontified).
20181
20182 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
20183 to `c-add-stmt-syntax' - there's no need to explicitly whack off
20184 entries from the paren state.
20185
20186 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
20187 special case for "else if" clauses.
20188
20189 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
20190 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
20191
20192 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
20193 New language variable to recognize the gcc extension with statement
20194 blocks inside expressions.
20195
20196 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
20197 it somewhat more comprehensible. The argument AT-BLOCK-START is
20198 no longer used and hence removed.
20199
20200 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
20201 to `c-add-stmt-syntax'.
20202
20203 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20204 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
20205 This fixes bogus label recognition.
20206
20207 * progmodes/cc-engine.el (c-add-type, c-check-type)
20208 (c-forward-name, c-forward-type): Improve storage of template
20209 types in `c-found-types' so that they can be recognized better.
20210
20211 (c-syntactic-content): Add option to skip past nested parens.
20212
20213 * progmodes/cc-engine.el (c-forward-name):
20214 Set `c-last-identifier-range' all the time. It's less work that way.
20215 Handle that there might not be an identifier to store in
20216 `c-last-identifier-range'.
20217
20218 (c-forward-type): Handle that `c-last-identifier-range' might be
20219 nil from `c-forward-name'.
20220
20221 * progmodes/cc-defs.el (c-safe-scan-lists)
20222 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
20223
20224 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
20225 to work even if the form fails.
20226
20227 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
20228 down in a large file in one go.
20229
20230 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
20231
20232 * progmodes/cc-align.el (c-lineup-assignments): New lineup
20233 function which is like `c-lineup-math' but returns nil instead of
20234 `c-basic-offset' when it doesn't match.
20235
20236 (c-lineup-math): Change to use `c-lineup-assignments'.
20237
20238 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20239
20240 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
20241 c-beginning-of-statement. New subfunctions
20242 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
20243
20244 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20245
20246 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
20247 hardcoded char classes whereever possible. Changed a couple of
20248 places to use skip by syntax instead of skip by char class.
20249
20250 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
20251 Fix a bug in the regexp that caused extreme backtracking.
20252
20253 * progmodes/cc-langs.el (c-block-comment-starter)
20254 (c-block-comment-ender): New language constants to specify in a
20255 single place how block comments look.
20256
20257 (c-comment-start-regexp, c-block-comment-start-regexp)
20258 (comment-start, comment-end, comment-start-skip)
20259 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
20260 (c-syntactic-ws, c-nonempty-syntactic-ws)
20261 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
20262 `c-line-comment-starter', `c-block-comment-starter' and
20263 `c-block-comment-ender'.
20264
20265 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
20266 New language constants to break up things a bit.
20267
20268 (c-simple-ws): New language constant for simple whitespace.
20269
20270 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
20271
20272 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
20273 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
20274 newlines. Allow and ignore nil elements in the list.
20275
20276 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20277
20278 * progmodes/cc-cmds.el: Comment out a (n almost certainly
20279 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
20280
20281 * progmodes/cc-cmds.el: Tidy up the comments in
20282 c-beginning-of-statement and subfunctions.
20283
20284 * progmodes/cc-awk.el: Replace calls to put-text-property to the
20285 more flexible c-put-char-property and c-clear-char-properties.
20286 Add the author's email address.
20287
20288 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
20289
20290 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
20291 closing "*/" of a block comment.
20292
20293 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
20294 subfunctions) so that it works at BOB and EOB.
20295
20296 * progmodes/cc-cmds.el, cc-vars.el: More updating of
20297 c-beginning-of-statement, including new variable
20298 c-block-comment-start-regexp.
20299
20300 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20301
20302 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
20303 symbols from `*-font-lock-extra-types' so that there's no need to
20304 use `regexp-opt' on those lists.
20305
20306 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
20307 `c-type-modifier-kwds' is empty.
20308
20309 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
20310 there are several strings on the same line.
20311
20312 * progmodes/cc-engine.el (c-literal-limits): Remove the
20313 compatibility function for older emacsen. `c-literal-limits-fast'
20314 has now taken the place of this function.
20315
20316 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
20317 with older emacsen: We now require `pps-extended-state'.
20318
20319 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20320
20321 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
20322 which obviates the need to hack sentence-end. This now handles
20323 escaped newlines in strings correctly. Correct minor bugs in
20324 c-move-over-sentence and in c-beginning-of-statement.
20325
20326 * progmodes/cc-cmds.el (c-beginning-of-statement (and
20327 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
20328 that movement over macros and code are rigorously separated from
20329 eachother. Correct a few incidental bugs.
20330
20331 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
20332 Improve its doc-string. Improve the handling of certain specific cases.
20333
20334 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20335
20336 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
20337 (c-guess-basic-syntax): Change the way class-level labels are
20338 recognized; they can now contain essentially any symbols.
20339
20340 (c-opt-extra-label-key): New language variable to cope with the
20341 special protection label syntax in Objective-C.
20342
20343 (c-opt-access-key): Remove; this is now handled better by
20344 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
20345
20346 (c-complex-decl-matchers): Update to handle that
20347 `c-opt-access-key' no longer exists.
20348
20349 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
20350 improved label recognition in `c-beginning-of-statement-1'.
20351
20352 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
20353 Recognize bitfields better.
20354
20355 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
20356 Remove some cruft and fixed a bug that could cause it to go to a
20357 position further down.
20358
20359 * progmodes/cc-langs.el, cc-engine.el
20360 (c-beginning-of-statement-1): Improve detection of labels in
20361 declaration contexts.
20362
20363 (c-beginning-of-decl-1): Use it.
20364
20365 (c-nonlabel-token-key): New language constant and variable needed
20366 by `c-beginning-of-statement-1'.
20367
20368 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
20369 manifested itself due to the correction in `c-forward-sexp'.
20370
20371 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
20372 Make these behave as documented when used at the buffer limits.
20373
20374 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
20375 (c-type-decl-end-used): Made this a language variable.
20376
20377 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
20378 correctly when `combine-after-change-calls' is used together with
20379 temporary narrowings.
20380
20381 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20382 Report labels correctly when the start point is immediately after the
20383 colon.
20384
20385 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
20386 Remove since it isn't used anymore.
20387
20388 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
20389 bracket arglists such as template parens in C++.
20390
20391 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
20392 in the last check-in. Some optimization.
20393
20394 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
20395 where it could stop at the same level in a preceding sexp when
20396 PAREN-LEVEL is set.
20397
20398 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
20399 text property lookup only when it's needed.
20400
20401 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
20402 Change the policy for paren marked angle brackets to be more
20403 persistent; once marked they remain marked even when they're found
20404 to be unbalanced in the searched region. This should keep the
20405 paren syntax around even when individual lines are refontified in
20406 multiline template arglists.
20407
20408 (c-parse-and-markup-<>-arglists): New dynamically bound variable
20409 to control markup so that incorrect angle bracket arglists aren't
20410 marked in contexts where the correct value for
20411 `c-disallow-comma-in-<>-arglists' isn't known.
20412
20413 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
20414 argument has become `c-parse-and-markup-<>-arglists'.
20415
20416 (c-remove-<>-arglist-properties): Remove - no longer used.
20417
20418 (c-after-change-check-<>-operators): New function used on
20419 `after-change-functions' to avoid that "<" and ">" characters that
20420 are part of longer operators have paren syntax.
20421
20422 (c-<>-multichar-token-regexp): New language variable used by
20423 `c-after-change-check-<>-operators'.
20424
20425 (c-after-change): Call `c-after-change-check-<>-operators'.
20426
20427 (c-font-lock-<>-arglists): Use the context properties set by
20428 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
20429 correctly to avoid doing invalid markup.
20430
20431 (c-font-lock-declarations): Remove code that undoes the invalid
20432 markup done by `c-font-lock-<>-arglists'.
20433
20434 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
20435 after `c-font-lock-declarations'.
20436
20437 * progmodes/cc-engine.el (c-syntactic-skip-backward):
20438 Add paren-level feature.
20439
20440 (c-guess-basic-syntax): Improve the anchor position for
20441 `template-args-cont' in nested template arglists. There's still
20442 much to be desired in this area, though.
20443
20444 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20445
20446 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
20447 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
20448
20449 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20450
20451 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
20452 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
20453
20454 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
20455 it doesn't work no longer are supported.
20456
20457 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
20458 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
20459 requires support for the syntax-table' text property, which rules
20460 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
20461 cruft associated with those versions.
20462
20463 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
20464 for the `syntax-table' text property, which rules out Emacs 19 and
20465 XEmacs < 21.4. Removed various compatibility cruft associated
20466 with those versions.
20467
20468 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
20469 support for the `syntax-table' text property.
20470
20471 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
20472 variable and use an extra quoted face name instead. All the
20473 emacsen flavors handle that correctly.
20474
20475 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
20476 (c-font-lock-declarators, c-font-lock-declarations)
20477 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
20478 property to mark the items in in declarator lists to handle
20479 refontification inside multiline declarations better.
20480
20481 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
20482 construct like "a * b = c;" as a declaration.
20483
20484 2005-12-08 Kim F. Storm <storm@cua.dk>
20485
20486 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
20487 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
20488 select either meta, hyper, or super modifier for rectangle commands.
20489 (cua--rectangle-modifier-key): New defvar.
20490 (cua--M/H-key): Use it. Remove special case for `space'.
20491 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
20492 on X, to meta otherwise. Always bind C-return to toggle
20493 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
20494
20495 * emulation/cua-rect.el (cua-help-for-rectangle):
20496 Use cua--rectangle-modifier-key. Handle super modifier too.
20497 (cua--init-rectangles): Always bind C-return to toggle rectangle.
20498 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
20499
20500 * ido.el: Move Acknowledgements and History after Commentary.
20501 Minor changes to Commentary.
20502
20503 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
20504 keymap if cua--prefix-override-timer is `shift'.
20505 (cua--shift-control-prefix): New function; emulate "type prefix
20506 key twice" functionality to handle shifted prefix key override.
20507 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
20508 New commands.
20509 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
20510
20511 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
20512
20513 * textmodes/org.el (org-insert-heading): Try to do items before
20514 headings.
20515 (org-agenda-mode): Quote `org-agenda-mode-hook'.
20516 (org-insert-item): New function.
20517 (org-renumber-ordered-list): Don't skip to higher level lists.
20518
20519 2005-12-08 Juri Linkov <juri@jurta.org>
20520
20521 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
20522
20523 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
20524
20525 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
20526
20527 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
20528 the constructed function name fun-1.
20529
20530 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
20531 because such links don't lead to parent documentation.
20532
20533 2005-12-08 Kenichi Handa <handa@m17n.org>
20534
20535 * descr-text.el (describe-char): Use *Help-2* buffer if the
20536 current buffer is *Help*. Call describe-text-properties while
20537 setting the original buffer.
20538
20539 2005-12-07 Bill Wohler <wohler@newt.com>
20540
20541 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
20542 and causes problems with non-MH users (such as Gnus users).
20543
20544 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
20545
20546 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
20547 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
20548 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
20549 command "info sources". Move calls to GDB command "list".
20550 (gdb-find-file-hook): Just use gdb-source-file-list.
20551 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
20552 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
20553 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
20554 (gdb-data-list-register-values-handler): Use correct trigger name.
20555
20556 2005-12-07 Kim F. Storm <storm@cua.dk>
20557
20558 * ido.el (ido-completion-map): Rename from ido-mode-map.
20559 (ido-common-completion-map, ido-file-completion-map)
20560 (ido-file-dir-completion-map, ido-buffer-completion-map):
20561 Rename from ido-mode-....-map.
20562 (ido-init-completion-maps): Rename from ido-init-mode-maps.
20563 (ido-setup-completion-map): Rename from ido-define-mode-map.
20564 (ido-read-internal): Bind minibuffer-local-filename-completion-map
20565 to ido-completion-map.
20566
20567 2005-12-07 Kenichi Handa <handa@m17n.org>
20568
20569 * international/mule-cmds.el
20570 (set-display-table-and-terminal-coding-system): If the coding
20571 system specified in `unibyte-display' property is different from
20572 the arg coding-system, don't setup standard-display-table.
20573
20574 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20575
20576 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
20577 that comments end at \n, regardless of selective-display.
20578
20579 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
20580
20581 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
20582 (gdb-version): New variables.
20583 (gdb-source-file-list, gdb-register-names)
20584 (gdb-changed-registers): New variables for use with GDB 6.4+.
20585 (gdb-ann3): Replace with...
20586 (gdb-init-1, gdb-init-2): ...two new functions.
20587 (gdba, gdb-prompt): Call gdb-init-1.
20588 (gdb-get-version): New function. Call gdb-init-2 from here.
20589 (gud-watch): Make it work with mouse events too.
20590 (gdb-post-prompt): Don't add to queue until GDB version is known.
20591 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
20592 (gdb-locals-mode): Use gdb-version.
20593 (gdb-memory-format-map, gdb-memory-unit-map)
20594 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
20595 (gdb-locals-font-lock-keywords-1)
20596 (gdb-locals-font-lock-keywords-2): New variables.
20597 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
20598 (gdb-set-gud-minor-mode-existing-buffers-1)
20599 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
20600 (gdb-var-update-1, gdb-var-update-handler-1)
20601 (gdb-data-list-register-values-handler)
20602 (gdb-data-list-register-values-custom)
20603 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
20604 (gdb-stack-list-locals-handler, gdb-get-register-names):
20605 New functions for use with GDB 6.4+.
20606 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
20607 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
20608 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
20609 (gdb-stack-list-locals-regexp)
20610 (gdb-data-list-register-names-regexp): New regexps for use with
20611 GDB 6.4+.
20612
20613 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20614
20615 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
20616
20617 2005-12-06 Nozomu Ando <nand@mac.com>
20618
20619 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
20620 prompts work for AUTH PLAIN. Also reported by Steve Allan
20621 <seallan@verizon.net>.
20622
20623 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
20624
20625 * frame.el (set-frame-parameter): Add doc string.
20626
20627 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
20628
20629 * textmodes/org.el (org-occur-highlights): New variable.
20630 (org-highlight-new-match, org-remove-occur-highlights): New functions.
20631 (org-highlight-sparse-tree-matches): New option.
20632 (org-do-occur): New function.
20633 (org-get-heading): Make it work also at beginning of line.
20634 (org-category-table): New variable.
20635 (org-get-category-table, org-get-category)
20636 (org-camel-to-words, org-link-search): New functions.
20637 (org-select-this-todo-keyword): New variable.
20638 (org-todo-list): New command.
20639 (org-shiftright, org-shiftleft): New commands.
20640 (org-agenda-todo): Add prefix argument.
20641 (org-show-hierarchy-above): New option.
20642 (org-show-todo-tree): Numerical prefix creates tree for specific
20643 TODO keyword.
20644 (org-outline-level): New function, to assign a level to plain
20645 lists items.
20646 (org-cycle-include-plain-lists): New option.
20647 (org-mode): Use `org-outline-level' as value of `outline-level'.
20648 (org-cycle): Temporarily switch `outline-regexp' if
20649 `org-cycle-include-plain-lists' is non-nil.
20650 (org-start-icalendar-file): Fix format bug.
20651 (org-agenda-get-day-entries): Create category table.
20652 (org-agenda-get-todos, org-agenda-get-timestamps)
20653 (org-agenda-get-deadlines, org-agenda-get-scheduled)
20654 (org-agenda-get-blocks): Use `org-get-category'.
20655 (org-context-in-file-links): Rename from
20656 `org-line-numbers-in-file-links'.
20657
20658 2005-12-06 Romain Francoise <romain@orebokech.com>
20659
20660 * window.el (balance-windows): Delete extraneous third arg in call
20661 to `enlarge-window'.
20662
20663 2005-12-06 Kenichi Handa <handa@m17n.org>
20664
20665 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
20666
20667 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
20668
20669 * progmodes/gdb-ui.el (gdb-var-create-handler)
20670 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
20671 (gdb-var-list-children-handler, gdb-var-update-handler):
20672 Current buffer is already gdb-partial-output-buffer, don't
20673 make it current again.
20674
20675 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
20676
20677 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
20678 (list-buffers-noselect): Use it.
20679
20680 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
20681
20682 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
20683 (mail-yank-ignored-headers): Use regexp-opt.
20684 (mail-mode-map): Move initialization into declaration.
20685 (mail-sent-via): Remove unused shadowed var `to-line'.
20686 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
20687 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
20688 (mail-do-fcc): Use dolist and push.
20689 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
20690 (mail-yank-ignored-headers): Don't autoload.
20691
20692 2005-12-05 Kenichi Handa <handa@m17n.org>
20693
20694 * international/mule-cmds.el (set-language-info-internal): New fun.
20695 (set-language-info): Call set-language-info-internal to update
20696 language-info-alist. If LANG-ENV is the current one, call
20697 set-language-environment to make INFO effective now.
20698 (set-language-info-alist): Likewise.
20699 (locale-language-names): With locale "en", use English
20700 lang. env. but set the default codings to iso-8859-1.
20701
20702 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
20703
20704 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
20705 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
20706 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
20707 for plain strings.
20708 (gdb-frames-mode): Remove redundant call to font-lock-mode.
20709 (gdb-all-registers): Rename from toggle-gdb-all-registers.
20710 Create registers buffer if necessary. Echo new state in minibuffer.
20711 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
20712
20713 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
20714
20715 * info.el (Info-fontify-node): Match external links using
20716 non-directory part of filename.
20717
20718 2005-12-04 Juri Linkov <juri@jurta.org>
20719
20720 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
20721 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
20722 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
20723 because there is no customization option for it.
20724
20725 * font-lock.el (lisp-font-lock-keywords-1):
20726 Add define-global-minor-mode.
20727
20728 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
20729
20730 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
20731 properties on the constructed variable names.
20732
20733 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20734 Put `definition-name' properties on the constructed function names
20735 next-sym and prev-sym.
20736
20737 * emacs-lisp/find-func.el (find-function-regexp):
20738 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
20739 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
20740 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
20741 and easy-menu-define.
20742
20743 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
20744 easy-mmode-define-global-mode and define-global-minor-mode.
20745 (lisp-imenu-generic-expression): Add define-global-minor-mode.
20746
20747 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
20748 instead of easy-mmode-define-global-mode.
20749
20750 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
20751 Use define-minor-mode instead of easy-mmode-define-minor-mode.
20752
20753 * cus-edit.el (customize-group, customize-group-other-window):
20754 Filter out autoloaded options from the group completion list by
20755 using heuristics that autoloaded groups don't have `custom-autoload'
20756 property on their symbols (they have only `custom-loads').
20757
20758 * simple.el (completion-setup-function): Put completions-common-part
20759 face on complete completion string too (i.e. completion string
20760 without completions-first-difference face).
20761
20762 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
20763
20764 2005-12-03 Eli Zaretskii <eliz@gnu.org>
20765
20766 * view.el (view-mode): Doc fix.
20767
20768 * disp-table.el (standard-display-european): Add to the warning
20769 message a reference to the doc string.
20770
20771 * play/yow.el (apropos-zippy): Call print-help-return-message,
20772 similar to other Help and Apropos commands.
20773
20774 * help.el (print-help-return-message): If pop-up-frames is
20775 non-nil, set up help-return-method to delete the help window and,
20776 possibly, its frame as well, and don't display message about
20777 scrolling the help window. Doc fix.
20778 (help-return-method): Doc fix.
20779
20780 2005-12-03 Martin Rudalics <rudalics@gmx.at>
20781
20782 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
20783 whereby names of length one or names starting with a
20784 symbol-constituent character would not be returned.
20785
20786 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20787
20788 * subr.el (atomic-change-group): Add edebug and indentation spec.
20789
20790 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
20791
20792 * completion.el (save-completions-file-name): Fix typo in last change.
20793
20794 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20795
20796 * info.el: Move back/forward history to the beginning of the tool bar.
20797
20798 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
20799
20800 * allout.el (eval-when-compile): Remove unnecessary load of cl.
20801 Add fset of allout-real-isearch-abort during compile to fix
20802 byte-compilation warnings.
20803 (allout-mode-p): Move definition of this macro above all uses, or
20804 byte compilation in barren Emacs (eg, during Emacs build) will
20805 lack the definition.
20806 (allout-mode): Move this variable above any uses, or byte
20807 compilation will fail.
20808 (allout-resolve-xref): Remove use of personal file-reference function.
20809 (allout-toggle-current-subtree-encryption): Do the current (ie,
20810 visible containing) topic, rather than nearest around point. Doc fix.
20811 (allout-toggle-subtree-encryption): New function, workhorse that
20812 works on nearest topic containing point.
20813 (allout-encrypt-string): Signal requirement for newer version of pgg.
20814 (allout-resumptions): Doc fix.
20815
20816 2005-12-02 Eli Zaretskii <eliz@gnu.org>
20817
20818 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
20819
20820 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
20821
20822 * textmodes/flyspell.el (flyspell-external-point-words):
20823 Consider a misspelling as found in the string search if: (a) misspelling
20824 and found string lengths match, or (b) misspelling is found as
20825 element in a boundary-chars separated longer string, or (c)
20826 ispell-program-name is really ispell and misspelling is found as
20827 part of a TeX string. After successful match move beginning of
20828 search region to end of match. Warn about not found misspellings
20829 once the process is done.
20830 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
20831
20832 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
20833
20834 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
20835 tool bar (removed inadvertently).
20836
20837 2005-12-02 Juri Linkov <juri@jurta.org>
20838
20839 * log-view.el (log-view-diff): Clarify doc string.
20840
20841 2005-12-01 Bill Wohler <wohler@newt.com>
20842
20843 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
20844 triggers lm-verify errors.
20845
20846 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
20847
20848 * simple.el (transient-mark-mode, line-number-mode)
20849 (column-number-mode, size-indication-mode): Remove `:require nil'.
20850
20851 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
20852
20853 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
20854 in the margin also.
20855 (gdb-breakpoints-mode-map): Use D instead of d for
20856 gdb-delete-breakpoint.
20857 (gdb-get-frame-number): Require a number to match on.
20858 (gdb-threads-mode-map): Add follow-link binding.
20859
20860 2005-11-30 Jason Rumney <jasonr@gnu.org>
20861
20862 * isearch.el (isearch-mode-map): Avoid exiting search on
20863 language-change event.
20864
20865 2005-11-30 Romain Francoise <romain@orebokech.com>
20866
20867 * speedbar.el (speedbar-default-position): New defcustom.
20868 (speedbar-frame-reposition-smartly): Use it.
20869
20870 * dframe.el (dframe-reposition-frame-emacs): Fix position
20871 computation for `left' location.
20872 Update copyright year.
20873
20874 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
20875
20876 * help.el (help-map): Move initialization into declaration.
20877
20878 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
20879
20880 * help-fns.el (help-argument-name): Don't autoload.
20881 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
20882 to be re-loaded when customizing the `help' group.
20883
20884 2005-11-30 John Paul Wallington <jpw@gnu.org>
20885
20886 * help-fns.el (describe-function-1): Fill arglist output.
20887
20888 2005-11-30 Kim F. Storm <storm@cua.dk>
20889
20890 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
20891 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
20892 after revert-buffer (or anything else which kills all local variables).
20893
20894 * apropos.el (apropos-parse-pattern): Doc fix.
20895 Set apropos-regexp directly, rather than expecting callers to do so.
20896 (apropos-command, apropos, apropos-value, apropos-documentation):
20897 Simplify calls to apropos-parse-pattern.
20898
20899 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20900
20901 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
20902 (hi-lock-face-phrase-buffer): Use hi-yellow face.
20903 (hi-lock-write-interactive-patterns): Use comment-region.
20904
20905 * longlines.el (longlines-mode): Add mail-setup-hook.
20906
20907 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
20908
20909 * simple.el (sendmail-user-agent-compose, next-line):
20910 Conditionally use hard-newline.
20911
20912 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
20913
20914 * international/latexenc.el (latex-inputenc-coding-alist):
20915 Reword doc string.
20916
20917 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20918
20919 * help.el (describe-key-briefly, describe-key): Recognize default
20920 bindings.
20921
20922 2005-11-29 Romain Francoise <romain@orebokech.com>
20923
20924 * view.el (view-inhibit-help-message): New defcustom.
20925 (view-mode-enter): Use it.
20926
20927 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
20928
20929 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
20930 Preserve user position.
20931
20932 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
20933
20934 * font-lock.el: Throw error if facemenu is not loaded to prevent
20935 accidental change of loading order in loadup.el. (Suggested by RMS.)
20936
20937 * loadup.el: Add comment explaining why facemenu must be loaded
20938 before font-lock.
20939
20940 2005-11-28 Jay Belanger <belanger@truman.edu>
20941
20942 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
20943 (calc-dispatch-map): Add more keys for `calc-same-interface'.
20944
20945 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
20946
20947 * calc/calc-embed.el (calc-do-embedded): Update help message.
20948
20949 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
20950
20951 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20952
20953 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
20954
20955 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
20956 called-interactively-p.
20957 (elp-profilable-p): Rename from elp-not-profilable-p.
20958 Invert result and take into account macros and autoloaded functions.
20959 (elp-instrument-function): Update call.
20960 (elp-instrument-package): Update call. Add completion.
20961 (elp-pack-number): Use match-string.
20962 (elp-results-jump-to-definition-by-mouse): Merge into
20963 elp-results-jump-to-definition and then remove.
20964 (elp-output-insert-symname): Make help echo text single-line.
20965
20966 * replace.el (query-replace-map): Move initialization into declaration.
20967 (occur-engine): Use with-current-buffer.
20968 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
20969 (occur-mode-mouse-goto): Replace with an alias.
20970
20971 2005-11-28 Juri Linkov <juri@jurta.org>
20972
20973 * simple.el (quoted-insert): Let-bind input-method-function to nil.
20974
20975 * term/w32-win.el: Bind [S-tab] to [backtab].
20976
20977 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
20978 `Info-find-file' to t.
20979
20980 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
20981 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
20982 and same-window-regexps.
20983 (occur-next-error): Don't move point for arg 0.
20984
20985 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
20986
20987 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
20988
20989 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20990
20991 * log-edit.el (log-edit-changelog-use-first): New var.
20992 (log-edit-changelog-ours-p): Use it.
20993 (log-edit-insert-changelog): Set it with new arg `use-first'.
20994 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
20995 (log-edit-hook): Add them to the list of suggested options.
20996
20997 * textmodes/flyspell.el (flyspell-last-buffer): New var.
20998 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
20999 redundant work.
21000 (flyspell-mode-on): Use add-hook for after-change-functions.
21001 (flyspell-mode-off): Use remove-hook for after-change-functions.
21002 (flyspell-changes): Make it buffer-local.
21003 (flyspell-after-change-function): Make it non-interactive. Use push.
21004 (flyspell-post-command-hook): Check input-pending-p while processing
21005 the potentially long list of buffer changes.
21006
21007 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
21008
21009 * buff-menu.el (list-buffers-noselect): Display the selected
21010 frame's buffer list, not the global one.
21011
21012 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
21013
21014 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
21015 that (list last-input-event) works as in interactive spec.
21016
21017 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
21018
21019 * loadup.el ("facemenu"): Load facemenu before font-lock, because
21020 `facemenu-keymap' needs to be defined when font-lock is loaded.
21021 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
21022
21023 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
21024
21025 * completion.el: Remove useless leading * in defcustom docstrings.
21026 (save-completions-file-name): Use ~/.emacs.d if available.
21027 (completion-standard-syntax-table): Rename from
21028 cmpl-standard-syntax-table and fold initialization into declaration,
21029 thus removing cmpl-make-standard-completion-syntax-table.
21030 (completion-lisp-syntax-table, completion-c-syntax-table)
21031 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
21032 (cmpl-saved-syntax, cmpl-saved-point): Remove.
21033 (symbol-under-point, symbol-before-point)
21034 (symbol-under-or-before-point, symbol-before-point-for-complete)
21035 (add-completions-from-c-buffer): Use with-syntax-table.
21036 (make-completion): Don't return a list of completion entries.
21037 Update callers.
21038 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
21039 (completion-initialize): Rename from initialize-completions.
21040 (completion-find-file-hook): Rename from cmpl-find-file-hook.
21041 (kill-emacs-save-completions): Collect stats here.
21042 (save-completions-to-file, load-completions-from-file):
21043 Use with-current-buffer.
21044 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
21045 into a function. Move all calls to toplevel.
21046 (completion-lisp-mode-hook): New fun.
21047 (completion-c-mode-hook, completion-setup-fortran-mode):
21048 Set the syntax-table here. Use local-set-key.
21049 (completion-saved-bindings): New var.
21050 (dynamic-completion-mode): Make it into a proper minor mode.
21051 (load-completions-from-file): Remove unused var `num-uses'.
21052
21053 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
21054 constructor if it is explicitly overridden.
21055
21056 * complete.el (PC-completion-as-file-name-predicate):
21057 Use minibuffer-completing-file-name.
21058 (partial-completion-mode): Use find-file-not-found-functions.
21059 (PC-lisp-complete-symbol): Use with-syntax-table.
21060 (PC-look-for-include-file): Remove dead setq.
21061 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
21062 (PC-complete): Use with-current-buffer.
21063
21064 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
21065 escape single quotes.
21066
21067 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
21068
21069 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
21070 of `if' whose condition always returned nil. Doc fix.
21071
21072 * buff-menu.el (Buffer-menu-revert-function): Make the selected
21073 window's buffer the current buffer around the call to
21074 `list-buffers-noselect'. This is necessary to mark that buffer
21075 with a `.' in the Buffer Menu when called from Lisp, for instance
21076 by Auto Revert Mode.
21077
21078 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
21079
21080 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
21081 attaching to it.
21082 (gdb-pre-prompt): Make sure gdb-error is reset.
21083
21084 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
21085 with a child process, detect it.
21086 (gud-speedbar-buttons): Match regexp more carefully.
21087
21088 2005-11-27 Richard M. Stallman <rms@gnu.org>
21089
21090 * mouse.el (mouse-drag-move-window-bottom):
21091 Use adjust-window-trailing-edge.
21092
21093 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
21094
21095 * simple.el (blink-matching-open): Ignore
21096 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
21097 (blink-matching-paren-on-screen): Update docstring.
21098
21099 * paren.el (show-paren-mode): No longer change
21100 `blink-matching-paren-on-screen'.
21101
21102 2005-11-27 John Paul Wallington <jpw@pobox.com>
21103
21104 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21105 (gdb-threads-select, gdb-edit-register-value):
21106 Use `posn-set-point' instead of `mouse-set-point' because the
21107 latter is not fbound when configured without X.
21108
21109 2005-11-27 Kim F. Storm <storm@cua.dk>
21110
21111 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
21112 existing face when partially highlighting a TAB in a rectangle.
21113
21114 2005-11-26 Kim F. Storm <storm@cua.dk>
21115
21116 * ido.el (ido-mode-map): Doc fix.
21117 (ido-mode-common-map, ido-mode-file-map)
21118 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
21119 (ido-define-mode-map): Rewrite. Select one of the new maps as
21120 parent for ido-mode-map instead of building from scratch.
21121 (ido-init-mode-maps): New defun to initialize new maps.
21122 (ido-mode): Call it.
21123 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
21124 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
21125
21126 2005-11-26 John Paul Wallington <jpw@pobox.com>
21127
21128 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
21129 `mouse-set-point' because the latter is not fbound when configured
21130 without X.
21131
21132 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
21133
21134 * files.el (file-relative-name): Doc fix.
21135
21136 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
21137
21138 * progmodes/octave-inf.el (inferior-octave-startup): Force a
21139 non-empty string for secondary prompt PS2.
21140
21141 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
21142
21143 * progmodes/compile.el (compilation-setup): Fix last change.
21144
21145 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
21146
21147 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21148 (gdb-mouse-toggle-breakpoint-margin)
21149 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
21150 Add gdb-server-prefix to keep out of command history.
21151 (gdb-edit-register-value): New function.
21152 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
21153 (gdb-info-registers-custom): Use above map.
21154
21155 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
21156
21157 * custom.el (enable-theme): Signal error if argument is not a
21158 theme. Don't recalculate a face if it's not loaded yet.
21159
21160 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
21161 the `user' theme is in effect.
21162
21163 * info.el (Info-on-current-buffer): Record actual filename in
21164 Info-current-file, instead of t, or a fake filename if a non-file
21165 buffer. Make autoload.
21166 (Info-find-node, Info-revert-find-node): No need to check for
21167 Info-current-file nil.
21168 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
21169 Info-current-file is now never `t'.
21170 (Info-fontify-node): Many simplifications due to Info-current-file
21171 always being valid. Use Info-find-file to find node filename.
21172
21173 2005-11-25 David Kastrup <dak@gnu.org>
21174
21175 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
21176 new character, then delete" in order to preserve markers.
21177
21178 2005-11-25 David Ponce <david@dponce.com>
21179
21180 * recentf.el (recentf-arrange-by-rule): Handle a special
21181 `auto-mode-alist'-like "strip suffix" rule.
21182 (recentf-build-mode-rules): Handle second level auto-mode entries.
21183
21184 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
21185
21186 * emulation/viper-keym.el (viper-ESC-key): Use different values
21187 in terminal and window modes.
21188
21189 * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
21190 add jde-javadoc-checker-report-mode.
21191
21192 * ediff-wind.el (ediff-make-wide-display): Slight simplification.
21193
21194 * ediff.el (ediff-date): Change the date of last update.
21195
21196 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
21197
21198 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
21199 Use define-minor-mode, and make it a local mode. Turn on font-lock.
21200 (hi-lock-mode): New global minor mode.
21201 (turn-on-hi-lock-if-enabled): New function.
21202 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
21203 Change arguments to regexp and face instead of a font-lock pattern.
21204 Directly set face property, instead of refontifying.
21205 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
21206 (hi-lock-find-patterns): Use line-number-at-pos.
21207
21208 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
21209 arguments for hi-lock-set-pattern.
21210 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
21211 Call font-lock-fontify-buffer.
21212 (hi-lock-find-file-hook, hi-lock-current-line)
21213 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
21214
21215 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
21216 turned off.
21217
21218 * progmodes/compile.el (compilation-setup): Don't fiddle with
21219 font-lock-defaults.
21220
21221 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
21222
21223 * progmodes/gdb-ui.el (gdb-var-create-handler)
21224 (gdb-var-list-children-handler): Find values for all variable
21225 objects. gud-speedbar-buttons decides whether to display them.
21226
21227 2005-11-24 Romain Francoise <romain@orebokech.com>
21228
21229 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
21230 buffer name with a space.
21231
21232 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
21233
21234 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
21235 `org-export-local-list-max-depth'. Change default value to 3.
21236 (org-auto-renumber-ordered-lists)
21237 (org-plain-list-ordered-item-terminator): New options.
21238 (org-at-item-p, org-beginning-of-item, org-end-of-item)
21239 (org-get-indentation, org-get-string-indentation)
21240 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
21241 New functions.
21242 (org-move-item-down, org-move-item-up): New commands.
21243 (org-export-as-html): New classes for CSS support. Bug fix in
21244 regular expression detecting fixed-width regions. Respect
21245 `org-local-list-ordered-item-terminator'.
21246 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
21247 also a list item.
21248 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
21249 New item moving functions.
21250
21251 2005-11-24 Juri Linkov <juri@jurta.org>
21252
21253 * isearch.el (isearch-repeat): With empty search ring set
21254 `isearch-error' to the error string instead of signaling error
21255 with the function `error'.
21256
21257 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21258
21259 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
21260
21261 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
21262
21263 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
21264 and variable.
21265 (gdb-var-create-handler, gdb-var-list-children-handler):
21266 Don't match on "char **...".
21267 (gdb-var-update-handler): Find values for all variable objects.
21268 (gdb-info-frames-custom): Identify frames by leading "#".
21269
21270 * progmodes/gud.el (gud-speedbar-menu-items): Add
21271 gdb-speedbar-auto-raise as radio button.
21272 (gud-speedbar-buttons): Raise speedbar if requested.
21273 Don't match on "char **...".
21274 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
21275 Make it editable.
21276
21277 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
21278
21279 * info.el (Info-fontify-node): Handle the case where
21280 Info-current-file is t.
21281
21282 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
21283
21284 * simple.el (blink-matching-open): Fix off-by-one in last change.
21285
21286 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21287
21288 * term/mac-win.el: Don't change default directory.
21289
21290 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
21291
21292 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
21293 buffers correctly. (It used to throw an error in such buffers.)
21294 Make it ask for confirmation in group buffers and other Custom
21295 buffers containing more than one customization item.
21296
21297 2005-11-22 John Paul Wallington <jpw@gnu.org>
21298
21299 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
21300 property on mail and url overlays.
21301 (goto-address-at-point): Use `posn-set-point' instead of
21302 `mouse-set-point' because the latter is not fbound when configured
21303 without X.
21304
21305 2005-11-22 Lars Hansen <larsh@soem.dk>
21306
21307 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
21308 (ls-lisp-classify, ls-lisp-format): Delete call to
21309 ls-lisp-parse-symlink.
21310 (ls-lisp-handle-switches): Handle symlinks to directories as
21311 directories when ls-lisp-dirs-first in non-nil.
21312
21313 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
21314
21315 * startup.el (command-line): Make sure that loaddefs.el is handled
21316 correctly in load-history.
21317
21318 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
21319
21320 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
21321 (gdb-struct-string, gdb-array-string): New constants.
21322 (gdb-info-locals-handler): Use them.
21323 (gdb-reset): Reset gdb-var-list to nil.
21324
21325 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21326
21327 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
21328 in patterns.
21329
21330 2005-11-21 Juri Linkov <juri@jurta.org>
21331
21332 * custom.el (defcustom): Update link types in docstring.
21333
21334 2005-11-20 Martin Rudalics <rudalics@gmx.at>
21335
21336 * custom.el (defgroup): Add doc-string-elt info.
21337
21338 * widget.el (define-widget): Don't use declare for the doc-string-elt.
21339
21340 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
21341
21342 * newcomment.el (comment-enter-backward): Fix last fix.
21343
21344 * simple.el (blink-matching-open):
21345 * paren.el (show-paren-function): Allow new paren-class info.
21346
21347 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
21348
21349 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
21350 handled automagically.
21351
21352 2005-11-20 Andreas Schwab <schwab@suse.de>
21353
21354 * descr-text.el (describe-char): When copying overlays put them
21355 over the full char description instead of just the first character
21356 of it.
21357
21358 2005-11-20 Juri Linkov <juri@jurta.org>
21359
21360 * simple.el (what-cursor-position):
21361 * descr-text.el (describe-char): Use Lisp-readable syntax
21362 for octal and hex. Reorder decimal, octal and hex values.
21363 Remove excess whitespace in the output. Use `=' in `column='
21364 like in `point=' and `Hscroll='.
21365
21366 * international/mule-cmds.el (encoded-string-description):
21367 Use Lisp-readable syntax for hex.
21368
21369 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
21370
21371 * newcomment.el (comment-enter-backward): Handle the case where the
21372 comment is closed by EOB.
21373
21374 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
21375
21376 * longlines.el (longlines-before-revert-hook)
21377 (longlines-after-revert-hook): New functions.
21378 (longlines-mode): Turn off longlines temporarily when reverting.
21379 Add a message-setup-hook.
21380 (longlines-decode-buffer): New function.
21381 (longlines-wrap-line): Preserve marker positions.
21382
21383 2005-11-19 Andreas Schwab <schwab@suse.de>
21384
21385 * emacs-lisp/shadow.el: Handle compressed files.
21386
21387 2005-11-19 Romain Francoise <romain@orebokech.com>
21388
21389 * net/browse-url.el (browse-url-default-browser): Signal an error
21390 if no usable browser can be found, rather than try to load w3.
21391
21392 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
21393
21394 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
21395 replacing existing properties.
21396 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21397 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
21398 tty specs.
21399 (rcirc-server-prefix, rcirc-server): New faces.
21400 (rcirc-url-regexp): Generate with rx macro.
21401 (rcirc-last-server-message-time): New variable.
21402 (rcirc-filter): Record time of last message.
21403 (rcirc-keepalive): Kill processes that did not send a message
21404 since the last ping.
21405 (rcirc-mode): Give rcirc-topic a local binding here.
21406
21407 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
21408
21409 * subr.el (read-passwd): Fontify the prompt as we do with other
21410 prompts.
21411
21412 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
21413
21414 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
21415 binding buffer-read-only to nil.
21416
21417 2005-11-19 Eli Zaretskii <eliz@gnu.org>
21418
21419 * complete.el (partial-completion-mode):
21420 Mention completion-auto-help in the doc string.
21421
21422 * man.el (Man-highlight-references): Doc fix. Reformat code in a
21423 more Lisp-ish way.
21424
21425 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
21426
21427 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
21428 digits, not 8, to avoid misalignment for files larger than 100MB.
21429
21430 2005-11-19 Eli Zaretskii <eliz@gnu.org>
21431
21432 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
21433 Mention "keyboard shortcuts" in the help text.
21434
21435 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21436
21437 * startup.el (fancy-splash-default-action): Discard only
21438 mouse-down and succeeding mouse-up events in the splash screen
21439 window so that drag-n-drop event can be processed.
21440
21441 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
21442
21443 * longlines.el (longlines-mode): Add hacks for mail-mode and
21444 message-mode.
21445
21446 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
21447
21448 * textmodes/org.el (org-table-sort-lines): New command.
21449 (org-tbl-menu): Add entry for `org-table-sort-lines'.
21450 (org-add-file): Command removed, use `org-agenda-file-to-front'
21451 instead.
21452 (org-export-icalendar): Use `org-icalendar-combined-name'.
21453 (org-cycle-agenda-files, org-agenda-file-to-end)
21454 (org-agenda-file-to-front): New commands.
21455 (org-table-tab-jumps-over-hlines, org-export-html-style):
21456 New options.
21457 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
21458 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
21459 New functions.
21460 (org-fill-paragraph): Call `org-table-align' in tables.
21461 (org-mode): Call `org-set-autofill-regexps'.
21462 (org-export-as-html): Support for local handformatted lists.
21463 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
21464 (org-export-local-list-max-depth): New option.
21465 (org-html-expand): Use `org-html-protect'.
21466
21467 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
21468
21469 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
21470 to "p".
21471 (gdb): Move definition of gud-pp to...
21472
21473 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
21474 speedbar.
21475 (gdb-find-watch-expression): New function.
21476
21477 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21478
21479 * faces.el (face-attribute, set-face-attribute): Mention existence
21480 of `:ignore-defface' setting in docstring.
21481
21482 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
21483
21484 * simple.el (completion-setup-function): Fix last change.
21485
21486 2005-11-17 John Paul Wallington <jpw@pobox.com>
21487
21488 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
21489 Use `posn-set-point' instead of `mouse-set-point' because the
21490 latter is not fbound when configured without X.
21491
21492 * comint.el (comint-insert-input): Likewise.
21493
21494 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21495
21496 * simple.el (hard-newline): New variable.
21497 (sendmail-user-agent-compose, next-line): Use it.
21498
21499 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
21500 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
21501 (mail-mail-reply-to, mail-mail-followup-to)
21502 (mail-position-on-field, mail-signature, mail-yank-original)
21503 (mail-attach-file): Likewise.
21504
21505 * mail/mailheader.el (mail-header-format)
21506 (mail-header-format-function): Likewise.
21507
21508 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
21509
21510 2005-11-17 Juri Linkov <juri@jurta.org>
21511
21512 * font-lock.el (font-lock-faces): Rename this defgroup from
21513 `font-lock-highlighting-faces'.
21514 (font-lock-comment-face, font-lock-comment-delimiter-face)
21515 (font-lock-string-face, font-lock-doc-face)
21516 (font-lock-keyword-face, font-lock-builtin-face)
21517 (font-lock-function-name-face, font-lock-variable-name-face)
21518 (font-lock-type-face, font-lock-constant-face)
21519 (font-lock-warning-face, font-lock-negation-char-face)
21520 (font-lock-preprocessor-face)
21521 (font-lock-regexp-grouping-backslash)
21522 (font-lock-regexp-grouping-construct): Rename :group from
21523 `font-lock-highlighting-faces' to `font-lock-faces'.
21524
21525 * cus-edit.el (lisp, c, tex):
21526 * progmodes/ada-mode.el (ada):
21527 * progmodes/asm-mode.el (asm):
21528 * progmodes/cperl-mode.el (cperl-faces):
21529 * progmodes/cpp.el (cpp):
21530 * progmodes/dcl-mode.el (dcl):
21531 * progmodes/f90.el (f90):
21532 * progmodes/fortran.el (fortran):
21533 * progmodes/icon.el (icon):
21534 * progmodes/idlwave.el (idlwave-misc):
21535 * progmodes/m4-mode.el (m4):
21536 * progmodes/make-mode.el (makefile):
21537 * progmodes/meta-mode.el (meta-font):
21538 * progmodes/modula2.el (modula2):
21539 * progmodes/octave-mod.el (octave):
21540 * progmodes/pascal.el (pascal):
21541 * progmodes/perl-mode.el (perl):
21542 * progmodes/prolog.el (prolog):
21543 * progmodes/ps-mode.el (PostScript-edit):
21544 * progmodes/scheme.el (scheme):
21545 * progmodes/sh-script.el (sh-script):
21546 * progmodes/simula.el (simula):
21547 * progmodes/tcl.el (tcl):
21548 * textmodes/nroff-mode.el (nroff):
21549 * textmodes/reftex-vars.el (reftex-fontification-configurations):
21550 * textmodes/sgml-mode.el (sgml):
21551 * textmodes/texinfo.el (texinfo):
21552 Add :link (custom-group-link font-lock-faces) to defgroup.
21553
21554 * hi-lock.el (hi-lock): Rename this defgroup from
21555 `hi-lock-interactive-text-highlighting'. Change parent group from
21556 `faces' to `font-lock'. Add link to the manual.
21557 (hi-lock-mode, hi-lock-file-patterns-range)
21558 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
21559 `hi-lock-interactive-text-highlighting' to `hi-lock'.
21560 (hi-lock-faces): Add :group `faces'.
21561
21562 * cus-edit.el (custom-variable-prompt): Clarify the code.
21563
21564 * faces.el (face-read-string): Set the default value arg of
21565 completing-read.
21566
21567 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
21568
21569 * rfn-eshadow.el (file-name-shadow-properties)
21570 (file-name-shadow-tty-properties, file-name-shadow-mode):
21571 Remove autoloads, because the file is now preloaded.
21572
21573 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21574
21575 * printing.el (easy-menu-intern): Don't define.
21576 (pr-get-symbol): Use easy-menu-intern only if defined.
21577
21578 * simple.el (blink-matching-open): Simplify a bit.
21579 (completion-setup-function): Fix the case of partial-completion-mode
21580 when the minibuffer's contents start with "-".
21581 Obey completion-base-size-function even when
21582 minibuffer-completing-file-name is non-nil.
21583
21584 2005-11-16 Richard M. Stallman <rms@gnu.org>
21585
21586 * net/eudcb-ph.el (eudc-ph-open-session):
21587 Use set-process-query-on-exit-flag.
21588
21589 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
21590
21591 * international/ucs-tables.el (ucs-set-table-for-input):
21592 Use make-local-variable, not make-variable-buffer-local.
21593
21594 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
21595 Improve warning message text.
21596
21597 * savehist.el (savehist-save-hook): Add :group.
21598
21599 * menu-bar.el (menu-bar-help-menu):
21600 Rename Find Extra Packages to External Packages.
21601
21602 * cus-edit.el (Custom-reset-standard): Verify that
21603 :custom-standard-value prop exists before calling it.
21604
21605 * apropos.el (apropos-calc-scores): Use apropos-pattern.
21606
21607 2005-11-16 Martin Rudalics <rudalics@gmx.at>
21608
21609 * wid-edit.el (color): Enclose %t in %{...%}.
21610
21611 * cus-edit.el (face): Enclose %t in %{...%}.
21612
21613 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
21614
21615 * savehist.el (savehist-mode-hook): Re-add the var.
21616 (savehist-mode): Use it.
21617
21618 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21619
21620 * textmodes/flyspell.el: Fix commenting convention.
21621 Remove unnecessary leading * in custom docstrings.
21622 (flyspell-emacs): Remove unused var.
21623 (flyspell-delete-region-overlays): Use remove-overlays.
21624 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
21625 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
21626 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
21627 (flyspell-debug-signal-word-checked): Use with-current-buffer.
21628 (make-flyspell-overlay): Don't locally reuse a global name.
21629 (flyspell-highlight-incorrect-region)
21630 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
21631 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
21632 (flyspell-notify-misspell): Remove unused args `start' and `end'.
21633 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
21634 Wrap calls to accept-process-output inside with-local-quit since it's
21635 often called from a post-command-hook.
21636 (flyspell-correct-word, flyspell-auto-correct-word):
21637 Use ispell-send-string.
21638 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
21639
21640 * calendar/diary-lib.el (diary-list-entries): Also hide the
21641 terminating newline.
21642
21643 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
21644
21645 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
21646 window-system, to allow fonts on tty.
21647
21648 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
21649
21650 * progmodes/gud.el (gud-speedbar-item-info): New function.
21651 (gud-install-speedbar-variables): Use it to display data type
21652 of watch expression as a tooltip in speedbar.
21653
21654 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
21655
21656 * font-core.el (global-font-lock-mode): Add :version keyword,
21657 because default was changed.
21658
21659 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
21660
21661 * startup.el (command-line): Use `custom-reevaluate-setting' for
21662 `file-name-shadow-mode'.
21663
21664 * loadup.el: Preload rfn-eshadow.
21665
21666 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
21667 Add :version keyword.
21668 (file-name-shadow-properties, file-name-shadow-tty-properties)
21669 (file-name-shadow): Add :version keyword.
21670
21671 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
21672 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
21673 in the custom-group property of the symbol frames and the fringe
21674 group got no link to its parent group frames.
21675 Doc fix.
21676
21677 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21678
21679 * progmodes/gud.el (gud-stop-subjob): New function.
21680 (gud-menu-map, gud-tool-bar-map): Use it.
21681
21682 2005-11-16 Kim F. Storm <storm@cua.dk>
21683
21684 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
21685 than kill it.
21686 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
21687 to a more useful/logical place.
21688
21689 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21690
21691 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
21692 go buttons complementary.
21693
21694 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
21695
21696 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
21697 (rfn-eshadow-sifn-equal): New function.
21698 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
21699
21700 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
21701
21702 * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
21703 Quote `-' in string.
21704
21705 * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
21706 rcirc-mode buffers come up in Emacs state.
21707
21708 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
21709 operation.
21710
21711 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
21712
21713 * term.el (term-termcap-format): Fix typos.
21714 (term-down): Fix the negative argument case.
21715
21716 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21717
21718 * progmodes/gdb-ui.el: Remove face-alias left over from change on
21719 2005-08-15.
21720 (gdb-ann3): New command gud-go.
21721 (menu): Accomodate gdb-mi.el.
21722 (gdb-assembler-custom): Make buffer of selected window current
21723 so that set-window-point works.
21724
21725 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
21726 buttons and include new ones.
21727
21728 2005-11-16 Kim F. Storm <storm@cua.dk>
21729
21730 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
21731 (gud-menu-map): Use it.
21732
21733 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
21734
21735 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
21736 that works correctly for Custom and that does not override a user
21737 who disables it.
21738
21739 * help-mode.el (help-make-xrefs, help-xref-on-pp)
21740 (help-xref-interned, help-follow): Make hyperlinks for variables
21741 that are unbound, but have a non-nil variable-documentation property.
21742
21743 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
21744 mode hook. (It conflicted with defcustoms for some mode hooks.)
21745 Use the `variable-documentation' property to give the mode hook a
21746 docstring and expand that docstring.
21747
21748 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
21749
21750 * savehist.el (savehist-mode): Don't bother with
21751 `custom-set-minor-mode'.
21752 (savehist-coding-system): Check XEmacs version.
21753 (history-length): Declare also at run time.
21754 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
21755 Don't set the customize state.
21756 (savehist-minibuffer-hook): Special case for when
21757 minibuffer-history-variable is equal to t.
21758
21759 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
21760
21761 * files.el (write-file): Refresh VC status.
21762
21763 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
21764 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
21765 than fundamental-mode to see if the mode was set.
21766
21767 2005-11-14 Romain Francoise <romain@orebokech.com>
21768
21769 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
21770 dummy function in `eval-when-compile' to avoid compiler warning.
21771 Require `man' at compile time.
21772
21773 2005-11-14 Jay Belanger <belanger@truman.edu>
21774
21775 * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
21776 calcFunc-powerexpand.
21777 (math-write-out-power): Rename it to math-powerexpand; have it
21778 handle negative exponents.
21779 (calc-writeoutpower): Rename it to calc-powerexpand.
21780
21781 * calc/calc-ext.el: Change calcFunc-writeoutpower and
21782 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
21783 autoloads.
21784 Add calcFunc-ldiv to autoloads.
21785
21786 * calc/calc-arith.el (calcFunc-ldiv): New function.
21787
21788 * calc/calc.el (calc-left-divide): New function.
21789
21790 2005-11-14 Juri Linkov <juri@jurta.org>
21791
21792 * cus-edit.el (custom-variable-prompt): Set the default value arg
21793 of completing-read.
21794
21795 * cus-dep.el (custom-make-dependencies): Reverse the list of
21796 found dependencies.
21797
21798 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
21799
21800 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
21801 Highlighting" entry, it is on by default now.
21802 (menu-bar-options-save): Do not save global-font-lock-mode.
21803
21804 2005-11-13 Richard M. Stallman <rms@gnu.org>
21805
21806 * textmodes/flyspell.el (flyspell-large-region):
21807 Call flyspell-accept-buffer-local-defs.
21808
21809 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
21810
21811 * textmodes/flyspell.el (flyspell-notify-misspell):
21812 Fix misspelling of "Misspelling".
21813 (flyspell-process-localwords): New function.
21814 (flyspell-large-region): Call flyspell-process-localwords and
21815 flyspell-delete-region-overlays.
21816 (flyspell-delete-region-overlays): New function.
21817 (flyspell-delete-all-overlays): Call that.
21818
21819 2005-11-13 Richard M. Stallman <rms@gnu.org>
21820
21821 * help.el (help-for-help-internal): Improve doc of C-h a.
21822 (describe-key): Improve prompt; doc fix.
21823
21824 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
21825
21826 * vc-svn.el (vc-svn-registered): Catch all errors.
21827
21828 * cus-dep.el (custom-make-dependencies): Typo.
21829
21830 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
21831
21832 * net/tramp-util.el (top): Fix compilation warning.
21833
21834 2005-11-13 Kim F. Storm <storm@cua.dk>
21835
21836 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
21837
21838 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21839
21840 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
21841 (gud-speedbar-buttons): Match on "const char *" too.
21842
21843 * progmodes/gdb-ui.el (gdb-var-create-handler)
21844 (gdb-var-list-children-handler): Match on "const char *" too.
21845 (gdb-var-evaluate-expression-handler): Match on empty string.
21846 (gdb-var-update-handler): Only call
21847 gdb-var-evaluate-expression-handler when required.
21848
21849 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21850
21851 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
21852 selected window. This still doesn't work for speedbar.
21853 (gud-speedbar-buttons): Handle string expressions properly.
21854
21855 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
21856 (gdb-var-create-handler): Handle string expressions properly.
21857 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
21858 Handle string expressions properly. Move "type" field into regexp.
21859
21860 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21861
21862 * bookmark.el (bookmark-maybe-message): New function to reduce
21863 code duplication: invokes `message' iff baud-rate is high enough.
21864 (bookmark-write-file): Use above instead of an inline conditional.
21865 (bookmark-load): Same.
21866
21867 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21868
21869 * bookmark.el (bookmark-write-file): Don't visit the destination
21870 file, just write the data to it using write-region. This is
21871 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
21872 change to avoid visiting the file in the first place.
21873
21874 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
21875
21876 * hi-lock.el (hi-lock-mode): Set the default value of
21877 font-lock-defaults.
21878
21879 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
21880
21881 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
21882 arg to `file-attributes'.
21883 (find-lisp-format): The UID and GID can now be strings.
21884
21885 2005-11-12 Kim F. Storm <storm@cua.dk>
21886
21887 * help.el (help-map): Bind C-h d to apropos-documentation.
21888
21889 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
21890 when point is at end-of-buffer.
21891
21892 * apropos.el (apropos-match-face): Doc fix.
21893 (apropos-sort-by-scores): Add new choice `verbose'.
21894 (apropos-documentation-sort-by-scores): New defcustom.
21895 (apropos-pattern): Now contains the pattern entered by the user.
21896 (apropos-pattern-quoted): New defvar.
21897 (apropos-regexp): New defvar, containing the regexp corresponding
21898 to apropos-pattern.
21899 (apropos-all-words-regexp): Rename from apropos-all-regexp.
21900 (apropos-read-pattern): New defun. Use it to read pattern arg in
21901 interactive calls; returns list of words for a word list, and
21902 string for a regexp.
21903 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
21904 parses a list of words or regexp as returned by apropos-read-pattern.
21905 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
21906 (apropos-score-doc): Return a very high score if the string
21907 entered by the user matches literally.
21908 (apropos-variable): Doc fix. Use apropos-read-pattern.
21909 (apropos-command): Doc fix. Use apropos-read-pattern and
21910 apropos-parse-pattern. Call apropos-print with nosubst=t.
21911 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
21912 apropos-parse-pattern.
21913 (apropos-documentation): Doc fix. Use apropos-read-pattern and
21914 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
21915 apropos-documentation-sort-by-scores. Call apropos-print with
21916 nosubst=t.
21917 (apropos-documentation-internal): Pass doc string through
21918 substitute-key-definition before adding text properties.
21919 Highlight substring matching literal user input if possible.
21920 (apropos-documentation-check-doc-file): Remove locals beg and end.
21921 Fix calculation of score (as added twice). Pass doc string through
21922 substitute-key-definition before adding text properties.
21923 (apropos-documentation-check-elc-file): Pass doc string through
21924 substitute-key-definition before adding text properties.
21925 Highlight substring matching literal user input if possible.
21926 (apropos-print): Add new arg NOSUBST; if set, command and variable
21927 doc strings have already been passed through substitute-key-definition.
21928 Add code to handle apropos-accumulator items without score element
21929 for backwards compatibility (e.g. with woman package).
21930 Only show scores if apropos-sort-by-scores is `verbose'.
21931
21932 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21933
21934 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
21935 Add jka-compr-load-suffixes to load-suffixes.
21936
21937 * jka-compr.el: Require jka-cmpr-hook.
21938 (jka-compr-info-compress-message, jka-compr-info-compress-program)
21939 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
21940 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
21941 (jka-compr-info-can-append, jka-compr-info-strip-extension)
21942 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
21943 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
21944 (jka-compr-uninstall): Remove entries from
21945 jka-compr-added-to-file-coding-system-alist after they are used.
21946 (jka-compr-error): Remove unused var `curbuf'.
21947 (jka-compr-file-local-copy): Remove unused var `notfound'.
21948
21949 2005-11-10 Romain Francoise <romain@orebokech.com>
21950
21951 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
21952
21953 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
21954
21955 * progmodes/gud.el (gud-menu-map): Move parentheses.
21956 (gdb): New command gud-pv.
21957
21958 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21959
21960 * tar-mode.el: Remove spurious or unnecessary leading stars
21961 in docstrings.
21962 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
21963 (tar-parse-octal-integer-safe): Use mapc.
21964 (tar-header-block-summarize): Remove unused var `ck'.
21965 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
21966 cleared before. Obey default-enable-multibyte-characters.
21967 Use mapconcat. Simplify setting of tar-header-offset.
21968 (tar-mode-map): Move initialization inside delcaration.
21969 (tar-flag-deleted): Use `abs'.
21970 (tar-expunge-internal): Remove unused var `line'.
21971 (tar-expunge-internal): Don't hardcode point-min==1.
21972 (tar-expunge): Widen while doing set-buffer-multibyte.
21973 (tar-rename-entry): Use file-name-coding-system.
21974 (tar-alter-one-field): Don't hardcode point-min==1.
21975 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
21976 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
21977
21978 2005-11-10 Masatake YAMATO <jet@gyve.org>
21979
21980 * add-log.el (add-log-current-defun): Handle class::method
21981 notation of c++. Fix incorrect comment.
21982
21983 2005-11-10 Alan Mackenzie <acm@muc.de>
21984
21985 * help-fns.el (describe-variable): Make C-h v work when a variable
21986 has variable documentation yet is unbound.
21987
21988 2005-11-10 Masatake YAMATO <jet@gyve.org>
21989
21990 * man.el (Man-highlight-references): Set an empty
21991 string to `Man-arguments' if it is nil.
21992 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
21993
21994 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
21995
21996 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
21997 commenting conventions.
21998
21999 * cus-dep.el (custom-make-dependencies): Simplify.
22000 Better follow the commenting conventions.
22001
22002 2005-11-09 Richard M. Stallman <rms@gnu.org>
22003
22004 * apropos.el (apropos-pattern): Rename from apropos-regexp.
22005 (apropos-orig-pattern): Rename from apropos-orig-regexp.
22006 All uses changed.
22007 (apropos-rewrite-regexp): Doc fix.
22008 (apropos-variable, apropos-command, apropos, apropos-value):
22009 Change prompt; carry through the argument renaming.
22010
22011 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
22012
22013 * find-lisp.el: Require dired.
22014 (find-lisp-find-dired-internal): Do not call
22015 `abbreviate-file-name' on DIR.
22016
22017 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
22018
22019 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
22020
22021 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
22022
22023 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
22024 when using the speedbar.
22025 (gdb): New command gud-pp.
22026 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
22027
22028 2005-11-09 Juri Linkov <juri@jurta.org>
22029
22030 * replace.el (occur-excluded-properties): New defcustom.
22031 (occur-1, occur-engine, occur-accumulate-lines): Use it.
22032
22033 2005-11-08 Jay Belanger <belanger@truman.edu>
22034
22035 * calc/calc-units.el (math-convert-units): Replace any composite
22036 unit by its definition.
22037
22038 2005-11-08 Lars Hansen <larsh@soem.dk>
22039
22040 * emacs-lisp/autoload.el (update-directory-autoloads):
22041 Add obsolete function alias.
22042
22043 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
22044
22045 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
22046 comment-indent-function.
22047 (lisp-comment-indent): Replace by an alias for comment-indent-default.
22048
22049 * reveal.el (reveal-post-command): Rework the handling of
22050 reveal-open-spots, so as to be more reliable. There were several
22051 tricky corner cases where an open spot might be lost, or where
22052 a closed spot might end up on the list of open spots.
22053 Only reveal text that's ellipsised.
22054
22055 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
22056
22057 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
22058
22059 2005-11-07 John Paul Wallington <jpw@gnu.org>
22060
22061 * ibuffer.el (ibuffer): Search iconified frames too when
22062 getting Ibuffer buffer's window.
22063
22064 2005-11-06 Richard M. Stallman <rms@gnu.org>
22065
22066 * progmodes/compile.el (compilation-internal-error-properties):
22067 save-excursion around the computation of MARKER.
22068
22069 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
22070
22071 * textmodes/flyspell.el (flyspell-external-point-words):
22072 flyspell-get-word returns a list, not just a string.
22073
22074 2005-11-06 John Paul Wallington <jpw@pobox.com>
22075
22076 * ibuffer.el (ibuffer): Search all visible frames when getting
22077 Ibuffer buffer's window.
22078
22079 2005-11-07 Masatake YAMATO <jet@gyve.org>
22080
22081 * man.el (Man-reference-regexp): Accept spaces between
22082 `Man-name-regexp' and `Man-section-regexp'.
22083 (Man-apropos-regexp): New variable.
22084 (Man-abstract-xref-man-page): Use value for `Man-target-string'
22085 if available.
22086 (Man-highlight-references, Man-highlight-references0):
22087 Handle the case when `Man-arguments' includes "-k".
22088 (Man-highlight-references0): Rename the argument `TARGET-POS' to
22089 `TARGET'. `TARGET' can be a number, function or nil.
22090
22091 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
22092
22093 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
22094 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
22095 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
22096 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
22097 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
22098 (gdb-send-item): Use buffer-local-value and simplify.
22099
22100 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
22101
22102 * startup.el (command-line): Use `custom-reevaluate-setting' for
22103 `global-font-lock-mode'.
22104
22105 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
22106 by default, except in batch mode or when the -D option is given.
22107
22108 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
22109 specified keyword args on to `define-minor-mode'. Update docstring.
22110
22111 2005-11-05 Romain Francoise <romain@orebokech.com>
22112
22113 * replace.el (occur-engine): Add marker at end of line, too.
22114
22115 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
22116
22117 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22118 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22119 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22120 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22121 argument to all these routines, so the passphrase can be managed
22122 externally and passed in to the system.
22123 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22124 pgg-add-passphrase-to-cache function.
22125
22126 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22127 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22128 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22129 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22130 argument to all these routines, so the passphrase can be managed
22131 externally and passed in to the system.
22132 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22133 function.
22134
22135 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
22136
22137 * font-lock.el: Don't deal with font-lock-face-attributes here,
22138 move the code ...
22139
22140 * startup.el (command-line): ... here. Use face-spec-set instead
22141 of custom-declare-face.
22142
22143 * faces.el (face-spec-set): Reset the face if spec is not nil.
22144
22145 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
22146
22147 * newcomment.el (comment-region-internal): Box more tightly in the
22148 common case where there's no TAB in the boxed text.
22149
22150 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22151
22152 * info.el (info-tool-bar-map): Use images prev-node, next-node and
22153 up-node.
22154
22155 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
22156
22157 * net/newsticker.el: Commentary updated. Code formatting changed.
22158 (newsticker-version): Change to "1.9".
22159 (newsticker, newsticker-feed): Doc fix.
22160 (newsticker-url-list): Doc fix. Add option "Weekly".
22161 (newsticker-retrieval-interval): Add option "Weekly".
22162 (newsticker-headline-processing): Doc fix.
22163 (newsticker-auto-mark-filter): Remove.
22164 (newsticker-auto-mark-filter-list): New.
22165 (newsticker-layout, newsticker-sort-method): Doc fix.
22166 (newsticker-hide-old-items-in-newsticker-buffer)
22167 (newsticker-heading-format, newsticker-item-format)
22168 (newsticker-desc-format): Doc fix.
22169 (newsticker-show-all-rss-elements): Remove.
22170 (newsticker-show-all-news-elements): New.
22171 (newsticker-faces, newsticker-ticker): Doc fix.
22172 (remove-from-invisibility-spec): Code formatting.
22173 (newsticker--process-ids): New.
22174 (newsticker-mode): Doc fix.
22175 (newsticker-mode): Change mode-line-format.
22176 (newsticker-start): Remove debug output.
22177 (newsticker-start-ticker): Doc fix. Add autoload cookie.
22178 (newsticker-w3m-show-inline-images): Code formatting.
22179 (newsticker-next-item): Call `force-mode-line-update'.
22180 (newsticker-previous-item): Call `force-mode-line-update'.
22181 (newsticker-next-feed): Call `force-mode-line-update'.
22182 (newsticker-previous-feed): Call `force-mode-line-update'.
22183 (newsticker-mark-all-items-at-point-as-read): Code formatting.
22184 (newsticker-show-old-items): Do not show descs.
22185 (newsticker-hide-entry): Hide too much.
22186 (newsticker-hide-entry, newsticker-show-entry)
22187 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
22188 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
22189 (newsticker-toggle-auto-narrow-to-item): Code formatting.
22190 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
22191 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
22192 (newsticker-get-news): Call `force-mode-line-update'.
22193 Collect process ids.
22194 (newsticker--sentinel): Change coding system handling.
22195 Move image retrieval to new functions newsticker--get-logo-url-*.
22196 Move feed parsing to new functions newsticker--parse-*.
22197 Update list of process ids.
22198 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
22199 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
22200 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
22201 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
22202 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22203 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
22204 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
22205 (newsticker--decode-coding-string): Remove.
22206 (newsticker--decode-numeric-entities): Check input. Format code.
22207 (newsticker--remove-whitespace): Check input.
22208 (newsticker--do-forget-preformatted): Doc fix.
22209 (newsticker--decode-rfc822-date): Allow for missing time.
22210 (newsticker--update-process-ids): New.
22211 (newsticker--image-sentinel): Change comment.
22212 (newsticker--image-read): Change error message.
22213 (newsticker--imenu-goto): Doc fix. Show headline title.
22214 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
22215 (newsticker--buffer-do-insert-text): Clean whitespace in
22216 html-rendered headline title. Code formatting.
22217 Call `newsticker--buffer-print-extra-elements'.
22218 (newsticker--buffer-print-extra-element): Remove.
22219 (newsticker--buffer-print-extra-elements): New.
22220 (newsticker--buffer-do-print-extra-element): New.
22221 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
22222 large sizes.
22223 (newsticker--run-auto-mark-filter)
22224 (newsticker--do-run-auto-mark-filter):
22225 Use `newsticker-auto-mark-filter-list'.
22226
22227 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
22228
22229 * net/rcirc.el: Use split-string OMIT-NULLS argument.
22230 (rcirc-print): Force redisplay before running hooks. Do long
22231 buffer truncation after making new text read-only. Deal with nil
22232 text when decoding strings. If TARGET is nil, use either the
22233 currently selected buffer, if it is an rcirc buffer and of the
22234 same process or the process buffer.
22235 (rcirc-mode): Remove header-line. Recompute short buffer names.
22236 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
22237 (rcirc-short-buffer-name): Add variable.
22238 (rcirc-kill-buffer-hook): Recompute short buffer names.
22239 Remove nick from private channel.
22240 (rcirc-send-input): Send command text to current-buffer.
22241 Don't clear overlay arrow here.
22242 (rcirc-short-buffer-name): Return a short buffer name.
22243 (rcirc-update-short-buffer-names, rcirc-abbreviate)
22244 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
22245 buffer-name abbreviations.
22246 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
22247 Do not touch nick-table when killing a parted channel.
22248 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
22249 Clear arrow from current buffer if it is now hidden.
22250 (rcirc-current-buffer): Add variable.
22251 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
22252 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
22253 Remove -face from names.
22254 (rcirc-update-activity-string): Print "DND" when globally ignoring
22255 activity.
22256 (rcirc-ignore-buffer-activity-flag): Rename from
22257 rcirc-ignore-channel-activity.
22258 (rcirc-ignore-all-activity-flag): Doc fix.
22259 (rcirc-channels): Remove variable.
22260 (rcirc-kill-buffer-hook):
22261 (rcirc-get-buffer-create): Add nick to private channel.
22262 (rcirc-multiline-edit-submit): Remove tabs.
22263 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
22264 folded.
22265 (rcirc-remove-nick-channel): Bug fix.
22266 (rcirc-toggle-ignore-buffer-activity): Rename from
22267 rcirc-toggle-ignore-channel-activity.
22268 (rcirc-record-activity): Add buffers to the front of the list.
22269 (rcirc-update-activity): Remove killed buffers from list.
22270 (rcirc-process-server-response-1): Remove last argument if it is
22271 null before calling handler.
22272 (rcirc): Add "rcirc" defcustom prefix.
22273 (rcirc-prompt): Simplify default prompt.
22274 Use custom-initialize-default.
22275 (rcirc-private-chats): Remove variable.
22276 (rcirc-prompt): Change initialization.
22277 (rcirc-version): Remove function.
22278 (rcirc-id-string): Add constant.
22279 (rcirc-last-buffer): Remove variable.
22280 (rcirc-buffer-alist): Add variable.
22281 (rcirc-connect): Update variable setup.
22282 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
22283 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
22284 default.
22285 (rcirc-handler-generic): Trigger activity.
22286 (rcirc-send-message): Create the buffor of the target.
22287 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
22288 (rcirc-get-buffer): Just return nil if there is no matching buffer.
22289 (rcirc-multiline-edit-cancel): Remove function.
22290 (rcirc-set-last-buffer): Remove function.
22291 (rcirc-get-any-buffer): Add function.
22292 (rcirc-join-channels): Don't print /join text.
22293 (rcirc-toggle-ignore-channel-activity): Add and update echo area
22294 messages.
22295 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
22296 (rcirc-handler-NOTICE): Recognize CTCP responses.
22297 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
22298 constructing TOPIC string for buffers we are not JOINed.
22299 (rcirc-handler-CTCP-response): Add handler.
22300 (rcirc-multiline-edit-submit): Restore the window-configuration
22301 before adjusting point.
22302 (rcirc): Add customization group.
22303 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
22304 (rcirc-user-full-name, rcirc-startup-channels-alist)
22305 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
22306 (rcirc-ignore-all-activity-flag, rcirc-time-format)
22307 (rcirc-input-ring-size, rcirc-read-only-flag)
22308 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
22309 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
22310 Change defvar to defcustom.
22311 (rcirc-update-prompt): Add optional ALL arg, which will update
22312 prompts in all rcirc buffers. Regexp quote replacement text.
22313 (rcirc-fill-column): Accept frame-width as a value.
22314 (rcirc-set-changed): Add function.
22315 (rcirc-next-active-buffer): Write more meaningful messages.
22316 (rcirc-faces): Add customization group.
22317 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
22318 (rcirc-nick-in-message-face, rcirc-prompt-face)
22319 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
22320 (with-rcirc-process-buffer): Move before first usage.
22321 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
22322 (rcirc-debug-flag): Rename from `rcirc-log-p'.
22323 (rcirc-debug): Rename from `rcirc-log'.
22324 (rcirc-format-response-string): Do not print `-' chars for a
22325 NOTICE with no sender. Simplify output of server responses.
22326
22327 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
22328
22329 (rcirc-browse-url-map, rcirc-browse-url-at-point)
22330 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
22331 Make urls mouse and RET clickable.
22332
22333 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
22334
22335 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
22336
22337 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
22338
22339 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22340 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22341 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22342 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22343 argument to all these routines, so the passphrase can be managed
22344 externally and passed in to the system.
22345 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22346 pgg-add-passphrase-to-cache function.
22347
22348 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22349 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22350 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22351 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22352 argument to all these routines, so the passphrase can be managed
22353 externally and passed in to the system.
22354 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22355 function.
22356
22357 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
22358
22359 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
22360 from goto-address-url-regexp.
22361
22362 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
22363
22364 * textmodes/org.el (org-read-date, org-goto-calendar)
22365 (org-recenter-calendar, org-agenda-goto-calendar):
22366 Temporarily clear `calendar-move-hook'.
22367
22368 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
22369
22370 * ediff-merg.el (ediff-merge-region-is-non-clash):
22371 Return t, if not merging.
22372
22373 * ediff-util.el (ediff-previous-difference): Don't skip regions that
22374 have merge clashes.
22375
22376 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22377
22378 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22379 Undo previous change.
22380
22381 * startup.el (command-line): Use `custom-reevaluate-setting' for
22382 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
22383 tty-register-default-colors on Mac.
22384
22385 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
22386
22387 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
22388 (gdb-buffer-type): Make it automatically buffer local...
22389 (gdb-get-create-buffer): ...and set it accordingly.
22390 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
22391 actually work.
22392
22393 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
22394
22395 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
22396 not red.
22397
22398 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
22399
22400 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
22401 case GUD buffer is not visible.
22402 (gdb-goto-breakpoint): Try to force display in source buffer.
22403 (gdb-frame-gdb-buffer): Copy other similar functions.
22404 (gdb-restore-windows): Don't display source if not asked for.
22405 (gdb-assembler-buffer-name): Don't capitalise.
22406
22407 2005-11-03 Richard M. Stallman <rms@gnu.org>
22408
22409 * wid-edit.el (key-sequence): New widget type.
22410
22411 * simple.el (set-mark-command-repeat-pop): New variable.
22412 (set-mark-command): Only interpret plan C-@ after a pop as a pop
22413 if set-mark-command-repeat-pop is true.
22414
22415 * info.el (Info-fontify-node): Don't display extra "see" if there
22416 already is one here.
22417
22418 * mouse.el: Fix special handling of DEL after dragging a region:
22419 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
22420 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
22421
22422 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
22423
22424 * textmodes/ispell.el (ispell-command-loop): Change `i' description
22425 not to assume it pertains to an affix.
22426
22427 * textmodes/flyspell.el (flyspell-post-command-hook):
22428 Bind deactivate-mark to prevent deactivation.
22429
22430 2005-11-03 Lars Hansen <larsh@soem.dk>
22431
22432 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
22433 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
22434 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
22435
22436 2005-11-03 Romain Francoise <romain@orebokech.com>
22437
22438 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
22439 Update copyright years.
22440
22441 2005-11-03 Sam Steingold <sds@gnu.org>
22442
22443 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22444 Use system-type instead of window-system because window-system is not
22445 correctly defined during loadup.
22446
22447 2005-11-02 Mark A. Hershberger <mah@everybody.org>
22448
22449 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
22450 (xml-parse-tag): Join strings separated by a comment properly.
22451
22452 2005-11-02 Andreas Schwab <schwab@suse.de>
22453
22454 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
22455
22456 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
22457
22458 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
22459 (byte-optimize-pure-func): Quote the eval'd value.
22460
22461 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
22462 Rename from perl-font-lock-syntactic-face-function.
22463 Change the calling convention so it can be used as a font-lock MATCHER.
22464 Do the parse-partial-sexp loop outselves.
22465 (perl-font-lock-syntactic-keywords): Use it.
22466 (perl-mode): Don't set font-lock-syntactic-face-function any more.
22467
22468 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
22469
22470 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
22471 disassembly buffer too.
22472 (gdb-exited): Remove overlay arrows when execution has finished.
22473 (gdb-info-frames-custom, gdb-info-threads-custom)
22474 (gdb-info-registers-custom): Don't add inappropriate text
22475 properties if inferior is not active.
22476
22477 2005-11-02 Glenn Morris <rgm@gnu.org>
22478
22479 * progmodes/fortran.el (fortran-blink-match):
22480 Use `blink-matching-delay'.
22481
22482 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
22483
22484 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
22485
22486 2005-11-02 Lars Hansen <larsh@soem.dk>
22487
22488 * net/tramp.el (tramp-action-out-of-band): Handle scp message
22489 "Permission denied".
22490
22491 2005-11-01 Richard M. Stallman <rms@gnu.org>
22492
22493 * textmodes/flyspell.el (flyspell-external-point-words):
22494 Pass nil to flyspell-get-word.
22495
22496 2005-11-02 Kim F. Storm <storm@cua.dk>
22497
22498 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
22499 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
22500
22501 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22502
22503 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
22504 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
22505 (calendar-mouse-print-dates): Add optional `event' argument.
22506 Update interactive-spec.
22507 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
22508 Use `calendar-event-to-date' instead of `event'.
22509
22510 2005-11-02 Masatake YAMATO <jet@gyve.org>
22511
22512 * progmodes/ld-script.el (ld-script-builtins):
22513 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
22514 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
22515 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
22516
22517 2005-11-01 Romain Francoise <romain@orebokech.com>
22518
22519 * vc-sccs.el: Update copyright year.
22520 * ezimage.el: Likewise.
22521
22522 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
22523
22524 * info.el (Info-fontify-node): Use `string-width' for fontifying
22525 underlined titles.
22526
22527 2005-11-01 Juri Linkov <juri@jurta.org>
22528
22529 * info.el (Info-fontify-node): Downcase node header keywords Node,
22530 Prev, Next, Up before comparison.
22531 (Info-history): Insert absolute directory name, and put invisible
22532 property on it.
22533
22534 2005-11-01 Juri Linkov <juri@jurta.org>
22535
22536 * info.el (Info-file-supports-index-cookies): New variable.
22537 (Info-find-node-2): Check makeinfo version for index cookie support.
22538 (Info-index-nodes): Search for nodes with index cookies only when
22539 Info-file-supports-index-cookies is t. Otherwise, search nodes
22540 with "Index" in the node name.
22541 (Info-index-node): Search index cookie in the current node only when
22542 Info-file-supports-index-cookies is t. Otherwise, check the word
22543 "Index" in the node name.
22544 (Info-find-emacs-command-nodes): Remove code that searches nodes
22545 with "Index" node name in the top menu.
22546
22547 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22548
22549 * progmodes/scheme.el (scheme-mode-variables): Use the default
22550 comment-indent-function.
22551
22552 * faces.el (face-attribute): Handle the case where a face inherits from
22553 a non-existent face.
22554
22555 * simple.el (eval-expression-print-format): Use lisp-readable syntax
22556 for octal and hexa output, and merge the char into the paren.
22557 (kill-new): Use push.
22558 (copy-to-buffer): Use with-current-buffer.
22559 (completion-setup-function): Move code in loop to remove redundancy.
22560 (minibuffer-local-must-match-map): Don't add bindings that duplicate
22561 those inherited from minibuffer-local-completion-map.
22562
22563 * savehist.el (savehist-mode) <defcustom>:
22564 Use custom-set-minor-mode if available.
22565 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
22566 and emit a message if applicable.
22567
22568 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
22569
22570 * savehist.el: Sync up to version 19.
22571 (savehist-mode): New minor mode.
22572 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
22573 (savehist-length): Remove (use history-length instead).
22574 (savehist-file-modes): Rename from savehist-modes.
22575 (savehist-save-hook, savehist-loaded): New vars.
22576 (savehist-load): Use savehist-mode. Try to smooth up transition from
22577 old format to new format.
22578 (savehist-install): Allow savehist-autosave-interval to be nil.
22579 (savehist-save): Run the new hook. Be more careful to only trim the
22580 history variables.
22581 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
22582 (savehist-printable): Print into a buffer rather than char-by-char.
22583
22584 2005-11-01 John Wiegley <johnw@newartisans.com>
22585
22586 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
22587 toggle-ignore keybinding (C-a). The author said it had been
22588 disabled much earlier due to a possible incompatibility, but after
22589 many months of usage I have encountered no problems (and it is a
22590 rather useful option, especially for switching to " *temp*").
22591
22592 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
22593 support for OS/X's AddressBook, by calling out to the open source
22594 program "contacts" (installable through Fink).
22595
22596 * net/eudc.el (eudc-expand-inline): If the
22597 `eudc-multiple-match-handling-method' is set to `all', delete the
22598 query string before inserting the query result.
22599
22600 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
22601 flag, to prevent Eshell from using the system ls when
22602 `eshell-ls-insert-directory' is in used.
22603 (eshell-ls-insert-directory): Disable font-lock in directory
22604 buffer so that Eshell's own fontification is seen. This broke
22605 recently due to changes in font-lock, so this goes back to version
22606 21 behavior.
22607
22608 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
22609
22610 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
22611 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
22612 (gdb-many-windows): Doc fix.
22613
22614 2005-10-31 Romain Francoise <romain@orebokech.com>
22615
22616 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
22617
22618 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
22619
22620 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
22621 that global-font-lock-mode can be enabled by default.
22622
22623 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
22624 (font-lock-add-keywords, font-lock-remove-keywords)
22625 (font-lock-fontify-buffer): Remove autoload cookies.
22626
22627 * jit-lock.el (jit-lock-register): Likewise.
22628
22629 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
22630
22631 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22632
22633 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
22634 intact if there is no gud-comint-buffer.
22635
22636 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
22637
22638 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
22639 old prompt comint-prompt-read-only is t and GDB commands are
22640 issued from tool bar etc.
22641
22642 2005-10-31 Masatake YAMATO <jet@gyve.org>
22643
22644 * vc.el (vc-directory-exclusion-list): Add "{arch}".
22645
22646 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
22647
22648 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
22649 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
22650
22651 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
22652
22653 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
22654 starting at beginning of line. Fontification is messed up when
22655 `open-paren-in-column-0-is-defun-start' set to t.
22656 Reported by John Paul Wallington <jpw@pobox.com>.
22657
22658 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
22659
22660 * comint.el (comint-send-input): Call `comint-update-fence' when
22661 `comint-process-echoes' and `comint-prompt-read-only' are both
22662 non-nil, to avoid leftover read-only newline.
22663
22664 2005-10-30 Richard M. Stallman <rms@gnu.org>
22665
22666 * textmodes/flyspell.el (flyspell-external-point-words):
22667 Detect when WORD can't be checked properly because
22668 flyspell-get-word finds just part of it, and move on.
22669
22670 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
22671 boundarychar for Polish.
22672 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
22673 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
22674
22675 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22676
22677 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
22678 (gdb-registers-font-lock-keywords): Delete.
22679 (gdb-registers-mode): Don't fontify.
22680 (gdb-info-registers-custom): Use text properties instead as, in
22681 future, changed register values will use font-lock-warning-face.
22682 (gdb-local-font-lock-keywords): Rename to...
22683 (gdb-locals-font-lock-keywords): ...for consistency.
22684
22685 2005-10-30 Andre Spiegel <spiegel@gnu.org>
22686
22687 * vc.el (vc-switch-backend): Better error message if the buffer is
22688 not visiting a file under version control.
22689
22690 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
22691
22692 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
22693
22694 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
22695 ~/.emacs.d/.emacs.
22696
22697 2005-10-29 Richard M. Stallman <rms@gnu.org>
22698
22699 * replace.el (occur-mode-mouse-goto): Always go to other window.
22700 (occur-mode-goto-occurrence): Always switch in same window.
22701
22702 * simple.el (undo): Display message at end, not at start.
22703
22704 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
22705 New arg REUSE-CELL.
22706 (cancel-timer-internal): New function.
22707 (timer-event-handler): Use cancel-timer-internal,
22708 and pass the cell it returns to timer-activate...
22709
22710 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
22711 (jit-lock-deferred-fontify, jit-lock-context-fontify)
22712 (jit-lock-after-change): Test memory-full.
22713
22714 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22715
22716 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22717 part of the decoded armor to find the key-identifier.
22718 (pgg-gpg-lookup-key-owner): New function to return the
22719 human-readable identifier of a key owner.
22720 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22721 key itself.
22722 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22723 the key value) if we have a key and can match it against a secret
22724 key. Also, added a note pointing out fact that the prompt only
22725 indicates the first matching key.
22726
22727 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22728 pgg-decrypt-region.
22729 (pgg-pending-timers): A new hash for tracking the passphrase cache
22730 timers, so that new ones supercede old ones.
22731 (pgg-add-passphrase-to-cache): Rename from
22732 `pgg-add-passphrase-cache' to reduce confusion (all callers
22733 changed). Modified to cancel old timers when new ones are added.
22734 (pgg-remove-passphrase-from-cache): Rename from
22735 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22736 changed). Modified to cancel old timers when their keys are
22737 removed from the cache.
22738 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22739 XEmacs, an indirection to delete-itimer.
22740 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22741 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22742 users can only check cache without risk of prompting. Correct bug in
22743 notruncate behavior.
22744 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22745 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22746 Add informative docstrings.
22747 (pgg-decrypt): Convey provided passphrase in subordinate call to
22748 pgg-decrypt-region.
22749
22750 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22751 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22752 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22753 `passphrase' argument, so the passphrase can be managed externally
22754 and then passed in to the system.
22755
22756 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22757 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22758 so the passphrase cache can be used reliably with identifiers
22759 besides a pgp packet's key id.
22760
22761 * pgg-gpg.el (pgg-pgp-encrypt-region)
22762 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22763 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22764 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22765 argument to all these routines, so the passphrase can be managed
22766 externally and passed in to the system.
22767
22768 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22769 `notruncate' argument, so the passphrase cache can be used
22770 reliably with identifiers besides a pgp packet's key id.
22771
22772 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22773
22774 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22775 symmetric encryption.
22776 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22777 encrypted session key.
22778 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22779 message ask for the passphrase in a proper way.
22780
22781 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22782 New user commands for symmetric encryption.
22783
22784 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
22785
22786 * textmodes/conf-mode.el (conf-assignment-sign)
22787 (conf-assignment-regexp): Fix docstrings.
22788 (conf-mode-initialize): New function.
22789 (conf-mode): Remove optional args. Use delay-mode-hooks to
22790 recognize recursive calls.
22791 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
22792 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
22793 (conf-xdefaults-mode): Use define-derived-mode and
22794 conf-mode-initialize.
22795
22796 2005-10-29 Romain Francoise <romain@orebokech.com>
22797
22798 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
22799
22800 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22801
22802 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22803 part of the decoded armor to find the key-identifier.
22804 (pgg-gpg-lookup-key-owner): New function to return the
22805 human-readable identifier of a key owner.
22806 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22807 key itself.
22808 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22809 the key value) if we have a key and can match it against a secret
22810 key. Also, added a note pointing out fact that the prompt only
22811 indicates the first matching key.
22812
22813 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22814 pgg-decrypt-region.
22815 (pgg-pending-timers): A new hash for tracking the passphrase cache
22816 timers, so that new ones supercede old ones.
22817 (pgg-add-passphrase-to-cache): Rename from
22818 `pgg-add-passphrase-cache' to reduce confusion (all callers
22819 changed). Modified to cancel old timers when new ones are added.
22820 (pgg-remove-passphrase-from-cache): Rename from
22821 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22822 changed). Modified to cancel old timers when their keys are
22823 removed from the cache.
22824 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22825 XEmacs, an indirection to delete-itimer.
22826 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22827 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22828 users can only check cache without risk of prompting. Correct bug in
22829 notruncate behavior.
22830 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22831 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22832 Add informative docstrings.
22833 (pgg-decrypt): Convey provided passphrase in subordinate call to
22834 pgg-decrypt-region.
22835
22836 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
22837
22838 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22839 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22840 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22841 `passphrase' argument, so the passphrase can be managed externally
22842 and then passed in to the system.
22843
22844 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22845 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22846 so the passphrase cache can be used reliably with identifiers
22847 besides a pgp packet's key id.
22848
22849 * pgg-gpg.el (pgg-pgp-encrypt-region)
22850 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22851 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22852 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22853 argument to all these routines, so the passphrase can be managed
22854 externally and passed in to the system.
22855
22856 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22857 `notruncate' argument, so the passphrase cache can be used
22858 reliably with identifiers besides a pgp packet's key id.
22859
22860 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22861
22862 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22863 symmetric encryption.
22864 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22865 encrypted session key.
22866 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22867 message ask for the passphrase in a proper way.
22868
22869 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22870 New user commands for symmetric encryption.
22871
22872 2005-10-28 Bill Wohler <wohler@newt.com>
22873
22874 * help-mode.el (help-url): New button type. Calls browse-url.
22875 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
22876 Similar to Info nodes: URL `url'.
22877 (help-make-xrefs): Create help-url buttons for
22878 help-xref-url-regexp matches.
22879
22880 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
22881
22882 * tool-bar.el (tool-bar-add-item-from-menu)
22883 (tool-bar-local-item-from-menu): Fix doc strings.
22884
22885 2005-10-28 Romain Francoise <romain@orebokech.com>
22886
22887 * ldefs-boot.el: Update.
22888
22889 * subr.el (locate-library): Move from help-fns.el.
22890 * help-fns.el (locate-library): Move to subr.el.
22891
22892 2005-10-28 Richard M. Stallman <rms@gnu.org>
22893
22894 * net/tramp.el (tramp-completion-mode): defvar moved up.
22895
22896 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
22897
22898 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
22899
22900 * files.el (find-file-noselect): Use %d to format large file size.
22901
22902 * bindings.el (mode-line-format): Add %e.
22903
22904 * loadup.el ("facemenu"): Load unconditionally.
22905 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
22906 ("x-dnd"): Load, when appropriate.
22907
22908 * startup.el (command-line): Call before-init-hook earlier.
22909 Warn about some bad characters in -u user name.
22910
22911 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
22912 (flyspell-external-point-words): Error if misspelled word is not found.
22913 Set flyspell-large-region-beg at end of word.
22914
22915 2005-10-28 Andreas Schwab <schwab@suse.de>
22916
22917 * view.el (View-revert-buffer-scroll-page-forward):
22918 Use view-page-size-default.
22919
22920 2005-10-28 Juri Linkov <juri@jurta.org>
22921
22922 * international/quail.el (quail-get-current-str): Translate last
22923 raw character for deterministic input methods.
22924
22925 2005-10-27 Jay Belanger <belanger@truman.edu>
22926
22927 * calc/calc-ext.el: Add functions to autoloads.
22928 (math-identity-matrix-p, math-ident-row-p): New functions.
22929
22930 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
22931 multiplication by an identity matrix; don't turn multiplication by
22932 an inverse matrix into division.
22933 (math-div-symbol-fancy): Replace division by matrices with
22934 multiplication by inverse.
22935
22936 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
22937
22938 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
22939 (calc-writeoutpower): New functions.
22940
22941 2005-10-27 Romain Francoise <romain@orebokech.com>
22942
22943 * replace.el (occur-engine): Include colon in mouse-face highlight.
22944
22945 * dired-x.el: Change Maintainer field.
22946
22947 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
22948
22949 * longlines.el (longlines-mode): Bind after-change-functions to
22950 nil during initial decoding and final encoding.
22951
22952 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
22953
22954 * term.el (term-emulate-terminal, term-handle-colors-array)
22955 (term-handle-ansi-escape): Specify the terminfo capabilities
22956 implemented.
22957
22958 2005-10-26 Richard M. Stallman <rms@gnu.org>
22959
22960 * info.el (Info-fontify-node): Fix detection of sentence-break
22961 before *Note.
22962
22963 2005-10-26 Romain Francoise <romain@orebokech.com>
22964
22965 * smerge-mode.el: Add `tools' to file keywords.
22966
22967 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
22968
22969 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
22970 when the fringe is not available.
22971
22972 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
22973 (def-gdb-auto-update-trigger): Simplify construction.
22974 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
22975 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
22976 defined explicitly.
22977 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
22978 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
22979 defined explicitly.
22980 (gdb-info-locals-custom): Remove as it's a no-op.
22981
22982 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
22983
22984 * longlines.el (longlines-mode): Remove narrowing before
22985 performing the initial decoding or final encoding.
22986
22987 2005-10-25 Romain Francoise <romain@orebokech.com>
22988
22989 * emacs-lisp/find-func.el (find-library-name): Also strip
22990 extension if library name ends in .el, to take advantage of
22991 `find-library-suffixes'.
22992
22993 2005-10-25 Richard M. Stallman <rms@gnu.org>
22994
22995 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
22996
22997 2005-10-25 Juri Linkov <juri@jurta.org>
22998
22999 * textmodes/texinfo.el (texinfo-mode): Change charset of one
23000 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
23001
23002 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
23003
23004 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
23005 (blackbox-redefine-key): Add argument `map'.
23006
23007 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
23008 regions when moving the jit-lock-context-unfontify-pos boundary.
23009
23010 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
23011
23012 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
23013
23014 2005-10-25 Masatake YAMATO <jet@gyve.org>
23015
23016 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
23017
23018 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
23019
23020 * play/blackbox.el (blackbox-redefine-key): New function.
23021 (blackbox-mode-map): Use it to remap existing bindings for cursor
23022 motion instead of binding literal keys.
23023
23024 2005-10-25 Glenn Morris <rgm@gnu.org>
23025
23026 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
23027 diary does not end in a newline. Do not assume a blank line at
23028 the start of the diary file.
23029
23030 2005-10-25 Kenichi Handa <handa@m17n.org>
23031
23032 * international/quail.el (quail-translate-key): If the input
23033 method is deterministic and failed to handle the last key, restart
23034 the key handling loop from an appropriate key.
23035
23036 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
23037
23038 * vc.el (vc-dired-mode): Extend comment for binding of
23039 `directory-listing-before-filename-regexp'.
23040
23041 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
23042
23043 * textmodes/texinfo.el (texinfo-mode):
23044 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
23045 not to unnecessarily expose emacs-mule's internal char codes.
23046
23047 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
23048
23049 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
23050 Display hand pointer and help-echo on disabled icon too.
23051 (gdb-mouse-until): New function.
23052 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
23053
23054 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
23055
23056 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
23057 with 2005-10-23 change to doctor.el.
23058
23059 * finder.el (finder-mode-map): Add follow-link binding.
23060
23061 2005-10-25 Kim F. Storm <storm@cua.dk>
23062
23063 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
23064 to gdb-mouse-toggle-breakpoint-fringe.
23065 (gdb-mouse-toggle-breakpoint-margin): Rename from
23066 gdb-mouse-toggle-breakpoint. Fix doc.
23067 (gdb-mouse-toggle-breakpoint-fringe): New defun.
23068 (gdb-put-string): Add optional SPROPS arg. Add props to string.
23069 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
23070 string properties also for fringe breakpoint bitmaps.
23071
23072 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
23073
23074 * textmodes/org.el (org-start-icalendar-file): Fix format form.
23075
23076 2005-10-25 Masatake YAMATO <jet@gyve.org>
23077
23078 * simple.el (completion-common-substring):
23079 Use `completion-common-substring' prior to `completion-base-size'.
23080
23081 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
23082
23083 * savehist.el: Require CL while compiling.
23084 (savehist-history-variables): Remove.
23085 (savehist-save-minibuffer-history, savehist-additional-variables)
23086 (savehist-minibuffer-history-variables): New vars.
23087 (savehist-save): Use them.
23088 (savehist-uninstall, savehist-minibuffer-hook): New funs.
23089 (savehist-install): New fun, extracted from savehist-load.
23090 (savehist-load): Use them.
23091
23092 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
23093
23094 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
23095 a dummy doc-string-elt property.
23096 (defalias, defvaralias, define-category): Add a docstring property.
23097
23098 * image.el (defimage):
23099 * widget.el (define-widget):
23100 * custom.el (defface, defcustom): Add `doc-string' declaration.
23101
23102 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
23103 (defadvice): Add `doc-string' declaration.
23104
23105 * emacs-lisp/byte-run.el (macro-declaration-function):
23106 Handle `doc-string' declarations.
23107 (define-obsolete-function-alias, define-obsolete-variable-alias):
23108 Add `doc-string' declaration.
23109
23110 2005-10-24 Kenichi Handa <handa@m17n.org>
23111
23112 * international/utf-7.el (utf-7): Add autoload cookie.
23113
23114 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
23115
23116 2005-10-24 Eli Zaretskii <eliz@gnu.org>
23117
23118 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
23119 list of directories passed to batch-update-autoloads. Add "." to
23120 the list of the echoed directories.
23121
23122 * pgg-def.el:
23123 * pgg-gpg.el:
23124 * pgg-parse.el:
23125 * pgg-pgp.el:
23126 * pgg-pgp5.el:
23127 * pgg.el: Moved here from the gnus subdirectory.
23128
23129 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
23130
23131 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
23132 in case comint-prompt-read-only is set to t.
23133
23134 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
23135 in case comint-prompt-read-only is set to t.
23136
23137 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
23138
23139 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
23140 Now a string.
23141 (icalendar-import-format): Handle CLASS, STATUS, URL.
23142 Rename `subject' to `summary'.
23143 (icalendar-import-format-summary): Rename from
23144 `icalendar-import-format-subject'.
23145 (icalendar-import-format-url, icalendar-import-format-status)
23146 (icalendar-import-format-class): New variables.
23147 (icalendar--rris): Take variable argument list.
23148 (icalendar--datestring-to-isodate): Remove unnecessary
23149 calendar-style check when converting dates with explicit month names.
23150 (icalendar-export-region): Change return type of conversion
23151 subroutines. Bury current buffer unless error occurred.
23152 (icalendar--convert-to-ical)
23153 (icalendar--parse-summary-and-rest): New functions.
23154 (icalendar--convert-ordinary-to-ical)
23155 (icalendar--convert-weekly-to-ical)
23156 (icalendar--convert-yearly-to-ical)
23157 (icalendar--convert-block-to-ical)
23158 (icalendar--convert-cyclic-to-ical)
23159 (icalendar--convert-anniversary-to-ical): Change return type.
23160 Strip trailing blanks from subject.
23161 (icalendar--convert-sexp-to-ical): Change return type.
23162 Strip trailing blanks from subject. Handle simple sexp
23163 entries as generated by icalendar.el.
23164 (icalendar--convert-float-to-ical)
23165 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
23166 (icalendar-import-file): Doc fix.
23167 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
23168 Correct call to icalendar--rris.
23169 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
23170 `summary'.
23171 (icalendar--add-diary-entry): Rename `subject' to `summary'.
23172
23173 2005-10-24 Romain Francoise <romain@orebokech.com>
23174
23175 * server.el (server-sentinel): Set query-on-exit flag to nil on
23176 new client processes (it isn't inherited from the server process).
23177
23178 * replace.el (occur-engine): Rearrange text properties.
23179
23180 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
23181
23182 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
23183 case-fold-search is nil.
23184 (debug-help-follow): Use help-xref-interned directly.
23185
23186 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
23187
23188 * thumbs.el (thumbs-image-type): Add .pbm.
23189
23190 2005-10-23 Richard M. Stallman <rms@gnu.org>
23191
23192 * faces.el (inhibit-face-set-after-frame-default): New variable.
23193 (set-face-attribute): Bind it.
23194 (face-set-after-frame-default): Test it.
23195
23196 * help-fns.el (describe-simplify-lib-file-name): New function.
23197 (describe-function-1, describe-variable): Use it.
23198
23199 * faces.el (describe-face): Use describe-simplify-lib-file-name.
23200
23201 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
23202 Eliminate nil as possible value.
23203 (tooltip-hide-delay): Reduce internal-border-width.
23204
23205 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
23206 (menu-bar-file-menu) <new-file>: Likewise.
23207
23208 * simple.el (line-move-finish): Ignore fields computing LINE-END.
23209
23210 * international/mule.el (load-with-code-conversion):
23211 Pass full file name to `eval-buffer' unless preloading.
23212
23213 * textmodes/flyspell.el (flyspell-large-region):
23214 Call ispell-check-version.
23215
23216 * textmodes/ispell.el (ispell-local-dictionary-overridden):
23217 Fix the make-variable-buffer-local call that was supposed
23218 to be for this variable.
23219 (ispell-aspell-supports-utf8): Doc fix.
23220 (ispell-find-aspell-dictionaries): Preserve elements of
23221 ispell-dictionary-alist for dictionaries that aspell doesn't report.
23222 (ispell-aspell-find-dictionary): Return nil on error.
23223
23224 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
23225 (doctor-symptoms): Likewise.
23226
23227 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
23228
23229 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
23230
23231 * cus-edit.el (custom-button, custom-button-pressed): New vars.
23232 (custom-raised-buttons): Add :set spec.
23233 (custom-button-unraised, custom-button-pressed-unraised):
23234 New faces, so that custom-raised-buttons actually does something.
23235 (custom-mode): Use custom-button and custom-button-pressed.
23236
23237 * wid-edit.el (widget-specify-button): Don't ignore
23238 widget-mouse-face on graphic terminals.
23239 (widget-move-and-invoke): Cleanup.
23240
23241 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
23242
23243 * whitespace.el (whitespace-cleanup): Doc fix.
23244
23245 2005-10-23 Romain Francoise <romain@orebokech.com>
23246
23247 * emulation/viper.el (viper-set-hooks): Quote forms passed to
23248 `eval-after-load' to avoid evaluating their result.
23249
23250 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
23251
23252 * files.el (directory-listing-before-filename-regexp):
23253 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
23254
23255 * dired.el (dired-move-to-filename-regexp): Remove.
23256 All occurrences replaced by `directory-listing-before-filename-regexp'.
23257
23258 * dired-x.el, locate.el, vc.el:
23259 Replace `dired-move-to-filename-regexp' by
23260 `directory-listing-before-filename-regexp'. In vc.el it is
23261 overwritten locally; maybe this can be handled in files.el too.
23262
23263 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
23264 replaced by `directory-listing-before-filename-regexp'.
23265
23266 2005-10-23 Andreas Schwab <schwab@suse.de>
23267
23268 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
23269 and eval-next-after-load.
23270
23271 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
23272
23273 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
23274 exist, create it.
23275
23276 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
23277
23278 * allout.el: Remove autoloads for mailcrypt and crypt++.
23279 Require pgg, pgg-gpg during compilation.
23280 (allout-version): Increment version number to 2.1, and use a literal
23281 rather than RCS Id.
23282 (allout-default-encryption-scheme): Remove.
23283 (allout-passphrase-verifier-handling)
23284 (allout-passphrase-verifier-string)
23285 (allout-file-passphrase-verifier-string)
23286 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
23287 (allout-passphrase-hint-handling): Rename and simplify.
23288 (allout-init): Use `find-file-hook' if available, otherwise
23289 `find-file-hooks'.
23290 (allout-mode): Use `write-file-functions' if available, otherwise
23291 `local-write-file-hooks' and, instead of making auto-save-hook
23292 buffer local, make the write-file-hook activity contingent to
23293 allout-mode.
23294 (allout-mode): Use key-binding substitution in the docstring.
23295 (allout-kill-line): Spell-out kill ring data structure mutation
23296 instead of using byte-compiler-complaint-provoking `pop'.
23297 (allout-insert-listified): Use `insert' rather than `insert-string'
23298 (allout-toggle-current-subtree-encryption): Update docstring, adjust
23299 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
23300 (allout-encrypt-string): Totally revamped vis new underlying
23301 encryption facilities.
23302 (allout-mc-activate-passwd): Remove.
23303 (allout-obtain-passphrase): New, more or less replaces
23304 allout-mc-activate-passwd.
23305 (allout-encrypted-key-info): More or less replaces
23306 allout-encrypted-text-type.
23307 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
23308 (my-mark-marker): Use `(featurep 'xemacs)'.
23309
23310 2005-10-23 Lars Hansen <larsh@soem.dk>
23311
23312 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
23313 (byte-compile-file-form-defmumble, byte-compile-defun)
23314 (byte-compile-defmacro): Use it.
23315 (byte-compile-form): Don't call byte-compile-set-symbol-position
23316 when a byte-compile handler is called.
23317
23318 2005-10-22 Romain Francoise <romain@orebokech.com>
23319
23320 * savehist.el (savehist-history-variables): Add `grep-find-history'.
23321
23322 * subr.el (eval-after-load): Convert library name to an absolute
23323 file name using locate-library, since load-history no longer has
23324 library names in it.
23325
23326 2005-10-22 Richard M. Stallman <rms@gnu.org>
23327
23328 * files.el (make-temp-file): Move from subr.el.
23329 * subr.el (make-temp-file): Move to files.el.
23330
23331 * window.el (get-buffer-window-list): Move from subr.el.
23332 * subr.el (get-buffer-window-list): Move to window.el.
23333
23334 * image.el (image-load-path): Use eval-at-startup to initialize.
23335
23336 * subr.el (eval-at-startup): New macro.
23337
23338 * subr.el: Much rearrangement of functions and division
23339 into pages. No code changes.
23340
23341 2005-10-22 Kenichi Handa <handa@m17n.org>
23342
23343 * tar-mode.el (tar-extract): Be sure to call
23344 find-operation-coding-system if set-auto-coding doesn't find a
23345 coding system.
23346
23347 2005-10-22 Kim F. Storm <storm@cua.dk>
23348
23349 * image.el (image-type-header-regexps): Rename from image-type-regexps.
23350 Change users.
23351 (image-type-file-name-regexps): New defconst.
23352 (image-type-from-data): Simplify loop.
23353 (image-type-from-buffer): New defun.
23354 (image-type-from-file-header): Use it instead of image-type-from-data.
23355 Use image-search-load-path instead of only looking in data-directory.
23356 (image-type-from-file-name): New defun.
23357 (image-search-load-path): Change `pathname' to `filename'.
23358 Make PATH arg optional, default to image-load-path.
23359
23360 2005-10-21 Richard M. Stallman <rms@gnu.org>
23361
23362 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
23363
23364 * textmodes/paragraphs.el (sentence-end-base): New variable.
23365 (sentence-end): Use sentence-end-base.
23366
23367 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
23368
23369 * font-lock.el (font-lock-default-fontify-region): Check the multiline
23370 property independently from the font-lock-multiline variable.
23371
23372 2005-10-21 Richard M. Stallman <rms@gnu.org>
23373
23374 * emacs-lisp/find-func.el (find-library-name): Doc fix.
23375
23376 * startup.el (command-line): Convert library names
23377 in `load-history' to absolute file names.
23378
23379 * subr.el (symbol-file): Doc fix.
23380
23381 * loadhist.el (file-loadhist-lookup): Call locate-library
23382 instead of find-library-name. Don't try converting
23383 abs file names to library names, since load-history no longer
23384 has library names in it.
23385 (file-dependents, file-provides, file-requires): Doc fixes.
23386
23387 2005-10-21 Juri Linkov <juri@jurta.org>
23388
23389 * progmodes/etags.el (tags-table-mode): New function.
23390 (tags-verify-table): Replace initialize-new-tags-table with
23391 tags-table-mode.
23392
23393 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
23394 default value.
23395 (desktop-modes-not-to-save): Add tags-table-mode to the
23396 default value.
23397
23398 * info.el (Info-index-next): Add total number of index
23399 alternatives to the message.
23400
23401 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
23402 backward only space (instead of space and period) before looking
23403 at sentence end.
23404
23405 * simple.el (set-variable): Use user-variable-p instead of symbolp.
23406 Add the old variable value as 4th default-value arg of read-string.
23407
23408 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23409
23410 * cus-face.el (custom-declare-face): Make face from X resources
23411 also on Mac.
23412
23413 * disp-table.el (standard-display-g1, standard-display-graphic):
23414 Refuse to use string glyphs also on Mac.
23415 (standard-display-european): Don't set terminal coding system also
23416 on Mac.
23417
23418 * frame.el (display-screens): Use x-display-screens also on Mac.
23419
23420 2005-10-21 Romain Francoise <romain@orebokech.com>
23421
23422 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
23423
23424 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
23425
23426 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
23427 and $? into sexps.
23428
23429 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
23430 warning face on open-paren-in-column-0.
23431
23432 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
23433 boundary case. Fix typo.
23434 Suggested by Martin Rudalics <rudalics@gmx.at>.
23435
23436 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
23437
23438 * textmodes/org.el (org-combined-agenda-icalendar-file)
23439 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
23440 (org-export-icalendar-this-file)
23441 (org-export-icalendar-all-agenda-files)
23442 (org-export-icalendar-combine-agenda-files): New commands.
23443 (org-export-icalendar, org-print-icalendar-entries)
23444 (org-start-icalendar-file, org-finish-icalendar-file)
23445 (org-ical-ts-to-string): New functions.
23446 (org-read-date, org-goto-calendar)
23447 (org-agenda-goto-calendar): Inhibit displaying diary entries by
23448 call to `calendar'.
23449 (orgtbl-setup): Remove the :keys arguments from the menu description.
23450 (org-after-save-iCalendar-file-hook): New variable.
23451
23452 2005-10-21 Kenichi Handa <handa@m17n.org>
23453
23454 * language/vietnamese.el (tcvn-5712): Make it an alias of
23455 vietnamese-tcvn coding-system.
23456
23457 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
23458
23459 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
23460 group id is given.
23461
23462 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
23463
23464 * progmodes/sh-script.el (sh-escaped-line-re): New var.
23465 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
23466 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
23467 whose line is either continued or ends with a comment.
23468
23469 2005-10-20 Romain Francoise <romain@orebokech.com>
23470
23471 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
23472
23473 * replace.el (occur-engine): Add follow-link property.
23474
23475 * font-core.el (font-lock-mode): Doc fix.
23476
23477 2005-10-20 Richard M. Stallman <rms@gnu.org>
23478
23479 * net/rcirc.el: New file.
23480
23481 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
23482
23483 * term.el (term-term-name): Initialize to "eterm-color".
23484
23485 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
23486
23487 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
23488 for encryption functionality.
23489 Move allout customization subgroup from `editing' to `outlines' group.
23490 Fix commentary keywords to legitimate ones.
23491 Update author info (using my current email address, obscurified).
23492 (allout-encrypt-string, allout-encryption-produce-work-buffer)
23493 (allout-encrypted-topic-p, allout-encrypted-text-type)
23494 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
23495 (allout-situate-encryption-key-verifier)
23496 (allout-get-encryption-key-verifier, allout-verify-key)
23497 (allout-next-topic-pending-encryption)
23498 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
23499 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
23500 (outline-key-verifier-handling, outline-key-hint-handling)
23501 (outline-encrypt-unencrypted-on-saves): New defcustoms.
23502 (allout-file-key-verifier-string, allout-encryption-scheme)
23503 (allout-key-verifier-string, allout-key-hint-string)
23504 (allout-after-save-decrypt): New variables.
23505 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
23506 (allout-after-saves-handler): New hook functions.
23507 (allout-post-command-business): Do allout-after-save-decrypt.
23508 (allout-enable-file-variable-adjustment): Custom var to enable
23509 mechanism for adding and adjusting settings of Emacs file variables.
23510 (allout-adjust-file-variable, allout-file-vars-section-data):
23511 New functions, implement the mechanism.
23512 (outlineify-sticky): Use the file vars mechanism.
23513 (allout-inhibit-protection, allout-during-write-cue)
23514 (allout-override-protect, allout-before-change-protect): Remove.
23515 (allout-flag-region, allout-open-topic): Adjust read-only text.
23516 (allout-open-line-not-read-only): Add to facilitate read-only
23517 text based protection.
23518 (allout-kill-line): Revise to adjust read-only text, clue the
23519 user about the inhibition.
23520 (allout-unprotected): Use unwind-protect.
23521 (allout-shift-in, allout-shift-out): Disallow manually shifting a
23522 topic deeper than the offspring depth of the previous topic -
23523 avoiding confusing "containment discontinuities".
23524 (allout-reindent-bodies): Fix retention of body relative hanging
23525 indent during promotion of collapsed bodies.
23526 (allout-open-topic): Make it easy to open new topic with same
23527 bullet as current topic - topic creation functions provided with
23528 any universal argument provokes now prompt for bullet, defaulting
23529 to the bullet of the previous topic.
23530 (allout-plain-bullets-string, allout-distinctive-bullets-string):
23531 Plain bullet alternates `.' period and `,' comma only. All other
23532 bullets are relegated to special status (but customizable).
23533 (allout-end-of-entry): Rename from allout-end-of-current-entry
23534 since it actually operates w.r.t. most immediately containing
23535 entry, visible or not.
23536 (allout-hide-current-entry, allout-show-current-entry): Use the
23537 revised version.
23538 (allout-old-expose-topic): Solidify deprecation.
23539 (allout-end-of-subtree): Add so we can span concealed as well
23540 as visible topics.
23541 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
23542 (allout-end-of-current-heading): Tweak to just respect the first line.
23543 (allout-get-body-text): Add.
23544 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
23545 when invoked interactively.
23546 (allout-up-current-level): Use `interactive-p'.
23547 (allout-mode, allout-init): Miscellaneous docstring and
23548 operational refinements, as well as hookups of new encryption stuff.
23549 (allout-beginning-of-current-entry): Now works as advertised.
23550 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
23551 (allout-isearch-rectification): Refine condition for isearching.
23552 (allout-isearch-abort, allout-enwrap-isearch)
23553 (allout-flag-region, my-region-active-p): Relocate some macros.
23554 (allout-title): Fallback title is (buffer-name), not
23555 non-existing (current-buffer-name).
23556 (subst-char-in-string): Define if absent (for some XEmacs versions).
23557
23558 2005-10-20 Jari Aalto <jari.aalto@cante.net>
23559
23560 * mail/sendmail.el (mail-setup-hook, mail-aliases)
23561 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
23562 (mail-citation-prefix-regexp, mail-signature-file)
23563 (mail-default-headers, mail-bury-selects-summary)
23564 (mail-send-nonascii): Add autoload cookies.
23565
23566 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23567
23568 * frame.el (blink-cursor-mode): Add `mac' to the list of
23569 window-system's that support blinking cursor.
23570
23571 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
23572
23573 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
23574
23575 2005-10-20 Eli Zaretskii <eliz@gnu.org>
23576
23577 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
23578 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
23579 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
23580
23581 2005-10-20 Kim F. Storm <storm@cua.dk>
23582
23583 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
23584 (ido-set-current-directory): Don't add / after final @.
23585 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
23586 Explicitly handle ange-ftp completion oddities.
23587 (ido-make-file-list): Don't rotate list at tramp root to avoid
23588 triggering tramp file handler for expand-file-name via get-file-buffer.
23589
23590 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
23591
23592 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
23593
23594 2005-10-19 Jay Belanger <belanger@truman.edu>
23595
23596 * calc/calc-units.el (math-standard-units): Add units, adjust
23597 symbols and update values.
23598 (math-unit-prefixes): Add more prefixes.
23599
23600 2005-10-19 Romain Francoise <romain@orebokech.com>
23601
23602 * bookmark.el (bookmark-menu-heading): New face.
23603 (bookmark-bmenu-list): Use it.
23604 Don't fiddle with `baud-rate' at top-level.
23605
23606 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
23607
23608 * image.el (create-image, find-image): Mention max-image-size in
23609 docstring.
23610
23611 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
23612
23613 * savehist.el (savehist-load): Revert to checking XEmacs.
23614
23615 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
23616 Various docstring and line-width fixups.
23617 (conf-mode): Use cond.
23618 Set font-lock-defaults. Don't set comment-use-syntax.
23619
23620 2005-10-18 David Ponce <david@dponce.com>
23621
23622 * tree-widget.el (tree-widget-button-click): New function.
23623 (tree-widget-button-keymap): Use it.
23624
23625 2005-10-18 Romain Francoise <romain@orebokech.com>
23626
23627 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
23628 (bookmark-bmenu-hide-filenames): Add follow-link property.
23629 Improve help-echo text.
23630
23631 * ffap.el (find-file-at-point): Doc fix.
23632
23633 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23634
23635 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
23636
23637 2005-10-18 Masatake YAMATO <jet@gyve.org>
23638
23639 Install to the CVS repository what I forgot to install in my
23640 2005-10-16 changes.
23641
23642 * progmodes/python.el (python-complete-symbol): Pass the common
23643 prefix substring of completion to `display-completion-list'.
23644
23645 * textmodes/org.el (org-complete): Ditto.
23646
23647 2005-10-18 Masatake YAMATO <jet@gyve.org>
23648
23649 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
23650
23651 * woman.el (WoMan-xref-man-page): New button type derived
23652 from `Man-abstract-xref-man-page'.
23653 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
23654
23655 * man.el (Man-abstract-xref-man-page): New button type.
23656 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
23657 (Man-highlight-references): Add new optional argument `xref-man-type'.
23658
23659 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23660
23661 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
23662
23663 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
23664
23665 * cus-edit.el (Custom-move-and-invoke): Delete.
23666 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
23667
23668 * wid-edit.el (widget-move-and-invoke): New function, from
23669 Custom-move-and-invoke.
23670
23671 2005-10-17 Bill Wohler <wohler@newt.com>
23672
23673 Move all remaining images from lisp/toolbar to etc/images, move
23674 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
23675 the low resolution images in their own directory (low-color).
23676
23677 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
23678 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
23679 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
23680 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
23681 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
23682 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
23683 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
23684
23685 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
23686 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
23687 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
23688 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
23689 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
23690 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
23691 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
23692 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
23693 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
23694 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
23695 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
23696 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
23697 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
23698 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
23699 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
23700
23701 To conform with convention, replace the underscore (_) in the
23702 following image names with dash (-) or (/) as appropriate.
23703
23704 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
23705 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
23706 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
23707 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
23708 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
23709 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
23710 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
23711 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
23712 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
23713 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
23714 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
23715 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
23716 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
23717 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
23718 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
23719
23720 * info.el (info-tool-bar-map): Replace underscores in image names
23721 with dashes.
23722
23723 * makefile.w32-in (WINS): Remove toolbar.
23724
23725 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
23726
23727 * tool-bar.el: Move to lisp from toolbar. Now that
23728 toolbar is empty, it should be deleted when folks run "cvs up -P".
23729
23730 2005-10-18 Jay Belanger <belanger@truman.edu>
23731
23732 * calc/calc-store.el (calc-store-into): Get the proper variable name
23733 to display in message.
23734
23735 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23736
23737 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
23738 expressions display in speedbar for all buffers when debugging.
23739 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
23740
23741 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
23742 (speedbar-insert-button, speedbar-make-button):
23743 Use add-text-properties.
23744 (speedbar-update-localized-contents)
23745 (speedbar-update-directory-contents)
23746 (speedbar-update-special-contents): Use dolist.
23747 (speedbar-buffer-easymenu-definition): Add a menu separator.
23748
23749 2005-10-17 Jason Rumney <jasonr@gnu.org>
23750
23751 * makefile.w32-in: Use $(lisp) consistently.
23752 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
23753 for shell specific generation of mh-autoloads.
23754
23755 2005-10-17 Richard M. Stallman <rms@gnu.org>
23756
23757 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
23758
23759 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
23760
23761 * jit-lock.el (jit-lock-fontify-now):
23762 Move jit-lock-context-unfontify-pos to avoid wasted work.
23763
23764 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
23765
23766 * net/tramp.el (tramp-completion-mode): New defvar. Used in
23767 `tramp-completion-mode' for checking if we are in completion mode.
23768 (tramp-completion-handle-file-name-all-completions): Reorder code
23769 in order to complete for file names only in case there are no
23770 method/user/host completions. This is necessary for cooperation
23771 with ido. Reported by Kim F. Storm <storm@cua.dk>.
23772
23773 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
23774
23775 * longlines.el (longlines-search-forward)
23776 (longlines-search-backward): Match any number of spaces.
23777
23778 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
23779
23780 * diff-mode.el (diff-mode): Doc fix.
23781
23782 2005-10-16 David Reitter <david.reitter@gmail.com>
23783
23784 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
23785 as default on darwin and windows systems.
23786
23787 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
23788
23789 * arc-mode.el (archive-zip-extract): Doc fix.
23790
23791 2005-10-16 Romain Francoise <romain@orebokech.com>
23792
23793 * mouse.el (mouse-1-click-follows-link): Doc fix.
23794
23795 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23796
23797 * savehist.el: Don't require CL at runtime.
23798 (savehist-xemacs): Remove.
23799 (savehist-coding-system): Use utf-8 if present, regardless of religion.
23800 (savehist-no-conversion): Use (featurep 'xemacs).
23801 (savehist-load): Check existence of start-itimer rather than XEmacs.
23802 Use an idle timer.
23803 (savehist-process-for-saving): Replace use of CL funs `subseq' and
23804 `delete-if-not'.
23805
23806 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
23807
23808 * savehist.el: Newer version.
23809 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
23810 (savehist-last-checksum, savehist-no-conversion): New vars.
23811 (savehist-autosave, savehist-process-for-saving, savehist-printable):
23812 New functions.
23813 (savehist-load, savehist-save): Use them.
23814 (savehist-delimit): Remove.
23815
23816 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23817
23818 * progmodes/compile.el (compilation-goto-locus): Display the
23819 compilation buffer first and the source buffer second, in case they're
23820 in overlapping frames. Don't raise the compilation frame if it was the
23821 selected window upon entry. Pass the `other-window' arg to
23822 pop-to-buffer.
23823
23824 * info.el (Info-fontify-node): Use dolist.
23825 Change add-text-properties to put-text-property.
23826
23827 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23828
23829 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
23830 bound of search.
23831
23832 2005-10-16 Masatake YAMATO <jet@gyve.org>
23833
23834 * dabbrev.el (dabbrev-completion): Pass the common
23835 prefix substring of completion to `display-completion-list'.
23836
23837 * filecache.el (file-cache-minibuffer-complete)
23838 (file-cache-complete): Ditto.
23839
23840 * tempo.el (tempo-display-completions): Ditto.
23841
23842 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
23843
23844 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
23845
23846 * eshell/em-hist.el (eshell-list-history): Ditto.
23847
23848 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
23849
23850 * mail/mailalias.el (mail-complete): Ditto.
23851
23852 * progmodes/etags.el (complete-tag): Ditto.
23853
23854 * progmodes/make-mode.el (makefile-complete): Ditto.
23855
23856 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
23857
23858 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
23859
23860 * progmodes/pascal.el (pascal-complete-word)
23861 (pascal-show-completions): Ditto.
23862
23863 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
23864
23865 * simple.el (completion-common-substring): New variable.
23866 (completion-setup-function): Use `completion-common-substring'
23867 to put faces.
23868
23869 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23870
23871 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
23872 (x-get-selection, mac-select-convert-to-string): Convert from/to
23873 UTF-16 clipboard data as in native byte order, no BOM.
23874
23875 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
23876
23877 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23878 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
23879 (gud-sentinel): Use speedbar-frame to check for speedbar.
23880
23881 2005-10-15 Richard M. Stallman <rms@gnu.org>
23882
23883 * savehist.el: New file.
23884
23885 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
23886
23887 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
23888 Fix bug in \bf fontification.
23889
23890 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
23891
23892 * pcvs.el (cvs-edit-log-files): New var.
23893 (cvs-mode-edit-log): New arg `file'.
23894 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
23895 Instead force the use of the original file and nothing else.
23896 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
23897 the cvs-minor-wrap-function is set.
23898 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
23899
23900 2005-10-14 Bill Wohler <wohler@newt.com>
23901
23902 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
23903 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
23904 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
23905 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
23906 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
23907 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
23908 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
23909 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
23910 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
23911 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
23912 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
23913 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
23914 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
23915 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
23916 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
23917
23918 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23919 appropriately (for example, gud-break to gud/break).
23920
23921 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
23922
23923 * longlines.el (longlinges-search-function)
23924 (longlines-search-forward, longlines-search-backward): New functions.
23925 (longlines-mode): Set isearch-search-fun-function to
23926 longlinges-search-function.
23927
23928 * mouse.el (mouse-drag-region-1): Handle the case where a
23929 double-click event is bound to an arbitrary function.
23930
23931 2005-10-14 David Ponce <david@dponce.com>
23932
23933 * recentf.el (recentf-track-opened-file)
23934 (recentf-track-closed-file, recentf-update-menu)
23935 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
23936 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
23937 mouse-1-click-follows-link.
23938
23939 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23940
23941 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
23942 Gnome file-manager.png. Suggested by
23943 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
23944
23945 * toolbar/README: Add diropen.xpm.
23946
23947 2005-10-13 Bill Wohler <wohler@newt.com>
23948
23949 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
23950 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
23951
23952 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
23953
23954 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
23955 Don't waste the byte-compiler's time on constant data.
23956
23957 2005-10-13 Kenichi Handa <handa@m17n.org>
23958
23959 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
23960 byte with `escape-glyph' face.
23961
23962 * international/fontset.el (ccl-encode-unicode-font):
23963 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
23964 Handle the case that ucs-mule-to-mule-unicode translates a character to
23965 ASCII (usually for IPA characters).
23966
23967 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23968
23969 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
23970 Don't hide the underline of titles if font-lock-mode is disabled.
23971
23972 2005-10-12 Bill Wohler <wohler@newt.com>
23973
23974 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
23975 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23976 files in MH-E-SRC have been updated.
23977 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
23978
23979 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23980
23981 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
23982 (mixal-mode-syntax-table): Add \n as end-comment.
23983 (mixal-operation-codes-alist): Immediately initialize to full value.
23984 (mixal-add-operation-code): Remove.
23985 (mixal-describe-operation-code): Make the arg non-optional.
23986 Use the interactive spec instead.
23987 Use mixal-operation-codes-alist rather than mixal-operation-codes.
23988 (mixal-font-lock-keywords): Don't highlight comments here any more.
23989 (mixal-font-lock-syntactic-keywords): New var.
23990 (mixal-mode): Use it. Fix comment-start-skip.
23991
23992 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23993
23994 * startup.el (command-line-x-option-alist): -nb => -nbi.
23995
23996 2005-10-12 Kim F. Storm <storm@cua.dk>
23997
23998 * startup.el (fancy-splash-default-action): Discard mouse click in
23999 the splash screen window, as it has no sensible meaning in the
24000 next window to be selected. Fixes error reported by Jan D.
24001
24002 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
24003
24004 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
24005
24006 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
24007
24008 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
24009 Try to fix up minor layout issues like indentation, line break, etc...
24010 (mixal-mode-syntax-table): Don't try to specify comment syntax,
24011 because it doesn't work.
24012 (mixal-operation-codes): Add some more codes.
24013 (mixal-font-lock-keywords): Process comments here.
24014 (mixal-mode): mixasm no longer needs -g option.
24015
24016 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
24017
24018 * progmodes/sh-script.el (sh-tmp-file):
24019 Use mktemp -t. Finish support for es and rc shells.
24020
24021 2005-10-11 Jay Belanger <belanger@truman.edu>
24022
24023 * calc/calcalg2.el (calc-integral): With an argument, compute the
24024 definite integral.
24025
24026 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
24027
24028 * mouse.el (mouse-drag-region-1): Don't try to catch a
24029 double-click when doing follow-link (it's overridden anyway).
24030
24031 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
24032
24033 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
24034 (autoload-print-form-outbuf): Add docstring.
24035
24036 2005-10-11 Juri Linkov <juri@jurta.org>
24037
24038 * info.el (Info-mode-menu): Delete menu item "Edit".
24039 (Info-mode): Delete description of Info-edit from docstring,
24040 and rearrange descriptions of Info commands in the order
24041 they are documented in the Info manual.
24042
24043 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
24044
24045 * calendar/appt.el (appt-check): Use diary-selective-display var.
24046
24047 2005-10-10 Richard M. Stallman <rms@gnu.org>
24048
24049 * net/newsticker.el (newsticker-start, newsticker-show-news):
24050 Add autoload cookies.
24051
24052 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
24053
24054 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
24055
24056 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
24057
24058 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
24059
24060 2005-10-10 Jay Belanger <belanger@truman.edu>
24061
24062 * calc/calc-arith.el (math-check-known-scalarp)
24063 (math-check-known-matrixp): Check the values of arguments that are
24064 variables.
24065 (math-check-known-square-matrixp): New function.
24066 (math-known-square-matrixp): Use math-check-known-square-matrixp.
24067 (math-super-types): Add sqmatrix type.
24068
24069 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
24070 mode name `square' to `sqmatrix'.
24071
24072 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
24073 mode name `square' to `sqmatrix'.
24074
24075 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
24076
24077 * progmodes/etags.el (select-tags-table-mode): Don't use
24078 selective-display.
24079 (tags-select-tags-table): Pass `button' to the action function.
24080 (select-tags-table): Place the side-info on button properties rather
24081 than in hidden text. Abbreviate file names.
24082 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
24083 (select-tags-table-select): Add `button' argument.
24084 Get side-info from the button property rather than from hidden text.
24085
24086 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
24087
24088 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
24089 (gud-speedbar-buttons): Preserve point if possible.
24090 (gud-sentinel): Restore previous speedbar display type.
24091
24092 * progmodes/gdb-ui.el (gdba): Improve diagram.
24093 (def-gdb-auto-update-handler, gdb-info-locals-handler)
24094 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
24095 Call get-buffer-window once.
24096
24097 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
24098
24099 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
24100 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
24101 (pascal-indent-command): Remove unused var `ind'.
24102 (pascal-indent-case): Remove unused var `oldpos'.
24103 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
24104 since it's now used as a proper minor mode map.
24105 (pascal-outline): Rename to pascal-outline-mode.
24106 (pascal-outline-mode): Use define-minor-mode.
24107 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
24108 selective-display.
24109
24110 2005-10-10 Andreas Schwab <schwab@suse.de>
24111
24112 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
24113 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
24114
24115 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
24116 outside source directory.
24117
24118 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
24119
24120 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
24121 C-x' as a prefix.
24122 (orgtbl-mode-map): Full keymap instead of sparse, because all
24123 `self-insert-command' keys are redefined in this map.
24124 (org-export-as-html): Specify charset for HTML file, by taking it
24125 from the coding system.
24126
24127 2005-10-10 Kenichi Handa <handa@m17n.org>
24128
24129 * textmodes/flyspell.el (flyspell-check-word-p):
24130 If unread-command-events is non-empty, don't call sit-for.
24131
24132 2005-10-09 Richard M. Stallman <rms@gnu.org>
24133
24134 * font-lock.el (font-lock-syntactic-keywords)
24135 (font-lock-keywords): Doc fixes.
24136
24137 * textmodes/flyspell.el (flyspell-external-point-words):
24138 Simplify logic, and don't try to check for consecutive appearances
24139 of one incorrect word.
24140
24141 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
24142
24143 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
24144 separator.
24145
24146 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
24147 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
24148 (gud-expansion-speedbar-buttons): New function.
24149 (gud-speedbar-buttons): Check for gud-comint-buffer.
24150
24151 2005-10-09 Bill Wohler <wohler@newt.com>
24152
24153 * Makefile.in (updates): Add mh-loaddefs dependency.
24154
24155 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
24156
24157 * speedbar.el (speedbar-file-key-map): Fix typo.
24158
24159 2005-10-09 Daniel Brockman <daniel@brockman.se>
24160
24161 * cus-start.el (line-spacing): Add custom spec.
24162
24163 2005-10-09 Romain Francoise <romain@orebokech.com>
24164
24165 * textmodes/ispell.el (ispell-check-version): Fix last change.
24166
24167 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24168
24169 * term/x-win.el: Remove -i, --icon-type from comment.
24170
24171 * startup.el (command-line-x-option-alist): Remove options -i,
24172 -itype, --icon-type, added -nb, --no-bitmap-icon.
24173
24174 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
24175
24176 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
24177 instead of :active.
24178
24179 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
24180
24181 * textmodes/ispell.el (ispell-check-version):
24182 Ignore hyphen, and all that follows, in aspell's version text.
24183
24184 2005-10-08 Jay Belanger <belanger@truman.edu>
24185
24186 * calc/calc-arith.el (math-known-square-matrixp): New function.
24187 (math-pow-fancy): Check for matrices before distributing exponent
24188 across products.
24189
24190 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
24191 fullscreen keypad. Suggested by Luc Teirlinck.
24192 (calc-keypad-show-input): Add space for formatting.
24193
24194 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
24195 Add square matrix option.
24196
24197 * calc/calc-poly.el (math-expand-term): Check for matrices instead
24198 of checking calc-matrix-mode when deciding how to expand.
24199
24200 * calc/calc.el (calc-set-mode-line): Add square matrix option.
24201
24202 2005-10-08 Lars Hansen <larsh@soem.dk>
24203
24204 * net/tramp.el (tramp-perl-directory-files-and-attributes):
24205 Add error handling.
24206 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
24207
24208 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
24209
24210 Sync with Tramp 2.0.51.
24211
24212 * net/tramp.el (tramp-handle-set-visited-file-modtime)
24213 (tramp-handle-insert-file-contents, tramp-handle-write-region):
24214 Insert special handling for `last-coding-system-used', again
24215 it still seems to be necessary (unlike stated before).
24216 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
24217 (tramp-password-prompt-regexp): There might be other words before
24218 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
24219 (tramp-chunksize): Improve docstring.
24220 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
24221 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
24222 Christian Joergensen <bugs@razor.dk>.
24223
24224 2005-10-07 Glenn Morris <rgm@gnu.org>
24225
24226 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
24227 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
24228 precision'.
24229
24230 2005-10-07 Romain Francoise <romain@orebokech.com>
24231
24232 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
24233 (ibuffer-do-shell-command-pipe-replace)
24234 (ibuffer-do-shell-command-file, ibuffer-do-eval)
24235 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
24236 (ibuffer-do-revert, ibuffer-do-replace-regexp)
24237 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
24238 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
24239 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
24240 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
24241 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
24242 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
24243 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
24244 Autoload file sans suffix.
24245
24246 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
24247
24248 2005-10-07 David Ponce <david@dponce.com>
24249
24250 * recentf.el (recentf-menu-open-all-flag): New option.
24251 (recentf-digit-shortcut-command-name): New function.
24252 (recentf--shortcuts-keymap): New variable.
24253 (recentf-menu-shortcuts): New variable.
24254 (recentf-make-menu-items): Initialize it. Replace the "More..."
24255 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
24256 (recentf-menu-value-shortcut): New function.
24257 (recentf-make-menu-item): Use it. No more in-lined.
24258 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
24259 (recentf-open-most-recent-file): Rename from
24260 `recentf-open-file-with-key'. Don't depend on key binding.
24261 (recentf-mode-map): New variable.
24262 (recentf-mode): Use it.
24263
24264 2005-10-06 Bill Wohler <wohler@newt.com>
24265
24266 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
24267
24268 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
24269 (MH-E-SRC): New. Used by mh-autoloads.
24270 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
24271 files in MH-E-SRC have been updated.
24272 (compile, recompile, bootstrap): Depend on mh-autoloads.
24273
24274 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
24275
24276 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
24277 gud-break and gud-remove icons when the fringe is not available.
24278
24279 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
24280 Typo.
24281
24282 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
24283
24284 * play/zone.el (zone): Wrap body with save-window-excursion.
24285
24286 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
24287
24288 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
24289 Use the new `list-only' arg to diary-list-entries.
24290
24291 * calendar/diary-lib.el: Use overlays rather than selective-display.
24292 (diary-selective-display): New var.
24293 (diary-header-line-format): Use it.
24294 (diary-list-entries): Add argument `list-only'.
24295 Put the buffer in diary-mode. Don't add \^M at beg and end.
24296 Replace \^M by invisible overlays.
24297 (diary-unhide-everything): Replace \^M by invisible overlays.
24298 (print-diary-entries): Look for overlays rather than \^M.
24299 Add a space to the temp buffer name.
24300 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
24301 Put the buffer in diary-mode.
24302 (list-sexp-diary-entries): Replace \^M by invisible overlays.
24303 (diary-anniversary): Make the year arg optional.
24304 (diary-time-regexp): New const.
24305 (diary-font-lock-keywords): Use it to accept a few more time formats.
24306
24307 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
24308
24309 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
24310
24311 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
24312 Fix bug introduced 2005-07-03: Use (car (last ...))
24313 to faithfully reproduce replaced artist-last.
24314 (artist-set-arrow-points-for-poly): Likewise.
24315 Suggested by Johan Bockg\e,Ae\e(Brd.
24316
24317 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
24318
24319 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
24320 * wid-edit.el (widget):
24321 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
24322 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
24323
24324 2005-10-06 Kenichi Handa <handa@m17n.org>
24325
24326 * international/mule-cmds.el (set-language-environment):
24327 Fix setting up of case-table for unibyte mode.
24328
24329 * simple.el (what-cursor-position): If the character is displayed
24330 by some `display' text property, show that. Don't use
24331 single-key-description for eight-bit characters in multibyte mode.
24332
24333 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
24334
24335 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
24336 (gdb-ann3): Set it.
24337 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
24338 (gdb-info-frames-custom): Use inverse-video for first five
24339 characters of selected frame only.
24340 (gdb-get-frame-number): Select frame even when point is on frame
24341 number.
24342
24343 2005-10-06 Masatake YAMATO <jet@gyve.org>
24344
24345 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
24346 Put `font-lock-function-name-face'.
24347 (gdb-info-frames-custom): Put `font-lock-function-name-face'
24348 and `font-lock-variable-name-face'
24349 (gdb-registers-font-lock-keywords): New font lock keywords definition.
24350 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
24351 (gdb-memory-font-lock-keywords): New font lock keywords definition.
24352 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
24353 (gdb-local-font-lock-keywords): New font lock keywords definition.
24354 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
24355 (gdb-threads-font-lock-keywords): New font lock keywords definition.
24356 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
24357
24358 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
24359
24360 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
24361 (ediff-merge-region-is-non-clash-to-skip): Previously called
24362 ediff-merge-region-is-non-clash.
24363
24364 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
24365 Use insert-buffer-substring.
24366
24367 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
24368 selecting files to patch. Also bug fixes.
24369
24370 * ediff-util.el (ediff-setup): Bug fix.
24371 (ediff-next-difference): Never skip clashes that differ in white
24372 space only.
24373
24374 * ediff-wind.el (ediff-setup-control-frame)
24375 (ediff-destroy-control-frame): Check the menubar feature.
24376
24377 * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
24378 (viper-refresh-mode-line): Use make-local-variable to localize
24379 some vars instead of make-variable-buffer-local. Suggested by
24380 Stefan Monnier.
24381
24382 * emulation/viper-init.el (viper-make-variable-buffer-local):
24383 Delete alias.
24384 (viper-restore-cursor-type, viper-set-insert-cursor-type):
24385 Use make-local-variable instead of make-variable-buffer-local.
24386 Suggested by Stefan Monnier.
24387
24388 * emulation/viper.el (viper-mode): Don't use
24389 viper-make-variable-buffer-local.
24390 (viper-comint-mode-hook): Use make-local-variable on
24391 require-final-newline.
24392 (viper-non-hook-settings): Don't use make-variable-buffer-local.
24393
24394 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
24395
24396 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
24397 also the second char of a comment-start sequence.
24398 (scheme-sexp-comment-syntax-table): New var.
24399 (lambda, define): Set their scheme-doc-string-elt property.
24400 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
24401 Use lisp-font-lock-syntactic-face-function now that it properly
24402 handles |...| symbols.
24403 (scheme-mode-variables): Set lisp-doc-string-elt-property,
24404 parse-sexp-lookup-properties and font-lock-extra-managed-props.
24405
24406 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
24407 bit from # to |.
24408 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
24409
24410 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
24411 (lisp-doc-string-elt-property): New var.
24412 (lisp-font-lock-syntactic-face-function): Use it.
24413 Rewrite to recognize docstrings even for forms not at toplevel.
24414
24415 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
24416 annotation on the | part of #| rather than on the # part.
24417 (scheme-font-lock-syntactic-face-function): New function, to
24418 distinguish strings from |...| symbols.
24419 (scheme-mode-variables): Use it. Also fix up the font-lock-time
24420 syntax-table so that #|...|# is properly highlighted.
24421
24422 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
24423 Don't mark as docstring the 3rd elem of an unknown toplevel form.
24424
24425 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
24426
24427 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
24428 and C-e.
24429
24430 * emacs-lisp/eldoc.el: Move comments into docstrings.
24431 (eldoc-message-commands): Initialize in its declaration.
24432 Add move-beginning-of-line and move-end-of-line.
24433 (eldoc-add-command, eldoc-add-command-completions)
24434 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
24435
24436 * outline.el (outline-mark-subtree): Activate the mark.
24437
24438 * calendar/appt.el (appt-time-regexp): New var.
24439 (appt-add, appt-make-list): Use it.
24440 (appt-convert-time): Clean up.
24441
24442 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
24443 Don't set any syntax-table property here.
24444 (tex-font-lock-verb): New function. Do it here.
24445 (tex-font-lock-syntactic-keywords): Use it.
24446
24447 2005-10-04 Richard M. Stallman <rms@gnu.org>
24448
24449 * wid-edit.el (widget-file-complete): Get the widget start point
24450 the right way. Default directory to `/' if file has none.
24451
24452 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
24453
24454 * textmodes/flyspell.el (flyspell-mode-on):
24455 Call ispell-maybe-find-aspell-dictionaries.
24456
24457 * textmodes/ispell.el (ispell-word, ispell-region):
24458 Call ispell-maybe-find-aspell-dictionaries.
24459 (ispell-accept-buffer-local-defs):
24460 Don't call ispell-maybe-find-aspell-dictionaries.
24461
24462 2005-10-04 Richard M. Stallman <rms@gnu.org>
24463
24464 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
24465
24466 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
24467
24468 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
24469 instead of `fboundp' in order to allow for anonymous functions.
24470
24471 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
24472
24473 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
24474 case the user clicks on the link while another window is selected.
24475 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
24476
24477 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
24478 functionality.
24479 (dframe-help-echo): Save point in case mouse tracking is off.
24480
24481 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
24482
24483 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
24484
24485 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24486
24487 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
24488 not change the global value of those vars.
24489
24490 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
24491 make-local-variable which we do not need any more.
24492
24493 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
24494
24495 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
24496 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
24497 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
24498 (speedbar-path-line): Define obsolete aliases.
24499 (speedbar-line-directory): Doc fix.
24500
24501 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
24502 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
24503 instead of speedbar-line-path.
24504
24505 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24506
24507 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
24508 to nil if dropping on a window. Handle dropping on a minibuffer window
24509 like dropping on a non-window part of Emacs.
24510
24511 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24512
24513 * net/ange-ftp.el: Use with-current-buffer.
24514 (ange-ftp-insert-directory): Do not follow symlinks any more.
24515
24516 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
24517 Remove interactive spec.
24518
24519 2005-10-03 Kim F. Storm <storm@cua.dk>
24520
24521 * ido.el (ido-mode): Use custom-initialize-set.
24522
24523 2005-10-02 Richard M. Stallman <rms@gnu.org>
24524
24525 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
24526 Use insert-buffer-substring.
24527
24528 * net/tramp.el: Pacify byte compiler warnings in pacification code.
24529 (tramp-handle-file-local-copy): Use insert-buffer-substring.
24530
24531 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
24532
24533 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
24534 in last change.
24535 (ange-ftp-insert-directory): Fix up the search for the case where
24536 `file' is absolute.
24537
24538 2005-10-02 Romain Francoise <romain@orebokech.com>
24539
24540 * progmodes/compile.el (compile-goto-error): Delete extra paren.
24541
24542 2005-10-02 Andreas Schwab <schwab@suse.de>
24543
24544 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
24545 directory component in the session info.
24546
24547 2005-10-01 Richard M. Stallman <rms@gnu.org>
24548
24549 * comint.el (comint-redirect-subvert-readonly): Doc fix.
24550
24551 * simple.el (next-error-internal): New function.
24552
24553 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
24554 (compilation-start): Pass new arg to compilation-buffer-name.
24555 (compile-goto-error): Use next-error-internal.
24556
24557 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24558
24559 * speedbar.el: Remove RCS tag.
24560 (speedbar-check-read-only): Handle non-existent files.
24561
24562 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
24563
24564 * info.el (Info-speedbar-hierarchy-buttons)
24565 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
24566
24567 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24568
24569 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
24570 Do not match newline.
24571 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
24572 (bibtex-summary): Remove unnecessary save-excursion.
24573 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
24574
24575 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24576
24577 * term/mac-win.el: Add charset info for "iso10646-1".
24578 Modify default fontset to use ATSUI-compatible fonts for some charsets
24579 if available.
24580
24581 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24582
24583 * speedbar.el: Re-apply arch tag.
24584 (speedbar-version): Rename to version 1.0. Suggested by Eric
24585 M. Ludlam.
24586 Reapply two changes from Emacs CVS' version of speedbar lost
24587 during the merge:
24588 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
24589 (speedbar-frame-parameters): Improve customize type.
24590
24591 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
24592
24593 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
24594 (ange-ftp-file-directory-p): Fix the symlink case.
24595 (ange-ftp-insert-directory): When listing a single file, get a list of
24596 the parent buffer and extract the relevant line. Inspired from a patch
24597 by Katsumi Yamaoka <yamaoka@jpl.org>.
24598 (ange-ftp-file-name-sans-versions): Simplify.
24599
24600 2005-09-30 Bill Wohler <wohler@newt.com>
24601
24602 Move MH-E image files from toolbar and mail directories into
24603 etc/images.
24604
24605 * mail/reply2.*: Move to etc/images/mail/reply*.
24606
24607 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
24608 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
24609 etc/images.
24610
24611 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
24612 * toolbar/reply*: Move to etc/images/mail.
24613
24614 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
24615
24616 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
24617
24618 * speedbar.el: New version 1.0pre3.
24619
24620 Frame management code (including timer, and mouse click specifics)
24621 moved to dframe.el:
24622 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
24623 (speedbar-timer): Removed. Use dframe-timer.
24624 (speedbar-close-frame): Removed. Use dframe-close-frame.
24625 (speedbar-activity-change-focus-flag): Removed. Use
24626 dframe-activity-change-focus-flag.
24627 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
24628 dframe-update-speed.
24629
24630 (speedbar-current-frame): New macro. Use this instead of the
24631 variable speedbar-frame.
24632
24633 (speedbar-use-images, speedbar-expand-image-button-alist)
24634 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
24635
24636 (speedbar-find-image-on-load-path): Removed. Replaced by
24637 defezimage in ezimage.el.
24638 (speedbar-expand-image-button-alist): Removed. Replaced by
24639 ezimage-expand-image-button-alist in ezimage.el.
24640
24641 (speedbar-ignored-directory-regexp)
24642 (speedbar-add-ignored-directory-regexp)
24643 (speedbar-ignored-directory-expressions)
24644 (speedbar-line-directory, speedbar-buffers-line-directory)
24645 (speedbar-directory-line, speedbar-buffers-line-directory):
24646 Renamed, replacing `path' with `directory'.
24647
24648 (speedbar-create-directory, speedbar-expand-line-descendants)
24649 (speedbar-toggle-line-expansion)
24650 (speedbar-contract-line-descendants): New commands.
24651
24652 (speedbar-query-confirmation-method, speedbar-select-frame-method)
24653 (speedbar-use-tool-tips-flag): New options.
24654
24655 (speedbar-check-read-only, speedbar-require-version)
24656 (speedbar-insert-separator, speedbar-buffers-tail-notes)
24657 (speedbar-handle-delete-frame, speedbar-try-completion)
24658 (speedbar-update-localized-contents): New functions.
24659
24660 (speedbar-incompatible-version, speedbar-ro-to-do-point)
24661 (speedbar-object-read-only-indicator): New variables.
24662
24663 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
24664 New hooks.
24665
24666 (speedbar-separator-face): New face.
24667
24668 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
24669 (speedbar-ignored-modes): Add fundamental-mode.
24670 (speedbar-directory-unshown-regexp): Add . directories.
24671
24672 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
24673 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
24674 `]' for full expand/close.
24675 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
24676
24677 (speedbar-check-vc): Support hidden files.
24678 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
24679 (speedbar-this-file-in-vc): Use vc-state if available. If VC
24680 state is nil, it is not checked out.
24681
24682 (speedbar-line-text, speedbar-line-token): Support expand buttons
24683 with no text.
24684 (speedbar-refresh): Universal argument acts as power-click.
24685 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
24686 that buffer to get variable values.
24687
24688 And many other bugfixes.
24689
24690 * dframe.el, ezimage.el, sb-image.el: New files.
24691
24692 * sb-*.xpm: Remove files. New image files installed into
24693 etc/images/ezimage.
24694
24695 2005-09-30 Kenichi Handa <handa@m17n.org>
24696
24697 * ps-mule.el (ps-mule-show-warning): If a character is in
24698 ps-print-translation-table, don't treat it as non-printable.
24699
24700 2005-09-30 David Ponce <david@dponce.com>
24701
24702 * tree-widget.el (tree-widget-themes-load-path): New variable.
24703 (tree-widget-themes-directory): Doc fix.
24704 (tree-widget-image-formats) [Emacs]: Doc fix.
24705 (tree-widget--locate-sub-directory): New function.
24706 (tree-widget-themes-directory): Use it.
24707
24708 * recentf.el (recentf-filename-handlers): Rename from
24709 `recentf-filename-handler'. Allow a list of functions.
24710 (recentf-menu-items-for-commands): Fix :help strings.
24711 (recentf-apply-filename-handlers): New function.
24712 (recentf-expand-file-name): Use it.
24713 (recentf-cleanup): Remove duplicates too.
24714
24715 2005-09-29 Juri Linkov <juri@jurta.org>
24716
24717 * faces.el: Rearrange face definitions to be in the same order as
24718 their face descriptions in "(emacs)Standard Faces".
24719
24720 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
24721
24722 * tooltip.el (tooltip): Add group `basic-faces'.
24723
24724 * buff-menu.el (Buffer-menu-buffer): Remove group
24725 `font-lock-highlighting-faces'.
24726
24727 * progmodes/compile.el (compilation-error, compilation-warning)
24728 (compilation-info, compilation-line-number, compilation-column-number):
24729 Change group from `font-lock-highlighting-faces' to `compilation'.
24730
24731 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
24732 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
24733 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
24734 (vhdl-font-lock-reserved-words-face)
24735 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
24736 `font-lock-highlighting-faces'.
24737
24738 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
24739
24740 2005-09-28 Kim F. Storm <storm@cua.dk>
24741
24742 * emulation/cua-base.el: Set CUA move property on additional commands:
24743 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
24744 forward-sexp, backward-sexp, forward-list, backward-list.
24745
24746 2005-09-28 Romain Francoise <romain@orebokech.com>
24747
24748 * comint.el (comint-show-output): Really set point at the
24749 beginning of the output when not using `comint-use-prompt-regexp'.
24750
24751 2005-09-27 Jay Belanger <belanger@truman.edu>
24752
24753 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
24754 in TeX mode.
24755
24756 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
24757
24758 * textmodes/org.el (org-table-sum): Fix format string.
24759
24760 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
24761 Quote face names.
24762
24763 2005-09-26 Romain Francoise <romain@orebokech.com>
24764
24765 * isearch.el (isearch-forward-regexp): Close doc string.
24766
24767 2005-09-25 Richard M. Stallman <rms@gnu.org>
24768
24769 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
24770
24771 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
24772
24773 * progmodes/compile.el (compilation-error-properties):
24774 When getting the file from the previous error message,
24775 correctly decode the new data format.
24776
24777 * progmodes/cc-cmds.el (c-electric-paren):
24778 Call old-blink-paren only for close-paren.
24779
24780 2005-09-24 Andreas Schwab <schwab@suse.de>
24781
24782 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
24783 condition.
24784
24785 2005-09-25 Romain Francoise <romain@orebokech.com>
24786
24787 * dired-aux.el (dired-copy-file-recursive):
24788 * dired.el (dired-delete-file):
24789 * ediff-mult.el (ediff-dir-diff-copy-file):
24790 * ediff-util.el (ediff-test-save-region):
24791 * forms.el (forms-mode):
24792 * ido.el (ido-file-internal, ido-delete-file-at-head):
24793 * log-edit.el (log-edit-done):
24794 * ses.el (ses-yank-resize):
24795 * play/gomoku.el (gomoku-human-plays, gomoku)
24796 (gomoku-human-resigns, gomoku-prompt-for-other-game)
24797 (gomoku-offer-a-draw):
24798 * play/landmark.el (lm-human-resigns, lm):
24799 * net/eudcb-ldap.el (eudc-ldap-check-base):
24800 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
24801 * progmodes/ebrowse.el (ebrowse-find-pattern):
24802 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
24803 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
24804 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
24805
24806 * vc.el (vc-delete-file):
24807 * play/gomoku.el (gomoku-terminate-game, gomoku)
24808 (gomoku-prompt-for-move, gomoku-human-takes-back):
24809 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
24810 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
24811
24812 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
24813
24814 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
24815 color rxvt terminals by using the code xterm.el used to use before
24816 2005-04-09 in order to match the colors used by rxvt.
24817
24818 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24819
24820 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
24821 colors rxvt-unicode terminals by using the same code as xterm.el.
24822
24823 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
24824
24825 * textmodes/tex-mode.el (tex-font-lock-append-prop)
24826 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
24827 new symbol used for the tex-verbatim face.
24828
24829 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
24830
24831 * woman.el (woman-file-name):
24832 * wid-edit.el (widget-file-prompt-value)
24833 (widget-coding-system-prompt-value):
24834 * w32-fns.el (set-w32-system-coding-system):
24835 * vc.el (vc-version-diff, vc-annotate):
24836 * textmodes/reftex-auc.el (reftex-arg-cite)
24837 (reftex-arg-index-tag):
24838 * textmodes/refer.el (refer-get-bib-files):
24839 * textmodes/artist.el (artist-figlet-choose-font):
24840 * terminal.el (terminal-emulator):
24841 * replace.el (occur-read-primary-args):
24842 * rect.el (string-rectangle, string-insert-rectangle):
24843 * ps-print.el (ps-print-preprint):
24844 * progmodes/pascal.el (pascal-goto-defun):
24845 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
24846 * progmodes/compile.el (compilation-find-file):
24847 * printing.el (pr-interactive-n-up):
24848 * play/animate.el (animate-birthday-present):
24849 * net/rcompile.el (remote-compile):
24850 * man.el (man, Man-goto-section, Man-follow-manual-reference):
24851 * mail/rmailsum.el (rmail-summary-search-backward)
24852 (rmail-summary-search):
24853 * mail/rmailout.el (rmail-output-read-rmail-file-name)
24854 (rmail-output-read-file-name):
24855 * mail/rmail.el (rmail-search, rmail-search-backwards):
24856 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
24857 * locate.el (locate):
24858 * international/quail.el (quail-show-keyboard-layout):
24859 * international/mule.el (set-buffer-file-coding-system)
24860 (revert-buffer-with-coding-system, set-file-name-coding-system)
24861 (set-terminal-coding-system, set-keyboard-coding-system)
24862 (set-next-selection-coding-system):
24863 * international/mule-diag.el (describe-coding-system)
24864 (describe-font, describe-fontset):
24865 * international/mule-cmds.el (universal-coding-system-argument)
24866 (search-unencodable-char, describe-input-method)
24867 (set-language-environment, describe-language-environment):
24868 * international/codepage.el (codepage-setup):
24869 * international/code-pages.el (codepage-setup):
24870 * info.el (Info-search, Info-follow-reference)
24871 (Info-search-backward):
24872 * emacs-lisp/advice.el (ad-read-advised-function)
24873 (ad-read-advice-class, ad-clear-cache, ad-activate)
24874 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
24875 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
24876 (ad-read-regexp):
24877 * ediff-util.el (ediff-toggle-regexp-match):
24878 * ediff-ptch.el (ediff-prompt-for-patch-file):
24879 * dired-aux.el (dired-diff):
24880 * diff.el (diff):
24881 * cus-edit.el (custom-variable-prompt):
24882 * calendar/timeclock.el (timeclock-ask-for-project):
24883 * calc/calcalg3.el (calc-get-fit-variables):
24884 * calc/calc-store.el (calc-edit-variable)
24885 (calc-permanent-variable):
24886 * vc-mcvs.el (vc-mcvs-register):
24887 * shadowfile.el (shadow-define-literal-group):
24888 * woman.el (woman-file-name):
24889 * vc.el (vc-version-diff, vc-merge):
24890 * textmodes/reftex-index.el (reftex-index-complete-tag):
24891 * format.el (format-decode-buffer, format-decode-region):
24892 * emulation/viper-cmd.el (viper-read-string-with-history):
24893 * emacs-lisp/debug.el (cancel-debug-on-entry):
24894 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
24895 * ediff.el (ediff-merge-revisions)
24896 (ediff-merge-revisions-with-ancestor, ediff-revision):
24897 * completion.el (interactive-completion-string-reader):
24898 * calc/calc-prog.el (calc-user-define-formula):
24899 Follow convention for reading with the minibuffer.
24900
24901 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
24902
24903 * progmodes/python.el (python-describe-symbol): Add globals() and
24904 locals() to the arguments of emacs.ehelp.
24905
24906 2005-09-24 Magnus Henoch <mange@freemail.hu>
24907
24908 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
24909 New function, code extracted from ispell-valid-dictionary-list.
24910 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
24911 Call it.
24912
24913 2005-09-24 Eli Zaretskii <eliz@gnu.org>
24914
24915 * subr.el (version-regexp-alist): Extend valid syntax for version
24916 strings: allow any of the characters -,_,+ to separate the
24917 alpha/beta/rc part from the version part. Doc fix.
24918 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
24919
24920 2005-09-23 David Reitter <david.reitter@gmail.com>
24921
24922 * mail/mailclient.el: New file.
24923
24924 2005-09-23 Richard M. Stallman <rms@gnu.org>
24925
24926 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
24927 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
24928 Doc fixes.
24929
24930 * progmodes/cc-mode.el (c-font-lock-init):
24931 Specify font-lock-lines-before.
24932
24933 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
24934
24935 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
24936 whole conflict.
24937
24938 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
24939
24940 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
24941 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
24942 of `remap' feature when available. Additional key bindings for
24943 better tty support.
24944 (org-mode-restart, org-force-self-insert): New commands.
24945 (org-time-stamp-inactive): New command.
24946 (org-remap): New function.
24947 (org-table-auto-blank-field, org-level-color-stars-only): New options.
24948 (org-enable-fixed-width-editor): Move to `org-structure'
24949 customization group.
24950 (org-self-insert-command, orgtbl-self-insert-command): Modify to
24951 blank field after field motion commands.
24952
24953 2005-09-23 Kenichi Handa <handa@m17n.org>
24954
24955 * international/mule-cmds.el (set-language-environment):
24956 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
24957 have to call utf-translate-cjk-load-tables.
24958
24959 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
24960
24961 * mouse.el (mouse-move-drag-overlay): Fix last change.
24962
24963 2005-09-22 David Ponce <david@dponce.com>
24964
24965 * tree-widget.el (tree-widget-value-create): Fix previous change.
24966
24967 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24968
24969 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
24970
24971 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
24972
24973 * mouse.el (mouse-move-drag-overlay): New function.
24974 (mouse-drag-region-1): Use it.
24975 Try to simplify a bit the state handling. Handle clicks on links
24976 inside intangible areas.
24977 (mouse-save-then-kill): Minor simplification.
24978 (mouse-secondary-overlay): Make it always non-nil instead of
24979 recreating it each time.
24980 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
24981 (mouse-kill-secondary, mouse-secondary-save-then-kill):
24982 Simplify accordingly.
24983
24984 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24985
24986 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
24987
24988 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
24989
24990 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
24991 (ediff-file-name-sans-prefix): Treat nil as an empty string.
24992 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
24993 to patch.
24994
24995 * ediff-util.el: Use insert-buffer-substring.
24996
24997 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
24998
24999 * emulation/viper-cmd.el (viper-change-state): Don't move over the
25000 field boundaries in the minibuffer.
25001 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
25002 (viper-minibuffer-post-command-hook): New hook.
25003 (viper-line): Don't move cursor at bolp.
25004
25005 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
25006
25007 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
25008 avoid compiler warnings.
25009
25010 * emulation/viper-macs.el (ex-map): Better messages.
25011
25012 * emulation/viper-utils.el (viper-beginning-of-field): New function.
25013
25014 * emulation/viper.el: Replace make-variable-buffer-local with
25015 viper-make-variable-buffer-local everywhere, to avoid warnings.
25016
25017 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
25018
25019 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
25020 Delete unused var `old-selected-window'.
25021 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
25022 (mouse-drag-secondary): Delete unused var `start-frame'.
25023
25024 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
25025
25026 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
25027
25028 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
25029
25030 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
25031 Re-indent within 80 columns. Use inhibit-read-only.
25032
25033 2005-09-19 Romain Francoise <romain@orebokech.com>
25034
25035 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
25036
25037 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
25038
25039 * font-lock.el (font-lock-default-fontify-region): Don't add a line
25040 unconditionally, since the after-change-function already did it.
25041
25042 2005-09-19 Miles Bader <miles@gnu.org>
25043
25044 * net/newsticker.el: Get rid of CVS keyword.
25045
25046 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
25047
25048 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
25049 The prompt is formatted later.
25050
25051 2005-09-19 David Ponce <david@dponce.com>
25052
25053 * tree-widget.el (tree-widget-value-create): Save the converted
25054 tree :node widget.
25055
25056 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
25057
25058 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
25059 variable `message'.
25060
25061 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
25062
25063 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
25064 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
25065 <slawomir.nowaczyk.847@student.lu.se>.
25066
25067 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
25068
25069 * image.el (image-load-path): Use symbol `data-directory' instead
25070 of its value, for backward compatibility with packages that bind
25071 it during `find-image'. Suggested by Katsumi Yamaoka.
25072 (image-search-load-path): Handle symbols whose values are strings.
25073
25074 2005-09-18 Romain Francoise <romain@orebokech.com>
25075
25076 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
25077 with-current-buffer form in save-excursion.
25078
25079 2005-09-18 Deepak Goel <deego@gnufans.org>
25080
25081 * apropos.el (apropos-command): Fix `message' call: first arg
25082 should be a format spec. In this and all other cases that appear
25083 below and elsewhere in the source code, I made a change only when
25084 two conditions were satisfied: [1] I can think of a possibility
25085 that the arguments would cause an error, for example, the code in
25086 question relies on external variables such as filenames. [2] I
25087 was sure that the arg to `message' could not have been nil in the code.
25088
25089 * textmodes/tildify.el (tildify-region): Ditto.
25090
25091 * textmodes/reftex-index.el (reftex-index-change-entry)
25092 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
25093 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
25094 * textmodes/org.el (org-complete, org-deadline, org-schedule)
25095 (org-priority, org-table-sum):
25096 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
25097 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
25098 (flyspell-word, flyspell-display-next-corrections):
25099 * textmodes/bibtex.el (bibtex-print-help-message):
25100 * textmodes/artist.el (artist-key-set-point-poly):
25101 * term/mac-win.el (mac-services-insert-text):
25102 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
25103 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
25104 (vhdl-port-paste-testbench, vhdl-compose-new-component)
25105 (vhdl-compose-configuration):
25106 * progmodes/sh-script.el (sh-blink, sh-show-indent)
25107 (sh-set-indent, sh-learn-line-indent):
25108 * progmodes/ps-mode.el (ps-mode-target-column):
25109 * progmodes/idlwave.el (idlwave-make-tags)
25110 (idlwave-scan-library-catalogs):
25111 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
25112 * progmodes/gud.el (gud-jdb-analyze-source):
25113 * progmodes/flymake.el (flymake-log):
25114 * progmodes/ebnf2ps.el (ebnf-generate-region):
25115 * progmodes/cmacexp.el (c-macro-expansion):
25116 * progmodes/ada-xref.el (ada-treat-cmd-string):
25117 * progmodes/ada-mode.el (ada-create-case-exception-substring)
25118 (ada-justified-indent-current, ada-batch-reformat):
25119 * play/zone.el (zone):
25120 * play/landmark.el (lm-move):
25121 * play/decipher.el (decipher-show-alphabet):
25122 * net/newsticker.el (newsticker--display-jump)
25123 (newsticker--display-scroll):
25124 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
25125 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
25126 * mail/feedmail.el (feedmail-dump-message-to-queue):
25127 * eshell/esh-proc.el (eshell-remove-process-entry):
25128 * emulation/ws-mode.el (ws-last-error):
25129 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
25130 (viper-record-kbd-macro):
25131 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
25132 * emacs-lisp/lisp-mnt.el (lm-report-bug):
25133 * emacs-lisp/find-func.el (find-function-noselect):
25134 * calendar/timeclock.el (timeclock-status-string)
25135 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
25136 (timeclock-when-to-leave-string):
25137 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
25138 * calc/calc-units.el (calc-enter-units-table):
25139 * calc/calc-mode.el (calc-mode-record-mode):
25140 * woman.el (woman-mini-help):
25141 * wdired.el (wdired-change-to-wdired-mode):
25142 * vc.el (vc-retrieve-snapshot):
25143 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
25144 * startup.el (display-startup-echo-area-message):
25145 * simple.el (set-goal-column):
25146 * ses.el (ses-command-hook, ses-recalculate-cell):
25147 * server.el (server-process-filter):
25148 * printing.el (pr-interface-txt-print, pr-interface-printify)
25149 (pr-interface-ps):
25150 * pcvs.el (cvs-help):
25151 * log-edit.el (log-edit, log-edit-mode-help):
25152 * iswitchb.el (iswitchb-possible-new-buffer):
25153 * isearch.el (isearch-edit-string):
25154 * image-mode.el (image-mode, image-minor-mode):
25155 * ibuf-macs.el (define-ibuffer-filter):
25156 * hi-lock.el (hi-lock-find-patterns):
25157 * files.el (toggle-read-only):
25158 * ediff-util.el (ediff-copy-diff)
25159 (ediff-write-merge-buffer-and-maybe-kill):
25160 * echistory.el (Electric-history-undefined):
25161 * dnd.el (dnd-insert-text):
25162 * dired-aux.el (dired-query):
25163 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
25164 * bookmark.el (bookmark-bmenu-locate):
25165 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
25166 Fix `message' calls to ensure first arg is a format string.
25167 The change was made only when these two conditions were satisfied:
25168 [1] when there is a possibility that the arguments would cause an error
25169 for example, if the code in question relies on external variables
25170 such as filenames, and
25171 [2] if the arg to `message' could not have been nil in the code.
25172
25173 * pcomplete.el (pcomplete--help): Fix `message' format spec.
25174 Not having a %s would be weird, though not technically wrong.
25175
25176 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25177
25178 * term/mac-win.el (mac-add-charset-info): Doc fix.
25179
25180 2005-09-17 Romain Francoise <romain@orebokech.com>
25181
25182 * shell.el (shell-resync-dirs): Handle echoing processes more
25183 reliably. Don't insert resync command if `comint-process-echoes'
25184 is non-nil.
25185
25186 2005-09-17 Magnus Henoch <mange@freemail.hu>
25187
25188 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
25189 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
25190 aspell versions >= 0.60.
25191 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
25192 only if ispell-aspell-supports-utf8 is non-nil.
25193
25194 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
25195
25196 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
25197 buffer-local value to lisp-indent-function.
25198
25199 2005-09-17 Milan Zamazal <pdm@zamazal.org>
25200
25201 * progmodes/glasses.el (glasses-make-readable): If
25202 glasses-separator differs from underscore, put appropriate
25203 overlays over underscore characters.
25204 (glasses-convert-to-unreadable): If glasses-separator differs from
25205 underscore, try to convert glasses-separator characters to
25206 underscores.
25207
25208 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
25209
25210 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
25211 Use with-syntax-table and dolist.
25212
25213 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
25214
25215 * textmodes/reftex-auc.el:
25216 * textmodes/reftex-cite.el:
25217 * textmodes/reftex-dcr.el:
25218 * textmodes/reftex-global.el:
25219 * textmodes/reftex-parse.el:
25220 * textmodes/reftex-ref.el:
25221 * textmodes/reftex-sel.el:
25222 * textmodes/reftex-toc.el:
25223 * textmodes/reftex-vars.el:
25224 * textmodes/reftex.el: Small changes to remove compiler warnings.
25225
25226 * textmodes/reftex-index.el: Likewise.
25227 (reftex-query-index-phrase): More efficient use of markers.
25228
25229 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
25230
25231 * image.el (image-load-path): New variable.
25232 (image-search-load-path): New function.
25233 (find-image): Search for images in `image-load-path'.
25234
25235 2005-09-15 Richard M. Stallman <rms@gnu.org>
25236
25237 * follow.el: Change Maintainer field.
25238
25239 2005-09-15 David Ponce <david@dponce.com>
25240
25241 * recentf.el (recentf-save-file-modes): New option.
25242 (recentf-save-list): Use it.
25243
25244 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
25245
25246 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
25247 (mode-line-mule-info, mode-line-modified): Move bindings from
25248 mouse-3 to mouse-1.
25249
25250 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
25251
25252 * simple.el (sendmail-user-agent-compose): Revert last change.
25253
25254 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
25255
25256 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
25257 Use with-current-buffer.
25258 (ange-ftp-gwp-start): Remove unused var `gw-user'.
25259 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
25260 (ange-ftp-insert-directory): Remove unused var `short'.
25261 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
25262
25263 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
25264 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
25265
25266 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
25267 (check-calendar-holidays, diary-list-entries): Autoload.
25268 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
25269 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
25270
25271 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
25272 which mistakenly removed a call to display-buffer.
25273
25274 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
25275
25276 * obsolete/iso-insert.el: Move to obsolete/ from international/.
25277
25278 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
25279
25280 * progmodes/hideshow.el
25281 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
25282 (hs-allow-nesting): New user var.
25283 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
25284 (hs-hide-block-at-point): When nesting allowed,
25285 if there is already an overlay in place, delete it.
25286 (hs-safety-is-job-n): Delete func; remove call sites.
25287 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
25288 (hs-overlay-at): New func.
25289 (hs-already-hidden-p, hs-show-block): Use it.
25290 (hs-hide-all): Don't pre-clean if nesting allowed.
25291 (hs-show-all): Temporarily disallow
25292 nesting around call to `hs-discard-overlays'.
25293
25294 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
25295
25296 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
25297 Delete unused local var.
25298
25299 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
25300
25301 * help-fns.el (describe-categories): "?\ " -> "?\s".
25302 (help-do-arg-highlight): Recognize also ARG-n, as in
25303 `move-to-left-margin' (ARG+n is already recognized). Simplify.
25304
25305 * international/codepage.el (dos-unsupported-char-glyph):
25306 * net/newsticker.el (tool-bar-map, w3-mode-map)
25307 (w3m-minor-mode-map):
25308 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
25309 (ent-alist):
25310 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
25311
25312 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
25313
25314 * custom.el (custom-push-theme): Handle the case where a symbol is
25315 bound but face properties have not yet been assigned.
25316
25317 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
25318 Fix behavior if noerase is `t' and there is no mail buffer.
25319
25320 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
25321 if `continue' is nil, rather than signal an error.
25322
25323 2005-09-12 Richard M. Stallman <rms@gnu.org>
25324
25325 * font-lock.el (font-lock-keywords): Add autoload.
25326
25327 * help-fns.el (describe-variable): Rearrange to put source link
25328 in a predictable place.
25329
25330 * net/newsticker.el: New file.
25331
25332 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
25333
25334 * calendar/calendar.el (calendar-for-loop): Add edebug info.
25335 (calendar-basic-setup): Use the new nil arg.
25336 (number-of-diary-entries): Move to diary-lib.el.
25337
25338 * calendar/diary-lib.el: Use with-current-buffer, match-string.
25339 (diary-list-entries): Use with-syntax-table and dolist.
25340 Rename from list-diary-entries.
25341 Use number-of-diary-entries if `number' is nil.
25342 (diary, diary-view-entries): Use this new name and new nil arg value.
25343 (number-of-diary-entries): Move from calendar.el.
25344 (diary-unhide-everything): New function.
25345 (include-other-diary-files, fancy-diary-display)
25346 (diary-show-all-entries, make-diary-entry): Use it.
25347 (diary-mail-entries): Use buffer-string.
25348 (mark-diary-entries): Fix long standing paren typo.
25349 (diary-sexp-entry): Use count-lines.
25350 (make-diary-entry): Avoid `previous-line'.
25351 (diary-mode-map): New var.
25352 (diary-mode): Redraw cal after saving. Setup header-line.
25353 (fancy-diary-display-mode): Use local-set-key.
25354
25355 * startup.el (command-line): Try calling various terminal-init-foo-bar
25356 functions by stripping hyphenated suffixes from $TERM.
25357
25358 * files.el (normal-mode): Check boundness of font-lock-keywords.
25359
25360 2005-09-12 Richard M. Stallman <rms@gnu.org>
25361
25362 * progmodes/compile.el: Don't decide a file's directory
25363 until the user actually tries to go there.
25364 (compilation-next-error-function):
25365 Pass compilation-find-file the directory from the file-struct.
25366 (compilation-internal-error-properties): Separate local FILE-STRUCT
25367 from FILE. Doc the args better. Rename arg FMT to FMTS.
25368 (compilation-find-file): Arg DIR renamed to DIRECTORY.
25369 Expand it, and if nil, use default-directory.
25370 (compilation-get-file-structure): Don't mix specified directory
25371 with default directory. Put specified directory into
25372 file-struct. Don't make the file name absolute.
25373
25374 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
25375 (compile-command): Add autoload.
25376 (compilation-disable-input): Add autoload.
25377
25378 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
25379
25380 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
25381 strings of the variables it can override.
25382 (time-stamp): New (as yet undocumented) time-stamp-format escapes
25383 %Q and %q, for fully-qualified domain name and unqualified host name.
25384
25385 2005-09-11 Kim F. Storm <storm@cua.dk>
25386
25387 * emacs-lisp/authors.el (authors-aliases): Update list.
25388 (authors-fixed-entries): Update mldrag.el entry.
25389
25390 2005-09-10 Alan Mackenzie <acm@muc.de>
25391
25392 * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
25393 delimiter from the region narrowed to.
25394
25395 2005-09-10 Magnus Henoch <mange@freemail.hu>
25396
25397 * textmodes/ispell.el (ispell-check-version): Signal an error if
25398 aspell version is less than 0.60.
25399
25400 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
25401
25402 * progmodes/octave-inf.el (inferior-octave-startup):
25403 Resync current dir at the end.
25404
25405 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
25406
25407 * woman.el (woman-topic-at-point-default):
25408 Rename to woman-use-topic-at-point-default.
25409 (woman-topic-at-point): Rename to woman-use-topic-at-point.
25410 (woman-file-name): Reflect renames above. Automatically use the
25411 word at point as topic if woman-use-topic-at-point is non-nil.
25412 Otherwise offer it as default but don't insert it in the
25413 minibuffer. Also use `test-completion' instead of `assoc' as
25414 suggested by Stefan Monnier.
25415
25416 2005-09-10 Andre Spiegel <spiegel@gnu.org>
25417
25418 * vc.el (vc-directory, vc-update-change-log): Throw an error on
25419 the attempt to do it over Tramp. This is not yet supported.
25420
25421 2005-09-10 Eli Zaretskii <eliz@gnu.org>
25422
25423 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
25424 (menu-bar-non-minibuffer-window-p): New functions.
25425 ("Split Window", "Save As..."): Use them.
25426 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
25427 ("Print Buffer", "Truncate Long Lines in this Buffer"):
25428 Use menu-bar-menu-frame-live-and-visible-p.
25429 ("Save Buffer", "Insert File", "Open Directory...")
25430 ("Open File...", "Visit New File..."):
25431 Use menu-bar-non-minibuffer-window-p.
25432 (kill-this-buffer-enabled-p, dired <menu-enable>):
25433 Use menu-bar-non-minibuffer-window-p.
25434
25435 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25436
25437 * cus-start.el (all): Don't complain about fringe-related
25438 built-ins if fringes are not supported. Ditto about
25439 selection-related built-ins. Fix the test for GTK-related built-ins.
25440
25441 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
25442 ("Postscript Print Buffer", "Print Region", "Save As...")
25443 ("Save", "Insert File...", "Open Directory...")
25444 ("Open File...", "Visit New File..."")
25445 ("Truncate Long Lines in this Buffer"): Don't look at
25446 menu-updating-frame if this display does not support multiple frames.
25447
25448 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25449
25450 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
25451
25452 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
25453
25454 * woman.el: Format- and whitespace-related changes.
25455
25456 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25457
25458 * woman.el: Fix my email address.
25459
25460 2005-09-08 Richard M. Stallman <rms@gnu.org>
25461
25462 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
25463 (sh-mode): Locally set skeleton-pair-default-alist.
25464
25465 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
25466
25467 * progmodes/flymake.el: Require `compile' unconditionally.
25468
25469 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
25470
25471 * woman.el (woman-file-name): Provide a default, not initial input.
25472
25473 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
25474
25475 * font-lock.el (font-lock-support-mode): Doc fix.
25476
25477 * descr-text.el (describe-property-list): Handle non-symbol prop names.
25478
25479 2005-09-08 Richard M. Stallman <rms@gnu.org>
25480
25481 * simple.el (blink-matching-open): Get rid of text props from
25482 the string shown in echo area. Don't permanently set point.
25483 Some rearrangements.
25484
25485 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
25486
25487 * recentf.el (recentf-filename-handler): Add custom choice
25488 `abbreviate-file-name'.
25489
25490 * msb.el (msb--very-many-menus): Fix typo.
25491
25492 * disp-table.el (standard-display-european): Don't set
25493 enable-multibyte-characters to nil.
25494
25495 2005-09-08 David Ponce <david@dponce.com>
25496
25497 * recentf.el (recentf-show-file-shortcuts-flag): New option.
25498 (recentf-expand-file-name): Doc fix.
25499 (recentf-dialog-mode-map): Define digit shortcuts.
25500 (recentf--files-with-key): New variable.
25501 (recentf-show-digit-shortcut-filter): New function.
25502 (recentf-open-files-items): New function.
25503 (recentf-open-files): Use it.
25504 (recentf-open-file-with-key): New command.
25505
25506 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
25507
25508 * buff-menu.el (Buffer-menu-sort-by-column): New function.
25509 Suggested by Kim F. Storm.
25510 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
25511 (Buffer-menu-make-sort-button): Use global keymap.
25512
25513 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
25514
25515 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
25516 (Man-getpage-in-background-advice): Remove defadvice; it isn't
25517 necessary any longer with the remapped command.
25518 (Man-bgproc-sentinel-advice): Remove defadvice which counts
25519 formatting time only.
25520
25521 * net/tramp.el (tramp-action-password)
25522 (tramp-multi-action-password): Compile the password prompt from
25523 `method', `user' and `host'. Sometimes it isn't obvious which
25524 password to enter, for example with remote files offered by
25525 recentf.el, or with multiple steps. Suggested by Robert Marshall
25526 <robert@chezmarshall.freeserve.co.uk>.
25527
25528 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25529
25530 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
25531 Fix regexp for when "s///" is at the beginning of line.
25532
25533 2005-09-07 Jay Belanger <belanger@truman.edu>
25534
25535 * calc/calc-poly.el (math-expand-term): Multiply out any powers
25536 when in matrix mode.
25537
25538 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
25539
25540 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
25541 non-anonymous functions.
25542
25543 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
25544
25545 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
25546 when using a header line. Otherwise, use mouse-1-click-follows-link.
25547
25548 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
25549 can't be moved; don't signal an error.
25550
25551 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
25552
25553 * cus-theme.el (custom-theme-write-faces): Save the current face
25554 spec, not the defface spec.
25555
25556 * custom.el (custom-known-themes): Clarify meaning of "standard".
25557 (custom-push-theme): Save old values in the standard theme.
25558 (disable-theme): Correct typo.
25559 (custom-face-theme-value): Deleted unused function.
25560 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
25561
25562 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
25563
25564 * progmodes/compile.el (compilation-goto-locus): Take into account
25565 iconified frames when determining whether the buffer is
25566 already visible.
25567 Don't reset window height if the window already existed.
25568
25569 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
25570
25571 * custom.el (load-theme): Rename from require-theme.
25572 Add interactive spec.
25573 (enable-theme): Rename from custom-enable-theme.
25574 Add interactive spec.
25575 (disable-theme): Rename from custom-disable-theme.
25576 Add interactive spec.
25577 (custom-make-theme-feature): Doc fix.
25578 (custom-theme-directory): Doc fix.
25579 (provide-theme): Call enable-theme.
25580
25581 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
25582
25583 * obsolete/lazy-lock.el (lazy-lock-mode):
25584 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
25585 font-lock-mode if it's off. Print a warning instead.
25586
25587 * progmodes/compile.el (compilation-start): Ignore errors if the
25588 process died before we get to send-eof.
25589
25590 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
25591 Undo last change. Enclosing the result in quotes broke things on Unix
25592 since tex-send-command passes it through shell-quote-argument.
25593 (tex-send-command): Pass `file' through convert-standard-filename
25594 when possible.
25595 (tex-uptodate-p): Handle the case where TeX hasn't put additional
25596 info in a transcript.
25597
25598 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
25599
25600 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
25601 fix compilation warning. Reorder the key definitions to group
25602 together keys emitted by the current version of xterm.
25603
25604 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
25605 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
25606 Reorder predicates to correct min-color usage.
25607
25608 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
25609
25610 * longlines.el (longlines-mode): Inhibit read-only when encoding.
25611 Kill local variables when longlines-mode is turned off.
25612
25613 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
25614
25615 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
25616
25617 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
25618
25619 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
25620
25621 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
25622 (font-lock-lines-before): Change default to being inactive.
25623 (font-lock-default-fontify-region): Obey font-lock-lines-before.
25624 (font-lock-after-change-function): Don't handle f-l-lines-before here.
25625
25626 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25627
25628 * net/tramp.el (tramp-handle-make-auto-save-file-name):
25629 Deactivate temporarily advice if active (not needed for Emacs 22,
25630 but for backwards compatibility).
25631 (tramp-exists-file-name-handler): Rewrite. First implementation
25632 was too simple.
25633 (tramp-advice-make-auto-save-file-name):
25634 Call `tramp-handle-make-auto-save-file-name' (again, just for
25635 backwards compatibility).
25636
25637 2005-08-31 Reto Zimmermann <reto@gnu.org>
25638
25639 * progmodes/vhdl-mode.el
25640 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
25641 (vhdl-end-p): Fix indentation bug "else" after "-- when".
25642 (vhdl-set-default-project): New function (easier setting of default).
25643 (vhdl-port-copy): Handle extended identifiers for generics.
25644 (vhdl-compiler-alist): Better description for error message regexp.
25645 (vhdl-make): Query for target, use previous as default.
25646 (vhdl-port-copy): Fix port copy for port names starting with "signal".
25647 (vhdl-font-lock-keywords-2): Fix fontification for record
25648 el. assign.
25649 (vhdl-speedbar-make-subpack-line): Add package body link.
25650 (vhdl-generate-makefile-1): Not include itself as dependency.
25651 (vhdl-font-lock-init): Highlight c-preprocessor directives.
25652 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
25653 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
25654 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
25655 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
25656 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
25657 (vhdl-import-project): Add string argument for `error'.
25658 (vhdl-compose-configuration)
25659 (vhdl-compose-configuration-architecture): Add configuration
25660 declaration generation.
25661 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
25662 (vhdl-trailer-re): Add "record" keyword (better indentation).
25663 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
25664 "[^ \t-\"]+".
25665 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
25666 (vhdl-testbench-entity-file-name)
25667 (vhdl-testbench-architecture-file-name): Allow separate
25668 customization of testbench file names.
25669 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
25670 (vhdl-get-visible-signals): Allow newline within alias declaration.
25671 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
25672 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
25673 (member-ignore-case): Alias for missing function in XEmacs.
25674 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
25675 (vhdl-update-sensitivity-list): Ignore case on read signals.
25676 (vhdl-replace-string): Adjust case only for file names.
25677 (vhdl-update-sensitivity-list): Fix search for read signals.
25678 (vhdl-update-sensitivity-list): Exclude formal parameters.
25679 (vhdl-get-visible-signals): Include aliases of signals.
25680 (vhdl-get-visible-signals): Fix signal name searching.
25681 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
25682 (vhdl-fixup-whitespace-region): Fix for character
25683 literals (e.g. `:').
25684
25685 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
25686
25687 * ansi-color.el (comint-last-output-start):
25688 * bs.el (font-lock-verbose):
25689 * diff-mode.el (add-log-buffer-file-name-function):
25690 * dired-x.el (vm-folder-directory):
25691 * faces.el (help-xref-stack-item):
25692 * files.el (font-lock-keywords):
25693 * find-lisp.el (dired-buffers, dired-subdir-alist):
25694 * ido.el (cua-inhibit-cua-keys):
25695 * log-view.el (cvs-minor-wrap-function):
25696 * outline.el (font-lock-warning-face):
25697 * simple.el (compilation-current-error):
25698 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
25699 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
25700 * tooltip.el (comint-prompt-regexp):
25701 * w32-fns.el (explicit-shell-file-name):
25702 * term/mac-win.el (mac-charset-info-alist)
25703 (mac-services-selection, mac-system-script-code):
25704 * term/tty-colors.el (msdos-color-values):
25705 * term/w32-win.el (xlfd-regexp-registry-subnum):
25706 * term/x-win.el (x-keysym-table, x-selection-timeout)
25707 (x-session-id, x-session-previous-id):
25708 * textmodes/ispell.el (mail-yank-prefix):
25709 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
25710 * textmodes/org.el (calc-embedded-close-formula)
25711 (calc-embedded-open-formula)
25712 (font-lock-unfontify-region-function):
25713 * textmodes/reftex-global.el (isearch-next-buffer-function)
25714 (TeX-master):
25715 * textmodes/reftex.el (font-lock-keywords):
25716 * textmodes/tex-mode.el (font-lock-comment-face)
25717 (font-lock-doc-face):
25718 * textmodes/texinfo.el (outline-heading-alist):
25719 Add defvars.
25720
25721 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
25722 (artist-spray-chars, artist-mode-init, artist-replace-string)
25723 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
25724 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
25725 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
25726
25727 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
25728 (conf-align-assignments): "?\ " -> "?\s".
25729
25730 * textmodes/reftex-index.el (TeX-master): Add defvar.
25731 (reftex-index-phrases-marker): Move up defvar.
25732
25733 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
25734 (reftex-toc-include-labels-indicator)
25735 (reftex-toc-include-index-indicator)
25736 (reftex-toc-max-level-indicator): Move up declarations.
25737
25738 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
25739 of args to `tramp-run-real-handler', even if it's empty in this case.
25740
25741 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25742
25743 * dired.el (dired-move-to-filename-regexp): Add date format for
25744 Mac OS X 10.3 in East Asian locales.
25745
25746 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25747
25748 * files.el (make-auto-save-file-name): Add file name handler call
25749 if applicable.
25750
25751 * net/tramp.el (tramp-file-name-handler-alist)
25752 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
25753 (tramp-handle-make-auto-save-file-name): Rename from
25754 `tramp-make-auto-save-file-name'.
25755 (tramp-exists-file-name-handler): New defun.
25756 (tramp-advice-make-auto-save-file-name): Make defadvice only when
25757 `make-auto-save-file-name' is not a magic file name operation.
25758
25759 2005-08-30 Richard M. Stallman <rms@gnu.org>
25760
25761 * files.el (risky-local-variable-p):
25762 Match `-predicates' and `-commands.
25763
25764 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
25765 (custom-save-all): Visit the file if necessary;
25766 kill the buffer if we created it.
25767 (custom-save-delete): Don't visit file or kill buffer here.
25768
25769 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
25770
25771 * textmodes/org.el (org-special-keyword): New face.
25772 (org-table-copy-down, org-table-eval-formula)
25773 (org-table-recalculate, org-init-section-numbers):
25774 Use `string-to-number' instead of `string-to-int'.
25775 (org-get-location): Use `insert-buffer-substring' instead of
25776 `insert-buffer'.
25777 (org-modify-diary-entry-string): New function.
25778 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
25779 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
25780 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
25781 active region.
25782 (org-export-as-html): Handle QUOTE keyword.
25783 (org-quote-string): New option.
25784 (org-bookmark-jump-unhide): New function, used for
25785 `bookmark-after-jump-hook'.
25786 (org-diary-default-entry): Apply only when not called through
25787 `org-agenda'.
25788
25789 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
25790
25791 * net/eudc.el (mode-popup-menu):
25792 * play/handwrite.el (ps-printer-name, ps-lpr-command):
25793 * progmodes/ada-mode.el (compile-auto-highlight)
25794 (skeleton-further-elements):
25795 * progmodes/autoconf.el (font-lock-syntactic-keywords):
25796 * progmodes/cmacexp.el (msdos-shells):
25797 * progmodes/compile.el (font-lock-extra-managed-props)
25798 (font-lock-keywords, font-lock-maximum-size)
25799 (font-lock-support-mode):
25800 * progmodes/grep.el (font-lock-lines-before):
25801 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
25802 * progmodes/mixal-mode.el (compile-command):
25803 * progmodes/perl-mode.el (font-lock-comment-face)
25804 (font-lock-doc-face, font-lock-string-face):
25805 * progmodes/prolog.el (comint-prompt-regexp):
25806 * progmodes/sh-script.el (font-lock-comment-face)
25807 (font-lock-set-defaults, font-lock-string-face):
25808 * progmodes/sql.el (font-lock-keyword-face)
25809 (font-lock-set-defaults, font-lock-string-face):
25810 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
25811 (itimer-version, lazy-lock-defer-contextually)
25812 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
25813 Add defvars.
25814
25815 * progmodes/cperl-mode.el (cperl-electric-lbrace)
25816 (cperl-electric-keyword, cperl-electric-pod)
25817 (cperl-electric-backspace, cperl-forward-re)
25818 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
25819 (vc-rcs-header, vc-sccs-header): Add defvars.
25820
25821 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
25822 (font-lock-syntactic-keywords, gud-find-expr-function):
25823 Add defvars.
25824
25825 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
25826 (gdb-frame-parameters): Declare before use.
25827
25828 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
25829 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
25830 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
25831 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
25832
25833 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
25834 (idlwave-help-with-source): Use `insert-buffer-substring', not
25835 `insert-buffer'.
25836
25837 2005-08-29 Juri Linkov <juri@jurta.org>
25838
25839 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
25840 Put outline-back-to-heading function call inside save-excursion.
25841
25842 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
25843
25844 * man.el (Man-init-defvars, Man-translate-references)
25845 (Man-support-local-filenames, Man-highlight-references):
25846 * progmodes/sql.el (sql-interactive-mode):
25847 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
25848
25849 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
25850 (compilation-mode-font-lock-keywords): Add defvars.
25851 (checkdoc-interactive-loop): "?\ " -> "?\s".
25852
25853 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
25854 (font-lock-doc-face, font-lock-string-face)
25855 (font-lock-keywords-case-fold-search): Add defvars.
25856 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
25857
25858 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
25859 Don't pass X and Y (they are ignored anyway).
25860 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
25861 (mouse-delete-window): Make arguments optional.
25862
25863 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
25864 (caesar-translate-table, minor-modes, news-buffer-save)
25865 (news-group-name, news-minor-modes): Add defvars.
25866
25867 * emacs-lisp/lselect.el (mouse-highlight-priority)
25868 (x-lost-selection-functions, zmacs-regions):
25869 * emacs-lisp/pp.el (font-lock-verbose):
25870 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
25871 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
25872 (ses-mode-map):
25873 * emacs-lisp/tcover-unsafep.el (safe-functions):
25874 * international/mule-cmds.el (mac-system-coding-system)
25875 (mac-system-locale):
25876 * language/ethio-util.el (rmail-current-message)
25877 (rmail-message-vector):
25878 * language/thai-util.el (thai-auto-composition-mode):
25879 * mail/metamail.el (rmail-current-message, rmail-message-vector):
25880 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
25881 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
25882 (vm-primary-inbox, vm-spool-files):
25883 * mail/rmail.el (deleted-head, font-lock-fontified)
25884 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
25885 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
25886 (total-messages):
25887 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
25888 (rmail-summary-mode-map):
25889 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
25890 (rmail-last-label, rmail-last-multi-labels)
25891 (rmail-summary-vector, rmail-total-messages):
25892 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
25893 * mail/rmailsum.el (msgnum):
25894 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
25895 (rmail-current-message):
25896 * obsolete/fast-lock.el (font-lock-face-list):
25897 * obsolete/rnewspost.el (mail-reply-buffer):
25898 * obsolete/scribe.el (compile-command):
25899 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
25900
25901 2005-08-28 John Paul Wallington <jpw@gnu.org>
25902
25903 * ibuf-ext.el (ibuffer-auto-update-changed):
25904 Use `frame-or-buffer-changed-p' to check whether we need to update.
25905 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
25906 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
25907 as a `frame-or-buffer-changed-p' state vector instead.
25908
25909 2005-08-27 Romain Francoise <romain@orebokech.com>
25910
25911 * textmodes/makeinfo.el (makeinfo-compile):
25912 Use `compilation-start'. Set `next-error-function' according to
25913 `disable-errors'.
25914 (makeinfo-next-error): New function.
25915 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
25916 (makeinfo-buffer): Likewise.
25917
25918 * progmodes/compile.el (compilation-start): Add autoload cookie.
25919
25920 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
25921 * textmodes/sgml-mode.el: Likewise.
25922 * progmodes/python.el: Likewise.
25923
25924 2005-08-27 Eli Zaretskii <eliz@gnu.org>
25925
25926 * simple.el (blink-matching-paren-distance): Document the meaning
25927 of nil value, and allow to customize to nil.
25928
25929 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
25930 command.com, not command.exe.
25931
25932 2005-08-26 John Wiegley <johnw@newartisans.com>
25933
25934 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
25935 code around a bit so that an extraneous nil argument is not added
25936 to a command when no args are given.
25937
25938 * eshell/esh-arg.el (eshell-parse-double-quote): If a
25939 double-quoted argument resolves to nil, return it as an empty
25940 string rather than as nil. This made it impossible to pass "" to
25941 a shell script as a null string argument.
25942
25943 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
25944
25945 * outline.el (outline-invent-heading): New fun.
25946 (outline-promote, outline-demote): Use it.
25947 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
25948 (outline-end-of-subtree): Remove unused var `opoint'.
25949
25950 2005-08-26 David Reitter <david.reitter@gmail.com>
25951
25952 * menu-bar.el (truncate-lines, write-file, print-buffer)
25953 (ps-print-buffer-faces, ps-print-buffer, split-window):
25954 Disable menu items when the frame they refer to is invisible, or when
25955 they refer to a buffer and the minibuffer is selected.
25956
25957 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
25958
25959 * progmodes/flymake.el (flymake-highlight-err-lines):
25960 Use save-excursion around flymake-highlight-line to preserve point.
25961
25962 2005-08-26 Eli Zaretskii <eliz@gnu.org>
25963
25964 * progmodes/octave-mod.el: Change Author and Maintainer address.
25965 (octave-maintainer-address): Change Kurt's email address.
25966 * progmodes/octave-inf.el: Change Author and Maintainer address.
25967 * progmodes/octave-hlp.el: Change Author and Maintainer address.
25968
25969 2005-08-26 Kim F. Storm <storm@cua.dk>
25970
25971 * subr.el (version-list-<, version-list-<=, version-list-=):
25972 Rename from integer-list-*.
25973 (version-list-not-zero): Likewise. Fix while loop.
25974 (version=): Use version-list-= instead of string-equal.
25975
25976 2005-08-26 Richard M. Stallman <rms@gnu.org>
25977
25978 * outline.el (outline-promote): Try shortening the heading.
25979 As last resort, read the heading to use.
25980 (outline-demote): As last resort, read the heading to use.
25981
25982 2005-08-26 Romain Francoise <romain@orebokech.com>
25983
25984 * progmodes/compile.el (compilation-start): Doc fix.
25985
25986 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
25987 (antlr-font-lock-additional-keywords): Fix reference to
25988 `antlr-font-lock-literal-regexp' erroneously changed during the
25989 mass face rename.
25990 (antlr-run-tool): Use `compilation-start'.
25991
25992 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
25993 instead of the obsolete `compile-internal'.
25994
25995 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
25996
25997 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
25998 (number, original-date):
25999 * calendar/cal-china.el (date):
26000 * calendar/cal-coptic.el (date):
26001 * calendar/cal-french.el (date):
26002 * calendar/cal-hebrew.el (date, entry, number, original-date):
26003 * calendar/cal-islam.el (date, number, original-date):
26004 * calendar/cal-iso.el (date):
26005 * calendar/cal-julian.el (date):
26006 * calendar/cal-mayan.el (date):
26007 * calendar/cal-menu.el (date, event):
26008 * calendar/cal-persia.el (date):
26009 * calendar/lunar.el (date):
26010 * calendar/solar.el (date): Add defvars.
26011
26012 * emerge.el:
26013 * ibuffer.el:
26014 * info-xref.el:
26015 * obsolete/bg-mouse.el:
26016 * obsolete/sun-curs.el:
26017 * obsolete/swedish.el: Move the `defvar's to the top level.
26018
26019 * smerge-mode.el (smerge-refined-change): Add :group.
26020
26021 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
26022
26023 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
26024 (smerge-keep-n): Remove props.
26025 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
26026 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
26027 now that it's done in smerge-keep-n.
26028 (smerge-refined-change): New face.
26029 (smerge-refine-chopup-region, smerge-refine-highlight-change)
26030 (smerge-refine): New funs.
26031 (smerge-basic-map): Bind smerge-refine.
26032
26033 2005-08-25 Juri Linkov <juri@jurta.org>
26034
26035 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
26036 compilation-process-setup-function and compilation-disable-input
26037 in grep-mode instead of let-bindings in grep.
26038
26039 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
26040 Delete "Automatic File De/compression" (auto-compression-mode).
26041
26042 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
26043
26044 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
26045 Silence warning about non-existent variable.
26046
26047 2005-08-25 Richard M. Stallman <rms@gnu.org>
26048
26049 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
26050 Rename "Describe Key" to "Describe Key or Mouse Operation".
26051
26052 * mail/mailalias.el (build-mail-aliases): Delete comments
26053 from the contents before processing them.
26054
26055 * isearch.el (isearch-edit-string): Erase the Search prompt
26056 if user enters an empty string and there is no default.
26057
26058 * comint.el (comint-file-name-prefix): Add autoload.
26059
26060 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
26061
26062 * subr.el (play-sound): Rearrange to avoid warning.
26063
26064 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
26065
26066 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
26067 New hook.
26068 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
26069
26070 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
26071
26072 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
26073
26074 * custom.el (custom-theme-set-variables): Sort minor modes last.
26075
26076 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26077
26078 * subr.el (version-separator, version-regexp-alist): New vars used by
26079 version comparison funs.
26080 (integer-list-<, integer-list-=, integer-list-<=)
26081 (integer-list-not-zero): New funs for integer list comparison.
26082 (version-to-list, version=, version<, version<=): New funs for version
26083 comparison.
26084
26085 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
26086
26087 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
26088 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
26089 time to silence the byte-compiler.
26090
26091 * ibuffer.el (ibuffer-compile-make-eliding-form)
26092 (ibuffer-check-formats): Use `with-no-warnings' to hide references
26093 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
26094 so it's silly to get warnings for it).
26095 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
26096 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
26097 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
26098 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
26099 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
26100 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
26101 Defvar at compile time.
26102 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
26103 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
26104 Declare them before use.
26105
26106 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
26107 (info-xref-good, info-xref-bad): Defvar at compile time.
26108
26109 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
26110 Use `let*' instead of `let'.
26111
26112 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
26113 (*mouse-y*, menu, char): Defvar at compile time.
26114 (sc::menu): Declare it before use.
26115 (sc::pack-one-line): Use `let', not `let*'.
26116
26117 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
26118 (mail-send-hook): Defvar at compile time.
26119
26120 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
26121 Defvar at compile time.
26122
26123 * term/sun-mouse.el (current-global-mousemap)
26124 (current-local-mousemap): Declare them before use.
26125
26126 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
26127
26128 * bookmark.el (bookmark-after-jump-hook): New hook.
26129 (bookmark-jump): Run `bookmark-after-jump-hook'.
26130
26131 2005-08-23 Juri Linkov <juri@jurta.org>
26132
26133 * faces.el (minibuffer-prompt): Doc fix.
26134
26135 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
26136
26137 * progmodes/xscheme.el: Trivial changes to silence warnings.
26138 (xscheme-previous-mode, xscheme-previous-process-state):
26139 Add defvars.
26140 (xscheme-last-input-end, xscheme-process-command-line)
26141 (xscheme-process-name, xscheme-buffer-name)
26142 (xscheme-expressions-ring-max, xscheme-expressions-ring)
26143 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
26144 (xscheme-control-g-synchronization-p)
26145 (xscheme-control-g-disabled-p, xscheme-string-receiver)
26146 (default-xscheme-runlight, xscheme-runlight)
26147 (xscheme-runlight-string, xscheme-process-filter-state)
26148 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
26149 Move to beginning of file.
26150 (scheme-interaction-mode-commands-alist)
26151 (scheme-interaction-mode-map, scheme-debugger-mode-map):
26152 Declare them before use. Note: the initialization code for the
26153 variables has not been moved because it uses functions that reference
26154 the variables.
26155 (xscheme-control-g-message-string, xscheme-process-filter-alist)
26156 (xscheme-prompt-for-expression-map): Declare them before use.
26157 (scheme-debugger-mode-commands): "?\ " -> "?\s".
26158
26159 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
26160
26161 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
26162
26163 2005-08-22 Juri Linkov <juri@jurta.org>
26164
26165 * faces.el (set-face-underline): Delete this duplicate function
26166 and make an obsolete alias to set-face-underline-p.
26167 (set-face-underline-p): Use docstring of set-face-underline.
26168 (describe-face): Create hyperlink to parent face.
26169
26170 * info.el (Info-insert-dir): Use save-excursion around
26171 insert-buffer-substring.
26172 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
26173 (Info-escape-percent): Delete function.
26174 (Info-fontify-node): Replace Info-escape-percent by
26175 replace-regexp-in-string with REP arg set to lambda that
26176 duplicates `%' and preserves text properties.
26177
26178 * progmodes/compile.el (compilation-disable-input): Doc fix.
26179 (define-compilation-mode): Doc fix and refill.
26180 (kill-compilation): Use `mode-name' in the error message.
26181 (compilation-find-file): Use `compilation-error' in the
26182 read-file-name's prompt.
26183
26184 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
26185
26186 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
26187 (smerge-auto-leave): Make undo re-enable the mode.
26188 (debug-ignored-errors): Add the user-error of impossible resolution.
26189 (smerge-resolve): Move things around a bit, in preparation for later.
26190 (smerge-diff): Don't fail if the buffer has no associated file.
26191 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
26192 (smerge-conflict-overlay): New function.
26193 (smerge-match-conflict): Don't add text properties here.
26194 (smerge-find-conflict): Instead, add an overlay here.
26195 Also check for the case where we're inside a conflict already, so as to
26196 obviate the need for font-lock-multiline, which is unbearably slow with
26197 large conflicts and ciomplex font-lock patterns.
26198 (smerge-remove-props): Remove overlay rather than text-properties.
26199 (smerge-mode): Don't set font-lock-multiline.
26200 Remove overlays when turned off.
26201
26202 2005-08-21 Kim F. Storm <storm@cua.dk>
26203
26204 * ido.el (ido-ignore-item-p): Use save-match-data.
26205 Bind case-fold-search to ido-case-fold locally.
26206
26207 2005-08-20 Richard M. Stallman <rms@gnu.org>
26208
26209 * files.el (normal-mode): If font lock is on, turn it off and on.
26210
26211 * subr.el (replace-regexp-in-string): Doc fix.
26212
26213 * startup.el (command-line-1): Don't suppress startup screen
26214 due to existing processes.
26215
26216 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
26217
26218 * progmodes/compile.el (compilation-disable-input): Default to nil.
26219
26220 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
26221
26222 * progmodes/compile.el (compilation-disable-input): New defcustom.
26223 (compilation-start): If compilation-disable-input is non-nil, send
26224 EOF to the compilation process.
26225
26226 2005-08-20 Eli Zaretskii <eliz@gnu.org>
26227
26228 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
26229 Run the argument of tex-shell-cd-command through
26230 convert-standard-filename, to get the correct style of slashes on
26231 Windows, and enclose the result in quotes, in case the file name
26232 includes whitespace or other special characters.
26233
26234 2005-08-19 Andreas Schwab <schwab@suse.de>
26235
26236 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
26237 process.
26238
26239 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
26240
26241 * cus-start.el (minibuffer-prompt-properties): Correct typo.
26242
26243 2005-08-18 Kim F. Storm <storm@cua.dk>
26244
26245 * scroll-lock.el: Fix errors due to incorrect line wrapping.
26246
26247 2005-08-18 Richard M. Stallman <rms@gnu.org>
26248
26249 * scroll-lock.el: New file.
26250
26251 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
26252
26253 * dired.el (dired-move-to-end-of-filename):
26254 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
26255
26256 2005-08-18 Kim F. Storm <storm@cua.dk>
26257
26258 * ido.el (ido-everywhere): Fix defcustom :set function to disable
26259 rather than toggle mode when custom value is nil.
26260 (ido-everywhere): Fix defun doc string.
26261
26262 2005-08-17 Richard M. Stallman <rms@gnu.org>
26263
26264 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
26265 as tag instead of "Inviolable".
26266
26267 2005-08-17 Kim F. Storm <storm@cua.dk>
26268
26269 * windmove.el (windmove-coordinates-of-position): Remove.
26270 (windmove-coordinates-of-window-position): Remove.
26271 (windmove-reference-loc): Use posn-at-point instead.
26272
26273 * subr.el (insert-for-yank-1): Doc fix.
26274
26275 * ido.el (ido-enter-matching-directory): Rename from
26276 ido-enter-single-matching-directory. Change `slash' choice to
26277 `only'. Add `first' choice.
26278 (ido-exhibit): Adapt to above changes.
26279
26280 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
26281
26282 * Makefile.in: Expand comment about building loaddefs.el.
26283
26284 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
26285
26286 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
26287 Comment use of defadvice.
26288
26289 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
26290
26291 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
26292
26293 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
26294 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
26295 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
26296 * progmodes/idlw-shell.el, progmodes/ld-script.el,
26297 * progmodes/which-func.el, ruler-mode.el, strokes.el,
26298 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
26299 for backward compatibility for faces that did not appear in the
26300 previous Emacs release.
26301
26302 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
26303
26304 2005-08-15 Kim F. Storm <storm@cua.dk>
26305
26306 * emulation/cua-base.el (cua-delete-region): Return t if
26307 deleted region was non-empty.
26308 (cua-replace-region): Inhibit overwrite-mode for
26309 self-insert-command if replaced region was non-empty.
26310 (cua--explicit-region-start, cua--status-string): Make them
26311 buffer-local at top-level...
26312 (cua-mode): ...rather than when mode is enabled.
26313
26314 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
26315
26316 * progmodes/vhdl-mode.el (vhdl-emacs-21):
26317 Set t for Emacs 21, 22, and so on.
26318
26319 2005-08-15 David Ponce <david@dponce.com>
26320
26321 * tree-widget.el: Update Commentary header.
26322 (tree-widget-theme): Doc fix.
26323 (tree-widget-space-width): New option.
26324 (tree-widget-image-properties): Look up in the default theme too.
26325 (tree-widget--cursors): Only for images with arrow pointer shape.
26326 (tree-widget-lookup-image): Pointer shape is hand by default.
26327 (tree-widget-icon): Rename generic icon widget from
26328 `tree-widget-control'.
26329 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
26330 derive from `tree-widget-icon'.
26331 (tree-widget-handle): Improve default look and feel of the text
26332 representation.
26333 (tree-widget): Rename :*-control properties to :*-icon properties.
26334 Add :action and :help-echo properties.
26335 (tree-widget-after-toggle-functions): Move.
26336 (tree-widget-close-node, tree-widget-open-node): Remove.
26337 (tree-widget-before-create-icon-functions): New hook.
26338 (tree-widget-value-create): Update to allow customization of icons
26339 and nodes at run-time via that new hook.
26340 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
26341 (tree-widget-icon-action, tree-widget-icon-help-echo)
26342 (tree-widget-action, tree-widget-help-echo): New functions.
26343
26344 2005-08-15 Kim F. Storm <storm@cua.dk>
26345
26346 * ido.el (ido-buffer-internal): Use with-no-warnings.
26347 (ido-make-merged-file-list): Use while-no-input.
26348
26349 2005-08-15 Richard M. Stallman <rms@gnu.org>
26350
26351 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
26352 (flyspell-large-region): Fix doc and custom type.
26353
26354 2005-08-14 Richard M. Stallman <rms@gnu.org>
26355
26356 * files.el (interpreter-mode-alist): Doc fix.
26357
26358 * mail/rmail.el (rmail-nonignored-headers): New variable.
26359 (rmail-clear-headers): Use it.
26360 (rmail-reply): Better handling of mail-followup-to header.
26361
26362 * progmodes/sh-script.el (sh-font-lock-keywords-var):
26363 Rename variable from sh-font-lock-keywords. In the `shell' entry,
26364 don't try to refer to executable-font-lock-keywords.
26365 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
26366 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
26367 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
26368 (sh-mode): Set comment-start-skip, local-abbrev-table,
26369 imenu-case-fold-search.
26370 (sh-set-shell): Don't set them here.
26371 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
26372 Don't cache the results in the original alist; don't ever modify
26373 that alist.
26374
26375 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
26376
26377 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
26378 empty.
26379
26380 2005-08-15 Andreas Schwab <schwab@suse.de>
26381
26382 * desktop.el: Put autoload cookie at risky-local-variable declarations.
26383
26384 * dired.el, info.el, mail/rmail.el: Revert last change.
26385
26386 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
26387
26388 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
26389 modification in `eval-after-load' form.
26390 * info.el: Likewise.
26391 * mail/rmail.el: Likewise.
26392
26393 2005-08-14 Juri Linkov <juri@jurta.org>
26394
26395 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26396 Remove highlighting of "Compilation started". Highlight only
26397 the word "finished" in "Compilation finished". Add highlighting
26398 of "interrupt", "killed", "terminated" and the exit code.
26399 (compilation-start): Add newline after header. Use exactly the
26400 same time stamp format as the finishing message.
26401 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
26402
26403 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
26404 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
26405 Add highlighting of "interrupt", "killed", "terminated".
26406
26407 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
26408 enabled and the current command is self-insert-command, call it
26409 explicitly with overwrite-mode bound to nil, to not allow it
26410 to delete the character after the selected region.
26411
26412 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
26413
26414 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
26415 move-end-of-line, end-of-line, and beginning-of-line to the list
26416 of commands after which the echo area is updated.
26417
26418 2005-08-12 Eli Zaretskii <eliz@gnu.org>
26419
26420 * cus-edit.el (custom-save-all, custom-save-delete):
26421 Bind recentf-exclude to exclude custom-file.
26422
26423 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
26424
26425 * mail/rmailsum.el (rmail-summary-end-of-message): New command
26426 to go to the bottom of the mail message. Added to
26427 `rmail-summary-mode-map' with key "/".
26428 (rmail-summary-show-message): New (internal) function for use by
26429 both `rmail-summary-beginning/end-of-message'.
26430 (rmail-summary-beginning-of-message): Change to use
26431 rmail-summary-show-message.
26432
26433 * mail/rmail.el (rmail-end-of-message): New command to go to the
26434 end of the current message. Added to `rmail-mode-map' with key "/".
26435 (rmail-beginning-of-message): Fix to work as documented.
26436 (rmail-mode): Change documentation.
26437
26438 * progmodes/compile.el (compilation-start): Add the line
26439 "Compilation started" with compilation start time.
26440 (compilation-mode-font-lock-keywords): Add `started' to keywords.
26441
26442 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
26443
26444 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
26445 of menu items.
26446
26447 2005-08-11 Richard M. Stallman <rms@gnu.org>
26448
26449 * simple.el (pop-global-mark): Reverse test of widen-automatically.
26450
26451 * battery.el (battery-status-function): Don't use ignore-errors.
26452
26453 2005-08-11 Lute Kamstra <lute@gnu.org>
26454
26455 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
26456 define-obsolete-variable-alias.
26457
26458 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
26459
26460 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
26461 (ange-ftp-send-cmd): Revert last change, and expand
26462 the comment explaining the problem.
26463
26464 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
26465
26466 * ldefs-boot.el: Update.
26467
26468 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
26469 item to "Time, Load and Mail". Change help echo text.
26470
26471 * time.el (display-time-use-mail-icon, display-time-format)
26472 (display-time-string-forms): Shorten first line of docstrings.
26473
26474 2005-08-10 Lars Hansen <larsh@soem.dk>
26475
26476 * desktop.el (desktop-buffer-mode-handlers):
26477 Make non-customizable. Add autoload cookie. Change initial value to
26478 nil; add elements in respective modules instead. Fix doc string.
26479 (desktop-load-file): New function.
26480 (desktop-minor-mode-handlers): New autoloaded variable.
26481 (desktop-create-buffer): Call minor mode handlers.
26482 Use desktop-load-file to load major and minor mode modules prior to
26483 checking for a handler.
26484 (desktop-save): Don't add nil to desktop-minor-modes for minor
26485 modes with nil function in desktop-minor-mode-table. Don't delete
26486 desktop file before rewriting it.
26487 (desktop-locals-to-save): Add autoload cookie. Don't make
26488 automatically buffer-local. Add variables column-number-mode,
26489 size-indication-mode, indent-tabs-mode,
26490 indicate-buffer-boundaries, indicate-empty-lines and
26491 show-trailing-whitespace.
26492 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
26493 regexps. Don't use desktop-clear-preserve-buffers-regexp.
26494 (desktop-clear-preserve-buffers-regexp): Delete.
26495 (desktop-clear-preserve-buffers): Update initial value and docstring.
26496 (desktop-save-buffer): Fix doc string.
26497
26498 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
26499 (hilit-chg-desktop-restore): New function.
26500 (highlight-changes-mode): Add highlight-changes-mode to
26501 desktop-locals-to-save.
26502
26503 * dired.el: Add handler to desktop-buffer-mode-handlers.
26504 (dired-restore-desktop-buffer): Remove autoload cookie.
26505 (dired-mode): Add autoload cookie.
26506
26507 * info.el: Add handler to desktop-buffer-mode-handlers.
26508 (Info-restore-desktop-buffer): Remove autoload cookie.
26509 (Info-mode): Add autoload cookie.
26510
26511 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
26512 (mh-restore-desktop-buffer): Remove autoload cookie.
26513 (mh-folder-mode): Add autoload cookie.
26514
26515 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
26516 (rmail-restore-desktop-buffer): Remove autoload cookie.
26517
26518 2005-08-11 Masatake YAMATO <jet@gyve.org>
26519
26520 * hexl.el (hexl-address-region):
26521 (hexl-ascii-region, hexl-font-lock-keywords):
26522 (hexl-highlight-line-range): Use the term "region"
26523 instead of "area" for consistency with the other symbols
26524 defined in hexl.el.
26525
26526 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
26527
26528 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
26529 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
26530 out by Juri Linkov). Add `display-battery-mode'.
26531
26532 2005-08-09 Juri Linkov <juri@jurta.org>
26533
26534 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26535 Remove `-text' from face variable names.
26536 (compilation-error-file-name, compilation-warning-file-name)
26537 (compilation-info-file-name): Delete faces.
26538 (compilation-line-number, compilation-column-number):
26539 Remove face underlining.
26540 (compilation-message-face): Set to `underline' value by default.
26541 (compilation-error-face, compilation-warning-face)
26542 (compilation-info-face): Remove `-file-name' from face names.
26543 (compilation-error-text-face, compilation-warning-text-face)
26544 (compilation-info-text-face): Delete face variables.
26545 (compilation-text-face): Delete function.
26546
26547 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
26548 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
26549 (grep-error-face): Set to `compilation-error' instead of
26550 `compilation-error-face' (which is redefined to `grep-hit-face' in
26551 grep buffers).
26552 (grep-mode-font-lock-keywords): Remove `-text' from face variable
26553 names. Use `grep-error-face' instead of `compilation-error-text-face'.
26554
26555 * dired-aux.el (dired-do-query-replace-regexp):
26556 Use `query-replace-read-args'.
26557
26558 * replace.el (query-replace-read-from, query-replace-read-to)
26559 (query-replace-read-args): Rename arg `string' to `prompt'.
26560
26561 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
26562
26563 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
26564
26565 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
26566 uploading files.
26567 (ange-ftp-canonize-filename): Handle file names beginning with ~
26568 correctly.
26569
26570 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26571
26572 * textmodes/fill.el (canonically-space-region)
26573 (fill-context-prefix, fill-french-nobreak-p)
26574 (fill-delete-newlines, fill-comment-paragraph)
26575 (justify-current-line): "?\ " -> "?\s".
26576
26577 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
26578
26579 * textmodes/fill.el (fill-nonuniform-paragraphs):
26580 Improve argument/docstring consistency.
26581
26582 2005-08-09 Richard M. Stallman <rms@gnu.org>
26583
26584 * textmodes/ispell.el (ispell-word): More fboundp checks.
26585
26586 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
26587 (find-file-noselect-1): Call it here, only if RAWFILE.
26588 (normal-mode): Always set some major mode.
26589 (save-some-buffers-action-alist): Change some explanation strings.
26590 (file-name-non-special): In the `quote' method, use unwind-protect.
26591
26592 2005-08-09 Magnus Henoch <mange@freemail.hu>
26593
26594 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
26595 (ispell-have-aspell-dictionaries): New variable.
26596 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
26597 (ispell-get-aspell-config-value): New function.
26598 (ispell-aspell-find-dictionary): New function.
26599 (ispell-aspell-add-aliases): New function.
26600 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
26601 appropriate. Don't look for ispell dictionaries if we use aspell.
26602 (ispell-menu-map): Don't build a submenu of dictionaries.
26603
26604 2005-08-09 Richard M. Stallman <rms@gnu.org>
26605
26606 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
26607 (sql-read-passwd): Use read-passwd.
26608
26609 * progmodes/idlw-toolbar.el (idlwave-toolbar)
26610 (idlwave-toolbar-is-possible): Add defvars.
26611
26612 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
26613 Avoid warnings.
26614
26615 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
26616 (idlwave-system-class-info, idlwave-executive-commands-alist):
26617 Use defvar.
26618
26619 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
26620
26621 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
26622 Avoid warnings.
26623
26624 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
26625 and content-type: headers.
26626
26627 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
26628
26629 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
26630 and rename some of them to be more self-explanatory.
26631
26632 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
26633
26634 * startup.el (command-line-1): Implement -scriptload.
26635
26636 * replace.el (occur-engine): Initial *Occur* output not undoable.
26637
26638 * menu-bar.el (menu-bar-file-menu): Rename some menu items
26639 and improve help strings.
26640
26641 * isearch.el (isearch-repeat): When changing direction,
26642 mark search successful.
26643
26644 * ediff-init.el: Use (featurep 'xemacs).
26645
26646 * comint.el (send-invisible): Identify buffer, if not selected.
26647
26648 * align.el: Delete autoload for c-guess-basic-syntax.
26649
26650 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26651
26652 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
26653 Improve argument/docstring consistency. Doc fixes.
26654 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
26655 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
26656 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
26657 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
26658 (r2bv-organization, r2bv-pages, r2bv-primary-author)
26659 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
26660 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
26661 Defvar at compile time.
26662
26663 2005-08-09 Juri Linkov <juri@jurta.org>
26664
26665 * info.el: Replace `info' with upper-case `Info' where appropriate.
26666 (info-title-1, info-title-2, info-title-3, info-title-4)
26667 (info-menu-header): Move up face definitions.
26668 (info-menu-star): Rename from `info-menu-5'.
26669 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
26670 (Info-fontify-visited-nodes): Fix docstring.
26671 (Info-hide-note-references): Fix docstring.
26672 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
26673 menu items in the same way as on cross-references.
26674 (info-apropos): Fix sorting order and formatting to be like in the
26675 stand-alone Info browser. Display error messages for 1 sec.
26676 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
26677 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
26678 from the menu bar.
26679 (Info-insert-dir): Restore point after calling
26680 `insert-buffer-substring'.
26681
26682 2005-08-08 Richard M. Stallman <rms@gnu.org>
26683
26684 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
26685 (recompute-lucid-menubar): Add defvars.
26686
26687 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
26688
26689 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
26690
26691 * net/net-utils.el (run-dig): Rename from `dig'.
26692
26693 * play/gametree.el (gametree-mode): Use make-local-variable,
26694 not make-variable-buffer-local.
26695
26696 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
26697
26698 * ansi-color.el (ansi-color-make-extent)
26699 (ansi-color-set-extent-face): Use fboundp, not functionp.
26700
26701 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
26702 not make-variable-buffer-local.
26703
26704 * bookmark.el (Info-current-file): Add defvar.
26705 (bookmark-jump-noselect): Use with-no-warnings.
26706
26707 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
26708
26709 * ebuff-menu.el (Helper-return-blurb): Add defvar.
26710
26711 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
26712
26713 * find-file.el (ada-procedure-start-regexp)
26714 (ada-package-start-regexp): Add defvars.
26715
26716 * info.el (Info-insert-dir): Use insert-buffer-substring.
26717
26718 * xml.el (xml-att-def-re): Add defvar.
26719
26720 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
26721 calling convention.
26722
26723 * subr.el (while-no-input): Return t if there is input.
26724
26725 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
26726
26727 * cus-start.el (all): Add `overflow-newline-into-fringe'.
26728
26729 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
26730
26731 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
26732 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
26733
26734 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
26735
26736 * cmuscheme.el (scheme-start-file): Replace reference to
26737 `user-emacs-directory' by "~/.emacs.d/".
26738
26739 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
26740
26741 * info.el (Info-dir-remove-duplicates): Avoid case folding
26742 in loop; instead, keep downcased strings for comparison.
26743 Suggested by Helmut Eller.
26744
26745 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
26746
26747 Sync with Tramp 2.0.50.
26748
26749 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
26750 XEmacs case; not necessary anymore.
26751 (tramp-user-regexp): Allow "@" as part of user name.
26752 (tramp-handle-set-visited-file-modtime)
26753 (tramp-handle-insert-file-contents)
26754 (tramp-handle-write-region): No special handling for
26755 `last-coding-system-used, because this is done in
26756 `tramp-accept-process-output' now.
26757 (tramp-accept-process-output): New defun.
26758 (tramp-process-one-action, tramp-process-one-multi-action)
26759 (tramp-wait-for-regexp, tramp-wait-for-output)
26760 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
26761 Howells <dhowells@redhat.com>.
26762 (clear-visited-file-modtime): Defadvice removed. The check for
26763 unset buffer's modtime does not need to be based on
26764 `tramp-buffer-file-attributes'. Suggested by RMS.
26765 (tramp-message): Insert "\n" if not being at beginning of line.
26766 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
26767 sequence with same logic.
26768 (tramp-completion-handle-expand-file-name): Discard call of
26769 `tramp-drop-volume-letter'. It is not necessary, and there have
26770 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
26771 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
26772 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
26773 should always be visible.
26774 (tramp-handle-insert-directory, tramp-setup-complete)
26775 (tramp-set-process-query-on-exit-flag)
26776 (tramp-append-tramp-buffers): Pacify byte-compiler.
26777 (tramp-bug): Delete non-existing variables from list.
26778 Apply `tramp-load-report-modules' as pre-hook.
26779 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
26780 `shell-prompt-pattern' because of non-7bit characters.
26781 Reported by Sebastian Luque <sluque@mun.ca>.
26782 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
26783 (tramp-match-string-list): Remove function.
26784 (tramp-wait-for-regexp): Remove call of that function.
26785 Suggested by Kim F. Storm <storm@cua.dk>.
26786 (tramp-set-auto-save-file-modes): Use octal integer code #o600
26787 instead of octal character code ?\600. The latter resulted in a
26788 syntax error with XEmacs.
26789
26790 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
26791 XEmacs case; not necessary anymore.
26792 (tramp-smb-handle-write-region): No special handling for
26793 `last-coding-system-used, because this is done in
26794 `tramp-accept-process-output' now.
26795 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
26796
26797 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
26798
26799 * wid-edit.el (widget-choice-value-create):
26800 Unconditionally respect user choice. Set :explicit-choice back to nil
26801 when no longer needed.
26802 (widget-choice-action): Unconditionally respect user choice.
26803 Eliminate :explicit-choice-value.
26804
26805 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
26806
26807 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
26808 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
26809 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
26810 running new function `toggle-indicate-empty-lines'.
26811 Rename "Customize" item to "Customize fringe".
26812 Rename "Indicators" item to "Buffer boundaries" and change help echo.
26813 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
26814 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
26815 Delete "Empty lines only" item.
26816 (menu-bar-showhide-fringe-ind-customize): New function.
26817 (menu-bar-showhide-fringe-ind-mixed)
26818 (menu-bar-showhide-fringe-ind-box)
26819 (menu-bar-showhide-fringe-ind-right)
26820 (menu-bar-showhide-fringe-ind-left)
26821 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
26822 instead of `fringe-indicators'.
26823
26824 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26825
26826 * emulation/viper.el (viper-emacs-state-mode-list):
26827 Add recentf-dialog-mode. Change the date of last update.
26828
26829 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26830
26831 * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
26832 (viper-exec-yank, viper-put-back): Don't display modification msg
26833 if in the minibuffer.
26834
26835 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
26836 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
26837 Make variables frame local.
26838
26839 * emulation/viper-util.el (viper-append-filter-alist):
26840 Use append instead of nconc.
26841
26842 * emulation/viper.el (viper-vi-state-mode-list)
26843 (viper-emacs-state-mode-list): Move help-mode and
26844 completion-list-mode from the first list to the second.
26845 (viper-mode): Docstring.
26846 (viper-go-away, viper-non-hook-settings): Don't localize
26847 minor-mode-alist in newer Emacsen. Add advice to
26848 set-cursor-color. Don't bind "\C-c\\".
26849
26850 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
26851
26852 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
26853 (scheme-macro-expand-command): New user options.
26854 (scheme-trace-procedure, scheme-expand-current-form): New commands.
26855 (scheme-form-at-point, scheme-start-file)
26856 (scheme-interactively-start-process): New functions.
26857 (scheme-get-process): New function, extracted from `scheme-proc'.
26858 (run-scheme): Call `scheme-start-file' to get start file, and pass
26859 it to `make-comint'.
26860 (switch-to-scheme, scheme-proc):
26861 Call `scheme-interactively-start-process' if no Scheme buffer/process
26862 is available.
26863
26864 2005-08-06 Juri Linkov <juri@jurta.org>
26865
26866 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26867 Use `compilation-text-face', `compilation-info-text-face' and
26868 `compilation-error-text-face' instead of `font-lock-keyword-face'.
26869 (compilation-error): New face.
26870 (compilation-error-file-name): Inherit from
26871 `compilation-error' instead of `font-lock-warning-face'.
26872 (compilation-warning-file-name): Inherit from
26873 `compilation-warning' instead of `font-lock-warning-face'.
26874 (compilation-info, compilation-error-file-name)
26875 (compilation-warning-file-name, compilation-info-file-name)
26876 (compilation-line-number, compilation-column-number): Doc fix.
26877 (compilation-error-text-face, compilation-warning-text-face)
26878 (compilation-info-text-face): New face variables.
26879 (compilation-line-face, compilation-column-face)
26880 (compilation-enter-directory-face)
26881 (compilation-leave-directory-face): Doc fix.
26882 (compilation-text-face): New function.
26883
26884 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
26885 instead of 1 to display binary file names as info file links.
26886 (grep-error-face): Use `compilation-error-face' instead of
26887 `font-lock-keyword-face'.
26888 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
26889 and `compilation-warning-text-face' instead of
26890 `font-lock-keyword-face'. Use `compilation-error-text-face'
26891 instead of `grep-error-face'.
26892
26893 2005-08-05 Kenichi Handa <handa@m17n.org>
26894
26895 * international/code-pages.el: Add autoload cookies for all coding
26896 systems.
26897
26898 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
26899
26900 * cus-start.el (all): Put undo.c where it alphabetically belongs.
26901
26902 2005-08-04 Juri Linkov <juri@jurta.org>
26903
26904 * progmodes/compile.el (compilation-mode-map):
26905 * progmodes/grep.el (grep-mode-map):
26906 Bind TAB to `compilation-next-error' and [backtab] to
26907 `compilation-previous-error'.
26908
26909 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
26910 matching line numbers, column numbers and their ranges with regexp
26911 matching only line numbers.
26912 (grep-context-face): New face variable.
26913 (grep-mode-font-lock-keywords): Use it.
26914
26915 * faces.el (read-face-name): Delete duplicate faces.
26916
26917 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
26918
26919 * thumbs.el (thumbs-find-image): Don't make variables
26920 automatically buffer local.
26921 (thumbs-current-tmp-filename, thumbs-current-image-filename)
26922 (thumbs-image-num): Make automatically buffer local.
26923 (thumbs-show-thumbs-list): Use `make-local-variable', not
26924 `make-variable-buffer-local'.
26925 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
26926
26927 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
26928 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
26929 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
26930 (bother, bye, canyou, chatlst, continue, deathlst, describe)
26931 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
26932 (feelings-about, foullst, found, hello, history, howareyoulst)
26933 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
26934 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
26935 (neglst, obj, object, owner, please, problems, qlist)
26936 (random-adjective, relation, remlst, repetitive-shortness)
26937 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
26938 (shortlst, something, sportslst, stallmanlst, states, subj)
26939 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
26940 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
26941 Defvar at compile time.
26942
26943 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
26944 not `make-variable-buffer-local'.
26945
26946 2005-08-02 Kim F. Storm <storm@cua.dk>
26947
26948 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
26949 rectangle overlay in selected window.
26950
26951 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
26952
26953 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
26954 instead of display group. Make `indicate-buffer-boundaries'
26955 customizable through Custom.
26956
26957 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
26958
26959 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
26960 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
26961 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
26962 (gdb-put-string): Fix typos in docstrings.
26963
26964 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
26965
26966 Update copyright notices of files in progmodes directory for
26967 release of Emacs 22.1.
26968
26969 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
26970
26971 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
26972 Don't barf if the GUD buffer has been killed.
26973
26974 2005-08-01 Kim F. Storm <storm@cua.dk>
26975
26976 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
26977
26978 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
26979
26980 * simple.el (next-error-follow-minor-mode):
26981 make-variable-buffer-local -> make-local-variable.
26982
26983 * emacs-lisp/cl-extra.el: Require CL also when compiling.
26984
26985 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
26986 (byte-compile-form-make-variable-buffer-local): New functions to warn
26987 about misuses of make-variable-buffer-local where make-local-variable
26988 was meant.
26989
26990 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
26991
26992 * bs.el (bs-attributes-list): Doc fix.
26993 (bs): Update url-link.
26994
26995 * desktop.el (desktop-save-buffer): Fix typos in docstring.
26996 (desktop-load-default): Simplify.
26997
26998 * ibuffer.el (ibuffer-columnize-and-insert-list)
26999 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
27000 (ibuffer-unmark-all, ibuffer-toggle-marks)
27001 (ibuffer-unmark-forward, ibuffer-unmark-backward)
27002 (ibuffer-compile-make-format-form, ibuffer-format-column)
27003 (ibuffer-current-buffers-with-marks)
27004 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
27005 (ibuffer): Doc fix.
27006 (ibuffer-mode): Fix typo in docstring.
27007 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
27008 with `define-obsolete-variable-alias'.
27009 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
27010
27011 2005-07-29 Kenichi Handa <handa@m17n.org>
27012
27013 * international/mule-cmds.el (select-message-coding-system):
27014 Be sure to use LF for end-of-line. If no coding system is decided,
27015 return iso-8859-1-unix.
27016
27017 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
27018
27019 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
27020 (ange-ftp-pending-error-line): New vars.
27021 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
27022 to handle the non-fatal no-route-to-host messages.
27023 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
27024
27025 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
27026
27027 * isearch.el (isearch-mode-map, isearch-other-meta-char)
27028 (isearch-quote-char, isearch-printing-char)
27029 (isearch-text-char-description): "?\ " -> "?\s".
27030 (isearch-lazy-highlight-cleanup)
27031 (isearch-lazy-highlight-initial-delay)
27032 (isearch-lazy-highlight-interval)
27033 (isearch-lazy-highlight-max-at-a-time)
27034 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
27035 Declare with define-obsolete-*-alias macros.
27036 (isearch-forward): Fix typo in docstring.
27037 (search-invisible, search-ring-yank-pointer)
27038 (regexp-search-ring-yank-pointer): Doc fixes.
27039
27040 * recentf.el (recentf-menu-append-commands-p): Declare with
27041 `define-obsolete-variable-alias'.
27042 (recentf-max-saved-items, recentf-menu-filter)
27043 (recentf-arrange-by-rule-subfilter): Doc fixes.
27044 (recentf-menu-append-commands-flag)
27045 (recentf-initialize-file-name-history, recentf-expand-file-name)
27046 (recentf-clear-data): Fix typos in docstrings.
27047
27048 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
27049
27050 * progmodes/gdb-ui.el: Smarten comments.
27051 (gdb-info-breakpoints-custom): Use nowarn when finding file.
27052
27053 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
27054
27055 * term/apollo.el (terminal-init-apollo): New function containing
27056 all former top level forms in the file.
27057 * term/bobcat.el (terminal-init-bobcat):
27058 * term/cygwin.el (terminal-init-cygwin):
27059 * term/iris-ansi.el (terminal-init-iris-ansi):
27060 * term/linux.el (terminal-init-linux):
27061 * term/news.el (terminal-init-news):
27062 * term/rxvt.el (terminal-init-rxvt):
27063 * term/sun.el (terminal-init-sun):
27064 * term/tvi970.el (terminal-init-tvi970):
27065 * term/vt100.el (terminal-init-vt100):
27066 * term/vt102.el (terminal-init-vt102):
27067 * term/vt125.el (terminal-init-vt125):
27068 * term/vt200.el (terminal-init-vt200):
27069 * term/vt201.el (terminal-init-vt201):
27070 * term/vt220.el (terminal-init-vt220):
27071 * term/vt240.el (terminal-init-vt240):
27072 * term/vt300.el (terminal-init-vt300):
27073 * term/vt320.el (terminal-init-vt320):
27074 * term/vt400.el (terminal-init-vt400):
27075 * term/vt420.el (terminal-init-vt420):
27076 * term/wyse50.el (terminal-init-wyse50):
27077 * term/xterm.el (terminal-init-xterm): Likewise.
27078
27079 * term/README: Describe the terminal-init-* functionality.
27080
27081 * startup.el (command-line): After loading the terminal initialization
27082 file call the corresponding terminal initialization function.
27083
27084 2005-07-27 Kenichi Handa <handa@m17n.org>
27085
27086 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
27087 negative.
27088
27089 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
27090 (ps-mule-composition-prologue): Fix for the case that
27091 RelativeCompose is false.
27092
27093 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
27094
27095 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
27096
27097 * descr-text.el (describe-char): Handle the case where the list of
27098 chars is displayed in a separate frame.
27099 Be a bit more discriminating when looking for the char.
27100
27101 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
27102
27103 * bookmark.el (bookmark-automatically-show-annotations)
27104 (bookmark-read-annotation-text-func): Doc fixes.
27105 (bookmark-save): Improve argument/docstring consistency.
27106 (bookmark-get-bookmark, bookmark-get-bookmark-record)
27107 (bookmark-alist-from-buffer)
27108 (bookmark-upgrade-file-format-from-0)
27109 (bookmark-grok-file-format-version)
27110 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
27111 (bookmark-read-annotation-mode)
27112 (bookmark-insert-current-bookmark, bookmark-jump)
27113 (bookmark-exit-hook): Fix typos in docstrings.
27114 (bookmark-exit-hooks): Define as obsolete alias.
27115 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
27116 not `bookmark-exit-hooks'. Fix docstring.
27117 (bookmark-bmenu-select): "?\ " -> "?\s".
27118
27119 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
27120
27121 * startup.el (command-line): Fix typo.
27122
27123 2005-07-24 Richard M. Stallman <rms@gnu.org>
27124
27125 * tooltip.el (tooltip-mode): Test emacs-basic-display,
27126 not emacs-quick-startup.
27127
27128 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
27129
27130 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
27131 (reb-next-match, reb-show-subexp): Use `with-selected-window'
27132 instead of `reb-with-current-window'.
27133 (reb-prev-match): Likewise. Also, don't move left if the search
27134 was unsuccessful.
27135 (reb-initialize-buffer): New function.
27136 (re-builder, reb-change-syntax): Use it.
27137
27138 * man.el (Man-goto-page): Make second argument NOERROR optional.
27139
27140 2005-07-23 Richard M. Stallman <rms@gnu.org>
27141
27142 * man.el (Man-bgproc-sentinel): Check here for failure to find
27143 any man page in the output, and report the error here.
27144 (Man-arguments): Make it permanent local.
27145 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
27146 (Man-mode): Pass t for NOERROR.
27147
27148 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
27149 (grep-mode-font-lock-keywords):
27150 Don't use compilation-...-face for messages that are not file names.
27151
27152 * progmodes/compile.el (compilation-mode-font-lock-keywords):
27153 Don't use compilation-...-face for messages that are not file names.
27154
27155 2005-07-22 Juri Linkov <juri@jurta.org>
27156
27157 * startup.el (normal-splash-screen): Update menu name.
27158
27159 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
27160
27161 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
27162
27163 * term/xterm.el: Load term/rxvt if the terminal is actually an
27164 rxvt terminal.
27165 (xterm-rxvt-set-background-mode): Remove, not used anymore.
27166
27167 * term/rxvt.el (function-key-map): Use substitute-key-definition
27168 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
27169
27170 * term/cygwin.el: New file.
27171
27172 2005-07-22 Kim F. Storm <storm@cua.dk>
27173
27174 * image-file.el (insert-image-file, image-file-yank-handler):
27175 Fix last change to maintain a (unique) yank-handler on yanked images.
27176
27177 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
27178
27179 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
27180 of the file size (as in "177B" for 177 bytes). This happens with
27181 "ls -lh" on FreeBSD.
27182
27183 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
27184
27185 * hilit-chg.el (highlight-changes-global-initial-state)
27186 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
27187 (hilit-chg-fixup, highlight-changes-mode):
27188 Fix typos in docstrings.
27189 (highlight-changes-global-modes, highlight-changes-rotate-faces):
27190 Doc fixes.
27191
27192 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
27193
27194 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
27195 mode function using `eval-after-load'.
27196
27197 2005-07-21 Kim F. Storm <storm@cua.dk>
27198
27199 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
27200 included when reporting an Emacs crash, and tell about the DEBUG file.
27201
27202 * image-file.el (insert-image-file): Add yank-handler.
27203 (image-file-yank-handler): Yank handler to make unique copies of
27204 images when they are yanked into a buffer next to each other.
27205
27206 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
27207
27208 * comint.el (comint-use-prompt-regexp, comint-send-input)
27209 (comint-source-default, comint-extract-string)
27210 (comint-get-source, comint-word, comint-completion)
27211 (comint-source, comint-prompt-read-only, comint-update-fence):
27212 Fix typos in docstrings.
27213 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
27214 Declare with define-obsolete-*-alias macros.
27215 (comint-previous-matching-input-from-input)
27216 (comint-next-matching-input-from-input)
27217 (comint-previous-matching-input, comint-next-matching-input)
27218 (comint-forward-matching-input):
27219 Improve argument/docstring consistency.
27220
27221 * desktop.el (desktop-clear-preserve-buffers-regexp):
27222 Also preserve the *server* buffer.
27223
27224 * simple.el (clone-indirect-buffer): Doc fix.
27225 (fixup-whitespace, just-one-space)
27226 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
27227 (next-error, next-error-highlight)
27228 (next-error-highlight-no-select, next-error-last-buffer)
27229 (next-error-buffer-p, next-error-find-buffer, next-error)
27230 (previous-error, next-error-no-select, previous-error-no-select)
27231 (open-line, split-line, minibuffer-prompt-width, kill-new)
27232 (binary-overwrite-mode): Fix typos in docstrings.
27233 (set-fill-column): Fix typo in message.
27234
27235 * skeleton.el (skeleton-proxy-new): Doc fix.
27236
27237 * strokes.el (strokes-load-hook): Doc fix.
27238 (strokes-grid-resolution, strokes-get-grid-position)
27239 (strokes-renormalize-to-grid, strokes-read-stroke)
27240 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
27241 (strokes-global-map): Fix typos in docstrings.
27242 (strokes-help): Doc fix. Fix help message and pass it through
27243 `substitute-command-keys'.
27244
27245 * tempo.el (tempo-insert-prompt, tempo-interactive)
27246 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
27247 (tempo-insert-string-functions, tempo-local-tags)
27248 (tempo-define-template, tempo-insert-template)
27249 (tempo-insert-prompt-compat, tempo-is-user-element)
27250 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
27251 Fix typos in docstrings.
27252
27253 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
27254 (vcursor-key-bindings, vcursor-use-vcursor-map)
27255 (vcursor-find-window, vcursor-scroll-down)
27256 (vcursor-disable, vcursor-beginning-of-buffer)
27257 (vcursor-end-of-buffer): Fix typos in docstrings.
27258 (vcursor-relative-move, vcursor-get-char-count):
27259 Improve argument/docstring consistency.
27260
27261 * version.el: "?\ " -> "?\s".
27262
27263 * wid-edit.el (widget-default-create, widget-after-change)
27264 (widget-default-format-handler, widget-checklist-add-item)
27265 (widget-radio-add-item, widget-choose, widget-specify-secret)
27266 (widget-field-value-create, widget-field-value-get)
27267 (widget-editable-list-format-handler)
27268 (widget-editable-list-entry-create, widget-group-value-create)
27269 (widget-documentation-link-add)
27270 (widget-documentation-string-value-create): "?\ " -> "?\s".
27271 (widget-convert-text): Doc fix.
27272 (widget-narrow-to-field, widget-field-find)
27273 (widget-url-link-action, widget-emacs-library-link-action)
27274 (widget-color-notify): Fix typos in docstrings.
27275
27276 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
27277 (x-select-text, set-w32-system-coding-system)
27278 (w32-add-charset-info): Fix typos in docstrings.
27279
27280 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
27281 (cua-enable-cua-keys, cua-use-hyper-key)
27282 (cua-virtual-rectangle-edges): Fix typos in docstrings.
27283 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
27284
27285 * net/tramp.el (tramp-handle-load): Fix typo in error message.
27286
27287 * emacs-lisp/re-builder.el (regexp-builder): Declare with
27288 `defalias' instead of faking it.
27289
27290 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
27291 (eshell-ls-missing, eshell-ls-dired-initial-args)
27292 (eshell-ls-use-in-dired): Fix typos in docstrings.
27293
27294 2005-07-20 Kim F. Storm <storm@cua.dk>
27295
27296 * emulation/cua-base.el (cua-mode): Improve doc string.
27297
27298 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
27299
27300 * abbrev.el (expand-region-abbrevs): Doc fix.
27301 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
27302 Improve argument/docstring consistency.
27303
27304 * arc-mode.el (archive-get-descr, archive-alternate-display):
27305 Doc fixes.
27306 (archive-l-e): Improve argument/docstring consistency.
27307 (archive-tmpdir, archive-unixdate, archive-unixtime)
27308 (archive-chmod-entry): Fix typos in docstrings.
27309 (archive-unflag, archive-unflag-backwards)
27310 (archive-unmark-all-files): "?\ " -> "?\s".
27311
27312 * buff-menu.el (Buffer-menu-unmark): Doc fix.
27313 (Buffer-menu-not-modified, Buffer-menu-execute)
27314 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
27315 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
27316
27317 * composite.el (compose-string, encode-composition-rule)
27318 (compose-last-chars): Fix typos in docstrings.
27319
27320 * desktop.el (desktop-enable, desktop-basefilename):
27321 Declare with `define-obsolete-variable-alias'.
27322 (desktop-internal-v2s): Don't quote keywords.
27323 (desktop-clear): "?\ " -> "?\s".
27324
27325 * dired.el (dired-align-file, dired-flag-backup-files)
27326 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
27327 (dired-listing-switches, dired-ls-F-marks-symlinks)
27328 (dired-dwim-target, dired-load-hook, dired-mode-hook)
27329 (dired-directory, dired-faces, dired, dired-revert)
27330 (dired-mode, dired-summary, dired-view-file)
27331 (dired-copy-filename-as-kill, dired-delete-file)
27332 (dired-no-confirm, dired-unmark-all-marks)
27333 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
27334 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
27335 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
27336 Fix typos in message strings.
27337
27338 * dired-x.el (virtual-dired): Declare with `defalias'.
27339 (dired-mark-unmarked-files, dired-local-variables-file)
27340 (dired-omit-here-always): Doc fix.
27341 (dired-omit-mode, dired-find-subdir)
27342 (dired-enable-local-variables, dired-clean-up-buffers-too)
27343 (dired-extra-startup, dired-mark-extension, dired-jump)
27344 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
27345 (dired-smart-shell-command, dired-guess-shell-alist-user)
27346 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
27347 (dired-x-bind-find-file, dired-x-submit-report):
27348 Fix typos in docstrings.
27349 (dired-mark-unmarked-files): "?\ " -> "?\s".
27350
27351 * dirtrack.el (dirtrack-list): Fix typos in docstring.
27352
27353 * faces.el (describe-face): "?\ " -> "?\s".
27354 (read-all-face-attributes, read-face-font, modify-face)
27355 (face-attr-construct, italic): Fix typos in docstrings.
27356 (frame-update-face-colors): Declare with
27357 `define-obsolete-function-alias'.
27358
27359 * files.el (find-file-noselect, recode-file-name): Doc fixes.
27360 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
27361 (magic-mode-alist, buffer-file-numbers-unique)
27362 (write-file-functions, get-free-disk-space):
27363 Fix typos in docstrings.
27364 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
27365 (write-contents-hooks, write-file-hooks):
27366 Declare with `define-obsolete-variable-alias'.
27367
27368 * forms-d2.el (arch-rj): Fix typo in docstrings.
27369 (arch-tocol): Likewise. "?\ " -> "?\s".
27370
27371 * frame.el (set-frame-font, cursor-in-non-selected-windows):
27372 Fix typo in docstring.
27373 (set-screen-width, set-screen-height): Delete redundant info in
27374 doctrings.
27375 (new-frame, screen-height, screen-width): Declare with
27376 `define-obsolete-function-alias'.
27377 (delete-frame-hook, blink-cursor): Declare with
27378 `define-obsolete-variable-alias'.
27379
27380 * paths.el (prune-directory-list): Fix typos in docstring.
27381
27382 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
27383 (cvs-prefix-get): Fix typos in docstrings.
27384
27385 * ps-print.el (ps-extend-face-list, ps-extend-face)
27386 (ps-print-background-image): Fix typos in docstrings.
27387 (ps-default-fg, ps-default-bg): Doc fixes.
27388
27389 * s-region.el (s-region-bind): Doc fix.
27390 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
27391
27392 * textmodes/org.el (org-table-formula-substitute-names)
27393 (org-table-get-vertical-vector): Doc fixes.
27394 (org-table-recalculate): Remove unused argument to `message'.
27395
27396 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
27397
27398 * textmodes/org.el (org-table-column-names)
27399 (org-table-column-name-regexp)
27400 (org-table-named-field-locations): New variables.
27401 (org-archive-subtree): Protect `this-command' when calling
27402 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
27403 the kill buffer.
27404 (org-complete): Remove fixed-formula completion.
27405 (org-edit-formulas-map): New variable.
27406 (org-table-edit-formulas): New command.
27407 (org-finish-edit-formulas, org-abort-edit-formulas)
27408 (org-show-variable, org-table-get-vertical-vector): New functions.
27409 (org-table-maybe-eval-formula): Handle `:=' fields.
27410 (org-table-get-stored-formulas, org-table-store-formulas)
27411 (org-table-get-formula, org-table-modify-formulas)
27412 (org-table-replace-in-formulas): Handle named field formulas.
27413 (org-table-get-specials): Store locations of named fields.
27414
27415 2005-07-19 Juri Linkov <juri@jurta.org>
27416
27417 * progmodes/grep.el (grep-regexp-alist)
27418 (grep-mode-font-lock-keywords, grep-process-setup):
27419 Use default GNU grep match color "01;31m" instead of "01;41m".
27420 (grep-regexp-alist, grep-mode-font-lock-keywords):
27421 Use `\\[[0-9]*m' instead of `\\[00m'.
27422 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
27423 sgr_start where its handling is more important. Use the real
27424 length of sgr_start instead of constant 8.
27425 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
27426 specially. Delete all remaining escape sequences.
27427 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
27428 (grep-regexp-alist): Make hyperlink only for binary file name
27429 instead of the whole line.
27430 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
27431 (grep-mode): Add autoload.
27432
27433 * emacs-lisp/find-func.el (find-function-regexp):
27434 Add `define-compilation-mode'.
27435
27436 2005-07-19 Juri Linkov <juri@jurta.org>
27437
27438 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
27439 (compare-windows-sync-string-size, compare-windows-recenter)
27440 (compare-windows-highlight, compare-windows): Add version 22.1.
27441 (compare-windows) <defface>: Inherit from lazy-highlight instead
27442 of duplicating its default value.
27443
27444 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
27445 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
27446
27447 * descr-text.el (describe-char): Create link buttons for `charset'
27448 and `code point'. Add the current input method name with a link
27449 button to `to input' field. Print face names of display table
27450 characters in `The display table entry is displayed by' section
27451 instead of printing face-id in the `display' field.
27452 Guess hardcoded faces and create a link button for them.
27453 Skip empty fields when calculating max-width.
27454 Treat `widget-create' specially while inserting strings from the
27455 collected field list.
27456 (describe-char-after): Made obsolete in version 22.1, not 21.5.
27457
27458 * diff-mode.el (diff-file-header): Change foreground color from
27459 yellow to green on light backgrounds.
27460 (diff-context): Inherit from `shadow' only for color/grayscale
27461 with more than 88 colors.
27462 (diff-indicator-removed, diff-indicator-added)
27463 (diff-indicator-changed): New faces.
27464 (diff-font-lock-keywords): Use new faces. Regroup rules.
27465 Add "^---$" for `normal' diff format. Fontify `#' lines with
27466 font-lock-comment-delimiter-face and font-lock-comment-face.
27467 Add `#' to ^[^...] in the rule for `diff-context-face'.
27468
27469 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
27470 a button-like box. Inherit from `highlight' on low colors.
27471 (shadow): Use shades of gray only for color/grayscale with
27472 more than 88 colors. Use green for light backgrounds with
27473 8 colors, and yellow for dark backgrounds with 8 colors.
27474
27475 * font-lock.el (font-lock-regexp-grouping-backslash):
27476 Don't inherit from escape-glyph (use bold for all cases).
27477
27478 * info.el (info-xref-visited): Use light foreground color `violet'
27479 for dark backgrounds instead of dark color `magenta3'.
27480 (info-title-1): Use `yellow' color for dark backgrounds.
27481
27482 * isearch.el (isearch): Use not-too-dark magenta3 instead of
27483 too-light magenta2.
27484
27485 * replace.el (match): Use slightly more light RoyalBlue3 instead
27486 of dark RoyalBlue4.
27487
27488 * wid-edit.el (widget-inactive): Inherit from `shadow'.
27489
27490 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
27491
27492 * novice.el (disabled-command-hook): Declare it with
27493 `define-obsolete-variable-alias'.
27494
27495 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
27496 (desktop-buffer-misc-functions, desktop-buffer-handlers)
27497 (desktop-load-default): Add release to obsolescence info.
27498 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
27499 (desktop-append-buffer-args, desktop-read):
27500 Fix typos in docstrings.
27501 (desktop-kill): Fix typo in message.
27502 (desktop-save): Doc fix.
27503
27504 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
27505
27506 * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
27507 (viper-envelop-ESC-key): Change the definition of fast
27508 keysequence so it'll work with keyboard macros.
27509
27510 * ediff.el (ediff-patch-buffer): Change the docstring.
27511
27512 2005-07-19 Kenichi Handa <handa@m17n.org>
27513
27514 * international/mule-cmds.el (select-safe-coding-system): Try to
27515 use an auto-coding (if any) before anything else. If the found
27516 auto-coding is invalid, show a warning message.
27517
27518 * international/mule.el (find-auto-coding): New function created
27519 by modifying the body of set-auto-coding.
27520 (set-auto-coding): Use find-auto-coding to find a coding.
27521
27522 2005-07-18 Richard M. Stallman <rms@gnu.org>
27523
27524 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
27525 not isearch-mode-end-hook-error.
27526 (allout-before-change-protect): Fix error message.
27527
27528 2005-07-18 Juri Linkov <juri@jurta.org>
27529
27530 * allout.el (allout-mode):
27531 * calculator.el (calculator-copy):
27532 * custom.el (custom-known-themes):
27533 * dired.el (dired-desktop-buffer-misc-data)
27534 (dired-restore-desktop-buffer):
27535 * dired-x.el (dired-omit-marker-char):
27536 * files.el (basic-save-buffer):
27537 * font-core.el (font-lock-mode):
27538 * calendar/calendar.el (calendar-goto-hebrew-date)
27539 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
27540 (calendar-goto-persian-date):
27541 * language/ethio-util.el (ethio-sera-to-fidel-region):
27542 * textmodes/picture.el (picture-mode):
27543 Delete duplicate duplicate words.
27544
27545 2005-07-18 Juri Linkov <juri@jurta.org>
27546
27547 * isearch.el (isearch-mode-map): Remove key bindings for regexp
27548 chars * ? } |.
27549 (isearch-fallback): Don't call `isearch-process-search-char'.
27550 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
27551 (isearch-process-search-char): Call `isearch-fallback' for regexp
27552 chars * ? } |.
27553 (isearch-return-char): Make obsolete with `make-obsolete' instead
27554 of simply documenting it as obsolete in the docstring.
27555 (isearch-fallback): Refill docstring.
27556
27557 * international/isearch-x.el
27558 (isearch-process-search-multibyte-characters): Remove unneeded
27559 `concat'. Add intermediate values to `junk-hist' instead of
27560 `minibuffer-history'. Test the length of `str'.
27561
27562 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
27563
27564 * allout.el (allout-resolve-xref): Fix typos in error strings.
27565 (allout-before-change-protect): Remove unneeded `concat'.
27566
27567 * array.el (array-mode, array-reconfigure-rows)
27568 (untabify-backward): Fix typos in docstrings.
27569 (array-reconfigure-rows): Use `insert-buffer-substring', not
27570 `insert-buffer'.
27571
27572 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
27573 * progmodes/ada-mode.el (ada-make-body):
27574 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
27575
27576 * dired.el (dired-log):
27577 * tar-mode.el (tar-subfile-save-buffer):
27578 * play/zone.el (zone-pgm-stress-destress):
27579 Use `insert-buffer-substring', not `insert-buffer'.
27580
27581 2005-07-17 Simon Josefsson <jas@extundo.com>
27582
27583 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
27584
27585 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
27586
27587 * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
27588 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
27589
27590 2005-07-17 Kim F. Storm <storm@cua.dk>
27591
27592 * ido.el (dired-other-window): Add ido property.
27593
27594 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
27595
27596 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27597 Fix typo in docstring.
27598 (byte-compile-interactive-only-functions): Add `insert-buffer' and
27599 `insert-file-literally'.
27600
27601 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
27602 info and delete redundant message. Doc fix.
27603 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
27604 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
27605
27606 2005-07-16 Richard M. Stallman <rms@gnu.org>
27607
27608 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
27609 (byte-compile-and): Use byte-compile-and-recursion.
27610 (byte-compile-or-recursion): New function.
27611 (byte-compile-or): Use that.
27612 (byte-compile-if): Guard the else-clause too.
27613 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
27614
27615 * isearch.el (isearch-mode-end-hook-quit): New variable.
27616 (isearch-done): Bind it.
27617 (isearch-mode-end-hook): Doc fix.
27618
27619 * allout.el (allout-isearch-did-quit): Variable deleted.
27620 (allout-real-isearch-abort): Function name no longer used.
27621 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
27622 (allout-isearch-rectification): isearch-mode always exists.
27623 Don't set allout-isearch-did-quit.
27624 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
27625 allout-isearch-did-quit.
27626 (allout-enwrap-isearch): Just add the hook.
27627 (allout-isearch-abort): Function deleted.
27628 (allout-pre-command-business): Avoid warning.
27629
27630 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
27631 Correctly avoid warnings.
27632 (pascal-outline): Likewise.
27633
27634 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
27635
27636 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
27637
27638 * play/tetris.el (tetris-mode): Avoid warning.
27639
27640 * play/snake.el (snake-mode): Avoid warning.
27641
27642 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
27643 (gamegrid-set-display-table): Avoid warning.
27644 (gamegrid-set-timer): Likewise.
27645 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
27646 (gamegrid-add-score-with-update-game-score-1): Take FILE
27647 as argument.
27648 (gamegrid-add-score-with-update-game-score): Pass that argument.
27649 Rename have-shared-game-dir to gamegrid-shared-game-dir.
27650
27651 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
27652
27653 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
27654 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
27655
27656 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
27657 and insert-file.
27658
27659 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
27660 (sc-ask): Avoid warnings.
27661
27662 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
27663 (eshell-hist-initialize): Use that var the natural way.
27664
27665 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
27666
27667 * emacs-lisp/re-builder.el (reb-cook-regexp):
27668 Avoid warning calling lre-compile-string.
27669 (reb-color-display-p): Avoid warning.
27670
27671 * calculator.el (calculator-last-input): Guard uses
27672 of event-key and key-press-event-p.
27673 (event-key, key-press-event-p): Delete definitions.
27674
27675 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
27676 (find-gc-source-directory, find-gc-subrs-callers)
27677 (find-gc-noreturn-list, find-gc-source-files)
27678 (find-gc-subrs-called): Vars renamed and defvar'd.
27679
27680 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
27681 (checkdoc-overlay-put, checkdoc-delete-overlay)
27682 (checkdoc-overlay-start, checkdoc-overlay-end)
27683 (checkdoc-mode-line-update, checkdoc-char=):
27684 Define such that compiler knows they are defined.
27685 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
27686 (checkdoc-read-event): Delete. Use read-event directly.
27687
27688 * whitespace.el (whitespace-make-overlay)
27689 (whitespace-overlay-put, whitespace-delete-overlay)
27690 (whitespace-overlay-start, whitespace-overlay-end):
27691 Define such that compiler knows they are defined.
27692 (whitespace): Move conditional inside.
27693
27694 * tempo.el (tempo-insert-template): Suppress warning.
27695
27696 * ediff-diff.el (longlines-mode): Add defvar.
27697
27698 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
27699
27700 * server.el: Bind "C-x #" in a way that works even if C-x is
27701 redefined to a command key, not a prefix key.
27702
27703 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27704
27705 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
27706 cl-make-type-test till execution time.
27707
27708 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
27709
27710 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
27711 arg ARG and use it.
27712
27713 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27714
27715 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
27716
27717 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
27718
27719 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27720 a defcustom with two :set or :type keywords.
27721
27722 2005-07-15 Richard M. Stallman <rms@gnu.org>
27723
27724 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
27725 Don't give ^M comment-end syntax.
27726
27727 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
27728
27729 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
27730 Don't consider gdbmi (gdb-mi.el has its own update functions).
27731 (gdb-var-delete): Make it work for gdbmi as well.
27732 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
27733
27734 * progmodes/gud.el (etags, sdb): Only require etags when needed.
27735 (gud-speedbar-menu-items): Correct logic for enabling items.
27736
27737 2005-07-15 Kim F. Storm <storm@cua.dk>
27738
27739 * ido.el: Fix commentary.
27740 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
27741 Use with-no-warnings around ffap-guesser.
27742 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
27743 Let bind minibuffer-completing-file-name to t.
27744
27745 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
27746
27747 * startup.el (site-run-file, keyboard-type): Doc fixes.
27748 (command-line): Check for "--basic-display" argument; also for
27749 "--quick", not "--bare-bones" (which was renamed).
27750 (fancy-splash-text): Add missing item "Getting New Versions".
27751 (normal-splash-screen): Fix typos and improve consistency with
27752 `fancy-splash-text'. Update copyright year.
27753
27754 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
27755 valid binding for `help-char'.
27756
27757 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
27758
27759 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
27760
27761 * term.el (term-mode): Disable cua-mode for term buffers.
27762
27763 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
27764
27765 * add-log.el (add-log-mailing-address, change-log-merge):
27766 Doc fixes.
27767 (change-log-get-method-definition): Fix typo in docstring.
27768
27769 2005-07-14 Kim F. Storm <storm@cua.dk>
27770
27771 * emulation/cua-base.el:
27772 (cua--pre-command-handler-1, cua--pre-command-handler)
27773 (cua--post-command-handler-1, cua--post-command-handler):
27774 Split in two. Check (buffer local) value of cua-mode.
27775 (cua-selection-mode): New command.
27776
27777 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
27778
27779 * custom.el (custom-initialize-safe-set)
27780 (custom-initialize-safe-default): Doc fixes.
27781
27782 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27783 and simplify :init-value again.
27784
27785 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27786 and simplify :init-value again. Delete autoload.
27787
27788 * startup.el (command-line): Use `custom-reevaluate-setting' again
27789 for tooltip-mode.
27790
27791 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27792 a defcustom with two :initialize keywords.
27793
27794 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
27795
27796 * allout.el (my-mark-marker, allout-isearch-prior-pos)
27797 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
27798 (allout-post-command-business, allout-flag-region)
27799 (isearch-reenable-font-lock, allout-yank)
27800 (allout-insert-latex-header, allout-insert-latex-trailer)
27801 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
27802 (allout-latex-verb-quote): Fix typos in docstrings.
27803 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
27804 (allout-unprotected, allout-prefix-data):
27805 Improve argument/docstring consistency.
27806 (allout-chart-subtree): Fix argument spec.
27807 (allout-open-topic): Rename `use_sib_bullet' argument to
27808 `use-sib-bullet'. Doc fix.
27809
27810 * whitespace.el (whitespace-check-buffer-leading)
27811 (whitespace-check-buffer-trailing)
27812 (whitespace-check-buffer-indent)
27813 (whitespace-check-buffer-spacetab)
27814 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
27815 (whitespace-check-leading-whitespace)
27816 (whitespace-check-trailing-whitespace)
27817 (whitespace-check-spacetab-whitespace)
27818 (whitespace-check-indent-whitespace)
27819 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
27820 (whitespace-modes): Fix typos in docstrings.
27821 (defgroup, defcustom): Doc fixes.
27822
27823 * winner.el (winner-mode, winner-boring-buffers)
27824 (winner-pending-undo-ring): Doc fixes.
27825 (winner-ring): Remove unneeded `progn'.
27826 (winner-equal): `defsubst' it.
27827 (winner-redo): Fix message.
27828
27829 2005-07-13 Kim F. Storm <storm@cua.dk>
27830
27831 * simple.el (line-move-1): Always use vertical-motion to
27832 do the last (or only) line move to ensure some movement.
27833 Undo 2005-06-23 change--don't check for overlays.
27834
27835 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27836
27837 * term/mac-win.el (ccl-encode-mac-roman-font)
27838 (ccl-encode-mac-centraleurroman-font)
27839 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
27840 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
27841 Change charset-id boundary of dimension to ?\xef.
27842 (mac-char-fontspec-list): New constant.
27843 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
27844 argument. Nil uses itself as family in font-spec. Previous
27845 behavior for nil is now provided by non-nil non-string argument.
27846 All callers changed. Add font-specs for Mac fonts to
27847 "fontset-default" unless iso8859-1 fonts are installed.
27848
27849 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
27850
27851 * progmodes/sh-script.el (sh-get-indent-info): Only indent
27852 a continuation line if the \ is preceded by SPC or TAB.
27853 (sh-get-indent-info): Simplify.
27854 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
27855 Use with-current-buffer.
27856
27857 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
27858 when the matched text is empty.
27859
27860 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
27861
27862 * startup.el (command-line): Revert to previous handling of
27863 tooltip-mode. Explain in comment why the complexity is needed.
27864
27865 * tooltip.el (tooltip-mode): Revert to previous implementation of
27866 its defcustom.
27867
27868 * frame.el (blink-cursor-mode): Revert to previous implementation
27869 of its defcustom. Update comment.
27870
27871 2005-07-12 Lars Hansen <larsh@soem.dk>
27872
27873 * desktop.el: Update e-mail address.
27874
27875 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27876
27877 * term/mac-win.el (mac-services-mail-selection)
27878 (mac-services-mail-to): New functions.
27879 (mac-application-menu-map): Bind them.
27880
27881 2005-07-12 wulei <milton@wulei.net> (tiny change)
27882
27883 * progmodes/gdb-ui.el: Add note about buffering with Windows.
27884
27885 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
27886
27887 * custom.el (custom-reevaluate-setting): Doc fix.
27888
27889 2005-07-11 Jay Belanger <belanger@truman.edu>
27890
27891 * calc/calc.el (calc-embedded-announce-formula-alist)
27892 (calc-embedded-open-close-plain-alist)
27893 (calc-embedded-open-close-mode-alist): Add checks for additional
27894 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
27895
27896 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
27897
27898 * custom.el (custom-enable-theme): Don't add theme to
27899 `custom-enabled-themes' with `push' because there is no
27900 setf-method for `delq'.
27901
27902 2005-07-11 Richard M. Stallman <rms@gnu.org>
27903
27904 * custom.el (custom-declare-variable): Doc fix.
27905
27906 * dired-aux.el (dired-compare-directories): Remove "." and ".."
27907 from the alists.
27908
27909 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
27910 Do nothing if edebug-active.
27911
27912 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
27913 (edebug-display): Do it here instead.
27914
27915 2005-07-10 Richard M. Stallman <rms@gnu.org>
27916
27917 * cus-face.el (custom-theme-set-faces): Make it work.
27918 (custom-reset-faces): Doc fix.
27919 (custom-theme-reset-internal-face, custom-theme-face-value):
27920 Functions deleted.
27921
27922 * custom.el (custom-push-theme): Maintain list of the settings
27923 of a given theme in its theme-settings property.
27924 Maintain position of old settings in the theme-value
27925 or theme-face property.
27926 (custom-enabled-themes): New variable.
27927 (custom-theme-enabled-p): New function.
27928 (provide-theme): Update custom-enabled-themes.
27929 Disable and reenable the `user' theme.
27930 (require-theme): Doc fix.
27931 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
27932 (custom-theme-value, custom-theme-variable-value): Likewise.
27933 (custom-theme-reset-internal): Likewise.
27934 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
27935 (custom-enable-theme, custom-disable-theme): New functions.
27936 (custom-variable-theme-value, custom-face-theme-value): Likewise.
27937 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
27938 (custom-theme-reset-variables): Simplify.
27939 (deftheme, custom-declare-theme, custom-make-theme-feature):
27940 Definitions moved.
27941
27942 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
27943
27944 * longlines.el (longlines-show-region)
27945 (longlines-unshow-hard-newlines): Recognize hard newlines by
27946 non-nil hard property, instead of t.
27947
27948 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
27949
27950 * emulation/viper-cmd.el (viper--key-maps): New variable.
27951 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
27952 emulation-mode-map-alists.
27953 (viper-envelop-ESC-key): Use viper-subseq.
27954 (viper-search-forward/backward/next): Disable debug-on-error.
27955
27956 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27957 (viper-ESC-key): New defcustoms.
27958
27959 * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
27960
27961 * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
27962 (viper-subseq): Copy of subseq from cl.el.
27963
27964 * emulation/viper.el (viper-go-away, viper-set-hooks): Use
27965 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
27966
27967 * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
27968
27969 * emulation/viper-init.el: Get rid of -face in face names.
27970
27971 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
27972 Make it work with longlines mode.
27973
27974 * ediff-mult.el (ediff-meta-mode-hook): New variable.
27975
27976 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
27977
27978 * ediff-init.el: Get rid of -face in face names.
27979
27980 2005-07-10 Richard M. Stallman <rms@gnu.org>
27981
27982 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
27983 and with-timeout-unsuspend.
27984
27985 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
27986 and with-timeout-unsuspend.
27987
27988 * emacs-lisp/timer.el (with-timeout-timers): New variable.
27989 (with-timeout): Bind that variable to record timers.
27990 (with-timeout-suspend, with-timeout-unsuspend): New functions.
27991
27992 * emacs-lisp/debug.el (debug-help-follow): New function.
27993 (debugger-mode-map): Use that instead of help-follow.
27994 (debugger-setup-buffer): Use eval-buffer-list
27995 to handle eval-buffer frames.
27996
27997 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
27998
27999 * timezone.el (timezone-parse-date): Change first regexp
28000 so it will not mistakenly match dates with no time zone.
28001
28002 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
28003
28004 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
28005
28006 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
28007
28008 * custom.el (custom-initialize-safe-set)
28009 (custom-initialize-safe-default): New functions.
28010
28011 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
28012 and simplify :init-value.
28013
28014 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
28015 and simplify :init-value. Delete obsolete comment.
28016
28017 * startup.el (command-line): Use `custom-reevaluate-setting' to
28018 handle `tooltip-mode'. Delete obsolete comment.
28019
28020 * files.el (set-visited-file-name): Avoid calling
28021 `file-name-nondirectory' with a nil argument.
28022
28023 2005-07-09 Richard M. Stallman <rms@gnu.org>
28024
28025 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
28026 was called with nil for the buffer, handle the read position right.
28027 Handle read position for eval-region, too.
28028
28029 2005-07-09 Juri Linkov <juri@jurta.org>
28030
28031 * fringe.el (fringe-mode): Add period in docstring.
28032 (fringe-query-style): Build prompt depending on `all-frames' arg.
28033
28034 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
28035 to not create links to unrelated functions in the Help buffer.
28036
28037 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
28038 Doc fix.
28039
28040 * simple.el (next-error-hook): New variable.
28041 (next-error): Use it. Doc fix.
28042
28043 * textmodes/ispell.el (ispell-command-loop): Add current
28044 dictionary name and program name to mode-line-format.
28045 (ispell-region, ispell-process-line): Add current dictionary name
28046 and program name to messages.
28047
28048 2005-07-08 Jay Belanger <belanger@truman.edu>
28049
28050 * calc/calc.el (calc-embedded-announce-formula-alist)
28051 (calc-embedded-open-close-formula-alist)
28052 (calc-embedded-open-close-word-alist)
28053 (calc-embedded-open-close-plain-alist)
28054 (calc-embedded-open-close-new-formula-alist)
28055 (calc-embedded-open-close-mode-alist)
28056 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
28057 (calc-embedded-mode-hook): New variables.
28058
28059 * calc/calc-embed.el (calc-embedded-firsttime)
28060 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
28061 New variables.
28062 (calc-do-embedded): Use calc-embedded-firsttime,
28063 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
28064 determine whether or not to run hooks.
28065 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
28066 calc-embedded-firsttime-formula appropriately.
28067 Set calc-embedded delimiter variables according to mode.
28068
28069 2005-07-08 Richard M. Stallman <rms@gnu.org>
28070
28071 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
28072 Check for "emacs", etc., as entire symbol, not just as word.
28073 (checkdoc-file-comments-engine): Use regexp-quote on FN.
28074
28075 * files.el (set-visited-file-name): Report the error
28076 for "empty filename" earlier.
28077 (kill-some-buffers): Ignore buffers already dead.
28078
28079 * fringe.el (fringe-mode): Doc fix.
28080
28081 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
28082 Check for (featurep 'xemacs) and turn off warnings in what it guards.
28083 Use unwind-protect to ensure byte-compile-unresolved-functions
28084 is updated.
28085
28086 * whitespace.el (whitespace-buffer-leading-cleanup):
28087 Simplify w/ skip-chars-forward.
28088 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
28089
28090 * mail/rmail.el (rmail-only-expunge): Fix paren error.
28091 Unconditionally try to leave point at the same old place.
28092
28093 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
28094
28095 * comint.el (comint-postoutput-scroll-to-bottom)
28096 (comint-show-maximum-output): Take scroll-margin into consideration.
28097
28098 2005-07-08 Kim F. Storm <storm@cua.dk>
28099
28100 * ido.el (ido-use-filename-at-point): New choice `guess'.
28101 (ido-file-internal): Try ffap-guesser if selected.
28102
28103 * ido.el (ido-before-fallback-functions): New hook.
28104 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
28105 (ido-read-file-name): Run it.
28106
28107 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
28108
28109 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
28110 strings rather than a list of symbols to the completion function.
28111
28112 2005-07-07 Jay Belanger <belanger@truman.edu>
28113
28114 * calc/calc-units.el (math-apply-units): Change the places in
28115 which units are simplified.
28116
28117 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
28118
28119 * cus-edit.el (customize-option, customize-option-other-window):
28120 Make them handle aliases.
28121
28122 * custom.el (custom-variable-p): Make it recursively follow
28123 aliases. Mention that in the docstring.
28124
28125 2005-07-07 Richard M. Stallman <rms@gnu.org>
28126
28127 * cus-start.el (exec-path): Use `directory' instead of `file'.
28128 Fix tag for nil.
28129
28130 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
28131
28132 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
28133 when called non-interactively. Doc fix.
28134
28135 2005-07-07 Lute Kamstra <lute@gnu.org>
28136
28137 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
28138 new address as well.
28139
28140 2005-07-07 Kenichi Handa <handa@m17n.org>
28141
28142 * international/mule.el (make-coding-system):
28143 Describe `ascii-incompatible' property in the docstring.
28144 (set-file-name-coding-system): Signal an error if coding-system is
28145 ascii-incompatible.
28146 (set-keyboard-coding-system): Likewise.
28147
28148 * international/mule-cmds.el (set-default-coding-systems):
28149 Don't set default-file-name-coding-system and
28150 default-keyboard-coding-system if coding-system is ASCII-incompatible.
28151
28152 * international/utf-16.el: Declare that all UTF-16-based coding
28153 systems are ASCII-incompatible.
28154
28155 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
28156
28157 * progmodes/gud.el: Require font-lock for displaying errors.
28158 Used by gdb-ui.el.
28159
28160 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
28161
28162 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
28163 values for the pattern lists which are `read'able but not
28164 `append'able (like symbols).
28165
28166 2005-07-06 Richard M. Stallman <rms@gnu.org>
28167
28168 * progmodes/flymake.el (flymake-float-time): Instead of
28169 with-no-warnings, test for XEmacs.
28170 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
28171 to avoid warning.
28172
28173 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
28174
28175 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
28176
28177 2005-07-05 Lute Kamstra <lute@gnu.org>
28178
28179 * battery.el: Add support for Darwin (with much debugging help
28180 from Samuel Lauber <sam124@operamail.com>).
28181 (battery-status-function, battery-echo-area-format)
28182 (battery-mode-line-format): Add support for pmset on Darwin.
28183 (battery-load-low, battery-load-critical): New user options.
28184 (battery-pmset): New function.
28185
28186 2005-07-05 Lute Kamstra <lute@gnu.org>
28187
28188 Update FSF's address in GPL notices.
28189
28190 * textmodes/page-ext.el: Update FSF's address.
28191
28192 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
28193
28194 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
28195 filling from using prefix when filling a single-line docstring.
28196
28197 * progmodes/flymake.el: Remove useless eval-when-compile.
28198
28199 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
28200
28201 2005-07-04 Richard M. Stallman <rms@gnu.org>
28202
28203 * textmodes/org.el (org-file-apps-defaults-gnu):
28204 Rename from org-file-apps-defaults-linux.
28205 (org-default-apps): Don't test system-type for `linux'.
28206 (org-file-apps): Doc fix.
28207
28208 2005-07-04 David Ponce <david@dponce.com>
28209
28210 * tree-widget.el: Improve header Commentary section.
28211 (tree-widget) [defgroup]
28212 (tree-widget-image-enable, tree-widget-themes-directory)
28213 (tree-widget-theme, tree-widget-image-properties-emacs)
28214 (tree-widget-image-properties-xemacs, tree-widget-create-image)
28215 (tree-widget-image-formats, tree-widget-control)
28216 (tree-widget-empty-control, tree-widget-leaf-control
28217 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
28218 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
28219 (tree-widget-keep, tree-widget-after-toggle-functions)
28220 (tree-widget-open-node, tree-widget-close-node): Doc fix.
28221 (tree-widget-open-control, tree-widget-close-control): Fix doc and
28222 :help-echo message.
28223 (tree-widget-set-theme): Doc fix. Use `string-equal'.
28224 (tree-widget-image-properties): Doc fix. Clearer implementation.
28225 (tree-widget--cursors): New constant.
28226 (tree-widget-lookup-image): New function split from
28227 `tree-widget-find-image'. Clearer implementation.
28228 (tree-widget-find-image): Use it.
28229 (tree-widget-button-keymap): Use `set-keymap-parent'.
28230 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
28231 Define the sub-widgets here.
28232 (tree-widget-node): Check that :node is not a tree-widget.
28233 (tree-widget-get-super, tree-widget-open-control)
28234 (tree-widget-close-control, tree-widget-empty-control)
28235 (tree-widget-leaf-control, tree-widget-guide)
28236 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
28237 (tree-widget-no-handle, tree-widget-value-delete)
28238 (tree-widget-map): Remove.
28239 (tree-widget-children-value-save): Doc fix. Simplified.
28240 (tree-widget-value-create): Update according to previous changes.
28241
28242 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
28243
28244 * textmodes/org.el: Leading space replaced by TABS.
28245 (org-recalc-marks, org-table-rotate-recalc-marks)
28246 (org-table-get-specials): Treat "^" and "_" marks.
28247 (org-table-justify-field-maybe): Optional argument NEW.
28248 (org-table-eval-formula): Parsing of the format simplified.
28249 New modes C,I. Honor the %= parameter in the current table.
28250 Avoid unnecessary re-align by using the NEW argument to
28251 `org-table-justify-field-maybe'.
28252 (org-calc-default-modes): Default for date-format mimicks org-mode.
28253 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
28254
28255 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
28256
28257 * cus-face.el (custom-theme-set-faces): Make it handle face
28258 aliases whose alias declarations are pre- or autoloaded.
28259
28260 2005-07-04 Juri Linkov <juri@jurta.org>
28261
28262 * faces.el (read-face-name): Put the code for getting a face name
28263 from the buffer before adding the faces from the `face' property.
28264 Use `completing-read-multiple' instead of `completing-read'.
28265 Require `crm'. Add default value and post-process the returned
28266 list of faces.
28267
28268 * emacs-lisp/crm.el (crm-find-current-element)
28269 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
28270
28271 * emacs-lisp/lisp-mode.el (eval-defun-1):
28272 * emacs-lisp/edebug.el (edebug-eval-defun):
28273 Remove unnecessary quotes.
28274
28275 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
28276
28277 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
28278 (prolog-indent-level): Fix typo in docstring.
28279
28280 * info.el (Info-history, Info-history-forward)
28281 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
28282
28283 * add-log.el (add-change-log-entry):
28284 * comint.el (comint-dynamic-list-input-ring)
28285 (comint-dynamic-list-completions):
28286 * dabbrev.el (dabbrev-expand):
28287 * delim-col.el (delimit-columns-rectangle-line):
28288 * diff-mode.el (diff-context->unified, diff-reverse-direction)
28289 (diff-unified->context):
28290 * ediff-init.el (ediff-abbrev-jobname):
28291 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
28292 (ediff-replace-session-activity-marker-in-meta-buffer):
28293 * info.el (Info-summary):
28294 * lpr.el (printify-region):
28295 * printing.el (pr-create-interface):
28296 * ps-print.el (ps-print-quote):
28297 * ses.el (ses-column-widths, ses-print-cell)
28298 (ses-adjust-print-width, ses-center):
28299 * shell.el (shell-file-name-quote-list):
28300 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
28301 (strokes-fill-current-buffer-with-whitespace)
28302 (strokes-xpm-for-stroke, strokes-list-strokes)
28303 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
28304 * term.el (term-dynamic-list-input-ring)
28305 (term-dynamic-list-completions):
28306 * calc/calc.el (math-format-stack-value):
28307 * emacs-lisp/edebug.el (edebug-display-freq-count):
28308 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
28309 (delphi-new-comment-line):
28310 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
28311 * progmodes/executable.el (executable-set-magic):
28312 * progmodes/python.el (inferior-python-mode):
28313 * progmodes/scheme.el (scheme-mode-syntax-table):
28314 * progmodes/sh-script.el (sh-maybe-here-document):
28315 * progmodes/sql.el (sql-copy-column):
28316 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
28317 * textmodes/bibtex.el (bibtex-mode):
28318 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
28319 (sgml-auto-attributes):
28320 * textmodes/table.el (table-insert, table-shorten-cell)
28321 (table--generate-source-scan-lines, table-delete-row)
28322 (*table--cell-delete-char, table--spacify-frame)
28323 (table--horizontally-shift-above-and-below)
28324 (table--cell-insert-char, table--cell-blank-str)
28325 (table--fill-region-strictly):
28326 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
28327 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
28328
28329 * add-log.el (change-log):
28330 * apropos.el (apropos):
28331 * comint.el (comint-completion, comint-source):
28332 * dabbrev.el (dabbrev):
28333 * delim-col.el (columns):
28334 * diff-mode.el (diff-mode):
28335 * ediff.el (ediff):
28336 * ediff-diff.el (ediff-diff):
28337 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
28338 * ediff-mult.el (ediff-mult):
28339 * ediff-ptch.el (ediff-ptch):
28340 * ediff-wind.el (ediff-window):
28341 * facemenu.el (facemenu):
28342 * indent.el (indent):
28343 * info.el (info):
28344 * jka-cmpr-hook.el (compression, jka-compr):
28345 * lpr.el (lpr):
28346 * outline.el (outlines):
28347 * pcmpl-cvs.el (pcmpl-cvs):
28348 * pcmpl-rpm.el (pcmpl-rpm):
28349 * printing.el (printing):
28350 * ps-print.el (postscript, ps-print, ps-print-horizontal)
28351 (ps-print-vertical, ps-print-headers, ps-print-font)
28352 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
28353 (ps-print-background, ps-print-printer, ps-print-page)
28354 (ps-print-miscellany):
28355 * ses.el (ses):
28356 * shell.el (shell, shell-directories, shell-faces):
28357 * startup.el (initialization):
28358 * strokes.el (strokes):
28359 * term.el (term):
28360 * uniquify.el (uniquify):
28361 * w32-vars.el (w32):
28362 * calc/calc.el (calc):
28363 * emacs-lisp/bytecomp.el (bytecomp):
28364 * emacs-lisp/cl-indent.el (lisp-indent):
28365 * emacs-lisp/edebug.el (edebug):
28366 * emacs-lisp/elp.el (elp):
28367 * emacs-lisp/testcover.el (testcover):
28368 * emacs-lisp/trace.el (trace):
28369 * emulation/viper-ex.el (viper-ex):
28370 * emulation/viper-mous.el (viper-mouse):
28371 * mail/mailalias.el (mailalias):
28372 * mail/supercite.el (supercite, supercite-frames)
28373 (supercite-attr, supercite-cite, supercite-hooks):
28374 * net/rcompile.el (remote-compile):
28375 * net/rlogin.el (rlogin):
28376 * obsolete/ooutline.el (outlines):
28377 * progmodes/delphi.el (delphi):
28378 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
28379 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
28380 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
28381 (ebnf-optimization):
28382 * progmodes/etags.el (etags):
28383 * progmodes/executable.el (executable):
28384 * progmodes/idlwave.el (idlwave):
28385 * progmodes/pascal.el (pascal):
28386 * progmodes/prolog.el (prolog):
28387 * progmodes/python.el (python):
28388 * progmodes/scheme.el (scheme):
28389 * progmodes/sh-script.el (sh, sh-script):
28390 * progmodes/sql.el (SQL):
28391 * progmodes/tcl.el (tcl):
28392 * textmodes/bibtex.el (bibtex, bibtex-autokey):
28393 * textmodes/enriched.el (enriched):
28394 * textmodes/makeinfo.el (makeinfo):
28395 * textmodes/sgml-mode.el (sgml):
28396 * textmodes/table.el (table-hooks):
28397 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
28398 * textmodes/texinfo.el (texinfo):
28399 * textmodes/two-column.el (two-column):
28400 Finish `defgroup' description with period.
28401
28402 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
28403 * eshell/esh-var.el (eshell-var):
28404 * progmodes/vhdl-mode.el (vhdl-testbench):
28405 * textmodes/org.el (org): Fix typos in docstrings.
28406
28407 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
28408 consistency.
28409
28410 * progmodes/flymake.el (flymake-find-file): Remove.
28411 (flymake-float-time): Use `with-no-warnings'.
28412 (flymake-check-start-time, flymake-check-was-interrupted)
28413 (flymake-err-info, flymake-is-running, flymake-last-change-time)
28414 (flymake-new-err-info): `defvar' at compile time.
28415
28416 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
28417
28418 * replace.el (occur-hook): Doc fix.
28419 (occur-1): Don't call `occur-hook' if there are no matches.
28420
28421 2005-07-03 Richard M. Stallman <rms@gnu.org>
28422
28423 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
28424 global-map, save the same map.
28425 (global-map): Don't alter it at top level.
28426 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
28427 Then alter it here instead.
28428 (tpu-edt-off): Set global-map to the saved one.
28429
28430 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
28431 All references simplified.
28432 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
28433 (zmacs-regions): Add defvar.
28434 (repeat-complex-command-map): Everything about that deleted.
28435
28436 * textmodes/artist.el (artist-key-is-drawing)
28437 (artist-key-endpoint1, artist-key-poly-point-list)
28438 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
28439 (artist-key-compl-table, artist-rb-save-data)
28440 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
28441 Don't put them in eval-when-compile.
28442 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
28443
28444 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
28445 Use with-no-warnings.
28446
28447 * net/browse-url.el (dos-windows-version): Add defvar.
28448
28449 * mail/supercite.el (filladapt-prefix-table): Add defvar.
28450
28451 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
28452 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
28453 (rmail-new-summary-line-count): Rename from new-summary-line-count.
28454 Add defvar.
28455 (rmail-summary-beginning-of-message): Use with-no-warnings.
28456 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
28457
28458 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
28459 Use with-no-warnings.
28460
28461 * emulation/vi.el (vi-mark-region): Use c-mark-function.
28462 (c-mark-function): Add point-moving-unit property.
28463 (vi-goto-line): Use with-no-warnings.
28464
28465 * emulation/edt.el (edt-last-copied-word): Add defvar.
28466 (zmacs-region-stays): Likewise.
28467 (edt-mark-section-wisely): Use c-mark-function for C.
28468 Use makr-defun for Fortran.
28469 (time-string): defvar deleted.
28470 (edt-display-the-time): Don't set time-string.
28471
28472 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
28473
28474 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28475 Don't warn when name is not constant
28476 or for defining the group `emacs'.
28477
28478 * tooltip.el (gud-tooltip-mode): Add defvar.
28479
28480 * startup.el (default-frame-background-mode): Add defvar.
28481
28482 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
28483
28484 * info.el (tool-bar-map): Add defvar.
28485
28486 * dired.el (dnd-protocol-alist): Add defvar.
28487
28488 * dired-aux.el (dired-query): Display question with answer, when
28489 the user answers.
28490
28491 * custom.el (custom-add-option): Doc fix.
28492
28493 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
28494
28495 2005-07-03 Eli Zaretskii <eliz@gnu.org>
28496
28497 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
28498 bogus name from the last change.
28499
28500 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
28501
28502 * custom.el (custom-declare-variable): Fix typos in comment.
28503 (custom-known-themes): Doc fix.
28504 (custom-theme-directory): New defcustom.
28505 (require-theme): Make it check `custom-theme-directory'.
28506
28507 * cus-theme.el (custom-new-theme-mode): New function.
28508 (custom-theme-name, custom-theme-variables, custom-theme-faces)
28509 (custom-theme-description): Add compiler defvars.
28510 (customize-create-theme): Add doc to the "*New Custom Theme*"
28511 buffer. Use `custom-new-theme-mode'.
28512 (custom-theme-write): Put the created buffer in emacs-lisp-mode
28513 and save it to the `custom-theme-directory'. Make this the
28514 default directory of the buffer.
28515
28516 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
28517
28518 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
28519 Fix unbalanced parentheses.
28520
28521 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
28522
28523 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
28524 into flymake-mode and delegate to flymake-mode.
28525
28526 * find-file.el (ff-which-function-are-we-in): Clean up.
28527
28528 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
28529
28530 * replace.el (occur-rename-buffer): Fix docstring.
28531
28532 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
28533 (edt-last-copied-word, edt-learn-macro-count)
28534 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
28535 (edt-rect-start-point, edt-user-global-map, rect-start-point)
28536 (time-string, zmacs-region-stays):
28537 * emulation/edt-mapper.el (edt-save-function-key-map)
28538 (EDT-key-name): `defvar' to silence the byte-compiler.
28539
28540 2005-07-02 Martin Rudalics <rudalics@gmx.at>
28541
28542 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
28543 font-lock-regexp-backslash. Doc fix.
28544 (font-lock-regexp-backslash-grouping-construct): Rename from
28545 font-lock-regexp-backslash-construct. Doc fix.
28546 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
28547 grouping constructs.
28548
28549 2005-07-02 Eli Zaretskii <eliz@gnu.org>
28550
28551 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
28552 updating all the prerequisites.
28553
28554 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
28555
28556 * textmodes/org.el (org-agenda-start-on-weekday)
28557 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
28558 (org-agenda-use-time-grid, org-archive-location)
28559 (org-allow-space-in-links, org-usenet-links-prefer-google)
28560 (org-enable-table-editor, org-export-default-language)
28561 (org-export-html-show-new-buffer, org-fill-paragraph)
28562 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
28563 (org-goto-quit, org-occur, org-eval-in-calendar)
28564 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
28565 (org-agenda-diary-entry, org-remember-help)
28566 (org-table-convert-region, org-at-table-p)
28567 (org-table-move-row-down, org-table-move-row-up)
28568 (org-table-copy-region, org-table-toggle-vline-visibility)
28569 (org-table-get-stored-formulas, org-table-get-specials)
28570 (org-recalc-commands, org-table-eval-formula)
28571 (org-table-formula-substitute-names, orgtbl-make-binding)
28572 (org-format-org-table-html, org-format-table-table-html)
28573 (org-format-table-table-html-using-table-generate-source)
28574 (org-customize): Fix typos in docstrings.
28575 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
28576 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
28577 (org-back-to-heading): Doc fixes.
28578 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
28579 (org-agenda-change-all-lines, org-get-header):
28580 Improve argument/docstring consistency.
28581 (orgtbl-error): Fix error message.
28582
28583 * progmodes/flymake.el (flymake-find-possible-master-files)
28584 (flymake-master-file-compare, flymake-get-line-err-count)
28585 (flymake-highlight-line, flymake-gui-warnings-enabled):
28586 Fix typos in docstrings.
28587 (flymake-parse-line, flymake-get-project-include-dirs-function)
28588 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
28589 Doc fixes.
28590 (flymake-get-project-include-dirs-function)
28591 (flymake-make-err-menu-data):
28592 Improve argument/docstring consistency.
28593
28594 2005-07-01 Lute Kamstra <lute@gnu.org>
28595
28596 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
28597 Catch errors with ignore-errors. Use temporary buffer.
28598 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
28599
28600 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
28601 background color faces.
28602 (facemenu-set-foreground, facemenu-set-background):
28603 Use facemenu-set-face-from-menu.
28604 (facemenu-set-face-from-menu): Treat face names that start with
28605 "fg:" or "bg:" as special.
28606 (facemenu-add-new-color): Don't create faces. Simplify.
28607
28608 2005-06-30 Richard M. Stallman <rms@gnu.org>
28609
28610 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
28611 (crm-find-current-element): Likewise.
28612
28613 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
28614
28615 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
28616
28617 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
28618
28619 * arc-mode.el (archive-extract): Make it work as a mouse binding.
28620 (archive-mouse-extract): Make it an obsolete alias.
28621 (archive-mode-map): Don't use archive-mouse-extract any more.
28622 (archive-mode, archive-extract): write-contents-hooks ->
28623 write-contents-functions.
28624 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
28625 first arg.
28626 (archive-rename-entry): Update the call.
28627 (archive-zip-summarize): Remove unused var `method'.
28628 (archive-lzh-summarize): Remove unused var `creator'.
28629
28630 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
28631 dedicated frame upon exit.
28632
28633 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
28634 (archive-zip-extract, archive-zip-expunge)
28635 (archive-zip-update, archive-zip-update-case): Use executable-find.
28636 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
28637 Use restore-buffer-modified-p.
28638 (archive-extract, archive-add-new-member, archive-write-file-member):
28639 Use with-current-buffer.
28640 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
28641
28642 2005-06-30 Andreas Schwab <schwab@suse.de>
28643
28644 * progmodes/gud.el (gud-filter): Remove unneeded progn.
28645
28646 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
28647
28648 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
28649
28650 2005-06-30 Juri Linkov <juri@jurta.org>
28651
28652 * faces.el (vertical-border): Inherit from mode-line-inactive
28653 only on tty.
28654
28655 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
28656
28657 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
28658 example, -NLINES in the `occur' docstring).
28659
28660 * replace.el (occur-1): When no matches are found, do not set the
28661 `buffer-read-only' and modified flags for the occur buffer,
28662 because it is deleted.
28663
28664 * emulation/cua-base.el (cua-check-pending-input)
28665 (cua-repeat-replace-region, cua-mode, cua-debug)
28666 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
28667 Fix typos in docstrings.
28668
28669 * emulation/cua-gmrk.el (cua-toggle-global-mark)
28670 (cua-cut-region-to-global-mark)
28671 (cua--cut-rectangle-to-global-mark):
28672 Remove period from end of messages.
28673
28674 * emulation/cua-rect.el (cua-do-rectangle-padding):
28675 Remove period from end of messages.
28676 (cua--rectangle-seq-format): Fix typo in docstring.
28677 (cua-sequence-rectangle, cua-fill-char-rectangle):
28678 Improve argument/docstring consistency.
28679
28680 2005-06-29 Juri Linkov <juri@jurta.org>
28681
28682 * faces.el (default-frame-background-mode): New internal variable.
28683 (frame-set-background-mode): Use it.
28684
28685 * startup.el (normal-top-level): Set default-frame-background-mode
28686 instead of frame-background-mode. Before setting it, test for its
28687 nil value. Remove tests for frame-background-mode and frame
28688 parameter `reverse'. Add test for "unspecified-fg".
28689
28690 * term/xterm.el (xterm-rxvt-set-background-mode):
28691 * term/rxvt.el (rxvt-set-background-mode):
28692 Set default-frame-background-mode instead of frame-background-mode.
28693
28694 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
28695
28696 * simple.el (set-variable): Warn about obsolete user variables.
28697
28698 * imenu.el (imenu--completion-buffer):
28699 * mouse.el (mouse-buffer-menu-alist):
28700 * msb.el (msb-invisible-buffer-p):
28701 * calendar/diary-lib.el (diary-header-line-format):
28702 * emacs-lisp/pp.el (pp-buffer):
28703 * progmodes/cperl-mode.el (cperl-do-auto-fill):
28704 * textmodes/picture.el (picture-replace-match):
28705 Change space constants followed by a sexp to "?\s ".
28706
28707 * play/decipher.el (decipher-loop-with-breaks):
28708 * textmodes/texinfo.el (texinfo-insert-@item): Change space
28709 constants "protected" from end of line by a comment to "?\s".
28710
28711 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28712
28713 * font-lock.el (save-buffer-state): Use `declare'.
28714
28715 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
28716 reset the syntax-table to cperl-mode-syntax-table.
28717 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
28718 "foo_print_bar" is not matched as a reserved keyword.
28719
28720 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
28721
28722 * textmodes/org.el (orgtbl-setup): New function, for delayed
28723 setup for the orgtbl commands.
28724 (org-calc-default-modes): New option.
28725 (orgtbl-make-binding): Use `defun' to get better help display.
28726 (org-diary): Call `org-compile-prefix-format'.
28727 (org-table-formula-substitute-names): New function.
28728 (org-agenda-day-view, org-agenda-week-view): New commands.
28729 (org-agenda-toggle-week-view): Command removed.
28730 (org-tbl-menu): Split off from org-org-menu.
28731 (org-mode): Move removal of outline-mode menus to here.
28732 (org-table-formula-debug): New option.
28733 (org-table-insert-row): Keep first field if just "#" or "*".
28734 (org-mode): Paragraph regexps fixed.
28735 (org-table-recalculate-regexp): New constant.
28736 (org-table-justify-field-maybe): Avoid replace if not necessary.
28737 (org-copy-special, org-cut-special): Use `call-interactively'.
28738 (org-table-copy-region): Take region from `interactive' call.
28739 (org-trim): Return string even if no match.
28740 (org-formula): New face.
28741 (org-set-font-lock-defaults): No longer highlight "FIXME".
28742 But highlight formula-related fields in table.
28743 (org-table-p): Use regexp, not fontification.
28744 (org-table-align): Handle white space at end of line.
28745 (org-table-formula-evaluate-inline): New option.
28746 (org-mode): Auto-wrapping in comment lines turned off.
28747 (org-table-copy-down): Evaluate only in copied field, not in
28748 destination.
28749 (org-table-current-formula): Variable removed.
28750 (org-table-store-formulas, org-table-get-stored-formulas)
28751 (org-table-modify-formulas, org-table-replace-in-formulas)
28752 (org-table-maybe-eval-formula): New functions.
28753 (org-table-get-formula): Modify to use stored formulas.
28754 (org-table-insert-column, org-table-delete-column)
28755 (org-table-move-column): Call `org-table-modify-formulas'.
28756 (org-complete): Add completion for keyword formulas.
28757 (orgtbl-mode): Pull orgtbl-mode-map to start of
28758 minor-mode-map-alist.
28759
28760 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28761
28762 * progmodes/python.el (python-check): Require `compile' before
28763 modifying its variables.
28764
28765 * newcomment.el (comment-indent-default): Don't get fooled by an early
28766 end of buffer.
28767
28768 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28769
28770 * ps-print.el (ps-print-version): Fix version number.
28771
28772 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
28773
28774 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
28775
28776 2005-06-28 Richard M. Stallman <rms@gnu.org>
28777
28778 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
28779 (flyspell-local-mouse-map): Declaration deleted.
28780 (flyspell-mouse-map): Bind only mouse-2.
28781 (flyspell-mode-map): Don't test flyspell-use-local-map.
28782 (flyspell-overlay-keymap-property-name): Var deleted.
28783 (flyspell-mode-on): Don't make local bindings for
28784 flyspell-mouse-map and flyspell-mode-map.
28785 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
28786
28787 * textmodes/ispell.el (ispell-word): Do not ignore short words.
28788
28789 * progmodes/compile.el (compilation-next-error-function):
28790 Don't switch buffers; operate on the current buffer.
28791
28792 * progmodes/compile.el (compilation-error-file-name)
28793 (compilation-warning-file-name, compilation-info-file-name)
28794 (compilation-line-number, compilation-column-number): New faces.
28795 (compilation-error-face, compilation-warning-face)
28796 (compilation-info-face, compilation-line-face)
28797 (compilation-column-face): Use them.
28798
28799 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
28800
28801 * comint.el (comint-password-prompt-regexp): Accept ", try again".
28802
28803 * bindings.el (global-map): Bind insertchar and its variants.
28804
28805 2005-06-27 Richard M. Stallman <rms@gnu.org>
28806
28807 * textmodes/artist.el (artist-text-overwrite)
28808 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
28809
28810 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28811
28812 * ps-print.el: It was not working the page selection for printing.
28813 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
28814 (ps-print-version): New version 6.6.7.
28815 (ps-end-sheet): New fun.
28816 (ps-header-sheet, ps-end-job): Call it.
28817
28818 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
28819
28820 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
28821
28822 2005-06-27 Lute Kamstra <lute@gnu.org>
28823
28824 * facemenu.el (facemenu-unlisted-faces): Add foreground and
28825 background color faces.
28826 (facemenu-get-face): Delete function.
28827 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
28828 (facemenu-add-new-color): Make second argument mandatory.
28829 Create the appropriate face and return it. Simplify.
28830 (facemenu-set-foreground, facemenu-set-background): Don't check if
28831 color is defined. Use return value of facemenu-add-new-color.
28832
28833 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
28834
28835 * progmodes/gud.el (gud-filter): Add missing argument to
28836 with-selected-window.
28837
28838 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
28839
28840 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
28841 a :require to the defcustom.
28842
28843 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
28844 defcustoms corresponding to minor modes.
28845
28846 2005-06-26 David Ponce <david@dponce.com>
28847
28848 * recentf.el: Require tree-widget instead of wid-edit.
28849 (recentf-filename-handler): Fix widget :type.
28850 (recentf-cancel-dialog, recentf-open-more-files)
28851 (recentf-open-files-action): Doc fix.
28852 (recentf-dialog-goto-first): New function.
28853 (recentf-dialog-mode-map): Set parent keymap first.
28854 (recentf-dialog-mode): Define with define-derived-mode.
28855 Don't display continuation lines in dialogs.
28856 (recentf-edit-list): Rename from recentf-edit-selected-items.
28857 (recentf-edit-list-select): Rename from recentf-edit-list-action.
28858 Simplify.
28859 (recentf-edit-list-validate): New function.
28860 (recentf-edit-list): Update accordingly.
28861 (recentf-open-files-item-shift): Remove.
28862 (recentf-open-files-item): Convert menu elements into tree and
28863 link widgets. Don't create the widgets.
28864 (recentf-open-files): Update accordingly.
28865 (recentf-save-list): Untabify.
28866
28867 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
28868
28869 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
28870 (keep-lines): Add INTERACTIVE arg. Never delete lines only
28871 partially contained in the active region. Do not take active
28872 region into account when called from Lisp, unless INTERACTIVE arg
28873 is non-nil. Use `forward-line' instead of `beginning-of-line' to
28874 avoid trouble with fields. Make marker point nowhere when no
28875 longer used. Always return nil. Doc fix.
28876 (flush-lines): Add INTERACTIVE arg. Do not take active region
28877 into account when called from Lisp, unless INTERACTIVE arg is
28878 non-nil. Use `forward-line' instead of `beginning-of-line' to
28879 avoid trouble with fields. Make marker point nowhere when no
28880 longer used. Always return nil. Doc fix.
28881 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
28882 interchangeable. Do not take active region into account when
28883 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
28884 message in echo area when called from Lisp, unless INTERACTIVE arg
28885 is non-nil. Avoid saying "1 occurrences". Do not use markers.
28886 Return the number of matches. Doc fix.
28887 (occur): Doc fix.
28888 (perform-replace): Make comment follow double space convention for
28889 the sake of `outline-minor-mode'.
28890
28891 * faces.el (facep): Doc fix.
28892
28893 2005-06-25 Richard M. Stallman <rms@gnu.org>
28894
28895 * facemenu.el (facemenu-enable-faces-p): New function.
28896 (facemenu-background-menu, facemenu-foreground-menu)
28897 (facemenu-face-menu): Add menu-enable property.
28898
28899 * jka-compr.el (jka-compr-insert-file-contents):
28900 Special handling if cannot find the uncompression program.
28901
28902 * cus-face.el (custom-face-attributes): Add autoload.
28903
28904 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28905 Bind comment-indent-function locally.
28906
28907 * window.el (save-selected-window): Use save-current-buffer.
28908
28909 * subr.el (with-selected-window): Use save-current-buffer.
28910
28911 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
28912 and with-current-buffer.
28913
28914 2005-06-24 Richard M. Stallman <rms@gnu.org>
28915
28916 * simple.el (line-move-1): Fix previous change.
28917
28918 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
28919
28920 * replace.el (occur-1): Set `buffer-read-only' and the
28921 buffer-modified flag before running `occur-hook' to protect
28922 against unintentional buffer switches that can lead to data loss.
28923
28924 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
28925
28926 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
28927 (gud-gdb-marker-filter): Use font-lock-warning-face for any
28928 initial error.
28929
28930 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
28931 after fresh input.
28932 (gdb-var-create-handler): Put name of expression in quotes.
28933
28934 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
28935
28936 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
28937 elements of RING in order, and without bogus nil elements.
28938
28939 2005-06-23 Richard M. Stallman <rms@gnu.org>
28940
28941 * simple.el (set-variable): Args renamed; doc fix.
28942 (line-move-1): When there are overlays around, use vertical-motion.
28943
28944 * faces.el (escape-glyph): Use brown against light background.
28945 (nobreak-space): Rename from no-break-space.
28946 Fix previous change.
28947
28948 * dired-aux.el (dired-do-copy): Fix arg prompt.
28949
28950 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
28951
28952 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
28953
28954 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
28955 rather than "Distributor".
28956
28957 2005-06-23 Lute Kamstra <lute@gnu.org>
28958
28959 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
28960 (debug-on-entry): Use it. New interactive declaration that uses
28961 function-called-at-point.
28962
28963 2005-06-23 Kim F. Storm <storm@cua.dk>
28964
28965 * subr.el (save-match-data): Add comment about using evaporate arg
28966 to set-match-data.
28967
28968 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
28969
28970 * cus-edit.el (customize-face)
28971 (customize-face-other-window): Handle face aliases.
28972
28973 * faces.el (face-documentation, set-face-attribute)
28974 (face-spec-set): Handle face aliases.
28975
28976 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
28977
28978 * help-mode.el (help-make-xrefs): If a symbol representing a face
28979 name is not followed by the word "face", it could still be a
28980 function or variable name, so don't bypass other checks.
28981
28982 2005-06-22 Juri Linkov <juri@jurta.org>
28983
28984 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
28985 Replace aliased functions with calls where second arg `inherit' is t.
28986
28987 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
28988
28989 * progmodes/gdb-ui.el (gdb-error): New variable.
28990 (gdb-error): New function.
28991 (gdb-annotation-rules): Act on error-begin and error annotations.
28992 (gdb-concat-output): Use font-lock-warning-face for errors.
28993
28994 2005-06-22 Miles Bader <miles@gnu.org>
28995
28996 * bindings.el (propertized-buffer-identification): Use renamed
28997 `Buffer-menu-buffer' face.
28998
28999 * faces.el (vertical-border): Rename from `vertical-divider'.
29000 (escape-glyph): Change dark-background color back to `cyan'.
29001
29002 2005-06-21 Juri Linkov <juri@jurta.org>
29003
29004 * faces.el (face-user-default-spec): Try getting `customized-face'
29005 prior to `saved-face'.
29006 (frame-background-mode): Refill docstring.
29007
29008 * emacs-lisp/lisp-mode.el (eval-defun-1):
29009 * emacs-lisp/edebug.el (edebug-eval-defun):
29010 Set `saved-face' temporarily to nil before calling form.
29011 Set `customized-face' to the new spec after that.
29012
29013 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
29014
29015 * subr.el (1value, lambda, key-substitution-in-progress):
29016 Doc fixes.
29017
29018 * autoinsert.el (auto-insert-alist):
29019 * ses.el (ses-call-printer):
29020 * subr.el (noreturn):
29021 * emacs-lisp/lisp.el (check-parens):
29022 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
29023 * net/browse-url.el (browse-url-mosaic):
29024 * progmodes/cc-defs.el (c-safe-scan-lists):
29025 * progmodes/ebnf-abn.el (ebnf-abn-lex):
29026 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
29027 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
29028 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
29029 * progmodes/ebnf-iso.el (ebnf-iso-lex):
29030 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
29031
29032 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
29033
29034 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
29035
29036 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
29037
29038 * calendar/appt.el (appt-make-list): Activate the package, if
29039 not already active (for backwards compatibility).
29040
29041 2005-06-20 Kim F. Storm <storm@cua.dk>
29042
29043 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
29044
29045 2005-06-20 Miles Bader <miles@gnu.org>
29046
29047 * faces.el (vertical-divider): New face.
29048
29049 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
29050
29051 * simple.el (kill-whole-line): Doc fix.
29052 (next-error-buffer-p, next-error-find-buffer)
29053 (clone-indirect-buffer): Fix typos in docstrings.
29054 (comment-line-break-function): Doc fix: don't say variable
29055 is automatically buffer-local (it isn't).
29056
29057 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
29058
29059 * net/tramp-ftp.el (top):
29060 * net/tramp-smb.el (top):
29061 * net/tramp-util.el (top):
29062 * net/tramp-uu.el (top):
29063 * net/tramp-vc.el (top):
29064 * net/tramp.el (top): Revert copyright years back to original
29065 ones. Tramp has a life outside GNU Emacs.
29066
29067 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
29068
29069 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
29070
29071 2005-06-18 Juri Linkov <juri@jurta.org>
29072
29073 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
29074 end of first regexp to limit the match to the position between
29075 line number and source line with same separator character as used
29076 between file name and line number. In the second regexp limit
29077 mouse-face area to file name and line number by adding new group
29078 for them and referring it in HYPERLINK arg.
29079 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
29080 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
29081 previous line where grep markers may be already removed.
29082
29083 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
29084
29085 * progmodes/ps-mode.el: Update version and maintainer's email address.
29086
29087 2005-06-18 Steve Youngs <steve@xemacs.org>
29088
29089 * net/browse-url.el (browse-url-browser-function)
29090 (browse-url-default-browser): Add firefox.
29091 (browse-url-firefox-program, browse-url-firefox-arguments)
29092 (browse-url-firefox-startup-arguments)
29093 (browse-url-firefox-new-window-is-tab): New defcustoms.
29094 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
29095
29096 2005-06-17 Richard M. Stallman <rms@gnu.org>
29097
29098 * startup.el (command-line): Warn if specified user name has
29099 no home directory.
29100
29101 * term.el (term-get-old-input, term-input-filter, term-input-sender)
29102 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
29103
29104 * longlines.el (longlines-mode, longlines-show-hard-newlines):
29105 Doc fixes.
29106
29107 * faces.el (underline): Try bold if terminal doesn't support underline.
29108
29109 * mail/sendmail.el (mail-setup-with-from): New variable.
29110 (mail-insert-from-field): New function.
29111 (sendmail-send-it): Call it.
29112 (mail-setup): Optionally call it here.
29113
29114 * term/linux.el: Call tty-no-underline.
29115
29116 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
29117
29118 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
29119
29120 2005-06-17 Miles Bader <miles@gnu.org>
29121
29122 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
29123 (ediff-current-diff-C, ediff-current-diff-Ancestor)
29124 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
29125 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
29126 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
29127 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
29128 Remove "-face" suffix from face names.
29129 (ediff-current-diff-face-A, ediff-current-diff-face-B)
29130 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
29131 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
29132 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
29133 (ediff-even-diff-face-A, ediff-even-diff-face-B)
29134 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
29135 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
29136 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
29137 New backward-compatibility aliases for renamed faces.
29138 (ediff-current-diff-face-A, ediff-current-diff-face-B)
29139 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
29140 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
29141 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
29142 (ediff-even-diff-face-A, ediff-even-diff-face-B)
29143 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
29144 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
29145 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
29146 Use renamed ediff faces.
29147
29148 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
29149 Remove "-face" suffix from face names.
29150 (eshell-test-ok-face, eshell-test-failed-face):
29151 New backward-compatibility aliases for renamed faces.
29152 (eshell-run-test): Use renamed eshell-test faces.
29153
29154 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
29155 face name.
29156 (eshell-prompt-face): New backward-compatibility alias for renamed
29157 face.
29158 (eshell-emit-prompt): Use renamed eshell-prompt face.
29159
29160 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
29161 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
29162 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
29163 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
29164 Remove "-face" suffix from face names.
29165 (eshell-ls-directory-face, eshell-ls-symlink-face)
29166 (eshell-ls-executable-face, eshell-ls-readonly-face)
29167 (eshell-ls-unreadable-face, eshell-ls-special-face)
29168 (eshell-ls-missing-face, eshell-ls-archive-face)
29169 (eshell-ls-backup-face, eshell-ls-product-face)
29170 (eshell-ls-clutter-face):
29171 New backward-compatibility aliases for renamed faces.
29172 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
29173
29174 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
29175 Remove "-face" suffix from face name.
29176 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
29177 instead of literal face.
29178
29179 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
29180
29181 * emacs-lisp/warnings.el (display-warning, lwarn)
29182 (warning-minimum-log-level): Doc fixes.
29183 (warning-minimum-level, warning-minimum-log-level):
29184 Add :debug to :type choices.
29185
29186 * progmodes/ada-mode.el (ada-format-paramlist)
29187 (ada-get-indent-case, ada-check-matching-start)
29188 (ada-check-defun-name, ada-goto-matching-decl-start)
29189 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
29190 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
29191 (ada-make-subprogram-body): Follow error conventions.
29192 (ada-case-exception-file, ada-indent-comment-as-code)
29193 (ada-indent-handle-comment-special, ada-indent-renames)
29194 (ada-indent-return, ada-search-directories-internal)
29195 (ada-tab-policy, ada-case-exception-substring)
29196 (ada-other-file-alist, ada-matching-start-re)
29197 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
29198 (ada-imenu-generic-expression, ada-compile-goto-error)
29199 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
29200 (ada-popup-menu, ada-add-extensions, ada-mode)
29201 (ada-region-selected, ada-create-case-exception)
29202 (ada-create-case-exception-substring, ada-after-keyword-p)
29203 (ada-activate-keys-for-case, ada-adjust-case-region)
29204 (ada-adjust-case-buffer, ada-format-paramlist)
29205 (ada-scan-paramlist, ada-insert-paramlist)
29206 (ada-indent-newline-indent)
29207 (ada-indent-newline-indent-conditional)
29208 (ada-justified-indent-current, ada-goto-previous-word)
29209 (ada-indent-current, ada-get-indent-open-paren)
29210 (ada-get-indent-paramlist, ada-get-indent-end)
29211 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
29212 (ada-get-indent-block-start, ada-get-indent-subprog)
29213 (ada-get-indent-noindent, ada-get-indent-label)
29214 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
29215 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
29216 (ada-goto-stmt-end, ada-goto-next-word)
29217 (ada-check-matching-start, ada-check-defun-name)
29218 (ada-goto-matching-decl-start, ada-goto-matching-start)
29219 (ada-goto-matching-end, ada-search-ignore-string-comment)
29220 (ada-in-decl-p, ada-looking-at-semi-or)
29221 (ada-looking-at-semi-private, ada-in-paramlist-p)
29222 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
29223 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
29224 (ada-next-procedure, ada-previous-procedure, ada-next-package)
29225 (ada-previous-package, ada-create-menu)
29226 (ada-fill-comment-paragraph-justify)
29227 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
29228 (ada-other-file-name, ada-last-which-function-line)
29229 (ada-last-which-function-subprog, ada-which-function)
29230 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
29231 (ada-gen-treat-proc, ada-check-emacs-version)
29232 (ada-continuation-indent, ada-align-region-separate):
29233 Fix typos in docstrings.
29234 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
29235
29236 2005-06-16 Lute Kamstra <lute@gnu.org>
29237
29238 * simple.el (fundamental-mode): Run after-change-major-mode-hook
29239 conditionally.
29240
29241 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
29242
29243 * comint.el (comint-replace-by-expanded-filename)
29244 (comint-prompt-regexp, comint-delimiter-argument-list)
29245 (comint-preinput-scroll-to-bottom):
29246 * info.el (Info-hide-cookies-node):
29247 * ls-lisp.el (ls-lisp-classify):
29248 * find-file.el (ff-search-directories, ff-special-constructs)
29249 (ff-find-other-file):
29250 * font-lock.el (font-lock-keywords):
29251 * shell.el (shell-prompt-pattern)
29252 (shell-dynamic-complete-functions, shell-mode)
29253 (shell-delimiter-argument-list):
29254 * term.el (term-replace-by-expanded-filename)
29255 (term-prompt-regexp, term-delimiter-argument-list):
29256 * woman.el (woman-ignore, woman0-if):
29257 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
29258 * emacs-lisp/elint.el (elint-init-env):
29259 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
29260 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
29261 * language/ethio-util.el (ethio-tilde-escape)
29262 (ethio-use-three-dot-question):
29263 * net/zone-mode.el (zone-mode-load-time-setup):
29264 * progmodes/cc-align.el (c-lineup-argcont):
29265 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
29266 * progmodes/cperl-mode.el (cperl-set-style-back):
29267 * progmodes/inf-lisp.el (inferior-lisp-prompt):
29268 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
29269 Fix spellings in docstrings.
29270
29271 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
29272 * progmodes/modula2.el (m2-for): Fix spellings.
29273
29274 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
29275
29276 * simple.el (undo-more): Don't use `format' on `error' arguments.
29277 Improve argument/docstring consistency.
29278 (pending-undo-list): Doc fix.
29279
29280 * smerge-mode.el (smerge-ensure-match):
29281 * emulation/vip.el (vip-ex):
29282 * net/zone-mode.el (zone-mode-update-serial):
29283 * progmodes/idlwave.el (idlwave-complete):
29284 * progmodes/vhdl-mode.el (vhdl-visit-file)
29285 (vhdl-compose-wire-components):
29286 Don't use `format' on `error' arguments.
29287
29288 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
29289 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
29290 (tooltip-help-tips): Fix typos in docstrings.
29291
29292 2005-06-16 David Ponce <david@dponce.com>
29293
29294 * tree-widget.el (tree-widget-value-create): Simplify last change.
29295
29296 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
29297
29298 * ido.el (ido-incomplete-regexp): New variable.
29299 (ido-set-matches-1): Handle invalid-regexp error and set
29300 ido-incomplete-regexp.
29301 (ido-incomplete-regexp): New face.
29302 (ido-completions): Use it.
29303 (ido-complete, ido-exit-minibuffer, ido-completions):
29304 Handle incomplete regexps.
29305 (ido-completions): Add check for complete match when entering a regexp.
29306
29307 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
29308
29309 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
29310
29311 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29312
29313 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
29314 by field delimiters.
29315
29316 2005-06-15 David Ponce <david@dponce.com>
29317
29318 * tree-widget.el: eval-and-compile inlined functions so they will
29319 be available at run-time too.
29320 (tree-widget-super-format-handler)
29321 (tree-widget-format-handler): Remove.
29322 (tree-widget-value-create): Handle the :indent property.
29323
29324 2005-06-15 Miles Bader <miles@gnu.org>
29325
29326 * progmodes/which-func.el (which-func): Only inherit
29327 `font-lock-function-name-face' when that makes sense against the
29328 default mode-line face, otherwise set the face color explicitly.
29329
29330 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
29331 faces instead of (non-existent) variables.
29332
29333 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
29334
29335 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
29336 (iswitchb-get-matched-buffers): Likewise. Simplify.
29337
29338 2005-06-14 Miles Bader <miles@gnu.org>
29339
29340 * progmodes/ld-script.el (ld-script-location-counter):
29341 Remove "-face" suffix from face name.
29342 (ld-script-location-counter-face):
29343 New backward-compatibility alias for renamed face.
29344 (ld-script-location-counter-face): Use renamed face.
29345
29346 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
29347 (cperl-hash): Remove "-face" suffix from face names.
29348 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
29349 New backward-compatibility aliases for renamed faces.
29350 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
29351 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
29352
29353 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
29354 name.
29355 (which-func-face): New backward-compatibility alias for renamed face.
29356 (which-func-format): Use renamed which-func face.
29357
29358 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
29359 (vhdl-function, vhdl-directive, vhdl-reserved-word)
29360 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
29361 names.
29362 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
29363 (vhdl-speedbar-configuration, vhdl-speedbar-package)
29364 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
29365 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
29366 (vhdl-speedbar-architecture-selected)
29367 (vhdl-speedbar-configuration-selected)
29368 (vhdl-speedbar-package-selected)
29369 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
29370 names.
29371 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
29372 Use renamed faces.
29373 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
29374 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
29375 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
29376 Use renamed faces.
29377 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
29378 names.
29379 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
29380 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
29381 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
29382 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
29383 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
29384 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
29385
29386 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
29387 face name.
29388 (sh-heredoc-face): New backward-compatibility alias for renamed face.
29389 (sh-heredoc-face): Use renamed sh-heredoc face.
29390
29391 * progmodes/idlw-help.el (idlwave-help-link):
29392 Remove "-face" suffix from face name.
29393 (idlwave-help-link-face):
29394 New backward-compatibility alias for renamed face.
29395 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
29396
29397 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
29398 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
29399 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
29400 New backward-compatibility aliases for renamed faces.
29401 (idlwave-shell-disabled-breakpoint-face)
29402 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
29403
29404 * progmodes/flymake.el (flymake-errline, flymake-warnline):
29405 Remove "-face" suffix from face names.
29406 (flymake-errline-face, flymake-warnline-face):
29407 New backward-compatibility aliases for renamed faces.
29408 (flymake-highlight-line): Use renamed flymake faces.
29409
29410 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
29411 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
29412 (ebrowse-member-class, ebrowse-progress):
29413 Remove "-face" suffix from face names.
29414 (ebrowse-tree-mark-face, ebrowse-root-class-face)
29415 (ebrowse-file-name-face, ebrowse-default-face)
29416 (ebrowse-member-attribute-face, ebrowse-member-class-face)
29417 (ebrowse-progress-face):
29418 New backward-compatibility aliases for renamed faces.
29419 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
29420 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
29421 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
29422 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
29423
29424 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
29425 antlr-syntax)
29426 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
29427 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
29428 names.
29429 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
29430 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
29431 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
29432 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
29433 backward-compatibility aliases for renamed faces.
29434 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
29435 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
29436 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
29437 remove "font-lock-". Use renamed antlr-mode faces.
29438 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
29439 literal face-names with face variable references.
29440
29441 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
29442 face name.
29443 (Buffer-menu-buffer-face): New backward-compatibility alias for
29444 renamed face.
29445 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
29446
29447 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
29448
29449 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
29450 Eliminate "-face" suffix.
29451 (makefile-targets): Inherit from font-lock-function-name-face and
29452 eliminate "-face" suffix.
29453 (makefile-shell): Remove attributes and eliminate "-face" suffix.
29454 (makefile-*-font-lock-keywords): Append makefile-targets in rule
29455 actions, instead of prepending, to make it less visible.
29456 (makefile-previous-dependency, makefile-match-dependency):
29457 Don't match a target on a continuation line.
29458
29459 * files.el (auto-mode-alist): Put Makefile in gmake mode.
29460
29461 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
29462
29463 * progmodes/gdb-ui.el (menu): Re-order menu items.
29464 (gdb-tooltip-print): Respect tooltip-use-echo-area.
29465
29466 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
29467 Define in tooltip.el.
29468 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
29469 (gud-tooltip-tips): Respect tooltip-use-echo-area and
29470 gud-tooltip-echo-area.
29471
29472 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
29473 backward compatibility and make obsolete.
29474 (tooltip-help-tips): Use tooltip-use-echo-area.
29475 (tooltip-show-help-function): Rename to...
29476 (tooltip-show-help): ...this, because it is a function.
29477 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
29478
29479 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
29480
29481 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
29482 (edebug-print-length, edebug-print-level, edebug-print-circle)
29483 (edebug-modify-breakpoint, edebug-eval-last-sexp)
29484 (edebug-eval-print-last-sexp): Doc fixes.
29485
29486 2005-06-14 Kim F. Storm <storm@cua.dk>
29487
29488 * ido.el (ido-mode): Make a new keymap every time we enable ido,
29489 as the coverage buffer/file/both may change.
29490
29491 2005-06-14 Lute Kamstra <lute@gnu.org>
29492
29493 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
29494 and run-mode-hooks. Simplify.
29495
29496 * mail/rmailedit.el (rmail-edit-mode):
29497 * progmodes/octave-inf.el (inferior-octave-mode):
29498 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
29499
29500 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
29501 and run-mode-hooks.
29502 (recentf-edit-list, recentf-open-files): Don't call
29503 kill-all-local-variables directly.
29504
29505 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
29506
29507 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
29508
29509 * emacs-lisp/byte-run.el (make-obsolete)
29510 (define-obsolete-function-alias): Rename arguments FUNCTION and
29511 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
29512 (make-obsolete-variable, define-obsolete-variable-alias):
29513 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
29514 respectively.
29515
29516 * isearchb.el (isearchb-activate):
29517 * pcvs.el (cvs-mode):
29518 * ses.el (ses-load):
29519 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
29520 * net/tramp.el (tramp-find-file-exists-command)
29521 (tramp-find-shell):
29522 * progmodes/ada-mode.el (ada-create-case-exception)
29523 (ada-create-case-exception-substring, ada-make-subprogram-body):
29524 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
29525 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
29526 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
29527 * textmodes/org.el (org-promote, org-evaluate-time-range)
29528 (org-agenda-next-date-line, org-agenda-previous-date-line)
29529 (org-agenda-error, org-open-at-point, org-table-move-row)
29530 (org-format-table-table-html-using-table-generate-source)
29531 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
29532 * textmodes/reftex.el (reftex-access-scan-info):
29533 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
29534 (reftex-toc-promote-prepare): Follow error conventions.
29535
29536 * diff-mode.el (diff-mode): Fix typo in docstring.
29537
29538 * forms.el (forms--intuit-from-file): Fix reference to
29539 `forms-number-of-fields' in error message.
29540 (forms-print): Fix quoting in error message.
29541
29542 * forms.el (forms-mode):
29543 * emulation/vi.el (vi-goto-insert-state):
29544 * progmodes/flymake.el (flymake-new-err-info)
29545 (flymake-start-syntax-check-for-current-buffer)
29546 (flymake-simple-cleanup):
29547 * eshell/esh-var.el (eshell/export):
29548 * progmodes/gud.el (xdb):
29549 * textmodes/flyspell.el (flyspell-incorrect-hook)
29550 (flyspell-maybe-correct-transposition)
29551 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
29552
29553 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
29554
29555 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
29556 minibuffer prompt.
29557
29558 2005-06-13 Kim F. Storm <storm@cua.dk>
29559
29560 * subr.el (add-to-ordered-list): New defun.
29561
29562 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
29563 add cua--keymap-alist to emulation-mode-map-alists.
29564
29565 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
29566
29567 * subr.el (complete-in-turn): New macro.
29568 (dynamic-completion-table, lazy-completion-table): Add debug info.
29569
29570 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
29571 in preference to face aliases.
29572
29573 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
29574 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
29575 Remove unused vars `start' and `firstline'.
29576 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
29577 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
29578
29579 2005-06-13 Eli Zaretskii <eliz@gnu.org>
29580
29581 * cus-start.el (all): Don't complain about missing GTK-related
29582 variables, unless either `gtk' is boundp or this isn't a
29583 `windows-nt' build.
29584
29585 2005-06-13 Lute Kamstra <lute@gnu.org>
29586
29587 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
29588 run-mode-hooks.
29589
29590 * ediff-mult.el (ediff-meta-mode):
29591 * ediff-util.el (ediff-mode): Use run-mode-hooks.
29592
29593 * ledit.el (ledit-mode): Use delay-mode-hooks.
29594
29595 * woman.el (woman-mode-line-format): Delete constant.
29596 (woman-mode-map): Initialize it properly.
29597 (woman-mode): Set mode-class property to special.
29598 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
29599 Set major-mode and mode-name. Don't set mode-line-format directly.
29600 (Man-getpage-in-background): Don't reference woman-mode-line-format.
29601
29602 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
29603 string argument obsolete.
29604
29605 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
29606
29607 * textmodes/org.el (org-CUA-compatible): New option.
29608 (org-disputed-keys): New variable.
29609 (org-key): New function.
29610 (orgtbl-make-binding): Add docstring to the created function.
29611 (org-mode): Set paragraph start/separate regexps.
29612 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
29613 (org-archive-location, org-archive-mark-done)
29614 (org-archive-stamp-time): New options.
29615 (org-archive-subtree): New command.
29616 (org-fill-paragraph): New function.
29617 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
29618 (org-fake-empty-table-line): Function removed.
29619 (org-format-org-table-html): Do not create empty table lines at
29620 separator lines. Improved table header treatment.
29621 (org-link-format): New option.
29622 (org-make-link): New function.
29623 (org-insert-link, org-store-link): Use org-make-link.
29624 (org-open-file): Quote file name for shell command, to allow
29625 spaces in file names.
29626 (org-link-regexp): Fix bug with mailto link.
29627 (org-link-maybe-angles-regexp, org-protected-link-regexp):
29628 New constants.
29629 (org-export-as-html): Deal with the optional angles around a link.
29630 Better treatment of file: links.
29631 (org-open-at-point): Replace @{ and @} with < and >.
29632 (org-run-mode-hooks): Function removed.
29633 (org-agenda-mode): No longer use `org-run-mode-hooks'.
29634
29635 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
29636
29637 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
29638 MI command -data-list-register-values.
29639 (gdb-post-prompt): Indent properly.
29640
29641 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
29642
29643 * hilit-chg.el (highlight-changes-colors): Rename from
29644 `highlight-changes-colours'.
29645 (highlight-changes-colours): Keep as obsolete alias.
29646 (highlight-changes-face-list): Doc fix.
29647 (hilit-chg-make-list): Use `highlight-changes-colors'.
29648
29649 2005-06-12 Mark A. Hershberger <mah@everybody.org>
29650
29651 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
29652 defun-prompt-regexp.
29653
29654 2005-06-12 Eli Zaretskii <eliz@gnu.org>
29655
29656 * loadup.el: Don't say we are dumping under 2 names on windows-nt
29657 and cygwin.
29658
29659 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
29660 Don't use an old loaddefs.el, as in Makefile.in.
29661
29662 2005-06-12 Lute Kamstra <lute@gnu.org>
29663
29664 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
29665
29666 * man.el (Man-mode-map): Initialize it properly.
29667 (Man-mode): Set mode-class property to special.
29668
29669 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
29670
29671 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
29672
29673 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
29674 A newline is needed in the docstring there.
29675
29676 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
29677 Doc fixes.
29678
29679 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
29680
29681 * printing.el: Doc fix. The menubar is no more changed when printing
29682 is loaded, it only changes when pr-menu-bind or pr-update-menus is
29683 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
29684 (pr-version): New version number (6.8.4).
29685 (pr-menu-bind): New command.
29686 (pr-update-menus): Docstring and code fix.
29687 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
29688 Docstring fix.
29689 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
29690 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
29691
29692 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
29693
29694 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
29695 "Returns" to "return", document useful return values, etc.
29696
29697 2005-06-11 Alan Mackenzie <acm@muc.de>
29698
29699 * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
29700 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
29701 (adaptive-file-function): Minor amendment to doc-string.
29702
29703 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29704
29705 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
29706 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
29707 Fix :type--it is `integer', not `string'.
29708
29709 * faces.el (modeline-highlight): Rename from (the erroneous)
29710 `modeline-higilight'.
29711
29712 2005-06-11 Lute Kamstra <lute@gnu.org>
29713
29714 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
29715 lisp-interaction-mode-map but make it the parent.
29716 (edebug-eval-mode): Use define-derived-mode.
29717
29718 2005-06-11 Andreas Schwab <schwab@suse.de>
29719
29720 * bindings.el: Add binding of `ESC functionkey' for every
29721 `M-functionkey'.
29722 * hexl.el (hexl-mode-map): Likewise.
29723
29724 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
29725
29726 * progmodes/compile.el (compilation-error-regexp-alist-alist)
29727 [msft]: update regexp for newer msft compilers.
29728
29729 2005-06-10 Mark A. Hershberger <mah@everybody.org>
29730
29731 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
29732 ATTLIST portions of included DTDs.
29733 (xml-parse-dtd): Eliminate use of inefficient match-data.
29734
29735 2005-06-10 Miles Bader <miles@gnu.org>
29736
29737 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
29738 (mpuz-text): Remove "-face" suffix from face names.
29739 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
29740 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
29741 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
29742
29743 * play/gomoku.el (gomoku-O, gomoku-X):
29744 Remove "-face" suffix from face names.
29745 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
29746 New backward-compatibility aliases for renamed faces.
29747 (gomoku-font-lock-keywords): Use renamed gomoku faces.
29748
29749 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29750
29751 * thumbs.el: Fixes for changes of 2005-06-09.
29752 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
29753 as a directory.
29754 (thumbs-thumbname): Remove directory separator from format string;
29755 `thumbs-thumbsdir' now returns a valid directory name.
29756 (thumbs-temp-dir): New defsubst.
29757 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
29758 Use it.
29759
29760 * cus-edit.el (minibuffer):
29761 * files.el (make-backup-file-name-function):
29762 * filesets.el (filesets-external-viewers):
29763 * hilit-chg.el (highlight-changes-colours)
29764 (highlight-changes-face-list, highlight-changes-rotate-faces):
29765 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
29766 * kmacro.el (kmacro-call-macro):
29767 * log-edit.el (log-edit-changelog-full-paragraphs):
29768 * mouse.el (mouse-1-click-follows-link):
29769 * skeleton.el (skeleton-autowrap):
29770 * subr.el (insert-for-yank-1):
29771 * tempo.el (tempo-insert-region):
29772 * terminal.el (terminal-emulator):
29773 * time.el (display-time-mail-face):
29774 * vc.el (vc-annotate):
29775 * vcursor.el (vcursor-copy-line):
29776 * woman.el (woman-bold-headings, woman-ignore)
29777 (woman-default-faces, woman-monochrome-faces):
29778 * calendar/todo-mode.el (todo-insert-threshold):
29779 * emulation/pc-select.el (pc-select-selection-keys-only)
29780 (pc-selection-mode):
29781 * emulation/vip.el (vip-find-char-forward):
29782 * emulation/viper-cmd.el (viper-find-char-forward):
29783 * international/mule-cmds.el
29784 (select-safe-coding-system-accept-default-p)
29785 (input-method-exit-on-invalid-key):
29786 * international/mule-diag.el (describe-coding-system):
29787 * international/ucs-tables.el (unify-8859-on-encoding-mode):
29788 * net/browse-url.el (browse-url-xterm-program):
29789 * obsolete/lazy-lock.el (lazy-lock-mode):
29790 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
29791 (cperl-mode):
29792 * progmodes/cpp.el (cpp-face-light-name-list)
29793 (cpp-face-dark-name-list):
29794 * progmodes/delphi.el (delphi-newline-always-indents):
29795 Fix spellings in docstrings.
29796
29797 * ido.el (ido-mode, ido-file-extensions-order)
29798 (ido-default-file-method, ido-default-buffer-method)
29799 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
29800 (ido-decorations, ido-read-file-name-as-directory-commands)
29801 (ido-read-file-name-non-ido, ido-work-directory-list)
29802 (ido-ignore-item-temp-list, ido-current-directory)
29803 (ido-magic-forward-char, ido-enter-find-file)
29804 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
29805 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
29806
29807 2005-06-10 Lute Kamstra <lute@gnu.org>
29808
29809 * play/dunnet.el (dun-mode): Use define-derived-mode.
29810 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
29811 obsolete alias.
29812
29813 * play/doctor.el (doctor-mode-map): Remove defvar.
29814 (doctor-mode): Use define-derived-mode.
29815
29816 * mail/mspools.el (mspools-mode):
29817 * net/eudc-hotlist.el (eudc-hotlist-mode):
29818 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
29819
29820 2005-06-10 Miles Bader <miles@gnu.org>
29821
29822 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
29823 Remove "-face" suffix from face names.
29824 (flyspell-incorrect-face, flyspell-duplicate-face):
29825 New backward-compatibility aliases for renamed faces.
29826 (flyspell-mode-on, make-flyspell-overlay)
29827 (flyspell-highlight-incorrect-region)
29828 (flyspell-highlight-duplicate-region)
29829 (flyspell-display-next-corrections)
29830 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
29831
29832 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
29833 from face name.
29834 (texinfo-heading-face): New backward-compatibility alias for
29835 renamed face.
29836 (texinfo-heading-face): Use renamed texinfo-heading face.
29837
29838 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
29839 suffix from face names.
29840 (tex-math-face, tex-verbatim-face):
29841 New backward-compatibility aliases for renamed faces.
29842 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
29843 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
29844 literal face name.
29845
29846 * textmodes/table.el (table-cell): Remove "-face" suffix from face
29847 name.
29848 (table-cell-face): New backward-compatibility alias for renamed face.
29849 (table--put-cell-face-property, table--update-cell-face):
29850 Use renamed table-cell face.
29851
29852 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
29853 from face name.
29854 (sgml-namespace-face): New backward-compatibility alias for
29855 renamed face.
29856 (sgml-namespace-face): Use renamed sgml-namespace face.
29857
29858 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
29859 (org-level-4, org-level-5, org-level-6, org-level-7)
29860 (org-level-8, org-warning, org-headline-done)
29861 (org-deadline-announce, org-scheduled-today)
29862 (org-scheduled-previously, org-link, org-done, org-table)
29863 (org-time-grid): Remove "-face" suffix from face names.
29864 (org-level-1-face, org-level-2-face, org-level-3-face)
29865 (org-level-4-face, org-level-5-face, org-level-6-face)
29866 (org-level-7-face, org-level-8-face, org-warning-face)
29867 (org-headline-done-face, org-deadline-announce-face)
29868 (org-scheduled-today-face, org-scheduled-previously-face)
29869 (org-link-face, org-done-face, org-table-face)
29870 (org-time-grid-face):
29871 New backward-compatibility aliases for renamed faces.
29872 (org-level-faces, org-set-font-lock-defaults, org-timeline)
29873 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
29874 (org-agenda-get-timestamps, org-agenda-get-scheduled)
29875 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
29876
29877 * emulation/viper-init.el (viper-search, viper-replace-overlay)
29878 (viper-minibuffer-emacs, viper-minibuffer-insert)
29879 (viper-minibuffer-vi): Remove "-face" suffix from face names.
29880 (viper-search-face, viper-replace-overlay-face)
29881 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29882 (viper-minibuffer-vi-face):
29883 New backward-compatibility aliases for renamed faces.
29884 (viper-search-face, viper-replace-overlay-face)
29885 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29886 (viper-minibuffer-vi-face): Use renamed viper faces.
29887
29888 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
29889 Remove "-face" suffix from face names.
29890 (testcover-nohits-face, testcover-1value-face):
29891 New backward-compatibility aliases for renamed faces.
29892 (testcover-mark): Use renamed testcover faces.
29893
29894 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
29895 face name.
29896 (diary-button-face): New backward-compatibility alias for renamed face.
29897 (diary-entry): Use renamed diary-button face.
29898
29899 * calendar/calendar.el (diary, calendar-today, holiday)
29900 (mark-visible-calendar-date): Remove "-face" suffix from face names.
29901 (diary-face, calendar-today-face, holiday-face):
29902 New backward-compatibility aliases for renamed faces.
29903 (eval-after-load "facemenu", diary-entry-marker)
29904 (calendar-today-marker, calendar-holiday-marker, diary-face):
29905 Use renamed calendar faces.
29906
29907 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
29908 (compare-windows-face): New backward-compatibility alias for
29909 renamed face.
29910 (compare-windows-highlight): Use renamed compare-windows face.
29911
29912 * strokes.el (strokes-char): Remove "-face" suffix from face name.
29913 (strokes-char-face): New backward-compatibility alias for renamed face.
29914 (strokes-encode-buffer): Use renamed strokes-char face.
29915
29916 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
29917 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
29918 Remove "-face" suffix from face names.
29919 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
29920 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
29921 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
29922 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
29923 Use renamed pcvs faces.
29924 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
29925 * pcvs-defs.el (cvs-mode-map): Likewise.
29926 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
29927
29928 * info.el (info-title-1, info-title-2, info-title-3)
29929 (info-title-4): Remove "-face" suffix from and downcase face names.
29930 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
29931 (Info-title-4-face):
29932 New backward-compatibility aliases for renamed faces.
29933 (Info-fontify-node): Use renamed info faces.
29934
29935 * hilit-chg.el (highlight-changes, highlight-changes-delete):
29936 Remove "-face" suffix from face names.
29937 (highlight-changes-face, highlight-changes-delete-face):
29938 New backward-compatibility aliases for renamed faces.
29939 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
29940 (hilit-chg-make-list): Use renamed highlight-changes faces.
29941
29942 * generic-x.el (show-tabs-tab, show-tabs-space):
29943 Remove "-face" suffix from face names.
29944 (show-tabs-tab-face, show-tabs-space-face):
29945 New backward-compatibility aliases for renamed faces.
29946 (show-tabs-generic-mode-font-lock-defaults-1)
29947 (show-tabs-generic-mode-font-lock-defaults-2):
29948 Use renamed show-tabs faces.
29949
29950 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
29951 (smerge-markers): Remove "-face" suffix from face names.
29952 (smerge-mine-face, smerge-other-face, smerge-base-face)
29953 (smerge-markers-face):
29954 New backward-compatibility aliases for renamed faces.
29955 (smerge-mine-face, smerge-other-face, smerge-base-face)
29956 (smerge-markers-face): Use renamed smerge faces.
29957
29958 * log-view.el (log-view-file, log-view-message): Remove "-face"
29959 suffix from face names.
29960 (log-view-file-face, log-view-message-face):
29961 New backward-compatibility aliases for renamed faces.
29962 (log-view-file-face, log-view-message-face): Use renamed log-view
29963 faces.
29964
29965 * paren.el (show-paren-match, show-paren-mismatch):
29966 Remove "-face" suffix from face names.
29967 (show-paren-match-face, show-paren-mismatch-face):
29968 New backward-compatibility aliases for renamed faces.
29969 (show-paren-function): Use renamed show-paren faces.
29970
29971 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
29972 (ruler-mode-margins, ruler-mode-fringes)
29973 (ruler-mode-column-number, ruler-mode-fill-column)
29974 (ruler-mode-comment-column, ruler-mode-goal-column)
29975 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
29976 suffix from face names.
29977 (ruler-mode-default-face, ruler-mode-pad-face)
29978 (ruler-mode-margins-face, ruler-mode-fringes-face)
29979 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
29980 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
29981 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
29982 New backward-compatibility aliases for renamed faces.
29983 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
29984 (ruler-mode-column-number, ruler-mode-fill-column)
29985 (ruler-mode-comment-column, ruler-mode-goal-column)
29986 (ruler-mode-tab-stop, ruler-mode-current-column)
29987 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
29988 faces.
29989
29990 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
29991 face name.
29992 (whitespace-highlight-the-space): Use renamed face.
29993 (whitespace-highlight-face): New backward-compatibility alias for
29994 renamed face.
29995
29996 * woman.el (woman-italic, woman-bold, woman-unknown)
29997 (woman-addition, woman-symbol-face):
29998 Remove "-face" suffix from face names.
29999 (woman-italic-face, woman-bold-face, woman-unknown-face)
30000 (woman-addition-face):
30001 New backward-compatibility aliases for renamed faces.
30002 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
30003 (woman-decode-region, woman-replace-match)
30004 (woman-display-extended-fonts, woman-special-characters)
30005 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
30006 Use renamed woman faces.
30007
30008 * longlines.el (longlines-visible-face): Face removed.
30009
30010 * diff-mode.el (diff-header, diff-file-header, diff-index)
30011 (diff-hunk-header, diff-removed, diff-added, diff-changed)
30012 (diff-function, diff-context, diff-nonexistent): Remove "-face"
30013 suffix from face names.
30014 (diff-header-face, diff-file-header-face, diff-index-face)
30015 (diff-hunk-header-face, diff-removed-face, diff-added-face)
30016 (diff-changed-face, diff-function-face, diff-context-face)
30017 (diff-nonexistent-face): New backward-compatibility aliases for
30018 renamed faces.
30019 (diff-header-face, diff-file-header-face)
30020 (diff-index, diff-index-face, diff-hunk-header)
30021 (diff-hunk-header-face, diff-removed, diff-removed-face)
30022 (diff-added, diff-added-face, diff-changed-face, diff-function)
30023 (diff-function-face, diff-context-face, diff-nonexistent)
30024 (diff-nonexistent-face): Use renamed diff-mode faces.
30025
30026 * progmodes/compile.el (compilation-warning-face)
30027 (compilation-info-face): Remove "-face" suffix from face names.
30028 (compilation-warning-face, compilation-info-face):
30029 New backward-compatibility aliases for renamed faces.
30030 (compilation-warning-face, compilation-info-face):
30031 Use renamed compilation faces.
30032
30033 * add-log.el (change-log-date, change-log-name)
30034 (change-log-email, change-log-file, change-log-list)
30035 (change-log-conditionals, change-log-function)
30036 (change-log-acknowledgement): Remove "-face" suffix from face names.
30037 (change-log-date-face, change-log-name-face)
30038 (change-log-email-face, change-log-file-face)
30039 (change-log-list-face, change-log-conditionals-face)
30040 (change-log-function-face, change-log-acknowledgement-face):
30041 New backward-compatibility aliases for renamed faces.
30042 (change-log-font-lock-keywords): Use renamed change-log faces.
30043
30044 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
30045 (custom-set, custom-changed, custom-saved, custom-button)
30046 (custom-button-pressed, custom-documentation, custom-state)
30047 (custom-comment, custom-comment-tag, custom-variable-tag)
30048 (custom-variable-button, custom-face-tag, custom-group-tag-1)
30049 (custom-group-tag): Remove "-face" suffix from face names.
30050 (custom-magic-alist, custom-magic-value-create)
30051 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
30052 (custom-invalid-face, custom-rogue-face, custom-modified-face)
30053 (custom-set-face, custom-changed-face, custom-saved-face)
30054 (custom-button-face, custom-button-pressed-face)
30055 (custom-documentation-face, custom-state-face)
30056 (custom-comment-face, custom-comment-tag-face)
30057 (custom-variable-tag-face, custom-variable-button-face)
30058 (custom-face-tag-face, custom-group-tag-face-1)
30059 (custom-group-tag-face):
30060 New backward-compatibility aliases for renamed faces.
30061
30062 * wid-edit.el (widget-documentation, widget-button)
30063 (widget-field, widget-single-line-field, widget-inactive)
30064 (widget-button-pressed): "-face" suffix removed from face names.
30065 (widget-documentation-face, widget-button-face)
30066 (widget-field-face, widget-single-line-field-face)
30067 (widget-inactive-face, widget-button-pressed-face):
30068 New backward-compatibility aliases for renamed faces.
30069 (widget-documentation-face, widget-button-face)
30070 (widget-button-pressed-face, widget-specify-field)
30071 (widget-specify-inactive): Use renamed widget faces.
30072
30073 2005-06-10 Kenichi Handa <handa@m17n.org>
30074
30075 * term/x-win.el (x-clipboard-yank): Remove condition-case
30076 wrapping.
30077
30078 2005-06-11 Kenichi Handa <handa@m17n.org>
30079
30080 * add-log.el (change-log-font-lock-keywords): Make the regexp for
30081 date lines stricter.
30082
30083 2005-06-10 Zhang Wei <id.brep@gmail.com>
30084
30085 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
30086 of x-get-selection.
30087
30088 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
30089
30090 * comint.el (comint-mode, comint-snapshot-last-prompt):
30091 * frame.el (frame-current-scroll-bars):
30092 * term.el (term-mode, term-check-proc, term-input-sender)
30093 (term-simple-send, term-extract-string, term-word)
30094 (term-match-partial-filename):
30095 * window.el (window-current-scroll-bars):
30096 * emulation/cua-base.el (cua-normal-cursor-color)
30097 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
30098 (cua-global-mark-cursor-color):
30099 * mail/undigest.el (rmail-forward-separator-regex):
30100 Fix typos in docstrings.
30101
30102 * comint.el (comint-check-proc, make-comint-in-buffer)
30103 (comint-source-default): Doc fixes.
30104
30105 * term.el (term-send-string): Improve argument/docstring consistency.
30106
30107 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
30108
30109 * comint.el (comint-send-input): Bind `inhibit-read-only' around
30110 call to `delete-region'.
30111 (comint-mode-hook): Do not enable Font Lock by default.
30112
30113 2005-06-09 Lute Kamstra <lute@gnu.org>
30114
30115 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
30116 could be void.
30117
30118 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
30119
30120 * emacs-lisp/debug.el (debugger-will-be-back): New var.
30121 (debug): Use it.
30122 (debugger-step-through, debugger-continue, debugger-jump)
30123 (debugger-return-value): Set it when needed.
30124 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
30125 Use inhibit-read-only.
30126
30127 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
30128
30129 * window.el (shrink-window-if-larger-than-buffer)
30130 (window-size-fixed): Fix typo in docstring.
30131
30132 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
30133 thumbnails directory on loading.
30134 (thumbs-conversion-program): Use `eq' to check the system type,
30135 not `equal'.
30136 (thumbs-temp-dir): Initialize to `temporary-file-directory',
30137 not "/tmp". Fix docstring.
30138 (thumbs-thumbsdir): New function to return the thumbnails
30139 directory, creating it if needed.
30140 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
30141 (thumbs-temp-file): Delete variable and make it into a function.
30142 (thumbs-resize-image, thumbs-modify-image): Use it.
30143 (thumbs-kill-buffer): Simplify.
30144 (thumbs-gensym): Defalias or duplicate CL `gensym'.
30145 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
30146 docstrings.
30147
30148 2005-06-09 Kim F. Storm <storm@cua.dk>
30149
30150 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
30151 set-match-data to free markers in match-data.
30152
30153 * replace.el (replace-match-data): Pass RESEAT arg `t' to
30154 match-data to unchain markers in match-data.
30155
30156 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
30157
30158 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
30159 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
30160 unnecessary now.
30161
30162 2005-06-08 Richard M. Stallman <rms@gnu.org>
30163
30164 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
30165 give the variable a doc string that doesn't say don't set it directly.
30166
30167 * textmodes/ispell.el (ispell-check-version):
30168 Use match-string-no-properties.
30169 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
30170 (ispell-buffer-local-words): Likewise.
30171
30172 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
30173 except on terminals with enough colors to really display it.
30174 (makefile-dependency-regex): Delete spurious `bb'.
30175
30176 * faces.el (escape-glyph): Use blue once again in last case.
30177 (no-break-space): Redefine so that it isn't invisible on a tty.
30178
30179 2005-06-08 Kim F. Storm <storm@cua.dk>
30180
30181 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
30182 also when reading directory name.
30183
30184 2005-06-08 Lute Kamstra <lute@gnu.org>
30185
30186 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
30187 (flyspell-mode-line-string): Remove autoload cookie.
30188 (flyspell-mode): Remove defvar.
30189
30190 2005-06-07 Lute Kamstra <lute@gnu.org>
30191
30192 * textmodes/org.el (org-run-mode-hooks): New function.
30193 (org-agenda-mode): Use it.
30194
30195 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
30196
30197 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
30198
30199 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
30200
30201 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
30202
30203 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
30204
30205 * font-lock.el (font-lock-add-keywords): Doc fix.
30206
30207 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
30208
30209 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
30210 (tex-compile-default): In the absence of any history, use the order in
30211 tex-compile-alist to choose the preferred command.
30212 (tex-compile-commands): Reorder a bit.
30213
30214 * textmodes/flyspell.el (flyspell-auto-correct-binding)
30215 (flyspell-incorrect-face, flyspell-duplicate-face):
30216 Use (X)Emacs-agnostic code.
30217 (flyspell-mode-map): Don't overwrite at each load. Remove code
30218 redundant with the subsequent add-minor-mode. Merge Emacs and
30219 XEmacs code.
30220 (flyspell-word): Minor simplification.
30221 (flyspell-math-tex-command-p): Quieten the byte-compiler.
30222 (flyspell-external-point-words): Remove unused vars `size' and `start'.
30223 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
30224 Merge the corresponding Emacs code.
30225 (flyspell-correct-word, flyspell-xemacs-popup):
30226 Use flyspell-do-correct.
30227
30228 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
30229 a dedicated window.
30230
30231 * international/latexenc.el (latexenc-find-file-coding-system):
30232 Undo part of last patch, to turn off a compiler warning.
30233
30234 2005-06-06 Juri Linkov <juri@jurta.org>
30235
30236 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
30237 Rename `tmm-inactive-face' to `tmm-inactive'.
30238
30239 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
30240
30241 * iswitchb.el: Rename faces.
30242
30243 2005-06-06 Kim F. Storm <storm@cua.dk>
30244
30245 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
30246 (cua-global-mark): Remove -face suffix from face names.
30247
30248 * emulation/cua-gmrk.el (cua--init-global-mark):
30249 Remove cua-global-mark face setup.
30250
30251 2005-06-06 Richard M. Stallman <rms@gnu.org>
30252
30253 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
30254 just like other allowed characters.
30255 (makefile-match-dependency): Exclude leading and training whitespace
30256 from the range of regexp subexp 1.
30257 (makefile-macroassign-regex): Don't try to match the body,
30258 just the name of the macro being defined.
30259
30260 * info.el (Info-read-node-name-2): New function.
30261 (Info-read-node-name-1): Use that.
30262 Add a completion-base-size-function property.
30263
30264 * simple.el (completion-setup-function): Look for
30265 completion-base-size-function property of minibuffer-completion-table.
30266
30267 * files.el (locate-file-completion): Doc fix.
30268
30269 * printing.el: Don't call pr-update-menus; user must do that.
30270
30271 * emacs-lisp/debug.el (debugger-window): New variable.
30272 (debug): Use debugger-window if it is set and still alive.
30273 Record debugger-window for next entry.
30274
30275 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
30276
30277 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
30278
30279 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
30280 (hack-one-local-variable, hack-local-variables)
30281 (hack-local-variables-prop-line): Pass that arg.
30282
30283 2005-06-06 Kim F. Storm <storm@cua.dk>
30284
30285 * ido.el (ido-first-match, ido-only-match, ido-subdir)
30286 (ido-indicator): Remove -face suffix from face names.
30287
30288 2005-06-06 Juri Linkov <juri@jurta.org>
30289
30290 * font-lock.el (font-lock-regexp-backslash)
30291 (font-lock-regexp-backslash-construct): New faces.
30292 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
30293 after `('. Add `while-no-input' to control structures.
30294
30295 * faces.el (no-break-space, shadow): New faces.
30296 (escape-glyph): Use less loud colors pink2 and red4.
30297
30298 * diff-mode.el (diff-context-face)
30299 * dired.el (dired-ignored)
30300 * rfn-eshadow.el (file-name-shadow)
30301 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
30302
30303 * info.el (Info-title-1-face): Use green instead of yellow because
30304 bold yellow is not readable on light backgrounds.
30305
30306 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
30307 before selecting the desired mode to not spend time fontifying
30308 old contents.
30309
30310 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
30311
30312 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
30313 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
30314
30315 * ps-print.el (ps-default-fg, ps-default-bg):
30316 Fix typos in docstrings.
30317
30318 * isearchb.el (isearchb): Don't pass a spurious second argument to
30319 `iswitchb-completions'.
30320
30321 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
30322
30323 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
30324 to preserve point.
30325 (gdb-find-file-hook): Add doc string.
30326
30327 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
30328 C dereferenced pointer expression.
30329 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
30330
30331 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
30332
30333 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
30334 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
30335 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
30336 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
30337 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
30338 Make background transparent.
30339
30340 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
30341
30342 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
30343 (font-lock-remove-keywords): Doc fix.
30344 (font-lock-mode-major-mode): Compiler defvar.
30345 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
30346
30347 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
30348 (font-lock-mode): Update `font-lock-mode-major-mode'.
30349 (font-lock-set-defaults): Compiler defvar.
30350 (font-lock-default-function): Take `font-lock-mode-major-mode'
30351 into account.
30352
30353 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
30354 keep track of which major mode it enabled the minor mode for.
30355 Use find-file-hook again. Update docstring.
30356
30357 * simple.el (eval-expression-print-level)
30358 (eval-expression-print-length, eval-expression-debug-on-error):
30359 Doc fixes.
30360
30361 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
30362
30363 * iswitchb.el (iswitchb-single-match-face)
30364 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
30365 (iswitchb-invalid-regexp-face): New faces.
30366 (iswitchb-completions): Use them.
30367 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
30368 now marked as an obsolete alias.
30369 (iswitchb-read-buffer): Remove check for bound font variables.
30370 (iswitchb-invalid-regexp): New free variable.
30371 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
30372 set iswitchb-invalid-regexp.
30373 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
30374 invalid regexps.
30375 (iswitchb-completions): Add check for complete match when entering
30376 a regexp.
30377 (iswitchb-completions): Remove require-match argument.
30378 (iswitchb-exhibit): Fix caller.
30379 (iswitchb-common-match-inserted): New variable.
30380 (iswitchb-complete, iswitchb-completion-help): Use it.
30381
30382 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
30383
30384 * url/url-http.el (url-http-chunked-encoding-after-change-function):
30385 Use `url-http-debug' instead of `message'.
30386
30387 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
30388
30389 * url/url-http.el (url-http-parse-headers): Pass redirected URL
30390 as a callback argument.
30391
30392 2005-06-04 Kim F. Storm <storm@cua.dk>
30393
30394 * simple.el (line-move): Only call sit-for when moving backwards.
30395
30396 * ido.el (ido-make-merged-file-list-1): New defun split from
30397 ido-make-merged-file-list.
30398 (ido-make-merged-file-list): Bind throw-on-input around call to
30399 ido-make-merged-file-list-1. Return input-pending-p if
30400 interrupted by more input available.
30401 (ido-read-internal): Handle input-pending-p return value from
30402 ido-make-merged-file-list.
30403
30404 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
30405
30406 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
30407 compatibility code.
30408
30409 * international/latexenc.el (latexenc-find-file-coding-system):
30410 Don't inherit the EOL part of the coding-system from the
30411 tex-main buffer. Fit within 80 columns.
30412
30413 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
30414
30415 * tmm.el (tmm-inactive-face): New face.
30416 (tmm-remove-inactive-mouse-face): New function.
30417 (tmm-prompt, tmm-add-one-shortcut)
30418 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
30419 but not selectable.
30420
30421 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
30422
30423 * faces.el (face-equal): Improve argument/docstring consistency.
30424
30425 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
30426
30427 * progmodes/make-mode.el (makefile-targets-face)
30428 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
30429 (makefile-bsdmake-dependency-regex)
30430 (makefile-makepp-rule-action-regex)
30431 (makefile-bsdmake-rule-action-regex): New constants.
30432 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
30433
30434 * progmodes/compile.el (compilation-error-regexp-alist-alist):
30435 Allow (...) within `...' for makepp messages.
30436
30437 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
30438
30439 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
30440
30441 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
30442 "." files are deleted from all file lists before comparison.
30443
30444 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
30445 (viper-ESC-key): Made them customizable.
30446
30447 * emulation/viper.el (viper-non-hook-settings):
30448 Fix the names of defadvices.
30449
30450 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
30451
30452 * autorevert.el (auto-revert-buffers): Use save-match-data.
30453
30454 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
30455
30456 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
30457 menu items with a nil command binding.
30458
30459 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
30460
30461 * emacs-lisp/cl-macs.el (defsetf):
30462 Improve argument/docstring consistency.
30463
30464 * faces.el (list-faces-display): Improve the formatting by
30465 computing the maximum length required for any face-name (reworked
30466 patch of 1999-01-11, accidentally deleted on 1999-07-21).
30467 (internal-find-face): Remove redundant info in docstring.
30468
30469 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
30470
30471 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
30472 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
30473 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
30474 (gdb-assembler-custom): Improve regexps.
30475 (def-gdb-auto-update-handler): Use window point to preserve point.
30476
30477 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
30478
30479 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
30480
30481 2005-05-31 Jay Belanger <belanger@truman.edu>
30482
30483 * calc/calc-embed.el (calc-embedded-word): Change argument passed
30484 to calc-embedded.
30485 (calc-embedded-make-info): Have plain prefix argument select
30486 entire line.
30487
30488 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
30489
30490 * faces.el (list-faces-display): Signal error if passed a regexp
30491 that matches no face name.
30492
30493 * simple.el (filter-buffer-substring): Fix typo in docstring.
30494
30495 2005-05-31 Richard M. Stallman <rms@gnu.org>
30496
30497 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
30498 (vhdl-emacs-21): Doc fix.
30499 (vhdl-mode): Unconditionally set comment-padding.
30500 (vhdl-fixup-whitespace-region): Insert spaces only where
30501 there are none.
30502 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
30503
30504 2005-05-30 John Wiegley <johnw@newartisans.com>
30505
30506 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
30507 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
30508 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
30509 `directory-sep-char' to ?/, and all uses of `string-to-int' to
30510 `string-to-number'.
30511
30512 2005-05-30 Jay Belanger <belanger@truman.edu>
30513
30514 * calc/calc.el (calc-bug-address): Fix docstring.
30515 (calc-window-hook, calc-trail-window-hook): New variables.
30516 (calc-trail-display): Restore use of calc-trail-window-hook.
30517 (calc): Restore use of calc-window-hook.
30518
30519 2005-05-31 Masatake YAMATO <jet@gyve.org>
30520
30521 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
30522
30523 * help-fns.el (help-C-file-name): Add autoload mark for
30524 `find-function-noselect'.
30525
30526 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
30527
30528 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
30529 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
30530
30531 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30532
30533 * calendar/diary-lib.el (mark-included-diary-files): Only kill
30534 included diary buffer if it was not already being visited.
30535 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
30536
30537 * calendar/icalendar.el (top-level): Do not require appt.
30538
30539 * mail/supercite.el (sc-select-attribution): Only use a list
30540 element from sc-attrib-selection-list if it returns a string.
30541 Reported by Davide G. M. Salvetti <salve@debian.org>.
30542
30543 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
30544
30545 * thumbs.el (thumbs-thumbname): The resulting thumbname now
30546 includes a hash value to improve its uniqueness, and has a ".jpg"
30547 extension. Also, it is now a valid filename on all systems.
30548 (thumbs-make-thumb): Use `let', not `let*'.
30549 (thumbs-show-thumbs-list): Check for JPEG availability.
30550
30551 2005-05-30 Richard M. Stallman <rms@gnu.org>
30552
30553 * filesets.el (filesets-menu-ensure-use-cached):
30554 Prevent warning when emacs-version>= is undefined.
30555
30556 * printing.el (pr-interactive-n-up): Use string-to-number.
30557
30558 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
30559
30560 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
30561 Warn only when name to be defined is quoted.
30562
30563 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
30564
30565 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
30566 Make regexp more robust.
30567 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
30568 Force regeneration of disassembly.
30569
30570 2005-05-29 Jay Belanger <belanger@truman.edu>
30571
30572 * calc/calc.el (calc-user-invocation): Check if
30573 calc-invocation-macro is non-nil.
30574
30575 2005-05-29 Juri Linkov <juri@jurta.org>
30576
30577 * add-log.el (change-log-font-lock-keywords):
30578 Add `+' to e-mail regexp to accept mail address with keywords.
30579
30580 * man.el (Man-name-regexp): Add `:' to accept qualified names.
30581
30582 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
30583
30584 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
30585
30586 * ielm.el (inferior-emacs-lisp-mode): Ditto.
30587
30588 2005-05-29 Richard M. Stallman <rms@gnu.org>
30589
30590 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30591 Undo the change that moves to end of the current word.
30592
30593 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30594
30595 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
30596 Throw error when count <= 0 to ensure input is a number.
30597 (gdb-read-memory-custom): Pick up address from buffer.
30598 (gdb-memory-mode): Allow user to increment and decrement
30599 memory address from header line.
30600
30601 2005-05-29 Richard M. Stallman <rms@gnu.org>
30602
30603 * textmoddes/flyspell.el (flyspell-version): Function deleted.
30604 (flyspell-auto-correct-previous-hook): Doc fix.
30605
30606 * jit-lock.el (jit-lock-function, jit-lock-after-change):
30607 Do nothing if memory is full.
30608
30609 * font-lock.el (font-lock-fontify-syntactically-region):
30610 Pass t for GREEDY to looking-back.
30611
30612 * saveplace.el (save-place-alist-to-file): Write the file
30613 using write-region.
30614
30615 * subr.el (looking-back): New argument GREEDY.
30616
30617 * progmodes/compile.el (compilation-start): Set the mode
30618 before inserting the initial text.
30619
30620 * progmodes/which-func.el (which-func-update-1): Turn the mode
30621 off in case of error by setting which-func-mode.
30622
30623 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
30624
30625 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30626 Narrow down to what's on the screen, and recenter overlays
30627 at the end of the next word.
30628
30629 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
30630
30631 * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
30632 8Vars moved up.
30633 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
30634 (flyspell-abbrev-p): Default to nil.
30635 (flyspell-use-global-abbrev-table-p): Doc fix.
30636 (flyspell-large-region): Allow nil as value.
30637 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
30638
30639 (mail-mode-flyspell-verify): More robust handling
30640 of `mail-header-separator'. More efficient signature detection.
30641 Allow for regexp metacharacters in message-header-separator.
30642 Adding `To' not to be checked in mail-mode-flyspell-verify.
30643
30644 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
30645 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
30646 Bind flyspell-auto-correct-binding.
30647 Bind C-. and C-, .
30648 (flyspell-mode-map): Likewise.
30649 (flyspell-mode): Doc fix.
30650 (flyspell-accept-buffer-local-defs): Preserve current buffer.
30651 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
30652 (flyspell-word-cache-result): New var, always local.
30653 (flyspell-check-pre-word-p): Doc fix.
30654 (flyspell-check-changed-word-p): Handle spc like newline.
30655 (flyspell-post-command-hook): Set flyspell-word-cache-result.
30656 (flyspell-word-search-backward, flyspell-word-search-forward):
30657 New functions.
30658 (flyspell-word): Return t if nothing to check.
30659 When parsing TeX code, check for after } or \.
30660 Use flyspell-word-search-backward to find previous word.
30661 Return nil if duplicated word.
30662 For word already checked, return same value as last time.
30663 Set flyspell-word-cache-result after checking.
30664 Don't clobber the return value.
30665 (flyspell-get-word): Major rewrite.
30666 (flyspell-external-point-words): New locals pword, pcount.
30667 Fix size used in progress message.
30668 Find the proper corresponding word in flyspell-large-region-buffer.
30669 (flyspell-region): Check for flyspell-large-region = nil.
30670 (flyspell-highlight-incorrect-region): Clean up overlays in region.
30671 (flyspell-auto-correct-word): Check that WORD is a cons.
30672 (flyspell-correct-word): Likewise.
30673
30674 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
30675
30676 * progmodes/make-mode.el (makefile-rule-action-regex)
30677 (makefile-macroassign-regex, makefile-makepp-mode)
30678 (makefile-bsdmake-mode): Continuation lines may be empty.
30679 Reported by Joshua Varner.
30680 (makefile-makepp-font-lock-keywords): Add $(stem).
30681
30682 2005-05-28 Karl Berry <karl@gnu.org>
30683
30684 * textmodes/tex-mode.el: Now that tex-send-command calls
30685 shell-quote-argument (2005-03-31 change), remove all calls to
30686 shell-quote-argument; they all end up invoking tex-send-command.
30687 The double quoting loses on filenames with non-safe characters,
30688 such as "@". Reported by Frederik Fouvry.
30689
30690 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30691
30692 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
30693 about preserving point.
30694
30695 2005-05-27 Jay Belanger <belanger@truman.edu>
30696
30697 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
30698 Info-goto-node.
30699
30700 * calc/calc-embed.el (calc-embed-arg): New variable.
30701 (calc-do-embedded-activate, calc-embedded-activate-formula)
30702 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
30703 variable by new variable.
30704 (calc-embedded-make-info): Replace undeclared variable by new
30705 variable. When selecting region with positive prefix
30706 argument, use end of previous line instead of beginning of line.
30707
30708 * calc/calc-aent.el (calc-arg-values): Declare it.
30709
30710 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
30711 Declare them.
30712
30713 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
30714
30715 * calc/calc.el (calc-alg-map): Declare it.
30716
30717 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
30718
30719 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
30720
30721 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
30722 (gdb-registers-buffer, toggle-gdb-all-registers):
30723 Toggle display of floating point registers.
30724 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
30725
30726 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
30727 (toggle-gud-tooltip-dereference):
30728 Rename from gud-toggle-tooltip-dereference.
30729
30730 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
30731
30732 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
30733
30734 2005-05-27 Jay Belanger <belanger@truman.edu>
30735
30736 * calc/calc-prog.el (calc-kbd-report): Remove.
30737 (calc-kbd-query): Rewrite.
30738
30739 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
30740
30741 * image.el (image-library-alist): Move to image.c.
30742 (image-type-available-p): Doc fix.
30743
30744 2005-05-27 Lute Kamstra <lute@gnu.org>
30745
30746 * calc/calc.el (calc):
30747 * outline.el (outline-1, outline-2, outline-3, outline-4)
30748 (outline-5, outline-6, outline-7, outline-8):
30749 * textmodes/dns-mode.el (dns-mode):
30750 * textmodes/sgml-mode.el (sgml-namespace-face):
30751 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
30752 (tex-verbatim-face, tex-use-reftex):
30753 * textmodes/texinfo.el (texinfo-heading-face):
30754 Specify customization group.
30755
30756 * longlines.el: Don't require easy-mmode.
30757 (longlines-visible-face): Specify customization group.
30758
30759 2005-05-27 Kenichi Handa <handa@m17n.org>
30760
30761 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
30762 encoding table of windows-1251.
30763
30764 * international/ucs-tables.el (ucs-set-table-for-input):
30765 If translation-table-for-input of a coding system is a symbol, get
30766 its translation-table property.
30767
30768 * international/code-pages.el: Don't register a coding system into
30769 non-iso-charset-alist more than once.
30770 (cp-make-coding-system): Likewise.
30771
30772 2005-05-26 John Wiegley <johnw@newartisans.com>
30773
30774 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
30775 `eshell-resume-eval' is wrapped in a list, it indicates that the
30776 command was run asynchronously. In that case, unwrap the value
30777 before checking the delimiter value.
30778
30779 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
30780 character before a space at the end of a line is \, assume the space
30781 is part of the last argument rather than a final argument separator.
30782
30783 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
30784 is in use, and the target is `t' or `nil' (which are the most common
30785 values), don't assume that the symbol target is a buffer.
30786
30787 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
30788
30789 * calendar/calendar.el (calendar-mode-line-format):
30790 Use mode-line-highlight as mouse-face.
30791
30792 * time.el (display-time-string-forms, display-time-update):
30793 Use mode-line-highlight as mouse-face.
30794
30795 2005-05-26 Jay Belanger <belanger@truman.edu>
30796
30797 * calc/calc.el (calc-language-alist): Remove extra defvar.
30798
30799 2005-05-26 Lute Kamstra <lute@gnu.org>
30800
30801 * arc-mode.el (archive-mode):
30802 * bookmark.el (bookmark-read-annotation-mode)
30803 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
30804 * bs.el (bs-mode):
30805 * calc/calc-yank.el (calc-edit-mode):
30806 * calc/calc.el (calc-mode, calc-trail-mode):
30807 * calculator.el (calculator-mode):
30808 * chistory.el (command-history-mode):
30809 * comint.el:
30810 * cus-edit.el (custom-mode):
30811 * descr-text.el (describe-text-mode):
30812 * ebuff-menu.el (Electric-buffer-menu-mode):
30813 * ediff-util.el (ediff-mode):
30814 * emacs-lisp/re-builder.el (reb-mode):
30815 * emulation/vi.el (vi-mode-setup):
30816 * emulation/ws-mode.el (wordstar-mode):
30817 * eshell/esh-mode.el (eshell-mode):
30818 * forms.el (forms-mode):
30819 * help-mode.el (help-mode):
30820 * hexl.el (hexl-mode):
30821 * ibuffer.el (ibuffer-mode):
30822 * ielm.el (inferior-emacs-lisp-mode):
30823 * info.el (Info-mode, Info-edit-mode):
30824 * international/swedish.el:
30825 * ledit.el (ledit-from-lisp-mode):
30826 * locate.el (locate-mode):
30827 * mail/rmail.el (rmail-mode):
30828 * mail/rmailedit.el (rmail-edit-mode):
30829 * mail/rmailsum.el (rmail-summary-mode):
30830 * mail/supercite.el (sc-electric-mode):
30831 * net/eudc.el (eudc-mode):
30832 * net/quickurl.el (quickurl-list-mode):
30833 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
30834 * obsolete/ooutline.el (outline-mode):
30835 * obsolete/options.el (Edit-options-mode):
30836 * obsolete/rnews.el (news-mode):
30837 * obsolete/rnewspost.el (news-reply-mode):
30838 * play/5x5.el (5x5-mode):
30839 * play/decipher.el (decipher-mode, decipher-stats-mode):
30840 * play/gomoku.el (gomoku-mode):
30841 * play/snake.el (snake-mode):
30842 * play/solitaire.el (solitaire-mode):
30843 * play/tetris.el (tetris-mode):
30844 * progmodes/ada-mode.el (ada-mode):
30845 * progmodes/antlr-mode.el (antlr-mode):
30846 * progmodes/autoconf.el (autoconf-mode):
30847 * progmodes/dcl-mode.el (dcl-mode):
30848 * progmodes/delphi.el (delphi-mode):
30849 * progmodes/ebrowse.el (ebrowse-tree-mode)
30850 (ebrowse-electric-list-mode, ebrowse-member-mode)
30851 (ebrowse-electric-position-mode):
30852 * progmodes/f90.el (f90-mode):
30853 * progmodes/fortran.el (fortran-mode):
30854 * progmodes/icon.el (icon-mode):
30855 * progmodes/idlw-help.el (idlwave-help-mode):
30856 * progmodes/idlw-shell.el (idlwave-shell-mode):
30857 * progmodes/idlwave.el (idlwave-mode):
30858 * progmodes/inf-lisp.el (inferior-lisp-mode):
30859 * progmodes/m4-mode.el (m4-mode):
30860 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
30861 * progmodes/modula2.el (modula-2-mode):
30862 * progmodes/octave-inf.el (inferior-octave-mode):
30863 * progmodes/octave-mod.el (octave-mode):
30864 * progmodes/pascal.el (pascal-mode):
30865 * progmodes/sh-script.el (sh-mode):
30866 * progmodes/sql.el (sql-mode, sql-interactive-mode):
30867 * progmodes/vhdl-mode.el (vhdl-mode):
30868 * progmodes/xscheme.el (scheme-interaction-mode):
30869 * replace.el (occur-mode):
30870 * ses.el (ses-mode):
30871 * simple.el (completion-list-mode):
30872 * skeleton.el:
30873 * speedbar.el (speedbar-mode):
30874 * term.el (term-mode):
30875 * terminal.el (terminal-edit-mode):
30876 * textmodes/reftex-index.el (reftex-index-mode)
30877 (reftex-index-phrases-mode):
30878 * textmodes/reftex-sel.el (reftex-select-label-mode)
30879 (reftex-select-bib-mode):
30880 * textmodes/reftex-toc.el (reftex-toc-mode):
30881 * wdired.el (wdired-change-to-wdired-mode):
30882 * wid-browse.el (widget-browse-mode):
30883 Use run-mode-hooks.
30884
30885 * array.el (array-mode):
30886 * calendar/todo-mode.el (todo-mode):
30887 * man.el (Man-mode):
30888 * play/landmark.el (lm-mode):
30889 * play/mpuz.el (mpuz-mode):
30890 Use kill-all-local-variables and run-mode-hooks.
30891
30892 * subr.el (delay-mode-hooks): Specify indentation.
30893
30894 2005-05-26 Mark A. Hershberger <mah@everybody.org>
30895
30896 * xml.el (xml-substitute-special): Don't die for undefined xml
30897 entities.
30898
30899 2005-05-26 Jay Belanger <belanger@truman.edu>
30900
30901 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
30902 of nil.
30903
30904 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
30905
30906 * progmodes/gdb-ui.el (gdb-frame-address):
30907 Rename from gdb-current-address.
30908 (gdb-previous-frame-address): Rename from gdb-previous-address.
30909 (gdb-selected-frame): Rename from gdb-current-frame.
30910 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
30911 (gdb-frame-number): Rename from gdb-current-stack-level.
30912 (gdb-ann3): Match new mode-name for disassembly buffer.
30913 Extend initialization of variables.
30914 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
30915 (gdb-memory-mode): Use mouse-face in header line.
30916 (gdb-assembler-buffer-name): Call it disassembly and give frame
30917 in mode line.
30918 (gdb-source-spec-regexp, gdb-assembler-custom)
30919 (gdb-invalidate-assembler, gdb-frame-handler):
30920 Make robust to leading zeroes in address format.
30921
30922 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
30923
30924 * textmodes/org.el (org-mode): Use `define-derived-mode' to
30925 define `org-mode'.
30926 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
30927
30928 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
30929
30930 * log-edit.el (log-edit-changelog-entries): Distinguish between
30931 filenames like xfns.c and fns.c.
30932
30933 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
30934
30935 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
30936 point after reverting.
30937 (Buffer-menu-make-sort-button): Handle the case where
30938 `Buffer-menu-use-header-line' is nil.
30939
30940 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
30941
30942 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
30943 New funcs. In minibuffer-local-completion-map bind `]', `/'
30944 and `:' to them.
30945
30946 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
30947
30948 * startup.el (normal-top-level): Allow modification of load-path while
30949 we're iterating over it.
30950
30951 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
30952
30953 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
30954 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
30955 (thumbs-resize-interactive, thumbs-insert-image)
30956 (thumbs-insert-thumb, thumbs-dired-show-marked)
30957 (thumbs-find-image-at-point, thumbs-delete-images)
30958 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
30959 (thumbs-increment-image-size, thumbs-decrement-image-size):
30960 Fix typos in docstrings.
30961
30962 2005-05-24 Andre Spiegel <spiegel@gnu.org>
30963
30964 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
30965 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
30966 (cperl-mode): Use them.
30967
30968 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
30969
30970 * window.el (quit-window, shrink-window-if-larger-than-buffer):
30971 Doc fixes.
30972
30973 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
30974
30975 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
30976 Bind C-d to gdb-inferior-io-eof.
30977
30978 * dired.el (dired-dnd-popup-notice): Use message-box.
30979
30980 2005-05-23 Masatake YAMATO <jet@gyve.org>
30981
30982 * bindings.el (mode-line-major-mode-keymap):
30983 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
30984
30985 * faces.el (mode-line-highlight): New face.
30986
30987 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
30988 as mouse-face.
30989
30990 * bindings.el (top-level, help-echo, mode-line-modified)
30991 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
30992 as mouse-face.
30993
30994 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
30995
30996 * progmodes/cc-engine.el (c-guess-basic-syntax):
30997 Remove spurious call to `zerop'.
30998
30999 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
31000
31001 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
31002
31003 CC Mode update to 5.30.10:
31004
31005 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
31006 the point could go past the limit in decoration level 2, thereby
31007 causing errors during interactive fontification.
31008
31009 * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
31010 bug when the file is evaluated interactively.
31011
31012 * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
31013 declarations somewhat better in C++.
31014
31015 * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
31016 New helper macro to make use of `run-mode-hooks'
31017 which has been added in Emacs 21.1.
31018 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
31019 (awk-mode): Use it.
31020 (make-local-hook): Suppress warning about obsoleteness.
31021
31022 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
31023 (c-append-backslashes-forward, c-delete-backslashes-forward)
31024 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
31025 Compensate for return value from `forward-line' when it has moved
31026 but not to a different line due to eob.
31027
31028 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
31029 `objc-method-intro' and `objc-method-args-cont'.
31030
31031 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
31032
31033 CC Mode update to 5.30.10:
31034
31035 * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
31036 address in the copyright statement. Incidentally, change "along with
31037 GNU Emacs" to "along with this program" where it occurs.
31038
31039 * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
31040 autoload, so that it is interactive, hence can be found by M-x awk-mode
31041 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
31042 <gmorris+emacs@ast.cam.ac.uk>.
31043
31044 * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
31045 Mode's regexps.
31046
31047 2005-05-23 Kevin Ryde <user42@zip.com.au>
31048
31049 * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
31050 from c-parse-state, to avoid a lisp error (on bad code).
31051
31052 2005-05-23 Lute Kamstra <lute@gnu.org>
31053
31054 * subr.el (font-lock-defaults): Remove defvar as it's already
31055 defined in font-core.el.
31056
31057 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
31058
31059 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
31060
31061 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
31062 more general and work when GDB variable "print pretty" is on,
31063 as with Emacs, for example.
31064
31065 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
31066
31067 * font-core.el: Update comment.
31068
31069 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
31070 Use `after-change-major-mode-hook' instead of `find-file-hook'.
31071
31072 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
31073
31074 2005-05-22 Eli Zaretskii <eliz@gnu.org>
31075
31076 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
31077 and `yank-handler' in the doc strings.
31078
31079 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
31080
31081 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
31082
31083 2005-05-22 Richard M. Stallman <rms@gnu.org>
31084
31085 * help.el (describe-key): Move print-help-return-message call
31086 out of conditional.
31087
31088 * progmodes/etags.el (list-tags): Use with-no-warnings.
31089
31090 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
31091 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
31092 (starttls-extra-args, starttls-extra-arguments): Add defvars.
31093
31094 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
31095
31096 * language/viet-util.el (viet-viscii-nonascii-translation-table):
31097 Add defvar.
31098
31099 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
31100 Use defvar, not defconst.
31101
31102 * hexl.el (hexl-follow-line): Use with-no-warnings.
31103
31104 * emulation/tpu-extras.el: Use write-file-functions instead of
31105 write-file-hooks.
31106
31107 * dired.el (dired-font-lock-keywords): Fontify files with junk
31108 extensions even if marked by -F.
31109
31110 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
31111
31112 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
31113 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
31114 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
31115 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
31116 (concatenate, list-length, get*, getf, cl-remprop):
31117 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
31118 (etypecase, progv, lexical-let, lexical-let*)
31119 (multiple-value-bind, multiple-value-setq, shiftf):
31120 Improve argument/docstring consistency.
31121
31122 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
31123
31124 2005-05-22 Andre Spiegel <spiegel@gnu.org>
31125
31126 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
31127 doesn't exist.
31128
31129 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
31130 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
31131
31132 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
31133
31134 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
31135 already deleted variables: auto-fill-hook, blink-paren-hook,
31136 lisp-indent-hook, inhibit-local-variables, unread-command-event,
31137 suspend-hooks, comment-indent-hook, meta-flag,
31138 before-change-function, after-change-function,
31139 font-lock-doc-string-face.
31140
31141 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
31142
31143 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
31144
31145 2005-05-21 Eli Zaretskii <eliz@gnu.org>
31146
31147 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
31148 rmail-dont-reply-to.
31149
31150 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31151
31152 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
31153 literal blank when splitting new-header-values.
31154
31155 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
31156
31157 * calendar/cal-menu.el (cal-menu-update): Add separator as a
31158 string so that tmm doesn't create a completion entry for it.
31159
31160 * textmodes/table.el (table-disable-menu): Ditto.
31161
31162 2005-05-21 Richard M. Stallman <rms@gnu.org>
31163
31164 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
31165
31166 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
31167
31168 * net/rcompile.el (remote-compile): Use compilation-start.
31169
31170 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
31171
31172 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
31173
31174 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
31175 Default to makefile-bsdmake-mode on BSD systems.
31176
31177 * imenu.el (imenu-generic-expression, imenu--generic-function'):
31178 REGEXP may also be a search function now. The part of doc-string
31179 for describing the structure was 95% identical to that of
31180 `imenu--generic-function'. Unify it there.
31181
31182 * progmodes/make-mode.el (makefile-imenu-generic-expression):
31183 Use function to find dependencies, because regexp alone is so complex,
31184 it easily goes into an endless loop.
31185 (makefile-makepp-mode): Also add submenu for Perl functions
31186 defined in the makefile.
31187 (makefile-bsdmake-mode): Special imenu-generic-expression no
31188 longer needed, due to function call.
31189 (makefile-match-dependency): Take BOUND into account when checking
31190 if we're through.
31191
31192 2005-05-20 Jay Belanger <belanger@truman.edu>
31193
31194 * calc/calc-units.el (calc-invalidate-units-table):
31195 Use inhibit-read-only.
31196 (math-build-units-table-buffer): Use view-mode.
31197
31198 2005-05-20 David Kastrup <dak@gnu.org>
31199
31200 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
31201 easy-menu-add is not a nop on Emacs; and clarify when to call it.
31202
31203 2005-05-20 Lute Kamstra <lute@gnu.org>
31204
31205 * diff-mode.el (diff-header-face, diff-file-header-face)
31206 (diff-index-face, diff-hunk-header-face, diff-removed-face)
31207 (diff-added-face, diff-changed-face, diff-function-face)
31208 (diff-context-face, diff-nonexistent-face): Put them in the
31209 diff-mode customization group.
31210
31211 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
31212
31213 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
31214
31215 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
31216
31217 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
31218 Minor regexp-optimization.
31219
31220 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
31221
31222 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
31223 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
31224 (org-agenda-add-time-grid-maybe): New function.
31225 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
31226 (org-table-create): `dotimes' instead of `mapcar'.
31227 (org-xor): Simplify implementation.
31228 (org-agenda): `inhibit-redisplay' turned on.
31229 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
31230 a consistent line after a state change.
31231 (org-agenda-remove-times-when-in-prefix): New option.
31232 (org-prefix-has-time): New variable.
31233 (org-parse-time-string): Optional argument NODEFAULT.
31234 (org-format-agenda-item): Parse items for time-of-day
31235 specifications and move these into the prefix if possible.
31236 (org-agenda-priority): Get current heading, not previous heading
31237 during agenda remote editing.
31238
31239 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
31240
31241 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
31242 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
31243 (remove-duplicates, delete-duplicates, substitute)
31244 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
31245 (nsubstitute-if-not, find, find-if, find-if-not, position)
31246 (position-if, position-if-not, count, count-if, count-if-not)
31247 (mismatch, search, sort*, stable-sort, merge, member*)
31248 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
31249 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
31250 (intersection, nintersection, set-difference, nset-difference)
31251 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
31252 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
31253 (nsublis, tree-equal): Improve argument/docstring consistency.
31254
31255 * subr.el (send-string, send-region): Remove obsolescence declaration.
31256 (window-dot, set-window-dot, read-input, show-buffer)
31257 (eval-current-buffer, string-to-int):
31258 Add release number to obsolescence declarations.
31259
31260 2005-05-19 Kim F. Storm <storm@cua.dk>
31261
31262 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
31263 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
31264
31265 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
31266
31267 * faces.el (list-faces-display): Make back button respect optional
31268 regexp arg.
31269
31270 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
31271
31272 * calculator.el (calculator-radix-grouping-mode)
31273 (calculator-radix-grouping-digits, calculator-displayer)
31274 (calculator-radix-grouping-separator, calculator-copy-displayer):
31275 * dabbrev.el (dabbrev-search-these-buffers-only):
31276 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
31277 (diff-advance-after-apply-hunk, diff-mode-hook)
31278 (diff-minor-mode-prefix):
31279 * imenu.el (imenu-use-popup-menu):
31280 * jit-lock.el (jit-lock-context-time):
31281 * newcomment.el (comment-fill-column, comment-column)
31282 (comment-style, comment-padding, comment-multi-line)
31283 (comment-empty-lines, comment-auto-fill-only-comments):
31284 * reveal.el (reveal-around-mark):
31285 * uniquify.el (uniquify-buffer-name-style)
31286 (uniquify-after-kill-buffer-p)
31287 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
31288 (uniquify-min-dir-content, uniquify-separator)
31289 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
31290 * w32-vars.el (w32-fixed-font-alist):
31291 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
31292 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
31293 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
31294 * progmodes/perl-mode.el (perl-indent-level)
31295 (perl-continued-statement-offset, perl-continued-brace-offset)
31296 (perl-brace-offset, perl-brace-imaginary-offset)
31297 (perl-label-offset, perl-indent-continued-arguments)
31298 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
31299 * progmodes/tcl.el (tcl-indent-level)
31300 (tcl-continued-indent-level, tcl-auto-newline)
31301 (tcl-tab-always-indent, tcl-electric-hash-style)
31302 (tcl-help-directory-list, tcl-use-smart-word-finder)
31303 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
31304 (inferior-tcl-source-command):
31305 * textmodes/fill.el (enable-kinsoku):
31306 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
31307 * textmodes/table.el (table-yank-handler):
31308 Specify missing group (and type, if simple) in defcustom.
31309
31310 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
31311
31312 * progmodes/compile.el (compilation-finish-function): Fix defvar.
31313
31314 2005-05-19 Richard M. Stallman <rms@gnu.org>
31315
31316 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
31317
31318 * subr.el (event-basic-type): Don't get an error.
31319 (left-fringe-p): Function deleted.
31320
31321 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
31322 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
31323
31324 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
31325 in recursive copy.
31326
31327 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
31328
31329 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
31330
31331 * emacs-lisp/bytecomp.el
31332 (byte-compile-file-form-custom-declare-variable):
31333 Call byte-compile-nogroup-warn if appropriate.
31334
31335 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
31336 (compilation-set-window): Don't call left-fringe-p; do it directly.
31337
31338 2005-05-19 Jay Belanger <belanger@truman.edu>
31339
31340 * calc/calc-graph.el (calc-graph-format-data): Make sure
31341 var-PlotRejects is bound before trying to check its value.
31342
31343 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
31344
31345 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
31346 definition of this variable from reftex-global.el to reftex.el,
31347 because it is needed in the menu.
31348
31349 2005-05-19 Lute Kamstra <lute@gnu.org>
31350
31351 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
31352 years are fixed. Don't insert a space after a dash.
31353
31354 2005-05-19 Kim F. Storm <storm@cua.dk>
31355
31356 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
31357
31358 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
31359
31360 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
31361 strings, because (eq ... ?\\) is fairly frequent.
31362
31363 * progmodes/make-mode.el (makefile-add-this-line-targets):
31364 Simplify and integrate into `makefile-pickup-targets'.
31365 (makefile-add-this-line-macro): Simplify and integrate into
31366 `makefile-pickup-macros.
31367 (makefile-pickup-filenames-as-targets): Simplify.
31368 (makefile-previous-dependency, makefile-match-dependency):
31369 Don't stumble over `::'.
31370
31371 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
31372
31373 * subr.el (post-command-idle-hook, post-command-idle-delay):
31374 Remove obsoletion of post-command-idle-hook and
31375 post-command-idle-delay.
31376
31377 * faces.el (list-faces-display): Provide button when describe-face
31378 is called to take user back to the list of faces.
31379
31380 * help-fns.el (describe-variable): Remove hyperlinks in a
31381 variable's value as these are quite frequently inappropriate.
31382
31383 * follow.el (follow-submit-feedback, follow-mode):
31384 Remove references to post-command-idle-hook.
31385
31386 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
31387
31388 * progmodes/make-mode.el (makefile-previous-dependency)
31389 (makefile-match-dependency): Check for := (and in bsd mode also
31390 !=) to give a better result, even when font-lock is not on.
31391
31392 2005-05-18 Jay Belanger <belanger@truman.edu>
31393
31394 * calc/calc-help.el (calc-s-prefix-help):
31395 Add `calc-copy-special-constant' to help string.
31396
31397 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
31398
31399 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31400
31401 2005-05-18 Jay Belanger <belanger@truman.edu>
31402
31403 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
31404 in linear factors are in proper order.
31405
31406 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
31407
31408 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
31409 Support for jurabib.
31410
31411 * textmodes/reftex.el (featurep): Define aliases for overlay
31412 commands, for XEmacs compatibility, and use these aliases in
31413 overlay initializations.
31414 (reftex-highlight): Use `reftex-move-overlay'.
31415 (reftex-unhighlight): Use `reftex-delete-overlay'.
31416 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
31417 (reftex-access-search-path): Use `reftex-uniquify' instead of
31418 `reftex-uniq'.
31419
31420 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
31421 `before-string' property modification enables for Emacs as well.
31422 (reftex-select-item): Use `reftex-delete-overlay'.
31423 (reftex-select-mark): Use `reftex-make-overlay' and
31424 `reftex-overlay-put'.
31425 (reftex-select-unmark): Use `reftex-delete-overlay' and
31426 `reftex-overlay-put'.
31427
31428 2005-05-18 Lute Kamstra <lute@gnu.org>
31429
31430 * emacs-lisp/lisp.el (check-parens): Fix docstring.
31431
31432 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
31433
31434 * add-log.el (add-change-log-entry):
31435 * array.el (array-make-template, array-reconfigure-rows)
31436 (array-init-max-row, array-init-max-column)
31437 (array-init-columns-per-line, array-init-field-width):
31438 * replace.el (replace-match-maybe-edit, perform-replace):
31439 * textmodes/spell.el (spell-region):
31440 Replace `read-input' by `read-string'.
31441
31442 * forms.el (forms-mode):
31443 * finder.el (finder-compile-keywords):
31444 * shadowfile.el (shadow-read-files):
31445 Replace `eval-current-buffer' by `eval-buffer'.
31446
31447 * terminal.el (te-pass-through):
31448 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
31449 (ange-ftp-raw-send-cmd):
31450 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
31451 (send-process-next-char, telnet-initial-filter, telnet):
31452 Replace `send-string' by `process-send-string'.
31453
31454 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
31455 (prolog-consult-region): Replace `send-string' by
31456 `process-send-string'; replace `send-region' by `process-send-region'.
31457
31458 * progmodes/delphi.el (delphi-log-msg):
31459 Replace `set-window-dot' by `set-window-point'.
31460
31461 * subr.el (window-dot, set-window-dot, read-input, send-string)
31462 (send-region, show-buffer, eval-current-buffer):
31463 Make really obsolete, as the comment says.
31464
31465 2005-05-17 Kim F. Storm <storm@cua.dk>
31466
31467 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
31468 (cua--init-keymaps): Bind C-return instead of S-return to set
31469 rectangle mark.
31470
31471 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
31472 instead of S-return to toggle/clear rectangle mark.
31473
31474 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
31475
31476 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
31477 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
31478 Also fontify plain strings assigned to variables, mostly so that a
31479 colon has a face and is thus not taken as a dependency separator.
31480 (makefile-previous-dependency): Inline the new matcher, because it
31481 is too complex to work in both directions.
31482 (makefile-match-dependency): Eliminate `backward' arg (see above).
31483 Completely reimplemented so as to not sometimes go into an endless
31484 loop. It should also be more efficient, because first it only
31485 searches for `:', instead of applying the very complex regexp.
31486 (makefile-mode): Cancel `font-lock-support-mode', because blocks
31487 to be fontified in one piece can be too long for JIT.
31488 Makefiles are never *that* big.
31489
31490 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
31491
31492 * dired.el (dired-mode): Simplify.
31493
31494 2005-05-17 Lute Kamstra <lute@gnu.org>
31495
31496 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
31497 defcustom for the mode hook variable.
31498
31499 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
31500 Emacs Lisp Reference Manual.
31501
31502 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
31503
31504 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
31505 (evenp, list*):
31506 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
31507 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
31508
31509 * net/tramp-smb.el (tramp-smb-open-connection):
31510 Pass `tramp-chunksize' as fifth (required) argument.
31511
31512 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
31513
31514 * font-lock.el (lisp-font-lock-keywords-1):
31515 Set `font-lock-negation-char-face' for [^...] char group.
31516 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
31517
31518 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
31519 a var, and refine it to mask one more level of nested vars.
31520 (makefile-rule-action-regex): Turn it into a var, and refine it so
31521 it recognizes backslashed continuation lines as belonging to the
31522 same command.
31523 (makefile-macroassign-regex): Refine it so it recognizes
31524 backslashed continuation lines as belonging to the same command.
31525 (makefile-var-use-regex): Don't look at the next char, because it
31526 might be the same one to be skipped by the initial [^$], leading
31527 to an overlooked variable use.
31528 (makefile-make-font-lock-keywords): Remove two parameters, which
31529 are now variables that some of the modes set locally.
31530 Handle dependency and rule action matching through functions, because
31531 regexps alone match too often. Dependency matching now comes
31532 last, so it can check, whether a colon already matched something else.
31533 (makefile-mode): Inform that font-lock improves makefile parsing
31534 capabilities.
31535 (makefile-match-dependency, makefile-match-action): New functions.
31536
31537 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
31538
31539 * emacs-lisp/cl-extra.el (equalp): Doc fix.
31540
31541 * align.el (align-regexp):
31542 * ansi-color.el (ansi-color-get-face):
31543 * array.el (array-reconfigure-rows, array-init-max-row)
31544 (array-init-max-column, array-init-columns-per-line)
31545 (array-init-field-width):
31546 * dired-aux.el (dired-trample-file-versions):
31547 * dired-x.el (dired-mark-sexp):
31548 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
31549 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
31550 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
31551 * faces.el (face-read-integer):
31552 * files.el (backup-extract-version, insert-directory):
31553 * hexl.el (hexl-insert-decimal-char):
31554 * server.el (server-process-filter):
31555 * shell.el (shell-extract-num):
31556 * startup.el (command-line-1):
31557 * term.el (term-command-hook):
31558 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
31559 (time-stamp-do-number):
31560 * time.el (display-time-update):
31561 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
31562 (timezone-fix-time):
31563 * vms-patch.el (vms-suspend-resume-hook):
31564 * calendar/appt.el (appt-convert-time):
31565 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31566 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
31567 * calendar/cal-islam.el (mark-islamic-diary-entries):
31568 * calendar/calendar.el (calendar-cursor-to-date)
31569 (calendar-star-date):
31570 * calendar/diary-lib.el (diary-attrtype-convert)
31571 (mark-diary-entries, diary-entry-time):
31572 * calendar/solar.el (solar-get-number):
31573 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
31574 * emacs-lisp/re-builder.el (reb-display-subexp):
31575 * emulation/edt.el (edt-set-scroll-margins):
31576 * emulation/tpu-extras.el (tpu-set-scroll-margins):
31577 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
31578 (vip-get-ex-count):
31579 * emulation/viper-ex.el (viper-get-ex-token)
31580 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
31581 * international/fontset.el (fontset-plain-name):
31582 * mail/feedmail.el (feedmail-look-at-queue-directory):
31583 * mail/mailalias.el (mail-get-names):
31584 * mail/rmail.el (rmail-convert-to-babyl-format):
31585 * mail/rmailsum.el (rmail-make-basic-summary-line)
31586 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
31587 (rmail-summary-goto-msg):
31588 * mail/smtpmail.el (smtpmail-read-response):
31589 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
31590 (ange-ftp-vms-add-file-entry):
31591 * play/gametree.el (gametree-looking-at-ply)
31592 (gametree-current-branch-score):
31593 * progmodes/ada-xref.el (ada-prj-find-prj-file)
31594 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
31595 * progmodes/cperl-mode.el (condition-case):
31596 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
31597 (ebrowse-set-member-buffer-column-width)
31598 (ebrowse-select-1st-to-9nth):
31599 * progmodes/etags.el (etags-snarf-tag):
31600 * progmodes/flymake.el (flymake-parse-line):
31601 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
31602 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
31603 (idlwave-shell-menu-def):
31604 * progmodes/ps-mode.el (ps-run-goto-error):
31605 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
31606 (vhdl-speedbar-contract-level):
31607 * term/mac-win.el (x-handle-numeric-switch):
31608 * term/sun-mouse.el (sun-get-frame-data):
31609 * term/w32-win.el (x-handle-numeric-switch):
31610 * term/x-win.el (x-handle-numeric-switch):
31611 * textmodes/ispell.el (ispell-parse-output):
31612 * textmodes/nroff-mode.el (nroff-outline-level):
31613 * textmodes/reftex-cite.el (reftex-bib-sort-year)
31614 (reftex-bib-sort-year-reverse, reftex-format-citation):
31615 * textmodes/reftex-parse.el (reftex-init-section-numbers)
31616 (reftex-section-number):
31617 * textmodes/texinfmt.el (texinfo-paragraphindent):
31618 Replace `string-to-int' by `string-to-number'.
31619
31620 * international/latexenc.el: Add page marker to force the "Local
31621 Variables:" string out of the last page.
31622
31623 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31624
31625 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
31626 tooltip-change-major-mode.
31627 (gud-tooltip-print-command): Remove case where gud-minor-mode
31628 is gdb ("--fullname").
31629 (gud-tooltip-tips): Turn GUD tooltips off for this case and
31630 explain to user.
31631
31632 2005-05-16 Jay Belanger <belanger@truman.edu>
31633
31634 * calc/calc-store.el (calc-copy-special-constant): New function.
31635
31636 * calc/calc-ext.el (calc-init-extensions): Add binding for
31637 `calc-copy-special-constant'.
31638
31639 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
31640 for the `calc-copy-special-constant' command.
31641
31642 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31643
31644 * subr.el (left-fringe-p): New function.
31645
31646 * progmodes/compile.el (compilation-setup): Set local value of
31647 overlay-arrow-string to "" always.
31648 (compilation-set-window): Left fringe then don't scroll.
31649 No left fringe then no arrow and scroll message to top.
31650 (compilation-context-lines): Adjust doc string accordingly.
31651
31652 2005-05-16 Kim F. Storm <storm@cua.dk>
31653
31654 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
31655 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
31656 (ido-wide-find-dir-or-delete-dir): New command for M-d.
31657 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
31658 (ido-read-file-name): Handle commands with ido property value
31659 equal to find-file as reading a file name, to allow C-d to enter dired.
31660 (ibuffer-find-file): Add ido property with value find-file.
31661
31662 2005-05-15 Kim F. Storm <storm@cua.dk>
31663
31664 * subr.el (open-network-stream-nowait): Remove.
31665 (open-network-stream-server): Remove.
31666
31667 2005-05-15 Richard M. Stallman <rms@gnu.org>
31668
31669 * faces.el (describe-face): Output a definition link button.
31670
31671 * help-mode.el (help-face-def): New button type.
31672
31673 * emacs-lisp/copyright.el (copyright-fix-years):
31674 Match properly if the first year is 2-digit.
31675 Don't mess up the whitespace after the years by filling.
31676
31677 * dired-aux.el (dired-mark-confirm):
31678 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
31679
31680 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
31681 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
31682 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
31683
31684 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
31685 Set font-lock-comment-start-skip.
31686
31687 * font-lock.el (font-lock-comment-start-skip): New variable.
31688 (font-lock-comment-end-skip): New variable.
31689 (font-lock-fontify-syntactically-region): Use them if non-nil.
31690
31691 2005-05-15 Jay Belanger <belanger@truman.edu>
31692
31693 * calc/calc-store.el (calc-store-value): Return a string rather
31694 than display it as a message.
31695 Use calc-var-name for variable name.
31696 (calc-store-into): Add the result of calc-store-value to message.
31697 (calc-copy-variable): Add a message.
31698 (calc-store-exchange): Improve error messages.
31699 (calc-store-binary, calc-store-map): Don't reset the values of
31700 special constants.
31701
31702 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
31703
31704 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
31705 manual to docstring.
31706
31707 * files.el (hack-local-variables-confirm): Add STRING argument.
31708 Make the function handle non file visiting buffers correctly.
31709 (hack-local-variables-prop-line, hack-local-variables)
31710 (hack-one-local-variable): Use STRING arg of
31711 `hack-local-variables-confirm'.
31712
31713 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
31714
31715 Sync with Tramp 2.0.49.
31716
31717 * net/tramp.el (tramp-handle-dired-call-process)
31718 (tramp-handle-insert-directory):`insert-buffer' cannot be used
31719 because the contents of the Tramp buffer is changed before
31720 insertion (`expand-file' and alike).
31721 (tramp-handle-insert-directory): If `localname' has an empty
31722 nondirectory name, it must not be quoted.
31723 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
31724 variable `tramp-chunksize'. Change callees.
31725 (tramp-open-connection-setup-interactive-shell): Check remote host
31726 for buggy `send-process-string' implementation.
31727 Set `tramp-chunksize' if found. Reported by Michael Kifer
31728 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
31729 (tramp-handle-shell-command): `insert-buffer' cannot be used
31730 because the contents of the Tramp buffer is changed before
31731 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
31732 <frederic.bothamy@free.fr>.
31733 (tramp-set-auto-save): Actions should be done for Tramp file name
31734 handler only. Ange-FTP has its own auto-save mechanism.
31735 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
31736 (tramp-set-auto-save-file-modes): Set file modes of
31737 `buffer-auto-save-file-name' to ?\600 as fallback solution.
31738 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
31739 (tramp-bug): Remove obsolete variable.
31740 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
31741 for presence of `mml-mode'. Make it running for older Emacsen as well.
31742
31743 2005-05-14 John Paul Wallington <jpw@pobox.com>
31744
31745 * ibuf-ext.el (define-ibuffer-filter filename):
31746 If `dired-directory' is a list, use its car.
31747
31748 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
31749
31750 * ibuffer.el (define-ibuffer-column filename):
31751 If `dired-directory' is a list, use its car.
31752
31753 2005-05-14 Richard M. Stallman <rms@gnu.org>
31754
31755 * subr.el (symbol-file): Doc fix.
31756
31757 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
31758 (byte-compile-form): Call byte-compile-nogroup-warn.
31759 (byte-compile-warning-types): Doc fix.
31760
31761 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
31762
31763 * progmodes/cc-engine.el (c-literal-faces):
31764 Add font-lock-comment-delimiter-face.
31765
31766 * net/net-utils.el (dig): Use with-no-warnings.
31767
31768 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
31769 (sc-recite-frame-alist, sc-default-cite-frame)
31770 (sc-default-uncite-frame, sc-default-recite-frame)
31771 (sc-attrib-selection-list, sc-rewrite-header-list):
31772 Mark as risky-local-variable.
31773
31774 * international/ogonek.el (ogonek-jak, ogonek-how):
31775 Don't use beginning-of-buffer.
31776
31777 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
31778
31779 * calendar/solar.el (solar-data-list): Move definition up.
31780
31781 * dnd.el (dnd-protocol-alist): Add autoload.
31782
31783 * progmodes/sh-script.el: Many doc usage fixes.
31784 (sh-indent-after-do): Change default to match common styles.
31785
31786 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
31787
31788 * files.el (interpreter-mode-alist)
31789 (auto-mode-interpreter-regexp): Doc fixes.
31790
31791 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
31792
31793 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
31794
31795 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
31796
31797 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31798
31799 * dired.el (dired-mode): make-variable-buffer-local =>
31800 make-local-variable.
31801
31802 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31803
31804 * term/mac-win.el (mac-select-convert-to-string): Try coding
31805 systems in mac-script-code-coding-systems if specified one cannot
31806 encode string for `com.apple.traditional-mac-plain-text'.
31807
31808 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
31809
31810 * progmodes/make-mode.el (makefile-targets-face)
31811 (makefile-shell-face, makefile-makepp-perl-face): New faces.
31812 (makefile-dependency-regex): Fix it to not make the colon in
31813 $(var:a=b) special.
31814 (makefile-rule-action-regex): New regexp for highlighting embedded
31815 Shell strings.
31816 (makefile-macroassign-regex): Handle != for highlighting as
31817 embedded Shell strings.
31818 (makefile-var-use-regex): New const.
31819 (makefile-statements, makefile-automake-statements)
31820 (makefile-gmake-statements, makefile-makepp-statements)
31821 (makefile-bsdmake-statements): New consts.
31822 (makefile-make-font-lock-keywords): New function.
31823 (makefile-automake-font-lock-keywords)
31824 (makefile-gmake-font-lock-keywords)
31825 (makefile-makepp-font-lock-keywords)
31826 (makefile-bsdmake-font-lock-keywords): New consts.
31827 (makefile-mode-map): Add switchers between the various submodes.
31828 (makefile-mode): Document the availability of the variants.
31829 (makefile-automake-mode, makefile-gmake-mode)
31830 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
31831
31832 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
31833 new variants of makefile-mode.
31834
31835 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31836
31837 * font-lock.el (font-lock-comment-delimiter-face): Fix up
31838 the inheritance.
31839
31840 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
31841
31842 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
31843 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
31844
31845 * files.el (normal-mode): Extend the scope of the
31846 `enable-local-variables' binding to include the `set-auto-mode' call.
31847 (magic-mode-alist): Doc fix.
31848
31849 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31850
31851 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
31852 font-lock-comment-face rather than copying its setting.
31853
31854 2005-05-12 Andreas Schwab <schwab@suse.de>
31855
31856 * eshell/esh-mode.el (eshell-send-input): Doc fix.
31857
31858 2005-05-12 Lute Kamstra <lute@gnu.org>
31859
31860 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
31861 defcustom for the mode hook variable. Delete the last argument.
31862 * generic-x.el: Fix callers of define-generic-mode.
31863 (generic-x-modes): Delete group.
31864 (show-tabs-tab-face, show-tabs-space-face): Put them in the
31865 generic-x customization group.
31866
31867 2005-05-12 Kim F. Storm <storm@cua.dk>
31868
31869 * font-lock.el (font-lock-negation-char-face): Default to "off".
31870
31871 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
31872 font-lock-negation-char-face to ! in !=.
31873
31874 2005-05-12 Masatake YAMATO <jet@gyve.org>
31875
31876 * add-log.el (find-change-log): Fix typos in the docstring
31877 of function.
31878
31879 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
31880
31881 * international/latexenc.el (latexenc-find-file-coding-system):
31882 Avoid `re-search-forward' when looking for input encoding because
31883 of speed and safety. Better regular expressions for recognizing
31884 input encoding. Limit a search for TeX-master/tex-main-file to
31885 the local variable section.
31886
31887 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
31888
31889 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
31890 syntax of $ to "'" (quote).
31891
31892 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
31893
31894 * dnd.el (dnd-protocol-alist): Improve custom type.
31895
31896 * dired.el (dired-dnd-protocol-alist): New variable.
31897 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
31898 `dired-mode-hook' to the end.
31899
31900 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31901
31902 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
31903 comment-end if comment-start-skip is not set.
31904 Obey the font-lock-comment-delimiter-face variables.
31905
31906 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31907
31908 * files.el (executable-find): Move from executable.el. Use
31909 locate-file.
31910 * progmodes/executable.el (executable-find): Move to files.el.
31911
31912 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
31913 when trying to ensure forward progress.
31914
31915 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
31916
31917 * mouse-sel.el (mouse-sel-follow-link-p): New function.
31918 (mouse-select, mouse-select-internal, mouse-extend-internal):
31919 Use it to implement mouse-1-click-follows-link functionality.
31920
31921 2005-05-11 Richard M. Stallman <rms@gnu.org>
31922
31923 * font-lock.el (font-lock-fontify-syntactically-region):
31924 Use font-lock-comment-delimiter-face for comment delimiters.
31925
31926 2005-05-10 Jay Belanger <belanger@truman.edu>
31927
31928 * calc/calc-help.el (calc-m-prefix-help): Add mention of
31929 preserving embedded modes.
31930
31931 2005-05-10 Richard M. Stallman <rms@gnu.org>
31932
31933 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
31934
31935 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
31936 Move from ada-stmt.el.
31937 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
31938
31939 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
31940 Move to ada-mode.el.
31941 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
31942
31943 * cus-edit.el (custom-file): Call file-chase-links.
31944
31945 * files.el (read-directory-name): Fix previous change.
31946 (hack-local-variables-confirm): New function.
31947 (hack-local-variables-prop-line, hack-local-variables)
31948 (hack-one-local-variable): Use it.
31949
31950 2005-05-10 Lute Kamstra <lute@gnu.org>
31951
31952 * font-lock.el (font-lock-keywords-alist)
31953 (font-lock-removed-keywords-alist): Clarify docstrings.
31954
31955 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
31956
31957 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
31958 (gdb-source-info): Check for preprocessor info.
31959 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
31960 a macro for a function.
31961 (gdb-info-breakpoints-custom): Try to find file again if not already
31962 found (user might have used GDB dir command).
31963 (gdb-get-location): Update gdb-location-alist correctly for change
31964 to gdb-info-breakpoints-custom.
31965
31966 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
31967 (gud-tooltip-print-command): Add gdbmi case.
31968 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
31969 preprocessor info.
31970
31971 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
31972
31973 * startup.el (fancy-splash-insert): Fix typo in doc string.
31974
31975 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
31976
31977 * obsolete/float.el (string-to-float):
31978 * obsolete/hilit19.el (hilit-add-pattern):
31979 * obsolete/rnews.el (news-parse-range, news-select-message)
31980 (news-get-pruned-list-of-files): Replace `string-to-int' by
31981 `string-to-number'.
31982
31983 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
31984 `find-file-not-found-hooks'; use `add-hook'.
31985 (uncompress-while-visiting): Set `write-file-functions', not
31986 `write-file-hooks'; use `add-hook'.
31987
31988 2005-05-09 Kim F. Storm <storm@cua.dk>
31989
31990 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
31991 (cua-paste): Handle clipboard action.
31992 (cua--init-keymaps): Remap clipboard-kill-region and
31993 clipboard-kill-ring-save.
31994
31995 2005-05-08 Eli Zaretskii <eliz@gnu.org>
31996
31997 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31998 Improve commentary.
31999
32000 * simple.el (next-error-overlay-arrow-position): Revert the change
32001 made on 2005-04-30.
32002
32003 2005-05-07 Jay Belanger <belanger@truman.edu>
32004
32005 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
32006 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
32007 `calc-sel-reselect'.
32008
32009 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
32010 Calc is in embedded mode.
32011
32012 2005-05-07 Eli Zaretskii <eliz@gnu.org>
32013
32014 * progmodes/compile.el (compilation-setup):
32015 Set overlay-arrow-string to an empty string on text terminals.
32016
32017 * textmodes/ispell.el (ispell-program-name): Try looking for
32018 "aspell" along exec-path, and if found, use it as the default
32019 speller program.
32020
32021 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
32022
32023 * international/mule.el (sgml-xml-auto-coding-function):
32024 Recognize encoding='FOO' in single quotes as well as in double quotes.
32025
32026 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
32027
32028 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
32029 as well as `interactive', so that defmacro* would recognize
32030 `declare' forms.
32031
32032 2005-05-07 Eli Zaretskii <eliz@gnu.org>
32033
32034 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
32035 Explain more about the LIGHTER arg's usage in the doc string.
32036 Add commentary to clarify what the code does. Fix the regexp that
32037 strips whitespace from LIGHTER. Quote LIGHTER before using it,
32038 since it could have characters special to regular expressions.
32039
32040 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
32041
32042 * replace.el (occur-1): Bind inhibit-read-only so that
32043 erase-buffer doesn't barf on read-only text properties (likewise
32044 for add-text-properties in occur-engine). Mark buffer as unmodified.
32045 (occur-engine): Don't set buffer-read-only here.
32046
32047 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
32048
32049 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
32050 list-buffers-directory. This caused the *cvs-commit* buffer to be
32051 sometimes mistakenly reused as a *cvs* buffer.
32052
32053 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
32054
32055 * tooltip.el: Move code for GUD tooltips into gud.el.
32056 (require): CL no longer needed to compile case.
32057 (tooltip-mode): Do not toggle functions for GUD tooltips.
32058 (tooltip-gud-tips-p): Remove. Replace with minor mode
32059 gud-tooltip-mode in gud.el.
32060 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
32061 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
32062 tooltip-gud prefix with gud-tooltip and obsolete.
32063 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
32064 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
32065 (tooltip-mouse-motion): Mouse movement functions/variable.
32066 Rename in gud.el by adding gud prefix.
32067 (tooltip-gud-original-filter, tooltip-gud-dereference)
32068 (tooltip-gud-event, tooltip-toggle-gud-tips)
32069 (tooltip-gud-process-output, tooltip-gud-print-command)
32070 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
32071 gud.el by replacing tooltip-gud prefix with gud-tooltip.
32072 (gdb-tooltip-print): Move to gdb-ui.el.
32073
32074 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
32075 (require): CL needed to compile case.
32076 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
32077 tooltip-gud-tips-p. Make it a minor-mode.
32078 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
32079 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
32080 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
32081 (gud-tooltip-change-major-mode)
32082 (gud-tooltip-activate-mouse-motions-if-enabled)
32083 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
32084 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
32085 (gud-tooltip-original-filter, gud-tooltip-dereference)
32086 (gud-tooltip-event, tooltip-toggle-gud-tips)
32087 (gud-tooltip-process-output, gud-tooltip-print-command)
32088 (gud-tooltip-tips): Move from tooltip.el.
32089
32090 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
32091 (gdb-cpp-define-alist-flags): Doc fix.
32092 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
32093 gud-tooltip-mode is t.
32094
32095 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
32096
32097 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
32098 evaporate if their text is deleted.
32099 (goto-address-at-point): Make it work as a mouse binding as well.
32100 (goto-address-at-mouse): Obsolete it. Update users.
32101
32102 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
32103
32104 * calendar/appt.el (top-level): No longer activate on load.
32105
32106 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
32107
32108 * calendar/cal-bahai.el (mark-bahai-diary-entries):
32109 * net/webjump.el (webjump):
32110 * progmodes/idlw-help.el (idlwave-do-context-help1)
32111 (idlwave-highlight-linked-completions):
32112 * textmodes/po.el (po-find-file-coding-system-guts):
32113 Replace `assoc-ignore-case' by `assoc-string'.
32114
32115 2005-05-06 Eli Zaretskii <eliz@gnu.org>
32116
32117 * files.el (locate-file): Doc fix.
32118
32119 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
32120 Remove the redundant test for ms-dos.
32121
32122 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
32123 look for the preprocessor with exec-suffixes. If not found in
32124 standard places, look in exec-path. Remove most of the tests that
32125 used system-type.
32126
32127 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
32128
32129 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
32130
32131 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
32132 file-name clash with jka-compr.el on 8+3 filesystems.
32133
32134 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32135
32136 * term/mac-win.el: Don't define or bind scroll bar functions if
32137 x-toolkit-scroll-bars is t.
32138 (x-select-text, x-get-selection-value): Clear
32139 x-last-selected-text-clipboard if x-select-enable-clipboard is
32140 nil.
32141 (PRIMARY): Put mac-scrap-name property.
32142 (mac-select-convert-to-file-url): New function.
32143 (public.file-url): New selection target type. Add to
32144 selection-converter-alist.
32145 (x-get-selection, x-selection-value): Handle it.
32146 (x-cut-buffer-or-selection-value): New alias.
32147
32148 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32149
32150 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
32151 entry to avoid calling bibtex-find-entry with arg global
32152 being t. Remove arg key.
32153 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
32154 (bibtex-copy-summary-as-kill): Change accordingly.
32155
32156 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
32157
32158 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
32159 (org-agenda-date-later): Use with-current-buffer.
32160
32161 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
32162
32163 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
32164 (define-obsolete-variable-alias): Doc Fixes.
32165
32166 2005-05-06 Kim F. Storm <storm@cua.dk>
32167
32168 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
32169 vertical-motion when selective-display is active.
32170
32171 * ido.el (ido-setup-hook): New hook.
32172 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
32173 (ido-input-stack): New var.
32174 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
32175 ido-next-work-file binding to M-O.
32176 Bind M-f to ido-wide-find-file-or-pop-dir.
32177 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
32178 (ido-read-internal): Run ido-setup-hook.
32179 Catch quit in read-file-name and read-string to cancel edit.
32180 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
32181 Automatically pop-all when completing a directory name (RET).
32182 (ido-file-internal): Add with-no-warnings around ffap and dired code.
32183 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
32184 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
32185 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
32186 New functions for M-b/M-f to move among the directory components.
32187 (ido-make-merged-file-list): Catch quit to cancel merge.
32188 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
32189 (ido-completion-help): No warnings for ido-completion-buffer-full.
32190
32191 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
32192
32193 * font-lock.el (font-lock-negation-char-face): New face and variable.
32194 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
32195 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
32196 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
32197 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
32198
32199 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
32200
32201 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
32202 Fix typo in docstring.
32203
32204 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
32205 (ebrowse-print-statistics-line)
32206 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
32207
32208 * term/w32-win.el (image-library-alist): Add additional name for
32209 Xpm library.
32210
32211 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
32212
32213 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
32214 use gcc instead of cpp.
32215
32216 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
32217 (gdb-create-define-alist): Use it.
32218 (gdb-cpp-define-alist-program): Update for MS-DOS.
32219
32220 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
32221
32222 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
32223
32224 2005-05-04 Richard M. Stallman <rms@gnu.org>
32225
32226 * help.el (describe-key): No error when UNTRANSLATED is nil.
32227
32228 * simple.el (line-move-1): Fix previous change to signal errors
32229 appropriately.
32230
32231 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
32232
32233 * calendar/icalendar.el (icalendar-version): Now at 0.12.
32234 (icalendar-duration-correction): Remove.
32235 (icalendar--get-event-properties): Split result at commas.
32236 (icalendar--decode-isoduration): New optional argument
32237 DURATION-CORRECTION.
32238 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
32239 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
32240 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
32241 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
32242 (icalendar--convert-anniversary-to-ical): New functions, extracted
32243 from icalendar-export-region, with bug fixes.
32244 (icalendar-export-region): Use the above functions.
32245 (icalendar-import-buffer): Check before saving diary file.
32246 (icalendar--convert-recurring-to-diary)
32247 (icalendar--convert-non-recurring-all-day-to-diary)
32248 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
32249 extracted from icalendar--convert-ical-to-diary, with bug fixes.
32250 (icalendar--convert-ical-to-diary): Use the above functions.
32251
32252 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
32253
32254 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
32255 Remove these recent additions.
32256 (c-mode): Restore to before 2005-04-28.
32257
32258 * progmodes/cc-vars.el (cc-define-list-program): Remove this
32259 recent addition.
32260
32261 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
32262 (gdb-define-alist): New variables.
32263 (gdb-create-define-alist): New function.
32264 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
32265 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
32266 with string-to-number.
32267 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
32268
32269 * progmodes/gud.el: Replace string-to-int with string-to-number.
32270 (gud-find-file): Handle gdb-define-alist.
32271
32272 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
32273
32274 2005-05-02 Jay Belanger <belanger@truman.edu>
32275
32276 * calc/calc-aent.el (math-read-token):
32277 * calc/calc-bin.el (calc-word-size):
32278 * calc/calc-ext.el (calc-read-number-fancy):
32279 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
32280 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
32281 * calc/calc-frac.el (calc-over-notation):
32282 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
32283 (calc-graph-num-points, calc-graph-init):
32284 * calc/calc-prog.el (calc-read-parse-table-part)
32285 (calc-edit-macro-repeats):
32286 * calc/calc-yank.el (calc-do-grab-rectangle):
32287 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
32288 Replace `string-to-int' by `string-to-number'.
32289
32290 2005-05-02 Kim F. Storm <storm@cua.dk>
32291
32292 * kmacro.el: Use executing-kbd-macro-index variable.
32293
32294 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
32295
32296 * net/rlogin.el (rlogin-parse-words): Delete func.
32297 (rlogin): Use split-string, not rlogin-parse-words.
32298 Also, if there are option-like elements in the parsed args,
32299 take the host to be the first arg immediately following them.
32300 Suggested by Michael Mauger.
32301
32302 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
32303
32304 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
32305
32306 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
32307
32308 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
32309 (cc-mode-cpp-program): Rename to cc-define-list-program and
32310 move to cc-vars.el.
32311
32312 * progmodes/cc-vars.el (cc-define-list-program):
32313 Change to "gcc -E -dM -". Make customizable.
32314
32315 2005-05-02 Kim F. Storm <storm@cua.dk>
32316
32317 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
32318
32319 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
32320
32321 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
32322
32323 * international/mule-util.el (truncate-string): Remove alias and
32324 obsolete declaration.
32325
32326 * international/mule-cmds.el (update-iso-coding-systems):
32327 Remove alias and obsolete declaration.
32328
32329 * international/mule.el (coding-system-parent): Remove alias and
32330 obsolete declaration.
32331
32332 * subr.el (define-function, sref): Remove aliases and obsolete
32333 declarations.
32334 (chars-in-region): Remove obsolete declaration.
32335
32336 2005-05-01 Richard M. Stallman <rms@gnu.org>
32337
32338 * info.el (Info-mode): Set widen-automatically to nil, locally.
32339
32340 * simple.el (widen-automatically): New variable.
32341 (pop-global-mark): Obey widen-automatically.
32342
32343 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
32344
32345 * term/xterm.el (function-key-map): Call substitute-key-definition
32346 before the keymap size is increased by a lot of define-key calls.
32347
32348 2005-05-01 Richard M. Stallman <rms@gnu.org>
32349
32350 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
32351 Rename ARG to ELEMENT. Doc fix.
32352
32353 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
32354
32355 * allout.el (allout-exposure): Remove macro and obsolete declaration.
32356 Remove references to allout-exposure/change to allout-new-exposure.
32357
32358 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
32359 bytecode symbols.
32360
32361 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
32362 (compiled-function-p, focus-frame, unfocus-frame):
32363 Remove aliases and obsolete declarations.
32364 Back out inadvertent changes from previous commit.
32365
32366 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
32367
32368 * files.el (require-final-newline): Make Custom tags consistent
32369 with mode-require-final-newline.
32370 (mode-require-final-newline): Doc fix.
32371
32372 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
32373
32374 * international/latexenc.el (latexenc-find-file-coding-system):
32375 Fix regular expressions.
32376
32377 2005-05-01 David Kastrup <dak@gnu.org>
32378
32379 * international/latexenc.el (latexenc-find-file-coding-system):
32380 Fix regular expressions.
32381
32382 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
32383
32384 * subr.el (string-to-int): Make obsolete.
32385
32386 2005-04-30 Richard M. Stallman <rms@gnu.org>
32387
32388 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
32389
32390 * loadup.el: Load jka-comp-hook.
32391
32392 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
32393 (jka-compr-handler): Add autoload. `put' calls moved
32394 to jka-comp-hook.el.
32395 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
32396 (jka-compr-inhibit): Autoload.
32397
32398 * jka-comp-hook.el: New file.
32399 Enable the mode by default.
32400
32401 * files.el (backup-buffer-copy): Use copy-file instead
32402 of write-region, and put back the 'excl.
32403
32404 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
32405
32406 * progmodes/flymake.el (flymake-split-string)
32407 (flymake-split-string, flymake-log, flymake-pid-to-names)
32408 (flymake-reg-names, flymake-get-source-buffer-name)
32409 (flymake-unreg-names, flymake-add-line-err-info)
32410 (flymake-add-err-info): Clarify docstrings.
32411 (flymake-popup-menu, flymake-make-emacs-menu)
32412 (flymake-make-xemacs-menu): Add docstrings.
32413 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
32414 Set variables directly throughout.
32415
32416 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
32417
32418 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
32419 exists. Initialize cc-define-alist.
32420 (c-mode): Add cc-create-define-alist locally to after-save-hook.
32421 If there is no file (Macroexpansion) don't create an alist.
32422
32423 2005-04-29 Sam Steingold <sds@gnu.org>
32424
32425 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
32426 (cc-create-define-alist): Use it instead of the hard-coded string.
32427
32428 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
32429
32430 * international/mule-conf.el (file-coding-system-alist): Fix regexp
32431 for latexenc.
32432
32433 2005-04-29 Lute Kamstra <lute@gnu.org>
32434
32435 * emacs-lisp/generic.el: Improve commentary section.
32436 (define-generic-mode): Improve docstring.
32437
32438 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
32439
32440 * textmodes/org.el (many places): Change to quiet the byte compiler.
32441 (org-prefix-format-compiled): New variable.
32442 (org-compile-prefix-format): New function.
32443 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
32444 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
32445 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
32446 (org-get-entries-from-diary): Use `org-get-time-of-day' for
32447 consistency with entries from `org-mode' files.
32448 (org-get-time-of-day): Fix bug with partial matches early in a line.
32449 (org-non-link-chars): New constant.
32450 (org-link-regexp): Respect `org-non-link-chars'.
32451 (org-agenda-day-view): Remove command.
32452 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
32453 (org-follow-bbdb-link, org-store-link): Search also company field.
32454 (org-highlight-overlay): New variable.
32455 (org-highlight, org-unhighlight): New functions.
32456 (org-agenda-mode): Add pre-command-hook to remove highlight.
32457 (org-evaluate-time-range): Behavior depends upon whether time stamp
32458 contains a time or not.
32459 (org-show-subtree, org-show-entry): New functions.
32460 (org-agenda-cleanup-fancy-diary): Remove empty lines.
32461
32462 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
32463
32464 * comint.el (comint-output-filter-functions): Add autoload cookie.
32465
32466 2005-04-28 Kim F. Storm <storm@cua.dk>
32467
32468 * ido.el (ido-everywhere): Fix last change.
32469
32470 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
32471
32472 * international/latexenc.el: New file.
32473 * international/mule-conf.el (file-coding-system-alist): For .tex,
32474 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
32475
32476 2005-04-28 Lute Kamstra <lute@gnu.org>
32477
32478 * font-lock.el (font-lock-add-keywords)
32479 (font-lock-remove-keywords): Clarify docstring.
32480 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
32481 Don't start docstrings with a `*'.
32482 (font-lock-update-removed-keyword-alist): Give it a docstring.
32483
32484 * generic-x.el: Update commentary section.
32485 Only require font-lock when compiling.
32486 Define all modes conditionally.
32487 Place all generic modes in the generic-x-modes customization group.
32488 (generic-x-modes): New customization group.
32489 (generic-default-modes, generic-mswindows-modes)
32490 (generic-unix-modes, generic-other-modes): New constants.
32491 (generic-define-mswindows-modes, generic-define-unix-modes):
32492 Update docstrings. Make them obsolete.
32493 (generic-extras-enable-list): New default value. Update docstring.
32494 Improve :type. Change :set function.
32495 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
32496 Fix docstring.
32497
32498 * emacs-lisp/generic.el (generic-mode-internal):
32499 Simplify font-lock-defaults.
32500 (define-generic-mode): Fix docstring.
32501
32502 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
32503
32504 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
32505 font-lock-face property to highlight matches.
32506
32507 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
32508
32509 * progmodes/cc-mode.el (cc-create-define-alist): New function.
32510 (cc-define-alist): New variable.
32511 (c-mode): Make it local and initialize it.
32512
32513 * progmodes/gdb-ui.el (gdb-active-process): New variable.
32514 (gdb-exited): New function.
32515 (gdb-annotation-rules): Use it.
32516 (gdb-starting): Set gdb-active-process to t.
32517 (gdb-stopping): Amend doc string.
32518 (gdb-reset): Set gdb-active-process to nil.
32519
32520 * tooltip.el (tooltip-gud-tips): Show the associated #define
32521 directives when a C program under GDB is not executing.
32522
32523 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
32524
32525 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
32526 font-lock-fontify-syntactic-keywords.
32527
32528 * font-lock.el (font-lock-default-fontify-region): Don't force
32529 parse-sexp-lookup-properties to nil.
32530
32531 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
32532
32533 * man.el (man-mode-syntax-table): Set up `:' to have
32534 word-constituent syntax.
32535
32536 2005-04-27 Lute Kamstra <lute@gnu.org>
32537
32538 * novice.el (disable-command): Don't add spurious newlines to the
32539 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
32540
32541 2005-04-26 Jay Belanger <belanger@truman.edu>
32542
32543 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
32544 than one window before deleting window.
32545
32546 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
32547
32548 * shell.el (shell-prompt-pattern): Doc fix.
32549 (shell-mode): Set paragraph-separate buffer locally to "\\'".
32550
32551 * comint.el (comint-prompt-regexp, comint-get-old-input)
32552 (comint-use-prompt-regexp)
32553 (comint-use-prompt-regexp-instead-of-fields)
32554 (comint-replace-by-expanded-history, comint-send-input)
32555 (comint-output-filter, comint-get-old-input-default)
32556 (comint-line-beginning-position, comint-bol, comint-show-output)
32557 (comint-backward-matching-input, comint-forward-matching-input)
32558 (comint-next-prompt, comint-previous-prompt):
32559 Rename `comint-use-prompt-regexp-instead-of-fields' to
32560 `comint-use-prompt-regexp'. Keep old name as alias and declare
32561 obsolete.
32562 (comint-use-prompt-regexp): Shorten first line of doc string.
32563
32564 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
32565 Set paragraph-separate buffer locally to "\\'".
32566
32567 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
32568 Adapt to above name change.
32569
32570 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
32571 (smbclient-prompt-regexp): Ditto.
32572
32573 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
32574
32575 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
32576
32577 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
32578 gdb-location-list.
32579 Break lines that are over 80 characters wide.
32580
32581 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
32582
32583 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
32584 New fun and var, to preserve compatibility.
32585
32586 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
32587
32588 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
32589
32590 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
32591 name to file-newer-than-file-p.
32592
32593 2005-04-26 Richard M. Stallman <rms@gnu.org>
32594
32595 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
32596
32597 * progmodes/python.el (python-mode):
32598 Use new name eldoc-documentation-function.
32599
32600 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
32601
32602 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
32603 (eldoc-documentation-function):
32604 Rename from eldoc-print-current-symbol-info-function. Calls changed.
32605
32606 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
32607
32608 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
32609
32610 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32611
32612 * term/xterm.el (function-key-map): Fix strings for
32613 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
32614 {C,S,A,C-S}-{f1-f12}.
32615
32616 2005-04-26 Kenichi Handa <handa@m17n.org>
32617
32618 * international/mule-cmds.el (select-safe-coding-system):
32619 Fix previous change.
32620
32621 2005-04-26 Lute Kamstra <lute@gnu.org>
32622
32623 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
32624
32625 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
32626 (font-lock-comment-delimiter-face): Ditto.
32627
32628 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
32629
32630 2005-04-25 Jay Belanger <belanger@truman.edu>
32631
32632 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
32633 to t while inserting information; use help-mode.
32634
32635 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32636
32637 * term.el (ansi-term-color-vector): Use the xterm colors.
32638 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
32639
32640 2005-04-25 Lute Kamstra <lute@gnu.org>
32641
32642 * font-core.el (font-lock-defaults): Fix docstring.
32643
32644 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
32645
32646 2005-04-25 Kenichi Handa <handa@m17n.org>
32647
32648 * international/mule-cmds.el (select-safe-coding-system):
32649 Don't check consistency with coding: spec, etc if raw-text or
32650 no-conversion was found to be safe.
32651
32652 2005-04-24 Richard M. Stallman <rms@gnu.org>
32653
32654 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
32655 citation markers at start of each line.
32656
32657 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
32658 citation markers at start of each line.
32659
32660 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
32661
32662 * files.el (mode-require-final-newline): Fix previous change.
32663 (require-final-newline): Fix type label.
32664
32665 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
32666
32667 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
32668 statement in buffer (broken by 2004-11-24 change).
32669
32670 2005-04-24 Kim F. Storm <storm@cua.dk>
32671
32672 * ido.el (ido-everywhere): Save and restore old read-buffer-function
32673 and read-file-name-function values. Don't overwrite existing
32674 non-nil values if ido-mode is enabled without ido-everywhere.
32675
32676 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
32677
32678 * files.el (mode-require-final-newline): Minor doc fix.
32679
32680 2005-04-24 Eli Zaretskii <eliz@gnu.org>
32681
32682 * subr.el (syntax-after): Doc fix.
32683 (syntax-class): If argument is nil, return nil. Mask off upper 16
32684 bits, not 8 bits.
32685
32686 * files.el (mode-require-final-newline): Doc fix.
32687 (backup-buffer-copy): Fix last change.
32688
32689 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32690
32691 * term/mac-win.el: Require select. Set selection-coding-system to
32692 mac-system-coding-system. Call menu-bar-enable-clipboard.
32693 (x-last-selected-text-clipboard, x-last-selected-text-primary)
32694 (x-select-enable-clipboard): New variables.
32695 (x-select-text, x-get-selection, x-selection-value)
32696 (x-get-selection-value, mac-select-convert-to-string)
32697 (mac-services-open-file, mac-services-open-selection)
32698 (mac-services-insert-text): New functions.
32699 (CLIPBOARD, FIND): Put mac-scrap-name property.
32700 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
32701 (public.tiff): Put mac-ostype property.
32702 (selection-converter-alist): Add entries for them.
32703 (mac-application-menu-map): New keymap.
32704 (interprogram-cut-function, interprogram-paste-function): Set to
32705 x-select-text and x-get-selection-value, respectively.
32706 (split-window-keep-point): Set to t.
32707
32708 2005-04-23 Richard M. Stallman <rms@gnu.org>
32709
32710 * files.el (read-directory-name): Always pass non-nil
32711 DEFAULT-FILENAME arg to read-file-name.
32712 (backup-buffer-copy, basic-save-buffer-2): Take care against
32713 writing thru an unexpected existing symlink.
32714 (revert-buffer): In indirect buffer, revert the base buffer.
32715 (magic-mode-alist): Doc fix.
32716 (buffer-stale-function): Doc fix.
32717 (minibuffer-with-setup-hook): Avoid warning.
32718 (mode-require-final-newline): Doc and custom fix.
32719
32720 * follow.el (follow-end-of-buffer): Use with-no-warnings.
32721
32722 * font-lock.el (font-lock-comment-face): On terminals with few colors,
32723 use the default appearance.
32724 (font-lock-comment-delimiter-face): New face, new variable.
32725
32726 * imenu.el (imenu--generic-function): The official position of a
32727 definition is the start of the line that BEG is in.
32728
32729 * midnight.el (midnight-timer): Move defvar up.
32730
32731 * mouse.el (mouse-drag-region-1): Delete some debugging code.
32732
32733 * saveplace.el (save-place-to-alist): Use with-no-warnings.
32734
32735 * startup.el (command-line): Use with-no-warnings.
32736
32737 * window.el (window-size-fixed): New defvar.
32738
32739 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
32740
32741 * mail/rmail.el (rmail-font-lock-keywords):
32742 Use font-lock-comment-delimiter-face.
32743
32744 * mail/sendmail.el (mail-font-lock-keywords):
32745 Use font-lock-comment-delimiter-face.
32746
32747 * progmodes/compile.el (next-error-highlight-timer): New defvar.
32748
32749 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
32750
32751 * progmodes/compile.el (compilation-mode-font-lock-keywords):
32752 Specify t for LAXMATCH when matching directories.
32753 Save match data around compilation-compat-error-properties form.
32754
32755 2005-04-23 David Kastrup <dak@gnu.org>
32756
32757 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
32758 Mention that the autoloaded aliases should be kept for AUCTeX.
32759
32760 2005-04-23 Andreas Schwab <schwab@suse.de>
32761
32762 * isearch.el (isearch-forward): Doc fix.
32763
32764 2005-04-23 Eli Zaretskii <eliz@gnu.org>
32765
32766 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
32767 (jit-lock-stealth-nice): Change default value to 0.5.
32768
32769 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
32770
32771 * abbrev.el (write-abbrev-file): Write table entries in
32772 alphabetical order by table name.
32773
32774 2005-04-22 Kim F. Storm <storm@cua.dk>
32775
32776 * ido.el (ido-read-internal): Fix `list' completion.
32777
32778 2005-04-22 Kenichi Handa <handa@m17n.org>
32779
32780 * recentf.el (recentf-save-file-coding-system): New variable.
32781 (recentf-save-list): Encode the file by
32782 recentf-save-file-coding-system and add coding: tag.
32783
32784 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
32785
32786 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
32787
32788 2005-04-21 Lute Kamstra <lute@gnu.org>
32789
32790 * loadhist.el (unload-feature): Don't remove a function from hooks
32791 if it is about to be restored to an autoload . Remove functions
32792 that will become unbound from auto-mode-alist. Simplify the code.
32793
32794 * subr.el (assq-delete-all): New implementation that is linear,
32795 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
32796 (rassq-delete-all): New function.
32797
32798 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32799 Add size-indication-mode.
32800
32801 2005-04-21 Kenichi Handa <handa@m17n.org>
32802
32803 * international/mule-cmds.el: Add autoload for widget-value in
32804 eval-when-compile.
32805
32806 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
32807
32808 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32809 Add tooltip-mode.
32810
32811 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
32812
32813 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
32814
32815 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
32816 (inferior-lisp-filter-regexp, inferior-lisp-program)
32817 (inferior-lisp-load-command, inferior-lisp-prompt)
32818 (inferior-lisp-mode-hook, lisp-source-modes)
32819 (inferior-lisp-load-hook): defvar->defcustom.
32820 (inferior-lisp-program, inferior-lisp-prompt)
32821 (inferior-lisp-load-hook): Doc fixes.
32822 (inferior-lisp-install-letter-bindings): Small change in
32823 introductory comment.
32824
32825 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
32826
32827 * vc.el (vc-annotate-color-map): Change some colors so that text
32828 using them as foreground is readable on both white and black
32829 backgrounds.
32830
32831 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
32832
32833 * international/mule-conf.el (translation-table-for-input):
32834 Remove redundant declaration.
32835
32836 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32837
32838 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
32839
32840 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
32841 (tooltip-toggle-gud-tips): New function.
32842
32843 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32844
32845 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
32846 right angle brackets.
32847
32848 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32849
32850 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
32851
32852 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
32853
32854 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
32855 Remove. Update callers to use expand-file-name instead.
32856
32857 * subr.el (syntax-class): New function.
32858
32859 * simple.el (blink-matching-open): Use it.
32860
32861 * paren.el (show-paren-function): Use it to recognize parens that are
32862 also used in 2-char comment markers.
32863
32864 2005-04-19 Lute Kamstra <lute@gnu.org>
32865
32866 * loadhist.el (unload-feature): Update for new format of
32867 load-history. Simplify the code.
32868
32869 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32870
32871 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
32872 (mac-add-charset-info): New function. Initialize variable
32873 mac-charset-info-alist using it.
32874 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
32875 for translation.
32876 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
32877 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
32878 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
32879 New CCL programs.
32880
32881 2005-04-19 Kim F. Storm <storm@cua.dk>
32882
32883 * simple.el (next-buffer, prev-buffer, next-error)
32884 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32885 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
32886
32887 * bindings.el (next-buffer, prev-buffer, next-error)
32888 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32889 (clone-indirect-buffer-other-window): Move bindings from simple.el.
32890 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
32891 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
32892
32893 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
32894
32895 * isearch.el (isearch-edit-string): Make the search-ring available for
32896 minibuffer history commands.
32897 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
32898 the default history commands now work just as well.
32899 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
32900
32901 2005-04-18 Kim F. Storm <storm@cua.dk>
32902
32903 * emulation/cua-base.el (cua--pre-command-handler): Add more
32904 elaborate check for shift modifier on non-window systems.
32905
32906 2005-04-18 Lars Hansen <larsh@math.ku.dk>
32907
32908 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
32909
32910 2005-04-18 Kim F. Storm <storm@cua.dk>
32911
32912 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
32913 and make it optional. Don't test tooltip-gud-echo-area here.
32914 (tooltip-gud-process-output, gdb-tooltip-print):
32915 Pass tooltip-gud-echo-area to tooltip-show.
32916 (tooltip-help-tips): Remove second optional arg to tooltip-show.
32917
32918 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32919
32920 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
32921 `display-graphic-p' may not be bound yet.
32922
32923 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
32924
32925 * startup.el (command-line): No longer enable Xterm Mouse mode by
32926 default in terminals compatible with xterm.
32927
32928 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
32929
32930 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
32931
32932 * tooltip.el (tooltip-gud-echo-area): Rename from
32933 tooltip-use-echo-area.
32934 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
32935 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
32936 area independently of where help tooltips are displayed.
32937
32938 2005-04-17 David Kastrup <dak@gnu.org>
32939
32940 * cus-theme.el (custom-theme-write-variables): Quote variables
32941 where necessary.
32942
32943 2005-04-17 Richard M. Stallman <rms@gnu.org>
32944
32945 * simple.el (yank-excluded-properties): Add follow-link to value.
32946
32947 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
32948
32949 * startup.el (fancy-splash-max-time): Just 30 seconds.
32950 (fancy-splash-delay): Just 7.
32951 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
32952
32953 * loadhist.el (unload-feature): Update for new format of load-history.
32954 Simplify the code.
32955
32956 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
32957 (rmail-font-lock-keywords): Don't fontify the text of a citation.
32958
32959 * mail/sendmail.el (mail-font-lock-keywords):
32960 Don't fontify subject text.
32961 Don't fontify the text of a citation.
32962
32963 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
32964
32965 * comint.el (comint-output-filter): Run comint-output-filter-functions
32966 with point where the user had it.
32967
32968 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
32969
32970 * international/ucs-tables.el (ucs-set-table-for-input):
32971 Disable when using unify-on-decoding.
32972
32973 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
32974
32975 * emulation/cua-base.el (cua-global-mark-face): Add special case
32976 for displays supporting a high number of colors.
32977
32978 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
32979
32980 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
32981
32982 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
32983
32984 * filesets.el (filesets-add-buffer): If user supplies a name of a
32985 non-existing fileset, create a new fileset.
32986
32987 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
32988
32989 * textmodes/org.el (org-up-heading-all): Fix bug with
32990 `outline-up-heading-all'.
32991
32992 2005-04-16 Andreas Schwab <schwab@suse.de>
32993
32994 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
32995 /etc/permissions.d/* and /etc/aliases.d/*.
32996
32997 2005-04-16 Kenichi Handa <handa@m17n.org>
32998
32999 * international/code-pages.el (cp-make-coding-system):
33000 Set `translation-table-for-input' property value to the symbol
33001 ucs-mule-to-mule-unicode, not to that value.
33002 (pt154): Escape guillemet by `\'.
33003
33004 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
33005
33006 * loadup.el: Load tooltip if x-show-tip is fboundp.
33007
33008 * startup.el (command-line): Add comment.
33009
33010 * tooltip.el (tooltip-mode): Specify correct standard value for
33011 Custom in init-value.
33012
33013 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
33014
33015 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
33016 possible.
33017
33018 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
33019
33020 * textmodes/org.el (org-agenda-date-prompt): Rename from
33021 `org-agenda-date-today'.
33022 (org-evaluate-time-range): Insert at point instead of directly
33023 after time range.
33024 (org-first-headline-recenter, org-subtree-end-visible-p)
33025 (org-optimize-window-after-visibility-change): New functions
33026 (org-agenda-post-command-hook): Don't allow point at end of line,
33027 to make sure it always hits the text properties.
33028 (org-agenda-next-date-line, org-agenda-previous-date-line):
33029 New commands.
33030 (org-set-regexps-and-options): Category may contain white space.
33031 (org-agenda-get-deadlines, org-agenda-get-scheduled):
33032 Improve marker positions.
33033 (org-agenda-new-marker): Argument POS made optional.
33034 (org-agenda-get-timestamps): Deadlines which are done are listed
33035 in org-done-face now.
33036 (org-agenda-get-todos, org-agenda-get-timestamps)
33037 (org-agenda-get-deadlines, org-agenda-get-scheduled):
33038 Set `undone-face' and `done-face' properties.
33039 (org-last-todo-state-is-todo): New variable.
33040 (org-todo): Set `org-last-todo-state-is-todo'.
33041 (org-agenda-todo): Change face according to
33042 `org-last-todo-state-is-todo'. And change other lines referring to
33043 the same entry.
33044 (org-calendar-goto-agenda): New command.
33045 (org-calendar-to-agenda-key): New option.
33046 (org-startup-folded): New allowed value `content'.
33047 (org-set-regexps-and-options): Accept new value `content' for
33048 `org-startup-folded'.
33049 (org-get-current-options): Handle new value `content' for
33050 `org-startup-folded'.
33051 (org-insert-todo-heading): New command.
33052 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
33053 interactively in empty file and option
33054 `org-insert-mode-line-in-empty-file' has been set.
33055 (org-agenda-todo, org-agenda-priority): Modify to use
33056 `org-agenda-change-all-lines'.
33057 (org-warning-face): Change color on dark background.
33058
33059 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33060
33061 * international/mule-cmds.el (set-locale-environment): On Mac OS,
33062 use preferences AppleLocale and AppleLanguages, and variable
33063 mac-system-locale for default locale. On Mac OS Classic, use
33064 mac-system-coding-system for default coding systems.
33065
33066 * term/mac-win.el: Don't set file-name-coding-system.
33067 Decode variables system-name, emacs-build-system, user-login-name, and
33068 user-full-name by mac-system-coding-system on Mac OS Classic.
33069 (mac-system-coding-system): New variable.
33070
33071 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
33072
33073 * startup.el (command-line): Handle `xterm-mouse-mode' before
33074 reading init file.
33075
33076 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
33077
33078 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
33079
33080 * progmodes/sh-script.el (sh-here-document-word): Make it a
33081 defcustom. Doc fix.
33082 (sh-add): Bash uses $(( )) for arithmetic.
33083 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
33084 (sh-maybe-here-document): Remove quotes and leading whitespace
33085 from heredoc word when closing. Indent heredoc with tabs if word
33086 starts with "-".
33087
33088 2005-04-13 Richard M. Stallman <rms@gnu.org>
33089
33090 * simple.el (undo): Fix previous change.
33091
33092 * custom.el (defface): Doc fix.
33093
33094 2005-04-13 Lute Kamstra <lute@gnu.org>
33095
33096 * Makefile.in (DONTCOMPILE): Remove list.
33097 (compile, compile-always): Don't use DONTCOMPILE.
33098 (update-authors): Load the library in which batch-update-authors
33099 is defined.
33100 * makefile.w32-in (DONTCOMPILE): Remove list.
33101 (compile, compile-always): Fix comments.
33102 (update-authors): Load the library in which batch-update-authors
33103 is defined.
33104
33105 * generic-x.el (generic-mode-ini-file-find-file-hook):
33106 Rename to ini-generic-mode-find-file-hook.
33107 Keep generic-mode-ini-file-find-file-hook as an alias.
33108 (ini-generic-mode-find-file-hook): Rename from
33109 generic-mode-ini-file-find-file-hook. Fix docstring.
33110 (ini-generic-mode): Docstring change.
33111 (bat-generic-mode-run-as-comint): Silence the byte compiler.
33112
33113 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
33114 called from lisp.
33115
33116 * generic.el: Move to the emacs-lisp subdir.
33117
33118 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
33119
33120 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
33121 and C-S- function and cursor motion keys.
33122
33123 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
33124
33125 * startup.el (command-line): Enable Xterm Mouse mode by default.
33126 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
33127 for Custom. No longer show "Mouse" in mode line when enabled.
33128 Doc fix.
33129
33130 2005-04-12 Kim F. Storm <storm@cua.dk>
33131
33132 * emulation/cua-base.el (cua-rectangle-face)
33133 (cua-rectangle-noselect-face): Define face attributes here.
33134
33135 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
33136
33137 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33138
33139 * startup.el (command-line): Turn off blinking cursor if
33140 cursorBlink in resources is off or false.
33141
33142 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33143
33144 * term/mac-win.el (dnd): Require dnd.
33145 (mac-drag-n-drop): Call dnd-handle-one-url.
33146 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
33147 (kTextEncodingISOLatin2): Remove constants.
33148 (mac-script-code-coding-systems): New constant.
33149 (mac-handle-language-change): New function.
33150 (special-event-map): Bind it to `language-change' event.
33151 (mac-centraleurroman, mac-cyrillic): New coding systems.
33152 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
33153 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
33154 and mac-cyrillic-encoder to encode-mac-centraleurroman and
33155 encode-mac-cyrillic, respectively.
33156
33157 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33158
33159 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
33160 Don't set overlay-arrow-string to "=>" as this is done
33161 globally in C now.
33162
33163 2005-04-12 Lute Kamstra <lute@gnu.org>
33164
33165 * generic-x.el (rc-generic-mode, rul-generic-mode):
33166 Fix auto-mode-alist entries.
33167 (etc-fstab-generic-mode): Tweak fontification.
33168
33169 * generic.el (generic-make-keywords-list): Fix docstring.
33170 (generic-mode-internal): Simplify generic-font-lock-keywords.
33171
33172 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
33173
33174 * whitespace.el (whitespace-buffer-leading)
33175 (whitespace-buffer-trailing): Revert the incorrect test inversion.
33176 However, fix the highlight area for the leading and
33177 trailing whitespaces to show space.
33178
33179 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
33180
33181 * whitespace.el (whitespace-version): Bump to 3.5.
33182
33183 (whitespace-buffer-leading, whitespace-buffer-trailing):
33184 Invert sense of the test to highlight the whitespace.
33185
33186 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33187
33188 * progmodes/gud.el (gud-display-line): GUD uses its own
33189 overlay arrow now so don't set overlay-arrow-string.
33190 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
33191
33192 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
33193
33194 * term.el (term-ansi-current-bold, term-ansi-current-underline)
33195 (term-ansi-current-reverse, term-ansi-current-invisible)
33196 (term-ansi-face-already-done): Change to boolean.
33197 (term-reset-terminal, term-handle-colors-array): Handle the above
33198 vars accordingly.
33199 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
33200 (term-emulate-terminal): Use the new name.
33201
33202 * faces.el (secondary-selection): Use yellow1, not yellow.
33203 (trailing-whitespace): Use red1, not red.
33204
33205 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33206
33207 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
33208 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
33209 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
33210
33211 * cus-edit.el (dnd): New group.
33212
33213 * term/w32-win.el (dnd): Require dnd
33214 (w32-drag-n-drop): Call dnd-handle-one-url.
33215
33216 * x-dnd.el: Require dnd.
33217 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
33218 Call dnd-handle-one-url.
33219 (x-dnd-types-alist, x-dnd-insert-utf8-text)
33220 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
33221 to dnd-insert-text.
33222 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
33223 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
33224 (x-dnd-get-local-file-name, x-dnd-open-local-file)
33225 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
33226
33227 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
33228
33229 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33230
33231 * wdired.el: Doc fixes.
33232 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
33233 (wdired-use-dired-vertical-movement): Rename from
33234 wdired-always-move-to-filename-beginning.
33235 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
33236 (wdired-change-to-wdired-mode): Change mode name.
33237 (wdired-newline): Delete.
33238
33239 2005-04-11 Richard M. Stallman <rms@gnu.org>
33240
33241 * whitespace.el (whitespace-highlight-the-space):
33242 Don't call whitespace-unhighlight-the-space here.
33243
33244 * simple.el (undo): Record t in undo-equiv-table
33245 for the redo record made by an undo-in-region.
33246
33247 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33248
33249 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
33250 (gdb-frame-inferior-io-buffer): New Functions to control
33251 display of separate IO buffer.
33252 (menu): Add them to menu-bar.
33253 (gdb-display-buffer): Check for buffer another frame.
33254 Protect GUD buffer.
33255 (gdb-setup-windows): Create IO buffer if not already there.
33256 (gdb-memory-mode): Remove purecopy noops.
33257
33258 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
33259
33260 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
33261 and pass to self-insert-command.
33262
33263 2005-04-11 Lute Kamstra <lute@gnu.org>
33264
33265 * generic.el: Commentary section cleanup.
33266 (generic): Delete.
33267 (generic-use-find-file-hook, generic-lines-to-scan)
33268 (generic-find-file-regexp, generic-ignore-files-regexp)
33269 (default-generic-mode, generic-mode-find-file-hook)
33270 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
33271 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
33272 (generic-use-find-file-hook, generic-lines-to-scan)
33273 (generic-find-file-regexp, generic-ignore-files-regexp)
33274 (default-generic-mode, generic-mode-find-file-hook)
33275 (generic-mode-ini-file-find-file-hook): Move from generic.el.
33276
33277 2005-04-10 Karl Fogel <kfogel@red-bean.com>
33278
33279 * bookmark.el (bookmark-write-file): Catch errors writing file.
33280 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
33281
33282 2005-04-10 Richard M. Stallman <rms@gnu.org>
33283
33284 * startup.el (fancy-splash-tail): Update copyright year.
33285 (command-line): Split part of -Q into -D.
33286 (emacs-basic-display): New defvar.
33287 (fancy-splash-text): Correct name of menu item.
33288
33289 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
33290
33291 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
33292 lines in one node.
33293
33294 * comint.el (comint-send-input): New arg ARTIFICIAL.
33295 Callers in this file changed.
33296
33297 * abbrev.el (define-abbrevs): Read system abbrevs properly.
33298
33299 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
33300
33301 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
33302
33303 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
33304 `ldap-search-internal'.
33305
33306 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
33307
33308 * files.el (set-auto-mode-1): Use line-end-position.
33309
33310 * international/latin-1.el:
33311 * international/latin-2.el:
33312 * international/latin-3.el:
33313 * international/latin-4.el:
33314 * international/latin-5.el:
33315 * international/latin-8.el:
33316 * international/latin-9.el: Give punctuation syntax to NBSP.
33317
33318 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
33319 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
33320 Use char-classes to accept non-ascii letters, accepted in some recent
33321 bibtex implementations.
33322
33323 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
33324
33325 * custom.el (custom-set-minor-mode): Any non-nil value for the
33326 variable should enable the mode when set through Custom.
33327
33328 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
33329
33330 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
33331 TAB binding so tab-always-indent is obeyed.
33332 (vhdl-minibuffer-local-map): Move initialization into declaration.
33333 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
33334 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
33335 (vhdl-hooked-abbrev): Avoid test for XEmacs.
33336 (vhdl-current-line): Use line-beginning-position.
33337 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
33338 with-output-to-temp-buffer, so the current position can be recorded.
33339
33340 2005-04-10 Masatake YAMATO <jet@gyve.org>
33341
33342 * progmodes/compile.el (compilation-error-regexp-alist-alist):
33343 Add regexp for gcov.
33344
33345 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
33346
33347 * calendar/time-date.el (time-to-seconds, seconds-to-time)
33348 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
33349 syntax which Emacs 20 doesn't support.
33350
33351 2005-04-09 Richard M. Stallman <rms@gnu.org>
33352
33353 * help.el (describe-key-briefly, describe-key):
33354 Replace strings as event types with "(any string)".
33355
33356 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
33357
33358 * arc-mode.el (archive-mode-map): Move initialization into
33359 the declaration. Override *all* bindings of `undo'.
33360 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
33361
33362 2005-04-09 Jay Belanger <belanger@truman.edu>
33363
33364 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
33365
33366 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
33367
33368 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
33369 (xterm-register-default-colors): Update color values computation
33370 to match xterm-200.
33371
33372 2005-04-09 Kenichi Handa <handa@m17n.org>
33373
33374 * international/code-pages.el (iso-latin-7): Fix the map.
33375
33376 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
33377
33378 * emacs-lisp/lisp.el (defun-prompt-regexp)
33379 (parens-require-spaces, buffer-end, end-of-defun)
33380 (insert-parentheses): Doc fixes.
33381
33382 2005-04-08 Kim F. Storm <storm@cua.dk>
33383
33384 * comint.el (comint-highlight-prompt): Fix face spec.
33385 * hi-lock.el (hi-green): Likewise.
33386
33387 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
33388
33389 * cus-edit.el (custom-modified-face):
33390 * comint.el (comint-highlight-input): Fix previous changes.
33391 * term.el (term-handle-ansi-escape): Add a comment.
33392
33393 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
33394
33395 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
33396 in the buffer and in whitespace-highlighted-space.
33397 (whitespace-unhighlight-the-space): Simplify.
33398 (whitespace-buffer): Simplify.
33399
33400 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
33401
33402 * textmodes/table.el (table-cell-face): Add special case for
33403 displays supporting a high number of colors.
33404 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
33405 (vhdl-font-lock-reserved-words-face)
33406 (vhdl-speedbar-architecture-face)
33407 (vhdl-speedbar-instantiation-face)
33408 (vhdl-speedbar-architecture-selected-face)
33409 (vhdl-speedbar-instantiation-selected-face): Likewise.
33410 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
33411 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
33412 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
33413 (ebrowse-root-class-face, ebrowse-member-attribute-face)
33414 (ebrowse-progress-face): Likewise.
33415 * progmodes/compile.el (compilation-info-face): Likewise.
33416 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
33417 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
33418 * calendar/calendar.el (diary-face): Likewise.
33419 * woman.el (woman-italic-face, woman-bold-face)
33420 (woman-unknown-face): Likewise.
33421 * wid-edit.el (widget-button-pressed-face): Likewise.
33422 * whitespace.el (whitespace-highlight-face): Likewise.
33423 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
33424 * pcvs-info.el (cvs-marked-face): Likewise.
33425 * info.el (info-xref): Likewise.
33426 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
33427 * hilit-chg.el (highlight-changes-face)
33428 (highlight-changes-delete-face): Likewise.
33429 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
33430 (hi-red-b): Likewise.
33431 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
33432 * font-lock.el (font-lock-keyword-face)
33433 (font-lock-function-name-face, font-lock-warning-face): Likewise.
33434 * cus-edit.el (custom-invalid-face, custom-modified-face)
33435 (custom-set-face, custom-changed-face, custom-variable-tag-face)
33436 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
33437 * comint.el (comint-highlight-prompt): Likewise.
33438
33439 2005-04-08 Lute Kamstra <lute@gnu.org>
33440
33441 * font-lock.el (font-lock-keywords): Docstring fixes.
33442
33443 2005-04-08 Kenichi Handa <handa@m17n.org>
33444
33445 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
33446 chars are more than a limit, print " and more..." at the tail.
33447
33448 2005-04-08 Kim F. Storm <storm@cua.dk>
33449
33450 * emacs-lisp/authors.el (authors-aliases): Update list.
33451 (authors-ignored-files): New list.
33452 (authors-fixed-entries): Fix typo.
33453 (authors-renamed-files-alist): Update list.
33454 (authors-add): Check authors-ignored-files.
33455
33456 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
33457
33458 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
33459 optional, to ensure backward compatibility.
33460
33461 2005-04-08 Stephen Eglen <stephen@gnu.org>
33462
33463 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
33464
33465 2005-04-08 Kim F. Storm <storm@cua.dk>
33466
33467 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
33468
33469 * mouse.el (mouse-on-link-p): Doc fix.
33470
33471 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
33472
33473 * ielm.el (ielm-prompt-read-only): Doc fix.
33474
33475 * comint.el (comint-prompt-read-only): Doc fix.
33476
33477 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
33478
33479 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
33480 ensure dired always handles wildcards passed to ffap.
33481 (find-file-at-point): Use it.
33482 (ffap-dired-wildcards): Doc fix.
33483
33484 2005-04-07 Juri Linkov <juri@jurta.org>
33485
33486 * simple.el (next-error-overlay-arrow-position): New defvar.
33487 Put "=>" on its property `overlay-arrow-string'. Add it to
33488 `overlay-arrow-variable-list'.
33489
33490 * progmodes/compile.el (compilation-setup):
33491 Set `next-error-overlay-arrow-position' to nil. Also set it to
33492 nil in the local hook `kill-buffer-hook'. Make local variable
33493 `overlay-arrow-string' and set it to "=>".
33494 (compilation-goto-locus): Set BOL position to
33495 `next-error-overlay-arrow-position' instead of
33496 `overlay-arrow-position'.
33497
33498 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
33499 locally instead of adding it to the global hook.
33500 (Info-kill-buffer): Move up.
33501
33502 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
33503
33504 * term/xterm.el (xterm-standard-colors): Update color values from
33505 xterm-200.
33506
33507 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
33508
33509 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
33510
33511 * fast-lock.el:
33512 * lazy-lock.el: Move them to the obsolete subdir.
33513
33514 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33515
33516 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
33517 (wdired-add-replace-advice): Remove.
33518 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
33519
33520 2005-04-06 Kim F. Storm <storm@cua.dk>
33521
33522 * startup.el (command-line): Add --bare-bones alias for -Q.
33523
33524 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33525
33526 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
33527 create the startup fontset if a font specification ends with
33528 `mac-roman'.
33529
33530 2005-04-06 Lute Kamstra <lute@gnu.org>
33531
33532 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
33533 change.
33534
33535 * emacs-lisp/copyright.el (copyright-update-year): Replace the
33536 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
33537
33538 2005-04-05 Lute Kamstra <lute@gnu.org>
33539
33540 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
33541 (define-generic-mode): Ditto. Fix debug declaration.
33542
33543 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
33544 Put them in the generic-x group.
33545
33546 * calendar/timeclock.el (timeclock): Doc fix.
33547
33548 * generic.el (define-generic-mode): Don't use custom-current-group.
33549 Document default :group value.
33550 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
33551 (define-global-minor-mode): Don't use custom-current-group.
33552
33553 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
33554
33555 * startup.el (command-line-1): Display startup-echo-area-message
33556 when fancy splash screen is in use.
33557
33558 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
33559 (sh-escaped-newline): New face.
33560 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
33561 newline, and use sh-escaped-newline face.
33562
33563 * progmodes/tcl.el (tcl-escaped-newline): New face.
33564 (tcl-builtin-list): New variable.
33565 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
33566 newlines. Fix keywords subexpression number.
33567
33568 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
33569
33570 * textmodes/org.el (org-diary-default-entry): Fix call to
33571 `add-to-diary-entry'.
33572
33573 2005-04-05 Kim F. Storm <storm@cua.dk>
33574
33575 * ediff-init.el: Use (featurep 'xemacs).
33576
33577 2005-04-05 David Ponce <david@dponce.com>
33578
33579 * cus-edit.el (face): Derive from symbol widget. Display sample
33580 of the current face on the fly.
33581 (widget-face-sample-face-get, widget-face-notify): New functions.
33582 (widget-face-value-create): Remove.
33583
33584 * wid-edit.el (widget-field-end): Temporarily remove field
33585 narrowing before to call `get-char-property'.
33586
33587 2005-04-04 Jay Belanger <belanger@truman.edu>
33588
33589 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
33590 (math-read-subscripts): New variable.
33591 (math-read-preprocess-string): Process subscripts.
33592
33593 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
33594
33595 * comint.el (comint-prompt-read-only): Doc fix.
33596
33597 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
33598 `-1'. Doc fix.
33599
33600 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
33601
33602 * textmodes/org.el (org-insert-mode-line-in-empty-file):
33603 Change default value to nil.
33604
33605 2005-04-04 Lute Kamstra <lute@gnu.org>
33606
33607 * autorevert.el (auto-revert-mode): Specify :group.
33608 * battery.el (display-battery-mode): Specify :group.
33609 * diff-mode.el (diff-minor-mode): Specify :group.
33610 * font-core.el (font-lock-mode): Specify :group.
33611 * hl-line.el (hl-line-mode): Specify :group.
33612 * iimage.el (iimage): New customization group.
33613 (iimage-mode): Specify :group.
33614 * longlines.el (longlines-mode): Specify :group.
33615 * master.el: Don't require easy-mmode.
33616 (master): New customization group.
33617 (master-mode): Specify :group.
33618 * msb.el (msb-mode): Specify :group.
33619 * reveal.el (reveal-mode): Specify :group.
33620 * simple.el (next-error-follow-minor-mode): Specify :group.
33621 * smerge-mode.el (smerge-mode): Specify :group.
33622 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
33623 * emulation/cua-base.el (cua-mode): Specify :group.
33624 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
33625 * language/thai-util.el (thai-auto-composition-mode)
33626 (thai-word-mode): Specify :group.
33627 * mail/supercite.el (sc-minor-mode): Specify :group.
33628 * progmodes/cwarn.el (cwarn-mode): Specify :group.
33629 * progmodes/flymake.el (flymake-mode): Specify :group.
33630 * progmodes/glasses.el (glasses-mode): Specify :group.
33631 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
33632 * textmodes/enriched.el (enriched-mode): Specify :group.
33633 * textmodes/refill.el (refill-mode): Specify :group.
33634
33635 * add-log.el (change-log-font-lock-keywords): Names in
33636 parenthesized lists can contain spaces.
33637
33638 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
33639
33640 * startup.el (fancy-splash-text): Shorten default text of
33641 "Emacs Tutorial" line. Also, if the current language env
33642 indicates an available tutorial file other than TUTORIAL,
33643 extract its title and append it to the line in parentheses.
33644 (fancy-splash-insert): If arg is a thunk, funcall it.
33645
33646 2005-04-04 Jay Belanger <belanger@truman.edu>
33647
33648 * calc.el (calc-language-alist): Add tags to customization type.
33649
33650 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
33651
33652 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
33653 Doc fix.
33654
33655 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
33656
33657 * add-log.el (change-log-font-lock-keywords): The manual
33658 describing a Change Log entry, says: (...) "Aside from these
33659 header lines, every line in the change log starts with a space or
33660 a tab.". The font-lock was not highlighting lines started with
33661 spaces, added support for it.
33662
33663 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33664
33665 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
33666 (bibtex-generate-url-list): Update docstring accordingly. Put the
33667 complex example in the docstring.
33668 (bibtex-font-lock-url): Use pop.
33669
33670 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
33671
33672 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
33673
33674 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
33675
33676 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
33677
33678 * filesets.el (filesets-set-default): Doc fix.
33679
33680 2005-04-03 Lute Kamstra <lute@gnu.org>
33681
33682 * generic.el (define-generic-mode): Add argument to specify
33683 keywords for defcustom.
33684 (default-generic-mode): Specify :group.
33685
33686 * generic-x.el: Specify :group for all generic modes.
33687
33688 * desktop.el (desktop-no-desktop-file-hook)
33689 (desktop-after-read-hook): Doc fix.
33690
33691 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
33692
33693 * simple.el (visible-mode): Use explicit :group keyword.
33694 This changes the group of `visible-mode-hook' from paren-blinking
33695 to editing-basics.
33696
33697 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
33698
33699 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
33700 mailbox specifications as well as URLs.
33701 (rmail-insert-inbox-text): Remove unused conditional branches.
33702
33703 2005-04-01 Jay Belanger <belanger@truman.edu>
33704
33705 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
33706 (calc-gnuplot-print-command): Move definitions to calc.el.
33707
33708 * calc/calc-embed.el (calc-embedded-announce-formula)
33709 (calc-embedded-open-formula, calc-embedded-close-formula)
33710 (calc-embedded-open-word, calc-embedded-close-word)
33711 (calc-embedded-open-plain, calc-embedded-close-plain)
33712 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
33713 (calc-embedded-open-mode, calc-embedded-close-mode):
33714 Move definitions to calc.el.
33715
33716 * calc/calc.el (calc-settings-file, calc-language-alist):
33717 Make customizable.
33718 (calc-embedded-announce-formula, calc-embedded-open-formula)
33719 (calc-embedded-close-formula, calc-embedded-open-word)
33720 (calc-embedded-close-word, calc-embedded-open-plain)
33721 (calc-embedded-close-plain, calc-embedded-open-new-formula)
33722 (calc-embedded-close-new-formula, calc-embedded-open-mode)
33723 (calc-embedded-close-mode, calc-gnuplot-name)
33724 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
33725 from other files and make customizable.
33726
33727 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
33728
33729 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
33730 Use buffer-live-p.
33731 (cvs-mode-run): Don't call cvs-update-header here.
33732 (cvs-run-process): Call cvs-update-header.
33733 Use process properties for cvs-postprocess and cvs-buffer so that
33734 the sentinel can behave better if the temp buffer is killed.
33735 Use a pipe rather than a tty, to better handle unexpected prompts.
33736 (cvs-sentinel): Rewrite. Call cvs-update-header.
33737
33738 2005-04-01 Andre Spiegel <spiegel@gnu.org>
33739
33740 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
33741 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
33742
33743 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
33744
33745 * generic.el (define-generic-mode): Add indentation rule.
33746
33747 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
33748
33749 * files.el (mode-require-final-newline): Make Custom correctly
33750 report a nil value and allow to set it to nil via Custom.
33751 Doc fix.
33752
33753 2005-04-01 Kenichi Handa <handa@m17n.org>
33754
33755 * international/characters.el: Enable the correct case setting for
33756 dotless-i and dotted-I.
33757
33758 2005-04-01 Kim F. Storm <storm@cua.dk>
33759
33760 * ido.el (ido-file-internal): Fall back to non-ido command if
33761 initial directory is on slow ftp (or tramp) host.
33762
33763 2005-03-31 Richard M. Stallman <rms@gnu.org>
33764
33765 * emacs-lisp/autoload.el (make-autoload):
33766 Handle define-global-minor-mode.
33767
33768 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
33769 Rename from easy-mmode-define-global-mode.
33770 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
33771
33772 * progmodes/scheme.el (scheme-mode-syntax-table):
33773 Update syntax of | and # for two-character comment syntax.
33774
33775 2005-03-31 Lute Kamstra <lute@gnu.org>
33776
33777 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
33778 (define-minor-mode): Call custom-current-group at load-time.
33779
33780 * generic.el (define-generic-mode): Add debug declaration.
33781 Add defcustom for the mode hook.
33782 (generic-mode-internal): Use run-mode-hooks.
33783
33784 2005-03-31 Kim F. Storm <storm@cua.dk>
33785
33786 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
33787 (mouse-fixup-help-message): New defun called by show_help_echo
33788 to fixup mouse-2 prefix in help messages when applicable.
33789
33790 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
33791
33792 2005-03-31 Kenichi Handa <handa@m17n.org>
33793
33794 * language/thai-word.el (thai-find-word-ends): Pay attention to
33795 the case that we reach the end of buffer.
33796
33797 * textmodes/fill.el (fill-text-properties-at): New function.
33798 (fill-newline): Use fill-text-properties-at instead of
33799 text-properties-at.
33800
33801 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33802
33803 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
33804 not comint-quote-filename.
33805
33806 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
33807
33808 * help-fns.el (help-with-tutorial): Revert last change.
33809
33810 2005-03-31 Kim F. Storm <storm@cua.dk>
33811
33812 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
33813
33814 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
33815
33816 * calendar/cal-china.el: Update reference to "Calendrical
33817 Calculations" book; there's a new edition.
33818 * calendar/cal-coptic.el: Likewise.
33819 * calendar/cal-french.el: Likewise.
33820 * calendar/cal-hebrew.el: Likewise.
33821 * calendar/cal-islam.el: Likewise.
33822 * calendar/cal-iso.el: Likewise.
33823 * calendar/cal-julian.el: Likewise.
33824 * calendar/cal-mayan.el: Likewise.
33825 * calendar/cal-persia.el: Likewise.
33826 * calendar/calendar.el: Likewise.
33827 * calendar/holidays.el: Likewise.
33828 * calendar/lunar.el: Likewise.
33829 * calendar/solar.el: Likewise.
33830
33831 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
33832 white space from doc string.
33833
33834 2005-03-30 Jay Belanger <belanger@truman.edu>
33835
33836 * calc/calc-help.el (calc-full-help): Remove email address.
33837
33838 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
33839
33840 * help-fns.el (help-with-tutorial): Delete title line.
33841
33842 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
33843
33844 * calendar/cal-x.el (calendar-one-frame-setup)
33845 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
33846 rather than `symbol' for set-window-dedicated-p.
33847
33848 * calendar/appt.el (appt-buffer-name): Make it a constant.
33849 (appt-add): Doc fix.
33850
33851 * filesets.el (filesets-menu-path, filesets-menu-before)
33852 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
33853 (filesets-menu-cache-file): Use directory ~/.emacs.d.
33854 (filesets-add-submenu): Delete and use add-submenu instead.
33855
33856 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
33857
33858 * textmodes/org.el (org-agenda-phases-of-moon)
33859 (org-agenda-sunrise-sunset, org-agenda-convert-date)
33860 (org-agenda-goto-calendar): New commands.
33861 (org-diary-default-entry): New function.
33862 (org-get-entries-from-diary): Better parsing of diary entries.
33863 (org-agenda-check-no-diary): New function.
33864 ("diary-lib"): Advice to function `add-to-diary-list', to allow
33865 linking to diary entries.
33866 (org-agenda-execute-calendar-command): New function.
33867 (org-agenda): Improve visible section in window.
33868 Use `org-fit-agenda-window'.
33869 (org-fit-agenda-window): New option.
33870 (org-move-subtree-down): Better handling of empty lines
33871 at end of subtree.
33872 (org-cycle): Numeric prefix is interpreted now as show-subtree N
33873 levels up.
33874 (org-fontify-done-headline): New option.
33875 (org-headline-done-face): New face.
33876 (org-set-font-lock-defaults): Use `org-headline-done-face'.
33877 (org-table-copy-down): Rename from `org-table-copy-from-above'.
33878 When current field is non-empty, it is copied to next row.
33879 (org-table-copy-from-above): Fix bug which made it
33880 impossible to copy fields containing only a single non-white character.
33881
33882 2005-03-30 Kim F. Storm <storm@cua.dk>
33883
33884 * kmacro.el (kmacro-end-macro): Isearch may store this command
33885 into the macro -- so ignore it when executing keyboard macro.
33886
33887 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33888
33889 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
33890
33891 2005-03-29 Kenichi Handa <handa@m17n.org>
33892
33893 * language/thai.el ("Thai"): Set setup-function and exit-function
33894 for Thai language environment.
33895
33896 * language/thai-util.el: Require thai-word.
33897 (thai-word-mode-map): New variable.
33898 (thai-word-mode): New minor mode.
33899 (setup-thai-language-environment-internal): New function.
33900 (exit-thai-language-environment-internal): New function.
33901
33902 * language/thai-word.el (thai-word-table): Declare it by defvar,
33903 use dolist to initialize it.
33904 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
33905 (thai-fill-find-break-point): New functions.
33906
33907 2005-03-29 Richard M. Stallman <rms@gnu.org>
33908
33909 * simple.el (idle-update-delay): Move definition up.
33910 (set-mark): Doc fix.
33911
33912 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
33913
33914 * longlines.el: New file.
33915
33916 * simple.el (buffer-substring-filters): New variable.
33917 (filter-buffer-substring): New function.
33918 (kill-region, copy-region-as-kill): Use it.
33919
33920 * register.el (copy-to-register, append-to-register)
33921 (prepend-to-register): Use filter-buffer-substring.
33922
33923 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33924
33925 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
33926 (gud-filter-pending-text): Move in front of gdb.
33927 (gud-overlay-arrow-position): New variable.
33928 (gud-sentinel, gud-display-line): Use it in place of
33929 overlay-arrow-position.
33930
33931 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
33932
33933 * progmodes/fortran.el (fortran-if-indent): Doc fix.
33934 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
33935 (fortran-font-lock-keywords-4): New variable.
33936 (fortran-blocks-re, fortran-end-block-re)
33937 (fortran-start-block-re): New constants, for hideshow.
33938 (hs-special-modes-alist): Add a Fortran entry.
33939 (fortran-mode-map): Bind fortran-end-of-block,
33940 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
33941 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
33942 (fortran-looking-at-if-then, fortran-end-of-block)
33943 (fortran-beginning-of-block): New functions, for hideshow.
33944
33945 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
33946 Doc fix. Tweak regexp.
33947 (f90-beginning-of-block): Push mark first.
33948
33949 2005-03-29 Jay Belanger <belanger@truman.edu>
33950
33951 * calc/calc.el: Update copyright date.
33952 (calc-version): Increase to 2.1.
33953 (calc-version-date): Remove.
33954
33955 * calc/calc-help.el: Update copyright date.
33956 (calc-full-help): Remove reference to calc-version-date.
33957 Update copyright date.
33958
33959 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33960
33961 * vc.el (vc-do-command): Use a pipe for async processes, so password
33962 prompts don't show up at places where the user can't reply.
33963
33964 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33965
33966 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
33967 on the file name we pass to the inferior shell.
33968
33969 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33970
33971 * progmodes/which-func.el (which-function): Be robust in the face of an
33972 imenu--make-index-alist failure.
33973
33974 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33975
33976 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
33977
33978 * progmodes/python.el (python-preoutput-filter): Fix last change.
33979
33980 2005-03-29 Lute Kamstra <lute@gnu.org>
33981
33982 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
33983 functions and compiled macros.
33984 (debug-convert-byte-code): Handle macros too.
33985 (debug-on-entry-1): Don't signal an error when trying to clear a
33986 function that is not set to debug on entry.
33987
33988 2005-03-29 Jay Belanger <belanger@truman.edu>
33989
33990 * calc/calc-lang.el: Add functions to math-function-table
33991 properties of tex and math.
33992
33993 2005-03-29 Kenichi Handa <handa@m17n.org>
33994
33995 * ps-mule.el (ps-mule-plot-string): Translate characters by
33996 ps-print-translation-table.
33997 (ps-mule-begin-job): Call find-charset-region/string with
33998 ps-print-translation-table.
33999 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
34000
34001 * ps-print.el (ps-print-translation-table): New variable.
34002 (ps-plot-region): Translate characters by ps-print-translation-table.
34003
34004 2005-03-29 Juri Linkov <juri@jurta.org>
34005
34006 * simple.el (next-error-highlight-timer): New variable.
34007
34008 * progmodes/compile.el (compilation-goto-locus):
34009 Use `next-error-highlight-timer' instead of `sit-for'.
34010
34011 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
34012
34013 * mail/supercite.el (sc-mail-field): Use assoc-string.
34014 (sc-get-address): Simplify regexps.
34015
34016 * files.el (minibuffer-with-setup-hook): New macro.
34017 (find-file-read-args): Use it to avoid let-binding
34018 minibuffer-with-setup-hook (which breaks turning on/off
34019 file-name-shadow-mode while in the prompt).
34020
34021 * complete.el (PC-read-include-file-name-internal):
34022 Use test-completion.
34023
34024 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
34025
34026 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
34027
34028 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
34029
34030 * window.el (window-buffer-height): Use count-screen-lines.
34031
34032 * progmodes/python.el (python-preoutput-leftover): New var.
34033 (python-preoutput-filter): Use it.
34034 (python-send-receive): Loop until all the result has been received.
34035
34036 2005-03-28 Juri Linkov <juri@jurta.org>
34037
34038 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
34039
34040 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
34041 "Recover Crashed Session".
34042 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
34043 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
34044 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
34045 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
34046 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
34047 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
34048 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
34049 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
34050
34051 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
34052 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
34053 Ediff Sessions", "Toggle use of separate control buffer frame",
34054 "Use separate frame for Ediff control buffer".
34055
34056 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
34057 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
34058 "Rename Bookmark", "Delete Bookmark".
34059
34060 * info.el (Info-mode-menu): Remove ellipsis from "Index".
34061 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
34062 Add `:active Info-index-alternatives' to "Next Matching Item".
34063
34064 * wdired.el (wdired-change-to-wdired-mode):
34065 Mention `wdired-abort-changes' key in the initial message.
34066
34067 * international/mule.el (auto-coding-alist): Associate non-ascii
34068 image filename extensions with `no-conversion'.
34069
34070 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
34071
34072 * international/iso-acc.el:
34073 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
34074
34075 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
34076
34077 * textmodes/sgml-mode.el (html-mode): Doc update.
34078
34079 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
34080
34081 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
34082
34083 * term.el (term-move-columns): Fix face after extending a line.
34084 (term-insert-spaces): Likewise.
34085 (term-reset-terminal): Fix off by one error.
34086
34087 2005-03-26 Eli Zaretskii <eliz@gnu.org>
34088
34089 * international/mule.el (auto-coding-alist): Add .xpi files.
34090
34091 * files.el (auto-mode-alist): Add .xpi files.
34092
34093 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
34094
34095 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
34096
34097 2005-03-26 Eli Zaretskii <eliz@gnu.org>
34098
34099 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
34100
34101 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
34102
34103 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
34104 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
34105
34106 * calendar/cal-move.el (calendar-beginning-of-year): Move the
34107 cursor to Jan 1 when needed.
34108 (calendar-end-of-year): Fix -/+ typo.
34109 Reported by Chong Yidong <cyd@stupidchicken.com>.
34110
34111 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
34112
34113 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
34114
34115 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
34116 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
34117
34118 2005-03-25 Richard M. Stallman <rms@gnu.org>
34119
34120 * filesets.el (filesets-init): Add autoload.
34121
34122 * mail/mailalias.el (mail-directory): Doc fix.
34123
34124 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
34125
34126 * mail/mailalias.el (mail-directory-process): Do nothing if
34127 mail-directory-process is an atom.
34128 (mail-get-names): Ignore mail-directory-names if it is an atom.
34129 (mail-directory-process defvar): Doc fix.
34130 (mail-names): Doc fix.
34131
34132 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
34133
34134 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
34135
34136 2005-03-26 Kenichi Handa <handa@m17n.org>
34137
34138 * international/mule-util.el (detect-coding-with-priority):
34139 Call update-coding-systems-internal before detect-coding-region.
34140
34141 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
34142
34143 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
34144 (gdb-frames-mode-map): Add follow-link property.
34145
34146 2005-03-25 Jay Belanger <belanger@truman.edu>
34147
34148 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
34149 for variables.
34150
34151 2005-03-25 Juri Linkov <juri@jurta.org>
34152
34153 * image-mode.el: Optimize image filename extension regexps in
34154 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
34155 in `auto-mode-alist'.
34156 (image-mode): Add `image-toggle-display-text' to local hook
34157 `change-major-mode-hook'. Display the image as an image by
34158 default. Set `cursor-type' and `truncate-lines' if the image
34159 is already displayed. Take into account the current mode (image
34160 or text) in message.
34161 (image-minor-mode): New minor mode.
34162 (image-mode-maybe, image-toggle-display-text): New functions.
34163 (image-toggle-display): Use called-interactively-p.
34164 Let-bind `inhibit-read-only' to t.
34165
34166 * image-mode.el (image-minor-mode): Set `cursor-type' and
34167 `truncate-lines' if the image is already displayed. Add turning
34168 image-minor-mode off to `change-major-mode-hook'. Add message.
34169 Call `image-toggle-display-text' after turning image-minor-mode off.
34170
34171 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
34172
34173 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
34174 Terminal.app, use utf-8.
34175 (set-display-table-and-terminal-coding-system): Add coding-system arg.
34176 (set-locale-environment): Use it.
34177
34178 * term/xterm.el: Undo last change, better done in mule-cmds.el.
34179
34180 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
34181
34182 * progmodes/python.el (python-close-block-statement-p)
34183 (python-outdent-p, python-current-defun): Use symbol-end.
34184
34185 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
34186
34187 * files.el (save-some-buffers): Doc fix.
34188
34189 2005-03-25 Werner Lemberg <wl@gnu.org>
34190
34191 * complete.el, thumbs.el: Replace `legal' with `valid'.
34192 * calendar/calendar.el: Replace `legal' with `valid'.
34193 * emacs-lisp/advice.el: Replace `legal' with `valid'.
34194 * mail/supercite.el: Replace `legal' with `valid'.
34195 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
34196 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
34197 Replace `legal' with `valid'.
34198 * textmodes/reftex-vars.el, textmodes/reftex.el:
34199 Replace `legal' with `valid'.
34200
34201 2005-03-25 Werner Lemberg <wl@gnu.org>
34202
34203 * calc/calc-forms.el, calc/calc-sel.el
34204 * midnight.el, vc-cvs.el
34205 * emacs-lisp/cl-macs.el
34206 * emulation/vip.el
34207 * eshell/esh-io.el, eshell/esh-var.el
34208 * mail/supercite.el
34209 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
34210 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
34211 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
34212 * progmodes/sh-script.el, progmodes/xscheme.el
34213 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
34214 * textmodes/reftex-index.el, textmodes/reftex-parse.el
34215 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
34216 * textmodes/reftex.el, textmodes/org.el:
34217 Replace `illegal' with `invalid'.
34218
34219 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34220
34221 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
34222 (flymake-find-buildfile, flymake-find-possible-master-files)
34223 (flymake-check-include, flymake-parse-line): Replace loops over the
34224 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
34225
34226 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
34227 Substitute file-name-as-directory in the rest of the file.
34228 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
34229 (flymake-replace-region): Remove unused arg `buffer'.
34230 (flymake-check-patch-master-file-buffer): Update calls to it.
34231 (flymake-add-err-info): Remove unused var `count'.
34232 (flymake-mode): Use define-minor-mode.
34233
34234 * progmodes/flymake.el: Use with-current-buffer.
34235 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
34236 flymake-replace-regexp-in-string, flymake-line-beginning-position)
34237 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
34238 Avoid testing for `xemacs'.
34239 (flymake-nop): Move.
34240 (flymake-region-has-flymake-overlays): Return the computed value.
34241 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
34242 Remove unused var `endline'.
34243 (flymake-get-line-count): Remove unused function.
34244 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
34245
34246 * emulation/vi.el:
34247 * generic.el:
34248 * hilit-chg.el (global-highlight-changes):
34249 * hi-lock.el (hi-lock-mode):
34250 * follow.el: find-file-hooks -> find-file-hook.
34251
34252 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
34253
34254 2005-03-24 Juri Linkov <juri@jurta.org>
34255
34256 * dired.el (dired-mode-map): Add menu item "Compare directories"
34257 for dired-compare-directories.
34258
34259 * dired-aux.el (dired-compare-directories): Add autoload cookie.
34260 Doc fix. Replace `read-file-name' with `read-directory-name'.
34261
34262 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34263
34264 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
34265
34266 2005-03-24 Jay Belanger <belanger@truman.edu>
34267
34268 * calc/calc-embed.el (calc-embedded-mode-change): Save all
34269 relevant mode settings in calc-embedded-original-modes when modes
34270 are permanently changed.
34271
34272 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34273
34274 * autoinsert.el: find-file-hooks -> find-file-hook.
34275
34276 2005-03-24 Lute Kamstra <lute@gnu.org>
34277
34278 * generic.el (generic-font-lock-defaults): Make it obsolete.
34279 (generic-font-lock-keywords): New variable to replace
34280 generic-font-lock-defaults.
34281 (generic-mode-set-font-lock): Delete it.
34282 (generic-mode-internal): Don't call generic-mode-set-font-lock.
34283 (generic-bracket-support): Add docstring.
34284
34285 * generic-x.el: Rename generic-font-lock-defaults to
34286 generic-font-lock-keywords throughout.
34287 (mailagent-rules-setup-function): Delete it.
34288 (mailagent-rules-generic-mode): Use anonymous function instead.
34289 (show-tabs-generic-mode-font-lock-defaults-1)
34290 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
34291 Quote faces.
34292 (show-tabs-tab-face, show-tabs-space-face): Specify background,
34293 not foreground.
34294
34295 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
34296 Recognize define-generic-mode.
34297
34298 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
34299
34300 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
34301 if there's no completion table.
34302
34303 2005-03-23 Miles Bader <miles@gnu.org>
34304
34305 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34306 Remove tty-specific variants, as they're no longer needed.
34307
34308 2005-03-23 Lute Kamstra <lute@gnu.org>
34309
34310 * generic-x.el: Code cleanup: make args constant whenever possible.
34311 (installshield-statement-keyword-list)
34312 (installshield-system-functions-list)
34313 (installshield-system-variables-list, installshield-types-list)
34314 (installshield-funarg-constants-list): Make them constants.
34315
34316 * generic.el (generic-make-keywords-list): Add autoload cookie.
34317
34318 * calendar/time-date.el: Add comment on time value formats.
34319 Don't require parse-time.
34320 (with-decoded-time-value): New macro.
34321 (encode-time-value): New function.
34322 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
34323 (days-to-time): Return a valid time value when arg is huge.
34324 (time-since): Use time-subtract.
34325 (time-to-number-of-days): Use time-to-seconds.
34326
34327 2005-03-23 David Ponce <david@dponce.com>
34328
34329 * recentf.el (recentf-keep): New option.
34330 (recentf-menu-action): Default to `find-file'.
34331 (recentf-keep-non-readable-files-flag)
34332 (recentf-keep-non-readable-files-p)
34333 (recentf-file-readable-p, recentf-find-file)
34334 (recentf-cleanup-remote): Remove.
34335 (recentf-include-p): More robust.
34336 (recentf-keep-p): New function.
34337 (recentf-remove-if-non-kept): Rename from
34338 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
34339 All callers updated.
34340 (recentf-menu-items-for-commands): Fix help string.
34341 (recentf-track-closed-file): Update. Doc fix.
34342 (recentf-cleanup): Update. Count removed files. Doc fix.
34343
34344 2005-03-23 Kim F. Storm <storm@cua.dk>
34345
34346 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34347 Don't inherit from fringe face (now happens automatically).
34348
34349 2005-03-22 Kim F. Storm <storm@cua.dk>
34350
34351 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
34352 position values.
34353
34354 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
34355
34356 * menu-bar.el (showhide-date-time): Remove.
34357 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
34358 (menu-bar-make-mm-toggle): Simplify.
34359
34360 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34361
34362 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
34363 Accept qualified variable and function names.
34364
34365 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
34366
34367 * bindings.el (completion-ignored-extensions):
34368 Remove ".lis" for `vax-vms'.
34369
34370 2005-03-22 Andreas Schwab <schwab@suse.de>
34371
34372 * generic-x.el: Revert last change.
34373 * ldefs-boot.el: Update.
34374
34375 2005-03-22 Jay Belanger <belanger@truman.edu>
34376
34377 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
34378 (calc-embedded-save-original-modes)
34379 (calc-embedded-restore-original-modes): New functions.
34380 (calc-do-embedded): Save original modes when entering embedded mode
34381 and restore when leaving embedded mode.
34382 (calc-embedded-modes-change): Change the value of
34383 calc-embedded-original-modes to reflect permanent changes.
34384
34385 2005-03-22 Lute Kamstra <lute@gnu.org>
34386
34387 * generic-x.el: Require generic again.
34388
34389 2005-03-22 Miles Bader <miles@gnu.org>
34390
34391 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34392 Tweak details to look good on both ttys and bitmap displays, light
34393 or dark background, etc.
34394
34395 2005-03-21 Kim F. Storm <storm@cua.dk>
34396
34397 * tooltip.el (tooltip-show-help-function): Check car and cdr of
34398 mouse position.
34399
34400 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
34401
34402 * icomplete.el: Don't forcibly turn on the mode upon load.
34403 (icomplete-mode): Use define-minor-mode.
34404 (icomplete-eoinput): Default to nil.
34405 (icomplete-minibuffer-setup): Remove autoload.
34406 (icomplete-tidy): Simplify.
34407 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
34408 in the initial state or if the user has modified the field.
34409 Fix handling of icomplete-max-delay-chars.
34410 Remove code that handles the oddball case where
34411 minibuffer-completion-table is an integer.
34412 Wrap icomplete-completions in while-no-input in case building
34413 completions takes more time than expected.
34414 (icomplete-completions): Simplify.
34415
34416 2005-03-21 Richard M. Stallman <rms@gnu.org>
34417
34418 * jka-compr.el (jka-compr-really-do-compress):
34419 Make variable buffer-local.
34420
34421 * image-mode.el: Handle .xpm files too.
34422 (image-toggle-display): Preserve modification flag.
34423
34424 * help.el (where-is): Don't mention aliases with no key bindings.
34425
34426 2005-03-21 Lute Kamstra <lute@gnu.org>
34427
34428 * generic.el: Fix commentary section. Don't require cl for
34429 compilation.
34430 (generic-mode-list): Add autoload cookie.
34431 (generic-use-find-file-hook, generic-lines-to-scan)
34432 (generic-find-file-regexp, generic-ignore-files-regexp)
34433 (generic-mode, generic-mode-find-file-hook)
34434 (generic-mode-ini-file-find-file-hook): Fix docstrings.
34435 (define-generic-mode): Make it a defmacro. Fix docstring.
34436 (generic-mode-internal): Code cleanup. Add autoload cookie.
34437 (generic-mode-set-comments): Code cleanup.
34438 * generic-x.el: Don't prevent compilation. Don't require generic.
34439 Follow coding conventions. Minor code cleanup.
34440 (etc-fstab-generic-mode): Add some keywords.
34441 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
34442 define-generic-mode like a function declaration.
34443
34444 2005-03-21 Jay Belanger <belanger@truman.edu>
34445
34446 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
34447 changing modes.
34448
34449 2005-03-21 Sam Steingold <sds@gnu.org>
34450
34451 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
34452
34453 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
34454
34455 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
34456 Add underscore to "f$ lexicals" regexp.
34457
34458 2005-03-20 Juri Linkov <juri@jurta.org>
34459
34460 * subr.el (progress-reporter-do-update): When `min-value' is equal
34461 to `max-value', set `percentage' to 0 and prevent division by zero.
34462
34463 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
34464
34465 Sync with Tramp 2.0.48.
34466
34467 * net/tramp.el (all): Change all addresses to .gnu.org.
34468 (tramp-append-tramp-buffers): New defun.
34469 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
34470 Catch `dont-send' signal.
34471 (tramp-set-auto-save-file-modes): Set always permissions, because
34472 there might be an old auto-saved file belonging to another
34473 original file. This could be a security threat. Reported by
34474 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
34475 Check for Emacs 21.3.50 removed.
34476
34477 * net/tramp-smb.el (all): Remove debug construct for
34478 `with-parsed-tramp-file-name'.
34479 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
34480 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
34481 No error message if DIRECTORY or FILENAME doesn't exist.
34482 (tramp-smb-open-connection): Check existence of
34483 `tramp-smb-program'.
34484
34485 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
34486
34487 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
34488 Properly handle the case where the `m' or `s' command's argument is not
34489 yet terminated.
34490 (perl-indent-new-calculate): New function.
34491 (perl-indent-line): Use it.
34492
34493 2005-03-20 Miles Bader <miles@gnu.org>
34494
34495 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
34496 in text-mode too. Change to new face names.
34497 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
34498 Add `:weight bold' attribute.
34499 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
34500
34501 2005-03-19 Juri Linkov <juri@jurta.org>
34502
34503 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
34504
34505 * international/mule.el (auto-coding-alist): Sync with
34506 `auto-mode-alist' by adding upper case archive file extensions
34507 and adding ear/war to jar extension.
34508
34509 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
34510
34511 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
34512 running, restart it.
34513
34514 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
34515
34516 * finder.el (finder-current-item): Throw an error on an empty line.
34517
34518 * man.el (Man-follow-manual-reference): If current-word returns
34519 nil, use "".
34520
34521 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
34522
34523 * simple.el (goto-line): Doc fix.
34524
34525 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
34526
34527 * files.el (save-buffer): Doc fix.
34528
34529 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
34530
34531 * recentf.el (recentf-cleanup-remote): New variable.
34532 (recentf-cleanup): Use it to conditionally check availability of
34533 remote files.
34534
34535 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
34536
34537 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
34538 function names.
34539
34540 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34541
34542 * language/thai-word.el: New file.
34543
34544 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34545
34546 * files.el (backup-buffer): If the file's directory is not
34547 writable, use copy instead of move to backup the file.
34548
34549 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34550
34551 * obsolete/keyswap.el: Moved to obsolete/ from term/.
34552
34553 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
34554
34555 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
34556 Use functionp instead of symbolp and fboundp. Reported by Drkm
34557 <darkman_spam@yahoo.fr>.
34558 (ps-print-version): New version 6.6.6.
34559
34560 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
34561
34562 * textmodes/table.el (table--line-column-position): New idiom.
34563 (table--row-column-insertion-point-p): New function to test
34564 validity of row and column insertion operation at a location.
34565 (table-global-menu, table-cell-menu): Use above functions for
34566 deterministic test operation.
34567 (table--editable-cell-p): Behave in deterministic fashion.
34568
34569 2005-03-18 Juri Linkov <juri@jurta.org>
34570
34571 * isearch.el (isearch-lazy-highlight-new-loop):
34572 Make arguments beg and end optional.
34573 (isearch-update): Remove optional arguments nil from
34574 isearch-lazy-highlight-new-loop.
34575 (isearch-lazy-highlight-search): Let-bind case-fold-search to
34576 isearch-lazy-highlight-case-fold-search instead of
34577 isearch-case-fold-search, and let-bind isearch-regexp to
34578 isearch-lazy-highlight-regexp.
34579 Use isearch-lazy-highlight-last-string instead of isearch-string.
34580
34581 * replace.el (perform-replace): Remove bindings of global
34582 variables isearch-string, isearch-regexp, isearch-case-fold-search.
34583 Add three new arguments to `replace-highlight'.
34584 (replace-highlight): Add arguments string, regexp, case-fold.
34585 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
34586 to allow isearch-lazy-highlight-new-loop to use these values
34587 to set corresponding isearch-lazy-highlight-* internal
34588 variables whose values lazy highlighting will use regardless of
34589 changes to global variables isearch-string, isearch-regexp,
34590 isearch-case-fold-search during lazy highlighting loop.
34591 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
34592 to `lazy-highlight-cleanup'.
34593
34594 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
34595 (ispell-highlight-face): Set default face to `isearch' when
34596 lazy highlighting is enabled.
34597 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
34598 priority to 1. Add lazy highlighting.
34599 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
34600 from `isearch-dehighlight'.
34601
34602 2005-03-18 David Ponce <david@dponce.com>
34603
34604 * files.el (hack-local-variables): Do a case-insensitive search
34605 for End.
34606
34607 2005-03-18 Juri Linkov <juri@jurta.org>
34608
34609 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
34610 `isearch-lazy-highlight-cleanup', add alias to old name and
34611 declare obsolete. Add release numbers to other obsolete vars.
34612 (isearch-done, isearch-lazy-highlight-new-loop):
34613 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
34614 (lazy-highlight-cleanup) <variable>: Doc fix.
34615 (isearch-lazy-highlight-update): Rename obsolete
34616 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
34617
34618 2005-03-18 Kenichi Handa <handa@m17n.org>
34619
34620 * language/thai-util.el: Fix categorization of Thai characters in
34621 thai-category-table.
34622 (thai-composition-pattern): Adjust it for the above change.
34623 (thai-self-insert-command, thai-compose-syllable): New functions.
34624 (thai-compose-region): Use thai-compose-syllable.
34625 (thai-compose-string): Likewise.
34626 (thai-composition-function): Likewise.
34627 (thai-auto-composition): New function.
34628 (thai-auto-composition-mode): New minor mode.
34629
34630 * language/thai.el: Fix patterns to be registered in
34631 composition-function-table.
34632
34633 * international/quail.el (quail-input-method): Locally bind
34634 inhibit-modification-hooks to t.
34635
34636 2005-03-17 Richard M. Stallman <rms@gnu.org>
34637
34638 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
34639 (perl-mode): Use run-mode-hooks.
34640
34641 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
34642 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
34643 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
34644
34645 * mail/sendmail.el (sendmail-send-it): Reenable the code
34646 to compute resend-to-address and use it.
34647
34648 * tar-mode.el (tar-mode): Turn off undo unconditionally.
34649
34650 * image-mode.el: New file.
34651
34652 * image.el (insert-sliced-image): Add autoload cookie.
34653
34654 * font-lock.el (font-lock-lines-before): New user option.
34655 (font-lock-after-change-function): Obey it.
34656
34657 * bindings.el (esc-map): Make M-g a prefix.
34658 Bind M-g g and M-g M-g to goto-line.
34659
34660 * faces.el (face-id): Doc fix.
34661
34662 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
34663
34664 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
34665 (rmail-show-message): Use rmail-unknown-mail-followup-to.
34666 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
34667
34668 * mail/sendmail.el (mail-yank-ignored-headers)
34669 (mail-font-lock-keywords, mail-mode-fill-paragraph):
34670 Add Mail-Followup-To and Mail-Reply-To headers.
34671 (mail-citation-hook): Add autoload cookie.
34672 (mail-mode): Doc fix.
34673 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
34674 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
34675 (mail-mode-fill-paragraph): Handle those headers.
34676 (mail-mailing-lists): New variable.
34677 (mail-mail-reply-to, mail-mail-followup-to): New functions.
34678
34679 2005-03-17 Juri Linkov <juri@jurta.org>
34680
34681 * isearch.el (isearch-fallback): Check for `(car previous)'
34682 before calling `isearch-other-end-state'.
34683
34684 2005-03-17 Kim F. Storm <storm@cua.dk>
34685
34686 * simple.el (move-beginning-of-line): Move to beginning of buffer
34687 line, as well as beginning of screen line.
34688
34689 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
34690
34691 * calendar/diary-lib.el (mark-diary-entries): Use new optional
34692 argument REDRAW rather than calendar-redrawing variable.
34693 * calendar/calendar.el (calendar-redrawing): Delete.
34694 (redraw-calendar): Do not bind calendar-redrawing.
34695
34696 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
34697
34698 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
34699 diary-file buffer.
34700
34701 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
34702
34703 * help.el (describe-mode): Allow a :minor-mode-function property to
34704 specify a different minor mode toggle function than the variable.
34705 * simple.el (auto-fill-function):
34706 * subr.el (add-minor-mode): Use it.
34707
34708 2005-03-16 Kenichi Handa <handa@m17n.org>
34709
34710 * language/ethio-util.el (sera-being-called-by-w3): New variable.
34711 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
34712 (ethio-fidel-to-sera-buffer): Likewise.
34713
34714 2005-03-16 Juri Linkov <juri@jurta.org>
34715
34716 * emacs-lisp/find-func.el (find-function-regexp):
34717 Add defun-emitting macro `menu-bar-make-toggle'.
34718
34719 * isearch.el: Put `isearch-scroll' property to
34720 `split-window-horizontally'.
34721
34722 * info.el: Update error messages for `debug-ignored-errors'.
34723 (Info-isearch-search): Doc fix.
34724 (Info-find-node): Move up code to go into info buffer before
34725 recording the node to the history.
34726 (Info-fontify-node): Fontify titles only if the next line
34727 has two or more `*', `=', `-', `.'.
34728 Display "go to this node" for empty (match-string 3).
34729
34730 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34731
34732 * term/mac-win.el: Add mouse pointer shape constants.
34733
34734 2005-03-15 Kim F. Storm <storm@cua.dk>
34735
34736 * simple.el (move-beginning-of-line): Use vertical-motion.
34737
34738 2005-03-15 Juri Linkov <juri@jurta.org>
34739
34740 * isearch.el (isearch-error): New variable.
34741 (isearch-invalid-regexp, isearch-within-brackets): Remove.
34742 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
34743 (isearch-within-brackets-state): Remove.
34744 (isearch-case-fold-search-state, isearch-pop-fun-state):
34745 Decrease frame index.
34746 (isearch-mode, isearch-top-state, isearch-push-state)
34747 (isearch-edit-string, isearch-abort, isearch-search-and-update)
34748 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
34749 (isearch-search, isearch-lazy-highlight-new-loop):
34750 Replace `isearch-invalid-regexp' with `isearch-error'.
34751 Remove `isearch-within-brackets'.
34752 (isearch-search): Add `search-failed' handler to `condition-case'.
34753 (isearch-lazy-highlight-search): Add `condition-case' to catch
34754 errors and allow `isearch-lazy-highlight-update' to try
34755 highlighting from the beginning of the window.
34756 (isearch-repeat): Move up code to set isearch-wrapped to t
34757 before calling isearch-wrap-function.
34758
34759 * info.el (Info-isearch-initial-node): New internal variable.
34760 (Info-search): Signal an error in isearch mode when search leaves
34761 the initial node. Signal an error when `bound' is non-nil and
34762 nothing was found in the current subfile.
34763 (Info-isearch-search): Remove `condition-case'.
34764 (Info-isearch-wrap): Don't wrap when search failed during leaving
34765 the initial node. If `Info-isearch-search' is nil, wrap around
34766 the current node.
34767 (Info-isearch-start): New fun.
34768 (Info-mode): Add buffer-local hook `Info-isearch-start' to
34769 `isearch-mode-hook'.
34770
34771 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34772
34773 * simple.el (normal-erase-is-backspace): Set default to t if
34774 running on Mac.
34775
34776 * term/mac-win.el (function-key-map): Sync with x-win.el.
34777
34778 2005-03-15 Kenichi Handa <handa@m17n.org>
34779
34780 * international/mule-cmds.el (locale-language-names): Modify the
34781 format of elements and add more entries.
34782 (locale-preferred-coding-systems): Add more entries.
34783 (set-locale-environment): Adjust for the change of
34784 locale-language-names.
34785
34786 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
34787
34788 * pcvs.el (smerge-ediff): Remove bogus autoload.
34789
34790 2005-03-14 Lute Kamstra <lute@gnu.org>
34791
34792 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
34793 Ignore a `*' at the beginning of a line.
34794
34795 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
34796 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
34797 subr.el.
34798 (dont-compile, eval-when-compile, eval-and-compile): Use declare
34799 to specify indentation.
34800
34801 * generic.el (define-generic-mode): Let generic-mode-list be a
34802 list of strings; test membership with equal.
34803
34804 2005-03-14 Kim F. Storm <storm@cua.dk>
34805
34806 * simple.el (next-line, previous-line): Add optional try-vscroll
34807 arg to recognize interactive use. Pass it on to line-move.
34808 (line-move): Don't perform auto-window-vscroll when defining or
34809 executing keyboard macro to ensure consistent behavior.
34810
34811 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
34812
34813 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
34814
34815 2005-03-13 Lute Kamstra <lute@gnu.org>
34816
34817 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
34818 debugger-setup-buffer so that backtrace marks the frames set to
34819 debug-on-exit and we don't have to do it manually. Set an extra
34820 debug-on-exit for macro's.
34821 (debugger-setup-buffer): Don't mark the top frame manually.
34822
34823 2005-03-12 Lute Kamstra <lute@gnu.org>
34824
34825 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
34826 lisp-indent-function throughout.
34827 (with-no-warnings): Set lisp-indent-function property.
34828
34829 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
34830
34831 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
34832 Add entry for backslash.
34833
34834 2005-03-12 Juri Linkov <juri@jurta.org>
34835
34836 * info.el (Info-search): Four fixes for backward search.
34837
34838 2005-03-11 Jay Belanger <belanger@truman.edu>
34839
34840 * calc/calc.el (calc-language-alist): New variable.
34841 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
34842 (calc-embedded-find-modes): Use calc-language-alist instead of
34843 calc-embedded-language-alist.
34844
34845 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
34846
34847 * calendar/calendar.el (calendar-redrawing): New internal
34848 variable.
34849 (redraw-calendar): Remove bogus save-excursion from previous
34850 change. Bind calendar-redrawing to t for mark-diary-entries.
34851 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
34852 calendar if that is why we were called.
34853
34854 2005-03-11 Kenichi Handa <handa@m17n.org>
34855
34856 * international/mule.el (make-coding-system): Set property
34857 coding-system-define-form to nil.
34858 (define-coding-system-alias): Likewise.
34859
34860 2005-03-11 Kenichi Handa <handa@m17n.org>
34861
34862 These changes are suggested by Dave Love <fx@gnu.org>.
34863
34864 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
34865 coding: tag.
34866 (adaptive-fill-regexp): Add more bullets.
34867 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
34868 regexps.
34869
34870 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
34871
34872 * help.el (describe-mode): Properly handle non-trivial lighters.
34873 Don't ignore minor modes that are not listed in minor-mode-list.
34874
34875 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
34876 feature ON when the user requests to turn it OFF.
34877
34878 2005-03-10 Lute Kamstra <lute@gnu.org>
34879
34880 * emacs-lisp/debug.el (debug-entry-code): Delete it.
34881 (implement-debug-on-entry): New function to replace debug-entry-code.
34882 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
34883 second argument as the 2005-03-07 change makes it obsolete.
34884 (debug-on-entry, cancel-debug-on-entry): Update call to
34885 debug-on-entry-1.
34886 (debug, debugger-setup-buffer): Comment update.
34887 (debugger-frame-number): Update to work with implement-debug-on-entry.
34888
34889 2005-03-10 Jay Belanger <belanger@truman.edu>
34890
34891 * calc/calc-embed.el (math-ms-args): Declare it.
34892 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
34893 math-ms-args.
34894 (calc-embedded-subst): Use math-multi-subst-rec to substitute
34895 variables.
34896
34897 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
34898
34899 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
34900 Use message-box.
34901
34902 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
34903 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
34904 (tooltip-gud-tips): Simplify.
34905 (tooltip-gud-tips-p): Remove superfluous :set.
34906 (tooltip-gud-modes): Add fortran-mode.
34907 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
34908
34909 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
34910
34911 2005-03-09 Kim F. Storm <storm@cua.dk>
34912
34913 * play/animate.el (animate-place-char): Use forward-line instead
34914 of next-line to improve performance.
34915
34916 2005-03-09 Simon Josefsson <jas@extundo.com>
34917
34918 * net/browse-url.el (browse-url-default-browser): Doc fix.
34919
34920 2005-03-09 Miles Bader <miles@gnu.org>
34921
34922 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
34923 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
34924
34925 2005-03-09 Kenichi Handa <handa@m17n.org>
34926
34927 * international/latin-1.el: Set case and syntax for 255 only if
34928 set-case-syntax-set-multibyte is nil.
34929
34930 * textmodes/ispell.el (ispell-insert-word): New function.
34931 (ispell-word): Use ispell-insert-word to insert a new word.
34932 (ispell-process-line): Likewise.
34933 (ispell-complete-word): Likewise.
34934
34935 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
34936
34937 * calendar/calendar.el (redraw-calendar): Preserve point.
34938 Reported by Matt Hodges <MPHodges@member.fsf.org>.
34939 (calendar-week-start-day): Move after definition of
34940 redraw-calendar. Delete buffer test, since redraw-calendar has
34941 that now.
34942
34943 * calendar/diary-lib.el (mark-diary-entries): Only call
34944 redraw-calendar in the first of any recursive calls.
34945 Reported by Alan Shutko <ats@acm.org>.
34946
34947 2005-03-08 Juri Linkov <juri@jurta.org>
34948
34949 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
34950 (html-horizontal-rule, html-line, html-image, html-checkboxes)
34951 (html-radio-buttons): Add a space before the trailing `/>' where
34952 sgml-xml-mode is non-nil.
34953 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
34954 the subsequent tag of the empty XML tag.
34955 (html-href-anchor): Don't set initial input to "http:".
34956 (html-image): Ask for the image URL and set point inside alt="".
34957 (html-name-anchor): Duplicate the name in the `id' attribute when
34958 sgml-xml-mode is non-nil.
34959 (html-paragraph): Remove \n before <p>.
34960 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
34961 instead of `checked' when sgml-xml-mode is non-nil.
34962
34963 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
34964 Remove 1 space before #RRGGBB to not truncate it on terminal
34965 windows w/o fringes. Remove 1 space between bg and fg examples
34966 to get more space.
34967 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
34968 avoid byte-compile warnings.
34969
34970 * image-file.el (image-file-handler): Put `safe-magic' property to
34971 `image-file-handler'.
34972
34973 * info.el (Info-isearch-search): Emulate word search in
34974 isearching through multiple Info nodes with Info-search.
34975 (Info-isearch-wrap): Allow isearch-word.
34976
34977 2005-03-08 Lute Kamstra <lute@gnu.org>
34978
34979 * emacs-lisp/debug.el (debugger-step-through): Make sure that
34980 stepping into the debugger's code is not possible.
34981 (debugger-jumping-flag): Docstring update.
34982
34983 2005-03-08 Jay Belanger <belanger@truman.edu>
34984
34985 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
34986 embedded mode begins.
34987 (calc-embedded-language-alist): New variable.
34988 (calc-embedded-find-modes): Use calc-embedded-language-alist to
34989 set default language mode.
34990
34991 2005-03-08 Kenichi Handa <handa@m17n.org>
34992
34993 * international/ccl.el (define-ccl-program): Fix docstring about
34994 extra 256 bytes assured for the output buffer.
34995
34996 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34997 Fix BUFFER_MAGNIFICATION to 2.
34998 (ccl-encode-mule-utf-16be-with-signature): Likewise.
34999
35000 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
35001
35002 * align.el (align-rules-list): Added an alignment rule for CSS
35003 declarations (applies to css-mode and html-mode buffers).
35004
35005 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
35006
35007 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
35008
35009 2005-03-07 Kim F. Storm <storm@cua.dk>
35010
35011 * simple.el (move-beginning-of-line): New command.
35012
35013 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
35014
35015 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
35016
35017 * emulation/cua-base.el: Put CUA move property on move-end-of-line
35018 and move-beginning-of-line.
35019
35020 * apropos.el (apropos-print): Omit command from M-x ... RET.
35021
35022 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
35023
35024 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
35025 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
35026
35027 2005-03-06 Richard M. Stallman <rms@gnu.org>
35028
35029 * bindings.el (esc-map): Bind M-g to goto-line.
35030
35031 * facemenu.el (global-map): Bind M-o, not M-g.
35032
35033 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
35034
35035 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
35036 "Open Directory" as for "Open File".
35037
35038 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
35039
35040 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
35041 (push-mark-command): Run activate-mark-hook.
35042
35043 2005-03-06 Richard M. Stallman <rms@gnu.org>
35044
35045 * help-mode.el (help-mode-finish): Don't alter the element
35046 in view-return-to-alist if there already is one.
35047
35048 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
35049 make sure the current buffer is the expected one.
35050
35051 * novice.el (disabled-command-function): Output in *Disabled Command*.
35052 Explicitly ignore non-keyboard events, and explicitly handle C-g.
35053
35054 * textmodes/flyspell.el (flyspell-large-region):
35055 Pass args differently for aspell.
35056
35057 * files.el (mode-require-final-newline): Doc fix.
35058
35059 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
35060
35061 * progmodes/which-func.el (which-function):
35062 Specify NOERROR when calling imenu--make-index-alist.
35063
35064 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
35065
35066 * simple.el (normal-erase-is-backspace): Define default value.
35067
35068 * custom.el (custom-theme-set-variables): Remove unused var
35069 `immediate'.
35070 (custom-reevaluate-setting): Simple function to handle variables
35071 that are defined before their default value can really be
35072 computed.
35073
35074 * startup.el (command-line): Use it for temporary-file-directory,
35075 small-emporary-file-directory, auto-save-file-name-transforms,
35076 blink-cursor-mode, and normal-erase-is-backspace.
35077
35078 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
35079 progress, even with buggy anchored keywords.
35080
35081 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
35082
35083 * simple.el (goto-line): Remove unbalanced final parenthesis.
35084
35085 2005-03-05 Richard M. Stallman <rms@gnu.org>
35086
35087 * simple.el (goto-line): Use a number at point as the default.
35088 With C-u as arg, switch buffers.
35089
35090 2005-03-05 Juri Linkov <juri@jurta.org>
35091
35092 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
35093 with `no-blinking-cursor'.
35094
35095 * startup.el (no-blinking-cursor): New defvar.
35096 (command-line): Add `--no-blinking-cursor' to longopts.
35097 Set `no-blinking-cursor' to t for command line arguments
35098 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
35099 with `no-blinking-cursor' in the condition for calling
35100 `blink-cursor-mode'.
35101
35102 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
35103
35104 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
35105 (menu-bar-options-save): Add blink-cursor-mode.
35106 (menu-bar-options-menu): Add blink-cursor-mode.
35107
35108 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
35109
35110 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
35111 (icalendar-export-file, icalendar-export-region)
35112 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
35113 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
35114
35115 2005-03-04 Lute Kamstra <lute@gnu.org>
35116
35117 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
35118 (debug-function-list): Ditto.
35119
35120 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
35121
35122 * textmodes/texinfmt.el (texinfo-append-refill):
35123 Redefine the types of line to which @refill
35124 is not appended by replacing a search for `@refill\\|@bye' with
35125 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
35126 itemize@refill' bug and the unfilled long lines bug.
35127 (texinfmt-version): Update number and date.
35128
35129 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
35130
35131 * international/code-pages.el (windows-1250, windows-125[2-8])
35132 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
35133
35134 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
35135
35136 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
35137 bound yet.
35138
35139 2005-03-02 Romain Francoise <romain@orebokech.com>
35140
35141 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
35142 buffer after removing limits.
35143 (ibuffer-pop-filter): Ditto.
35144 Update copyright.
35145
35146 2005-03-02 Miles Bader <miles@gnu.org>
35147
35148 * button.el (make-text-button): If the user doesn't specify a
35149 type, use the default. Rewrite to use `add-text-properties' and
35150 plist functions.
35151
35152 2005-03-01 Lute Kamstra <lute@gnu.org>
35153
35154 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
35155 (debugger-jumping-flag): New var.
35156 (debug-entry-code): Use it.
35157 (debugger-jump): Use debugger-jumping-flag and add
35158 debugger-reenable to post-command-hook.
35159 (debugger-reenable): Use debugger-jumping-flag and remove itself
35160 from post-command-hook.
35161 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
35162 debugger-reenable.
35163
35164 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
35165
35166 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
35167 inclusion of "itemize\\|", which may be unnecessary, is certainly
35168 inelegant, and stops refilling in itemize lists when formatting
35169 Japanese Texinfo files to Info.
35170 Update copyright to 2005.
35171
35172 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
35173
35174 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
35175 of an error if GDB can't find the source file.
35176
35177 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
35178
35179 * calendar/calendar.el (redraw-calendar): Work from any buffer,
35180 not just the calendar.
35181
35182 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
35183 first.
35184 (diary-redraw-calendar): New function.
35185 (make-diary-entry): Add diary-redraw-calendar to local
35186 write-contents-functions. Turn off selective display before
35187 inserting in diary.
35188
35189 2005-03-01 Kim F. Storm <storm@cua.dk>
35190
35191 * emacs-lisp/copyright.el (copyright-fix-years): New command.
35192
35193 2005-03-01 Lute Kamstra <lute@gnu.org>
35194
35195 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
35196 that debug-entry-code can be safely removed from a function while
35197 this code is being evaluated. Revert the 2005-02-27 change as the
35198 new implementation no longer requires it. Make sure that a
35199 function body containing just a string is not mistaken for a docstring.
35200 (debug): Skip one more frame in case of debug on entry.
35201 (debugger-setup-buffer): Delete one more frame line in case of
35202 debug on entry.
35203 (debugger-frame-number): Update to use the new text introduced by
35204 the 1999-11-03 change. Skip one more frame in case of debug on entry.
35205
35206 2005-02-28 Kim F. Storm <storm@cua.dk>
35207
35208 * double.el (double-translate-key): Call force-window-update after
35209 read-event to avoid crash in redisplay.
35210
35211 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
35212
35213 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
35214 (debug): Use it. Move the inhibit-trace earlier.
35215 (debug-entry-code): New const.
35216 (debug-on-entry-1): Use it.
35217
35218 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
35219
35220 * international/utf-16.el (ccl-encode-mule-utf-16le):
35221 Fix BUFFER_MAGNIFICATION to 2.
35222 (ccl-encode-mule-utf-16be): Likewise.
35223
35224 2005-02-28 Kenichi Handa <handa@m17n.org>
35225
35226 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
35227 Fix BUFFER_MAGNIFICATION to 4.
35228 (ccl-encode-mule-utf-16be-with-signature): Likewise.
35229
35230 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
35231
35232 * speedbar.el (speedbar-update-flag): Doc fix.
35233 (speedbar-show-info-under-mouse): Give set-mouse-position the right
35234 argument.
35235
35236 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
35237
35238 * reveal.el (reveal-post-command): Don't try to reveal overlays which
35239 have a non-nil `invisible' property but are actually visible.
35240
35241 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
35242 for perldoc sections.
35243 (perl-outline-regexp, perl-outline-level): New var and function.
35244 (perl-mode): Use them.
35245
35246 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
35247
35248 * calendar/diary-lib.el (diary-remind): Discard any mark portion
35249 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
35250
35251 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
35252
35253 * cus-edit.el: Comment change.
35254 (custom-buffer-create-internal): Slightly reword text at top of
35255 Custom buffers. Mention there that saving an option edits the
35256 init file. Add link to Emacs manual node on `custom-file'.
35257 (custom-magic-alist): Rewrite individual State messages to use
35258 capitalized keywords. Doc fix.
35259
35260 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
35261
35262 * calendar/calendar.el (calendar-buffer): Move above
35263 calendar-week-start-day.
35264 (calendar-week-start-day): Doc fix. Add :set function.
35265 (calendar-minimum-window-height): New variable.
35266 (generate-calendar-window): Only resize window if selected-window
35267 is displaying the calendar buffer. Use new variable
35268 calendar-minimum-window-height.
35269 (generate-calendar): Reword error message.
35270 (calendar-mode-map): Bind DEL to scroll-other-window-down.
35271
35272 2005-02-27 Andreas Schwab <schwab@suse.de>
35273
35274 * vc.el (vc-do-command): Don't run command asynchronously when
35275 operating in a remote directory.
35276
35277 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
35278 change from sync with Tramp 2.0.47.
35279
35280 2005-02-27 Richard M. Stallman <rms@gnu.org>
35281
35282 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
35283
35284 * textmodes/flyspell.el (flyspell-mode-on):
35285 Call ispell-change-dictionary only if necessary.
35286
35287 * emacs-lisp/re-builder.el (regexp-builder): New function.
35288
35289 * register.el (describe-register-1): Explicitly handle
35290 yank-excluded-properties = t.
35291
35292 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
35293 (custom-magic-alist): Change the status descriptions again.
35294 (face widget-type): Total rewrite based on `restricted-sexp'
35295 to eliminate the confusing double hiding levels.
35296
35297 * emacs-lisp/debug.el (debug-on-entry-1):
35298 If function body is empty, add nil as body form.
35299
35300 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
35301
35302 * emacs-lisp/trace.el (inhibit-trace): New var.
35303 (trace-make-advice): Use it.
35304
35305 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
35306
35307 2005-02-26 Kim F. Storm <storm@cua.dk>
35308
35309 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
35310 (mouse-on-link-p, mouse-drag-region-1): Use it.
35311
35312 2005-02-25 Lute Kamstra <lute@gnu.org>
35313
35314 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
35315
35316 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
35317
35318 * frame.el (blink-cursor-mode): Add :group keyword.
35319
35320 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
35321
35322 * calendar/icalendar.el (icalendar--decode-isodatetime):
35323 New optional argument DAY-SHIFT.
35324 (icalendar-export-region): Fix coding-system-for-write.
35325 (icalendar--convert-ical-to-diary): Shift end-day of all-day
35326 events by one.
35327
35328 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
35329
35330 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
35331
35332 2005-02-24 Kim F. Storm <storm@cua.dk>
35333
35334 * international/iso-acc.el (iso-accents-compose): Fix crash
35335 during redisplay. Call force-window-update after read-event
35336 and delete-region to signal that window is not accurate.
35337
35338 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
35339
35340 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
35341 Remove unused and inexistent var `inhibit-trace'.
35342 (debugger-mode): Use run-mode-hooks.
35343 (debugger-list-functions): Add buttons; setup xref stack.
35344
35345 2005-02-23 Richard M. Stallman <rms@gnu.org>
35346
35347 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
35348 appointment says it was explicitly made.
35349 (appt-add): Set the 3rd element.
35350 (appt-make-list): Preserve explicit appointments.
35351
35352 * subr.el (find-tag-default): Catch errors in forward-sexp.
35353
35354 2005-02-23 Juri Linkov <juri@jurta.org>
35355
35356 * info.el (Info-isearch-search): New defcustom.
35357 (Info-isearch-search): Call the default isearch function
35358 when Info-isearch-search is nil.
35359 (Info-isearch-wrap): Use variable Info-isearch-search.
35360
35361 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
35362
35363 * cus-edit.el: Comment change.
35364
35365 2005-02-22 Kim F. Storm <storm@cua.dk>
35366
35367 * progmodes/hideif.el (hide-ifdef-use-define-alist):
35368 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
35369
35370 2005-02-22 Simon Josefsson <jas@extundo.com>
35371
35372 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
35373 New variable.
35374 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
35375 Oskarsson" <myrkraverk@users.sourceforget.net>.
35376
35377 2005-02-22 Kim F. Storm <storm@cua.dk>
35378
35379 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
35380 check that window of that event is the selected window.
35381 (mouse-drag-region-1): Compare mouse event window to selected
35382 window before setting point.
35383
35384 * tooltip.el (tooltip-show-help-function): Pass event to
35385 mouse-on-link-p so it can check selected window.
35386
35387 2005-02-22 Kenichi Handa <handa@m17n.org>
35388
35389 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
35390 (ps-mule-show-warning): New function.
35391 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
35392 characters are found.
35393
35394 * ps-print.el (ps-header-footer-string): Return a list of header
35395 and footer strings.
35396
35397 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
35398
35399 * pcvs.el (cvs-retrieve-revision): Fix thinko.
35400
35401 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
35402
35403 * frame.el (blink-cursor-mode): Use define-minor-mode.
35404
35405 * term/mac-win.el (function-key-map): Use char-names more consistently.
35406 (file-name-coding-system): Only set it for MacOS-9. The other case is
35407 already handled in mule-cmds.el (where it also works when mac-win.el
35408 is not used).
35409
35410 2005-02-21 Kenichi Handa <handa@m17n.org>
35411
35412 * international/mule.el (ctext-pre-write-conversion): Always use
35413 " *code-converting-work*" buffer for work.
35414
35415 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
35416
35417 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
35418
35419 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
35420
35421 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
35422
35423 * ses.el (undo-more): Restore defadvice, but only the part that
35424 allows changes outside the restricted area of the buffer.
35425
35426 2005-02-20 Kim F. Storm <storm@cua.dk>
35427
35428 * simple.el (line-move): Add fourth optional arg try-vscroll which
35429 must be set to perform auto-window-vscroll.
35430 When moving backwards and doing auto-window-vscroll, automatically
35431 vscroll to the last part of lines which are taller than the window.
35432 (next-line, previous-line): Set try-vscroll arg on line-move.
35433
35434 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
35435
35436 * replace.el (query-replace, query-replace-regexp)
35437 (replace-string, replace-regexp): When operating on region, make
35438 the minibuffer prompt say so.
35439
35440 * isearch.el (isearch-forward): Document isearch-query-replace and
35441 isearch-query-replace-regexp keybindings.
35442
35443 2005-02-19 Jay Belanger <belanger@truman.edu>
35444
35445 * calc/calc-aent.el (math-read-token): Add local variable.
35446
35447 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
35448 (calc-edit-top): Move declaration to earlier in file.
35449 (calc-edit-macro-repeats): Add local variables.
35450
35451 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
35452 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
35453 calcFunc-tanh.
35454 Adjust integration rule for calcFunc-tan.
35455
35456 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35457
35458 * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
35459 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
35460 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
35461 (viper-skip-separators): Bug fix.
35462 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
35463 particular major mode.
35464 (viper-del-backward-char-in-replace): Don't put deleted char on the
35465 kill ring.
35466
35467 * emulation/viper-ex.el (viper-color-display-p): New function.
35468 (viper-has-face-support-p): Use viper-color-display-p.
35469
35470 * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
35471
35472 * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
35473
35474 * emulation/viper-util.el (viper-glob-unix-files):
35475 Fix shell status check.
35476 (viper-file-remote-p): Make equivalent to file-remote-p.
35477
35478 * emulation/viper.el (viper-major-mode-modifier-list):
35479 Use viper-gnus-modifier-map.
35480
35481 2005-02-19 David Kastrup <dak@gnu.org>
35482
35483 * subr.el (subregexp-context-p): Fix garbled doc string by adding
35484 quoting.
35485
35486 2005-02-19 Jay Belanger <belanger@truman.edu>
35487
35488 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
35489 Remove extra definitions.
35490 (calc-coth): New function.
35491 (calcFunc-cot): Fix `let'.
35492
35493 2005-02-19 Eli Zaretskii <eliz@gnu.org>
35494
35495 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
35496 the reasons we use "type pc" in these faces.
35497
35498 * button.el (button): Ditto.
35499
35500 2005-02-19 Michael Mauger <mmaug@yahoo.com>
35501
35502 * replace.el (query-replace-read-from): Set the value of
35503 query-replace-from-history-variable to handle the case of an empty
35504 string entered to accept the suggested default.
35505
35506 * net/tramp.el (tramp-file-name-for-operation):
35507 Use dired-call-process instead of dired-call-process-command.
35508
35509 2005-02-19 Jay Belanger <belanger@truman.edu>
35510
35511 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
35512 (math-div-non-trig): New variables.
35513 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
35514 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
35515 (math-combine-prod, math-div-symb-fancy): Add simplifications for
35516 trig expressions.
35517
35518 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
35519
35520 * progmodes/gdb-ui.el (gdb-var-update-handler)
35521 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
35522 for watch expressions,
35523 (gdb-var-create-handler): Don't set speedbar-update-flag.
35524 (gdb-post-prompt): Simplify test for speedbar.
35525
35526 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35527
35528 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
35529 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
35530 we use the syntax table of the correct buffer.
35531 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
35532 Felix Gatzemeier.
35533
35534 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
35535 (ediff-file-remote-p): Make synonymous with file-remote-p.
35536 In all deffaces ediff-*-face-*, use min-colors.
35537
35538 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
35539 ediff-recurse-to-subdirectories.
35540 (ediff-mark-if-equal): Check that the arguments are strings, use
35541 ediff-same-contents (after to Felix Gatzemeier).
35542
35543 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
35544 nil.
35545
35546 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
35547
35548 * log-view.el (log-view-message-re): Fix up Subversion regexp.
35549
35550 2005-02-18 David Kastrup <dak@gnu.org>
35551
35552 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
35553 use `mark-active' when defined.
35554
35555 2005-02-18 Kenichi Handa <handa@m17n.org>
35556
35557 * ps-print.el (ps-font-info-database): New entry
35558 ZapfChancery-MediumItalic with correct font name. Fix font name
35559 of the entry Zapf-Chancery-MediumItalic.
35560
35561 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
35562
35563 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
35564
35565 2005-02-16 Kim F. Storm <storm@cua.dk>
35566
35567 * ido.el (ido-fallback-command): Pass user input to fallback command.
35568
35569 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
35570
35571 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
35572 (gdb-find-file-hook): Add server prefix.
35573
35574 2005-02-16 Richard M. Stallman <rms@gnu.org>
35575
35576 * replace.el (perform-replace): Pass new args to replace-highlight.
35577 (replace-highlight): Take region args,
35578 and pass them to isearch-lazy-highlight-new-loop.
35579
35580 * novice.el (disabled-command-hook): Autoload the defalias
35581 and the make-obsolete-variable call.
35582
35583 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
35584
35585 * isearch.el (isearch-lazy-highlight-start-limit)
35586 (isearch-lazy-highlight-end-limit): New variables limit
35587 the region for highlighting.
35588 (isearch-lazy-highlight-new-loop): New args BEG and END.
35589 (isearch-lazy-highlight-search): Use the new vars.
35590 (isearch-lazy-highlight-update): Likewise.
35591
35592 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
35593
35594 * cus-start.el (all): Use default-boundp.
35595
35596 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
35597
35598 * menu-bar.el (menu-bar-select-frame): Handle current frame.
35599
35600 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
35601
35602 * autorevert.el (auto-revert-stop-on-user-input)
35603 (auto-revert-verbose): Doc fixes.
35604
35605 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
35606
35607 * international/mule-cmds.el (set-locale-environment): Remove call
35608 to set-selection-coding-system on Windows.
35609
35610 2005-02-15 Jay Belanger <belanger@truman.edu>
35611
35612 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
35613 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
35614 calcFunc-coth.
35615 (math-simplify-sqrt): Add simplifications.
35616
35617 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
35618 to list.
35619
35620 * calc/calc-ext.el: Add functions to autoloads.
35621
35622 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
35623 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
35624 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
35625 (math-csc-raw, math-cot-raw): New functions.
35626
35627 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
35628
35629 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
35630 the variable name in a message.
35631
35632 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
35633 calcFunc-csc, calcFunc-cot.
35634
35635 * calc/calcalg2.el: Add derivative and integration rules for
35636 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
35637 calcFunc-csch, calcFunc-coth.
35638 (math-do-integral-methods): Add to checks for when to use
35639 substitutions.
35640
35641 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
35642
35643 2005-02-15 Lute Kamstra <lute@gnu.org>
35644
35645 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
35646 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
35647 <monnier@iro.umontreal.ca>.
35648 (lisp-outline-level): Improve efficiency. Suggested by David
35649 Kastrup <dak@gnu.org>.
35650
35651 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
35652
35653 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
35654 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
35655 (gdb-set-gud-minor-mode-existing-buffers): New functions.
35656 (gdb-find-file-hook): New hook. Add it to find-file-hook.
35657 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
35658
35659 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
35660
35661 * cus-start.el (all): Comment change.
35662
35663 2005-02-14 Lute Kamstra <lute@gnu.org>
35664
35665 * cus-start.el (all): Check if symbol is void.
35666
35667 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
35668
35669 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
35670 optional argument to \cite.
35671
35672 2005-02-14 Richard M. Stallman <rms@gnu.org>
35673
35674 * cus-edit.el (custom-buffer-create-internal): Update help message.
35675 (custom-magic-alist): Update help messages.
35676
35677 * cus-start.el (all): Allow a var to specify a standard value.
35678
35679 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
35680
35681 * custom.el (custom-theme-set-variables): Handle variable aliases.
35682
35683 * frame.el (blink-cursor-timer): Doc fix.
35684 (blink-cursor): Make it an alias for `blink-cursor-mode' and
35685 declare obsolete.
35686 (blink-cursor-mode): Define with defcustom and use correct
35687 standard expression in that defcustom.
35688 * startup.el (command-line): Adapt to above changes in frame.el.
35689
35690 2005-02-11 Lute Kamstra <lute@gnu.org>
35691
35692 * apropos.el (apropos-score-doc): Prevent division by zero.
35693
35694 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
35695
35696 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
35697 (icalendar--get-event-property-attributes)
35698 (icalendar--get-event-properties)
35699 (icalendar--datetime-to-diary-date): New functions.
35700 (icalendar--split-value): Doc fix.
35701 (icalendar--datetime-to-noneuropean-date)
35702 (icalendar--datetime-to-european-date): New optional argument
35703 SEPARATOR. Return result as a string instead of a list.
35704 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
35705 (icalendar--convert-string-for-export): Rename arg S to STRING.
35706 (icalendar-export-region): Doc fix. Change name of error buffer.
35707 Save output buffer.
35708 (icalendar-import-file): Add blank at end of prompt.
35709 (icalendar-import-buffer): Doc fix. Do not switch to error
35710 buffer. Indicate status in return value.
35711 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
35712 buffer. Save output buffer. Handle exception from recurrence
35713 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
35714 events. Fix problems with weekly all-day events.
35715
35716 2005-02-10 Richard M. Stallman <rms@gnu.org>
35717
35718 * simple.el (eval-expression-print-format):
35719 Avoid warning about edebug-active.
35720
35721 * help.el (help-for-help-internal): Rename from help-for-help.
35722 (help-for-help): Define with defalias.
35723
35724 * font-core.el (font-lock-default-function): Use with-no-warnings.
35725
35726 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
35727
35728 * custom.el (defface): Doc fix.
35729
35730 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
35731
35732 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
35733 width 0" to prevent word wrapping problems.
35734
35735 2005-02-09 Kim F. Storm <storm@cua.dk>
35736
35737 * ido.el (ido-file-extensions-order): New defcustom.
35738 (ido-file-extension-lessp, ido-file-extension-aux)
35739 (ido-file-extension-order): New advanced file ordering.
35740 (ido-file-lessp): New simple file ordering.
35741 (ido-sort-list): Remove.
35742 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
35743 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
35744
35745 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
35746
35747 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
35748 that some versions of grep produce.
35749 (grep-mode-font-lock-keywords): Likewise.
35750
35751 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
35752
35753 * progmodes/gdb-ui.el (gdb-location-list): New variable.
35754 (gdb-cdir): Delete.
35755 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
35756 (gdb-source-info): Treat case when source file is in another
35757 directory properly.
35758 (gdb-get-location): New function.
35759
35760 2005-02-07 Jay Belanger <belanger@truman.edu>
35761
35762 * calc/calc-prog.el (calc-write-parse-table-part)
35763 (calc-fix-token-name): Fix a check for language type.
35764
35765 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
35766
35767 2005-02-07 Andre Spiegel <spiegel@gnu.org>
35768
35769 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
35770 as directory not writable.
35771
35772 2005-02-07 Kim F. Storm <storm@cua.dk>
35773
35774 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
35775 (cua--standard-movement-commands): Remove list.
35776 Instead, set CUA property value to move for movement commands.
35777 (cua-movement-commands): Remove. Users must set CUA prop instead.
35778 (cua--pre-command-handler): Check CUA property.
35779 (cua--init-keymaps): Don't remap undo commands.
35780 (cua-mode): Don't call cua--rectangle-on-off.
35781
35782 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
35783 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
35784 (cua--rect-undo-set-point): New var.
35785 (cua--rectangle-undo-boundary): Setup undo apply entry.
35786 (cua--rect-undo-handler): New function for rectangle undo.
35787 (cua--rect-start-position, cua--rect-end-position): Add.
35788 (cua--rectangle-post-command): Call cua--rectangle-set-corners
35789 for restored rectangle. Set point if cua--rect-undo-set-point.
35790
35791 2005-02-06 Jay Belanger <belanger@truman.edu>
35792
35793 * calc/calc-lang.el (calc-tex-language): Display more information
35794 in messages.
35795
35796 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
35797 in TeX mode.
35798
35799 2005-02-06 Richard M. Stallman <rms@gnu.org>
35800
35801 * emacs-lisp/lisp.el (buffer-end): Doc fix.
35802
35803 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
35804
35805 * net/ldap.el (ldap-search-internal): Support attributes with
35806 optional descriptions separated by a semi-colon, as in
35807 "userCertificate;binary".
35808
35809 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
35810
35811 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
35812 isn't a cons (i.e. the version is 0).
35813
35814 2005-02-05 Eli Zaretskii <eliz@gnu.org>
35815
35816 * help.el (help-for-help): Doc fix.
35817
35818 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
35819
35820 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
35821 GDB-Windows on the menu-bar as this works better.
35822
35823 2005-02-04 Jay Belanger <belanger@truman.edu>
35824
35825 * calc/calc-embed.el (calc-embedded-update): Don't put in
35826 unnecessary newlines. Adjust the end of formula marker.
35827
35828 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
35829 (math-latex-parse-two-args): New function.
35830
35831 2005-02-03 Lute Kamstra <lute@gnu.org>
35832
35833 * help-fns.el (help-with-tutorial): Make sure that users cannot
35834 remove the entire text of the tutorial by means of `undo'.
35835
35836 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
35837
35838 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
35839 in recent changes, where the ispell process was repeatedly
35840 killed & restarted.
35841
35842 * international/mule-cmds.el (set-locale-environment): Set file-name
35843 coding system to utf-8 on Darwin systems.
35844 (set-default-coding-systems): Don't set default-file-name-coding-system
35845 on Darwin systems.
35846
35847 2005-02-03 Richard M. Stallman <rms@gnu.org>
35848
35849 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
35850
35851 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
35852
35853 * faces.el (list-faces-display): Add optional argument.
35854
35855 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
35856
35857 * font-core.el (font-lock-default-function): Handle the rare case where
35858 only font-lock-keywords is set.
35859
35860 2005-02-02 Kenichi Handa <handa@m17n.org>
35861
35862 * international/characters.el: Cancel previous change for
35863 I-WITH-DOT-ABOVE and DOTLESS-i.
35864
35865 * international/latin-5.el: Cancel previous change.
35866
35867 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35868
35869 * progmodes/gud.el: Correction to syntax in gud-menu-map.
35870
35871 2005-02-02 Kenichi Handa <handa@m17n.org>
35872
35873 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
35874 DOTLESS-i.
35875
35876 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
35877 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
35878
35879 * case-table.el (get-upcase-table): New function.
35880 (copy-case-table): Copy upcaes table too if non-nil.
35881 (set-case-syntax-delims): Maintain upcase table too.
35882 (set-case-syntax-pair): Likewise.
35883 (set-upcase-syntax, set-downcase-syntax): New functions.
35884 (set-case-syntax): Maintain upcase table too.
35885
35886 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35887
35888 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
35889
35890 * progmodes/gud.el (gud-goto-info): New function.
35891 (gud-tool-bar-map): Use correct icon.
35892
35893 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35894
35895 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
35896 When delegating, order args in the funcall correctly.
35897
35898 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35899
35900 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
35901
35902 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
35903
35904 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
35905 buffer not visiting a file.
35906
35907 2005-01-31 Jay Belanger <belanger@truman.edu>
35908
35909 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
35910 bound on the line with the formula.
35911
35912 2005-01-31 Kim F. Storm <storm@cua.dk>
35913
35914 * ses.el (ses-create-cell-variable-range)
35915 (ses-destroy-cell-variable-range, ses-reset-header-string)
35916 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
35917 (ses-insert-row): Fix format of apply undo entries.
35918
35919 2005-01-31 Jay Belanger <belanger@truman.edu>
35920
35921 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
35922 parts.
35923
35924 * calc/calc-embed.el (calc-embedded-open-formula)
35925 (calc-embedded-close-formula): Ignore matrix environments.
35926
35927 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
35928 TeX mode.
35929
35930 * calc/calc-lang.el (math-function-table, math-oper-table)
35931 (math-variable-table): Adjust the LaTeX portions.
35932
35933 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
35934 (math-latex-ignore-words): New constant.
35935
35936 2005-01-31 Richard M. Stallman <rms@gnu.org>
35937
35938 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
35939 (ispell-local-dictionary): Doc fix.
35940 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
35941 Don't reinitialize at run time. Don't defcustom.
35942 All uses changed to append ispell-local-dictionary-alist,
35943 or check it first.
35944 (ispell-current-dictionary): New variable for dictionary in use.
35945 (ispell-dictionary): Now used only for global default.
35946 (ispell-start-process): Set ispell-current-dictionary,
35947 not ispell-dictionary.
35948 (ispell-change-dictionary): Use this only for setting
35949 user preferences.
35950 (ispell-internal-change-dictionary): New function
35951 to change the current dictionary in use.
35952 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
35953 Use ispell-current-dictionary.
35954 Handle ispell-local-dictionary-overridden.
35955 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
35956
35957 2005-01-31 Jay Belanger <belanger@truman.edu>
35958
35959 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
35960
35961 * calc/calc-ext.el: Add calc-latex-language to autoloads.
35962 (calc-mode-map): Add calc-latex-language.
35963
35964 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
35965 (math-latex-print-frac): New functions.
35966 (math-oper-table, math-function-table, math-variable-table)
35967 (math-complex-format, math-input-filter): Add latex properties.
35968 (calc-set-language): Set math-expr-special-function-mapping.
35969
35970 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
35971 (calc-write-parse-table-part): Add LaTeX support.
35972
35973 * calc/calc.el (calc-language): Adjust docstring.
35974 (calc-set-mode-line): Add LaTeX support.
35975 (math-expr-special-function-mapping): New variable.
35976 (math-tex-ignore-words): Add to list.
35977
35978 * calc/calccomp.el (math-compose-expr, math-compose-rows):
35979 Add LaTeX support.
35980 (math-compose-expr): Add support for special functions.
35981
35982 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
35983
35984 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
35985
35986 * progmodes/gdb-ui.el (gdb-memory-address)
35987 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
35988 (gdb-memory-mode-map, gdb-memory-format-keymap)
35989 (gdb-memory-format-menu, gdb-memory-unit-keymap)
35990 (gdb-memory-unit-menu): New variables for a buffer
35991 that lets the user examine program memory.
35992 (gdb-memory-set-address, gdb-memory-set-repeat-count)
35993 (gdb-memory-format-binary, gdb-memory-format-octal)
35994 (gdb-memory-format-unsigned, gdb-memory-format-signed)
35995 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
35996 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
35997 (gdb-memory-unit-word, gdb-memory-unit-halfword)
35998 (gdb-memory-unit-byte, gdb-memory-unit-menu)
35999 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
36000 (gdb-memory-mode, gdb-memory-buffer-name)
36001 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
36002 New functions for above buffer.
36003
36004 2005-01-30 Richard M. Stallman <rms@gnu.org>
36005
36006 * cus-edit.el (custom-bury-buffer): Function deleted.
36007 (custom-buffer-done-function): Option deleted.
36008 (custom-buffer-done-kill): New replacement option.
36009 (Custom-buffer-done): Call quit-window.
36010 (custom-buffer-create-internal): Update for above changes.
36011
36012 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
36013
36014 * simple.el (undo-ask-before-discard): New var.
36015 (undo-outer-limit-truncate): Implement it.
36016 (undo-extra-outer-limit): Doc update.
36017
36018 2005-01-29 Richard M. Stallman <rms@gnu.org>
36019
36020 * ses.el (undo-more): Delete defadvice.
36021 (ses-begin-change): Doc fix.
36022
36023 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
36024 instead of rebinding C-x u and C-_.
36025
36026 * files.el (normal-backup-enable-predicate): Return nil for files
36027 in /tmp, regardless of temporary-file-directory.
36028
36029 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
36030
36031 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
36032 (open-rectangle, delete-whitespace-rectangle-line)
36033 (clear-rectangle-line): If FILL, pass t instead of FILL
36034 for move-to-column's 2nd arg.
36035
36036 * simple.el (undo): Fix the test for continuing a series of undos.
36037 (undo-more): Set pending-undo-list to t when we reach end.
36038 (pending-undo-list): Move up defvar.
36039
36040 * wid-edit.el (widget-button-click):
36041 Shorten the range of the track-mouse binding.
36042
36043 * comint.el (comint-insert-input): Undo previous changes;
36044 use last-input-event in interactive spec.
36045
36046 2005-01-29 Eli Zaretskii <eliz@gnu.org>
36047
36048 * progmodes/compile.el (compilation-start): Bind buffer-read-only
36049 to nil before invoking call-process. Reset buffer's modified flag
36050 after fontifying it in the no-async branch.
36051
36052 * wid-edit.el (widget-specify-button): If mouse pointer shape
36053 cannot be changed, use mouse face instead.
36054
36055 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
36056
36057 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
36058 (gdb-goto-breakpoint): Make breakpoint handling work on template
36059 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
36060 (gdb-assembler-custom): Update to recognize breakpoint information
36061 added on 2005-01-19.
36062
36063 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
36064
36065 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
36066 (dsssl-mode): Use define-derived-mode.
36067 (scheme-mode-initialize): Remove.
36068 (scheme-mode): Use run-mode-hooks.
36069
36070 * cus-edit.el (customize-group-other-window)
36071 (custom-buffer-create-other-window): Don't override special-display-*.
36072 (custom-mode-map): Make it dense.
36073
36074 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
36075 sets the default value.
36076
36077 2005-01-28 Eli Zaretskii <eliz@gnu.org>
36078
36079 * descr-text.el: Add more keywords.
36080
36081 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
36082
36083 * speedbar.el: Avoid unnecessary use of locate-library.
36084
36085 * international/mule-cmds.el (standard-display-european-internal):
36086 Don't fiddle with latin-1 non-break space any more since it's now
36087 special cased in the C code.
36088 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
36089
36090 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
36091
36092 * cus-start.el (all): Add `undo-outer-limit'.
36093
36094 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
36095
36096 * textmodes/bibtex.el (bibtex-format-entry):
36097 Use `bibtex-empty-field-re' only on the text of fields, not on entire
36098 field lines.
36099 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
36100 not on part of a buffer.
36101
36102 2005-01-25 Lute Kamstra <lute@gnu.org>
36103
36104 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
36105 nonempty field text strings like "{letters\\macro{}more letters}".
36106 Clarify docstring.
36107 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
36108 (bibtex-entry-offset, bibtex-parse-association)
36109 (bibtex-parse-field-name): Fix typos in docstrings.
36110 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
36111
36112 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
36113 Juri Linkov <juri@jurta.org>
36114
36115 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
36116 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
36117 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
36118 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
36119
36120 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
36121 isearch minor mode.
36122
36123 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
36124
36125 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
36126
36127 2005-01-24 Lute Kamstra <lute@gnu.org>
36128
36129 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
36130 CASECHARS and NOT-CASECHARS regular expressions of the
36131 "nederlands" and "nederlands8" dictionaries to prevent a "Range
36132 striding over charsets" error.
36133
36134 2005-01-24 Jay Belanger <belanger@truman.edu>
36135
36136 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
36137 display variable name.
36138
36139 2005-01-24 Kenichi Handa <handa@m17n.org>
36140
36141 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
36142 Fix setting of the element of encoded-kbd-iso2022-invocations.
36143
36144 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
36145
36146 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
36147 (gdb-threads-select): Change to also accept mouse events.
36148 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
36149 (gdb-threads-mouse-select): Delete.
36150
36151 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
36152
36153 * files.el (insert-directory): Take care of empty directory,
36154 listed without -a switch.
36155
36156 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
36157
36158 * textmodes/refill.el (refill-post-command-function):
36159 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
36160 to the list of functions that we should be careful not to undo.
36161 (refill-late-fill-paragraph-function): Remove.
36162 (refill-saved-state): New var.
36163 (refill-mode): Use it to save fill-paragraph-function.
36164 Save also the value of auto-fill-function.
36165
36166 * term/w32-win.el: Simplify code.
36167
36168 2005-01-23 Kim F. Storm <storm@cua.dk>
36169
36170 * simple.el (line-move): Adapt to new return value from
36171 pos-visible-in-window-p.
36172
36173 * simple.el (line-move): Fix last change. Check partial
36174 visibility at point rather than at window-start.
36175
36176 2005-01-22 Jason Rumney <jasonr@gnu.org>
36177
36178 * term/w32-win.el (xw-defined-colors): Remove debug-message.
36179
36180 2005-01-22 David Kastrup <dak@gnu.org>
36181
36182 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
36183
36184 2005-01-22 Eli Zaretskii <eliz@gnu.org>
36185
36186 * type-break.el (type-break-mode): Add a test for
36187 type-break-file-name being non-nil.
36188
36189 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
36190
36191 * net/eudc.el (top level): Call (message "") via progn, so that
36192 eudc-options-file is loaded.
36193
36194 2005-01-22 Kim F. Storm <storm@cua.dk>
36195
36196 * simple.el (line-move-1): Rename from line-move.
36197 (line-move): New function that adjusts vscroll for partially
36198 visible rows, and calls line-move-1 otherwise.
36199
36200 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
36201
36202 * pcomplete.el: Define pcomplete-read-event instead of read-event,
36203 since it's not a complete read-event implementation.
36204
36205 2005-01-20 Jay Belanger <belanger@truman.edu>
36206
36207 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
36208 for called function.
36209
36210 2005-01-20 Steven Tamm <steventamm@mac.com>
36211
36212 * term/mac-win.el (process-connection-type): Remove.
36213 Controlled now by s/darwin.h:PTY_ITERATION.
36214
36215 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
36216
36217 * window.el (handle-select-window): Don't switch window when we're
36218 in the minibuffer.
36219
36220 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
36221
36222 * subr.el (dotimes-with-progress-reporter): New macro.
36223
36224 * ses.el (ses-dotimes-msg): Remove macro.
36225 Use `dotimes-with-progress-reporter' instead.
36226
36227 2005-01-19 Steven Tamm <steventamm@mac.com>
36228
36229 * term/mac-win.el (process-connection-type): Use new
36230 operating-system-release variable to use ptys on Darwin 7 (OS X
36231 10.3) when using carbon build.
36232
36233 2005-01-19 Jay Belanger <belanger@truman.edu>
36234
36235 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
36236 flags if the last command was a tab or M-tab.
36237
36238 * calc/calc-prog.el (calc-user-define-edit): Put original formula
36239 in formula editing buffer.
36240
36241 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
36242
36243 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
36244 breakpoint image symbol in margin.
36245
36246 2005-01-19 Jay Belanger <belanger@truman.edu>
36247
36248 * calc/calc-prog.el (calc-execute-kbd-macro):
36249 Ignore calc-keep-arg-flag.
36250
36251 2005-01-19 Kenichi Handa <handa@m17n.org>
36252
36253 * textmodes/ispell.el (ispell-looking-at): New function.
36254 (ispell-process-line): Use ispell-looking-at to compare the ispell
36255 output and the buffer contents.
36256
36257 2005-01-18 Jay Belanger <belanger@truman.edu>
36258
36259 * calc/calc.el (calc-display-raw): Fix docstring.
36260
36261 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
36262
36263 * simple.el (blink-matching-open): Strip extra info from syntax.
36264
36265 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
36266 funny chars in the end-of-here-doc marker.
36267
36268 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
36269
36270 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
36271 that enable/disabled state of breakpoints is shown correctly in
36272 fringe and on ttys.
36273 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
36274 Add breakpoint information as text properties.
36275 (gdb-mouse-toggle-breakpoint):
36276 Rename to gdb-mouse-set-clear-breakpoint.
36277 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
36278 breakpoints in the margin.
36279 (gdb-remove-strings): Simplify.
36280
36281 2005-01-17 Jay Belanger <belanger@truman.edu>
36282
36283 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
36284 erasing buffer.
36285
36286 2005-01-17 Richard M. Stallman <rms@gnu.org>
36287
36288 * progmodes/grep.el (grep-find): Copy from `grep' the condition
36289 for calling grep-compute-defaults.
36290
36291 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
36292 if buffer is empty.
36293
36294 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
36295
36296 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
36297
36298 * hilit-chg.el (highlight-changes-mode): Don't autoload.
36299
36300 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
36301 non-preloaded variables.
36302
36303 2005-01-17 Steven Tamm <steventamm@mac.com>
36304
36305 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
36306 tex-shell cause to force interactivity when using pipes.
36307
36308 2005-01-17 Kim F. Storm <storm@cua.dk>
36309
36310 * simple.el (just-one-space): Make arg optional.
36311
36312 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
36313
36314 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
36315 posn-at-x-y to t to access left-margin.
36316
36317 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
36318
36319 Sync with Tramp 2.0.47.
36320
36321 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
36322 catching keep-date problems in cp/scp operations.
36323 (tramp-handle-copy-file): Don't call `set-file-modes'
36324 unconditionally. Specialized functions should know better what is
36325 necessary. This improves performance a little bit, and the
36326 functions could catch errors with `cp -p' and `scp -p'.
36327 (tramp-do-copy-or-rename-file-via-buffer)
36328 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
36329 when appropriate.
36330 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
36331 Call `set-file-modes' when appropriate.
36332 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
36333 Johnsson <isak@hypergene.com>.
36334 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
36335 of both Tramp buffer and debug buffer. Reported by Joakim Verona
36336 <joakim@verona.se>.
36337 (tramp-file-name-for-operation): Mark `shell-command' as magic for
36338 Emacs only.
36339
36340 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
36341 `find-file-hooks' and `dired-mode-hook'.
36342 (tramp-minor-mode-map): Respective map. Add remapping for
36343 `compile' and `recompile'.
36344 (tramp-remap-command, tramp-recompile): New defuns.
36345 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
36346 in buffer "*Compilation*". Call the commands asynchronously.
36347
36348 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
36349 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
36350 `shell-command', because it isn't magic in XEmacs. Reported by
36351 Adrian Aichner <adrian@xemacs.org>.
36352
36353 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
36354 `substitute-in-file-name.
36355 (tramp-smb-handle-substitute-in-file-name): New defun.
36356 (tramp-smb-advice-PC-do-completion): Delete advice.
36357
36358 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
36359
36360 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
36361 Fix error in deleting region.
36362
36363 2005-01-15 Richard M. Stallman <rms@gnu.org>
36364
36365 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
36366 In non-temp buffer, switch syntax table temporarily.
36367
36368 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
36369
36370 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
36371
36372 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
36373
36374 * imenu.el (imenu--split-menu): Copy menulist before sorting.
36375 (imenu--generic-function): Use START, not BEG, as pos of definition.
36376
36377 * simple.el (just-one-space): Argument specifies number of spaces.
36378
36379 * simple.el (eval-expression-print-format): Avoid warning
36380 about edebug-active.
36381
36382 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
36383
36384 * progmodes/sh-script.el: Code copied from make-mode.el
36385 with small changes,
36386 (sh-mode-map): Bind C-c C-\.
36387 (sh-backslash-column, sh-backslash-align): New variables.
36388 (sh-backslash-region, sh-append-backslash): New functions.
36389
36390 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
36391
36392 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
36393 (rmail-pop-password, rmail-pop-password-required): Move to
36394 rmail-obsolete group.
36395 (rmail-set-pop-password): Rename to rmail-set-remote-password.
36396 All callers updated.
36397 (rmail-get-pop-password): Rename to rmail-get-remote-password.
36398 Take an argument specifying whether it is POP or IMAP mailbox we
36399 are using. All callers updated.
36400 (rmail-pop-password-error): Rename to
36401 rmail-remote-password-error. Added mailutils-specific error message.
36402 (rmail-movemail-search-path)
36403 (rmail-movemail-variant-in-use): New variables.
36404 (rmail-remote-password, rmail-remote-password-required):
36405 New customization variables.
36406 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
36407 (rmail-parse-url): New function.
36408 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
36409 with GNU mailutils movemail.
36410
36411 2005-01-15 Kevin Ryde <user42@zip.com.au>
36412
36413 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
36414 suffix to space, $ or '$, to correctly position point when going
36415 to @table style constants like DBL_MAX.
36416
36417 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
36418
36419 * type-break.el (type-break-mode, type-break-file-time)
36420 (type-break-file-keystroke-count, type-break-choose-file):
36421 Don't store data in or load data from the file if type-break-file-name
36422 is nil.
36423 (type-break-file-name): Doc update as per the above.
36424
36425 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
36426
36427 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
36428 lookup-key might return nil; handle that.
36429
36430 2005-01-15 Alan Mackenzie <acm@muc.de>
36431
36432 * progmodes/ebrowse.el (ebrowse-class-in-tree):
36433 Return the tail of the tree rather than the element found,
36434 thus enabling the tree to be setcar'd.
36435
36436 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36437
36438 * textmodes/org.el (org-show-following-heading): New option.
36439 (org-show-hierarchy-above): Use `org-show-following-heading'.
36440 (org-cycle): Documentation fix.
36441
36442 * textmodes/org.el (orgtbl-optimized): New option.
36443 (orgtbl-mode): New command, a minor mode.
36444 (orgtbl-mode-map): New variable.
36445 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
36446 (orgtbl-error, orgtbl-self-insert-command)
36447 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
36448
36449 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
36450 a local variable in each org-mode buffer.
36451
36452 * textmodes/org.el (org-set-regexps-and-options): Rename from
36453 `org-set-regexps'. Added checking for STARTUP keyword.
36454 (org-get-current-options): Add STARTUP options.
36455 (org-table-insert-row): Make mode intelligent about when
36456 realignment is needed.
36457 (org-self-insert-command, org-delete-backward-char, org-delete-char):
36458 New commands.
36459 (org-enable-table-editor): New default value `optimized'.
36460 (org-table-blank-field): Support blanking regions if active.
36461
36462 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36463
36464 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
36465 if the year is not given.
36466
36467 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
36468 Add new escapes %m and %M, fixed bug with %F by adding
36469 save-match-data.
36470 (reftex-reference): Remove ?. from list of spaces.
36471 (reftex-label-info): Add automatic label prefix recognition.
36472
36473 * textmodes/reftex-index.el (reftex-index-next-phrase):
36474 Add slave parameter to call of `reftex-index-this-phrase'.
36475 (reftex-index-this-phrase): New optional argument.
36476 (reftex-index-region-phrases): Add slave parameter to call of
36477 `reftex-index-this-phrase'.
36478 (reftex-display-index): New argument redo.
36479 (reftex-index-rescan): Add `redo' to arguments of
36480 `reftex-display-index'.
36481 (reftex-index-Rescan, reftex-index-revert)
36482 (reftex-index-switch-index-tag): Add `redo' to arguments of
36483 `reftex-display-index'.
36484 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
36485 indexing. Fix bug with matching is there is a quote before or
36486 after the word.
36487
36488 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
36489 Fix bug when collecting citation keys in lines with comments.
36490 (reftex-citation): Prefix argument no longer rescans the document,
36491 but forces prompting for optional arguments of cite macros.
36492 (reftex-do-citation): Prompting for optional arguments implemented.
36493
36494 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
36495 Add optional arguments to most cite commands.
36496 (reftex-cite-cleanup-optional-args): New option
36497 (reftex-cite-prompt-optional-args): New option.
36498 (reftex-trust-label-prefix): New option.
36499
36500 * textmodes/reftex-toc.el (reftex-toc-find-section):
36501 Add push-mark before changing the position in the buffer.
36502
36503 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
36504 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
36505
36506 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
36507
36508 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
36509 more carefully.
36510
36511 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
36512
36513 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
36514 (sgml-mode): Use it.
36515 (sgml-get-context): Better keep track of implicitly closed tags.
36516
36517 2005-01-13 Kenichi Handa <handa@m17n.org>
36518
36519 * textmodes/ispell.el: These changes are to fix misalignment error
36520 caused by equivalent characters of different Emacs charsets.
36521 (ispell-unified-chars-table): New variable.
36522 (ispell-get-decoded-string): New function.
36523 (ispell-get-casechars, ispell-get-not-casechars)
36524 (ispell-get-otherchars): Call ispell-get-decoded-string.
36525
36526 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
36527
36528 * custom.el (custom-declare-variable): Just put symbol instead
36529 of (defvar . symbol) in `current-load-list'.
36530
36531 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
36532
36533 * emacs-lisp/elint.el: Fixed typo in Commentary section.
36534
36535 2005-01-12 Jay Belanger <belanger@truman.edu>
36536
36537 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
36538 to create a Calc summary.
36539
36540 2005-01-12 Kim F. Storm <storm@cua.dk>
36541
36542 * mouse.el (mouse-on-link-p): Change functionality and doc
36543 string to comply with latest description in lisp ref.
36544
36545 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
36546
36547 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
36548 Enable mouse clicks on mode-line, header-line and margin.
36549 (event-type): Give mouse event symbols an `event-kind' property
36550 with value `mouse-click'.
36551
36552 2005-01-12 Juri Linkov <juri@jurta.org>
36553
36554 * facemenu.el (list-colors-display): Add new arg buffer-name.
36555 Use it. Fix docstring. Replace code for identifying duplicate
36556 colors by the name with call to `list-colors-duplicates' which
36557 identifies duplicate colors by the value unless the color
36558 is one of special Windows colors. Set truncate-lines to t.
36559 Print sorted duplicate color names on each line. Indent to 22
36560 \(the longest color name in rgb.txt) instead of 20. Optimize.
36561 (list-colors-duplicates): New function.
36562 (facemenu-color-name-equal): Delete function.
36563
36564 * facemenu.el (list-colors-print): New function created from code
36565 in list-colors-display. Print #RRGGBB at the window right edge.
36566 (list-colors-display): When temp-buffer-show-function is not
36567 defined, call list-colors-print from temp-buffer-show-hook
36568 to get the right value of window-width in list-colors-print
36569 after the buffer is displayed.
36570
36571 * simple.el (pop-mark): Move deactivate-mark out of conditional
36572 part to deactivate the active mark regardless of the state of the
36573 mark ring.
36574
36575 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
36576 variables line in desktop files.
36577
36578 2005-01-12 Juri Linkov <juri@jurta.org>
36579
36580 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
36581 Bring together isearch highlight related options.
36582 (lazy-highlight): Replace group `replace' by `matching'.
36583 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36584 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36585 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
36586 and declare them obsolete.
36587 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
36588 (isearch-faces): Remove defgroup.
36589 (isearch-overlay, isearch-highlight, isearch-dehighlight):
36590 Move isearch highlighting code closer to lazy highlighting code.
36591
36592 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
36593 (query-replace-highlight, query-replace-lazy-highlight)
36594 (query-replace): Move definitions to the beginning of the file.
36595
36596 2005-01-11 Juri Linkov <juri@jurta.org>
36597
36598 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
36599 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
36600 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
36601
36602 * info.el (Info-history-forward): New variable.
36603 (Info-select-node): Reset Info-history-forward to nil.
36604 (Info-last): Turn into defalias.
36605 (Info-history-back): Rename from Info-last.
36606 Add current node to Info-history-forward.
36607 (Info-history-forward): New fun.
36608 (Info-mode-map): Replace Info-last by Info-history-back.
36609 Bind Info-history-forward to "r".
36610 (Info-mode-menu): Replace Info-last by Info-history-back.
36611 Fix menu item text. Add menu item for Info-history-forward.
36612 (info-tool-bar-map): Replace Info-last by Info-history-back.
36613 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
36614 for Info-history-forward.
36615 (Info-mode): Replace Info-last by Info-history-back in docstring.
36616 Add local variable Info-history-forward.
36617 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
36618
36619 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
36620
36621 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
36622 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
36623 Ignore select-window events rather than fiddle with
36624 mouse-autoselect-window.
36625
36626 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
36627
36628 * type-break.el (type-break-mode): Fix previous change.
36629
36630 2005-01-10 Jay Belanger <belanger@truman.edu>
36631
36632 * calc/calc-ext.el (calc-reset): Reset when inside embedded
36633 calculator; only reset when point is inside a calculator.
36634 Don't adjust the window height if the window takes up the whole height
36635 of the frame.
36636
36637 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
36638
36639 * ebuff-menu.el (Electric-buffer-menu-mode):
36640 Preserve value of buffer-local var header-line-format.
36641
36642 2005-01-09 Jay Belanger <belanger@truman.edu>
36643
36644 * calc/calc.el (calc-mode-var-list-restore-saved-values):
36645 Make sure settings file exists before accessing it.
36646
36647 * calc/calc-embed.el (calc-embedded-subst):
36648 Replace math-multi-subst-rec, which is only supposed to be called
36649 by math-multi-subst, by math-multi-subst.
36650
36651 2005-01-09 Andre Spiegel <spiegel@gnu.org>
36652
36653 * vc.el (vc-allow-async-revert): New user option.
36654 (vc-disable-async-diff): New internal variable.
36655 (vc-revert-buffer): Use them to disable asynchronous diff.
36656
36657 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
36658 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
36659 asynchronously if vc-disable-async-diff is t.
36660
36661 2005-01-09 Jay Belanger <belanger@truman.edu>
36662
36663 * calc/calc.el (defcalcmodevar): New macro.
36664 (calc-mode-var-list-restore-default-values)
36665 (calc-mode-var-list-restore-saved-values): New functions.
36666 (calc-mode-var-list): Use defcalcmodevar to define it.
36667 (calc-always-load-extensions, calc-line-numbering)
36668 (calc-line-breaking, calc-display-just, calc-display-origin)
36669 (calc-number-radix, calc-leading-zeros, calc-group-digits)
36670 (calc-group-char, calc-point-char, calc-frac-format)
36671 (calc-prefer-frac, calc-hms-format, calc-date-format)
36672 (calc-float-format, calc-full-float-format, calc-complex-format)
36673 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
36674 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
36675 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
36676 (calc-matrix-brackets, calc-language, calc-language-option)
36677 (calc-left-label, calc-right-label, calc-word-size)
36678 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
36679 (calc-display-raw, calc-internal-prec, calc-angle-mode)
36680 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
36681 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
36682 (calc-window-height, calc-display-trail, calc-show-selections)
36683 (calc-use-selections, calc-assoc-selections)
36684 (calc-display-working-message, calc-auto-why, calc-timing)
36685 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
36686 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
36687 (calc-gnuplot-default-device, calc-gnuplot-default-output)
36688 (calc-gnuplot-print-device, calc-gnuplot-print-output)
36689 (calc-gnuplot-geometry, calc-graph-default-resolution)
36690 (calc-graph-default-resolution-3d, calc-invocation-macro)
36691 (calc-show-banner): Use defcalcmodevar to declare them and set
36692 their default values.
36693
36694 * calc/calc-ext.el (calc-reset): Restore saved values of variables
36695 instead of default values (but restore default values if there is
36696 an argument of 0).
36697
36698 2005-01-09 David Kastrup <dak@gnu.org>
36699
36700 * desktop.el (desktop-restore-eager): Fix typo in type.
36701
36702 2005-01-08 Richard M. Stallman <rms@gnu.org>
36703
36704 * cus-edit.el (customize): Delete :link.
36705
36706 2005-01-08 Jay Belanger <belanger@truman.edu>
36707
36708 * calc/calc.el (calc-mode): Remove the extension from the
36709 `calc-settings-file' file name when loading it.
36710
36711 2005-01-08 Kim F. Storm <storm@cua.dk>
36712
36713 * info.el (Info-mode-map, Info-next-link-keymap)
36714 (Info-prev-link-keymap, Info-up-link-keymap):
36715 Map follow-link to mouse-face.
36716 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
36717
36718 2005-01-08 Jay Belanger <belanger@truman.edu>
36719
36720 * calc/calc.el (calc-settings-file): Change default value.
36721 Suggested by cgw in a comment in calc-mode.el.
36722
36723 * calc/calc-mode.el (calc-settings-file-name):
36724 Compare calc-settings-file to user-init-file instead of ~/.emacs.
36725 Replace ~/.emacs in a prompt by calc-settings-file.
36726
36727 2005-01-07 Lars Hansen <larsh@math.ku.dk>
36728
36729 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
36730 (desktop-lazy-idle-delay): New customizable variables.
36731 (desktop-buffer-args-list): New variable.
36732 (desktop-append-buffer-args): New function.
36733 (desktop-save): Call desktop-append-buffer-args for some buffers.
36734 (desktop-lazy-create-buffer): New function.
36735 (desktop-idle-create-buffers): New function.
36736 (desktop-read): Add message about buffers to restore lazily.
36737 (desktop-lazy-abort): New command.
36738 (desktop-clear): Call desktop-lazy-abort.
36739 (desktop-lazy-complete): New command.
36740
36741 2005-01-06 Richard M. Stallman <rms@gnu.org>
36742
36743 * emacs-lisp/find-func.el (find-face-definition):
36744 Rename from find-face.
36745
36746 2005-01-06 Kim F. Storm <storm@cua.dk>
36747
36748 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
36749
36750 * man.el (Man-xref-man-page, Man-xref-header-file)
36751 (Man-xref-normal-file): Add follow-link property.
36752
36753 2005-01-06 Jay Belanger <belanger@truman.edu>
36754
36755 * calc/calc-units.el: Make sure the proper macro definitions are
36756 available when compiling.
36757
36758 2005-01-06 Juri Linkov <juri@jurta.org>
36759
36760 * isearch.el (isearch-lazy-highlight-update):
36761 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
36762
36763 2005-01-06 Miles Bader <miles@gnu.org>
36764
36765 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
36766 (isearch-lazy-highlight-face): Use new name.
36767
36768 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
36769
36770 * uniquify.el (uniquify-rationalize-file-buffer-names):
36771 Re-add an interactive spec.
36772 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
36773 to the same name.
36774
36775 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
36776 (isearch-update, isearch-done): Adjust calls accordingly.
36777
36778 2005-01-05 Richard M. Stallman <rms@gnu.org>
36779
36780 * custom.el (custom-set-variables, custom-theme-set-variables):
36781 Clarify documentation.
36782
36783 * emacs-lisp/find-func.el (find-variable)
36784 (find-variable-other-window, find-variable-other-frame):
36785 Fix the TYPE args to find-function-read and find-function-do-it.
36786 (find-function): Doc fix.
36787 (find-function-at-point): Replace function-at-point alias.
36788
36789 2005-01-04 Richard M. Stallman <rms@gnu.org>
36790
36791 * cus-face.el (custom-declare-face):
36792 Record defface in current-load-list.
36793
36794 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
36795
36796 * emacs-lisp/find-func.el: Doc fixes.
36797 (find-face-regexp): New variable.
36798 (find-function-regexp-alist): New variable.
36799 (find-function-C-source): Third arg is now TYPE.
36800 (find-function-search-for-symbol): Handle general TYPE.
36801 (find-function-read, find-function-do-it): Handle general TYPE.
36802 (find-definition-noselect, find-face): New functions.
36803 (function-at-point): Alias deleted.
36804
36805 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
36806
36807 * battery.el (display-battery-mode): Rename from display-battery.
36808 Handle the case where it gets turned off.
36809
36810 2005-01-04 Richard M. Stallman <rms@gnu.org>
36811
36812 * cus-edit.el (customize): Make :link point to user doc.
36813
36814 * man.el (Man-fontify-manpage): Turn off undo generation.
36815
36816 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
36817
36818 2005-01-04 Andreas Schwab <schwab@suse.de>
36819
36820 * files.el (insert-directory): Only look for error lines in
36821 inserted text. Don't move too far after processing --dired markers.
36822
36823 2005-01-04 Richard M. Stallman <rms@gnu.org>
36824
36825 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
36826 Don't expand if the character is @, period, dash, etc.
36827 (define-mail-abbrev): Quote names that contain problem characters.
36828
36829 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
36830
36831 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
36832
36833 2005-01-03 Richard M. Stallman <rms@gnu.org>
36834
36835 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
36836 (query-replace-highlight, query-replace-lazy-highlight)
36837 (query-replace): Definitions moved up. Doc fix.
36838
36839 2005-01-03 Richard M. Stallman <rms@gnu.org>
36840
36841 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
36842 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36843 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36844 (lazy-highlight-face): Rename from isearch-lazy-...
36845 Change all references to them.
36846
36847 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
36848
36849 * cus-edit.el (custom-file): Doc fix for defcustom.
36850 (custom-file): The function no longer sets the variable
36851 `custom-file' to its return value.
36852
36853 * startup.el (command-line): No longer load `custom-file'.
36854
36855 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
36856
36857 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
36858
36859 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
36860 Don't confuse module-prefixed identifiers for labels.
36861 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
36862
36863 2005-01-02 Richard M. Stallman <rms@gnu.org>
36864
36865 * files.el (basic-save-buffer-1): Fix previous change.
36866
36867 * loadhist.el (file-loadhist-lookup): New function.
36868 (file-provides, file-requires): Use it.
36869
36870 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
36871 instead of calculating the right size.
36872
36873 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
36874
36875 * vc-svn.el (vc-svn-diff): Stay local if possible.
36876
36877 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
36878
36879 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
36880
36881 * files.el (hack-local-variables): Fix last change.
36882
36883 2005-01-02 Jay Belanger <belanger@truman.edu>
36884
36885 * calc/calc-yank.el (calc-edit-top): New variable.
36886 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
36887 object. Change header properties.
36888 (calc-edit-finish, calc-edit-finish-stack-object)
36889 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
36890 edited object.
36891 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
36892 for the beginning of the edited object.
36893 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
36894 for the beginning of the edited object.
36895 * calc/calc-prog.el (calc-edit-macro-finish-edit)
36896 (calc-finish-formula-edit, calc-macro-repeats)
36897 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
36898 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
36899 beginning of the edited object.
36900 (calc-user-define-edit): Change the header for editing macros.
36901 Remove unnecessary variable.
36902
36903 2005-01-01 Jay Belanger <belanger@truman.edu>
36904
36905 * calc/calc-yank.el (calc-edit-mode): Change default header.
36906 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
36907 * calc/calc-store.el (calc-edit-variable): Change title to match new
36908 header.
36909 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
36910 mode to match new header.
36911 (calc-user-define-edit): Change titles to include names of commands.
36912 (calc-finish-formula-edit): Adjust to handle new header.
36913 (calc-finish-macro-edit): Remove.
36914 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
36915 (calc-edit-macro-command, calc-edit-macro-command-type)
36916 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
36917 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
36918 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
36919 (calc-edit-macro-finish-edit): New functions.
36920 (calc-user-define-edit): Use new functions to edit named calc macros.
36921
36922 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
36923
36924 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
36925
36926 * ses.el (copy-region-as-kill): Deactivate mark.
36927
36928 2005-01-01 Richard M. Stallman <rms@gnu.org>
36929
36930 * replace.el (occur-1): If the output buffer is also an input,
36931 don't kill it, rename it.
36932
36933 * faces.el (set-face-background, set-face-foreground): Doc fix.
36934
36935 * cus-face.el (custom-face-attributes): Fix :help-echo strings
36936 for :foreground and :background.
36937
36938 * dired.el (dired-view-command-alist): Variable deleted.
36939 (dired-view-file, dired-mouse-find-file-other-window):
36940 Delete the code to use it.
36941
36942 2005-01-01 Kim F. Storm <storm@cua.dk>
36943
36944 * image.el (insert-sliced-image): Use t for line-height property.
36945
36946 See ChangeLog.11 for earlier changes.
36947
36948 ;; Local Variables:
36949 ;; coding: iso-2022-7bit
36950 ;; add-log-time-zone-rule: t
36951 ;; End:
36952
36953 Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
36954
36955 This file is part of GNU Emacs.
36956
36957 GNU Emacs is free software; you can redistribute it and/or modify
36958 it under the terms of the GNU General Public License as published by
36959 the Free Software Foundation; either version 3, or (at your option)
36960 any later version.
36961
36962 GNU Emacs is distributed in the hope that it will be useful,
36963 but WITHOUT ANY WARRANTY; without even the implied warranty of
36964 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
36965 GNU General Public License for more details.
36966
36967 You should have received a copy of the GNU General Public License
36968 along with GNU Emacs; see the file COPYING. If not, write to the
36969 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
36970 Boston, MA 02110-1301, USA.
36971
36972 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1