]> 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-defs.el (c-version): increase to 5.31.5.
4
5 2008-01-29 Richard Stallman <rms@gnu.org>
6
7 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
8 Doc fix.
9
10 * files.el (hack-local-variables): Don't query about fake variables.
11
12 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
13
14 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
15 gdb-cpp-define-alist-program if file is nil (currently only
16 " *partial-output-...").
17
18 2008-01-27 Alan Mackenzie <acm@muc.de>
19
20 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
21 enhance comments.
22
23 2008-01-27 Richard Stallman <rms@gnu.org>
24
25 * allout.el: Many doc fixes.
26 (allout-encrypt-string): Fix error message.
27
28 2008-01-26 Alan Mackenzie <acm@muc.de>
29
30 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
31 arglist-cont-nonempty.
32
33 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
34 for a brace with syntax arglist-cont-nonempty.
35
36 * progmodes/cc-styles.el (c-style-alist): Add elements for
37 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
38 awk).
39
40 2008-01-26 Alan Mackenzie <acm@muc.de>
41
42 * progmodes/cc-defs.el (c-save-buffer-state): Bind
43 buffer-file-name and buffer-file-truename to nil, to prevent
44 primitives generating "buffer is read only" messages.
45
46 2008-01-26 Eli Zaretskii <eliz@gnu.org>
47
48 * progmodes/etags.el (tags-query-replace): Doc fix.
49
50 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
51
52 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
53 that the filename end is found even when the filename is empty.
54 Fixes error and spurious newlines when marking files for deletion.
55
56 2008-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
57
58 * blank-mode.el: New version 9.1. Handle "long" line tail
59 visualization. Doc fix.
60 (blank-line-length): Renamed to blank-line-column.
61 (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
62 Initialization fix.
63 (blank-replace-spaces-by-tabs): New fun.
64 (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
65
66 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
67
68 * allout.el (allout-unload-function): New function.
69
70 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
71
72 * blank-mode.el: New version 9.0. New commands to clean up some blank
73 problems like trailing blanks. New faces and regexp for visualizing
74 the blank problems. Doc fix.
75 (blank-chars, blank-global-modes, blank-chars-value-list)
76 (blank-toggle-option-alist, blank-help-text): Initialization fix.
77 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
78 (blank-indentation, blank-empty, blank-space-after-tab)
79 (blank-indentation-regexp, blank-empty-at-bob-regexp)
80 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
81 (blank-cleanup, blank-cleanup-region): New commands.
82 (blank-color-on): Code fix.
83
84 2008-01-25 Sven Joachim <svenjoac@gmx.de>
85
86 * view.el (kill-buffer-if-not-modified): Don't pass t to
87 buffer-modified-p.
88
89 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
90
91 * allout.el (allout-prefix-data): Doc fix.
92 (allout-show-current-subtree): Reflow docstring.
93 (allout-use-mode-specific-leader, allout-use-hanging-indents)
94 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
95 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
96 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
97 (allout-copy-topic-as-kill, allout-listify-exposed)
98 (allout-process-exposed, allout-encrypted-key-info)
99 (allout-update-passphrase-mnemonic-aids)
100 (allout-next-topic-pending-encryption)
101 (allout-tests-globally-true): Fix typos in docstrings.
102
103 2008-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
104
105 * vc.el (vc-version-diff): Make sure we shrink the right window.
106
107 2008-01-23 Jason Rumney <jasonr@gnu.org>
108
109 * lpr.el (printer-name): Do not set on MS Windows.
110
111 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
112
113 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
114 blank-mode in some buffers (like *info* buffers). Reported by Juanma
115 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
116 blank-mode faces. Doc fix. New version 8.1.
117 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
118 CONDITION BODY).
119 (blank-space-face): Face/option name replaced by blank-space.
120 (blank-hspace-face): Face/option name replaced by blank-hspace.
121 (blank-tab-face): Face/option name replaced by blank-tab.
122 (blank-newline-face): Face/option name replaced by blank-newline.
123 (blank-trailing-face): Face/option name replaced by blank-trailing.
124 (blank-line-face): Face/option name replaced by blank-line.
125 (blank-space-before-tab-face): Face/option name replaced by
126 blank-space-before-tab.
127 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
128
129 2008-01-20 Glenn Morris <rgm@gnu.org>
130
131 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
132 prevent infloops.
133
134 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
135
136 * progmodes/python.el (python-imports): Default to "None".
137
138 2008-01-19 Dan Nicolaescu <dann@ics.uci.edu>
139
140 * progmodes/sh-script.el (sh-basic-offset):
141 * progmodes/cc-vars.el (c-syntactic-indentation)
142 (c-syntactic-indentation-in-macros): Mark as safe.
143
144 2008-01-19 Juanma Barranquero <lekktu@gmail.com>
145
146 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
147 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
148 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
149 (global-blank-mode): Doc fixes.
150 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
151 (blank-newline-face, blank-trailing-face, blank-line-face)
152 (blank-space-before-tab-face, blank-display-mappings)
153 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
154 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
155 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
156 Fix typos in docstrings.
157
158 2008-01-18 Richard Stallman <rms@gnu.org>
159
160 * icomplete.el (icomplete-get-keys):
161 Look up KEYS using all maps in proper buffer.
162
163 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
164 Miles Bader <miles@gnu.org>
165
166 * blank-mode.el: New file. Minor mode to visualise TAB,
167 (HARD) SPACE, NEWLINE. Miles Bader <miles@gnu.org> wrote the original
168 code for handling display table (via visws.el package), his code was
169 modified, but the main idea was kept.
170
171 2008-01-16 Alan Mackenzie <acm@muc.de>
172
173 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
174 an eval-and-compile, so as to permit byte-compiling (e.g. in
175 bootstrap).
176
177 2008-01-16 Juanma Barranquero <lekktu@gmail.com>
178
179 * frame.el (display-mm-height, display-mm-width):
180 * whitespace.el (whitespace-check-leading-whitespace)
181 (whitespace-check-trailing-whitespace)
182 (whitespace-check-spacetab-whitespace)
183 (whitespace-check-indent-whitespace)
184 (whitespace-check-ateol-whitespace):
185 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
186
187 2008-01-16 Glenn Morris <rgm@gnu.org>
188
189 * comint.el (comint-regexp-arg): Fix no-input case.
190
191 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
192
193 * calendar/icalendar.el (icalendar-export-file)
194 (icalendar-import-file): Restore significant trailing whitespace
195 in `interactive' prompts.
196
197 2008-01-15 Dan Nicolaescu <dann@ics.uci.edu>
198
199 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
200 after-save-hook so that it is not called multiple times.
201
202 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
203
204 2008-01-15 Glenn Morris <rgm@gnu.org>
205
206 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
207
208 2008-01-14 Alan Mackenzie <acm@muc.de>
209
210 * progmodes/cc-vars.el (c-constant-symbol): New function which
211 supersedes c-const-symbol. During a customize-.. call it enables
212 an element of (e.g.) c-hanging-braces alist to have its name
213 displayed, even when the default value of c-h-b etc. doesn't
214 include the elemnt. Replace uses of the old function by the new.
215
216 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
217 obscure non-working fragment ":value c-".
218
219 * progmodes/cc-engine.el (c-guess-basic-syntax): prevent a macro
220 call inside a struct being recognised as a K&R argument.
221
222 2008-01-14 Jason Rumney <jasonr@gnu.org>
223
224 * image.el (image-type): Use image-type-from-file-name (from trunk
225 2007-05-21 Chong Yidong <cyd@stupidchicken.com>).
226
227 2008-01-12 Glenn Morris <rgm@gnu.org>
228
229 * woman.el (woman-parse-numeric-arg): Change handling of `==':
230 can be interned without a function definition.
231
232 2008-01-12 Eli Zaretskii <eliz@gnu.org>
233
234 * view.el (view-file-other-window, view-file-other-frame): Don't
235 kill the buffer if it is modified. Doc fixes.
236 (kill-buffer-if-not-modified): New function.
237 (view-file): Don't kill the buffer if it is modified.
238
239 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete
240 function.
241 (ebrowse-view/find-file-and-search-pattern): Call
242 view-file-other-window instead of ebrowse-view-file-other-window.
243 (ebrowse-view-file-other-frame): Don't call
244 current-window-configuration. Fix second argument in the call to
245 view-mode-enter. Doc fix.
246
247 2008-01-11 Richard Stallman <rms@gnu.org>
248
249 * subr.el (atomic-change-group): Prevent undo list truncation.
250
251 2008-01-11 Martin Rudalics <rudalics@gmx.at>
252
253 * cus-start.el (all): Add missing version entries.
254
255 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
256
257 * files.el (safe-local-eval-forms): Mark
258 (add-hook 'write-file-hooks 'time-stamp) as safe.
259
260 2008-01-10 Nick Roberts <nickrob@snap.net.nz>
261
262 * comint.el (comint-insert-input): Set point first.
263
264 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
265 session doesn't hang because gdb-pending-triggers is non-nil.
266 (gdb-frame-handler): Use buffer-file-name instead of
267 buffer-name in case of duplicate file names.
268
269 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
270
271 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
272 C-M-e and C-M-h for emacs, they work by default.
273 (verilog-emacs-features): Remove.
274 (verilog-setup-dual-comments, verilog-populate-syntax-table):
275 Remove. Move syntax table initialization ...
276 (verilog-mode-syntax-table): ... here.
277 (verilog-mode): Don't initialize the syntax table here.
278 (verilog-mark-defun): Only do something useful for XEmacs, emacs
279 does not need it.
280
281 2008-01-10 Glenn Morris <rgm@gnu.org>
282
283 * shell.el (shell-dirtrack-verbose, shell-mode)
284 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
285 (dirtrack-toggle, dirtrack-mode): No longer alias to
286 shell-dirtrack-mode.
287
288 2008-01-10 Kenichi Handa <handa@ni.aist.go.jp>
289
290 * international/mule-cmds.el (select-safe-coding-system):
291 When a buffer is modified, cancel the writing.
292
293 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
294
295 * progmodes/verilog-mode.el (verilog-booleanp): New function for
296 backward compatibility. Replace all uses of booleanp with
297 verilog-booleanp.
298
299 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
300
301 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
302
303 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
304
305 * progmodes/verilog-mode.el (top-level): Fix spacing.
306 (verilog-mode-version, verilog-mode-release-date): Update version
307 number.
308 (verilog-mode-release-emacs): New variable.
309 (compile-command, reporter-prompt-for-summary-p): Define for byte
310 compiler.
311 (verilog-startup-message-lines)
312 (verilog-startup-message-displayed)
313 (verilog-display-startup-message): Remove.
314 (verilog-highlight-p1800-keywords): Improve docstring.
315 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
316 (vector-skip-list): Only defvar at compile time.
317 (verilog-highlight-translate-off, verilog-indent-level)
318 (verilog-indent-level-module, verilog-indent-level-declaration)
319 (verilog-indent-declaration-macros, verilog-indent-lists)
320 (verilog-indent-level-behavioral)
321 (verilog-indent-level-directive, verilog-cexp-indent)
322 (verilog-case-indent, verilog-auto-newline)
323 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
324 (verilog-tab-to-comment, verilog-indent-begin-after-if)
325 (verilog-align-ifelse, verilog-minimum-comment-distance)
326 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
327 (verilog-auto-endcomments, verilog-auto-read-includes)
328 (verilog-auto-star-expand, verilog-auto-star-save)
329 (verilog-library-flags, verilog-library-directories)
330 (verilog-library-files, verilog-library-extensions)
331 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
332 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
333 (verilog-assignment-delay, verilog-auto-inst-vector)
334 (verilog-auto-inst-template-numbers)
335 (verilog-auto-input-ignore-regexp)
336 (verilog-auto-inout-ignore-regexp)
337 (verilog-auto-output-ignore-regexp)
338 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp): Add
339 safe-local-variable properties.
340 (verilog-statement-menu, verilog-company)
341 (verilog-re-search-forward, verilog-re-search-backward)
342 (verilog-error-regexp-add, verilog-end-block-re)
343 (verilog-emacs-features, verilog-populate-syntax-table)
344 (verilog-setup-dual-comments, verilog-type-font-keywords)
345 (verilog-inside-comment-p, electric-verilog-backward-sexp)
346 (verilog-backward-sexp, verilog-forward-sexp)
347 (verilog-font-lock-init, verilog-mode)
348 (electric-verilog-terminate-line, electric-verilog-semi)
349 (electric-verilog-tab, verilog-insert-1, )
350 (verilog-insert-indices, verilog-generate-numbers)
351 (verilog-comment-region, verilog-label-be)
352 (verilog-beg-of-statement, verilog-in-case-region-p)
353 (verilog-in-struct-region-p, verilog-in-generate-region-p)
354 (verilog-in-fork-region-p, verilog-backward-case-item)
355 (verilog-set-auto-endcomments, verilog-get-expr)
356 (verilog-expand-vector-internal, verilog-surelint-off)
357 (verilog-batch-execute-func, verilog-calculate-indent)
358 (verilog-calc-1, verilog-calculate-indent-directive)
359 (verilog-leap-to-head, verilog-continued-line)
360 (verilog-backward-token, verilog-backward-syntactic-ws)
361 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
362 (verilog-forward-ws&directives, verilog-at-constraint-p)
363 (verilog-skip-backward-comments, verilog-indent-line-relative)
364 (verilog-do-indent, verilog-indent-comment)
365 (verilog-more-comment, verilog-pretty-declarations)
366 (verilog-pretty-expr, verilog-just-one-space)
367 (verilog-indent-declaration, verilog-get-completion-decl)
368 (verilog-goto-defun, verilog-showscopes, verilog-header)
369 (verilog-signals-combine-bus, verilog-read-decls)
370 (verilog-read-always-signals-recurse, verilog-read-instants)
371 (verilog-read-auto-template, verilog-set-define)
372 (verilog-read-defines, verilog-read-signals, verilog-getopt)
373 (verilog-is-number, verilog-expand-dirnames)
374 (verilog-modi-lookup, verilog-modi-cache-results)
375 (verilog-insert-one-definition, verilog-make-width-expression)
376 (verilog-delete-autos-lined, verilog-auto-save-check)
377 (verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst)
378 (verilog-auto-inst-param, verilog-auto-reg)
379 (verilog-auto-reg-input, verilog-auto-wire, )
380 (verilog-auto-output, verilog-auto-output-every)
381 (verilog-auto-input, verilog-auto-inout)
382 (verilog-auto-inout-module, verilog-auto-sense)
383 (verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused)
384 (verilog-auto-ascii-enum, verilog-auto)
385 (verilog-sk-define-signal, verilog-mode-mouse-map)
386 (verilog-load-file-at-mouse, verilog-load-file-at-point)
387 (verilog-library-files): Cleanup spacing of )'s they should not be
388 on unique lines. Fix checkdoc warnings.
389
390 2008-01-09 Glenn Morris <rgm@gnu.org>
391
392 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
393 entry, for Windows.
394
395 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
396
397 * ps-print.el: Some face attributes (like :strike-through) was not
398 being recognised. Reported by Leo <sdl.web@gmail.com>.
399 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
400 (ps-screen-to-bit-face): Fix code.
401
402 2008-01-08 Kevin Ryde <user42@zip.com.au>
403
404 * progmodes/compile.el (compilation-error-regexp-alist-alist):
405 For perl, allow "during global destruction" at end.
406
407 2008-01-08 Glenn Morris <rgm@gnu.org>
408
409 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
410 unified format.
411
412 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
413
414 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
415
416 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
417 quotes in case of spaces, e.g. STL containers (not pretty).
418
419 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
420
421 * vc-hg.el (vc-hg-log-view-mode): Handle the user field better.
422
423 2008-01-07 Nick Roberts <nickrob@snap.net.nz>
424
425 * progmodes/gdb-ui.el (gud-gdb-command-name): Explain
426 "--annotate=3" option is necessary for the Graphical Interface.
427
428 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
429
430 * vc-hg.el (vc-hg-dir-state): Pass the dir argument to
431 vc-hg-command.
432
433 2008-01-07 Glenn Morris <rgm@gnu.org>
434
435 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
436
437 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
438
439 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
440 on menu bar.
441
442 2008-01-06 Michael Albinus <michael.albinus@gmx.de>
443
444 * ffap.el (ffap-read-file-or-url): Let-bind
445 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
446
447 2008-01-05 Sven Joachim <svenjoac@gmx.de>
448
449 * vc-bzr.el: Fix typo in header.
450
451 2008-01-05 Eli Zaretskii <eliz@gnu.org>
452
453 * Makefile.in (custom-deps, finder-data): Depend on autoloads
454 instead of loaddefs.el.
455
456 2008-01-05 Glenn Morris <rgm@gnu.org>
457
458 * progmodes/verilog-mode.el: Replace all instances of
459 string-to-int with string-to-number, insert-string with insert,
460 and read-input with read-string.
461 (top-level): No need to require imenu, reporter, dinotrace, vc,
462 font-lock when compiling. Always require compile. Relegate remaining
463 compatibility cruft to XEmacs. Don't require font-lock.
464 (verilog-version): Remove superfluous concat.
465 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
466 No need to define.
467 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
468 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
469 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
470 (verilog-startup-message-displayed): These are variables, not constants.
471 (verilog-batch-execute-func, verilog-auto-inst)
472 (verilog-auto-inst-param): Use mapc rather than mapcar.
473 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
474 actually defining.
475 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
476 (verilog-modi-get-outputs, verilog-modi-get-inouts)
477 (verilog-modi-get-inputs, verilog-modi-get-wires)
478 (verilog-modi-get-regs, verilog-modi-get-assigns)
479 (verilog-modi-get-consts, verilog-modi-get-gparams)
480 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
481 (verilog-modi-get-sub-inputs): Move inline functions earlier in
482 the file.
483 (sigs-in, sigs-out): Don't declare multiple times.
484 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
485 `defvar'.
486 (verilog-auto): Call dinotrace-unannotate-all only if bound.
487 (verilog-module-inside-filename-p): No need to wrap fboundp test
488 in condition-case.
489 (reporter-submit-bug-report): Autoload it.
490 (verilog-mark-defun): Call zmacs-activate-region only if bound.
491 (verilog-font-customize): Call customize-apropos only if bound.
492 (verilog-getopt-flags, verilog-auto-reeval-locals):
493 Use make-local-variable rather than make-variable-buffer-local.
494 (verilog-company, verilog-project, verilog-modi-cache-list):
495 Move make-variable-buffer-local calls to top-level.
496 (font-lock-defaults-alist): Don't define it.
497 (verilog-need-fld): Remove.
498 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
499 (verilog-mode): Only call make-local-hook on XEmacs.
500 Set font-lock-defaults rather than using verilog-font-lock-init.
501
502 * progmodes/verilog-mode.el (top-level): Don't require compile.
503 (compilation-error-regexp-alist, compilation-last-buffer):
504 Define for compiler.
505 (verilog-insert-1): New function.
506 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
507 Use verilog-insert-1.
508 (verilog-surelint-off): Use next-error-last-buffer if bound.
509 Check compile buffer is live.
510
511 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
512
513 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
514 gets inserted out-of-order.
515
516 2008-01-04 Riccardo Murri <riccardo.murri@gmail.com>
517
518 * vc-bzr.el: Copyright and version headers update.
519 Remove some outdated comments through the whole file.
520 (vc-bzr-program-args): Remove because unused.
521 (vc-bzr-log-switches): New customization option.
522 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
523 use `vc-bzr-program-args'.
524 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
525 `vc-find-root' (patch by Andreas Hoenen).
526 (vc-bzr-status): Update regex to match latest Bzr output.
527 Remove redundant test.
528 (vc-bzr-init-version): New function.
529 (vc-bzr-unregister): Must not delete file.
530 (vc-bzr-find-version): New function.
531 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
532 a non-empty string, otherwise take head revision.
533 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
534 (vc-bzr-diff): Simpler build of the revision spec string.
535 (vc-annotate-convert-time, vc-bzr-annotate-difference):
536 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
537 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
538 (vc-bzr-dired-state-info): Only provide custom strings for
539 overloaded VC state 'edited; otherwise fallback to
540 `vc-default-dired-state-info'.
541
542 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
543
544 * vc-git.el (vc-git-dir-state):
545 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
546
547 2008-01-04 Richard Stallman <rms@gnu.org>
548
549 * delsel.el (delete-selection-mode): Doc fix.
550
551 2008-01-04 Glenn Morris <rgm@gnu.org>
552
553 * version.el (emacs-copyright): Update to 2008.
554
555 2008-01-03 Nick Roberts <nickrob@snap.net.nz>
556
557 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
558 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
559
560 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
561 of watch expressions (only works fully with GDB 6.7 or later).
562
563 2008-01-03 Dan Nicolaescu <dann@ics.uci.edu>
564
565 * time-stamp.el (time-stamp-time-zone):
566 * whitespace.el (whitespace-check-buffer-leading)
567 (whitespace-check-buffer-trailing)
568 (whitespace-check-buffer-indent)
569 (whitespace-check-buffer-spacetab)
570 (whitespace-check-buffer-ateol):
571 * progmodes/sh-script.el (sh-indentation):
572 * textmodes/ispell.el (ispell-local-pdict):
573 Add safe-local-variable properties.
574
575 2007-12-31 Richard Stallman <rms@gnu.org>
576
577 * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
578 Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
579 `parent'.
580 (custom-group-value-create): Pass two args to custom-add-parent-links.
581
582 2007-12-29 Richard Stallman <rms@gnu.org>
583
584 * font-lock.el (font-lock-prepend-text-property)
585 (font-lock-append-text-property): Canonicalize the face and
586 font-lock-face properties.
587
588 * faces.el (facep): Doc fix.
589
590 * startup.el (fancy-startup-tail, fancy-about-text)
591 (fancy-startup-text): Regularize format of face property.
592
593 * facemenu.el (list-colors-print): Use :background and :foreground
594 instead of background-color and foreground-color.
595
596 2007-12-29 Drew Adams <drew.adams@oracle.com>
597
598 * cus-edit.el (custom-add-parent-links):
599 Fill the "Parent documentation" text.
600
601 2007-12-29 Eli Zaretskii <eliz@gnu.org>
602
603 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
604 MS-Windows and MS-DOS.
605 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
606
607 2007-12-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
608
609 * progmodes/grep.el (rgrep): Fix last change.
610
611 2007-12-27 Richard Stallman <rms@gnu.org>
612
613 * progmodes/compile.el (compilation-start): Set initial visible
614 point properly even when compilation buffer already current.
615
616 2007-12-26 Richard Stallman <rms@gnu.org>
617
618 * files.el (conf-mode-maybe): New function.
619 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
620
621 2007-12-26 Martin Rudalics <rudalics@gmx.at>
622
623 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
624
625 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
626
627 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
628
629 2007-12-25 Richard Stallman <rms@gnu.org>
630
631 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
632 so they never do EOF.
633
634 2007-12-23 Richard Stallman <rms@gnu.org>
635
636 * dired-aux.el: Load dired.el at run time too.
637
638 * faces.el (copy-face): Create the new face explicitly if it
639 does not exist already.
640
641 2007-12-23 Andreas Schwab <schwab@suse.de>
642
643 * files.el (switch-to-buffer-other-frame): Return the buffer
644 switched to.
645
646 2007-12-23 Juri Linkov <juri@jurta.org>
647
648 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
649 item to about-emacs instead of display-splash-screen.
650
651 2007-12-22 Eli Zaretskii <eliz@gnu.org>
652
653 * simple.el (minibuffer-history, shell-command-history)
654 (set-variable-value-history):
655 * replace.el (regexp-history):
656 * international/mule-cmds.el (input-method-history):
657 * files.el (file-name-history): Add reference to history-length in
658 the doc string.
659
660 2007-12-22 Richard Stallman <rms@gnu.org>
661
662 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
663
664 2007-12-21 Jason Rumney <jasonr@gnu.org>
665
666 * find-dired.el (find-name-arg): New custom variable.
667 (find-name-dired): Use it.
668 (find-dired-find-program): Remove.
669 (find-dired): Use find-program.
670 (find-grep-dired): Use grep-program.
671
672 * progmodes/grep.el (rgrep): Use find-name-arg.
673
674 2007-12-21 Martin Rudalics <rudalics@gmx.at>
675
676 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
677 specifier from format-string. Reported by Ye Wenbin.
678
679 2007-12-19 Martin Rudalics <rudalics@gmx.at>
680
681 * cus-start.el: Use correct group name for members of mode-line group.
682
683 2007-12-17 Thien-Thi Nguyen <ttn@gnuvola.org>
684
685 * progmodes/cc-vars.el (defcustom-c-stylevar):
686 Revert to pre-2007-12-12 version.
687
688 2007-12-15 Richard Stallman <rms@gnu.org>
689
690 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
691
692 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
693 Use changed.
694
695 * startup.el (fancy-splash-help-echo): Var deleted.
696 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
697 (fancy-about-screen): Don't display fancy-splash-help-echo.
698
699 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
700
701 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
702
703 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
704
705 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
706
707 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
708 function.
709 (add-submenu): Only define for XEmacs.
710 (verilog-regexp-words): Revert previous change, keep the other
711 definition.
712
713 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
714
715 * progmodes/perl-mode.el (perl-continued-statement-offset)
716 (perl-continued-brace-offset, perl-brace-offset)
717 (perl-brace-imaginary-offset, perl-label-offset):
718 * progmodes/cperl-mode.el (cperl-brace-offset)
719 (cperl-continued-brace-offset, cperl-label-offset)
720 (cperl-continued-statement-offset)
721 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
722 Add safe-local-variable properties.
723
724 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
725
726 * progmodes/verilog-mode.el (verilog-mode-map)
727 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
728 (verilog-colorize-include-files): Use only overlay functions so
729 that it can work on both emacs and XEmacs.
730 (set-extent-keymap): Remove unused defun.
731 (verilog-kill-existing-comment, verilog-insert-date)
732 (verilog-insert-year): Rename in order not to pollute the global
733 namespace from kill-existing-comment, insert-date and
734 insert-year, respectively.
735 (verilog-set-auto-endcomments, verilog-header): Update callers.
736
737 * files.el (auto-mode-alist): Recognize verilog files.
738
739 * progmodes/verilog-mode.el (verilog-string-replace-matches)
740 (verilog-string-remove-spaces, verilog-re-search-forward)
741 (verilog-re-search-backward, verilog-re-search-forward-quick)
742 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
743 (verilog-get-end-of-line, verilog-within-string): Move definitions
744 before first use. No code changes.
745
746 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
747
748 * progmodes/verilog-mode.el (verilog-mode-version)
749 (verilog-mode-release-date): Don't use expanding keywords.
750 (provide): Move to the end of file.
751 (fboundp): Don't check if eval-when-compile is bound, it is used
752 later in the file without checking.
753 (when, unless): Copy definitions from subr.el.
754 (char-before, defcustom, defface, customize-group)
755 (verilog-batch-error-wrapper): Don't use old style backquotes.
756 (verilog-regexp-opt): Avoid using the cl function case.
757 (verilog-regexp-words): Remove duplicated definition.
758 (verilog-mode-abbrev-table): Remove, duplicate.
759 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
760 Declare and initialize in one step.
761 (verilog-declaration-prefix-re, verilog-declaration-re)
762 (verilog-end-of-statement, verilog-indent-declaration)
763 (verilog-get-lineup-indent): Remove trailing whitespace.
764 (verilog-mode): Fix autoload cookie.
765 Set beginning-of-defun-function and end-of-defun-function.
766 Use when instead of if.
767 (verilog-emacs-features, verilog-auto-ascii-enum)
768 (verilog-insert-indices): Escape braces in doc strings.
769
770 2007-12-08 Michael McNamara <mac@verilog.com>
771 Wilson Snyder <wsnyder@wsnyder.org>
772
773 * progmodes/verilog-mode.el: New file.
774
775 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
776
777 * international/latexenc.el (latexenc-find-file-coding-system):
778 If both coding-system-for-write and buffer-file-coding-system of
779 latex-main-file are nil, use `undecided'.
780
781 2007-12-06 Jason Rumney <jasonr@gnu.org>
782
783 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
784
785 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
786
787 * ido.el (ido-save-history): Use emacs-mule coding system
788 instead of utf-8 to save filenames (it's safer in Emacs 22).
789 Set the `coding' local variable on the first line of the file.
790
791 2007-12-04 Karl Fogel <kfogel@red-bean.com>
792
793 * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
794 coding system. This ports revisions 1.40 and 1.41 over to the
795 EMACS_22_BASE branch, but with the right coding system for Emacs
796 22 to reliably record filenames. Suggested by Eli Zaretskii.
797
798 2007-12-01 Richard Stallman <rms@gnu.org>
799
800 * wid-edit.el (widget-type): Doc fix.
801
802 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
803
804 * emacs-lisp/byte-run.el (declare-function): Change to a macro.
805
806 2007-12-01 Alexandre Julliard <julliard@winehq.org>
807
808 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
809
810 2007-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
811
812 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
813 Don't match "sub { (...) ... }".
814
815 2007-11-29 Richard Stallman <rms@gnu.org>
816
817 * international/mule-cmds.el (toggle-input-method-active): New var.
818 (toggle-input-method): Bind toggle-input-method-active to t.
819 Error if it was already non-nil.
820
821 2007-11-29 Glenn Morris <rgm@gnu.org>
822
823 * calendar/time-date.el (with-decoded-time-value): Doc fix.
824
825 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
826
827 * calendar/time-date.el (encode-time-value): Doc fix.
828
829 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
830
831 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
832
833 2007-11-24 Kenichi Handa <handa@m17n.org>
834
835 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
836
837 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
838
839 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
840
841 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
842
843 * textmodes/paragraphs.el (forward-sentence): Doc fix.
844 Reported by Drew Adams <drew.adams@oracle.com>.
845
846 2007-11-20 Glenn Morris <rgm@gnu.org>
847
848 * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
849 for compatibility with Emacs 23.
850
851 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
852
853 * replace.el (map-query-replace-regexp): Doc fix (revert part of
854 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
855
856 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
857
858 * progmodes/gdb-ui.el: Update commentary.
859
860 2007-11-16 Eli Zaretskii <eliz@gnu.org>
861
862 * international/mule-cmds.el (set-locale-environment):
863 Set default-file-name-coding-system _after_ keyboard and terminal
864 coding systems. This fixes last change.
865
866 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
867 one space after "Subject:".
868
869 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
870
871 * subr.el (make-variable-frame-local):
872 Fix typo in obsolescence declaration.
873
874 2007-11-16 Glenn Morris <rgm@gnu.org>
875
876 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
877
878 2007-11-16 Rob Riepel <riepel@Stanford.EDU>
879
880 * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
881 (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
882 (tpu-scroll-window-up): Replace next-line-internal -> line-move.
883
884 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
885
886 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
887 in order to determine if there's a conflict.
888
889 2007-11-16 Juri Linkov <juri@jurta.org>
890
891 * man.el (Man-heading-regexp): Add 0-9.
892 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
893
894 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
895
896 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
897 Fix typo in docstring.
898
899 * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
900 (cua-highlight-region-shift-only): Doc fix.
901
902 2007-11-15 Richard Stallman <rms@gnu.org>
903
904 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
905
906 * reposition.el (reposition-window):
907 Binding C-M-l moved to bindings.el.
908
909 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
910
911 * add-log.el (add-change-log-entry-other-window):
912 Key binding C-x 4 a moved to bindings.el.
913
914 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
915 from filecache.el.
916
917 * filecache.el: Minibuffer map bindings moved to bindings.el.
918
919 2007-11-14 Jason Rumney <jasonr@gnu.org>
920
921 * international/mule-cmds.el (set-locale-environment):
922 Set default-file-name-coding-system from system defaults on Windows.
923
924 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
925
926 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
927 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
928 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
929 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
930 locations.
931 (gdb-info-breakpoints-custom, gdb-assembler-custom)
932 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
933 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
934
935 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
936
937 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
938 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
939 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
940 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
941 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
942 Rewrite in active voice.
943
944 2007-11-10 Juri Linkov <juri@jurta.org>
945
946 * startup.el: Backport startup screen related changes from the trunk.
947 (initialization): Change group to `environment'.
948 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
949 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
950 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
951 (initial-scratch-message): Fix docstring.
952 (startup-screen-inhibit-startup-screen)
953 (pure-space-overflow-message): New variables.
954 (command-line): Rename `inhibit-startup-message' to
955 `inhibit-startup-screen'.
956 (initial-scratch-message): Doc fix.
957 (fancy-splash-text): Remove variable.
958 (fancy-startup-text, fancy-about-text, splash-screen-keymap):
959 New variables.
960 (fancy-splash-delay, fancy-splash-max-time)
961 (fancy-current-text, fancy-splash-stop-time)
962 (fancy-splash-outer-buffer, fancy-splash-last-input-event):
963 Remove variables.
964 (fancy-splash-insert): Use help-echo from the 3rd element of the
965 link specification list, or "Follow this link" if it's nil. Doc fix.
966 Allow functions for face and link specs.
967 (fancy-splash-tail): Remove function.
968 (fancy-startup-tail): New function.
969 (fancy-splash-default-action, fancy-splash-special-event-action)
970 (fancy-splash-screens): Remove functions.
971 (fancy-about-screen): New function.
972 (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
973 Fix docstring. Use argument `startup' to conditionally display
974 different texts for Startup and About screens. Don't display Help
975 commands on the About screen. Remove `unwind-protect' `sit-for'
976 delay and `kill-buffer' after it.
977 (normal-mouse-startup-screen, normal-splash-screen)
978 (normal-no-mouse-startup-screen): New functions.
979 (startup-echo-area-message): Change text of the echo area.
980 (display-splash-screen): Remove function.
981 (display-startup-screen, display-about-screen): New functions.
982 (about-emacs): Make alias to `display-about-screen'.
983 (display-splash-screen): Make alias to `display-startup-screen'.
984 (command-line-1): Rename `inhibit-startup-message' to
985 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
986 started with command line options "-f", "-funcall", "-e", "-eval",
987 "-execute", "-insert", "-find-file", "-file", "-visit".
988 Inhibit startup screen when Emacs is started with a file name only
989 on tty (i.e. don't inhibit it when started with a file name like
990 "emacs FILE..." on a window system).
991 Comment out unused code for coping with the old sit-for behavior.
992 If file-count > 0, then display the concise version in another
993 window, otherwise display full version in the same window.
994 * loadup.el: Add `button'. Move up `startup'.
995 * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
996 * version.el (emacs-copyright): Add emacs-copyright.
997 * menu-bar.el (menu-bar-help-menu):
998 Move "About Emacs" and "About GNU" to the end of the Help menu.
999 Move "Emacs Psychotherapist" after "Send Bug Report...".
1000 Move "External Packages" after "Find Emacs Packages".
1001
1002 2007-11-10 Jason Rumney <jasonr@gnu.org>
1003
1004 * w32-fns.el: Sync charset names with setup-default-fontset.
1005 Append "-1" where second part missing.
1006
1007 * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
1008
1009 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
1010
1011 * ido.el (ido-save-history): Write the history file in UTF-8,
1012 and add `coding' file-local variable.
1013
1014 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1015
1016 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
1017 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
1018 (iso-iso2duden-trans-tab): Add docstring.
1019
1020 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1021
1022 * faces.el (face-normalize-spec): Remove function.
1023 (frame-set-background-mode): Undo last change.
1024
1025 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1026
1027 * files.el (enable-local-variables): Doc fix.
1028
1029 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
1030
1031 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
1032 match dir like "a...b".
1033
1034 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
1035
1036 * eshell/esh-mode.el (eshell-output-filter):
1037 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
1038 Use `with-current-buffer'.
1039
1040 2007-11-05 Nick Roberts <nickrob@snap.net.nz>
1041
1042 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
1043
1044 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
1045
1046 * net/tls.el: Require rx when compiling.
1047 (tls-end-of-info): New variable.
1048 (open-tls-stream): Keep reading input until `tls-end-of-info' is
1049 matched.
1050
1051 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1052
1053 * simple.el (bad-packages-alist): Anchor semantic regexp.
1054
1055 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
1056
1057 * files.el (hack-local-variables): Fix membership tests to avoid
1058 treating all variables as safe if `enable-local-variables' is
1059 set to :safe (CVE-2007-5795).
1060
1061 2007-11-02 Glenn Morris <rgm@gnu.org>
1062
1063 * progmodes/etags.el (tags-table-mode): Disable undo.
1064
1065 * simple.el (bad-packages-alist): Revert previous change.
1066
1067 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1068
1069 * printing.el (printing): Fix :version, printing.el was included
1070 in emacs-22.1.
1071 (pr-path-style, pr-path-alist, pr-txt-name)
1072 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
1073 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
1074 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
1075 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
1076 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
1077 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
1078 (pr-setting-database, pr-visible-entry-list)
1079 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
1080 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
1081 :version.
1082
1083 2007-11-01 Glenn Morris <rgm@gnu.org>
1084
1085 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
1086
1087 * mail/footnote.el (footnote-numeric-regexp)
1088 (footnote-english-upper-regexp, footnote-english-lower-regexp)
1089 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
1090 Match multi-character footnotes.
1091
1092 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
1093 (nroff-indent-line-function): New function.
1094 (nroff-count-text-lines): Use nroff-forward-text-line rather than
1095 obsolete alias.
1096
1097 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
1098
1099 * net/tramp.el (tramp-open-connection-telnet)
1100 (tramp-open-connection-rsh, tramp-open-connection-su)
1101 (tramp-open-connection-multi): Set $LC_ALL to "C".
1102
1103 2007-10-31 Sven Joachim <svenjoac@gmx.de>
1104
1105 * dired-aux.el (dired-copy-file-recursive):
1106 Preserve directory permissions.
1107
1108 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1109
1110 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
1111 (whitespace-unload-function): New-style unload function. When run,
1112 unintern `whitespace-unload-hook' and call `unload-feature' recursively
1113 to stop the old hook from messing with the unloading.
1114
1115 * strokes.el (strokes-alphabetic-lessp): Doc fix.
1116
1117 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
1118
1119 * emacs-lisp/find-func.el (find-library): Use library at
1120 point as default interactive argument.
1121
1122 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1123
1124 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
1125 (elp-unset-master, elp-results): Fix typos.
1126 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
1127 Doc fixes.
1128
1129 * msb.el (msb--many-menus): Remove variable.
1130 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
1131 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
1132 (msb--toggle-menu-type): Fix typos in docstrings.
1133
1134 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
1135 (shadow-insert-var): Doc fixes.
1136 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
1137 Reflow docstrings.
1138 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
1139
1140 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
1141
1142 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
1143 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
1144 Fix typos in autoload docstrings.
1145
1146 * loadhist.el (unload-feature): Remove redundant check.
1147
1148 2007-10-30 Richard Stallman <rms@gnu.org>
1149
1150 * savehist.el (savehist-save): Obey savehist-ignored-variables.
1151
1152 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
1153
1154 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
1155 (gdb-var-update-handler-1): Use it.
1156
1157 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
1158
1159 * loadhist.el (unload-feature): Remove erroneous check for the
1160 FEATURE-unload-function variable; check the existence of the
1161 function (that's what the docstring says, and it makes more sense).
1162
1163 * follow.el (follow-unload-function): Add docstring.
1164 (follow-unload-function): Remove variable.
1165
1166 * server.el (server-unload-function): Remove variable.
1167 (server-unload-function): Unbind `server-edit' from `C-x #'.
1168
1169 * uniquify.el (uniquify-unload-function): Add docstring.
1170 (uniquify-unload-function): Remove variable.
1171
1172 * ses.el (ses-unload-function): New function.
1173
1174 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
1175
1176 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
1177 (unsafep-progn, unsafep-let): Fix typos in docstrings.
1178
1179 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
1180 before use to avoid a warning in packages that require uniquify.
1181 (uniquify-unload-function): New function and var.
1182
1183 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
1184
1185 * loadhist.el (unload-feature-special-hooks):
1186 Add `delete-frame-functions'.
1187
1188 * server.el (server-unload-function): Rename from `server-unload-hook'
1189 and adapt to new `unload-feature' functionality. Remove hook from
1190 `kill-buffer-hook' buffer-locally.
1191 (server-unload-hook): Remove.
1192 (server-unload-function): New var; replaces `server-unload-hook'.
1193
1194 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
1195
1196 * desktop.el (uniquify-managed): Pacify byte compiler.
1197 (desktop-buffer-info): If the buffer name is managed by uniquify,
1198 save the base name, not the uniquified one.
1199 (desktop-create-buffer): Allow `rename-buffer' to generate a new
1200 name in case of conflict.
1201
1202 2007-10-26 Glenn Morris <rgm@gnu.org>
1203
1204 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
1205 safe-local-variable property.
1206
1207 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
1208
1209 * net/browse-url.el (browse-url-browser-function): Delete grail.
1210 (browse-url-grail): Function and variable deleted.
1211 (browse-url-browser-function): Delete IXI Mosaic.
1212 (browse-url-default-browser): Don't try IXI Mosaic.
1213 (browse-url-iximosaic): Function deleted.
1214 (browse-url-browser-function): Delete MMM.
1215 (browse-url-default-browser): Don't try MMM.
1216 (browse-url-mmm): Function deleted.
1217
1218 2007-10-25 Glenn Morris <rgm@gnu.org>
1219
1220 * progmodes/f90.el (f90-indented-comment-re)
1221 (f90-directive-comment-re, f90-break-delimiters):
1222 * progmodes/fortran.el (fortran-comment-line-start-skip)
1223 (fortran-directive-re):
1224 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
1225 as safe if they are strings.
1226
1227 2007-10-25 Richard Stallman <rms@gnu.org>
1228
1229 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
1230
1231 2007-10-24 Richard Stallman <rms@gnu.org>
1232
1233 * savehist.el (savehist-save): Omit unreadable elements.
1234
1235 * loadhist.el (unload-function-defs-list): Renamed from
1236 unload-function-features-list.
1237 (unload-feature-special-hooks, unload-feature): Doc fixes.
1238
1239 * indent.el (indent-to-left-margin): If point's in the indentation,
1240 move to the end of the indentation.
1241
1242 * cus-edit.el (customize-changed-options): Make arg optional.
1243
1244 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
1245
1246 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
1247
1248 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1249
1250 * textmodes/css-mode.el: Require CL.
1251 (comment-continue): Declare.
1252
1253 * subr.el (make-variable-frame-localizable): Remove.
1254 (make-variable-frame-local): Mark obsolete.
1255
1256 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
1257
1258 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
1259 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
1260
1261 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
1262
1263 * comint.el (comint-password-prompt-regexp):
1264 Handle `[sudo] password'-style prompt.
1265
1266 2007-10-23 Glenn Morris <rgm@gnu.org>
1267
1268 * progmodes/f90.el (f90-do-indent, f90-if-indent)
1269 (f90-type-indent, f90-program-indent)
1270 (f90-continuation-indent, f90-comment-region)
1271 (f90-beginning-ampersand, f90-smart-end)
1272 (f90-break-before-delimiters, f90-auto-keyword-case)
1273 (f90-leave-line-no, f90-mode-hook):
1274 Give an appropriate safe-local-variable property.
1275 (f90-font-lock-keywords-2): Fix `go to' regexp.
1276
1277 * progmodes/fortran.el (fortran-tab-mode-default)
1278 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
1279 (fortran-structure-indent, fortran-continuation-indent)
1280 (fortran-comment-indent, fortran-comment-line-extra-indent)
1281 (fortran-comment-line-start)
1282 (fortran-minimum-statement-indent-fixed)
1283 (fortran-minimum-statement-indent-tab)
1284 (fortran-comment-indent-char, fortran-line-number-indent)
1285 (fortran-check-all-num-for-matching-do)
1286 (fortran-blink-matching-if, fortran-continuation-string)
1287 (fortran-comment-region, fortran-electric-line-number)
1288 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1289 (fortran-analyze-depth, fortran-break-before-delimiters):
1290 Give an appropriate safe-local-variable property.
1291
1292 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1293
1294 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
1295 of the subdirs is unreadable.
1296
1297 2007-10-22 Martin Rudalics <rudalics@gmx.at>
1298
1299 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
1300 Use window-full-width-p.
1301
1302 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1303
1304 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
1305 (tpu-edt-off): Use it.
1306 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
1307 the global-map before adding it to global-map.
1308
1309 * menu-bar.el (global-buffers-menu-map): New var.
1310 (global-map, menu-bar-update-buffers): Use it.
1311 * msb.el (msb-menu-bar-update-buffers): Use it.
1312 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
1313 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
1314 Use with-current-buffer.
1315
1316 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1317
1318 * hexl.el (hexl-menu): New major mode menu.
1319
1320 2007-10-20 Glenn Morris <rgm@gnu.org>
1321
1322 * progmodes/f90.el (f90-font-lock-keywords-2)
1323 (f90-looking-at-type-like): Fix regexp typos.
1324
1325 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1326
1327 * bs.el (bs-mode): Add mode name (accidentally left out
1328 in the 2007-10-16 change).
1329
1330 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1331
1332 * bs.el (bs--track-window-changes): Don't refresh the whole list.
1333 (bs-mode): Set mode-class property to special.
1334
1335 * follow.el (follow-unload-function): New function.
1336
1337 * loadhist.el (unload-function-features-list):
1338 Rename from `unload-hook-features-list'.
1339 (unload-hook-features-list): Add as obsolete alias.
1340 (unload-feature): Use `unload-function-features-list'
1341 and new FEATURE-unload-function.
1342
1343 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
1344
1345 * loadhist.el (unload-feature-special-hooks):
1346 Update list of special hooks.
1347
1348 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
1349 (adaptive-fill-function): Doc fix. Remove * from docstring.
1350
1351 2007-10-18 Glenn Morris <rgm@gnu.org>
1352
1353 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
1354
1355 2007-10-17 Aaron Hawley <aaronh@garden.org>
1356
1357 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1358 position is not saved.
1359
1360 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
1361
1362 * longlines.el (longlines-wrap-follows-window-size): Integer value
1363 specifies wrapping margin.
1364 (longlines-mode, longlines-window-change-function):
1365 Set window-specific wrapping margin based on the above.
1366
1367 2007-10-17 John Wiegley <johnw@newartisans.com>
1368
1369 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1370
1371 2007-10-17 Glenn Morris <rgm@gnu.org>
1372
1373 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1374 Tweak regexp to avoid stack overflow.
1375
1376 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1377
1378 * simple.el (reindent-then-newline-and-indent): Don't assume that
1379 indent-according-to-mode preserves point.
1380
1381 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
1382
1383 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
1384 (bs--restore-window-config): Keep the selected frame.
1385 (bs--track-window-changes, bs--remove-hooks): New functions.
1386 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
1387 (bs--show-with-configuration): Revert 2006-11-09 change.
1388 Don't reuse window unless it is visible on the selected frame.
1389 Restore window configuration (possibly in a different frame)
1390 before creating any window.
1391
1392 2007-10-16 Richard Stallman <rms@gnu.org>
1393
1394 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1395 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1396 (ad-is-advised, ad-get-advice-info-field)
1397 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1398
1399 2007-10-16 Glenn Morris <rgm@gnu.org>
1400
1401 * simple.el (blink-matching-open): Don't report false errors with
1402 the `$' syntax class.
1403
1404 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1405
1406 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1407 (filesets-ormap, filesets-sort-case-sensitive-flag)
1408 (filesets-remake-shortcut, filesets-ingroup-collect-files):
1409 Fix typos in docstrings.
1410 (filesets-data-get-name, filesets-data-get-data)
1411 (filesets-data-set, filesets-cmd-query-replace-getargs)
1412 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
1413
1414 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1415
1416 * term/mac-win.el: Don't require url when compiling, as url-type is
1417 no longer a macro.
1418
1419 2007-10-14 Glenn Morris <rgm@gnu.org>
1420
1421 * progmodes/etags.el (select-tags-table): Disable undo in the
1422 `*Tags Table List*' buffer.
1423
1424 2007-10-13 Eli Zaretskii <eliz@gnu.org>
1425
1426 * dired.el (dired-warn-writable): New face.
1427 (dired-warn-writable-face): New variable.
1428 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1429 of dired-warning-face, for group- and world-writable files.
1430
1431 2007-10-13 Glenn Morris <rgm@gnu.org>
1432
1433 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1434 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1435 Add doc string, and an explicit COUNT argument.
1436 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1437 `inc' to search functions.
1438
1439 2007-10-13 John W. Eaton <jwe@octave.org>
1440
1441 * progmodes/octave-mod.el (octave-looking-at-kw)
1442 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1443 New functions.
1444 (octave-in-defun-p, calculate-octave-indent)
1445 (octave-blink-matching-block-open, octave-beginning-of-defun)
1446 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
1447 to search for regexps that contain case-sensitive keywords.
1448 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
1449 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1450
1451 2007-10-13 Richard Stallman <rms@gnu.org>
1452
1453 * files.el (directory-abbrev-alist): Doc fix.
1454
1455 2007-10-13 Jari Aalto <jari.aalto@cante.net>
1456
1457 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1458
1459 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1460
1461 * frame.el (set-frame-configuration): Assign name parameter only
1462 if it has been set explicitly before.
1463
1464 * window.el (handle-select-window): Revert part of 2007-10-06
1465 change setting the input focus.
1466
1467 2007-10-12 Glenn Morris <rgm@gnu.org>
1468
1469 * cus-edit.el (custom-variable-menu, custom-face-menu)
1470 (custom-group-menu): Check init-file-user rather than
1471 user-init-file, in case cus-edit is loaded by site-run-file.
1472
1473 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1474
1475 * follow.el (follow-stop-intercept-process-output):
1476 Use `follow-call-process-filter' rather than `process-filter'.
1477
1478 2007-10-11 Tom Tromey <tromey@redhat.com>
1479
1480 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1481 frame is visible.
1482
1483 2007-10-10 Richard Stallman <rms@gnu.org>
1484
1485 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1486 in *Backtrace*.
1487
1488 * faces.el (face-font-selection-order): Doc fix.
1489
1490 * loadhist.el (unload-feature): Doc fix.
1491
1492 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1493
1494 * ps-print.el: Fix the usage of :foreground and :background face
1495 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1496 (ps-print-version): New version 6.7.6.
1497 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
1498 Fix code.
1499 (ps-face-foreground-color-p, ps-face-background-color-p)
1500 (ps-face-color-p): New inline funs.
1501
1502 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
1503
1504 * follow.el: Change all instances of "Follow Mode" to "Follow
1505 mode" in docstrings and messages.
1506
1507 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
1508
1509 * faces.el (face-font-selection-order): Doc fix.
1510
1511 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
1512 (follow-mode-off-hook): Mark as obsolete.
1513
1514 2007-10-08 Richard Stallman <rms@gnu.org>
1515
1516 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
1517 (edebug-install-custom-print, edebug-reset-print-funcs)
1518 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
1519 Functions deleted.
1520 (edebug-prin1, edebug-print, edebug-prin1-to-string)
1521 (edebug-format, edebug-message): Define directly as aliases.
1522
1523 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1524
1525 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
1526
1527 2007-10-07 Glenn Morris <rgm@gnu.org>
1528
1529 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
1530 version numbers.
1531
1532 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
1533
1534 * net/tramp.el (tramp-completion-mode): Extend doc-string.
1535 (tramp-completion-mode-p): Revert change from 2007-09-24.
1536 Checking for `return' etc as last character is not sufficient, for
1537 example in dired-mode when entering <g> (revert-buffer) or
1538 <s> (dired-sort).
1539
1540 2007-10-06 Martin Rudalics <rudalics@gmx.at>
1541
1542 * window.el (mouse-autoselect-window-cancel): Don't cancel for
1543 select-window or select-frame events.
1544 (handle-select-window): When autoselecting window set input
1545 focus. Restructure.
1546
1547 * frame.el (focus-follows-mouse): Moved to frame.c.
1548 * cus-start.el (all): Add focus-follows-mouse.
1549
1550 2007-10-05 Chris Moore <dooglus@gmail.com>
1551
1552 * server.el (server-kill-new-buffers): Doc fix.
1553
1554 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
1555
1556 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
1557 activate font-locking in the *buffer-selection* buffer.
1558 (bs-show-sorted): Doc fix.
1559
1560 * bs.el (bs--get-marked-string, bs--get-modified-string)
1561 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1562 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
1563 (bs--format-aux): Doc fix.
1564
1565 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1566
1567 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
1568
1569 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1570
1571 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
1572
1573 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
1574
1575 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
1576 (gud-gdb): New function for old M-x gdb (text command mode).
1577 (gud-gdb-command-name, gdb): Move to...
1578
1579 * progmodes/gdb-ui.el: ...here and adapt doc string.
1580 (gud-gdba-command-name, gdba): Delete.
1581
1582 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
1583
1584 * bs.el: Don't defvar `font-lock-verbose'.
1585 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
1586 (bs--get-file-name): Fix typos in docstrings.
1587 (bs--show-header): Use `dolist' instead of `mapcar'.
1588 (bs-mode): Set `show-trailing-whitespace' to nil.
1589 (bs-buffer-sort-function, bs-mouse-select-other-frame)
1590 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
1591 Doc fixes.
1592
1593 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
1594
1595 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
1596
1597 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
1598
1599 * progmodes/gud.el (gdb): Make graphical mode the default and
1600 switch to text command mode if appropriate, i.e., reverse previous
1601 arrangement.
1602 (gud-gdb-marker-filter): Adapt for above change.
1603
1604 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
1605 gud-minor-mode and gud-marker-filter.
1606 (gdb-fullname-regexp): New variable.
1607 (gud-gdba-marker-filter): Use it to switch to text command
1608 mode if appropriate.
1609
1610 2007-10-02 Richard Stallman <rms@gnu.org>
1611
1612 * frame.el (cursor-in-non-selected-windows): Doc fix.
1613
1614 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
1615
1616 * progmodes/gud.el (gud-display-line): Find source buffer even when
1617 GUD buffer has its own frame.
1618
1619 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1620
1621 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1622
1623 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1624
1625 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1626
1627 2007-09-29 Martin Rudalics <rudalics@gmx.at>
1628
1629 * allout.el (allout-before-change-handler): Replace got-char by
1630 goto-char.
1631
1632 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1633
1634 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
1635 Used to try and automatically enabled smerge-mode in the presence of
1636 conflicts and to call `svn resolved' when the conflicts are gone.
1637 (vc-svn-parse-status): Remember the svn-specific status.
1638
1639 * newcomment.el (comment-choose-indent): New function extracted
1640 from comment-indent. Improve the alignment algorithm.
1641 (comment-indent): Use it.
1642
1643 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
1644
1645 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
1646 (eldoc-message-commands, eldoc-current-idle-delay):
1647 Fix typos in docstrings.
1648
1649 * progmodes/python.el (python-eldoc-function): Doc fix.
1650
1651 2007-09-26 Eli Zaretskii <eliz@gnu.org>
1652
1653 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
1654 menu-bar-apropos-menu. All users changed.
1655 (menu-bar-help-menu): Change menu symbols to better match the text
1656 displayed by the menu.
1657
1658 2007-09-25 Glenn Morris <rgm@gnu.org>
1659
1660 * view.el (view-search-no-match-lines): Add a doc string.
1661 Rewrite to simplify and work better.
1662
1663 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
1664
1665 * net/tramp.el (tramp-completion-mode-p): Rename from
1666 `tramp-completion-mode'. Revert logic, check `return', `newline'
1667 and such alike. Packages like Icicles tend to use other completion
1668 characters but `tab' and `space' only.
1669 (top): Require cl.el, when `copy-tree' is not available otherwise.
1670
1671 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
1672 `ad-get-arg'.
1673
1674 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
1675
1676 * net/tramp-vc.el (tramp-vc-user-login-name):
1677 Use `vc-find-version' instead of `process-file' to check whether we
1678 have a new enough vc that doesn't need the defadvice.
1679
1680 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
1681
1682 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
1683 #, @, : and ^.
1684
1685 2007-09-23 Glenn Morris <rgm@gnu.org>
1686
1687 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
1688
1689 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1690
1691 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
1692
1693 * log-view.el (log-view-mode-map): Likewise.
1694
1695 * diff-mode.el (diff-mode-shared-map): Likewise.
1696
1697 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
1698
1699 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
1700 add inferior-octave-directory-tracker to the buffer-local value
1701 of comint-input-filter-functions.
1702
1703 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1704
1705 * files.el (file-name-sans-versions): Also allow `A-Z'.
1706
1707 * vc.el: Mention all supported VC backends.
1708
1709 2007-09-22 Richard Stallman <rms@gnu.org>
1710
1711 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
1712 neighbouring buttons.
1713
1714 2007-09-22 Andreas Schwab <schwab@suse.de>
1715
1716 * files.el (file-name-sans-versions): Also allow `_'.
1717
1718 2007-09-22 Glenn Morris <rgm@gnu.org>
1719
1720 * eshell/esh-mode.el (eshell-output-filter-functions):
1721 Add eshell-postoutput-scroll-to-bottom.
1722
1723 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1724
1725 * files.el (file-name-sans-versions): Allow - and a-z in version names.
1726
1727 * log-view.el (log-view-mode-map, log-view-mode-menu):
1728 Bind log-view-annotate-version.
1729 (log-view-beginning-of-defun, log-view-end-of-defun)
1730 (log-view-annotate-version): New functions.
1731 (log-view-mode): Use log-view-beginning-of-defun and
1732 log-view-end-of-defun.
1733
1734 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1735
1736 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
1737
1738 2007-09-21 Kevin Ryde <user42@zip.com.au>
1739
1740 * international/mule.el (sgml-html-meta-auto-coding-function):
1741 Bind `case-fold-search' to t.
1742
1743 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1744
1745 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
1746 neighbouring buttons.
1747
1748 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1749 Recognize gcc's use of "note" for informational messages.
1750
1751 2007-09-20 Glenn Morris <rgm@gnu.org>
1752
1753 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
1754 motion functions, rather than hard-coding "\n\n".
1755 (tex-validate-region): Check for eobp, to speed up.
1756 (tex-next-unmatched-end): Doc fix.
1757
1758 2007-09-19 Glenn Morris <rgm@gnu.org>
1759
1760 * textmodes/tex-mode.el (tex-terminate-paragraph):
1761 Use backward-paragraph.
1762
1763 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1764
1765 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
1766 (css-mode): Update correspondingly.
1767
1768 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1769
1770 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
1771
1772 * vc-hooks.el (vc-menu-entry): New var.
1773 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
1774 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
1775 (vc-menu-map): Declare and initialize in one step.
1776
1777 * menu-bar.el (vc-menu-map): Don't setup any more.
1778 Instead, just create the proper spot in the menu.
1779
1780 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
1781 Stefan Monnier <monnier@iro.umontreal.ca>
1782
1783 * vc.el: Document new VC operation `extra-menu'.
1784
1785 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
1786
1787 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1788
1789 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
1790 Signed-off-by, Acked-by and Merge.
1791
1792 2007-09-17 Glenn Morris <rgm@gnu.org>
1793
1794 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
1795 filename from `--file-line-error', if it is available.
1796
1797 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1798
1799 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
1800 TeX `--file-line-error' format.
1801
1802 2007-09-17 Glenn Morris <rgm@gnu.org>
1803
1804 * textmodes/tex-mode.el (tex-region): Simplify previous change,
1805 handling the case where the region is not in `tex-main-file'.
1806 (tex-region-1): Delete.
1807 (tex-region-header): New function, doing the header part of the
1808 old tex-region-1.
1809
1810 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1811
1812 * ediff-init.el (ediff-verbose-p): This var is not a constant.
1813
1814 2007-09-16 Drew Adams <drew.adams@oracle.com>
1815
1816 * cus-edit.el (custom-face-edit-activate): Doc fix.
1817
1818 2007-09-16 Glenn Morris <rgm@gnu.org>
1819
1820 * textmodes/tex-mode.el (tex-region): Handle the case where the
1821 region is not in `tex-main-file'. Move the old code that applies
1822 to both cases...
1823 (tex-region-1): ...to this new function.
1824
1825 2007-09-15 Martin Rudalics <rudalics@gmx.at>
1826
1827 * simple.el (blink-matching-open): Don't display message when no
1828 paren is found within blink-matching-paren-distance characters.
1829 Don't search prompt in blink-matching-paren-distance nil case.
1830
1831 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
1832
1833 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
1834
1835 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1836
1837 * vc-mtn.el: New file.
1838
1839 * vc-hooks.el (vc-handled-backends): Add Mtn.
1840
1841 2007-09-13 Eli Zaretskii <eliz@gnu.org>
1842
1843 * files.el (find-file, find-file-other-window)
1844 (find-file-other-frame, find-file-existing, find-file-read-only)
1845 (find-file-read-only-other-window)
1846 (find-file-read-only-other-frame)
1847 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
1848
1849 2007-09-13 Jari Aalto <jari.aalto@cante.net>
1850
1851 * man.el (Man-default-man-entry): At end of line, continue looking
1852 to the next line for possible end of hyphenated command.
1853
1854 2007-09-13 Chris Moore <dooglus@gmail.com>
1855
1856 * shell.el (shell-resync-dirs): Don't move the cursor relative to
1857 the command being edited.
1858
1859 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
1860
1861 * progmodes/gud.el (gdb-ready): New variable.
1862 (gdb): Set it to nil. Set gud-running to nil here...
1863 (gud-common-init): ...instead of here.
1864
1865 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1866 Use gdb-ready. Discard input until GDB is ready to accept it.
1867
1868 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
1869
1870 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
1871 C-M-S- keys.
1872
1873 2007-09-12 Martin Rudalics <rudalics@gmx.at>
1874
1875 * dired.el (dired-warning): Inherit from font-lock-warning-face to
1876 make it show up with eight colors.
1877
1878 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1879
1880 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
1881 diffs are concatenated with no intervening line.
1882
1883 2007-09-10 Dave Love <fx@gnu.org>
1884
1885 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1886 (python-font-lock-keywords): Update to the 2.5 version of the language.
1887 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1888 (python-backspace): Only behave funny in code.
1889 (python-compilation-regexp-alist): Add PDB stack trace regexp.
1890 (inferior-python-mode): Add PDB prompt regexp.
1891 (python-fill-paragraph): Refine the fenced-string regexp.
1892 (python-find-imports): Handle imports spanning several lines.
1893 (python-mode): Add `class' to hideshow support.
1894
1895 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1896
1897 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
1898 add-log-buffer-file-name-function rather than bind buffer-file-name,
1899 so we dont end up calling change-log-mode in *cvs* when `fi' is the
1900 ChangeLog file itself.
1901
1902 * outline.el (outline-flag-region): Use front-advance.
1903
1904 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
1905
1906 * progmodes/cperl-mode.el: Merge upstream 5.23.
1907 (cperl-where-am-i): Remove function.
1908 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
1909 (cperl-sniff-for-indent): De-invert [string] and [comment].
1910 When looking for label, skip s:m:y:tr.
1911 (cperl-indent-line): Likewise.
1912 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
1913 (cperl-windowed-init): Wrong `ps-print' handling.
1914 Both thanks to Chong Yidong.
1915 (cperl-look-at-leading-count): Could fail with unfinished RExen.
1916 (cperl-find-pods-heres): If the second part of s()[] is missing,
1917 don't try to highlight delimiters...
1918
1919 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1920
1921 * progmodes/compile.el (compilation-get-file-structure): Complete last
1922 change by also using spec-directory in the puthash.
1923
1924 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
1925
1926 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
1927 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
1928 (vc-bzr-status): Fix shadowing of variable 'status'.
1929 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
1930 Use `expand-file-name' instead of `concat'.
1931 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
1932 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
1933
1934 2007-09-05 Jason Rumney <jasonr@gnu.org>
1935
1936 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
1937
1938 2007-09-02 Richard Stallman <rms@gnu.org>
1939
1940 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
1941 Add `safe-local-variable' property.
1942 (lisp-body-indent): Likewise.
1943
1944 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1945
1946 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
1947 prev/next-node.
1948
1949 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
1950 (x-gtk-map-stock): New function.
1951
1952 2007-09-02 Glenn Morris <rgm@gnu.org>
1953
1954 * comint.el (comint-mode): Don't set scroll-conservatively.
1955
1956 * eshell/em-unix.el (eshell/time): Stringify and flatten the
1957 non-command arguments.
1958
1959 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
1960
1961 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1962 Fix bug: Don't expand top-level file name more than once.
1963 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
1964
1965 2007-09-01 Richard Stallman <rms@gnu.org>
1966
1967 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
1968 Add doc string.
1969
1970 2007-08-30 Richard Stallman <rms@gnu.org>
1971
1972 * speedbar.el (speedbar-frame-reposition-smartly)
1973 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
1974 (speedbar-check-vc): Don't use dframe-xemacsp.
1975
1976 2007-08-30 Martin Rudalics <rudalics@gmx.at>
1977
1978 * files.el (backup-buffer-copy): Try to overwrite old backup first.
1979
1980 2007-08-29 Martin Rudalics <rudalics@gmx.at>
1981
1982 * repeat.el (repeat): Use last-repeatable-command instead of
1983 real-last-command. Run pre- and post-command hooks for
1984 self-insertion. Update doc-string.
1985
1986 2007-08-28 Glenn Morris <rgm@gnu.org>
1987
1988 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
1989
1990 2007-08-27 Alexandre Julliard <julliard@winehq.org>
1991
1992 * vc-git.el (vc-git-state): Call git-add --refresh to update the
1993 state of the file.
1994 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1995 (vc-git-create-repo): Fix invalid command.
1996
1997 2007-08-27 Richard Stallman <rms@gnu.org>
1998
1999 * textmodes/flyspell.el (flyspell-mode):
2000 Catch errors in flyspell-mode-on.
2001
2002 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2003
2004 * progmodes/modula2.el (m2-definition, m2-module):
2005 Don't use previous-line. Reported by T. V. Raman.
2006
2007 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2008
2009 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
2010 argument to tool-bar-mode call.
2011
2012 2007-08-27 Glenn Morris <rgm@gnu.org>
2013
2014 * diff-mode.el (diff-find-file-name): Only accept regular files,
2015 to rule out /dev/null, directories, etc.
2016
2017 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
2018
2019 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
2020 safe-local-variable setting.
2021 * progmodes/perl-mode.el (perl-indent-level): Likewise.
2022
2023 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2024
2025 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
2026 of buffers in uniquify-managed.
2027
2028 * simple.el (invisible-p): Rename from text-invisible-p.
2029 Update callers.
2030
2031 2007-08-25 Alan Mackenzie <acm@muc.de>
2032
2033 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
2034 new language variable.
2035
2036 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
2037 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
2038 "extern" etc., rather than BOI. Fix addition of spurious
2039 syntactic-symbol 'defun-block-intro, replacing it with
2040 'innamespace, etc.
2041
2042 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
2043
2044 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
2045 Don't behave differently when executed via M-x. Add doc string.
2046
2047 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2048
2049 * files.el (backup-buffer-copy): Don't wrap delete in
2050 condition-case, only try to delete if file exists.
2051
2052 2007-08-24 Glenn Morris <rgm@gnu.org>
2053
2054 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
2055
2056 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2057
2058 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
2059 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
2060 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
2061 (cperl-etags-goto-tag-location): Use new style backquotes.
2062
2063 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
2064 (dynamic-completion-table): Use it it.
2065
2066 * net/browse-url.el: Remove spurious * in custom docstrings.
2067 (browse-url-filename-alist): Use new-style backquote.
2068
2069 * emacs-lisp/backquote.el (backquote-unquote-symbol)
2070 (backquote-splice-symbol): Clarify they're not new-style unquotes.
2071
2072 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
2073 (\,@): Backslash the , and ,@ which are not new-style unquotes.
2074
2075 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
2076
2077 * net/socks.el (socks-username/password-auth-filter):
2078 Remove unused vars `state' and `desired-len'.
2079 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
2080 (socks-wait-for-state-change): Use new-style backquotes.
2081
2082 * pcvs.el (cvs-mode-status): Fix long-standing typo.
2083
2084 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
2085 backquotes after each `read' rather than once per buffer.
2086
2087 * dframe.el: Remove spurious * in custom docstrings.
2088 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
2089 (dframe-xemacs20p): Remove, inline at the sole use point.
2090 (defface): Don't defvar the face, don't use old-style backquote.
2091 (defcustom): Don't use old-style backquote.
2092 (dframe-frame-parameter, dframe-mouse-event-p):
2093 Make it obvious that it's always defined.
2094 (dframe-popup-kludge): New function to replace
2095 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
2096 (dframe-frame-mode, dframe-set-timer-internal)
2097 (dframe-mouse-set-point): Remove use of with-no-warnings from
2098 XEmacs-specific code.
2099 (dframe-set-timer-internal): Fix very old bug with
2100 post-command-idle-hook.
2101
2102 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
2103
2104 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
2105
2106 * image-mode.el (image-minor-mode): Use image-mode-text-map.
2107
2108 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
2109
2110 * sort.el (sort-fold-case, sort-numeric-base): Mark as
2111 safe-local-variable.
2112
2113 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2114
2115 * net/browse-url.el (browse-url-emacs): New function.
2116
2117 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2118
2119 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
2120 warning if the file uses old style backquotes.
2121
2122 * emacs-lisp/bytecomp.el (byte-compile-log-file)
2123 (byte-recompile-directory, byte-compile-file)
2124 (byte-compile-from-buffer): Use with-current-buffer.
2125
2126 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
2127 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
2128 (line-move-1, line-move-finish, line-move-to-column)
2129 (move-end-of-line, move-beginning-of-line): Use new name.
2130
2131 2007-08-22 Glenn Morris <rgm@gnu.org>
2132
2133 * files.el (backup-buffer-copy): Check backup directory is
2134 writable, to avoid infloop deleting old backup.
2135
2136 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
2137 movemail related variables.
2138 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
2139 will now be set before this is called.
2140
2141 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2142
2143 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
2144
2145 * progmodes/ada-mode.el: Fix up comment style in header.
2146 (ada-check-emacs-version): Remove.
2147 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
2148 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
2149 to try and quieten the byte-compiler.
2150 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
2151
2152 * vc.el (vc-annotate-warp-version): Don't use previous-line.
2153
2154 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
2155
2156 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
2157 extracted from `eval-last-sexp-1'.
2158 (eval-last-sexp-1): Call `preceding-sexp'.
2159
2160 2007-08-19 Glenn Morris <rgm@gnu.org>
2161
2162 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
2163 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
2164 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
2165 shadow files messing up the compilation.
2166
2167 2007-08-18 Glenn Morris <rgm@gnu.org>
2168
2169 * progmodes/scheme.el (scheme-mode-variables):
2170 Set font-lock-comment-start-skip.
2171
2172 2007-08-18 Martin Rudalics <rudalics@gmx.at>
2173
2174 * progmodes/ada-mode.el (ada-create-syntax-table):
2175 Move set-syntax-table from here to ...
2176 (ada-mode): ... here. Don't change global value of comment-multi-line.
2177 Call new function ada-initialize-syntax-table-properties.
2178 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
2179 (ada-deactivate-properties, ada-initialize-properties):
2180 Replace by new functions ...
2181 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
2182 (ada-initialize-syntax-table-properties): ... to set up syntax-table
2183 properties uniformly, independently from whether font-lock-mode
2184 is enabled or not. Handle read-only buffers and do not change
2185 undo-list when setting syntax-table properties.
2186 (ada-after-change-function): Use ada-set-syntax-table-properties.
2187
2188 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2189
2190 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
2191 (cperl-find-pods-heres): Fix an error when typing expressions like
2192 `s{a}{b}'.
2193
2194 2007-08-17 Glenn Morris <rgm@gnu.org>
2195
2196 * progmodes/compile.el (compilation-get-file-structure): Make use
2197 of the directory part when checking for an existing entry, to
2198 handle files with same basename in different directories.
2199
2200 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2201
2202 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
2203 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
2204 (ps-paragraph-spacing): Docstring fix.
2205
2206 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2207
2208 * smerge-mode.el (smerge-resolve): New arg `safe'.
2209 (smerge-resolve-all, smerge-batch-resolve): New function.
2210 (smerge-refine): Make sure `diff' returns the expected result.
2211 (smerge-parsep-re): New const.
2212 (smerge-mode): Use it to adjust paragraph-separate.
2213
2214 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2215 Correctly match / regexp matchers as first char on a line when
2216 fontifying only that line.
2217
2218 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
2219
2220 2007-08-16 Glenn Morris <rgm@gnu.org>
2221
2222 * ps-print.el (ps-font-size): Doc fix.
2223
2224 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2225
2226 * vc-bzr.el: Don't fiddle with vc-handled-backend.
2227 (vc-bzr-registered): Don't redundantly protect against
2228 file-error. Actually use the format-specific code.
2229 (vc-bzr-buffer-nonblank-p): Remove.
2230 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
2231
2232 2007-08-15 Glenn Morris <rgm@gnu.org>
2233
2234 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
2235 sloppier, for the sake of GNU Mailman.
2236 (rmail-digest-rfc1153): Initialize `result' correctly.
2237
2238 2007-08-14 Glenn Morris <rgm@gnu.org>
2239
2240 * simple.el (bad-packages-alist): New constant.
2241 (bad-package-check): New function. Together, these two add
2242 elements to `after-load-alist' to check for problematic external
2243 packages.
2244 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
2245
2246 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
2247
2248 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
2249 optional quotes around files in NEED-UPDATE . REMOVED case.
2250
2251 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
2252 (ada-treat-cmd-string): Improve error message.
2253 (ada-do-file-completion): Call `ada-require-project-file', so
2254 project variables are set properly.
2255 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
2256 (ada-gnatfind-buffer-name): New constant.
2257 (ada-find-any-references): Use new constant. Set buffer name
2258 properly in compilation-start. Toggle read-only properly.
2259 (ada-find-in-src-path): Fix spelling error in docstring.
2260
2261 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
2262 by zero error.
2263
2264 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
2265
2266 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
2267
2268 2007-08-12 Richard Stallman <rms@gnu.org>
2269
2270 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
2271 (cvs-execute-single-file): Use new name split-string-and-unquote.
2272 (cvs-header-msg): Use new name combine-and-quote-strings.
2273
2274 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
2275
2276 * progmodes/gud.el (gud-common-init): Use new name
2277 split-string-and-unquote.
2278
2279 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
2280 in javac regexp.
2281
2282 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
2283 combine-and-quote-strings and split-string-and-unquote.
2284
2285 * subr.el (combine-and-quote-strings): Rename from strings->string.
2286 (split-string-and-unquote): Rename from string->strings.
2287
2288 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2289
2290 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
2291 to buffer-local settings.
2292
2293 * emacs-lisp/backquote.el (backquote-delay-process): New function.
2294 (backquote-process): Add internal arg `level'. Use the two to
2295 correctly handle nested backquotes.
2296
2297 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
2298
2299 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
2300 (vc-bzr-state-words): Add "kind changed" state word.
2301 (vc-bzr-status): New function. Return Bzr idea of file status,
2302 which is different from VC's.
2303 (vc-bzr-state): Use vc-bzr-status.
2304 (vc-workfile-unchanged-p): Use vc-bzr-status.
2305 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
2306 (vc-dired-state): Process "kind changed" state word.
2307
2308 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2309
2310 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
2311
2312 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
2313 Move from vc-default-find-file-not-found-hook.
2314
2315 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
2316
2317 * url/url-auth.el (url-basic-auth): When prompting for username
2318 and password, default to the username and password in the URL.
2319
2320 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2321
2322 * man.el: Remove spurious * in docstrings.
2323 Merge defvars and toplevel setq-defaults.
2324 (Man-highlight-references0): Limit=nil rather than point-max.
2325 (Man-mode-map): Move initialization into the declaration.
2326 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
2327 (Man-view-header-file): Use expand-file-name rather than concat.
2328 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
2329
2330 * man.el (Man-next-section): Make sure we do not move backward.
2331
2332 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2333
2334 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
2335 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
2336 ps-print-color-p is neither nil nor black-white. Reported by Christian
2337 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2338
2339 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2340
2341 * files.el (auto-mode-alist): Use the purecopied text (duh!).
2342
2343 2007-08-08 Andreas Schwab <schwab@suse.de>
2344
2345 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
2346 self-insert-command, not self-insert.
2347
2348 2007-08-08 Glenn Morris <rgm@gnu.org>
2349
2350 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
2351
2352 * Replace `iff' in doc-strings and comments.
2353
2354 * help-mode.el (help-make-xrefs): Search for symbol constituents,
2355 rather than just `-'.
2356
2357 2007-08-08 Martin Rudalics <rudalics@gmx.at>
2358
2359 * dired.el (dired-pop-to-buffer):
2360 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2361 * calendar/calendar.el (generate-calendar-window):
2362 * progmodes/compile.el (compilation-set-window-height):
2363 * textmodes/two-column.el (2C-two-columns, 2C-merge):
2364 Use window-full-width-p instead of comparing frame-width and
2365 window-width.
2366
2367 * progmodes/compile.el (compilation-find-buffer): Remove extra
2368 argument in call to compilation-buffer-internal-p.
2369
2370 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
2371
2372 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
2373 parameters IDENTIFICATION and CONNECTED.
2374 (tramp-handle-insert-file-contents): VISIT must be handled after
2375 insertion of the local copy. Reported by Peter Gordon
2376 <peter@pg-consultants.com>.
2377 (tramp-file-name-handler): No special handling for
2378 `expand-file-name'. But for `file-name-as-directory'.
2379 (tramp-find-shell, tramp-open-connection-telnet)
2380 (tramp-open-connection-rsh, tramp-open-connection-su)
2381 (tramp-open-connection-multi)
2382 (tramp-open-connection-setup-interactive-shell): Guard against
2383 $PROMPT_COMMAND shell var. Reported by Steve Youngs
2384 <steve@sxemacs.org>.
2385 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
2386 the hint.
2387
2388 * net/trampver.el: Update release number.
2389
2390 2007-08-07 Tom Tromey <tromey@redhat.com>
2391
2392 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
2393 Add safe-local-variable property.
2394
2395 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
2396
2397 * image-mode.el (image-toggle-display): Use image-refresh.
2398
2399 * longlines.el (longlines-decoded): New variable.
2400 (longlines-mode): Avoid encoding or decoding the buffer twice.
2401
2402 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
2403
2404 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
2405 unofficial version.
2406 (vc-bzr-command): Remove redundant setting of process-connection-type.
2407 (vc-bzr-admin-checkout-format-file): Add autoload.
2408 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
2409 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
2410 (vc-bzr-registered): Compare dirstate format tag with known good
2411 value, abort parsing if match fails. Warn user in docstring.
2412 (vc-bzr-workfile-version): Case for different Bzr branch formats.
2413 See bzrlib/branch.py in Bzr sources.
2414 (vc-bzr-diff): First argument FILES may be a string rather than a list.
2415 (vc-bzr-shell-command): Remove in favor of
2416 vc-bzr-command-discarding-stderr.
2417 (vc-bzr-command-discarding-stderr): New function.
2418
2419 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
2420
2421 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
2422 program, and return nil
2423 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
2424 (vc-bzr-state): Look for path names relative to the repository
2425 root after status keyword.
2426 (vc-bzr-file-name-relative): New function.
2427 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
2428 depend on it.
2429 (vc-bzr-admin-dirname, ...-checkout-format-file)
2430 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
2431 files that we now parse directly for speed.
2432 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
2433 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
2434 (vc-bzr-state): "bzr status" successful only if exitcode is 0
2435 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
2436 Bzr warnings, so we must discard it.
2437 (vc-bzr-workfile-version): Speedup counting lines from
2438 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
2439 if that file doesn't exist.
2440 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
2441 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
2442 (not ".bzr"!) to `vc-directory-exclusion-list'
2443 (vc-bzr-shell-command): New function.
2444
2445 2007-08-06 Tom Tromey <tromey@redhat.com>
2446
2447 * diff-mode.el (diff-unified->context, diff-reverse-direction)
2448 (diff-fixup-modifs): Typo in docstring.
2449
2450 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2451
2452 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
2453 count-screen-lines.
2454 (tpu-edt-off): Disable relevant pieces of advice.
2455
2456 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
2457 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
2458 (newline, newline-and-indent, do-auto-fill): Use advice instead of
2459 redefining the function.
2460 (tpu-set-scroll-margins): Activate the pieces of advice.
2461
2462 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
2463
2464 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
2465 process-filter.
2466
2467 2007-08-06 Martin Rudalics <rudalics@gmx.at>
2468
2469 * help.el (resize-temp-buffer-window): Use window-full-width-p
2470 instead of comparing frame-width and window-width.
2471
2472 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
2473
2474 * term.el: Honor term-default-fg-color and term-default-bg-color
2475 settings when modifying term-current-face.
2476 (term-default-fg-color, term-default-bg-color): Initialize from
2477 default term-current-face.
2478 (term-mode, term-reset-terminal): Set term-current-face with
2479 term-default-fg-color and term-default-bg-color.
2480 (term-handle-colors-array): term-current-face has term-default-fg-color
2481 and term-default-bg-color after reset escape sequence.
2482 (term-handle-colors-array): Set term-current-color with
2483 term-default-fg/bg-color instead of ansi-term-color-vector when the
2484 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
2485
2486 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
2487
2488 * files.el (set-auto-mode): Handle also remote files wrt
2489 `auto-mode-alist'.
2490
2491 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
2492 remote identification.
2493
2494 2007-08-04 Glenn Morris <rgm@gnu.org>
2495
2496 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
2497 zero, not nil, when the library is first loaded. Check for a file
2498 that has been modified on disk.
2499
2500 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
2501 Remove duplicate defvar preventing initialization.
2502 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
2503
2504 2007-08-03 Miles Bader <miles@gnu.org>
2505
2506 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
2507 backend names for new backends to `Git', `Hg', and `Bzr'.
2508 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
2509 not `HG'.
2510 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
2511 name, not `GIT'.
2512 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
2513 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
2514
2515 2007-08-03 Glenn Morris <rgm@gnu.org>
2516
2517 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
2518
2519 2007-08-02 Richard Stallman <rms@gnu.org>
2520
2521 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
2522 to update deleted flag.
2523
2524 * cus-edit.el (customize-apropos, customize-apropos-options)
2525 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
2526
2527 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
2528
2529 * startup.el (fancy-splash-head, startup-echo-area-message):
2530 Change message text.
2531
2532 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
2533 All callers use line-move.
2534
2535 * progmodes/compile.el (compilation-find-buffer): Return current
2536 buffer immediately if suitable.
2537 (compile, compilation-buffer-name, compilation-start): Doc fixes.
2538
2539 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2540
2541 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
2542 Make it more discriminating and more useful.
2543 (vc-bzr-root-dir): Use new name.
2544 (vc-bzr-registered): Use new name and look at the dirstate file to
2545 determine if it's registered or not without running `bzr'.
2546
2547 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
2548
2549 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
2550
2551 2007-07-31 Drew Adams <drew.adams@oracle.com>
2552
2553 * cus-edit.el (custom-group-value-create, custom-goto-parent):
2554 Fix parent groups link.
2555
2556 2007-07-31 Daiki Ueno <ueno@unixuser.org>
2557
2558 * faces.el (face-normalize-spec): New function.
2559 (frame-set-background-mode): Normalize face-spec before calling
2560 face-spec-match-p.
2561
2562 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
2563
2564 * vc-bzr.el: New file (copied from the trunk).
2565
2566 * vc-hooks.el (vc-handled-backends): Add BZR.
2567 (vc-find-file-hook): Failsafe if the backend's `registered'
2568 function burps.
2569
2570 * server.el (server-window): Add switch-to-buffer-other-frame option.
2571
2572 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2573
2574 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
2575 (vc-git-revision-completion-table): Enable.
2576
2577 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
2578
2579 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
2580
2581 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
2582 (vc-hg-registered): Set the vc-state property.
2583
2584 * diff-mode.el (diff-mode-menu): New entries.
2585
2586 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2587
2588 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
2589 (diff-file-kill): Use it.
2590 (diff-beginning-of-hunk): Add arg `try-harder' using it.
2591 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
2592 Use it so they find the hunk even when we're in the file header.
2593
2594 * vc.el: Add new VC operation `revision-completion-table'.
2595 (vc-default-revision-completion-table): New function.
2596 (vc-version-diff, vc-version-other-window): Use it to provide
2597 completion of revision names if the backend provides it.
2598
2599 * vc-arch.el (vc-arch--version-completion-table)
2600 (vc-arch-revision-completion-table): New functions to provide
2601 completion of revision names.
2602
2603 * vc-cvs.el: Require CL.
2604 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
2605 New functions to provide completion of revision names.
2606
2607 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
2608
2609 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
2610 (copyright-fix-years, copyright): Correctly handle the case where
2611 copyright-limit is nil.
2612
2613 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
2614
2615 * progmodes/python.el (run-python): Fix path separator under w32.
2616
2617 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
2618
2619 * vc-git.el: New File.
2620
2621 2007-07-28 Alan Mackenzie <acm@muc.de>
2622
2623 Fix problem with modes derived from CC Mode:
2624 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
2625 macro to cc-langs.
2626 (c-init-language-vars-for): Remove call to above macro.
2627 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
2628 been moved to here.
2629 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
2630
2631 2007-07-28 Eli Zaretskii <eliz@gnu.org>
2632
2633 * net/trampver.el: Fix the `coding' cookie.
2634
2635 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
2636
2637 * add-log.el (change-log-redate): Remove (not needed anymore and
2638 doesn't appear to work).
2639
2640 2007-07-25 Glenn Morris <rgm@gnu.org>
2641
2642 * Relicense all FSF files to GPLv3 or later.
2643
2644 * COPYING: Switch to GPLv3.
2645
2646 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2647
2648 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
2649 Replace it with another one which disables undo before calling
2650 erase-buffer and then turns it back on if needed.
2651
2652 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2653
2654 * ps-print.el: Problem with foreground and background color when
2655 printing a buffer with and without faces. Reported by Christian
2656 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2657 (ps-print-version): New version 6.7.5.
2658 (ps-default-fg): Change default value to nil, so black color is used
2659 when a face does not specify a foreground color.
2660 (ps-default-bg): Change default value to nil, so white color is used
2661 for background color.
2662 (ps-begin-job): Fix code.
2663
2664 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2665
2666 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
2667
2668 2007-07-24 Alan Mackenzie <acm@muc.de>
2669
2670 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2671 Initialise byte-compile-unresolved-functions before rather than
2672 after a compilation.
2673 (byte-compile-unresolved-functions): Amplify doc string.
2674
2675 2007-07-24 Glenn Morris <rgm@gnu.org>
2676
2677 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
2678 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
2679 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2680 (cal-tex-cursor-week, cal-tex-cursor-week2)
2681 (cal-tex-cursor-week-iso, cal-tex-week-hours)
2682 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2683 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2684 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
2685
2686 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2687
2688 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
2689
2690 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2691
2692 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
2693 underlying file is uptodate.
2694
2695 2007-07-23 Richard Stallman <rms@gnu.org>
2696
2697 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
2698
2699 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2700
2701 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
2702 (sh-font-lock-flush-syntax-ppss-cache): New funs.
2703 (sh-font-lock-syntactic-keywords): Use them to distinguish the
2704 different possible cases for \'.
2705 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
2706
2707 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
2708 `file' from which to start the search and fix case where `file' is the
2709 current directory and the root as well.
2710
2711 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
2712 name for buffer-file-name if it refers to a directory.
2713
2714 2007-07-22 Jason Rumney <jasonr@gnu.org>
2715
2716 * w32-fns.el (set-default-process-coding-system): Use dos line ends
2717 for input to cmdproxy on all versions of Windows.
2718 Use dos line ends for input to plink.
2719
2720 * comint.el (comint-simple-send): Concat newline before sending.
2721 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
2722
2723 2007-07-22 Juri Linkov <juri@jurta.org>
2724
2725 * isearch.el (isearch-edit-string): Save old point and
2726 isearch-other-end to old-point and old-other-end before reading
2727 the search string from minibuffer. After exiting minibuffer set
2728 point to old-other-end if point and the search direction is the
2729 same as before reading the search string.
2730 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
2731 to isearch-other-end. Instead of isearch-search-and-update call
2732 three functions isearch-search, isearch-push-state and isearch-update.
2733
2734 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2735
2736 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
2737 destroying an existing buffer.
2738
2739 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2740
2741 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
2742
2743 * term/x-win.el (x-handle-no-bitmap-icon): New function.
2744
2745 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2746
2747 * textmodes/reftex.el (reftex-access-parse-file): Create parse
2748 file in a way that does not interfere with recentf.
2749
2750 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2751
2752 * image-dired.el (image-dired-sane-db-file): New func.
2753 (image-dired-write-tags, image-dired-remove-tag)
2754 (image-dired-list-tags, image-dired-write-comments)
2755 (image-dired-get-comment, image-dired-mark-tagged-files)
2756 (image-dired-create-gallery-lists): Call new func.
2757 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
2758
2759 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2760
2761 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
2762 (vc-hg-dir-state): Fix loop.
2763 (vc-hg-print-log): Fix expected return value for vc-hg-command.
2764 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
2765 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
2766 (vc-hg-revert): Likewise.
2767 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
2768
2769 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2770
2771 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
2772 case of alignment under a constant symbol, find and consider
2773 the sexp actually at indentation to be the "last sexp".
2774
2775 2007-07-20 Eli Zaretskii <eliz@gnu.org>
2776
2777 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2778 (install): Use them to copy all *.el files before *.elc.
2779 (clean): Don't delete *~.
2780
2781 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
2782
2783 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
2784
2785 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
2786
2787 * vc-hg.el (vc-hg-registered): Replace if with when.
2788 (vc-hg-state): Deal with nonexistent files.
2789
2790 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
2791
2792 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
2793 (follow-delete-other-windows-and-split, follow-recenter)
2794 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
2795 (follow-redisplay, follow-estimate-first-window-start)
2796 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
2797 Fix typos in docstrings.
2798
2799 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
2800
2801 * bookmark.el (bookmark-show-all-annotations):
2802 Make sure each inserted annotation ends with newline.
2803
2804 (bookmark-maybe-sort-alist): Don't modify
2805 bookmark-alist. Instead, if not sorting, simply return it.
2806 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
2807 for its return value, not for its side effect.
2808
2809 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
2810
2811 * vc.el: Add more info about the vc-registered function.
2812
2813 2007-07-16 David Kastrup <dak@gnu.org>
2814
2815 * emacs-lisp/advice.el (defadvice): Doc fix.
2816
2817 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
2818
2819 * subr.el (when, unless): Doc fix.
2820
2821 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2822
2823 * vc-hg.el (vc-hg-state): Handle removed files.
2824 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
2825 (vc-hg-checkout): Re-enable.
2826
2827 2007-07-15 Richard Stallman <rms@gnu.org>
2828
2829 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
2830
2831 * tutorial.el (tutorial--find-changed-keys):
2832 Handle C-x specially like ESC.
2833
2834 2007-07-15 Roland McGrath <roland@frob.com>
2835
2836 * add-log.el (add-change-log-entry): Check add-log-full-name
2837 and add-log-mailing-address later, after change-log-mode-hook.
2838
2839 2007-07-15 Richard Stallman <rms@gnu.org>
2840
2841 * isearch.el (isearch-mode, isearch-done):
2842 Delete unintended code in previous change.
2843
2844 * ps-print.el (ps-default-bg): Change to White.
2845
2846 2007-07-15 Aaron Hawley <aaronh@garden.org>
2847
2848 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
2849
2850 2007-07-15 Martin Rudalics <rudalics@gmx.at>
2851
2852 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
2853 when handling the terminating event.
2854
2855 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
2856
2857 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
2858
2859 2007-07-13 Eli Zaretskii <eliz@gnu.org>
2860
2861 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2862 (install): Use them to copy all *.el files before *.elc.
2863
2864 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2865
2866 * replace.el (match): Use yellow1 instead of yellow.
2867
2868 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
2869
2870 * pcvs-info.el (cvs-unknown): Likewise.
2871
2872 2007-07-12 Davis Herring <herring@lanl.gov>
2873
2874 * desktop.el (desktop-buffer-info, desktop-save):
2875 Use `desktop-dirname' instead of `dirname'.
2876
2877 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
2878
2879 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
2880
2881 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
2882
2883 2007-07-10 Richard Stallman <rms@gnu.org>
2884
2885 * emacs-lisp/lisp-mode.el (eval-defun):
2886 Explain special handling of `defface'.
2887
2888 2007-07-09 Richard Stallman <rms@gnu.org>
2889
2890 * isearch.el (isearch-edit-string): Call to isearch-push-state
2891 after the search.
2892
2893 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
2894
2895 * cus-start.el (file-coding-system-alist): Fix custom type.
2896
2897 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
2898
2899 * longlines.el (longlines-wrap-region): Avoid marking buffer as
2900 modified.
2901 (longlines-auto-wrap, longlines-window-change-function):
2902 Remove unnecessary calls to set-buffer-modified-p.
2903
2904 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2905
2906 * vc.el (vc-default-log-view-mode): New function.
2907 (vc-print-log): Add new `log-view-mode' VC operation.
2908
2909 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
2910
2911 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
2912 Rename and move to...
2913
2914 * subr.el (strings->string, string->strings): ...here.
2915
2916 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
2917 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
2918
2919 * progmodes/gud.el (gud-common-init): Call string->strings instead
2920 of split-string.
2921
2922 2007-07-07 Eli Zaretskii <eliz@gnu.org>
2923
2924 * term/w32-win.el (menu-bar-open): New function.
2925 Bind <f10> to it.
2926
2927 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2928
2929 * log-view.el (log-view-mode-menu): New menu.
2930
2931 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
2932
2933 * vc-hg.el: New file.
2934
2935 2007-07-06 Andreas Schwab <schwab@suse.de>
2936
2937 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
2938 dynamic bindings around the evaluation of the expression.
2939 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
2940
2941 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2942
2943 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
2944 file names.
2945
2946 2007-07-02 Martin Rudalics <rudalics@gmx.at>
2947
2948 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
2949
2950 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
2951 event is not a cons cell. Do not unread drag-mouse-1 events.
2952 Select right window in check whether space was stolen from
2953 window above.
2954
2955 2007-07-01 Richard Stallman <rms@gnu.org>
2956
2957 * files.el (find-file-visit-truename): Fix safe-local-variable value.
2958
2959 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
2960
2961 * generic-x.el (generic-define-mswindows-modes)
2962 (generic-define-unix-modes, apache-log-generic-mode)
2963 (bat-generic-mode-keymap, java-manifest-generic-mode)
2964 (show-tabs-generic-mode): Fix typos in docstrings.
2965
2966 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2967
2968 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
2969 replace-regexp-in-string.
2970
2971 2007-06-28 Andreas Schwab <schwab@suse.de>
2972
2973 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
2974 $(lisp)/subdirs.el.
2975
2976 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
2977
2978 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
2979 the speedbar frame if nil; that deletes the current frame or
2980 causes an error if it is the only frame.
2981 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
2982
2983 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
2984
2985 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
2986 directory where the desktop file was found, as the docstring says.
2987 (desktop-kill): Use `read-directory-name'.
2988
2989 * desktop.el (desktop-load-locked-desktop): New option.
2990 (desktop-read): Use it.
2991 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
2992 Use `when'.
2993
2994 2007-06-24 Davis Herring <herring@lanl.gov>
2995
2996 * desktop.el (desktop-save-mode-off): New function.
2997 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
2998 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
2999 (desktop-claim-lock, desktop-release-lock): New functions.
3000 (desktop-kill): Tell `desktop-save' that this is the last save.
3001 Release the lock afterwards.
3002 (desktop-buffer-info): New function.
3003 (desktop-save): Use it. Run `desktop-save-hook' where the doc
3004 says to. Detect conflicts, and manage the lock.
3005 (desktop-read): Detect conflicts. Manage the lock.
3006
3007 2007-06-23 Eli Zaretskii <eliz@gnu.org>
3008
3009 * ls-lisp.el (insert-directory): If an invalid regexp error is
3010 thrown, try using FILE as a literal file name, not a wildcard.
3011 Check for FILE as an existing file, not just a directory.
3012
3013 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
3014
3015 * ruler-mode.el (ruler-mode): Prevent clobbering the original
3016 `header-line-format' when reentering ruler mode.
3017
3018 2007-06-23 Eli Zaretskii <eliz@gnu.org>
3019
3020 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
3021 FILE exists as a directory.
3022
3023 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3024
3025 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
3026 (vera-font-lock-match-item): Fix doc string.
3027 (vera-in-comment-p): Remove unused function.
3028 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
3029 use `syntax-ppss'.
3030 (vera-forward-syntactic-ws): Fix argument order.
3031 (vera-prepare-search): Use `with-syntax-table'.
3032 (vera-indent-line): Fix doc string.
3033 (vera-electric-tab): Fix doc string.
3034 (vera-expand-abbrev): Define alias instead of using `fset'.
3035 (vera-comment-uncomment-region): Use `comment-start-skip'.
3036
3037 2007-06-20 Reto Zimmermann <reto@gnu.org>
3038
3039 * progmodes/vera-mode.el: New file.
3040
3041 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
3042
3043 * ido.el (ido-find-file-in-dir): Don't signal an error for
3044 empty directories.
3045
3046 2007-06-18 Alan Mackenzie <acm@muc.de>
3047
3048 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3049 When removing lines, also remove the \n. Correction of patch of
3050 2007-04-21.
3051
3052 2007-06-17 Glenn Morris <rgm@gnu.org>
3053
3054 * lpr.el (lpr-page-header-switches): Move %s to separate element
3055 for correct quoting. Doc fix.
3056
3057 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3058
3059 * term/xterm.el (terminal-init-xterm): Escape parens in character
3060 constants.
3061
3062 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
3063
3064 * scroll-lock.el (scroll-lock-mode): Doc fix.
3065
3066 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3067
3068 * font-lock.el (font-lock-add-keywords): In case font-lock was only
3069 half-activated, forcefully activate it completely.
3070
3071 2007-06-11 Richard Stallman <rms@gnu.org>
3072
3073 * cus-edit.el (custom-variable-type): Doc fix.
3074
3075 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
3076
3077 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
3078
3079 2007-06-09 Davis Herring <herring@lanl.gov>
3080
3081 * desktop.el (desktop-minor-mode-table): Doc fix.
3082
3083 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
3084
3085 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
3086 (image-next-line, image-previous-line, image-scroll-up)
3087 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
3088 New functions.
3089 (image-mode-map): Remap motion commands.
3090 (image-mode-text-map): New keymap for viewing images as text.
3091 (image-mode): Use image-mode-map.
3092 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
3093
3094 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
3095
3096 Sync with Tramp 2.0.56.
3097
3098 * net/tramp.el:
3099 * net/tramp-ftp.el:
3100 * net/tramp-smb.el:
3101 * net/tramp-util.el:
3102 * net/tramp-vc.el:
3103 Don't load cl.el, because that pollutes the namespace. Replace cl
3104 macros by their implementations where necessary. Requested by
3105 Richard Stallman <rms@gnu.org>.
3106
3107 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
3108 doesn't exist.
3109 (with-parsed-tramp-file-name): Protect debug spec during compilation.
3110 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
3111 (tramp-file-name-p, tramp-file-name-multi-method)
3112 (tramp-file-name-method, tramp-file-name-user)
3113 (tramp-file-name-host, tramp-file-name-localname): New defuns,
3114 replacing defstruct `tramp-file-name'.
3115 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
3116 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
3117 Apply `vector' instead of `make-tramp-file-name'.
3118 (tramp-handle-make-auto-save-file-name):
3119 Apply `tramp-temporary-file-directory' for compatibility reasons.
3120 (tramp-completion-mode): Use `natnump' instead of `wholenump'
3121 because of XEmacs.
3122 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
3123 started.
3124
3125 2007-06-07 David Kastrup <dak@gnu.org>
3126
3127 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3128 Change default to `top'.
3129
3130 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
3131
3132 * dired.el (dired-mode-map): Remove spurious separator.
3133
3134 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3135
3136 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
3137
3138 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
3139 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
3140
3141 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
3142
3143 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
3144 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
3145
3146 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3147
3148 * progmodes/ebrowse.el (ebrowse-member-table):
3149 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
3150
3151 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3152
3153 * pgg.el (pgg-sign-region, pgg-sign):
3154 * ses.el (ses-call-printer):
3155 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
3156 * textmodes/org.el (org-cycle): Fix typos in docstrings.
3157
3158 2007-06-06 Eli Zaretskii <eliz@gnu.org>
3159
3160 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
3161 (tar-get-descriptor): Handle type 55, an extended pax header.
3162
3163 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3164
3165 * textmodes/css-mode.el: New file.
3166
3167 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
3168
3169 * net/socks.el: New file, taken from w3 repository.
3170 (top): Update Copyright. Don't load cl.el.
3171 (all): Replace `case' by `cond', `string-to-int' by
3172 `string-to-number', and `process-kill-without-query' by
3173 `set-process-query-on-exit-flag'.
3174 (socks-char-int): Remove defalias and all occurrences.
3175
3176 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3177
3178 * international/mule-cmds.el (toggle-enable-multibyte-characters)
3179 (sort-coding-systems, search-unencodable-char): Doc fixes.
3180 (coding-system-change-eol-conversion, set-default-coding-systems)
3181 (prefer-coding-system, find-multibyte-characters, princ-list)
3182 (leim-list-entry-regexp, set-input-method, locale-language-names)
3183 (input-method-exit-on-first-char, exit-language-environment-hook)
3184 (locale-charset-language-names): Fix typos in docstrings.
3185
3186 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
3187
3188 * bs.el (bs-cycle-previous): Don't modify the cycle list until
3189 `switch-to-buffer' has returned succesfully.
3190 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
3191 window is dedicated (it could iconify the frame).
3192
3193 2007-06-05 Glenn Morris <rgm@gnu.org>
3194
3195 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
3196
3197 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
3198
3199 * files.el (auto-mode-alist): Add lower-priority match for names
3200 like ChangeLog.old.
3201
3202 2007-06-04 Andreas Schwab <schwab@suse.de>
3203
3204 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
3205
3206 2007-06-04 Davis Herring <herring@lanl.gov>
3207
3208 * calendar/timeclock.el: Update version number.
3209 (timeclock-modeline-display): Mention timeclock-use-display-time
3210 in explanatory message.
3211 (timeclock-log): Suppress warnings when finding the log.
3212 Don't check for a nil project twice. Run hooks after killing the
3213 buffer (if applicable).
3214 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
3215 was geometric). All uses changed.
3216 (timeclock-generate-report): Support prefix argument.
3217
3218 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3219
3220 * man.el (Man-next-section): Don't consider the last line of the
3221 page as being part of any section.
3222
3223 2007-06-04 Martin Rudalics <rudalics@gmx.at>
3224
3225 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
3226 modified flag of buffer. Use `inhibit-modification-hooks'.
3227
3228 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
3229
3230 * mail/mail-extr.el (mail-extract-address-components):
3231 Recognize non-ASCII characters except for NBSP as words.
3232
3233 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
3234
3235 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
3236
3237 2007-06-04 Michael Olson <mwolson@gnu.org>
3238
3239 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
3240 died and we are trying to send a signal to it.
3241
3242 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
3243
3244 * emacs-lisp/easy-mmode.el (define-minor-mode)
3245 (easy-mmode-define-navigation): Fix typos in docstrings.
3246
3247 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
3248 Fix typos in docstrings.
3249 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
3250 (compilation-finish-function): Fix typo in obsolescence declaration.
3251
3252 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
3253
3254 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
3255
3256 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
3257 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
3258
3259 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
3260
3261 * longlines.el (longlines-mode): Make longlines-auto-wrap
3262 buffer-local. Add hooks unconditionally.
3263 (longlines-auto-wrap): Toggle wrapping.
3264 (longlines-after-change-function)
3265 (longlines-post-command-function): Check longlines-auto-wrap.
3266
3267 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
3268
3269 * Version 22.1 released.
3270
3271 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
3272
3273 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
3274 changes.
3275
3276 2007-05-31 Richard Stallman <rms@gnu.org>
3277
3278 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
3279
3280 2007-05-29 Martin Rudalics <rudalics@gmx.at>
3281
3282 * textmodes/table.el (table--point-entered-cell-function)
3283 (table--point-left-cell-function):
3284 Bind `inhibit-point-motion-hooks' to t.
3285
3286 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3287
3288 * emacs-lisp/rx.el (rx): Doc fix.
3289
3290 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
3291
3292 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
3293
3294 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3295
3296 * log-edit.el (log-edit-changelog-paragraph): Return point-max
3297 as the end of the ChangeLog paragraph when it ends without a line
3298 termination.
3299
3300 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3301
3302 * textmodes/fill.el (canonically-space-region): Make the second arg
3303 a marker if it's not already the case.
3304
3305 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
3306 (xterm-mouse-event): Use it.
3307
3308 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
3309
3310 * vc-hooks.el (vc-find-root): Fix file attribute test.
3311
3312 2007-05-24 Richard Stallman <rms@gnu.org>
3313
3314 * textmodes/flyspell.el (flyspell-correct-word-before-point):
3315 Don't let opoint be nil.
3316 (flyspell-emacs-popup): Explicit error if no dialogs.
3317
3318 2007-05-23 Eli Zaretskii <eliz@gnu.org>
3319
3320 * tar-mode.el (tar-file-name-handler): New function.
3321 (tar-extract): Bind file-name-handler-alist to it to force
3322 find-buffer-file-type-coding-system behave as if the file being
3323 extracted existed. Use last-coding-system-used to force
3324 buffer-file-coding-system to what decode-coding-region actually
3325 used to decode the file.
3326
3327 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3328
3329 * progmodes/compile.el (compilation-handle-exit):
3330 `compilation-finish-function' may change the current buffer.
3331
3332 2007-05-22 Richard Stallman <rms@gnu.org>
3333
3334 * files.el (set-auto-mode): Doc fix.
3335
3336 2007-05-22 Eli Zaretskii <eliz@gnu.org>
3337
3338 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3339
3340 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
3341
3342 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
3343 (rcirc-print): Handle `window-width'.
3344 (rcirc-buffer-maximum-lines): Doc fix.
3345
3346 2007-05-19 Kevin Ryde <user42@zip.com.au>
3347
3348 * info.el (Info-fontify-node): Match https also.
3349
3350 2007-05-18 Richard Stallman <rms@gnu.org>
3351
3352 * simple.el (push-mark): Doc fix.
3353
3354 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
3355
3356 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
3357 tpu-global-map.
3358 (tpu-original-global-map): Delete variable.
3359 (tpu-control-keys-map): New keymap variable.
3360 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
3361 setting keymapping directly.
3362 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
3363 tpu-global-map.
3364 (tpu-edt-on): Activate the tpu-global-map.
3365 (tpu-edt-off): Deactivate the tpu-global-map.
3366
3367 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
3368
3369 * textmodes/ispell.el (ispell-get-word): Return markers
3370 for start and end positions.
3371 (ispell-word): Assume END is a marker.
3372
3373 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3374
3375 * ps-print.el: Use default color when foreground or background color
3376 are unspecified. Reported by Leo <sdl.web@gmail.com>.
3377 (ps-print-version): New version 6.7.4.
3378 (ps-rgb-color): New argument. Use default color when color is
3379 unspecified.
3380 (ps-begin-job): Fix code.
3381
3382 2007-05-17 Martin Rudalics <rudalics@gmx.at>
3383
3384 * textmodes/ispell.el (ispell-start-process): Defend against bad
3385 default-directory.
3386
3387 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3388
3389 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
3390
3391 2007-05-16 Richard Stallman <rms@gnu.org>
3392
3393 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
3394
3395 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3396
3397 * files.el (magic-mode-alist, magic-fallback-mode-alist):
3398 Move the *ml, Postscript, and XmCD entries to the fallback part.
3399
3400 * files.el (magic-fallback-mode-alist):
3401 Rename from file-start-mode-alist.
3402
3403 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3404
3405 * progmodes/compile.el (compilation-handle-exit): Quote first
3406 argument of `run-hook-with-args'.
3407
3408 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
3409
3410 * buff-menu.el (Buffer-menu-sort-column):
3411 * dabbrev.el (dabbrev-upcase-means-case-search):
3412 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3413 * info.el (Info-current-subfile):
3414 * ls-lisp.el (ls-lisp-verbosity):
3415 * msb.el (msb-menu-cond):
3416 * pcvs.el (cvs-dired-use-hook):
3417 * simple.el (set-mark-command-repeat-pop):
3418 * time.el (display-time-24hr-format, display-time-mail-file):
3419 Doc fixes.
3420
3421 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
3422 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
3423
3424 * view.el (view-inhibit-help-message): Fix typo in docstring.
3425 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
3426
3427 2007-05-14 Eli Zaretskii <eliz@gnu.org>
3428
3429 * mail/rmail.el (rmail-convert-to-babyl-format):
3430 Check content-transfer-encoding _last_, because we need its position
3431 in base64-header-field-end.
3432
3433 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
3434
3435 * files.el (mode-require-final-newline, require-final-newline)
3436 (enable-local-variables, enable-local-eval): Doc fixes.
3437
3438 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
3439
3440 * progmodes/python.el (python-font-lock-keywords)
3441 (python-open-block-statement-p, python-mode): Add support for the new
3442 "with" keyword.
3443
3444 2007-05-10 Richard Stallman <rms@gnu.org>
3445
3446 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
3447 (iso-cvt-write-only): Likewise.
3448
3449 * emacs-lisp/easy-mmode.el (define-minor-mode):
3450 Fix generated doc string.
3451
3452 * startup.el (fancy-splash-text): Add URL of guided tour.
3453 Adjust horizontal and vertical whitespace.
3454
3455 * progmodes/compile.el (compilation-handle-exit):
3456 Use run-hook-with-args to run compilation-finish-functions.
3457
3458 * files.el (file-start-mode-alist): New variable.
3459 (magic-mode-regexp-match-limit): Doc fix.
3460 (set-auto-mode): Handle file-start-mode-alist.
3461 A little cleanup of structure.
3462
3463 2007-05-10 Davis Herring <herring@lanl.gov>
3464
3465 * calendar/timeclock.el (timeclock-in): Fix non-interactive
3466 workday specifications.
3467 (timeclock-log): Don't kill the log buffer if it already existed.
3468
3469 2007-05-08 Richard Stallman <rms@gnu.org>
3470
3471 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
3472 Don't include non-self-insert commands in the exception for `-'.
3473
3474 2007-05-08 David Reitter <david.reitter@gmail.com>
3475
3476 * progmodes/python.el (python-guess-indent): Check non-nullness
3477 before comparing indent against the 2..8 interval.
3478
3479 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3480
3481 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
3482 available.
3483
3484 2007-05-06 Richard Stallman <rms@gnu.org>
3485
3486 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
3487
3488 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
3489
3490 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
3491 disconnections.
3492
3493 2007-05-01 Romain Francoise <romain@orebokech.com>
3494
3495 * dired-x.el: Revert 2007-04-06 change.
3496
3497 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
3498
3499 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
3500 don't put stop on toolbar.
3501
3502 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
3503
3504 * find-dired.el (find-dired-filter): Propertize all text down to eob.
3505
3506 2007-04-29 Richard Stallman <rms@gnu.org>
3507
3508 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
3509
3510 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3511
3512 * progmodes/cc-mode.el (c-before-change): Use point-min rather
3513 than 1.
3514
3515 2007-04-28 Richard Stallman <rms@gnu.org>
3516
3517 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
3518
3519 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3520
3521 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
3522
3523 2007-04-28 Eli Zaretskii <eliz@gnu.org>
3524
3525 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
3526 instead of $(lisp)/mh-e.
3527
3528 * textmodes/fill.el (fill-paragraph): Doc fix.
3529
3530 2007-04-28 Glenn Morris <rgm@gnu.org>
3531
3532 * image-dired.el (image-dired-cmd-create-thumbnail-options)
3533 (image-dired-cmd-create-temp-image-options): Replace option
3534 +profile "*" with -strip.
3535
3536 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
3537
3538 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3539 Use window-start and window-end.
3540
3541 2007-04-26 Glenn Morris <rgm@gnu.org>
3542
3543 * progmodes/python.el: Restore file pending consideration of legal
3544 status.
3545
3546 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
3547
3548 * locate.el (locate-in-alternate-database): Doc fix.
3549
3550 2007-04-26 Glenn Morris <rgm@gnu.org>
3551
3552 * button.el (button): Use underline if supported, else fall back
3553 to color.
3554
3555 2007-04-25 Richard Stallman <rms@gnu.org>
3556
3557 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
3558
3559 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
3560
3561 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
3562 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
3563 pushing mark.
3564 (idlwave-current-routine): Don't push mark.
3565
3566 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
3567
3568 * image-dired.el (image-dired-display-image): Derive image-type from
3569 filename rather than assuming jpeg, in case no resizing was needed.
3570
3571 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3572
3573 * custom.el (defface): Doc fix.
3574
3575 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
3576
3577 * progmodes/python.el: Remove due to unclear legal issues.
3578
3579 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3580
3581 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
3582 Don't re-query for each cleared BP.
3583 (idlwave-shell-clear-bp): Optionally skip BP query.
3584 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
3585 of set-window-buffer, which incorrectly moves displayed region.
3586
3587 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
3588
3589 * calc/calc.el (calc-bug-address): Update maintainer's address.
3590 * calc/*: Update maintainer's address.
3591
3592 2007-04-23 Richard Stallman <rms@gnu.org>
3593
3594 * simple.el (set-mark-command-repeat-pop): Doc fix.
3595 Put in `editing-basics' group.
3596
3597 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
3598
3599 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
3600 New functions.
3601 (Info-mode-line-node-keymap): Bind mouse commands to
3602 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
3603
3604 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
3605
3606 * locate.el (locate-local-prompt): New var.
3607 (locate-prompt-for-command): Doc fix.
3608 (locate-prompt-for-search-string): New function.
3609 (locate): New optional arg. Make locate-local-prompt
3610 buffer-local. Use locate-prompt-for-search-string.
3611 (locate-with-filter): New optional arg.
3612 Use locate-prompt-for-search-string.
3613 (locate-update): Bind locate-prompt-for-command.
3614
3615 2007-04-23 Glenn Morris <rgm@gnu.org>
3616
3617 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
3618
3619 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
3620
3621 * button.el (button): Inherit from link face on a tty.
3622
3623 2007-04-23 Glenn Morris <rgm@gnu.org>
3624
3625 * button.el (button): Use color for this face on a tty.
3626
3627 * files.el (magic-mode-alist): Allow for carriage-returns in
3628 html-mode and sgml-mode entries.
3629
3630 2007-04-22 Richard Stallman <rms@gnu.org>
3631
3632 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3633 Improve doc string of generated command.
3634
3635 * subr.el (read-number): Catch errors.
3636
3637 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
3638
3639 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3640
3641 * image-dired.el: Rename from thumbnails.el. All instances of
3642 "thumbnails" replaced with "image-dired".
3643
3644 * dired.el (dired-mode-map): Rename "thumbnails" again, to
3645 "image-dired".
3646
3647 2007-04-22 Kim F. Storm <storm@cua.dk>
3648
3649 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
3650 Don't use kill-line.
3651
3652 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
3653
3654 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
3655 error message.
3656
3657 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3658
3659 * dired.el: Rename "tumme" to "thumbnails".
3660
3661 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
3662 replaced with "thumbnails".
3663
3664 2007-04-22 Glenn Morris <rgm@gnu.org>
3665
3666 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
3667 and give it the risky-local-variable property.
3668
3669 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
3670 before defining it.
3671
3672 2007-04-21 Martin Rudalics <rudalics@gmx.at>
3673
3674 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3675 Use delete-region instead of kill-line.
3676
3677 2007-04-21 Alan Mackenzie <acm@muc.de>
3678
3679 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
3680 `kill-region' by `delete-region'.
3681
3682 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
3683
3684 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
3685 instead of kill-region.
3686
3687 * progmodes/mantemp.el (mantemp-make-mantemps-region)
3688 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
3689 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
3690 and kill-line.
3691
3692 * progmodes/vhdl-mode.el (vhdl-template-type)
3693 (vhdl-template-record, vhdl-template-nature)
3694 (vhdl-template-configuration-spec, vhdl-template-component-inst)
3695 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
3696 Use delete-region instead of kill-word and kill-line.
3697
3698 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3699
3700 * dired-x.el (dired-virtual-mode): Doc fix.
3701
3702 2007-04-21 Richard Stallman <rms@gnu.org>
3703
3704 * font-lock.el (font-lock-keywords-alist): Mark as risky.
3705
3706 * subr.el (read-number): Doc fix.
3707
3708 * simple.el (pop-to-mark-command): Display message "mark popped"
3709 if point does not move.
3710 (set-mark-command): Doc fix.
3711
3712 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
3713
3714 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
3715 (locate-local-filter, locate-local-search): New vars.
3716 (locate): Make variables local.
3717 (locate-update): Bind locate-buffer-name. Call locate using
3718 locate-local-filter and locate-local-search.
3719
3720 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
3721
3722 * hi-lock.el (hi-lock-file-patterns-policy): New var.
3723 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
3724 (hi-lock-mode): Update docstring.
3725
3726 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3727
3728 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
3729 fill-nobreak-predicate when the break is past fill-column.
3730
3731 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
3732
3733 * locate.el (locate): Output from shell-command should go in the
3734 current buffer rather than *Shell Command Output*.
3735
3736 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
3737
3738 * paren.el (show-paren-function): Fix last fix.
3739
3740 2007-04-19 Kevin Ryde <user42@zip.com.au>
3741
3742 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
3743 (archive-lzh-summarize): Add optional start arg for where to start
3744 looking at the archive.
3745 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
3746
3747 * international/mule.el (auto-coding-alist): no-conversion for .exe
3748 and .EXE.
3749
3750 2007-04-19 Alan Mackenzie <acm@muc.de>
3751
3752 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
3753 function return type contains "struct", "union", etc.
3754 c-end-of-defun goes too far forward.
3755
3756 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
3757
3758 * paren.el (show-paren-function): Reset window-start to avoid
3759 recentering.
3760
3761 2007-04-19 Glenn Morris <rgm@gnu.org>
3762
3763 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
3764
3765 2007-04-18 Glenn Morris <rgm@gnu.org>
3766
3767 * calendar/diary-lib.el (diary-header-line-format): Add a custom
3768 :set function.
3769 (diary-list-entries): Only switch to diary-mode from
3770 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
3771 diary-mode set header-line-format, in case of any customization.
3772
3773 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3774
3775 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
3776 is less than the length of parse-time-syntax.
3777
3778 2007-04-17 David Kastrup <dak@gnu.org>
3779
3780 * replace.el (query-replace-regexp-eval): Deprecate.
3781
3782 2007-04-17 Alan Mackenzie <acm@muc.de>
3783
3784 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
3785 point too close to EOB, leave point at EOB rather than last `}'.
3786
3787 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3788
3789 * textmodes/bibtex.el (bibtex-include-OPTkey)
3790 (bibtex-user-optional-fields, bibtex-entry-field-alist):
3791 Fix defcustom.
3792
3793 2007-04-17 Glenn Morris <rgm@gnu.org>
3794
3795 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
3796 be encoded, fall back to current year.
3797
3798 2007-04-14 Kevin Ryde <user42@zip.com.au>
3799
3800 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
3801 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
3802 M "MSDOS".
3803
3804 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
3805
3806 * progmodes/python.el (python-end-of-block): Avoid looping forever
3807 if python-next-statement fails.
3808
3809 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3810
3811 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
3812
3813 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3814
3815 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
3816 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
3817
3818 2007-04-15 Jay Belanger <belanger@truman.edu>
3819
3820 * calc/calc.el (calc-version): New function.
3821 (calc-trail-mode): Shorten the title.
3822
3823 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
3824
3825 * mail/footnote.el (footnote-style): Clarify docstring to state
3826 that customizing this only applies to future footnotes.
3827
3828 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3829
3830 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
3831 (bibtex-make-field): Check that INIT is a string. Use functionp.
3832
3833 2007-04-14 Glenn Morris <rgm@gnu.org>
3834
3835 * complete.el (PC-goto-end): New buffer-local variable.
3836 (PC-do-completion-end): Make buffer-local.
3837 (partial-completion-mode) <choose-completion-string-functions>:
3838 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
3839 (PC-do-completion): New optional fourth argument GOTO-END. Add a
3840 doc string. Set PC-goto-end for choose-completion.
3841 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
3842 PC-do-completion.
3843
3844 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
3845 arg to bibtex-make-field.
3846 (bibtex-make-field): Add optional fourth arg NODELIM.
3847 Insert delimiters around INIT unless this arg is non-nil.
3848
3849 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
3850
3851 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
3852 global map isn't modified.
3853
3854 2007-04-14 Glenn Morris <rgm@gnu.org>
3855
3856 * calendar/appt.el (appt-disp-window): Do not split small windows.
3857 Suggested by Jeff Miller <jmiller@cablespeed.com>.
3858
3859 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
3860
3861 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
3862
3863 * files.el: Ditto.
3864
3865 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
3866
3867 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
3868
3869 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
3870 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
3871 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
3872 (term-pager-help): Fix typos in docstrings.
3873
3874 * wid-edit.el (widget-documentation): Fix typo in docstring.
3875
3876 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
3877 Fix typos in error messages.
3878
3879 2007-04-13 Martin Rudalics <rudalics@gmx.at>
3880
3881 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
3882 window marked as dedicated.
3883
3884 * mail/footnote.el (footnote-latin-string): New variable.
3885 (footnote-latin-regexp): Redefine as regexp alternative.
3886 (Footnote-latin): Use footnote-latin-string instead of
3887 footnote-latin-regexp.
3888
3889 2007-04-13 Glenn Morris <rgm@gnu.org>
3890
3891 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
3892 inherited keymaps.
3893
3894 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
3895
3896 * outline.el (outline-get-next-sibling): Clarify docstring.
3897 (outline-get-last-sibling): Handle case where we are at the first
3898 heading. Clarify docstring.
3899
3900 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
3901
3902 * progmodes/gud.el (gud-minor-mode-map): Make go button same
3903 length as stop button to lessen flicker.
3904 (jdb): Add gud-print.
3905 (gud-find-expr): Jdb prints the expression with the value, so
3906 don't insert it in the output.
3907
3908 2007-04-11 Jason Rumney <jasonr@gnu.org>
3909
3910 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
3911 case hex. Do not try to decode non-hex letters.
3912
3913 2007-04-11 Markus Triska <markus.triska@gmx.at>
3914
3915 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
3916 (byte-optimize-backward-word): Remove (move to bytecomp.el).
3917 (byte-optimize-form-code-walker): Evaluate pure function calls if
3918 possible.
3919 (byte-optimize-all-constp): New function.
3920
3921 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3922 Improve numeric argument case.
3923 (byte-compile-backward-char, byte-compile-backward-word):
3924 New functions, performing rewriting previously done in byte-opt.el.
3925 Fix their "Fixme" item (restriction to numeric arguments).
3926
3927 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3928
3929 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
3930 with dolist.
3931 (after-init-hook): Don't quote lambda.
3932 (desktop-first-buffer): Don't wrap it in eval-when-compile.
3933 (desktop-internal-v2s): Remove unused var `el'.
3934 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
3935 desktop-restore-file-buffer.
3936 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
3937 desktop-create-buffer.
3938
3939 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
3940
3941 * woman.el (woman-decode-buffer): Postpone macro-set check...
3942 (woman-decode-region): ...to here.
3943
3944 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
3945
3946 * startup.el (tty-handle-args): Use %S to log ARGS.
3947
3948 2007-04-10 Glenn Morris <rgm@gnu.org>
3949
3950 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
3951 it is obsolete and has no effect.
3952
3953 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
3954 byte-compiler.
3955
3956 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
3957 obsolete function make-local-hook.
3958
3959 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
3960 start to quieten byte-compiler.
3961
3962 2007-04-10 Markus Triska <markus.triska@gmx.at>
3963
3964 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
3965 to bytecomp.el as byte-compile-char-before).
3966 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3967 New function (modified replacement for byte-optimize-char-before in
3968 byte-opt.el).
3969
3970 2007-04-09 Alan Mackenzie <acm@muc.de>
3971
3972 * startup.el (inhibit-splash-screen): Emphatically state that it
3973 can't be set in site-start.el.
3974
3975 2007-04-09 Masatake YAMATO <jet@gyve.org>
3976
3977 * progmodes/cc-subword.el (c-capitalize-subword): More closely
3978 mimic the behavior of `capitalize-word'. Do not move point with a
3979 negative argument. Based on tiny change by Paul Curry.
3980
3981 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
3982
3983 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
3984 Don't move point if ARG is negative.
3985
3986 2007-04-09 Alan Mackenzie <acm@muc.de>
3987
3988 Changes to make `narrow-to-defun' and `mark-defun' work properly
3989 in CC Mode:
3990
3991 * progmodes/cc-defs.el (c-beginning-of-defun-1):
3992 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
3993 Bind beginning/end-of-defun-function to nil around calls to
3994 beginning/end-of-defun.
3995
3996 * progmodes/cc-langs.el (beginning-of-defun-function)
3997 (end-of-defun-function): New c-lang-setvar's.
3998
3999 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
4000 (setq arg 1))" to enable non-interactive call.
4001
4002 2007-04-09 Eli Zaretskii <eliz@gnu.org>
4003
4004 * simple.el (set-mark-command): Doc fix.
4005
4006 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
4007
4008 * progmodes/gud.el (gdb): Restore existing session if user
4009 tries to start a second one in graphical mode.
4010
4011 2007-04-08 Martin Rudalics <rudalics@gmx.at>
4012
4013 * cus-start.el <scroll-preserve-screen-position>: Add choices.
4014
4015 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4016
4017 * term/xterm.el (terminal-init-xterm): Fix key definitions.
4018 Add binding for C-M-SPC.
4019
4020 2007-04-08 Richard Stallman <rms@gnu.org>
4021
4022 * pcomplete.el (pcomplete-read-event): One single definition,
4023 and not a defsubst.
4024
4025 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
4026
4027 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
4028 byte-compiler warning "value unused".
4029
4030 2007-04-08 Andreas Schwab <schwab@suse.de>
4031
4032 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
4033
4034 2007-04-07 Glenn Morris <rgm@gnu.org>
4035
4036 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
4037 Autoload these functions.
4038 (diary-date-forms): Add a custom :set form.
4039
4040 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
4041 before first use.
4042 (diary-font-lock-keywords): New function with old code for
4043 initialization of variable of same name.
4044
4045 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
4046
4047 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
4048 clean-up: only insert space when on identifier, etc.
4049
4050 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
4051
4052 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
4053
4054 * net/tls.el (open-tls-stream): Properly handle case where there
4055 is no associated buffer.
4056
4057 2007-04-07 Glenn Morris <rgm@gnu.org>
4058
4059 * ffap.el (ffap-file-at-point): Lower the priority of the
4060 ffap-ftp-sans-slash-regexp check.
4061
4062 2007-04-06 Alan Mackenzie <acm@muc.de>
4063
4064 Fix fontification of labels, and other things with ":".
4065
4066 * progmodes/cc-engine.el (c-forward-label): The function now
4067 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
4068 the former t.
4069
4070 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
4071 new return code from c-forward-label, fontifying tokens properly.
4072 Add some general comments throughout the file.
4073
4074 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
4075
4076 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
4077 Revert 2006-01-27 change.
4078
4079 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
4080
4081 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
4082
4083 * desktop.el (desktop-create-buffer, desktop-save):
4084 Revert 2004-11-12 change for lack of copyright papers.
4085
4086 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
4087 (dired-guess-default): Respect case.
4088
4089 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
4090
4091 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
4092 was originally checked in as byte-optimize-concat on 1997-11-02.
4093
4094 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
4095 1995-05-19 doc changes.
4096
4097 2007-04-06 Kim F. Storm <storm@cua.dk>
4098
4099 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
4100 (unload-feature): Update interactive spec accordingly.
4101
4102 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
4103
4104 2007-04-06 John Paul Wallington <jpw@pobox.com>
4105
4106 * subr.el (with-case-table): Use `make-symbol' to avoid variable
4107 capture. Restore the table in the same buffer.
4108
4109 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
4110
4111 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
4112
4113 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4114 Print entire form.
4115
4116 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
4117
4118 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
4119 for low-color displays.
4120
4121 2007-04-05 Glenn Morris <rgm@gnu.org>
4122
4123 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
4124 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
4125 Seed random number generator on loading.
4126
4127 * emacs-lisp/authors.el (top-level): Provide self.
4128
4129 * play/animate.el (top-level): Provide self.
4130
4131 2007-04-04 Alan Mackenzie <acm@muc.de>
4132
4133 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
4134 to mention c-syntactic-indentation.
4135
4136 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
4137
4138 * subr.el (with-case-table): New macro.
4139
4140 * international/mule.el (ascii-case-table): New var.
4141
4142 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
4143 downcasing.
4144
4145 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
4146
4147 * progmodes/gud.el (gud-minor-mode-map): Simplify.
4148
4149 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
4150 of the window if we're outside it e.g menu-bar.
4151
4152 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
4153 window if we're outside it e.g menu-bar.
4154
4155 2007-04-03 Eli Zaretskii <eliz@gnu.org>
4156
4157 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
4158 decode base-64 encoded body if its content-type is something other
4159 than text/* or message/*.
4160
4161 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
4162
4163 * simple.el (activate-mark-hook): Fix typo in docstring.
4164
4165 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
4166
4167 * tmm.el (tmm-c-prompt): Initialize.
4168 (tmm-menubar): Deal with extended menu-items at top level.
4169 (tmm-get-keybind): Handle bindings redefined/undefined locally.
4170 (tmm-prompt): Handle visibility of top level menu-items.
4171
4172 * progmodes/gud.el (gud-menu-map): Simplify.
4173 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
4174 menubar.
4175
4176 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
4177
4178 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
4179
4180 * comint.el (comint-send-input): Widen the buffer first.
4181
4182 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
4183
4184 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4185
4186 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
4187 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
4188
4189 * newcomment.el (comment-search-forward): Discard comment starters
4190 before point.
4191
4192 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
4193
4194 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
4195
4196 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
4197
4198 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
4199 when downcasing.
4200
4201 * button.el (previous-button): Rewrite to account for adjacent buttons.
4202
4203 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
4204
4205 * progmodes/idlwave.el (idlwave-auto-fill):
4206 Revert paragraph-separate change.
4207
4208 * progmodes/idlw-shell.el (idlwave-shell-break-in):
4209 Simplify module calc.
4210 (idlwave-shell-set-bp-in-module): Compute module.
4211
4212 2007-03-31 Glenn Morris <rgm@gnu.org>
4213
4214 * emacs-lisp/timer.el (run-at-time): Doc fix.
4215
4216 * emacs-lisp/warnings.el (display-warning): If we create the
4217 buffer displaying the warning, disable undo there.
4218
4219 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
4220
4221 * net/tramp.el (tramp-register-file-name-handler)
4222 (tramp-register-completion-file-name-handler): New defsubst,
4223 derived from `tramp-register-file-name-handlers'. The split is
4224 necessary because Tramp's file name handlers must be registered at
4225 different startup places.
4226
4227 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
4228
4229 * progmodes/hideshow.el (turn-off-hideshow): New function.
4230 (hs-minor-mode): Use it instead of a lambda expression in
4231 change-major-mode-hook.
4232
4233 2007-03-31 David Kastrup <dak@gnu.org>
4234
4235 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
4236 corresponding to MANPATH_MAP entries.
4237 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
4238 (woman-parse-man.conf): Use more discriminating man.conf name.
4239 (woman-parse-man.conf): Parse MANPATH_MAP entries.
4240 (woman-manpath): Doc fix and type fix.
4241 (woman-cached-data): Check for MANPATH_MAP entries.
4242 (woman-expand-directory-path): Treat MANPATH_MAP entries.
4243
4244 2007-03-31 Stuart Herring <herring@lanl.gov>
4245
4246 * emacs-lisp/sregex.el (sregexq): Doc fix.
4247
4248 2007-03-31 Markus Triska <markus.triska@gmx.at>
4249
4250 * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
4251
4252 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
4253
4254 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
4255 Move to the right.
4256
4257 2007-03-30 Alan Mackenzie <acm@muc.de>
4258
4259 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
4260
4261 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4262
4263 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
4264 Use it, passed in explicitly, instead of from the dynamic binding.
4265 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
4266
4267 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
4268
4269 * simple.el (blink-matching-open): When in minibuffer, don't
4270 search for a match inside the prompt.
4271
4272 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
4273
4274 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
4275 (tmm-prompt): Don't make the mouse user select the first menu
4276 item twice.
4277
4278 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
4279
4280 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
4281 SIGUSR1 and SIGUSR2.
4282
4283 2007-03-29 Kim F. Storm <storm@cua.dk>
4284
4285 * ido.el (ido-read-internal): When reading file or dir, only override
4286 minibuffer-local-filename-completion-map, otherwise only override
4287 minibuffer-local-completion-map.
4288
4289 2007-03-29 Glenn Morris <rgm@gnu.org>
4290
4291 * complete.el (partial-completion-mode): Set PC-do-completion-end
4292 to nil after use.
4293 (PC-lisp-complete-symbol): Create and use a marker at `end',
4294 rather than using point-marker.
4295
4296 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
4297
4298 * simple.el (next-error-highlight): Doc fix.
4299 (compose-mail): Revert 2007-03-19 change.
4300
4301 2007-03-28 Richard Stallman <rms@gnu.org>
4302
4303 * emacs-lisp/edebug.el (edebug-display): Don't go to
4304 edebug-outside-buffer if it is dead.
4305
4306 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
4307
4308 * view.el (view-mode): Fix typos in docstring.
4309
4310 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
4311
4312 * recentf.el (recentf-save-file): Add a custom :set function.
4313
4314 2007-03-28 Glenn Morris <rgm@gnu.org>
4315
4316 * complete.el (PC-do-completion-end): New variable.
4317 (partial-completion-mode) <choose-completion-string-functions>:
4318 Use PC-do-completion-end in the non-minibuffer case to replace the
4319 correct amount of text.
4320 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
4321 (PC-lisp-complete-symbol): Give marker the after-insertion type,
4322 to deal with improvements inserted after point.
4323
4324 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4325
4326 * button.el (make-text-button): Add explicit `button' property.
4327 (default-button): Don't put a `button' property on it.
4328
4329 * progmodes/python.el (python-mode): Skip comments when parsing.
4330
4331 * vc-arch.el (vc-with-current-file-buffer): New macro.
4332 (vc-arch-file-source-p): Use it to avoid infloop.
4333
4334 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
4335
4336 * emacs-lisp/lisp.el (lisp-complete-symbol):
4337 Fix call to get-buffer-window to find windows in other frames.
4338
4339 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4340
4341 * comint.el (comint-proc-query, comint-dynamic-list-completions):
4342 Fix calls to get-buffer-window to find windows in other frames.
4343 Reported by David Hansen <david.hansen@gmx.net>.
4344
4345 2007-03-27 Kevin Ryde <user42@zip.com.au>
4346
4347 * info.el (Info-display-images-node): On a text-only terminal,
4348 show the "text" or "alt" parts of the image blobs.
4349
4350 2007-03-27 Glenn Morris <rgm@gnu.org>
4351
4352 * complete.el (PC-do-completion): Compute completion-base-size in
4353 the non-filename case, rather than setting to nil.
4354 (PC-lisp-complete-end): New variable.
4355 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
4356 original end in a series of consecutive invocations.
4357
4358 * calendar/calendar.el (calendar-mode-hook): Declare it.
4359
4360 * calendar/diary-lib.el (diary-live-p): Do not check for
4361 diary-selective-display.
4362
4363 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4364
4365 * replace.el (occur-next-error): *Occur* might not be displayed in the
4366 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
4367
4368 2007-03-26 Richard Stallman <rms@gnu.org>
4369
4370 * textmodes/flyspell.el (flyspell-large-region):
4371 Use ispell-call-process-region.
4372
4373 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4374
4375 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
4376 Use prin1 instead of princ.
4377
4378 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
4379
4380 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
4381 Merge in X resources before global face.
4382
4383 * progmodes/compile.el (compilation-start): Save compilation-directory
4384 rather than default-directory as local var.
4385 (compilation-directory): Mark as safe local var.
4386
4387 * files.el: Don't mark default-directory as a safe local var.
4388
4389 2007-03-25 Alan Mackenzie <acm@muc.de>
4390
4391 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
4392 * progmodes/cc-engine.el: Fix typo.
4393
4394 2007-03-25 Juri Linkov <juri@jurta.org>
4395
4396 * compare-w.el (compare-windows): Rename customization group
4397 `compare-w' to `compare-windows'.
4398 (compare-windows-whitespace, compare-ignore-whitespace)
4399 (compare-ignore-case, compare-windows-sync)
4400 (compare-windows-sync-string-size, compare-windows-recenter)
4401 (compare-windows-highlight, compare-windows): Change group name in
4402 the `group' tag from `compare-w' to `compare-windows'.
4403 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
4404
4405 2007-03-24 Markus Triska <markus.triska@gmx.at>
4406
4407 * expand.el: Change example to always enable abbrev-mode,
4408 and remove redundant `function'.
4409 (expand-abbrev-hook): Add autoload cookie.
4410
4411 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
4412
4413 * emacs-lisp/testcover.el (testcover-start, testcover-end)
4414 (testcover-mark-all, testcover-unmark-all): Add prompts to
4415 interactive specs.
4416
4417 2007-03-24 Jason Rumney <jasonr@gnu.org>
4418
4419 * autorevert.el (find-file-hook, auto-revert-tail-mode):
4420 Use file size in bytes for auto-revert-tail-pos not characters.
4421
4422 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
4423
4424 * vc-rcs.el (vc-rcs-annotate-command):
4425 Set text property :vc-annotate-prefix on the annotation text.
4426 (vc-rcs-annotate-time): Instead of searching for ": ",
4427 search for end of text propertized with :vc-annotate-prefix.
4428
4429 2007-03-24 Martin Rudalics <rudalics@gmx.at>
4430
4431 * whitespace.el (top level): Remove calls putting
4432 permanent-local nil property since these are no-ops.
4433
4434 * man.el (Man-support-local-filenames): Assure that
4435 default-directory exists when doing call-process.
4436
4437 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
4438
4439 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
4440 Fix omission bug: Use m4-program-options to construct shell command.
4441
4442 2007-03-23 David Kastrup <dak@gnu.org>
4443
4444 * progmodes/cc-mode.el (c-make-emacs-variables-local):
4445 Use `mapcar' rather than `mapcan' to silence compiler warning.
4446
4447 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
4448
4449 * textmodes/reftex.el, textmodes/reftex-vars.el,
4450 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
4451 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
4452 * textmodes/reftex-index.el, textmodes/reftex-global.el,
4453 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
4454 * textmodes/reftex-auc.el: Add maintainer address.
4455
4456 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
4457
4458 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
4459 Make sure that `global-font-lock-mode' does not turn on font-lock
4460 in these buffers.
4461
4462 2007-03-21 Kim F. Storm <storm@cua.dk>
4463
4464 * xt-mouse.el (xt-mouse-epoch): New variable.
4465 (xterm-mouse-event): Use float-time.
4466
4467 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
4468
4469 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
4470 current-time.
4471
4472 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4473
4474 * complete.el (read-file-name-internal): Don't add the final > if the
4475 completion is not finished (re-application of this patch, which was
4476 accidentally undone by Eli).
4477
4478 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
4479
4480 * emulation/viper.el (viper-non-hook-settings): Handle mouse
4481 clicks in describe-key and describe-key-briefly advice a little better.
4482
4483 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
4484
4485 * server.el (server-process-filter): Cancel any pending isearch.
4486
4487 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
4488
4489 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
4490 (icalendar--get-unfolded-buffer): Define actual arguments rather
4491 than just using &rest. Check replace-in-string is fbound.
4492 (icalendar-import-buffer): Doc fix.
4493 (icalendar--convert-ical-to-diary): Set diary-file.
4494 Check diary-file before inserting final newline.
4495 (icalendar--add-diary-entry): Return diary-file.
4496
4497 2007-03-21 Glenn Morris <rgm@gnu.org>
4498
4499 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
4500 (diary-display-hook): Add custom :set function.
4501
4502 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
4503 Add custom :set function.
4504 (diary-header-line-format): Doc fix.
4505 (diary-set-maybe-redraw): New function.
4506 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
4507 (diary-list-entries): Always run diary-mode.
4508
4509 2007-03-20 Kenichi Handa <handa@m17n.org>
4510
4511 * international/quail.el (quail-setup-completion-buf): Make the
4512 completion buffer read-only.
4513 (quail-completion): Adjusted for the above change. Leave the
4514 modified flag nil.
4515
4516 2007-03-20 David Kastrup <dak@gnu.org>
4517
4518 * files.el (magic-mode-alist): Require literal "%!PS" string for
4519 magic postscript file detection.
4520
4521 2007-03-20 Richard Stallman <rms@gnu.org>
4522
4523 * textmodes/ispell.el (ispell-call-process): New function.
4524 Defends against bad `default-directory.'
4525 (ispell-check-version, ispell-find-aspell-dictionaries)
4526 (ispell-get-aspell-config-value, lookup-words): Call it.
4527 (ispell-call-process-region): New function.
4528 (ispell-send-string): Call it.
4529
4530 2007-03-20 Andreas Schwab <schwab@suse.de>
4531
4532 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
4533 (finder-data): Likewise.
4534 (autoloads): Likewise.
4535
4536 2007-03-20 Martin Rudalics <rudalics@gmx.at>
4537
4538 * files.el (basic-save-buffer): Do not set visited filename when
4539 the corresponding directory does not exist or the specified
4540 filename is that of an existing directory.
4541
4542 2007-03-20 Glenn Morris <rgm@gnu.org>
4543
4544 * calendar/diary-lib.el (diary-live-p): New function.
4545 (number-of-diary-entries): Add a :set function to redisplay diary
4546 when necessary.
4547
4548 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
4549
4550 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
4551 from client program, mev, to compute mouse event.
4552
4553 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
4554
4555 * faces.el (momentary): Face removed; unused due to reversion of
4556 2007-01-04 changes by Kevin Rodgers.
4557
4558 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
4559 Suggested by Johan Bockg\e,Ae\e(Brd.
4560
4561 2007-03-19 Martin Rudalics <rudalics@gmx.at>
4562
4563 * font-lock.el (lisp-font-lock-keywords-1):
4564 Highlight define-globalized-minor-mode as a keyword.
4565
4566 2007-03-19 Kim F. Storm <storm@cua.dk>
4567
4568 * calc/calc-forms.el (math-std-daylight-savings)
4569 (math-std-daylight-savings-old): Doc fix.
4570
4571 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
4572
4573 * progmodes/python.el (python-default-template): Doc fix.
4574 (python-buffer): Fix typo in docstring.
4575
4576 * isearchb.el (isearchb-follow-char):
4577 * subr.el (def-edebug-spec): Fix typo in docstring.
4578
4579 2007-03-19 Richard Stallman <rms@gnu.org>
4580
4581 * files.el (default-directory): Mark safe.
4582 (basic-save-buffer-2): Put proper dir name in error message.
4583
4584 * simple.el (compose-mail): Run switch-function after
4585 setting up the mail buffer.
4586
4587 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
4588
4589 2007-03-18 Jay Belanger <belanger@truman.edu>
4590
4591 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
4592 (math-std-daylight-savings-new): Rename from
4593 `math-std-daylight-savings'.
4594 (math-std-daylight-savings-old): Rename from old value of
4595 `math-std-daylight-savings'.
4596 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
4597 `math-std-daylight-savings-old' depending on the year.
4598
4599 2007-03-18 Detlev Zundel <dzu@gnu.org>
4600
4601 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
4602 zero-width regexps as invalid but rather at least count them correctly.
4603
4604 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
4605
4606 * net/tls.el (open-tls-stream): In handshake-waiting loop,
4607 don't wait more if there is output available to process.
4608
4609 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
4610
4611 * progmodes/compile.el (compilation-find-file): Revert change
4612 from 2006-07-18 to allow completion of directory names.
4613 Reported by John Carter <john.carter@tait.co.nz>.
4614
4615 2007-03-18 Kim F. Storm <storm@cua.dk>
4616
4617 * subr.el (when, unless): Doc fix.
4618
4619 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
4620
4621 * net/tls.el (tls-program): Doc fix.
4622
4623 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
4624
4625 * autorevert.el (auto-revert-tail-handler):
4626 Call after-revert-hook.
4627
4628 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
4629
4630 * simple.el (switch-to-completions): No error if search for \n\n fails.
4631
4632 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
4633
4634 * simple.el (line-move-1):
4635 Respect `inhibit-line-move-field-capture' property.
4636
4637 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
4638
4639 * comint.el (comint-arguments): Mark backslash-escaped chars.
4640 (comint-delim-arg): Don't treat them as delimiters.
4641
4642 2007-03-12 Kim F. Storm <storm@cua.dk>
4643 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
4644
4645 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
4646
4647 * tempo.el (tempo-insert): Deal with 'r> if it appears
4648 specified with a prompt argument.
4649
4650 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
4651
4652 * textmodes/org.el (org-set-font-lock-defaults):
4653 Handle narrow table columns correctly.
4654
4655 2007-03-12 Mark A. Hershberger <mah@everybody.org>
4656
4657 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
4658 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
4659 Return to use of the -no-properties variants. There was
4660 consensus on emacs-devel that the speed of these variants was
4661 prefered since we are usually parsing files (from the internet
4662 or on disk) instead of XML created in Emacs.
4663
4664 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
4665 Add customize option.
4666
4667 2007-03-12 Glenn Morris <rgm@gnu.org>
4668
4669 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
4670 North American rule. Replace "daylight savings" with "daylight
4671 saving" in doc.
4672
4673 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
4674 * calendar/lunar.el, solar.el: Replace "daylight savings" with
4675 "daylight saving" in text.
4676
4677 * woman.el (woman-change-fonts): Tweak previous change by using
4678 woman-request-regexp rather than "^\\.".
4679
4680 * startup.el (command-line-1): Make insertion of
4681 initial-scratch-message not depend on scratch being selected.
4682
4683 2007-03-11 Juri Linkov <juri@jurta.org>
4684
4685 * replace.el (match): Use yellow background on light-bg terminals.
4686
4687 2007-03-11 Richard Stallman <rms@gnu.org>
4688
4689 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4690 Correctly compute line number.
4691
4692 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
4693
4694 * type-break.el (type-break-get-previous-count):
4695 Repeat previous change here.
4696
4697 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
4698
4699 * progmodes/grep.el (grep-find-ignored-directories):
4700 Add .git and .bzr to list.
4701
4702 2007-03-11 Andreas Schwab <schwab@suse.de>
4703
4704 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
4705
4706 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4707
4708 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
4709
4710 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
4711
4712 * faces.el (face-set-after-frame-default): Recalculate face
4713 customizations after applying X resources.
4714
4715 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
4716
4717 * net/rcirc.el (rcirc-timeout-seconds): New variable.
4718 (rcirc-keepalive-seconds): Remove variable.
4719 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
4720 (rcirc-process, rcirc-user-disconnect): New variables.
4721 (rcirc-connect): Initalize new variables.
4722 (rcirc-keepalive): Don't send keepalive pings before connection
4723 is completed.
4724 (rcirc-sentinel): Do mark all channels with activity when
4725 connection is dropped. Run hook with process buffer local.
4726 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
4727 (rcirc-buffer-process): Return value of rcirc-process if
4728 rcirc-server-buffer is nil.
4729 (rcirc-server-name): Return the reported server name.
4730 (rcirc-update-prompt): Simplify computation of the server name.
4731 (rcirc-format-response-string): Likewise.
4732 (rcirc-handler-001): Mark server as connected, record the reported
4733 server name, and schedule a timeout.
4734 (rcirc-track-nick): Add a spec for the tty class.
4735 (rcirc-user-non-nick): Remove function.
4736 (rcirc-nick-prefix-chars): Add variable.
4737 (rcirc-user-nick): Use above variable.
4738
4739 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4740
4741 * icomplete.el (icomplete-tidy, icomplete-exhibit):
4742 Bind deactivate-mark to nil.
4743
4744 2007-03-10 Martin Rudalics <rudalics@gmx.at>
4745
4746 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
4747 that buffer contents get erased during completion.
4748
4749 2007-03-10 Glenn Morris <rgm@gnu.org>
4750
4751 * woman.el (woman-change-fonts): Add a hack to deal with
4752 font-escape followed by "." at start of a line.
4753 (woman2-IP): Add a hack to deal with consecutive requests.
4754 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
4755
4756 2007-03-10 Alan Mackenzie <acm@muc.de>
4757
4758 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
4759
4760 2007-03-09 Richard Stallman <rms@gnu.org>
4761
4762 * abbrev.el (abbrev): Add `provide'.
4763
4764 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
4765
4766 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
4767
4768 2007-03-09 Martin Rudalics <rudalics@gmx.at>
4769
4770 * complete.el (PC-try-completion): New function.
4771 (PC-do-completion, read-file-name-internal): Use it instead of
4772 try-completion.
4773
4774 2007-03-08 Alan Mackenzie <acm@muc.de>
4775
4776 Remove stale tokens from `c-found-types' cache.
4777
4778 * progmodes/cc-mode.el (c-unfind-enclosing-token)
4779 (c-unfind-coalesced-tokens, c-before-change): New functions.
4780 (c-maybe-stale-found-type): New variable.
4781
4782 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
4783 (c-trim-found-types): New functions.
4784
4785 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
4786
4787 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
4788 (debug-ignored-errors): Add entry from smerge-match-conflict.
4789
4790 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
4791
4792 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
4793 special help topics for keywords.
4794 (idlwave-help-assistant-command): Include ".exe" for ms-dos
4795 etc. Assistant command.
4796
4797 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
4798
4799 * replace.el (occur-engine): Move buffer-undo-list binding...
4800 (occur-1): ...to here.
4801
4802 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
4803
4804 * simple.el (minibuffer-completing-symbol): New var.
4805 (eval-expression): Use it.
4806 (completion-setup-function): Don't bind completion-base-size when
4807 completing a symbol in the minibuffer.
4808
4809 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
4810
4811 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
4812 tries to start a second session in graphical mode.
4813
4814 2007-03-07 Miles Bader <miles@gnu.org>
4815
4816 * international/isearch-x.el
4817 (isearch-process-search-multibyte-characters):
4818 Strip text-properties from PROMPT to avoid an error from read-string.
4819
4820 2007-03-07 Kim F. Storm <storm@cua.dk>
4821
4822 * complete.el (PC-bindings): Remap lisp-complete-symbol to
4823 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
4824
4825 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4826
4827 * complete.el (PC-do-completion): Delete duplicates in the list of
4828 possible completions.
4829
4830 2007-03-07 Glenn Morris <rgm@gnu.org>
4831
4832 * ses.el (ses-mode): Doc fix.
4833
4834 2007-03-06 Kim F. Storm <storm@cua.dk>
4835
4836 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
4837
4838 2007-03-06 Kenichi Handa <handa@m17n.org>
4839
4840 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
4841
4842 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4843
4844 * simple.el (completion-setup-function): Improve last fix so it doesn't
4845 set it to a relative directory name either.
4846
4847 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4848
4849 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
4850
4851 2007-03-05 Richard Stallman <rms@gnu.org>
4852
4853 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
4854
4855 * files.el (find-file-noselect): No error if file no longer exists.
4856 Display a message and avoid other questions.
4857
4858 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4859
4860 * pcomplete.el (pcomplete-show-completions): Improve last change, so
4861 as not to use an invisible window and to create a window if none exist.
4862
4863 * progmodes/python.el (python-send-command): Restart proc if necessary.
4864 (python-proc): Simplify.
4865
4866 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
4867
4868 * pcomplete.el (pcomplete-show-completions): Search all frames for
4869 completions buffer.
4870
4871 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
4872
4873 * cus-edit.el (customize-save-variable): Clear customized-value
4874 property (saved values are now put in theme-value property).
4875 (customize-set-variable): Doc fix.
4876
4877 * complete.el (PC-do-completion): If completion-ignore-case is
4878 non-nil, replace field with completion string before exiting.
4879
4880 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
4881
4882 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
4883 Append its extension to the resulting temporary file name.
4884 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
4885
4886 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
4887 (tramp-smb-handle-write-region): Apply it.
4888
4889 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4890
4891 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4892 Redo previous change.
4893
4894 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4895
4896 * diff-mode.el (diff-mode): Doc fix.
4897
4898 2007-03-05 Kenichi Handa <handa@m17n.org>
4899
4900 * international/characters.el: Set category `l' (latin)
4901 for more characters.
4902
4903 2007-03-04 Kim F. Storm <storm@cua.dk>
4904
4905 * emacs-lisp/authors.el (authors-aliases): Add alias.
4906
4907 2007-03-04 Glenn Morris <rgm@gnu.org>
4908
4909 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
4910 all when switching major mode.
4911 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
4912 (hs-block-start-mdata-select, hs-block-end-regexp)
4913 (hs-forward-sexp-func, hs-adjust-block-beginning):
4914 Do not make these variables permanent-local.
4915
4916 2007-03-04 Richard Stallman <rms@gnu.org>
4917
4918 * progmodes/cperl-mode.el (cperl-mode):
4919 Modify cperl-compilation-error-regexp-alist by appending.
4920
4921 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
4922 (edebug-mode): Add the hook.
4923 (edebug-recursive-edit): Remove the hook on exiting.
4924
4925 * type-break.el (type-break-get-previous-time):
4926 Handle end-of-file errors specially
4927 so they don't get reported wrong in .emacs.
4928
4929 * startup.el (fancy-splash-text): Clarify text.
4930
4931 * simple.el (beginning-of-buffer, end-of-buffer):
4932 Avoid treating plain C-u like numeric arg.
4933
4934 * simple.el (completion-setup-function): Don't set
4935 default-directory to nil.
4936
4937 * shell.el (shell-dirstack-query): Doc fix.
4938
4939 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
4940 Don't select the window -- pass it to primitives instead.
4941
4942 * faces.el (minibuffer-prompt): Use medium blue by default.
4943
4944 2007-03-04 David Kastrup <dak@gnu.org>
4945
4946 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
4947 Preserve 16 as default value for "seconds" when customizing.
4948
4949 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
4950
4951 * textmodes/org.el (org-self-insert-command)
4952 (orgtbl-self-insert-command, org-delete-char)
4953 (org-delete-backward-char): Set the `flyspell-delayed' property.
4954
4955 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
4956
4957 * international/mule.el (find-auto-coding): Don't search for
4958 line-ending characters past the end of the tail.
4959
4960 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
4961
4962 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4963 Jump to the line where new score has been uploaded.
4964
4965 * play/tetris.el (tetris-move-bottom, tetris-move-left)
4966 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
4967 Do nothing when the game is paused.
4968
4969 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
4970
4971 * textmodes/org.el (org-set-tags): Prevent slipping of point
4972 during completion.
4973
4974 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4975
4976 * isearch.el (isearch-message-prefix):
4977 Use minibuffer-prompt-properties.
4978
4979 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4980
4981 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
4982 (ps-setup): Print which Emacsen is running ps-print package.
4983
4984 2007-03-01 Stuart Herring <herring@lanl.gov>
4985
4986 * files.el (set-auto-mode-0): Use `indirect-function'.
4987 (hack-one-local-variable): Don't reapply current major mode.
4988
4989 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
4990
4991 * progmodes/python.el (python-quote-syntax): Don't bother with
4992 syntax-ppss-context.
4993 (python-fill-paragraph): Make sure that fenced-string delimiters that
4994 stand on their own line stay there.
4995
4996 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4997
4998 * replace.el (perform-replace): Propertize message.
4999
5000 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
5001
5002 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
5003 invisible heading.
5004
5005 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
5006
5007 * net/tramp.el (tramp-file-name-handler): Revert last change.
5008
5009 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
5010
5011 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
5012 Correct doc strings.
5013
5014 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
5015
5016 * replace.el (perform-replace): Undo forward-char immediately if
5017 non-adjacent search fails.
5018
5019 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5020
5021 * version.el (emacs-major-version, emacs-minor-version):
5022 string-to-int -> string-to-number.
5023
5024 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
5025
5026 * help.el (where-is): Fail gracefully when not passed a command.
5027
5028 2007-02-28 Stuart Herring <herring@lanl.gov>
5029
5030 * find-lisp.el (find-lisp-default-directory-predicate):
5031 Fix bug: Do symlink check on expanded filename.
5032
5033 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
5034
5035 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
5036 changes during replacement.
5037 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
5038
5039 2007-02-28 Lars Hansen <larsh@soem.dk>
5040
5041 * desktop.el: Delete header line listing me as maintainer.
5042
5043 2007-02-28 Glenn Morris <rgm@gnu.org>
5044
5045 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
5046 the menus case.
5047
5048 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
5049
5050 * net/tramp.el (tramp-file-name-handler): Inhibit modification
5051 hooks to avoid confusion when combining after-change calls.
5052
5053 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
5054
5055 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
5056 now that pgg-gpg-process-region correctly honors passed-in passphrase.
5057 (allout-distinctive-bullets-string): Add info about bullet conventions.
5058 (allout-mode): Add info about distinctive vs plain bullets.
5059
5060 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
5061
5062 * textmodes/org.el (org-archive-subtree): Quote variable name.
5063 (org-agenda-get-todos): Make sure skip properties are checked correctly.
5064
5065 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
5066
5067 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
5068 (gud-bashdb-command-name, bashdb): Remove.
5069 (gud, gud-menu-map): Remove references to bash/bashdb.
5070
5071 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
5072
5073 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
5074 keyword for Python 2.5.
5075
5076 2007-02-26 Romain Francoise <romain@orebokech.com>
5077
5078 * net/net-utils.el (whois-server-tld): Update server for .org.
5079 (whois-server-list): Add whois.publicinterestregistry.net.
5080 (whois-guess-server): Fix formatting in docstring.
5081
5082 2007-02-26 Kim F. Storm <storm@cua.dk>
5083
5084 * mouse.el (mouse-show-mark): Run hooks and perform command
5085 remapping for mouse-region-delete-keys.
5086
5087 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5088
5089 * font-core.el (font-lock-mode): Doc fix.
5090
5091 2007-02-25 Kim F. Storm <storm@cua.dk>
5092
5093 * ido.el (ido-buffer-internal): Set this-command to fallback command.
5094 Add selected buffer to buffer-name-history.
5095 (ido-file-internal): Set this-command to fallback command.
5096 Add file names to file-name-history.
5097
5098 * emacs-lisp/map-ynp.el (map-y-or-n-p):
5099 Apply minibuffer-prompt-properties.
5100
5101 2007-02-25 Andreas Schwab <schwab@suse.de>
5102
5103 * files.el (hack-one-local-variable-eval-safep): Correct handling
5104 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
5105
5106 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
5107
5108 * textmodes/org.el (org-table-overlay-coordinates)
5109 (org-table-toggle-coordinate-overlays): New functions.
5110 (org-table-overlay-coordinates, org-table-coordinate-overlays):
5111 New variables.
5112 (org-startup-with-deadline-check): Remove option.
5113 (org-mode): Remove deadline check on startup.
5114 (org-table-limit-column-width): Remove option.
5115 (org-table-formula-numbers-only): Remove option.
5116 (org-link-style, org-link-format): Remove options.
5117 (org-select-agenda-window, org-fit-agenda-window): Remove options.
5118 (org-export-ascii-show-new-buffer)
5119 (org-export-html-show-new-buffer): Remove options.
5120 (org-activate-links): Remove camel option.
5121 (org-file-link-context-use-camel-case): Remove option.
5122 (org-camel-regexp): Remove variable.
5123 (org-activate-camels): Remove function.
5124 (org-store-link): Remove Camel stuff.
5125 (org-make-org-heading-camel): Remove function.
5126 (org-open-at-point): Remove camel stuff.
5127 (org-link-search): Remove camel stuff.
5128 (org-camel-to-words): Function removed.
5129 (org-get-agenda-file-buffer): Make sure we prepare the base
5130 buffers, not any indirect buffers.
5131 (org-sort-entries): Sort top-level when not on a headline, and no
5132 active region.
5133 (org-in-regexp): New function.
5134 (org-search-not-self): Rename from `org-search-not-link'.
5135 (org-open-link-marker): New variable.
5136 (org-open-at-point): Set `org-open-link-marker'.
5137 (org-print-icalendar-entries): Fixe bug with excluding DONE
5138 entries from the exported list.
5139 (org-edit-formula-lisp-indent): New command.
5140 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
5141 (orgtbl-to-latex, orgtbl-insert-radio-table)
5142 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
5143 (orgtbl-radio-table-templates): New option.
5144 (org-store-link-props):
5145 (org-remember-templates): More possibilities to insert info
5146 into templates.
5147 (org-remember-apply-template): Make use of the extended
5148 template capabilities.
5149 (org-remember-redo-template): New command.
5150 (org-upgrade-old-links)
5151 (org-table-modify-formulas, org-table-replace-in-formulas)
5152 (org-table-find-dataline)
5153 (org-table-get-vertical-vector): Remove functions.
5154 (org-table-remove-rectangle-highlight)
5155 (org-time-stamp-format, org-toggle-log-option)
5156 (org-table-highlight-rectangle)
5157 (org-table-iterate, org-table-make-reference):
5158 (org-translate-time, org-tree-to-indirect-buffer)
5159 (org-table-field-info, org-table-fix-formulas)
5160 (org-table-force-dataline, org-table-get-descriptor-line)
5161 (org-table-get-range)
5162 (org-skip-comments, org-sort)
5163 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
5164 (org-table-current-dline, org-table-current-field-formula)
5165 (org-table-edit-backward-field)
5166 (org-table-edit-formulas-post-command)
5167 (org-table-edit-line-down, org-table-edit-line-up)
5168 (org-agenda-archive)
5169 (org-agenda-clock-cancel)
5170 (org-agenda-clock-out, org-agenda-list-stuck-projects)
5171 (org-agenda-open-link, org-agenda-show-new-time)
5172 (org-agenda-skip-subtree-when-regexp-matches)
5173 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
5174 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
5175 (org-do-sort, org-file-image-p, org-find-overlays)
5176 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
5177 (org-highlight-until-next-command, org-isearch-end)
5178 (org-match-any-p, org-next-link, org-previous-link):
5179 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
5180 (org-rewrite-old-row-references)
5181 (org-isearch-post-command)
5182 (org-table-edit-move, org-table-edit-next-field)
5183 (org-table-edit-scroll, org-table-edit-scroll-down)
5184 (org-set-frame-title, org-show-reference)
5185 (org-unhighlight-once, org-verify-change-for-undo): New functions.
5186 (org-show-variable): Remove command.
5187 (org-add-log-maybe): New arguments STATE, FINDPOS
5188 (org-table-sort-lines): Rewrite from scratch.
5189 (org-link-search): New argument AVOID-POS.
5190 (org-print-icalendar-entries): Remove argument CATEGORY.
5191 (org-run-agenda-series): Remove argument WONDOW.
5192 (org-next-link, org-previous-link): New commands.
5193 (org-agenda-date-format): New option.
5194 (org-table-iterate): New command.
5195 (org-table-modify-formulas)
5196 (org-table-replace-in-formulas): Remove functions.
5197 (org-table-fix-formulas): New function.
5198 (org-table-insert-column, org-table-delete-column)
5199 (org-table-move-column): Use `org-table-fix-formulas'.
5200 (org-follow-gnus-link): Patch from Bastien/Leo.
5201 (org-table-current-field-formula): New function.
5202 (org-file-image-p): New function.
5203 (org-agenda-show-new-time): New function.
5204 (org-agenda-date-later): Call `org-agenda-show-new-time'.
5205 (org-with-remote-undo): New macro.
5206 (org-agenda-undo): New command.
5207 (org-verify-change-for-undo): New function.
5208 (org-time-stamp-format): New function.
5209 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
5210 by user.
5211 (org-match-any-p): New function.
5212 (org-make-tags-matcher): Handle regular expressions for tag and
5213 todo matches.
5214 (org-read-date): Accept "+N" as input for a date relative to the
5215 current date.
5216 (org-remove-subtree-entries-from-agenda): New function.
5217 (org-agenda-archive, org-agenda-kill):
5218 Use `org-remove-subtree-entries-from-agenda'.
5219 (org-do-sort, org-sort-entries): New functions.
5220 (org-sort): New command.
5221 (org-table-sort-lines): Use `org-do-sort'.
5222 (org-fix-decoded-time): New function.
5223 (org-table-number-regexp): Require 0x... to identify as number
5224 in tables.
5225 (org-startup-options): New keywords for note taking.
5226 (org-upgrade-old-links): Remove function.
5227 (org-get-repeat): New function.
5228 (org-show-context): Also show siblings on current level.
5229 (org-show-siblings): New function.
5230 (org-isearch-end, org-isearch-post-command): New functions.
5231 (org-show-siblings): New option.
5232 (org-show-context): Use `org-show-siblings'.
5233 (org-table-maybe-recalculate-line): No longer require `calc-eval'
5234 to be bound, because user may just use elisp.
5235
5236 2007-02-24 Kim F. Storm <storm@cua.dk>
5237
5238 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
5239 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
5240
5241 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5242
5243 * startup.el (command-line): Also check if the abbrev file is readable.
5244
5245 2007-02-24 John Paul Wallington <jpw@pobox.com>
5246
5247 * net/tls.el (tls-certtool-program): Fix custom type.
5248
5249 * mail/feedmail.el (feedmail-message-id-generator)
5250 (feedmail-date-generator): Fix custom types.
5251
5252 * mail/rmail.el (rmail-message-filter): Fix custom type.
5253
5254 2007-02-24 Eli Zaretskii <eliz@gnu.org>
5255
5256 * startup.el (command-line): If simple.el cannot be found, proceed
5257 with a warning message.
5258
5259 2007-02-24 Kenichi Handa <handa@m17n.org>
5260
5261 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
5262 case that BEG is a string.
5263
5264 2007-02-24 Chris Moore <dooglus@gmail.com>
5265
5266 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5267 * pgg-pgp.el (pgg-pgp-encrypt-region):
5268 * pgg-gpg.el (pgg-gpg-encrypt-region):
5269 Check pgg-encrypt-for-me if no other recipients.
5270
5271 2007-02-23 Eli Zaretskii <eliz@gnu.org>
5272
5273 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
5274
5275 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
5276 shell-quote-argument.
5277
5278 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5279
5280 * comint.el (comint-read-input-ring): Use comint-input-ring-size
5281 from the comint buffer instead of the temporary one.
5282
5283 2007-02-23 David Reitter <david.reitter@gmail.com>
5284
5285 * cus-edit.el (custom-save-all): Canonicalize custom-file before
5286 storing it in recentf-exclude.
5287
5288 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
5289
5290 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
5291 in splash screen.
5292
5293 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
5294
5295 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
5296 commands, for restart.
5297 (idlwave-shell-current-module): Fix handling of module name by type.
5298 (idlwave-shell-break-in): Update type handling.
5299 (idlwave-shell-bp-get): Encode type in BP structure.
5300 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
5301 (idlwave-shell-module-source-query): Query routine info based on type.
5302 Fix path parsing for non-compiled files.
5303 (idlwave-shell-module-source-filter): Don't signal error in filter
5304 if no source found.
5305 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
5306 filter race.
5307
5308 2007-02-22 Kim F. Storm <storm@cua.dk>
5309
5310 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
5311 (editable-field): Document need to put some text before the %v
5312 escape in :format string.
5313
5314 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
5315
5316 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
5317 (vc-svn-use-edit): Remove unused config var.
5318 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
5319
5320 * outline.el (hide-sublevels): Keep empty last line, if available.
5321
5322 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
5323 rather than the corresponding unicode char, to make the code
5324 more readable.
5325
5326 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
5327
5328 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
5329 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
5330 (speedbar-item-info-tag-helper): Doc fixes.
5331
5332 2007-02-19 Kenichi Handa <handa@m17n.org>
5333
5334 * international/mule-cmds.el (locale-language-names):
5335 Map "eo" to "Esperanto".
5336
5337 * language/european.el ("Esperanto"): New language environment.
5338
5339 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
5340
5341 * simple.el (kill-line): Doc fix.
5342
5343 2007-02-17 Kim F. Storm <storm@cua.dk>
5344
5345 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
5346 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
5347 (bindat--unpack-group, bindat--pack-group):
5348 Handle vectors with optional element type.
5349
5350 2007-02-17 Daiki Ueno <ueno@unixuser.org>
5351
5352 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
5353 if PASSPHRASE is given.
5354
5355 2007-02-17 Chris Moore <dooglus@gmail.com>
5356
5357 * jka-cmpr-hook.el (jka-compr-compression-info-list):
5358 Recognize backups of bz2 compressed files.
5359
5360 2007-02-17 Eli Zaretskii <eliz@gnu.org>
5361
5362 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
5363 to nil to speed up lookup of the symbol in index nodes.
5364
5365 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5366
5367 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5368 Add indentation for the constants of Lisp.
5369
5370 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
5371
5372 * ps-print.el: Use (defvar <foo>) where applicable.
5373 (ps-print-emacs-type): Remove.
5374 (ps-x-frame-property, ps-e-frame-parameter): Remove.
5375 (ps-frame-parameter): Align its call-convention with frame-parameter.
5376 (ps-begin-job): Adjust calls to it appropriately.
5377 (ps-setup): Don't print ps-print-emacs-type.
5378 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
5379 Define in such a way that it's obvious that it's defined.
5380 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
5381 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
5382 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
5383
5384 2007-02-15 Alan Mackenzie <acm@muc.de>
5385
5386 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
5387 an empty one-line C-style comment, post-position point properly.
5388
5389 2007-02-15 Chris Moore <dooglus@gmail.com>
5390
5391 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
5392 (isearch-lazy-highlight-new-loop): Bind it.
5393 (isearch-lazy-highlight-search): Use it.
5394
5395 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
5396
5397 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
5398
5399 * font-lock.el (font-lock-extend-region-wholelines):
5400 Only return non-nil if the region has really been changed.
5401 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
5402
5403 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
5404
5405 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
5406 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
5407 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
5408
5409 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
5410
5411 * faces.el (color-values): Revert changes to docstring from
5412 2007-01-31 and 2000-09-07.
5413
5414 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
5415 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
5416 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
5417 (ispell-help): Fix typos in docstring and output message.
5418
5419 2007-02-14 Kim F. Storm <storm@cua.dk>
5420
5421 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
5422 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
5423 (grep): Fix lgrep reference.
5424
5425 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
5426 (standard-display-underline): Use make-glyph-code.
5427
5428 * descr-text.el (describe-char): Use glyph-char and glyph-face.
5429
5430 * international/latin1-disp.el (latin1-display-char):
5431 Use make-glyph-code.
5432
5433 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
5434
5435 * ehelp.el (with-electric-help, electric-help-exit)
5436 (electric-help-retain): Doc fixes.
5437
5438 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
5439 (byte-compile-file): Doc fixes.
5440
5441 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5442
5443 * term/mac-win.el: Change all uses of
5444 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
5445 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
5446 (mac-ae-get-url): Call select-frame-set-input-focus.
5447 (mac-dnd-handle-drag-n-drop-event): Don't call
5448 select-frame-set-input-focus.
5449
5450 2007-02-13 Kenichi Handa <handa@m17n.org>
5451
5452 * international/characters.el: Fix documentation of category `a'.
5453
5454 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
5455
5456 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
5457
5458 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
5459
5460 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
5461 (tramp-get-remote-ln): Handle error case.
5462 Reported by Chris Moore <dooglus@gmail.com>.
5463
5464 2007-02-11 Kim F. Storm <storm@cua.dk>
5465
5466 * bindings.el (ctl-x-map): Remove register compatibility bindings
5467 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
5468
5469 2007-02-11 Richard Stallman <rms@gnu.org>
5470
5471 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
5472 in load history.
5473
5474 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
5475 condition -- don't fail to stop at endpos.
5476
5477 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
5478
5479 * textmodes/org.el (org-agenda-get-todos)
5480 (org-agenda-get-timestamps, org-agenda-get-closed)
5481 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5482 (org-agenda-get-blocks, org-format-agenda-item)
5483 (org-agenda-change-all-lines, org-scan-tags): Rename text property
5484 from `category' to `org-category'.
5485
5486 2007-02-11 Kenichi Handa <handa@m17n.org>
5487
5488 * international/titdic-cnv.el (titdic-convert): Force files be written
5489 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
5490 (miscdic-convert): Force files be written with Unix-like eol format.
5491
5492 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
5493
5494 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
5495
5496 * calculator.el (calculator-prompt): Doc fix.
5497 (calculator-mode-map): Fix typo in menu entry.
5498
5499 2007-02-10 Jay Belanger <belanger@truman.edu>
5500
5501 * calculator.el (calculator): Do more extensive checking for when
5502 3 lines should be used for the calculator.
5503
5504 2007-02-10 Eli Zaretskii <eliz@gnu.org>
5505
5506 * info-look.el (info-lookup-make-completions):
5507 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
5508 index nodes.
5509
5510 * info.el (Info-fontify-maximum-menu-size): Document the effect
5511 of a nil value.
5512 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
5513 non-nil before using it as size.
5514
5515 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
5516
5517 * subr.el (insert-for-yank-1): Prevent read-only properties from
5518 interfering with text property operations.
5519
5520 * image-mode.el (image-mode): Revert 2007-01-30 changes.
5521
5522 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
5523 (image-type-auto-detected-p): Fail if another match is found in
5524 auto-mode-alist.
5525
5526 * files.el (magic-mode-alist): Call image-mode instead of
5527 image-mode-maybe for autodetected images.
5528
5529 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
5530
5531 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
5532 Fix typos in docstrings.
5533 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
5534
5535 2007-02-09 Kim F. Storm <storm@cua.dk>
5536
5537 * emacs-lisp/float-sup.el: Remove obsolete comment.
5538
5539 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5540
5541 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
5542
5543 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5544
5545 * simple.el: Revert previous change, at request of RMS:
5546 (fundamental-mode-hook): Remove.
5547 (fundamental-mode): Run after-change-major-mode-hooks manually,
5548 and don't run the now-nonexistent fundamental-mode-hook.
5549
5550 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5551
5552 * simple.el (fundamental-mode-hook): Declare new hook.
5553 (fundamental-mode): Run the new dedicated hook, and don't run
5554 after-change-major-mode-hooks manually anymore.
5555
5556 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5557
5558 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
5559 added columns of chars. Remove support for the "no-meta-info" format.
5560 Prompted by Romain Francoise <romain@orebokech.com>.
5561
5562 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5563
5564 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
5565 (gdb-mouse-until, gdb-mouse-jump): Use it.
5566
5567 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5568
5569 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
5570 work when there is just an assembler buffer (no source buffer).
5571
5572 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
5573
5574 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
5575 just because the diff was produced using "-p" (--show-c-function).
5576
5577 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
5578
5579 * faces.el (frame-set-background-mode): Use `color-values' and
5580 `display-color-p', not `x-color-values' and `x-display-color-p'.
5581 (face-valid-attribute-values): Use `defined-colors' instead of
5582 `x-defined-colors'.
5583
5584 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5585
5586 * ps-print.el: The ps-print commands without face printing should not
5587 print background color. Reported by Leo <sdl.web@gmail.com>.
5588 (ps-print-version): New version 6.7.3.
5589 (ps-begin-job): New arg. Fix ps-default-background and
5590 ps-default-foreground initialization.
5591 (ps-face-attributes): Fix doc string.
5592 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
5593
5594 * printing.el: Fix ps-print link.
5595
5596 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
5597
5598 * faces.el (face-set-after-frame-default): Compile attributes to
5599 be set by frame parameters before merging in X resources.
5600
5601 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
5602
5603 * simple.el (blink-matching-paren-dont-ignore-comments):
5604 (blink-matching-paren-on-screen): Doc fixes.
5605
5606 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
5607
5608 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
5609
5610 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
5611
5612 * loadhist.el (unload-feature): Silently ignore `load-history' entries
5613 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
5614 entries like `defun'. Return nil.
5615
5616 2007-02-05 Kim F. Storm <storm@cua.dk>
5617
5618 * ido.el: Doc fixes.
5619
5620 2007-02-04 David Kastrup <dak@gnu.org>
5621
5622 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
5623 `mpuz-allow-double-multiplicator' is non-zero, and correct
5624 calculation of `min'.
5625
5626 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
5627
5628 * wid-edit.el (widget-default-create): Insert new text at the
5629 :from marker _after_ the marker, not before it.
5630
5631 2007-02-04 Alan Mackenzie <acm@muc.de>
5632
5633 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
5634 containing it is re-indented.
5635
5636 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5637
5638 * net/newsticker.el (newsticker--insert-image): Update docstring,
5639 and insert the image directly.
5640 (newsticker--buffer-redraw): Update docstring.
5641
5642 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5643 Rename from define-global-minor-mode.
5644
5645 * progmodes/cwarn.el (global-cwarn-mode):
5646 * emacs-lisp/autoload.el (make-autoload):
5647 * hi-lock.el (global-hi-lock-mode):
5648 * font-core.el (global-font-lock-mode): All callers changed.
5649
5650 2007-02-03 Eli Zaretskii <eliz@gnu.org>
5651
5652 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
5653 Don't copy @ignore lines into menu descriptions.
5654 (texinfo-multi-file-update): Goto the @node line before attempting
5655 to pluck the node name.
5656 (texinfo-multiple-files-update): Reverse the optional arguments'
5657 order, as per the doc string and the `interactive' form.
5658
5659 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5660
5661 * image-mode.el: Use autoload to avoid overriding disabled setting
5662 applied in .emacs.
5663
5664 2007-02-03 Alan Mackenzie <acm@muc.de>
5665
5666 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
5667 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
5668 adjacent paren groups).
5669
5670 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5671
5672 * progmodes/ebnf2ps.el: Doc fixes.
5673 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
5674
5675 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5676
5677 * dired-x.el (dired-do-relsymlink): Add reference to
5678 dired-do-symlink. Add an autoload cookie.
5679
5680 * dired-aux.el (dired-do-symlink): Add reference to
5681 dired-do-relsymlink.
5682
5683 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
5684
5685 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
5686 <left-fringe mouse-3>: New bindings.
5687
5688 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
5689
5690 * net/newsticker.el (newsticker-version): Changed to "1.10".
5691 (newsticker--set-customvar): Doc string.
5692 (newsticker-new-item-face): Doc string.
5693 (newsticker-mode): Initialize `invisibility-spec' with t.
5694 (newsticker-mode-map): Added
5695 `newsticker-mark-all-items-at-point-as-read'.
5696 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
5697 (newsticker-w3m-show-inline-images): Do not call
5698 `w3m-remove-image'.
5699 (newsticker--buffer-after-w3m-insert-image): New advice for
5700 w3m-insert-image to cache images.
5701 (newsticker-next-item-same-feed): New.
5702 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
5703 (newsticker-mark-all-items-of-feed-as-read): New.
5704 (newsticker-mark-all-items-at-point-as-read): Use new functions.
5705 (newsticker-mark-item-at-point-as-read): Doc string.
5706 (newsticker-mark-item-at-point-as-read): Use new functions.
5707 (newsticker--do-mark-item-at-point-as-read): New, extracted from
5708 `newsticker-mark-item-at-point-as-read'.
5709 (newsticker-hide-entry): Use (t) instead of t for invisibility.
5710 (newsticker--sentinel): Yet another xml-parser workaround.
5711 (newsticker--decode-iso8601-date): Bugfix for datestrings without
5712 days.
5713 (newsticker--buffer-do-insert-text): Fix.
5714 (newsticker--buffer-insert-enclosure): Fix. Length might be missing.
5715 (newsticker--buffer-make-item-completely-visible):
5716 `switch-to-buffer' not necessary.
5717
5718 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5719
5720 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
5721 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
5722 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
5723 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
5724 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
5725
5726 2007-02-02 Kenichi Handa <handa@m17n.org>
5727
5728 * international/quail.el (quail-show-key): Fix an error message.
5729
5730 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5731
5732 * faces.el (set-face-underline-p, modify-face): Rename arg
5733 UNDERLINE-P to UNDERLINE (it is not a flag).
5734
5735 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
5736
5737 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
5738 when adding gdb-speedbar-update to gdb-input-queue.
5739
5740 2007-02-01 Kenichi Handa <handa@m17n.org>
5741
5742 * international/quail.el (quail-show-key): Signal an error if the
5743 current input method is not using Quail.
5744
5745 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
5746
5747 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
5748 Trim leading whitespace in sysvar names.
5749
5750 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5751
5752 * faces.el (internal-find-face, internal-get-face): Doc fixes.
5753
5754 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5755
5756 * ido.el (ido-set-common-completion): Use `let', not `let*'.
5757
5758 2007-01-31 Romain Francoise <romain@orebokech.com>
5759
5760 * comint.el: Delete extra copy of `comint-copy-old-input' added in
5761 previous change to this file.
5762
5763 2007-01-31 Jason Rumney <jasonr@gnu.org>
5764
5765 * files.el (magic-mode-alist): Use image-mode-maybe rather than
5766 image-mode.
5767
5768 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
5769 interfering with attempt to set major mode from modified
5770 auto-mode-alist.
5771
5772 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5773
5774 * faces.el (color-values): Doc fix.
5775 (face-differs-from-default-p): Don't check :foreground twice.
5776
5777 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
5778
5779 * comint.el (comint-mode): Prevent non-keyword fontification by default.
5780
5781 2007-01-31 Kenichi Handa <handa@m17n.org>
5782
5783 * international/quail.el (quail-store-decode-map-key): Store a
5784 translated character too.
5785 (quail-char-equal-p): New function.
5786 (quail-find-key1): Check character equality by quail-char-equal-p.
5787 (quail-decode-map-generated): New variable.
5788 (quail-find-key): Check quail-decode-map-generated and re-generate
5789 a decode map if necessary.
5790
5791 2007-01-30 Richard Stallman <rms@gnu.org>
5792
5793 * tutorial.el (tutorial--detailed-help): Make the list of
5794 changed keys look nicer.
5795
5796 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
5797
5798 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
5799 (gdb-var-delete): Use it.
5800 (gdb-var-update-handler-1): Handle value "invalid" for MI field
5801 `in_scope'.
5802
5803 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
5804
5805 * files.el (get-free-disk-space): Return nil for remote directories.
5806
5807 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
5808 instead of "dir".
5809
5810 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
5811
5812 * type-break.el (type-break-catch-up-event): New function.
5813 (type-break-demo-hanoi, type-break-demo-life)
5814 (type-break-demo-boring): Use it.
5815
5816 * image-mode.el (image-mode): Don't automatically view as image.
5817 (image-toggle-display): Add `disabled' property.
5818
5819 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
5820
5821 * isearchb.el (isearchb-iswitchb):
5822 * ps-print.el (ps-build-face-reference):
5823 * emacs-lisp/shadow.el (list-load-path-shadows):
5824 * eshell/esh-cmd.el (eshell-rewrite-for-command):
5825 * international/mule.el (find-auto-coding):
5826 * mail/supercite.el (sc-attrib-selection-list):
5827 * progmodes/cc-defs.el (c-emacs-features):
5828 * progmodes/cc-vars.el (c-offsets-alist):
5829 * progmodes/flymake.el
5830 (flymake-init-create-temp-source-and-master-buffer-copy):
5831 Fix typos in docstrings (some suggested by Chris Moore).
5832
5833 * progmodes/vhdl-mode.el (vhdl-components-package-name)
5834 (vhdl-get-library-unit, vhdl-corresponding-begin)
5835 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
5836 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
5837 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
5838 (vhdl-font-lock-match-item): Fix typos in docstrings.
5839 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
5840 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
5841 (vhdl-speedbar-insert-project-hierarchy):
5842 Improve argument/docstring consistency.
5843
5844 2007-01-29 Kenichi Handa <handa@m17n.org>
5845
5846 * international/titdic-cnv.el (py-converter): Fix previous change.
5847
5848 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
5849
5850 * jka-compr.el (jka-compr-partial-uncompress)
5851 (jka-compr-call-process): Rebind default-directory if it is
5852 invalid. Suggested by Chris Moore.
5853
5854 * comint.el (comint-insert-input): Handle situation where the
5855 selected buffer is not the clicked buffer.
5856
5857 2007-01-29 Kenichi Handa <handa@m17n.org>
5858
5859 * international/ja-dic-cnv.el (skkdic-convert):
5860 Add byte-compile-disable-print-circle:t at the head.
5861
5862 * international/titdic-cnv.el (tit-process-header):
5863 Add byte-compile-disable-print-circle:t at the head.
5864 (miscdic-convert): Likewise.
5865 (py-converter): Skip the header comments.
5866
5867 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
5868 New variable.
5869 (byte-compile-output-file-form): Bing print-circle to nil if
5870 byte-compile-output-file-form is not nil.
5871 (byte-compile-output-docform): Likewise.
5872
5873 2007-01-28 Kim F. Storm <storm@cua.dk>
5874
5875 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
5876 Declare earlier to avoid byte compiler warnings.
5877
5878 2007-01-28 Markus Triska <markus.triska@gmx.at>
5879
5880 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
5881
5882 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
5883
5884 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
5885 (gamegrid-add-score-with-update-game-score-1): Allow local quits
5886 when calling update-game-score program. Remove unnecessary
5887 save-excursion.
5888
5889 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
5890
5891 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
5892
5893 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
5894 avoid compiler warning.
5895 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
5896 might have values other than "true" or "false".
5897
5898 2007-01-28 Richard Stallman <rms@gnu.org>
5899
5900 * textmodes/fill.el (fill-paragraph-function): Doc fix.
5901 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
5902
5903 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
5904
5905 * image.el (image-type-header-regexps): Make GIF regex more specific.
5906
5907 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
5908 Don't check `backspace'.
5909 (tutorial--find-changed-keys): Look up bindings in a temp buffer
5910 in Fundamental mode.
5911
5912 * startup.el (fancy-splash-text, normal-splash-screen):
5913 Mention C-g.
5914
5915 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
5916 when inserting in buffer.
5917
5918 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
5919 inside the if.
5920
5921 2007-01-27 Richard Stallman <rms@gnu.org>
5922
5923 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
5924
5925 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
5926
5927 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
5928 enum/union/struct/class definition.
5929 Revert change to call `forward-sexp' multiple times.
5930
5931 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
5932
5933 * files.el (hack-local-variables-confirm): Don't keep trying to
5934 read an event from an empty kbd macro.
5935
5936 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5937
5938 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
5939
5940 2007-01-27 Ben North <ben@redfrontdoor.org>
5941
5942 * outline.el (outline-promote, outline-demote): Doc fix. Rename
5943 the arg CHILDREN -> WHICH.
5944
5945 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
5946
5947 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
5948 default-directory to a sane value when calling start-process.
5949
5950 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5951
5952 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
5953 (ls-lisp-format-time-list): Doc fix. Mention
5954 ls-lisp-use-localized-time-format.
5955 (ls-lisp-format-time): Use ls-lisp-format-time-list if
5956 ls-lisp-use-localized-time-format is non-nil, even if a valid
5957 locale is defined.
5958
5959 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
5960
5961 * jka-compr.el (jka-compr-shell): Doc fix.
5962
5963 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
5964
5965 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5966
5967 * ps-print.ps: Fix background height.
5968 (ps-print-version): New version 6.7.2.
5969
5970 2007-01-26 Eli Zaretskii <eliz@gnu.org>
5971
5972 * makefile.w32-in (finder-data, custom-deps): Depend on
5973 $(lisp)/loaddefs.el.
5974
5975 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5976
5977 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
5978
5979 2007-01-24 Miles Bader <miles@gnu.org>
5980
5981 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
5982 (byte-compile-output-docform): Bind `print-circle' to t.
5983
5984 2007-01-24 Kenichi Handa <handa@m17n.org>
5985
5986 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
5987 file name of the original SKK dictionary file.
5988
5989 2007-01-24 Kim F. Storm <storm@cua.dk>
5990
5991 * ido.el (ido-initial-position): New variable.
5992 (ido-read-internal): Set it if default item is specified.
5993 (ido-minibuffer-setup): Position cursor accordingly if set.
5994 (ido-edit-input): C-e moves to end of input if not already there.
5995 (ido-magic-backward-char): C-b does like M-b if prev char is /.
5996 Don't switch to buffer mode if repeating C-b at start of input.
5997 (ido-toggle-ignore): C-a only toggles ignore at start or end of
5998 input; else it moves to start of input.
5999 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
6000 not at end of input, delete rest of input, rather than normal op.
6001
6002 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
6003
6004 * emulation/viper-keym.el (viper-insert-basic-map):
6005 Delete binding for S-TAB.
6006
6007 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
6008 of message. Activate mark.
6009 (ediff-activate-mark): Set transient-mark-mode to t.
6010
6011 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
6012
6013 2007-01-23 Martin Rudalics <rudalics@gmx.at>
6014
6015 * help-fns.el (describe-variable): Don't suppress display of
6016 buffer local value when the value is "large".
6017
6018 2007-01-22 Kim F. Storm <storm@cua.dk>
6019
6020 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
6021 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
6022 (ido-tidy): Use ido-active.
6023
6024 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
6025
6026 * hexl.el (hexl-mode-exit): Add missing quote.
6027
6028 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6029
6030 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
6031 (mac-ae-keyboard-modifiers): New function.
6032 (mac-handle-toolbar-switch-mode): Use it.
6033 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
6034 if keyboard modifiers on drop contain option key.
6035 (mac-dnd-drop-data): Add optional argument `action'.
6036 (special-event-map): Remove binding for M-drag-n-drop.
6037
6038 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
6039
6040 * add-log.el (add-log-current-defun): Use CC Mode functions to
6041 find the beginning and end of a defun.
6042
6043 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
6044
6045 * progmodes/gdb-ui.el (gdb-var-create-regexp)
6046 (gdb-var-create-handler): Handle value field in GDB output of
6047 -var-create.
6048 (gdb-max-frames): New variable.
6049 (gdb-stack-buffer, gdb-frames-select): Use it.
6050 (gdb-info-stack-custom): Help user customize gdb-max-frames,
6051 if necessary.
6052 (gdb-get-frame-number): Simplify.
6053
6054 2007-01-21 Glenn Morris <rgm@gnu.org>
6055
6056 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
6057 Update copyrights.
6058
6059 2007-01-21 Alan Mackenzie <acm@muc.de>
6060
6061 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
6062 handling of K&R stuff.
6063
6064 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6065
6066 * textmodes/bibtex.el (bibtex-files): Fix customization type.
6067
6068 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6069
6070 * ps-print.el: Handle frame parameters (background and/or foreground
6071 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
6072 (ps-print-version): New version 6.7.1.
6073 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
6074 (ps-frame-parameter): New fun.
6075 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
6076 Fix doc and customization.
6077 (ps-begin-job): Get frame parameters (background and/or foreground
6078 colors).
6079 (ps-do-despool): Ensure ps-printer-name has a valid value.
6080
6081 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
6082
6083 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
6084 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
6085 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
6086 mean unlimited.
6087
6088 2007-01-20 Alan Mackenzie <acm@muc.de>
6089
6090 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
6091 much more rigorous analysis of putative K&R regions.
6092
6093 2007-01-20 Alan Mackenzie <acm@muc.de>
6094
6095 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
6096 New functions.
6097
6098 2007-01-20 Alan Mackenzie <acm@muc.de>
6099
6100 * progmodes/cc-align.el, progmodes/cc-cmds.el,
6101 * progmodes/cc-defs.el, progmodes/cc-engine.el,
6102 * progmodes/cc-langs.el, progmodes/cc-styles.el,
6103 * progmodes/cc-vars.el: Add my name.
6104
6105 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
6106
6107 * files.el (find-alternate-file): Revert query message to Emacs 21
6108 version.
6109
6110 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
6111
6112 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
6113 the doc string how to use personal abbrevs without electric
6114 keywords.
6115
6116 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6117
6118 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
6119 Fixed cursor position when toggle abbreviated display.
6120
6121 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
6122
6123 * t-mouse.el: Update copyright following assignment by
6124 Alessandro Rubini.
6125
6126 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
6127
6128 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
6129 (type-break-demo-boring): Call read-event instead of read-char.
6130
6131 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
6132
6133 * progmodes/compile.el: Add handling for makepplog.
6134
6135 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
6136
6137 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
6138 aspell dictionaries are initialized when called non-interactively.
6139
6140 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
6141
6142 * progmodes/compile.el (compilation-loop): New arg limit.
6143 Handle case where the first error is at point-min.
6144 (compilation-next-error): New arg to compilation-loop call.
6145
6146 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
6147
6148 * info.el (Info-default-dirs): Change default info dir to
6149 share/info.
6150
6151 * paths.el (Info-default-directory-list): Ditto.
6152
6153 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
6154
6155 * hexl.el (hexl-before-revert-hook): New function.
6156 (hexl-mode): Use it.
6157 (hexl-after-revert-hook): Just call hexl-mode.
6158 (hexl-mode-exit): Remove before-revert-hook.
6159
6160 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6161
6162 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
6163
6164 2007-01-16 Martin Rudalics <rudalics@gmx.at>
6165
6166 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
6167 by "-" in francais7 otherchars entry.
6168 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
6169 otherchars entry.
6170
6171 2007-01-15 Karl Fogel <kfogel@red-bean.com>
6172
6173 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
6174 path. Rewrite function in `cond' style for readability.
6175
6176 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
6177 (The path shortening, that is, not the rearrangement.)
6178
6179 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6180
6181 * term/mac-win.el (mac-ae-quit-application): New function.
6182 (mac-apple-event-map): Bind "quit application" Apple event to it.
6183
6184 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6185
6186 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
6187 than the program's output.
6188
6189 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
6190
6191 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
6192 (kmacro-start-macro-or-insert-counter)
6193 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
6194 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
6195
6196 * longlines.el (longlines-show-hard-newlines):
6197 * ruler-mode.el (ruler-mode-ruler):
6198 * emulation/keypad.el (keypad-setup):
6199 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
6200 Fix typo in docstring.
6201
6202 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
6203
6204 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
6205 Remove redirect character ">".
6206
6207 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
6208
6209 * replace.el (perform-replace): Remove leftover code.
6210
6211 2007-01-12 Richard Stallman <rms@gnu.org>
6212
6213 * replace.el (perform-replace): Don't clear NODENT when computing
6214 the replacement string.
6215
6216 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
6217
6218 * net/tramp.el (tramp-handle-file-local-copy):
6219 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
6220 <christopher.ian.moore@gmail.com>.
6221
6222 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6223
6224 * diff-mode.el (diff-sanity-check-context-hunk-half)
6225 (diff-sanity-check-hunk): New functions.
6226 (diff-find-source-location): Use'em to check the hunks are well-formed.
6227
6228 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
6229 activate undo when undo is not active.
6230 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
6231
6232 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6233
6234 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
6235 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
6236 (ffap-url-at-point): Use char-classes rather than "a-z".
6237
6238 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
6239
6240 * ediff-init.el (ediff-autostore-merges):
6241 * textmodes/fill.el (fill-region): Doc fix.
6242
6243 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6244
6245 * server.el (server-ensure-safe-dir): UIDs may be floats.
6246
6247 2007-01-10 Richard Stallman <rms@gnu.org>
6248
6249 * battery.el (battery-linux-proc-acpi): Use ignore-errors
6250 around calls to directory-files.
6251
6252 * subr.el (momentary-string-display): Use save-excursion.
6253
6254 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
6255 argument, but read it as `X' does.
6256
6257 2007-01-09 Juri Linkov <juri@jurta.org>
6258
6259 * info.el (Info-fontify-node): Don't hide node names of index entries.
6260
6261 * faces.el (momentary): Change :group to basic-faces where all
6262 basic faces belong to. Add :version.
6263
6264 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
6265
6266 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
6267 keybinding is found.
6268 (tutorial--find-changed-keys): Never treat null keybinding as a
6269 remapping.
6270
6271 2007-01-09 Martin Rudalics <rudalics@gmx.at>
6272
6273 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
6274
6275 2007-01-09 Kenichi Handa <handa@m17n.org>
6276
6277 * international/mule-cmds.el
6278 (select-safe-coding-system-interactively): Fix message.
6279
6280 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
6281
6282 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
6283 (tramp-process-actions): Add optional parameter TIMEOUT.
6284 (tramp-open-connection-telnet, tramp-open-connection-rsh)
6285 (tramp-open-connection-su): Add timeout of 60".
6286
6287 2007-01-09 Richard Stallman <rms@gnu.org>
6288
6289 * progmodes/compile.el (compile): Doc fix.
6290
6291 2007-01-09 Markus Triska <markus.triska@gmx.at>
6292
6293 * tumme.el (tumme-display-thumb): Doc fix.
6294
6295 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
6296
6297 * battery.el (battery-search-for-one-match-in-files):
6298 * bindings.el (mode-line-minor-mode-help):
6299 * x-dnd.el (x-dnd-types-alist):
6300 * calendar/icalendar.el (icalendar-import-buffer):
6301 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
6302
6303 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
6304
6305 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
6306
6307 * replace.el (replace-regexp): Fix typo in docstring.
6308
6309 2007-01-07 Alan Mackenzie <acm@muc.de>
6310
6311 * progmodes/cc-langs.el (c-operators, c-filter-ops):
6312 Amend doc-string and comments.
6313
6314 2007-01-06 Eli Zaretskii <eliz@gnu.org>
6315
6316 * files.el (abbreviate-file-name): Doc fix.
6317
6318 2007-01-06 Markus Triska <triska@gmx.at>
6319
6320 * subr.el (split-string): Remove spurious ")" from doc string.
6321
6322 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
6323
6324 * textmodes/table.el (table--warn-incompatibility):
6325 Use display-warning instead of momentary-string-display.
6326
6327 2007-01-05 Richard Stallman <rms@gnu.org>
6328
6329 * image.el (image-type-header-regexps): Recognize xbm more strictly.
6330
6331 * simple.el (backward-kill-word): Doc fix.
6332
6333 2007-01-05 Romain Francoise <romain@orebokech.com>
6334
6335 * international/mule.el (sgml-html-meta-auto-coding-function):
6336 Ensure that the buffer contains a HTML document.
6337
6338 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6339
6340 * faces.el (momentary): Move here ...
6341 * subr.el (momentary): ... from here.
6342
6343 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
6344
6345 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
6346 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
6347 large structures/arrays.
6348
6349 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
6350
6351 * files.el (find-file-noselect-1, set-visited-file-name):
6352 Allow backup-enable-predicate to be nil.
6353
6354 2007-01-04 Andreas Schwab <schwab@suse.de>
6355
6356 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
6357 last change.
6358
6359 2007-01-03 Richard Stallman <rms@gnu.org>
6360
6361 * woman.el (woman-decode-buffer): Clarify error message.
6362
6363 2007-01-03 Alan Mackenzie <acm@muc.de>
6364
6365 * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
6366
6367 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
6368
6369 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
6370
6371 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6372
6373 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
6374
6375 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
6376
6377 * emulation/viper.el (viper-custom-file-name, viper-mode):
6378 Fix typos in docstrings.
6379
6380 * subr.el (momentary-string-display): After moving point, set POS
6381 variable to it to avoid later errors once the buffer is modified.
6382 Doc fix.
6383
6384 2007-01-02 Alan Mackenzie <acm@muc.de>
6385
6386 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
6387 check that the "*/" is present before trying to manipulate it.
6388
6389 2007-01-02 Richard Stallman <rms@gnu.org>
6390
6391 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
6392
6393 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
6394 Fix format of value.
6395
6396 * cus-edit.el (customize-unsaved): Rename from customize-customized.
6397 Change messages accordingly.
6398 (customize-customized): Now alias.
6399
6400 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
6401
6402 * files.el (version-control): Doc fix.
6403
6404 2007-01-01 Alan Mackenzie <acm@muc.de>
6405
6406 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
6407 Check the format of c-state-cache is valid for an optimisation before
6408 using it.
6409
6410 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
6411 are at a statement within a macro". Other changes so that only
6412 the first continuation line in a macro gets the symbol
6413 `cpp-define-intro', the others getting `statement', or whatever.
6414
6415 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
6416 a string, preserve whitespace. Add a backslash only when also in
6417 a macro.
6418
6419 * progmodes/cc-defs.el: Correct typos.
6420
6421 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
6422 new line after an escaped EOL in a string.
6423
6424 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
6425 label when it directly follows "else", "do", ....
6426
6427 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
6428 angle brackets (as seen in "explicit specialisations" of C++
6429 templates).
6430
6431 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
6432 in the doc-string.
6433
6434 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
6435 when the comment ender looks like "=========*/" and is alone on
6436 its line.
6437
6438 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
6439 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
6440 for the old name.
6441
6442 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
6443 c-\(beginning\|end\)-of-defun by default.
6444
6445 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
6446 New line-up function, for the DEFUN macro in the Emacs C sources.
6447 Only used in "gnu" style.
6448
6449 * progmodes/cc-styles.el (c-style-alist): Use this new function in
6450 the "gnu" style.
6451
6452 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
6453 clean-up comment-close-slash also to work when there's a comment
6454 terminator on the line.
6455 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
6456 these for large arg - only take account of top level {..}, except
6457 for initial and final adjustments. M-- C-M-[ae] now go to the
6458 right defuns when the starting point is between defuns. They use
6459 the four new functions:
6460 (c-in-function-trailer-p, c-where-wrt-brace-construct)
6461 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
6462 support c-\(beginning\|end\)-of-defun.
6463
6464 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
6465 expressions more rigorously, to exclude bit-field specifiers from
6466 being classed as labels.
6467 (c-forward-label): When analyzing a ":" within a macro, be careful
6468 about using c-forward-syntactic-ws at the macro beginning.
6469 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
6470 stmt boundary, check for "operator=", etc.
6471
6472 * progmodes/cc-mode.el (c-postprocess-file-styles):
6473 Bind inhibit-read-only to t, around the call to
6474 c-remove-any-local-eval-or-mode-variables, so that it works on a
6475 RO file.
6476
6477 * progmodes/cc-defs.el (c-version): Update the version number to
6478 "5.31.4".
6479
6480 2007-01-01 Richard Stallman <rms@gnu.org>
6481
6482 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
6483 only if we restored isearch-window-configuration.
6484
6485 2006-12-31 Romain Francoise <romain@orebokech.com>
6486
6487 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
6488
6489 2006-12-31 Kim F. Storm <storm@cua.dk>
6490
6491 * files.el (auto-mode-case-fold): New defcustom.
6492 (set-auto-mode): If non-nil, perform second case-sensitive pass
6493 through auto-mode-alist if first pass failed.
6494
6495 2006-12-30 Richard Stallman <rms@gnu.org>
6496
6497 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
6498
6499 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
6500
6501 * allout.el (allout-encrypt-string): Handle symmetric-key
6502 passphrase caching but leave keypair caching to pgg.
6503
6504 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
6505
6506 Sync with Tramp 2.0.55.
6507
6508 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
6509 `integerp'. `char-equal' could fail else in case of negative
6510 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
6511 (top): Check for `font-lock-add-keywords' before calling; it
6512 doesn't exist under XEmacs.
6513 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
6514 (tramp-completion-mode): Remove clause (not
6515 tramp-unified-filenames), because the function is called in other
6516 context too, where this check results in wrong results in the
6517 XEmacs case on Windows.
6518 (tramp-touch): UTC handling is not possible for XEmacs.
6519
6520 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6521
6522 * scroll-bar.el (previous-scroll-bar-mode): New variable
6523 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
6524 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
6525
6526 * term/x-win.el: Set scroll bar mode to right if set by X resources.
6527
6528 2006-12-30 Richard Stallman <rms@gnu.org>
6529
6530 * files.el (make-backup-file-name-1): Precompute abs name
6531 but don't lose the relative name.
6532
6533 * international/mule-cmds.el (select-safe-coding-system-interactively):
6534 Fix message.
6535
6536 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6537
6538 * files.el (backup-buffer): Show entire backup file name in msg.
6539
6540 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
6541
6542 * image.el (image-type-header-regexps, image-type-from-data)
6543 (image-type-from-buffer, image-type-from-file-header):
6544 Revert changes from 2006-12-26.
6545 (image-type-auto-detectable): New variable.
6546 (image-type-auto-detected-p): New function.
6547
6548 * files.el (magic-mode-alist): Detect image files with
6549 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
6550
6551 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
6552
6553 * dired.el (dired-sort-other): Move test for dired-mode...
6554 (dired-sort-set-modeline): ...to here.
6555
6556 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6557
6558 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
6559 change. Suggested by Stefan Monnier.
6560
6561 2006-12-29 Kim F. Storm <storm@cua.dk>
6562
6563 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
6564 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
6565
6566 2006-12-27 Kim F. Storm <storm@cua.dk>
6567
6568 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
6569 so it doesn't accidentally match an fsf.org mail address.
6570 (authors-renamed-files-alist): Add tcover-*.el.
6571
6572 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
6573
6574 * vc-arch.el (vc-arch-find-version): New function.
6575
6576 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
6577 composed of arbitrary characters (even /) in some systems.
6578
6579 2006-12-27 Eli Zaretskii <eliz@gnu.org>
6580
6581 * international/mule-cmds.el (select-safe-coding-system-interactively):
6582 Improve the message in the *Warning* buffer.
6583
6584 2006-12-27 Kim F. Storm <storm@cua.dk>
6585
6586 * ido.el (ido-set-matches-1): Fix last change. If default item is
6587 current buffer, it is ok to be first.
6588
6589 2006-12-27 Kenichi Handa <handa@m17n.org>
6590
6591 * international/mule-cmds.el (select-safe-coding-system-interactively):
6592 Use face `link' for problematic chars.
6593
6594 2006-12-27 Kenichi Handa <handa@m17n.org>
6595
6596 * international/mule-cmds.el (select-safe-coding-system-interactively):
6597 Improve the message in *Warning* buffer.
6598
6599 2006-12-27 Kim F. Storm <storm@cua.dk>
6600
6601 * ido.el (ido-set-matches-1): Never put current buffer first if
6602 there are other matches.
6603
6604 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
6605
6606 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
6607 expressions.
6608 (gdb-var-delete): Handle duplicate names. Print message for non
6609 root expressions.
6610 (gdb-partial-output-name): Start buffer name with a space.
6611 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
6612 buffer name.
6613
6614 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6615
6616 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
6617 last footnote when `footnote-spaced-footnotes' is nil.
6618
6619 2006-12-26 Richard Stallman <rms@gnu.org>
6620
6621 * cus-edit.el (custom-browse-sort-alphabetically)
6622 (custom-buffer-sort-alphabetically)
6623 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
6624
6625 * image.el (image-type-header-regexps): Change element format
6626 to include third item NOT-ALWAYS.
6627 (image-type-from-data): Handle new format.
6628 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
6629 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
6630
6631 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
6632
6633 * add-log.el (add-log-current-defun): Call `forward-sexp'
6634 multiple times to pick a member function name defined as
6635 part of nested classes/namespaces.
6636
6637 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6638
6639 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
6640 which keymap should be used to change menu. It does not affect any
6641 existent code.
6642
6643 2006-12-26 Richard Stallman <rms@gnu.org>
6644
6645 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
6646 rather than for being in a minibuffer window.
6647
6648 2006-12-25 Daiki Ueno <ueno@unixuser.org>
6649
6650 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
6651 locale-coding-system.
6652 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
6653 LF.
6654
6655 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
6656
6657 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
6658 (sql-mode-syntax-table): Disable double quoted strings.
6659 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
6660
6661 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6662
6663 * startup.el (fancy-splash-last-input-event): New variable.
6664 (fancy-splash-special-event-action): New function.
6665 (fancy-splash-screens): Temporarily bind special events to it.
6666 Execute command for saved special event before exiting from
6667 recursive editing.
6668
6669 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
6670 New functions.
6671 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
6672 Use mac-unread-string.
6673
6674 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6675
6676 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
6677 an optimized comment regexp if `comment-start-skip' uses a ^.
6678 * bs.el (bs--up): Remove interactive spec.
6679
6680 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6681
6682 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
6683 Suggested by James Cloos.
6684
6685 2006-12-24 Kevin Ryde <user42@zip.com.au>
6686
6687 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
6688 in March.
6689 (calendar-dst-ends): Default to first Sunday in November.
6690
6691 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
6692
6693 * allout.el (allout-encrypt-string): Inhibit use of agent within
6694 body of let form where encryption happens. Acknowledge non-use of
6695 gpg-agent in docstring.
6696 (allout-toggle-subtree-encryption): Acknowledge non-use of
6697 gpg-agent in docstring.
6698
6699 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6700
6701 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
6702
6703 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
6704
6705 * ediff-diff.el (ediff-diff-options): Clarify docstring.
6706 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
6707
6708 * emulation/viper-cmd.el (viper-post-command-sentinel):
6709 Protect against errors in hooks.
6710 (viper-add-newline-at-eob-if-necessary): Add newline only if we
6711 actually modify buffer; ignore errors if occur.
6712
6713 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
6714
6715 * calendar/calendar.el (calendar-mode-map): Switch < and >.
6716 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
6717 formatting.
6718
6719 2006-12-23 Richard Stallman <rms@gnu.org>
6720
6721 * simple.el (delete-horizontal-space): Doc fix.
6722
6723 2006-12-23 Eli Zaretskii <eliz@gnu.org>
6724
6725 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
6726 explicitly in a recursive Make, not implicitly through prerequisites,
6727 since the latter is wrong under parallel builds.
6728
6729 2006-12-22 Eli Zaretskii <eliz@gnu.org>
6730
6731 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
6732
6733 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6734
6735 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
6736 message string.
6737
6738 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
6739
6740 * outline.el (outline-next-visible-heading): Fix the case with a
6741 header at end-of-file with no final newline.
6742
6743 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
6744
6745 * indent.el (tab-always-indent): Doc fix.
6746
6747 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
6748
6749 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
6750 (Info-fontify-node): Do fontify indices.
6751
6752 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
6753 to the Emacs Lisp reference manual.
6754 (tutorial--tab-map): Remove. All callers changed.
6755 (tutorial--find-changed-keys): New elt QUIET, used to...
6756 (tutorial--display-changes): ...ensure that warning messages are
6757 only issued once per changed key.
6758 (tutorial--remove-remarks): Delete unused code-path.
6759 (lang-strings): Remove extraneous formatting.
6760 (tutorial--save-tutorial): Prompt before saving tutorial state.
6761
6762 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
6763
6764 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
6765 Replace '?\ ' by '?\s' throughout.
6766 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
6767 `help' custom group.
6768 (tutorial--key-description): New function.
6769 (tutorial--display-changes): Remove redundant arg. Scan for all
6770 key sequences to avoid false matches. Cleanup.
6771 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
6772 reduce homedir pollution.
6773 (help-with-tutorial): Call tutorial--display-changes with no arg.
6774
6775 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
6776
6777 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
6778
6779 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
6780
6781 * net/tramp.el (tramp-default-method): We still need to check for
6782 `executable-find', because it is not bound under Emacs 20.
6783 (tramp-handle-file-name-completion)
6784 (tramp-completion-handle-file-name-completion): Handle optional
6785 parameter PREDICATE.
6786 (tramp-find-default-method): Add code for default values.
6787
6788 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
6789
6790 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
6791 make gud-go send "continue".
6792
6793 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
6794
6795 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
6796 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
6797
6798 2006-12-19 Kim F. Storm <storm@cua.dk>
6799
6800 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
6801 instead of global-map.
6802
6803 * files.el (magic-mode-alist): Allow matching file type by
6804 calling a function at bob. Check for image types by calling
6805 image-type-from-buffer. Suggested by Juanma Barranquero.
6806 (set-auto-mode): Do it.
6807
6808 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
6809
6810 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
6811 Remove "ControlMaster" option from the other `scp*' methods.
6812 (tramp-default-method): Check for ssh-agent before setting to `scp'.
6813
6814 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6815
6816 * textmodes/org.el (org-mode): Show context after isearch.
6817 (org-show-siblings): New function.
6818 (org-show-context): Use `org-show-siblings'.
6819
6820 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
6821
6822 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
6823 Use syntax-ppss-toplevel-pos.
6824
6825 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6826
6827 * textmodes/org.el (org-current-line): Make sure that lines are
6828 counted from beginning of buffer.
6829 (org-table-copy-region, org-table-paste-rectangle): Make sure that
6830 lines are counted from beginning of buffer.
6831
6832 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
6833
6834 * info.el (Info-build-node-completions): Signal error if tag-table
6835 marker is not found.
6836
6837 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6838
6839 2006-12-17 Alan Mackenzie <acm@muc.de>
6840
6841 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
6842 speed) the case when open-paren-in-column-0-is-defun-start is nil.
6843 Based on code by Martin Rudalics.
6844
6845 * progmodes/cc-mode.el (c-basic-common-init): Don't set
6846 open-paren-in-column-0-is-defun-start to nil any more.
6847
6848 2006-12-17 Richard Stallman <rms@gnu.org>
6849
6850 * simple.el (delete-horizontal-space): Use prefix arg.
6851
6852 * help-fns.el (describe-variable): Improve blank separator lines.
6853
6854 * files.el (magic-mode-alist): Mark as risky.
6855
6856 * files.el (make-backup-file-name-1):
6857 Expand backup-directory explicitly.
6858
6859 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
6860
6861 * net/tramp.el (tramp-default-method): Before setting to "pscp",
6862 check whether package password.el is loaded, or Pageant is running.
6863
6864 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
6865
6866 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
6867 (icalendar--rris): First try Emacs, then XEmacs.
6868 (icalendar--convert-ical-to-diary): Doc fix.
6869 Insert newline at end of target file.
6870
6871 2006-12-17 Kim F. Storm <storm@cua.dk>
6872
6873 * outline.el (outline-isearch-open-invisible-function): New defvar.
6874 (outline-flag-region): Use it if non-nil for isearch-open-invisible
6875 overlay property instead of outline-isearch-open-invisible.
6876
6877 2006-12-16 Kim F. Storm <storm@cua.dk>
6878
6879 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
6880 if ido-directory-too-big is set on entry.
6881 (ido-toggle-ignore, ido-completion-help): Print message while
6882 reading big directory.
6883
6884 2006-12-15 Richard Stallman <rms@gnu.org>
6885
6886 * shell.el (shell): Doc fix.
6887
6888 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
6889
6890 * emulation/edt.el (edt-xserver):
6891 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
6892 to fix a problem on Cygwin.
6893
6894 * emulation/edt.el
6895 * emulation/edt-mapper.el
6896 * emulation/edt-lk201.el
6897 * emulation/edt-pc.el
6898 * emulation/edt-vt100.el: Update maintainer's email address.
6899
6900 2006-12-15 Simon Marshall <simon@gnu.org>
6901
6902 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
6903
6904 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6905
6906 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
6907 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
6908 instead of mac-atsu-font-table.
6909 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
6910
6911 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
6912
6913 * align.el (align-match-tex-pattern): Fix a rare bug which
6914 hanged Emacs.
6915
6916 2006-12-14 Richard Stallman <rms@gnu.org>
6917
6918 * startup.el (use-fancy-splash-screens-p): Use frame-height
6919 instead of window-height. Pass frame to image-size.
6920
6921 2006-12-13 Kenichi Handa <handa@m17n.org>
6922
6923 * international/mule-cmds.el (set-locale-environment):
6924 Set default-sendmail-coding-system too.
6925
6926 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
6927
6928 * progmodes/idlw-help.el: Fix copyright notice.
6929
6930 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6931
6932 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
6933
6934 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6935
6936 * subr.el (unread-command-char): Reformat obsolescence info.
6937
6938 2006-12-11 Richard Stallman <rms@gnu.org>
6939
6940 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
6941 about calls to cl-struct-setf-expander.
6942
6943 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6944
6945 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
6946 (ediff-combination-pattern): Fix typo in docstring.
6947
6948 * textmodes/refer.el (refer-find-entry): Doc fix.
6949 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
6950 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
6951 Fix tipos in docstrings.
6952
6953 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
6954
6955 2006-12-10 Kim F. Storm <storm@cua.dk>
6956
6957 * ido.el (ido-init-completion-maps): Remap backward-kill-word
6958 instead of binding M-backspace.
6959
6960 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
6961
6962 * replace.el (replace-match-data, replace-match-maybe-edit):
6963 * calc/calc-aent.el (calc-eval-error):
6964 * emulation/vi.el (vi-char-argument):
6965 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
6966 (c-vsemi-status-unknown-p-fn): Doc fixes.
6967
6968 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
6969
6970 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
6971 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
6972
6973 2006-12-10 Masatake YAMATO <jet@gyve.org>
6974
6975 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
6976
6977 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
6978
6979 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
6980
6981 * man.el (Man-xref-button-action): New function. If the
6982 `Man-target-string' button property is a function, assume it
6983 accepts a position argument.
6984 (Man-abstract-xref-man-page): Use it.
6985 (Man-default-man-entry): New optional arg POS.
6986
6987 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
6988 symlink arrows read-only and non-rear-sticky.
6989
6990 2006-12-09 Martin Rudalics <rudalics@gmx.at>
6991
6992 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
6993 (wdired-search-and-rename): Simplify code.
6994 (wdired-preprocess-files, wdired-preprocess-perms): Make
6995 read-only property of preceding character rear-nonsticky to
6996 avoid that it can be modified. Put old-name and old-link
6997 properties on character preceding name and replace
6998 put-text-property by add-text-properties.
6999 (wdired-get-filename, wdired-get-previous-link): Get old-name
7000 and old-link properties from character preceding name and
7001 simplify code.
7002 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
7003 (wdired-perms-to-number): Make local-map property
7004 rear-nonsticky to avoid that text following permissions may be
7005 modified. Use add-text-properties instead of put-text-property
7006 when changing a permission bit.
7007 (wdired-change-to-dired-mode): Remove stickiness properties.
7008
7009 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
7010
7011 * international/mule-cmds.el (register-input-method): Doc fix.
7012
7013 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
7014
7015 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
7016
7017 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7018
7019 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
7020 Force buffer local defs evaluation on local variables loading.
7021 (flyspell-mode-on, flyspell-mode-off): Use it in
7022 `hack-local-variables-hook'.
7023
7024 2006-12-09 Eli Zaretskii <eliz@gnu.org>
7025
7026 * emacs-lisp/find-func.el (find-variable): Doc fix.
7027
7028 * help-fns.el (variable-at-point): Doc fix.
7029
7030 * w32-fns.el (w32-append-code-lines): New function.
7031
7032 2006-12-09 Romain Francoise <romain@orebokech.com>
7033
7034 * comint.el (comint-insert-input): Delete obsolete comment.
7035
7036 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7037
7038 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
7039 current frame, in case we're connected to several displays.
7040
7041 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
7042
7043 * frame.el (other-frame): Doc fix.
7044 (set-frame-parameter): Fix typo in docstring.
7045
7046 2006-12-07 Kim F. Storm <storm@cua.dk>
7047
7048 * info.el (Info-index): Strip leading colon from topic.
7049
7050 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
7051
7052 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
7053 to pointers.
7054
7055 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
7056
7057 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
7058 Trim out spurious class inheritance "None" entries.
7059
7060 2006-12-05 Kim F. Storm <storm@cua.dk>
7061
7062 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
7063 (cua-paste-pop): Rework last change for
7064 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
7065 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
7066 text inserted by the last M-y command.
7067
7068 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7069
7070 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
7071 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
7072
7073 * shell.el (shell): Search the start file in ~/.emacs.d as
7074 `init_SHELLNAME.sh' instead.
7075
7076 2006-12-05 Glenn Morris <rgm@gnu.org>
7077
7078 * progmodes/cperl-mode.el (cperl-mode)
7079 * progmodes/f90.el (f90-mode-abbrev-table)
7080 * progmodes/fortran.el (fortran-mode-abbrev-table)
7081 * progmodes/octave-mod.el (octave-abbrev-table)
7082 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
7083 if abbrev-table is non-nil (saved user abbrevs may have been restored).
7084
7085 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
7086 clear abbrev table, else saved abbrevs will not be restored.
7087
7088 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
7089
7090 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
7091 the call to `make-obsolete-variable', not in the docstring.
7092
7093 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
7094
7095 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
7096
7097 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7098
7099 * progmodes/ebnf-abn.el:
7100 * progmodes/ebnf-bnf.el:
7101 * progmodes/ebnf-dtd.el:
7102 * progmodes/ebnf-ebx.el:
7103 * progmodes/ebnf-iso.el:
7104 * progmodes/ebnf-otz.el:
7105 * progmodes/ebnf-yac.el:
7106 * progmodes/ebnf2ps.el:
7107 * delim-col.el:
7108 * printing.el:
7109 * ps-bdf.el:
7110 * ps-mule.el:
7111 * ps-print.el: Remove 'Time-stamp' comment mark.
7112
7113 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
7114 'easy-menu-add-item' when called in Emacs 21 or higher.
7115
7116 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
7117
7118 * progmodes/ada-xref.el (ada-check-current): Doc fix.
7119 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
7120
7121 2006-12-04 Kim F. Storm <storm@cua.dk>
7122
7123 * bindings.el (global-map): Bind [signal t] to ignore, to have
7124 user signals ignored by default.
7125
7126 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
7127
7128 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
7129 Unicode data file pointed to by `describe-char-unicodedata-file'.
7130
7131 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
7132
7133 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
7134 O(n^2) regexp-search by anchoring the search.
7135
7136 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
7137
7138 * whitespace.el (whitespace-cleanup-internal): Use current
7139 argument for recursive call.
7140
7141 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
7142
7143 * net/tramp.el (tramp-methods): Add "ControlPath" and
7144 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
7145 Andreas Schwab <schwab@suse.de>.
7146 (tramp-do-copy-or-rename-file-out-of-band)
7147 (tramp-open-connection-rsh): Compute format spec for ?t.
7148 (tramp-process-actions): Trace command parameters.
7149
7150 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
7151
7152 * simple.el (toggle-truncate-lines): Clarify doc string.
7153
7154 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
7155 (gdb-speedbar-expand-node): Use it.
7156
7157 2006-12-04 Richard Stallman <rms@gnu.org>
7158
7159 * progmodes/python.el (python-indent): Add safe-local-variable prop.
7160
7161 * dired.el (dired-revert): Turn off dired-after-readin-hook
7162 around call to dired-readin.
7163
7164 * menu-bar.el (menu-bar-make-toggle): Add "globally"
7165 to echo area messages.
7166 <indicate-empty-lines, case-fold-search>:
7167 Add "globally" to Help string.
7168 <case-fold-search>: MESSAGE arg need not say "globally".
7169 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
7170
7171 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
7172
7173 * outline.el (outline-end-of-subtree): Don't leave an empty
7174 line hidden as we would a real next heading.
7175
7176 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
7177
7178 * allout.el (allout-ascend): Add an optional argument to preserve
7179 original position of point when unsuccessful. Also, fix a
7180 docstring error.
7181 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
7182 work again, using allout-ascend's new option.
7183 (allout-setup-mode-map): Extract from allout-mode to initialize
7184 allout-mode-map. Call it on file load, so the mode docstring
7185 substitutions work even if allout mode has not yet been invoked.
7186 (allout-mode): Use new allout-setup-mode-map to track any keybinding
7187 customizations since the map was last processed. Also, refine the
7188 docstring so it's ship-shape for release.
7189 (allout-default-layout, allout-beginning-of-line-cycles)
7190 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
7191 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
7192 (allout-version, allout-layout, allout-infer-body-reindent)
7193 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
7194 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
7195 (allout-previous-heading, allout-goto-prefix-doublechecked)
7196 (allout-current-bullet-pos, allout-next-sibling-leap)
7197 (allout-pre-command-business, allout-encrypted-type-prefix)
7198 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
7199 (allout-rebullet-topic, allout-rebullet-topic-grunt)
7200 (allout-flag-region, allout-expose-topic, allout-expose-topic)
7201 (allout-old-expose-topic, allout-listify-exposed)
7202 (allout-process-exposed, allout-latex-verb-quote)
7203 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
7204 (allout-toggle-current-subtree-encryption)
7205 (allout-toggle-subtree-encryption, allout-bullet-isearch):
7206 Remove extraneous open-paren and close paren string escapes.
7207
7208 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
7209
7210 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
7211 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
7212 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
7213 Fix typos in docstrings.
7214
7215 2006-12-03 Glenn Morris <rgm@gnu.org>
7216
7217 * progmodes/cc-align.el
7218 * progmodes/cc-awk.el
7219 * progmodes/cc-cmds.el
7220 * progmodes/cc-compat.el
7221 * progmodes/cc-defs.el
7222 * progmodes/cc-engine.el
7223 * progmodes/cc-langs.el
7224 * progmodes/cc-menus.el
7225 * progmodes/cc-mode.el
7226 * progmodes/cc-styles.el
7227 * progmodes/cc-vars.el
7228 * progmodes/vhdl-mode.el: Fix Copyright format.
7229
7230 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
7231
7232 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
7233 initial down event.
7234
7235 2006-12-02 Kim F. Storm <storm@cua.dk>
7236
7237 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
7238 (cua-repeat-replace-region): Make M-v more robust.
7239 (cua-paste-pop-rotate-temporarily): New defcustom.
7240 (cua-paste-pop): Use it.
7241 (cua-auto-mark-last-change): New defcustom.
7242 (cua-pop-to-last-change): New helper function.
7243 (cua-set-mark): Use them.
7244
7245 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
7246
7247 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
7248 mini-buffer message.
7249
7250 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
7251
7252 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
7253
7254 2006-12-01 Ben North <ben@redfrontdoor.org>
7255
7256 * paren.el: Fix the highlight overlay extension when the user types a
7257 sequence of char very fast just before the open parenthesis.
7258
7259 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7260
7261 * ps-mule.el: Eliminate Emacs 20 compatibility.
7262
7263 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
7264 (ps-print-version): New version 6.7.
7265 (ps-print-quote): Replace '?\ ' by '?\s'.
7266
7267 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
7268
7269 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
7270 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
7271 (hexl-end-of-1k-page): Doc fixes.
7272 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
7273 Fix typos in docstrings.
7274
7275 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7276
7277 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
7278 locally, i.e. without using file name handlers.
7279 (ido-read-internal): Allow mono letter host names, avoiding the
7280 `c:' problem by testing if the file exists locally.
7281 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
7282
7283 2006-11-30 Masatake YAMATO <jet@gyve.org>
7284
7285 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
7286 to avoid bytecomp warnings.
7287 (hexl-mode-old-ruler-function): New variable.
7288 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
7289 and `hl-line-range-function' after `require' hl-line.
7290 Then bind `hl-line-range-function' and `hl-line-face'.
7291 Don't require frame. Don't use `with-no-warnings'.
7292 (hexl-activate-ruler): Store the original value of
7293 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
7294 (hexl-mode-exit): Restore the original value of
7295 `ruler-mode-ruler-function'.
7296
7297 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
7298
7299 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
7300 (hexl-mode-old-hl-line-face): New variable.
7301 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
7302 line when exit from the hexl-mode.
7303
7304 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
7305
7306 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
7307 Doc fixes.
7308
7309 * international/fontset.el (create-fontset-from-ascii-font)
7310 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
7311 (fontset-name-p): Fix typo in docstring.
7312
7313 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
7314
7315 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7316
7317 * ps-bdf.el: Fix maintainer email.
7318
7319 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
7320 compatibility.
7321
7322 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
7323 21 compatibility.
7324 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
7325 Emacs 20 & 21.
7326
7327 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
7328
7329 * progmodes/idlwave.el (idlwave-auto-fill):
7330 Remove paragraph-start let to prevent auto-fill giving up.
7331
7332 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
7333
7334 * vt100-led.el (led-state): Fix typo in previous change.
7335
7336 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7337
7338 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7339 Fix interactive spec of the functions getting defined to make them
7340 work as documented.
7341
7342 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
7343
7344 * startup.el (fancy-splash-screens): Hide initial splash buffer.
7345
7346 2006-11-28 Kim F. Storm <storm@cua.dk>
7347
7348 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
7349 icomplete-mode is enabled.
7350
7351 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
7352
7353 * textmodes/org.el (require): Require gnus-sum during compilation
7354 to avoid problem with a macro call.
7355
7356 2006-11-28 Glenn Morris <rgm@gnu.org>
7357
7358 * emacs-lisp/authors.el (authors-aliases): Add new alias.
7359
7360 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
7361 (fortran-window-create-momentarily): Do not need string-to-char.
7362
7363 2006-11-28 Richard Stallman <rms@gnu.org>
7364
7365 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
7366 Replace incorrect use of assoc-default with a loop.
7367
7368 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
7369
7370 * simple.el (next-error-find-buffer): Improve messages.
7371
7372 * files.el (revert-buffer): Special error message if file
7373 is now not readable.
7374
7375 * facemenu.el (facemenu-add-new-face): Improve doc strings of
7376 constructed commands.
7377
7378 * comint.el (comint-exec-1): Provide Emacs version and `comint'
7379 in INSIDE_EMACS.
7380
7381 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7382
7383 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
7384
7385 * server.el: Remove spurious * in docstrings.
7386 (server-process-filter): Exit from recursive editing before processing
7387 a new request.
7388
7389 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
7390
7391 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
7392 line so hidden blocks will be correctly identified.
7393
7394 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
7395
7396 * ledit.el (ledit-save-defun, ledit-mode):
7397 * resume.el (resume-emacs-args-buffer):
7398 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
7399 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
7400 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
7401 (command-send-input, command-kill-line):
7402 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
7403
7404 * autoarg.el (autoarg-kp-mode): Doc fix.
7405
7406 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
7407 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
7408 (check-emacs-lock): Doc fix. Simplify.
7409
7410 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
7411 (iimage-mode-buffer): Fix typos in docstring.
7412
7413 * misc.el (zap-up-to-char): Doc fix.
7414
7415 * time-stamp.el: Fix comment and obsolescence string for old
7416 functions. Use `dolist' instead of `while'.
7417
7418 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
7419
7420 * disp-table.el (standard-display-8bit, standard-display-default):
7421 * ebuff-menu.el (electric-buffer-list):
7422 * ehelp.el (electric-help-command-loop):
7423 * font-core.el (font-lock-mode):
7424 * help-macro.el (make-help-screen):
7425 * help.el (describe-minor-mode-completion-table-for-indicator)
7426 (lookup-minor-mode-from-indicator):
7427 * indent.el (tab-to-tab-stop, move-to-tab-stop):
7428 * info-look.el (info-lookup-guess-custom-symbol):
7429 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
7430 * longlines.el (longlines-wrap-line):
7431 * macros.el (insert-kbd-macro):
7432 * menu-bar.el (menu-bar-update-buffers):
7433 * misc.el (copy-from-above-command):
7434 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
7435 * newcomment.el (comment-indent):
7436 * novice.el (disabled-command-function):
7437 * sort.el (sort-fields-syntax-table):
7438 * subr.el (momentary-string-display):
7439 * tar-mode.el (tar-header-block-summarize)
7440 (tar-clear-modification-flags):
7441 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
7442 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
7443 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
7444 (te-delete-char, te-down-vertically-or-scroll):
7445 * time-stamp.el (time-stamp-string-preprocess):
7446 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
7447
7448 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7449
7450 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
7451 in GUD mode.
7452
7453 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
7454 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
7455
7456 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7457
7458 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
7459
7460 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
7461
7462 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
7463 (ada-compile-goto-error): Adapt to new argument profile of
7464 compilation-goto-locus in Emacs 22. Don't check if the various
7465 compile functions are defined; we already do "(require 'compile)".
7466
7467 2006-11-26 Kim F. Storm <storm@cua.dk>
7468
7469 * kmacro.el: Fix commentary.
7470
7471 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7472
7473 * progmodes/gud.el (gdb): Explain how to run in text command mode
7474 more clearly. Say in error message that multiple debugging
7475 requires restarting GDB.
7476
7477 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
7478
7479 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
7480
7481 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
7482
7483 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
7484 (flymake-popup-menu): Use it instead of posn-at-point.
7485
7486 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7487
7488 * progmodes/cc-vars.el (c-backslash-column):
7489 Mention c-backslash-max-column in documentation for c-backslash-column.
7490
7491 2006-11-24 Lars Hansen <larsh@soem.dk>
7492
7493 * net/tramp.el (tramp-default-method): Under Windows, change from
7494 plink to pscp.
7495 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
7496 (tramp-actions-copy-out-of-band):
7497 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
7498 (tramp-action-out-of-band): Move "Permission denied" handling to
7499 tramp-action-copy-failed.
7500 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
7501 process buffer.
7502
7503 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7504
7505 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7506 strings to a single string. Quote `errors-file-name'.
7507 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7508 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7509 Adjust calls. Use `shell-quote-argument'.
7510
7511 * international/mule.el (load-with-code-conversion)
7512 (with-category-table): Use with-current-buffer.
7513 (after-insert-file-set-coding): Use restore-buffer-modified-p.
7514
7515 2006-11-24 Eli Zaretskii <eliz@gnu.org>
7516
7517 * mail/smtpmail.el (smtpmail-send-it):
7518 Copy buffer-file-coding-system from the mail buffer. Possibly add a
7519 MIME header for the message encoding.
7520 Bind coding-system-for-write around the call to mail-do-fcc.
7521 Use smtpmail-code-conv-from to encode queued mail messages.
7522
7523 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
7524
7525 * tabify.el (tabify-regexp): Doc fix.
7526
7527 * net/rcirc.el (rcirc-buffer-maximum-lines):
7528 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
7529
7530 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
7531 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
7532 Fix typos in output messages.
7533 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
7534
7535 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7536
7537 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
7538 the horse's mouth.
7539 (hexlify-buffer): Don't re-encode an arg that's already encoded.
7540
7541 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
7542
7543 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
7544 Remove condition-case.
7545
7546 2006-11-23 Glenn Morris <rgm@gnu.org>
7547
7548 * progmodes/f90.el (f90-comment-indent): Do not move point in
7549 default case.
7550
7551 2006-11-21 Romain Francoise <romain@orebokech.com>
7552
7553 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
7554 from library name (reverts change of 2005-10-25).
7555
7556 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
7557
7558 * tutorial.el (tutorial--default-keys): Add newline and
7559 delete-backward-char bindings.
7560 (tutorial--detailed-help): Save excursion when finding keys.
7561 Correct warning string for M-x FOO case.
7562 (tutorial--display-changes): Print special keys in tutorial style.
7563 Tweak search regexp for changed keys.
7564
7565 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7566
7567 * thingatpt.el (thing-at-point-url-at-point): Don't add a
7568 redundant scheme.
7569
7570 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
7571
7572 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
7573 are new to the list at IANA. Also added irc, mms, mmsh.
7574
7575 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
7576
7577 * progmodes/idlw-help.el (idlwave-html-help-location):
7578 Fail gracefully for missing help packages.
7579 (idlwave-help-assistant-open-link): Open full links.
7580 (idlwave-help-assistant-help-with-topic): Direct help link.
7581
7582 * progmodes/idlwave.el (idlwave-mode):
7583 Set add-log-current-defun-function.
7584 (idlwave-current-routine-fullname): Add, to support add-log.
7585 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
7586 to reflect improvements to xml-parse-file.
7587 (idlwave-mode-menu-def): New binding for help-with-topic.
7588
7589 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
7590 Handle extra newlines and spaces.
7591 (idlwave-shell-mode-map): Add help-with-topic.
7592
7593 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
7594
7595 * tutorial.el (tutorial-warning-face): New face.
7596 (tutorial--detailed-help, tutorial--display-changes): Use it.
7597 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
7598 Improve search pattern for occurrences of changed keys.
7599
7600 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7601
7602 * term/x-win.el (x-last-cut-buffer-coding): New variable.
7603 (x-select-text): Set it.
7604 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
7605 when checking for newness.
7606
7607 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
7608
7609 * subr.el (posn-image):
7610 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
7611
7612 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
7613
7614 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7615
7616 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
7617 Exceptions to the rule "add a space between an identifier and an
7618 opening parenthesis". Defaulted to the `#define' problem of cpp.
7619 (glasses-parenthesis-exception-p): New. Check if the region is an
7620 exception regarding to that.
7621 (glasses-make-readable): Use it.
7622 (glasses-convert-to-unreadable): Ditto. Modify the file also if
7623 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
7624
7625 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
7626
7627 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
7628
7629 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
7630
7631 * progmodes/ada-mode.el (ada-make-body): Fix typo.
7632
7633 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
7634 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
7635
7636 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
7637
7638 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
7639 conditions for function or variable bindings.
7640
7641 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
7642
7643 * progmodes/compile.el (compilation-start): Ditto.
7644
7645 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
7646
7647 * net/tramp.el (top): cl and custom are always required.
7648
7649 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7650
7651 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
7652 cut-buffers with next-selection-coding-system if not nil.
7653
7654 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7655
7656 * textmodes/org.el (org-fix-decoded-time): New function.
7657 (org-display-custom-time): Use `org-fix-decoded-time'.
7658
7659 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
7660
7661 * menu-bar.el (menu-bar-games-menu): Remove yow.
7662
7663 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7664
7665 * textmodes/org.el (org-scan-tags): Re-align code fixed.
7666 (org-detach-overlay): Rename from `org-detatch-overlay'.
7667 (org-table-convert-region): Insert space after column separator.
7668 (org-agenda-kill): New command.
7669 (org-metaleft): Call `org-outdent-item' on bullets.
7670 (org-metaright): Call `org-indent-item' on bullets.
7671 (org-timestamp-change): Set `org-last-changed-timestamp'.
7672 (org-current-line): Make sure (bolp) returns correct result.
7673 (org-agenda-change-all-lines): Make sure TODO are highlighted.
7674
7675 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7676
7677 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
7678
7679 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
7680
7681 * mouse.el (global-map): Change 2006-08-16 fix to call
7682 mouse-yank-at-click explicitly, since mouse events are not carried
7683 over into keyboard macros.
7684
7685 2006-11-16 Kim F. Storm <storm@cua.dk>
7686
7687 * ido.el (ido-file-internal): Use current buffer's file name as default
7688 choice for ido-find-alternate-file. Suggested by Matt Hodges.
7689
7690 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
7691
7692 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
7693 (allout-inhibit-aberrance-doublecheck): Rename from
7694 allout-during-yank-processing. All callers changed.
7695 (allout-ascend): Provide for unusual case where some topic after
7696 the first in file is at lower depth than the first.
7697 (allout-shift-in): Ensure the offspring of the new containing
7698 topic are exposed.
7699 (allout-encrypt-string): Preserve the coding-system of the text,
7700 according to that of the containing buffer.
7701 (allout-toggle-subtree-encryption): When the text being encrypted
7702 requires a different coding system, offer to preserve the coding
7703 system using a file local var.
7704
7705 2006-11-15 Simon Marshall <simon@gnu.org>
7706
7707 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
7708 to recognise "T t()" as a function declaration, rather than a
7709 variable instantiation, iff at the top-level or inside a class
7710 declaration. Suggested by Feng Li <fengli@gmail.com>.
7711
7712 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
7713
7714 * progmodes/ada-xref.el (ada-parse-prj-file):
7715 Don't delete project buffer; user may want to edit it.
7716 (ada-xref-set-project-field, ada-xref-current-project-file)
7717 (ada-xref-current-project, ada-show-current-project)
7718 (ada-set-main-compile-application): New functions.
7719 (ada-xref-get-project-field, ada-require-project-file):
7720 Normalize use of ada-prj-default-project-file.
7721 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
7722 Normalize use of ada-require-project-file.
7723 (ada-prj-find-prj-file): Improve doc string, comments.
7724
7725 * progmodes/ada-mode.el (ada-mode-version): Bump version.
7726 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
7727 (ada-create-menu): Add ada-set-main-compile-application,
7728 ada-show-current-main, ada-show-current-project.
7729
7730 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7731
7732 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
7733 (inferior-python-mode): Use it.
7734
7735 2006-11-14 Andreas Schwab <schwab@suse.de>
7736
7737 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7738
7739 2006-11-13 Kim F. Storm <storm@cua.dk>
7740
7741 * ido.el (ido-copy-current-word): C-o copies region if active.
7742
7743 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7744
7745 * textmodes/org.el (org-emph-face): Fix typo in variable name.
7746
7747 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
7748
7749 * ediff.el (ediff-revision):
7750 * files.el (set-visited-file-name):
7751 * mail/rmailout.el (rmail-output-body-to-file):
7752 Use `format', not `message', in `y-or-n-p' call.
7753
7754 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7755
7756 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
7757 (org-metaright): Call `org-indent-item' on bullets.
7758 (org-timestamp-change): Set `org-last-changed-timestamp'.
7759 (org-current-line): Make sure (bolp) returns correct result.
7760 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
7761
7762 2006-11-12 Richard Stallman <rms@gnu.org>
7763
7764 * language/european.el (turkish-case-conversion-enable)
7765 (turkish-case-conversion-disable): New functions.
7766 ("Turkish" lang env): Use them.
7767
7768 * international/characters.el (case table):
7769 Do nothing special for i and I.
7770
7771 * subr.el (remove-overlays): Fix last change.
7772
7773 * cus-edit.el (custom-save-all): Use find-file-visit-truename
7774 for visiting the custom file.
7775
7776 2006-11-12 Markus Triska <triska@gmx.at>
7777
7778 * play/handwrite.el (handwrite): Also process lines not ending
7779 with newline. Replace some position-fiddling with different
7780 logic. Improve performance.
7781
7782 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
7783
7784 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
7785 replacing deleted variable `ada-check-switch'.
7786 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
7787 (ada-xref-project-files): Improve doc string.
7788 (ada-find-executable): New function.
7789 (ada-initialize-runtime-library): Use `ada-find-executable'.
7790 (ada-xref-set-default-prj-values): In compile commands, don't need
7791 `ada-cd-command'; `compile' does that more portably.
7792 Use ada-prj-default-check-cmd.
7793 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
7794 properties if not specified in project file.
7795 (ada-goto-declaration): Display useful message for new error
7796 'error-file-not-found.
7797 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
7798 'error-file-not-found.
7799 (ada-get-all-references): Match latest ali syntax. Signal new
7800 error 'error-file-not-found.
7801 (ada-find-in-ali): Match latest ali syntax.
7802 (ada-make-filename-from-adaname): Handle different semantics of
7803 gnatkr in GNAT 3.15p vs later.
7804
7805 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
7806 ada-procedure-start-regexp.
7807 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
7808
7809 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
7810 with defvar.
7811 (ada-language-version): Rename ada05 -> ada2005.
7812 (ada-align-region-separate): Add `eval-when-compile'.
7813 (ada-name-regexp): Remove unneeded escapes in regexp character
7814 alternative.
7815 (ada-compile-goto-error-file-linenr-re): New constant.
7816 (ada-matching-start-re): Handle additional cases `declare',
7817 `procedure', `function'.
7818 (ada-compile-goto-error): Handle "... at line nn".
7819 (ada-mode): Clearer syntax, comments for ff-special-constructs.
7820 Delete support for old versions of `align'.
7821 (ada-search-prev-end-stmt): Handle additional keyword `private'.
7822 (ada-check-defun-name): Simplify handling of `declare'.
7823 (ada-goto-matching-start): Handle nested `begin ... end'.
7824 Handle `declare', `protected', `procedure', `function'.
7825 (ada-create-menu): Presence of arm95 is not conditional on using
7826 GNAT compiler.
7827
7828 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
7829
7830 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
7831 nil in the *RE-Builder* buffer (it causes spurious error messages).
7832
7833 * server.el (server-visit-files): If `minibuffer-auto-raise' has
7834 been set to t, respect it.
7835
7836 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
7837
7838 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
7839 Delete commented out code for old Emacs versions. Autoloading of
7840 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
7841 (ada-mode-version): Bump version number.
7842 (ada-95-string-keywords, ada-2005-string-keywords)
7843 (ada-2005-keywords, ada-name-regexp): New constant.
7844 (ada-language-version, ada-procedure-start-regexp, ada-mode)
7845 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
7846 (ada-package-start-regexp): Support private packages, include package
7847 name (for ada-set-point-accordingly).
7848 (ada-next-procedure, ada-previous-procedure)
7849 (ada-which-function-are-we-in): Match changes to
7850 ada-procedure-start-regexp.
7851 (ada-make-body): Make non-interactive; not a user function.
7852 (ada-make-subprogram-body): Improve doc string.
7853
7854 2006-11-11 Romain Francoise <romain@orebokech.com>
7855
7856 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
7857 `compilation-error-regexp-alist' buffer-local, since we changed
7858 `compilation-error-regexp-alist-alist' locally.
7859
7860 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
7861
7862 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
7863 to the value of `server-raise-frame'.
7864
7865 2006-11-11 Glenn Morris <rgm@gnu.org>
7866
7867 * ido.el (ido-enable-prefix)
7868 * ses.el (ses-call-printer-return)
7869 * net/tramp.el (tramp-unified-filenames)
7870 * progmodes/cc-align.el (c-lineup-string-cont)
7871 * progmodes/compile.el (compilation-directory-matcher)
7872 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7873 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7874 (vhdl-clock-rising-edge)
7875 * textmodes/org.el (org-export-with-timestamps)
7876 (org-export-remove-timestamps-from-toc)
7877 (org-export-with-tags): Improve previous doc fixes.
7878
7879 2006-11-11 Richard Stallman <rms@gnu.org>
7880
7881 * textmodes/flyspell.el (flyspell-mode-map):
7882 Bind C-c $ instead of M-RET.
7883
7884 2006-11-10 Simon Marshall <simon@gnu.org>
7885
7886 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
7887 fontification for "case" and "default" keywords.
7888
7889 2006-11-10 Andreas Schwab <schwab@suse.de>
7890
7891 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
7892 Avoid starting sentence with "nil".
7893
7894 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7895
7896 * server.el (server-raise-frame): New option.
7897 (server-switch-buffer): Use it.
7898
7899 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
7900
7901 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
7902 with a capital.
7903
7904 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
7905
7906 * textmodes/org.el (org-show-hierarchy-above)
7907 (org-show-following-heading): Fix typo in default value.
7908 (org-scan-tags): Make the search case-sensitive.
7909 (org-tags-sparse-tree): Don't overrule
7910 `org-show-following-heading' and `org-show-hierarchy-above'.
7911 (org-reveal): New command.
7912 (org-show-context): Rename from `org-show-hierarchy-above'.
7913 (org-fast-tag-selection-single-key): New option.
7914 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
7915 (org-tags-overlay): New variable.
7916 (org-agenda-todo-ignore-deadlines): New option.
7917 ("session"): Add circular data structure `org-mark-ring' to
7918 exceptions list in session.el.
7919 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
7920 New options.
7921 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
7922 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
7923 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
7924 (org-finalize-agenda): Activate bracket links in agenda.
7925 (org-at-timestamp-p, org-at-date-range-p): Additional argument
7926 INACTIVE-OK.
7927 (org-show-hierarchy-above, org-show-following-heading):
7928 List values allowed for fine-tuned configuration.
7929 (org-show-hierarchy-above): New argument CONTEXT, use the
7930 fine-tuned settings in `org-show-hierarchy-above' and
7931 `org-show-following-heading'.
7932 (org-display-custom-time): New function.
7933 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
7934 (org-display-custom-times, org-time-stamp-custom-formats):
7935 (org-maybe-intangible): New macro.
7936 (org-activate-bracket-links, org-hide-wide-columns):
7937 Use `org-maybe-intangible'.
7938 (org-open-file): Use `shell-quote-argument'.
7939 (org-display-internal-link-with-indirect-buffer): New option.
7940 (org-file-remote-p): Get regexp from list.
7941 (org-link-expand-abbrev): New function.
7942 (org-link-abbrev-alist): New option.
7943 (org-open-at-point, org-cleaned-string-for-export):
7944 Call `org-link-expand-abbrev'.
7945 (org-timeline, org-agenda-list, org-todo-list)
7946 (org-tags-view): Remove the KEEP-MODES argument.
7947 (org-finalize-agenda-hook): New hook.
7948 (org-get-alist-option): New function.
7949 (org-follow-timestamp-link): New function.
7950 (org-open-at-point): Call `org-follow-timestamp-link'.
7951 (org-log-note-marker, org-log-note-purpose)
7952 (org-log-note-window-configuration): New variables.
7953 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
7954 (org-log-note-headings): New option.
7955 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
7956 (org-store-link): Support for dired-mode.
7957 (org-open-file): Substitute environment variables into filename.
7958 (org-last): New defsubst.
7959 (org-agenda-re-align-tags): New function.
7960 (org-agenda-align-tags-to-column): New option.
7961 (org-agenda-timeline): Group removed.
7962 (org-prepare-agenda, org-prepare-agenda-buffers)
7963 (org-run-agenda-series, org-timeline, org-agenda-list)
7964 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
7965 the text property inticating the agenda type.
7966 (org-agenda-post-command-hook): Get agenda type from text property
7967 at point.
7968 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
7969 and obey `org-agenda-overriding-arguments'.
7970 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
7971 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7972 (org-agenda-week-view, org-agenda-day-view):
7973 Use `org-agenda-overriding-arguments' to make updating work with
7974 multi-block agendas.
7975 (org-agenda-prefix-format): Allow different formats for the
7976 different agenda entry types.
7977 (org-timeline-prefix-format): Option removed, use
7978 `org-agenda-prefix-format' instead.
7979 (org-prepare-agenda): New function.
7980 (org-select-timeline-window): Option removed, use
7981 `org-select-agenda-window' instead.
7982 (org-respect-restriction): Variable removed.
7983 (org-cmp-tag): New function.
7984 (org-agenda-sorting-strategy, org-entries-lessp):
7985 Implement sorting by last tag.
7986 (org-complete): Better completion in in-buffer option lines.
7987 (org-in-item-p): New function.
7988 (org-org-menu): Add entries for checkboxes.
7989 (org-cycle): Extra brouping in outline-regexp, because it is used
7990 in a search with "^" prepended.
7991 (org-provide-checkbox-statistics): New option.
7992 (org-set-font-lock-defaults): Highlight checkbox statistics.
7993 (org-update-checkbox-count-maybe)
7994 (org-get-checkbox-statistics-face): New functions.
7995 (org-update-checkbox-count): New command.
7996 (org-insert-item, org-toggle-checkbox):
7997 Call `org-update-checkbox-count-maybe'.
7998 (org-export-as-html): XEmacs compatibility for coding system.
7999 (org-force-cycle-archived): New command.
8000 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
8001 overrules cycling.
8002 (org-fix-position-after-promote): If the line contains only a todo
8003 keyword, add a final space.
8004 (org-promote-subtree, org-demote-subtree):
8005 Call `org-fix-position-after-promote'.
8006
8007 2006-11-10 Glenn Morris <rgm@gnu.org>
8008
8009 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
8010 date in every year.
8011 (calendar-dst-check-each-year-flag): New customizable variable.
8012 (calendar-dst-find-data): New function, extracted from
8013 calendar-current-time-zone.
8014 (calendar-current-time-zone): Use calendar-dst-find-data.
8015 (calendar-dst-transition-cache): New variable.
8016 (calendar-dst-find-startend, calendar-dst-starts)
8017 (calendar-dst-ends): New functions.
8018 (calendar-daylight-savings-starts)
8019 (calendar-daylight-savings-ends): Change value to use
8020 calendar-dst-starts, calendar-dst-ends; respectively.
8021
8022 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
8023
8024 * ido.el (ido-enable-prefix)
8025 * ses.el (ses-call-printer-return)
8026 * net/tramp.el (tramp-unified-filenames)
8027 * progmodes/cc-align.el (c-lineup-string-cont)
8028 * progmodes/compile.el (compilation-directory-matcher)
8029 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
8030 * progmodes/gdb-ui.el (gdb-many-windows)
8031 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
8032 (vhdl-clock-rising-edge)
8033 * textmodes/org.el (org-export-with-timestamps)
8034 (org-export-remove-timestamps-from-toc, org-export-with-tags)
8035 (org-read-date): Doc fix (Nil -> nil).
8036
8037 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8038
8039 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
8040 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
8041
8042 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
8043
8044 * bs.el (bs--window-for-buffer): Remove.
8045 (bs--show-with-configuration): Use `get-window-with-predicate'
8046 instead of `bs--window-for-buffer'.
8047
8048 2006-11-10 Kenichi Handa <handa@m17n.org>
8049
8050 * files.el (revert-buffer): Fix previous change.
8051
8052 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
8053
8054 * bs.el (bs--redisplay): Fix typo in docstring.
8055 (bs--window-config-coming-from): Make frame-local.
8056 (bs--restore-window-config): New function.
8057 (bs-kill, bs-select, bs-select-other-window)
8058 (bs-select-other-frame): Use it.
8059 (bs--window-for-buffer): Return as soon as a matching buffer is found.
8060 (bs--show-with-configuration): Save the window configuration as a
8061 frame local var, and only if *buffer-selection* is not already
8062 visible on this frame.
8063
8064 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
8065
8066 * vc-svn.el (vc-svn-admin-directory): New var.
8067 (vc-svn-registered, vc-svn-responsible-p)
8068 (vc-svn-repository-hostname): Use it.
8069 Suggested by arit93@yahoo.com.
8070
8071 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8072
8073 * ldefs-boot.el: Regenerate.
8074
8075 2006-11-08 Alan Mackenzie <acm@muc.de>
8076
8077 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
8078 case (eq open-paren-in-column-0-is-defun-start nil) by searching
8079 for least nested open-paren.
8080
8081 2006-11-08 Romain Francoise <romain@orebokech.com>
8082
8083 * subr.el (remove-overlays): Fix typo in last change.
8084
8085 2006-11-08 Richard Stallman <rms@gnu.org>
8086
8087 * subr.el (remove-overlays): Call overlay-recenter.
8088
8089 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8090
8091 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
8092 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
8093 behaviour.
8094 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
8095 directly.
8096
8097 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8098
8099 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
8100 (ido-max-dir-file-cache, ido-decorations)
8101 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
8102 (ido-magic-backward-char, ido-enter-dired)
8103 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
8104 (ido-list-directory, ido-first-match, ido-only-match)
8105 (ido-subdir, ido-indicator): Fix typos in docstrings.
8106 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
8107 (ido-read-internal): Fix typo in error message.
8108
8109 2006-11-08 Kenichi Handa <handa@m17n.org>
8110
8111 * international/mule-cmds.el (set-default-coding-systems):
8112 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
8113
8114 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8115
8116 * makefile.w32-in (setwins): Remove.
8117 (WINS_ALMOST): New macro.
8118 (WINS): Use it.
8119 (autoloads): Don't extract autoloads from files in obsolete/.
8120
8121 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
8122
8123 * whitespace.el (whitespace-buffer): Call remove-overlays after
8124 overlay-recenter for performance. Suggested by Martin Rudalics.
8125
8126 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
8127
8128 * net/tramp.el (tramp-default-method): scp is the default method.
8129
8130 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
8131
8132 * server.el (server-start): Save also the Emacs pid in the server file.
8133
8134 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
8135
8136 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
8137 point when displaying a bibtex cross reference in the echo area.
8138
8139 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
8140
8141 * international/mule.el (make-char): Fix typo in docstring.
8142 (load-with-code-conversion, charsetp): Doc fixes.
8143
8144 * international/ja-dic-cnv.el (skkdic-convert):
8145 * cus-edit.el (hook): Fix typo in docstring.
8146
8147 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
8148
8149 * cus-edit.el (custom-mode-map): Move defvar above code using it.
8150 (custom-mode-link-map): New variable.
8151 (custom-group-link, custom-manual): Use follow-link.
8152
8153 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8154
8155 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
8156 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
8157
8158 2006-11-06 Richard Stallman <rms@gnu.org>
8159
8160 * textmodes/flyspell.el (flyspell-correct-word-before-point):
8161 New function broken out of flyspell-correct-word.
8162 (flyspell-mode-map): Bind it to M-RET.
8163 (flyspell-correct-word): Call it.
8164
8165 * textmodes/fill.el (fill-minibuffer-function): New function.
8166 (fill-paragraph): Bind fill-paragraph-function to
8167 fill-minibuffer-function.
8168
8169 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
8170 so that they aren't undefined.
8171
8172 * dired.el (dired-readin): Locally bind file-name-coding-system.
8173
8174 * bindings.el: Shorten and clarify usual mode line mouse help string.
8175
8176 * Makefile.in (autoloads): Don't include `obsolete'.
8177
8178 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
8179
8180 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
8181 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
8182 Printing menu if it's not initialized.
8183 (pr-menu-bind): Act on menu-bar-file-menu directly.
8184
8185 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
8186
8187 * help.el (view-emacs-news): Fix typo in error message.
8188
8189 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
8190
8191 * shadowfile.el (shadow-define-regexp-group)
8192 (shadow-literal-groups, shadow-insert-var): Doc fixes.
8193 (shadow-read-files): Fix typo in message.
8194 (shadow-inhibit-overload, shadow-find, shadow-suffix)
8195 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
8196 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
8197 (shadow-file-match): Fix typos in docstrings.
8198
8199 * terminal.el (terminal-emulator): Fix typo in message.
8200
8201 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
8202
8203 * emacs-lisp/lselect.el (x-kill-primary-selection)
8204 (x-delete-primary-selection, x-copy-primary-selection):
8205 Fix typos in error messages.
8206
8207 * emulation/edt-mapper.el: Fix typo in interactive message.
8208
8209 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
8210
8211 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
8212 (ispell-help): Fix typos in docstrings.
8213 (ispell-help): Fix typo in output message.
8214
8215 * allout.el (allout-adjust-file-variable)
8216 (allout-passphrase-verifier-string)
8217 (allout-passphrase-hint-string)
8218 (allout-toggle-current-subtree-encryption):
8219 * apropos.el (apropos-synonyms):
8220 * cus-edit.el (hook):
8221 * emacs-lock.el (emacs-lock-from-exiting):
8222 * follow.el (follow-avoid-tail-recenter-p):
8223 * hexl.el (hexl-mode):
8224 * mouse-copy.el (mouse-copy-work-around-drag-bug):
8225 * mouse.el (mouse-set-font):
8226 * resume.el (resume-emacs-args-file):
8227 * rfn-eshadow.el (file-name-shadow-tty-properties):
8228 * t-mouse.el (t-mouse-process, t-mouse-mode):
8229 * emacs-lisp/cust-print.el (custom-print-install)
8230 (custom-print-uninstall, custom-format):
8231 * emacs-lisp/shadow.el (list-load-path-shadows):
8232 * emulation/tpu-edt.el (tpu-help-text)
8233 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
8234 (tpu-reset-control-keys):
8235 * emulation/vip.el (vip-emacs-local-map)
8236 (vip-change-mode-to-emacs):
8237 * emulation/viper.el (viper-mode, viper-set-hooks)
8238 (viper-major-mode-modifier-list):
8239 * emulation/viper-init.el (viper-emacs-state-cursor-color):
8240 * emulation/viper-keym.el (viper-emacs-kbd-map)
8241 (viper-toggle-key):
8242 * mail/feedmail.el (feedmail-queue-reminder)
8243 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
8244 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
8245 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
8246 (feedmail-sender-line, feedmail-force-binary-write)
8247 (feedmail-from-line, feedmail-deduce-envelope-from)
8248 (feedmail-x-mailer-line, feedmail-message-id-generator)
8249 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
8250 (feedmail-enable-spray, feedmail-spray-this-address)
8251 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
8252 (feedmail-queue-runner-confirm-global)
8253 (feedmail-ask-before-queue-prompt)
8254 (feedmail-ask-before-queue-reprompt)
8255 (feedmail-prompt-before-queue-standard-alist)
8256 (feedmail-prompt-before-queue-user-alist)
8257 (feedmail-prompt-before-queue-help-supplement)
8258 (feedmail-queue-use-send-time-for-message-id)
8259 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
8260 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
8261 (feedmail-mail-send-hook-queued)
8262 (feedmail-confirm-addresses-hook-example)
8263 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
8264 (feedmail-queue-runner-mode-setter)
8265 (feedmail-queue-alternative-mail-header-separator)
8266 (feedmail-queue-runner-message-sender)
8267 (feedmail-buffer-eating-function, feedmail-binmail-template)
8268 (feedmail-run-the-queue-no-prompts)
8269 (feedmail-run-the-queue-global-prompt)
8270 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
8271 (feedmail-envelope-deducer, feedmail-fiddle-date)
8272 (feedmail-default-message-id-generator)
8273 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
8274 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
8275 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
8276 (vms-pmail-setup):
8277 * play/dunnet.el (dun-help):
8278 * play/handwrite.el (handwrite):
8279 * play/hanoi.el (hanoi-unix-64):
8280 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8281 * textmodes/enriched.el (fixed):
8282 * textmodes/org.el (org-file-apps)
8283 (org-emphasis-regexp-components, org-emphasis-alist):
8284 * textmodes/texinfmt.el (batch-texinfo-format):
8285 Fix typos in docstrings.
8286
8287 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
8288
8289 * loadhist.el (read-feature): Don't complete features not loaded
8290 from a file (which make `unload-feature' to fail).
8291
8292 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
8293
8294 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
8295
8296 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
8297
8298 * startup.el (command-line-1): Kill emacs if the last frame is
8299 deleted while evaluating the command-line arguments.
8300
8301 2006-11-05 Richard Stallman <rms@gnu.org>
8302
8303 * startup.el (init-file-had-error): Add doc string.
8304 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
8305 Use fixed-width font for keyboard key descriptions.
8306
8307 * cus-edit.el (custom-save-all): Error if saving in .emacs
8308 and it had an error when loaded.
8309
8310 * dired-aux.el (dired-copy-file-recursive): Catch errors
8311 from recursive copies in the loop, around the recursive call.
8312
8313 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8314
8315 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
8316 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
8317 `/proc/acpi/thermal_zone/*'.
8318 (battery-search-for-one-match-in-files): New. Search a regexp in
8319 the content of some files.
8320
8321 2006-11-05 Martin Rudalics <rudalics@gmx.at>
8322
8323 * window.el (mouse-autoselect-window-now): Remove variable.
8324 (mouse-autoselect-window-state): New variable.
8325 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
8326 (mouse-autoselect-window-select, handle-select-window):
8327 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
8328 Suspend delayed autoselection during menu or popup dialog.
8329
8330 * info-look.el (info-lookup-guess-custom-symbol): New function
8331 for retrieving symbol at point in custom buffers.
8332 (top level) <info-lookup-maybe-add-help>: Add backquote and
8333 comma to ignored characters in regexps of help specifications
8334 for emacs-lisp-mode and lisp-interaction-mode. This permits
8335 looking up symbols in `...' and after a comma. Add help
8336 specifications for custom-mode and help-mode.
8337
8338 2006-11-04 Eli Zaretskii <eliz@gnu.org>
8339
8340 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
8341 Don't encode body if RAW is non-nil, or if the old encoding is
8342 identical to the new encoding, or if the body contains only
8343 eight-bit-* characters.
8344
8345 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8346
8347 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
8348 (faces-sample-overlay): Remove variable.
8349 (describe-face): Insert sample text in the face being described.
8350
8351 2006-11-04 Martin Rudalics <rudalics@gmx.at>
8352
8353 * whitespace.el (whitespace-indent-regexp): Make this match any
8354 multiples of eight spaces near the beginning of a line.
8355 (whitespace-buffer): Use `remove-overlays' instead of
8356 `whitespace-unhighlight-the-space' and `overlay-recenter' to
8357 speed up overlay handling.
8358 (whitespace-buffer-leading, whitespace-buffer-trailing):
8359 Make these functions highlight the text removed by
8360 `whitespace-buffer-leading-cleanup' and
8361 `whitespace-buffer-trailing-cleanup' respectively.
8362 (whitespace-buffer-search): Use `with-local-quit'.
8363 Move `format' out of loop to speed up scanning larger buffers.
8364 (whitespace-unhighlight-the-space): Remove `remove-hook' since
8365 that function is never added to a hook.
8366 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
8367 (whitespace-buffer-leading-cleanup)
8368 (whitespace-refresh-rescan-list): Fix docstrings.
8369
8370 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
8371
8372 * allout.el (allout-during-yank-processing): Cue for inhibiting
8373 aberrance processing during yanks.
8374 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
8375 the amount of yanked topics that can be aberrant.
8376 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
8377 a function, and supplement with inihibition of doublechecking
8378 during yanks.
8379 (allout-beginning-of-line, allout-next-heading)
8380 (allout-previous-heading, allout-goto-prefix-doublechecked)
8381 (allout-back-to-current-heading, allout-next-visible-heading)
8382 (allout-next-sibling): Use new allout-do-doublecheck function.
8383 (allout-next-sibling): Ensure we made progress when returning
8384 other than nil.
8385 (allout-rebullet-heading): Preserve text property annotations
8386 indicating the text was hidden, if it was.
8387 (allout-kill-line): Remove any added was-hidden annotations.
8388 (allout-kill-topic): Remove any added was-hidden annotations.
8389 (allout-annotate-hidden): Inhibit adding was-hidden text
8390 properties to the undo list.
8391 (allout-deannotate-hidden): New function to remove was-hidden
8392 annotation.
8393 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
8394 (allout-remove-exposure-annotation): Replace by
8395 allout-deannotate-hidden.
8396 (allout-yank-processing): Signal that yank processing is happening
8397 with allout-during-yank-processing. Also, wrap
8398 allout-unprotected's closer to the text changes, for easier
8399 debugging. We need to inhibit-field-text-motion explicitly, in
8400 lieu of the encompassing allout-unprotected.
8401 (outlineify-sticky): Adjust criteria for triggering new outline
8402 decorations to presence or absence of any topics, not just a topic
8403 at the beginning of the buffer.
8404
8405 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
8406
8407 * bs.el (bs--show-all, bs--redisplay):
8408 * cus-edit.el (custom-unlispify-menu-entries)
8409 (custom-unlispify-tag-names, custom-prompt-variable):
8410 * expand.el (expand-pos):
8411 * speedbar.el (speedbar-generic-list-tag-p):
8412 * wid-edit.el (widget-image-enable):
8413 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
8414 * emacs-lisp/find-func.el (find-function-noselect)
8415 (find-function, find-variable-noselect, find-variable)
8416 (find-definition-noselect, find-face-definition):
8417 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
8418 * net/eudc-vars.el (eudc-expansion-overwrites-query):
8419 * progmodes/ada-xref.el (ada-find-in-ali):
8420 * textmodes/flyspell.el (flyspell-check-tex-math-command):
8421 * textmodes/org.el (org-copy-subtree):
8422 * textmodes/table.el (table--row-column-insertion-point-p):
8423 Use "non-nil" in docstrings.
8424
8425 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
8426
8427 * sort.el (sort-columns): Set the field separator to tab; on
8428 NetBSD, sort complains if "\n" is used as field separator.
8429
8430 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
8431
8432 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
8433
8434 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8435
8436 * server.el (server-auth-key): Remove. Replace by a process-property.
8437 (server-start): Don't remove the file of the previous process, but
8438 instead clear out the place for the new file.
8439 (server-start): Set the :auth-key property.
8440 (server-process-filter): Use the :auth-key property.
8441
8442 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
8443
8444 * textmodes/org.el (org-mode-map): No longer copy
8445 `outline-mode-map' explicitly - this is already done by
8446 `define-derived-mode'.
8447
8448 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
8449
8450 * server.el (server-visit-files): Use `when'.
8451 (server-process-filter): When authentication fails, send error
8452 message to client. Wrap `process-send-region' in `ignore-errors'
8453 instead of `condition-case', and remove misleading comment.
8454
8455 2006-11-01 Juri Linkov <juri@jurta.org>
8456
8457 * simple.el (yank): Doc fix.
8458
8459 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8460
8461 * server.el: Try and fit within 80 columns.
8462 (server-start): Make the auth file unreadable by other users.
8463
8464 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8465
8466 * battery.el (battery-linux-proc-acpi): Prevent range error when
8467 `full-capacity' is 0.
8468
8469 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8470
8471 * faces.el (faces-sample-overlay): New defvar.
8472 (faces-sample-overlay): New function to show face sample text.
8473 (describe-face): Use it.
8474
8475 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
8476
8477 * progmodes/ada-stmt.el: Change maintainer, apply
8478 whitespace-cleanup, checkdoc.
8479 (ada-func-or-proc-name): Add doc string.
8480
8481 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
8482 whitespace-cleanup, checkdoc. Minor improvements to many doc
8483 strings and comments.
8484 (ada-prj-display-page): Change buffer name to more accurately
8485 reflect function.
8486
8487 * progmodes/ada-xref.el: Change maintainer, apply
8488 whitespace-cleanup, checkdoc. Minor improvements to many doc
8489 strings and comments. Don't look for `gvd' or `ddd' debuggers.
8490 (ada-compile-current): Don't add newlines to commands.
8491
8492 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
8493
8494 * server.el: Add support for TCP sockets.
8495 (server-use-tcp, server-host, server-auth-dir): New options.
8496 (server-auth-key): New variable.
8497 (server-ensure-safe-dir): Create nonexistent parent dirs.
8498 Ignore Unix-style file modes on Windows.
8499 (server-start): Crete a TCP or Unix socket according to the value
8500 of `server-use-tcp'. For TCP sockets, create the id/auth file in
8501 `server-auth-dir' directory.
8502 (server-process-filter): Delete process if authentication
8503 fails (which never happens for Unix sockets).
8504
8505 2006-10-30 David Kastrup <dak@gnu.org>
8506
8507 * subr.el (add-to-list): Don't continue checking if a match has
8508 been found.
8509
8510 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
8511
8512 * tutorial.el: Move defvars to avoid bytecomp warnings.
8513 (tutorial--find-changed-keys): Check if viper-current-state is
8514 bound before using it.
8515 (help-with-tutorial): Check if viper-tutorial is defined before
8516 using it.
8517
8518 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
8519
8520 * help-fns.el (help-with-tutorial): Move to tutorial.el.
8521
8522 * tutorial.el: New file.
8523 (help-with-tutorial): Move here from help-fns.el. Add help for
8524 rebound keys. Fix resume of tutorial.
8525 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
8526 (tutorial--find-changed-keys, tutorial--display-changes)
8527 (tutorial--saved-dir, tutorial--saved-file)
8528 (tutorial--save-tutorial): New functions to support the changes in
8529 help-with-tutorial.
8530
8531 2006-10-30 Kenichi Handa <handa@m17n.org>
8532
8533 * files.el (revert-buffer): If a unibyte buffer is being reverted
8534 with a coding system for multibyte, set buffer multibyte before
8535 calling insert-file-contents.
8536
8537 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8538
8539 * server.el (server-select-display): Use a dummy buffer to detect when
8540 the frame is later used.
8541 (server-select-display): New function.
8542 (server-process-filter): Use it to detect unused temp frames.
8543
8544 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
8545
8546 * progmodes/ada-mode.el: Change maintainer, apply
8547 whitespace-clean, checkdoc. Minor improvements to many doc strings.
8548 (ada-mode-version): New function.
8549 (ada-create-menu): Menu operations are available for all supported
8550 compilers.
8551
8552 2006-10-29 Lars Hansen <larsh@soem.dk>
8553
8554 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
8555 Highlight as keyword.
8556 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
8557 Don't call tramp-method-out-of-band-p for local files.
8558 (tramp-touch): Quote file name.
8559
8560 2006-10-28 Glenn Morris <rgm@gnu.org>
8561
8562 * calendar/calendar.el (cal-html-cursor-month)
8563 (cal-html-cursor-year): Add autoloads for this new package.
8564 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
8565
8566 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
8567
8568 * calendar/cal-html.el: New file.
8569
8570 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
8571
8572 * emacs-lisp/authors.el (authors-aliases): Update.
8573
8574 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
8575
8576 * version.el (emacs-version): Bump version number to 22.0.90.
8577
8578 2006-10-26 John W. Eaton <jwe@octave.org>
8579
8580 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
8581 New defvar.
8582 (inferior-octave-resync-dirs): Check to see whether Octave has
8583 built-in variables and set inferior-octave-has-built-in-variables.
8584 Check inferior-octave-has-built-in-variables to decide whether to
8585 send commands that set built-in variables or call functions to
8586 change Octave's behavior.
8587 Send "disp (pwd ())" to Octave instead of just "pwd".
8588 (inferior-octave-startup): Send "more off" to Octave instead of
8589 "page_screen_output = 0".
8590
8591 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
8592
8593 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
8594 pattern normally.
8595
8596 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
8597
8598 * bindings.el (mode-line-mode-menu): Remove bindings for global
8599 minor modes (line/column number) as they are on the menubar.
8600
8601 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
8602
8603 * term/w32-win.el (x-handle-name-switch): Doc fix.
8604 (w32-standard-fontset-spec): Fix typo in docstring.
8605
8606 * midnight.el (midnight-buffer-display-time): Doc fix.
8607 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
8608
8609 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
8610
8611 * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
8612
8613 * emulation/viper-ex.el (ex-read): Quote file argument.
8614
8615 * ediff-diff.el (ediff-same-file-contents): Expand file names.
8616
8617 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
8618
8619 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8620
8621 * textmodes/flyspell.el (flyspell-check-region-doublons):
8622 Fix last fix.
8623
8624 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
8625
8626 * bindings.el (mode-line-mode-menu): List global minor modes
8627 before local ones.
8628
8629 2006-10-23 Kim F. Storm <storm@cua.dk>
8630
8631 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
8632 (sit-for): If last command was a prefix arg, add the read-ahead
8633 event to unread-command-events as (t . EVENT) so it will be added
8634 to this-command-keys by read-key-sequence.
8635
8636 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8637
8638 * textmodes/flyspell.el (flyspell-word): Skip past all previous
8639 whitespace when checking doublons.
8640 (flyspell-check-region-doublons): Fix doublon regexp.
8641 (flyspell-highlight-incorrect-region): Highlight doublons using
8642 flyspell-duplicate face.
8643
8644 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
8645
8646 2006-10-22 John Wiegley <johnw@newartisans.com>
8647
8648 * progmodes/python.el (python-use-skeletons): python-mode was
8649 auto-inserting templates (for those with abbrev-mode on), not only
8650 by default -- *but without a configuration variable to disable
8651 it*. This rendered python-mode completely useless for me, so I
8652 have added `python-use-skeletons', which is now off by default.
8653
8654 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
8655
8656 * progmodes/cperl-mode.el (cperl-mode): Don't assume
8657 font-lock-multiline is auto-local (it's not).
8658 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
8659 initialized before calling cperl-init-faces.
8660
8661 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
8662
8663 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
8664 gdb-stack-position a value when there is no fringe.
8665
8666 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
8667 indicator if not visiting a file.
8668
8669 2006-10-20 David Kastrup <dak@gnu.org>
8670
8671 * window.el (kill-buffer-and-window): Fix a bug where an aborted
8672 operation would still cause some window to collapse later.
8673
8674 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8675
8676 * vc.el (vc-switch-backend): Try to be more careful with unwanted
8677 side-effect due to mixing various backends's file properties.
8678
8679 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
8680 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
8681 Return `filename's status if applicable. Update callers.
8682
8683 2006-10-19 Kenichi Handa <handa@m17n.org>
8684
8685 * international/kkc.el (kkc-region): When a key sequence is not
8686 defined, append (this-single-command-raw-keys) to
8687 unread-input-method-events.
8688
8689 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
8690
8691 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
8692
8693 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8694
8695 * version.el (emacs-version): Use mac-carbon-version-string.
8696
8697 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
8698
8699 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8700
8701 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
8702 Kenichi Handa).
8703 (xselect-convert-to-string): Decline requests for UTF8_STRING if
8704 the selection is not UTF-8.
8705
8706 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
8707
8708 * progmodes/ada-mode.el (ada-83-string-keywords)
8709 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
8710 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
8711 (ada-looking-at-semi-private, ada-get-body-name):
8712 Fix typos in docstrings.
8713 (ada-create-case-exception, ada-create-case-exception-substring):
8714 Fix typos in error messages.
8715 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
8716
8717 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8718
8719 * term/x-win.el (res-geometry): Don't set geometry from Xresources
8720 to default-frame-alist if default-frame-alist already contains
8721 width/height.
8722
8723 2006-10-18 Richard Stallman <rms@gnu.org>
8724
8725 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
8726 Non-interactive arg is the value, not the expression.
8727
8728 * simple.el (read-expression-map): Just set it, no defvar.
8729
8730 * subr.el (insert-for-yank-1): If last inserted char has
8731 properties, mark them as rear-nonsticky.
8732
8733 * recentf.el (recentf-mode): Doc fix.
8734
8735 * facemenu.el (facemenu-add-new-face): Defend against symbol
8736 that isn't a face name.
8737
8738 * dired-aux.el (dired-do-copy): Doc fix.
8739
8740 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
8741
8742 * simple.el (line-move-1): Ignore fields when moving to the
8743 beginning of line to avoid getting point stuck.
8744
8745 2006-10-18 Martin Rudalics <rudalics@gmx.at>
8746
8747 * textmodes/flyspell.el (flyspell-word-search-backward):
8748 Set inhibit-point-motion-hooks to avoid looping due to intangibile
8749 text.
8750
8751 2006-10-16 Richard Stallman <rms@gnu.org>
8752
8753 * help-fns.el (describe-function-1): Special case optimization
8754 for self-insert-command.
8755
8756 2006-10-16 Kim F. Storm <storm@cua.dk>
8757
8758 * ido.el (ido-reread-directory): Work in `dir' mode too.
8759
8760 2006-10-15 Martin Rudalics <rudalics@gmx.at>
8761
8762 * textmodes/table.el: Require 'regexp-opt.
8763
8764 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
8765
8766 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
8767 Use shell-quote-argument.
8768
8769 * shell.el (explicit-bash-args): Likewise.
8770
8771 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
8772 Use grep -E rather than egrep.
8773
8774 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8775
8776 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
8777
8778 2006-10-15 Kim F. Storm <storm@cua.dk>
8779
8780 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
8781
8782 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8783
8784 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
8785 to protect whitespace and metacharacters from the shell.
8786
8787 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8788
8789 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
8790
8791 2006-10-13 Eli Zaretskii <eliz@gnu.org>
8792
8793 * subr.el (start-process-shell-command): Doc fix.
8794
8795 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
8796
8797 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
8798 the regexp for Maxima symbols.
8799
8800 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8801
8802 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
8803 (vc-find-root): Don't walk higher up than ~.
8804
8805 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
8806
8807 * international/utf-8.el (utf-translate-cjk-load-tables):
8808 Avoid clobbering last-coding-system-used during load.
8809
8810 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
8811
8812 * textmodes/reftex-global.el (reftex-create-tags-file):
8813 Quote file arguments.
8814
8815 2006-10-12 Richard Stallman <rms@gnu.org>
8816
8817 * files.el (file-name-history): Add defvar.
8818 (save-some-buffers-action-alist): Improve description strings.
8819
8820 2006-10-12 Andreas Schwab <schwab@suse.de>
8821
8822 * files.el (auto-mode-alist): Match change log file name also with
8823 a dash before a numeric extension.
8824
8825 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
8826
8827 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
8828 After 5.0:
8829 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
8830
8831 After 5.1: Major edit. Summary of most visible changes:
8832
8833 - Multiple <<HERE per line allowed.
8834 - Handles multiline subroutine declaration headers (with comments).
8835 (The exception is `cperl-etags' - but it is not used in the rest
8836 of the mode.)
8837 - Fontifies multiline my/our declarations (even with comments,
8838 and with legacy `font-lock').
8839 - Major speedup of syntaxification, both immediate and postponed
8840 (3.5x to 15x [for different CPUs and versions of Emacs] on the
8841 huge real-life document I tested).
8842 - New bindings, edits to imenu.
8843 - "_" is made into word-char during fontification/syntaxification;
8844 some attempts to recognize non-word "_" during other operations too.
8845 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
8846 - autoload some more perldoc-related stuff
8847 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
8848 - Attempt to incorporate XEmacs edits which reached me.
8849
8850 Fine-grained changelog:
8851 (cperl-hook-after-change): New configuration variable.
8852 (cperl-vc-sccs-header): Likewise.
8853 (cperl-vc-sccs-header): Likewise.
8854 (cperl-vc-header-alist): Default via two preceding variables.
8855 (cperl-invalid-face): Remove double quoting under XEmacs
8856 (still needed under 21.2).
8857 (cperl-tips): Update URLs for resources.
8858 (cperl-problems): Likewise.
8859 (cperl-praise): Mention new features.
8860 New C-c key bindings: for `cperl-find-bad-style',
8861 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
8862 `cperl-perdoc', and `cperl-perldoc-at-point'.
8863 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
8864 moved, new submenu of Tools with Ispell entries and narrowing.
8865 (cperl-after-sub-regexp): New defsubst.
8866 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
8867 Allows heads up to head4.
8868 Allow "package;".
8869 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
8870 (paren-backwards-message): ??? Something for XEmacs???
8871 (cperl-mode): Never auto-switch abbrev-mode off.
8872 Try to allow '_' be non-word char.
8873 Do not use `font-lock-unfontify-region-function' on XEmacs.
8874 Reset syntax cache on mode start.
8875 Support multiline facification (even on legacy `font-lock').
8876 (cperl-facemenu-add-face-function): ??? Some contributed code ???
8877 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
8878 refuse to inform us whether the fontification is due to lazy
8879 calling or due to edit to a buffer, install our own hook
8880 (controlled by `cperl-hook-after-change').
8881 (cperl-electric-pod): =cut may have been recognized as start.
8882 (cperl-block-p): Move, updated for attributes.
8883 (cperl-calculate-indent): Try to allow '_' be non-word char
8884 Support subs with attributes.
8885 (cperl-where-am-i): Quiet (?) a warning.
8886 (cperl-cached-syntax-table): New function.
8887 (cperl-forward-re): Use `cperl-cached-syntax-table'.
8888 (cperl-unwind-to-safe): Recognize `syntax-type' property
8889 changing in a middle of line.
8890 (cperl-find-sub-attrs): New function.
8891 (cperl-find-pods-heres): Allow many <<EOP per line.
8892 Allow subs with attributes.
8893 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
8894 Recognize "extproc " (OS/2) case-folded and only at start.
8895 /x on s///x with empty replacement was not recognized.
8896 Better comments.
8897 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
8898 Allow subs with attributes, labels.
8899 Do not confuse "else::foo" with "else".
8900 Minor optimizations...
8901 (cperl-after-expr-p): Try to allow '_' be non-word char.
8902 (cperl-fill-paragraph): Try to detect a major bug in Emacs
8903 with `looking-at' inside `narrow' and bulk out if found.
8904 (cperl-imenu--create-perl-index): Updates for new
8905 `cperl-imenu--function-name-regexp-perl'.
8906 (cperl-outline-level): Likewise.
8907 (cperl-init-faces): Allow multiline subroutine headers
8908 and my/our declarations, and ones with comments.
8909 Allow subroutine attributes.
8910 (cperl-imenu-on-info): Better docstring.
8911 (cperl-etags): Rudimentary support for attributes.
8912 Support for packages and "package;".
8913 (cperl-add-tags-recurse-noxs): Better (?) docstring.
8914 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
8915 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
8916 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
8917 (cperl-perldoc): Add autoload.
8918 (cperl-perldoc-at-point): Likewise.
8919 (cperl-here-doc-spell): New function.
8920 (cperl-pod-spell): Likewise.
8921 (cperl-map-pods-heres): Likewise.
8922 (cperl-get-here-doc-region): Likewise.
8923 (cperl-font-lock-fontify-region-function): Likewise (backward
8924 compatibility for legacy `font-lock').
8925 (cperl-font-lock-unfontify-region-function): Fix style.
8926 (cperl-fontify-syntaxically): Recognize and optimize away deferred
8927 calls with no-change. Governed by `cperl-hook-after-change'.
8928 (cperl-fontify-update): Recognize that syntaxification region
8929 can be larger than fontification one.
8930 XXXX we leave `cperl-postpone' property, so this is quadratic...
8931 (cperl-fontify-update-bad): Temporary placeholder until
8932 it is clear how to implement `cperl-fontify-update'.
8933 (cperl-time-fontification): New function.
8934 (attrib-group): New text attribute.
8935 (multiline): New value: `syntax-type' text attribute.
8936
8937 After 5.2:
8938 (cperl-emulate-lazy-lock): New function.
8939 (cperl-fontify-syntaxically): Would skip large regions.
8940 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
8941 Some globals were declared, but uninitialized.
8942
8943 After 5.3, 5.4:
8944 (cperl-facemenu-add-face-function): Add docs, fix U<>.
8945 Copyright message updated.
8946 (cperl-init-faces): Work around a bug in `font-lock'. May slow
8947 facification down a bit.
8948 Misprint for my|our|local for old `font-lock'
8949 "our" was not fontified same as "my|local".
8950 Highlight variables after "my" etc even in
8951 a middle of an expression.
8952 Do not facify multiple variables after my etc
8953 unless parentheses are present.
8954
8955 After 5.5, 5.6
8956 (cperl-fontify-syntaxically): after-change hook could reset.
8957 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
8958
8959 After 5.7:
8960 (cperl-init-faces): Allow highlighting of local ($/).
8961 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
8962 (cperl-problems): Remove fixed problems.
8963 (cperl-find-pods-heres): Recognize #-comments in m##x too.
8964 Recognize charclasses (unless delimiter is \).
8965 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
8966 (cperl-regexp-scan): Update docs.
8967 (cperl-beautify-regexp-piece): Use information got from regexp scan.
8968
8969 After 5.8:
8970 Major user visible changes:
8971 Recognition and fontification of character classes in RExen.
8972 Variable indentation of RExen according to groups.
8973
8974 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
8975 Fontify REx charclasses in variable-name face.
8976 Fontify POSIX charclasses in "type" face.
8977 Fontify unmatched "]" in function-name face.
8978 Mark first-char of HERE-doc as `front-sticky'.
8979 Reset `front-sticky' property when needed.
8980 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
8981 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
8982 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
8983 constructs. Support `narrow'ed buffers.
8984 (cperl-praise): Remove a reservation.
8985 (cperl-make-indent): New function.
8986 (cperl-indent-for-comment): Use `cperl-make-indent'.
8987 (cperl-indent-line): Likewise.
8988 (cperl-lineup): Likewise.
8989 (cperl-beautify-regexp-piece): Likewise.
8990 (cperl-contract-level): Likewise.
8991 (cperl-toggle-set-debug-unwind): New function.
8992 New menu entry for this.
8993 (fill-paragraph-function): Use when `boundp'.
8994 (cperl-calculate-indent): Take into account groups when indenting RExen.
8995 (cperl-to-comment-or-eol): Recognize # which end a string.
8996 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
8997 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
8998 (cperl-fontify-syntaxically): More clear debugging message.
8999 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
9000 (cperl-init-faces): More complicated highlight even on XEmacs (new).
9001 Merge cosmetic changes from XEmacs.
9002
9003 After 5.9:
9004 (cperl-1+): Move to before the first use.
9005 (cperl-1-): Likewise.
9006
9007 After 5.10:
9008
9009 This code may lock Emacs hard!!! Use at your own risk!
9010
9011 (cperl-font-locking): New internal variable.
9012 (cperl-beginning-of-property): New function.
9013 (cperl-calculate-indent): Use `cperl-beginning-of-property'
9014 instead of `previous-single-property-change'.
9015 (cperl-unwind-to-safe): Likewise.
9016 (cperl-after-expr-p): Likewise.
9017 (cperl-get-here-doc-region): Likewise.
9018 (cperl-font-lock-fontify-region-function): Likewise.
9019 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
9020 recursively.
9021 Bound `next-single-property-change' via `point-max'.
9022 (cperl-unwind-to-safe): Bound likewise
9023 (cperl-font-lock-fontify-region-function): Likewise.
9024 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
9025 Initialization of `cperl-font-lock-multiline-start' could be
9026 missed if the "main" fontification did not run due to the
9027 keyword being already fontified.
9028 (cperl-pod-spell): Return t from do-one-chunk function.
9029 (cperl-map-pods-heres): Stop when the worker returns nil.
9030 Call `cperl-update-syntaxification'.
9031 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
9032 (cperl-get-here-doc-delim): Remove unused function.
9033
9034 After 5.11:
9035
9036 The possible lockup of Emacs (introduced in 5.10) fixed.
9037
9038 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
9039 (cperl-syntaxify-for-menu): New customization variable.
9040 (cperl-select-this-pod-or-here-doc): New function.
9041 (cperl-get-here-doc-region): Extra argument.
9042 Do not adjust pos by 1.
9043
9044 New menu entries
9045 (Perl/Tools): Selection of current POD or HERE-DOC section.
9046 (Debugging CPerl:) backtrace on fontification.
9047
9048 After 5.12:
9049 (cperl-cached-syntax-table): Use `car-safe'.
9050 (cperl-forward-re): Remove spurious argument SET-ST.
9051 Add documentation.
9052 (cperl-forward-group-in-re): New function.
9053 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
9054 (XXXX Temporary (?) hack is to syntax-mark them as comment).
9055
9056 After 5.13:
9057 (cperl-string-syntax-table): Make { and } not-grouping
9058 (Sometimes they ARE grouping in RExen, but matching them would only
9059 confuse in many situations when they are not)
9060 (beginning-of-buffer): Replace two occurrences with goto-char...
9061 (cperl-calculate-indent): `char-after' could be nil...
9062 (cperl-find-pods-heres): REx can start after "[" too.
9063 Hightlight (??{}) in RExen too.
9064 (cperl-maybe-white-and-comment-rex): New constant
9065 (cperl-white-and-comment-rex): Likewise.
9066 XXXX Not very efficient, but hard to make
9067 better while keeping 1 group.
9068
9069 After 5.13:
9070 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
9071 Likewise for 1 << identifier.
9072
9073 After 5.14:
9074 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
9075 Error-less condition-case could fail.
9076 (cperl-font-lock-fontify-region-function): Likewise.
9077 (cperl-init-faces): Likewise.
9078
9079 After 5.15:
9080 (cperl-find-pods-heres): Support property REx-part2.
9081 (cperl-calculate-indent): Likewise.
9082 Don't special-case REx with non-empty 1st line.
9083 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
9084 Invert highlighting of charclasses:
9085 now the envelop is highlighted.
9086 Highlight many others 0-length builtins.
9087 (cperl-praise): Mention indenting and highlight in RExen.
9088
9089 After 5.15:
9090 (cperl-find-pods-heres): Highlight capturing parens in REx.
9091
9092 After 5.16:
9093 (cperl-find-pods-heres): Highlight '|' for alternation
9094 Initialize `font-lock-warning-face' if not present.
9095 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
9096 `font-lock-function-name-face'.
9097 (cperl-look-at-leading-count): Likewise.
9098 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
9099 `font-lock-keyword-face' (needed for
9100 batch processing), etc...
9101 Use `font-lock-builtin-face' for builtin in REx
9102 Now `font-lock-variable-name-face'
9103 is used for interpolated variables
9104 Use "talking aliases" for faces inside REx
9105 Highlight parts of REx (except in charclasses)
9106 according to the syntax and/or semantic
9107 Syntax-mark a {}-part of (?{}) as "comment"
9108 (it was the ()-part)
9109 Better logic to distinguish what is what in REx
9110 (cperl-tips-faces): Document REx highlighting
9111 (cperl-praise): Mention REx syntax highlight etc.
9112
9113 After 5.17:
9114 (cperl-find-sub-attrs): Would not always manage to print error message.
9115 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
9116
9117 After 5.18:
9118 (cperl-find-pods-heres): Misprint in REx for parsing REx.
9119 Very minor optimization.
9120 `my-cperl-REx-modifiers-face' got quoted.
9121 Recognize "print $foo <<END" as HERE-doc.
9122 Put `REx-interpolated' text attribute if needed.
9123 (cperl-invert-if-unless-modifiers): New function.
9124 (cperl-backward-to-start-of-expr): Likewise.
9125 (cperl-forward-to-end-of-expr): Likewise.
9126 (cperl-invert-if-unless): Works in "the opposite way" too.
9127 Cursor position on return is on the switch-word.
9128 Indents comments better.
9129 (REx-interpolated): New text attribute.
9130 (cperl-next-interpolated-REx): New function.
9131 (cperl-next-interpolated-REx-0): Likewise.
9132 (cperl-next-interpolated-REx-1): Likewise.
9133 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
9134 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
9135 (cperl-praise): Mention finded interpolated RExen.
9136
9137 After 5.19:
9138 (cperl-init-faces): Highlight %$foo, @$foo too.
9139 (cperl-short-docs): Better docs for system, exec.
9140 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
9141 Would not find HERE-doc ended by EOF without NL.
9142 (cperl-short-docs): Correct not-doubled \-escapes.
9143 start block: Put some `defvar' for stuff gone from XEmacs.
9144
9145 After 5.20:
9146 initial comment: Extend copyright, fix email address.
9147 (cperl-indent-comment-at-column-0): New customization variable.
9148 (cperl-comment-indent): Indentation after $#a would increasy by 1.
9149 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
9150 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
9151 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
9152 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
9153 highlight $ in $foo too (UNTESTED).
9154 (cperl-set-style): Docstring missed some available styles.
9155 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
9156 Change "Current" to "Memorize Current".
9157 (cperl-indent-wrt-brace): New customization variable; the default is
9158 as for pre-5.2 version.
9159 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
9160 (cperl-style-alist): Likewise.
9161 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
9162 and `cperl-extra-newline-before-brace' etc
9163 being t
9164 (cperl-indent-exp): Plans B and C to find continuation blocks even
9165 if `cperl-extra-newline-before-brace' is t.
9166
9167 After 5.21:
9168 Improve some docstrings concerning indentation.
9169 (cperl-indent-rules-alist): New variable.
9170 (cperl-sniff-for-indent): New function name
9171 (separated from `cperl-calculate-indent').
9172 (cperl-calculate-indent): Separate the sniffer and the indenter;
9173 uses `cperl-sniff-for-indent' now.
9174 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
9175 was inverted;
9176 Support `comment-column' = 0.
9177
9178 2006-10-11 Martin Rudalics <rudalics@gmx.at>
9179
9180 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
9181 * help-at-pt.el (scan-buf-move-to-region): Likewise.
9182 * longlines.el (longlines-window-change-function): Likewise.
9183 * simple.el (undo-ask-before-discard): Likewise.
9184 * wid-edit.el (widget-field-prompt-internal)
9185 (widget-documentation-link-p): Likewise.
9186
9187 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9188
9189 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
9190 for a keyword.
9191
9192 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
9193
9194 * newcomment.el (comment-valid-prefix-p): Make the check
9195 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
9196 (comment-indent-new-line): Adjust call.
9197
9198 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
9199
9200 * allout.el (allout-back-to-current-heading): Base on lower-level
9201 routines to get proper disqualification of aberrant topics.
9202
9203 2006-10-09 Richard Stallman <rms@gnu.org>
9204
9205 * textmodes/two-column.el (2C-two-columns): Doc fix.
9206
9207 2006-10-09 Kim F. Storm <storm@cua.dk>
9208
9209 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
9210 about implicit use.
9211
9212 2006-10-08 Richard Stallman <rms@gnu.org>
9213
9214 * textmodes/two-column.el (2C-two-columns): Doc fix.
9215
9216 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
9217
9218 * files.el: Mark `buffer-read-only' as safe-local-variable.
9219
9220 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
9221
9222 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
9223 Burp if GUD buffer has been killed.
9224
9225 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9226
9227 * completion.el (add-completions-from-c-buffer):
9228 Don't presume an error's second element is a string.
9229 Use looking-at rather than buffer-substring + member.
9230
9231 2006-10-07 Eli Zaretskii <eliz@gnu.org>
9232
9233 * mail/rmail.el (rmail-redecode-body): If the old encoding is
9234 `undecided', call find-coding-systems-region to find a proper
9235 non-trivial encoding.
9236 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
9237 and "text/plain".
9238
9239 2006-10-07 Kevin Ryde <user42@zip.com.au>
9240
9241 * textmodes/reftex-vars.el (defgroup reftex): Update home page
9242 url-link.
9243
9244 * strokes.el (defgroup strokes): Remove invalid url-link.
9245
9246 2006-10-07 Magnus Henoch <mange@freemail.hu>
9247
9248 * autoinsert.el (auto-insert-alist): Doc fix.
9249
9250 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9251
9252 * mouse-sel.el (mouse-insert-selection-internal):
9253 Use insert-for-yank, so that yank handlers are run.
9254
9255 2006-10-07 Kim F. Storm <storm@cua.dk>
9256
9257 * ido.el (ido-file-extension-aux): Fix comparison.
9258
9259 2006-10-06 Kim F. Storm <storm@cua.dk>
9260
9261 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
9262
9263 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
9264
9265 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
9266 (ad-make-mapped-call): Use `let', not `let*'.
9267
9268 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
9269
9270 * international/mule-cmds.el (coding-system-change-eol-conversion):
9271 Ensure the coding system is initialized before calling
9272 coding-system-eol-type.
9273
9274 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
9275
9276 * textmodes/org.el (org-rm-props, org-activate-plain-links)
9277 (org-activate-angle-links, org-activate-dates)
9278 (org-activate-target-links, org-activate-camels)
9279 (org-activate-tags): Add `rear-nonsticky' text property to avoid
9280 textproperty keymaps from being active beyond the end of a line.
9281 (org-unfontify-region): Also remove `rear-nonsticky' property.
9282
9283 2006-10-04 Kenichi Handa <handa@m17n.org>
9284
9285 * international/code-pages.el (next): Table fixed.
9286
9287 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
9288
9289 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
9290 that it's been made unnecessary by removing narrowing.
9291
9292 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9293
9294 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
9295 control flow a bit, simplify another bit, and add comments.
9296
9297 2006-10-03 David Kastrup <dak@gnu.org>
9298
9299 * help.el (describe-mode): For clicks on mode-line, use "@"
9300 interactive argument to get the major mode of the click instead of
9301 the current buffer.
9302
9303 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
9304 in order to better redirect mouse-2 clicks. Also allow default
9305 bindings to apply.
9306
9307 2006-10-03 Kim F. Storm <storm@cua.dk>
9308
9309 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
9310 (pushnew): Fix last change.
9311
9312 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
9313
9314 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
9315 Use the interactive spec of `eval-expression'.
9316
9317 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
9318
9319 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
9320
9321 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9322
9323 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
9324 2006-09-28 commit.
9325
9326 2006-10-02 Kenichi Handa <handa@m17n.org>
9327
9328 * international/code-pages.el (iso-8859-6): Table fixed.
9329
9330 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
9331
9332 * dired.el (dired-build-subdir-alist): Fix previous change.
9333
9334 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9335
9336 * simple.el (undo-elt-crosses-region): Fix the inequalities.
9337
9338 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9339
9340 * emacs-lisp/find-func.el (find-function-regexp): Don't match
9341 "define-button-type".
9342
9343 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
9344 they don't keep accumulating.
9345
9346 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
9347
9348 * ffap.el (ffap-rfc-path): Change the address of the RFC
9349 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
9350
9351 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
9352
9353 * allout.el (allout-expose-topic): Rectify implementation of "+"
9354 spec, so that bodies are not exposed with headlines.
9355
9356 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
9357
9358 * allout.el (allout-current-depth): Do aberrent check only at or
9359 below doublecheck depth.
9360 (allout-chart-subtree): Make it explicit that LEVELS being nil
9361 means unlimited depth. Drop undocumented support for LEVELS value
9362 t meaning unlimited depth. (This is consistent with
9363 allout-chart-to-reveal, but contrary to allout-show-children,
9364 which needs to use nil to default to depth of 1.)
9365 (allout-goto-prefix-doublechecked): Wrap long docstring line.
9366 (allout-chart-to-reveal): Be explicit in docstring about meaning
9367 of nil LEVELS, and drop support for LEVELS value t.
9368 (allout-show-children): Translate the level spec used by this
9369 routine to that used by allout-chart-subtree and
9370 allout-chart-to-reveal.
9371 (allout-show-to-offshoot): Retry once when stuck, after opening
9372 subtree - improvements in discontinuity handling likely will
9373 enable progress.
9374
9375 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
9376
9377 * wid-edit.el (widget-button-click-moves-point): New variable.
9378 (widget-button-click): If widget-button-click-moves-point is
9379 non-nil, set point after performing the button action.
9380
9381 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
9382
9383 2006-09-30 Martin Rudalics <rudalics@gmx.at>
9384
9385 * files.el (find-file-existing): Modify to not allow wildcards.
9386
9387 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9388
9389 * simple.el (undo-more): When undo information for the region is
9390 exhausted, say "No further undo information FOR REGION".
9391
9392 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
9393
9394 * progmodes/sh-script.el (sh-prev-thing):
9395 Take `sh-leading-keywords' into account.
9396
9397 2006-09-29 Glenn Morris <rgm@gnu.org>
9398
9399 * custom.el (defcustom): Doc fix.
9400
9401 * calendar/calendar.el (european-calendar-style):
9402 Call european-calendar or american-calendar as needed when set.
9403 (diary-view-entries, list-calendar-holidays): Move autoloads
9404 before use.
9405
9406 2006-09-29 Juri Linkov <juri@jurta.org>
9407
9408 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
9409 to nil if there is no previous property change.
9410
9411 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9412
9413 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
9414 saving anything to be sure that `forward-sexp' behaves correctly.
9415
9416 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
9417
9418 * simple.el (line-move-finish): Ignore field boundaries if the
9419 initial and final points have the same `field' property.
9420
9421 2006-09-29 Kim F. Storm <storm@cua.dk>
9422
9423 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
9424 to t while calling ido-read-internal.
9425
9426 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
9427
9428 * textmodes/org.el (org-file-remote-p): Get regexp from list.
9429 (org-archive-subtree): Remove erraneous `]' from character list.
9430
9431 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
9432
9433 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
9434 (ses-reconstruct-all): Make undo of "insert row" work by keeping
9435 markers for data-area and parameters-area.
9436
9437 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9438
9439 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
9440
9441 * font-lock.el (font-lock-after-change-function): Refontify next line
9442 as well if end is at BOL.
9443 (font-lock-extend-jit-lock-region-after-change): Be more careful to
9444 only extend the region as much as needed.
9445
9446 2006-09-28 Richard Stallman <rms@gnu.org>
9447
9448 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
9449
9450 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
9451
9452 * international/mule.el (after-insert-file-set-coding):
9453 If VISIT, don't let set-buffer-multibyte make undo info.
9454
9455 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
9456
9457 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
9458 lines in base64-encoded authentication response.
9459
9460 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9461
9462 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
9463 (ebnf-version): New version 4.3.
9464 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
9465 (ebnf-prologue): Adjust PostScript programming.
9466 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
9467 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
9468
9469 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
9470
9471 * jit-lock.el (jit-lock-force-redisplay): Rename from
9472 jit-lock-fontify-again, and undo the mistaken change I've just done.
9473
9474 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
9475 (jit-lock-fontify-again): Don't refontify text that's not displayed.
9476
9477 2006-09-26 Kenichi Handa <handa@m17n.org>
9478
9479 * startup.el (display-splash-screen): Allow a prefix argument.
9480
9481 2006-09-25 Jason Rumney <jasonr@gnu.org>
9482
9483 * subr.el (shell-quote-argument): Use DOS logic for Windows
9484 shells with DOS semantics.
9485
9486 2006-09-24 Richard Stallman <rms@gnu.org>
9487
9488 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
9489 (compilation-goto-locus): Use compilation-goto-locus-delete-o
9490 to delete the overlay. Put it on pre-command-hook.
9491
9492 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
9493
9494 * startup.el (fancy-splash-screens, normal-splash-screen):
9495 Call the splash buffer *About GNU Emacs*.
9496
9497 * simple.el (next-error-highlight, next-error-highlight-no-select):
9498 Default to 0.5.
9499 (yank-excluded-properties): Add `fontified'.
9500
9501 * font-lock.el (font-lock-compile-keywords): Allow value of
9502 syntax-begin-function to enable paren-column-0 highlighting.
9503
9504 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
9505
9506 * dired.el (dired-build-subdir-alist): When file ends in colon,
9507 don't exit the loop, just disregard that file.
9508
9509 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
9510
9511 * simple.el (line-move-finish): Handle corner case for fields in
9512 continued lines.
9513 (line-move-1): Remove flawed test for that case.
9514
9515 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
9516
9517 * icomplete.el (icomplete-simple-completing-p): Use the correct
9518 name for the new variable, `icomplete-with-completion-tables'.
9519 (file local variables): Remove superfluous setting.
9520
9521 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
9522
9523 * calendar/appt.el (appt-check): Fix typo for appointments just
9524 after midnight.
9525
9526 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
9527
9528 * help.el (describe-key-briefly, describe-key): Don't expect an
9529 extra up event if a down-event is generated by a popup menu.
9530
9531 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
9532
9533 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
9534 local dictionary when changing the global dictionary.
9535
9536 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
9537
9538 * icomplete.el (icomplete-with-completion-tables): List of
9539 specialized completion tables with which icomplete should
9540 operate. Include the new `internal-complete-buffer', so icomplete
9541 works with interactive buffer-selection.
9542 (icomplete-simple-completing-p): Add acceptance of specialized
9543 completion tables listed in icomplete-with-completion-tables.
9544
9545 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9546
9547 * frame.el (focus-follows-mouse): Set default to nil on Mac.
9548
9549 * startup.el (command-line): Use `custom-reevaluate-setting' for
9550 `focus-follows-mouse'.
9551
9552 2006-09-22 Richard Stallman <rms@gnu.org>
9553
9554 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
9555 explain why Save is not available.
9556
9557 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
9558
9559 * woman.el (woman0-so): Use `let*', not `let'.
9560 (woman-horizontal-line): Remove unbalanced parenthesis.
9561
9562 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9563
9564 * woman.el: Make sure all the end-of-region markers we use have
9565 a non-nil insertion-type.
9566 (woman0-so): Move things around so we can use copy-marker.
9567 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
9568 Adjust marker type.
9569 (woman2-process-escapes): Check marker type.
9570 (woman-horizontal-line): Dispense with the use of a marker.
9571
9572 2006-09-22 Jay Belanger <belanger@truman.edu>
9573
9574 * calc/calc-lang.el: Add Greek letters to math-variable-table
9575 property of tex.
9576
9577 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
9578
9579 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
9580
9581 2006-09-22 Masatake YAMATO <jet@gyve.org>
9582
9583 * add-log.el (add-log-current-defun): Use `forward-sexp'
9584 instead of `forward-word' to pick c++::symbol.
9585 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
9586
9587 2006-09-22 Kenichi Handa <handa@m17n.org>
9588
9589 * bindings.el: Fix setting self-insert-command for multibyte
9590 characters in global-map.
9591
9592 2006-09-21 David Kastrup <dak@gnu.org>
9593
9594 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
9595 doc string.
9596
9597 2006-09-21 Kenichi Handa <handa@m17n.org>
9598
9599 * language/european.el ("Latin-1"): Add windows-1252 to
9600 coding-priority.
9601 ("German"): Likewise.
9602
9603 2006-09-21 Kim F. Storm <storm@cua.dk>
9604
9605 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
9606 Suggested by Miles Bader.
9607
9608 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
9609 instead of add-to-list in the simple case.
9610
9611 2006-09-20 Kenichi Handa <handa@m17n.org>
9612
9613 * isearch.el (isearch-process-search-char): Cancel the previous change.
9614 (isearch-search-string): New function.
9615 (isearch-search): Use isearch-search-string.
9616 (isearch-lazy-highlight-search): Likewise.
9617
9618 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9619
9620 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
9621 string to become an option.
9622
9623 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9624
9625 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
9626
9627 2006-09-20 Kim F. Storm <storm@cua.dk>
9628
9629 * simple.el (line-move-partial): Call pos-visible-in-window-p with
9630 position t instead of trying both window-end and window-end - 1.
9631
9632 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
9633
9634 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
9635 hidden trees.
9636
9637 2006-09-20 David Kastrup <dak@gnu.org>
9638
9639 * mouse.el (mouse-posn-property): Improve doc string.
9640 (mouse-on-link-p): Change buffers for function calls on links.
9641
9642 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
9643 buffer is read-only.
9644
9645 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
9646
9647 * allout.el (allout-unprotected): Let inhibit-read-only only when
9648 buffer-read-only isn't set.
9649 (allout-annotate-hidden): Enable topic annotation during copies even
9650 when the buffer is read-only, eg for topic copies. Ensure that the loop
9651 advances, even when the span extends beyond the deletion region.
9652 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
9653 rather than allout-exposure-changed-hook, as a stronger assertion.
9654 (allout-keybindings-list): Add bindings for
9655 allout-copy-line-as-kill and allout-copy-topic-as-kill.
9656 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
9657 Copy wrappers for allout-kill-line and allout-kill-topic.
9658 (allout-listify-exposed): Position correctly to accumulate lines.
9659
9660 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
9661
9662 * simple.el (line-move-1): Escape field boundaries occurring
9663 exactly at point. Update goal column if constrained to a field.
9664 (line-move-finish): Escape field boundaries occurring exactly at point.
9665
9666 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9667
9668 * mouse.el (mouse-on-link-p): Tentatively fix last change.
9669 (mouse-drag-vertical-line): Remove unused var `wconfig'.
9670
9671 2006-09-19 Kim F. Storm <storm@cua.dk>
9672
9673 * help.el (describe-key-briefly, describe-key): Simplify printing
9674 of descriptions by using format and %S. Fix "is undefined"
9675 messages to say "at that spot" for mouse events.
9676
9677 * simple.el (line-move-partial): Optimize. Try window-line-height
9678 before posn-at-point to get vpos of current line.
9679
9680 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
9681
9682 * emulation/viper.el: Bump up version/date of update to reflect the
9683 substantial changes done in August 2006.
9684
9685 * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
9686 push-button are defined.
9687
9688 * ediff-util.el (ediff-add-to-history): New function.
9689
9690 * ediff.el: Use ediff-add-to-history instead of add-to-history.
9691
9692 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9693
9694 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
9695 Delete duplicate make-local-variable form.
9696 (conf-space-keywords): Add autoload cookie.
9697 Fix typo (`keywords', not `keyword').
9698
9699 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9700
9701 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
9702 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
9703 to x-gtk-use-old-file-dialog.
9704
9705 2006-09-18 Richard Stallman <rms@gnu.org>
9706
9707 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
9708 that might come in during mouse tracking.
9709
9710 2006-09-18 Kim F. Storm <storm@cua.dk>
9711
9712 * simple.el (line-move-partial): Rework 2006-09-15 change to use
9713 new window-line-height function. Further optimize by not calling
9714 pos-visible-in-window-p for window-end when window-line-height
9715 returns useful information.
9716
9717 2006-09-16 Richard Stallman <rms@gnu.org>
9718
9719 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
9720 (conf-space-mode): Don't handle prefix arg.
9721 Delete conf-space-keywords-override code.
9722 Use add-hook.
9723 (conf-space-keywords): New command.
9724 (conf-space-mode-internal): Be careful with imenu-generic-expression.
9725 Delete conf-space-keywords-override code.
9726 (conf-space-keywords-alist): Doc fix.
9727 (conf-space-font-lock-keywords): Doc fix.
9728 (conf-space-keywords-override): Var deleted.
9729
9730 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9731
9732 * startup.el (fancy-splash-screens): Don't switch to the scratch
9733 buffer; it may not be the next buffer.
9734
9735 2006-09-16 Romain Francoise <romain@orebokech.com>
9736
9737 * saveplace.el (load-save-place-alist-from-file): Use expanded name
9738 in both messages.
9739
9740 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
9741
9742 * progmodes/python.el (python-preoutput-filter):
9743 Fix arg order to string-match.
9744
9745 2006-09-16 Richard Stallman <rms@gnu.org>
9746
9747 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
9748 font-lock-compile-keywords.
9749
9750 * font-lock.el (font-lock-compile-keywords): Rename optional arg
9751 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
9752
9753 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9754
9755 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
9756
9757 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
9758 and the data doesn't look like UTF8, send STRING instead.
9759
9760 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
9761
9762 * textmodes/flyspell.el (flyspell-check-region-doublons):
9763 New function to detect duplicated words.
9764 (flyspell-large-region): Use it.
9765
9766 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9767
9768 * simple.el (line-move-to-column): Revert 2006-08-03 change.
9769
9770 2006-09-16 Eli Zaretskii <eliz@gnu.org>
9771
9772 * help.el (describe-prefix-bindings): Use let, not let*.
9773
9774 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
9775
9776 * allout.el (allout-regexp, allout-line-boundary-regexp)
9777 (allout-bob-regexp): Correct grouping and boundaries to fix
9778 backwards traversal.
9779 (allout-depth-specific-regexp, allout-depth-one-regexp):
9780 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
9781 worse time in allout-ascend.
9782 (allout-doublecheck-at-and-shallower): Identify depth threshold
9783 below which topics are checked for and disqualified by containment
9784 discontinuities.
9785 (allout-hotspot-key-handler): Correctly handle multiple-key
9786 strokes. Remove some unused variables.
9787 (allout-mode-leaders): Clarify that mode-specific comment-start
9788 will be used.
9789 (set-allout-regexp): Correctly regexp-quote allout regexps to
9790 properly accept alternative header-leads and primary bullets with
9791 regexp-specific characters (eg, C "/*", mathematica "(*").
9792 Include new regular expressions among those configured.
9793 (allout-infer-header-lead-and-primary-bullet):
9794 Rename allout-infer-header-lead.
9795 (allout-recent-depth): Manifest as a variable as well as a function.
9796 (allout-prefix-data): Simplify into an inline instead of a macro,
9797 assuming current match data rather than being explicitly passed
9798 it. Establish allout-recent-depth value as well as
9799 allout-recent-prefix-beginning and allout-recent-prefix-end.
9800 (allout-aberrant-container-p): True when an item's immediate
9801 offspring discontinuously contained. Useful for disqualifying
9802 unintended topic prefixes, likely at low depths.
9803 (allout-goto-prefix-doublechecked): Elaborate version of
9804 allout-goto-prefix which disqualifies aberrant pseudo-items.
9805 (allout-pre-next-prefix): Layer on top of lower-level routines, to
9806 get disqualification of aberrant containers.
9807 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
9808 containers.
9809 (allout-beginning-of-current-entry): Position at start of buffer
9810 when in container (depth 0) entry.
9811 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
9812 (allout-current-bullet): Strip text properties.
9813 (allout-get-prefix-bullet): Use right match groups.
9814 (allout-beginning-of-line, allout-next-heading):
9815 Disqualify aberrant containers.
9816 (allout-previous-heading): Disqualify aberrant containers, and
9817 change to regular (rather than inline) function, to allow
9818 self-recursion.
9819 (allout-get-invisibility-overlay): Increment so progress is made
9820 when the first overlay is not the sought one.
9821 (allout-end-of-prefix): Disqualify aberrant containers.
9822 (allout-end-of-line): Cycle something like allout-beginning-of-line.
9823 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
9824 outline.el outlines) functional again. Change the primary bullet
9825 along with the header-lead - level 1 new-style bullets now work.
9826 Engage allout-before-change-handler in mainline Emacs, not just
9827 XEmacs, to do undo handling.
9828 (allout-before-change-handler): Expose undo changes occurring in
9829 hidden regions. Use allout-get-invisibility-overlay instead of
9830 reimplementing it inline.
9831 (allout-chart-subtree): Use start rather than end of prefix in
9832 charts. Use allout-recent-depth variable.
9833 (allout-chart-siblings): Disqualify aberrant topics.
9834 (allout-beginning-of-current-entry): Position correctly.
9835 (allout-ascend): Use new allout-depth-specific-regexp and
9836 allout-depth-one-regexp for linear instead of O(N^2) or worse
9837 behavior.
9838 (allout-ascend-to-depth): Depend on allout-ascend, rather than
9839 reimplementing an algorithm.
9840 (allout-up-current-level): Depend on allout-ascend, rather than
9841 reimplementing an algorithm. Return to start-point if we fail.
9842 (allout-descend-to-depth): Use allout-recent-depth variable
9843 instead of function.
9844 (allout-next-sibling): On traversal of numerous intervening
9845 topics, resort to economical allout-next-sibling-leap.
9846 (allout-next-sibling-leap): Specialized version of
9847 allout-next-sibling that uses allout-ascend cleverly, to depend on
9848 a regexp search to leap large numbers of contained topics, rather
9849 than arbitrarily many one-by-one traversals.
9850 (allout-next-visible-heading): Disqualify aberrant topics.
9851 (allout-previous-visible-heading): Position consistently when
9852 interactive.
9853 (allout-forward-current-level): Base on allout-previous-sibling
9854 rather than (differently) reimplmenting the algorithm. Remove some
9855 unused variables.
9856 (allout-solicit-alternate-bullet): Present default choice stripped
9857 of text properties.
9858 (allout-rebullet-heading): Use bullet stripped of text properties.
9859 Register changes using allout-exposure-change-hook.
9860 Disregard aberrant topics.
9861 (allout-shift-in): With universal-argument, make topic a peer of
9862 it's former offspring. Simplify the code by separating out
9863 allout-shift-out functionality.
9864 (allout-shift-out): With universal-argument, make offspring peers
9865 of their former container, and its siblings. Implement the
9866 functionality here, rather than inappropriately muddling the
9867 implementation of allout-shift-in.
9868 (allout-rebullet-topic): Respect additional argument for new
9869 parent-child separation function.
9870 (allout-yank-processing): Use allout-ascend directly.
9871 (allout-show-entry): Disqualify aberrant topics.
9872 (allout-show-children): Handle discontinuous children gracefully,
9873 extending the depth being revealed to expose them and posting a
9874 message indicating the situation.
9875 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
9876 Leave cursor in correct position.
9877 (allout-hide-current-subtree): Use allout-ascend directly.
9878 Disqualify aberrant topics.
9879 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
9880 a way that the yanks can restore it, as used to happen.
9881 (allout-yank-processing): Restore exposure layout as recorded by
9882 allout-kill-*, as used to happen.
9883 (allout-annotate-hidden, allout-hide-by-annotation): New routines
9884 for preseving and restoring exposure layout across kills.
9885 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
9886 (allout-encrypt-string): Strip text properties.
9887 Rearranged order and outline-headings for some of the
9888 miscellaneous functions.
9889 (allout-resolve-xref): No need to quote the error name in the
9890 condition-case handler section.
9891 (allout-flatten): Classic recursive (and recursively intensive,
9892 without tail-recursion) list-flattener, needed by allout-shift-out
9893 when confronted with discontinuous children.
9894
9895 2006-09-16 Jason Rumney <jasonr@gnu.org>
9896
9897 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
9898 on ms-windows.
9899 (dnd-open-unc-file): Remove.
9900 (dnd-open-local-file): Mention in doc string that it also handles
9901 remote files if the system natively supports unc file-names.
9902
9903 2006-09-15 Kim F. Storm <storm@cua.dk>
9904
9905 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
9906 all necessary information about the event before erasing *Help*.
9907
9908 * simple.el (line-move-partial): Use window-line-visiblity to
9909 quickly check whether last line is partially visible, and only do
9910 the hard (and slow) part in that case.
9911
9912 2006-09-15 Jay Belanger <belanger@truman.edu>
9913
9914 * COPYING: Replace "Library Public License" by "Lesser Public
9915 License" throughout.
9916
9917 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9918
9919 * term/x-win.el (x-menu-bar-open): New function for F10.
9920
9921 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
9922
9923 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9924 Disallow filenames containing " -" to avoid confusion with libtool
9925 compilation messages. Suggested by Stefan Monnier.
9926
9927 2006-09-15 David Kastrup <dak@gnu.org>
9928
9929 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
9930 instead of buffer position for `mouse-on-link-p'.
9931
9932 * mouse.el (mouse-posn-property): New function looking up the
9933 properties at a click position in overlays and text properties in
9934 either buffer or strings.
9935 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
9936 of both `follow-link' as well as `mouse-face' properties.
9937 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
9938 buffer position.
9939
9940 * help.el (describe-key-briefly): When reading a down-event on
9941 mode lines or scroll bar, swallow the following up event, too.
9942 Use the new mouse sensitity of `key-binding' for lookup.
9943 (describe-key): The same here.
9944
9945 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
9946
9947 * play/life.el (life-patterns): Add a few more interesting patterns.
9948 (life-setup): Force `show-trailing-whitespace' to nil.
9949
9950 2006-09-14 Richard Stallman <rms@gnu.org>
9951
9952 * startup.el (fancy-splash-text): Change text to improve alignment.
9953 (fancy-splash-screens): Don't set non-standard tab width.
9954 Bind cursor-type temporarily, and make it easy to patch to
9955 preserve the splash buffer.
9956 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
9957 (fancy-splash-screens): Display echo-area message explicitly.
9958 Don't set fancy-splash-help-echo.
9959
9960 * simple.el (line-number-mode): Group mode-line instead of
9961 editing-basics.
9962 (column-number-mode, size-indication-mode): Likewise.
9963
9964 * faces.el (mode-line-faces): Group mode-line instead of modeline.
9965
9966 * time.el (display-time): Group mode-line instead of modeline.
9967
9968 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
9969
9970 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
9971
9972 * startup.el (fancy-splash-text): Move editing instructions to
9973 fancy-splash-head.
9974 (fancy-splash-head): Issue editing instructions.
9975 (fancy-splash-screens): Fixup whitespace.
9976
9977 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9978
9979 * bindings.el (mode-line-buffer-identification-keymap):
9980 Remove duplicate line.
9981
9982 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9983
9984 * ido.el (ido-ignore-item-p): Allow any kind of functions in
9985 ignore lists.
9986
9987 2006-09-14 Kim F. Storm <storm@cua.dk>
9988
9989 * jit-lock.el (jit-lock-fontify-again): New function.
9990 (jit-lock-fontify-now): Use it instead of lambda form.
9991
9992 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
9993
9994 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
9995 (flyspell-auto-correct-word): Make ispell-filter local to these
9996 functions. Check that ispell-filter has new stuff before calling
9997 ispell-parse-output.
9998
9999 2006-09-13 Kim F. Storm <storm@cua.dk>
10000
10001 * simple.el (line-move-partial): Optimize.
10002
10003 2006-09-13 Richard Stallman <rms@gnu.org>
10004
10005 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
10006 Delete spurious backquote.
10007
10008 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
10009
10010 * net/rcirc.el (rcirc-print): Fix last change.
10011
10012 2006-09-12 Jay Belanger <belanger@truman.edu>
10013
10014 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
10015
10016 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
10017
10018 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
10019 rcirc-show-maximum-output.
10020 (rcirc-mode): Remove window-scroll-function hook.
10021 (rcirc-scroll-to-bottom): Remove function.
10022 (rcirc-print): Recenter so point stays at the bottom of the window
10023 if point was already there.
10024
10025 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
10026
10027 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
10028 not to "t".
10029 * progmodes/compile.el (compilation-start): Likewise.
10030 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
10031 Don't use expand-file-name on invocation-directory, since this
10032 might mishandle special characters in invocation-directory.
10033
10034 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10035
10036 * pcvs-defs.el: Remove * in defcustom's docstrings.
10037
10038 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
10039
10040 * progmodes/compile.el (compilation-directory-properties):
10041 Doc fix for help-echo.
10042
10043 2006-09-12 Lars Hansen <larsh@soem.dk>
10044
10045 * desktop.el (desktop-read): Add comment.
10046
10047 2006-09-12 Kim F. Storm <storm@cua.dk>
10048
10049 * simple.el (next-error-highlight, next-error-highlight-no-select):
10050 Fix spelling error.
10051
10052 * subr.el (sit-for): Rework to use input-pending-p and cond.
10053 Return nil input is pending on entry also for SECONDS <= 0.
10054 (while-no-input): Use input-pending-p instead of sit-for.
10055
10056 2006-09-11 Richard Stallman <rms@gnu.org>
10057
10058 * simple.el (next-error-highlight, next-error-highlight-no-select):
10059 Fix custom type and doc strings.
10060
10061 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10062
10063 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
10064 (diff-apply-hunk): Use it to ask for confirmation.
10065
10066 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
10067
10068 * emacs-lisp/cl.el (pushnew): Add missing `,'.
10069
10070 2006-09-11 David Kastrup <dak@gnu.org>
10071
10072 * help.el (string-key-binding, describe-key-briefly)
10073 (describe-key): Remove `string-key-binding' and its callers since
10074 `key-binding' already caters for the proper lookup now.
10075
10076 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10077
10078 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
10079 (cfengine-mode): Use it. Fix \ syntax to be like /.
10080
10081 * bindings.el (mode-line-buffer-identification-keymap):
10082 Move initialization into declaration.
10083
10084 2006-09-10 Kim F. Storm <storm@cua.dk>
10085
10086 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
10087 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
10088 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
10089 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
10090
10091 2006-09-10 Richard Stallman <rms@gnu.org>
10092
10093 * dired-aux.el: Handle errors in recursive copy usefully.
10094 (dired-create-files-failures): New variable.
10095 (dired-copy-file): Remove condition-case.
10096 (dired-copy-file-recursive): Check for errors on all file
10097 operations, and add them to dired-create-files-failures.
10098 Check file file-date-erorr here too.
10099 (dired-create-files): Check dired-create-files-failures
10100 and report those errors too.
10101
10102 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
10103
10104 * subr.el (add-to-list): New argument COMPARE-FN.
10105
10106 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
10107
10108 * filecache.el (file-cache-add-directory)
10109 (file-cache-add-directory-list, file-cache-add-file)
10110 (file-cache-add-directory-using-find)
10111 (file-cache-add-directory-using-locate)
10112 (file-cache-add-directory-recursively): Add autoloads.
10113
10114 2006-09-09 Richard Stallman <rms@gnu.org>
10115
10116 * textmodes/conf-mode.el (conf-space-mode):
10117 Use hack-local-variables-hook instead of calling hack-local-variables.
10118 (conf-space-keywords-override): New variable.
10119 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
10120 (conf-space-mode): Always make conf-space-keywords and
10121 conf-space-keywords-override local.
10122 Call conf-space-mode-internal directly as well as via hook.
10123
10124 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10125
10126 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
10127 quasi-keywords.
10128
10129 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
10130
10131 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
10132 (python-send-string): Be slightly more careful about adding \n.
10133
10134 * startup.el (normal-splash-screen): Don't display the buffer if we'll
10135 kill it right away anyway.
10136
10137 2006-09-09 Eli Zaretskii <eliz@gnu.org>
10138
10139 * international/codepage.el (cp850-decode-table): Fix a few codes.
10140 (cp858-decode-table): New variable.
10141
10142 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10143
10144 * net/ldap.el (ldap-search-internal): Doc fix.
10145
10146 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10147
10148 * play/life.el (life-display-generation): Test for input manually if
10149 `sleeptime' is negative or null.
10150
10151 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
10152 (print-region-1): Substitute `%s' with the page title.
10153
10154 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
10155
10156 * locate.el (locate-current-search): New variable.
10157 (locate): Set buffer local value. Use current buffer if it is
10158 in Locate mode.
10159 (locate-mode): Disable undo here.
10160 (locate-do-setup): Use locate-current-filter from buffer to be killed.
10161 (locate-update): Use locate-current-search and locate-current-filter.
10162
10163 2006-09-08 David Kastrup <dak@gnu.org>
10164
10165 * desktop.el (desktop-read): When loading a desktop, disable
10166 saving it while the load progresses, and switch off a pending lazy
10167 load by calling `desktop-lazy-abort'.
10168
10169 2006-08-27 Martin Rudalics <rudalics@gmx.at>
10170
10171 * window.el (mouse-autoselect-window-timer)
10172 (mouse-autoselect-window-position)
10173 (mouse-autoselect-window-window)
10174 (mouse-autoselect-window-now): New vars.
10175 (mouse-autoselect-window-cancel)
10176 (mouse-autoselect-window-select)
10177 (mouse-autoselect-window-start): New functions.
10178 (handle-select-window): Call `mouse-autoselect-window-start' when
10179 delayed window autoselection is enabled.
10180
10181 * cus-start.el (mouse-autoselect-window): Handle delayed window
10182 autoselection.
10183
10184 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
10185 commands after which it is allowed to print in the echo area.
10186
10187 2006-09-08 Richard Stallman <rms@gnu.org>
10188
10189 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
10190
10191 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
10192 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
10193
10194 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
10195 (cancel-timer-internal): Add doc string.
10196 (cancel-function-timers): Doc fix.
10197 (with-timeout-handler, timer-event-last*): Add doc strings.
10198
10199 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
10200
10201 * files.el (risky-local-variable-p): Match ...-bindat-spec.
10202
10203 * dired.el (dired-log-summary): Add doc string.
10204
10205 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
10206 (custom-group-menu-create): Not here.
10207
10208 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
10209
10210 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
10211
10212 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10213
10214 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
10215 (mac-apple-event-map): Define its handler.
10216
10217 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10218
10219 * net/ldap.el (ldap-search-internal): Handle `auth' key.
10220
10221 2006-09-07 Magnus Henoch <mange@freemail.hu>
10222
10223 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
10224 clause.
10225
10226 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10227
10228 * info.el (Info-index): Bind completion-ignore-case.
10229
10230 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10231
10232 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
10233 previous commit.
10234 (inferior-prolog-guess-flavor): New fun left out of previous commit.
10235 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
10236 burp in dedicated windows.
10237 (inferior-prolog-self-insert-command): New command.
10238 (inferior-prolog-mode-map): Use it.
10239
10240 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
10241
10242 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
10243
10244 * international/code-pages.el: Add cp858.
10245
10246 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10247
10248 * dnd.el: Fix bootstrapping.
10249
10250 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10251
10252 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
10253 (dnd-open-remote-url): New function.
10254 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
10255 not windows-nt.
10256
10257 2006-09-07 Jason Rumney <jasonr@gnu.org>
10258
10259 * dnd.el (dnd-open-remote-file-function): New variable.
10260 (dnd-open-unc-file): New function.
10261 (dnd-open-file): Call dnd-open-remote-file-function if set.
10262
10263 2006-09-06 Daiki Ueno <ueno@unixuser.org>
10264
10265 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
10266 pgg-passphrase-coding-system rather than locale-coding-system.
10267 * pgg-def.el (pgg-passphrase-coding-system): New user option.
10268
10269 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10270
10271 * progmodes/prolog.el: Remove * in docstrings.
10272 (prolog-program-name): Add SWI prolog.
10273 (prolog-mode-menu): New menu.
10274 (prolog-mode): Set comment-add.
10275 (prolog-indent-line): Simplify. Use indent-line-to.
10276 (inferior-prolog-buffer): New var.
10277 (inferior-prolog-run, inferior-prolog-process): New funs.
10278 (run-prolog, switch-to-prolog): Rewrite, using them.
10279 (prolog-consult-region): Use inferior-prolog-buffer.
10280 (inferior-prolog-load-file): New function.
10281 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
10282
10283 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
10284 last word, if it's not the end of the paragraph.
10285
10286 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
10287 file name.
10288
10289 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
10290
10291 * frame.el (display-mm-dimensions-alist): New defcustom.
10292 (display-mm-height, display-mm-width): Use it.
10293
10294 2006-09-06 Simon Josefsson <jas@extundo.com>
10295
10296 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
10297
10298 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
10299
10300 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10301 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
10302 string values.
10303
10304 2006-09-06 Kim F. Storm <storm@cua.dk>
10305
10306 * simple.el (line-move-partial): New function to do vscrolling for
10307 partially visible images / tall lines. Rewrite based on code
10308 previously in line-move. Simplify backwards vscrolling.
10309 (line-move): Use it. Simplify.
10310
10311 2006-09-05 Kim F. Storm <storm@cua.dk>
10312
10313 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
10314
10315 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
10316
10317 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10318 Process the `gcc-include' after the `gnu' rule.
10319
10320 2006-09-05 Kim F. Storm <storm@cua.dk>
10321
10322 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
10323
10324 2006-09-05 Daiki Ueno <ueno@unixuser.org>
10325
10326 * pgg.el (pgg-clear-string): Alias to clear-string for backward
10327 compatibility.
10328
10329 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
10330 inhibit-redisplay; encode passphrase with locale-coding-system.
10331
10332 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10333
10334 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
10335
10336 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
10337
10338 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10339 (gdb-var-list-children-regexp): Make type field optional.
10340
10341 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
10342 e.g public, protected in C++.
10343
10344 2006-09-04 John Paul Wallington <jpw@pobox.com>
10345
10346 * simple.el (completion-show-help): New defcustom.
10347 (completion-setup-function): Heed it.
10348
10349 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10350
10351 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
10352
10353 2006-09-04 Richard Stallman <rms@gnu.org>
10354
10355 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
10356 (rsf-min-region-to-spam-list): Doc fix.
10357 (rsf-add-content-type-field): Doc fix.
10358
10359 * simple.el (kill-region): Explicitly test there is a region.
10360
10361 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
10362
10363 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
10364 sendmail in several common directories.
10365
10366 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
10367
10368 * paths.el (sendmail-program): Removed.
10369
10370 2006-09-04 Daiki Ueno <ueno@unixuser.org>
10371
10372 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
10373 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
10374 http://article.gmane.org/gmane.emacs.gnus.general/50457
10375
10376 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
10377
10378 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
10379 mark after running the menu filter.
10380
10381 2006-09-03 Juri Linkov <juri@jurta.org>
10382
10383 * international/quail.el (quail-defrule-internal): Add a check
10384 if a key is a vector.
10385
10386 2006-09-02 Juri Linkov <juri@jurta.org>
10387
10388 * man.el (Man-topic-history): New variable.
10389 (man): Use it.
10390
10391 * woman.el (woman-topic-history): Change defvar to defvaralias
10392 for symbol `Man-topic-history'.
10393
10394 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
10395 `comint-last-output-start' is a marker by using `markerp' and
10396 check if it has a position by using `marker-position', and use
10397 this position for `goto-char'.
10398
10399 * international/quail.el (quail-defrule-internal): Add missing
10400 `error' call for null key.
10401
10402 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
10403
10404 * net/rcirc.el (rcirc-keywords): New variable.
10405 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
10406 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
10407 variables.
10408 (rcirc-responses-no-activity): New function.
10409 (rcirc-handler-generic): Check for responses in above.
10410 (rcirc-process-command): Add ?: character to arguments of raw
10411 server commands.
10412 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
10413 `rcirc-dim-nicks'.
10414 (rcirc-gray-toggle): Remove unused variable.
10415 (rcirc-print): Remove some tracking logic, which is moved into
10416 markup functions.
10417 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
10418 types.
10419 (rcirc-activity-string): Look for 'keyword in activity-types.
10420 (rcirc-window-configuration-change): Don't erase overlay-arrow
10421 unnecessarily.
10422 (rcirc-add-or-remove): New function.
10423 (rcirc-cmd-ignore): Use it.
10424 (rcirc-message-leader): Remove unused function.
10425 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
10426 (rcirc-add-face): New function.
10427 (rcirc-facify): Use rcirc-add-face.
10428 (rcirc-url-regexp): Add parens.
10429 (rcirc-map-regexp): Remove function.
10430 (rcirc-mangle-regexp): Remove function.
10431 (rcirc-markup-text-functions): New variable.
10432 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
10433 (rcirc-markup-body-text, rcirc-markup-attributes)
10434 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
10435 (rcirc-markup-bright-nicks): New markup handler functions.
10436 (rcirc-nick-in-message-full-line): New face.
10437 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
10438 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
10439
10440 2006-09-02 Martin Rudalics <rudalics@gmx.at>
10441
10442 * cus-start.el (hscroll-margin, hscroll-step)
10443 (mode-line-in-non-selected-windows, mouse-autoselect-window)
10444 (x-use-underline-position-properties): Change version to "22.1"
10445 since they will appear there for the first time.
10446
10447 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
10448
10449 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
10450
10451 2006-08-31 Richard Stallman <rms@gnu.org>
10452
10453 * cus-edit.el (custom-save-variables): Slight cleanup.
10454 (Custom-no-edit): Renamed from custom-no-edit.
10455 (Custom-newline): Renamed from custom-newline.
10456 (custom-mode-map): Use new names.
10457
10458 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
10459 about customization, rather than M-x customize, in the doc string
10460 made for the defcustom.
10461
10462 * emacs-lisp/trace.el (trace-function-background): Doc fix.
10463
10464 2006-08-31 Romain Francoise <romain@orebokech.com>
10465
10466 * dired-x.el (dired-guess-shell-alist-default): Update.
10467
10468 2006-08-31 Michael Mauger <mmaug@yahoo.com>
10469
10470 * custom.el (custom-theme-set-variables): Autoload packages before
10471 sorting the variables.
10472
10473 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
10474
10475 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
10476 Convert events to chars if XEmacs.
10477 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
10478
10479 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10480
10481 * progmodes/python.el (python-eldoc-function): Re-enable quit while
10482 waiting for process.
10483
10484 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10485
10486 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
10487 results in ASCII-only string, encode original one directly.
10488
10489 2006-08-29 Romain Francoise <romain@orebokech.com>
10490
10491 * startup.el (normal-splash-screen, fancy-splash-screens):
10492 Make buffer read-only and arrange to enter view mode if necessary.
10493
10494 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
10495
10496 * hl-line.el (hl-line): New face.
10497 (hl-line-face): Use it.
10498
10499 * image-mode.el (image-mode): Fix last fix.
10500 Suggested by Kim F. Storm.
10501
10502 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
10503
10504 Sync with Tramp 2.0.54.
10505
10506 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
10507 of `=', because `tramp-get-remote-gid' might not always return an
10508 integer when expected.
10509 (tramp-register-file-name-handlers): `partial-completion-mode' is
10510 unknown to XEmacs.
10511 (tramp-time-diff): Don't use `floor', it might fail for large
10512 differences.
10513 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
10514 `tramp-auto-save-directory' if unset in order to guarantee unique
10515 auto-save file names.
10516
10517 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10518
10519 * image-mode.el (image-mode): Display image as text on a terminal.
10520
10521 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10522
10523 * progmodes/python.el (python-send-command): Simplify.
10524 (run-python): Don't generate a new buffer unless `new' was specified.
10525 Make sure we send `import emacs' to the proper process.
10526
10527 * progmodes/python.el (python-send-command): Don't wait for the command
10528 to terminate. Don't fiddle with compilation-parsing-end.
10529
10530 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10531
10532 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
10533 Insert commentary after first line summary.
10534
10535 * woman.el (woman-follow): New function, based on `man-follow'.
10536 (woman-mode-map): Use it.
10537
10538 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
10539 since ibuffer-do-sort-by-recency does not define a sorter.
10540
10541 2006-08-28 Kim F. Storm <storm@cua.dk>
10542
10543 * find-dired.el (find-dired): Use shell-quote-argument to properly
10544 escape ( and ) args. Also use it on {} and ; args in default
10545 value of find-ls-option string.
10546 (find-grep-dired): Use shell-quote-argument on {} and ; args.
10547
10548 2006-08-27 Michael Olson <mwolson@gnu.org>
10549
10550 * emacs-lisp/tq.el: Small grammar fix in comments.
10551 (tq-enqueue): Check for existence of queue rather than the
10552 head queue item's question, which was a no-op.
10553 (tq-filter, tq-process-buffer): Make sure the process buffer
10554 exists before making it the current buffer.
10555
10556 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10557
10558 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
10559 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
10560 (special-event-map): Apply 2006-08-16 change for x-win.el.
10561
10562 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10563
10564 * progmodes/python.el (python-send-receive): Wait in the
10565 process's buffer so as to check the right buffer-local variables.
10566
10567 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
10568
10569 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
10570 (defgroup checkdoc): Move to beginning.
10571
10572 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
10573 (python-preoutput-continuation): Remove.
10574 (python-preoutput-filter): Simplify correspondingly.
10575 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
10576 Loop around to catch embedded _emacs_out output.
10577 (run-python): Send the import&print command on a single line.
10578 (python-send-command): Send command&print on a single line.
10579 (python-send-string): Only add double \n if needed.
10580 (python-send-receive): Loop until the result comes.
10581 (python-mode-running): Defvar it.
10582 (python-setup-brm): Remove unused var `menu'.
10583 Only bind py-mode-map and `features' around brm-init.
10584 (python-calculate-indentation): Remove unused var `point'.
10585 (python-beginning-of-defun): Remove unused var `def-line'.
10586
10587 2006-08-25 Richard Stallman <rms@gnu.org>
10588
10589 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
10590
10591 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
10592
10593 * emulation/viper.el (viper-set-hooks): Use frame bindings for
10594 viper-vi-state-cursor-color.
10595 (viper-non-hook-settings): Don't set default
10596 mode-line-buffer-identification.
10597
10598 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
10599 New fun.
10600 (viper-set-cursor-color-according-to-state)
10601 (viper-get-saved-cursor-color-in-replace-mode)
10602 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
10603 viper-emacs-state-cursor-color.
10604
10605 * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
10606 (viper-undo): Use point if undo-beg-posn is nil.
10607 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
10608 (viper-after-change-undo-hook): Don't use
10609 viper-emacs-state-cursor-color by default.
10610 (viper-undo): More sensible positioning after undo.
10611
10612 * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
10613 (viper-emacs-state-cursor-color): Default to nil, since this feature
10614 doesn't work well yet.
10615
10616 * ediff-mult.el (ediff-intersect-directories)
10617 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
10618 always expand filenames.
10619
10620 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10621
10622 * tumme.el: Remove * in defcustoms's docstrings.
10623
10624 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
10625
10626 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
10627 Accept internal time format for SECS arg.
10628 (timer-relative-time): Doc fix.
10629
10630 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
10631 adapted from Martin Rudalics.
10632 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
10633 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
10634 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
10635 using sit-for.
10636
10637 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
10638
10639 * cus-start.el (all): Add `overline-margin' and
10640 `x-underline-at-descent-line'.
10641
10642 2006-08-24 Kim F. Storm <storm@cua.dk>
10643
10644 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
10645 to mean "use find -exec"; nil now unambiguously means auto-detect.
10646 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
10647 Use shell-quote-argument to build grep-find-command and
10648 grep-find-template.
10649 (rgrep): Use shell-quote-argument to properly quote arguments to find.
10650 Reported by Tom Seddon.
10651
10652 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
10653
10654 * startup.el (fancy-splash-head): Give instructions for dismissing
10655 the splash screen for default startup too.
10656 (display-startup-echo-area-message, fancy-splash-screens)
10657 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
10658 all splash text at once and keep the splash buffer around.
10659 (command-line-1): Give display-startup-echo-area-message a t arg.
10660
10661 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
10662
10663 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
10664 gnus frame is selected.
10665
10666 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
10667
10668 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
10669
10670 2006-08-22 Kim F. Storm <storm@cua.dk>
10671
10672 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
10673 Add suffix matching for subdirs.
10674
10675 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
10676
10677 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
10678 mouse-yank-at-point is non-nil.
10679
10680 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
10681
10682 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
10683 a bit wider and remove fringes to fit initial output on line.
10684
10685 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10686
10687 * frame.el (blink-cursor-end): Only ignore the error we care about.
10688 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
10689
10690 2006-08-21 Richard Stallman <rms@gnu.org>
10691
10692 * whitespace.el (whitespace-cleanup): Doc fix.
10693
10694 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
10695
10696 * net/rcirc.el (rcirc-show-maximum-output): New var.
10697 (rcirc-buffer-process): If no buffer argument is supplied, use
10698 current-buffer.
10699 (rcirc-complete-nick): Complete to the last completed nick first.
10700 (rcirc-mode): Preserve the value of `rcirc-urls' across
10701 connections. Setup scroll function.
10702 (rcirc-scroll-to-bottom): New function.
10703 (rcirc-print): Use nick syntax around regexp work.
10704 Notice dim-nicks speaking only if they say our nick.
10705 (rcirc-update-activity-string): Do not show the modeline indicator
10706 if there are no live rcirc processes.
10707 (rcirc-cmd-ignore): Ignore case.
10708 (rcirc-browse-url-at-point): Fix off-by-one error.
10709
10710 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
10711
10712 * progmodes/python.el: Remove * in defcustom docstrings.
10713 (run-python, python-proc, python-try-complete): Use derived-mode-p.
10714 (python-mode): Set tab-width and indent-tabs-mode.
10715
10716 2006-08-20 Dave Love <fx@gnu.org>
10717
10718 * progmodes/python.el: Update to Dave Love's latest version.
10719 (python-font-lock-keywords, python-mode): Don't use
10720 font-lock-syntax-table, but match symbol elements explicitly instead.
10721 (python-mode-map): Add help, and a few more key bindings.
10722 (python-skip-comments/blanks): Move out of comments as well.
10723 (python-continuation-line-p): Behave better with unbalanced parens.
10724 (python-blank-line-p): New fun.
10725 (python-open-block-statement-p): Don't use a heuristic.
10726 (python-outdent-p): Better handle blocks-in-the-same-line.
10727 (python-calculate-indentation): Misc improvements.
10728 (python-comment-indent): Remove.
10729 (python-block-pairs): New var.
10730 (python-first-word): New fun.
10731 (python-indentation-levels): Handle more common cases.
10732 (python-indent-line-1): Add `leave' argument.
10733 (python-indent-region): New fun.
10734 (python-skip-out): New fun.
10735 (python-beginning-of-statement, python-end-of-statement): Use it.
10736 (python-next-statement): Return correct count even at eob.
10737 (python-end-of-block): Fix paren-typo.
10738 (python-imenu-create-index): Add module variables.
10739 (run-python): Add `new' arg.
10740 Check we're at a prompt before returning.
10741 (python-send-command): Move to end of buffer.
10742 Wait for prompt to return.
10743 (python-set-proc): New fun.
10744 (python-imports): New var.
10745 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
10746 (python-eldoc-function): Try to move out of arg list.
10747 (python-outline-level): Offset by 1.
10748 (python-find-imports): New fun.
10749 (python-symbol-completions): Use python-imports.
10750 (python-module-path, ffap-alist): Add support for ffap.
10751 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
10752 (python-insert-*, python-default-template, python-expand-template):
10753 Add templates/skeletons.
10754 (python-setup-brm): Support for Bicycle Repair Man.
10755 (python-abbrev-syntax-table): New var.
10756 (python-abbrev-pc-hook, python-pea-hook): New funs.
10757
10758 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
10759
10760 * frame.el (blink-cursor-start): Set timer first.
10761 (blink-cursor-end): Ignore timer cancelling errors.
10762 Suggested by Ken Manheimer.
10763
10764 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
10765
10766 * newcomment.el (comment-box): Call `comment-normalize-vars'.
10767 Add autoload cookie.
10768
10769 2006-08-20 Richard Stallman <rms@gnu.org>
10770
10771 * simple.el (line-number-at-pos): Doc fix.
10772
10773 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
10774 timer-activate-when-idle, so timer can run before Emacs becomes
10775 non-idle again.
10776
10777 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
10778
10779 * whitespace.el (whitespace-cleanup-internal): New optional arg
10780 REGION-ONLY. If it's non-nil, modify the message to the user
10781 accordingly.
10782 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
10783 a non-nil argument.
10784
10785 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
10786
10787 * rect.el (spaces-string): Simplify and add doc string.
10788
10789 2006-08-17 Romain Francoise <romain@orebokech.com>
10790
10791 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
10792
10793 2006-08-17 Richard Stallman <rms@gnu.org>
10794
10795 * compare-w.el (compare-windows): lambda's take an arg and pass
10796 it to compare-windows-skip-whitespace.
10797
10798 2006-08-17 Martin Rudalics <rudalics@gmx.at>
10799
10800 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
10801 the right buffer.
10802
10803 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
10804
10805 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
10806 removed files.
10807
10808 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
10809
10810 * progmodes/gdb-ui.el (gdb-locals-watch-map)
10811 (gdb-locals-watch-map-1): Suppress keymap first.
10812 (gdb-edit-locals-map-1): New variable.
10813 (gdb-edit-locals-value): New function.
10814 (gdb-stack-list-locals-handler): Use them.
10815
10816 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10817
10818 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
10819 cursor would normally be drawn in the fringe.
10820
10821 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
10822 Reported by Martin Rudalics <rudalics@gmx.at>.
10823
10824 2006-08-16 Richard Stallman <rms@gnu.org>
10825
10826 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
10827 (special-event-map): Process drag-n-drop events this way.
10828
10829 * simple.el (move-beginning-of-line): Test whether fields
10830 would prevent motion back to line's first visible character.
10831 If so, stop where the fields would stop the motion.
10832
10833 * newcomment.el (comment-indent): Fully update INDENT
10834 before checking to see if it will change the text.
10835
10836 * cus-edit.el (custom-newline): New function.
10837 (custom-mode-map): Bind newline to custom-newline.
10838
10839 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
10840 into ignore-whitespace.
10841 Check each buffer for its skip-function.
10842 Handle compare-windows-skip-whitespace special-case test
10843 by returning t from default skip function.
10844
10845 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
10846
10847 * textmodes/org.el (org-clock-special-range)
10848 (org-clock-update-time-maybe): New functions.
10849 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
10850 not only a-z.
10851 (org-agenda-get-blocks): Allow multiple blocks per headline.
10852 (org-timestamp-change): Call `org-clock-update-time-maybe'.
10853 (org-export-html-title-format)
10854 (org-export-html-toplevel-hlevel): New options.
10855 (org-export-language-setup): Add support for Czech.
10856 (org-mode, org-insert-todo-heading, org-find-visible)
10857 (org-find-invisible, org-invisible-p, org-invisible-p2)
10858 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
10859 (org-show-subtree, org-show-entry, org-make-options-regexp):
10860 Remove compatibility support for old outline-mode.
10861 (org-check-occur-regexp): Funtion removed.
10862 (org-on-heading-p, org-back-to-heading): Made defalias.
10863 (org-set-local): New defsubst.
10864 (org-set-regexps-and-options, org-mode)
10865 (org-set-font-lock-defaults, org-edit-agenda-file-list)
10866 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
10867 (org-remember-apply-template, org-table-edit-field)
10868 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
10869 (org-set-autofill-regexps): Use `org-set-local'.
10870 (org-table-eval-formula): Fix bug with parsing of display flags.
10871
10872 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
10873
10874 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
10875 frame with fringe arrow. Suggested by Simon Marshall
10876 <simon.marshall@misys.com>.
10877 (gdb-stack-position): New variable.
10878 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
10879 (gdb-frames-mode): Set gdb-stack-position to nil.
10880 Add to overlay-arrow-variable-list
10881 (gdb-reset): Delete gdb-stack-position from above list.
10882
10883 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10884
10885 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
10886 read only.
10887
10888 2006-08-13 Romain Francoise <romain@orebokech.com>
10889
10890 * cus-theme.el (customize-create-theme)
10891 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
10892
10893 * filesets.el (filesets-add-buffer): Ditto.
10894
10895 * pcvs.el (cvs-change-cvsroot): Ditto.
10896
10897 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
10898
10899 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
10900 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
10901 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
10902 expressions.
10903 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
10904 Only search till end of line.
10905 Add face to function names in case of no filename.
10906 Add face to variable names of watchpoints.
10907
10908 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
10909
10910 * cus-start.el <indent-tabs-mode>: Move to the `indent'
10911 customization group.
10912
10913 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
10914
10915 * allout.el (allout-prior-bindings, allout-added-bindings):
10916 Remove, after long deprecation.
10917 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
10918 Add customization vars controlling allout-beginning-of-line and
10919 allout-end-of-line conveniences.
10920 (allout-header-prefix, allout-use-mode-specific-leader)
10921 (allout-use-mode-specific-leader, allout-mode-leaders):
10922 Revise docstrings.
10923 (allout-infer-header-lead): Change to be an alias for
10924 allout-infer-header-lead-and-primary-bullet.
10925 (allout-infer-header-lead-and-primary-bullet): New version of
10926 allout-infer-header-lead which assigns the primary bullet to the
10927 same as the header lead, when its being changed.
10928 (allout-infer-body-reindent): Apply regexp-quote instead of
10929 unconditionally prepending "\\", so that all literal
10930 allout-header-prefix and allout-primary-bullet strings are
10931 properly handled.
10932 (allout-add-resumptions): Add optional qualifier for extending or
10933 appending to existing values, rather than replacing them.
10934 (allout-view-change-hook): Clarify docstring.
10935 (allout-exposure-change-hook): Take explicit arguments, via
10936 run-hook-with-args.
10937 (allout-structure-added-hook)
10938 (allout-structure-deleted-hook)
10939 (allout-structure-shifted-hook): New hooks analogous to
10940 allout-exposure-change-hook for other kinds of structural outline
10941 edits.
10942 (allout-encryption-plaintext-sanitization-regexps): New encryption
10943 customization variable, by which cooperating modes can provde
10944 massage of the plaintext without actually being passed it.
10945 (allout-encryption-ciphertext-rejection-regexps)
10946 (allout-encryption-ciphertext-rejection-ceiling): New encryption
10947 customization variables, by which cooperating modes can prohibit
10948 rare but possible ciphertext patterns from fouling their
10949 operation, with actually being passed the ciphertext.
10950 (allout-mode): Run activation and deactivation hooks after the
10951 minor-mode variable has been toggled, to clarify the mode
10952 disposition. The new encryption ciphertext rejection variable is
10953 used to ensure that the ciphertext does not contain text that
10954 would be recognized as outline structural elements by allout.
10955 Substite allout-beginning-of-line and allout-end-of-line for
10956 conventionall beginning-of-line and end-of-line bindings.
10957 If allout-old-style-prefixes is non-nil, don't nullify it on mode
10958 activation!
10959 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
10960 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
10961 (allout-chart-subtree): Implement new mode, charting only the
10962 visible items in the subtree, when new 'visible' parameter is non-nil.
10963 (allout-end-of-subtree): Properly handle the last item in the buffer.
10964 (allout-pre-command-business, allout-command-counter):
10965 Increment an advertised counter so that cooperating enhancements can
10966 track revisions of items.
10967 (allout-open-topic): Run allout-structure-added-hook with suitable
10968 arguments.
10969 (allout-shift-in): Run allout-structure-shifted-hook with suitable
10970 arguments.
10971 (allout-shift-out): Fix doubling for negative args and ensure call
10972 of allout-structure-shifted-hook by solely using allout-shift-in.
10973 (allout-kill-line, allout-kill-topic):
10974 Run allout-structure-deleted-hook with suitable arguments.
10975 (allout-yank-processing): Run allout-structure-added-hook with
10976 proper arguments.
10977 (allout-yank): Enclose activity in allout-unprotected.
10978 (allout-flag-region): Run allout-exposure-change-hook with
10979 suitable arguments, instead of making the callee infer the arguments.
10980 (allout-encrypt-string):
10981 Support allout-encryption-plaintext-sanitization-regexps,
10982 allout-encryption-ciphertext-rejection-regexps, and
10983 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
10984 en/de cryption mode in symmetric encryption failure message.
10985 (allout-obtain-passphrase): Use copy-sequence to get a distinct
10986 copy of the passphrase, and don't zero it or we'll corrupt the
10987 stashed copy.
10988 (allout-create-encryption-passphrase-verifier)
10989 (allout-verify-passphrase): Respect the new signature for
10990 allout-encrypt-string.
10991 (allout-get-configvar-values): Convenience for getting a
10992 configuration variable value and handling its absence gracefully.
10993
10994 2006-08-11 Romain Francoise <romain@orebokech.com>
10995
10996 * obsolete/zone-mode.el: Delete.
10997
10998 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
10999
11000 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
11001
11002 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
11003
11004 * emacs-lisp/bindat.el (bindat-ip-to-string):
11005 Use `format-network-address' if possible.
11006
11007 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11008
11009 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
11010
11011 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
11012
11013 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
11014 restore unread-command-events here.
11015 (edebug-display): Do it here, to detect sit-for interruptions.
11016
11017 2006-08-10 Romain Francoise <romain@orebokech.com>
11018
11019 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
11020 (dns-mode-soa-auto-increment-serial): New user option.
11021 (dns-mode-soa-maybe-increment-serial): New function.
11022 (dns-mode): Add the latter to `write-contents-functions'.
11023
11024 * obsolete/zone-mode.el: Move to obsolete/ from net/.
11025 Delete autoload cookies.
11026
11027 2006-08-10 John Wiegley <johnw@newartisans.com>
11028
11029 * eshell/em-glob.el (eshell-glob-chars-list)
11030 (eshell-glob-translate-alist): Add support for [^g] in character globs.
11031
11032 2006-08-10 Richard Stallman <rms@gnu.org>
11033
11034 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
11035 (facemenu-set-face): Doc fix.
11036 (facemenu-listed-faces): Doc fix.
11037
11038 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
11039
11040 * avoid.el (mouse-avoidance-animating-pointer): New var.
11041 (mouse-avoidance-nudge-mouse): Use it.
11042 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
11043 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
11044 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
11045 Don't activate if currently animating. All callers changed.
11046
11047 2006-08-09 John Wiegley <johnw@newartisans.com>
11048
11049 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
11050 variable, which causes timeclock to report elapsed time worked,
11051 instead of just work remaining.
11052
11053 2006-08-09 Kenichi Handa <handa@m17n.org>
11054
11055 * international/latexenc.el (latexenc-find-file-coding-system):
11056 Fix for the case that the 2nd element of arg-list is a cons.
11057
11058 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
11059
11060 * info.el (Info-fontify-node): Handle preceding `in' for note
11061 reference hiding rules.
11062
11063 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
11064
11065 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
11066 mistake a closing " for an opening one.
11067
11068 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11069
11070 * term/xterm.el (terminal-init-xterm): Add more key bindings.
11071
11072 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
11073
11074 * complete.el (PC-do-completion): Filter out completions matching
11075 completion-ignored-extensions before checking whether there are
11076 multiple completions.
11077 Don't use `list' unnecessarily when building completion tables.
11078
11079 2006-08-06 Richard Stallman <rms@gnu.org>
11080
11081 * help.el (describe-mode): Make minor mode list more concise.
11082
11083 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
11084
11085 * bindings.el: Give mode-line-format, mode-line-modes, and
11086 mode-line-position `standard-value' properties.
11087
11088 2006-08-05 Eli Zaretskii <eliz@gnu.org>
11089
11090 * buff-menu.el (list-buffers-noselect): For Info buffers, use
11091 "(file)node" instead of the file name.
11092
11093 2006-08-05 Richard Stallman <rms@gnu.org>
11094
11095 * faces.el (escape-glyph): Doc fix.
11096
11097 2006-08-04 Kenichi Handa <handa@m17n.org>
11098
11099 * international/mule-diag.el (describe-font): Improve docstring
11100 and error message. Use frame-parameter (not frame-parameters).
11101
11102 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11103
11104 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
11105 Correctly mark the end-of-docstring char.
11106
11107 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
11108
11109 * simple.el (line-move-to-column): Constrain move-to-column to
11110 current field.
11111
11112 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11113
11114 * font-lock.el (font-lock-beg, font-lock-end)
11115 (font-lock-extend-region-functions): New vars.
11116 (font-lock-extend-region-multiline)
11117 (font-lock-extend-region-wholelines): New functions.
11118 (font-lock-default-fontify-region): Use them.
11119 (font-lock-extend-jit-lock-region-after-change): Only round up
11120 if font-lock-default-fontify-region will do it as well.
11121
11122 * font-lock.el (font-lock-extend-after-change-region-function):
11123 Rename from font-lock-extend-region-function.
11124 (font-lock-extend-region): Remove by inlining at call sites.
11125 (font-lock-after-change-function): Don't needlessly round up to a whole
11126 number of lines.
11127 (font-lock-extend-jit-lock-region-after-change): Be more careful about
11128 the boundary conditions and the interactions between the various ways
11129 to extend the region.
11130
11131 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
11132
11133 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
11134 modification status when forcing the second redisplay.
11135
11136 2006-08-03 Kim F. Storm <storm@cua.dk>
11137
11138 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
11139
11140 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
11141
11142 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
11143 doesn't look like a file name.
11144
11145 * complete.el (PC-expand-many-files): Avoid signalling an error when
11146 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
11147
11148 2006-08-02 Andreas Schwab <schwab@suse.de>
11149
11150 * bindings.el (mode-line-format): Simplify reference to vc-mode.
11151
11152 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
11153
11154 * bindings.el (map): Make mode-line-buffer-identification-keymap
11155 before defining propertized-buffer-identification.
11156
11157 2006-08-01 Richard Stallman <rms@gnu.org>
11158
11159 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
11160
11161 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
11162
11163 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
11164 default value.
11165 (gdb-find-source-frame): New function.
11166 (menu): Add to menu bar.
11167
11168 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11169
11170 * font-core.el (font-lock-extend-region-function)
11171 (font-lock-extend-region): Move to font-lock.el.
11172
11173 * font-lock.el (font-lock-extend-region-function)
11174 (font-lock-extend-region): Move from font-core.el. Simplify.
11175
11176 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
11177 if needed.
11178 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
11179 (jit-lock-after-change-extend-region-functions): New hook.
11180 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
11181
11182 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
11183 (font-lock-turn-on-thing-lock): Use it.
11184
11185 * longlines.el (longlines-show-region): Make it work on read-only
11186 buffers as well.
11187
11188 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
11189
11190 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
11191
11192 2006-07-31 Richard Stallman <rms@gnu.org>
11193
11194 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
11195 (vhdl-speedbar-display-projects): Update old obsolete
11196 speedbar variable names.
11197
11198 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
11199
11200 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
11201 (gdb-stopped): Use it.
11202
11203 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
11204
11205 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
11206
11207 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
11208 for load-history elements.
11209
11210 2006-07-29 Eli Zaretskii <eliz@gnu.org>
11211
11212 * files.el (convert-standard-filename): For Cygwin, replace
11213 characters not allowed in Windows file names.
11214 (make-auto-save-file-name): Add Cygwin to the list of systems
11215 where the auto-save file name needs to be run through
11216 convert-standard-filename.
11217
11218 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
11219
11220 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
11221
11222 2006-07-28 Richard Stallman <rms@gnu.org>
11223
11224 * bindings.el (mode-line-frame-identification)
11225 (propertized-buffer-identification): Centralize the code
11226 to initialize the variable.
11227
11228 * progmodes/grep.el (grep-default-command): Catch errors from
11229 wildcard-to-regexp.
11230
11231 2006-07-29 Kim F. Storm <storm@cua.dk>
11232
11233 * progmodes/grep.el (grep-tag-default): New function.
11234 (grep-default-command, grep-read-regexp): Use it.
11235 (grep-read-files): Use car of grep-files-history or grep-files-aliases
11236 as default if nothing else applies.
11237
11238 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
11239
11240 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
11241 Throw error if buffer is not in Dired and Wdired mode, respectively.
11242
11243 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
11244
11245 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
11246 self-insert-command keys don't activate buttons.
11247 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
11248
11249 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
11250
11251 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
11252 faces for enable character.
11253
11254 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
11255
11256 * Makefile.in (recompile): Update comment to reflect change
11257 on 2004-04-21.
11258
11259 2006-07-27 Richard Stallman <rms@gnu.org>
11260
11261 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
11262 (customize-package-emacs-version): Change msg when pkg has no entry.
11263 (custom-no-edit): On a button, do like widget-button-press.
11264
11265 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11266
11267 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
11268 S-tab and C-S-tab.
11269
11270 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
11271
11272 * progmodes/which-func.el (which-function): Fix documentation/
11273 comment typo.
11274
11275 2006-07-26 Richard Stallman <rms@gnu.org>
11276
11277 * textmodes/ispell.el (ispell-word): If we replace the word,
11278 move point to the end. Insert before deleting.
11279
11280 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
11281
11282 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
11283 a timer.
11284
11285 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
11286
11287 * tumme.el (tumme-backward-image): Add prefix argument. Add error
11288 when at first image.
11289 (tumme-forward-image): Add prefix argument. Add error when at last
11290 image.
11291
11292 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
11293
11294 * tabify.el (tabify-regexp): Use more specific regexps.
11295 (tabify): Avoid modifying the buffer unnecessarily.
11296
11297 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
11298
11299 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
11300 (tumme-format-properties-string): Handle empty `buf'.
11301 (tumme-get-comment): Change variable names inside `let'.
11302 Add missing `let' variable that cause font-lock problems.
11303 (tumme-write-comments): Change variable names inside `let'.
11304 Add missing `let' variable that cause font-lock problems.
11305 (tumme-forward-image): Rename from `tumme-forward-char'.
11306 (tumme-backward-image): Rename from `tumme-backward-char'.
11307
11308 2006-07-25 Masatake YAMATO <jet@gyve.org>
11309
11310 * progmodes/ld-script.el (ld-script-keywords)
11311 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
11312 and add comments.
11313
11314 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
11315
11316 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11317 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
11318 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
11319 for status indicator.
11320
11321 2006-07-24 Richard Stallman <rms@gnu.org>
11322
11323 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
11324
11325 * subr.el (dolist, dotimes): Use interned symbols for locals.
11326 (--dotimes-limit--, --dolist-tail--): New defvars.
11327 (looking-back): Doc fix.
11328
11329 * replace.el (replace-match-string-symbols): Handle dotted lists.
11330
11331 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
11332
11333 * tumme.el (tumme-write-tags): Add.
11334 (tumme-write-comments): Add.
11335 (tumme-tag-files): Change to use `tumme-write-tags'.
11336 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
11337 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
11338 (tumme-save-information-from-widgets): Change to use
11339 `tumme-write-comments' and `tumme-write-tags'.
11340 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
11341 (tumme-write-tag): Remove.
11342 (tumme-write-comment): Remove.
11343 (tumme-display-previous-thumbnail-original): Remove empty line.
11344 (tumme-widget-list): Add punctuation.
11345
11346 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
11347
11348 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
11349
11350 2006-07-24 Daiki Ueno <ueno@unixuser.org>
11351
11352 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11353 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
11354 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
11355
11356 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
11357
11358 * mouse.el (mouse-on-link-p): Doc fix.
11359
11360 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
11361
11362 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11363 Handle "C-h f `".
11364
11365 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11366
11367 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
11368 column.
11369
11370 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
11371
11372 * textmodes/table.el: Add move-beginning-of-line and
11373 move-end-of-line to Point Motion Only Group.
11374
11375 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
11376
11377 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
11378
11379 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11380
11381 * startup.el (user-mail-address): Initialize from the `EMAIL'
11382 environment variable first. Document this.
11383 (command-line): Ditto.
11384
11385 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
11386
11387 * help-mode.el (help-function-def, help-variable-def)
11388 (help-face-def): Print a message in the minibuffer.
11389
11390 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11391
11392 * term/xterm.el (terminal-init-xterm): Fix key bindings
11393 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
11394
11395 2006-07-21 Eli Zaretskii <eliz@gnu.org>
11396
11397 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
11398 where `(nth 1 command)' is a cons cell. Doc fix.
11399
11400 * textmodes/po.el (po-find-charset): Doc fix.
11401
11402 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
11403
11404 * allout.el (allout-unprotected, allout-e-o-prefix-p)
11405 (allout-beginning-of-current-line, allout-end-of-current-line)
11406 (allout-next-visible-heading, allout-open-topic)
11407 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
11408 (allout-flag-current-subtree, allout-show-to-offshoot)
11409 (allout-hide-current-entry, allout-show-current-branches)
11410 (allout-hide-region-body, allout-old-expose-topic)
11411 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
11412 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
11413 containing `beginning-of-line' and `end-of-line' with
11414 `inhibit-field-text-motion' t.
11415
11416 2006-07-21 Eli Zaretskii <eliz@gnu.org>
11417
11418 * frame.el (focus-follows-mouse): Document that it doesn't have
11419 any effect on MS-Windows.
11420
11421 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11422
11423 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
11424
11425 2006-07-20 Jay Belanger <belanger@truman.edu>
11426
11427 * calc/calc.el (calc-previous-alg-entry): Remove variable.
11428
11429 * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
11430 New variables.
11431 (calc-alg-entry): Use `calc-alg-entry-history'.
11432 (calc-do-quick-calc): Use `calc-quick-calc-history'.
11433 Remove reference to `calc-previous-alg-entry'.
11434 (calcAlg-edit, calcAlg-enter): Remove reference to
11435 `calc-previous-alg-entry'.
11436 (calcAlg-previous): Use `previous-history-element' instead of
11437 `calc-previous-alg-entry'.
11438 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
11439 Change keybinding for `calcAlg-plus-minus', add keybindings for
11440 `previous-history-element' and `next-history-element'.
11441
11442 * calc/calc-rewr.el (calc-match): Remove reference to
11443 `calc-previous-alg-entry'.
11444
11445 * calc/calc-sel.el (calc-selection-history): New variable.
11446 (calc-enter-selection, calc-sel-mult-both-sides)
11447 (calc-sel-add-both-sides): Use `calc-selection-history'.
11448
11449 * calc/calc-map.el (calc-get-operator-history): New variable.
11450 (calc-get-operator): Use `calc-get-operator-history'.
11451
11452 * calc/calcalg3.el (calc-curve-fit-history): New variable.
11453 (calc-curve-fit): Use `calc-curve-fit-history'.
11454
11455 2006-07-20 Kenichi Handa <handa@m17n.org>
11456
11457 * international/mule-cmds.el (select-safe-coding-system): Fix the
11458 way of deciding eol-type of the coding system.
11459
11460 2006-07-20 Alan Mackenzie <acm@muc.de>
11461
11462 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
11463 (c-lang-setvar): New macro.
11464 (c-make-init-lang-vars-fun): Use the initialization forms in
11465 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
11466 (comment-start, comment-end, comment-start-skip): Change these from
11467 c-lang-defvar's to c-lang-setvar's.
11468
11469 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
11470 which calls make-local-variable on the elements of
11471 c-emacs-variable-inits.
11472 (c-init-language-vars-for): Call this new macro.
11473
11474 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11475
11476 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11477 Try to rule out false positives due to time stamps.
11478 (compilation-mode-font-lock-keywords): Remove rules made redundant
11479 because of the above change. Add `segmentation fault' to the known and
11480 highlighted compilation termination messages.
11481
11482 2006-07-19 Kim F. Storm <storm@cua.dk>
11483
11484 * progmodes/grep.el (grep-find-ignored-directories):
11485 Add .svn and _darcs to list.
11486
11487 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
11488
11489 * dired.el (dired-mode-map): Add key binding `C-te' for
11490 `tumme-dired-edit-comment-and-tags'.
11491
11492 * tumme.el (tumme-display-thumbnail-original-image): Make sure
11493 image display buffer is displayed before call to
11494 `tumme-display-image.
11495 (tumme-dired-display-image): Make sure image display buffer is
11496 displayed before call to `tumme-display-image.
11497 (tumme-mouse-display-image): Make sure image display buffer is
11498 displayed before call to `tumme-display-image.
11499 (tumme-widget-list): Add.
11500 (tumme-dired-edit-comment-and-tags): Add.
11501 (tumme-save-information-from-widgets): Add.
11502
11503 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11504
11505 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
11506
11507 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11508
11509 * progmodes/sh-script.el (sh-font-lock-keywords-1):
11510 Revert inadvertently installed patch hunk.
11511
11512 * progmodes/compile.el (compilation-find-file): Handle the
11513 cases where the user selects a non-existent file.
11514
11515 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11516
11517 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
11518
11519 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11520
11521 * subr.el (sit-for): Just sleep-for if noninteractive.
11522
11523 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11524
11525 * emacs-lisp/autoload.el (make-autoload): Use new arg.
11526
11527 * custom.el (custom-autoload): Add `noset' argument.
11528 (custom-push-theme): Don't autoload the variable, let callers do it.
11529 (custom-theme-set-variables): Autoload the variable if necessary.
11530
11531 * cus-edit.el (custom-variable-state-set): If the variable was
11532 originally set outside custom, but to the same value as the default,
11533 consider it to be standard.
11534
11535 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
11536 file *before* telling Emacs to add the autoloads, in case it fails.
11537
11538 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
11539 Use `cond', push', and `dolist'.
11540
11541 2006-07-17 Richard Stallman <rms@gnu.org>
11542
11543 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
11544 Add defvars to silence warnings.
11545
11546 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11547
11548 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11549 Don't highlight "Compiling file" messages as error.
11550
11551 * dired-aux.el (dired-compress-file): Confirm again if gzipped
11552 file already exists.
11553
11554 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
11555
11556 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
11557 entry, don't assign to free var; simply return the extracted filename.
11558 (ff-treat-as-special): Incorporate common preamble from callers.
11559 (ff-other-file-name, ff-find-the-other-file):
11560 Update call to ff-treat-as-special.
11561
11562 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
11563
11564 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
11565
11566 * tumme.el (tumme-get-comment): Fix bug.
11567
11568 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11569
11570 * files.el: Remove spurious * in docstrings.
11571
11572 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11573
11574 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
11575 grammar.
11576 (allout-beginning-of-current-line): Beware beginning of buffer.
11577 Also, a comment is simplified.
11578 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
11579 when appropriate. (This fix enables use for other than
11580 bullet-hotspot operation.)
11581 (allout-hide-current-subtree): While escalating to sibling-close,
11582 make sure to situate on a topic.
11583
11584 2006-07-14 Kim F. Storm <storm@cua.dk>
11585
11586 * emulation/cua-base.el (cua-delete-selection)
11587 (cua-toggle-set-mark): New defcustoms.
11588 (cua-rectangle-modifier-key): Add `alt' modifier.
11589 (cua-replace-region): Don't delete if cua-delete-selection is nil.
11590 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
11591 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
11592
11593 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
11594
11595 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11596
11597 * allout.el: Require 'cl during byte-compilation/interactive load,
11598 for the `assert' macro.
11599 (allout-mode-deactivate-hook): New hook, run when allout mode
11600 deactivates.
11601 (allout-developer): New allout customization subgroup.
11602 (allout-run-unit-tests-on-load): New allout-developer
11603 customization variable, when true allout unit tests are run towards
11604 end of file load/eval.
11605 (allout-inhibit-auto-fill): Disable auto-fill activity even during
11606 auto-fill-mode.
11607 (allout-resumptions): Remove, to be replaced by...
11608 (allout-add-resumptions): Register variable settings to be
11609 reinstated by `allout-do-resumptions'. The settings are made
11610 buffer-local, but the locality/globality of the suspended setting
11611 is restored on resumption.
11612 (allout-do-resumptions): Reinstate all settings suspended using
11613 `allout-add-resumptions'.
11614 (allout-test-resumptions): Unit tests (and intermediate variables)
11615 for resumptions.
11616 (allout-tests-globally-unbound, allout-tests-globally-true)
11617 (allout-tests-locally-true): Intermediate variables for
11618 resumptions unit tests.
11619 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
11620 (allout-exposure-category): Replaces 'allout-overlay-category variable.
11621 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
11622 instead of retired `allout-resumptions'. For hook functions, use
11623 `local' parameter so hook settings are created and removed as
11624 buffer-local settings. Revise (resumptions) setting
11625 auto-fill-function so it is set only if already active. (The
11626 related fill-function settings are all made in either case, so
11627 that activating auto-fill-mode activity will have the custom
11628 allout-mode behaviors (hanging indent on topics, if configured for it).
11629 Remove all allout-exposure-category overlays on mode deactivation.
11630 (allout-hotspot-key-handler): New function extracted from
11631 `allout-pre-command-business', so the functionality can be used
11632 for other purposes, eg as a binding in an overlay.
11633 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
11634 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
11635 customization variable.
11636 (allout-run-unit-tests): Run the (currently quite small)
11637 repertoire of unit tests. Called just before the provide iff user
11638 has customized `allout-run-unit-tests-on-load' non-nil.
11639
11640 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11641
11642 * emacs-lisp/authors.el (authors-aliases): Update.
11643
11644 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
11645
11646 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
11647 gdb-source-window. Add dedicated argument.
11648 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
11649 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
11650 (gdb-display-threads-buffer, gdb-display-memory-buffer)
11651 (gdb-display-locals-buffer): Use it.
11652
11653 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
11654 Set gdb-source-window.
11655
11656 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11657
11658 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
11659 minor modes, redundant with the custom-autoload line above.
11660
11661 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
11662
11663 * longlines.el (longlines-post-command-function): Handle open-line too.
11664
11665 2006-07-12 Richard Stallman <rms@gnu.org>
11666
11667 * progmodes/grep.el (grep-last-buffer): Doc fix.
11668
11669 * info.el (Info-try-follow-nearest-node): Doc fix.
11670
11671 * emacs-lisp/edebug.el (edebug-instrument-function):
11672 Err if find-function-noselect gives no position.
11673
11674 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11675 If can't find definition, return nil for position.
11676 (find-function-do-it): Handle new return value
11677 of find-definition-noselect.
11678 (find-definition-noselect, find-variable-noselect): Doc fix.
11679 (find-function-noselect): Doc fix.
11680
11681 * help-mode.el (help-variable-def): Handle find-variable-noselect
11682 returning no position.
11683 (help-function-def): Likewise for find-function-search-for-symbol.
11684 (help-face-def): Likewise.
11685
11686 * help-fns.el (describe-variable): Handle find-variable-noselect
11687 returning no position.
11688
11689 * files.el (locate-file-completion): Avoid duplicates in result.
11690
11691 * cus-edit.el (custom-no-edit): New command.
11692 (custom-mode-map): Remap to custom-no-edit instead of
11693 using suppress-keymap.
11694
11695 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
11696
11697 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11698 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11699 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
11700
11701 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
11702
11703 2006-07-11 Kim F. Storm <storm@cua.dk>
11704
11705 * ido.el (ido-copy-current-file-name): Use buffer-name if
11706 buffer-file-name is nil.
11707
11708 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
11709
11710 * simple.el (undo-ask-before-discard): Set to nil.
11711
11712 * vc.el (vc-exec-after): Don't delete process manually.
11713 (vc-print-log): Run log-view-mode in process sentinel inside
11714 inhibit-read-only. Don't shrink window due to timing issues.
11715
11716 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
11717 Avoid using with-output-to-temp-buffer, which clobbers local vars.
11718
11719 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11720
11721 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11722 Fix ambiguity introduced by last change.
11723 (compilation-find-file): Move save-excursion to where it may
11724 make sense. Fix a left over `find-file'.
11725
11726 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
11727
11728 * textmodes/texinfmt.el (texinfo-format-separate-node):
11729 Insert a string before point, which fits documentation, not after.
11730 (texinfo-multitable-item): In a multitable row, insert any
11731 additional needed @tabs and spaces.
11732
11733 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
11734
11735 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11736 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11737 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
11738 instead of shell-command.
11739 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
11740 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
11741 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
11742 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
11743 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
11744 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
11745
11746 2006-07-11 Kim F. Storm <storm@cua.dk>
11747
11748 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
11749 Remove special case for seconds < 0. Use (redisplay t) instead.
11750
11751 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
11752
11753 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
11754 avoid compilation error.
11755
11756 * subr.el (sit-for): New function.
11757
11758 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
11759
11760 2006-07-10 Richard Stallman <rms@gnu.org>
11761
11762 * ldefs-boot.el (edebug): Update page.
11763
11764 2006-07-10 Kim F. Storm <storm@cua.dk>
11765
11766 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
11767 to FOR-RELEASE and TODO.
11768
11769 2006-07-10 Romain Francoise <romain@orebokech.com>
11770
11771 * emacs-lisp/authors.el (authors-aliases): Update.
11772
11773 2006-07-10 Alan Mackenzie <acm@muc.de>
11774
11775 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
11776 * cc-mode.el: Changes to eradicate eval-after-load.
11777
11778 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
11779
11780 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
11781 on non-char events.
11782
11783 2006-07-09 Romain Francoise <romain@orebokech.com>
11784
11785 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11786 Don't highlight start/end markers as compilation messages.
11787
11788 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
11789 to t.
11790
11791 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
11792
11793 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
11794
11795 2006-07-08 Richard Stallman <rms@gnu.org>
11796
11797 * term/x-win.el (x-handle-display): Add doc string.
11798
11799 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11800
11801 * subr.el (def-edebug-spec): Move here.
11802 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
11803
11804 * imenu.el (imenu-choose-buffer-index): Doc fix.
11805
11806 2006-07-08 Romain Francoise <romain@orebokech.com>
11807
11808 * term/x-win.el (x-display-name): Fix typo.
11809
11810 2006-07-08 Eli Zaretskii <eliz@gnu.org>
11811
11812 * hexl.el (hexl-find-file): Doc fix.
11813
11814 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11815
11816 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
11817
11818 * term/x-win.el (x-display-name): Doc fix.
11819
11820 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11821
11822 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
11823 long prefixes.
11824 (fill-region-as-paragraph): Don't round up to a whole line.
11825 (fill-comment-paragraph): Don't include the code-before-the-comment
11826 when calling fill-region-as-paragraph.
11827
11828 * international/mule.el (make-char): Remove redundancy.
11829
11830 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
11831 property may contain an anonymous function rather than a symbol.
11832
11833 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
11834
11835 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11836 Use shy regexp. Fix incorrect backref to potentially unmatched group.
11837
11838 * dirtrack.el (dirtrack-default-directory-function): Remove.
11839 (dirtrack-directory-function): Use file-name-as-directory.
11840 (dirtrack-windows-directory-function): Simplify.
11841 (dirtrack-forward-slash, dirtrack-backward-slash)
11842 (dirtrack-replace-slash): Remove.
11843 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
11844 (dirtrack): Fix wrong parenthesizing; use match-string.
11845
11846 * progmodes/octave-inf.el: Remove spurious * in docstrings.
11847 (inferior-octave-mode): Only change the buffer-local value of
11848 comint-dynamic-complete-functions.
11849 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
11850 Move the initialization to the declaration.
11851 (inferior-octave-complete): Remove unused var `filter'.
11852
11853 * shell.el (shell-mode): Only change the buffer-local value of
11854 comint-dynamic-complete-functions.
11855
11856 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
11857
11858 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
11859 entry is skipped because it has been scheduled.
11860 (org-prepare-agenda-buffers): Don't mark buffers as modified when
11861 changing `:org-archived' and `:org-comment' properties.
11862
11863 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
11864
11865 * server.el (server-select-display): Don't make the temp frame
11866 minibuffer-only, in case it's not a temp frame.
11867 (server-process-filter): Don't delete the temp frame if it's the
11868 only one we have on that display.
11869
11870 * files.el (find-alternate-file): Doc fix.
11871
11872 2006-07-05 Richard Stallman <rms@gnu.org>
11873
11874 * files.el (abbreviate-file-name): Add save-match-data.
11875
11876 2006-07-03 Richard Stallman <rms@gnu.org>
11877
11878 * faces.el (read-face-name): Doc fix.
11879
11880 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
11881
11882 * net/goto-addr.el (goto-address): Mark as safe for local evals.
11883
11884 2006-07-05 Andre Spiegel <spiegel@gnu.org>
11885
11886 * vc.el (vc-diff-internal): Fix prev change.
11887
11888 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
11889
11890 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
11891 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
11892
11893 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11894
11895 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
11896 fails if the symbol contains chars like ( or '.
11897 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
11898 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
11899 `short'.
11900
11901 2006-07-04 Kenichi Handa <handa@m17n.org>
11902
11903 * international/mule-cmds.el (set-language-info): If LANG-ENV is
11904 the current one, don't call set-language-environment, but call one
11905 of set-language-environment-XXX to make INFO effective now.
11906 (set-language-environment): Call set-language-environment-XXX
11907 functions instead of doing the various setups directly.
11908 (set-language-environment-coding-systems): Delete argument eol-type.
11909 (set-language-environment-input-method)
11910 (set-language-environment-nonascii-translation)
11911 (set-language-environment-charset)
11912 (set-language-environment-fontset)
11913 (set-language-environment-unibyte): New functions.
11914
11915 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
11916
11917 * locate.el (locate-update-when-revert): New option.
11918 (locate-update-path): New option (suggested by Michael Albinus).
11919 (locate-prompt-for-command): Whitespace change.
11920 (locate-update): No longer offer to update the locate database by
11921 default. Implement the two new options.
11922
11923 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
11924
11925 * tooltip.el: Move comment about track-mouse...
11926
11927 * progmodes/gud.el: ...to here.
11928
11929 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
11930
11931 * facemenu.el (facemenu-listed-faces): New var.
11932 (facemenu-unlisted-faces): Variable deleted.
11933 (facemenu-add-new-face): Use facemenu-listed-faces.
11934
11935 * emulation/viper-init.el, calendar/calendar.el:
11936 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
11937
11938 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
11939
11940 * textmodes/org.el (org-mode): Remove no invalid settings for
11941 calc embedded mode.
11942 (org-mode-p): New defsubst.
11943 (org-save-all-org-buffers): New function.
11944 (org-first-headline-recenter): Enclose outline-regexp in group
11945 delimiters.
11946 (org-set-tags): Keep single space after stars.
11947
11948 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11949
11950 * window.el (set-window-text-height): Only set window-min-height to
11951 1 if that's the requested size.
11952
11953 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
11954 (diff-unified->context, diff-context->unified)
11955 (diff-reverse-direction): Make sure the end marker stays at the end.
11956 (diff-mode): Add the keymap table at the end of docstring.
11957 Use lexical-let rather than constructing a closure manually.
11958
11959 * files.el (find-file-noselect-1): Remove unused var assignment.
11960 (hack-local-variables-confirm): Print lists of strings as lists of
11961 strings rather than lists of symbols.
11962 (abbreviate-file-name, hack-local-variables-prop-line):
11963 Use match-string.
11964 (hack-one-local-variable): Move `make-local-variable' nearer its use.
11965 (recover-session-finish): Use line-end-position.
11966
11967 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
11968
11969 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
11970
11971 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
11972
11973 * progmodes/make-mode.el (makefile-macroassign-regex):
11974 Accept preceding keyword.
11975 (makefile-gmake-statements): Reorganize, now that makepp has
11976 "override" and also handle forgotten "override define".
11977 (makefile-makepp-statements): Add new "global", "override export"
11978 and "override global".
11979
11980 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
11981
11982 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
11983 (ada-compile-mouse-goto-error, ada-deactivate-properties)
11984 (ada-no-auto-case): Fix typos in docstrings.
11985
11986 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
11987
11988 * info.el (Info-find-node-2): Search for makeinfo version more
11989 carefully.
11990
11991 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
11992
11993 * textmodes/org.el (org-prepare-agenda-buffers):
11994 Use `invisible-OK' argument for `org-end-of-subtree'.
11995 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
11996 (org-beginning-of-item): Fix bug in regular expression for white line.
11997 (org-export-as-html): Enforce space after bullet in plain list items.
11998 (org-set-autofill-regexps): Require space after plain list bullet
11999 for paragraph-start.
12000 (org-ts-regexp3): New constant.
12001 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
12002 (org-timestamp-up-day, org-timestamp-down-day)
12003 (org-timestamp-change): Work with inactive timestamps.
12004 (org-ts-regexp1): Don't allow brackets in time stamps.
12005
12006 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
12007
12008 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
12009 for ignoring links.
12010
12011 * faces.el (read-face-name): Use it.
12012
12013 2006-06-28 Juri Linkov <juri@jurta.org>
12014
12015 * buff-menu.el (list-buffers-noselect): Compare Info file
12016 with the string "dir" to detect Info directory.
12017
12018 * complete.el (partial-completion-mode): In lambda for
12019 `choose-completion-string-functions' use full function signature
12020 with 4 args, and move point to the end of the minibuffer only if arg
12021 `mini-p' is non-nil.
12022
12023 2006-06-28 John Paul Wallington <jpw@pobox.com>
12024
12025 * ibuffer.el (ibuffer-mode): Doc fix.
12026
12027 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
12028
12029 * textmodes/org.el (org-context): New contexts :item-bullet,
12030 :latex-fragment, :latex-preview.
12031 (org-overlays-at, org-overlay-start, org-overlay-end):
12032 New compatibility functions.
12033 (org-inside-LaTeX-fragment-p): More accurate matching, using the
12034 exact regexp that will be used during export.
12035 (org-latex-regexps): New variable.
12036 (org-cdlatex-mode): Improve advice for `texmathp'.
12037 (turn-on-org-cdlatex): New function.
12038
12039 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12040
12041 * term/mac-win.el (mac-handle-font-selection): Change keys of
12042 mac-atsu-font-table from strings to numbers.
12043 (mac-ts-caret-position): Use also when cursor-type is nil.
12044 (mac-ts-update-active-input-area): Add Mac OS Classic support.
12045 Relax condition for using overlay strings.
12046 Use mac-ts-caret-position face when cursor-type is nil.
12047
12048 2006-06-26 Kim F. Storm <storm@cua.dk>
12049
12050 * help.el (view-emacs-news): Declare `res' in the right let* form.
12051
12052 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
12053
12054 * net/rcompile.el (remote-compile): Replace ange-ftp based
12055 implementation by Tramp functions.
12056 Suggested by Marc Abramowitz <msabramo@gmail.com>.
12057
12058 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
12059
12060 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
12061
12062 * international/fontset.el (setup-default-fontset): Fix a typo in
12063 the "Oriya-Akruti" registry name.
12064
12065 2006-06-23 Lars Hansen <larsh@soem.dk>
12066
12067 * desktop.el (desktop-full-file-name): New function.
12068 (desktop-kill, desktop-save, desktop-remove, desktop-read)
12069 (desktop-revert): Use it.
12070 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
12071 (desktop-after-read-hook): Add option list-buffers.
12072 (desktop-locals-to-save): Add tab-width.
12073 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
12074 Fix docstring.
12075
12076 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
12077
12078 * textmodes/org.el (org-cdlatex-mode-map)
12079 (org-cdlatex-texmathp-advice-is-done): New variables.
12080 (org-cdlatex-mode): New minor mode.
12081 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
12082 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
12083 (org-export-with-archived-trees): New option.
12084 (org-open-file): Remove the call to `convert-standard-filename'.
12085 (org-archive-tag, org-agenda-skip-archived-trees)
12086 (org-cycle-open-archived-trees)
12087 (org-sparse-tree-open-archived-trees): New options.
12088 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
12089 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
12090 New functions.
12091 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
12092 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
12093 (org-mode-map): Add binding for `org-toggle-archive-tag'.
12094 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
12095 Call `org-prepare-agenda-buffers'.
12096 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
12097 (org-file-apps, org-file-apps-defaults-gnu)
12098 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
12099 Handle remote files by forcing them to be opened in Emacs.
12100
12101 2006-06-23 Andre Spiegel <spiegel@gnu.org>
12102
12103 * vc.el (vc-diff-knows-L): New variable.
12104 (vc-diff-internal): Use it to handle "diff" programs that don't
12105 understand -L. This works automatically, no user action is necessary.
12106
12107 2006-06-23 Daniel Brockman <daniel@brockman.se>
12108
12109 * net/rcirc.el (rcirc-default-user-full-name): Default to
12110 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
12111 longer exists).
12112 (rcirc-process-list): Check `buffer-live-p' before attempting to
12113 switch to a buffer.
12114
12115 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
12116
12117 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
12118 based on rcirc-coding-system-alist.
12119
12120 2006-06-23 Martin Rudalics <rudalics@gmx.at>
12121
12122 * cus-edit.el (customize-apropos): A better error message.
12123 (top level) <debug-ignored-errors>: Extend and update the list of
12124 ignored error messages.
12125
12126 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
12127
12128 * complete.el (PC-do-completion): Retain capitalization of user
12129 input, when possible, even if completion-ignore-case is set.
12130
12131 2006-06-23 Eli Zaretskii <eliz@gnu.org>
12132
12133 * generic-x.el (bat-generic-mode): Support .cmd files.
12134
12135 * dos-w32.el (top level): Use find-file-not-found-functions
12136 instead of the obsolete find-file-not-found-hooks.
12137
12138 2006-06-22 Kim F. Storm <storm@cua.dk>
12139
12140 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
12141 to recognize mode name containing submodes, such as Grep/lw.
12142
12143 2006-06-21 Kim F. Storm <storm@cua.dk>
12144
12145 * simple.el (line-move-1): Check for move-end-of-line instead of
12146 end-of-line when setting temporary-goal-column.
12147
12148 2006-06-21 Miles Bader <miles@gnu.org>
12149
12150 * play/cookie1.el (cookie): Work properly when there's only one entry.
12151
12152 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
12153
12154 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
12155 (gdb-frame-handler): Generalize frame regexp for templates.
12156
12157 2006-06-20 Glenn Morris <rgm@gnu.org>
12158
12159 * calendar/appt.el (appt-display-format): Default value must be
12160 one of the customize options.
12161
12162 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
12163
12164 * term/xterm.el (terminal-init-xterm): Update key availability info.
12165 Bind C-return.
12166
12167 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
12168
12169 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
12170
12171 * files.el (hack-local-variables): Run `hack-local-variables-hook'
12172 whether or not a local variables list is defined.
12173
12174 * msb.el (msb): Move `sit-for' hack here to handle both
12175 "mouse-down and drag" and "mouse-up and select" situations.
12176 (mouse-select-buffer): Move `sit-for' hack to `msb'.
12177
12178 2006-06-20 Kenichi Handa <handa@m17n.org>
12179
12180 * international/characters.el (word-combining-categories):
12181 Add entries for 2-byte Han characters.
12182
12183 2006-06-19 Richard Stallman <rms@gnu.org>
12184
12185 * bindings.el (mode-line-format): Save some mode line space.
12186
12187 * files.el (find-file-noselect): Improve the question wording.
12188 (basic-save-buffer-2): Mask UMASK against 666.
12189
12190 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
12191 (mouse-drag-vertical-line): Call it.
12192
12193 * cus-edit.el (customize-option, customize-option-other-window):
12194 Error if SYMBOL is nil.
12195
12196 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
12197
12198 * textmodes/org.el: Require noutline, also on XEmacs.
12199 (org-end-of-subtree): Return point.
12200 (org-dblock-start-re, org-dblock-end-re): New constants.
12201 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
12202 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
12203 (org-update-all-dblocks, org-find-dblock): New functions.
12204 (org-collect-clock-time-entries): New function.
12205 (org-html-handle-time-stamps): Never export CLOCK timeranges.
12206 (org-fixup-indentation): Modify to deal correctly with lines
12207 starting with TAB. Only one argument DIFF now.
12208 (org-demote, org-promote): Call `org-fixup-indentation' with just
12209 one argument, DIFF.
12210 (org-mode): Don't mark buffer as modified when aligning tables.
12211 (org-clock-sum): Don't mark buffer modified when adding time sum
12212 properties.
12213 (org-export-as-html): Add support for a link validation function.
12214 (org-archive-all-done): New function.
12215 (org-archive-subtree): New prefix argument. When set, archive all
12216 done subtrees in this buffer.
12217 (org-remove-clock-overlays)
12218 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
12219 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
12220 (org-put-clock-overlay): Don't swallow last headline character
12221 when displaying overlay.
12222 (org-store-link): Link to `image-mode' with just the file name.
12223
12224 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
12225
12226 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
12227 Use read-key-sequence.
12228 (viper-after-change-undo-hook): Misc enhancements.
12229 (viper-after-change-undo-hook): New hook.
12230 (viper-undo): Use viper-after-change-undo-hook.
12231 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
12232 (viper-next-line-at-bol): If point is on a widget or a button, simulate
12233 clicking on that widget/button.
12234
12235 * emulation/viper.el (viper-mode): Allow a separate cursor color
12236 in Emacs state.
12237
12238 * ediff-diff.el (ediff-test-patch-utility): Catch errors.
12239 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
12240 (ediff-set-actual-diff-options): New function.
12241 (ediff-reset-diff-options, ediff-toggle-ignore-case):
12242 Use ediff-set-actual-diff-options.
12243 (ediff-extract-diffs): Catch errors.
12244 (ediff-whitespace): Add non-breakable space.
12245 (ediff-same-file-contents): Catch errors.
12246
12247 * ediff-mult.el (ediff-collect-custom-diffs):
12248 Save coding-system-for-read.
12249
12250 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
12251 (ediff-vc-internal, ediff-vc-merge-internal):
12252 Use ediff-delete-version-file.
12253 (ediff-delete-version-file): New function.
12254
12255 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
12256
12257 * ediff.el (ediff-directories, ediff-directory-revisions)
12258 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
12259 (ediff-directories-internal, ediff-merge-directory-revisions)
12260 (ediff-merge-directory-revisions-with-ancestor)
12261 (ediff-directories3): Use read-directory-name.
12262
12263 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
12264
12265 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
12266 Remove superfluous part of regexp for brace matching which is handled
12267 by `scan-lists' call.
12268
12269 2006-06-16 Richard Stallman <rms@gnu.org>
12270
12271 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
12272
12273 * files.el (basic-save-buffer-2): For a new precious file,
12274 use the default modes in the return value.
12275
12276 * facemenu.el (facemenu-color-alist): Doc fix.
12277
12278 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
12279
12280 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12281
12282 * cus-start.el (all): Add mac-ts-script-language-on-focus.
12283
12284 * term/mac-win.el (mac-text-encoding-ascii): New constant.
12285 (mac-utxt-to-string): Use it.
12286 (mac-ts-update-active-input-area): Use mac-ae-number.
12287
12288 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12289
12290 * term.el (term-handle-scroll, term-delete-lines)
12291 (term-insert-lines): Fix off by one errors.
12292
12293 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
12294
12295 * net/tramp.el (tramp-touch): Use UTC to express time.
12296
12297 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
12298
12299 * mail/sendmail.el (mail-send): Search explicitly for
12300 mail-header-separator when checking for corrupted header lines.
12301
12302 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
12303
12304 * progmodes/gdb-ui.el (gdb-same-frame): New option.
12305 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
12306 (gdb-init-1): Initialise them.
12307 (gdb-starting): Reset gdb-printing
12308 (gdb-starting): Save value of gud-overlay-arrow-position.
12309 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
12310 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
12311 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
12312 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
12313
12314 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12315
12316 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
12317
12318 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
12319
12320 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
12321 (ldap-search-internal): Keep error messages, and a regexp fix.
12322
12323 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
12324
12325 * files.el (hack-local-variables-confirm):
12326 Display string value using its printed representation.
12327
12328 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
12329
12330 * server.el (server-edit): No-op if no server buffers exist.
12331
12332 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
12333
12334 * textmodes/page-ext.el (pages-directory-for-addresses):
12335 Including `pages-directory-address-mode' in the function results
12336 in the message "Buffer in which pages were found is deleted".
12337
12338 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
12339
12340 * textmodes/org.el (org-agenda-mode-map): Add bindings for
12341 clocking functions.
12342
12343 (org-agenda-clock-in, org-check-running-clock)
12344 (org-clock-out-if-current, org-remove-clock-overlays)
12345 (org-put-clock-overlay): New functions.
12346 (org-clock-marker, org-clock-file-total-minutes)
12347 (org-clock-overlays): New variables.
12348 (org-clock-display, org-clock-sum, org-clock-cancel)
12349 (org-clock-out, org-clock-in): New commands.
12350 (org-export): New function.
12351 (org-emph-re): New constant.
12352 (org-set-emph-re, org-do-emphasis-faces): New functions.
12353 (org-emphasis-regexp-components, org-emphasis-alist): New options.
12354 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
12355 (org-export-html-convert-emphasize): Use the configurable emphasis.
12356 (org-cleaned-string-for-export): Make multiline emphasis visible
12357 to the exporter. New optional argument PARAMETERS.
12358 (org-export-as-html): Specify :emph-multiline parameter to
12359 `org-cleaned-string-for-export'.
12360
12361 2006-06-10 Richard Stallman <rms@gnu.org>
12362
12363 * help.el (help-for-help-internal): Clean up help text.
12364
12365 2006-06-10 Andreas Schwab <schwab@suse.de>
12366
12367 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
12368 in doc string.
12369
12370 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
12371
12372 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
12373
12374 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
12375 spaces after the comment start.
12376
12377 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12378
12379 * play/pong.el (pong-init-buffer):
12380 Fill buffer with spaces instead of ^A.
12381
12382 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
12383 launched asynchronously, delete its process instead of being cool.
12384 (ispell-async-processp): Check for `delete-process' existence
12385 instead of `kill-process' one for consistency.
12386
12387 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
12388
12389 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
12390 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
12391 in mode line at startup.
12392
12393 2006-06-08 Kim F. Storm <storm@cua.dk>
12394
12395 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
12396 (ido-init-completion-maps): Bind them to M-SPC and M-v.
12397 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
12398 (ido-file-internal): Pass full file name to write-file.
12399 (ido-read-internal): Only pop stack elements automatically if they
12400 actually match an existing directory or file name.
12401
12402 2006-06-07 Kenichi Handa <handa@m17n.org>
12403
12404 * international/mule.el (find-auto-coding): Don't handle the short
12405 name `char-trans'.
12406
12407 * files.el (hack-local-variables-prop-line)
12408 (hack-local-variables): Cancel the previous change.
12409
12410 2006-06-06 Jesper Harder <harder@phys.au.dk>
12411
12412 * ediff-diff.el (ediff-test-utility): Protect against file-error.
12413
12414 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
12415
12416 * diff-mode.el (diff-mode): Set buffer-read-only to t when
12417 diff-default-read-only is non-nil.
12418 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
12419 (diff-refine-hunk): Set inhibit-read-only to t.
12420
12421 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
12422 modifying the *Diff* buffer.
12423 (diff-process-filter): New filter function for diff process that
12424 sets inhibit-read-only to t when modifying the *Diff* buffer.
12425
12426 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
12427
12428 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
12429 insertion point and control the number of empty lines.
12430 (org-paste-subtree): Limit the number of empty lines at the end of
12431 the inserted tree.
12432 (org-agenda): Use buffer name of current file for narrowing.
12433 (org-export-as-xml): Command removed.
12434 (org-export-xml-type): Option removed.
12435 (org-mode-map): Call `org-export-as-xoxo' directly.
12436 (org-get-indentation): New optional argument LINE.
12437 (org-fix-indentation, org-remove-tabs): New functions.
12438 (org-export-as-ascii, org-ascii-level-start): Determine and apply
12439 correct indentation for headlines that are converted it items.
12440 (org-skip-comments): Remove table lines that contain narrowing
12441 cookies but no other non-empty fields.
12442 (org-set-tags): Allow groups of mutually exclusive tags.
12443 (org-cmp-time): Sort 24:21 before items without time.
12444 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
12445 (org-open-at-point): Require double colon also for numbers.
12446
12447 2006-06-06 Kim F. Storm <storm@cua.dk>
12448
12449 * ido.el (ido-default-file-method, ido-default-buffer-method):
12450 Make choice values consistent with corresponding command names.
12451 (ido-visit-buffer): Update accordingly. Default to selected-window.
12452
12453 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
12454
12455 * progmodes/gud.el (gud-running): Fix doc string.
12456 (gud-menu-map): Use :visible instead fo :enable for debugger test.
12457 (gud-tooltip-modes): Add python-mode.
12458 (gud-tooltip-print-command): Add pdb. Remove perldb.
12459
12460 2006-06-05 Eli Zaretskii <eliz@gnu.org>
12461
12462 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
12463 Quote $(EMACS).
12464
12465 2006-06-05 Richard Stallman <rms@gnu.org>
12466
12467 * faces.el (defined-colors): Doc fix.
12468
12469 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
12470
12471 * vc.el (vc-process-filter): Inhibit undo info collection around
12472 call to insert.
12473 (vc-setup-buffer): Likewise for call to erase-buffer.
12474 (vc-do-command): Likewise for call to process-file.
12475
12476 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
12477
12478 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
12479 for gud-go.
12480 (gud-common-init): Other debuggers may trigger error.
12481
12482 2006-06-05 Kenichi Handa <handa@m17n.org>
12483
12484 * international/mule.el (find-auto-coding):
12485 Handle enable-character-translation in file header.
12486
12487 2006-06-04 Kim F. Storm <storm@cua.dk>
12488
12489 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
12490 (authors-fixed-entries): Fix spelling.
12491 (authors-canonical-file-name): Don't report error for wildcards.
12492
12493 * help.el (view-emacs-news): Rewrite to support new NEWS,
12494 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
12495 e.g. version 10 matches 1.10, and don't be confused by version 1.1
12496 being a prefix of 1.12 (etc). A numeric prefix arg also works.
12497
12498 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
12499
12500 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
12501 exec constructs like `foo bar`.
12502 (sh-quoted-subshell): New helper function to search for a possibly
12503 nested subshell (like `` or $()) within a "" quoted string.
12504 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
12505 (sh-apply-quoted-subshell): Flag quote characters inside a
12506 subshell, which is itself already in a quoted region, as
12507 punctuation, since this is the closest to what they actually are.
12508 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
12509 sh-apply-quoted-subshell.
12510 (sh-font-lock-syntactic-face-function): Apply the new face for
12511 text inside `` instead of the old font-lock-string-face.
12512
12513 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12514
12515 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
12516 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
12517 (mac-bytes-to-text-range, mac-ae-text-range-array)
12518 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
12519 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
12520 (mac-ts-unicode-for-key-event): New functions.
12521 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
12522 (mac-handle-font-selection): Use mac-ae-number.
12523 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
12524 New variables.
12525 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
12526 (mac-ts-converted-text, mac-ts-selected-converted-text)
12527 (mac-ts-block-fill-text, mac-ts-outline-text)
12528 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
12529 (mac-ts-hilite-style-faces): New constant.
12530 (mac-apple-event-map): Bind text input events.
12531 (mac-dispatch-apple-event): Use command-execute instead of
12532 call-interactively.
12533 (global-map): Don't bind mac-apple-event.
12534 (special-event-map): Bind mac-apple-event.
12535
12536 2006-06-02 Eli Zaretskii <eliz@gnu.org>
12537
12538 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
12539 file name.
12540 (emacs): Enclose the value of $(EMACS) in quotes.
12541
12542 2006-06-02 Juri Linkov <juri@jurta.org>
12543
12544 * international/mule.el (sgml-html-meta-auto-coding-function):
12545 Remove the condition `(search-forward "<html" size t)'.
12546 Replace `\"' with `[\"']?' in `re-search-forward'.
12547
12548 2006-06-02 Kenichi Handa <handa@m17n.org>
12549
12550 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
12551 as well as `coding'.
12552 (hack-local-variables): Likewise.
12553
12554 * international/mule.el (enable-character-translation):
12555 Put permanent-local and safe-local-variable properties.
12556 (find-auto-coding): Handle char-trans: tag.
12557
12558 2006-06-02 Juri Linkov <juri@jurta.org>
12559
12560 * international/mule.el (sgml-html-meta-auto-coding-function):
12561 Limit the search by the end of the HTML header (if any).
12562
12563 2006-06-01 Richard Stallman <rms@gnu.org>
12564
12565 * subr.el (with-current-buffer): Doc fix.
12566
12567 2006-06-02 Masatake YAMATO <jet@gyve.org>
12568
12569 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
12570 Almost rewrite. Underlines over all lines of gcov output are too
12571 uncomfortable to read. Suggested by Dan Nicolaescu.
12572
12573 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
12574
12575 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
12576
12577 * shell.el (shell-mode): Use shell-mode-map in docstring.
12578
12579 * comint.el (comint-send-input): Do not add help-echo and
12580 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
12581
12582 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12583
12584 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
12585
12586 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
12587
12588 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
12589 (gdb-stopped, gdb-info-stack-custom): If there is no source info
12590 look up the stack and pop up GUD buffer if necessary.
12591 (gdb-frames-select): Remove redundant call to gud-display-frame.
12592 (gdb-info-threads-custom): Keep point at start of buffer.
12593 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
12594
12595 2006-05-31 Juri Linkov <juri@jurta.org>
12596
12597 * replace.el (query-replace-read-from, query-replace-read-to):
12598 Bind `history-add-new-input' to nil. Call `add-to-history'.
12599
12600 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
12601
12602 * textmodes/table.el: Convert all HTML tags to lower case for
12603 XHTML compatibility.
12604
12605 2006-05-31 Masatake YAMATO <jet@gyve.org>
12606
12607 * progmodes/compile.el:
12608 (compilation-error-regexp-alist-alist::gcov-called-line):
12609 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
12610
12611 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
12612
12613 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
12614 Revert inadvertent changes made with last commit.
12615
12616 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
12617
12618 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
12619 New functions.
12620
12621 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
12622
12623 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
12624
12625 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
12626 only matches in the right place.
12627 (org-upcoming-deadline): New face.
12628 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
12629 (org-export-ascii-underline): Rename constant `org-ascii-underline'
12630 and make it an option.
12631 (org-export-ascii-bullets): New option.
12632 (org-export-as-html): Many changes to emit valid XHTML.
12633 (org-par-open): New variable.
12634 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
12635 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
12636 (org-timeline): Pass `org-timeline-show-empty-dates' to
12637 `org-get-all-dates'. Interpret empty dates returned by
12638 `org-get-all-dates'.
12639 (org-get-all-dates): New argument EMPTY. Add dates without
12640 entries to the list, mark large ranges of empty dates.
12641 (org-point-in-group, org-context): New functions.
12642
12643 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
12644
12645 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
12646
12647 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
12648 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
12649 to C-mouse-3 (for 2 button mice).
12650 (gdb-send): Do the right thing for C-d.
12651
12652 * speedbar.el (speedbar-detach): Delete.
12653 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
12654 it breaks things.
12655 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
12656
12657 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
12658
12659 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
12660 Makeppfile.
12661
12662 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12663 Add makepp diagnostic.
12664
12665 2006-05-29 Richard Stallman <rms@gnu.org>
12666
12667 * window.el (fit-window-to-buffer): Doc fix.
12668
12669 * help.el (temp-buffer-max-height): Doc fix.
12670
12671 * subr.el (with-current-buffer): Doc fix.
12672
12673 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12674
12675 * term/x-win.el: Bind F10 to menu-bar-start if available.
12676
12677 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
12678
12679 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
12680 uses with a simple test.
12681 (term-set-escape-char, term-mode, term-check-kill-echo-list)
12682 (term-send-raw-string, term-send-raw, term-mouse-paste)
12683 (term-char-mode, term-line-mode, term-exec, term-sentinel)
12684 (term-handle-exit, term-read-input-ring)
12685 (term-previous-matching-input-string)
12686 (term-previous-matching-input-string-position)
12687 (term-previous-matching-input-from-input)
12688 (term-replace-by-expanded-history, term-send-input)
12689 (term-skip-prompt, term-bol, term-send-invisible)
12690 (term-kill-input, term-delchar-or-maybe-eof)
12691 (term-backward-matching-input, term-check-source)
12692 (term-proc-query, term-emulate-terminal)
12693 (term-handle-colors-array, term-process-pager, term-pager-line)
12694 (term-pager-bob, term-unwrap-line, term-word)
12695 (term-dynamic-complete-filename)
12696 (term-dynamic-complete-as-filename)
12697 (term-dynamic-simple-complete): Replace one arm ifs with whens or
12698 unlesses.
12699
12700 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12701
12702 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
12703 during bootstrapping.
12704
12705 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
12706 Basically undo the change of 2006-05-26: use extra arguments instead of
12707 dynamic scoping.
12708 (ewoc-locate): Remove unused var `footer'.
12709
12710 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12711
12712 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
12713
12714 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
12715 (generate-file-autoloads): Obey it. Return whether autoloads were
12716 added at point or not.
12717 (update-file-autoloads): Use this new return value.
12718 Remove redundant test for the presence of an autoload cookie.
12719
12720 * emacs-lisp/autoload.el (autoload-find-file): New fun.
12721 This one calls hack-local-variables.
12722 (generate-file-autoloads, update-file-autoloads): Use it.
12723
12724 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
12725 (bibtex-sort-entry-class): Add safe-local-variable predicate.
12726 (bibtex-sort-entry-class-alist): Don't set the global value.
12727 (bibtex-init-sort-entry-class-alist): New fun.
12728 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
12729 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
12730 of bibtex-init-sort-entry-class.
12731
12732 2006-05-28 Richard Stallman <rms@gnu.org>
12733
12734 * subr.el (load-history-regexp): If FILE is relative, insist
12735 entire last name component must match it.
12736 (load-history-filename-element, load-history-regexp): Doc fixes.
12737
12738 2006-05-29 Kim F. Storm <storm@cua.dk>
12739
12740 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
12741 `pos' and `raw-data' for clarity, as eval forms may access these.
12742
12743 2006-05-28 Kim F. Storm <storm@cua.dk>
12744
12745 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
12746
12747 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12748
12749 * progmodes/make-mode.el (makefile-browser-map)
12750 (makefile-mode-syntax-table): Move initialization inside declaration.
12751 (makefile-fill-paragraph): Use the default comment-filling code.
12752
12753 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
12754
12755 * replace.el (query-replace-defaults): New variable.
12756 (query-replace-read-from): Use `query-replace-defaults' for
12757 default value, instead of history list.
12758 (query-replace-read-to): Update `query-replace-defaults'.
12759
12760 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
12761
12762 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
12763 with no X toolkit.
12764
12765 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
12766
12767 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
12768 (tumme-show-all-from-dir): Add autoload.
12769
12770 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12771
12772 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
12773 (tumme-remove-tag): Fix bug.
12774
12775 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
12776
12777 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
12778 FOOTER args. Update unique caller.
12779 (ewoc-delete): Compute last node once before looping.
12780 (ewoc--node-branch): Merge into unique caller.
12781 (ewoc--node): Don't define constructor make-ewoc--node for this
12782 structure.
12783 (ewoc): Add member `hf-pp' to this structure.
12784 (ewoc--wrap): New func.
12785 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
12786 header/footer pretty-printers. Save header/footer pretty-printer.
12787 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
12788
12789 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
12790
12791 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12792
12793 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
12794 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
12795 Tag'. Change "Compare directories..." to "Change Directories...".
12796 Move tumme commands to Operate, Regexp and Immediate menus.
12797 Change "Add Comment" to "Add Image Comment". Change "Add Image
12798 Tag" to "Add Image Tags".
12799
12800 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
12801 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
12802 `tumme-delete-tag'.
12803
12804 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
12805
12806 * shell.el (shell-mode): Call shell-dirtrack-mode after
12807 list-buffers-directory is made a local variable, to avoid setting
12808 the default value.
12809
12810 2006-05-26 Kevin Ryde <user42@zip.com.au>
12811
12812 * info.el (Info-index-next): Use where-is-internal to report
12813 actual binding of Info-index-next, rather than hard-coded `,'.
12814
12815 2006-05-26 Eli Zaretskii <eliz@gnu.org>
12816
12817 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
12818 and "Find Command in Manual" to here.
12819
12820 * buff-menu.el (list-buffers-noselect): For Info buffers, use
12821 Info-current-file as the file name.
12822
12823 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
12824
12825 * ses.el (defadvice undo-more): Delete this defadvice. The undo
12826 overrides will now be done a different way.
12827 (ses-set-parameter): Reapply this function for undo.
12828 (ses-set-header-row): Reconstruct header row during undo.
12829 (ses-widen): New function.
12830 (ses-goto-data, ses-reconstruct-all): Use new function.
12831 (ses-command-hook): Widen buffer during undo, before unupdating
12832 the cells.
12833 (ses-insert-row, ses-delete-row): Widen buffer during undo.
12834 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
12835 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
12836 formula hasn't been executed yet.
12837
12838 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12839
12840 * comint.el (comint-kill-whole-line): Rename arg to count.
12841 Fix doc string.
12842
12843 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
12844
12845 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
12846 to copy-file.
12847
12848 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12849
12850 * simple.el (toggle-truncate-lines): Make arg optional for
12851 backward compatibility.
12852
12853 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
12854
12855 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
12856 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
12857 DLL arg. Instead, use ewoc--current-dll. Update all callers.
12858 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
12859 (ewoc--adjust): Use ewoc--current-dll.
12860 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
12861
12862 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
12863
12864 * textmodes/org.el (org-next-item, org-previous-item): Emit more
12865 compact error message.
12866 (org-tags-view): Refresh category table in each file.
12867 (org-table-justify-field-maybe): Remove superfluous arguments to
12868 `format'.
12869 (org-export-as-html): Insert "<p>" before postamble.
12870 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
12871
12872 2006-05-26 Kenichi Handa <handa@m17n.org>
12873
12874 * textmodes/po.el (po-find-charset): Pay attention to the case
12875 FILENAME is a cons (NAME . BUFFER).
12876 (po-find-file-coding-system-guts): Likewise.
12877
12878 * arc-mode.el (archive-set-buffer-as-visiting-file):
12879 Call find-operation-coding-system with (FILENAME . BUFFER).
12880
12881 * tar-mode.el (tar-extract): Call find-operation-coding-system
12882 with (FILENAME . BUFFER).
12883
12884 * international/mule.el (decode-coding-inserted-region):
12885 Call find-operation-coding-system with (FILENAME . BUFFER).
12886
12887 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
12888
12889 * image-mode.el (image-toggle-display): Use buffer contents to
12890 generate image for a remote file.
12891
12892 2006-05-25 Juri Linkov <juri@jurta.org>
12893
12894 * replace.el (query-replace-read-from, query-replace-read-to):
12895 Remove 8th arg KEEP-ALL in read-from-minibuffer.
12896
12897 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
12898
12899 * whitespace.el (whitespace-cleanup): Change to cleanup
12900 region if one is active.
12901 * whitespace.el (whitespace-cleanup-internal): New internal method.
12902
12903 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12904
12905 * dired.el (dired-mode-map): Add help-echo strings to tumme
12906 commands. Bind `tumme-dired-display-image' to C-t i.
12907
12908 * tumme.el (tumme-display-image): Change documentation string slightly.
12909 (tumme-dired-display-image): Add call to `display-buffer'.
12910
12911 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
12912
12913 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
12914 Signal error if RAW-DATA is a multibyte string.
12915
12916 2006-05-24 Richard Stallman <rms@gnu.org>
12917
12918 * subr.el (with-local-quit): When handling `quit' signal,
12919 make a chance for quit-flag to cause a quit.
12920
12921 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
12922 (ad-disable-advice): Add autoloads.
12923
12924 * subr.el (read-passwd): Copy PROMPT before changing its properties.
12925
12926 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12927
12928 * dired.el (dired-mode-map): Change menu items for tumme as per
12929 suggestions in emacs-devel.
12930
12931 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12932
12933 * dired.el (dired-mode-map): Fix breakage.
12934
12935 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12936
12937 * tumme.el (tumme-display-dired-image): Rename to...
12938 (tumme-dired-display-image): ...this.
12939 (tumme-track-movement): Change default value to t.
12940 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
12941 used from `tumme-next-line-and-display' and similar commands.
12942
12943 * dired.el (dired-mode-map): Add Thumbnail submenu under the
12944 Immediate menu. Add some tumme commands there.
12945
12946 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
12947
12948 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
12949
12950 2006-05-24 Chong Yidong <cyd@mit.edu>
12951
12952 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
12953 menu entries that open submenus.
12954
12955 2006-05-24 Alan Mackenzie <acm@muc.de>
12956
12957 * startup.el (command-line): For names of preloaded files, don't
12958 append ".elc" (now done in Fload), and call file-truename on the
12959 lisp directory.
12960
12961 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
12962 match ANY loaded file with the right name, not just those in
12963 load-path. Put a regexp matching the file name into
12964 after-load-alist, rather than the name itself.
12965
12966 * subr.el (load-history-regexp, load-history-filename-element)
12967 (do-after-load-evaluation): New functions.
12968
12969 * international/mule.el (load-with-code-conversion): Do the
12970 eval-after-load stuff by calling do-after-load-evaluation.
12971
12972 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12973
12974 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
12975 has not been killed.
12976
12977 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12978
12979 * term/mac-win.el: Set idle timer to clean up expired Apple events.
12980 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
12981 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
12982 Optionally set error message in reply.
12983
12984 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
12985
12986 * textmodes/org.el (org-open-at-point): Use renamed variable
12987 `org-confirm-shell-link-function'.
12988 (org-confirm-shell-link-function): Rename from
12989 `org-confirm-shell-links'.
12990 (org-export-directory): New function.
12991 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
12992 (org-export-icalendar): Use `org-export-directory'.
12993 (org-indent-item): Keep cursor position.
12994 (org-link-file-path-type): New option.
12995 (org-export-as-html): Fix bug with plain lists starting in
12996 column 0.
12997 (org-export-as-html): Remove deadline formatting, this happens
12998 now already in `org-html-handle-time-stamps'.
12999 (org-export-html-style): Deadline class removed.
13000 (org-insert-labeled-timestamps-at-point): New option.
13001 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
13002 of `hide-sublevels 1', in case the first headline is not level 1.
13003 (org-overview, org-content): New fuction.
13004 (org-cycle-global-status, org-cycle-subtree-status): Make these
13005 variables buffer-local.
13006 (org-global-cycle): New command.
13007 (org-shifttab): Use `org-global-cycle'.
13008 (org-insert-heading, org-insert-item): Go to end of new
13009 headline/item after creating it.
13010 (org-export-visible): Rename from `org-export-copy-visible'.
13011 Now creates a temporary org-file and applies an exporting command
13012 to it.
13013 (org-table-eval-formula): Support for lisp forms.
13014 (org-agenda-todo-ignore-scheduled): New option.
13015 (org-agenda-get-todos): Use new option
13016 `org-agenda-todo-ignore-scheduled'.
13017 (org-export-html-inline-images): New value `maybe'.
13018 (org-export-as-html): Inlining of images dependent on link description.
13019 (org-archive-subtree): Check for end-of-buffer before trying
13020 `kill-line'.
13021 (org-agenda-follow-mode): New option.
13022 (org-export-with-tags, org-export-with-timestamps): New options.
13023 (org-html-handle-time-stamps): New function.
13024 (org-keyword-time-regexp): New variable.
13025 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
13026 (org-agenda-todo-list-sublevels): New option.
13027 (org-html-level-start): When TITLE is nil, just close all levels.
13028 (org-parse-key-lines, org-parse-export-options): Remove functions,
13029 replaced by `org-infile-export-plist'.
13030 (org-combine-plists, org-infile-export-plist)
13031 (org-default-export-plist): New functions.
13032 (org-export-html-preamble, org-export-html-postamble)
13033 (org-export-html-auto-preamble, org-export-html-auto-postamble):
13034 New variables.
13035 (org-export-publishing-directory): New option.
13036 (org-export-as-html, org-export-as-ascii): Use the new property
13037 lists for settings.
13038 (org-export-copy-visible, org-export-as-xoxo):
13039 Respect `org-export-publishing-directory'.
13040 (org-link-search, org-store-link, org-file-apps): Support for
13041 links to BibTeX database entries..
13042 (org-get-current-options, org-set-regexps-and-options):
13043 Implement logging as a startup option.
13044 (org-store-link): Make sure context string is never empty
13045 (org-insert-link): Use relative path when possible.
13046 (org-at-item-checklet-p): New function.
13047 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
13048 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
13049 (org-metaright, org-metaup, org-metadown, org-shiftup)
13050 (org-shiftdown, org-shiftright, org-shiftleft)
13051 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
13052 Dispatch using `call-interactively'.
13053 (org-call-with-arg): New defsubst.
13054 (org-tag-alist, org-use-fast-tag-selection): New options.
13055 (org-complete): Use `org-tag-alist'.
13056 (org-fast-tag-insert, org-fast-tag-selection): New functions.
13057 (org-next-item, org-previous-item): New commands.
13058 (org-beginning-of-item, org-end-of-item): Add (interactive) to
13059 make command.
13060 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
13061
13062 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
13063
13064 * emacs-lisp/ewoc.el (ewoc-delete): New function.
13065 (ewoc-filter): Use `ewoc-delete'.
13066
13067 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
13068
13069 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13070
13071 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
13072 Signal more user-friendly error messages.
13073
13074 * complete.el (PC-do-completion): Undo the addition of implicit
13075 wildcards if they did not lead to finding any match.
13076 (read-file-name-internal): Don't add the final > if the completion is
13077 not finished.
13078
13079 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
13080
13081 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
13082 Quote safe-local-variable predicate.
13083
13084 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
13085
13086 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
13087
13088 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13089
13090 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
13091
13092 * progmodes/make-mode.el (makefile-special-targets-list)
13093 (makefile-macro-table, makefile-target-table): Mark as risky.
13094 (makefile-query-one-target-method): Make this the alias for the
13095 following variable.
13096 (makefile-query-one-target-method-function): Make this the real name.
13097
13098 * textmodes/artist.el (artist-text-renderer): Make this the alias
13099 for the following variable.
13100 (artist-text-renderer-function): Make this the real name.
13101
13102 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
13103 the alias for the following variable.
13104 (flyspell-generic-check-word-predicate): Make this the real name.
13105
13106 * textmodes/ispell.el (ispell-format-word): Make this the alias
13107 for the following variable.
13108 (ispell-format-word-function): Make this the real name.
13109 (ispell-message-text-end): Mark as risky.
13110
13111 * skeleton.el (skeleton-transformation, skeleton-filter)
13112 (skeleton-pair-filter): Make these the aliases for the following
13113 variables.
13114 (skeleton-transformation-function, skeleton-filter-function)
13115 (skeleton-pair-filter-function): Make these the real names.
13116
13117 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
13118 and skeleton-pair-filter-function.
13119
13120 * textmodes/sgml-mode.el (sgml-transformation): Make this the
13121 alias for the following variable.
13122 (sgml-transformation-function): Make this the real name.
13123 (sgml-tag-alist): Mark as risky.
13124
13125 2006-05-21 Richard Stallman <rms@gnu.org>
13126
13127 * simple.el (kill-region): Interactively, pass point, then mark.
13128
13129 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
13130
13131 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
13132
13133 2006-05-21 Romain Francoise <romain@orebokech.com>
13134
13135 * dired-x.el (dired-mode-map): Don't bind M-g.
13136
13137 2006-05-20 Richard Stallman <rms@gnu.org>
13138
13139 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
13140 (dired-goto-file): Doc fix.
13141
13142 2006-05-21 Kim F. Storm <storm@cua.dk>
13143
13144 * emulation/cua-base.el: Mention customizing cua-mode as alternative
13145 way to enable built-in cua-mode if user loads older CUA-mode package.
13146
13147 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
13148 if default-filename is specified.
13149
13150 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13151
13152 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
13153
13154 * info.el (info-apropos): Make sure current-file and current-node
13155 have non-nil values. Speed up by using add-to-list instead of
13156 manual consing.
13157
13158 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13159
13160 * progmodes/make-mode.el (makefile-mode): Doc fix.
13161
13162 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13163
13164 * dired-aux.el (dired-do-shell-command): Doc fix.
13165
13166 2006-05-20 Kevin Ryde <user42@zip.com.au>
13167
13168 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
13169 ``(custom-manual :tag "Foo" "(foo)Node")''.
13170
13171 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
13172
13173 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
13174 value is an integer.
13175
13176 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13177
13178 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
13179 "format".
13180 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
13181
13182 2006-05-20 Martin Rudalics <rudalics@gmx.at>
13183
13184 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
13185 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
13186
13187 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13188
13189 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
13190 regexp for keywords.
13191
13192 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
13193
13194 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
13195 replace-regexp-in-string.
13196
13197 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
13198 encode, and escape file name on conversion to URL.
13199
13200 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13201
13202 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
13203 Don't unescape URL.
13204 (dnd-get-local-file-name): Unescape URL on conversion to file name.
13205
13206 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
13207 on conversion to URLs.
13208
13209 * net/browse-url.el (browse-url-file-url): Encode file name on
13210 conversion to URL.
13211
13212 * term/mac-win.el (mac-ae-open-documents): Escape file name on
13213 conversion to URL.
13214
13215 2006-05-19 Eli Zaretskii <eliz@gnu.org>
13216
13217 * progmodes/cc-styles.el (c-style-alist): Doc fix.
13218
13219 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13220
13221 * term/mac-win.el (mac-bytes-to-digits): Remove function.
13222 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
13223
13224 2006-05-19 Glenn Morris <rgm@gnu.org>
13225
13226 * calendar/diary-lib.el (diary-bahai-date)
13227 (list-bahai-diary-entries, mark-bahai-diary-entries)
13228 (mark-bahai-calendar-date-pattern): Not interactive.
13229 (add-to-diary-list): New optional arg LITERAL. Doc fix.
13230 (diary-entries-list): Change format of 4th element in each entry.
13231 (diary-list-entries): Use add-to-diary-list.
13232 (diary-goto-entry): Handle the case where the buffer visiting the
13233 diary has been killed.
13234 (fancy-diary-display): Add 'locator to button rather than 'marker.
13235 Only generate temp-face when there are marks to apply.
13236 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
13237 (diary-fancy-date-pattern): New variable.
13238 (diary-time-regexp): Doc fix.
13239 (diary-anniversary, diary-time): New faces.
13240 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
13241 diary-time-regexp. Add font-lock-multiline property where needed.
13242 Use new faces diary-anniversary and diary-time.
13243 (diary-fancy-font-lock-fontify-region-function): New function, to
13244 handle multiline font-lock pattern in fancy diary.
13245 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
13246 (diary-font-lock-keywords): Tweak time regexp. Use new face
13247 diary-time.
13248
13249 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
13250
13251 * international/code-pages.el (mik): Table corrected.
13252
13253 2006-05-18 Kim F. Storm <storm@cua.dk>
13254
13255 * progmodes/grep.el (grep-find): Don't check grep-find-command
13256 before running command (breaks non-interactive usage).
13257
13258 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
13259
13260 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
13261 (ewoc--insert-new-node): Don't insert trailing newline.
13262 Instead, adjust successor nodes's start markers.
13263 (ewoc--refresh-node): Delete all text from current node's start
13264 marker to the next one's; adjust successor nodes's start markers.
13265 (ewoc--create): Doc fixes.
13266 (ewoc--refresh): Don't insert newline.
13267 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
13268 * pcvs.el (cvs-make-cvs-buffer):
13269 Specify extra newline for ewoc's header and footer.
13270 (cvs-update-header): Update initial header recognition.
13271 Append newline to final header and footer values.
13272 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
13273
13274 2006-05-17 Richard Stallman <rms@gnu.org>
13275
13276 * files.el (file-name-extension): Doc fix.
13277
13278 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13279
13280 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
13281 we can explicitly enable/disable rather than toggle.
13282 (shell-mode): Use it.
13283 (shell-cd): Don't try to reproduce what `cd' does.
13284
13285 2006-05-17 Kim F. Storm <storm@cua.dk>
13286
13287 * ido.el (ido-read-internal): Use only nondirectory part of
13288 default item.
13289
13290 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
13291
13292 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
13293 (ewoc-nth): Doc fix.
13294
13295 (ewoc-map, ewoc-invalidate): Compute PP before looping.
13296
13297 2006-05-16 Eli Zaretskii <eliz@gnu.org>
13298
13299 * international/mule.el (auto-coding-alist): Add .lha to files
13300 read with no-conversion.
13301
13302 * files.el (auto-mode-alist): Add .lha files to archive file
13303 extensions.
13304
13305 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
13306 Convert csize to integer when computing offsets within the
13307 compressed archive file.
13308
13309 2006-05-16 Kim F. Storm <storm@cua.dk>
13310
13311 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
13312 with read-from-minibuffer.
13313
13314 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
13315
13316 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
13317 (byte-compile-warnings): Fix safe-local-variable property.
13318
13319 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
13320
13321 * allout.el (allout-show-bodies, allout-old-style-prefixes)
13322 (allout-stylish-prefixes, allout-numbered-bullet)
13323 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
13324 predicates to qualify `safe-local-variable' property, when
13325 available, else use equivalent lambda.
13326 (allout-current-topic-collapsed-p): Do the right thing regarding
13327 trailing blank lines.
13328
13329 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13330
13331 * server.el (server-start): Only create a directory if needed.
13332 (server-edit, server-unload-hook): server-start => server-mode.
13333 (kill-emacs-hook): Cleanup upon exit.
13334
13335 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13336
13337 * hexl.el (hexlify-buffer): Encode process arguments manually.
13338
13339 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
13340
13341 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
13342 call to gdb-tooltip-print.
13343
13344 2006-05-15 Romain Francoise <romain@orebokech.com>
13345
13346 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
13347 systems, default to "tar" since those systems probably have GNU tar.
13348
13349 2006-05-14 Lars Hansen <larsh@soem.dk>
13350
13351 * desktop.el (desktop-missing-file-warning): Fix docstring.
13352 (desktop-restore-file-buffer): Correct question asked on missing file.
13353
13354 2006-05-14 Kim F. Storm <storm@cua.dk>
13355
13356 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
13357 Add CUA move property.
13358
13359 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
13360
13361 * custom.el (custom-push-theme): Load the variable before checking
13362 its `standard-value'.
13363
13364 2006-05-13 Lars Hansen <larsh@soem.dk>
13365
13366 * desktop.el (desktop-save): Use with-temp-buffer.
13367
13368 2006-05-12 Glenn Morris <rgm@gnu.org>
13369
13370 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
13371 * calendar/calendar.el (calendar-mode-map):
13372 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
13373 * calendar/appt.el (appt-check, appt-make-list): Refer to
13374 diary-view-entries, diary-list-entries, diary-show-all-entries
13375 rather than obsolete aliases.
13376
13377 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
13378
13379 * simple.el (line-move-finish): Avoid calling point motion hooks
13380 while processing intangibility.
13381
13382 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
13383
13384 * term/xterm.el (terminal-init-xterm): Fix typo.
13385
13386 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
13387
13388 * allout.el (allout-view-change-hook): Mark as being deprecated,
13389 to be replaced by `allout-exposure-change-hook'.
13390 (allout-exposure-change-hook): New, replacing
13391 `allout-view-change-hook'.
13392 (allout-flag-region): Run new hook `allout-exposure-change-hook',
13393 in addition to `allout-view-change-hook'.
13394 (allout-show-bodies, allout-old-style-prefixes)
13395 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
13396 lambda forms to prevent their showing up in variable help
13397 presentations as inscrutable byte-compiled code.
13398 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
13399 Use string-or-null-p to qualify safe-local-variable values.
13400 (allout-reindent-bodies): Use memq to qualify matches against
13401 valid safe-local-variable values. Also, quote the lambda as above.
13402 (allout-use-mode-specific-leader): Add missing candidate-value
13403 symbols, use memq, and quote the lambda.
13404 (allout-overlay-interior-modification-handler): Remove unused
13405 variables `msg' and 'opened'.
13406 (allout-hidden-p): Constrain invisibility consideration to allout's
13407 invisibility spec, disregarding invisibility for other reasons.
13408
13409 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
13410
13411 * files.el (version-control): Correct safe values.
13412
13413 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
13414
13415 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
13416
13417 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
13418 (ewoc--insert-new-node): New func.
13419 Update callers of deleted funcs to use it, instead.
13420
13421 2006-05-11 Glenn Morris <rgm@gnu.org>
13422
13423 * calendar/calendar.el (diary-show-all-entries): Do not refer to
13424 obsolete alias `show-all-diary-entries'.
13425 (make-diary-entry): Not interactive.
13426 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
13427 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
13428 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
13429 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
13430 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
13431 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
13432
13433 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13434
13435 * calendar/calendar.el (calendar-french-date-string)
13436 (calendar-mayan-date-string, calendar-chinese-date-string)
13437 (calendar-astro-date-string, calendar-iso-date-string)
13438 (calendar-islamic-date-string, calendar-bahai-date-string)
13439 (calendar-hebrew-date-string, calendar-coptic-date-string)
13440 (calendar-ethiopic-date-string, calendar-persian-date-string):
13441 These functions are not interactive.
13442
13443 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
13444
13445 * files.el: Balance parentheses.
13446
13447 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
13448
13449 * files.el, newcomment.el, outline.el, simple.el,
13450 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
13451 * progmodes/cc-vars.el, progmodes/compile.el:
13452 Move `safe-local-variable' declarations to the respective files.
13453
13454 * help-fns.el (describe-variable): Don't print safe-var if it is
13455 byte-code. Improve wording as suggested by Luc Teirlinck.
13456
13457 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13458
13459 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
13460 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
13461 Use a token for pending-triggers to ensure gdb-var-update
13462 gets called once per user input again for pre-GDB 6.4.
13463 (gdb-var-delete): Match on more complex expressions.
13464 (gdb-var-list-children-handler, gdb-var-create-handler):
13465 Use a token for consistency.
13466
13467 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
13468
13469 * textmodes/org.el (org-read-date, org-goto-calendar)
13470 (org-agenda-goto-calendar):
13471 Bind `view-calendar-holidays-initially' to nil.
13472
13473 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
13474
13475 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
13476 Update all callers to do it there, instead.
13477
13478 2006-05-10 Glenn Morris <rgm@gnu.org>
13479
13480 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
13481 prefix arg case, to avoid view-diary-entries-initially error.
13482 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
13483 (calendar-date-is-legal-p): Handle dates with no day part.
13484
13485 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13486
13487 * comint.el (comint-insert-input): Just make it when
13488 comint-use-prompt regexp is nil (default) and with the mouse.
13489 (comint-copy-old-input): Reinstate from 2004-06-23.
13490 (comint-mode-map): Bind C-c C-m to it.
13491
13492 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
13493
13494 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
13495 Remove spurious move to point-max (new comint behavior fixes).
13496
13497 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
13498 compatibility function (Emacs 18/19).
13499 (idlwave-is-continuation-line): Always return point at start of
13500 previous non-blank continuation line.
13501 (keyword-parameters): Fix continued comment font-lock matcher.
13502 (idlwave-font-lock-fontify-region): Written, use as
13503 font-lock-fontify-region-function, to fix continued keyword
13504 fontification issues.
13505
13506 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13507
13508 * term/mac-win.el (mac-font-panel-mode): Doc fix.
13509 (mac-service-selection, mac-service-open-file)
13510 (mac-service-open-selection, mac-service-mail-selection)
13511 (mac-service-mail-to, mac-service-insert-text): Rename from
13512 mac-services-*. All uses changed.
13513 (mac-apple-event-map): Rename event symbol `services' to `service'.
13514
13515 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
13516
13517 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
13518 (ewoc--node-enter-first, ewoc--node-enter-last)
13519 (ewoc--delete-node-internal): Merge funcs into unique callers.
13520
13521 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
13522
13523 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
13524 return value of read-from-minibuffer for empty input.
13525
13526 2006-05-09 Miles Bader <miles@gnu.org>
13527
13528 * comint.el (comint-insert-input): Remove redundant calls to setq
13529 and goto-char.
13530
13531 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
13532
13533 * comint.el (comint-insert-input): Make it work when
13534 comint-use-prompt-regexp is t.
13535
13536 2006-05-10 Miles Bader <miles@gnu.org>
13537
13538 * subr.el (field-at-pos): New function.
13539
13540 * comint.el (comint-insert-input): Use it.
13541
13542 2006-05-09 Juri Linkov <juri@jurta.org>
13543
13544 * battery.el (battery-linux-proc-acpi): Also try
13545 `/proc/acpi/thermal_zone/THR2/temperature'.
13546
13547 * files.el <safe-local-variable>: Remove `eval' and `let' binding
13548 for now unused lambda `string-or-null'.
13549
13550 * add-log.el (change-log-default-name): Put `string-or-null-p'
13551 instead of lambda on `safe-local-variable' property.
13552
13553 * diff-mode.el (diff-context->unified): Use `region-beginning' and
13554 `region-end' instead of `mark' and `point'.
13555 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
13556 Operate on region in Transient Mark mode when the mark is active.
13557 Use `region-beginning' and `region-end' instead of `mark' and
13558 `point'.
13559 (diff-hunk-text, diff-goto-source): Doc fix.
13560
13561 * startup.el (fancy-splash-screens, normal-splash-screen): Use
13562 face `mode-line-buffer-id' for mode-line buffer face instead of
13563 hard-coded `(:weight bold)'.
13564
13565 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
13566 buffer-undo-list to t (undo-ask is reproducible by visiting
13567 nested archives).
13568
13569 2006-05-09 Kim F. Storm <storm@cua.dk>
13570
13571 * progmodes/grep.el (rgrep): Set default directory of *grep*
13572 buffer if we start M-x rgrep in the *grep* buffer and choose
13573 a different base directory.
13574
13575 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
13576
13577 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
13578 completion also when ido is loaded.
13579
13580 2006-05-09 Masatake YAMATO <jet@gyve.org>
13581
13582 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
13583 "warning" and "import".
13584 (cpp-font-lock-keywords): Added "warning".
13585
13586 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
13587
13588 * term/xterm.el (terminal-init-xterm): Add more key bindings.
13589
13590 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13591
13592 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
13593 pages at a time, if we signal the end, we should indeed reach that end.
13594
13595 2006-05-08 David Reitter <david.reitter@gmail.com>
13596
13597 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
13598 output during execution of the body.
13599
13600 2006-05-08 Kim F. Storm <storm@cua.dk>
13601
13602 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
13603
13604 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
13605
13606 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
13607 Use with-current-buffer.
13608
13609 2006-05-07 Kim F. Storm <storm@cua.dk>
13610
13611 * subr.el (add-to-history): Remove keep-dups arg.
13612
13613 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
13614 to nil around call to add-to-history.
13615
13616 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13617
13618 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
13619 than after a buffer modification.
13620
13621 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
13622
13623 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
13624 call to...
13625 (gud-watch): ...here so speedbar is raised for already watched
13626 expressions.
13627 (gdb-speedbar-refresh): Delete function.
13628 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
13629 Use speedbar-timer-fn instead of speedbar-refresh (reverting
13630 earlier change).
13631 (gdb-var-evaluate-expression-handler)
13632 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
13633
13634 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
13635 Update localized contents for all buffers except ignored modes.
13636
13637 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13638
13639 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
13640 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
13641 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
13642 (mac-handle-font-panel-closed, mac-handle-font-selection):
13643 New functions.
13644 (mac-font-panel-mode): New minor mode.
13645 (mac-apple-event-map): Add bindings for toolbar toggle button and
13646 font panel.
13647 (menu-bar-showhide-menu): Add mac-font-panel-mode.
13648
13649 2006-05-07 John Paul Wallington <jpw@pobox.com>
13650
13651 * ibuffer.el (ibuffer-compressed-file-name-regexp):
13652 Avoid `regexp-opt'; simplify regexp for readability.
13653
13654 2006-05-06 Eli Zaretskii <eliz@gnu.org>
13655
13656 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
13657 * files.el (buffer-stale-function):
13658 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13659 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
13660 links to the main manual, not to emacs-xtra.
13661
13662 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13663
13664 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
13665 MacJapanese if text is ASCII-only.
13666
13667 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
13668
13669 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
13670 unless so nil isn't returned.
13671 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
13672
13673 2006-05-06 Kim F. Storm <storm@cua.dk>
13674
13675 * subr.el (add-to-history): New function.
13676
13677 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
13678 (ediff-merge-files-with-ancestor):
13679 * env.el (setenv):
13680 * isearch.el (isearch-update-ring):
13681 * server.el (server-visit-files):
13682 * progmodes/grep.el (lgrep, rgrep):
13683 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
13684 * progmodes/xscheme.el (xscheme-insert-expression):
13685 Use add-to-history.
13686
13687 * kmacro.el (kmacro-push-ring): Use add-to-history.
13688 (kmacro-ring-length): Remove unused defun.
13689 (kmacro-start-macro): Use kmacro-push-ring.
13690
13691 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
13692
13693 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
13694 directly instead of a lambda expression that calls it.
13695
13696 2006-05-06 Kim F. Storm <storm@cua.dk>
13697
13698 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
13699 instead of compute-motion.
13700
13701 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
13702
13703 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
13704 change.
13705
13706 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
13707
13708 * startup.el (command-line-1): Refer to "Pure Storage" on
13709 pure-space-overflow.
13710
13711 2006-05-05 Martin Rudalics <rudalics@gmx.at>
13712
13713 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
13714 provided faces once they all have been used up.
13715
13716 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13717
13718 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
13719 reference to the Lisp manual to the warning about pure space
13720 overflow.
13721
13722 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13723
13724 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
13725 argument to avoid the call to `ispell-internal-change-dictionary'
13726 when not needed.
13727 (ispell-change-dictionary): Use this argument and call
13728 `ispell-internal-change-dictionary' after the possible change
13729 to `ispell-local-dictionary'.
13730 (ispell-internal-change-dictionary): Check for a change in
13731 personal dictionary use too.
13732
13733 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13734
13735 * startup.el (command-line): On MS-Windows, probe "~", not
13736 "~USER", for warning about non-existent home directory.
13737
13738 * arc-mode.el (archive-l-e): New optional argument `float' means
13739 generate a float value.
13740 (archive-arc-summarize, archive-lzh-summarize)
13741 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
13742 with 3rd argument non-nil when file's size is being computed.
13743 Format the file sizes with %8.0f instead of %8d.
13744
13745 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13746
13747 * cus-start.el (all): Add mac-dnd-known-types.
13748
13749 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
13750 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
13751 (mac-TIFF-to-string): New functions.
13752 (x-get-selection, x-selection-value)
13753 (mac-select-convert-to-string): Use them.
13754 (mac-text-encoding-mac-japanese-basic-variant): New constant.
13755 (mac-dnd-types-alist): New customization variable.
13756 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
13757 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
13758 (mac-dnd-handle-drag-n-drop-event): New functions.
13759 (mac-drag-n-drop): Remove function.
13760 (global-map): Bind drag-n-drop and M-drag-n-drop to
13761 mac-dnd-handle-drag-n-drop-event.
13762
13763 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
13764
13765 * progmodes/perl-mode.el (perl-beginning-of-function):
13766 Skip anonymous subs.
13767
13768 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
13769
13770 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
13771 regexp-opt at run time.
13772
13773 * term.el (term-handle-ansi-escape): Fix off by one error.
13774
13775 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
13776
13777 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
13778 (gdb-init-1, gdb-post-prompt): ...and references to it.
13779 (gdb-frame-handler): Strip directory name from filename if present.
13780
13781 * progmodes/gud.el (gdb-force-update): Delete defvar
13782 (gud-speedbar-buttons): ...and references to it. Use window-start
13783 to try to keep positon in watch expression.
13784
13785 2006-05-03 Richard Stallman <rms@gnu.org>
13786
13787 * simple.el (next-history-element, previous-history-element): Doc fix.
13788
13789 * isearch.el (isearch-update-ring): Doc fix.
13790
13791 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
13792
13793 * isearch.el (isearch-update-ring): Take history-delete-duplicates
13794 into consideration. Replace one arm ifs with whens.
13795
13796 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
13797
13798 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
13799 (menu): Fix typo.
13800
13801 2006-05-02 Miles Bader <miles@gnu.org>
13802
13803 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
13804
13805 2006-05-02 Jay Belanger <belanger@truman.edu>
13806
13807 * calc/calc-embed.el (calc-override-minor-modes-map)
13808 (calc-override-minor-modes): New variables.
13809 (calc-do-embedded): Make sure that Calc keystrokes aren't
13810 overwritten by minor modes.
13811
13812 2006-05-02 Chong Yidong <cyd@mit.edu>
13813
13814 * msb.el (msb): If EVENT is a down event, read and discard the up event.
13815
13816 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13817
13818 * startup.el (command-line-1): Refer to Lisp manual when
13819 pure-space-overflow occurs.
13820
13821 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
13822 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
13823 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
13824 (version-control): Don't use `t' for safe-local-variable declarations.
13825
13826 2006-05-01 Richard Stallman <rms@gnu.org>
13827
13828 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
13829 M-r, M-R, M-A, M-SPC or M-DEL.
13830 (diff-mode-map): diff-refine-hunk now on C-c C-w
13831 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
13832
13833 * help-mode.el (help-mode): view-exit-action calls delete-window
13834 only when it is safe and possible.
13835
13836 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
13837 in messages.
13838
13839 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
13840
13841 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
13842 in the default tool-bar-map.
13843
13844 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
13845
13846 * net/tramp.el (tramp-completion-file-name-handler-alist)
13847 (tramp-run-real-handler, tramp-completion-run-real-handler)
13848 (tramp-completion-handle-file-name-all-completions)
13849 (tramp-completion-handle-file-name-completion): Autoload them.
13850 (tramp-completion-handle-file-exists-p)
13851 (tramp-completion-handle-file-name-directory)
13852 (tramp-completion-handle-file-name-nondirectory)
13853 (tramp-completion-handle-expand-file-name): Remove them.
13854 (tramp-handle-file-name-directory): Return the real directory name.
13855 Returning "/" only doesn't need to be necessary any longer.
13856 (tramp-file-name-handler): Make special attention when in hostname
13857 completion mode.
13858 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
13859 (tramp-register-file-name-handlers):
13860 Register `tramp-completion-file-name-handler' only when
13861 `partial-completion-mode' is enabled.
13862 (tramp-completion-handle-file-name-all-completions):
13863 Delete directory part from results.
13864 (tramp-get-completion-methods, tramp-get-completion-user-host):
13865 Discard deleting "/", it doesn't work after the change of
13866 `tramp-handle-file-name-directory' above.
13867
13868 2006-05-01 Kim F. Storm <storm@cua.dk>
13869
13870 * progmodes/grep.el (grep-expand-template): Use save-match-data
13871 and symbol-value.
13872
13873 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13874
13875 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
13876 Use select-frame-set-input-focus instead of raise-frame.
13877 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
13878
13879 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
13880
13881 * progmodes/gud.el (gud-def): Add %c case.
13882 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
13883 (gud-format-command): Make match case sensitive. Match on %F.
13884
13885 2006-04-30 Glenn Morris <rgm@gnu.org>
13886
13887 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
13888 (cal-tex-preamble): Use cal-tex-preamble-extra.
13889 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
13890 than alias `list-diary-entries'.
13891
13892 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
13893
13894 * help-fns.el (describe-variable): Add info about safe local variables.
13895
13896 2006-04-29 Richard Stallman <rms@gnu.org>
13897
13898 * bindings.el (mode-line-format): help-echo doc fixes.
13899
13900 * net/tramp.el (tramp-file-name-handler-alist): Delete
13901 expand-file-name and other operations that can cause spurious loading.
13902
13903 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13904
13905 * files.el (safe-local-variable-p): Remove support for the special
13906 value t.
13907
13908 * textmodes/paragraphs.el (sentence-end-without-space):
13909 Fix safety predicate.
13910 (sentence-end-double-space, sentence-end-without-period)
13911 (paragraph-ignore-fill-prefix):
13912 * textmodes/fill.el (colon-double-space):
13913 * abbrev.el (abbrev-mode): Tighten the safety predicate.
13914
13915 * subr.el (booleanp): New fun.
13916
13917 * textmodes/reftex-vars.el (reftex-guess-label-type):
13918 Tighten the safety predicate.
13919
13920 2006-04-28 Kim F. Storm <storm@cua.dk>
13921
13922 * progmodes/grep.el (defgroup grep): Doc fix.
13923 (grep-auto-highlight): Remove.
13924 (grep-template): New defcustom.
13925 (grep-find-template): Rename from grep-tree-template.
13926 (grep-files-aliases): Rename from grep-tree-files-aliases.
13927 Remove "all" alias, add "l" alias.
13928 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
13929 (grep-find-ignored-directories): New defcustom to replace
13930 grep-tree-ignore-CVS-directories, to facilitate ignoring
13931 subdirectories for multiple version control systems.
13932 (grep-mode-map): Add Recursive grep item to GREP menu.
13933 (grep-regexp-history, grep-files-history): New defvars.
13934 (grep-probe): New helper function.
13935 (grep-compute-defaults): Use it to simplify code.
13936 Adapt to name changes.
13937 Use `.' as base in grep-find-template rather than <D>.
13938 (grep): Remove superfluous highlight-regexp arg. Fix doc.
13939 Call grep-compute-defaults unconditionally.
13940 (grep-expand-keywords): New defconst.
13941 (grep-expand-template): Rename from grep-expand-command-macros.
13942 Simplify via grep-expand-keywords. Look at case-fold-search instead
13943 of grep-tree-ignore-case to add -i option.
13944 Bind case-fold-search to nil while matching keywords.
13945 (grep-tree-last-regexp, grep-tree-last-files): Remove.
13946 (grep-read-regexp, grep-read-files): New helper functions.
13947 (rgrep): Rename from grep-tree. Rework to use proper histories.
13948 Adapt to changes in defcustoms and functions above.
13949 (lgrep): New command, as grep, but using same interactive UI as rgrep.
13950
13951 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
13952
13953 * net/tramp.el (tramp-completion-file-name-handler):
13954 Disable Tramp's functionality while loading Tramp itself.
13955 (tramp-register-file-name-handlers): That's a defsubst now.
13956 Code from `tramp-repair-jka-compr' moved here. Apply it via
13957 `after-init-hook'.
13958 (tramp-repair-jka-compr): Remove.
13959
13960 2006-04-27 Jay Belanger <belanger@truman.edu>
13961
13962 * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
13963 read expression when `math-read-big-expr' doesn't work.
13964
13965 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
13966
13967 * startup.el (command-line-1): Display warning when
13968 pure-space-overflow is non-nil.
13969
13970 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13971
13972 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
13973 risky.
13974
13975 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13976
13977 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
13978 Return the URL or nil if none can be generated.
13979
13980 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
13981
13982 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
13983 byte compiler warnings.
13984 (gud-basic-call, gud-find-expr): Let user select an expression
13985 for printing. Print expression as well as value in GUD buffer.
13986
13987 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
13988
13989 * allout.el: Remove local autoload declaration for
13990 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
13991 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
13992 (allout-plain-bullets-string, allout-distinctive-bullets-string)
13993 (allout-use-mode-specific-leader, allout-old-style-prefixes)
13994 (allout-stylish-prefixes, allout-numbered-bullet)
13995 (allout-file-xref-bullet, allout-presentation-padding)
13996 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
13997 safe-local-variable with suitable value spec, and add autoload
13998 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
13999 (move-beginning-of-line, move-end-of-line): Repair so these compat
14000 functions now actually resituate the point, when appropriate.
14001
14002 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14003
14004 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
14005
14006 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
14007 (add-log-iso8601-time-string): Fix call to format-time-string.
14008
14009 2006-04-26 Kim F. Storm <storm@cua.dk>
14010
14011 * subr.el (posn-string, posn-image, posn-object): Doc fix.
14012
14013 2006-04-26 Masatake YAMATO <jet@gyve.org>
14014
14015 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
14016 Add support for "//" style comments. Remove `b' flag
14017 from ?* in `asm-mode-syntax-table'.
14018
14019 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14020
14021 * follow.el: Use (featurep 'xemacs) everywhere.
14022 (follow-mode): Use define-minor-mode.
14023 (follow-mode-map): Move initialization into the declaration.
14024 Use command remapping.
14025 (follow-emacs-version-xemacs-p): Remove.
14026 (follow-submit-feedback): Remove.
14027
14028 * allout.el (allout-layout, allout-passphrase-verifier-string)
14029 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
14030
14031 * textmodes/reftex-vars.el (reftex-vref-is-default)
14032 (reftex-fref-is-default, reftex-guess-label-type):
14033 Tighten up a bit the safety predicate.
14034
14035 * textmodes/paragraphs.el (sentence-end-double-space)
14036 (sentence-end-without-period, sentence-end-without-space)
14037 (page-delimiter, paragraph-ignore-fill-prefix):
14038 Tighten up a bit the safety predicate.
14039
14040 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
14041
14042 * progmodes/python.el (python-continuation-line-p)
14043 (python-beginning-of-statement): syntax-ppss may return
14044 a negative depth.
14045 (python-mode): Don't forcefully enable font-lock.
14046
14047 * time-stamp.el (time-stamp-start, time-stamp-end)
14048 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
14049
14050 * add-log.el: Remove spurious * in docstrings.
14051 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
14052 (add-change-log-entry): Use it here, since it's not specific
14053 to iso8601.
14054 (add-log-iso8601-time-string): Don't use it here any more.
14055 (change-log-indent-text, change-log-indent): Rename from add-log-*.
14056
14057 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
14058
14059 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
14060
14061 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
14062 (rcirc-toggle-low-priority): Doc fix.
14063 (rcirc-handler-NOTICE): Remove beginning of line anchor in
14064 ChanServ regexp.
14065 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
14066 #emacs.
14067 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
14068 (rcirc-decode-coding-system): Use utf-8 as the default.
14069 (rcirc-multiline-minor-mode): Set the fill-column.
14070 (rcirc-format-response-string): Display bright and dim nicks.
14071 (rcirc-browse-url): Update interactive spec to fill ARG.
14072 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
14073 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
14074
14075 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
14076
14077 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
14078 case for @Article, etc.
14079
14080 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
14081
14082 * net/tramp.el (tramp-register-file-name-handlers): New defun.
14083 Added with autoload cookie.
14084 (tramp-unload-file-name-handlers): Rename from
14085 `tramp-unload-file-name-handler-alist'.
14086
14087 2006-04-23 Romain Francoise <romain@orebokech.com>
14088
14089 * comint.el (comint-match-partial-filename): Doc fix.
14090
14091 2006-04-21 Glenn Morris <rgm@gnu.org>
14092
14093 * calendar/cal-menu.el (calendar-mode-map): Refer to
14094 `diary-view-entries' rather than alias `view-diary-entries'.
14095 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
14096
14097 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
14098
14099 * progmodes/antlr-mode.el (antlr-default):
14100 * cus-edit.el (custom-documentation):
14101 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
14102 in defface.
14103
14104 2006-04-21 Kim F. Storm <storm@cua.dk>
14105
14106 * image.el (image-type): New defun split out of create-image.
14107 (create-image): Use it.
14108
14109 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
14110
14111 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
14112 (org-open-at-point): Remove the "...done" message to keep output
14113 in the echo area visible.
14114 (org-export-as-xoxo): Fix call to `indent-region'.
14115
14116 2006-04-21 Kevin Ryde <user42@zip.com.au>
14117
14118 * international/mule.el (keyboard-coding-system): defcustom
14119 info-link fixes: "Specify Coding" has been split, keyboard now in
14120 "Terminal Coding", and "Single-Byte Character Support" is now
14121 "Unibyte Mode".
14122
14123 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
14124
14125 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
14126 Use font-lock-warning-face for any errors e.g. no stack.
14127 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
14128
14129 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
14130
14131 * progmodes/sh-script.el (sh-shell): Mark as safe.
14132
14133 * newcomment.el (comment-start, comment-start-skip)
14134 (comment-end-skip, comment-end): Mark as safe.
14135
14136 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
14137
14138 * textmodes/org.el (org-deadline-announce): Face removed.
14139 (org-level-faces, org-n-levels): Convert to constant.
14140 (org-compatible-face): New function.
14141 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
14142 (org-level-5, org-level-6, org-level-7, org-level-8)
14143 (org-special-keyword, org-warning, org-headline-done, org-link)
14144 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
14145 (org-scheduled-today, org-scheduled-previously, org-time-grid):
14146 Face definition revised for better color tty support.
14147 (org-bold-re, org-italic-re, org-underline-re): New constants.
14148 (org-set-font-lock-defaults): Use the new constants.
14149 (org-agenda-highlight-todo): New function.
14150 (org-agenda-todo): Fix bug with point at end of line.
14151 (org-agenda-change-all-lines, org-finalize-agenda-entries):
14152 Fontify TODO keywords.
14153 (org-insert-link): Preserve relative path in ../ links.
14154 (org-export-as-html): Convert links pointing to .org files into
14155 links that will work beteen the exported HTML files.
14156 (org-todo-list): Fix bug when arg=0.
14157 (org-insert-heading): More fine-tuning.
14158
14159 2006-04-19 Romain Francoise <romain@orebokech.com>
14160
14161 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
14162 from `rmail-mime-charset-pattern'.
14163
14164 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
14165
14166 * progmodes/python.el (python-mode): Fix typo.
14167
14168 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
14169
14170 * comint.el (comint-previous-input): Don't clobber input line
14171 when moving off either end of the input history ring.
14172 (comint-delete-input): New function, used by
14173 `comint-previous-input' and others.
14174 (comint-previous-matching-input):
14175 Use `coming-delete-input'. Save the partial input if leaving the
14176 edit line. Goto point-max before deleting input to avoid
14177 partial input fragments hanging around.
14178 (comint-restore-input): New function, used by `comint-previous-input'.
14179
14180 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
14181
14182 * imenu.el (imenu--index-alist): Balance parentheses.
14183
14184 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
14185
14186 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
14187
14188 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
14189
14190 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
14191 file is nil.
14192
14193 2006-04-18 Richard Stallman <rms@gnu.org>
14194
14195 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
14196
14197 * imenu.el (imenu-create-index-function, imenu--index-alist)
14198 (imenu--last-menubar-index-alist, imenu--make-index-alist)
14199 (imenu-default-create-index-function, imenu--generic-function):
14200 Doc fixes.
14201
14202 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
14203
14204 * help-mode.el (help-mode): Set view-exit-action to delete window.
14205
14206 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
14207 now works by passing nil as arg.
14208
14209 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
14210
14211 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
14212 (read-abbrev-file): Provide default when reading filename.
14213
14214 * files.el (enable-local-variables): Allow :all as value.
14215 (hack-local-variables): Implement that value.
14216 (safe-local-variable-values, safe-local-eval-forms)
14217 (enable-local-variables): Mark as risky.
14218 (find-file-visit-truename, kept-old-versions): Mark safe.
14219
14220 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
14221 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
14222 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
14223
14224 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14225
14226 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
14227 Use forward-line so as to get to BOL even in the presence of fields.
14228 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
14229 in return.
14230 (inferior-tcl): Tell tclsh to work in interactive mode.
14231
14232 * complete.el (partial-completion-mode):
14233 Use 'choose-completion-string-functions to make sure that
14234 choose-completion fills the minibuffer properly.
14235
14236 * complete.el (PC-old-read-file-name-internal): Remove.
14237 (PC-read-include-file-name-internal): Remove. Turn it into an advice
14238 of read-file-name-internal.
14239 (partial-completion-mode): Enable/disable this advice.
14240
14241 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
14242
14243 * net/tramp.el (tramp-completion-file-name-handler): Revert change
14244 of 2006-04-17.
14245
14246 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
14247
14248 * textmodes/org.el (org-insert-heading): Insert heading before
14249 current if at beginning of line.
14250 (org-todo, org-date): New faces.
14251 (org-table-align): Make sure tooltip window contains full text.
14252 (org-no-properties): New defsubst.
14253 (org-set-font-lock-defaults): Use new faces.
14254
14255 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
14256
14257 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
14258 for root variables.
14259
14260 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
14261 (gdb-frame-address): Re-use to identify frame for watch expression.
14262 (gdb-var-list, gdb-var-create-handler): Add frame address for root
14263 variables.
14264 (gdb-init-1, gdb-source, gdb-post-prompt)
14265 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
14266 (gdb-frame-handler): Get gdb-frame-address.
14267
14268 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
14269
14270 Sync with Tramp 2.0.53.
14271
14272 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
14273 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
14274 (tramp-completion-file-name-handler): Add autoload cookie for
14275 adding to `file-name-handler-alist'.
14276
14277 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
14278 the prompt. If it returns earlier (when detecting an error
14279 message), the rest of the output will merge accidently with the
14280 output of the next command. Reported by M Jared Finder
14281 <jared@hpalace.com>.
14282
14283 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
14284 for `process-file', in order to let it work for older Emacsen too.
14285
14286 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
14287
14288 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
14289 (tex-font-lock-keywords-3): Use it.
14290
14291 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14292
14293 * newcomment.el (comment-add): New function.
14294 (comment-region-default, comment-dwim): Use it.
14295
14296 2006-04-15 Michael Olson <mwolson@gnu.org>
14297
14298 * emacs-lisp/tq.el: Improve comments.
14299 (tq-queue-head-question): New accessor function.
14300 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
14301 Update for modified queue structure.
14302 (tq-queue-add): Accept `question' argument.
14303 (tq-queue-pop): If a question is pending, send it.
14304 (tq-enqueue): Accept new optional argument `delay-question'.
14305 If this is non-nil, and at least one other question is pending a
14306 response, queue the question rather than sending it immediately.
14307
14308 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14309
14310 * calendar/appt.el (appt-add): Check whether an appointment is
14311 already present in appt-time-msg-list. Simplify code.
14312
14313 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14314
14315 * progmodes/cc-langs.el (c-mode-menu):
14316 Don't presume c-subword-mode is bound.
14317
14318 2006-04-13 Bill Wohler <wohler@newt.com>
14319
14320 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
14321 (customize-package-emacs-version): Use cdr instead of cadr now
14322 that alists use dotted pairs.
14323
14324 * custom.el (defcustom): Fix docstring for :package-version.
14325
14326 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
14327
14328 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
14329 (tramp-handle-shell-command): Display output buffer only when
14330 `tramp-display-shell-command-buffer' is true.
14331 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
14332
14333 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14334
14335 * textmodes/org.el (org-set-autofill-regexps): Set only the local
14336 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
14337
14338 2006-04-13 Romain Francoise <romain@orebokech.com>
14339
14340 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
14341 leaving temporary .cvsignore buffers behind.
14342
14343 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14344
14345 * textmodes/org.el (org-set-regexps-and-options)
14346 (org-get-current-options): Better names for the startup folding
14347 options.
14348
14349 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
14350
14351 * vc.el (vc-annotate): Arrange for point to end up at the same
14352 line number as in the original, but only when using a new buffer.
14353
14354 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
14355
14356 * files.el (hack-one-local-variable-eval-safep):
14357 Recognize `edebug-form-spec' for `put', but only if it passes
14358 `edebug-basic-spec'. Generalize `put' handling.
14359
14360 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
14361 vetting file-local form specs.
14362
14363 * allout.el (allout-layout): Autoload its `safe-local-variable'
14364 property.
14365
14366 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14367
14368 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
14369 (org-agenda-mouse-1-follows-link)
14370 (org-mouse-1-follows-link): New options.
14371 (org-format-agenda-item): Fix bug if TAGS is nil.
14372 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
14373
14374 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
14375
14376 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
14377 GDB 6.1+ gives full filename for "info sources" so use
14378 file-name-nondirectory.
14379
14380 2006-04-12 Romain Francoise <romain@orebokech.com>
14381
14382 * subr.el (read-passwd): Bind `message-log-max' to nil.
14383
14384 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14385
14386 * progmodes/perl-mode.el (perl-indent-new-calculate):
14387 Recompute parse-start after jumping backward by a whole sexp.
14388
14389 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14390
14391 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
14392 window configuration.
14393 (vc-annotate-display-select): Select the buffer so that current-buffer
14394 (and selected-window) is the output buffer at the end of vc-annotate.
14395
14396 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
14397
14398 * vc.el (vc-annotate-color-map): Add custom TTY color map for
14399 8-color terminals, to use all of the colors in a sensible order.
14400 256-color terminals work well with the standard map.
14401 (vc-annotate-lines): Only strip the first color character if it
14402 is "#", to allow for terminal-style named colors.
14403 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
14404 the correct buffer is scrolled.
14405
14406 2006-04-11 Richard Stallman <rms@gnu.org>
14407
14408 * emacs-lisp/bytecomp.el (byte-compile-file):
14409 Bind enable-local-variables to :safe, and make normal-mode obey it.
14410
14411 * files.el (enable-local-variables): Allow value :safe.
14412 (normal-mode): Doc fix.
14413 (hack-local-variables): Implement enable-local-variables = :safe.
14414 (hack-local-variables-confirm): Don't prevent quitting.
14415
14416 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14417
14418 * loadhist.el (unload-feature): A bit of sanity check of
14419 load-history entries. Cancel timer-vars before unbinding them.
14420
14421 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
14422 quote special chars, and make the trick work on the hex part of the
14423 buffer as well.
14424 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
14425 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
14426
14427 * startup.el (normal-splash-screen): Fix last change so we don't wait
14428 2 minutes if we don't show the splash screen.
14429
14430 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
14431
14432 * textmodes/org.el (org-export-plain-list-max-depth)
14433 (org-table-spaces-around-separators)
14434 (org-radio-targets, org-activate-camels)
14435 (org-table-spaces-around-invisible-separators): Options removed.
14436 (org-time-stamp-rounding-minutes, org-remember-templates)
14437 (org-ellipsis, org-activate-links, org-descriptive-links):
14438 New options.
14439 (org-remember-apply-template, org-current-time)
14440 (org-finish-edit-table-field)
14441 (org-link-unescape, org-link-escape)
14442 (org-string-width, org-table-clean-line, org-html-do-expand)
14443 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
14444 (org-read-agenda-file-list): New functions.
14445 (org-table-edit-field)
14446 (org-table-create-or-convert-from-region): New commands
14447 (org-table-toggle-vline-visibility): Command removed.
14448 (org-table-convert-region): Made a command.
14449 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
14450 Replace with the normal org- functions.
14451 (org-self-insert-command): Don't trigger realign unnecessarily
14452 when blanking a field that is not full.
14453 (org-mode): `Set buffer-invisibility-spec' for links.
14454 (org-activate-links2): Hide link part and only show descriptive
14455 part of the link.
14456 (org-insert-link): Modify for new linking system.
14457 (org-store-link): Store description separately, for use by
14458 `org-insert-link'.
14459 (org-table-align): Use `org-string-width'.
14460 (defgroup): Completely new group structure for custom variables.
14461 (org-agenda-files): Option: Single file name allowed. Function:
14462 Optional argument unrestrited means ignore any restricitons.
14463 (org-install-agenda-files-menu): Find a buffer in Org-mode before
14464 trying to modify the menu. Use generalized access to
14465 `org-agenda-files.'
14466 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
14467 (org-agenda-file-to-front, org-remove-file, org-diary)
14468 (org-tags-view, org-export-icalendar-all-agenda-files)
14469 (org-export-icalendar-combine-agenda-files): Use generalized
14470 access to `org-agenda-files'.
14471 (org-remember-handler): Correctly preserve heading if present.
14472 (org-table-insert-row, org-table-insert-hline): Deal with
14473 invisible characters.
14474
14475 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
14476
14477 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
14478 (vc-annotate-color-map): New 18 element constant
14479 value/saturation, rotating hue colormap, from red->blue.
14480 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
14481 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
14482 (vc-annotate): To avoid killing the required local variables,
14483 set them before the end of `with-output-to-temp-buffer', and
14484 after first switching to annotate-mode.
14485 (vc-annotate-warp-version): Add buffer argument in goto-line to
14486 ensure annotation, not source, is scrolled.
14487
14488 2006-04-10 Bill Wohler <wohler@newt.com>
14489
14490 * custom.el (defcustom, custom-handle-keyword):
14491 Add :package-version keyword.
14492 (custom-add-package-version): New function. Sets value of new
14493 property 'custom-package-version from :package-version keyword.
14494 (defcustom): Create Common Keywords section in docstring.
14495 (defface, defgroup): Replace definitions of a select few keywords
14496 with a reference to the Common Keywords in defcustom.
14497 (defcustom, defface, defgroup): Replace reference to Customization
14498 chapter in manual with hyperlink.
14499
14500 * cus-edit.el (customize-package-emacs-version-alist): New variable.
14501 (customize-changed-options): Add check for custom-package-version.
14502 (customize-package-emacs-version): New function to look up Emacs
14503 version corresponding to the given package version.
14504
14505 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
14506 defun name, in similar fashion to find-variable-regexp.
14507
14508 2006-04-10 Eli Zaretskii <eliz@gnu.org>
14509
14510 * international/mule-cmds.el (set-locale-environment): Fix last
14511 change for when the locale's preferences don't specify any encoding.
14512
14513 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14514
14515 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
14516 so the defined var/fun doesn't need to be quoted.
14517
14518 2006-04-10 Richard Stallman <rms@gnu.org>
14519
14520 * finder.el (finder-mode-map): Add n and p bindings.
14521
14522 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
14523
14524 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
14525 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
14526 (gdb-setup-windows): Put something in source window if we can't find
14527 the source file.
14528 (gdb-frame-handler): Make it work again with just assembly.
14529 (gdb-data-list-register-values-handler): Make it work when there is
14530 no stack.
14531
14532 2006-04-09 Richard Stallman <rms@gnu.org>
14533
14534 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
14535 specs while looking for charset.
14536
14537 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
14538
14539 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
14540 Make them faces.
14541 (lm-font-lock-keywords): Update appropriately.
14542
14543 2006-04-10 Kim F. Storm <storm@cua.dk>
14544
14545 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
14546 it can also replace buffer-substring-no-properties.
14547
14548 * emulation/cua-base.el (cua-delete-region, cua-paste)
14549 (cua-repeat-replace-region): Use filter-buffer-substring.
14550
14551 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
14552 (cua-cut-region-to-global-mark): Likewise.
14553
14554 * emulation/cua-rect.el (cua--extract-rectangle)
14555 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
14556
14557 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14558
14559 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
14560 entry-type. Add field delimiters to numerical fields if they are
14561 not present.
14562
14563 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14564
14565 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
14566 string-const to return value.
14567 (bibtex-remove-delimiters): Use it.
14568
14569 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14570
14571 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
14572 cl-byte-compile-compiler-macro unless it exists.
14573
14574 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14575
14576 * files.el (hack-local-variables-confirm) <offer-save>:
14577 Clarify message text. Suggested by Ralf Angeli.
14578
14579 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
14580
14581 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
14582 (delete-extract-rectangle-line): Use `filter-buffer-substring'
14583 instead of `buffer-substring' and `delete-region'. (Most of the
14584 code actually copied from `kill-region'.)
14585
14586 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
14587
14588 * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
14589 (rcirc-default-port): Rename from rcirc-port.
14590 (rcirc-default-nick): Rename from rcirc-nick.
14591 (rcirc-default-user-name): Rename from rcirc-user-name.
14592 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
14593 (rcirc-low-priority-flag): New variable.
14594 (rcirc-decode-coding-system): New defcustom.
14595 (rcirc-encode-coding-system): New defcustom.
14596 (rcirc-coding-system-alist): New defcustom.
14597 (rcirc-multiline-major-mode): New defcustom.
14598 (rcirc-nick): New internal variable.
14599 (rcirc-process): Remove variable.
14600 (rcirc-server-buffer): New variable.
14601 (rcirc): Update to use rcirc-default-* variables above.
14602 (rcirc-connect): Do not add window-configuration-hook-here.
14603 (rcirc-server): New internal variable.
14604 (rcirc-connect): Do not send keepalive pings if
14605 rcirc-keepalive-seconds is nil.
14606 (with-rcirc-server-buffer): New macro.
14607 (rcirc-send-string): Encode with rcirc-encode-coding-system.
14608 (rcirc-server-name): Rename from rcirc-server.
14609 (rcirc-buffer-process): New function.
14610 (rcirc-buffer-nick): New function.
14611 (rcirc-buffer-target): Remove function.
14612 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14613 New commands.
14614 (rcirc-mode-map): Change binding of C-c C-l to
14615 rcirc-toggle-low-priority.
14616 (rcirc-mode): Initialize coding system based on
14617 rcirc-coding-system-alist. New change-major-mode-hook to part the
14618 channel on a mode change. Make kill-buffer-hook buffer-local.
14619 (rcirc-change-major-mode-hook): New function.
14620 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
14621 (rcirc-last-post-time): New variable.
14622 (rcirc-process-message): Store the last time user posted a message
14623 to this target.
14624 (rcirc-multiline-minor-mode): New mode.
14625 (rcirc-multiline-minor-mode-map): New mode map.
14626 (rcirc-edit-multiline): Put multiline-edit buffer in
14627 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
14628 (rcirc-print): Ignore any line starting with an ignored nick.
14629 (rcirc-print): Decode using rcirc-decode-coding-system.
14630 (rcirc-track-minor-mode): Update global-mode-string when disabling
14631 this mode.
14632 (minor-mode-alist): Add LowPri indicator.
14633 (rcirc-toggle-low-priority): New function.
14634 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
14635 next lowpriority buffer with activity.
14636 (rcirc-record-activity): Sort buffers in rcirc-activity by the
14637 last time the user posted a message in to the target.
14638 (rcirc-update-activity-string): New formatting for low priority
14639 buffers.
14640 (rcirc-split-activity): New function.
14641 (rcirc-handler-PART, rcirc-handler-KICK)
14642 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
14643 (rcirc-nick-away-alist): New variable.
14644 (rcirc-handler-301): New handler. Away messages are printed once
14645 per change.
14646
14647 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14648
14649 * info.el (Info-follow-nearest-node): Doc fix.
14650
14651 * international/mule-cmds.el (set-locale-environment): Make sure
14652 the coding-system preferred by the locale's language has the same
14653 EOL conversion type as the original buffer-file-coding-system.
14654 (locale-language-names): Add a few MS Windows language codes.
14655
14656 2006-04-07 Richard Stallman <rms@gnu.org>
14657
14658 * simple.el (eval-expression): Doc fix.
14659
14660 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
14661 (eval-defun): Doc fixes.
14662
14663 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
14664
14665 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
14666
14667 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
14668
14669 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
14670 GDB list command without argument for greater generality.
14671
14672 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14673
14674 * subr.el (string-or-null-p): New function.
14675
14676 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
14677
14678 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
14679
14680 * files.el: Update comment about safe-local-variable declarations.
14681
14682 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
14683
14684 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
14685 See idlwave.org.
14686
14687 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
14688 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
14689
14690 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
14691 See idlwave.org.
14692
14693 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
14694 version 6.0 (minimal changes). See idlwave.org.
14695
14696 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
14697 6.0 (minimal changes). See idlwave.org.
14698
14699 * progmodes/idlw-rinfo.el: File obsoleted and removed.
14700
14701 2006-04-06 Romain Francoise <romain@orebokech.com>
14702
14703 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
14704 symmetric encryption features and a new asynchronous interface to
14705 GnuPG. This new version is version 1.4, plus whitespace changes.
14706
14707 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14708
14709 * files.el: Move some `safe-local-variable' declarations to the
14710 respective files.
14711
14712 * textmodes/ispell.el (ispell-check-comments)
14713 (ispell-local-dictionary): Mark as safe.
14714
14715 * abbrev.el (abbrev-mode): Mark as safe.
14716
14717 * add-log.el (change-log-default-name): Mark as safe.
14718
14719 * textmodes/reftex-vars.el (reftex-vref-is-default)
14720 (reftex-fref-is-default, reftex-level-indent)
14721 (reftex-guess-label-type): Mark as safe.
14722
14723 * textmodes/fill.el (colon-double-space): Mark as safe.
14724
14725 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
14726 (sentence-end-double-space, sentence-end-without-period)
14727 (sentence-end-without-space, sentence-end, sentence-end-base)
14728 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
14729
14730 2006-04-06 Kim F. Storm <storm@cua.dk>
14731
14732 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
14733 the :set-after list.
14734 (ido-downcase-unc-hosts): New user option. Default on.
14735 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
14736 when it is set, as regexps are now applied on the fly.
14737 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
14738 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
14739 on the fly, but only when ido-process-ignore-lists is set.
14740 Do case insensitive filtering if ido-downcase-unc-hosts is set.
14741 Only downcase names if ido-downcase-unc-hosts is set.
14742
14743 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
14744
14745 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
14746
14747 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
14748
14749 2006-04-05 Kim F. Storm <storm@cua.dk>
14750
14751 * ido.el (ido-mode): Set after ido-unc-hosts and
14752 ido-ignore-unc-host-regexps.
14753 (ido-save-history): Save ido-unc-hosts-cache.
14754 (ido-load-history): Load ido-unc-hosts-cache.
14755 (ido-reread-directory): Refresh unc hosts cache in // dir.
14756
14757 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
14758 to nil while displaying slash screen.
14759
14760 2006-04-05 Daiki Ueno <ueno@unixuser.org>
14761
14762 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14763 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14764
14765 2006-04-05 Kenichi Handa <handa@m17n.org>
14766
14767 * international/characters.el: Setup cases of Latin, Greek, and
14768 Cyrillic characters in CJK charsets.
14769
14770 2006-03-29 Daiki Ueno <ueno@unixuser.org>
14771
14772 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14773 default-enable-multibyte-characters. This reverts the change from
14774 revision 6.17 which is no longer necessary because the passphrase
14775 is sent separately now. GnuPG messages are unreadable under
14776 multibyte locales with default-enable-multibyte-characters set to nil.
14777
14778 2006-04-04 Andreas Schwab <schwab@suse.de>
14779
14780 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
14781 and `byte-compile-warnings' as `safe-local-variable'.
14782
14783 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
14784
14785 * man.el (Man-mode-map): Restore the \r binding.
14786 (Man-abstract-xref-man-page): If Man-target-string is a function,
14787 call it.
14788 (Man-highlight-references): Use Man-default-man-entry to get the
14789 target. Deal with xrefs too.
14790 (Man-highlight-references0): Don't call the target function.
14791
14792 * woman.el (WoMan-xref-man-page): Strip the section number, woman
14793 cannot deal with it.
14794
14795 2006-04-04 Daiki Ueno <ueno@unixuser.org>
14796
14797 * pgg-gpg.el: Clean up process buffers every time gpg processes
14798 complete.
14799
14800 2006-04-04 Kenichi Handa <handa@m17n.org>
14801
14802 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
14803 here.
14804 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
14805 Temporarily bind inhibit-field-text-motion to t.
14806
14807 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14808
14809 * startup.el (normal-splash-screen): Only set mode-line-format in the
14810 splash buffer, so as not to interfere when debugging the code.
14811 Ignore errors when switching buffer.
14812
14813 2006-04-03 Romain Francoise <romain@orebokech.com>
14814
14815 * dired.el (dired-dnd-protocol-alist): Fix typo.
14816
14817 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
14818
14819 * savehist.el (savehist): Add :version.
14820 (savehist-ignored-variables): New variable.
14821 (savehist-minibuffer-hook): Don't save variables listed in
14822 `savehist-ignored-variables'.
14823
14824 * dired.el (dired-dnd-protocol-alist): Mention that change does
14825 only apply to new buffers in doc string.
14826
14827 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14828
14829 * recentf.el (recentf-open-files-item): Include newline in button
14830 field, so opening a file will work, when the point is at the end
14831 of the file name. Allow, for example, to [i]search a file by
14832 extension and just push RET to open it.
14833
14834 2006-04-03 Daiki Ueno <ueno@unixuser.org>
14835
14836 * pgg-gpg.el (pgg-gpg-process-filter)
14837 (pgg-gpg-wait-for-completion): Check if buffer is alive.
14838
14839 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14840 lines, temporary fix.
14841
14842 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14843
14844 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
14845
14846 2006-04-02 Richard Stallman <rms@gnu.org>
14847
14848 * progmodes/compile.el (compilation-message-face): Make it defcustom.
14849
14850 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14851
14852 * ibuf-macs.el (define-ibuffer-column): Add a new key:
14853 header-mouse-map.
14854
14855 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
14856 (ibuffer-mode-header-map): New keymaps.
14857 (ibuffer-update-title-and-summary): Enable mouse face highlighting
14858 and keybindings for column headers.
14859 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
14860 property.
14861
14862 2006-04-02 Drew Adams <drew.adams@oracle.com>
14863
14864 * speedbar.el (speedbar-after-create-hook): Doc fix.
14865
14866 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
14867
14868 * shell.el (shell-directory-tracker)
14869 (shell-dynamic-complete-command): Doc fixes.
14870
14871 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
14872
14873 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
14874 terminals.
14875
14876 2006-04-01 Kim F. Storm <storm@cua.dk>
14877
14878 * ido.el (ido-unc-hosts-cache): New defvar.
14879 (ido-unc-hosts): If value of defcustom is a function, call it to
14880 get list of UNC hosts. Add function-item choices to specify
14881 ido-unc-hosts-net-view or user function.
14882 (ido-ignore-unc-host-regexps): New defcustom.
14883 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
14884 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
14885 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
14886
14887 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14888
14889 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
14890 wwidth.
14891
14892 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
14893
14894 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
14895 (ido-max-work-file-list, ido-switch-buffer)
14896 (ido-read-file-name-as-directory-commands):
14897 Fix typos in docstrings.
14898
14899 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14900
14901 * term/mac-win.el (mac-system-coding-system): Define and use after
14902 Mac-specific coding systems are ready.
14903
14904 2006-03-27 Romain Francoise <romain@orebokech.com>
14905
14906 * net/rcirc.el (rcirc-connect): Add autoload cookie.
14907
14908 * ldefs-boot.el: Update.
14909
14910 2006-03-27 Daiki Ueno <ueno@unixuser.org>
14911
14912 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14913 passphrases when it is not needed.
14914 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14915 passphrase stuff from gpg, should only be necessary when you use
14916 gpg with a smartcard.
14917
14918 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
14919
14920 * comint.el (comint-dynamic-list-completions): Allow user to
14921 select *Completions* buffer.
14922
14923 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
14924
14925 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
14926
14927 2006-03-26 Andreas Schwab <schwab@suse.de>
14928
14929 * progmodes/gud.el (gdb): Only complain about multiple debugging
14930 when the gdb process is still running.
14931
14932 2006-03-25 Eli Zaretskii <eliz@gnu.org>
14933
14934 * mail/rmail.el (tool-bar-map): Defvar it.
14935 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
14936 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
14937
14938 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
14939
14940 * help.el (print-help-return-message): Suggest to use
14941 display-buffer instead of switch-to-buffer-other-window to restore
14942 the previous window without selecting it.
14943
14944 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14945
14946 * frame.el (select-frame-by-name): Call x-focus-frame also when
14947 window-system is mac.
14948
14949 * term/mac-win.el: Adjust Courier font specifications in
14950 x-fixed-font-alist.
14951 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
14952 when directly encoding to UTF-16 in native byte order, no BOM.
14953
14954 2006-03-25 Kim F. Storm <storm@cua.dk>
14955
14956 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
14957 (cua--init-keymaps): Use it instead of fixed C-return.
14958 (cua-mode): Set after it.
14959
14960 * emulation/cua-rect.el (cua--init-rectangles):
14961 Use cua-rectangle-mark-key instead of fixed C-return.
14962
14963 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
14964
14965 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
14966 "run" in .gdbinit.
14967 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
14968
14969 2006-03-24 Romain Francoise <romain@orebokech.com>
14970
14971 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
14972 `display-buffer-other-frame'.
14973
14974 2006-03-24 Kim F. Storm <storm@cua.dk>
14975
14976 * apropos.el (apropos-synonyms): Add selection => region.
14977
14978 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14979
14980 * progmodes/gdb-ui.el (gdb-var-create-regexp)
14981 (gdb-var-list-children-regexp, gdb-var-update-regexp)
14982 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
14983 (gdb-data-list-register-values-regexp)
14984 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
14985 Future proof against new fields being added to MI output.
14986 (gdb-send): Don't treat backslashes for program input as
14987 continuations.
14988 (gdb-assembler-handler): Don't use window-start for this handler.
14989 (gdb-frame-handler): Don't change to hollow arrow if overlay
14990 arrow doesn't move to new frame.
14991
14992 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14993
14994 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
14995 prevent compiler warnings.
14996 (gdb-stopped): Check for gud-last-last-frame (case: signal).
14997 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
14998 (gdb-assembler-custom): Use hollow-right-triangle for assembler
14999 buffer too.
15000
15001 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
15002
15003 * pgg-gpg.el (pgg-gpg-update-agent): Check for
15004 make-network-process, so we can use the same code in Gnus v5-10
15005 too and have this file fully synchronized with that release.
15006
15007 2006-03-23 Romain Francoise <romain@orebokech.com>
15008
15009 * ibuf-ext.el (ibuffer-read-filter-group-name):
15010 Use `ibuffer-generate-filter-groups' to make completion list match
15011 the filter groups that are really displayed in the Ibuffer buffer.
15012 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
15013
15014 2006-03-23 Kenichi Handa <handa@m17n.org>
15015
15016 * international/mule-cmds.el (sort-coding-systems): Describe that
15017 the argument is modified in docstring.
15018
15019 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
15020
15021 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15022 (pgg-gpg-update-agent): New function.
15023 (pgg-gpg-use-agent-p): New function.
15024 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15025 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15026 (pgg-gpg-sign-region): Use it.
15027
15028 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
15029
15030 * cus-edit.el (custom-face-set): Call custom-push-theme before
15031 face-spec set so that `changed' theme is correctly saved.
15032 (custom-face-reset-standard): Reset to recalculated face rather
15033 than defface spec.
15034
15035 * custom.el (custom-push-theme): Only save `changed' theme if the
15036 current face does not match the defface specs.
15037
15038 2006-03-21 Simon Josefsson <jas@extundo.com>
15039
15040 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15041 <wilde@sha-bang.de>.
15042 (pgg-gpg-use-agent): New variable.
15043 (pgg-gpg-process-region): Use it.
15044 (pgg-gpg-encrypt-region): Likewise.
15045 (pgg-gpg-encrypt-symmetric-region): Likewise.
15046 (pgg-gpg-decrypt-region): Likewise.
15047 (pgg-gpg-sign-region): Likewise.
15048 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15049
15050 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
15051
15052 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
15053 bracket links.
15054
15055 2006-03-21 Kim F. Storm <storm@cua.dk>
15056
15057 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
15058 fringe-indicator-alist instead of modifying global value.
15059 (gdb-frame-handler): Likewise.
15060
15061 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
15062
15063 * diff-mode.el (diff-function): Make it inherit from diff-header
15064 instead of diff-context.
15065
15066 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
15067 bitmap.
15068 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
15069 change names in macro above for consistency.
15070 (gdb-frame-handler): Use hollow-right-triangle for all selected
15071 frames which except the innermost (where execution has stopped).
15072 (gdb-reset): Reset buffer-local values of overlay-arrow.
15073
15074 2006-03-20 Richard Stallman <rms@gnu.org>
15075
15076 * simple.el (set-mark-command): Doc fix.
15077
15078 * files.el (display-buffer-other-frame): New command.
15079 (ctl-x-4-map): Bind C-x 5 C-o to it.
15080
15081 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15082
15083 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
15084 rather than just defer-time, in case defer-time has been changed but
15085 the timer isn't running yet.
15086 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
15087
15088 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
15089
15090 * help-mode.el (help-follow-symbol): New function.
15091 Essentially identical to the old `help-follow', but do not let
15092 `push-button' do the work when on an xref.
15093 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
15094
15095 2006-03-19 Richard Stallman <rms@gnu.org>
15096
15097 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
15098 preceded by the word `program'.
15099 (help-follow-mouse, help-follow): Throw error if not on xref.
15100 Delete no longer used args.
15101
15102 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
15103
15104 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
15105 annotation ensure gud-overlay-arrow-position is redisplayed.
15106
15107 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15108
15109 * textmodes/bibtex.el (bibtex-include-OPTkey)
15110 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
15111 (bibtex-autokey-name-case-convert)
15112 (bibtex-autokey-titleword-case-convert): Make these the aliases
15113 for the following two variables.
15114 (bibtex-autokey-name-case-convert-function)
15115 (bibtex-autokey-titleword-case-convert-function): Make these the
15116 real names.
15117 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
15118 bibtex-font-lock-crossref sublists.
15119 (bibtex-mode): Revert 2005-12-30 change (which made
15120 completion-ignore-case buffer-local).
15121 (bibtex-url): Simplify.
15122
15123 2006-03-19 Kim F. Storm <storm@cua.dk>
15124
15125 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
15126 cursor property value to 2 (to align with C level change).
15127
15128 2006-03-19 Bill Wohler <wohler@newt.com>
15129
15130 * image.el (image-load-path-for-library): Shorten first line in
15131 docstring.
15132
15133 2006-03-18 Richard Stallman <rms@gnu.org>
15134
15135 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
15136
15137 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
15138
15139 * isearch.el (isearch-other-meta-char): Handle user bindings for
15140 shifted control characters.
15141
15142 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
15143
15144 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
15145 part that matches email addresses, file names, etc.
15146
15147 2006-03-18 Eli Zaretskii <eliz@gnu.org>
15148
15149 * term/w32-win.el (mouse-set-font):
15150 Mention w32-list-proportional-fonts in the doc string.
15151
15152 2006-03-18 Kim F. Storm <storm@cua.dk>
15153
15154 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
15155 (ido-unc-hosts): New user option to explicitly define list of know
15156 UNC-style hosts for completion.
15157 (ido-cache-unc-host-shares-time): New user option.
15158 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
15159 New helper functions for UNC file-name support.
15160 (ido-may-cache-directory): Check for UNC host. Simplify.
15161 (ido-wash-history): Clean out old UNC hosts.
15162 (ido-nonreadable-directory-p): UNC hosts are always readable.
15163 (ido-directory-too-big-p): UNC hosts are never too big.
15164 (ido-set-current-directory): Handle UNC root path.
15165 (ido-file-name-all-completions): Complete UNC host names from
15166 ido-unc-hosts list. Cache UNC host shares.
15167 (ido-make-file-list-1): Don't filter UNC root.
15168 (ido-exhibit): Check for // in root directory, and switch to UNC
15169 mode by setting ido-current-directory to //.
15170
15171 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
15172
15173 * cus-edit.el (customize-changed-options): Mention explicit
15174 version number as default in prompt.
15175
15176 2006-03-17 Bill Wohler <wohler@newt.com>
15177
15178 * image.el (image-load-path-for-library): Minor docstring fix.
15179
15180 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
15181
15182 * textmodes/org.el (org-read-date): Include subgroup 5 into
15183 replacement text.
15184 (org-popup-calendar-for-date-prompt): Fix customization type.
15185
15186 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
15187
15188 * progmodes/gdb-ui.el (gud-watch): Provide completion.
15189 (gdb-continuation): New variable.
15190 (gdb-send): Deal with continuation lines.
15191
15192 * progmodes/gud.el (gud-gdb-complete-command)
15193 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
15194 expressions.
15195 (gud-tooltip-mode): Use buffer-local value.
15196
15197 2006-03-16 Kim F. Storm <storm@cua.dk>
15198
15199 * ido.el (ido-edit-input): Use selected match, if any.
15200
15201 2006-03-16 Bill Wohler <wohler@newt.com>
15202
15203 * image.el (image-load-path-for-library): Prefer user's images in
15204 image-load-path.
15205
15206 2006-03-16 Martin Rudalics <rudalics@gmx.at>
15207
15208 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
15209 when checking for attempt to drag leftmost or rightmost scrollbar.
15210
15211 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
15212
15213 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
15214 (gdb-force-mode-line-update): New function.
15215 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
15216 (gdb-exited): Use them.
15217 (gdb-signal): New function.
15218 (gdb-annotation-rules): Provide a rule for it.
15219
15220 2006-03-16 Kenichi Handa <handa@m17n.org>
15221
15222 * international/mule.el (auto-coding-regexp-alist): Add entries
15223 for Unicode BOM.
15224
15225 * sort.el (sort-build-lists): Temporarily bind
15226 inhibit-field-text-motion to t.
15227
15228 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
15229
15230 * locate.el (locate-command, locate-make-command-line)
15231 (locate-fcodes-file, locate-update-command)
15232 (locate-prompt-for-command, locate, locate-with-filter)
15233 (locate-get-file-positions): Doc fixes.
15234 (locate-buffer-name, locate-header-face): Remove leading `*' in
15235 defcustom.
15236 (locate-filter-output): Use `keep-lines' instead of its alias
15237 `delete-non-matching-lines'.
15238 (locate-get-filename, locate-get-dirname): Add introductory comment.
15239 (locate-find-directory-other-window): Give appropriate error
15240 message if used outside main listing.
15241
15242 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15243
15244 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
15245 the new extend-region feature.
15246 (font-lock-after-change-function): Update correspondingly.
15247 * jit-lock.el (jit-lock-after-change): Update correspondingly.
15248 * progmodes/grep.el (font-lock-lines-before): Don't disable.
15249
15250 2006-03-15 Bill Wohler <wohler@newt.com>
15251
15252 * image.el (image-load-path-for-library): Fix example by not
15253 recommending that one binds image-load-path. Just defvar it to
15254 placate compiler and only use it if previously defined.
15255
15256 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
15257
15258 * textmodes/org.el (org-insert-centered): Use `string-width' to
15259 make underlining work for wide characters.
15260 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
15261 TAB to `org-cycle', to make sure that no binding in
15262 `outline-mode-map' can supercede it.
15263
15264 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
15265
15266 * allout.el: Increment version to 2.2.1 in file commentary.
15267
15268 (allout-version): Increment to 2.2.1.
15269
15270 (allout-default-layout): New customization variable, used when the
15271 file lacks a specific allout-layout. Uses allout-layout-type for
15272 recursively nested definition.
15273
15274 (allout-layout-type): Widget defining allout layouts, necessary for
15275 self-recursive definition.
15276
15277 (allout-mode): Incorporate allout-default-layout as fallback for
15278 allout-layout.
15279
15280 (allout-layout): Mark as 'safe-local-variable', and refer mention
15281 fallback to `allout-default-layout' in absence of a specified value.
15282 (allout-passphrase-verifier-string)
15283 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
15284
15285 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
15286
15287 (allout-get-encryption-passphrase-verifier): Use correct name of
15288 passphrase verifier in docstring.
15289
15290 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
15291
15292 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
15293 elements.
15294 (gdb-find-watch-expression): Make it work for arrays too.
15295 Follow change to gdb-var-list.
15296 (gud-watch): Allow the user to enter variable name with a prexix
15297 arg. Create keybindings.
15298 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15299 (gdb-var-list-children-handler, gdb-var-update-handler)
15300 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
15301 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
15302 Follow change to gdb-var-list.
15303 (gdb-starting): Don't show the overlay arrows when program is running.
15304
15305 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
15306 gdb-var-list.
15307
15308 2006-03-14 Bill Wohler <wohler@newt.com>
15309
15310 * image.el (image-load-path-for-library): Pass value of path
15311 rather than symbol. Always return list of directories.
15312 Guarantee that image directory comes first.
15313
15314 2006-03-14 Alan Mackenzie <acm@muc.de>
15315
15316 * font-core.el (font-lock-extend-region\(-function\)?.):
15317 New function/variable.
15318
15319 * font-lock.el (font-lock-after-change-function):
15320 Call font-lock-extend-region. Obey font-lock-lines-before.
15321 (font-lock-default-fontify-region): Remove reference to
15322 font-lock-lines-before.
15323
15324 * jit-lock.el (jit-lock-after-change):
15325 Call font-lock-extend-region. Obey font-lock-lines-before.
15326
15327 2006-03-14 David Ponce <david@dponce.com>
15328
15329 * tree-widget.el (tree-widget-themes-load-path)
15330 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15331
15332 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
15333
15334 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
15335 (rcirc-print): Mark the start of text at the end of the prompt.
15336 (rcirc-track-minor-mode): Add autoload cookie.
15337 (rcirc-update-activity-string): Add space to front of mode-line
15338 indicator.
15339
15340 2006-03-13 Miles Bader <miles@gnu.org>
15341
15342 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
15343 (rcirc-abbrev-nick): Remove function.
15344 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
15345
15346 2006-03-13 David Ponce <david@dponce.com>
15347
15348 * tree-widget.el: Handle themes across all occurrences of the main
15349 themes sub-directory found in tree-widget-themes-load-path.
15350 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15351 (tree-widget--locate-sub-directory): Return all occurrences.
15352 (tree-widget-themes-path): New function.
15353 Replace tree-widget-themes-directory, and return a list of directories.
15354 (tree-widget-set-parent-theme)
15355 (tree-widget-lookup-image): Use it.
15356
15357 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
15358
15359 * textmodes/org.el (org-link-search): Avoid self-matching of
15360 links, allow target text to be distributed over several lines.
15361 (org-search-not-link): New function.
15362 (org-set-regexps-and-options, org-get-current-options):
15363 New startup options.
15364 (org-export-as-html): Take odd-level setting from local variable.
15365 (org-fontify-emphasized-text): New option.
15366 (org-set-font-lock-defaults): Include emphasized text.
15367 (org-follow-mhe-link): Allow folder-only links, fix folder name.
15368 (org-font-lock): Customize group renamed from `org-faces'.
15369
15370 2006-03-13 John Paul Wallington <jpw@pobox.com>
15371
15372 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
15373 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
15374
15375 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
15376
15377 * cus-start.el (all): Delete :version keyword for members of the
15378 fringe group, since the entire group is new in 22.1.
15379
15380 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
15381
15382 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
15383 map if value is hexadecimal (an address).
15384 (gud-watch): Only search roots for existing watch expressions.
15385 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
15386 prevent caching problems with speedbar-update-directory-contents.
15387
15388 2006-03-12 Juri Linkov <juri@jurta.org>
15389
15390 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
15391 before comparing with `low' and `warn'.
15392
15393 * info.el (Info-dir-remove-duplicates): Move point to the
15394 beginning of the current line after deleting the entries from
15395 redundant heading. Use marker for `limit' and compare it with
15396 point before calling `re-search-forward'.
15397
15398 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
15399
15400 * simple.el (yank): Fix typo in docstring.
15401
15402 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
15403
15404 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
15405 messages, where "D" is the 6th character.
15406
15407 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15408
15409 * simple.el (yank): Fix last change.
15410
15411 2006-03-11 David Ponce <david@dponce.com>
15412
15413 * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
15414 before merging elements from the standard ispell-dictionary-alist.
15415 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
15416 alist, and return the new alist.
15417
15418 2006-03-11 Richard Stallman <rms@gnu.org>
15419
15420 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
15421
15422 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
15423 the way it is implemented is too unclean.
15424
15425 * simple.el (kill-region, yank): Doc fix.
15426
15427 * battery.el (battery-echo-area-format): Doc fix.
15428 (battery-mode-line-format): Likewise.
15429 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
15430 (battery-linux-proc-acpi): Ignore batteries that say "charged".
15431
15432 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
15433
15434 * progmodes/octave-mod.el (octave-indent-for-comment):
15435 Behave according to do string.
15436
15437 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
15438
15439 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
15440 Be visible only if major mode is Mail Mode.
15441
15442 * textmodes/flyspell.el (flyspell-external-point-words)
15443 (flyspell-process-localwords): Fix last changes.
15444
15445 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15446
15447 * calendar/holidays.el (list-holidays): Doc fix.
15448
15449 * international/mule.el (auto-coding-alist): Add .odt
15450 (OpenOffice's open document) files.
15451
15452 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
15453 document) files. Mention in the doc string the need to sync with
15454 auto-coding-alist.
15455
15456 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
15457
15458 * files.el (hack-local-variables-confirm): Don't prompt for ! if
15459 enable-local-variables is set to always query, or there is no
15460 savable variable.
15461
15462 2006-03-10 Bill Wohler <wohler@newt.com>
15463
15464 * image.el (image-load-path-for-library): Merge at least three
15465 functions from Gnus and MH-E into this one function that can now
15466 be shared.
15467
15468 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
15469
15470 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
15471 gdb-remove-mouse-face and remove help-echo too.
15472 (gdb-enqueue-input): Correct conditional clause.
15473
15474 2006-03-10 Glenn Morris <rgm@gnu.org>
15475
15476 * calendar/calendar.el (calendar-holidays): Doc fix.
15477 * calendar/holidays.el (list-holidays): Doc fix.
15478
15479 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
15480
15481 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
15482 it gets called in gdb-prompt anyway.
15483 (gdb-use-separate-io-buffer): Only restore window arrangement for
15484 gdb-many-windows.
15485 (gdb-enqueue-input): Make it harder to send GDB input when program
15486 is running.
15487 (gdb-buffer-list): New variable.
15488 (gdb-remove-mouse-face): New function.
15489 (gdb-starting): Use it when GDB input won't get sent.
15490
15491 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
15492
15493 * help.el (view-lossage): Remove trailing whitespace before
15494 inserting "\n".
15495
15496 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
15497
15498 * files.el (hack-local-variables-confirm):
15499 Set coding-system-for-read to nil before writing to .emacs.
15500
15501 * arc-mode.el (archive-extract): Check if an existing buffer name
15502 comes from a different archive.
15503
15504 * help.el (describe-key-briefly): If KEY is a down event, read and
15505 discard the up event.
15506
15507 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
15508
15509 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
15510 be edited and use font-lock-warning-face for any changes.
15511
15512 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
15513 (gdb-edit-value): Use it to report any errors.
15514
15515 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
15516
15517 * help.el (describe-key): Remove leftover test code.
15518
15519 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
15520
15521 * textmodes/org.el: Move defvars out of eval-when-compile.
15522 Use buffer-file-name variable.
15523 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
15524 arg `file'.
15525 (org-level-faces): Remove startup dependency.
15526 (org-cycle, org-map-tree, org-scan-tags)
15527 (org-remember-handler): Don't call `outline-level' directly.
15528 (org-mhe-search-all-folders): New option.
15529 (org-mhe-get-message-folder-from-index)
15530 (org-mhe-get-message-folder): Fix indexing search.
15531 (org-format-agenda-item): Handle nil TAGS argument.
15532 (org-cleaned-string-for-export, org-activate-target-links)
15533 (org-make-target-link-regexp): Deal with empty radio target list.
15534 (org-tag): New face.
15535 (org-get-level-face): New function.
15536 (org-set-font-lock-defaults): Simplify setup for headlines.
15537 (org-complete): Pass common substring to `display-completion-list'.
15538
15539 2006-03-06 David Ponce <david@dponce.com>
15540
15541 * tree-widget.el: Update Commentary header.
15542 (tree-widget-theme-name): Ignore parent themes.
15543 (tree-widget-set-parent-theme): New function.
15544 (tree-widget-set-theme): Use it.
15545 (tree-widget-set-image-properties): Move definition. Does nothing
15546 if image properties have already been set.
15547 (tree-widget-image-properties): Move definition. Receive an image
15548 name. Set the :pointer property.
15549 (tree-widget-lookup-image): Doc fix. Search in parent themes.
15550 Don't set the :pointer image property.
15551 (tree-widget-convert-widget): New function. Handle :dynargs
15552 compatibility here.
15553 (tree-widget): Use it to :convert-widget. Add the :expander-p
15554 predicate to control when the :expander function is entered.
15555 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
15556 (tree-widget-value-create): Handle :expander-p. widget-apply
15557 :expander.
15558 (tree-widget-expander-p): New function. Default value of the
15559 :expander-p property.
15560
15561 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
15562
15563 * help.el (describe-key): Properly handle the return value of
15564 read-key-sequence when grabbing an up-event. Cleanup mouse-1
15565 remaps. Handle string and vector `follow-link' values.
15566
15567 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
15568
15569 * complete.el (PC-expand-many-files): Try be more careful when parsing
15570 the shell's output.
15571
15572 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
15573
15574 * outline.el (hide-sublevels): Provide better interactive default.
15575
15576 2006-03-06 Kenichi Handa <handa@m17n.org>
15577
15578 * international/fontset.el (create-fontset-from-fontset-spec):
15579 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
15580
15581 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
15582
15583 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
15584 backslashes instead of one in regexp.
15585 (gud-tooltip-dereference): Add missing optional argument.
15586
15587 2006-03-04 John Paul Wallington <jpw@pobox.com>
15588
15589 * wdired.el (toplevel): Require `cl' at compile-time.
15590
15591 2006-03-04 Andreas Schwab <schwab@suse.de>
15592
15593 * server.el (server-process-filter): Handle errors during
15594 evaluation of the argument.
15595
15596 2006-03-03 John Paul Wallington <jpw@pobox.com>
15597
15598 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
15599 escape parentheses at beginning of line.
15600 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
15601 (t-mouse-mode): Remove period from end of error message.
15602
15603 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
15604
15605 * textmodes/flyspell.el (flyspell-process-localwords):
15606 Be case-sensitive.
15607
15608 2006-03-03 Martin Rudalics <rudalics@gmx.at>
15609
15610 * cus-edit.el (custom-quote): Remove function, since it has been
15611 moved to custom.el.
15612
15613 * font-lock.el (lisp-font-lock-keywords-2)
15614 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
15615 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
15616 they have no special meaning.
15617
15618 * midnight.el (clean-buffer-list): Handle case where base-buffer of
15619 indirect buffer gets killed before indirect buffer. Use dolist.
15620
15621 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15622
15623 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
15624 value instead of a literal constant (1) on more pauses.
15625
15626 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
15627
15628 * textmodes/flyspell.el (flyspell-external-point-words):
15629 Be case-sensitive.
15630
15631 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
15632
15633 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
15634 with "www".
15635
15636 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15637
15638 * allout.el: Restablish intermediate missing comment header to
15639 preserve outline structure.
15640 (allout-beginning-of-current-entry): Skip invisible text.
15641 (allout-open-topic): Fix opening a topic at end-of-buffer.
15642 (allout-minor-mode): Move nearer to allout-mode function.
15643
15644 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
15645
15646 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
15647
15648 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
15649
15650 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
15651 is nil.
15652
15653 * progmodes/gud.el (gud-speedbar-menu-items):
15654 Use buffer-local-value and add missing :visible keyword.
15655
15656 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
15657
15658 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
15659
15660 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
15661 must be `follow-link'.
15662
15663 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
15664
15665 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
15666 formatting: No nested anchors.
15667 (org-all-targets): Fix bug with XEmacs compatibility.
15668 (org-read-date): Add (require 'parse-time).
15669 (org-set-tags): Fix bug with extra inserted space.
15670 (org-export-html-style): Define a style class for targets.
15671 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
15672 (org-hide-leading-stars): New option.
15673 (org-hide): New face.
15674 (org-set-font-lock-defaults): Allow to hide leading stars.
15675 (org-get-legal-level, org-tr-level): New functions.
15676 (org-odd-levels-only): New option.
15677 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
15678 (org-demote, org-promote): Deal with double-star levels.
15679 (org-convert-to-odd-levels): New command.
15680
15681 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
15682
15683 * speedbar.el (speedbar-update-localized-contents): Try to
15684 preserve window-start.
15685 (speedbar-update-directory-contents): Try to preserve window-start
15686 and window-point.
15687 (speedbar-update-special-contents): Don't move back to start of window.
15688
15689 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
15690 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
15691 speedbar-timer-fn.
15692 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
15693 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
15694 instead of gdb-speedbar-timer-fn.
15695
15696 2006-02-28 Jay Belanger <belanger@truman.edu>
15697
15698 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
15699 (math-compose-expr): Use latex option when calling
15700 `math-compose-tex-matrix' for latex mode.
15701
15702 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
15703
15704 * speedbar.el: Re-instate comments about developing for speedbar
15705 [this is what info and gdb-ui use even if better methods exist now].
15706
15707 * t-mouse.el: New file.
15708 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
15709 (t-mouse-lispy-buffer-posn-from-coords): Remove.
15710 (t-mouse-make-event-element): Use posn-at-x-y instead.
15711 (t-mouse-make-event): Deal with Fedora Core 3.
15712 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
15713 (t-mouse-mouse-position-function): New function. Use it instead
15714 of advising mouse-position.
15715 (t-mouse-mode): New minor mode.
15716 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
15717
15718 2006-02-27 Glenn Morris <rgm@gnu.org>
15719
15720 * calendar/calendar.el (calendar-holidays): Doc fix.
15721
15722 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
15723
15724 * progmodes/gdb-ui.el (gdb-source-window): New variable.
15725 Re-introduce the concept of a source window.
15726 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
15727 consistency with get-buffer-create.
15728 (def-gdb-auto-update-handler, gdb-info-locals-handler)
15729 (gdb-data-list-register-values-handler)
15730 (gdb-stack-list-locals-handler): Try to preserve window-start as
15731 well as window-point.
15732 (gdb-display-source-buffer): New function (old concept).
15733 (gdb-goto-breakpoint): Use it.
15734
15735 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
15736 for gdb-ui/gdb-mi (old concept).
15737
15738 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
15739
15740 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
15741 binding.
15742
15743 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
15744
15745 * textmodes/reftex-sel.el (reftex-select-label-map)
15746 (reftex-select-bib-map): Add `follow-mouse' binding.
15747
15748 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
15749
15750 * jka-cmpr-hook.el (jka-compr-compression-info-list)
15751 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
15752 Give :set functions to provide automatic updating.
15753 Update docstring. Give compiler defvars early in the file
15754 and move the defcustoms to a later spot where all called functions
15755 are defined.
15756 (jka-compr-file-name-handler-entry): Doc fix.
15757 (jka-compr-compression-info-list--internal)
15758 (jka-compr-mode-alist-additions--internal)
15759 (jka-compr-load-suffixes--internal): New variables.
15760 (jka-compr-install): Set the three above variables.
15761 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15762 (jka-compr-update, jka-compr-set): New functions.
15763 (auto-compression-mode): Doc fix.
15764
15765 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
15766 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15767 Use jka-compr-compression-info-list--internal,
15768 jka-compr-mode-alist-additions--internal and
15769 jka-compr-load-suffixes--internal.
15770
15771 * files.el (load-library):
15772 * loadhist.el (file-loadhist-lookup):
15773 * startup.el (command-line):
15774 * subr.el (locate-library):
15775 * emacs-lisp/autoload.el (update-directory-autoloads):
15776 * emacs-lisp/find-func.el (find-library-suffixes):
15777 Use `get-load-suffixes' instead of `load-suffixes'.
15778
15779 * subr.el (locate-library):
15780 * emacs-lisp/find-func.el (find-library-name):
15781 Use `load-file-rep-suffixes' instead of '("").
15782
15783 2006-02-26 Kim F. Storm <storm@cua.dk>
15784
15785 * ido.el (ido-save-history, ido-load-history): Simplify.
15786 Don't use find-file-noselect to avoid interference from other modes.
15787
15788 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
15789
15790 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
15791 to use the default shell if filename is not available.
15792 Reported by Giorgos Keramidas.
15793
15794 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
15795
15796 * progmodes/etags.el (tags-completion-table): Do completion from
15797 all the tables in the current list, as documented in the manual.
15798
15799 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15800
15801 * CC Mode Update to 5.31.3.
15802
15803 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15804
15805 * progmodes/cc-mode.el (c-postprocess-file-styles):
15806 Bind inhibit-read-only to t, around the call to
15807 c-remove-any-local-eval-or-mode-variables, so that it works on a
15808 RO file.
15809
15810 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15811
15812 * progmodes/cc-awk.el: Correct a typo.
15813
15814 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15815
15816 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
15817 c-hungry-delete-backwards, at the request of RMS. Leave the old
15818 name as an alias.
15819
15820 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15821
15822 * progmodes/cc-mode.el: Correct a typo.
15823
15824 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15825
15826 * progmodes/cc-defs.el: Update the version number to 5.31.3.
15827
15828 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15829
15830 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
15831 brace-else-brace (error due to mbeg, mend being undefined).
15832
15833 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15834
15835 * progmodes/cc-mode.el: File Local variables: Solve the problem
15836 where both `mode' and c-file-offsets are specified: `mode' will
15837 overwrite c-f-o's settings:
15838 (c-remove-any-local-eval-or-mode-variables): New function.
15839 (c-postprocess-file-styles): Call the above new function, within
15840 c-tentative-buffer-change, to splat `mode' and `eval' before the
15841 second hack-local-variables.
15842
15843 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15844
15845 * progmodes/cc-mode.el:
15846 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
15847 (c-after-change): Protect the match data with save-match-data.
15848 It was getting corrupted by c-after-change-check-<>-operators.
15849
15850 * progmodes/cc-defs.el: [Supersedes patch V1.38]:
15851 (top level): Check for a buggy font-lock-compile-keywords ONLY in
15852 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
15853
15854 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
15855 with save-match-data. It was being corrupted when Font Lock was
15856 not enabled.
15857
15858 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15859
15860 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
15861 Mode and Subword Mode.
15862
15863 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
15864 real labels ("case 1:" or "foo:") from non-labels ("public:").
15865 (c-forward-objc-directive): Replace c-forward-token-2 with crude
15866 coding; c-f-t-2 doesn't move over a token at EOB.
15867
15868 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
15869
15870 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
15871 (c-update-modeline): Concatenate the minor mode indicators
15872 directly onto mode-name, removing c-submode-indicators.
15873 Sometimes, c-s-i got separated from the mode name on the mode line.
15874
15875 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
15876 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
15877
15878 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15879
15880 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
15881 error message when there's an evaluation error to show whether
15882 it's loaded from source or not.
15883 (c-filter-ops): Make it available at runtime too to work when
15884 `c-make-init-lang-vars-fun' needs to evaluate from source.
15885
15886 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
15887
15888 * help.el (help): Revert last part of 2006-02-23 change (deletion
15889 of the `provide' call).
15890
15891 2006-02-23 Juri Linkov <juri@jurta.org>
15892
15893 * compare-w.el (compare-windows-highlight): Add new value
15894 `persistent' and change :type from `boolean' to `choice'.
15895 (compare-windows-overlays1, compare-windows-overlays2):
15896 New internal variables.
15897 (compare-windows-highlight): If compare-windows-highlight is
15898 `persistent', add current overlays to compare-windows-overlays[12]
15899 instead of adding compare-windows-dehighlight to pre-command-hook.
15900 (compare-windows-dehighlight): Delete all overlays from
15901 compare-windows-overlays[12].
15902
15903 * info.el (Info-search): Don't bind search-spaces-regexp to
15904 Info-search-whitespace-regexp in non-regexp isearch mode.
15905
15906 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15907
15908 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
15909
15910 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
15911
15912 * textmodes/org.el (org-xemacs-p)
15913 (org-export-html-show-new-buffer, org-table-may-need-update)
15914 (org-insert-item, org-mhe-get-message-real-folder)
15915 (org-mhe-get-message-folder-from-index)
15916 (org-mhe-get-message-folder, org-mhe-get-message-num)
15917 (org-mhe-get-header, org-make-org-heading-search-string)
15918 (org-make-org-heading-camel, org-table-sort-lines)
15919 (org-format-org-table-html, org-format-table-table-html):
15920 Fix typos in docstrings.
15921
15922 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
15923
15924 * textmodes/org.el (org-cleaned-string-for-export)
15925 (org-solidify-link-text): New function.
15926 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
15927 XEmacs, just to silence the compiler.
15928 (org-export-as-ascii, org-export-as-html-and-open):
15929 Use `org-cleaned-string-for-export' and create internal links.
15930 (org-follow-mhe-link): Require mh-e, use folder.
15931
15932 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15933
15934 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
15935
15936 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
15937 gdb-debug-log-length.
15938 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
15939 it a real ring but...
15940 (gud-gdba-marker-filter): ...make it work like mark-ring.
15941 (gdb-enable-debug): Rename from gdb-enable-debug-log.
15942 (gdb-mouse-jump): New function. Add bindings.
15943
15944 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15945
15946 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
15947 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
15948 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
15949 (gdb-debug-log-length): Customize it's length.
15950 (gud-watch, gdb-var-create-handler): Display function::var format
15951 but don't use to create variable object.
15952 (gdb-var-create-handler): Use message-box in place of message.
15953 (gdb-stopped): Call gdb-exited if signalled.
15954
15955 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
15956
15957 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
15958
15959 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
15960
15961 * textmodes/reftex.el (reftex-locate-file): Search all extensions
15962 if `reftex-try-all-extensions' is set.
15963
15964 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
15965 fail silently when there is no valid argument at point.
15966 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
15967 `fail-silently' argument. From a patch by David Reiter.
15968
15969 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
15970 New commands.
15971 (org-mark-ring): New variable.
15972 (org-mark-ring-length): New option.
15973 (org-open-at-point, org-goto, org-open-file): Push old position
15974 onto the mark ring.
15975 (org-add-hook): New function.
15976 (org-export-table-remove-special-lines): New option.
15977 (org-skip-comments, org-format-org-table-html): Respect new
15978 option `org-export-table-remove-special-lines'.
15979 (org-open-file): Allow special command configuration for
15980 directory link.
15981 (org-file-apps): Fix bugs in customize type, added setting
15982 for directories.
15983 (org-activate-tags, org-format-agenda-item, org-complete)
15984 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
15985 (org-get-tags, org-get-buffer-tags, org-open-at-point)
15986 (org-link-search, org-make-org-heading-search-string)
15987 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
15988 (org-radio-targets, org-file-link-context-use-camel-case)
15989 (org-activate-camels): New options.
15990 (org-update-radio-target-regexp, org-all-targets)
15991 (org-make-target-link-regexp, org-activate-target-links):
15992 New functions.
15993 (org-make-org-heading-search-string): New function.
15994 (org-store-link, org-insert-link): Use new option
15995 `org-file-link-context-use-camel-case'.
15996 (org-activate-camels): Use new option `org-activate-camels'.
15997 (org-link-regexp): Add mhe prefix.
15998 (org-open-at-point, org-store-link): Support for mhe links.
15999 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
16000 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
16001 (org-mhe-get-header, org-follow-mhe-link): New functions.
16002 (org-remove-angle-brackets, org-add-angle-brackets):
16003 New functions.
16004 (org-bracket-link-regexp): New constant.
16005 (org-read-date): Fix bug that was rejecting all typed dates.
16006 (org-link-search): Make hierarchy above visible after a match.
16007 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
16008 (org-store-link): Fix bug with link creation when cursor is in
16009 an empty line.
16010 (org-open-at-point): Fix bug with matching a link.
16011 Fixed buggy argument sequence in call to `org-view-tags'.
16012 (org-compile-prefix-format): Set `org-prefix-has-tag'.
16013 (org-prefix-has-tag): New variable.
16014 (org-format-agenda-item): Remove tags from headline
16015 if appropriate.
16016 (org-agenda-remove-tags-when-in-prefix): New option.
16017
16018 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
16019
16020 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
16021 Fix the regular expressions.
16022
16023 2006-02-21 Richard M. Stallman <rms@gnu.org>
16024
16025 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
16026 if there's no other specific basis.
16027
16028 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
16029 as variables at all.
16030 (unsafep-variable): Rename arg; doc fix.
16031
16032 * abbrevlist.el (list-one-abbrev-table): Add autoload.
16033
16034 * calendar/appt.el (diary-selective-display): Add defvar.
16035
16036 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
16037
16038 * isearch.el (search-whitespace-regexp): Fix custom type.
16039
16040 * help.el (describe-key-briefly): Compute interactive args
16041 in same was as before previous change.
16042
16043 * files.el (enable-local-variables): Doc fix.
16044
16045 2006-02-21 Kim F. Storm <storm@cua.dk>
16046
16047 * fringe.el: Cleanup as file is now pre-loaded.
16048 (fringe-bitmaps): Initialize unconditionally.
16049 (fringe-mode, set-fringe-style): Remove autoload cookies.
16050
16051 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
16052
16053 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
16054 `horizontal-bar'.
16055 (fringe-cursor-alist): Use `horizontal-bar'.
16056
16057 2006-02-20 Kim F. Storm <storm@cua.dk>
16058
16059 * fringe.el (fringe-bitmaps): Update to new bitmap names.
16060 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
16061
16062 * loadup.el: Load "fringe" on window systems.
16063
16064 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
16065
16066 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
16067 out of scope components.
16068
16069 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
16070 default.
16071
16072 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
16073
16074 * custom.el (customize-mark-to-save, customize-mark-as-set):
16075 Load the symbol first.
16076
16077 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
16078
16079 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
16080 strech spec so it doesn't display as "^J" on the header line
16081 when `Buffer-menu-use-header-line' is t.
16082
16083 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
16084
16085 * speedbar.el (speedbar-make-button): Keep text properties
16086 of string arguments if desired.
16087
16088 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
16089 expessions.
16090
16091 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
16092 of speedbar.
16093
16094 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
16095
16096 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
16097 to value of `read-file-name-completion-ignore-case'.
16098
16099 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
16100
16101 * custom.el (customize-mark-as-set): Push to `user' theme.
16102
16103 * cus-edit.el (custom-save-variables): Allow unthemed values.
16104 (customize-set-variable): Push setting to `user' theme.
16105
16106 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
16107
16108 * progmodes/gud.el: Don't require font-lock as it's now
16109 automatically loaded.
16110 (gud-speedbar-buttons): Replace gdb-var-changed with
16111 gdb-force-update.
16112
16113 * progmodes/gdb-ui.el (gdb-force-update): Rename from
16114 gdb-var-changed.
16115 (gdb-post-prompt): Use it.
16116 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
16117 (gdb-var-update-handler, gdb-var-delete)
16118 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
16119 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
16120 gdb-force-update in gdb-post-prompt.
16121 (gdb-reset): Clear watch expressions from speedbar when quitting.
16122
16123 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16124
16125 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
16126 (viper-change-state-to-vi, viper-change-state-to-emacs):
16127 Make aware of cursor coloring in the Emacs state.
16128 (viper-special-read-and-insert-char): Use read-char-exclusive.
16129 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
16130
16131 * emulation/viper-init.el (viper-emacs-state-cursor-color):
16132 New variable.
16133
16134 * emulation/viper-util.el (viper-save-cursor-color)
16135 (viper-get-saved-cursor-color-in-replace-mode)
16136 (viper-get-saved-cursor-color-in-insert-mode)
16137 (viper-restore-cursor-color): Make aware of the cursor color
16138 in Emacs state.
16139 (viper-get-saved-cursor-color-in-emacs-mode): New function.
16140
16141 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
16142 (ediff-ignore-case-option3, ediff-actual-diff-options)
16143 (ediff-actual-diff3-options): New variables to control case sensitivity.
16144 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
16145 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
16146 (ediff-toggle-ignore-case): New function.
16147 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
16148
16149 * ediff-help.el (ediff-long-help-message-narrow2)
16150 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
16151 (ediff-long-help-message-word-mode): Add ignore-case command.
16152 (ediff-help-for-quick-help): Add ignore-case command.
16153
16154 * ediff-merg.el: Move provide to the end.
16155
16156 * ediff-ptch.el: Move provide to the end.
16157
16158 * ediff-wind.el: Move provide to the end.
16159
16160 * ediff-mult.el: Move provide to the end.
16161 (ediff-set-meta-overlay): Enable follow-link.
16162
16163 * ediff.el: Move provide to the end.
16164 Break recursive load cycle in eval-when-compile.
16165 (ediff-patch-buffer): Better heuristics.
16166
16167 * ediff-util.el: Move provide to the end.
16168 Break recursive load cycle in eval-when-compile.
16169 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
16170 defuns.
16171 (ediff-submit-report): Pass the values of ediff-diff3-program,
16172 ediff-diff3-options.
16173
16174 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
16175
16176 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
16177 the opening bracket of the following bracketing pairs: {}, [], (), <>,
16178 `' (for example, in the docstring of `windmove-default-keybindings').
16179
16180 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
16181
16182 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
16183 shadow face. Don't provide binding to edit variable when it is
16184 out of scope.
16185
16186 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
16187 (gdb-var-update-handler): Detect out of scope variables with pre
16188 GDB 6.4 too.
16189 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
16190 Reset status of variable objects to nil in update handlers.
16191 (gdb-var-update-handler-1): Detect when a variable object comes
16192 in scope. setcar on var changes gdb-var-list directly.
16193
16194 2006-02-17 Juri Linkov <juri@jurta.org>
16195
16196 * ffap.el (ffap) <defface>: Add explicit face declaration.
16197 (ffap-highlight): Use face `ffap' directly instead of checking
16198 for its existence.
16199
16200 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
16201 `visible-ok' of `other-buffer' to find the right original buffer.
16202
16203 * info.el (Info-search): Skip `Local Variables' node.
16204
16205 2006-02-17 Juri Linkov <juri@jurta.org>
16206
16207 * info.el (Info-find-file): Check for symbols `apropos', `history',
16208 `toc' in the input filename, and return these symbols as is.
16209 (Info-find-node-2): Set Info-current-file to symbols `apropos',
16210 `history', `toc' instead of strings.
16211 (Info-set-mode-line): For non-string Info-current-file use the
16212 symbol's name inside **.
16213 (Info-isearch-push-state): Add quote before Info-current-file and
16214 Info-current-node.
16215 (Info-isearch-pop-state): Use `equal' instead of `string='.
16216 (Info-extract-pointer, Info-following-node-name): Use
16217 `match-string-no-properties' instead of `match-string'.
16218 (Info-up): Check `old-file' for `stringp'.
16219 (Info-history): Use `equal' instead of `string-equal'.
16220 Check `file' for `stringp'.
16221 (Info-history): Use symbol `history' instead of string as first arg
16222 of `Info-find-node'.
16223 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
16224 `toc' instead of string.
16225 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
16226 instead of `buffer-substring', and `match-string-no-properties'
16227 instead of `match-string'.
16228 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
16229 instead of strings.
16230 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
16231 Use symbol `apropos' instead of string.
16232 (Info-copy-current-node-name): Check `Info-current-file' for
16233 `stringp' and construct a command with `Info-find-node' from it.
16234 (Info-fontify-node): Use `match-string-no-properties' instead of
16235 `match-string' and check file names for `stringp'.
16236 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
16237 `history', `toc' instead of strings.
16238
16239 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
16240
16241 * files.el: Rearrange functions and variables in the file local
16242 variables section.
16243
16244 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
16245
16246 * files.el: Add truncate-lines, ispell-check-comments and
16247 ispell-local-dictionary as safe local variables.
16248
16249 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
16250
16251 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
16252 out of scope variables.
16253 (gud-speedbar-buttons): Use unless.
16254
16255 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
16256 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
16257 (gdb-show-changed-values): Also use for out of scope variables.
16258 (gdb-var-update-handler-1): Note if variable goes out of scope.
16259
16260 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
16261
16262 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
16263 default to global variable values for unsupplied args.
16264 (rcirc-get-buffer-create): Fix bug with setting the target.
16265 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
16266 test for rcirc-always-use-server-buffer-flag here.
16267 (rcirc-response-formats): Add %N, which is a facified nick. %n
16268 uses the default face. Change the ACTION format string. If the
16269 "nick" is the server, don't print anything for that field.
16270 Comment fixes.
16271 (rcirc-target-buffer): Don't test
16272 rcirc-always-use-server-buffer-flag here.
16273 (rcirc-print): Squeeze extra spaces out of the text before message.
16274 (rcirc-put-nick-channel): Strip potential "@" char from nick
16275 before adding them to nick table.
16276 (rcirc-url-regexp): Improve to match address like "foo.com".
16277
16278 2006-02-17 Eli Zaretskii <eliz@gnu.org>
16279
16280 * allout.el (allout-hidden-p): Move this defsubst before
16281 allout-overlay-interior-modification-handler, where it is first
16282 used.
16283
16284 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
16285
16286 * allout.el: Use allout invisible-text overlays instead of
16287 selective display for concealed text. Also, lots of general
16288 cleanup, and improved compatibility code.
16289
16290 (allout-version): Incremented, corrected, revised, and refined
16291 module commentary.
16292
16293 (provide 'allout): Moved to the bottom, added a require of overlay.
16294
16295 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
16296 `except-current'.
16297 (allout-write-file-hook-handler): Minimize delay.
16298 (count-trailing-whitespace-region): New function so
16299 auto-encryption of current topic can resituate cursor exactly.
16300 PGP/GPG encryption trims trailing whitespace from lines, which
16301 must be accounted for across encryption then decryption.
16302
16303 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
16304 just plain "\C-c", to avoid intruding on user's keybinding space.
16305
16306 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
16307 parameter, so user request to provide a new password is done.
16308
16309 (allout-outside-normal-auto-fill-function, allout-auto-fill):
16310 Refined mechanism for auto-filling behavior while in allout mode.
16311
16312 (allout-mode): Explicitly specify the mode map in the docstring.
16313 Clarify provision for various write-file hook var names.
16314 Adjusted for invisible-text overlays instead of selective-display.
16315
16316 (allout-depth): Really return 0 if not within any topic. This
16317 rectifies `allout-beginning-of-level' and sequence numbering
16318 errors that occur when cutting and pasting numbered topics.
16319 Changed from a in-line subst to a regular function, as well.
16320
16321 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
16322
16323 (allout-end-of-subtree, allout-end-of-subtree)
16324 (allout-end-of-entry, allout-end-of-current-heading)
16325 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
16326 (allout-show-children, allout-show-to-offshoot)
16327 (allout-hide-current-entry, allout-show-current-entry): Rectified
16328 handling of trailing blank lines between items.
16329
16330 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
16331 (allout-current-depth, allout-unprotected, allout-hidden-p)
16332 (allout-on-current-heading-p, allout-listify-exposed)
16333 (allout-chart-subtree, allout-goto-prefix)
16334 (allout-back-to-current-heading, allout-get-body-text)
16335 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
16336 (allout-hide-region-body, allout-toggle-subtree-encryption)
16337 (allout-encrypt-string, allout-encrypted-key-info)
16338 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
16339 (allout-file-vars-section-data): Adjusted for use with
16340 invisible-text overlays instead of selective-display.
16341
16342 (allout-kill-line, allout-kill-topic, allout-yank-processing):
16343 Reworked for use with invisible text overlays.
16344
16345 (allout-current-topic-collapsed-p): New function.
16346
16347 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
16348 to know when to close the containing topic.
16349
16350 (allout-pre-command-business, allout-post-command-business):
16351 Simplify undo-batching and dynamic isearch exposure.
16352
16353 (allout-set-overlay-category): New for invisible-text overlays.
16354 Sets properties of allout-overlay-category, used by
16355 allout-flag-region to set invisible-text overlay properties.
16356 (allout-get-invisibility-overlay): Get the first qualifying
16357 invisibility overlay, so we can find the extent of it.
16358 (allout-back-to-visible-text): Get to just before the beginnining
16359 of the current invisibility overlay, if any.
16360
16361 (allout-overlay-insert-in-front-handler)
16362 (allout-overlay-interior-modification-handler)
16363 (allout-before-change-handler, allout-isearch-end-handler): New
16364 functions to handle extraordinary actions affecting concealed
16365 text.
16366
16367 (allout-flag-region): Use overlays instead of selective-display
16368 for invisible text - by inheritence from the properties of
16369 allout-overlay-category in mainline Emacs, and applied
16370 property-by-property in XEmacs, some recent versions of which
16371 don't inherit the properties from the category. Provisions to
16372 respond to concealed-text edits simplified drastically.
16373
16374 (allout-isearch-rectification, allout-isearch-was-font-lock)
16375 (allout-isearch-expose, allout-enwrap-isearch)
16376 (allout-isearch-abort, allout-pre-was-isearching)
16377 (allout-isearch-prior-pos, allout-isearch-did-quit)
16378 (allout-isearch-dynamic-expose)
16379 (allout-hide-current-entry-completely): Functions deleted.
16380
16381 (allout-undo-aggregation): Explicit undo aggregation no longer
16382 necessary due to transition away from selective-display.
16383
16384 (set-allout-regexp, allout-up-current-level)
16385 (allout-next-visible-heading, allout-forward-current-level)
16386 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
16387 (allout-kill-line, allout-yank-processing, allout-show-children)
16388 (allout-expose-topic, allout-old-expose-topic)
16389 (allout-listify-exposed, allout-insert-latex-header)
16390 (allout-toggle-subtree-encryption, allout-encrypt-string)
16391 (remove-from-invisibility-spec, allout-hide-current-subtree):
16392 Ditched unused variables.
16393
16394 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
16395
16396 * textmodes/ispell.el (ispell-change-dictionary): Call
16397 ispell-buffer-local-dict instead of
16398 ispell-accept-buffer-local-defs.
16399 (ispell-local-dictionary-alist): Accept as valid any coding-system
16400 supported by Emacs.
16401 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
16402 changed to iso-8859-3.
16403
16404 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
16405
16406 * speedbar.el (speedbar-frame-width): Make an inline function
16407 instead of a macro. Use frame-width.
16408 (speedbar-try-completion, speedbar-update-contents)
16409 (speedbar-timer-fn): Use consp.
16410 (speedbar-update-localized-contents): Try to preserve point.
16411
16412 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
16413 (menu): Re-order menu items.
16414 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
16415 field.
16416 (gdb-var-update-handler-1): Use it for GDB 6.4+.
16417 (gdb-post-prompt): Speed things by not forcing update.
16418
16419 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
16420
16421 * wid-edit.el (widget-button-click): For mouse-1, cancel button
16422 press and perform default action if we get a mouse movement event.
16423
16424 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
16425
16426 * calendar/icalendar.el (icalendar--get-event-property)
16427 (icalendar--get-event-property-attributes): Fix typos in
16428 docstrings.
16429
16430 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
16431 docstring.
16432
16433 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
16434
16435 * bs.el (bs-mode): Use `buffer-disable-undo'.
16436 (bs--get-file-name): Simplify.
16437 (bs-show-in-buffer): Mark the buffer as not modified.
16438
16439 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16440
16441 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
16442 widget-button-click.
16443
16444 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
16445 (custom-mode): Update docstring.
16446
16447 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
16448 binding.
16449
16450 * files.el (hack-local-variables-confirm): Allow scrolling if the
16451 file variable list is too long. Kill temp buffer after use.
16452
16453 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
16454
16455 * progmodes/gud.el (gdb): Improve doc string.
16456 (gdb-script-font-lock-keywords): Expand allowed character set.
16457
16458 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
16459 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
16460 (gdb-separate-io-interrupt, gdb-separate-io-quit)
16461 (gdb-separate-io-stop, gdb-separate-io-eof):
16462 Rename from gdb-inferior-* to gdb-separate-*.
16463 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
16464
16465 2006-02-14 Jay Belanger <belanger@truman.edu>
16466
16467 * calc/calc-arith.el (math-check-known-scalarp): Make sure
16468 expression is a symbol before checking that it is bound.
16469
16470 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
16471 test to see if equation can be solved.
16472
16473 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16474
16475 * wid-edit.el (widget-button-click): Use :pressed-face property
16476 for overlay face, if it exists.
16477
16478 * cus-edit.el (custom-manual, custom-add-see-also)
16479 (custom-add-parent-links, custom-group-link): Add :pressed-face
16480 property to links.
16481
16482 * files.el (hack-local-variables): Remove ignored variables before
16483 checking if any variables need setting.
16484
16485 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16486
16487 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
16488
16489 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
16490
16491 * help.el (where-is): Fix message for remapped commands.
16492
16493 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
16494 Fix typos in docstrings.
16495
16496 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
16497
16498 * files.el (safe-local-variable-values): New option.
16499 (hack-local-variables-prop-line): Return a list of variable-value
16500 pairs if MODE-ONLY is non-nil.
16501 (hack-local-variables): Construct list of variable-value pairs,
16502 and apply or reject them in one go. Ask for confirmation if
16503 variables are not known safe.
16504 (hack-local-variables-confirm): Complete rewrite. Support
16505 `safe-local-variable-values'.
16506 (enable-local-variables): Update docstring to reflect new
16507 behavior.
16508 (ignored-local-variables): Ignore ignored-local-variables and
16509 safe-local-variable-values.
16510 (safe-local-variable-p): New function.
16511 (risky-local-variable-p): `safe-local-variable' property check
16512 moved to safe-local-variable-p.
16513 (hack-one-local-variable): Checks moved to hack-local-variables.
16514
16515 (byte-compile-dynamic, c-basic-offset, c-file-style)
16516 (c-indent-level, comment-column, fill-column, fill-prefix)
16517 (indent-tabs-mode, kept-new-versions, no-byte-compile)
16518 (no-update-autoloads, outline-regexp, page-delimiter)
16519 (paragraph-start, paragraph-separate, sentence-end)
16520 (sentence-end-double-space tab-width, version-control):
16521 Add `safe-local-variable' property.
16522
16523 * find-lisp.el: Delete nonexistent `autocompile' file variable.
16524
16525 * icomplete.el, play/landmark.el: Change nonexistent
16526 `outline-layout' file variable to `allout-layout'.
16527
16528 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
16529
16530 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
16531 (gdb-get-changed-registers): Test value of gud-minor-mode relative
16532 to gud-comint-buffer.
16533 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
16534 gdb-ui.el for gdb-mi.el.
16535 (gdb-post-prompt, gdb-get-changed-registers): Move test for
16536 registers buffer to gdb-get-changed-registers.
16537 (gdb-breakpoint-regexp): New regexp. Allow toggling and
16538 deletion of catchpoints (throw and catch).
16539 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16540 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
16541 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
16542 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
16543 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
16544
16545 2006-02-13 Jay Belanger <belanger@truman.edu>
16546
16547 * calc/calc-arith.el (math-check-known-matrixp): Make sure
16548 expression is a symbol before checking that it is bound.
16549
16550 2006-02-13 Richard M. Stallman <rms@gnu.org>
16551
16552 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
16553 for the minibuffer too, but not if resize-mini-windows will interfere.
16554
16555 * help.el (describe-key-briefly, describe-key): Do all arg-reading
16556 inside `interactive' spec.
16557 (describe-key-briefly-internal, describe-key-internal):
16558 Functions merged back into their callers.
16559
16560 2006-02-13 Martin Rudalics <rudalics@gmx.at>
16561
16562 * info.el (info-xref-visited): Inherit from info-xref too.
16563 (Info-set-mode-line): Replace occurrences of `%' by `%%'
16564 when propertizing Info-current-file and Info-current-node.
16565
16566 2006-02-13 Juri Linkov <juri@jurta.org>
16567
16568 * tumme.el (tumme-thumbnail-storage): Fix docstring.
16569 (tumme-thumb-name): Fix per-directory format.
16570
16571 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
16572
16573 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
16574
16575 2006-02-12 Miles Bader <miles@gnu.org>
16576
16577 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
16578
16579 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
16580
16581 * tumme.el: Remove history section. If someone needs the it, it
16582 can always be found in CVS.
16583
16584 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16585
16586 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
16587 about the Thumbnail Managing Standard option.
16588
16589 2006-02-12 Richard M. Stallman <rms@gnu.org>
16590
16591 * subr.el (substitute-key-definition): Doc fix.
16592
16593 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
16594
16595 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
16596
16597 * info.el (Info-mode): Doc fix.
16598
16599 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
16600
16601 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
16602
16603 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
16604 because on Solaris a POSIX compatible "id" is needed. Reported by
16605 Magnus Henoch <mange@freemail.hu>.
16606
16607 2006-02-12 Juri Linkov <juri@jurta.org>
16608
16609 * tumme.el: Remove todo item about Thumbnail Managing Standard.
16610 (tumme) <defgroup>: Change :group to `multimedia'.
16611 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
16612 Managing Standard.
16613 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
16614 Fix dostring.
16615 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
16616 and %y. Fix docstring.
16617 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
16618 (tumme-cmd-create-standard-thumbnail-command): New user options.
16619 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
16620 is `standard'. Fix docstring.
16621 (tumme-thumb-width, tumme-thumb-height): New user options.
16622 (tumme-external-viewer): Try to find various viewers.
16623 (tumme-get-thumbnail-image): Use `create-image' instead of
16624 constructing the `image' structure.
16625 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
16626 `standard'.
16627 (tumme-thumb-name): Add file name generation for standard storage.
16628 Simplify code for other storages.
16629 (tumme-thumb-name): Use width %w and height %h instead of size %s.
16630 Add modification time %m and thumbnail-nq8 %q.
16631 Use `tumme-cmd-create-standard-thumbnail-command' if
16632 tumme-thumbnail-storage is `standard'.
16633 (tumme-dired-insert-marked-thumbs): New autoload command.
16634 (tumme-dired-after-readin-hook): New function.
16635 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
16636 `tumme-thumb-size'.
16637 (tumme-display-image): Replace size-x %x and size-y %y with
16638 width %w and height %h.
16639
16640 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
16641 `tumme-dired-insert-marked-thumbs'.
16642
16643 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16644
16645 * tumme.el (tumme-write-tag): Fix small bug (file name did not
16646 include path).
16647 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
16648 matching tag.
16649
16650 2006-02-12 Miles Bader <miles@gnu.org>
16651
16652 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
16653 New variables.
16654 (rcirc-abbrev-nick): New function.
16655 (rcirc-format-response-string): Rewrite to use the formats in
16656 `rcirc-response-formats' and expand escape sequences therein.
16657 A text-property `rcirc-text' is added over the actual response
16658 text to make easy to find inside the returned string.
16659 (rcirc-print): When filling, just look for the `rcirc-text'
16660 text-property to find the appropriate fill prefix, instead of
16661 using hardwired patterns.
16662
16663 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16664
16665 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
16666 Managing Standard.
16667
16668 2006-02-11 Kim F. Storm <storm@cua.dk>
16669
16670 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
16671 Don't use insert-buffer; do insert-buffer-substring directly.
16672 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
16673
16674 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16675
16676 * files.el (revert-buffer, recover-file): Replace buffer-read-only
16677 with inhibit-read-only. Suggested by Stefan Monnier.
16678 (revert-buffer): Let insert-file-contents discard
16679 buffer-undo-list. Simplify code.
16680 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
16681
16682 2006-02-11 Eli Zaretskii <eliz@gnu.org>
16683
16684 * menu-bar.el (menu-bar-select-yank): Add a doc string.
16685
16686 * help.el (describe-key-briefly): Now a wrapper for
16687 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
16688 to t. Populate yank-menu if empty.
16689 (describe-key-briefly-internal): Renamed from describe-key-briefly.
16690 (describe-key): Now a wrapper for describe-key-internal. Bind
16691 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
16692 (describe-key-internal): Renamed from describe-key.
16693
16694 2006-02-11 Milan Zamazal <pdm@zamazal.org>
16695
16696 * progmodes/glasses.el (glasses-separator): Doc fix.
16697 (glasses-original-separator): New defcustom.
16698 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
16699
16700 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16701
16702 * mwheel.el (mouse-wheel-up-event): Doc fix.
16703
16704 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16705
16706 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
16707 (tumme-dir): New function. Copied from thumbs.el.
16708
16709 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
16710
16711 * desktop.el (desktop-outvar): Fix typo.
16712 (desktop-save-buffer-p): Doc fix.
16713
16714 * subr.el (substitute-key-definition): Fix typo.
16715
16716 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16717
16718 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
16719 when window-system is mac.
16720
16721 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
16722
16723 2006-02-10 Kim F. Storm <storm@cua.dk>
16724
16725 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
16726 indirect-function instead of using condition-case.
16727
16728 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
16729
16730 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
16731 less `colloquial'...
16732
16733 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
16734
16735 * tumme.el: Add a couple of todo items.
16736
16737 2006-02-09 Lars Hansen <larsh@soem.dk>
16738
16739 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
16740 (highlight-changes-mode): Don't change desktop-locals-to-save.
16741
16742 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
16743
16744 * image-mode.el (image-toggle-display): Clear image cache if using
16745 filename.
16746
16747 2006-02-09 Masatake YAMATO <jet@gyve.org>
16748
16749 * dired-x.el (dired-guess-shell-alist-default): Add .man as
16750 a `dired-man' target.
16751
16752 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
16753 boundary of symbols.
16754
16755 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
16756
16757 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
16758
16759 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
16760
16761 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
16762 `mapcar'; return nil.
16763
16764 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
16765
16766 * mouse.el (mouse-drag-track): Don't change window if we rebind to
16767 some other event.
16768
16769 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
16770
16771 * net/rcirc.el (rcirc-startup-channels-alist):
16772 Add irc.freenode.net and #emacs as defaults.
16773 (rcirc-ignore-all-activity-flag): Remove variable.
16774 (rcirc-authinfo): New variable.
16775 (rcirc-authinfo-filename): Remove variable.
16776 (rcirc-always-use-server-buffer-flag): New flag.
16777 (rcirc): M-x rcirc will automatically connect without prompting.
16778 C-u M-x rcirc will prompt. Use rcirc-connect to create a
16779 connection in lisp.
16780 (rcirc-process-server-response-1): Remove everything but the nick
16781 portion of the sender so it doesn't need to be done everywhere
16782 else. Update related code.
16783 (global-map): Remove global keybindings.
16784 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
16785 (rcirc-send-input): Split into several functions.
16786 (rcirc-process-input-line, rcirc-process-message)
16787 (rcirc-process-command): New functions.
16788 (rcirc-target-buffer): New function to determine where to route
16789 messages.
16790 (rcirc-user-nick): Save match data.
16791 (rcirc-toggle-ignore-buffer-activity)
16792 (rcirc-update-activity-string): Remove global ignore functionality,
16793 which can be done now by toggling rcirc-track-minor-mode.
16794 (rcirc-track-minor-mode-map): New keymap.
16795 (rcirc-track-minor-mode): New minor-mode.
16796 (ignore): Make the ignore output nicer. Always print it when
16797 adding or removing nicks.
16798 (rcirc-url-regexp): Improve.
16799 (rcirc-mangle-text): Remove properties before using text in the
16800 modeline.
16801 (rcirc-authenticate): Authentication data comes from
16802 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
16803 (rcirc-server-prefix): Inherit from rcirc-server.
16804
16805 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
16806
16807 * Makefile.in (compile): Append "|| true" to the end of the `find'
16808 command, like compile-always does.
16809
16810 2006-02-08 Sam Steingold <sds@gnu.org>
16811
16812 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
16813 output from a dead connection.
16814
16815 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16816
16817 * dired.el (dired-mode-map): Add more bindings for tumme.
16818
16819 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
16820
16821 * wdired.el (wdired-mode-map): Use remap.
16822 (wdired-get-filename): Massage.
16823 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
16824 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
16825 `keymap' property rather than `local-map'.
16826
16827 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16828
16829 * tumme.el (tumme-get-thumbnail-image): New utility function.
16830 Suggested by from Chong Yidong.
16831 (tumme-dired-with-window-configuration): Rename from
16832 `tumme-dired'. Add code to save window configuration.
16833 (tumme-restore-window-configuration): New command to restore the
16834 window configuration that `tumme-dired-with-window-configuration'
16835 saves before it changes the window configuration.
16836 (tumme-show-all-from-dir): New command to display thumbnails for
16837 all files in a directory entered by the user, like M-x thumbs.
16838 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
16839 have been created.
16840 (tumme-display-thumbnail-original-image): Call `display-buffer'.
16841 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
16842 Remove obsolete test function.
16843
16844 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
16845
16846 * vc.el (small-temporary-file-directory): Remove defvar; there's
16847 a defcustom for it in files.el.
16848
16849 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
16850 Fix typo in message.
16851 (tumme-gallery-generate): Fix typo in `error' message.
16852 (tumme-display-window-height-correction)
16853 (tumme-display-window-width-correction, tumme-line-up-dynamic)
16854 (tumme-line-up-interactive): Dox fixes.
16855 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
16856 (tumme-restore-window-configuration, tumme-format-properties-string)
16857 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
16858 Fix typos in docstrings.
16859
16860 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
16861
16862 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
16863
16864 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
16865
16866 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
16867 User should use hook if desired.
16868
16869 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
16870 buffer if necessary.
16871 (gdb-delete-frame-or-window): New function.
16872 (gdb-breakpoints-mode-map): Bind "q" to it.
16873
16874 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16875
16876 * textmodes/nroff-mode.el: Clean up name space.
16877 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
16878 (nroff-mode): Obey the global setting of nroff-electric-mode.
16879 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
16880
16881 * calendar/calendar.el (calendar-increment-month): Typo in last change.
16882
16883 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
16884
16885 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
16886
16887 2006-02-06 Lars Hansen <larsh@soem.dk>
16888
16889 * generic-x.el (etc-fstab-generic-mode): Add file system types
16890 cifs and usbdevfs. Allow special chars in file names.
16891
16892 2006-02-05 Jay Belanger <belanger@truman.edu>
16893
16894 Update copyright notices of the files in lisp/calc.
16895
16896 2006-02-05 Romain Francoise <romain@orebokech.com>
16897
16898 Update copyright notices of all files in the lisp/play directory.
16899
16900 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
16901
16902 * ldefs-boot.el: Regenerate.
16903
16904 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
16905
16906 2006-02-05 Kim F. Storm <storm@cua.dk>
16907
16908 * files.el (magic-mode-regexp-match-limit): New defvar.
16909 (set-auto-mode): Use it to limit magic-mode-alist matching.
16910
16911 2006-02-04 Eli Zaretskii <eliz@gnu.org>
16912
16913 * info.el (Info-index, Info-mode): Improve the description of the
16914 `i' command.
16915
16916 * ldefs-boot.el: Regenerate.
16917
16918 2006-02-03 Werner Lemberg <wl@gnu.org>
16919
16920 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
16921 greedy to find the closing bracket in \*[...] and similar
16922 expressions. This is a first rough fix -- many additional
16923 refinements are necessary to make nroff mode really usable with groff.
16924
16925 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
16926
16927 * international/mule-cmds.el (set-locale-environment):
16928 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
16929 libX11.
16930
16931 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
16932
16933 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
16934 archive are created in archive-tmpdir.
16935
16936 2006-02-02 John Paul Wallington <jpw@pobox.com>
16937
16938 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
16939 (ibuffer-fontification-alist): Use it.
16940 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
16941 to "* z" and the Ibuffer Mark menu.
16942
16943 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
16944
16945 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
16946
16947 * textmodes/table.el (*table--cell-describe-mode)
16948 (*table--cell-describe-bindings): Undo last change since
16949 print-help-return-message is not obsoleted by anything at all.
16950
16951 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
16952
16953 * emulation/cua-base.el (cua-mode): Doc fix.
16954
16955 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
16956
16957 * dframe.el (dframe-handle-make-frame-visible)
16958 (dframe-handle-iconify-frame, dframe-get-focus)
16959 (dframe-select-attached-frame, dframe-power-click)
16960 (dframe-frame-mode): Fix typos in docstrings.
16961
16962 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
16963 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
16964 Fix typos in docstrings.
16965
16966 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
16967 (hi-lock-face-buffer, hi-lock-font-lock-hook)
16968 (hi-lock-archaic-interface-message-used)
16969 (hi-lock-file-patterns-range): Fix typos in docstrings.
16970
16971 * savehist.el (savehist-loaded, savehist-load, savehist-install)
16972 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
16973
16974 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
16975 Fix typo in docstring.
16976
16977 * net/newsticker.el (newsticker--decode-iso8601-date)
16978 (newsticker--set-customvar, newsticker--buffer-insert-item)
16979 (newsticker--do-run-auto-mark-filter)
16980 (newsticker--parse-generic-feed): Doc fixes.
16981 (newsticker--retrieval-timer-list, newsticker-url-list)
16982 (newsticker-hide-immortal-items-in-echo-area)
16983 (newsticker-hide-obsolete-items-in-echo-area)
16984 (newsticker-new-item-face, newsticker--enclosure)
16985 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
16986 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
16987 (newsticker--parse-generic-feed, newsticker--cache-contains)
16988 (newsticker--stat-num-items, newsticker-download-enclosures):
16989 Fix typos in docstrings.
16990
16991 * net/rcirc.el (rcirc-debug): Doc fix.
16992 (rcirc-fill-column, rcirc-receive-message-hooks)
16993 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
16994 (rcirc-mode, rcirc-generate-new-buffer-name)
16995 (rcirc-startup-channels, rcirc-ignore-update-automatic)
16996 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
16997 Fix typos in docstrings.
16998 (rcirc-print): "?\ " -> "?\s".
16999 (rcirc-cmd-join): Improve argument/docstring consistency.
17000
17001 2006-02-01 Mark A. Hershberger <mah@everybody.org>
17002
17003 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
17004 before narrow-to-region.
17005
17006 2006-02-01 Richard M. Stallman <rms@gnu.org>
17007
17008 * simple.el (move-beginning-of-line): Scan properly for invis change.
17009
17010 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
17011
17012 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
17013
17014 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
17015 change bit only when id-format is 'integer. Reported by Matt
17016 Hodges <M.P.Hodges@rl.ac.uk>.
17017
17018 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
17019
17020 * hilit-chg.el (highlight-changes-initial-state)
17021 (highlight-changes-global-initial-state): Doc fixes.
17022 (highlight-changes-global-modes, global-highlight-changes):
17023 Fix typos in docstrings.
17024
17025 2006-02-01 Kim F. Storm <storm@cua.dk>
17026
17027 * emulation/cua-base.el (cua-mode): Mention that CUA enables
17028 transient-mark-mode in doc string.
17029
17030 2006-01-31 Richard M. Stallman <rms@gnu.org>
17031
17032 * replace.el (multi-occur): Doc fix.
17033 (multi-occur-in-matching-buffers): Rename from
17034 multi-occur-by-filename-regexp. Prefix arg says match
17035 buffer names instead of file names.
17036
17037 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
17038
17039 * bs.el: Allow non-default values of `bs-header-lines-length'.
17040 (bs--running-in-xemacs): Remove (not needed anymore).
17041 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
17042 instead of `shrink-window', thus avoiding having to compute the
17043 height of the window.
17044 (bs--up): Wrap around even when there's no header.
17045 (bs--down): Use `forward-line' instead of `next-line'.
17046
17047 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
17048
17049 * image-mode.el (image-toggle-display): Use file name if possible,
17050 instead of unnecessarily allocating a (possibly huge) lisp string.
17051
17052 2006-01-30 John Paul Wallington <jpw@pobox.com>
17053
17054 * subr.el (toplevel): Define `cl-assertion-failed' condition here
17055 because the `assert' macro signals it at runtime.
17056
17057 * emacs-lisp/cl.el (toplevel): Remove definition of
17058 `cl-assertion-failed' condition.
17059
17060 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
17061
17062 * thumbs.el (thumbs-marked-list): Make buffer-local and
17063 permanent-local.
17064 (thumbs-insert-thumb): Make help-echo non-sticky.
17065 (thumbs-file-alist): Use eolp as check for (non)-image.
17066
17067 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
17068
17069 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
17070 (ediff-before-session-group-setup-hooks)
17071 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
17072 Fix typos in docstrings.
17073
17074 * window.el (bw-dir, bw-eqdir, balance-windows)
17075 (split-window-keep-point): Fix typos in docstrings.
17076
17077 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
17078 (org-quote-string, org-calendar-to-agenda-key)
17079 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
17080 (org-show-following-heading, org-tags-column)
17081 (org-use-tag-inheritance, org, org-allow-space-in-links)
17082 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
17083 (org-enable-table-editor, org-calc-default-modes)
17084 (org-table-allow-automatic-line-recalculation)
17085 (org-export-html-style, org-export-with-fixed-width)
17086 (org-export-with-sub-superscripts, org-special-keyword)
17087 (org-formula, org-time-grid, org-table-may-need-update)
17088 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
17089 (org-goto-quit, org-get-indentation, org-end-of-item)
17090 (org-move-item-down, org-move-item-up)
17091 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
17092 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
17093 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
17094 (org-agenda-log-mode, org-agenda-toggle-diary)
17095 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
17096 (org-agenda-file-to-end, org-agenda-no-heading-message)
17097 (org-agenda-get-closed, org-format-agenda-item)
17098 (org-cmp-priority, org-cmp-category, org-cmp-time)
17099 (org-agenda-change-all-lines, org-agenda-diary-entry)
17100 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
17101 (org-link-search, org-camel-to-words, org-open-file)
17102 (org-remember-handler, org-table-convert-region)
17103 (org-table-move-row-down, org-table-move-row-up)
17104 (org-table-copy-region, org-table-wrap-region)
17105 (org-table-toggle-vline-visibility)
17106 (org-table-get-vertical-vector, org-table-modify-formulas)
17107 (org-table-get-specials, org-recalc-commands)
17108 (org-table-rotate-recalc-marks, org-table-eval-formula)
17109 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
17110 (org-level-color-stars-only, org-insert-heading):
17111 Fix typos in docstrings.
17112 (last-arg): Add defvar.
17113
17114 * makefile.w32-in (WINS): Add erc.
17115 (MH_E_SRC): Update (copied from lisp/Makefile.in).
17116
17117 2006-01-29 Bill Wohler <wohler@newt.com>
17118
17119 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
17120 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
17121 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
17122 (mh-autoloads): Don't use comments on otherwise empty lines.
17123
17124 2006-01-29 Edward O'Connor <ted@oconnor.cx>
17125
17126 * emulation/viper.el (viper-major-mode-modifier-list):
17127 Add insert-state and vi-state entries for erc-mode.
17128 (viper-go-away, viper-set-hooks): Add and remove
17129 viper-comint-mode-hook from erc-mode-hook as appropriate.
17130
17131 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
17132
17133 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
17134
17135 * bs.el (bs--format-aux): Implement `middle' alignment as
17136 described in the docstring for `bs-attributes-list'.
17137 (bs--get-name): Simplify. Don't pad the buffer name.
17138
17139 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
17140
17141 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
17142 English aspell dictionary is installed, use the first entry of
17143 ispell-dictionary-alist-1.
17144
17145 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17146
17147 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
17148 Doc fix.
17149
17150 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
17151
17152 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
17153 for `process-file', in order to let it work for older Emacsen too.
17154
17155 2006-01-27 Eli Zaretskii <eliz@gnu.org>
17156
17157 * international/latexenc.el: Add a suitable `coding:' tag.
17158 (latexenc-find-file-coding-system): Undo last change.
17159
17160 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17161
17162 * international/latexenc.el (latexenc-find-file-coding-system):
17163 Make sure latexenc-main-file is a regular file and is readable.
17164
17165 2006-01-27 Andre Spiegel <spiegel@gnu.org>
17166
17167 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
17168 Pass FILE to vc-user-login-name.
17169
17170 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
17171
17172 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
17173
17174 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
17175 there are no more images to display.
17176 (thumbs-mark, thumbs-unmark): Revert change so that they move to
17177 the next image.
17178
17179 2006-01-26 Richard M. Stallman <rms@gnu.org>
17180
17181 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
17182
17183 * wid-edit.el (advertised-widget-backward): New alias.
17184 (widget-keymap): Use advertised-widget-backward for S-TAB.
17185
17186 * tumme.el: Correct the keywords.
17187 (tumme-dir-max-size): Use defvar.
17188 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
17189
17190 * simple.el (move-beginning-of-line): Take account of fields.
17191 (clone-indirect-buffer-other-window): Take args like
17192 clone-indirect-buffer, and work like it.
17193
17194 * help-fns.el (describe-function): Don't pass `nil' as default.
17195
17196 * files.el (risky-local-variable-p): Follow var aliases.
17197
17198 * subr.el (lazy-completion-table): Doc fix.
17199
17200 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
17201 global binding of `line'.
17202
17203 2006-01-25 Andre Spiegel <spiegel@gnu.org>
17204
17205 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
17206 Tramp.
17207
17208 * vc.el (vc-default-dired-state-info): Pass FILE to
17209 vc-user-login-name.
17210 (vc-default-update-changelog): Don't use vc-user-login-name, we
17211 don't need it here.
17212
17213 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
17214 no longer necessary.
17215
17216 2006-01-25 Kenichi Handa <handa@m17n.org>
17217
17218 * international/mule.el (decode-char): Avoid the overhead of
17219 calling utf-lookup-subst-table-for-decode if
17220 utf-translate-cjk-mode is nil.
17221 (encode-char): Avoid the overhead of calling
17222 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
17223 nil.
17224
17225 2006-01-22 Kenichi Handa <handa@m17n.org>
17226
17227 * international/mule.el (make-subsidiary-coding-system): Reset
17228 `coding-system-define-form' property of subsidiaries to nil.
17229 Avoid duplicated entry in coding-system-alist.
17230 (make-coding-system): Avoid duplicated entry in
17231 coding-system-alist.
17232 (define-coding-system-alias): Likewise.
17233
17234 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
17235
17236 * completion.el: Minor fixes in introductory comment.
17237 (completion-def-wrapper): Fix alist.
17238
17239 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
17240
17241 * thumbs.el (thumbs-new-image-size): New function.
17242 (thumbs-increment-image-size-element)
17243 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
17244 (thumbs-decrement-image-size): Delete.
17245 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
17246 temp files and use to resize.
17247 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
17248 Use increment argument to enlarge/shrink. Preserve point.
17249 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
17250 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
17251 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
17252 (thumbs-mark, thumbs-unmark): Preserve point.
17253 (thumbs-modify-image): Keep old temp files and use to modify.
17254 Cleanup old temp files at load time. Preserve point.
17255 (thumbs-view-image-mode-map): Use new command names.
17256
17257 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
17258
17259 * log-view.el (log-view-minor-wrap): First rev is the one at point.
17260
17261 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
17262 the nastiest part of the cyclic dependency.
17263 (cal-menu-update): Use dotimes and calendar-increment-month.
17264
17265 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
17266 (calendar-week-start-day): Add an :initializer.
17267 (calendar-mode-map): Use suppress-keymap, and command remapping.
17268 (describe-calendar-mode): Setup xref-stack info for the back button.
17269 (calendar-star-date): Insert before delete.
17270 (calendar-set-mode-line): Add file-modified info if applicable.
17271 (calendar-increment-month): New function.
17272
17273 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
17274
17275 * font-lock.el (lisp-font-lock-keywords-2):
17276 Recognize "& keywords" only at word boundaries.
17277
17278 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
17279
17280 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
17281 and permanent-local.
17282 (thumbs-max-image-number): New variable.
17283 (thumbs-do-thumbs-insertion): Use them.
17284 (thumbs-per-line): Change default to 4.
17285 (thumbs-marked-list): Rename from thumbs-markedL.
17286 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
17287 (thumbs-rename-images): Use -list instead of L for internal variables.
17288 (thumbs-call-convert): Use call-process instead of shell-command.
17289 (thumbs-insert-thumb): Add filename as help-echo to each image.
17290 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
17291 Give dir to thumbs-show-thumbs-list.
17292 (thumbs-show-thumbs-list): Set default-directory to that of images.
17293 (thumbs-dired-show): Rename from thumbs-dired-show-all.
17294 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
17295 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
17296 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
17297
17298 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
17299
17300 * ses.el (ses-read-cell): Provide a default value.
17301
17302 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
17303
17304 * term/w32-win.el (image-library-alist): Add additional names for
17305 GIF library.
17306
17307 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17308
17309 * international/latexenc.el (latexenc-find-file-coding-system):
17310 Add file-regular-p check.
17311
17312 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
17313
17314 * simple.el (clone-buffer): Don't show the new buffer in the same
17315 window.
17316
17317 2006-01-23 Juri Linkov <juri@jurta.org>
17318
17319 * faces.el (link, link-visited): New faces based on default values
17320 of `info-xref' and `info-xref-visited'.
17321
17322 * info.el (info-xref): Inherit from `link'.
17323 (info-xref-visited): Inherit from `link-visited'.
17324
17325 * cus-edit.el (custom-buffer-create-internal): Use widget type
17326 `custom-manual' instead of `info-link' and don't set properties
17327 `button-face' and `mouse-face' explicitly.
17328 (custom-browse-group-tag, custom-browse-variable-tag)
17329 (custom-browse-face-tag): Inherit from widget class
17330 `custom-group-link' instead of `push-button'.
17331 (custom-button-unraised): Inherit from `underline' face.
17332 (custom-link): Inherit from `link' face. Fix doc and group.
17333 (custom-add-parent-links, custom-group-value-create): Don't set
17334 properties `button-face' and `mouse-face' explicitly for
17335 `custom-group-link' widget.
17336 (custom-group-link): Add properties `button-face' and `mouse-face'
17337 to widget definition.
17338 (custom-field-keymap): New variable. Put `custom-field-keymap' to
17339 editable-field's :keymap property.
17340 (custom-mode): Fix docstring: substitute keybindings for
17341 `widget-forward' and `widget-backward' from `widget-keymap',
17342 `widget-complete' from `custom-field-keymap', replace old
17343 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
17344
17345 * desktop.el (desktop-load-file): Check for `fboundp' before
17346 calling `symbol-function'.
17347
17348 * simple.el (clone-buffer, clone-indirect-buffer)
17349 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
17350 `read-string'. Fix prompts.
17351
17352 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
17353
17354 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
17355
17356 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
17357
17358 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
17359
17360 * startup.el (inhibit-splash-screen, initial-scratch-message):
17361 Doc fixes.
17362
17363 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
17364
17365 Sync with Tramp 2.0.52.
17366
17367 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
17368 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
17369 `tramp-unload-tramp' for checklist.
17370
17371 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
17372 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
17373 (tramp-unload-file-name-handler-alist)
17374 (tramp-unload-tramp): New defuns.
17375 (tramp-advice-PC-expand-many-files): New defadvice.
17376 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
17377 removed.
17378 (tramp-handle-expand-file-name): Remove double slash.
17379 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
17380 It doesn't matter, because it will be converted later on.
17381 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
17382 implementation was just heuristic.
17383 (tramp-post-connection): Set uid and gid properties.
17384 (tramp-convert-file-attributes): Set file's gid change bit.
17385 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
17386 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
17387 in case of su(do)? methods. The home directory of the local user
17388 will be taken else.
17389 (tramp-open-connection-telnet)
17390 (tramp-open-connection-rsh, tramp-open-connection-su)
17391 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
17392 local shell prompt could hurt. Reported by Romain Francoise
17393 <romain@orebokech.com>.
17394 (tramp-let-maybe): Add `edebug-form-spec' property.
17395 (tramp-handle-expand-file-name): Bind `default-directory' locally
17396 to "/" in order to avoid problems with UNC shares or Cygwin
17397 mounts.
17398 (tramp-md5-function): Fix typo in error message.
17399
17400 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
17401
17402 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
17403 for byte-compiler pacification.
17404
17405 2006-01-22 Andre Spiegel <spiegel@gnu.org>
17406
17407 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
17408 ID-FORMAT `string'. This allows us to get rid of
17409 `vc-user-login-name UID'.
17410
17411 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
17412
17413 2006-01-22 John Paul Wallington <jpw@pobox.com>
17414
17415 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
17416
17417 2006-01-21 Martin Rudalics <rudalics@gmx.at>
17418
17419 * emacs-lisp/find-func.el (find-definition-noselect)
17420 (find-variable-noselect): Search variables in C source code too.
17421 (find-function-C-source, find-function-noselect, find-function)
17422 (find-function-other-frame, find-variable-noselect, find-variable)
17423 (find-variable-other-frame, find-variable-at-point):
17424 Fix docstrings.
17425
17426 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
17427
17428 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
17429
17430 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
17431
17432 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
17433 Default to disabling the "Save affix" question.
17434
17435 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
17436
17437 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
17438 the first arg to run-python.
17439
17440 2006-01-21 Eli Zaretskii <eliz@gnu.org>
17441
17442 * startup.el (command-line-1): Handle --no-desktop if desktop.el
17443 is not loaded.
17444
17445 2006-01-20 Jay Belanger <belanger@truman.edu>
17446
17447 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
17448 limit is 0.
17449
17450 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
17451 the correct variable.
17452
17453 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
17454
17455 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
17456 link. Fixed buggy argument sequence in call to `org-view-tags'.
17457 (org-compile-prefix-format): Set `org-prefix-has-tag'.
17458 (org-prefix-has-tag): New variable.
17459 (org-format-agenda-item): Remove tags from headline if
17460 appropriate.
17461 (org-agenda-remove-tags-when-in-prefix): New option.
17462 (org-get-tags-at): New function.
17463
17464 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
17465
17466 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
17467 (thumbs-find-image): Move image name and number from buffer name
17468 to mode name. Set thumbs-buffer. Preserve point so that large
17469 images remain visible.
17470 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
17471 order.
17472 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
17473 mode name.
17474 (thumbs-next-image, thumbs-previous-image): Make them work.
17475
17476 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
17477
17478 * cus-edit.el (custom-buffer-create-internal): State in the text above
17479 the whole buffer buttons that they do not operate on hidden items.
17480 (custom-face-menu): Use `custom-face-save' instead of
17481 `custom-face-save-command'.
17482 (custom-face-save-command): Make it an alias for `custom-face-save'
17483 and declare it obsolete.
17484 (custom-face-save): Doc fix.
17485
17486 * dired.el (dired-no-confirm): Add quote.
17487 (dired-subdir-alist-pre-R): Add quote in
17488 `make-variable-buffer-local' form and remove unbalanced parenthesis.
17489
17490 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
17491
17492 * textmodes/table.el (table-mode-indicator): Typo in last change.
17493
17494 2006-01-19 Richard M. Stallman <rms@gnu.org>
17495
17496 * outline.el (hide-leaves): Don't call outline-end-of-heading.
17497 Fixes bug reported in Nov 2005.
17498
17499 * isearch.el (isearch-forward): Doc fix.
17500
17501 * dired.el (dired-move-to-filename-regexp): Define as alias.
17502 (dired-no-confirm): Use defcustom.
17503 (dired-subdir-alist-pre-R): Put defvar at top level.
17504
17505 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
17506
17507 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17508 Mark as risky.
17509
17510 * simple.el (set-mark-command): Doc fix.
17511 (clone-indirect-buffer-other-window):
17512 Read arg like clone-indirect-buffer.
17513 (move-beginning-of-line): Skip invisible newlines.
17514
17515 2006-01-19 Masatake YAMATO <jet@gyve.org>
17516
17517 * progmodes/cpp.el (cpp-edit-load): Make the order of
17518 listed conditions in a base C code buffer and its associate
17519 CPP Edit buffer the same.
17520
17521 2006-01-19 Kenichi Handa <handa@m17n.org>
17522
17523 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
17524 (rmail-mime-feature): Likewise.
17525 (rmail-require-mime-maybe): Use display-warning to show a warning
17526 message.
17527
17528 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
17529 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
17530
17531 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
17532
17533 * array.el: Move defvars out of eval-when-compile.
17534 (array-make-template): Replace undeclared global var with a local one.
17535 (array-mode): Inline initialization functions.
17536 (array-init-local-variables, array-init-max-row)
17537 (array-init-max-column, array-init-columns-per-line)
17538 (array-init-field-width, array-init-rows-numbered)
17539 (array-init-line-length, array-init-lines-per-row): Remove.
17540
17541 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
17542 (doc-mode-map): Define explicitly.
17543 (doctor-txtype): Use mapc.
17544
17545 * textmodes/table.el: Move defvars out of eval-when-compile.
17546 Remove harmful code meant to avoid byte-compiler warnings.
17547 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
17548 specification that checks table-fixed-width-mode directly.
17549 (table-recognize-region, table-recognize-cell):
17550 Use restore-buffer-modified-p.
17551 (table-fixed-width-mode): Remove code that refreshes
17552 table-fixed-mode-indicator.
17553 (*table--cell-describe-bindings, *table--cell-describe-mode):
17554 Avoid obsolete name print-help-return-message.
17555 (table--test-cell-list): Don't use replace-regexp from elisp.
17556 (table--point-entered-cell-function, table--point-left-cell-function):
17557 Don't set table-fixed-mode-indicator, use force-mode-line-update.
17558
17559 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
17560 that was after the end of file. Use buffer-file-name variable.
17561 (org-timestamp-change): Use with-current-buffer.
17562 (org-todo-list): Don't unnecessarily define a new buffer-local var.
17563 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
17564 `file'.
17565
17566 * progmodes/fortran.el: Move defvars out of eval-when-compile.
17567 (fortran-break-line): Remove unused var `opoint'.
17568 (fortran-abbrev-start): Obey help-event-list.
17569
17570 2006-01-18 Jesper Harder <harder@phys.au.dk>
17571
17572 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
17573
17574 2006-01-18 Masatake YAMATO <jet@gyve.org>
17575
17576 * progmodes/make-mode.el (makefile-imake-mode): New mode
17577 derived from makefile-mode.
17578 (makefile-imake-mode-syntax-table): New syntax table
17579 derived from makefile-mode-syntax-table.
17580 (makefile-mode): Write about makefile-imake-mode in doc string.
17581 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
17582 (makefile-imake-font-lock-keywords): New font lock keywords.
17583
17584 * files.el (auto-mode-alist): Add Imakefile.
17585
17586 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
17587
17588 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
17589 loading the file rather than when turning on flyspell-mode.
17590
17591 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
17592
17593 * cus-edit.el (customize-rogue): Minor doc fix.
17594
17595 2006-01-17 Juri Linkov <juri@jurta.org>
17596
17597 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
17598 instead of the file at the mark as default if the file at the mark
17599 is the same as the file at point or if dired-dwim-target-directory
17600 is not the same as the current directory and the mark is not active.
17601
17602 * log-view.el (log-view-minor-wrap): Use the same logic to get
17603 revisions as `log-view-diff'.
17604
17605 * info.el (Info-revert-find-node): Check for Info-current-file
17606 before preserving new-history.
17607
17608 * man.el (Man-heading-regexp): Add `/'.
17609
17610 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
17611 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
17612
17613 2006-01-16 Juri Linkov <juri@jurta.org>
17614
17615 * faces.el (mode-line-faces): New defgroup.
17616 (mode-line-highlight): Move definition after new defgroup.
17617 (mode-line, mode-line-inactive, mode-line-highlight):
17618 Replace :group `modeline' with `mode-line-faces'.
17619 (mode-line-buffer-id): New face.
17620 (modeline-buffer-id): New face alias.
17621 (vertical-border): Remove :group `modeline'.
17622
17623 * bindings.el (propertized-buffer-identification): Use face
17624 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
17625 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
17626 (mode-line-buffer-identification-keymap): For mouse-1 replace
17627 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
17628 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
17629 mouse-3.
17630
17631 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
17632 Buffer-menu-buffer. Doc fix.
17633 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
17634 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
17635 `Buffer-menu-buffer'.
17636
17637 * info.el (Info-mode-line-node-keymap): New defvar.
17638 (Info-set-mode-line): Use `stringp' to check Info-current-file.
17639 Propertize Info-current-node with `mode-line-buffer-id' and
17640 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
17641
17642 * time.el (display-time-mail-face): Replace :group `faces' with
17643 `mode-line-faces'.
17644
17645 2006-01-16 Kenichi Handa <handa@m17n.org>
17646
17647 * international/code-pages.el: Add autoload cookies for cp125[0345678].
17648
17649 * language/european.el (cp1252): New alias for windows-1252.
17650
17651 * international/mule.el (autoload-coding-system): Prepare for EOL
17652 variants.
17653
17654 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
17655
17656 * term.el (term-raw-map): Add mapping for insert.
17657 (term-send-insert): New.
17658 (term-mode): Make variables local here instead of doing it in
17659 `term-emulate-terminal'.
17660 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
17661 Scroll reverse needs to take into account the scroll region.
17662 Saving and restoring the cursor should save the color attributes too.
17663 (term-reset-terminal): Reset the scroll region.
17664 (term-handle-ansi-escape): Cursor up and down should take into
17665 account the scroll region.
17666 (term-set-scroll-region): Rename from `term-scroll-region'.
17667 Move to 0,0 after setting the region.
17668 (term-handle-scroll): Handle scroll up.
17669 (term-down): Fix off by one error.
17670 (term-delete-lines): Do not delete outside the scroll region.
17671 (term-insert-lines): Take into account the scroll region.
17672
17673 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
17674
17675 * textmodes/ispell.el (ispell-internal-change-dictionary)
17676 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
17677 (start, end): Move declaration outside of eval-when-compile.
17678
17679 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
17680 (flyspell-mode-on): Use it.
17681
17682 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
17683 ispell-kill-ispell-hook.
17684
17685 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
17686
17687 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17688 (Custom-reset-saved): Do not ask for confirmation in single option
17689 buffers.
17690
17691 2006-01-13 Richard M. Stallman <rms@gnu.org>
17692
17693 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
17694
17695 2006-01-13 Romain Francoise <romain@orebokech.com>
17696
17697 * add-log.el (add-change-log-entry, change-log-merge):
17698 Conditionally use `hard-newline'.
17699
17700 2006-01-13 Martin Rudalics <rudalics@gmx.at>
17701
17702 * wid-edit.el (widget-field-end): If the overlay is no longer
17703 associated with a buffer, behave as if the overlay didn't exist.
17704
17705 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
17706 Make sure the links use the `custom-link' face.
17707
17708 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
17709
17710 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
17711 (ld-script-mode): Don't set indent-line-function since we don't
17712 have one.
17713
17714 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
17715
17716 * textmodes/org.el (org-open-file): Use mailcap for selecting an
17717 application.
17718 (org-file-apps-defaults-gnu): Use mailcap as the default for
17719 selecting an application on a UNIX system.
17720 (org-agenda-show-tags): New command.
17721 (org-table-insert-hline): Keep cursor in current table line.
17722 (org-table-convert): Offset effect of modifying
17723 `org-table-insert-hline'.
17724 (org-format-agenda-item): New optional argument TAG.
17725 (org-compile-prefix-format): Handle %T format for the tag.
17726 (org-expand-wide-chars): New function.
17727 (org-table-insert-row, org-table-insert-hline):
17728 Use `org-expand-wide-chars'.
17729 (org-open-file): Fix bug in program launch.
17730 (org-get-time-of-day): Fix bug with times before 1am.
17731 (org-agenda-menu): Add tags commands.
17732
17733 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
17734
17735 * textmodes/ispell.el (ispell-init-process): Include the used
17736 dictionary in ispell process start message.
17737 (ispell-internal-change-dictionary): When flyspell-mode is active
17738 and dictionary is changed, make sure ispell process is restarted
17739 and flyspell word cache cleared out for the current buffer.
17740 (ispell-change-dictionary): Make sure flyspell word cache is
17741 cleared out in all buffers with active flyspell mode when
17742 dictionary is globally changed.
17743 Call ispell-internal-change-dictionary after dictionary change.
17744
17745 2006-01-13 Eli Zaretskii <eliz@gnu.org>
17746
17747 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
17748
17749 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
17750 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
17751 years. Fix small differences wrt Makefile.in.
17752 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
17753 Makefile.in does.
17754
17755 2006-01-12 Bill Wohler <wohler@newt.com>
17756
17757 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
17758 mh-search.el.
17759
17760 2006-01-12 Masatake YAMATO <jet@gyve.org>
17761
17762 * progmodes/ld-script.el: Update copyright year.
17763
17764 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
17765
17766 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
17767 Don't add widget if setting undefined.
17768
17769 2006-01-12 John Paul Wallington <jpw@pobox.com>
17770
17771 * help-fns.el (describe-variable): Remove newlines from void
17772 variable output.
17773
17774 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
17775
17776 * wdired.el (wdired-mode-map): Add help echo for
17777 wdired-abort-changes.
17778
17779 * man.el (Man-file-name-regexp): Adjust for a list of files.
17780
17781 2006-01-12 Masatake YAMATO <jet@gyve.org>
17782
17783 * progmodes/ld-script.el (auto-mode-alist): Support
17784 suffix conventions used in netbsd and eCos.
17785
17786 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
17787
17788 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
17789 (custom-variable-menu, custom-face-menu, custom-group-menu)
17790 (Custom-mode-menu): Change names of menu items. (As discussed on
17791 emacs-devel.)
17792 (custom-face-menu): Add "Undo Edits" item.
17793
17794 * startup.el (init-file-user): defcustom -> defvar.
17795
17796 * tooltip.el (tooltip-mode): Doc fix.
17797
17798 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
17799
17800 * reveal.el (reveal-post-command): window-buffer signals an error on
17801 dead windows rather than returning nil.
17802 (reveal-open-new-overlays): An overlay might die while we open others.
17803
17804 2006-01-11 Bill Wohler <wohler@newt.com>
17805
17806 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
17807 phrasing in docstring.
17808
17809 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
17810 can give some systems gas. Add new file mh-buffers.el.
17811
17812 2006-01-06 Masatake YAMATO <jet@gyve.org>
17813
17814 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
17815 C preprocessor forward ported from GNU Emacs 21.2.
17816
17817 * progmodes/asm-mode.el (asm-font-lock-keywords):
17818 Use `cpp-font-lock-keywords'.
17819
17820 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
17821
17822 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
17823 of $ for "\\.ld[s]?".
17824
17825 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
17826
17827 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
17828 (tcl-indent-line): Return `noindent' if inside a string.
17829
17830 * progmodes/flymake.el (flymake-split-string): Remove more than one
17831 empty string at beg/end of the result.
17832 (flymake-find-buildfile, flymake-find-possible-master-files):
17833 Use expand-file-name.
17834 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
17835 since expand-file-name does it for us. Use directory-file-name.
17836 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
17837 (flymake-ler-get-type, flymake-ler-get-text)
17838 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
17839 (flymake-current-line-no): Remove spurious interactive spec.
17840 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
17841 (flymake-check-include): Remove arg inc-path merged into inc-name.
17842 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
17843 Arg regexp-list replaced by a simple regexp.
17844 (flymake-master-make-header-init, flymake-master-tex-init):
17845 Correspondingly replace regexp-list with a regexp. Fix regexp.
17846
17847 2006-01-10 Simon Josefsson <jas@extundo.com>
17848
17849 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
17850 describing AUTH PLAIN fix.
17851
17852 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
17853
17854 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
17855 (report-emacs-bug): Don't record initial prompt text.
17856 Instead, add text properties to prompting text.
17857 (report-emacs-bug-hook): Delete prompting text.
17858
17859 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17860
17861 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
17862 `dirs'. Adjust callers.
17863
17864 2006-01-09 John Paul Wallington <jpw@gnu.org>
17865
17866 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
17867
17868 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17869
17870 * reveal.el (reveal-open-new-overlays): New extracted fun.
17871 (reveal-close-old-overlays): Idem. Check overlays's liveness before
17872 using them. Simplify the code.
17873 (reveal-post-command): Use them. Fix up obsolete windows in
17874 reveal-open-spots.
17875
17876 * progmodes/flymake.el: Use `require' rather than autoload for
17877 XEmacs's overlays.
17878 (flymake-get-common-file-prefix, flymake-build-relative-filename):
17879 Delete. Use file-relative-name instead.
17880 (flymake-get-syntax-check-program-args, flymake-perl-init):
17881 Simplify the resulting code.
17882
17883 * log-view.el (log-view-file-re, log-view-message-re): Add support
17884 for DaRCS output.
17885
17886 2006-01-09 Alex Schroeder <alex@gnu.org>
17887
17888 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
17889 identifiers sometimes added in square brackets at the beginning of
17890 subject lines.
17891
17892 2006-01-07 Richard M. Stallman <rms@gnu.org>
17893
17894 * cus-edit.el (Custom-set, Custom-save): Doc fix.
17895 (Custom-reset-current, Custom-reset-saved): Change question text.
17896 (Custom-reset-standard): Likewise.
17897 (custom-variable-reset-saved): Doc fix.
17898
17899 2006-01-07 Eli Zaretskii <eliz@gnu.org>
17900
17901 * startup.el (init-file-user): Doc fix.
17902
17903 2006-01-07 Alex Schroeder <alex@gnu.org>
17904
17905 * mail/rmail.el (rmail-current-subject): New function.
17906 (rmail-current-subject-regexp): New function.
17907 (rmail-next-same-subject): Use it.
17908
17909 * mail/rmailsum.el (rmail-summary-by-topic):
17910 Use rmail-current-subject and rmail-current-subject-regexp.
17911 (rmail-summary-next-same-subject): Ditto.
17912
17913 * net/rcirc.el (rcirc-send-input): No longer check whether the
17914 process is open, since not all commands need an open process.
17915 (rcirc-send-string): Check whether the process is open before
17916 sending anything.
17917 (rcirc-ignore-list): New option.
17918 (rcirc-ignore-list-automatic): New variable.
17919 (rcirc-print): Take rcirc-ignore-list into account.
17920 (rcirc-cmd-ignore): New command.
17921 (rcirc-ignore-update-automatic): New function.
17922 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
17923 list if ignored nicks.
17924 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
17925
17926 2006-01-06 David Reitter <david.reitter@gmail.com>
17927
17928 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
17929 reflect the address to which the report will be sent.
17930
17931 2006-01-06 Eli Zaretskii <eliz@gnu.org>
17932
17933 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
17934 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
17935
17936 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
17937
17938 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
17939
17940 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
17941 the doc string: "functoin" => "function".
17942 * ldefs-boot.el: Likewise.
17943
17944 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
17945 message text: "Duplicat" => "Duplicate".
17946
17947 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
17948
17949 * files.el (basic-save-buffer-2): If backing-up failed, reset
17950 buffer-backed-up to nil.
17951
17952 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
17953
17954 * progmodes/gud.el (gdb-script-skip-to-head)
17955 (gdb-script-calculate-indentation): Indent for breakpoint command
17956 lists also.
17957
17958 2006-01-05 Bill Wohler <wohler@newt.com>
17959
17960 * Makefile.in (compile-always): Add mh-autoloads dependency.
17961 (bootstrap): Remove mh-autoloads dependency, as compile dependency
17962 provides it.
17963 (updates): Remove mh-autoloads dependency, since it probably has
17964 already run recently (via recompile).
17965
17966 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
17967
17968 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
17969 argument `force' to disable the flyspell-last-buffer optimization.
17970 (flyspell-mode-on): Use it.
17971
17972 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
17973 flymake-simple-cleanup.
17974 (flymake-allowed-file-name-masks): Use this new default.
17975 All the functions are now called in the right buffer rather than
17976 passing the buffer as argument.
17977 (flymake-process-sentinel): Switch to buffer before calling cleanup.
17978 (flymake-parse-err-lines): Remove redundant buffer arg.
17979 (flymake-get-program-dir): Comment out unused function.
17980 (flymake-start-syntax-check, flymake-start-syntax-check-process):
17981 Remove redundant buffer argument.
17982 (flymake-get-real-file-name, flymake-simple-java-cleanup)
17983 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
17984
17985 2006-01-05 Richard M. Stallman <rms@gnu.org>
17986
17987 * info.el (Info-find-node): Don't record previous node if have none.
17988 (info): Go to directory only if history is empty.
17989
17990 * simple.el (mark): Doc fix.
17991
17992 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17993
17994 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
17995 already of desired type.
17996 (mac-ae-list): Coerce parameter to "list" type.
17997 (mac-dispatch-apple-event): Replace cadr part of event with a
17998 dummy position so that event-start returns it.
17999
18000 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
18001
18002 * textmodes/org.el (org-end-of-subtree): New function.
18003 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
18004 Use `org-end-of-subtree'.
18005 (org-agenda, org-agenda-convert-date): Protect calls to
18006 `fit-window-to-buffer'.
18007 (org-tags-view): Force matching of sublevels when doing a
18008 todo-only search. Define the correct redo command, including the
18009 arguments.
18010 (org-agenda-redo): Display message.
18011 (org-check-for-org-mode): New function.
18012 (org-agenda-type): New variable.
18013 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
18014 Set `org-agenda-type'.
18015 (org-agenda-check-type): New function.
18016 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
18017 (org-agenda-week-view, org-agenda-day-view)
18018 (org-agenda-next-date-line, org-agenda-previous-date-line)
18019 (org-agenda-log-mode, org-agenda-toggle-diary)
18020 (org-agenda-toggle-time-grid, org-agenda-date-later)
18021 (org-agenda-date-prompt, org-agenda-diary-entry)
18022 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
18023 (org-agenda-convert-date, org-agenda-menu):
18024 Use `org-agenda-check-type'.
18025 (org-make-overlay, org-delete-overlay)
18026 (org-detatch-overlay, org-move-overlay, org-overlay-put):
18027 New compatibility functions.
18028 (org-calendar-select-mouse): New command.
18029
18030 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
18031
18032 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
18033 (Custom-reset-standard): Fix y-or-n-p messages.
18034 (custom-link): New face for links.
18035 (custom-buffer-create-internal, custom-manual): Use it.
18036 (custom-face-save): Push to theme-face before setting face spec.
18037
18038 * wid-edit.el (widget-default-mouse-face-get): New function.
18039 (widget-specify-button): Handle mouse-face like button-face.
18040
18041 * custom.el (load-theme): Clear old theme settings if reloading.
18042
18043 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
18044
18045 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
18046 "Erase Customization" button back to same position it occupies in
18047 the individual State menus.
18048
18049 2006-01-04 Kim F. Storm <storm@cua.dk>
18050
18051 * wid-edit.el (key-sequence): Rework widget to read key binding
18052 using `kbd' syntax. Use C-q to insert literal key, event, or code.
18053 (widget-key-sequence-default-value): Default value for empty sequence.
18054 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
18055 (widget-key-sequence-read-event): New command for C-q.
18056 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
18057 (widget-key-sequence-value-to-external): New functions.
18058
18059 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
18060
18061 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
18062 Use expand-file-name.
18063 (flymake-delete-temp-directory): Use expand-file-name,
18064 file-name-directory, and directory-file-name.
18065 (flymake-strrchr): Delete.
18066 (flymake-start-syntax-check): Don't pass the redundant buffer argument
18067 to the init-f function.
18068 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
18069 (flymake-init-find-buildfile-dir)
18070 (flymake-init-create-temp-source-and-master-buffer-copy)
18071 (flymake-simple-make-init-impl, flymake-simple-make-init)
18072 (flymake-master-make-init, flymake-master-make-header-init)
18073 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
18074 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
18075 (flymake-xml-init): Remove corresponding redundant buffer argument.
18076 (flymake-allowed-file-name-masks): Remove last elems that are equal to
18077 the default anyway. Clean up regexps.
18078
18079 * progmodes/flymake.el (flymake-temp-source-file-name)
18080 (flymake-master-file-name, flymake-temp-master-file-name)
18081 (flymake-base-dir): New buffer-local vars.
18082 (flymake-buffer-data, flymake-get-buffer-value)
18083 (flymake-set-buffer-value): Replace those hash-tables by the new
18084 buffer-local vars. Update callers.
18085
18086 * progmodes/flymake.el (flymake-check-start-time)
18087 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
18088 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
18089 Move definition, so we can remove redundant earlier declaration.
18090 (flymake-replace-regexp-in-string, flymake-split-string)
18091 (flymake-get-temp-dir): Use defalias.
18092 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
18093 (flymake-xemacs-window-edges): Remove unused function.
18094 (flymake-get-point-pixel-pos): Move.
18095 (flymake-pid-to-names, flymake-reg-names)
18096 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
18097 Replace by a simple list flymake-processes and by process-buffer.
18098 Update callers. Other than simplify the code, it uses buffers rather
18099 than buffer-names so it doesn't get confused by uniquify.
18100 (flymake-buffer-data): The global value should just be nil.
18101
18102 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
18103 Optimize the body of a defalias like any other code.
18104
18105 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
18106 Make sure we've setup font-lock's vars. It may influence which
18107 function we then call.
18108 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
18109 here since it's too late anyway.
18110
18111 2006-01-03 Romain Francoise <romain@orebokech.com>
18112
18113 * startup.el (fancy-splash-tail, normal-splash-screen):
18114 Update copyright year.
18115
18116 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
18117
18118 * mouse.el (mouse-drag-track): Rename, from
18119 `mouse-drag-region-1'. Includes optional argument required to
18120 enable post-drag event processing (e.g. delete region keys).
18121 Can be used without this argument to track a mouse region and operate
18122 on it as soon as the drag completes.
18123 (mouse-drag-region): Use `mouse-drag-track'.
18124
18125 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
18126
18127 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
18128 Move to `custom-buffer' group.
18129
18130 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
18131 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
18132 (custom-theme-insert-face-marker, custom-theme-variable-menu)
18133 (custom-theme-face-menu): New variables.
18134 (custom-theme-add-variable, custom-theme-variable-action)
18135 (custom-variable-reset-theme, custom-theme-delete-variable)
18136 (custom-face-reset-theme, custom-theme-face-action)
18137 (custom-theme-delete-face, custom-theme-merge-theme)
18138 (custom-theme-add-face, custom-theme-visit-theme): New functions.
18139
18140 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
18141
18142 * custom.el: Move Custom Themes commentary to start of theme code.
18143 (custom-known-themes): Rename `standard' theme to `changed'.
18144 (custom-push-theme): Caller no longer specifies what theme to use
18145 when doing `reset'---the setting is simply removed from the theme.
18146 Delete MODE from `theme-value' and `theme-settings' properties.
18147 (custom-declare-theme): Ignore &rest args since we don't use them.
18148
18149 (custom-loaded-themes): Delete variable.
18150 (custom-theme-load-themes, custom-theme-loaded-p)
18151 (custom-theme-value): Delete functions.
18152
18153 (custom-declare-theme): Signal error on invalid theme names.
18154 (provide-theme): custom-loaded-themes was deleted.
18155 (load-theme): Load the file unconditionally.
18156 (enable-theme): Call `load-theme' if theme is undefined.
18157 (custom-enabled-themes): Only update value for successful loads.
18158 (disable-theme): Complete from enabled themes when interactive.
18159 (custom-variable-theme-value): Calculate theme value directly.
18160
18161 (custom-theme-reset-variables, custom-reset-variables): Mark as
18162 XEmacs compatibility functions. We don't actually use these.
18163
18164 * cus-edit.el (custom-variable-state-set):
18165 Use custom-variable-theme-value instead of custom-theme-value.
18166 (custom-face-state-set): Rename `standard' theme to `changed'.
18167 (custom-save-variables, custom-save-faces): Delete unneeded
18168 references to custom-reset-variables.
18169 (custom-save-resets): Delete function.
18170 (custom-save-variables, custom-save-faces): MODE argument deleted.
18171 (custom-save-variables, custom-save-faces): Ignore theme values.
18172
18173 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
18174 compatibility function.
18175
18176 2006-01-01 Richard M. Stallman <rms@gnu.org>
18177
18178 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
18179 (Custom-reset-current, Custom-reset-saved): Likewise.
18180 (Custom-reset-standard): Show message if aborted.
18181 (custom-mode): Doc fix, describing those commands.
18182
18183 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
18184 put on event-kind property.
18185
18186 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
18187
18188 * custom.el (provide-theme): Ban `user' theme name.
18189 (custom-enabling-themes): New variable.
18190 (enable-theme): Don't enable user if custom-enabling-themes is t.
18191 (custom-enabled-themes): Make it a defcustom.
18192 (custom-theme-recalc-face): No-op if face is undefined.
18193
18194 * cus-edit.el (custom-button-mouse): New variable.
18195 (custom-button-mouse): New face.
18196 (custom-raised-buttons, custom-mode): Use it.
18197
18198 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
18199
18200 2005-12-31 Eli Zaretskii <eliz@gnu.org>
18201
18202 * progmodes/gud.el (gud-display-line): Support hl-line in the
18203 source buffer.
18204
18205 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
18206
18207 * mouse.el (mouse-drag-window-above): Verify that the found window
18208 overlaps with the given window in the horizontal dimension.
18209
18210 2005-12-31 Eli Zaretskii <eliz@gnu.org>
18211
18212 * Makefile.in (cvs-update): New target.
18213
18214 * makefile.w32-in (cvs-update): Ditto.
18215
18216 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
18217
18218 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
18219 (custom-new-theme-mode-map): New variable.
18220
18221 2005-12-30 Richard M. Stallman <rms@gnu.org>
18222
18223 * custom.el (custom-load-themes): Function deleted.
18224
18225 * cus-edit.el (custom-save-loaded-themes): Function deleted.
18226 (custom-save-variables): Don't delete or add custom-load-themes call.
18227
18228 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
18229
18230 * cus-start.el: Add `visible-cursor'.
18231
18232 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
18233 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
18234 (flymake-process-filter): Switch to buffer before calling it instead.
18235 (flymake-post-syntax-check, flymake-highlight-err-lines)
18236 (flymake-delete-own-overlays, flymake-parse-err-lines)
18237 (flymake-start-syntax-check, flymake-start-syntax-check-process)
18238 (flymake-count-lines, flymake-parse-residual):
18239 Remove constant buffer argument.
18240 (flymake-start-syntax-check-for-current-buffer): Remove.
18241 Update callers to use flymake-start-syntax-check instead.
18242 (flymake-display-err-menu-for-current-line):
18243 Remove unused var `mouse-pos'.
18244 (flymake-restore-formatting): Comment out unused function.
18245 (flymake-report-status, flymake-report-fatal-status): Remove buffer
18246 argument, use current-buffer instead. Update callers.
18247
18248 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18249
18250 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
18251 buffer-local because choose-completion-delete-max-match requires
18252 that we set completion-ignore-case (i.e., binding via let is not
18253 sufficient).
18254 (bibtex-complete): Always set completion-ignore-case and
18255 choose-completion-string-functions. The latter is needed because
18256 choose-completion-string-functions keeps its value if we quit the
18257 *Completions* buffer without requesting a completion.
18258
18259 2005-12-30 Andreas Schwab <schwab@suse.de>
18260
18261 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
18262
18263 2005-12-30 Eli Zaretskii <eliz@gnu.org>
18264
18265 * jit-lock.el (jit-lock-chunk-size): Doc fix.
18266
18267 2005-12-30 Juri Linkov <juri@jurta.org>
18268
18269 * locate.el (locate-fcodes-file, locate-header-face)
18270 * progmodes/delphi.el (delphi-other-face)
18271 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
18272
18273 * paren.el (show-paren-match, show-paren-mismatch): Use existing
18274 group `paren-showing-faces'.
18275
18276 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
18277 (goto-address): Fix docstring.
18278
18279 * net/webjump.el (webjump-sample-sites): Update URLs.
18280
18281 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
18282
18283 * subr.el (cancel-change-group): Add listp around pending-undo-list.
18284
18285 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
18286
18287 * font-lock.el (font-lock-compile-keywords): Signal an error when
18288 font-lock-set-defaults hasn't been called.
18289
18290 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
18291
18292 * subr.el (noreturn, 1value): Doc fixes.
18293
18294 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18295
18296 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
18297 that assoc-string returns nil.
18298
18299 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18300
18301 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
18302 (bibtex-entry-type-str, bibtex-empty-field-re)
18303 (bibtex-search-backward-string, bibtex-preamble-prefix)
18304 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
18305 (bibtex-any-valid-entry-type): New variable.
18306 (bibtex-parse-field-name): Simplify.
18307 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
18308 (bibtex-preamble-prefix): Include left delimiter.
18309 (bibtex-search-forward-field, bibtex-search-backward-field):
18310 Allow unbounded search past entry boundaries (required by bibtex-pop).
18311 (bibtex-text-in-field-bounds): Use push.
18312 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
18313 (bibtex-parse-preamble, bibtex-valid-entry)
18314 (bibtex-beginning-first-field): New functions.
18315 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
18316 (bibtex-map-entries): Fix docstring.
18317 (bibtex-flash-head): New arg prompt. Simplify.
18318 (bibtex-enclosing-field): Include code of bibtex-inside-field.
18319 (bibtex-insert-kill): Simplify. Always insert text past the
18320 current field or entry.
18321 (bibtex-format-entry): Use bibtex-parse-field.
18322 (bibtex-pop): Use bibtex-beginning-of-entry and
18323 bibtex-end-of-entry to initiate the search. Insert empty field if
18324 we found ourselves.
18325 (bibtex-print-help-message): New args field and comma.
18326 Handle entry keys.
18327 (bibtex-make-field): Use bibtex-beginning-of-entry.
18328 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
18329 invalid entry.
18330 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
18331 Handle preambles. Simplify code for thorough test.
18332 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
18333 New arg comma. Handle entry heads.
18334 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18335 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
18336 New arg comma.
18337 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
18338 (bibtex-fill-field): Simplify.
18339 (bibtex-fill-entry): Use bibtex-beginning-first-field and
18340 bibtex-parse-field.
18341 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
18342 (bibtex-complete): Use bibtex-parse-preamble.
18343
18344 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
18345
18346 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
18347 Display name of expression instead of convenience variable.
18348 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
18349
18350 * progmodes/gud.el (gud-tooltip-dereference): Rename from
18351 toggle-gud-tooltip-dereference.
18352 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
18353 (gud-tooltip-tips): ...here when dereferencing.
18354
18355 2005-12-28 Bill Wohler <wohler@newt.com>
18356
18357 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
18358
18359 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
18360
18361 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
18362 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
18363 (vc-annotate-display-autoscale): Adjust call.
18364 (vc-annotate-display-default): Adjust call. Make arg compulsory.
18365 Fix interactive spec.
18366 (vc-annotate-time-span): Remove.
18367 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
18368 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
18369 (vc-annotate-display-select): Use new name.
18370
18371 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
18372 (vc-annotate-mode-menu): Remove left-over redundant declaration.
18373 Correct the construction of span entries. Simplify.
18374 (vc-annotate-display-select): Fix the nil case.
18375 (vc-annotate): Remove obsolete (and now broken) code.
18376 (vc-annotate-extract-revision-at-line): Remove obsolete code.
18377 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
18378
18379 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
18380
18381 * subr.el (lazy-completion-table): Correct typo in docstring.
18382
18383 * startup.el (command-line): Use `custom-reevaluate-setting' for
18384 `send-mail-function'.
18385
18386 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
18387
18388 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
18389
18390 * mail/smtpmail.el (smtpmail-try-auth-methods):
18391 Send credentials together with "AUTH PLAIN" command.
18392
18393 2005-12-27 Richard M. Stallman <rms@gnu.org>
18394
18395 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
18396 mouse-2, go back to previously selected window, so it's selected
18397 when mouse-2 command runs.
18398
18399 2005-12-27 Juri Linkov <juri@jurta.org>
18400
18401 * descr-text.el (describe-text-sexp): Use square brackets for
18402 button [Show] to distinguish it from the property value `show'.
18403 (describe-property-list): Use `insert-text-button' with
18404 `help-face' type instead of putting face in quotes, because button
18405 is not created automatically for a list of faces.
18406 (describe-text-properties-1): Put button-type value in quotes to
18407 distinguish from plain text "button".
18408 (describe-char): Display code point values in hex. Don't use
18409 `symbol-name' for `current-input-method' because it is a string.
18410 Use `insert-text-button' with `help-face' type instead of putting
18411 hardcoded face in quotes, because button is not created automatically.
18412
18413 2005-12-27 Richard M. Stallman <rms@gnu.org>
18414
18415 * progmodes/glasses.el (glasses-face): More specific custom type.
18416
18417 * files.el (set-visited-file-name): Doc fix.
18418
18419 * textmodes/flyspell.el (flyspell-external-point-words):
18420 Use local var buffer-scan-pos to advance scan for next misspelling.
18421 Advance it only after we find the misspelling.
18422
18423 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
18424
18425 * textmodes/flyspell.el (flyspell-external-point-words):
18426 New criteria for finding the misspelling in the buffer.
18427
18428 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
18429
18430 * help-mode.el (help-insert-string): Set help-xref-stack-item
18431 rather than call help-setup-xref.
18432
18433 * descr-text.el (describe-char): Revert previous changes for
18434 optional buffer argument.
18435
18436 2005-12-27 Juri Linkov <juri@jurta.org>
18437
18438 * help-mode.el (help-insert-string): New function. Save buffer
18439 contents in cases where it is impossible to recompute the old contents.
18440
18441 * descr-text.el (describe-char): Set help-xref-stack-item
18442 explicitly after buffer has been generated.
18443
18444 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18445
18446 * cus-start.el (all): Add x-gtk-show-hidden-files.
18447
18448 2005-12-26 Richard M. Stallman <rms@gnu.org>
18449
18450 * replace.el (perform-replace): Calculate match-again
18451 before skipping read-only matches.
18452
18453 * paren.el (paren-showing-faces): New group.
18454 (show-paren-match, show-paren-mismatch): Move to that group.
18455
18456 * button.el (button): Put into group `basic-faces'.
18457
18458 * progmodes/make-mode.el: Remove faces from group `faces'.
18459
18460 * apropos.el (apropos, apropos-value): Doc fix.
18461 (apropos-documentation): Doc fix.
18462
18463 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
18464
18465 * subr.el (lazy-completion-table): Remove argument `args'.
18466
18467 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
18468 Don't use the `args' argument of lazy-completion-table.
18469
18470 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
18471
18472 * descr-text.el (describe-char): Add optional argument for buffer.
18473 Set buffer appropriately. Call help-setup-xref.
18474 Suggested by Stefan Monnier.
18475
18476 2005-12-26 Juri Linkov <juri@jurta.org>
18477
18478 * descr-text.el: Require `help-fns' at runtime. Don't require
18479 `button' for byte compilation.
18480 (describe-text-widget): Add `help-echo' for first button.
18481 Use `help-info' for second.
18482 (describe-property-list): Use `help-argument-name' instead of `italic'.
18483 (describe-text-category): Add prompt to interactive spec.
18484 Call `help-setup-xref'.
18485 (describe-char): Use `help-character-set'. Add `help-echo' for
18486 code point. Use `help-input-method'. Remove superfluous insert.
18487
18488 2005-12-25 Richard M. Stallman <rms@gnu.org>
18489
18490 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
18491 at point, in case of narrowing.
18492
18493 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
18494
18495 * locate.el (locate-header-face): Allow nil in type.
18496
18497 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
18498
18499 2005-12-25 Romain Francoise <romain@orebokech.com>
18500
18501 * battery.el (battery-linux-proc-acpi): Also try
18502 `/proc/acpi/thermal_zone/THM0/temperature'.
18503
18504 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
18505
18506 * custom.el (custom-push-theme): Fix docstring.
18507
18508 * cus-edit.el (custom-variable-set, custom-variable-save)
18509 (custom-variable-save): Custom-quote widget values.
18510 (customize-save-variable): Fix custom-push-theme call.
18511
18512 2005-12-24 Eli Zaretskii <eliz@gnu.org>
18513
18514 * w32-fns.el (w32-batch-update-autoloads): New function.
18515
18516 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
18517 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
18518 from the command line.
18519
18520 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
18521
18522 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
18523 reset means to remove setting from theme entirely. Don't keep
18524 expanding theme-settings list; delete old entries if necessary.
18525
18526 * cus-edit.el (custom-buffer-create-internal): Move "Erase
18527 customization" button one line up.
18528 (custom-themed): New face.
18529 (custom-magic-alist): New value, THEMED, for theme settings.
18530 (custom-variable-state-set, custom-face-state-set):
18531 Check theme-value instead of saved-value.
18532 (custom-variable-reset-standard, custom-face-reset-standard):
18533 Remove theme setting entirely. Recalculate new values.
18534 (custom-variable-set, custom-variable-set)
18535 (custom-variable-reset-saved, custom-variable-reset-backup)
18536 (custom-face-set, custom-face-reset-saved): Update `user' theme.
18537 (custom-variable-save): Fix typos.
18538
18539 2005-12-23 Juri Linkov <juri@jurta.org>
18540
18541 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
18542 Add autoload cookies.
18543 (edebug-outside-d-c-i-n-s-w): New variable.
18544 (edebug-display, edebug-outside-excursion): Use it to save the
18545 original value of default-cursor-in-non-selected-windows.
18546 Set default-cursor-in-non-selected-windows to t while Edebug
18547 is active.
18548 (edebug-mode, edebug-eval-mode): Doc fix.
18549
18550 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
18551 with `buffer-substring-no-properties' to remove common substring
18552 highlighting.
18553
18554 * info.el (info-other-window, info): Rename function argument
18555 `file' to `file-or-node'.
18556 (Info-complete-menu-item): Use local variable `complete-nodes' to
18557 keep the global value of `Info-complete-nodes' unchanged for
18558 subsequent completions.
18559 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
18560
18561 * simple.el (get-next-valid-buffer, last-buffer)
18562 (next-error-buffer-p, next-error-find-buffer)
18563 (minibuffer-history-sexp-flag): Doc fix.
18564
18565 * savehist.el (savehist-mode-hook): Add `:group'.
18566
18567 * log-view.el: Call autoload for vc-find-version.
18568 (log-view-current-file): Adjust subgroup numbers.
18569 (log-view-current-tag): Add `length'.
18570
18571 2005-12-23 Richard M. Stallman <rms@gnu.org>
18572
18573 * vc.el (vc-annotate-car-last-cons): Defn moved up.
18574
18575 2005-12-23 Juri Linkov <juri@jurta.org>
18576
18577 * hi-lock.el (hi-lock-archaic-interface-message-used)
18578 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
18579 (hi-lock-mode): Display "Hi" in the mode line only when
18580 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
18581 (hi-lock-write-interactive-patterns):
18582 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
18583 (hi-lock-set-pattern, hi-lock-set-file-patterns)
18584 (hi-lock-font-lock-hook): Set 3rd arg `how' of
18585 font-lock-add-keywords to t.
18586
18587 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
18588
18589 * hi-lock.el (hi-lock-highlight-range): New variable.
18590 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
18591 only if font-lock-fontified is non-nil. Remove overlays.
18592 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
18593 font-lock-fontified is non-nil, otherwise use overlays (instead of
18594 text properties).
18595 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
18596 New variables.
18597 (hi-lock-string-serialize): New function.
18598
18599 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18600
18601 * menu-bar.el (menu-find-file-existing): New function.
18602 (menu-bar-file-menu): Use menu-find-file-existing for Open.
18603
18604 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
18605
18606 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18607
18608 * vc.el: Remove unnecessary leading * in docstrings.
18609 (vc-annotate-mode-map): Move initialization into declaration.
18610 (vc-static-header-alist): Nitpick on the regexp.
18611 (vc-default-init-version): New fun.
18612 (vc-register): Use it.
18613 (vc-insert-headers): Use dolist.
18614 (vc-annotate-get-backend): Remove unused function.
18615 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
18616 (vc-annotate-mode): Remove corresponding call.
18617 (vc-annotate-car-last-cons): Simplify.
18618 (vc-annotate-buffers): Remove var.
18619 (vc-annotate-backend): Make it buffer-local.
18620 (vc-annotate): Move the interaction to the interactive spec.
18621 Add a `buf' argument.
18622 (vc-annotate-warp-version): Use this new `buf' argument to avoid
18623 killing&creating a vc-annotate buffer, which is very disruptive when
18624 the buffers are shown in dedicated frames.
18625
18626 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
18627
18628 * descr-text.el: Add FSF as maintainer.
18629 (describe-text-mode, describe-text-mode-map)
18630 (describe-text-mode-hook, describe-text-done): Delete. Use normal
18631 help-mode.
18632 (describe-text-widget, describe-text-sexp)
18633 (describe-property-list, describe-text-category)
18634 (describe-text-properties, describe-text-properties-1)
18635 (describe-char): Use help buttons instead of widgets.
18636 (describe-char-unicodedata-file): Make URL link in doc string.
18637
18638 2005-12-22 Richard M. Stallman <rms@gnu.org>
18639
18640 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
18641 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
18642 Don't include buttons that write a file when there's no file.
18643 (custom-variable-menu, custom-face-menu, custom-group-menu):
18644 Don't include commands that write a file when there's no file.
18645 (customize-browse): Reword the top-of-buffer help intro.
18646 (custom-buffer-create-internal): Fix previous change.
18647 (customize-changed-options-previous-release): Prev release is 21.1.
18648 (customize-changed-options): Doc fix.
18649 (customize-changed): New alias.
18650 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
18651 Say "standard values".
18652 (Custom-reset-standard): Doc fix.
18653 (custom-face-reset-standard): Doc fix.
18654
18655 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18656
18657 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
18658 even if font-lock-mode is non-nil since it may be t without having
18659 turned on font-lock-mode-internal.
18660 (font-lock-choose-keywords): Minor optimization.
18661 (font-lock-add-keywords, font-lock-remove-keywords)
18662 (font-lock-set-defaults): Don't call make-local-variable on a variable
18663 that we know to already be local.
18664
18665 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18666
18667 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
18668 messages if in the minibuffer.
18669
18670 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18671
18672 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
18673 (tex-mode-flyspell-verify, flyspell-get-word)
18674 (flyspell-external-point-words): Don't use point-min/max uselessly.
18675
18676 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
18677 by Kevin Rodgers. Instead, just hide the completions buffer if we
18678 don't need to show it.
18679
18680 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
18681
18682 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
18683
18684 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18685
18686 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
18687 delete-windows-on with an inexistent buffer.
18688
18689 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
18690
18691 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18692 Delete defcustom variable :tag names.
18693
18694 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
18695
18696 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
18697 (log-view-font-lock-keywords): Ajust subgroup numbers.
18698 (log-view-current-tag): Don't hard code the number of subgroups.
18699
18700 2005-12-20 Juri Linkov <juri@jurta.org>
18701
18702 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
18703 (tooltip-x-offset, tooltip-y-offset): Doc fix.
18704
18705 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
18706 (menu-bar-non-minibuffer-window-p): Instead of checking
18707 display-multi-frame-p, use selected-frame when menu-updating-frame
18708 is nil.
18709
18710 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
18711
18712 * align.el (align-rules-list): Use [ \t] instead of \s-
18713 for column separators in text mode.
18714
18715 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
18716
18717 * help-mode.el (help-customize-variable, help-customize-face):
18718 Don't pop help-xref-stack as help-follow no longer pushes
18719 anything on to it.
18720
18721 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
18722
18723 * textmodes/org.el (org-agenda-custom-commands): New option.
18724 (org-agenda): Offer custom commands on splash screen.
18725 (org-make-tags-matcher): Parser for Boolean logic added.
18726 (org-agenda-set-tags): New command.
18727 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
18728 (org-set-tags): Efficiency improvements.
18729 (org-auto-align-tags): New option.
18730 (org-todo, org-demote, org-promote): Realign tags.
18731 (org-tags-completion-function): Use also "&" and "|" as separators.
18732 (org-org-menu): Agenda commands simplified.
18733
18734 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
18735
18736 * cus-edit.el (customize-apropos, customize-apropos-options):
18737 Docstring changes.
18738
18739 * font-lock.el (font-lock): Add tags to the links in the defgroup.
18740
18741 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
18742
18743 * longlines.el (longlines-mode): Wrap while widened.
18744 (longlines-decode-region, longlines-encode-region): Compute max
18745 just once.
18746
18747 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18748
18749 * cus-edit.el (mac): New group.
18750
18751 * cus-start.el (all): Add user options in macterm.c. Add test for
18752 Mac-related built-ins. Fix test for GTK-related built-ins.
18753
18754 * term/mac-win.el (mac-handle-language-change)
18755 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
18756 (mac-services-open-selection, mac-services-mail-selection)
18757 (mac-services-mail-to, mac-services-insert-text)
18758 (mac-dispatch-apple-event): Add docstrings.
18759 (x-get-selection, mac-select-convert-to-string): Select coding
18760 system from `utf-16be' and `utf-16le' using `byteorder'.
18761
18762 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
18763
18764 * subr.el (lazy-completion-table): Don't be fooled if the var holds
18765 a "list" (lambda ...) rather than a real completion list.
18766
18767 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
18768 lexical-let when encountering ((lambda (...) ...) ...).
18769
18770 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18771
18772 * progmodes/sh-script.el (sh-mode):
18773 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
18774 * textmodes/picture.el (picture-mode): Update docstrings.
18775
18776 2005-12-17 Eli Zaretskii <eliz@gnu.org>
18777
18778 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
18779 commands enclosed in $(ARGQUOTE)s should not be split between two
18780 lines, as that will break with GNU Make >3.80, when sh.exe is used
18781 and arg quoting is with '..'.
18782 (autoloads): Don't break the quoted --eval expression between
18783 several lines.
18784
18785 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18786
18787 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
18788 Capture error from printing circular structures.
18789
18790 2005-12-17 Martin Rudalics <rudalics@gmx.at>
18791
18792 * wid-edit.el (widget-checkbox-action): Clear undo info.
18793
18794 2005-12-16 Bill Wohler <wohler@newt.com>
18795
18796 * menu-bar.el (kill-this-buffer): Set a good example by using menu
18797 bar, not menubar in comment.
18798
18799 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
18800
18801 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
18802 After-change-functions should not clobber the match data.
18803
18804 2005-12-16 Juri Linkov <juri@jurta.org>
18805
18806 * simple.el (choose-completion): Use `buffer-substring-no-properties'
18807 instead of `buffer-substring'.
18808 (completion-common-substring): Doc fix.
18809 (completion-setup-function): Use minibuffer-completion-contents
18810 instead of minibuffer-contents. Don't set common-string-length
18811 initially. Remove special handling of partial-completion-mode.
18812 Move computation of completion-base-size into one cond.
18813 Call completion-base-size-function in mainbuf. In computation of
18814 completion-base-size for file name completion don't move point to
18815 the end of the minibuffer. Move computation of common-string-length
18816 into one cond. Start putting faces only when common-string-length>=0.
18817 Add condition to put completions-common-part when
18818 common-string-length>0.
18819
18820 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
18821 place point at the first different character in the minibuffer
18822 even if this position is at the beginning of the minibuffer.
18823
18824 * info.el (Info-read-node-name-1): In completion-base-size-function's
18825 lambda return 1 if common-substring or minibuffer-completion-contents
18826 starts with (, and 0 otherwise.
18827
18828 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
18829 Use `crm-current-element' for second arg of `display-completion-list'.
18830
18831 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
18832
18833 * files.el (set-auto-mode): Look for an interpreter specified on
18834 the first line also if search for mode specification succeeded,
18835 but the mode is not known.
18836
18837 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
18838
18839 * textmodes/org.el (org-tags-match-list-sublevels): New option.
18840 (org-open-at-point): Implement tag searches as links.
18841 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
18842 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
18843 (org-tags-sparse-tree, org-tags-view, org-set-tags)
18844 (org-agenda-dispatch): New commands.
18845 (org-use-tag-inheritance, org-tags-column): New options.
18846 (org-tab-follows-link, org-return-follows-link): New options.
18847 (org-tags): New customize group.
18848 (org-start-icalendar-file): Get local time zone.
18849 (org-tags-completion-function): New function.
18850 (org-set-font-lock-defaults): Make sure links will also be
18851 highlighted inside headlines.
18852
18853 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
18854
18855 * term.el (term-emulate-terminal):
18856 Let term-handle-ansi-terminal-messages override what Bash says about
18857 its current directory.
18858
18859 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
18860
18861 * bindings.el (last-buffer): Move to simple.el.
18862 * simple.el (last-buffer): Move here.
18863 (get-next-valid-buffer): New function.
18864 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
18865 (prev-buffer): Ditto. Rename to `previous-buffer'.
18866
18867 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
18868 * bindings.el (global-map): Ditto.
18869
18870 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
18871
18872 * cus-edit.el: Introductory comment change.
18873 (custom-magic-alist): Change message string for the `rogue' state.
18874
18875 2005-12-15 Richard M. Stallman <rms@gnu.org>
18876
18877 * tooltip.el: Delete defcustom variable :tag names.
18878
18879 * complete.el (partial-completion-mode): Doc fix.
18880
18881 * textmodes/flyspell.el (flyspell-external-point-words):
18882 Use save-excursion to ensure we don't move backward in the
18883 search loop, not even one character.
18884 (flyspell-delete-all-overlays): Use remove-overlays directly.
18885
18886 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
18887 (ispell-start-process): Set that variable.
18888 Clear ispell-buffer-local-name.
18889 (ispell-internal-change-dictionary):
18890 Set ispell-current-dictionary after killing process.
18891 (ispell-buffer-local-dict):
18892 Don't set spell-personal-dictionary after killing process.
18893 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
18894 (ispell-tex-skip-alists, ispell-html-skip-alists)
18895 (ispell-skip-region-alist): Mark as risky.
18896
18897 * net/newsticker.el (newsticker--retrieval-timer-list)
18898 (newsticker--display-timer, newsticker-running-p)
18899 (newsticker-ticker-running-p): Definitions moved up.
18900
18901 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
18902
18903 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
18904
18905 2005-12-15 David Ponce <david@dponce.com>
18906
18907 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
18908 (recentf-edit-list, recentf-open-files): Signal an error when
18909 there is no recent file.
18910
18911 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
18912
18913 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
18914 read-only except for texinfo-format-region evaluation.
18915
18916 2005-12-14 Richard M. Stallman <rms@gnu.org>
18917
18918 * vc.el (vc-default-previous-version, vc-default-next-version)
18919 (vc-do-command): Doc fixes.
18920
18921 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18922
18923 * textmodes/bibtex.el (bibtex-expand-strings)
18924 (bibtex-autokey-expand-string, bibtex-name-part)
18925 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
18926 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
18927 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
18928 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
18929 (bibtex-entry-postfix, bibtex-known-entry-type-re)
18930 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
18931 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
18932 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
18933 (bibtex-beginning-of-last-entry): Remove.
18934 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
18935 message if comma is missing but buffer is read-only.
18936 (bibtex-parse-field-text): Handle whitespaces at the end of field
18937 text. Return 3-element list with beginning and end of field text
18938 and end of field.
18939 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
18940 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
18941 (bibtex-search-forward-field, bibtex-search-backward-field):
18942 Search always delimited by limits of entry. Use more efficient
18943 search algorithms.
18944 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
18945 bibtex-end-of-name-in-field.
18946 (bibtex-text-in-field-bounds): Handle BibTeX strings when
18947 extracting the content of a field.
18948 (bibtex-text-in-field): Use search limits.
18949 (bibtex-parse-string-prefix): Handle empty string keys based on
18950 bibtex-string-empty-key.
18951 (bibtex-parse-string): Fix docstring.
18952 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
18953 (bibtex-preamble-prefix, bibtex-strings): New functions.
18954 (bibtex-skip-to-valid-entry): Include preceding whitespace in
18955 BibTeX entries (consistent with other BibTeX functions).
18956 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
18957 (bibtex-search-entry): Fix docstring. Simplify.
18958 (bibtex-flash-head, bibtex-complete-string-cleanup)
18959 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
18960 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
18961 (bibtex-parse-entry): New optional arg content.
18962 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
18963 Use bibtex-text-in-field-bounds.
18964 (bibtex-print-help-message): Handle BibTeX strings and preambles.
18965 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
18966 bibtex-parse-string-postfix.
18967 (bibtex-find-text-internal): New function.
18968 (bibtex-remove-delimiters): Use it.
18969 (bibtex-find-text): Use it. New optional arg help.
18970 (bibtex-complete): Handle BibTeX string and preamble entries.
18971 (bibtex-Preamble): Fix order of closing delimiters.
18972
18973 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
18974
18975 * vc.el (vc-default-revert): New fun.
18976
18977 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
18978
18979 2005-12-14 Romain Francoise <romain@orebokech.com>
18980
18981 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
18982 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
18983 (font-lock-remove-keywords): Likewise.
18984
18985 2005-12-14 Juri Linkov <juri@jurta.org>
18986
18987 * log-view.el (log-view-diff): Doc fix.
18988
18989 * isearch.el (isearch-query-replace): Use (mark) instead of
18990 isearch-opoint if mark is active in transient-mark-mode.
18991
18992 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
18993
18994 * isearch.el (isearch-query-replace): Check for isearch-other-end.
18995
18996 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
18997
18998 * progmodes/cpp.el (cpp-face): New widget.
18999 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
19000
19001 2005-12-14 Juri Linkov <juri@jurta.org>
19002
19003 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
19004 around `erase-buffer' and `insert'.
19005
19006 * descr-text.el (describe-text-properties): Replace buffer name
19007 "*Help-2*" with "*Help*<2>".
19008 (describe-char): Add functions print-help-return-message,
19009 toggle-read-only. Use help-setup-xref with nil to not store
19010 describe-char in help-xref-stack. Use help-make-xrefs to
19011 make [back] button.
19012
19013 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
19014
19015 * wdired.el (wdired-old-point): New internal variable.
19016 (wdired-change-to-wdired-mode): Set it buffer-locally.
19017 (wdired-abort-changes): Restore point after aborting changes.
19018
19019 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
19020
19021 * vc.el (vc-do-command): Add a new value t for okstatus.
19022
19023 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
19024 frame in case of errors.
19025
19026 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19027
19028 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
19029 so it comes after "On the Left" in the menu.
19030
19031 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
19032
19033 * cus-edit.el (customize-apropos, customize-apropos-options)
19034 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
19035
19036 2005-12-12 Bill Wohler <wohler@newt.com>
19037
19038 * vc-svn.el (vc-svn-registered): Fix problem of visiting
19039 non-writable Subversion-controlled files by saving window
19040 configuration before calling vc-do-command. vc-do-command calls
19041 pop-to-buffer on error which is unexpected during registration.
19042
19043 2005-12-12 Jay Belanger <belanger@truman.edu>
19044
19045 * calc/README: Update the summary of changes.
19046
19047 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
19048
19049 * descr-text.el (describe-char): Rework last fix to solve the problem
19050 is the same way it's solved for everything else in that function
19051 (i.e. by extracting the info before setting up the *Help* buffer).
19052
19053 2005-12-12 Kim F. Storm <storm@cua.dk>
19054
19055 * subr.el (version-regexp-alist): Allow space as separator before
19056 non-numeric part, e.g. "1.0 alpha".
19057 (version-to-list): Interpret .X.Y version as 0.X.Y version.
19058
19059 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
19060
19061 * textmodes/org.el (org-agenda, org-timeline, org-todo):
19062 Implement Logging and the keep-modes setting.
19063 (org-get-category): Make sure a string is returned.
19064 (org-log-done): New function.
19065 (org-log-done, org-closed-string): New options.
19066
19067 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19068
19069 * tooltip.el (tooltip-y-offset): Change default to 20.
19070
19071 2005-12-12 Richard M. Stallman <rms@gnu.org>
19072
19073 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
19074
19075 * frame.el (display-hourglass): Doc fix.
19076
19077 * help.el (help-for-help-internal): Simplify entry for `a'.
19078
19079 * info.el (Info-on-current-buffer): Doc fix.
19080 (info-insert-file-contents): Don't test (featurep 'jka-compr).
19081
19082 * startup.el (inhibit-splash-screen): Make this the real name.
19083 (inhibit-startup-message): Make this the alias.
19084 (command-line): Find only simple.el, and use its directory
19085 to fill in other preloaded files' names.
19086 (command-line): Deactivate the mark if deactivate-mark is set.
19087
19088 * international/mule.el (load-with-code-conversion):
19089 Bind deactivate-mark.
19090
19091 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
19092
19093 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
19094
19095 * cus-edit.el (customize-apropos): Avoid listing an option more
19096 than once under different aliases. No longer list user options
19097 that are not defined with defcustom (unless a prefix arg is given).
19098 Doc fix.
19099 (customize-apropos-options): Doc fix.
19100
19101 2005-12-11 Juri Linkov <juri@jurta.org>
19102
19103 * frame.el (set-background-color, set-foreground-color)
19104 (set-cursor-color, set-mouse-color, set-border-color):
19105 Add explicit prompts to read colors by `facemenu-read-color'.
19106 (show-trailing-whitespace, blink-cursor-delay)
19107 (blink-cursor-interval, display-hourglass, hourglass-delay):
19108 Remove tags.
19109 (display-hourglass, hourglass-delay): Doc fix.
19110 (cursor-in-non-selected-windows): Capitalize words in tag.
19111
19112 * faces.el (frame-background-mode): Replace `choice-item' keywords
19113 with `const' to not make [default] button. Change default value tag
19114 from `default' to `automatic'. Doc fix.
19115 (trailing-whitespace) <defface>: Change group `whitespace' to
19116 `whitespace-faces'.
19117
19118 2005-12-11 Richard M. Stallman <rms@gnu.org>
19119
19120 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
19121
19122 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19123
19124 * term/mac-win.el: Create keymap for mac-apple-event-map.
19125
19126 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
19127
19128 * tooltip.el (tooltip-mode): Move to start of file so that it
19129 appears at top of customize buffer.
19130
19131 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
19132 Add the gud groupname.
19133 (gud-tooltip-mode): Add the tooltip groupname.
19134 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
19135 avoid conflict with tooltip-use-echo-area.
19136
19137 2005-12-10 Romain Francoise <romain@orebokech.com>
19138
19139 * help.el (help-for-help-internal): Add `r' in doc string.
19140
19141 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19142
19143 * align.el (align-regexp, align-highlight-rule):
19144 Use region-beginning and region-end instead of point and mark, so that
19145 repetition (with `repeat-complex-command') recomputes the region
19146 bounds.
19147
19148 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
19149
19150 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
19151 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
19152 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
19153 (balance-windows): Rewrite using the above new functions.
19154
19155 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
19156
19157 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
19158 react if global-hi-lock-mode seems intended.
19159 (global-hi-lock-mode): Renamed from hi-lock-mode.
19160 (hi-lock-archaic-interface-message-used)
19161 (hi-lock-archaic-interface-deduce): New variables.
19162 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
19163 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
19164 (hi-lock-find-patterns, hi-lock-font-lock-hook):
19165 Replace hi-lock-buffer-mode with hi-lock-mode.
19166
19167 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
19168
19169 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
19170 completion list, even after a partial completion has been
19171 inserted in the current buffer. If there are more than 1
19172 completion, redisplay the *Completions* buffer; if the
19173 completion is unique, delete the *Completions* window.
19174
19175 2005-12-10 Eli Zaretskii <eliz@gnu.org>
19176
19177 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
19178 strings and long subject lines that were broken into multiple
19179 lines at arbitrary places. Handle subjects that have "Re: " in
19180 the middle.
19181
19182 2005-12-10 John W. Eaton <jwe@octave.org>
19183
19184 * progmodes/octave-mod.el (octave-electric-space): Don't indent
19185 comments or strings if octave-auto-indent is nil.
19186
19187 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19188
19189 * term/mac-win.el: Require url when compiling.
19190 Call mac-process-deferred-apple-events after loading init files.
19191 (mac-apple-event-map): New defvar. Define event handlers in it.
19192 (core-event, internet-event): New Apple event class symbols.
19193 (open-application, reopen-application, open-documents)
19194 (print-documents, open-contents, quit-application)
19195 (application-died, show-preferences, autosave-now, get-url):
19196 New Apple event ID symbols.
19197 (about): New HICommand ID symbol.
19198 (mac-event-spec, mac-event-ae): New macros.
19199 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
19200 (mac-ae-selection-range, mac-ae-text-for-search)
19201 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
19202 (mac-application-menu-map): Remove keymap. Handlers for HICommand
19203 and Services menu events are now defined in mac-apple-event-map.
19204 (mac-drag-n-drop): Remove selection range handling.
19205
19206 2005-12-10 Kenichi Handa <handa@m17n.org>
19207
19208 * simple.el (zap-to-char):
19209 * isearch.el (isearch-process-search-char): Translate CHAR by
19210 translation-table-for-input.
19211
19212 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
19213
19214 * foldout.el (foldout-exit-fold): Properly hide subtree.
19215
19216 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19217
19218 * files.el (save-buffer):
19219 * international/ucs-tables.el (ucs-set-table-for-input):
19220 * mail/mail-extr.el (mail-extract-address-components):
19221 * mail/sendmail.el (mail-mode): Reformat doc string.
19222
19223 2005-12-09 Juri Linkov <juri@jurta.org>
19224
19225 * isearch.el (isearch-highlight): Change main overlay priority
19226 from 1 to 1001. Simplify.
19227 (isearch-lazy-highlight-update): Change lazy overlay priority
19228 from 0 to 1000.
19229
19230 * replace.el (replace-highlight): Change overlay priority from
19231 1 to 1001.
19232
19233 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
19234 Change overlay priority from 1 to 1001. Reuse existing overlay.
19235
19236 * compare-w.el (compare-windows-highlight): Change overlay
19237 priority from 1 to 1000.
19238
19239 * menu-bar.el (menu-bar-edit-menu): Add listp around
19240 pending-undo-list to disable menu item "undo" when pending
19241 undo list is empty.
19242
19243 * locate.el (locate): Disable undo in *Locate* buffer.
19244
19245 2005-12-09 Kim F. Storm <storm@cua.dk>
19246
19247 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
19248
19249 2005-12-09 David Ponce <david@dponce.com>
19250
19251 * recentf.el: Improvement of the menu code.
19252 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
19253 instead of menu hook.
19254 (recentf-show-menu, recentf-hide-menu): New functions.
19255 (recentf-menu-customization-changed, recentf-mode): Use them.
19256 (recentf-menu-action, recentf-max-menu-items)
19257 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
19258 (recentf-arrange-by-rule-others)
19259 (recentf-arrange-by-rules-min-items)
19260 (recentf-arrange-by-rule-subfilter): Don't use
19261 `recentf-menu-customization-changed'.
19262 (recentf-arrange-rules): Likewise. Accept functions to compute
19263 sub-menu titles.
19264 (recentf-menu-filter): Likewise. Doc fix.
19265 (recentf-menu-value-shortcut): Doc fix.
19266 (recentf-dump-variable): Quote atom value.
19267 (recentf-make-menu-items): Update to use it as a menu filter.
19268 (recentf-match-rule): New function.
19269 (recentf-arrange-by-rule): Use it.
19270 (recentf-indirect-mode-rule): New function.
19271 (recentf-build-mode-rules): Use it.
19272 (recentf-dir-rule): New function.
19273 (recentf-arrange-by-dir): Use it.
19274 (recentf-filter-changer-current): Rename from
19275 `recentf-filter-changer-state'. All references updated.
19276 (recentf-filter-changer-alist): Update filter names.
19277 (recentf-filter-changer-select): New function.
19278 (recentf-filter-changer): Use it. Make a sub-menu from filters
19279 available in `recentf-filter-changer-alist'.
19280 (recentf-data-cache, recentf-clear-data)
19281 (recentf-update-menu): Remove. All references updated.
19282 (recentf-match-rule-p, recentf-build-dir-rules)
19283 (recentf-filter-changer-goto-next)
19284 (recentf-filter-changer-get-current)
19285 (recentf-filter-changer-get-next): Remove.
19286
19287 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
19288
19289 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
19290 buffer "Reset" button to "Reset to Current" for consistency with
19291 the State buttons.
19292
19293 2005-12-08 John Paul Wallington <jpw@pobox.com>
19294
19295 * ibuf-ext.el (define-ibuffer-filter filename):
19296 If `dired-directory' is a list then really use its car.
19297
19298 2005-12-08 Kim F. Storm <storm@cua.dk>
19299
19300 * emulation/cua-rect.el (cua--rectangle-aux-replace):
19301 Fix indention of text on right side of replaced rectangle.
19302
19303 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
19304
19305 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
19306 No need to check gud-comint-buffer is bound.
19307 (gdb): Prevent multiple debugging when first session uses gdba.
19308
19309 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19310
19311 CC Mode update to 5.31.
19312
19313 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
19314 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
19315 We might do this function properly in the future).
19316
19317 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
19318 New macros c-sentence-end and c-default-value-sentence end, to cope
19319 with Emacs 22's new function `sentence-end'.
19320
19321 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19322
19323 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
19324 compat issue using `c-put-overlay' and `c-delete-overlay'.
19325
19326 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
19327 New compat macros to handle overlays/extents.
19328
19329 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19330
19331 * progmodes/cc-fix.el: Add definitions of the macros push and pop
19332 (for GNU Emacs 20.4).
19333
19334 * progmodes/cc-defs.el
19335 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
19336
19337 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
19338 highlighting mechanism so it will work in XEmacs too.
19339
19340 * progmodes/cc-defs.el: Insert c-int-to-char.
19341
19342 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
19343 call to the new macro c-int-to-char. This solves XEmacs's
19344 regarding characters as different from integers.
19345
19346 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19347
19348 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
19349 New internal helper.
19350
19351 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
19352 construct to make the indirect face lookup work in XEmacs.
19353
19354 (c-cpp-matchers): Append the negation char face to the existing
19355 fontification, so that the cpp face doesn't disappear.
19356 Use `c-make-syntactic-matcher' to avoid negation chars in comments
19357 and strings.
19358
19359 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
19360 to map to `font-lock-negation-char-face' in emacsen where it exists.
19361
19362 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19363
19364 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
19365
19366 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
19367 Rename "c-subword-move-mode" as "c-subword-mode".
19368
19369 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
19370 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
19371
19372 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19373
19374 * progmodes/cc-mode.el: Added autoload directive for
19375 `c-subword-move-mode' for use in older emacsen.
19376
19377 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19378
19379 * progmodes/cc-mode.el:
19380 (i): Insert a binding for C-c C-backspace into
19381 c-bind-special-erase-keys which works in TTYs.
19382 (ii): Make sure that when file styles are used, any explicitly
19383 given style variables take priority over those in the style.
19384 Do this by calling `hack-local-variables' a second time.
19385
19386 * progmodes/cc-vars.el: Add language specific customization
19387 widgets for AWK to c-doc-comment-style, c-require-final-newline
19388 and c-default-style. Add a defcustom for awk-mode-hook.
19389 Give c-syntactic-element and c-syntactic-context doc-strings by
19390 directly setting their `variable-documentation' propery.
19391 This allows Emacs 22.1 to read these with C-h v.
19392
19393 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
19394
19395 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19396
19397 * progmodes/cc-fonts.el, cc-vars.el
19398 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
19399 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
19400 Masatake YAMATO.
19401
19402 (c-doc-comment-style): Made GtkDoc default in C mode.
19403
19404 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
19405 and C-c C-<delete>.
19406
19407 (c-bind-special-erase-keys): New function for use on
19408 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
19409
19410 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
19411 <delete> key behavior in XEmacs according to `delete-forward-p'.
19412 C.f. `c-electric-delete'.
19413
19414 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19415
19416 * progmodes/cc-mode.el: Give c-hungry-backspace and
19417 c-hungry-delete-forward permanent key bindings.
19418
19419 * progmodes/cc-cmds.el (c-electric-semi&comma):
19420 Bind c-syntactic-context for calls to "criteria functions", for
19421 consistency with other calls to user functions.
19422
19423 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
19424 `current-prefix-arg', since this might be the prefix arg to a
19425 command which calls c-indent-command as a function. Change the
19426 interactive spec from "p" to "P".
19427
19428 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
19429 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
19430 was difficult to understand.
19431
19432 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19433
19434 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
19435 first char of an identifier.
19436
19437 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
19438 +" syntax in C++.
19439
19440 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19441
19442 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
19443 auto-fill doesn't split a c-comment's last word from a hanging
19444 "*/" when a space is typed between them after fill-column.
19445
19446 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
19447
19448 * progmodes/cc-styles.el (c-set-style)
19449 (c-setup-paragraph-variables): Abort the command if we're not in a
19450 CC Mode buffer.
19451
19452 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
19453 with blank comment-prefix, and a blank line as the comment's
19454 second line.
19455
19456 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19457
19458 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
19459 Incorporate the patterns added in the Emacs development branch
19460 for the new Emacs 22 face `font-lock-negation-char-face'.
19461
19462 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
19463 of "red" since it stands out better in xterms and DOS terminals.
19464
19465 * progmodes/cc-engine.el (c-literal-faces):
19466 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
19467
19468 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19469
19470 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
19471 forcibly enable c-electric-flag.
19472
19473 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
19474 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
19475 after the comment-prefix of a C-style comment will close that comment.
19476
19477 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19478
19479 * progmodes/cc-fonts.el (c-basic-matchers-before)
19480 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
19481 in Pike.
19482
19483 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
19484 digraphs.
19485
19486 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
19487 (c-cpp-message-directives, c-cpp-include-directives)
19488 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
19489 (c-cpp-expr-directives): Introduce new language constants to
19490 control cpp syntax in a cleaner way.
19491
19492 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
19493
19494 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
19495
19496 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
19497 (c-multiline-string-start-char): New language constants and
19498 variables to specify how newlines in string literals work.
19499
19500 (c-font-lock-invalid-string): Use them.
19501
19502 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
19503 unbalanced close brace is entered. Optimization by avoiding going
19504 back over arbitrarily large blocks. Removed hints that this
19505 function only would be relevant/useful in AWK.
19506
19507 (c-electric-brace): Indent syntactically after the cleanups since
19508 lineup functions might do it differently then.
19509
19510 * progmodes/cc-engine.el, cc-langs.el
19511 (c-opt-op-identifier-prefix): New language constant and variable.
19512
19513 (c-just-after-func-arglist-p, c-after-special-operator-id)
19514 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
19515
19516 * progmodes/cc-align.el, cc-engine.el
19517 (c-after-special-operator-id): New helper to handle C++ operator
19518 identifiers.
19519
19520 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
19521 (c-guess-basic-syntax): Handle C++ operator identifiers in
19522 declarations.
19523
19524 * progmodes/cc-langs.el (c-assignment-operators): Add the
19525 trigraph version of ^= too.
19526
19527 * progmodes/cc-langs.el (c-assignment-operators): Add the
19528 trigraph version of |= in C++.
19529
19530 * progmodes/cc-fonts.el (c-font-lock-declarators):
19531 Handle `c-decl-hangon-kwds' after the identifier name.
19532
19533 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
19534 whether an arglist is "nonempty", ignore a comment after the open
19535 paren if it isn't followed by a non-comment token on the same line.
19536
19537 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
19538 Enable heuristics below the point to cope with classes inside special
19539 brace lists in Pike.
19540
19541 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19542
19543 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
19544
19545 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19546
19547 * progmodes/cc-guess.el (cc-guess-install): New function to
19548 install an already guessed style in another buffer.
19549
19550 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
19551 sets `inhibit-read-only' - `c-save-buffer-state' should be used
19552 anyway if the change always is undone.
19553
19554 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19555
19556 Implement togglable electricity:
19557
19558 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
19559 saying when it should be used.
19560
19561 * progmodes/cc-engine.el: Add the new buffer-local variable,
19562 c-electric-flag.
19563
19564 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
19565 c-toggle-auto-newline.
19566
19567 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
19568 c-toggle-auto-newline. Remove the binding for
19569 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
19570 c-toggle-electric-state.
19571
19572 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
19573
19574 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
19575 c-\(forward\|backward\)-subword.
19576 (c-update-modeline): Add the new modeline flag `l' for
19577 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
19578 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
19579 Make the old name an alias of the new name.
19580 (c-toggle-electric-state): New function.
19581 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
19582 Adapt these functions to do electric things only when
19583 c-electric-flag is non-nil.
19584 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
19585 new functions from c-electric-brace.
19586 (c-point-syntax): Add a check for "virtual semicolons" in AWK
19587 mode, so that the tentative extra newline doesn't change the
19588 syntax of the following brace.
19589 (c-electric-brace): Restructure by extracting the above functions.
19590 Tidy up the coding somewhat.
19591 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
19592 restructure a bit.
19593
19594 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19595
19596 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
19597 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
19598
19599 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
19600 (c-submode-indicators): Change name from `c-auto-hungry-string'
19601 since it's now used to track another submode.
19602
19603 (c-update-modeline): Convert to function and extended to check
19604 `c-subword-move-mode'.
19605
19606 (c-forward-into-nomenclature, c-backward-into-nomenclature):
19607 Convert to compat aliases for `c-forward-subword' and
19608 `c-backward-subword'.
19609
19610 * progmodes/cc-subword.el: New functions and minor mode to handle
19611 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
19612
19613 (c-forward-subword, c-backward-subword, c-mark-subword)
19614 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
19615 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
19616 Functions corresponding to the standard word handling functions.
19617
19618 (c-subword-move-mode): Minor mode that replaces all the standard
19619 word handling functions with their subword equivalences.
19620
19621 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19622
19623 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
19624 entry for one-liner-defun.
19625
19626 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
19627 name in its def-edebug-spec.
19628
19629 * progmodes/cc-cmds.el (c-electric-brace): Make the
19630 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
19631 compacts space before a comment, if this will make things fit on
19632 one line.
19633
19634 Introduce an "awk" style, mainly for auto-newline and clean-ups.
19635
19636 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
19637
19638 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
19639 clean-up one-liner-defun.
19640
19641 * progmodes/cc-styles.el: Add the new "awk" style.
19642
19643 * progmodes/cc-vars.el: Add description of one-liner-defun to
19644 c-cleanup-list's doc-string. New user options,
19645 c-max-one-liner-length. In c-default-style, set the default style
19646 for AWK to "awk".
19647
19648 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19649
19650 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
19651 macros inside labels.
19652
19653 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
19654 `c-at-statement-start-p' and `c-at-expression-start-p'.
19655
19656 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
19657 error if the mark isn't set.
19658
19659 * progmodes/cc-engine.el (c-guess-continued-construct)
19660 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
19661 accurately detect functions inside functions.
19662
19663 * progmodes/cc-engine.el (c-at-expression-start-p): New function
19664 like `c-at-statement-start-p' that additionally recognizes commas
19665 and expression parentheses as delimiters.
19666
19667 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
19668 to avoid heuristics that doesn't work for unclosed blocks.
19669 (c-at-statement-start-p): New function.
19670
19671 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
19672 Objective-C directives, e.g. directives spanning lines should work
19673 reasonably well now.
19674
19675 (c-put-c-type-property, c-clear-c-type-property): New helpers.
19676
19677 (c-forward-objc-directive): New function to move over any ObjC
19678 directive.
19679
19680 (c-just-after-func-arglist-p, c-guess-basic-syntax)
19681 (c-basic-matchers-before): Use it.
19682
19683 (c-font-lock-objc-iip-decl): Remove.
19684
19685 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
19686 in the template arglist recognition.
19687
19688 * progmodes/cc-styles.el (c-style-alist): Fix several
19689 inconsistencies in the Whitesmith style.
19690
19691 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
19692 New lineup function to get lines after Whitesmith style blocks
19693 correctly indented.
19694
19695 (c-lineup-whitesmith-in-block): Back out the compensation for
19696 opening parens since it's done using `add' lists in the style
19697 definition instead. Don't use the anchor position since it varies
19698 too much between the syntactic symbols. :P
19699
19700 * progmodes/cc-vars.el (c-valid-offset): Update.
19701
19702 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
19703 lists where the offsets are combined according to several
19704 different methods: `first', `min', `max', and `add'.
19705 Report offset evaluation errors with `c-benign-error' so that some kind
19706 of reindentation still is done.
19707
19708 * progmodes/cc-engine.el (c-guess-basic-syntax):
19709 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
19710 `arglist-close'.
19711
19712 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
19713 situations for `arglist-cont-nonempty' and `arglist-close'.
19714
19715 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
19716
19717 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
19718 cc-bytecomp-boundp' in a number of places.
19719
19720 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
19721 macro related issue.
19722
19723 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19724
19725 * progmodes/cc-awk.el: Change the terminology of regexps: A char
19726 list is now [asdf], a char class [:alpha:].
19727 Include code for char classes.
19728 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
19729 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
19730
19731 Remove (nearly all of) the cruft associated with AWK Mode's former
19732 concept of "virtual semicolons":
19733
19734 Adapt c-beginning-of-statement, c-end-of-statement (together with
19735 subfunctions) to use the new notion of "virtual semicolon" in
19736 place of the old awkward special handling for AWK. There remains
19737 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
19738 * progmodes/cc-cmds.el:
19739 (c-ascertain-adjacent-literal): In the backwards direction, now
19740 recognises AWK regexp delimiters as string delimiters.
19741 (c-after-statement-terminator-p): Adapt for virtual semicolons;
19742 check more rigorously for "end of macro".
19743 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
19744 virtual semicolons;
19745 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
19746 out the code for forward movement into ...
19747 (c-end-of-statement): Now contains the code for forward movement,
19748 adapted for virtual semicolons.
19749
19750 * progmodes/cc-engine.el:
19751 (c-ws*-string-limit-regexp): New regexp.
19752 (c-forward-single-comment, c-backward-single-comment): Comment out
19753 the (now redundant) "special" AWK stuff.
19754
19755 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
19756 c-string-par-start, c-string-par-separate to be more like Text
19757 Mode than Fundamental Mode.
19758
19759 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19760
19761 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
19762 to the fontified region so that fontification doesn't occur
19763 outside it (could happen e.g. when fontifying a line with an
19764 unfinished declaration).
19765
19766 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19767
19768 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
19769 start of the file. ^L now separate sections of the file.
19770 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
19771 (c-awk-one-line-possibly-open-string-re)
19772 (c-awk-regexp-one-line-possibly-open-char-class-re)
19773 (c-awk-one-line-possibly-open-regexp-re)
19774 (c-awk-one-line-non-syn-ws*-re): New defonsts.
19775 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
19776
19777 Amend the concept of "virtual semicolons" (in the indentation
19778 engine) for languages like AWK, such that they are now
19779 conceptually attached to end of the last token of a statement, not
19780 the end of the line. (In AWK Mode, however, the pertinent text
19781 property is still physically set on the EOL.) Remove the specific
19782 tests for awk-mode, thus facilitating the introduction of other
19783 language modes where EOLs can end statements.
19784 (Note: The funtionality in cc-cmds.el, specifically
19785 c-beginning/end-of-statement has yet to be amended.)
19786
19787 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
19788 New macros.
19789
19790 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
19791 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
19792 c-vsemi-status-unknown-p-fn (in a new page).
19793
19794 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
19795 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
19796 numerous awkward forms like
19797 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
19798 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
19799 variable before-ws-ip, the place just after char-before-ip appears.
19800
19801 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
19802 a comment.
19803
19804 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19805
19806 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
19807 `c-tentative-buffer-changes'.
19808
19809 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
19810 convert to macro to choose between Emacs and XEmacs at compile time.
19811
19812 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
19813
19814 (c-tentative-buffer-changes): New macro to handle temporary buffer
19815 changes in a convenient way.
19816
19817 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
19818 for `c-tentative-buffer-changes'.
19819
19820 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
19821 the checks for paren sexps between the point and the keyword, to
19822 avoid some false alarms.
19823
19824 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
19825 Fixed a situation where an error could be thrown for unbalanced
19826 parens. Changed to make use of c-keyword-member' to avoid some
19827 repeated regexp matches.
19828
19829 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
19830 These language variable are no longer necessary.
19831
19832 (c-block-stmt-kwds): New language constant used by
19833 c-looking-at-inexpr-block'.
19834
19835 (c-guess-basic-syntax): Remove an optional check that looked at
19836 the existence of the now removed language variables.
19837
19838 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
19839 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
19840 object instantiation expressions as declarations in some contexts.
19841 This bug only affected languages where the declarator can't be
19842 enclosed in parentheses.
19843
19844 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
19845 insert newlines before and after substatement braces.
19846
19847 * progmodes/cc-engine.el: Improved the heuristics for recognizing
19848 function declaration headers and the handling of C++ style member
19849 init lists.
19850
19851 (c-just-after-func-arglist-p): Rewritten to use
19852 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
19853
19854 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
19855
19856 (c-guess-basic-syntax): Adapt case 5B for the new
19857 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
19858 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
19859 covers all cases now).
19860
19861 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
19862
19863 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19864
19865 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
19866 c-string-par-start/separate c-sentence-end-with-esc-eol,
19867 initialised in c-setup-paragraph-variables, used in string
19868 scanning subroutines of c-beginning-of-statement.
19869
19870 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
19871 which precedes the newly inserted `{'.
19872
19873 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19874
19875 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
19876 function for declaration level blocks. It should now cope with
19877 templates better and also be a lot more comprehensible.
19878
19879 (c-looking-at-decl-block): The new function.
19880
19881 (c-search-uplist-for-classkey): The old one. It's now a wrapper
19882 for compatibility.
19883
19884 (c-add-class-syntax, c-guess-continued-construct)
19885 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
19886
19887 (c-decl-block-key): Change to tell apart ambiguous and
19888 unambiguous keywords. Pike specials are now handled directly in
19889 the code instead.
19890
19891 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
19892 New language constants and variables to make the backward skip in
19893 `c-looking-at-decl-block' as tight as possible.
19894
19895 (c-nonsymbol-token-char-list): New language constant.
19896
19897 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
19898 find balanced template arglists backwards.
19899
19900 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
19901 making char classes for `c-syntactic-skip-backward'.
19902
19903 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
19904 16D - can't be a class-close at that point.
19905
19906 * progmodes/cc-engine.el (c-guess-basic-syntax)
19907 (c-add-class-syntax): Don't narrow out the enclosing declaration
19908 level. This makes everything a lot easier, and it was actually
19909 only four small places that needed it to work. Some places that
19910 previously did `widen' are removed now, which has the effect that
19911 `c-guess-basic-syntax' never will look at things outside the
19912 current narrowment now. The anchor position for `topmost-intro'
19913 is affected by this, but it was so bogus it was basically useless
19914 before, and now it's equally bogus but in a slightly different way.
19915
19916 (c-narrow-out-enclosing-class): Gone.
19917
19918 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
19919 the narrowed region.
19920
19921 (c-least-enclosing-brace): Remove silly optional argument.
19922
19923 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
19924 the point could be left directly after an open paren when finding
19925 the beginning of the first decl in the block.
19926
19927 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
19928 Specify which submatch to use.
19929
19930 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
19931
19932 (c-decl-start-re): No longer any need for special treatment of
19933 ObjC due to the above.
19934
19935 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
19936 presumably follows C in that regard.
19937
19938 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
19939 New language constants to specify operator tokens inside
19940 identifiers in a more high level way.
19941
19942 (c-opt-identifier-prefix-key): New internal language constant.
19943
19944 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
19945 (c-identifier-start, c-identifier-key): Now completely calculated
19946 from other constants.
19947
19948 (c-identifier-last-sym-match): Decommission since it's no longer used.
19949
19950 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
19951
19952 * progmodes/cc-engine.el (c-forward-name): Remove the
19953 optimization when c-identifier-key is equal to c-symbol-key since
19954 it doesn't work in byte compiled files. Don't record empty
19955 regions as identifiers.
19956
19957 * progmodes/cc-langs.el (c-filter-ops): New helper function to
19958 simplify access to `c-operators' and its likes.
19959
19960 (c-operator-list, c-all-op-syntax-tokens)
19961 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
19962 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
19963 (c-primary-expr-regexp, c-cast-parens): Use it.
19964
19965 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
19966 an explicit language in functions.
19967
19968 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
19969 variant of adornment.
19970
19971 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
19972 variable.
19973
19974 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
19975 the Pike value.
19976
19977 * progmodes/cc-engine.el (c-on-identifier)
19978 (c-simple-skip-symbol-backward): Small fix for handling "-"
19979 correctly in `skip-chars-backward'. Affected the operator lfun
19980 syntax in Pike.
19981
19982 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
19983 diagnostic message about precompiled language vars not being used.
19984
19985 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
19986 "__attribute__" is followed by a parenthesis.
19987
19988 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
19989 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
19990 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
19991
19992 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
19993 Internal cleanups to properly detect the declared identifiers in
19994 various declarations.
19995
19996 (c-decl-start-kwds): New language constant to recognize
19997 declarations that can start anywhere. Used for class declarations
19998 in Pike.
19999
20000 (c-specifier-key, c-not-decl-init-keywords)
20001 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
20002 (c-find-decl-spots): Implement `c-decl-start-kwds'.
20003
20004 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
20005 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
20006 handling of the compiler specific extension keywords into a new
20007 language constant `c-decl-hangon-kwds' that defines keyword
20008 clauses to be ignored in declarations.
20009
20010 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
20011 past unrecognized tokens when handling `c-colon-type-list-kwds'.
20012 Necessary to stop at the declared identifier in e.g. IDL valuetype
20013 declarations.
20014
20015 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
20016 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
20017 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
20018 (c-forward-decl-or-cast-1): Recognize the declared identifier in
20019 class and enum declarations as such and not as part of the type.
20020
20021 (c-forward-decl-or-cast-1, c-forward-label): Relax the
20022 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
20023
20024 (c-forward-decl-or-cast-1): Don't disregard sure signs of
20025 declarations when there's some syntax error later on.
20026
20027 (c-complex-decl-matchers): Did away with a reference to
20028 `c-specifier-key'.
20029
20030 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
20031 value - this variable is always dynamically bound.
20032
20033 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
20034 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
20035 * cc-cmds.el, cc-defs.el: Change the policy for marking up
20036 functions that might do hidden buffer changes: All such internal
20037 functions are now marked instead of those that don't.
20038
20039 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
20040 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
20041 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
20042 (c-literal-type): Allow these functions to make hidden buffer changes,
20043 so that they are free to use text property caching later on.
20044
20045 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
20046 (c-electric-brace, c-electric-slash, c-electric-star)
20047 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
20048 (c-electric-paren, c-electric-continued-statement, c-indent-command)
20049 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
20050 (c-context-line-break): Add `c-save-buffer-state' calls to comply
20051 with the changed semantics of the functions above.
20052
20053 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
20054 when macros occur in obscure places. Optimized the sexp movement
20055 a bit.
20056
20057 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20058
20059 Enhancements for c-beginning-of-statement to work in AWK Mode:
20060
20061 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
20062 (completed statement) with `}' (statement completed by closing
20063 brace or semicolon) and `$' (statement completed by EOL).
20064
20065 (c-awk-virtual-semicolon-ends-prev-line-p)
20066 (c-awk-virtual-semicolon-ends-line-p)
20067 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
20068 (c-awk-at-statement-end-p): New functions.
20069
20070 * progmodes/cc-cmds.el: Simplify the structure of functions
20071 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
20072 two functions and c-beginning-of-statement to handle AWK Mode.
20073
20074 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
20075 c-backward-single-comment for AWK mode. Attempt to clarify their
20076 doc-strings.
20077
20078 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
20079
20080 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20081
20082 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
20083 label handling. Labels are now recognized in a uniform and more
20084 robust way, regardless of context. Text properties are put on all
20085 labels to recognize the following declarations better.
20086 Multiword labels are handled both in indentation and fontification for
20087 the benefit of language extensions like Qt. For consistency, keywords
20088 in labels are now fontified with the label face instead.
20089 That also applies to "case" and "default".
20090
20091 (c-beginning-of-statement-1): Fix some bugs in the label
20092 handling. Disregard `c-nonlabel-token-key' in labels that begin
20093 with `c-label-kwds'.
20094
20095 (c-find-decl-spots): Support that the callback adds more
20096 `c-decl-end' spots to find.
20097
20098 (c-forward-decl-or-cast-1): Don't treat a list of plain
20099 identifiers followed by a colon as a declaration.
20100
20101 (c-forward-label): New function to recognize labels.
20102
20103 (c-guess-basic-syntax): Replace uses of `c-label-key' with
20104 `c-forward-label'. Moved the label recognition cases (14 and 15)
20105 earlier since they aren't so context sensitive now. Handle labels
20106 on the top level gracefully. Moved access label recognition to
20107 the generic label case (CASE 15) - removed CASE 5E.
20108
20109 (c-font-lock-declarations): Add recognition of labels in the
20110 same round since we need to handle labels in parallell with other
20111 declarations to recognize both accurately. It should also improve
20112 speed.
20113
20114 (c-simple-decl-matchers, c-basic-matchers-after):
20115 Move `c-font-lock-labels' so that it only is used on decoration level 2
20116 since `c-font-lock-declarations' handles it otherwise.
20117
20118 (c-complex-decl-matchers): Remove the simplistic recognition of
20119 access labels.
20120
20121 (c-decl-prefix-re): Remove the kludges that was necessary to cope
20122 with labels earlier.
20123
20124 (c-decl-start-re): New language variable to make
20125 `c-font-lock-declarations' stop for the special protection labels
20126 in Objective-C that start with `@'.
20127
20128 (c-label-key): Remove since it's no longer used.
20129
20130 (c-recognize-colon-labels, c-label-prefix-re): New language
20131 constants to support recognition of generic colon-terminated labels.
20132
20133 (c-type-decl-end-used): `c-decl-end' is now used whenever there
20134 are colon terminated labels.
20135
20136 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
20137 first argument starts with a special brace list.
20138
20139 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
20140 (c-font-lock-declarations): Break out the declaration and cast
20141 recognition from `c-font-lock-declarations' to a new function, so
20142 that it can be used in the indentation engine.
20143
20144 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
20145 up to the start of the literal. Fixed bug with the point on the
20146 wrong side of the search limit that could happen when the start
20147 position is inside a literal.
20148
20149 * progmodes/cc-engine.el (c-parse-state)
20150 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
20151 so that it's kept a little bit back to increase the hit rate.
20152
20153 (c-parse-state): Change the macro handling and fixed some
20154 glitches. Macro context is checked more often than necessary now,
20155 but otoh less garbage conses are generated.
20156
20157 * progmodes/cc-engine.el (c-parse-state)
20158 (c-invalidate-state-cache): Cache the last position where
20159 `c-state-cache' applies. This can speed up refontification quite
20160 a bit in blocks where there are many non-brace parens before the point.
20161
20162 (c-state-cache-end): New variable for this.
20163
20164 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
20165 cache variable.
20166
20167 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
20168 get close initial continue positions when the start position is
20169 inside a literal or macro. Do not call the callback for spots
20170 before the start position (which can happen e.g. for `c-decl-end'
20171 spots inside comments). Optimize better in special cases when the
20172 region is a single line inside a literal or macro (typically when
20173 the current line is refontified).
20174
20175 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
20176 to `c-add-stmt-syntax' - there's no need to explicitly whack off
20177 entries from the paren state.
20178
20179 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
20180 special case for "else if" clauses.
20181
20182 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
20183 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
20184
20185 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
20186 New language variable to recognize the gcc extension with statement
20187 blocks inside expressions.
20188
20189 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
20190 it somewhat more comprehensible. The argument AT-BLOCK-START is
20191 no longer used and hence removed.
20192
20193 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
20194 to `c-add-stmt-syntax'.
20195
20196 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20197 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
20198 This fixes bogus label recognition.
20199
20200 * progmodes/cc-engine.el (c-add-type, c-check-type)
20201 (c-forward-name, c-forward-type): Improve storage of template
20202 types in `c-found-types' so that they can be recognized better.
20203
20204 (c-syntactic-content): Add option to skip past nested parens.
20205
20206 * progmodes/cc-engine.el (c-forward-name):
20207 Set `c-last-identifier-range' all the time. It's less work that way.
20208 Handle that there might not be an identifier to store in
20209 `c-last-identifier-range'.
20210
20211 (c-forward-type): Handle that `c-last-identifier-range' might be
20212 nil from `c-forward-name'.
20213
20214 * progmodes/cc-defs.el (c-safe-scan-lists)
20215 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
20216
20217 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
20218 to work even if the form fails.
20219
20220 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
20221 down in a large file in one go.
20222
20223 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
20224
20225 * progmodes/cc-align.el (c-lineup-assignments): New lineup
20226 function which is like `c-lineup-math' but returns nil instead of
20227 `c-basic-offset' when it doesn't match.
20228
20229 (c-lineup-math): Change to use `c-lineup-assignments'.
20230
20231 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20232
20233 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
20234 c-beginning-of-statement. New subfunctions
20235 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
20236
20237 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20238
20239 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
20240 hardcoded char classes whereever possible. Changed a couple of
20241 places to use skip by syntax instead of skip by char class.
20242
20243 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
20244 Fix a bug in the regexp that caused extreme backtracking.
20245
20246 * progmodes/cc-langs.el (c-block-comment-starter)
20247 (c-block-comment-ender): New language constants to specify in a
20248 single place how block comments look.
20249
20250 (c-comment-start-regexp, c-block-comment-start-regexp)
20251 (comment-start, comment-end, comment-start-skip)
20252 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
20253 (c-syntactic-ws, c-nonempty-syntactic-ws)
20254 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
20255 `c-line-comment-starter', `c-block-comment-starter' and
20256 `c-block-comment-ender'.
20257
20258 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
20259 New language constants to break up things a bit.
20260
20261 (c-simple-ws): New language constant for simple whitespace.
20262
20263 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
20264
20265 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
20266 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
20267 newlines. Allow and ignore nil elements in the list.
20268
20269 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20270
20271 * progmodes/cc-cmds.el: Comment out a (n almost certainly
20272 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
20273
20274 * progmodes/cc-cmds.el: Tidy up the comments in
20275 c-beginning-of-statement and subfunctions.
20276
20277 * progmodes/cc-awk.el: Replace calls to put-text-property to the
20278 more flexible c-put-char-property and c-clear-char-properties.
20279 Add the author's email address.
20280
20281 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
20282
20283 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
20284 closing "*/" of a block comment.
20285
20286 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
20287 subfunctions) so that it works at BOB and EOB.
20288
20289 * progmodes/cc-cmds.el, cc-vars.el: More updating of
20290 c-beginning-of-statement, including new variable
20291 c-block-comment-start-regexp.
20292
20293 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20294
20295 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
20296 symbols from `*-font-lock-extra-types' so that there's no need to
20297 use `regexp-opt' on those lists.
20298
20299 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
20300 `c-type-modifier-kwds' is empty.
20301
20302 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
20303 there are several strings on the same line.
20304
20305 * progmodes/cc-engine.el (c-literal-limits): Remove the
20306 compatibility function for older emacsen. `c-literal-limits-fast'
20307 has now taken the place of this function.
20308
20309 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
20310 with older emacsen: We now require `pps-extended-state'.
20311
20312 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20313
20314 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
20315 which obviates the need to hack sentence-end. This now handles
20316 escaped newlines in strings correctly. Correct minor bugs in
20317 c-move-over-sentence and in c-beginning-of-statement.
20318
20319 * progmodes/cc-cmds.el (c-beginning-of-statement (and
20320 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
20321 that movement over macros and code are rigorously separated from
20322 eachother. Correct a few incidental bugs.
20323
20324 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
20325 Improve its doc-string. Improve the handling of certain specific cases.
20326
20327 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20328
20329 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
20330 (c-guess-basic-syntax): Change the way class-level labels are
20331 recognized; they can now contain essentially any symbols.
20332
20333 (c-opt-extra-label-key): New language variable to cope with the
20334 special protection label syntax in Objective-C.
20335
20336 (c-opt-access-key): Remove; this is now handled better by
20337 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
20338
20339 (c-complex-decl-matchers): Update to handle that
20340 `c-opt-access-key' no longer exists.
20341
20342 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
20343 improved label recognition in `c-beginning-of-statement-1'.
20344
20345 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
20346 Recognize bitfields better.
20347
20348 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
20349 Remove some cruft and fixed a bug that could cause it to go to a
20350 position further down.
20351
20352 * progmodes/cc-langs.el, cc-engine.el
20353 (c-beginning-of-statement-1): Improve detection of labels in
20354 declaration contexts.
20355
20356 (c-beginning-of-decl-1): Use it.
20357
20358 (c-nonlabel-token-key): New language constant and variable needed
20359 by `c-beginning-of-statement-1'.
20360
20361 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
20362 manifested itself due to the correction in `c-forward-sexp'.
20363
20364 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
20365 Make these behave as documented when used at the buffer limits.
20366
20367 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
20368 (c-type-decl-end-used): Made this a language variable.
20369
20370 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
20371 correctly when `combine-after-change-calls' is used together with
20372 temporary narrowings.
20373
20374 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20375 Report labels correctly when the start point is immediately after the
20376 colon.
20377
20378 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
20379 Remove since it isn't used anymore.
20380
20381 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
20382 bracket arglists such as template parens in C++.
20383
20384 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
20385 in the last check-in. Some optimization.
20386
20387 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
20388 where it could stop at the same level in a preceding sexp when
20389 PAREN-LEVEL is set.
20390
20391 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
20392 text property lookup only when it's needed.
20393
20394 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
20395 Change the policy for paren marked angle brackets to be more
20396 persistent; once marked they remain marked even when they're found
20397 to be unbalanced in the searched region. This should keep the
20398 paren syntax around even when individual lines are refontified in
20399 multiline template arglists.
20400
20401 (c-parse-and-markup-<>-arglists): New dynamically bound variable
20402 to control markup so that incorrect angle bracket arglists aren't
20403 marked in contexts where the correct value for
20404 `c-disallow-comma-in-<>-arglists' isn't known.
20405
20406 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
20407 argument has become `c-parse-and-markup-<>-arglists'.
20408
20409 (c-remove-<>-arglist-properties): Remove - no longer used.
20410
20411 (c-after-change-check-<>-operators): New function used on
20412 `after-change-functions' to avoid that "<" and ">" characters that
20413 are part of longer operators have paren syntax.
20414
20415 (c-<>-multichar-token-regexp): New language variable used by
20416 `c-after-change-check-<>-operators'.
20417
20418 (c-after-change): Call `c-after-change-check-<>-operators'.
20419
20420 (c-font-lock-<>-arglists): Use the context properties set by
20421 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
20422 correctly to avoid doing invalid markup.
20423
20424 (c-font-lock-declarations): Remove code that undoes the invalid
20425 markup done by `c-font-lock-<>-arglists'.
20426
20427 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
20428 after `c-font-lock-declarations'.
20429
20430 * progmodes/cc-engine.el (c-syntactic-skip-backward):
20431 Add paren-level feature.
20432
20433 (c-guess-basic-syntax): Improve the anchor position for
20434 `template-args-cont' in nested template arglists. There's still
20435 much to be desired in this area, though.
20436
20437 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20438
20439 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
20440 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
20441
20442 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20443
20444 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
20445 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
20446
20447 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
20448 it doesn't work no longer are supported.
20449
20450 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
20451 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
20452 requires support for the syntax-table' text property, which rules
20453 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
20454 cruft associated with those versions.
20455
20456 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
20457 for the `syntax-table' text property, which rules out Emacs 19 and
20458 XEmacs < 21.4. Removed various compatibility cruft associated
20459 with those versions.
20460
20461 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
20462 support for the `syntax-table' text property.
20463
20464 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
20465 variable and use an extra quoted face name instead. All the
20466 emacsen flavors handle that correctly.
20467
20468 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
20469 (c-font-lock-declarators, c-font-lock-declarations)
20470 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
20471 property to mark the items in in declarator lists to handle
20472 refontification inside multiline declarations better.
20473
20474 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
20475 construct like "a * b = c;" as a declaration.
20476
20477 2005-12-08 Kim F. Storm <storm@cua.dk>
20478
20479 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
20480 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
20481 select either meta, hyper, or super modifier for rectangle commands.
20482 (cua--rectangle-modifier-key): New defvar.
20483 (cua--M/H-key): Use it. Remove special case for `space'.
20484 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
20485 on X, to meta otherwise. Always bind C-return to toggle
20486 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
20487
20488 * emulation/cua-rect.el (cua-help-for-rectangle):
20489 Use cua--rectangle-modifier-key. Handle super modifier too.
20490 (cua--init-rectangles): Always bind C-return to toggle rectangle.
20491 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
20492
20493 * ido.el: Move Acknowledgements and History after Commentary.
20494 Minor changes to Commentary.
20495
20496 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
20497 keymap if cua--prefix-override-timer is `shift'.
20498 (cua--shift-control-prefix): New function; emulate "type prefix
20499 key twice" functionality to handle shifted prefix key override.
20500 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
20501 New commands.
20502 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
20503
20504 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
20505
20506 * textmodes/org.el (org-insert-heading): Try to do items before
20507 headings.
20508 (org-agenda-mode): Quote `org-agenda-mode-hook'.
20509 (org-insert-item): New function.
20510 (org-renumber-ordered-list): Don't skip to higher level lists.
20511
20512 2005-12-08 Juri Linkov <juri@jurta.org>
20513
20514 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
20515
20516 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
20517
20518 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
20519
20520 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
20521 the constructed function name fun-1.
20522
20523 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
20524 because such links don't lead to parent documentation.
20525
20526 2005-12-08 Kenichi Handa <handa@m17n.org>
20527
20528 * descr-text.el (describe-char): Use *Help-2* buffer if the
20529 current buffer is *Help*. Call describe-text-properties while
20530 setting the original buffer.
20531
20532 2005-12-07 Bill Wohler <wohler@newt.com>
20533
20534 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
20535 and causes problems with non-MH users (such as Gnus users).
20536
20537 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
20538
20539 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
20540 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
20541 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
20542 command "info sources". Move calls to GDB command "list".
20543 (gdb-find-file-hook): Just use gdb-source-file-list.
20544 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
20545 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
20546 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
20547 (gdb-data-list-register-values-handler): Use correct trigger name.
20548
20549 2005-12-07 Kim F. Storm <storm@cua.dk>
20550
20551 * ido.el (ido-completion-map): Rename from ido-mode-map.
20552 (ido-common-completion-map, ido-file-completion-map)
20553 (ido-file-dir-completion-map, ido-buffer-completion-map):
20554 Rename from ido-mode-....-map.
20555 (ido-init-completion-maps): Rename from ido-init-mode-maps.
20556 (ido-setup-completion-map): Rename from ido-define-mode-map.
20557 (ido-read-internal): Bind minibuffer-local-filename-completion-map
20558 to ido-completion-map.
20559
20560 2005-12-07 Kenichi Handa <handa@m17n.org>
20561
20562 * international/mule-cmds.el
20563 (set-display-table-and-terminal-coding-system): If the coding
20564 system specified in `unibyte-display' property is different from
20565 the arg coding-system, don't setup standard-display-table.
20566
20567 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20568
20569 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
20570 that comments end at \n, regardless of selective-display.
20571
20572 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
20573
20574 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
20575 (gdb-version): New variables.
20576 (gdb-source-file-list, gdb-register-names)
20577 (gdb-changed-registers): New variables for use with GDB 6.4+.
20578 (gdb-ann3): Replace with...
20579 (gdb-init-1, gdb-init-2): ...two new functions.
20580 (gdba, gdb-prompt): Call gdb-init-1.
20581 (gdb-get-version): New function. Call gdb-init-2 from here.
20582 (gud-watch): Make it work with mouse events too.
20583 (gdb-post-prompt): Don't add to queue until GDB version is known.
20584 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
20585 (gdb-locals-mode): Use gdb-version.
20586 (gdb-memory-format-map, gdb-memory-unit-map)
20587 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
20588 (gdb-locals-font-lock-keywords-1)
20589 (gdb-locals-font-lock-keywords-2): New variables.
20590 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
20591 (gdb-set-gud-minor-mode-existing-buffers-1)
20592 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
20593 (gdb-var-update-1, gdb-var-update-handler-1)
20594 (gdb-data-list-register-values-handler)
20595 (gdb-data-list-register-values-custom)
20596 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
20597 (gdb-stack-list-locals-handler, gdb-get-register-names):
20598 New functions for use with GDB 6.4+.
20599 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
20600 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
20601 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
20602 (gdb-stack-list-locals-regexp)
20603 (gdb-data-list-register-names-regexp): New regexps for use with
20604 GDB 6.4+.
20605
20606 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20607
20608 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
20609
20610 2005-12-06 Nozomu Ando <nand@mac.com>
20611
20612 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
20613 prompts work for AUTH PLAIN. Also reported by Steve Allan
20614 <seallan@verizon.net>.
20615
20616 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
20617
20618 * frame.el (set-frame-parameter): Add doc string.
20619
20620 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
20621
20622 * textmodes/org.el (org-occur-highlights): New variable.
20623 (org-highlight-new-match, org-remove-occur-highlights): New functions.
20624 (org-highlight-sparse-tree-matches): New option.
20625 (org-do-occur): New function.
20626 (org-get-heading): Make it work also at beginning of line.
20627 (org-category-table): New variable.
20628 (org-get-category-table, org-get-category)
20629 (org-camel-to-words, org-link-search): New functions.
20630 (org-select-this-todo-keyword): New variable.
20631 (org-todo-list): New command.
20632 (org-shiftright, org-shiftleft): New commands.
20633 (org-agenda-todo): Add prefix argument.
20634 (org-show-hierarchy-above): New option.
20635 (org-show-todo-tree): Numerical prefix creates tree for specific
20636 TODO keyword.
20637 (org-outline-level): New function, to assign a level to plain
20638 lists items.
20639 (org-cycle-include-plain-lists): New option.
20640 (org-mode): Use `org-outline-level' as value of `outline-level'.
20641 (org-cycle): Temporarily switch `outline-regexp' if
20642 `org-cycle-include-plain-lists' is non-nil.
20643 (org-start-icalendar-file): Fix format bug.
20644 (org-agenda-get-day-entries): Create category table.
20645 (org-agenda-get-todos, org-agenda-get-timestamps)
20646 (org-agenda-get-deadlines, org-agenda-get-scheduled)
20647 (org-agenda-get-blocks): Use `org-get-category'.
20648 (org-context-in-file-links): Rename from
20649 `org-line-numbers-in-file-links'.
20650
20651 2005-12-06 Romain Francoise <romain@orebokech.com>
20652
20653 * window.el (balance-windows): Delete extraneous third arg in call
20654 to `enlarge-window'.
20655
20656 2005-12-06 Kenichi Handa <handa@m17n.org>
20657
20658 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
20659
20660 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
20661
20662 * progmodes/gdb-ui.el (gdb-var-create-handler)
20663 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
20664 (gdb-var-list-children-handler, gdb-var-update-handler):
20665 Current buffer is already gdb-partial-output-buffer, don't
20666 make it current again.
20667
20668 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
20669
20670 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
20671 (list-buffers-noselect): Use it.
20672
20673 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
20674
20675 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
20676 (mail-yank-ignored-headers): Use regexp-opt.
20677 (mail-mode-map): Move initialization into declaration.
20678 (mail-sent-via): Remove unused shadowed var `to-line'.
20679 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
20680 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
20681 (mail-do-fcc): Use dolist and push.
20682 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
20683 (mail-yank-ignored-headers): Don't autoload.
20684
20685 2005-12-05 Kenichi Handa <handa@m17n.org>
20686
20687 * international/mule-cmds.el (set-language-info-internal): New fun.
20688 (set-language-info): Call set-language-info-internal to update
20689 language-info-alist. If LANG-ENV is the current one, call
20690 set-language-environment to make INFO effective now.
20691 (set-language-info-alist): Likewise.
20692 (locale-language-names): With locale "en", use English
20693 lang. env. but set the default codings to iso-8859-1.
20694
20695 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
20696
20697 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
20698 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
20699 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
20700 for plain strings.
20701 (gdb-frames-mode): Remove redundant call to font-lock-mode.
20702 (gdb-all-registers): Rename from toggle-gdb-all-registers.
20703 Create registers buffer if necessary. Echo new state in minibuffer.
20704 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
20705
20706 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
20707
20708 * info.el (Info-fontify-node): Match external links using
20709 non-directory part of filename.
20710
20711 2005-12-04 Juri Linkov <juri@jurta.org>
20712
20713 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
20714 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
20715 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
20716 because there is no customization option for it.
20717
20718 * font-lock.el (lisp-font-lock-keywords-1):
20719 Add define-global-minor-mode.
20720
20721 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
20722
20723 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
20724 properties on the constructed variable names.
20725
20726 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20727 Put `definition-name' properties on the constructed function names
20728 next-sym and prev-sym.
20729
20730 * emacs-lisp/find-func.el (find-function-regexp):
20731 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
20732 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
20733 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
20734 and easy-menu-define.
20735
20736 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
20737 easy-mmode-define-global-mode and define-global-minor-mode.
20738 (lisp-imenu-generic-expression): Add define-global-minor-mode.
20739
20740 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
20741 instead of easy-mmode-define-global-mode.
20742
20743 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
20744 Use define-minor-mode instead of easy-mmode-define-minor-mode.
20745
20746 * cus-edit.el (customize-group, customize-group-other-window):
20747 Filter out autoloaded options from the group completion list by
20748 using heuristics that autoloaded groups don't have `custom-autoload'
20749 property on their symbols (they have only `custom-loads').
20750
20751 * simple.el (completion-setup-function): Put completions-common-part
20752 face on complete completion string too (i.e. completion string
20753 without completions-first-difference face).
20754
20755 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
20756
20757 2005-12-03 Eli Zaretskii <eliz@gnu.org>
20758
20759 * view.el (view-mode): Doc fix.
20760
20761 * disp-table.el (standard-display-european): Add to the warning
20762 message a reference to the doc string.
20763
20764 * play/yow.el (apropos-zippy): Call print-help-return-message,
20765 similar to other Help and Apropos commands.
20766
20767 * help.el (print-help-return-message): If pop-up-frames is
20768 non-nil, set up help-return-method to delete the help window and,
20769 possibly, its frame as well, and don't display message about
20770 scrolling the help window. Doc fix.
20771 (help-return-method): Doc fix.
20772
20773 2005-12-03 Martin Rudalics <rudalics@gmx.at>
20774
20775 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
20776 whereby names of length one or names starting with a
20777 symbol-constituent character would not be returned.
20778
20779 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20780
20781 * subr.el (atomic-change-group): Add edebug and indentation spec.
20782
20783 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
20784
20785 * completion.el (save-completions-file-name): Fix typo in last change.
20786
20787 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20788
20789 * info.el: Move back/forward history to the beginning of the tool bar.
20790
20791 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
20792
20793 * allout.el (eval-when-compile): Remove unnecessary load of cl.
20794 Add fset of allout-real-isearch-abort during compile to fix
20795 byte-compilation warnings.
20796 (allout-mode-p): Move definition of this macro above all uses, or
20797 byte compilation in barren Emacs (eg, during Emacs build) will
20798 lack the definition.
20799 (allout-mode): Move this variable above any uses, or byte
20800 compilation will fail.
20801 (allout-resolve-xref): Remove use of personal file-reference function.
20802 (allout-toggle-current-subtree-encryption): Do the current (ie,
20803 visible containing) topic, rather than nearest around point. Doc fix.
20804 (allout-toggle-subtree-encryption): New function, workhorse that
20805 works on nearest topic containing point.
20806 (allout-encrypt-string): Signal requirement for newer version of pgg.
20807 (allout-resumptions): Doc fix.
20808
20809 2005-12-02 Eli Zaretskii <eliz@gnu.org>
20810
20811 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
20812
20813 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
20814
20815 * textmodes/flyspell.el (flyspell-external-point-words):
20816 Consider a misspelling as found in the string search if: (a) misspelling
20817 and found string lengths match, or (b) misspelling is found as
20818 element in a boundary-chars separated longer string, or (c)
20819 ispell-program-name is really ispell and misspelling is found as
20820 part of a TeX string. After successful match move beginning of
20821 search region to end of match. Warn about not found misspellings
20822 once the process is done.
20823 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
20824
20825 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
20826
20827 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
20828 tool bar (removed inadvertently).
20829
20830 2005-12-02 Juri Linkov <juri@jurta.org>
20831
20832 * log-view.el (log-view-diff): Clarify doc string.
20833
20834 2005-12-01 Bill Wohler <wohler@newt.com>
20835
20836 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
20837 triggers lm-verify errors.
20838
20839 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
20840
20841 * simple.el (transient-mark-mode, line-number-mode)
20842 (column-number-mode, size-indication-mode): Remove `:require nil'.
20843
20844 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
20845
20846 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
20847 in the margin also.
20848 (gdb-breakpoints-mode-map): Use D instead of d for
20849 gdb-delete-breakpoint.
20850 (gdb-get-frame-number): Require a number to match on.
20851 (gdb-threads-mode-map): Add follow-link binding.
20852
20853 2005-11-30 Jason Rumney <jasonr@gnu.org>
20854
20855 * isearch.el (isearch-mode-map): Avoid exiting search on
20856 language-change event.
20857
20858 2005-11-30 Romain Francoise <romain@orebokech.com>
20859
20860 * speedbar.el (speedbar-default-position): New defcustom.
20861 (speedbar-frame-reposition-smartly): Use it.
20862
20863 * dframe.el (dframe-reposition-frame-emacs): Fix position
20864 computation for `left' location.
20865 Update copyright year.
20866
20867 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
20868
20869 * help.el (help-map): Move initialization into declaration.
20870
20871 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
20872
20873 * help-fns.el (help-argument-name): Don't autoload.
20874 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
20875 to be re-loaded when customizing the `help' group.
20876
20877 2005-11-30 John Paul Wallington <jpw@gnu.org>
20878
20879 * help-fns.el (describe-function-1): Fill arglist output.
20880
20881 2005-11-30 Kim F. Storm <storm@cua.dk>
20882
20883 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
20884 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
20885 after revert-buffer (or anything else which kills all local variables).
20886
20887 * apropos.el (apropos-parse-pattern): Doc fix.
20888 Set apropos-regexp directly, rather than expecting callers to do so.
20889 (apropos-command, apropos, apropos-value, apropos-documentation):
20890 Simplify calls to apropos-parse-pattern.
20891
20892 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20893
20894 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
20895 (hi-lock-face-phrase-buffer): Use hi-yellow face.
20896 (hi-lock-write-interactive-patterns): Use comment-region.
20897
20898 * longlines.el (longlines-mode): Add mail-setup-hook.
20899
20900 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
20901
20902 * simple.el (sendmail-user-agent-compose, next-line):
20903 Conditionally use hard-newline.
20904
20905 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
20906
20907 * international/latexenc.el (latex-inputenc-coding-alist):
20908 Reword doc string.
20909
20910 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20911
20912 * help.el (describe-key-briefly, describe-key): Recognize default
20913 bindings.
20914
20915 2005-11-29 Romain Francoise <romain@orebokech.com>
20916
20917 * view.el (view-inhibit-help-message): New defcustom.
20918 (view-mode-enter): Use it.
20919
20920 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
20921
20922 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
20923 Preserve user position.
20924
20925 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
20926
20927 * font-lock.el: Throw error if facemenu is not loaded to prevent
20928 accidental change of loading order in loadup.el. (Suggested by RMS.)
20929
20930 * loadup.el: Add comment explaining why facemenu must be loaded
20931 before font-lock.
20932
20933 2005-11-28 Jay Belanger <belanger@truman.edu>
20934
20935 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
20936 (calc-dispatch-map): Add more keys for `calc-same-interface'.
20937
20938 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
20939
20940 * calc/calc-embed.el (calc-do-embedded): Update help message.
20941
20942 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
20943
20944 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20945
20946 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
20947
20948 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
20949 called-interactively-p.
20950 (elp-profilable-p): Rename from elp-not-profilable-p.
20951 Invert result and take into account macros and autoloaded functions.
20952 (elp-instrument-function): Update call.
20953 (elp-instrument-package): Update call. Add completion.
20954 (elp-pack-number): Use match-string.
20955 (elp-results-jump-to-definition-by-mouse): Merge into
20956 elp-results-jump-to-definition and then remove.
20957 (elp-output-insert-symname): Make help echo text single-line.
20958
20959 * replace.el (query-replace-map): Move initialization into declaration.
20960 (occur-engine): Use with-current-buffer.
20961 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
20962 (occur-mode-mouse-goto): Replace with an alias.
20963
20964 2005-11-28 Juri Linkov <juri@jurta.org>
20965
20966 * simple.el (quoted-insert): Let-bind input-method-function to nil.
20967
20968 * term/w32-win.el: Bind [S-tab] to [backtab].
20969
20970 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
20971 `Info-find-file' to t.
20972
20973 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
20974 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
20975 and same-window-regexps.
20976 (occur-next-error): Don't move point for arg 0.
20977
20978 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
20979
20980 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
20981
20982 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20983
20984 * log-edit.el (log-edit-changelog-use-first): New var.
20985 (log-edit-changelog-ours-p): Use it.
20986 (log-edit-insert-changelog): Set it with new arg `use-first'.
20987 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
20988 (log-edit-hook): Add them to the list of suggested options.
20989
20990 * textmodes/flyspell.el (flyspell-last-buffer): New var.
20991 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
20992 redundant work.
20993 (flyspell-mode-on): Use add-hook for after-change-functions.
20994 (flyspell-mode-off): Use remove-hook for after-change-functions.
20995 (flyspell-changes): Make it buffer-local.
20996 (flyspell-after-change-function): Make it non-interactive. Use push.
20997 (flyspell-post-command-hook): Check input-pending-p while processing
20998 the potentially long list of buffer changes.
20999
21000 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
21001
21002 * buff-menu.el (list-buffers-noselect): Display the selected
21003 frame's buffer list, not the global one.
21004
21005 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
21006
21007 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
21008 that (list last-input-event) works as in interactive spec.
21009
21010 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
21011
21012 * loadup.el ("facemenu"): Load facemenu before font-lock, because
21013 `facemenu-keymap' needs to be defined when font-lock is loaded.
21014 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
21015
21016 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
21017
21018 * completion.el: Remove useless leading * in defcustom docstrings.
21019 (save-completions-file-name): Use ~/.emacs.d if available.
21020 (completion-standard-syntax-table): Rename from
21021 cmpl-standard-syntax-table and fold initialization into declaration,
21022 thus removing cmpl-make-standard-completion-syntax-table.
21023 (completion-lisp-syntax-table, completion-c-syntax-table)
21024 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
21025 (cmpl-saved-syntax, cmpl-saved-point): Remove.
21026 (symbol-under-point, symbol-before-point)
21027 (symbol-under-or-before-point, symbol-before-point-for-complete)
21028 (add-completions-from-c-buffer): Use with-syntax-table.
21029 (make-completion): Don't return a list of completion entries.
21030 Update callers.
21031 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
21032 (completion-initialize): Rename from initialize-completions.
21033 (completion-find-file-hook): Rename from cmpl-find-file-hook.
21034 (kill-emacs-save-completions): Collect stats here.
21035 (save-completions-to-file, load-completions-from-file):
21036 Use with-current-buffer.
21037 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
21038 into a function. Move all calls to toplevel.
21039 (completion-lisp-mode-hook): New fun.
21040 (completion-c-mode-hook, completion-setup-fortran-mode):
21041 Set the syntax-table here. Use local-set-key.
21042 (completion-saved-bindings): New var.
21043 (dynamic-completion-mode): Make it into a proper minor mode.
21044 (load-completions-from-file): Remove unused var `num-uses'.
21045
21046 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
21047 constructor if it is explicitly overridden.
21048
21049 * complete.el (PC-completion-as-file-name-predicate):
21050 Use minibuffer-completing-file-name.
21051 (partial-completion-mode): Use find-file-not-found-functions.
21052 (PC-lisp-complete-symbol): Use with-syntax-table.
21053 (PC-look-for-include-file): Remove dead setq.
21054 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
21055 (PC-complete): Use with-current-buffer.
21056
21057 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
21058 escape single quotes.
21059
21060 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
21061
21062 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
21063 of `if' whose condition always returned nil. Doc fix.
21064
21065 * buff-menu.el (Buffer-menu-revert-function): Make the selected
21066 window's buffer the current buffer around the call to
21067 `list-buffers-noselect'. This is necessary to mark that buffer
21068 with a `.' in the Buffer Menu when called from Lisp, for instance
21069 by Auto Revert Mode.
21070
21071 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
21072
21073 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
21074 attaching to it.
21075 (gdb-pre-prompt): Make sure gdb-error is reset.
21076
21077 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
21078 with a child process, detect it.
21079 (gud-speedbar-buttons): Match regexp more carefully.
21080
21081 2005-11-27 Richard M. Stallman <rms@gnu.org>
21082
21083 * mouse.el (mouse-drag-move-window-bottom):
21084 Use adjust-window-trailing-edge.
21085
21086 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
21087
21088 * simple.el (blink-matching-open): Ignore
21089 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
21090 (blink-matching-paren-on-screen): Update docstring.
21091
21092 * paren.el (show-paren-mode): No longer change
21093 `blink-matching-paren-on-screen'.
21094
21095 2005-11-27 John Paul Wallington <jpw@pobox.com>
21096
21097 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21098 (gdb-threads-select, gdb-edit-register-value):
21099 Use `posn-set-point' instead of `mouse-set-point' because the
21100 latter is not fbound when configured without X.
21101
21102 2005-11-27 Kim F. Storm <storm@cua.dk>
21103
21104 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
21105 existing face when partially highlighting a TAB in a rectangle.
21106
21107 2005-11-26 Kim F. Storm <storm@cua.dk>
21108
21109 * ido.el (ido-mode-map): Doc fix.
21110 (ido-mode-common-map, ido-mode-file-map)
21111 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
21112 (ido-define-mode-map): Rewrite. Select one of the new maps as
21113 parent for ido-mode-map instead of building from scratch.
21114 (ido-init-mode-maps): New defun to initialize new maps.
21115 (ido-mode): Call it.
21116 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
21117 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
21118
21119 2005-11-26 John Paul Wallington <jpw@pobox.com>
21120
21121 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
21122 `mouse-set-point' because the latter is not fbound when configured
21123 without X.
21124
21125 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
21126
21127 * files.el (file-relative-name): Doc fix.
21128
21129 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
21130
21131 * progmodes/octave-inf.el (inferior-octave-startup): Force a
21132 non-empty string for secondary prompt PS2.
21133
21134 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
21135
21136 * progmodes/compile.el (compilation-setup): Fix last change.
21137
21138 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
21139
21140 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21141 (gdb-mouse-toggle-breakpoint-margin)
21142 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
21143 Add gdb-server-prefix to keep out of command history.
21144 (gdb-edit-register-value): New function.
21145 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
21146 (gdb-info-registers-custom): Use above map.
21147
21148 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
21149
21150 * custom.el (enable-theme): Signal error if argument is not a
21151 theme. Don't recalculate a face if it's not loaded yet.
21152
21153 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
21154 the `user' theme is in effect.
21155
21156 * info.el (Info-on-current-buffer): Record actual filename in
21157 Info-current-file, instead of t, or a fake filename if a non-file
21158 buffer. Make autoload.
21159 (Info-find-node, Info-revert-find-node): No need to check for
21160 Info-current-file nil.
21161 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
21162 Info-current-file is now never `t'.
21163 (Info-fontify-node): Many simplifications due to Info-current-file
21164 always being valid. Use Info-find-file to find node filename.
21165
21166 2005-11-25 David Kastrup <dak@gnu.org>
21167
21168 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
21169 new character, then delete" in order to preserve markers.
21170
21171 2005-11-25 David Ponce <david@dponce.com>
21172
21173 * recentf.el (recentf-arrange-by-rule): Handle a special
21174 `auto-mode-alist'-like "strip suffix" rule.
21175 (recentf-build-mode-rules): Handle second level auto-mode entries.
21176
21177 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
21178
21179 * emulation/viper-keym.el (viper-ESC-key): Use different values
21180 in terminal and window modes.
21181
21182 * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
21183 add jde-javadoc-checker-report-mode.
21184
21185 * ediff-wind.el (ediff-make-wide-display): Slight simplification.
21186
21187 * ediff.el (ediff-date): Change the date of last update.
21188
21189 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
21190
21191 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
21192 Use define-minor-mode, and make it a local mode. Turn on font-lock.
21193 (hi-lock-mode): New global minor mode.
21194 (turn-on-hi-lock-if-enabled): New function.
21195 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
21196 Change arguments to regexp and face instead of a font-lock pattern.
21197 Directly set face property, instead of refontifying.
21198 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
21199 (hi-lock-find-patterns): Use line-number-at-pos.
21200
21201 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
21202 arguments for hi-lock-set-pattern.
21203 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
21204 Call font-lock-fontify-buffer.
21205 (hi-lock-find-file-hook, hi-lock-current-line)
21206 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
21207
21208 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
21209 turned off.
21210
21211 * progmodes/compile.el (compilation-setup): Don't fiddle with
21212 font-lock-defaults.
21213
21214 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
21215
21216 * progmodes/gdb-ui.el (gdb-var-create-handler)
21217 (gdb-var-list-children-handler): Find values for all variable
21218 objects. gud-speedbar-buttons decides whether to display them.
21219
21220 2005-11-24 Romain Francoise <romain@orebokech.com>
21221
21222 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
21223 buffer name with a space.
21224
21225 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
21226
21227 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
21228 `org-export-local-list-max-depth'. Change default value to 3.
21229 (org-auto-renumber-ordered-lists)
21230 (org-plain-list-ordered-item-terminator): New options.
21231 (org-at-item-p, org-beginning-of-item, org-end-of-item)
21232 (org-get-indentation, org-get-string-indentation)
21233 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
21234 New functions.
21235 (org-move-item-down, org-move-item-up): New commands.
21236 (org-export-as-html): New classes for CSS support. Bug fix in
21237 regular expression detecting fixed-width regions. Respect
21238 `org-local-list-ordered-item-terminator'.
21239 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
21240 also a list item.
21241 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
21242 New item moving functions.
21243
21244 2005-11-24 Juri Linkov <juri@jurta.org>
21245
21246 * isearch.el (isearch-repeat): With empty search ring set
21247 `isearch-error' to the error string instead of signaling error
21248 with the function `error'.
21249
21250 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21251
21252 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
21253
21254 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
21255
21256 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
21257 and variable.
21258 (gdb-var-create-handler, gdb-var-list-children-handler):
21259 Don't match on "char **...".
21260 (gdb-var-update-handler): Find values for all variable objects.
21261 (gdb-info-frames-custom): Identify frames by leading "#".
21262
21263 * progmodes/gud.el (gud-speedbar-menu-items): Add
21264 gdb-speedbar-auto-raise as radio button.
21265 (gud-speedbar-buttons): Raise speedbar if requested.
21266 Don't match on "char **...".
21267 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
21268 Make it editable.
21269
21270 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
21271
21272 * info.el (Info-fontify-node): Handle the case where
21273 Info-current-file is t.
21274
21275 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
21276
21277 * simple.el (blink-matching-open): Fix off-by-one in last change.
21278
21279 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21280
21281 * term/mac-win.el: Don't change default directory.
21282
21283 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
21284
21285 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
21286 buffers correctly. (It used to throw an error in such buffers.)
21287 Make it ask for confirmation in group buffers and other Custom
21288 buffers containing more than one customization item.
21289
21290 2005-11-22 John Paul Wallington <jpw@gnu.org>
21291
21292 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
21293 property on mail and url overlays.
21294 (goto-address-at-point): Use `posn-set-point' instead of
21295 `mouse-set-point' because the latter is not fbound when configured
21296 without X.
21297
21298 2005-11-22 Lars Hansen <larsh@soem.dk>
21299
21300 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
21301 (ls-lisp-classify, ls-lisp-format): Delete call to
21302 ls-lisp-parse-symlink.
21303 (ls-lisp-handle-switches): Handle symlinks to directories as
21304 directories when ls-lisp-dirs-first in non-nil.
21305
21306 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
21307
21308 * startup.el (command-line): Make sure that loaddefs.el is handled
21309 correctly in load-history.
21310
21311 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
21312
21313 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
21314 (gdb-struct-string, gdb-array-string): New constants.
21315 (gdb-info-locals-handler): Use them.
21316 (gdb-reset): Reset gdb-var-list to nil.
21317
21318 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21319
21320 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
21321 in patterns.
21322
21323 2005-11-21 Juri Linkov <juri@jurta.org>
21324
21325 * custom.el (defcustom): Update link types in docstring.
21326
21327 2005-11-20 Martin Rudalics <rudalics@gmx.at>
21328
21329 * custom.el (defgroup): Add doc-string-elt info.
21330
21331 * widget.el (define-widget): Don't use declare for the doc-string-elt.
21332
21333 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
21334
21335 * newcomment.el (comment-enter-backward): Fix last fix.
21336
21337 * simple.el (blink-matching-open):
21338 * paren.el (show-paren-function): Allow new paren-class info.
21339
21340 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
21341
21342 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
21343 handled automagically.
21344
21345 2005-11-20 Andreas Schwab <schwab@suse.de>
21346
21347 * descr-text.el (describe-char): When copying overlays put them
21348 over the full char description instead of just the first character
21349 of it.
21350
21351 2005-11-20 Juri Linkov <juri@jurta.org>
21352
21353 * simple.el (what-cursor-position):
21354 * descr-text.el (describe-char): Use Lisp-readable syntax
21355 for octal and hex. Reorder decimal, octal and hex values.
21356 Remove excess whitespace in the output. Use `=' in `column='
21357 like in `point=' and `Hscroll='.
21358
21359 * international/mule-cmds.el (encoded-string-description):
21360 Use Lisp-readable syntax for hex.
21361
21362 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
21363
21364 * newcomment.el (comment-enter-backward): Handle the case where the
21365 comment is closed by EOB.
21366
21367 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
21368
21369 * longlines.el (longlines-before-revert-hook)
21370 (longlines-after-revert-hook): New functions.
21371 (longlines-mode): Turn off longlines temporarily when reverting.
21372 Add a message-setup-hook.
21373 (longlines-decode-buffer): New function.
21374 (longlines-wrap-line): Preserve marker positions.
21375
21376 2005-11-19 Andreas Schwab <schwab@suse.de>
21377
21378 * emacs-lisp/shadow.el: Handle compressed files.
21379
21380 2005-11-19 Romain Francoise <romain@orebokech.com>
21381
21382 * net/browse-url.el (browse-url-default-browser): Signal an error
21383 if no usable browser can be found, rather than try to load w3.
21384
21385 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
21386
21387 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
21388 replacing existing properties.
21389 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21390 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
21391 tty specs.
21392 (rcirc-server-prefix, rcirc-server): New faces.
21393 (rcirc-url-regexp): Generate with rx macro.
21394 (rcirc-last-server-message-time): New variable.
21395 (rcirc-filter): Record time of last message.
21396 (rcirc-keepalive): Kill processes that did not send a message
21397 since the last ping.
21398 (rcirc-mode): Give rcirc-topic a local binding here.
21399
21400 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
21401
21402 * subr.el (read-passwd): Fontify the prompt as we do with other
21403 prompts.
21404
21405 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
21406
21407 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
21408 binding buffer-read-only to nil.
21409
21410 2005-11-19 Eli Zaretskii <eliz@gnu.org>
21411
21412 * complete.el (partial-completion-mode):
21413 Mention completion-auto-help in the doc string.
21414
21415 * man.el (Man-highlight-references): Doc fix. Reformat code in a
21416 more Lisp-ish way.
21417
21418 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
21419
21420 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
21421 digits, not 8, to avoid misalignment for files larger than 100MB.
21422
21423 2005-11-19 Eli Zaretskii <eliz@gnu.org>
21424
21425 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
21426 Mention "keyboard shortcuts" in the help text.
21427
21428 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21429
21430 * startup.el (fancy-splash-default-action): Discard only
21431 mouse-down and succeeding mouse-up events in the splash screen
21432 window so that drag-n-drop event can be processed.
21433
21434 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
21435
21436 * longlines.el (longlines-mode): Add hacks for mail-mode and
21437 message-mode.
21438
21439 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
21440
21441 * textmodes/org.el (org-table-sort-lines): New command.
21442 (org-tbl-menu): Add entry for `org-table-sort-lines'.
21443 (org-add-file): Command removed, use `org-agenda-file-to-front'
21444 instead.
21445 (org-export-icalendar): Use `org-icalendar-combined-name'.
21446 (org-cycle-agenda-files, org-agenda-file-to-end)
21447 (org-agenda-file-to-front): New commands.
21448 (org-table-tab-jumps-over-hlines, org-export-html-style):
21449 New options.
21450 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
21451 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
21452 New functions.
21453 (org-fill-paragraph): Call `org-table-align' in tables.
21454 (org-mode): Call `org-set-autofill-regexps'.
21455 (org-export-as-html): Support for local handformatted lists.
21456 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
21457 (org-export-local-list-max-depth): New option.
21458 (org-html-expand): Use `org-html-protect'.
21459
21460 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
21461
21462 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
21463 to "p".
21464 (gdb): Move definition of gud-pp to...
21465
21466 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
21467 speedbar.
21468 (gdb-find-watch-expression): New function.
21469
21470 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21471
21472 * faces.el (face-attribute, set-face-attribute): Mention existence
21473 of `:ignore-defface' setting in docstring.
21474
21475 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
21476
21477 * simple.el (completion-setup-function): Fix last change.
21478
21479 2005-11-17 John Paul Wallington <jpw@pobox.com>
21480
21481 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
21482 Use `posn-set-point' instead of `mouse-set-point' because the
21483 latter is not fbound when configured without X.
21484
21485 * comint.el (comint-insert-input): Likewise.
21486
21487 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21488
21489 * simple.el (hard-newline): New variable.
21490 (sendmail-user-agent-compose, next-line): Use it.
21491
21492 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
21493 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
21494 (mail-mail-reply-to, mail-mail-followup-to)
21495 (mail-position-on-field, mail-signature, mail-yank-original)
21496 (mail-attach-file): Likewise.
21497
21498 * mail/mailheader.el (mail-header-format)
21499 (mail-header-format-function): Likewise.
21500
21501 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
21502
21503 2005-11-17 Juri Linkov <juri@jurta.org>
21504
21505 * font-lock.el (font-lock-faces): Rename this defgroup from
21506 `font-lock-highlighting-faces'.
21507 (font-lock-comment-face, font-lock-comment-delimiter-face)
21508 (font-lock-string-face, font-lock-doc-face)
21509 (font-lock-keyword-face, font-lock-builtin-face)
21510 (font-lock-function-name-face, font-lock-variable-name-face)
21511 (font-lock-type-face, font-lock-constant-face)
21512 (font-lock-warning-face, font-lock-negation-char-face)
21513 (font-lock-preprocessor-face)
21514 (font-lock-regexp-grouping-backslash)
21515 (font-lock-regexp-grouping-construct): Rename :group from
21516 `font-lock-highlighting-faces' to `font-lock-faces'.
21517
21518 * cus-edit.el (lisp, c, tex):
21519 * progmodes/ada-mode.el (ada):
21520 * progmodes/asm-mode.el (asm):
21521 * progmodes/cperl-mode.el (cperl-faces):
21522 * progmodes/cpp.el (cpp):
21523 * progmodes/dcl-mode.el (dcl):
21524 * progmodes/f90.el (f90):
21525 * progmodes/fortran.el (fortran):
21526 * progmodes/icon.el (icon):
21527 * progmodes/idlwave.el (idlwave-misc):
21528 * progmodes/m4-mode.el (m4):
21529 * progmodes/make-mode.el (makefile):
21530 * progmodes/meta-mode.el (meta-font):
21531 * progmodes/modula2.el (modula2):
21532 * progmodes/octave-mod.el (octave):
21533 * progmodes/pascal.el (pascal):
21534 * progmodes/perl-mode.el (perl):
21535 * progmodes/prolog.el (prolog):
21536 * progmodes/ps-mode.el (PostScript-edit):
21537 * progmodes/scheme.el (scheme):
21538 * progmodes/sh-script.el (sh-script):
21539 * progmodes/simula.el (simula):
21540 * progmodes/tcl.el (tcl):
21541 * textmodes/nroff-mode.el (nroff):
21542 * textmodes/reftex-vars.el (reftex-fontification-configurations):
21543 * textmodes/sgml-mode.el (sgml):
21544 * textmodes/texinfo.el (texinfo):
21545 Add :link (custom-group-link font-lock-faces) to defgroup.
21546
21547 * hi-lock.el (hi-lock): Rename this defgroup from
21548 `hi-lock-interactive-text-highlighting'. Change parent group from
21549 `faces' to `font-lock'. Add link to the manual.
21550 (hi-lock-mode, hi-lock-file-patterns-range)
21551 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
21552 `hi-lock-interactive-text-highlighting' to `hi-lock'.
21553 (hi-lock-faces): Add :group `faces'.
21554
21555 * cus-edit.el (custom-variable-prompt): Clarify the code.
21556
21557 * faces.el (face-read-string): Set the default value arg of
21558 completing-read.
21559
21560 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
21561
21562 * rfn-eshadow.el (file-name-shadow-properties)
21563 (file-name-shadow-tty-properties, file-name-shadow-mode):
21564 Remove autoloads, because the file is now preloaded.
21565
21566 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21567
21568 * printing.el (easy-menu-intern): Don't define.
21569 (pr-get-symbol): Use easy-menu-intern only if defined.
21570
21571 * simple.el (blink-matching-open): Simplify a bit.
21572 (completion-setup-function): Fix the case of partial-completion-mode
21573 when the minibuffer's contents start with "-".
21574 Obey completion-base-size-function even when
21575 minibuffer-completing-file-name is non-nil.
21576
21577 2005-11-16 Richard M. Stallman <rms@gnu.org>
21578
21579 * net/eudcb-ph.el (eudc-ph-open-session):
21580 Use set-process-query-on-exit-flag.
21581
21582 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
21583
21584 * international/ucs-tables.el (ucs-set-table-for-input):
21585 Use make-local-variable, not make-variable-buffer-local.
21586
21587 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
21588 Improve warning message text.
21589
21590 * savehist.el (savehist-save-hook): Add :group.
21591
21592 * menu-bar.el (menu-bar-help-menu):
21593 Rename Find Extra Packages to External Packages.
21594
21595 * cus-edit.el (Custom-reset-standard): Verify that
21596 :custom-standard-value prop exists before calling it.
21597
21598 * apropos.el (apropos-calc-scores): Use apropos-pattern.
21599
21600 2005-11-16 Martin Rudalics <rudalics@gmx.at>
21601
21602 * wid-edit.el (color): Enclose %t in %{...%}.
21603
21604 * cus-edit.el (face): Enclose %t in %{...%}.
21605
21606 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
21607
21608 * savehist.el (savehist-mode-hook): Re-add the var.
21609 (savehist-mode): Use it.
21610
21611 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21612
21613 * textmodes/flyspell.el: Fix commenting convention.
21614 Remove unnecessary leading * in custom docstrings.
21615 (flyspell-emacs): Remove unused var.
21616 (flyspell-delete-region-overlays): Use remove-overlays.
21617 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
21618 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
21619 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
21620 (flyspell-debug-signal-word-checked): Use with-current-buffer.
21621 (make-flyspell-overlay): Don't locally reuse a global name.
21622 (flyspell-highlight-incorrect-region)
21623 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
21624 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
21625 (flyspell-notify-misspell): Remove unused args `start' and `end'.
21626 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
21627 Wrap calls to accept-process-output inside with-local-quit since it's
21628 often called from a post-command-hook.
21629 (flyspell-correct-word, flyspell-auto-correct-word):
21630 Use ispell-send-string.
21631 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
21632
21633 * calendar/diary-lib.el (diary-list-entries): Also hide the
21634 terminating newline.
21635
21636 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
21637
21638 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
21639 window-system, to allow fonts on tty.
21640
21641 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
21642
21643 * progmodes/gud.el (gud-speedbar-item-info): New function.
21644 (gud-install-speedbar-variables): Use it to display data type
21645 of watch expression as a tooltip in speedbar.
21646
21647 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
21648
21649 * font-core.el (global-font-lock-mode): Add :version keyword,
21650 because default was changed.
21651
21652 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
21653
21654 * startup.el (command-line): Use `custom-reevaluate-setting' for
21655 `file-name-shadow-mode'.
21656
21657 * loadup.el: Preload rfn-eshadow.
21658
21659 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
21660 Add :version keyword.
21661 (file-name-shadow-properties, file-name-shadow-tty-properties)
21662 (file-name-shadow): Add :version keyword.
21663
21664 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
21665 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
21666 in the custom-group property of the symbol frames and the fringe
21667 group got no link to its parent group frames.
21668 Doc fix.
21669
21670 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21671
21672 * progmodes/gud.el (gud-stop-subjob): New function.
21673 (gud-menu-map, gud-tool-bar-map): Use it.
21674
21675 2005-11-16 Kim F. Storm <storm@cua.dk>
21676
21677 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
21678 than kill it.
21679 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
21680 to a more useful/logical place.
21681
21682 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21683
21684 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
21685 go buttons complementary.
21686
21687 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
21688
21689 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
21690 (rfn-eshadow-sifn-equal): New function.
21691 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
21692
21693 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
21694
21695 * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
21696 Quote `-' in string.
21697
21698 * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
21699 rcirc-mode buffers come up in Emacs state.
21700
21701 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
21702 operation.
21703
21704 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
21705
21706 * term.el (term-termcap-format): Fix typos.
21707 (term-down): Fix the negative argument case.
21708
21709 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21710
21711 * progmodes/gdb-ui.el: Remove face-alias left over from change on
21712 2005-08-15.
21713 (gdb-ann3): New command gud-go.
21714 (menu): Accomodate gdb-mi.el.
21715 (gdb-assembler-custom): Make buffer of selected window current
21716 so that set-window-point works.
21717
21718 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
21719 buttons and include new ones.
21720
21721 2005-11-16 Kim F. Storm <storm@cua.dk>
21722
21723 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
21724 (gud-menu-map): Use it.
21725
21726 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
21727
21728 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
21729 that works correctly for Custom and that does not override a user
21730 who disables it.
21731
21732 * help-mode.el (help-make-xrefs, help-xref-on-pp)
21733 (help-xref-interned, help-follow): Make hyperlinks for variables
21734 that are unbound, but have a non-nil variable-documentation property.
21735
21736 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
21737 mode hook. (It conflicted with defcustoms for some mode hooks.)
21738 Use the `variable-documentation' property to give the mode hook a
21739 docstring and expand that docstring.
21740
21741 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
21742
21743 * savehist.el (savehist-mode): Don't bother with
21744 `custom-set-minor-mode'.
21745 (savehist-coding-system): Check XEmacs version.
21746 (history-length): Declare also at run time.
21747 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
21748 Don't set the customize state.
21749 (savehist-minibuffer-hook): Special case for when
21750 minibuffer-history-variable is equal to t.
21751
21752 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
21753
21754 * files.el (write-file): Refresh VC status.
21755
21756 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
21757 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
21758 than fundamental-mode to see if the mode was set.
21759
21760 2005-11-14 Romain Francoise <romain@orebokech.com>
21761
21762 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
21763 dummy function in `eval-when-compile' to avoid compiler warning.
21764 Require `man' at compile time.
21765
21766 2005-11-14 Jay Belanger <belanger@truman.edu>
21767
21768 * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
21769 calcFunc-powerexpand.
21770 (math-write-out-power): Rename it to math-powerexpand; have it
21771 handle negative exponents.
21772 (calc-writeoutpower): Rename it to calc-powerexpand.
21773
21774 * calc/calc-ext.el: Change calcFunc-writeoutpower and
21775 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
21776 autoloads.
21777 Add calcFunc-ldiv to autoloads.
21778
21779 * calc/calc-arith.el (calcFunc-ldiv): New function.
21780
21781 * calc/calc.el (calc-left-divide): New function.
21782
21783 2005-11-14 Juri Linkov <juri@jurta.org>
21784
21785 * cus-edit.el (custom-variable-prompt): Set the default value arg
21786 of completing-read.
21787
21788 * cus-dep.el (custom-make-dependencies): Reverse the list of
21789 found dependencies.
21790
21791 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
21792
21793 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
21794 Highlighting" entry, it is on by default now.
21795 (menu-bar-options-save): Do not save global-font-lock-mode.
21796
21797 2005-11-13 Richard M. Stallman <rms@gnu.org>
21798
21799 * textmodes/flyspell.el (flyspell-large-region):
21800 Call flyspell-accept-buffer-local-defs.
21801
21802 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
21803
21804 * textmodes/flyspell.el (flyspell-notify-misspell):
21805 Fix misspelling of "Misspelling".
21806 (flyspell-process-localwords): New function.
21807 (flyspell-large-region): Call flyspell-process-localwords and
21808 flyspell-delete-region-overlays.
21809 (flyspell-delete-region-overlays): New function.
21810 (flyspell-delete-all-overlays): Call that.
21811
21812 2005-11-13 Richard M. Stallman <rms@gnu.org>
21813
21814 * help.el (help-for-help-internal): Improve doc of C-h a.
21815 (describe-key): Improve prompt; doc fix.
21816
21817 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
21818
21819 * vc-svn.el (vc-svn-registered): Catch all errors.
21820
21821 * cus-dep.el (custom-make-dependencies): Typo.
21822
21823 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
21824
21825 * net/tramp-util.el (top): Fix compilation warning.
21826
21827 2005-11-13 Kim F. Storm <storm@cua.dk>
21828
21829 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
21830
21831 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21832
21833 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
21834 (gud-speedbar-buttons): Match on "const char *" too.
21835
21836 * progmodes/gdb-ui.el (gdb-var-create-handler)
21837 (gdb-var-list-children-handler): Match on "const char *" too.
21838 (gdb-var-evaluate-expression-handler): Match on empty string.
21839 (gdb-var-update-handler): Only call
21840 gdb-var-evaluate-expression-handler when required.
21841
21842 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21843
21844 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
21845 selected window. This still doesn't work for speedbar.
21846 (gud-speedbar-buttons): Handle string expressions properly.
21847
21848 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
21849 (gdb-var-create-handler): Handle string expressions properly.
21850 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
21851 Handle string expressions properly. Move "type" field into regexp.
21852
21853 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21854
21855 * bookmark.el (bookmark-maybe-message): New function to reduce
21856 code duplication: invokes `message' iff baud-rate is high enough.
21857 (bookmark-write-file): Use above instead of an inline conditional.
21858 (bookmark-load): Same.
21859
21860 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21861
21862 * bookmark.el (bookmark-write-file): Don't visit the destination
21863 file, just write the data to it using write-region. This is
21864 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
21865 change to avoid visiting the file in the first place.
21866
21867 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
21868
21869 * hi-lock.el (hi-lock-mode): Set the default value of
21870 font-lock-defaults.
21871
21872 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
21873
21874 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
21875 arg to `file-attributes'.
21876 (find-lisp-format): The UID and GID can now be strings.
21877
21878 2005-11-12 Kim F. Storm <storm@cua.dk>
21879
21880 * help.el (help-map): Bind C-h d to apropos-documentation.
21881
21882 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
21883 when point is at end-of-buffer.
21884
21885 * apropos.el (apropos-match-face): Doc fix.
21886 (apropos-sort-by-scores): Add new choice `verbose'.
21887 (apropos-documentation-sort-by-scores): New defcustom.
21888 (apropos-pattern): Now contains the pattern entered by the user.
21889 (apropos-pattern-quoted): New defvar.
21890 (apropos-regexp): New defvar, containing the regexp corresponding
21891 to apropos-pattern.
21892 (apropos-all-words-regexp): Rename from apropos-all-regexp.
21893 (apropos-read-pattern): New defun. Use it to read pattern arg in
21894 interactive calls; returns list of words for a word list, and
21895 string for a regexp.
21896 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
21897 parses a list of words or regexp as returned by apropos-read-pattern.
21898 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
21899 (apropos-score-doc): Return a very high score if the string
21900 entered by the user matches literally.
21901 (apropos-variable): Doc fix. Use apropos-read-pattern.
21902 (apropos-command): Doc fix. Use apropos-read-pattern and
21903 apropos-parse-pattern. Call apropos-print with nosubst=t.
21904 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
21905 apropos-parse-pattern.
21906 (apropos-documentation): Doc fix. Use apropos-read-pattern and
21907 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
21908 apropos-documentation-sort-by-scores. Call apropos-print with
21909 nosubst=t.
21910 (apropos-documentation-internal): Pass doc string through
21911 substitute-key-definition before adding text properties.
21912 Highlight substring matching literal user input if possible.
21913 (apropos-documentation-check-doc-file): Remove locals beg and end.
21914 Fix calculation of score (as added twice). Pass doc string through
21915 substitute-key-definition before adding text properties.
21916 (apropos-documentation-check-elc-file): Pass doc string through
21917 substitute-key-definition before adding text properties.
21918 Highlight substring matching literal user input if possible.
21919 (apropos-print): Add new arg NOSUBST; if set, command and variable
21920 doc strings have already been passed through substitute-key-definition.
21921 Add code to handle apropos-accumulator items without score element
21922 for backwards compatibility (e.g. with woman package).
21923 Only show scores if apropos-sort-by-scores is `verbose'.
21924
21925 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21926
21927 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
21928 Add jka-compr-load-suffixes to load-suffixes.
21929
21930 * jka-compr.el: Require jka-cmpr-hook.
21931 (jka-compr-info-compress-message, jka-compr-info-compress-program)
21932 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
21933 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
21934 (jka-compr-info-can-append, jka-compr-info-strip-extension)
21935 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
21936 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
21937 (jka-compr-uninstall): Remove entries from
21938 jka-compr-added-to-file-coding-system-alist after they are used.
21939 (jka-compr-error): Remove unused var `curbuf'.
21940 (jka-compr-file-local-copy): Remove unused var `notfound'.
21941
21942 2005-11-10 Romain Francoise <romain@orebokech.com>
21943
21944 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
21945
21946 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
21947
21948 * progmodes/gud.el (gud-menu-map): Move parentheses.
21949 (gdb): New command gud-pv.
21950
21951 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21952
21953 * tar-mode.el: Remove spurious or unnecessary leading stars
21954 in docstrings.
21955 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
21956 (tar-parse-octal-integer-safe): Use mapc.
21957 (tar-header-block-summarize): Remove unused var `ck'.
21958 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
21959 cleared before. Obey default-enable-multibyte-characters.
21960 Use mapconcat. Simplify setting of tar-header-offset.
21961 (tar-mode-map): Move initialization inside delcaration.
21962 (tar-flag-deleted): Use `abs'.
21963 (tar-expunge-internal): Remove unused var `line'.
21964 (tar-expunge-internal): Don't hardcode point-min==1.
21965 (tar-expunge): Widen while doing set-buffer-multibyte.
21966 (tar-rename-entry): Use file-name-coding-system.
21967 (tar-alter-one-field): Don't hardcode point-min==1.
21968 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
21969 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
21970
21971 2005-11-10 Masatake YAMATO <jet@gyve.org>
21972
21973 * add-log.el (add-log-current-defun): Handle class::method
21974 notation of c++. Fix incorrect comment.
21975
21976 2005-11-10 Alan Mackenzie <acm@muc.de>
21977
21978 * help-fns.el (describe-variable): Make C-h v work when a variable
21979 has variable documentation yet is unbound.
21980
21981 2005-11-10 Masatake YAMATO <jet@gyve.org>
21982
21983 * man.el (Man-highlight-references): Set an empty
21984 string to `Man-arguments' if it is nil.
21985 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
21986
21987 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
21988
21989 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
21990 commenting conventions.
21991
21992 * cus-dep.el (custom-make-dependencies): Simplify.
21993 Better follow the commenting conventions.
21994
21995 2005-11-09 Richard M. Stallman <rms@gnu.org>
21996
21997 * apropos.el (apropos-pattern): Rename from apropos-regexp.
21998 (apropos-orig-pattern): Rename from apropos-orig-regexp.
21999 All uses changed.
22000 (apropos-rewrite-regexp): Doc fix.
22001 (apropos-variable, apropos-command, apropos, apropos-value):
22002 Change prompt; carry through the argument renaming.
22003
22004 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
22005
22006 * find-lisp.el: Require dired.
22007 (find-lisp-find-dired-internal): Do not call
22008 `abbreviate-file-name' on DIR.
22009
22010 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
22011
22012 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
22013
22014 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
22015
22016 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
22017 when using the speedbar.
22018 (gdb): New command gud-pp.
22019 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
22020
22021 2005-11-09 Juri Linkov <juri@jurta.org>
22022
22023 * replace.el (occur-excluded-properties): New defcustom.
22024 (occur-1, occur-engine, occur-accumulate-lines): Use it.
22025
22026 2005-11-08 Jay Belanger <belanger@truman.edu>
22027
22028 * calc/calc-units.el (math-convert-units): Replace any composite
22029 unit by its definition.
22030
22031 2005-11-08 Lars Hansen <larsh@soem.dk>
22032
22033 * emacs-lisp/autoload.el (update-directory-autoloads):
22034 Add obsolete function alias.
22035
22036 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
22037
22038 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
22039 comment-indent-function.
22040 (lisp-comment-indent): Replace by an alias for comment-indent-default.
22041
22042 * reveal.el (reveal-post-command): Rework the handling of
22043 reveal-open-spots, so as to be more reliable. There were several
22044 tricky corner cases where an open spot might be lost, or where
22045 a closed spot might end up on the list of open spots.
22046 Only reveal text that's ellipsised.
22047
22048 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
22049
22050 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
22051
22052 2005-11-07 John Paul Wallington <jpw@gnu.org>
22053
22054 * ibuffer.el (ibuffer): Search iconified frames too when
22055 getting Ibuffer buffer's window.
22056
22057 2005-11-06 Richard M. Stallman <rms@gnu.org>
22058
22059 * progmodes/compile.el (compilation-internal-error-properties):
22060 save-excursion around the computation of MARKER.
22061
22062 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
22063
22064 * textmodes/flyspell.el (flyspell-external-point-words):
22065 flyspell-get-word returns a list, not just a string.
22066
22067 2005-11-06 John Paul Wallington <jpw@pobox.com>
22068
22069 * ibuffer.el (ibuffer): Search all visible frames when getting
22070 Ibuffer buffer's window.
22071
22072 2005-11-07 Masatake YAMATO <jet@gyve.org>
22073
22074 * man.el (Man-reference-regexp): Accept spaces between
22075 `Man-name-regexp' and `Man-section-regexp'.
22076 (Man-apropos-regexp): New variable.
22077 (Man-abstract-xref-man-page): Use value for `Man-target-string'
22078 if available.
22079 (Man-highlight-references, Man-highlight-references0):
22080 Handle the case when `Man-arguments' includes "-k".
22081 (Man-highlight-references0): Rename the argument `TARGET-POS' to
22082 `TARGET'. `TARGET' can be a number, function or nil.
22083
22084 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
22085
22086 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
22087 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
22088 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
22089 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
22090 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
22091 (gdb-send-item): Use buffer-local-value and simplify.
22092
22093 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
22094
22095 * startup.el (command-line): Use `custom-reevaluate-setting' for
22096 `global-font-lock-mode'.
22097
22098 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
22099 by default, except in batch mode or when the -D option is given.
22100
22101 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
22102 specified keyword args on to `define-minor-mode'. Update docstring.
22103
22104 2005-11-05 Romain Francoise <romain@orebokech.com>
22105
22106 * replace.el (occur-engine): Add marker at end of line, too.
22107
22108 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
22109
22110 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22111 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22112 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22113 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22114 argument to all these routines, so the passphrase can be managed
22115 externally and passed in to the system.
22116 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22117 pgg-add-passphrase-to-cache function.
22118
22119 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22120 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22121 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22122 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22123 argument to all these routines, so the passphrase can be managed
22124 externally and passed in to the system.
22125 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22126 function.
22127
22128 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
22129
22130 * font-lock.el: Don't deal with font-lock-face-attributes here,
22131 move the code ...
22132
22133 * startup.el (command-line): ... here. Use face-spec-set instead
22134 of custom-declare-face.
22135
22136 * faces.el (face-spec-set): Reset the face if spec is not nil.
22137
22138 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
22139
22140 * newcomment.el (comment-region-internal): Box more tightly in the
22141 common case where there's no TAB in the boxed text.
22142
22143 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22144
22145 * info.el (info-tool-bar-map): Use images prev-node, next-node and
22146 up-node.
22147
22148 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
22149
22150 * net/newsticker.el: Commentary updated. Code formatting changed.
22151 (newsticker-version): Change to "1.9".
22152 (newsticker, newsticker-feed): Doc fix.
22153 (newsticker-url-list): Doc fix. Add option "Weekly".
22154 (newsticker-retrieval-interval): Add option "Weekly".
22155 (newsticker-headline-processing): Doc fix.
22156 (newsticker-auto-mark-filter): Remove.
22157 (newsticker-auto-mark-filter-list): New.
22158 (newsticker-layout, newsticker-sort-method): Doc fix.
22159 (newsticker-hide-old-items-in-newsticker-buffer)
22160 (newsticker-heading-format, newsticker-item-format)
22161 (newsticker-desc-format): Doc fix.
22162 (newsticker-show-all-rss-elements): Remove.
22163 (newsticker-show-all-news-elements): New.
22164 (newsticker-faces, newsticker-ticker): Doc fix.
22165 (remove-from-invisibility-spec): Code formatting.
22166 (newsticker--process-ids): New.
22167 (newsticker-mode): Doc fix.
22168 (newsticker-mode): Change mode-line-format.
22169 (newsticker-start): Remove debug output.
22170 (newsticker-start-ticker): Doc fix. Add autoload cookie.
22171 (newsticker-w3m-show-inline-images): Code formatting.
22172 (newsticker-next-item): Call `force-mode-line-update'.
22173 (newsticker-previous-item): Call `force-mode-line-update'.
22174 (newsticker-next-feed): Call `force-mode-line-update'.
22175 (newsticker-previous-feed): Call `force-mode-line-update'.
22176 (newsticker-mark-all-items-at-point-as-read): Code formatting.
22177 (newsticker-show-old-items): Do not show descs.
22178 (newsticker-hide-entry): Hide too much.
22179 (newsticker-hide-entry, newsticker-show-entry)
22180 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
22181 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
22182 (newsticker-toggle-auto-narrow-to-item): Code formatting.
22183 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
22184 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
22185 (newsticker-get-news): Call `force-mode-line-update'.
22186 Collect process ids.
22187 (newsticker--sentinel): Change coding system handling.
22188 Move image retrieval to new functions newsticker--get-logo-url-*.
22189 Move feed parsing to new functions newsticker--parse-*.
22190 Update list of process ids.
22191 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
22192 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
22193 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
22194 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
22195 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22196 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
22197 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
22198 (newsticker--decode-coding-string): Remove.
22199 (newsticker--decode-numeric-entities): Check input. Format code.
22200 (newsticker--remove-whitespace): Check input.
22201 (newsticker--do-forget-preformatted): Doc fix.
22202 (newsticker--decode-rfc822-date): Allow for missing time.
22203 (newsticker--update-process-ids): New.
22204 (newsticker--image-sentinel): Change comment.
22205 (newsticker--image-read): Change error message.
22206 (newsticker--imenu-goto): Doc fix. Show headline title.
22207 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
22208 (newsticker--buffer-do-insert-text): Clean whitespace in
22209 html-rendered headline title. Code formatting.
22210 Call `newsticker--buffer-print-extra-elements'.
22211 (newsticker--buffer-print-extra-element): Remove.
22212 (newsticker--buffer-print-extra-elements): New.
22213 (newsticker--buffer-do-print-extra-element): New.
22214 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
22215 large sizes.
22216 (newsticker--run-auto-mark-filter)
22217 (newsticker--do-run-auto-mark-filter):
22218 Use `newsticker-auto-mark-filter-list'.
22219
22220 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
22221
22222 * net/rcirc.el: Use split-string OMIT-NULLS argument.
22223 (rcirc-print): Force redisplay before running hooks. Do long
22224 buffer truncation after making new text read-only. Deal with nil
22225 text when decoding strings. If TARGET is nil, use either the
22226 currently selected buffer, if it is an rcirc buffer and of the
22227 same process or the process buffer.
22228 (rcirc-mode): Remove header-line. Recompute short buffer names.
22229 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
22230 (rcirc-short-buffer-name): Add variable.
22231 (rcirc-kill-buffer-hook): Recompute short buffer names.
22232 Remove nick from private channel.
22233 (rcirc-send-input): Send command text to current-buffer.
22234 Don't clear overlay arrow here.
22235 (rcirc-short-buffer-name): Return a short buffer name.
22236 (rcirc-update-short-buffer-names, rcirc-abbreviate)
22237 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
22238 buffer-name abbreviations.
22239 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
22240 Do not touch nick-table when killing a parted channel.
22241 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
22242 Clear arrow from current buffer if it is now hidden.
22243 (rcirc-current-buffer): Add variable.
22244 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
22245 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
22246 Remove -face from names.
22247 (rcirc-update-activity-string): Print "DND" when globally ignoring
22248 activity.
22249 (rcirc-ignore-buffer-activity-flag): Rename from
22250 rcirc-ignore-channel-activity.
22251 (rcirc-ignore-all-activity-flag): Doc fix.
22252 (rcirc-channels): Remove variable.
22253 (rcirc-kill-buffer-hook):
22254 (rcirc-get-buffer-create): Add nick to private channel.
22255 (rcirc-multiline-edit-submit): Remove tabs.
22256 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
22257 folded.
22258 (rcirc-remove-nick-channel): Bug fix.
22259 (rcirc-toggle-ignore-buffer-activity): Rename from
22260 rcirc-toggle-ignore-channel-activity.
22261 (rcirc-record-activity): Add buffers to the front of the list.
22262 (rcirc-update-activity): Remove killed buffers from list.
22263 (rcirc-process-server-response-1): Remove last argument if it is
22264 null before calling handler.
22265 (rcirc): Add "rcirc" defcustom prefix.
22266 (rcirc-prompt): Simplify default prompt.
22267 Use custom-initialize-default.
22268 (rcirc-private-chats): Remove variable.
22269 (rcirc-prompt): Change initialization.
22270 (rcirc-version): Remove function.
22271 (rcirc-id-string): Add constant.
22272 (rcirc-last-buffer): Remove variable.
22273 (rcirc-buffer-alist): Add variable.
22274 (rcirc-connect): Update variable setup.
22275 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
22276 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
22277 default.
22278 (rcirc-handler-generic): Trigger activity.
22279 (rcirc-send-message): Create the buffor of the target.
22280 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
22281 (rcirc-get-buffer): Just return nil if there is no matching buffer.
22282 (rcirc-multiline-edit-cancel): Remove function.
22283 (rcirc-set-last-buffer): Remove function.
22284 (rcirc-get-any-buffer): Add function.
22285 (rcirc-join-channels): Don't print /join text.
22286 (rcirc-toggle-ignore-channel-activity): Add and update echo area
22287 messages.
22288 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
22289 (rcirc-handler-NOTICE): Recognize CTCP responses.
22290 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
22291 constructing TOPIC string for buffers we are not JOINed.
22292 (rcirc-handler-CTCP-response): Add handler.
22293 (rcirc-multiline-edit-submit): Restore the window-configuration
22294 before adjusting point.
22295 (rcirc): Add customization group.
22296 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
22297 (rcirc-user-full-name, rcirc-startup-channels-alist)
22298 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
22299 (rcirc-ignore-all-activity-flag, rcirc-time-format)
22300 (rcirc-input-ring-size, rcirc-read-only-flag)
22301 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
22302 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
22303 Change defvar to defcustom.
22304 (rcirc-update-prompt): Add optional ALL arg, which will update
22305 prompts in all rcirc buffers. Regexp quote replacement text.
22306 (rcirc-fill-column): Accept frame-width as a value.
22307 (rcirc-set-changed): Add function.
22308 (rcirc-next-active-buffer): Write more meaningful messages.
22309 (rcirc-faces): Add customization group.
22310 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
22311 (rcirc-nick-in-message-face, rcirc-prompt-face)
22312 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
22313 (with-rcirc-process-buffer): Move before first usage.
22314 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
22315 (rcirc-debug-flag): Rename from `rcirc-log-p'.
22316 (rcirc-debug): Rename from `rcirc-log'.
22317 (rcirc-format-response-string): Do not print `-' chars for a
22318 NOTICE with no sender. Simplify output of server responses.
22319
22320 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
22321
22322 (rcirc-browse-url-map, rcirc-browse-url-at-point)
22323 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
22324 Make urls mouse and RET clickable.
22325
22326 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
22327
22328 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
22329
22330 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
22331
22332 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22333 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22334 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22335 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22336 argument to all these routines, so the passphrase can be managed
22337 externally and passed in to the system.
22338 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22339 pgg-add-passphrase-to-cache function.
22340
22341 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22342 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22343 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22344 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22345 argument to all these routines, so the passphrase can be managed
22346 externally and passed in to the system.
22347 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22348 function.
22349
22350 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
22351
22352 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
22353 from goto-address-url-regexp.
22354
22355 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
22356
22357 * textmodes/org.el (org-read-date, org-goto-calendar)
22358 (org-recenter-calendar, org-agenda-goto-calendar):
22359 Temporarily clear `calendar-move-hook'.
22360
22361 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
22362
22363 * ediff-merg.el (ediff-merge-region-is-non-clash):
22364 Return t, if not merging.
22365
22366 * ediff-util.el (ediff-previous-difference): Don't skip regions that
22367 have merge clashes.
22368
22369 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22370
22371 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22372 Undo previous change.
22373
22374 * startup.el (command-line): Use `custom-reevaluate-setting' for
22375 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
22376 tty-register-default-colors on Mac.
22377
22378 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
22379
22380 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
22381 (gdb-buffer-type): Make it automatically buffer local...
22382 (gdb-get-create-buffer): ...and set it accordingly.
22383 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
22384 actually work.
22385
22386 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
22387
22388 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
22389 not red.
22390
22391 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
22392
22393 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
22394 case GUD buffer is not visible.
22395 (gdb-goto-breakpoint): Try to force display in source buffer.
22396 (gdb-frame-gdb-buffer): Copy other similar functions.
22397 (gdb-restore-windows): Don't display source if not asked for.
22398 (gdb-assembler-buffer-name): Don't capitalise.
22399
22400 2005-11-03 Richard M. Stallman <rms@gnu.org>
22401
22402 * wid-edit.el (key-sequence): New widget type.
22403
22404 * simple.el (set-mark-command-repeat-pop): New variable.
22405 (set-mark-command): Only interpret plan C-@ after a pop as a pop
22406 if set-mark-command-repeat-pop is true.
22407
22408 * info.el (Info-fontify-node): Don't display extra "see" if there
22409 already is one here.
22410
22411 * mouse.el: Fix special handling of DEL after dragging a region:
22412 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
22413 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
22414
22415 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
22416
22417 * textmodes/ispell.el (ispell-command-loop): Change `i' description
22418 not to assume it pertains to an affix.
22419
22420 * textmodes/flyspell.el (flyspell-post-command-hook):
22421 Bind deactivate-mark to prevent deactivation.
22422
22423 2005-11-03 Lars Hansen <larsh@soem.dk>
22424
22425 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
22426 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
22427 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
22428
22429 2005-11-03 Romain Francoise <romain@orebokech.com>
22430
22431 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
22432 Update copyright years.
22433
22434 2005-11-03 Sam Steingold <sds@gnu.org>
22435
22436 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22437 Use system-type instead of window-system because window-system is not
22438 correctly defined during loadup.
22439
22440 2005-11-02 Mark A. Hershberger <mah@everybody.org>
22441
22442 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
22443 (xml-parse-tag): Join strings separated by a comment properly.
22444
22445 2005-11-02 Andreas Schwab <schwab@suse.de>
22446
22447 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
22448
22449 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
22450
22451 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
22452 (byte-optimize-pure-func): Quote the eval'd value.
22453
22454 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
22455 Rename from perl-font-lock-syntactic-face-function.
22456 Change the calling convention so it can be used as a font-lock MATCHER.
22457 Do the parse-partial-sexp loop outselves.
22458 (perl-font-lock-syntactic-keywords): Use it.
22459 (perl-mode): Don't set font-lock-syntactic-face-function any more.
22460
22461 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
22462
22463 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
22464 disassembly buffer too.
22465 (gdb-exited): Remove overlay arrows when execution has finished.
22466 (gdb-info-frames-custom, gdb-info-threads-custom)
22467 (gdb-info-registers-custom): Don't add inappropriate text
22468 properties if inferior is not active.
22469
22470 2005-11-02 Glenn Morris <rgm@gnu.org>
22471
22472 * progmodes/fortran.el (fortran-blink-match):
22473 Use `blink-matching-delay'.
22474
22475 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
22476
22477 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
22478
22479 2005-11-02 Lars Hansen <larsh@soem.dk>
22480
22481 * net/tramp.el (tramp-action-out-of-band): Handle scp message
22482 "Permission denied".
22483
22484 2005-11-01 Richard M. Stallman <rms@gnu.org>
22485
22486 * textmodes/flyspell.el (flyspell-external-point-words):
22487 Pass nil to flyspell-get-word.
22488
22489 2005-11-02 Kim F. Storm <storm@cua.dk>
22490
22491 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
22492 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
22493
22494 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22495
22496 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
22497 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
22498 (calendar-mouse-print-dates): Add optional `event' argument.
22499 Update interactive-spec.
22500 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
22501 Use `calendar-event-to-date' instead of `event'.
22502
22503 2005-11-02 Masatake YAMATO <jet@gyve.org>
22504
22505 * progmodes/ld-script.el (ld-script-builtins):
22506 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
22507 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
22508 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
22509
22510 2005-11-01 Romain Francoise <romain@orebokech.com>
22511
22512 * vc-sccs.el: Update copyright year.
22513 * ezimage.el: Likewise.
22514
22515 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
22516
22517 * info.el (Info-fontify-node): Use `string-width' for fontifying
22518 underlined titles.
22519
22520 2005-11-01 Juri Linkov <juri@jurta.org>
22521
22522 * info.el (Info-fontify-node): Downcase node header keywords Node,
22523 Prev, Next, Up before comparison.
22524 (Info-history): Insert absolute directory name, and put invisible
22525 property on it.
22526
22527 2005-11-01 Juri Linkov <juri@jurta.org>
22528
22529 * info.el (Info-file-supports-index-cookies): New variable.
22530 (Info-find-node-2): Check makeinfo version for index cookie support.
22531 (Info-index-nodes): Search for nodes with index cookies only when
22532 Info-file-supports-index-cookies is t. Otherwise, search nodes
22533 with "Index" in the node name.
22534 (Info-index-node): Search index cookie in the current node only when
22535 Info-file-supports-index-cookies is t. Otherwise, check the word
22536 "Index" in the node name.
22537 (Info-find-emacs-command-nodes): Remove code that searches nodes
22538 with "Index" node name in the top menu.
22539
22540 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22541
22542 * progmodes/scheme.el (scheme-mode-variables): Use the default
22543 comment-indent-function.
22544
22545 * faces.el (face-attribute): Handle the case where a face inherits from
22546 a non-existent face.
22547
22548 * simple.el (eval-expression-print-format): Use lisp-readable syntax
22549 for octal and hexa output, and merge the char into the paren.
22550 (kill-new): Use push.
22551 (copy-to-buffer): Use with-current-buffer.
22552 (completion-setup-function): Move code in loop to remove redundancy.
22553 (minibuffer-local-must-match-map): Don't add bindings that duplicate
22554 those inherited from minibuffer-local-completion-map.
22555
22556 * savehist.el (savehist-mode) <defcustom>:
22557 Use custom-set-minor-mode if available.
22558 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
22559 and emit a message if applicable.
22560
22561 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
22562
22563 * savehist.el: Sync up to version 19.
22564 (savehist-mode): New minor mode.
22565 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
22566 (savehist-length): Remove (use history-length instead).
22567 (savehist-file-modes): Rename from savehist-modes.
22568 (savehist-save-hook, savehist-loaded): New vars.
22569 (savehist-load): Use savehist-mode. Try to smooth up transition from
22570 old format to new format.
22571 (savehist-install): Allow savehist-autosave-interval to be nil.
22572 (savehist-save): Run the new hook. Be more careful to only trim the
22573 history variables.
22574 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
22575 (savehist-printable): Print into a buffer rather than char-by-char.
22576
22577 2005-11-01 John Wiegley <johnw@newartisans.com>
22578
22579 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
22580 toggle-ignore keybinding (C-a). The author said it had been
22581 disabled much earlier due to a possible incompatibility, but after
22582 many months of usage I have encountered no problems (and it is a
22583 rather useful option, especially for switching to " *temp*").
22584
22585 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
22586 support for OS/X's AddressBook, by calling out to the open source
22587 program "contacts" (installable through Fink).
22588
22589 * net/eudc.el (eudc-expand-inline): If the
22590 `eudc-multiple-match-handling-method' is set to `all', delete the
22591 query string before inserting the query result.
22592
22593 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
22594 flag, to prevent Eshell from using the system ls when
22595 `eshell-ls-insert-directory' is in used.
22596 (eshell-ls-insert-directory): Disable font-lock in directory
22597 buffer so that Eshell's own fontification is seen. This broke
22598 recently due to changes in font-lock, so this goes back to version
22599 21 behavior.
22600
22601 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
22602
22603 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
22604 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
22605 (gdb-many-windows): Doc fix.
22606
22607 2005-10-31 Romain Francoise <romain@orebokech.com>
22608
22609 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
22610
22611 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
22612
22613 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
22614 that global-font-lock-mode can be enabled by default.
22615
22616 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
22617 (font-lock-add-keywords, font-lock-remove-keywords)
22618 (font-lock-fontify-buffer): Remove autoload cookies.
22619
22620 * jit-lock.el (jit-lock-register): Likewise.
22621
22622 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
22623
22624 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22625
22626 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
22627 intact if there is no gud-comint-buffer.
22628
22629 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
22630
22631 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
22632 old prompt comint-prompt-read-only is t and GDB commands are
22633 issued from tool bar etc.
22634
22635 2005-10-31 Masatake YAMATO <jet@gyve.org>
22636
22637 * vc.el (vc-directory-exclusion-list): Add "{arch}".
22638
22639 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
22640
22641 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
22642 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
22643
22644 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
22645
22646 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
22647 starting at beginning of line. Fontification is messed up when
22648 `open-paren-in-column-0-is-defun-start' set to t.
22649 Reported by John Paul Wallington <jpw@pobox.com>.
22650
22651 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
22652
22653 * comint.el (comint-send-input): Call `comint-update-fence' when
22654 `comint-process-echoes' and `comint-prompt-read-only' are both
22655 non-nil, to avoid leftover read-only newline.
22656
22657 2005-10-30 Richard M. Stallman <rms@gnu.org>
22658
22659 * textmodes/flyspell.el (flyspell-external-point-words):
22660 Detect when WORD can't be checked properly because
22661 flyspell-get-word finds just part of it, and move on.
22662
22663 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
22664 boundarychar for Polish.
22665 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
22666 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
22667
22668 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22669
22670 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
22671 (gdb-registers-font-lock-keywords): Delete.
22672 (gdb-registers-mode): Don't fontify.
22673 (gdb-info-registers-custom): Use text properties instead as, in
22674 future, changed register values will use font-lock-warning-face.
22675 (gdb-local-font-lock-keywords): Rename to...
22676 (gdb-locals-font-lock-keywords): ...for consistency.
22677
22678 2005-10-30 Andre Spiegel <spiegel@gnu.org>
22679
22680 * vc.el (vc-switch-backend): Better error message if the buffer is
22681 not visiting a file under version control.
22682
22683 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
22684
22685 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
22686
22687 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
22688 ~/.emacs.d/.emacs.
22689
22690 2005-10-29 Richard M. Stallman <rms@gnu.org>
22691
22692 * replace.el (occur-mode-mouse-goto): Always go to other window.
22693 (occur-mode-goto-occurrence): Always switch in same window.
22694
22695 * simple.el (undo): Display message at end, not at start.
22696
22697 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
22698 New arg REUSE-CELL.
22699 (cancel-timer-internal): New function.
22700 (timer-event-handler): Use cancel-timer-internal,
22701 and pass the cell it returns to timer-activate...
22702
22703 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
22704 (jit-lock-deferred-fontify, jit-lock-context-fontify)
22705 (jit-lock-after-change): Test memory-full.
22706
22707 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22708
22709 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22710 part of the decoded armor to find the key-identifier.
22711 (pgg-gpg-lookup-key-owner): New function to return the
22712 human-readable identifier of a key owner.
22713 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22714 key itself.
22715 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22716 the key value) if we have a key and can match it against a secret
22717 key. Also, added a note pointing out fact that the prompt only
22718 indicates the first matching key.
22719
22720 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22721 pgg-decrypt-region.
22722 (pgg-pending-timers): A new hash for tracking the passphrase cache
22723 timers, so that new ones supercede old ones.
22724 (pgg-add-passphrase-to-cache): Rename from
22725 `pgg-add-passphrase-cache' to reduce confusion (all callers
22726 changed). Modified to cancel old timers when new ones are added.
22727 (pgg-remove-passphrase-from-cache): Rename from
22728 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22729 changed). Modified to cancel old timers when their keys are
22730 removed from the cache.
22731 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22732 XEmacs, an indirection to delete-itimer.
22733 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22734 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22735 users can only check cache without risk of prompting. Correct bug in
22736 notruncate behavior.
22737 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22738 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22739 Add informative docstrings.
22740 (pgg-decrypt): Convey provided passphrase in subordinate call to
22741 pgg-decrypt-region.
22742
22743 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22744 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22745 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22746 `passphrase' argument, so the passphrase can be managed externally
22747 and then passed in to the system.
22748
22749 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22750 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22751 so the passphrase cache can be used reliably with identifiers
22752 besides a pgp packet's key id.
22753
22754 * pgg-gpg.el (pgg-pgp-encrypt-region)
22755 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22756 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22757 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22758 argument to all these routines, so the passphrase can be managed
22759 externally and passed in to the system.
22760
22761 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22762 `notruncate' argument, so the passphrase cache can be used
22763 reliably with identifiers besides a pgp packet's key id.
22764
22765 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22766
22767 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22768 symmetric encryption.
22769 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22770 encrypted session key.
22771 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22772 message ask for the passphrase in a proper way.
22773
22774 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22775 New user commands for symmetric encryption.
22776
22777 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
22778
22779 * textmodes/conf-mode.el (conf-assignment-sign)
22780 (conf-assignment-regexp): Fix docstrings.
22781 (conf-mode-initialize): New function.
22782 (conf-mode): Remove optional args. Use delay-mode-hooks to
22783 recognize recursive calls.
22784 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
22785 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
22786 (conf-xdefaults-mode): Use define-derived-mode and
22787 conf-mode-initialize.
22788
22789 2005-10-29 Romain Francoise <romain@orebokech.com>
22790
22791 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
22792
22793 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22794
22795 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22796 part of the decoded armor to find the key-identifier.
22797 (pgg-gpg-lookup-key-owner): New function to return the
22798 human-readable identifier of a key owner.
22799 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22800 key itself.
22801 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22802 the key value) if we have a key and can match it against a secret
22803 key. Also, added a note pointing out fact that the prompt only
22804 indicates the first matching key.
22805
22806 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22807 pgg-decrypt-region.
22808 (pgg-pending-timers): A new hash for tracking the passphrase cache
22809 timers, so that new ones supercede old ones.
22810 (pgg-add-passphrase-to-cache): Rename from
22811 `pgg-add-passphrase-cache' to reduce confusion (all callers
22812 changed). Modified to cancel old timers when new ones are added.
22813 (pgg-remove-passphrase-from-cache): Rename from
22814 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22815 changed). Modified to cancel old timers when their keys are
22816 removed from the cache.
22817 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22818 XEmacs, an indirection to delete-itimer.
22819 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22820 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22821 users can only check cache without risk of prompting. Correct bug in
22822 notruncate behavior.
22823 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22824 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22825 Add informative docstrings.
22826 (pgg-decrypt): Convey provided passphrase in subordinate call to
22827 pgg-decrypt-region.
22828
22829 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
22830
22831 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22832 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22833 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22834 `passphrase' argument, so the passphrase can be managed externally
22835 and then passed in to the system.
22836
22837 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22838 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22839 so the passphrase cache can be used reliably with identifiers
22840 besides a pgp packet's key id.
22841
22842 * pgg-gpg.el (pgg-pgp-encrypt-region)
22843 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22844 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22845 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22846 argument to all these routines, so the passphrase can be managed
22847 externally and passed in to the system.
22848
22849 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22850 `notruncate' argument, so the passphrase cache can be used
22851 reliably with identifiers besides a pgp packet's key id.
22852
22853 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22854
22855 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22856 symmetric encryption.
22857 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22858 encrypted session key.
22859 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22860 message ask for the passphrase in a proper way.
22861
22862 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22863 New user commands for symmetric encryption.
22864
22865 2005-10-28 Bill Wohler <wohler@newt.com>
22866
22867 * help-mode.el (help-url): New button type. Calls browse-url.
22868 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
22869 Similar to Info nodes: URL `url'.
22870 (help-make-xrefs): Create help-url buttons for
22871 help-xref-url-regexp matches.
22872
22873 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
22874
22875 * tool-bar.el (tool-bar-add-item-from-menu)
22876 (tool-bar-local-item-from-menu): Fix doc strings.
22877
22878 2005-10-28 Romain Francoise <romain@orebokech.com>
22879
22880 * ldefs-boot.el: Update.
22881
22882 * subr.el (locate-library): Move from help-fns.el.
22883 * help-fns.el (locate-library): Move to subr.el.
22884
22885 2005-10-28 Richard M. Stallman <rms@gnu.org>
22886
22887 * net/tramp.el (tramp-completion-mode): defvar moved up.
22888
22889 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
22890
22891 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
22892
22893 * files.el (find-file-noselect): Use %d to format large file size.
22894
22895 * bindings.el (mode-line-format): Add %e.
22896
22897 * loadup.el ("facemenu"): Load unconditionally.
22898 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
22899 ("x-dnd"): Load, when appropriate.
22900
22901 * startup.el (command-line): Call before-init-hook earlier.
22902 Warn about some bad characters in -u user name.
22903
22904 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
22905 (flyspell-external-point-words): Error if misspelled word is not found.
22906 Set flyspell-large-region-beg at end of word.
22907
22908 2005-10-28 Andreas Schwab <schwab@suse.de>
22909
22910 * view.el (View-revert-buffer-scroll-page-forward):
22911 Use view-page-size-default.
22912
22913 2005-10-28 Juri Linkov <juri@jurta.org>
22914
22915 * international/quail.el (quail-get-current-str): Translate last
22916 raw character for deterministic input methods.
22917
22918 2005-10-27 Jay Belanger <belanger@truman.edu>
22919
22920 * calc/calc-ext.el: Add functions to autoloads.
22921 (math-identity-matrix-p, math-ident-row-p): New functions.
22922
22923 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
22924 multiplication by an identity matrix; don't turn multiplication by
22925 an inverse matrix into division.
22926 (math-div-symbol-fancy): Replace division by matrices with
22927 multiplication by inverse.
22928
22929 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
22930
22931 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
22932 (calc-writeoutpower): New functions.
22933
22934 2005-10-27 Romain Francoise <romain@orebokech.com>
22935
22936 * replace.el (occur-engine): Include colon in mouse-face highlight.
22937
22938 * dired-x.el: Change Maintainer field.
22939
22940 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
22941
22942 * longlines.el (longlines-mode): Bind after-change-functions to
22943 nil during initial decoding and final encoding.
22944
22945 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
22946
22947 * term.el (term-emulate-terminal, term-handle-colors-array)
22948 (term-handle-ansi-escape): Specify the terminfo capabilities
22949 implemented.
22950
22951 2005-10-26 Richard M. Stallman <rms@gnu.org>
22952
22953 * info.el (Info-fontify-node): Fix detection of sentence-break
22954 before *Note.
22955
22956 2005-10-26 Romain Francoise <romain@orebokech.com>
22957
22958 * smerge-mode.el: Add `tools' to file keywords.
22959
22960 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
22961
22962 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
22963 when the fringe is not available.
22964
22965 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
22966 (def-gdb-auto-update-trigger): Simplify construction.
22967 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
22968 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
22969 defined explicitly.
22970 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
22971 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
22972 defined explicitly.
22973 (gdb-info-locals-custom): Remove as it's a no-op.
22974
22975 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
22976
22977 * longlines.el (longlines-mode): Remove narrowing before
22978 performing the initial decoding or final encoding.
22979
22980 2005-10-25 Romain Francoise <romain@orebokech.com>
22981
22982 * emacs-lisp/find-func.el (find-library-name): Also strip
22983 extension if library name ends in .el, to take advantage of
22984 `find-library-suffixes'.
22985
22986 2005-10-25 Richard M. Stallman <rms@gnu.org>
22987
22988 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
22989
22990 2005-10-25 Juri Linkov <juri@jurta.org>
22991
22992 * textmodes/texinfo.el (texinfo-mode): Change charset of one
22993 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
22994
22995 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22996
22997 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
22998 (blackbox-redefine-key): Add argument `map'.
22999
23000 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
23001 regions when moving the jit-lock-context-unfontify-pos boundary.
23002
23003 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
23004
23005 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
23006
23007 2005-10-25 Masatake YAMATO <jet@gyve.org>
23008
23009 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
23010
23011 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
23012
23013 * play/blackbox.el (blackbox-redefine-key): New function.
23014 (blackbox-mode-map): Use it to remap existing bindings for cursor
23015 motion instead of binding literal keys.
23016
23017 2005-10-25 Glenn Morris <rgm@gnu.org>
23018
23019 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
23020 diary does not end in a newline. Do not assume a blank line at
23021 the start of the diary file.
23022
23023 2005-10-25 Kenichi Handa <handa@m17n.org>
23024
23025 * international/quail.el (quail-translate-key): If the input
23026 method is deterministic and failed to handle the last key, restart
23027 the key handling loop from an appropriate key.
23028
23029 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
23030
23031 * vc.el (vc-dired-mode): Extend comment for binding of
23032 `directory-listing-before-filename-regexp'.
23033
23034 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
23035
23036 * textmodes/texinfo.el (texinfo-mode):
23037 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
23038 not to unnecessarily expose emacs-mule's internal char codes.
23039
23040 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
23041
23042 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
23043 Display hand pointer and help-echo on disabled icon too.
23044 (gdb-mouse-until): New function.
23045 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
23046
23047 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
23048
23049 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
23050 with 2005-10-23 change to doctor.el.
23051
23052 * finder.el (finder-mode-map): Add follow-link binding.
23053
23054 2005-10-25 Kim F. Storm <storm@cua.dk>
23055
23056 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
23057 to gdb-mouse-toggle-breakpoint-fringe.
23058 (gdb-mouse-toggle-breakpoint-margin): Rename from
23059 gdb-mouse-toggle-breakpoint. Fix doc.
23060 (gdb-mouse-toggle-breakpoint-fringe): New defun.
23061 (gdb-put-string): Add optional SPROPS arg. Add props to string.
23062 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
23063 string properties also for fringe breakpoint bitmaps.
23064
23065 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
23066
23067 * textmodes/org.el (org-start-icalendar-file): Fix format form.
23068
23069 2005-10-25 Masatake YAMATO <jet@gyve.org>
23070
23071 * simple.el (completion-common-substring):
23072 Use `completion-common-substring' prior to `completion-base-size'.
23073
23074 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
23075
23076 * savehist.el: Require CL while compiling.
23077 (savehist-history-variables): Remove.
23078 (savehist-save-minibuffer-history, savehist-additional-variables)
23079 (savehist-minibuffer-history-variables): New vars.
23080 (savehist-save): Use them.
23081 (savehist-uninstall, savehist-minibuffer-hook): New funs.
23082 (savehist-install): New fun, extracted from savehist-load.
23083 (savehist-load): Use them.
23084
23085 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
23086
23087 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
23088 a dummy doc-string-elt property.
23089 (defalias, defvaralias, define-category): Add a docstring property.
23090
23091 * image.el (defimage):
23092 * widget.el (define-widget):
23093 * custom.el (defface, defcustom): Add `doc-string' declaration.
23094
23095 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
23096 (defadvice): Add `doc-string' declaration.
23097
23098 * emacs-lisp/byte-run.el (macro-declaration-function):
23099 Handle `doc-string' declarations.
23100 (define-obsolete-function-alias, define-obsolete-variable-alias):
23101 Add `doc-string' declaration.
23102
23103 2005-10-24 Kenichi Handa <handa@m17n.org>
23104
23105 * international/utf-7.el (utf-7): Add autoload cookie.
23106
23107 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
23108
23109 2005-10-24 Eli Zaretskii <eliz@gnu.org>
23110
23111 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
23112 list of directories passed to batch-update-autoloads. Add "." to
23113 the list of the echoed directories.
23114
23115 * pgg-def.el:
23116 * pgg-gpg.el:
23117 * pgg-parse.el:
23118 * pgg-pgp.el:
23119 * pgg-pgp5.el:
23120 * pgg.el: Moved here from the gnus subdirectory.
23121
23122 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
23123
23124 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
23125 in case comint-prompt-read-only is set to t.
23126
23127 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
23128 in case comint-prompt-read-only is set to t.
23129
23130 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
23131
23132 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
23133 Now a string.
23134 (icalendar-import-format): Handle CLASS, STATUS, URL.
23135 Rename `subject' to `summary'.
23136 (icalendar-import-format-summary): Rename from
23137 `icalendar-import-format-subject'.
23138 (icalendar-import-format-url, icalendar-import-format-status)
23139 (icalendar-import-format-class): New variables.
23140 (icalendar--rris): Take variable argument list.
23141 (icalendar--datestring-to-isodate): Remove unnecessary
23142 calendar-style check when converting dates with explicit month names.
23143 (icalendar-export-region): Change return type of conversion
23144 subroutines. Bury current buffer unless error occurred.
23145 (icalendar--convert-to-ical)
23146 (icalendar--parse-summary-and-rest): New functions.
23147 (icalendar--convert-ordinary-to-ical)
23148 (icalendar--convert-weekly-to-ical)
23149 (icalendar--convert-yearly-to-ical)
23150 (icalendar--convert-block-to-ical)
23151 (icalendar--convert-cyclic-to-ical)
23152 (icalendar--convert-anniversary-to-ical): Change return type.
23153 Strip trailing blanks from subject.
23154 (icalendar--convert-sexp-to-ical): Change return type.
23155 Strip trailing blanks from subject. Handle simple sexp
23156 entries as generated by icalendar.el.
23157 (icalendar--convert-float-to-ical)
23158 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
23159 (icalendar-import-file): Doc fix.
23160 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
23161 Correct call to icalendar--rris.
23162 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
23163 `summary'.
23164 (icalendar--add-diary-entry): Rename `subject' to `summary'.
23165
23166 2005-10-24 Romain Francoise <romain@orebokech.com>
23167
23168 * server.el (server-sentinel): Set query-on-exit flag to nil on
23169 new client processes (it isn't inherited from the server process).
23170
23171 * replace.el (occur-engine): Rearrange text properties.
23172
23173 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
23174
23175 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
23176 case-fold-search is nil.
23177 (debug-help-follow): Use help-xref-interned directly.
23178
23179 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
23180
23181 * thumbs.el (thumbs-image-type): Add .pbm.
23182
23183 2005-10-23 Richard M. Stallman <rms@gnu.org>
23184
23185 * faces.el (inhibit-face-set-after-frame-default): New variable.
23186 (set-face-attribute): Bind it.
23187 (face-set-after-frame-default): Test it.
23188
23189 * help-fns.el (describe-simplify-lib-file-name): New function.
23190 (describe-function-1, describe-variable): Use it.
23191
23192 * faces.el (describe-face): Use describe-simplify-lib-file-name.
23193
23194 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
23195 Eliminate nil as possible value.
23196 (tooltip-hide-delay): Reduce internal-border-width.
23197
23198 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
23199 (menu-bar-file-menu) <new-file>: Likewise.
23200
23201 * simple.el (line-move-finish): Ignore fields computing LINE-END.
23202
23203 * international/mule.el (load-with-code-conversion):
23204 Pass full file name to `eval-buffer' unless preloading.
23205
23206 * textmodes/flyspell.el (flyspell-large-region):
23207 Call ispell-check-version.
23208
23209 * textmodes/ispell.el (ispell-local-dictionary-overridden):
23210 Fix the make-variable-buffer-local call that was supposed
23211 to be for this variable.
23212 (ispell-aspell-supports-utf8): Doc fix.
23213 (ispell-find-aspell-dictionaries): Preserve elements of
23214 ispell-dictionary-alist for dictionaries that aspell doesn't report.
23215 (ispell-aspell-find-dictionary): Return nil on error.
23216
23217 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
23218 (doctor-symptoms): Likewise.
23219
23220 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
23221
23222 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
23223
23224 * cus-edit.el (custom-button, custom-button-pressed): New vars.
23225 (custom-raised-buttons): Add :set spec.
23226 (custom-button-unraised, custom-button-pressed-unraised):
23227 New faces, so that custom-raised-buttons actually does something.
23228 (custom-mode): Use custom-button and custom-button-pressed.
23229
23230 * wid-edit.el (widget-specify-button): Don't ignore
23231 widget-mouse-face on graphic terminals.
23232 (widget-move-and-invoke): Cleanup.
23233
23234 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
23235
23236 * whitespace.el (whitespace-cleanup): Doc fix.
23237
23238 2005-10-23 Romain Francoise <romain@orebokech.com>
23239
23240 * emulation/viper.el (viper-set-hooks): Quote forms passed to
23241 `eval-after-load' to avoid evaluating their result.
23242
23243 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
23244
23245 * files.el (directory-listing-before-filename-regexp):
23246 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
23247
23248 * dired.el (dired-move-to-filename-regexp): Remove.
23249 All occurrences replaced by `directory-listing-before-filename-regexp'.
23250
23251 * dired-x.el, locate.el, vc.el:
23252 Replace `dired-move-to-filename-regexp' by
23253 `directory-listing-before-filename-regexp'. In vc.el it is
23254 overwritten locally; maybe this can be handled in files.el too.
23255
23256 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
23257 replaced by `directory-listing-before-filename-regexp'.
23258
23259 2005-10-23 Andreas Schwab <schwab@suse.de>
23260
23261 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
23262 and eval-next-after-load.
23263
23264 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
23265
23266 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
23267 exist, create it.
23268
23269 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
23270
23271 * allout.el: Remove autoloads for mailcrypt and crypt++.
23272 Require pgg, pgg-gpg during compilation.
23273 (allout-version): Increment version number to 2.1, and use a literal
23274 rather than RCS Id.
23275 (allout-default-encryption-scheme): Remove.
23276 (allout-passphrase-verifier-handling)
23277 (allout-passphrase-verifier-string)
23278 (allout-file-passphrase-verifier-string)
23279 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
23280 (allout-passphrase-hint-handling): Rename and simplify.
23281 (allout-init): Use `find-file-hook' if available, otherwise
23282 `find-file-hooks'.
23283 (allout-mode): Use `write-file-functions' if available, otherwise
23284 `local-write-file-hooks' and, instead of making auto-save-hook
23285 buffer local, make the write-file-hook activity contingent to
23286 allout-mode.
23287 (allout-mode): Use key-binding substitution in the docstring.
23288 (allout-kill-line): Spell-out kill ring data structure mutation
23289 instead of using byte-compiler-complaint-provoking `pop'.
23290 (allout-insert-listified): Use `insert' rather than `insert-string'
23291 (allout-toggle-current-subtree-encryption): Update docstring, adjust
23292 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
23293 (allout-encrypt-string): Totally revamped vis new underlying
23294 encryption facilities.
23295 (allout-mc-activate-passwd): Remove.
23296 (allout-obtain-passphrase): New, more or less replaces
23297 allout-mc-activate-passwd.
23298 (allout-encrypted-key-info): More or less replaces
23299 allout-encrypted-text-type.
23300 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
23301 (my-mark-marker): Use `(featurep 'xemacs)'.
23302
23303 2005-10-23 Lars Hansen <larsh@soem.dk>
23304
23305 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
23306 (byte-compile-file-form-defmumble, byte-compile-defun)
23307 (byte-compile-defmacro): Use it.
23308 (byte-compile-form): Don't call byte-compile-set-symbol-position
23309 when a byte-compile handler is called.
23310
23311 2005-10-22 Romain Francoise <romain@orebokech.com>
23312
23313 * savehist.el (savehist-history-variables): Add `grep-find-history'.
23314
23315 * subr.el (eval-after-load): Convert library name to an absolute
23316 file name using locate-library, since load-history no longer has
23317 library names in it.
23318
23319 2005-10-22 Richard M. Stallman <rms@gnu.org>
23320
23321 * files.el (make-temp-file): Move from subr.el.
23322 * subr.el (make-temp-file): Move to files.el.
23323
23324 * window.el (get-buffer-window-list): Move from subr.el.
23325 * subr.el (get-buffer-window-list): Move to window.el.
23326
23327 * image.el (image-load-path): Use eval-at-startup to initialize.
23328
23329 * subr.el (eval-at-startup): New macro.
23330
23331 * subr.el: Much rearrangement of functions and division
23332 into pages. No code changes.
23333
23334 2005-10-22 Kenichi Handa <handa@m17n.org>
23335
23336 * tar-mode.el (tar-extract): Be sure to call
23337 find-operation-coding-system if set-auto-coding doesn't find a
23338 coding system.
23339
23340 2005-10-22 Kim F. Storm <storm@cua.dk>
23341
23342 * image.el (image-type-header-regexps): Rename from image-type-regexps.
23343 Change users.
23344 (image-type-file-name-regexps): New defconst.
23345 (image-type-from-data): Simplify loop.
23346 (image-type-from-buffer): New defun.
23347 (image-type-from-file-header): Use it instead of image-type-from-data.
23348 Use image-search-load-path instead of only looking in data-directory.
23349 (image-type-from-file-name): New defun.
23350 (image-search-load-path): Change `pathname' to `filename'.
23351 Make PATH arg optional, default to image-load-path.
23352
23353 2005-10-21 Richard M. Stallman <rms@gnu.org>
23354
23355 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
23356
23357 * textmodes/paragraphs.el (sentence-end-base): New variable.
23358 (sentence-end): Use sentence-end-base.
23359
23360 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
23361
23362 * font-lock.el (font-lock-default-fontify-region): Check the multiline
23363 property independently from the font-lock-multiline variable.
23364
23365 2005-10-21 Richard M. Stallman <rms@gnu.org>
23366
23367 * emacs-lisp/find-func.el (find-library-name): Doc fix.
23368
23369 * startup.el (command-line): Convert library names
23370 in `load-history' to absolute file names.
23371
23372 * subr.el (symbol-file): Doc fix.
23373
23374 * loadhist.el (file-loadhist-lookup): Call locate-library
23375 instead of find-library-name. Don't try converting
23376 abs file names to library names, since load-history no longer
23377 has library names in it.
23378 (file-dependents, file-provides, file-requires): Doc fixes.
23379
23380 2005-10-21 Juri Linkov <juri@jurta.org>
23381
23382 * progmodes/etags.el (tags-table-mode): New function.
23383 (tags-verify-table): Replace initialize-new-tags-table with
23384 tags-table-mode.
23385
23386 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
23387 default value.
23388 (desktop-modes-not-to-save): Add tags-table-mode to the
23389 default value.
23390
23391 * info.el (Info-index-next): Add total number of index
23392 alternatives to the message.
23393
23394 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
23395 backward only space (instead of space and period) before looking
23396 at sentence end.
23397
23398 * simple.el (set-variable): Use user-variable-p instead of symbolp.
23399 Add the old variable value as 4th default-value arg of read-string.
23400
23401 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23402
23403 * cus-face.el (custom-declare-face): Make face from X resources
23404 also on Mac.
23405
23406 * disp-table.el (standard-display-g1, standard-display-graphic):
23407 Refuse to use string glyphs also on Mac.
23408 (standard-display-european): Don't set terminal coding system also
23409 on Mac.
23410
23411 * frame.el (display-screens): Use x-display-screens also on Mac.
23412
23413 2005-10-21 Romain Francoise <romain@orebokech.com>
23414
23415 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
23416
23417 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
23418
23419 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
23420 and $? into sexps.
23421
23422 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
23423 warning face on open-paren-in-column-0.
23424
23425 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
23426 boundary case. Fix typo.
23427 Suggested by Martin Rudalics <rudalics@gmx.at>.
23428
23429 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
23430
23431 * textmodes/org.el (org-combined-agenda-icalendar-file)
23432 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
23433 (org-export-icalendar-this-file)
23434 (org-export-icalendar-all-agenda-files)
23435 (org-export-icalendar-combine-agenda-files): New commands.
23436 (org-export-icalendar, org-print-icalendar-entries)
23437 (org-start-icalendar-file, org-finish-icalendar-file)
23438 (org-ical-ts-to-string): New functions.
23439 (org-read-date, org-goto-calendar)
23440 (org-agenda-goto-calendar): Inhibit displaying diary entries by
23441 call to `calendar'.
23442 (orgtbl-setup): Remove the :keys arguments from the menu description.
23443 (org-after-save-iCalendar-file-hook): New variable.
23444
23445 2005-10-21 Kenichi Handa <handa@m17n.org>
23446
23447 * language/vietnamese.el (tcvn-5712): Make it an alias of
23448 vietnamese-tcvn coding-system.
23449
23450 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
23451
23452 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
23453 group id is given.
23454
23455 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
23456
23457 * progmodes/sh-script.el (sh-escaped-line-re): New var.
23458 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
23459 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
23460 whose line is either continued or ends with a comment.
23461
23462 2005-10-20 Romain Francoise <romain@orebokech.com>
23463
23464 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
23465
23466 * replace.el (occur-engine): Add follow-link property.
23467
23468 * font-core.el (font-lock-mode): Doc fix.
23469
23470 2005-10-20 Richard M. Stallman <rms@gnu.org>
23471
23472 * net/rcirc.el: New file.
23473
23474 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
23475
23476 * term.el (term-term-name): Initialize to "eterm-color".
23477
23478 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
23479
23480 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
23481 for encryption functionality.
23482 Move allout customization subgroup from `editing' to `outlines' group.
23483 Fix commentary keywords to legitimate ones.
23484 Update author info (using my current email address, obscurified).
23485 (allout-encrypt-string, allout-encryption-produce-work-buffer)
23486 (allout-encrypted-topic-p, allout-encrypted-text-type)
23487 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
23488 (allout-situate-encryption-key-verifier)
23489 (allout-get-encryption-key-verifier, allout-verify-key)
23490 (allout-next-topic-pending-encryption)
23491 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
23492 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
23493 (outline-key-verifier-handling, outline-key-hint-handling)
23494 (outline-encrypt-unencrypted-on-saves): New defcustoms.
23495 (allout-file-key-verifier-string, allout-encryption-scheme)
23496 (allout-key-verifier-string, allout-key-hint-string)
23497 (allout-after-save-decrypt): New variables.
23498 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
23499 (allout-after-saves-handler): New hook functions.
23500 (allout-post-command-business): Do allout-after-save-decrypt.
23501 (allout-enable-file-variable-adjustment): Custom var to enable
23502 mechanism for adding and adjusting settings of Emacs file variables.
23503 (allout-adjust-file-variable, allout-file-vars-section-data):
23504 New functions, implement the mechanism.
23505 (outlineify-sticky): Use the file vars mechanism.
23506 (allout-inhibit-protection, allout-during-write-cue)
23507 (allout-override-protect, allout-before-change-protect): Remove.
23508 (allout-flag-region, allout-open-topic): Adjust read-only text.
23509 (allout-open-line-not-read-only): Add to facilitate read-only
23510 text based protection.
23511 (allout-kill-line): Revise to adjust read-only text, clue the
23512 user about the inhibition.
23513 (allout-unprotected): Use unwind-protect.
23514 (allout-shift-in, allout-shift-out): Disallow manually shifting a
23515 topic deeper than the offspring depth of the previous topic -
23516 avoiding confusing "containment discontinuities".
23517 (allout-reindent-bodies): Fix retention of body relative hanging
23518 indent during promotion of collapsed bodies.
23519 (allout-open-topic): Make it easy to open new topic with same
23520 bullet as current topic - topic creation functions provided with
23521 any universal argument provokes now prompt for bullet, defaulting
23522 to the bullet of the previous topic.
23523 (allout-plain-bullets-string, allout-distinctive-bullets-string):
23524 Plain bullet alternates `.' period and `,' comma only. All other
23525 bullets are relegated to special status (but customizable).
23526 (allout-end-of-entry): Rename from allout-end-of-current-entry
23527 since it actually operates w.r.t. most immediately containing
23528 entry, visible or not.
23529 (allout-hide-current-entry, allout-show-current-entry): Use the
23530 revised version.
23531 (allout-old-expose-topic): Solidify deprecation.
23532 (allout-end-of-subtree): Add so we can span concealed as well
23533 as visible topics.
23534 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
23535 (allout-end-of-current-heading): Tweak to just respect the first line.
23536 (allout-get-body-text): Add.
23537 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
23538 when invoked interactively.
23539 (allout-up-current-level): Use `interactive-p'.
23540 (allout-mode, allout-init): Miscellaneous docstring and
23541 operational refinements, as well as hookups of new encryption stuff.
23542 (allout-beginning-of-current-entry): Now works as advertised.
23543 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
23544 (allout-isearch-rectification): Refine condition for isearching.
23545 (allout-isearch-abort, allout-enwrap-isearch)
23546 (allout-flag-region, my-region-active-p): Relocate some macros.
23547 (allout-title): Fallback title is (buffer-name), not
23548 non-existing (current-buffer-name).
23549 (subst-char-in-string): Define if absent (for some XEmacs versions).
23550
23551 2005-10-20 Jari Aalto <jari.aalto@cante.net>
23552
23553 * mail/sendmail.el (mail-setup-hook, mail-aliases)
23554 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
23555 (mail-citation-prefix-regexp, mail-signature-file)
23556 (mail-default-headers, mail-bury-selects-summary)
23557 (mail-send-nonascii): Add autoload cookies.
23558
23559 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23560
23561 * frame.el (blink-cursor-mode): Add `mac' to the list of
23562 window-system's that support blinking cursor.
23563
23564 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
23565
23566 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
23567
23568 2005-10-20 Eli Zaretskii <eliz@gnu.org>
23569
23570 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
23571 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
23572 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
23573
23574 2005-10-20 Kim F. Storm <storm@cua.dk>
23575
23576 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
23577 (ido-set-current-directory): Don't add / after final @.
23578 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
23579 Explicitly handle ange-ftp completion oddities.
23580 (ido-make-file-list): Don't rotate list at tramp root to avoid
23581 triggering tramp file handler for expand-file-name via get-file-buffer.
23582
23583 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
23584
23585 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
23586
23587 2005-10-19 Jay Belanger <belanger@truman.edu>
23588
23589 * calc/calc-units.el (math-standard-units): Add units, adjust
23590 symbols and update values.
23591 (math-unit-prefixes): Add more prefixes.
23592
23593 2005-10-19 Romain Francoise <romain@orebokech.com>
23594
23595 * bookmark.el (bookmark-menu-heading): New face.
23596 (bookmark-bmenu-list): Use it.
23597 Don't fiddle with `baud-rate' at top-level.
23598
23599 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
23600
23601 * image.el (create-image, find-image): Mention max-image-size in
23602 docstring.
23603
23604 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
23605
23606 * savehist.el (savehist-load): Revert to checking XEmacs.
23607
23608 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
23609 Various docstring and line-width fixups.
23610 (conf-mode): Use cond.
23611 Set font-lock-defaults. Don't set comment-use-syntax.
23612
23613 2005-10-18 David Ponce <david@dponce.com>
23614
23615 * tree-widget.el (tree-widget-button-click): New function.
23616 (tree-widget-button-keymap): Use it.
23617
23618 2005-10-18 Romain Francoise <romain@orebokech.com>
23619
23620 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
23621 (bookmark-bmenu-hide-filenames): Add follow-link property.
23622 Improve help-echo text.
23623
23624 * ffap.el (find-file-at-point): Doc fix.
23625
23626 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23627
23628 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
23629
23630 2005-10-18 Masatake YAMATO <jet@gyve.org>
23631
23632 Install to the CVS repository what I forgot to install in my
23633 2005-10-16 changes.
23634
23635 * progmodes/python.el (python-complete-symbol): Pass the common
23636 prefix substring of completion to `display-completion-list'.
23637
23638 * textmodes/org.el (org-complete): Ditto.
23639
23640 2005-10-18 Masatake YAMATO <jet@gyve.org>
23641
23642 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
23643
23644 * woman.el (WoMan-xref-man-page): New button type derived
23645 from `Man-abstract-xref-man-page'.
23646 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
23647
23648 * man.el (Man-abstract-xref-man-page): New button type.
23649 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
23650 (Man-highlight-references): Add new optional argument `xref-man-type'.
23651
23652 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23653
23654 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
23655
23656 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
23657
23658 * cus-edit.el (Custom-move-and-invoke): Delete.
23659 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
23660
23661 * wid-edit.el (widget-move-and-invoke): New function, from
23662 Custom-move-and-invoke.
23663
23664 2005-10-17 Bill Wohler <wohler@newt.com>
23665
23666 Move all remaining images from lisp/toolbar to etc/images, move
23667 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
23668 the low resolution images in their own directory (low-color).
23669
23670 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
23671 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
23672 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
23673 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
23674 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
23675 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
23676 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
23677
23678 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
23679 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
23680 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
23681 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
23682 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
23683 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
23684 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
23685 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
23686 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
23687 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
23688 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
23689 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
23690 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
23691 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
23692 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
23693
23694 To conform with convention, replace the underscore (_) in the
23695 following image names with dash (-) or (/) as appropriate.
23696
23697 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
23698 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
23699 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
23700 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
23701 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
23702 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
23703 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
23704 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
23705 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
23706 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
23707 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
23708 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
23709 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
23710 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
23711 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
23712
23713 * info.el (info-tool-bar-map): Replace underscores in image names
23714 with dashes.
23715
23716 * makefile.w32-in (WINS): Remove toolbar.
23717
23718 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
23719
23720 * tool-bar.el: Move to lisp from toolbar. Now that
23721 toolbar is empty, it should be deleted when folks run "cvs up -P".
23722
23723 2005-10-18 Jay Belanger <belanger@truman.edu>
23724
23725 * calc/calc-store.el (calc-store-into): Get the proper variable name
23726 to display in message.
23727
23728 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23729
23730 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
23731 expressions display in speedbar for all buffers when debugging.
23732 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
23733
23734 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
23735 (speedbar-insert-button, speedbar-make-button):
23736 Use add-text-properties.
23737 (speedbar-update-localized-contents)
23738 (speedbar-update-directory-contents)
23739 (speedbar-update-special-contents): Use dolist.
23740 (speedbar-buffer-easymenu-definition): Add a menu separator.
23741
23742 2005-10-17 Jason Rumney <jasonr@gnu.org>
23743
23744 * makefile.w32-in: Use $(lisp) consistently.
23745 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
23746 for shell specific generation of mh-autoloads.
23747
23748 2005-10-17 Richard M. Stallman <rms@gnu.org>
23749
23750 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
23751
23752 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
23753
23754 * jit-lock.el (jit-lock-fontify-now):
23755 Move jit-lock-context-unfontify-pos to avoid wasted work.
23756
23757 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
23758
23759 * net/tramp.el (tramp-completion-mode): New defvar. Used in
23760 `tramp-completion-mode' for checking if we are in completion mode.
23761 (tramp-completion-handle-file-name-all-completions): Reorder code
23762 in order to complete for file names only in case there are no
23763 method/user/host completions. This is necessary for cooperation
23764 with ido. Reported by Kim F. Storm <storm@cua.dk>.
23765
23766 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
23767
23768 * longlines.el (longlines-search-forward)
23769 (longlines-search-backward): Match any number of spaces.
23770
23771 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
23772
23773 * diff-mode.el (diff-mode): Doc fix.
23774
23775 2005-10-16 David Reitter <david.reitter@gmail.com>
23776
23777 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
23778 as default on darwin and windows systems.
23779
23780 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
23781
23782 * arc-mode.el (archive-zip-extract): Doc fix.
23783
23784 2005-10-16 Romain Francoise <romain@orebokech.com>
23785
23786 * mouse.el (mouse-1-click-follows-link): Doc fix.
23787
23788 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23789
23790 * savehist.el: Don't require CL at runtime.
23791 (savehist-xemacs): Remove.
23792 (savehist-coding-system): Use utf-8 if present, regardless of religion.
23793 (savehist-no-conversion): Use (featurep 'xemacs).
23794 (savehist-load): Check existence of start-itimer rather than XEmacs.
23795 Use an idle timer.
23796 (savehist-process-for-saving): Replace use of CL funs `subseq' and
23797 `delete-if-not'.
23798
23799 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
23800
23801 * savehist.el: Newer version.
23802 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
23803 (savehist-last-checksum, savehist-no-conversion): New vars.
23804 (savehist-autosave, savehist-process-for-saving, savehist-printable):
23805 New functions.
23806 (savehist-load, savehist-save): Use them.
23807 (savehist-delimit): Remove.
23808
23809 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23810
23811 * progmodes/compile.el (compilation-goto-locus): Display the
23812 compilation buffer first and the source buffer second, in case they're
23813 in overlapping frames. Don't raise the compilation frame if it was the
23814 selected window upon entry. Pass the `other-window' arg to
23815 pop-to-buffer.
23816
23817 * info.el (Info-fontify-node): Use dolist.
23818 Change add-text-properties to put-text-property.
23819
23820 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23821
23822 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
23823 bound of search.
23824
23825 2005-10-16 Masatake YAMATO <jet@gyve.org>
23826
23827 * dabbrev.el (dabbrev-completion): Pass the common
23828 prefix substring of completion to `display-completion-list'.
23829
23830 * filecache.el (file-cache-minibuffer-complete)
23831 (file-cache-complete): Ditto.
23832
23833 * tempo.el (tempo-display-completions): Ditto.
23834
23835 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
23836
23837 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
23838
23839 * eshell/em-hist.el (eshell-list-history): Ditto.
23840
23841 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
23842
23843 * mail/mailalias.el (mail-complete): Ditto.
23844
23845 * progmodes/etags.el (complete-tag): Ditto.
23846
23847 * progmodes/make-mode.el (makefile-complete): Ditto.
23848
23849 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
23850
23851 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
23852
23853 * progmodes/pascal.el (pascal-complete-word)
23854 (pascal-show-completions): Ditto.
23855
23856 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
23857
23858 * simple.el (completion-common-substring): New variable.
23859 (completion-setup-function): Use `completion-common-substring'
23860 to put faces.
23861
23862 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23863
23864 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
23865 (x-get-selection, mac-select-convert-to-string): Convert from/to
23866 UTF-16 clipboard data as in native byte order, no BOM.
23867
23868 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
23869
23870 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23871 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
23872 (gud-sentinel): Use speedbar-frame to check for speedbar.
23873
23874 2005-10-15 Richard M. Stallman <rms@gnu.org>
23875
23876 * savehist.el: New file.
23877
23878 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
23879
23880 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
23881 Fix bug in \bf fontification.
23882
23883 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
23884
23885 * pcvs.el (cvs-edit-log-files): New var.
23886 (cvs-mode-edit-log): New arg `file'.
23887 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
23888 Instead force the use of the original file and nothing else.
23889 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
23890 the cvs-minor-wrap-function is set.
23891 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
23892
23893 2005-10-14 Bill Wohler <wohler@newt.com>
23894
23895 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
23896 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
23897 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
23898 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
23899 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
23900 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
23901 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
23902 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
23903 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
23904 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
23905 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
23906 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
23907 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
23908 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
23909 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
23910
23911 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23912 appropriately (for example, gud-break to gud/break).
23913
23914 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
23915
23916 * longlines.el (longlinges-search-function)
23917 (longlines-search-forward, longlines-search-backward): New functions.
23918 (longlines-mode): Set isearch-search-fun-function to
23919 longlinges-search-function.
23920
23921 * mouse.el (mouse-drag-region-1): Handle the case where a
23922 double-click event is bound to an arbitrary function.
23923
23924 2005-10-14 David Ponce <david@dponce.com>
23925
23926 * recentf.el (recentf-track-opened-file)
23927 (recentf-track-closed-file, recentf-update-menu)
23928 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
23929 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
23930 mouse-1-click-follows-link.
23931
23932 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23933
23934 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
23935 Gnome file-manager.png. Suggested by
23936 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
23937
23938 * toolbar/README: Add diropen.xpm.
23939
23940 2005-10-13 Bill Wohler <wohler@newt.com>
23941
23942 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
23943 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
23944
23945 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
23946
23947 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
23948 Don't waste the byte-compiler's time on constant data.
23949
23950 2005-10-13 Kenichi Handa <handa@m17n.org>
23951
23952 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
23953 byte with `escape-glyph' face.
23954
23955 * international/fontset.el (ccl-encode-unicode-font):
23956 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
23957 Handle the case that ucs-mule-to-mule-unicode translates a character to
23958 ASCII (usually for IPA characters).
23959
23960 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23961
23962 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
23963 Don't hide the underline of titles if font-lock-mode is disabled.
23964
23965 2005-10-12 Bill Wohler <wohler@newt.com>
23966
23967 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
23968 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23969 files in MH-E-SRC have been updated.
23970 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
23971
23972 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23973
23974 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
23975 (mixal-mode-syntax-table): Add \n as end-comment.
23976 (mixal-operation-codes-alist): Immediately initialize to full value.
23977 (mixal-add-operation-code): Remove.
23978 (mixal-describe-operation-code): Make the arg non-optional.
23979 Use the interactive spec instead.
23980 Use mixal-operation-codes-alist rather than mixal-operation-codes.
23981 (mixal-font-lock-keywords): Don't highlight comments here any more.
23982 (mixal-font-lock-syntactic-keywords): New var.
23983 (mixal-mode): Use it. Fix comment-start-skip.
23984
23985 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23986
23987 * startup.el (command-line-x-option-alist): -nb => -nbi.
23988
23989 2005-10-12 Kim F. Storm <storm@cua.dk>
23990
23991 * startup.el (fancy-splash-default-action): Discard mouse click in
23992 the splash screen window, as it has no sensible meaning in the
23993 next window to be selected. Fixes error reported by Jan D.
23994
23995 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
23996
23997 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
23998
23999 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
24000
24001 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
24002 Try to fix up minor layout issues like indentation, line break, etc...
24003 (mixal-mode-syntax-table): Don't try to specify comment syntax,
24004 because it doesn't work.
24005 (mixal-operation-codes): Add some more codes.
24006 (mixal-font-lock-keywords): Process comments here.
24007 (mixal-mode): mixasm no longer needs -g option.
24008
24009 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
24010
24011 * progmodes/sh-script.el (sh-tmp-file):
24012 Use mktemp -t. Finish support for es and rc shells.
24013
24014 2005-10-11 Jay Belanger <belanger@truman.edu>
24015
24016 * calc/calcalg2.el (calc-integral): With an argument, compute the
24017 definite integral.
24018
24019 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
24020
24021 * mouse.el (mouse-drag-region-1): Don't try to catch a
24022 double-click when doing follow-link (it's overridden anyway).
24023
24024 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
24025
24026 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
24027 (autoload-print-form-outbuf): Add docstring.
24028
24029 2005-10-11 Juri Linkov <juri@jurta.org>
24030
24031 * info.el (Info-mode-menu): Delete menu item "Edit".
24032 (Info-mode): Delete description of Info-edit from docstring,
24033 and rearrange descriptions of Info commands in the order
24034 they are documented in the Info manual.
24035
24036 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
24037
24038 * calendar/appt.el (appt-check): Use diary-selective-display var.
24039
24040 2005-10-10 Richard M. Stallman <rms@gnu.org>
24041
24042 * net/newsticker.el (newsticker-start, newsticker-show-news):
24043 Add autoload cookies.
24044
24045 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
24046
24047 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
24048
24049 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
24050
24051 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
24052
24053 2005-10-10 Jay Belanger <belanger@truman.edu>
24054
24055 * calc/calc-arith.el (math-check-known-scalarp)
24056 (math-check-known-matrixp): Check the values of arguments that are
24057 variables.
24058 (math-check-known-square-matrixp): New function.
24059 (math-known-square-matrixp): Use math-check-known-square-matrixp.
24060 (math-super-types): Add sqmatrix type.
24061
24062 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
24063 mode name `square' to `sqmatrix'.
24064
24065 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
24066 mode name `square' to `sqmatrix'.
24067
24068 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
24069
24070 * progmodes/etags.el (select-tags-table-mode): Don't use
24071 selective-display.
24072 (tags-select-tags-table): Pass `button' to the action function.
24073 (select-tags-table): Place the side-info on button properties rather
24074 than in hidden text. Abbreviate file names.
24075 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
24076 (select-tags-table-select): Add `button' argument.
24077 Get side-info from the button property rather than from hidden text.
24078
24079 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
24080
24081 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
24082 (gud-speedbar-buttons): Preserve point if possible.
24083 (gud-sentinel): Restore previous speedbar display type.
24084
24085 * progmodes/gdb-ui.el (gdba): Improve diagram.
24086 (def-gdb-auto-update-handler, gdb-info-locals-handler)
24087 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
24088 Call get-buffer-window once.
24089
24090 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
24091
24092 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
24093 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
24094 (pascal-indent-command): Remove unused var `ind'.
24095 (pascal-indent-case): Remove unused var `oldpos'.
24096 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
24097 since it's now used as a proper minor mode map.
24098 (pascal-outline): Rename to pascal-outline-mode.
24099 (pascal-outline-mode): Use define-minor-mode.
24100 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
24101 selective-display.
24102
24103 2005-10-10 Andreas Schwab <schwab@suse.de>
24104
24105 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
24106 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
24107
24108 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
24109 outside source directory.
24110
24111 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
24112
24113 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
24114 C-x' as a prefix.
24115 (orgtbl-mode-map): Full keymap instead of sparse, because all
24116 `self-insert-command' keys are redefined in this map.
24117 (org-export-as-html): Specify charset for HTML file, by taking it
24118 from the coding system.
24119
24120 2005-10-10 Kenichi Handa <handa@m17n.org>
24121
24122 * textmodes/flyspell.el (flyspell-check-word-p):
24123 If unread-command-events is non-empty, don't call sit-for.
24124
24125 2005-10-09 Richard M. Stallman <rms@gnu.org>
24126
24127 * font-lock.el (font-lock-syntactic-keywords)
24128 (font-lock-keywords): Doc fixes.
24129
24130 * textmodes/flyspell.el (flyspell-external-point-words):
24131 Simplify logic, and don't try to check for consecutive appearances
24132 of one incorrect word.
24133
24134 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
24135
24136 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
24137 separator.
24138
24139 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
24140 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
24141 (gud-expansion-speedbar-buttons): New function.
24142 (gud-speedbar-buttons): Check for gud-comint-buffer.
24143
24144 2005-10-09 Bill Wohler <wohler@newt.com>
24145
24146 * Makefile.in (updates): Add mh-loaddefs dependency.
24147
24148 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
24149
24150 * speedbar.el (speedbar-file-key-map): Fix typo.
24151
24152 2005-10-09 Daniel Brockman <daniel@brockman.se>
24153
24154 * cus-start.el (line-spacing): Add custom spec.
24155
24156 2005-10-09 Romain Francoise <romain@orebokech.com>
24157
24158 * textmodes/ispell.el (ispell-check-version): Fix last change.
24159
24160 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24161
24162 * term/x-win.el: Remove -i, --icon-type from comment.
24163
24164 * startup.el (command-line-x-option-alist): Remove options -i,
24165 -itype, --icon-type, added -nb, --no-bitmap-icon.
24166
24167 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
24168
24169 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
24170 instead of :active.
24171
24172 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
24173
24174 * textmodes/ispell.el (ispell-check-version):
24175 Ignore hyphen, and all that follows, in aspell's version text.
24176
24177 2005-10-08 Jay Belanger <belanger@truman.edu>
24178
24179 * calc/calc-arith.el (math-known-square-matrixp): New function.
24180 (math-pow-fancy): Check for matrices before distributing exponent
24181 across products.
24182
24183 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
24184 fullscreen keypad. Suggested by Luc Teirlinck.
24185 (calc-keypad-show-input): Add space for formatting.
24186
24187 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
24188 Add square matrix option.
24189
24190 * calc/calc-poly.el (math-expand-term): Check for matrices instead
24191 of checking calc-matrix-mode when deciding how to expand.
24192
24193 * calc/calc.el (calc-set-mode-line): Add square matrix option.
24194
24195 2005-10-08 Lars Hansen <larsh@soem.dk>
24196
24197 * net/tramp.el (tramp-perl-directory-files-and-attributes):
24198 Add error handling.
24199 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
24200
24201 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
24202
24203 Sync with Tramp 2.0.51.
24204
24205 * net/tramp.el (tramp-handle-set-visited-file-modtime)
24206 (tramp-handle-insert-file-contents, tramp-handle-write-region):
24207 Insert special handling for `last-coding-system-used', again
24208 it still seems to be necessary (unlike stated before).
24209 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
24210 (tramp-password-prompt-regexp): There might be other words before
24211 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
24212 (tramp-chunksize): Improve docstring.
24213 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
24214 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
24215 Christian Joergensen <bugs@razor.dk>.
24216
24217 2005-10-07 Glenn Morris <rgm@gnu.org>
24218
24219 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
24220 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
24221 precision'.
24222
24223 2005-10-07 Romain Francoise <romain@orebokech.com>
24224
24225 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
24226 (ibuffer-do-shell-command-pipe-replace)
24227 (ibuffer-do-shell-command-file, ibuffer-do-eval)
24228 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
24229 (ibuffer-do-revert, ibuffer-do-replace-regexp)
24230 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
24231 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
24232 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
24233 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
24234 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
24235 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
24236 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
24237 Autoload file sans suffix.
24238
24239 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
24240
24241 2005-10-07 David Ponce <david@dponce.com>
24242
24243 * recentf.el (recentf-menu-open-all-flag): New option.
24244 (recentf-digit-shortcut-command-name): New function.
24245 (recentf--shortcuts-keymap): New variable.
24246 (recentf-menu-shortcuts): New variable.
24247 (recentf-make-menu-items): Initialize it. Replace the "More..."
24248 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
24249 (recentf-menu-value-shortcut): New function.
24250 (recentf-make-menu-item): Use it. No more in-lined.
24251 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
24252 (recentf-open-most-recent-file): Rename from
24253 `recentf-open-file-with-key'. Don't depend on key binding.
24254 (recentf-mode-map): New variable.
24255 (recentf-mode): Use it.
24256
24257 2005-10-06 Bill Wohler <wohler@newt.com>
24258
24259 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
24260
24261 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
24262 (MH-E-SRC): New. Used by mh-autoloads.
24263 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
24264 files in MH-E-SRC have been updated.
24265 (compile, recompile, bootstrap): Depend on mh-autoloads.
24266
24267 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
24268
24269 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
24270 gud-break and gud-remove icons when the fringe is not available.
24271
24272 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
24273 Typo.
24274
24275 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
24276
24277 * play/zone.el (zone): Wrap body with save-window-excursion.
24278
24279 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
24280
24281 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
24282 Use the new `list-only' arg to diary-list-entries.
24283
24284 * calendar/diary-lib.el: Use overlays rather than selective-display.
24285 (diary-selective-display): New var.
24286 (diary-header-line-format): Use it.
24287 (diary-list-entries): Add argument `list-only'.
24288 Put the buffer in diary-mode. Don't add \^M at beg and end.
24289 Replace \^M by invisible overlays.
24290 (diary-unhide-everything): Replace \^M by invisible overlays.
24291 (print-diary-entries): Look for overlays rather than \^M.
24292 Add a space to the temp buffer name.
24293 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
24294 Put the buffer in diary-mode.
24295 (list-sexp-diary-entries): Replace \^M by invisible overlays.
24296 (diary-anniversary): Make the year arg optional.
24297 (diary-time-regexp): New const.
24298 (diary-font-lock-keywords): Use it to accept a few more time formats.
24299
24300 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
24301
24302 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
24303
24304 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
24305 Fix bug introduced 2005-07-03: Use (car (last ...))
24306 to faithfully reproduce replaced artist-last.
24307 (artist-set-arrow-points-for-poly): Likewise.
24308 Suggested by Johan Bockg\e,Ae\e(Brd.
24309
24310 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
24311
24312 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
24313 * wid-edit.el (widget):
24314 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
24315 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
24316
24317 2005-10-06 Kenichi Handa <handa@m17n.org>
24318
24319 * international/mule-cmds.el (set-language-environment):
24320 Fix setting up of case-table for unibyte mode.
24321
24322 * simple.el (what-cursor-position): If the character is displayed
24323 by some `display' text property, show that. Don't use
24324 single-key-description for eight-bit characters in multibyte mode.
24325
24326 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
24327
24328 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
24329 (gdb-ann3): Set it.
24330 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
24331 (gdb-info-frames-custom): Use inverse-video for first five
24332 characters of selected frame only.
24333 (gdb-get-frame-number): Select frame even when point is on frame
24334 number.
24335
24336 2005-10-06 Masatake YAMATO <jet@gyve.org>
24337
24338 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
24339 Put `font-lock-function-name-face'.
24340 (gdb-info-frames-custom): Put `font-lock-function-name-face'
24341 and `font-lock-variable-name-face'
24342 (gdb-registers-font-lock-keywords): New font lock keywords definition.
24343 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
24344 (gdb-memory-font-lock-keywords): New font lock keywords definition.
24345 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
24346 (gdb-local-font-lock-keywords): New font lock keywords definition.
24347 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
24348 (gdb-threads-font-lock-keywords): New font lock keywords definition.
24349 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
24350
24351 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
24352
24353 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
24354 (ediff-merge-region-is-non-clash-to-skip): Previously called
24355 ediff-merge-region-is-non-clash.
24356
24357 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
24358 Use insert-buffer-substring.
24359
24360 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
24361 selecting files to patch. Also bug fixes.
24362
24363 * ediff-util.el (ediff-setup): Bug fix.
24364 (ediff-next-difference): Never skip clashes that differ in white
24365 space only.
24366
24367 * ediff-wind.el (ediff-setup-control-frame)
24368 (ediff-destroy-control-frame): Check the menubar feature.
24369
24370 * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
24371 (viper-refresh-mode-line): Use make-local-variable to localize
24372 some vars instead of make-variable-buffer-local. Suggested by
24373 Stefan Monnier.
24374
24375 * emulation/viper-init.el (viper-make-variable-buffer-local):
24376 Delete alias.
24377 (viper-restore-cursor-type, viper-set-insert-cursor-type):
24378 Use make-local-variable instead of make-variable-buffer-local.
24379 Suggested by Stefan Monnier.
24380
24381 * emulation/viper.el (viper-mode): Don't use
24382 viper-make-variable-buffer-local.
24383 (viper-comint-mode-hook): Use make-local-variable on
24384 require-final-newline.
24385 (viper-non-hook-settings): Don't use make-variable-buffer-local.
24386
24387 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
24388
24389 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
24390 also the second char of a comment-start sequence.
24391 (scheme-sexp-comment-syntax-table): New var.
24392 (lambda, define): Set their scheme-doc-string-elt property.
24393 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
24394 Use lisp-font-lock-syntactic-face-function now that it properly
24395 handles |...| symbols.
24396 (scheme-mode-variables): Set lisp-doc-string-elt-property,
24397 parse-sexp-lookup-properties and font-lock-extra-managed-props.
24398
24399 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
24400 bit from # to |.
24401 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
24402
24403 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
24404 (lisp-doc-string-elt-property): New var.
24405 (lisp-font-lock-syntactic-face-function): Use it.
24406 Rewrite to recognize docstrings even for forms not at toplevel.
24407
24408 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
24409 annotation on the | part of #| rather than on the # part.
24410 (scheme-font-lock-syntactic-face-function): New function, to
24411 distinguish strings from |...| symbols.
24412 (scheme-mode-variables): Use it. Also fix up the font-lock-time
24413 syntax-table so that #|...|# is properly highlighted.
24414
24415 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
24416 Don't mark as docstring the 3rd elem of an unknown toplevel form.
24417
24418 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
24419
24420 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
24421 and C-e.
24422
24423 * emacs-lisp/eldoc.el: Move comments into docstrings.
24424 (eldoc-message-commands): Initialize in its declaration.
24425 Add move-beginning-of-line and move-end-of-line.
24426 (eldoc-add-command, eldoc-add-command-completions)
24427 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
24428
24429 * outline.el (outline-mark-subtree): Activate the mark.
24430
24431 * calendar/appt.el (appt-time-regexp): New var.
24432 (appt-add, appt-make-list): Use it.
24433 (appt-convert-time): Clean up.
24434
24435 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
24436 Don't set any syntax-table property here.
24437 (tex-font-lock-verb): New function. Do it here.
24438 (tex-font-lock-syntactic-keywords): Use it.
24439
24440 2005-10-04 Richard M. Stallman <rms@gnu.org>
24441
24442 * wid-edit.el (widget-file-complete): Get the widget start point
24443 the right way. Default directory to `/' if file has none.
24444
24445 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
24446
24447 * textmodes/flyspell.el (flyspell-mode-on):
24448 Call ispell-maybe-find-aspell-dictionaries.
24449
24450 * textmodes/ispell.el (ispell-word, ispell-region):
24451 Call ispell-maybe-find-aspell-dictionaries.
24452 (ispell-accept-buffer-local-defs):
24453 Don't call ispell-maybe-find-aspell-dictionaries.
24454
24455 2005-10-04 Richard M. Stallman <rms@gnu.org>
24456
24457 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
24458
24459 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
24460
24461 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
24462 instead of `fboundp' in order to allow for anonymous functions.
24463
24464 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
24465
24466 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
24467 case the user clicks on the link while another window is selected.
24468 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
24469
24470 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
24471 functionality.
24472 (dframe-help-echo): Save point in case mouse tracking is off.
24473
24474 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
24475
24476 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
24477
24478 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24479
24480 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
24481 not change the global value of those vars.
24482
24483 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
24484 make-local-variable which we do not need any more.
24485
24486 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
24487
24488 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
24489 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
24490 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
24491 (speedbar-path-line): Define obsolete aliases.
24492 (speedbar-line-directory): Doc fix.
24493
24494 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
24495 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
24496 instead of speedbar-line-path.
24497
24498 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24499
24500 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
24501 to nil if dropping on a window. Handle dropping on a minibuffer window
24502 like dropping on a non-window part of Emacs.
24503
24504 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24505
24506 * net/ange-ftp.el: Use with-current-buffer.
24507 (ange-ftp-insert-directory): Do not follow symlinks any more.
24508
24509 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
24510 Remove interactive spec.
24511
24512 2005-10-03 Kim F. Storm <storm@cua.dk>
24513
24514 * ido.el (ido-mode): Use custom-initialize-set.
24515
24516 2005-10-02 Richard M. Stallman <rms@gnu.org>
24517
24518 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
24519 Use insert-buffer-substring.
24520
24521 * net/tramp.el: Pacify byte compiler warnings in pacification code.
24522 (tramp-handle-file-local-copy): Use insert-buffer-substring.
24523
24524 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
24525
24526 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
24527 in last change.
24528 (ange-ftp-insert-directory): Fix up the search for the case where
24529 `file' is absolute.
24530
24531 2005-10-02 Romain Francoise <romain@orebokech.com>
24532
24533 * progmodes/compile.el (compile-goto-error): Delete extra paren.
24534
24535 2005-10-02 Andreas Schwab <schwab@suse.de>
24536
24537 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
24538 directory component in the session info.
24539
24540 2005-10-01 Richard M. Stallman <rms@gnu.org>
24541
24542 * comint.el (comint-redirect-subvert-readonly): Doc fix.
24543
24544 * simple.el (next-error-internal): New function.
24545
24546 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
24547 (compilation-start): Pass new arg to compilation-buffer-name.
24548 (compile-goto-error): Use next-error-internal.
24549
24550 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24551
24552 * speedbar.el: Remove RCS tag.
24553 (speedbar-check-read-only): Handle non-existent files.
24554
24555 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
24556
24557 * info.el (Info-speedbar-hierarchy-buttons)
24558 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
24559
24560 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24561
24562 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
24563 Do not match newline.
24564 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
24565 (bibtex-summary): Remove unnecessary save-excursion.
24566 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
24567
24568 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24569
24570 * term/mac-win.el: Add charset info for "iso10646-1".
24571 Modify default fontset to use ATSUI-compatible fonts for some charsets
24572 if available.
24573
24574 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24575
24576 * speedbar.el: Re-apply arch tag.
24577 (speedbar-version): Rename to version 1.0. Suggested by Eric
24578 M. Ludlam.
24579 Reapply two changes from Emacs CVS' version of speedbar lost
24580 during the merge:
24581 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
24582 (speedbar-frame-parameters): Improve customize type.
24583
24584 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
24585
24586 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
24587 (ange-ftp-file-directory-p): Fix the symlink case.
24588 (ange-ftp-insert-directory): When listing a single file, get a list of
24589 the parent buffer and extract the relevant line. Inspired from a patch
24590 by Katsumi Yamaoka <yamaoka@jpl.org>.
24591 (ange-ftp-file-name-sans-versions): Simplify.
24592
24593 2005-09-30 Bill Wohler <wohler@newt.com>
24594
24595 Move MH-E image files from toolbar and mail directories into
24596 etc/images.
24597
24598 * mail/reply2.*: Move to etc/images/mail/reply*.
24599
24600 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
24601 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
24602 etc/images.
24603
24604 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
24605 * toolbar/reply*: Move to etc/images/mail.
24606
24607 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
24608
24609 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
24610
24611 * speedbar.el: New version 1.0pre3.
24612
24613 Frame management code (including timer, and mouse click specifics)
24614 moved to dframe.el:
24615 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
24616 (speedbar-timer): Removed. Use dframe-timer.
24617 (speedbar-close-frame): Removed. Use dframe-close-frame.
24618 (speedbar-activity-change-focus-flag): Removed. Use
24619 dframe-activity-change-focus-flag.
24620 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
24621 dframe-update-speed.
24622
24623 (speedbar-current-frame): New macro. Use this instead of the
24624 variable speedbar-frame.
24625
24626 (speedbar-use-images, speedbar-expand-image-button-alist)
24627 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
24628
24629 (speedbar-find-image-on-load-path): Removed. Replaced by
24630 defezimage in ezimage.el.
24631 (speedbar-expand-image-button-alist): Removed. Replaced by
24632 ezimage-expand-image-button-alist in ezimage.el.
24633
24634 (speedbar-ignored-directory-regexp)
24635 (speedbar-add-ignored-directory-regexp)
24636 (speedbar-ignored-directory-expressions)
24637 (speedbar-line-directory, speedbar-buffers-line-directory)
24638 (speedbar-directory-line, speedbar-buffers-line-directory):
24639 Renamed, replacing `path' with `directory'.
24640
24641 (speedbar-create-directory, speedbar-expand-line-descendants)
24642 (speedbar-toggle-line-expansion)
24643 (speedbar-contract-line-descendants): New commands.
24644
24645 (speedbar-query-confirmation-method, speedbar-select-frame-method)
24646 (speedbar-use-tool-tips-flag): New options.
24647
24648 (speedbar-check-read-only, speedbar-require-version)
24649 (speedbar-insert-separator, speedbar-buffers-tail-notes)
24650 (speedbar-handle-delete-frame, speedbar-try-completion)
24651 (speedbar-update-localized-contents): New functions.
24652
24653 (speedbar-incompatible-version, speedbar-ro-to-do-point)
24654 (speedbar-object-read-only-indicator): New variables.
24655
24656 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
24657 New hooks.
24658
24659 (speedbar-separator-face): New face.
24660
24661 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
24662 (speedbar-ignored-modes): Add fundamental-mode.
24663 (speedbar-directory-unshown-regexp): Add . directories.
24664
24665 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
24666 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
24667 `]' for full expand/close.
24668 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
24669
24670 (speedbar-check-vc): Support hidden files.
24671 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
24672 (speedbar-this-file-in-vc): Use vc-state if available. If VC
24673 state is nil, it is not checked out.
24674
24675 (speedbar-line-text, speedbar-line-token): Support expand buttons
24676 with no text.
24677 (speedbar-refresh): Universal argument acts as power-click.
24678 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
24679 that buffer to get variable values.
24680
24681 And many other bugfixes.
24682
24683 * dframe.el, ezimage.el, sb-image.el: New files.
24684
24685 * sb-*.xpm: Remove files. New image files installed into
24686 etc/images/ezimage.
24687
24688 2005-09-30 Kenichi Handa <handa@m17n.org>
24689
24690 * ps-mule.el (ps-mule-show-warning): If a character is in
24691 ps-print-translation-table, don't treat it as non-printable.
24692
24693 2005-09-30 David Ponce <david@dponce.com>
24694
24695 * tree-widget.el (tree-widget-themes-load-path): New variable.
24696 (tree-widget-themes-directory): Doc fix.
24697 (tree-widget-image-formats) [Emacs]: Doc fix.
24698 (tree-widget--locate-sub-directory): New function.
24699 (tree-widget-themes-directory): Use it.
24700
24701 * recentf.el (recentf-filename-handlers): Rename from
24702 `recentf-filename-handler'. Allow a list of functions.
24703 (recentf-menu-items-for-commands): Fix :help strings.
24704 (recentf-apply-filename-handlers): New function.
24705 (recentf-expand-file-name): Use it.
24706 (recentf-cleanup): Remove duplicates too.
24707
24708 2005-09-29 Juri Linkov <juri@jurta.org>
24709
24710 * faces.el: Rearrange face definitions to be in the same order as
24711 their face descriptions in "(emacs)Standard Faces".
24712
24713 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
24714
24715 * tooltip.el (tooltip): Add group `basic-faces'.
24716
24717 * buff-menu.el (Buffer-menu-buffer): Remove group
24718 `font-lock-highlighting-faces'.
24719
24720 * progmodes/compile.el (compilation-error, compilation-warning)
24721 (compilation-info, compilation-line-number, compilation-column-number):
24722 Change group from `font-lock-highlighting-faces' to `compilation'.
24723
24724 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
24725 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
24726 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
24727 (vhdl-font-lock-reserved-words-face)
24728 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
24729 `font-lock-highlighting-faces'.
24730
24731 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
24732
24733 2005-09-28 Kim F. Storm <storm@cua.dk>
24734
24735 * emulation/cua-base.el: Set CUA move property on additional commands:
24736 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
24737 forward-sexp, backward-sexp, forward-list, backward-list.
24738
24739 2005-09-28 Romain Francoise <romain@orebokech.com>
24740
24741 * comint.el (comint-show-output): Really set point at the
24742 beginning of the output when not using `comint-use-prompt-regexp'.
24743
24744 2005-09-27 Jay Belanger <belanger@truman.edu>
24745
24746 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
24747 in TeX mode.
24748
24749 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
24750
24751 * textmodes/org.el (org-table-sum): Fix format string.
24752
24753 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
24754 Quote face names.
24755
24756 2005-09-26 Romain Francoise <romain@orebokech.com>
24757
24758 * isearch.el (isearch-forward-regexp): Close doc string.
24759
24760 2005-09-25 Richard M. Stallman <rms@gnu.org>
24761
24762 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
24763
24764 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
24765
24766 * progmodes/compile.el (compilation-error-properties):
24767 When getting the file from the previous error message,
24768 correctly decode the new data format.
24769
24770 * progmodes/cc-cmds.el (c-electric-paren):
24771 Call old-blink-paren only for close-paren.
24772
24773 2005-09-24 Andreas Schwab <schwab@suse.de>
24774
24775 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
24776 condition.
24777
24778 2005-09-25 Romain Francoise <romain@orebokech.com>
24779
24780 * dired-aux.el (dired-copy-file-recursive):
24781 * dired.el (dired-delete-file):
24782 * ediff-mult.el (ediff-dir-diff-copy-file):
24783 * ediff-util.el (ediff-test-save-region):
24784 * forms.el (forms-mode):
24785 * ido.el (ido-file-internal, ido-delete-file-at-head):
24786 * log-edit.el (log-edit-done):
24787 * ses.el (ses-yank-resize):
24788 * play/gomoku.el (gomoku-human-plays, gomoku)
24789 (gomoku-human-resigns, gomoku-prompt-for-other-game)
24790 (gomoku-offer-a-draw):
24791 * play/landmark.el (lm-human-resigns, lm):
24792 * net/eudcb-ldap.el (eudc-ldap-check-base):
24793 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
24794 * progmodes/ebrowse.el (ebrowse-find-pattern):
24795 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
24796 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
24797 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
24798
24799 * vc.el (vc-delete-file):
24800 * play/gomoku.el (gomoku-terminate-game, gomoku)
24801 (gomoku-prompt-for-move, gomoku-human-takes-back):
24802 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
24803 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
24804
24805 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
24806
24807 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
24808 color rxvt terminals by using the code xterm.el used to use before
24809 2005-04-09 in order to match the colors used by rxvt.
24810
24811 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24812
24813 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
24814 colors rxvt-unicode terminals by using the same code as xterm.el.
24815
24816 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
24817
24818 * textmodes/tex-mode.el (tex-font-lock-append-prop)
24819 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
24820 new symbol used for the tex-verbatim face.
24821
24822 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
24823
24824 * woman.el (woman-file-name):
24825 * wid-edit.el (widget-file-prompt-value)
24826 (widget-coding-system-prompt-value):
24827 * w32-fns.el (set-w32-system-coding-system):
24828 * vc.el (vc-version-diff, vc-annotate):
24829 * textmodes/reftex-auc.el (reftex-arg-cite)
24830 (reftex-arg-index-tag):
24831 * textmodes/refer.el (refer-get-bib-files):
24832 * textmodes/artist.el (artist-figlet-choose-font):
24833 * terminal.el (terminal-emulator):
24834 * replace.el (occur-read-primary-args):
24835 * rect.el (string-rectangle, string-insert-rectangle):
24836 * ps-print.el (ps-print-preprint):
24837 * progmodes/pascal.el (pascal-goto-defun):
24838 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
24839 * progmodes/compile.el (compilation-find-file):
24840 * printing.el (pr-interactive-n-up):
24841 * play/animate.el (animate-birthday-present):
24842 * net/rcompile.el (remote-compile):
24843 * man.el (man, Man-goto-section, Man-follow-manual-reference):
24844 * mail/rmailsum.el (rmail-summary-search-backward)
24845 (rmail-summary-search):
24846 * mail/rmailout.el (rmail-output-read-rmail-file-name)
24847 (rmail-output-read-file-name):
24848 * mail/rmail.el (rmail-search, rmail-search-backwards):
24849 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
24850 * locate.el (locate):
24851 * international/quail.el (quail-show-keyboard-layout):
24852 * international/mule.el (set-buffer-file-coding-system)
24853 (revert-buffer-with-coding-system, set-file-name-coding-system)
24854 (set-terminal-coding-system, set-keyboard-coding-system)
24855 (set-next-selection-coding-system):
24856 * international/mule-diag.el (describe-coding-system)
24857 (describe-font, describe-fontset):
24858 * international/mule-cmds.el (universal-coding-system-argument)
24859 (search-unencodable-char, describe-input-method)
24860 (set-language-environment, describe-language-environment):
24861 * international/codepage.el (codepage-setup):
24862 * international/code-pages.el (codepage-setup):
24863 * info.el (Info-search, Info-follow-reference)
24864 (Info-search-backward):
24865 * emacs-lisp/advice.el (ad-read-advised-function)
24866 (ad-read-advice-class, ad-clear-cache, ad-activate)
24867 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
24868 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
24869 (ad-read-regexp):
24870 * ediff-util.el (ediff-toggle-regexp-match):
24871 * ediff-ptch.el (ediff-prompt-for-patch-file):
24872 * dired-aux.el (dired-diff):
24873 * diff.el (diff):
24874 * cus-edit.el (custom-variable-prompt):
24875 * calendar/timeclock.el (timeclock-ask-for-project):
24876 * calc/calcalg3.el (calc-get-fit-variables):
24877 * calc/calc-store.el (calc-edit-variable)
24878 (calc-permanent-variable):
24879 * vc-mcvs.el (vc-mcvs-register):
24880 * shadowfile.el (shadow-define-literal-group):
24881 * woman.el (woman-file-name):
24882 * vc.el (vc-version-diff, vc-merge):
24883 * textmodes/reftex-index.el (reftex-index-complete-tag):
24884 * format.el (format-decode-buffer, format-decode-region):
24885 * emulation/viper-cmd.el (viper-read-string-with-history):
24886 * emacs-lisp/debug.el (cancel-debug-on-entry):
24887 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
24888 * ediff.el (ediff-merge-revisions)
24889 (ediff-merge-revisions-with-ancestor, ediff-revision):
24890 * completion.el (interactive-completion-string-reader):
24891 * calc/calc-prog.el (calc-user-define-formula):
24892 Follow convention for reading with the minibuffer.
24893
24894 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
24895
24896 * progmodes/python.el (python-describe-symbol): Add globals() and
24897 locals() to the arguments of emacs.ehelp.
24898
24899 2005-09-24 Magnus Henoch <mange@freemail.hu>
24900
24901 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
24902 New function, code extracted from ispell-valid-dictionary-list.
24903 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
24904 Call it.
24905
24906 2005-09-24 Eli Zaretskii <eliz@gnu.org>
24907
24908 * subr.el (version-regexp-alist): Extend valid syntax for version
24909 strings: allow any of the characters -,_,+ to separate the
24910 alpha/beta/rc part from the version part. Doc fix.
24911 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
24912
24913 2005-09-23 David Reitter <david.reitter@gmail.com>
24914
24915 * mail/mailclient.el: New file.
24916
24917 2005-09-23 Richard M. Stallman <rms@gnu.org>
24918
24919 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
24920 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
24921 Doc fixes.
24922
24923 * progmodes/cc-mode.el (c-font-lock-init):
24924 Specify font-lock-lines-before.
24925
24926 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
24927
24928 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
24929 whole conflict.
24930
24931 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
24932
24933 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
24934 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
24935 of `remap' feature when available. Additional key bindings for
24936 better tty support.
24937 (org-mode-restart, org-force-self-insert): New commands.
24938 (org-time-stamp-inactive): New command.
24939 (org-remap): New function.
24940 (org-table-auto-blank-field, org-level-color-stars-only): New options.
24941 (org-enable-fixed-width-editor): Move to `org-structure'
24942 customization group.
24943 (org-self-insert-command, orgtbl-self-insert-command): Modify to
24944 blank field after field motion commands.
24945
24946 2005-09-23 Kenichi Handa <handa@m17n.org>
24947
24948 * international/mule-cmds.el (set-language-environment):
24949 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
24950 have to call utf-translate-cjk-load-tables.
24951
24952 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
24953
24954 * mouse.el (mouse-move-drag-overlay): Fix last change.
24955
24956 2005-09-22 David Ponce <david@dponce.com>
24957
24958 * tree-widget.el (tree-widget-value-create): Fix previous change.
24959
24960 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24961
24962 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
24963
24964 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
24965
24966 * mouse.el (mouse-move-drag-overlay): New function.
24967 (mouse-drag-region-1): Use it.
24968 Try to simplify a bit the state handling. Handle clicks on links
24969 inside intangible areas.
24970 (mouse-save-then-kill): Minor simplification.
24971 (mouse-secondary-overlay): Make it always non-nil instead of
24972 recreating it each time.
24973 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
24974 (mouse-kill-secondary, mouse-secondary-save-then-kill):
24975 Simplify accordingly.
24976
24977 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24978
24979 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
24980
24981 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
24982
24983 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
24984 (ediff-file-name-sans-prefix): Treat nil as an empty string.
24985 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
24986 to patch.
24987
24988 * ediff-util.el: Use insert-buffer-substring.
24989
24990 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
24991
24992 * emulation/viper-cmd.el (viper-change-state): Don't move over the
24993 field boundaries in the minibuffer.
24994 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
24995 (viper-minibuffer-post-command-hook): New hook.
24996 (viper-line): Don't move cursor at bolp.
24997
24998 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
24999
25000 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
25001 avoid compiler warnings.
25002
25003 * emulation/viper-macs.el (ex-map): Better messages.
25004
25005 * emulation/viper-utils.el (viper-beginning-of-field): New function.
25006
25007 * emulation/viper.el: Replace make-variable-buffer-local with
25008 viper-make-variable-buffer-local everywhere, to avoid warnings.
25009
25010 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
25011
25012 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
25013 Delete unused var `old-selected-window'.
25014 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
25015 (mouse-drag-secondary): Delete unused var `start-frame'.
25016
25017 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
25018
25019 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
25020
25021 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
25022
25023 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
25024 Re-indent within 80 columns. Use inhibit-read-only.
25025
25026 2005-09-19 Romain Francoise <romain@orebokech.com>
25027
25028 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
25029
25030 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
25031
25032 * font-lock.el (font-lock-default-fontify-region): Don't add a line
25033 unconditionally, since the after-change-function already did it.
25034
25035 2005-09-19 Miles Bader <miles@gnu.org>
25036
25037 * net/newsticker.el: Get rid of CVS keyword.
25038
25039 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
25040
25041 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
25042 The prompt is formatted later.
25043
25044 2005-09-19 David Ponce <david@dponce.com>
25045
25046 * tree-widget.el (tree-widget-value-create): Save the converted
25047 tree :node widget.
25048
25049 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
25050
25051 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
25052 variable `message'.
25053
25054 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
25055
25056 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
25057 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
25058 <slawomir.nowaczyk.847@student.lu.se>.
25059
25060 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
25061
25062 * image.el (image-load-path): Use symbol `data-directory' instead
25063 of its value, for backward compatibility with packages that bind
25064 it during `find-image'. Suggested by Katsumi Yamaoka.
25065 (image-search-load-path): Handle symbols whose values are strings.
25066
25067 2005-09-18 Romain Francoise <romain@orebokech.com>
25068
25069 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
25070 with-current-buffer form in save-excursion.
25071
25072 2005-09-18 Deepak Goel <deego@gnufans.org>
25073
25074 * apropos.el (apropos-command): Fix `message' call: first arg
25075 should be a format spec. In this and all other cases that appear
25076 below and elsewhere in the source code, I made a change only when
25077 two conditions were satisfied: [1] I can think of a possibility
25078 that the arguments would cause an error, for example, the code in
25079 question relies on external variables such as filenames. [2] I
25080 was sure that the arg to `message' could not have been nil in the code.
25081
25082 * textmodes/tildify.el (tildify-region): Ditto.
25083
25084 * textmodes/reftex-index.el (reftex-index-change-entry)
25085 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
25086 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
25087 * textmodes/org.el (org-complete, org-deadline, org-schedule)
25088 (org-priority, org-table-sum):
25089 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
25090 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
25091 (flyspell-word, flyspell-display-next-corrections):
25092 * textmodes/bibtex.el (bibtex-print-help-message):
25093 * textmodes/artist.el (artist-key-set-point-poly):
25094 * term/mac-win.el (mac-services-insert-text):
25095 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
25096 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
25097 (vhdl-port-paste-testbench, vhdl-compose-new-component)
25098 (vhdl-compose-configuration):
25099 * progmodes/sh-script.el (sh-blink, sh-show-indent)
25100 (sh-set-indent, sh-learn-line-indent):
25101 * progmodes/ps-mode.el (ps-mode-target-column):
25102 * progmodes/idlwave.el (idlwave-make-tags)
25103 (idlwave-scan-library-catalogs):
25104 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
25105 * progmodes/gud.el (gud-jdb-analyze-source):
25106 * progmodes/flymake.el (flymake-log):
25107 * progmodes/ebnf2ps.el (ebnf-generate-region):
25108 * progmodes/cmacexp.el (c-macro-expansion):
25109 * progmodes/ada-xref.el (ada-treat-cmd-string):
25110 * progmodes/ada-mode.el (ada-create-case-exception-substring)
25111 (ada-justified-indent-current, ada-batch-reformat):
25112 * play/zone.el (zone):
25113 * play/landmark.el (lm-move):
25114 * play/decipher.el (decipher-show-alphabet):
25115 * net/newsticker.el (newsticker--display-jump)
25116 (newsticker--display-scroll):
25117 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
25118 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
25119 * mail/feedmail.el (feedmail-dump-message-to-queue):
25120 * eshell/esh-proc.el (eshell-remove-process-entry):
25121 * emulation/ws-mode.el (ws-last-error):
25122 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
25123 (viper-record-kbd-macro):
25124 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
25125 * emacs-lisp/lisp-mnt.el (lm-report-bug):
25126 * emacs-lisp/find-func.el (find-function-noselect):
25127 * calendar/timeclock.el (timeclock-status-string)
25128 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
25129 (timeclock-when-to-leave-string):
25130 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
25131 * calc/calc-units.el (calc-enter-units-table):
25132 * calc/calc-mode.el (calc-mode-record-mode):
25133 * woman.el (woman-mini-help):
25134 * wdired.el (wdired-change-to-wdired-mode):
25135 * vc.el (vc-retrieve-snapshot):
25136 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
25137 * startup.el (display-startup-echo-area-message):
25138 * simple.el (set-goal-column):
25139 * ses.el (ses-command-hook, ses-recalculate-cell):
25140 * server.el (server-process-filter):
25141 * printing.el (pr-interface-txt-print, pr-interface-printify)
25142 (pr-interface-ps):
25143 * pcvs.el (cvs-help):
25144 * log-edit.el (log-edit, log-edit-mode-help):
25145 * iswitchb.el (iswitchb-possible-new-buffer):
25146 * isearch.el (isearch-edit-string):
25147 * image-mode.el (image-mode, image-minor-mode):
25148 * ibuf-macs.el (define-ibuffer-filter):
25149 * hi-lock.el (hi-lock-find-patterns):
25150 * files.el (toggle-read-only):
25151 * ediff-util.el (ediff-copy-diff)
25152 (ediff-write-merge-buffer-and-maybe-kill):
25153 * echistory.el (Electric-history-undefined):
25154 * dnd.el (dnd-insert-text):
25155 * dired-aux.el (dired-query):
25156 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
25157 * bookmark.el (bookmark-bmenu-locate):
25158 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
25159 Fix `message' calls to ensure first arg is a format string.
25160 The change was made only when these two conditions were satisfied:
25161 [1] when there is a possibility that the arguments would cause an error
25162 for example, if the code in question relies on external variables
25163 such as filenames, and
25164 [2] if the arg to `message' could not have been nil in the code.
25165
25166 * pcomplete.el (pcomplete--help): Fix `message' format spec.
25167 Not having a %s would be weird, though not technically wrong.
25168
25169 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25170
25171 * term/mac-win.el (mac-add-charset-info): Doc fix.
25172
25173 2005-09-17 Romain Francoise <romain@orebokech.com>
25174
25175 * shell.el (shell-resync-dirs): Handle echoing processes more
25176 reliably. Don't insert resync command if `comint-process-echoes'
25177 is non-nil.
25178
25179 2005-09-17 Magnus Henoch <mange@freemail.hu>
25180
25181 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
25182 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
25183 aspell versions >= 0.60.
25184 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
25185 only if ispell-aspell-supports-utf8 is non-nil.
25186
25187 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
25188
25189 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
25190 buffer-local value to lisp-indent-function.
25191
25192 2005-09-17 Milan Zamazal <pdm@zamazal.org>
25193
25194 * progmodes/glasses.el (glasses-make-readable): If
25195 glasses-separator differs from underscore, put appropriate
25196 overlays over underscore characters.
25197 (glasses-convert-to-unreadable): If glasses-separator differs from
25198 underscore, try to convert glasses-separator characters to
25199 underscores.
25200
25201 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
25202
25203 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
25204 Use with-syntax-table and dolist.
25205
25206 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
25207
25208 * textmodes/reftex-auc.el:
25209 * textmodes/reftex-cite.el:
25210 * textmodes/reftex-dcr.el:
25211 * textmodes/reftex-global.el:
25212 * textmodes/reftex-parse.el:
25213 * textmodes/reftex-ref.el:
25214 * textmodes/reftex-sel.el:
25215 * textmodes/reftex-toc.el:
25216 * textmodes/reftex-vars.el:
25217 * textmodes/reftex.el: Small changes to remove compiler warnings.
25218
25219 * textmodes/reftex-index.el: Likewise.
25220 (reftex-query-index-phrase): More efficient use of markers.
25221
25222 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
25223
25224 * image.el (image-load-path): New variable.
25225 (image-search-load-path): New function.
25226 (find-image): Search for images in `image-load-path'.
25227
25228 2005-09-15 Richard M. Stallman <rms@gnu.org>
25229
25230 * follow.el: Change Maintainer field.
25231
25232 2005-09-15 David Ponce <david@dponce.com>
25233
25234 * recentf.el (recentf-save-file-modes): New option.
25235 (recentf-save-list): Use it.
25236
25237 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
25238
25239 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
25240 (mode-line-mule-info, mode-line-modified): Move bindings from
25241 mouse-3 to mouse-1.
25242
25243 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
25244
25245 * simple.el (sendmail-user-agent-compose): Revert last change.
25246
25247 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
25248
25249 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
25250 Use with-current-buffer.
25251 (ange-ftp-gwp-start): Remove unused var `gw-user'.
25252 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
25253 (ange-ftp-insert-directory): Remove unused var `short'.
25254 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
25255
25256 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
25257 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
25258
25259 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
25260 (check-calendar-holidays, diary-list-entries): Autoload.
25261 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
25262 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
25263
25264 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
25265 which mistakenly removed a call to display-buffer.
25266
25267 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
25268
25269 * obsolete/iso-insert.el: Move to obsolete/ from international/.
25270
25271 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
25272
25273 * progmodes/hideshow.el
25274 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
25275 (hs-allow-nesting): New user var.
25276 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
25277 (hs-hide-block-at-point): When nesting allowed,
25278 if there is already an overlay in place, delete it.
25279 (hs-safety-is-job-n): Delete func; remove call sites.
25280 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
25281 (hs-overlay-at): New func.
25282 (hs-already-hidden-p, hs-show-block): Use it.
25283 (hs-hide-all): Don't pre-clean if nesting allowed.
25284 (hs-show-all): Temporarily disallow
25285 nesting around call to `hs-discard-overlays'.
25286
25287 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
25288
25289 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
25290 Delete unused local var.
25291
25292 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
25293
25294 * help-fns.el (describe-categories): "?\ " -> "?\s".
25295 (help-do-arg-highlight): Recognize also ARG-n, as in
25296 `move-to-left-margin' (ARG+n is already recognized). Simplify.
25297
25298 * international/codepage.el (dos-unsupported-char-glyph):
25299 * net/newsticker.el (tool-bar-map, w3-mode-map)
25300 (w3m-minor-mode-map):
25301 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
25302 (ent-alist):
25303 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
25304
25305 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
25306
25307 * custom.el (custom-push-theme): Handle the case where a symbol is
25308 bound but face properties have not yet been assigned.
25309
25310 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
25311 Fix behavior if noerase is `t' and there is no mail buffer.
25312
25313 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
25314 if `continue' is nil, rather than signal an error.
25315
25316 2005-09-12 Richard M. Stallman <rms@gnu.org>
25317
25318 * font-lock.el (font-lock-keywords): Add autoload.
25319
25320 * help-fns.el (describe-variable): Rearrange to put source link
25321 in a predictable place.
25322
25323 * net/newsticker.el: New file.
25324
25325 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
25326
25327 * calendar/calendar.el (calendar-for-loop): Add edebug info.
25328 (calendar-basic-setup): Use the new nil arg.
25329 (number-of-diary-entries): Move to diary-lib.el.
25330
25331 * calendar/diary-lib.el: Use with-current-buffer, match-string.
25332 (diary-list-entries): Use with-syntax-table and dolist.
25333 Rename from list-diary-entries.
25334 Use number-of-diary-entries if `number' is nil.
25335 (diary, diary-view-entries): Use this new name and new nil arg value.
25336 (number-of-diary-entries): Move from calendar.el.
25337 (diary-unhide-everything): New function.
25338 (include-other-diary-files, fancy-diary-display)
25339 (diary-show-all-entries, make-diary-entry): Use it.
25340 (diary-mail-entries): Use buffer-string.
25341 (mark-diary-entries): Fix long standing paren typo.
25342 (diary-sexp-entry): Use count-lines.
25343 (make-diary-entry): Avoid `previous-line'.
25344 (diary-mode-map): New var.
25345 (diary-mode): Redraw cal after saving. Setup header-line.
25346 (fancy-diary-display-mode): Use local-set-key.
25347
25348 * startup.el (command-line): Try calling various terminal-init-foo-bar
25349 functions by stripping hyphenated suffixes from $TERM.
25350
25351 * files.el (normal-mode): Check boundness of font-lock-keywords.
25352
25353 2005-09-12 Richard M. Stallman <rms@gnu.org>
25354
25355 * progmodes/compile.el: Don't decide a file's directory
25356 until the user actually tries to go there.
25357 (compilation-next-error-function):
25358 Pass compilation-find-file the directory from the file-struct.
25359 (compilation-internal-error-properties): Separate local FILE-STRUCT
25360 from FILE. Doc the args better. Rename arg FMT to FMTS.
25361 (compilation-find-file): Arg DIR renamed to DIRECTORY.
25362 Expand it, and if nil, use default-directory.
25363 (compilation-get-file-structure): Don't mix specified directory
25364 with default directory. Put specified directory into
25365 file-struct. Don't make the file name absolute.
25366
25367 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
25368 (compile-command): Add autoload.
25369 (compilation-disable-input): Add autoload.
25370
25371 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
25372
25373 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
25374 strings of the variables it can override.
25375 (time-stamp): New (as yet undocumented) time-stamp-format escapes
25376 %Q and %q, for fully-qualified domain name and unqualified host name.
25377
25378 2005-09-11 Kim F. Storm <storm@cua.dk>
25379
25380 * emacs-lisp/authors.el (authors-aliases): Update list.
25381 (authors-fixed-entries): Update mldrag.el entry.
25382
25383 2005-09-10 Alan Mackenzie <acm@muc.de>
25384
25385 * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
25386 delimiter from the region narrowed to.
25387
25388 2005-09-10 Magnus Henoch <mange@freemail.hu>
25389
25390 * textmodes/ispell.el (ispell-check-version): Signal an error if
25391 aspell version is less than 0.60.
25392
25393 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
25394
25395 * progmodes/octave-inf.el (inferior-octave-startup):
25396 Resync current dir at the end.
25397
25398 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
25399
25400 * woman.el (woman-topic-at-point-default):
25401 Rename to woman-use-topic-at-point-default.
25402 (woman-topic-at-point): Rename to woman-use-topic-at-point.
25403 (woman-file-name): Reflect renames above. Automatically use the
25404 word at point as topic if woman-use-topic-at-point is non-nil.
25405 Otherwise offer it as default but don't insert it in the
25406 minibuffer. Also use `test-completion' instead of `assoc' as
25407 suggested by Stefan Monnier.
25408
25409 2005-09-10 Andre Spiegel <spiegel@gnu.org>
25410
25411 * vc.el (vc-directory, vc-update-change-log): Throw an error on
25412 the attempt to do it over Tramp. This is not yet supported.
25413
25414 2005-09-10 Eli Zaretskii <eliz@gnu.org>
25415
25416 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
25417 (menu-bar-non-minibuffer-window-p): New functions.
25418 ("Split Window", "Save As..."): Use them.
25419 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
25420 ("Print Buffer", "Truncate Long Lines in this Buffer"):
25421 Use menu-bar-menu-frame-live-and-visible-p.
25422 ("Save Buffer", "Insert File", "Open Directory...")
25423 ("Open File...", "Visit New File..."):
25424 Use menu-bar-non-minibuffer-window-p.
25425 (kill-this-buffer-enabled-p, dired <menu-enable>):
25426 Use menu-bar-non-minibuffer-window-p.
25427
25428 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25429
25430 * cus-start.el (all): Don't complain about fringe-related
25431 built-ins if fringes are not supported. Ditto about
25432 selection-related built-ins. Fix the test for GTK-related built-ins.
25433
25434 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
25435 ("Postscript Print Buffer", "Print Region", "Save As...")
25436 ("Save", "Insert File...", "Open Directory...")
25437 ("Open File...", "Visit New File..."")
25438 ("Truncate Long Lines in this Buffer"): Don't look at
25439 menu-updating-frame if this display does not support multiple frames.
25440
25441 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25442
25443 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
25444
25445 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
25446
25447 * woman.el: Format- and whitespace-related changes.
25448
25449 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25450
25451 * woman.el: Fix my email address.
25452
25453 2005-09-08 Richard M. Stallman <rms@gnu.org>
25454
25455 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
25456 (sh-mode): Locally set skeleton-pair-default-alist.
25457
25458 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
25459
25460 * progmodes/flymake.el: Require `compile' unconditionally.
25461
25462 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
25463
25464 * woman.el (woman-file-name): Provide a default, not initial input.
25465
25466 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
25467
25468 * font-lock.el (font-lock-support-mode): Doc fix.
25469
25470 * descr-text.el (describe-property-list): Handle non-symbol prop names.
25471
25472 2005-09-08 Richard M. Stallman <rms@gnu.org>
25473
25474 * simple.el (blink-matching-open): Get rid of text props from
25475 the string shown in echo area. Don't permanently set point.
25476 Some rearrangements.
25477
25478 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
25479
25480 * recentf.el (recentf-filename-handler): Add custom choice
25481 `abbreviate-file-name'.
25482
25483 * msb.el (msb--very-many-menus): Fix typo.
25484
25485 * disp-table.el (standard-display-european): Don't set
25486 enable-multibyte-characters to nil.
25487
25488 2005-09-08 David Ponce <david@dponce.com>
25489
25490 * recentf.el (recentf-show-file-shortcuts-flag): New option.
25491 (recentf-expand-file-name): Doc fix.
25492 (recentf-dialog-mode-map): Define digit shortcuts.
25493 (recentf--files-with-key): New variable.
25494 (recentf-show-digit-shortcut-filter): New function.
25495 (recentf-open-files-items): New function.
25496 (recentf-open-files): Use it.
25497 (recentf-open-file-with-key): New command.
25498
25499 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
25500
25501 * buff-menu.el (Buffer-menu-sort-by-column): New function.
25502 Suggested by Kim F. Storm.
25503 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
25504 (Buffer-menu-make-sort-button): Use global keymap.
25505
25506 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
25507
25508 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
25509 (Man-getpage-in-background-advice): Remove defadvice; it isn't
25510 necessary any longer with the remapped command.
25511 (Man-bgproc-sentinel-advice): Remove defadvice which counts
25512 formatting time only.
25513
25514 * net/tramp.el (tramp-action-password)
25515 (tramp-multi-action-password): Compile the password prompt from
25516 `method', `user' and `host'. Sometimes it isn't obvious which
25517 password to enter, for example with remote files offered by
25518 recentf.el, or with multiple steps. Suggested by Robert Marshall
25519 <robert@chezmarshall.freeserve.co.uk>.
25520
25521 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25522
25523 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
25524 Fix regexp for when "s///" is at the beginning of line.
25525
25526 2005-09-07 Jay Belanger <belanger@truman.edu>
25527
25528 * calc/calc-poly.el (math-expand-term): Multiply out any powers
25529 when in matrix mode.
25530
25531 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
25532
25533 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
25534 non-anonymous functions.
25535
25536 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
25537
25538 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
25539 when using a header line. Otherwise, use mouse-1-click-follows-link.
25540
25541 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
25542 can't be moved; don't signal an error.
25543
25544 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
25545
25546 * cus-theme.el (custom-theme-write-faces): Save the current face
25547 spec, not the defface spec.
25548
25549 * custom.el (custom-known-themes): Clarify meaning of "standard".
25550 (custom-push-theme): Save old values in the standard theme.
25551 (disable-theme): Correct typo.
25552 (custom-face-theme-value): Deleted unused function.
25553 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
25554
25555 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
25556
25557 * progmodes/compile.el (compilation-goto-locus): Take into account
25558 iconified frames when determining whether the buffer is
25559 already visible.
25560 Don't reset window height if the window already existed.
25561
25562 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
25563
25564 * custom.el (load-theme): Rename from require-theme.
25565 Add interactive spec.
25566 (enable-theme): Rename from custom-enable-theme.
25567 Add interactive spec.
25568 (disable-theme): Rename from custom-disable-theme.
25569 Add interactive spec.
25570 (custom-make-theme-feature): Doc fix.
25571 (custom-theme-directory): Doc fix.
25572 (provide-theme): Call enable-theme.
25573
25574 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
25575
25576 * obsolete/lazy-lock.el (lazy-lock-mode):
25577 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
25578 font-lock-mode if it's off. Print a warning instead.
25579
25580 * progmodes/compile.el (compilation-start): Ignore errors if the
25581 process died before we get to send-eof.
25582
25583 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
25584 Undo last change. Enclosing the result in quotes broke things on Unix
25585 since tex-send-command passes it through shell-quote-argument.
25586 (tex-send-command): Pass `file' through convert-standard-filename
25587 when possible.
25588 (tex-uptodate-p): Handle the case where TeX hasn't put additional
25589 info in a transcript.
25590
25591 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
25592
25593 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
25594 fix compilation warning. Reorder the key definitions to group
25595 together keys emitted by the current version of xterm.
25596
25597 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
25598 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
25599 Reorder predicates to correct min-color usage.
25600
25601 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
25602
25603 * longlines.el (longlines-mode): Inhibit read-only when encoding.
25604 Kill local variables when longlines-mode is turned off.
25605
25606 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
25607
25608 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
25609
25610 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
25611
25612 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
25613
25614 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
25615 (font-lock-lines-before): Change default to being inactive.
25616 (font-lock-default-fontify-region): Obey font-lock-lines-before.
25617 (font-lock-after-change-function): Don't handle f-l-lines-before here.
25618
25619 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25620
25621 * net/tramp.el (tramp-handle-make-auto-save-file-name):
25622 Deactivate temporarily advice if active (not needed for Emacs 22,
25623 but for backwards compatibility).
25624 (tramp-exists-file-name-handler): Rewrite. First implementation
25625 was too simple.
25626 (tramp-advice-make-auto-save-file-name):
25627 Call `tramp-handle-make-auto-save-file-name' (again, just for
25628 backwards compatibility).
25629
25630 2005-08-31 Reto Zimmermann <reto@gnu.org>
25631
25632 * progmodes/vhdl-mode.el
25633 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
25634 (vhdl-end-p): Fix indentation bug "else" after "-- when".
25635 (vhdl-set-default-project): New function (easier setting of default).
25636 (vhdl-port-copy): Handle extended identifiers for generics.
25637 (vhdl-compiler-alist): Better description for error message regexp.
25638 (vhdl-make): Query for target, use previous as default.
25639 (vhdl-port-copy): Fix port copy for port names starting with "signal".
25640 (vhdl-font-lock-keywords-2): Fix fontification for record
25641 el. assign.
25642 (vhdl-speedbar-make-subpack-line): Add package body link.
25643 (vhdl-generate-makefile-1): Not include itself as dependency.
25644 (vhdl-font-lock-init): Highlight c-preprocessor directives.
25645 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
25646 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
25647 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
25648 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
25649 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
25650 (vhdl-import-project): Add string argument for `error'.
25651 (vhdl-compose-configuration)
25652 (vhdl-compose-configuration-architecture): Add configuration
25653 declaration generation.
25654 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
25655 (vhdl-trailer-re): Add "record" keyword (better indentation).
25656 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
25657 "[^ \t-\"]+".
25658 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
25659 (vhdl-testbench-entity-file-name)
25660 (vhdl-testbench-architecture-file-name): Allow separate
25661 customization of testbench file names.
25662 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
25663 (vhdl-get-visible-signals): Allow newline within alias declaration.
25664 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
25665 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
25666 (member-ignore-case): Alias for missing function in XEmacs.
25667 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
25668 (vhdl-update-sensitivity-list): Ignore case on read signals.
25669 (vhdl-replace-string): Adjust case only for file names.
25670 (vhdl-update-sensitivity-list): Fix search for read signals.
25671 (vhdl-update-sensitivity-list): Exclude formal parameters.
25672 (vhdl-get-visible-signals): Include aliases of signals.
25673 (vhdl-get-visible-signals): Fix signal name searching.
25674 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
25675 (vhdl-fixup-whitespace-region): Fix for character
25676 literals (e.g. `:').
25677
25678 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
25679
25680 * ansi-color.el (comint-last-output-start):
25681 * bs.el (font-lock-verbose):
25682 * diff-mode.el (add-log-buffer-file-name-function):
25683 * dired-x.el (vm-folder-directory):
25684 * faces.el (help-xref-stack-item):
25685 * files.el (font-lock-keywords):
25686 * find-lisp.el (dired-buffers, dired-subdir-alist):
25687 * ido.el (cua-inhibit-cua-keys):
25688 * log-view.el (cvs-minor-wrap-function):
25689 * outline.el (font-lock-warning-face):
25690 * simple.el (compilation-current-error):
25691 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
25692 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
25693 * tooltip.el (comint-prompt-regexp):
25694 * w32-fns.el (explicit-shell-file-name):
25695 * term/mac-win.el (mac-charset-info-alist)
25696 (mac-services-selection, mac-system-script-code):
25697 * term/tty-colors.el (msdos-color-values):
25698 * term/w32-win.el (xlfd-regexp-registry-subnum):
25699 * term/x-win.el (x-keysym-table, x-selection-timeout)
25700 (x-session-id, x-session-previous-id):
25701 * textmodes/ispell.el (mail-yank-prefix):
25702 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
25703 * textmodes/org.el (calc-embedded-close-formula)
25704 (calc-embedded-open-formula)
25705 (font-lock-unfontify-region-function):
25706 * textmodes/reftex-global.el (isearch-next-buffer-function)
25707 (TeX-master):
25708 * textmodes/reftex.el (font-lock-keywords):
25709 * textmodes/tex-mode.el (font-lock-comment-face)
25710 (font-lock-doc-face):
25711 * textmodes/texinfo.el (outline-heading-alist):
25712 Add defvars.
25713
25714 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
25715 (artist-spray-chars, artist-mode-init, artist-replace-string)
25716 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
25717 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
25718 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
25719
25720 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
25721 (conf-align-assignments): "?\ " -> "?\s".
25722
25723 * textmodes/reftex-index.el (TeX-master): Add defvar.
25724 (reftex-index-phrases-marker): Move up defvar.
25725
25726 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
25727 (reftex-toc-include-labels-indicator)
25728 (reftex-toc-include-index-indicator)
25729 (reftex-toc-max-level-indicator): Move up declarations.
25730
25731 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
25732 of args to `tramp-run-real-handler', even if it's empty in this case.
25733
25734 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25735
25736 * dired.el (dired-move-to-filename-regexp): Add date format for
25737 Mac OS X 10.3 in East Asian locales.
25738
25739 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25740
25741 * files.el (make-auto-save-file-name): Add file name handler call
25742 if applicable.
25743
25744 * net/tramp.el (tramp-file-name-handler-alist)
25745 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
25746 (tramp-handle-make-auto-save-file-name): Rename from
25747 `tramp-make-auto-save-file-name'.
25748 (tramp-exists-file-name-handler): New defun.
25749 (tramp-advice-make-auto-save-file-name): Make defadvice only when
25750 `make-auto-save-file-name' is not a magic file name operation.
25751
25752 2005-08-30 Richard M. Stallman <rms@gnu.org>
25753
25754 * files.el (risky-local-variable-p):
25755 Match `-predicates' and `-commands.
25756
25757 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
25758 (custom-save-all): Visit the file if necessary;
25759 kill the buffer if we created it.
25760 (custom-save-delete): Don't visit file or kill buffer here.
25761
25762 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
25763
25764 * textmodes/org.el (org-special-keyword): New face.
25765 (org-table-copy-down, org-table-eval-formula)
25766 (org-table-recalculate, org-init-section-numbers):
25767 Use `string-to-number' instead of `string-to-int'.
25768 (org-get-location): Use `insert-buffer-substring' instead of
25769 `insert-buffer'.
25770 (org-modify-diary-entry-string): New function.
25771 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
25772 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
25773 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
25774 active region.
25775 (org-export-as-html): Handle QUOTE keyword.
25776 (org-quote-string): New option.
25777 (org-bookmark-jump-unhide): New function, used for
25778 `bookmark-after-jump-hook'.
25779 (org-diary-default-entry): Apply only when not called through
25780 `org-agenda'.
25781
25782 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
25783
25784 * net/eudc.el (mode-popup-menu):
25785 * play/handwrite.el (ps-printer-name, ps-lpr-command):
25786 * progmodes/ada-mode.el (compile-auto-highlight)
25787 (skeleton-further-elements):
25788 * progmodes/autoconf.el (font-lock-syntactic-keywords):
25789 * progmodes/cmacexp.el (msdos-shells):
25790 * progmodes/compile.el (font-lock-extra-managed-props)
25791 (font-lock-keywords, font-lock-maximum-size)
25792 (font-lock-support-mode):
25793 * progmodes/grep.el (font-lock-lines-before):
25794 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
25795 * progmodes/mixal-mode.el (compile-command):
25796 * progmodes/perl-mode.el (font-lock-comment-face)
25797 (font-lock-doc-face, font-lock-string-face):
25798 * progmodes/prolog.el (comint-prompt-regexp):
25799 * progmodes/sh-script.el (font-lock-comment-face)
25800 (font-lock-set-defaults, font-lock-string-face):
25801 * progmodes/sql.el (font-lock-keyword-face)
25802 (font-lock-set-defaults, font-lock-string-face):
25803 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
25804 (itimer-version, lazy-lock-defer-contextually)
25805 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
25806 Add defvars.
25807
25808 * progmodes/cperl-mode.el (cperl-electric-lbrace)
25809 (cperl-electric-keyword, cperl-electric-pod)
25810 (cperl-electric-backspace, cperl-forward-re)
25811 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
25812 (vc-rcs-header, vc-sccs-header): Add defvars.
25813
25814 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
25815 (font-lock-syntactic-keywords, gud-find-expr-function):
25816 Add defvars.
25817
25818 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
25819 (gdb-frame-parameters): Declare before use.
25820
25821 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
25822 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
25823 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
25824 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
25825
25826 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
25827 (idlwave-help-with-source): Use `insert-buffer-substring', not
25828 `insert-buffer'.
25829
25830 2005-08-29 Juri Linkov <juri@jurta.org>
25831
25832 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
25833 Put outline-back-to-heading function call inside save-excursion.
25834
25835 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
25836
25837 * man.el (Man-init-defvars, Man-translate-references)
25838 (Man-support-local-filenames, Man-highlight-references):
25839 * progmodes/sql.el (sql-interactive-mode):
25840 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
25841
25842 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
25843 (compilation-mode-font-lock-keywords): Add defvars.
25844 (checkdoc-interactive-loop): "?\ " -> "?\s".
25845
25846 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
25847 (font-lock-doc-face, font-lock-string-face)
25848 (font-lock-keywords-case-fold-search): Add defvars.
25849 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
25850
25851 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
25852 Don't pass X and Y (they are ignored anyway).
25853 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
25854 (mouse-delete-window): Make arguments optional.
25855
25856 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
25857 (caesar-translate-table, minor-modes, news-buffer-save)
25858 (news-group-name, news-minor-modes): Add defvars.
25859
25860 * emacs-lisp/lselect.el (mouse-highlight-priority)
25861 (x-lost-selection-functions, zmacs-regions):
25862 * emacs-lisp/pp.el (font-lock-verbose):
25863 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
25864 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
25865 (ses-mode-map):
25866 * emacs-lisp/tcover-unsafep.el (safe-functions):
25867 * international/mule-cmds.el (mac-system-coding-system)
25868 (mac-system-locale):
25869 * language/ethio-util.el (rmail-current-message)
25870 (rmail-message-vector):
25871 * language/thai-util.el (thai-auto-composition-mode):
25872 * mail/metamail.el (rmail-current-message, rmail-message-vector):
25873 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
25874 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
25875 (vm-primary-inbox, vm-spool-files):
25876 * mail/rmail.el (deleted-head, font-lock-fontified)
25877 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
25878 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
25879 (total-messages):
25880 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
25881 (rmail-summary-mode-map):
25882 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
25883 (rmail-last-label, rmail-last-multi-labels)
25884 (rmail-summary-vector, rmail-total-messages):
25885 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
25886 * mail/rmailsum.el (msgnum):
25887 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
25888 (rmail-current-message):
25889 * obsolete/fast-lock.el (font-lock-face-list):
25890 * obsolete/rnewspost.el (mail-reply-buffer):
25891 * obsolete/scribe.el (compile-command):
25892 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
25893
25894 2005-08-28 John Paul Wallington <jpw@gnu.org>
25895
25896 * ibuf-ext.el (ibuffer-auto-update-changed):
25897 Use `frame-or-buffer-changed-p' to check whether we need to update.
25898 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
25899 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
25900 as a `frame-or-buffer-changed-p' state vector instead.
25901
25902 2005-08-27 Romain Francoise <romain@orebokech.com>
25903
25904 * textmodes/makeinfo.el (makeinfo-compile):
25905 Use `compilation-start'. Set `next-error-function' according to
25906 `disable-errors'.
25907 (makeinfo-next-error): New function.
25908 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
25909 (makeinfo-buffer): Likewise.
25910
25911 * progmodes/compile.el (compilation-start): Add autoload cookie.
25912
25913 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
25914 * textmodes/sgml-mode.el: Likewise.
25915 * progmodes/python.el: Likewise.
25916
25917 2005-08-27 Eli Zaretskii <eliz@gnu.org>
25918
25919 * simple.el (blink-matching-paren-distance): Document the meaning
25920 of nil value, and allow to customize to nil.
25921
25922 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
25923 command.com, not command.exe.
25924
25925 2005-08-26 John Wiegley <johnw@newartisans.com>
25926
25927 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
25928 code around a bit so that an extraneous nil argument is not added
25929 to a command when no args are given.
25930
25931 * eshell/esh-arg.el (eshell-parse-double-quote): If a
25932 double-quoted argument resolves to nil, return it as an empty
25933 string rather than as nil. This made it impossible to pass "" to
25934 a shell script as a null string argument.
25935
25936 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
25937
25938 * outline.el (outline-invent-heading): New fun.
25939 (outline-promote, outline-demote): Use it.
25940 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
25941 (outline-end-of-subtree): Remove unused var `opoint'.
25942
25943 2005-08-26 David Reitter <david.reitter@gmail.com>
25944
25945 * menu-bar.el (truncate-lines, write-file, print-buffer)
25946 (ps-print-buffer-faces, ps-print-buffer, split-window):
25947 Disable menu items when the frame they refer to is invisible, or when
25948 they refer to a buffer and the minibuffer is selected.
25949
25950 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
25951
25952 * progmodes/flymake.el (flymake-highlight-err-lines):
25953 Use save-excursion around flymake-highlight-line to preserve point.
25954
25955 2005-08-26 Eli Zaretskii <eliz@gnu.org>
25956
25957 * progmodes/octave-mod.el: Change Author and Maintainer address.
25958 (octave-maintainer-address): Change Kurt's email address.
25959 * progmodes/octave-inf.el: Change Author and Maintainer address.
25960 * progmodes/octave-hlp.el: Change Author and Maintainer address.
25961
25962 2005-08-26 Kim F. Storm <storm@cua.dk>
25963
25964 * subr.el (version-list-<, version-list-<=, version-list-=):
25965 Rename from integer-list-*.
25966 (version-list-not-zero): Likewise. Fix while loop.
25967 (version=): Use version-list-= instead of string-equal.
25968
25969 2005-08-26 Richard M. Stallman <rms@gnu.org>
25970
25971 * outline.el (outline-promote): Try shortening the heading.
25972 As last resort, read the heading to use.
25973 (outline-demote): As last resort, read the heading to use.
25974
25975 2005-08-26 Romain Francoise <romain@orebokech.com>
25976
25977 * progmodes/compile.el (compilation-start): Doc fix.
25978
25979 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
25980 (antlr-font-lock-additional-keywords): Fix reference to
25981 `antlr-font-lock-literal-regexp' erroneously changed during the
25982 mass face rename.
25983 (antlr-run-tool): Use `compilation-start'.
25984
25985 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
25986 instead of the obsolete `compile-internal'.
25987
25988 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
25989
25990 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
25991 (number, original-date):
25992 * calendar/cal-china.el (date):
25993 * calendar/cal-coptic.el (date):
25994 * calendar/cal-french.el (date):
25995 * calendar/cal-hebrew.el (date, entry, number, original-date):
25996 * calendar/cal-islam.el (date, number, original-date):
25997 * calendar/cal-iso.el (date):
25998 * calendar/cal-julian.el (date):
25999 * calendar/cal-mayan.el (date):
26000 * calendar/cal-menu.el (date, event):
26001 * calendar/cal-persia.el (date):
26002 * calendar/lunar.el (date):
26003 * calendar/solar.el (date): Add defvars.
26004
26005 * emerge.el:
26006 * ibuffer.el:
26007 * info-xref.el:
26008 * obsolete/bg-mouse.el:
26009 * obsolete/sun-curs.el:
26010 * obsolete/swedish.el: Move the `defvar's to the top level.
26011
26012 * smerge-mode.el (smerge-refined-change): Add :group.
26013
26014 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
26015
26016 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
26017 (smerge-keep-n): Remove props.
26018 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
26019 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
26020 now that it's done in smerge-keep-n.
26021 (smerge-refined-change): New face.
26022 (smerge-refine-chopup-region, smerge-refine-highlight-change)
26023 (smerge-refine): New funs.
26024 (smerge-basic-map): Bind smerge-refine.
26025
26026 2005-08-25 Juri Linkov <juri@jurta.org>
26027
26028 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
26029 compilation-process-setup-function and compilation-disable-input
26030 in grep-mode instead of let-bindings in grep.
26031
26032 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
26033 Delete "Automatic File De/compression" (auto-compression-mode).
26034
26035 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
26036
26037 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
26038 Silence warning about non-existent variable.
26039
26040 2005-08-25 Richard M. Stallman <rms@gnu.org>
26041
26042 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
26043 Rename "Describe Key" to "Describe Key or Mouse Operation".
26044
26045 * mail/mailalias.el (build-mail-aliases): Delete comments
26046 from the contents before processing them.
26047
26048 * isearch.el (isearch-edit-string): Erase the Search prompt
26049 if user enters an empty string and there is no default.
26050
26051 * comint.el (comint-file-name-prefix): Add autoload.
26052
26053 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
26054
26055 * subr.el (play-sound): Rearrange to avoid warning.
26056
26057 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
26058
26059 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
26060 New hook.
26061 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
26062
26063 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
26064
26065 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
26066
26067 * custom.el (custom-theme-set-variables): Sort minor modes last.
26068
26069 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26070
26071 * subr.el (version-separator, version-regexp-alist): New vars used by
26072 version comparison funs.
26073 (integer-list-<, integer-list-=, integer-list-<=)
26074 (integer-list-not-zero): New funs for integer list comparison.
26075 (version-to-list, version=, version<, version<=): New funs for version
26076 comparison.
26077
26078 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
26079
26080 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
26081 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
26082 time to silence the byte-compiler.
26083
26084 * ibuffer.el (ibuffer-compile-make-eliding-form)
26085 (ibuffer-check-formats): Use `with-no-warnings' to hide references
26086 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
26087 so it's silly to get warnings for it).
26088 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
26089 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
26090 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
26091 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
26092 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
26093 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
26094 Defvar at compile time.
26095 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
26096 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
26097 Declare them before use.
26098
26099 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
26100 (info-xref-good, info-xref-bad): Defvar at compile time.
26101
26102 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
26103 Use `let*' instead of `let'.
26104
26105 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
26106 (*mouse-y*, menu, char): Defvar at compile time.
26107 (sc::menu): Declare it before use.
26108 (sc::pack-one-line): Use `let', not `let*'.
26109
26110 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
26111 (mail-send-hook): Defvar at compile time.
26112
26113 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
26114 Defvar at compile time.
26115
26116 * term/sun-mouse.el (current-global-mousemap)
26117 (current-local-mousemap): Declare them before use.
26118
26119 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
26120
26121 * bookmark.el (bookmark-after-jump-hook): New hook.
26122 (bookmark-jump): Run `bookmark-after-jump-hook'.
26123
26124 2005-08-23 Juri Linkov <juri@jurta.org>
26125
26126 * faces.el (minibuffer-prompt): Doc fix.
26127
26128 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
26129
26130 * progmodes/xscheme.el: Trivial changes to silence warnings.
26131 (xscheme-previous-mode, xscheme-previous-process-state):
26132 Add defvars.
26133 (xscheme-last-input-end, xscheme-process-command-line)
26134 (xscheme-process-name, xscheme-buffer-name)
26135 (xscheme-expressions-ring-max, xscheme-expressions-ring)
26136 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
26137 (xscheme-control-g-synchronization-p)
26138 (xscheme-control-g-disabled-p, xscheme-string-receiver)
26139 (default-xscheme-runlight, xscheme-runlight)
26140 (xscheme-runlight-string, xscheme-process-filter-state)
26141 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
26142 Move to beginning of file.
26143 (scheme-interaction-mode-commands-alist)
26144 (scheme-interaction-mode-map, scheme-debugger-mode-map):
26145 Declare them before use. Note: the initialization code for the
26146 variables has not been moved because it uses functions that reference
26147 the variables.
26148 (xscheme-control-g-message-string, xscheme-process-filter-alist)
26149 (xscheme-prompt-for-expression-map): Declare them before use.
26150 (scheme-debugger-mode-commands): "?\ " -> "?\s".
26151
26152 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
26153
26154 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
26155
26156 2005-08-22 Juri Linkov <juri@jurta.org>
26157
26158 * faces.el (set-face-underline): Delete this duplicate function
26159 and make an obsolete alias to set-face-underline-p.
26160 (set-face-underline-p): Use docstring of set-face-underline.
26161 (describe-face): Create hyperlink to parent face.
26162
26163 * info.el (Info-insert-dir): Use save-excursion around
26164 insert-buffer-substring.
26165 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
26166 (Info-escape-percent): Delete function.
26167 (Info-fontify-node): Replace Info-escape-percent by
26168 replace-regexp-in-string with REP arg set to lambda that
26169 duplicates `%' and preserves text properties.
26170
26171 * progmodes/compile.el (compilation-disable-input): Doc fix.
26172 (define-compilation-mode): Doc fix and refill.
26173 (kill-compilation): Use `mode-name' in the error message.
26174 (compilation-find-file): Use `compilation-error' in the
26175 read-file-name's prompt.
26176
26177 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
26178
26179 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
26180 (smerge-auto-leave): Make undo re-enable the mode.
26181 (debug-ignored-errors): Add the user-error of impossible resolution.
26182 (smerge-resolve): Move things around a bit, in preparation for later.
26183 (smerge-diff): Don't fail if the buffer has no associated file.
26184 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
26185 (smerge-conflict-overlay): New function.
26186 (smerge-match-conflict): Don't add text properties here.
26187 (smerge-find-conflict): Instead, add an overlay here.
26188 Also check for the case where we're inside a conflict already, so as to
26189 obviate the need for font-lock-multiline, which is unbearably slow with
26190 large conflicts and ciomplex font-lock patterns.
26191 (smerge-remove-props): Remove overlay rather than text-properties.
26192 (smerge-mode): Don't set font-lock-multiline.
26193 Remove overlays when turned off.
26194
26195 2005-08-21 Kim F. Storm <storm@cua.dk>
26196
26197 * ido.el (ido-ignore-item-p): Use save-match-data.
26198 Bind case-fold-search to ido-case-fold locally.
26199
26200 2005-08-20 Richard M. Stallman <rms@gnu.org>
26201
26202 * files.el (normal-mode): If font lock is on, turn it off and on.
26203
26204 * subr.el (replace-regexp-in-string): Doc fix.
26205
26206 * startup.el (command-line-1): Don't suppress startup screen
26207 due to existing processes.
26208
26209 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
26210
26211 * progmodes/compile.el (compilation-disable-input): Default to nil.
26212
26213 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
26214
26215 * progmodes/compile.el (compilation-disable-input): New defcustom.
26216 (compilation-start): If compilation-disable-input is non-nil, send
26217 EOF to the compilation process.
26218
26219 2005-08-20 Eli Zaretskii <eliz@gnu.org>
26220
26221 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
26222 Run the argument of tex-shell-cd-command through
26223 convert-standard-filename, to get the correct style of slashes on
26224 Windows, and enclose the result in quotes, in case the file name
26225 includes whitespace or other special characters.
26226
26227 2005-08-19 Andreas Schwab <schwab@suse.de>
26228
26229 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
26230 process.
26231
26232 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
26233
26234 * cus-start.el (minibuffer-prompt-properties): Correct typo.
26235
26236 2005-08-18 Kim F. Storm <storm@cua.dk>
26237
26238 * scroll-lock.el: Fix errors due to incorrect line wrapping.
26239
26240 2005-08-18 Richard M. Stallman <rms@gnu.org>
26241
26242 * scroll-lock.el: New file.
26243
26244 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
26245
26246 * dired.el (dired-move-to-end-of-filename):
26247 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
26248
26249 2005-08-18 Kim F. Storm <storm@cua.dk>
26250
26251 * ido.el (ido-everywhere): Fix defcustom :set function to disable
26252 rather than toggle mode when custom value is nil.
26253 (ido-everywhere): Fix defun doc string.
26254
26255 2005-08-17 Richard M. Stallman <rms@gnu.org>
26256
26257 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
26258 as tag instead of "Inviolable".
26259
26260 2005-08-17 Kim F. Storm <storm@cua.dk>
26261
26262 * windmove.el (windmove-coordinates-of-position): Remove.
26263 (windmove-coordinates-of-window-position): Remove.
26264 (windmove-reference-loc): Use posn-at-point instead.
26265
26266 * subr.el (insert-for-yank-1): Doc fix.
26267
26268 * ido.el (ido-enter-matching-directory): Rename from
26269 ido-enter-single-matching-directory. Change `slash' choice to
26270 `only'. Add `first' choice.
26271 (ido-exhibit): Adapt to above changes.
26272
26273 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
26274
26275 * Makefile.in: Expand comment about building loaddefs.el.
26276
26277 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
26278
26279 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
26280 Comment use of defadvice.
26281
26282 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
26283
26284 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
26285
26286 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
26287 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
26288 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
26289 * progmodes/idlw-shell.el, progmodes/ld-script.el,
26290 * progmodes/which-func.el, ruler-mode.el, strokes.el,
26291 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
26292 for backward compatibility for faces that did not appear in the
26293 previous Emacs release.
26294
26295 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
26296
26297 2005-08-15 Kim F. Storm <storm@cua.dk>
26298
26299 * emulation/cua-base.el (cua-delete-region): Return t if
26300 deleted region was non-empty.
26301 (cua-replace-region): Inhibit overwrite-mode for
26302 self-insert-command if replaced region was non-empty.
26303 (cua--explicit-region-start, cua--status-string): Make them
26304 buffer-local at top-level...
26305 (cua-mode): ...rather than when mode is enabled.
26306
26307 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
26308
26309 * progmodes/vhdl-mode.el (vhdl-emacs-21):
26310 Set t for Emacs 21, 22, and so on.
26311
26312 2005-08-15 David Ponce <david@dponce.com>
26313
26314 * tree-widget.el: Update Commentary header.
26315 (tree-widget-theme): Doc fix.
26316 (tree-widget-space-width): New option.
26317 (tree-widget-image-properties): Look up in the default theme too.
26318 (tree-widget--cursors): Only for images with arrow pointer shape.
26319 (tree-widget-lookup-image): Pointer shape is hand by default.
26320 (tree-widget-icon): Rename generic icon widget from
26321 `tree-widget-control'.
26322 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
26323 derive from `tree-widget-icon'.
26324 (tree-widget-handle): Improve default look and feel of the text
26325 representation.
26326 (tree-widget): Rename :*-control properties to :*-icon properties.
26327 Add :action and :help-echo properties.
26328 (tree-widget-after-toggle-functions): Move.
26329 (tree-widget-close-node, tree-widget-open-node): Remove.
26330 (tree-widget-before-create-icon-functions): New hook.
26331 (tree-widget-value-create): Update to allow customization of icons
26332 and nodes at run-time via that new hook.
26333 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
26334 (tree-widget-icon-action, tree-widget-icon-help-echo)
26335 (tree-widget-action, tree-widget-help-echo): New functions.
26336
26337 2005-08-15 Kim F. Storm <storm@cua.dk>
26338
26339 * ido.el (ido-buffer-internal): Use with-no-warnings.
26340 (ido-make-merged-file-list): Use while-no-input.
26341
26342 2005-08-15 Richard M. Stallman <rms@gnu.org>
26343
26344 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
26345 (flyspell-large-region): Fix doc and custom type.
26346
26347 2005-08-14 Richard M. Stallman <rms@gnu.org>
26348
26349 * files.el (interpreter-mode-alist): Doc fix.
26350
26351 * mail/rmail.el (rmail-nonignored-headers): New variable.
26352 (rmail-clear-headers): Use it.
26353 (rmail-reply): Better handling of mail-followup-to header.
26354
26355 * progmodes/sh-script.el (sh-font-lock-keywords-var):
26356 Rename variable from sh-font-lock-keywords. In the `shell' entry,
26357 don't try to refer to executable-font-lock-keywords.
26358 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
26359 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
26360 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
26361 (sh-mode): Set comment-start-skip, local-abbrev-table,
26362 imenu-case-fold-search.
26363 (sh-set-shell): Don't set them here.
26364 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
26365 Don't cache the results in the original alist; don't ever modify
26366 that alist.
26367
26368 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
26369
26370 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
26371 empty.
26372
26373 2005-08-15 Andreas Schwab <schwab@suse.de>
26374
26375 * desktop.el: Put autoload cookie at risky-local-variable declarations.
26376
26377 * dired.el, info.el, mail/rmail.el: Revert last change.
26378
26379 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
26380
26381 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
26382 modification in `eval-after-load' form.
26383 * info.el: Likewise.
26384 * mail/rmail.el: Likewise.
26385
26386 2005-08-14 Juri Linkov <juri@jurta.org>
26387
26388 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26389 Remove highlighting of "Compilation started". Highlight only
26390 the word "finished" in "Compilation finished". Add highlighting
26391 of "interrupt", "killed", "terminated" and the exit code.
26392 (compilation-start): Add newline after header. Use exactly the
26393 same time stamp format as the finishing message.
26394 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
26395
26396 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
26397 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
26398 Add highlighting of "interrupt", "killed", "terminated".
26399
26400 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
26401 enabled and the current command is self-insert-command, call it
26402 explicitly with overwrite-mode bound to nil, to not allow it
26403 to delete the character after the selected region.
26404
26405 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
26406
26407 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
26408 move-end-of-line, end-of-line, and beginning-of-line to the list
26409 of commands after which the echo area is updated.
26410
26411 2005-08-12 Eli Zaretskii <eliz@gnu.org>
26412
26413 * cus-edit.el (custom-save-all, custom-save-delete):
26414 Bind recentf-exclude to exclude custom-file.
26415
26416 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
26417
26418 * mail/rmailsum.el (rmail-summary-end-of-message): New command
26419 to go to the bottom of the mail message. Added to
26420 `rmail-summary-mode-map' with key "/".
26421 (rmail-summary-show-message): New (internal) function for use by
26422 both `rmail-summary-beginning/end-of-message'.
26423 (rmail-summary-beginning-of-message): Change to use
26424 rmail-summary-show-message.
26425
26426 * mail/rmail.el (rmail-end-of-message): New command to go to the
26427 end of the current message. Added to `rmail-mode-map' with key "/".
26428 (rmail-beginning-of-message): Fix to work as documented.
26429 (rmail-mode): Change documentation.
26430
26431 * progmodes/compile.el (compilation-start): Add the line
26432 "Compilation started" with compilation start time.
26433 (compilation-mode-font-lock-keywords): Add `started' to keywords.
26434
26435 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
26436
26437 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
26438 of menu items.
26439
26440 2005-08-11 Richard M. Stallman <rms@gnu.org>
26441
26442 * simple.el (pop-global-mark): Reverse test of widen-automatically.
26443
26444 * battery.el (battery-status-function): Don't use ignore-errors.
26445
26446 2005-08-11 Lute Kamstra <lute@gnu.org>
26447
26448 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
26449 define-obsolete-variable-alias.
26450
26451 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
26452
26453 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
26454 (ange-ftp-send-cmd): Revert last change, and expand
26455 the comment explaining the problem.
26456
26457 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
26458
26459 * ldefs-boot.el: Update.
26460
26461 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
26462 item to "Time, Load and Mail". Change help echo text.
26463
26464 * time.el (display-time-use-mail-icon, display-time-format)
26465 (display-time-string-forms): Shorten first line of docstrings.
26466
26467 2005-08-10 Lars Hansen <larsh@soem.dk>
26468
26469 * desktop.el (desktop-buffer-mode-handlers):
26470 Make non-customizable. Add autoload cookie. Change initial value to
26471 nil; add elements in respective modules instead. Fix doc string.
26472 (desktop-load-file): New function.
26473 (desktop-minor-mode-handlers): New autoloaded variable.
26474 (desktop-create-buffer): Call minor mode handlers.
26475 Use desktop-load-file to load major and minor mode modules prior to
26476 checking for a handler.
26477 (desktop-save): Don't add nil to desktop-minor-modes for minor
26478 modes with nil function in desktop-minor-mode-table. Don't delete
26479 desktop file before rewriting it.
26480 (desktop-locals-to-save): Add autoload cookie. Don't make
26481 automatically buffer-local. Add variables column-number-mode,
26482 size-indication-mode, indent-tabs-mode,
26483 indicate-buffer-boundaries, indicate-empty-lines and
26484 show-trailing-whitespace.
26485 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
26486 regexps. Don't use desktop-clear-preserve-buffers-regexp.
26487 (desktop-clear-preserve-buffers-regexp): Delete.
26488 (desktop-clear-preserve-buffers): Update initial value and docstring.
26489 (desktop-save-buffer): Fix doc string.
26490
26491 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
26492 (hilit-chg-desktop-restore): New function.
26493 (highlight-changes-mode): Add highlight-changes-mode to
26494 desktop-locals-to-save.
26495
26496 * dired.el: Add handler to desktop-buffer-mode-handlers.
26497 (dired-restore-desktop-buffer): Remove autoload cookie.
26498 (dired-mode): Add autoload cookie.
26499
26500 * info.el: Add handler to desktop-buffer-mode-handlers.
26501 (Info-restore-desktop-buffer): Remove autoload cookie.
26502 (Info-mode): Add autoload cookie.
26503
26504 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
26505 (mh-restore-desktop-buffer): Remove autoload cookie.
26506 (mh-folder-mode): Add autoload cookie.
26507
26508 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
26509 (rmail-restore-desktop-buffer): Remove autoload cookie.
26510
26511 2005-08-11 Masatake YAMATO <jet@gyve.org>
26512
26513 * hexl.el (hexl-address-region):
26514 (hexl-ascii-region, hexl-font-lock-keywords):
26515 (hexl-highlight-line-range): Use the term "region"
26516 instead of "area" for consistency with the other symbols
26517 defined in hexl.el.
26518
26519 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
26520
26521 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
26522 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
26523 out by Juri Linkov). Add `display-battery-mode'.
26524
26525 2005-08-09 Juri Linkov <juri@jurta.org>
26526
26527 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26528 Remove `-text' from face variable names.
26529 (compilation-error-file-name, compilation-warning-file-name)
26530 (compilation-info-file-name): Delete faces.
26531 (compilation-line-number, compilation-column-number):
26532 Remove face underlining.
26533 (compilation-message-face): Set to `underline' value by default.
26534 (compilation-error-face, compilation-warning-face)
26535 (compilation-info-face): Remove `-file-name' from face names.
26536 (compilation-error-text-face, compilation-warning-text-face)
26537 (compilation-info-text-face): Delete face variables.
26538 (compilation-text-face): Delete function.
26539
26540 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
26541 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
26542 (grep-error-face): Set to `compilation-error' instead of
26543 `compilation-error-face' (which is redefined to `grep-hit-face' in
26544 grep buffers).
26545 (grep-mode-font-lock-keywords): Remove `-text' from face variable
26546 names. Use `grep-error-face' instead of `compilation-error-text-face'.
26547
26548 * dired-aux.el (dired-do-query-replace-regexp):
26549 Use `query-replace-read-args'.
26550
26551 * replace.el (query-replace-read-from, query-replace-read-to)
26552 (query-replace-read-args): Rename arg `string' to `prompt'.
26553
26554 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
26555
26556 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
26557
26558 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
26559 uploading files.
26560 (ange-ftp-canonize-filename): Handle file names beginning with ~
26561 correctly.
26562
26563 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26564
26565 * textmodes/fill.el (canonically-space-region)
26566 (fill-context-prefix, fill-french-nobreak-p)
26567 (fill-delete-newlines, fill-comment-paragraph)
26568 (justify-current-line): "?\ " -> "?\s".
26569
26570 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
26571
26572 * textmodes/fill.el (fill-nonuniform-paragraphs):
26573 Improve argument/docstring consistency.
26574
26575 2005-08-09 Richard M. Stallman <rms@gnu.org>
26576
26577 * textmodes/ispell.el (ispell-word): More fboundp checks.
26578
26579 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
26580 (find-file-noselect-1): Call it here, only if RAWFILE.
26581 (normal-mode): Always set some major mode.
26582 (save-some-buffers-action-alist): Change some explanation strings.
26583 (file-name-non-special): In the `quote' method, use unwind-protect.
26584
26585 2005-08-09 Magnus Henoch <mange@freemail.hu>
26586
26587 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
26588 (ispell-have-aspell-dictionaries): New variable.
26589 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
26590 (ispell-get-aspell-config-value): New function.
26591 (ispell-aspell-find-dictionary): New function.
26592 (ispell-aspell-add-aliases): New function.
26593 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
26594 appropriate. Don't look for ispell dictionaries if we use aspell.
26595 (ispell-menu-map): Don't build a submenu of dictionaries.
26596
26597 2005-08-09 Richard M. Stallman <rms@gnu.org>
26598
26599 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
26600 (sql-read-passwd): Use read-passwd.
26601
26602 * progmodes/idlw-toolbar.el (idlwave-toolbar)
26603 (idlwave-toolbar-is-possible): Add defvars.
26604
26605 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
26606 Avoid warnings.
26607
26608 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
26609 (idlwave-system-class-info, idlwave-executive-commands-alist):
26610 Use defvar.
26611
26612 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
26613
26614 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
26615 Avoid warnings.
26616
26617 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
26618 and content-type: headers.
26619
26620 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
26621
26622 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
26623 and rename some of them to be more self-explanatory.
26624
26625 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
26626
26627 * startup.el (command-line-1): Implement -scriptload.
26628
26629 * replace.el (occur-engine): Initial *Occur* output not undoable.
26630
26631 * menu-bar.el (menu-bar-file-menu): Rename some menu items
26632 and improve help strings.
26633
26634 * isearch.el (isearch-repeat): When changing direction,
26635 mark search successful.
26636
26637 * ediff-init.el: Use (featurep 'xemacs).
26638
26639 * comint.el (send-invisible): Identify buffer, if not selected.
26640
26641 * align.el: Delete autoload for c-guess-basic-syntax.
26642
26643 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26644
26645 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
26646 Improve argument/docstring consistency. Doc fixes.
26647 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
26648 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
26649 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
26650 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
26651 (r2bv-organization, r2bv-pages, r2bv-primary-author)
26652 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
26653 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
26654 Defvar at compile time.
26655
26656 2005-08-09 Juri Linkov <juri@jurta.org>
26657
26658 * info.el: Replace `info' with upper-case `Info' where appropriate.
26659 (info-title-1, info-title-2, info-title-3, info-title-4)
26660 (info-menu-header): Move up face definitions.
26661 (info-menu-star): Rename from `info-menu-5'.
26662 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
26663 (Info-fontify-visited-nodes): Fix docstring.
26664 (Info-hide-note-references): Fix docstring.
26665 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
26666 menu items in the same way as on cross-references.
26667 (info-apropos): Fix sorting order and formatting to be like in the
26668 stand-alone Info browser. Display error messages for 1 sec.
26669 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
26670 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
26671 from the menu bar.
26672 (Info-insert-dir): Restore point after calling
26673 `insert-buffer-substring'.
26674
26675 2005-08-08 Richard M. Stallman <rms@gnu.org>
26676
26677 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
26678 (recompute-lucid-menubar): Add defvars.
26679
26680 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
26681
26682 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
26683
26684 * net/net-utils.el (run-dig): Rename from `dig'.
26685
26686 * play/gametree.el (gametree-mode): Use make-local-variable,
26687 not make-variable-buffer-local.
26688
26689 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
26690
26691 * ansi-color.el (ansi-color-make-extent)
26692 (ansi-color-set-extent-face): Use fboundp, not functionp.
26693
26694 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
26695 not make-variable-buffer-local.
26696
26697 * bookmark.el (Info-current-file): Add defvar.
26698 (bookmark-jump-noselect): Use with-no-warnings.
26699
26700 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
26701
26702 * ebuff-menu.el (Helper-return-blurb): Add defvar.
26703
26704 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
26705
26706 * find-file.el (ada-procedure-start-regexp)
26707 (ada-package-start-regexp): Add defvars.
26708
26709 * info.el (Info-insert-dir): Use insert-buffer-substring.
26710
26711 * xml.el (xml-att-def-re): Add defvar.
26712
26713 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
26714 calling convention.
26715
26716 * subr.el (while-no-input): Return t if there is input.
26717
26718 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
26719
26720 * cus-start.el (all): Add `overflow-newline-into-fringe'.
26721
26722 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
26723
26724 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
26725 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
26726
26727 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
26728
26729 * cmuscheme.el (scheme-start-file): Replace reference to
26730 `user-emacs-directory' by "~/.emacs.d/".
26731
26732 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
26733
26734 * info.el (Info-dir-remove-duplicates): Avoid case folding
26735 in loop; instead, keep downcased strings for comparison.
26736 Suggested by Helmut Eller.
26737
26738 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
26739
26740 Sync with Tramp 2.0.50.
26741
26742 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
26743 XEmacs case; not necessary anymore.
26744 (tramp-user-regexp): Allow "@" as part of user name.
26745 (tramp-handle-set-visited-file-modtime)
26746 (tramp-handle-insert-file-contents)
26747 (tramp-handle-write-region): No special handling for
26748 `last-coding-system-used, because this is done in
26749 `tramp-accept-process-output' now.
26750 (tramp-accept-process-output): New defun.
26751 (tramp-process-one-action, tramp-process-one-multi-action)
26752 (tramp-wait-for-regexp, tramp-wait-for-output)
26753 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
26754 Howells <dhowells@redhat.com>.
26755 (clear-visited-file-modtime): Defadvice removed. The check for
26756 unset buffer's modtime does not need to be based on
26757 `tramp-buffer-file-attributes'. Suggested by RMS.
26758 (tramp-message): Insert "\n" if not being at beginning of line.
26759 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
26760 sequence with same logic.
26761 (tramp-completion-handle-expand-file-name): Discard call of
26762 `tramp-drop-volume-letter'. It is not necessary, and there have
26763 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
26764 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
26765 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
26766 should always be visible.
26767 (tramp-handle-insert-directory, tramp-setup-complete)
26768 (tramp-set-process-query-on-exit-flag)
26769 (tramp-append-tramp-buffers): Pacify byte-compiler.
26770 (tramp-bug): Delete non-existing variables from list.
26771 Apply `tramp-load-report-modules' as pre-hook.
26772 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
26773 `shell-prompt-pattern' because of non-7bit characters.
26774 Reported by Sebastian Luque <sluque@mun.ca>.
26775 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
26776 (tramp-match-string-list): Remove function.
26777 (tramp-wait-for-regexp): Remove call of that function.
26778 Suggested by Kim F. Storm <storm@cua.dk>.
26779 (tramp-set-auto-save-file-modes): Use octal integer code #o600
26780 instead of octal character code ?\600. The latter resulted in a
26781 syntax error with XEmacs.
26782
26783 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
26784 XEmacs case; not necessary anymore.
26785 (tramp-smb-handle-write-region): No special handling for
26786 `last-coding-system-used, because this is done in
26787 `tramp-accept-process-output' now.
26788 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
26789
26790 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
26791
26792 * wid-edit.el (widget-choice-value-create):
26793 Unconditionally respect user choice. Set :explicit-choice back to nil
26794 when no longer needed.
26795 (widget-choice-action): Unconditionally respect user choice.
26796 Eliminate :explicit-choice-value.
26797
26798 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
26799
26800 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
26801 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
26802 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
26803 running new function `toggle-indicate-empty-lines'.
26804 Rename "Customize" item to "Customize fringe".
26805 Rename "Indicators" item to "Buffer boundaries" and change help echo.
26806 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
26807 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
26808 Delete "Empty lines only" item.
26809 (menu-bar-showhide-fringe-ind-customize): New function.
26810 (menu-bar-showhide-fringe-ind-mixed)
26811 (menu-bar-showhide-fringe-ind-box)
26812 (menu-bar-showhide-fringe-ind-right)
26813 (menu-bar-showhide-fringe-ind-left)
26814 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
26815 instead of `fringe-indicators'.
26816
26817 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26818
26819 * emulation/viper.el (viper-emacs-state-mode-list):
26820 Add recentf-dialog-mode. Change the date of last update.
26821
26822 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26823
26824 * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
26825 (viper-exec-yank, viper-put-back): Don't display modification msg
26826 if in the minibuffer.
26827
26828 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
26829 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
26830 Make variables frame local.
26831
26832 * emulation/viper-util.el (viper-append-filter-alist):
26833 Use append instead of nconc.
26834
26835 * emulation/viper.el (viper-vi-state-mode-list)
26836 (viper-emacs-state-mode-list): Move help-mode and
26837 completion-list-mode from the first list to the second.
26838 (viper-mode): Docstring.
26839 (viper-go-away, viper-non-hook-settings): Don't localize
26840 minor-mode-alist in newer Emacsen. Add advice to
26841 set-cursor-color. Don't bind "\C-c\\".
26842
26843 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
26844
26845 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
26846 (scheme-macro-expand-command): New user options.
26847 (scheme-trace-procedure, scheme-expand-current-form): New commands.
26848 (scheme-form-at-point, scheme-start-file)
26849 (scheme-interactively-start-process): New functions.
26850 (scheme-get-process): New function, extracted from `scheme-proc'.
26851 (run-scheme): Call `scheme-start-file' to get start file, and pass
26852 it to `make-comint'.
26853 (switch-to-scheme, scheme-proc):
26854 Call `scheme-interactively-start-process' if no Scheme buffer/process
26855 is available.
26856
26857 2005-08-06 Juri Linkov <juri@jurta.org>
26858
26859 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26860 Use `compilation-text-face', `compilation-info-text-face' and
26861 `compilation-error-text-face' instead of `font-lock-keyword-face'.
26862 (compilation-error): New face.
26863 (compilation-error-file-name): Inherit from
26864 `compilation-error' instead of `font-lock-warning-face'.
26865 (compilation-warning-file-name): Inherit from
26866 `compilation-warning' instead of `font-lock-warning-face'.
26867 (compilation-info, compilation-error-file-name)
26868 (compilation-warning-file-name, compilation-info-file-name)
26869 (compilation-line-number, compilation-column-number): Doc fix.
26870 (compilation-error-text-face, compilation-warning-text-face)
26871 (compilation-info-text-face): New face variables.
26872 (compilation-line-face, compilation-column-face)
26873 (compilation-enter-directory-face)
26874 (compilation-leave-directory-face): Doc fix.
26875 (compilation-text-face): New function.
26876
26877 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
26878 instead of 1 to display binary file names as info file links.
26879 (grep-error-face): Use `compilation-error-face' instead of
26880 `font-lock-keyword-face'.
26881 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
26882 and `compilation-warning-text-face' instead of
26883 `font-lock-keyword-face'. Use `compilation-error-text-face'
26884 instead of `grep-error-face'.
26885
26886 2005-08-05 Kenichi Handa <handa@m17n.org>
26887
26888 * international/code-pages.el: Add autoload cookies for all coding
26889 systems.
26890
26891 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
26892
26893 * cus-start.el (all): Put undo.c where it alphabetically belongs.
26894
26895 2005-08-04 Juri Linkov <juri@jurta.org>
26896
26897 * progmodes/compile.el (compilation-mode-map):
26898 * progmodes/grep.el (grep-mode-map):
26899 Bind TAB to `compilation-next-error' and [backtab] to
26900 `compilation-previous-error'.
26901
26902 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
26903 matching line numbers, column numbers and their ranges with regexp
26904 matching only line numbers.
26905 (grep-context-face): New face variable.
26906 (grep-mode-font-lock-keywords): Use it.
26907
26908 * faces.el (read-face-name): Delete duplicate faces.
26909
26910 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
26911
26912 * thumbs.el (thumbs-find-image): Don't make variables
26913 automatically buffer local.
26914 (thumbs-current-tmp-filename, thumbs-current-image-filename)
26915 (thumbs-image-num): Make automatically buffer local.
26916 (thumbs-show-thumbs-list): Use `make-local-variable', not
26917 `make-variable-buffer-local'.
26918 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
26919
26920 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
26921 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
26922 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
26923 (bother, bye, canyou, chatlst, continue, deathlst, describe)
26924 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
26925 (feelings-about, foullst, found, hello, history, howareyoulst)
26926 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
26927 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
26928 (neglst, obj, object, owner, please, problems, qlist)
26929 (random-adjective, relation, remlst, repetitive-shortness)
26930 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
26931 (shortlst, something, sportslst, stallmanlst, states, subj)
26932 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
26933 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
26934 Defvar at compile time.
26935
26936 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
26937 not `make-variable-buffer-local'.
26938
26939 2005-08-02 Kim F. Storm <storm@cua.dk>
26940
26941 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
26942 rectangle overlay in selected window.
26943
26944 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
26945
26946 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
26947 instead of display group. Make `indicate-buffer-boundaries'
26948 customizable through Custom.
26949
26950 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
26951
26952 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
26953 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
26954 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
26955 (gdb-put-string): Fix typos in docstrings.
26956
26957 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
26958
26959 Update copyright notices of files in progmodes directory for
26960 release of Emacs 22.1.
26961
26962 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
26963
26964 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
26965 Don't barf if the GUD buffer has been killed.
26966
26967 2005-08-01 Kim F. Storm <storm@cua.dk>
26968
26969 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
26970
26971 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
26972
26973 * simple.el (next-error-follow-minor-mode):
26974 make-variable-buffer-local -> make-local-variable.
26975
26976 * emacs-lisp/cl-extra.el: Require CL also when compiling.
26977
26978 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
26979 (byte-compile-form-make-variable-buffer-local): New functions to warn
26980 about misuses of make-variable-buffer-local where make-local-variable
26981 was meant.
26982
26983 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
26984
26985 * bs.el (bs-attributes-list): Doc fix.
26986 (bs): Update url-link.
26987
26988 * desktop.el (desktop-save-buffer): Fix typos in docstring.
26989 (desktop-load-default): Simplify.
26990
26991 * ibuffer.el (ibuffer-columnize-and-insert-list)
26992 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
26993 (ibuffer-unmark-all, ibuffer-toggle-marks)
26994 (ibuffer-unmark-forward, ibuffer-unmark-backward)
26995 (ibuffer-compile-make-format-form, ibuffer-format-column)
26996 (ibuffer-current-buffers-with-marks)
26997 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
26998 (ibuffer): Doc fix.
26999 (ibuffer-mode): Fix typo in docstring.
27000 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
27001 with `define-obsolete-variable-alias'.
27002 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
27003
27004 2005-07-29 Kenichi Handa <handa@m17n.org>
27005
27006 * international/mule-cmds.el (select-message-coding-system):
27007 Be sure to use LF for end-of-line. If no coding system is decided,
27008 return iso-8859-1-unix.
27009
27010 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
27011
27012 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
27013 (ange-ftp-pending-error-line): New vars.
27014 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
27015 to handle the non-fatal no-route-to-host messages.
27016 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
27017
27018 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
27019
27020 * isearch.el (isearch-mode-map, isearch-other-meta-char)
27021 (isearch-quote-char, isearch-printing-char)
27022 (isearch-text-char-description): "?\ " -> "?\s".
27023 (isearch-lazy-highlight-cleanup)
27024 (isearch-lazy-highlight-initial-delay)
27025 (isearch-lazy-highlight-interval)
27026 (isearch-lazy-highlight-max-at-a-time)
27027 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
27028 Declare with define-obsolete-*-alias macros.
27029 (isearch-forward): Fix typo in docstring.
27030 (search-invisible, search-ring-yank-pointer)
27031 (regexp-search-ring-yank-pointer): Doc fixes.
27032
27033 * recentf.el (recentf-menu-append-commands-p): Declare with
27034 `define-obsolete-variable-alias'.
27035 (recentf-max-saved-items, recentf-menu-filter)
27036 (recentf-arrange-by-rule-subfilter): Doc fixes.
27037 (recentf-menu-append-commands-flag)
27038 (recentf-initialize-file-name-history, recentf-expand-file-name)
27039 (recentf-clear-data): Fix typos in docstrings.
27040
27041 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
27042
27043 * progmodes/gdb-ui.el: Smarten comments.
27044 (gdb-info-breakpoints-custom): Use nowarn when finding file.
27045
27046 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
27047
27048 * term/apollo.el (terminal-init-apollo): New function containing
27049 all former top level forms in the file.
27050 * term/bobcat.el (terminal-init-bobcat):
27051 * term/cygwin.el (terminal-init-cygwin):
27052 * term/iris-ansi.el (terminal-init-iris-ansi):
27053 * term/linux.el (terminal-init-linux):
27054 * term/news.el (terminal-init-news):
27055 * term/rxvt.el (terminal-init-rxvt):
27056 * term/sun.el (terminal-init-sun):
27057 * term/tvi970.el (terminal-init-tvi970):
27058 * term/vt100.el (terminal-init-vt100):
27059 * term/vt102.el (terminal-init-vt102):
27060 * term/vt125.el (terminal-init-vt125):
27061 * term/vt200.el (terminal-init-vt200):
27062 * term/vt201.el (terminal-init-vt201):
27063 * term/vt220.el (terminal-init-vt220):
27064 * term/vt240.el (terminal-init-vt240):
27065 * term/vt300.el (terminal-init-vt300):
27066 * term/vt320.el (terminal-init-vt320):
27067 * term/vt400.el (terminal-init-vt400):
27068 * term/vt420.el (terminal-init-vt420):
27069 * term/wyse50.el (terminal-init-wyse50):
27070 * term/xterm.el (terminal-init-xterm): Likewise.
27071
27072 * term/README: Describe the terminal-init-* functionality.
27073
27074 * startup.el (command-line): After loading the terminal initialization
27075 file call the corresponding terminal initialization function.
27076
27077 2005-07-27 Kenichi Handa <handa@m17n.org>
27078
27079 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
27080 negative.
27081
27082 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
27083 (ps-mule-composition-prologue): Fix for the case that
27084 RelativeCompose is false.
27085
27086 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
27087
27088 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
27089
27090 * descr-text.el (describe-char): Handle the case where the list of
27091 chars is displayed in a separate frame.
27092 Be a bit more discriminating when looking for the char.
27093
27094 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
27095
27096 * bookmark.el (bookmark-automatically-show-annotations)
27097 (bookmark-read-annotation-text-func): Doc fixes.
27098 (bookmark-save): Improve argument/docstring consistency.
27099 (bookmark-get-bookmark, bookmark-get-bookmark-record)
27100 (bookmark-alist-from-buffer)
27101 (bookmark-upgrade-file-format-from-0)
27102 (bookmark-grok-file-format-version)
27103 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
27104 (bookmark-read-annotation-mode)
27105 (bookmark-insert-current-bookmark, bookmark-jump)
27106 (bookmark-exit-hook): Fix typos in docstrings.
27107 (bookmark-exit-hooks): Define as obsolete alias.
27108 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
27109 not `bookmark-exit-hooks'. Fix docstring.
27110 (bookmark-bmenu-select): "?\ " -> "?\s".
27111
27112 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
27113
27114 * startup.el (command-line): Fix typo.
27115
27116 2005-07-24 Richard M. Stallman <rms@gnu.org>
27117
27118 * tooltip.el (tooltip-mode): Test emacs-basic-display,
27119 not emacs-quick-startup.
27120
27121 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
27122
27123 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
27124 (reb-next-match, reb-show-subexp): Use `with-selected-window'
27125 instead of `reb-with-current-window'.
27126 (reb-prev-match): Likewise. Also, don't move left if the search
27127 was unsuccessful.
27128 (reb-initialize-buffer): New function.
27129 (re-builder, reb-change-syntax): Use it.
27130
27131 * man.el (Man-goto-page): Make second argument NOERROR optional.
27132
27133 2005-07-23 Richard M. Stallman <rms@gnu.org>
27134
27135 * man.el (Man-bgproc-sentinel): Check here for failure to find
27136 any man page in the output, and report the error here.
27137 (Man-arguments): Make it permanent local.
27138 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
27139 (Man-mode): Pass t for NOERROR.
27140
27141 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
27142 (grep-mode-font-lock-keywords):
27143 Don't use compilation-...-face for messages that are not file names.
27144
27145 * progmodes/compile.el (compilation-mode-font-lock-keywords):
27146 Don't use compilation-...-face for messages that are not file names.
27147
27148 2005-07-22 Juri Linkov <juri@jurta.org>
27149
27150 * startup.el (normal-splash-screen): Update menu name.
27151
27152 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
27153
27154 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
27155
27156 * term/xterm.el: Load term/rxvt if the terminal is actually an
27157 rxvt terminal.
27158 (xterm-rxvt-set-background-mode): Remove, not used anymore.
27159
27160 * term/rxvt.el (function-key-map): Use substitute-key-definition
27161 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
27162
27163 * term/cygwin.el: New file.
27164
27165 2005-07-22 Kim F. Storm <storm@cua.dk>
27166
27167 * image-file.el (insert-image-file, image-file-yank-handler):
27168 Fix last change to maintain a (unique) yank-handler on yanked images.
27169
27170 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
27171
27172 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
27173 of the file size (as in "177B" for 177 bytes). This happens with
27174 "ls -lh" on FreeBSD.
27175
27176 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
27177
27178 * hilit-chg.el (highlight-changes-global-initial-state)
27179 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
27180 (hilit-chg-fixup, highlight-changes-mode):
27181 Fix typos in docstrings.
27182 (highlight-changes-global-modes, highlight-changes-rotate-faces):
27183 Doc fixes.
27184
27185 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
27186
27187 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
27188 mode function using `eval-after-load'.
27189
27190 2005-07-21 Kim F. Storm <storm@cua.dk>
27191
27192 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
27193 included when reporting an Emacs crash, and tell about the DEBUG file.
27194
27195 * image-file.el (insert-image-file): Add yank-handler.
27196 (image-file-yank-handler): Yank handler to make unique copies of
27197 images when they are yanked into a buffer next to each other.
27198
27199 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
27200
27201 * comint.el (comint-use-prompt-regexp, comint-send-input)
27202 (comint-source-default, comint-extract-string)
27203 (comint-get-source, comint-word, comint-completion)
27204 (comint-source, comint-prompt-read-only, comint-update-fence):
27205 Fix typos in docstrings.
27206 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
27207 Declare with define-obsolete-*-alias macros.
27208 (comint-previous-matching-input-from-input)
27209 (comint-next-matching-input-from-input)
27210 (comint-previous-matching-input, comint-next-matching-input)
27211 (comint-forward-matching-input):
27212 Improve argument/docstring consistency.
27213
27214 * desktop.el (desktop-clear-preserve-buffers-regexp):
27215 Also preserve the *server* buffer.
27216
27217 * simple.el (clone-indirect-buffer): Doc fix.
27218 (fixup-whitespace, just-one-space)
27219 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
27220 (next-error, next-error-highlight)
27221 (next-error-highlight-no-select, next-error-last-buffer)
27222 (next-error-buffer-p, next-error-find-buffer, next-error)
27223 (previous-error, next-error-no-select, previous-error-no-select)
27224 (open-line, split-line, minibuffer-prompt-width, kill-new)
27225 (binary-overwrite-mode): Fix typos in docstrings.
27226 (set-fill-column): Fix typo in message.
27227
27228 * skeleton.el (skeleton-proxy-new): Doc fix.
27229
27230 * strokes.el (strokes-load-hook): Doc fix.
27231 (strokes-grid-resolution, strokes-get-grid-position)
27232 (strokes-renormalize-to-grid, strokes-read-stroke)
27233 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
27234 (strokes-global-map): Fix typos in docstrings.
27235 (strokes-help): Doc fix. Fix help message and pass it through
27236 `substitute-command-keys'.
27237
27238 * tempo.el (tempo-insert-prompt, tempo-interactive)
27239 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
27240 (tempo-insert-string-functions, tempo-local-tags)
27241 (tempo-define-template, tempo-insert-template)
27242 (tempo-insert-prompt-compat, tempo-is-user-element)
27243 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
27244 Fix typos in docstrings.
27245
27246 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
27247 (vcursor-key-bindings, vcursor-use-vcursor-map)
27248 (vcursor-find-window, vcursor-scroll-down)
27249 (vcursor-disable, vcursor-beginning-of-buffer)
27250 (vcursor-end-of-buffer): Fix typos in docstrings.
27251 (vcursor-relative-move, vcursor-get-char-count):
27252 Improve argument/docstring consistency.
27253
27254 * version.el: "?\ " -> "?\s".
27255
27256 * wid-edit.el (widget-default-create, widget-after-change)
27257 (widget-default-format-handler, widget-checklist-add-item)
27258 (widget-radio-add-item, widget-choose, widget-specify-secret)
27259 (widget-field-value-create, widget-field-value-get)
27260 (widget-editable-list-format-handler)
27261 (widget-editable-list-entry-create, widget-group-value-create)
27262 (widget-documentation-link-add)
27263 (widget-documentation-string-value-create): "?\ " -> "?\s".
27264 (widget-convert-text): Doc fix.
27265 (widget-narrow-to-field, widget-field-find)
27266 (widget-url-link-action, widget-emacs-library-link-action)
27267 (widget-color-notify): Fix typos in docstrings.
27268
27269 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
27270 (x-select-text, set-w32-system-coding-system)
27271 (w32-add-charset-info): Fix typos in docstrings.
27272
27273 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
27274 (cua-enable-cua-keys, cua-use-hyper-key)
27275 (cua-virtual-rectangle-edges): Fix typos in docstrings.
27276 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
27277
27278 * net/tramp.el (tramp-handle-load): Fix typo in error message.
27279
27280 * emacs-lisp/re-builder.el (regexp-builder): Declare with
27281 `defalias' instead of faking it.
27282
27283 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
27284 (eshell-ls-missing, eshell-ls-dired-initial-args)
27285 (eshell-ls-use-in-dired): Fix typos in docstrings.
27286
27287 2005-07-20 Kim F. Storm <storm@cua.dk>
27288
27289 * emulation/cua-base.el (cua-mode): Improve doc string.
27290
27291 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
27292
27293 * abbrev.el (expand-region-abbrevs): Doc fix.
27294 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
27295 Improve argument/docstring consistency.
27296
27297 * arc-mode.el (archive-get-descr, archive-alternate-display):
27298 Doc fixes.
27299 (archive-l-e): Improve argument/docstring consistency.
27300 (archive-tmpdir, archive-unixdate, archive-unixtime)
27301 (archive-chmod-entry): Fix typos in docstrings.
27302 (archive-unflag, archive-unflag-backwards)
27303 (archive-unmark-all-files): "?\ " -> "?\s".
27304
27305 * buff-menu.el (Buffer-menu-unmark): Doc fix.
27306 (Buffer-menu-not-modified, Buffer-menu-execute)
27307 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
27308 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
27309
27310 * composite.el (compose-string, encode-composition-rule)
27311 (compose-last-chars): Fix typos in docstrings.
27312
27313 * desktop.el (desktop-enable, desktop-basefilename):
27314 Declare with `define-obsolete-variable-alias'.
27315 (desktop-internal-v2s): Don't quote keywords.
27316 (desktop-clear): "?\ " -> "?\s".
27317
27318 * dired.el (dired-align-file, dired-flag-backup-files)
27319 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
27320 (dired-listing-switches, dired-ls-F-marks-symlinks)
27321 (dired-dwim-target, dired-load-hook, dired-mode-hook)
27322 (dired-directory, dired-faces, dired, dired-revert)
27323 (dired-mode, dired-summary, dired-view-file)
27324 (dired-copy-filename-as-kill, dired-delete-file)
27325 (dired-no-confirm, dired-unmark-all-marks)
27326 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
27327 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
27328 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
27329 Fix typos in message strings.
27330
27331 * dired-x.el (virtual-dired): Declare with `defalias'.
27332 (dired-mark-unmarked-files, dired-local-variables-file)
27333 (dired-omit-here-always): Doc fix.
27334 (dired-omit-mode, dired-find-subdir)
27335 (dired-enable-local-variables, dired-clean-up-buffers-too)
27336 (dired-extra-startup, dired-mark-extension, dired-jump)
27337 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
27338 (dired-smart-shell-command, dired-guess-shell-alist-user)
27339 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
27340 (dired-x-bind-find-file, dired-x-submit-report):
27341 Fix typos in docstrings.
27342 (dired-mark-unmarked-files): "?\ " -> "?\s".
27343
27344 * dirtrack.el (dirtrack-list): Fix typos in docstring.
27345
27346 * faces.el (describe-face): "?\ " -> "?\s".
27347 (read-all-face-attributes, read-face-font, modify-face)
27348 (face-attr-construct, italic): Fix typos in docstrings.
27349 (frame-update-face-colors): Declare with
27350 `define-obsolete-function-alias'.
27351
27352 * files.el (find-file-noselect, recode-file-name): Doc fixes.
27353 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
27354 (magic-mode-alist, buffer-file-numbers-unique)
27355 (write-file-functions, get-free-disk-space):
27356 Fix typos in docstrings.
27357 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
27358 (write-contents-hooks, write-file-hooks):
27359 Declare with `define-obsolete-variable-alias'.
27360
27361 * forms-d2.el (arch-rj): Fix typo in docstrings.
27362 (arch-tocol): Likewise. "?\ " -> "?\s".
27363
27364 * frame.el (set-frame-font, cursor-in-non-selected-windows):
27365 Fix typo in docstring.
27366 (set-screen-width, set-screen-height): Delete redundant info in
27367 doctrings.
27368 (new-frame, screen-height, screen-width): Declare with
27369 `define-obsolete-function-alias'.
27370 (delete-frame-hook, blink-cursor): Declare with
27371 `define-obsolete-variable-alias'.
27372
27373 * paths.el (prune-directory-list): Fix typos in docstring.
27374
27375 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
27376 (cvs-prefix-get): Fix typos in docstrings.
27377
27378 * ps-print.el (ps-extend-face-list, ps-extend-face)
27379 (ps-print-background-image): Fix typos in docstrings.
27380 (ps-default-fg, ps-default-bg): Doc fixes.
27381
27382 * s-region.el (s-region-bind): Doc fix.
27383 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
27384
27385 * textmodes/org.el (org-table-formula-substitute-names)
27386 (org-table-get-vertical-vector): Doc fixes.
27387 (org-table-recalculate): Remove unused argument to `message'.
27388
27389 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
27390
27391 * textmodes/org.el (org-table-column-names)
27392 (org-table-column-name-regexp)
27393 (org-table-named-field-locations): New variables.
27394 (org-archive-subtree): Protect `this-command' when calling
27395 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
27396 the kill buffer.
27397 (org-complete): Remove fixed-formula completion.
27398 (org-edit-formulas-map): New variable.
27399 (org-table-edit-formulas): New command.
27400 (org-finish-edit-formulas, org-abort-edit-formulas)
27401 (org-show-variable, org-table-get-vertical-vector): New functions.
27402 (org-table-maybe-eval-formula): Handle `:=' fields.
27403 (org-table-get-stored-formulas, org-table-store-formulas)
27404 (org-table-get-formula, org-table-modify-formulas)
27405 (org-table-replace-in-formulas): Handle named field formulas.
27406 (org-table-get-specials): Store locations of named fields.
27407
27408 2005-07-19 Juri Linkov <juri@jurta.org>
27409
27410 * progmodes/grep.el (grep-regexp-alist)
27411 (grep-mode-font-lock-keywords, grep-process-setup):
27412 Use default GNU grep match color "01;31m" instead of "01;41m".
27413 (grep-regexp-alist, grep-mode-font-lock-keywords):
27414 Use `\\[[0-9]*m' instead of `\\[00m'.
27415 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
27416 sgr_start where its handling is more important. Use the real
27417 length of sgr_start instead of constant 8.
27418 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
27419 specially. Delete all remaining escape sequences.
27420 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
27421 (grep-regexp-alist): Make hyperlink only for binary file name
27422 instead of the whole line.
27423 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
27424 (grep-mode): Add autoload.
27425
27426 * emacs-lisp/find-func.el (find-function-regexp):
27427 Add `define-compilation-mode'.
27428
27429 2005-07-19 Juri Linkov <juri@jurta.org>
27430
27431 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
27432 (compare-windows-sync-string-size, compare-windows-recenter)
27433 (compare-windows-highlight, compare-windows): Add version 22.1.
27434 (compare-windows) <defface>: Inherit from lazy-highlight instead
27435 of duplicating its default value.
27436
27437 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
27438 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
27439
27440 * descr-text.el (describe-char): Create link buttons for `charset'
27441 and `code point'. Add the current input method name with a link
27442 button to `to input' field. Print face names of display table
27443 characters in `The display table entry is displayed by' section
27444 instead of printing face-id in the `display' field.
27445 Guess hardcoded faces and create a link button for them.
27446 Skip empty fields when calculating max-width.
27447 Treat `widget-create' specially while inserting strings from the
27448 collected field list.
27449 (describe-char-after): Made obsolete in version 22.1, not 21.5.
27450
27451 * diff-mode.el (diff-file-header): Change foreground color from
27452 yellow to green on light backgrounds.
27453 (diff-context): Inherit from `shadow' only for color/grayscale
27454 with more than 88 colors.
27455 (diff-indicator-removed, diff-indicator-added)
27456 (diff-indicator-changed): New faces.
27457 (diff-font-lock-keywords): Use new faces. Regroup rules.
27458 Add "^---$" for `normal' diff format. Fontify `#' lines with
27459 font-lock-comment-delimiter-face and font-lock-comment-face.
27460 Add `#' to ^[^...] in the rule for `diff-context-face'.
27461
27462 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
27463 a button-like box. Inherit from `highlight' on low colors.
27464 (shadow): Use shades of gray only for color/grayscale with
27465 more than 88 colors. Use green for light backgrounds with
27466 8 colors, and yellow for dark backgrounds with 8 colors.
27467
27468 * font-lock.el (font-lock-regexp-grouping-backslash):
27469 Don't inherit from escape-glyph (use bold for all cases).
27470
27471 * info.el (info-xref-visited): Use light foreground color `violet'
27472 for dark backgrounds instead of dark color `magenta3'.
27473 (info-title-1): Use `yellow' color for dark backgrounds.
27474
27475 * isearch.el (isearch): Use not-too-dark magenta3 instead of
27476 too-light magenta2.
27477
27478 * replace.el (match): Use slightly more light RoyalBlue3 instead
27479 of dark RoyalBlue4.
27480
27481 * wid-edit.el (widget-inactive): Inherit from `shadow'.
27482
27483 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
27484
27485 * novice.el (disabled-command-hook): Declare it with
27486 `define-obsolete-variable-alias'.
27487
27488 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
27489 (desktop-buffer-misc-functions, desktop-buffer-handlers)
27490 (desktop-load-default): Add release to obsolescence info.
27491 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
27492 (desktop-append-buffer-args, desktop-read):
27493 Fix typos in docstrings.
27494 (desktop-kill): Fix typo in message.
27495 (desktop-save): Doc fix.
27496
27497 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
27498
27499 * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
27500 (viper-envelop-ESC-key): Change the definition of fast
27501 keysequence so it'll work with keyboard macros.
27502
27503 * ediff.el (ediff-patch-buffer): Change the docstring.
27504
27505 2005-07-19 Kenichi Handa <handa@m17n.org>
27506
27507 * international/mule-cmds.el (select-safe-coding-system): Try to
27508 use an auto-coding (if any) before anything else. If the found
27509 auto-coding is invalid, show a warning message.
27510
27511 * international/mule.el (find-auto-coding): New function created
27512 by modifying the body of set-auto-coding.
27513 (set-auto-coding): Use find-auto-coding to find a coding.
27514
27515 2005-07-18 Richard M. Stallman <rms@gnu.org>
27516
27517 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
27518 not isearch-mode-end-hook-error.
27519 (allout-before-change-protect): Fix error message.
27520
27521 2005-07-18 Juri Linkov <juri@jurta.org>
27522
27523 * allout.el (allout-mode):
27524 * calculator.el (calculator-copy):
27525 * custom.el (custom-known-themes):
27526 * dired.el (dired-desktop-buffer-misc-data)
27527 (dired-restore-desktop-buffer):
27528 * dired-x.el (dired-omit-marker-char):
27529 * files.el (basic-save-buffer):
27530 * font-core.el (font-lock-mode):
27531 * calendar/calendar.el (calendar-goto-hebrew-date)
27532 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
27533 (calendar-goto-persian-date):
27534 * language/ethio-util.el (ethio-sera-to-fidel-region):
27535 * textmodes/picture.el (picture-mode):
27536 Delete duplicate duplicate words.
27537
27538 2005-07-18 Juri Linkov <juri@jurta.org>
27539
27540 * isearch.el (isearch-mode-map): Remove key bindings for regexp
27541 chars * ? } |.
27542 (isearch-fallback): Don't call `isearch-process-search-char'.
27543 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
27544 (isearch-process-search-char): Call `isearch-fallback' for regexp
27545 chars * ? } |.
27546 (isearch-return-char): Make obsolete with `make-obsolete' instead
27547 of simply documenting it as obsolete in the docstring.
27548 (isearch-fallback): Refill docstring.
27549
27550 * international/isearch-x.el
27551 (isearch-process-search-multibyte-characters): Remove unneeded
27552 `concat'. Add intermediate values to `junk-hist' instead of
27553 `minibuffer-history'. Test the length of `str'.
27554
27555 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
27556
27557 * allout.el (allout-resolve-xref): Fix typos in error strings.
27558 (allout-before-change-protect): Remove unneeded `concat'.
27559
27560 * array.el (array-mode, array-reconfigure-rows)
27561 (untabify-backward): Fix typos in docstrings.
27562 (array-reconfigure-rows): Use `insert-buffer-substring', not
27563 `insert-buffer'.
27564
27565 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
27566 * progmodes/ada-mode.el (ada-make-body):
27567 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
27568
27569 * dired.el (dired-log):
27570 * tar-mode.el (tar-subfile-save-buffer):
27571 * play/zone.el (zone-pgm-stress-destress):
27572 Use `insert-buffer-substring', not `insert-buffer'.
27573
27574 2005-07-17 Simon Josefsson <jas@extundo.com>
27575
27576 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
27577
27578 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
27579
27580 * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
27581 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
27582
27583 2005-07-17 Kim F. Storm <storm@cua.dk>
27584
27585 * ido.el (dired-other-window): Add ido property.
27586
27587 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
27588
27589 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27590 Fix typo in docstring.
27591 (byte-compile-interactive-only-functions): Add `insert-buffer' and
27592 `insert-file-literally'.
27593
27594 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
27595 info and delete redundant message. Doc fix.
27596 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
27597 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
27598
27599 2005-07-16 Richard M. Stallman <rms@gnu.org>
27600
27601 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
27602 (byte-compile-and): Use byte-compile-and-recursion.
27603 (byte-compile-or-recursion): New function.
27604 (byte-compile-or): Use that.
27605 (byte-compile-if): Guard the else-clause too.
27606 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
27607
27608 * isearch.el (isearch-mode-end-hook-quit): New variable.
27609 (isearch-done): Bind it.
27610 (isearch-mode-end-hook): Doc fix.
27611
27612 * allout.el (allout-isearch-did-quit): Variable deleted.
27613 (allout-real-isearch-abort): Function name no longer used.
27614 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
27615 (allout-isearch-rectification): isearch-mode always exists.
27616 Don't set allout-isearch-did-quit.
27617 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
27618 allout-isearch-did-quit.
27619 (allout-enwrap-isearch): Just add the hook.
27620 (allout-isearch-abort): Function deleted.
27621 (allout-pre-command-business): Avoid warning.
27622
27623 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
27624 Correctly avoid warnings.
27625 (pascal-outline): Likewise.
27626
27627 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
27628
27629 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
27630
27631 * play/tetris.el (tetris-mode): Avoid warning.
27632
27633 * play/snake.el (snake-mode): Avoid warning.
27634
27635 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
27636 (gamegrid-set-display-table): Avoid warning.
27637 (gamegrid-set-timer): Likewise.
27638 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
27639 (gamegrid-add-score-with-update-game-score-1): Take FILE
27640 as argument.
27641 (gamegrid-add-score-with-update-game-score): Pass that argument.
27642 Rename have-shared-game-dir to gamegrid-shared-game-dir.
27643
27644 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
27645
27646 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
27647 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
27648
27649 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
27650 and insert-file.
27651
27652 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
27653 (sc-ask): Avoid warnings.
27654
27655 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
27656 (eshell-hist-initialize): Use that var the natural way.
27657
27658 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
27659
27660 * emacs-lisp/re-builder.el (reb-cook-regexp):
27661 Avoid warning calling lre-compile-string.
27662 (reb-color-display-p): Avoid warning.
27663
27664 * calculator.el (calculator-last-input): Guard uses
27665 of event-key and key-press-event-p.
27666 (event-key, key-press-event-p): Delete definitions.
27667
27668 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
27669 (find-gc-source-directory, find-gc-subrs-callers)
27670 (find-gc-noreturn-list, find-gc-source-files)
27671 (find-gc-subrs-called): Vars renamed and defvar'd.
27672
27673 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
27674 (checkdoc-overlay-put, checkdoc-delete-overlay)
27675 (checkdoc-overlay-start, checkdoc-overlay-end)
27676 (checkdoc-mode-line-update, checkdoc-char=):
27677 Define such that compiler knows they are defined.
27678 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
27679 (checkdoc-read-event): Delete. Use read-event directly.
27680
27681 * whitespace.el (whitespace-make-overlay)
27682 (whitespace-overlay-put, whitespace-delete-overlay)
27683 (whitespace-overlay-start, whitespace-overlay-end):
27684 Define such that compiler knows they are defined.
27685 (whitespace): Move conditional inside.
27686
27687 * tempo.el (tempo-insert-template): Suppress warning.
27688
27689 * ediff-diff.el (longlines-mode): Add defvar.
27690
27691 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
27692
27693 * server.el: Bind "C-x #" in a way that works even if C-x is
27694 redefined to a command key, not a prefix key.
27695
27696 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27697
27698 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
27699 cl-make-type-test till execution time.
27700
27701 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
27702
27703 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
27704 arg ARG and use it.
27705
27706 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27707
27708 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
27709
27710 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
27711
27712 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27713 a defcustom with two :set or :type keywords.
27714
27715 2005-07-15 Richard M. Stallman <rms@gnu.org>
27716
27717 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
27718 Don't give ^M comment-end syntax.
27719
27720 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
27721
27722 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
27723 Don't consider gdbmi (gdb-mi.el has its own update functions).
27724 (gdb-var-delete): Make it work for gdbmi as well.
27725 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
27726
27727 * progmodes/gud.el (etags, sdb): Only require etags when needed.
27728 (gud-speedbar-menu-items): Correct logic for enabling items.
27729
27730 2005-07-15 Kim F. Storm <storm@cua.dk>
27731
27732 * ido.el: Fix commentary.
27733 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
27734 Use with-no-warnings around ffap-guesser.
27735 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
27736 Let bind minibuffer-completing-file-name to t.
27737
27738 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
27739
27740 * startup.el (site-run-file, keyboard-type): Doc fixes.
27741 (command-line): Check for "--basic-display" argument; also for
27742 "--quick", not "--bare-bones" (which was renamed).
27743 (fancy-splash-text): Add missing item "Getting New Versions".
27744 (normal-splash-screen): Fix typos and improve consistency with
27745 `fancy-splash-text'. Update copyright year.
27746
27747 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
27748 valid binding for `help-char'.
27749
27750 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
27751
27752 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
27753
27754 * term.el (term-mode): Disable cua-mode for term buffers.
27755
27756 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
27757
27758 * add-log.el (add-log-mailing-address, change-log-merge):
27759 Doc fixes.
27760 (change-log-get-method-definition): Fix typo in docstring.
27761
27762 2005-07-14 Kim F. Storm <storm@cua.dk>
27763
27764 * emulation/cua-base.el:
27765 (cua--pre-command-handler-1, cua--pre-command-handler)
27766 (cua--post-command-handler-1, cua--post-command-handler):
27767 Split in two. Check (buffer local) value of cua-mode.
27768 (cua-selection-mode): New command.
27769
27770 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
27771
27772 * custom.el (custom-initialize-safe-set)
27773 (custom-initialize-safe-default): Doc fixes.
27774
27775 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27776 and simplify :init-value again.
27777
27778 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27779 and simplify :init-value again. Delete autoload.
27780
27781 * startup.el (command-line): Use `custom-reevaluate-setting' again
27782 for tooltip-mode.
27783
27784 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27785 a defcustom with two :initialize keywords.
27786
27787 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
27788
27789 * allout.el (my-mark-marker, allout-isearch-prior-pos)
27790 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
27791 (allout-post-command-business, allout-flag-region)
27792 (isearch-reenable-font-lock, allout-yank)
27793 (allout-insert-latex-header, allout-insert-latex-trailer)
27794 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
27795 (allout-latex-verb-quote): Fix typos in docstrings.
27796 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
27797 (allout-unprotected, allout-prefix-data):
27798 Improve argument/docstring consistency.
27799 (allout-chart-subtree): Fix argument spec.
27800 (allout-open-topic): Rename `use_sib_bullet' argument to
27801 `use-sib-bullet'. Doc fix.
27802
27803 * whitespace.el (whitespace-check-buffer-leading)
27804 (whitespace-check-buffer-trailing)
27805 (whitespace-check-buffer-indent)
27806 (whitespace-check-buffer-spacetab)
27807 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
27808 (whitespace-check-leading-whitespace)
27809 (whitespace-check-trailing-whitespace)
27810 (whitespace-check-spacetab-whitespace)
27811 (whitespace-check-indent-whitespace)
27812 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
27813 (whitespace-modes): Fix typos in docstrings.
27814 (defgroup, defcustom): Doc fixes.
27815
27816 * winner.el (winner-mode, winner-boring-buffers)
27817 (winner-pending-undo-ring): Doc fixes.
27818 (winner-ring): Remove unneeded `progn'.
27819 (winner-equal): `defsubst' it.
27820 (winner-redo): Fix message.
27821
27822 2005-07-13 Kim F. Storm <storm@cua.dk>
27823
27824 * simple.el (line-move-1): Always use vertical-motion to
27825 do the last (or only) line move to ensure some movement.
27826 Undo 2005-06-23 change--don't check for overlays.
27827
27828 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27829
27830 * term/mac-win.el (ccl-encode-mac-roman-font)
27831 (ccl-encode-mac-centraleurroman-font)
27832 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
27833 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
27834 Change charset-id boundary of dimension to ?\xef.
27835 (mac-char-fontspec-list): New constant.
27836 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
27837 argument. Nil uses itself as family in font-spec. Previous
27838 behavior for nil is now provided by non-nil non-string argument.
27839 All callers changed. Add font-specs for Mac fonts to
27840 "fontset-default" unless iso8859-1 fonts are installed.
27841
27842 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
27843
27844 * progmodes/sh-script.el (sh-get-indent-info): Only indent
27845 a continuation line if the \ is preceded by SPC or TAB.
27846 (sh-get-indent-info): Simplify.
27847 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
27848 Use with-current-buffer.
27849
27850 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
27851 when the matched text is empty.
27852
27853 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
27854
27855 * startup.el (command-line): Revert to previous handling of
27856 tooltip-mode. Explain in comment why the complexity is needed.
27857
27858 * tooltip.el (tooltip-mode): Revert to previous implementation of
27859 its defcustom.
27860
27861 * frame.el (blink-cursor-mode): Revert to previous implementation
27862 of its defcustom. Update comment.
27863
27864 2005-07-12 Lars Hansen <larsh@soem.dk>
27865
27866 * desktop.el: Update e-mail address.
27867
27868 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27869
27870 * term/mac-win.el (mac-services-mail-selection)
27871 (mac-services-mail-to): New functions.
27872 (mac-application-menu-map): Bind them.
27873
27874 2005-07-12 wulei <milton@wulei.net> (tiny change)
27875
27876 * progmodes/gdb-ui.el: Add note about buffering with Windows.
27877
27878 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
27879
27880 * custom.el (custom-reevaluate-setting): Doc fix.
27881
27882 2005-07-11 Jay Belanger <belanger@truman.edu>
27883
27884 * calc/calc.el (calc-embedded-announce-formula-alist)
27885 (calc-embedded-open-close-plain-alist)
27886 (calc-embedded-open-close-mode-alist): Add checks for additional
27887 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
27888
27889 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
27890
27891 * custom.el (custom-enable-theme): Don't add theme to
27892 `custom-enabled-themes' with `push' because there is no
27893 setf-method for `delq'.
27894
27895 2005-07-11 Richard M. Stallman <rms@gnu.org>
27896
27897 * custom.el (custom-declare-variable): Doc fix.
27898
27899 * dired-aux.el (dired-compare-directories): Remove "." and ".."
27900 from the alists.
27901
27902 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
27903 Do nothing if edebug-active.
27904
27905 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
27906 (edebug-display): Do it here instead.
27907
27908 2005-07-10 Richard M. Stallman <rms@gnu.org>
27909
27910 * cus-face.el (custom-theme-set-faces): Make it work.
27911 (custom-reset-faces): Doc fix.
27912 (custom-theme-reset-internal-face, custom-theme-face-value):
27913 Functions deleted.
27914
27915 * custom.el (custom-push-theme): Maintain list of the settings
27916 of a given theme in its theme-settings property.
27917 Maintain position of old settings in the theme-value
27918 or theme-face property.
27919 (custom-enabled-themes): New variable.
27920 (custom-theme-enabled-p): New function.
27921 (provide-theme): Update custom-enabled-themes.
27922 Disable and reenable the `user' theme.
27923 (require-theme): Doc fix.
27924 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
27925 (custom-theme-value, custom-theme-variable-value): Likewise.
27926 (custom-theme-reset-internal): Likewise.
27927 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
27928 (custom-enable-theme, custom-disable-theme): New functions.
27929 (custom-variable-theme-value, custom-face-theme-value): Likewise.
27930 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
27931 (custom-theme-reset-variables): Simplify.
27932 (deftheme, custom-declare-theme, custom-make-theme-feature):
27933 Definitions moved.
27934
27935 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
27936
27937 * longlines.el (longlines-show-region)
27938 (longlines-unshow-hard-newlines): Recognize hard newlines by
27939 non-nil hard property, instead of t.
27940
27941 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
27942
27943 * emulation/viper-cmd.el (viper--key-maps): New variable.
27944 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
27945 emulation-mode-map-alists.
27946 (viper-envelop-ESC-key): Use viper-subseq.
27947 (viper-search-forward/backward/next): Disable debug-on-error.
27948
27949 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27950 (viper-ESC-key): New defcustoms.
27951
27952 * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
27953
27954 * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
27955 (viper-subseq): Copy of subseq from cl.el.
27956
27957 * emulation/viper.el (viper-go-away, viper-set-hooks): Use
27958 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
27959
27960 * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
27961
27962 * emulation/viper-init.el: Get rid of -face in face names.
27963
27964 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
27965 Make it work with longlines mode.
27966
27967 * ediff-mult.el (ediff-meta-mode-hook): New variable.
27968
27969 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
27970
27971 * ediff-init.el: Get rid of -face in face names.
27972
27973 2005-07-10 Richard M. Stallman <rms@gnu.org>
27974
27975 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
27976 and with-timeout-unsuspend.
27977
27978 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
27979 and with-timeout-unsuspend.
27980
27981 * emacs-lisp/timer.el (with-timeout-timers): New variable.
27982 (with-timeout): Bind that variable to record timers.
27983 (with-timeout-suspend, with-timeout-unsuspend): New functions.
27984
27985 * emacs-lisp/debug.el (debug-help-follow): New function.
27986 (debugger-mode-map): Use that instead of help-follow.
27987 (debugger-setup-buffer): Use eval-buffer-list
27988 to handle eval-buffer frames.
27989
27990 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
27991
27992 * timezone.el (timezone-parse-date): Change first regexp
27993 so it will not mistakenly match dates with no time zone.
27994
27995 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
27996
27997 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
27998
27999 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
28000
28001 * custom.el (custom-initialize-safe-set)
28002 (custom-initialize-safe-default): New functions.
28003
28004 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
28005 and simplify :init-value.
28006
28007 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
28008 and simplify :init-value. Delete obsolete comment.
28009
28010 * startup.el (command-line): Use `custom-reevaluate-setting' to
28011 handle `tooltip-mode'. Delete obsolete comment.
28012
28013 * files.el (set-visited-file-name): Avoid calling
28014 `file-name-nondirectory' with a nil argument.
28015
28016 2005-07-09 Richard M. Stallman <rms@gnu.org>
28017
28018 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
28019 was called with nil for the buffer, handle the read position right.
28020 Handle read position for eval-region, too.
28021
28022 2005-07-09 Juri Linkov <juri@jurta.org>
28023
28024 * fringe.el (fringe-mode): Add period in docstring.
28025 (fringe-query-style): Build prompt depending on `all-frames' arg.
28026
28027 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
28028 to not create links to unrelated functions in the Help buffer.
28029
28030 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
28031 Doc fix.
28032
28033 * simple.el (next-error-hook): New variable.
28034 (next-error): Use it. Doc fix.
28035
28036 * textmodes/ispell.el (ispell-command-loop): Add current
28037 dictionary name and program name to mode-line-format.
28038 (ispell-region, ispell-process-line): Add current dictionary name
28039 and program name to messages.
28040
28041 2005-07-08 Jay Belanger <belanger@truman.edu>
28042
28043 * calc/calc.el (calc-embedded-announce-formula-alist)
28044 (calc-embedded-open-close-formula-alist)
28045 (calc-embedded-open-close-word-alist)
28046 (calc-embedded-open-close-plain-alist)
28047 (calc-embedded-open-close-new-formula-alist)
28048 (calc-embedded-open-close-mode-alist)
28049 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
28050 (calc-embedded-mode-hook): New variables.
28051
28052 * calc/calc-embed.el (calc-embedded-firsttime)
28053 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
28054 New variables.
28055 (calc-do-embedded): Use calc-embedded-firsttime,
28056 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
28057 determine whether or not to run hooks.
28058 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
28059 calc-embedded-firsttime-formula appropriately.
28060 Set calc-embedded delimiter variables according to mode.
28061
28062 2005-07-08 Richard M. Stallman <rms@gnu.org>
28063
28064 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
28065 Check for "emacs", etc., as entire symbol, not just as word.
28066 (checkdoc-file-comments-engine): Use regexp-quote on FN.
28067
28068 * files.el (set-visited-file-name): Report the error
28069 for "empty filename" earlier.
28070 (kill-some-buffers): Ignore buffers already dead.
28071
28072 * fringe.el (fringe-mode): Doc fix.
28073
28074 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
28075 Check for (featurep 'xemacs) and turn off warnings in what it guards.
28076 Use unwind-protect to ensure byte-compile-unresolved-functions
28077 is updated.
28078
28079 * whitespace.el (whitespace-buffer-leading-cleanup):
28080 Simplify w/ skip-chars-forward.
28081 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
28082
28083 * mail/rmail.el (rmail-only-expunge): Fix paren error.
28084 Unconditionally try to leave point at the same old place.
28085
28086 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
28087
28088 * comint.el (comint-postoutput-scroll-to-bottom)
28089 (comint-show-maximum-output): Take scroll-margin into consideration.
28090
28091 2005-07-08 Kim F. Storm <storm@cua.dk>
28092
28093 * ido.el (ido-use-filename-at-point): New choice `guess'.
28094 (ido-file-internal): Try ffap-guesser if selected.
28095
28096 * ido.el (ido-before-fallback-functions): New hook.
28097 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
28098 (ido-read-file-name): Run it.
28099
28100 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
28101
28102 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
28103 strings rather than a list of symbols to the completion function.
28104
28105 2005-07-07 Jay Belanger <belanger@truman.edu>
28106
28107 * calc/calc-units.el (math-apply-units): Change the places in
28108 which units are simplified.
28109
28110 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
28111
28112 * cus-edit.el (customize-option, customize-option-other-window):
28113 Make them handle aliases.
28114
28115 * custom.el (custom-variable-p): Make it recursively follow
28116 aliases. Mention that in the docstring.
28117
28118 2005-07-07 Richard M. Stallman <rms@gnu.org>
28119
28120 * cus-start.el (exec-path): Use `directory' instead of `file'.
28121 Fix tag for nil.
28122
28123 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
28124
28125 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
28126 when called non-interactively. Doc fix.
28127
28128 2005-07-07 Lute Kamstra <lute@gnu.org>
28129
28130 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
28131 new address as well.
28132
28133 2005-07-07 Kenichi Handa <handa@m17n.org>
28134
28135 * international/mule.el (make-coding-system):
28136 Describe `ascii-incompatible' property in the docstring.
28137 (set-file-name-coding-system): Signal an error if coding-system is
28138 ascii-incompatible.
28139 (set-keyboard-coding-system): Likewise.
28140
28141 * international/mule-cmds.el (set-default-coding-systems):
28142 Don't set default-file-name-coding-system and
28143 default-keyboard-coding-system if coding-system is ASCII-incompatible.
28144
28145 * international/utf-16.el: Declare that all UTF-16-based coding
28146 systems are ASCII-incompatible.
28147
28148 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
28149
28150 * progmodes/gud.el: Require font-lock for displaying errors.
28151 Used by gdb-ui.el.
28152
28153 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
28154
28155 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
28156 values for the pattern lists which are `read'able but not
28157 `append'able (like symbols).
28158
28159 2005-07-06 Richard M. Stallman <rms@gnu.org>
28160
28161 * progmodes/flymake.el (flymake-float-time): Instead of
28162 with-no-warnings, test for XEmacs.
28163 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
28164 to avoid warning.
28165
28166 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
28167
28168 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
28169
28170 2005-07-05 Lute Kamstra <lute@gnu.org>
28171
28172 * battery.el: Add support for Darwin (with much debugging help
28173 from Samuel Lauber <sam124@operamail.com>).
28174 (battery-status-function, battery-echo-area-format)
28175 (battery-mode-line-format): Add support for pmset on Darwin.
28176 (battery-load-low, battery-load-critical): New user options.
28177 (battery-pmset): New function.
28178
28179 2005-07-05 Lute Kamstra <lute@gnu.org>
28180
28181 Update FSF's address in GPL notices.
28182
28183 * textmodes/page-ext.el: Update FSF's address.
28184
28185 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
28186
28187 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
28188 filling from using prefix when filling a single-line docstring.
28189
28190 * progmodes/flymake.el: Remove useless eval-when-compile.
28191
28192 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
28193
28194 2005-07-04 Richard M. Stallman <rms@gnu.org>
28195
28196 * textmodes/org.el (org-file-apps-defaults-gnu):
28197 Rename from org-file-apps-defaults-linux.
28198 (org-default-apps): Don't test system-type for `linux'.
28199 (org-file-apps): Doc fix.
28200
28201 2005-07-04 David Ponce <david@dponce.com>
28202
28203 * tree-widget.el: Improve header Commentary section.
28204 (tree-widget) [defgroup]
28205 (tree-widget-image-enable, tree-widget-themes-directory)
28206 (tree-widget-theme, tree-widget-image-properties-emacs)
28207 (tree-widget-image-properties-xemacs, tree-widget-create-image)
28208 (tree-widget-image-formats, tree-widget-control)
28209 (tree-widget-empty-control, tree-widget-leaf-control
28210 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
28211 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
28212 (tree-widget-keep, tree-widget-after-toggle-functions)
28213 (tree-widget-open-node, tree-widget-close-node): Doc fix.
28214 (tree-widget-open-control, tree-widget-close-control): Fix doc and
28215 :help-echo message.
28216 (tree-widget-set-theme): Doc fix. Use `string-equal'.
28217 (tree-widget-image-properties): Doc fix. Clearer implementation.
28218 (tree-widget--cursors): New constant.
28219 (tree-widget-lookup-image): New function split from
28220 `tree-widget-find-image'. Clearer implementation.
28221 (tree-widget-find-image): Use it.
28222 (tree-widget-button-keymap): Use `set-keymap-parent'.
28223 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
28224 Define the sub-widgets here.
28225 (tree-widget-node): Check that :node is not a tree-widget.
28226 (tree-widget-get-super, tree-widget-open-control)
28227 (tree-widget-close-control, tree-widget-empty-control)
28228 (tree-widget-leaf-control, tree-widget-guide)
28229 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
28230 (tree-widget-no-handle, tree-widget-value-delete)
28231 (tree-widget-map): Remove.
28232 (tree-widget-children-value-save): Doc fix. Simplified.
28233 (tree-widget-value-create): Update according to previous changes.
28234
28235 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
28236
28237 * textmodes/org.el: Leading space replaced by TABS.
28238 (org-recalc-marks, org-table-rotate-recalc-marks)
28239 (org-table-get-specials): Treat "^" and "_" marks.
28240 (org-table-justify-field-maybe): Optional argument NEW.
28241 (org-table-eval-formula): Parsing of the format simplified.
28242 New modes C,I. Honor the %= parameter in the current table.
28243 Avoid unnecessary re-align by using the NEW argument to
28244 `org-table-justify-field-maybe'.
28245 (org-calc-default-modes): Default for date-format mimicks org-mode.
28246 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
28247
28248 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
28249
28250 * cus-face.el (custom-theme-set-faces): Make it handle face
28251 aliases whose alias declarations are pre- or autoloaded.
28252
28253 2005-07-04 Juri Linkov <juri@jurta.org>
28254
28255 * faces.el (read-face-name): Put the code for getting a face name
28256 from the buffer before adding the faces from the `face' property.
28257 Use `completing-read-multiple' instead of `completing-read'.
28258 Require `crm'. Add default value and post-process the returned
28259 list of faces.
28260
28261 * emacs-lisp/crm.el (crm-find-current-element)
28262 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
28263
28264 * emacs-lisp/lisp-mode.el (eval-defun-1):
28265 * emacs-lisp/edebug.el (edebug-eval-defun):
28266 Remove unnecessary quotes.
28267
28268 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
28269
28270 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
28271 (prolog-indent-level): Fix typo in docstring.
28272
28273 * info.el (Info-history, Info-history-forward)
28274 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
28275
28276 * add-log.el (add-change-log-entry):
28277 * comint.el (comint-dynamic-list-input-ring)
28278 (comint-dynamic-list-completions):
28279 * dabbrev.el (dabbrev-expand):
28280 * delim-col.el (delimit-columns-rectangle-line):
28281 * diff-mode.el (diff-context->unified, diff-reverse-direction)
28282 (diff-unified->context):
28283 * ediff-init.el (ediff-abbrev-jobname):
28284 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
28285 (ediff-replace-session-activity-marker-in-meta-buffer):
28286 * info.el (Info-summary):
28287 * lpr.el (printify-region):
28288 * printing.el (pr-create-interface):
28289 * ps-print.el (ps-print-quote):
28290 * ses.el (ses-column-widths, ses-print-cell)
28291 (ses-adjust-print-width, ses-center):
28292 * shell.el (shell-file-name-quote-list):
28293 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
28294 (strokes-fill-current-buffer-with-whitespace)
28295 (strokes-xpm-for-stroke, strokes-list-strokes)
28296 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
28297 * term.el (term-dynamic-list-input-ring)
28298 (term-dynamic-list-completions):
28299 * calc/calc.el (math-format-stack-value):
28300 * emacs-lisp/edebug.el (edebug-display-freq-count):
28301 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
28302 (delphi-new-comment-line):
28303 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
28304 * progmodes/executable.el (executable-set-magic):
28305 * progmodes/python.el (inferior-python-mode):
28306 * progmodes/scheme.el (scheme-mode-syntax-table):
28307 * progmodes/sh-script.el (sh-maybe-here-document):
28308 * progmodes/sql.el (sql-copy-column):
28309 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
28310 * textmodes/bibtex.el (bibtex-mode):
28311 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
28312 (sgml-auto-attributes):
28313 * textmodes/table.el (table-insert, table-shorten-cell)
28314 (table--generate-source-scan-lines, table-delete-row)
28315 (*table--cell-delete-char, table--spacify-frame)
28316 (table--horizontally-shift-above-and-below)
28317 (table--cell-insert-char, table--cell-blank-str)
28318 (table--fill-region-strictly):
28319 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
28320 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
28321
28322 * add-log.el (change-log):
28323 * apropos.el (apropos):
28324 * comint.el (comint-completion, comint-source):
28325 * dabbrev.el (dabbrev):
28326 * delim-col.el (columns):
28327 * diff-mode.el (diff-mode):
28328 * ediff.el (ediff):
28329 * ediff-diff.el (ediff-diff):
28330 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
28331 * ediff-mult.el (ediff-mult):
28332 * ediff-ptch.el (ediff-ptch):
28333 * ediff-wind.el (ediff-window):
28334 * facemenu.el (facemenu):
28335 * indent.el (indent):
28336 * info.el (info):
28337 * jka-cmpr-hook.el (compression, jka-compr):
28338 * lpr.el (lpr):
28339 * outline.el (outlines):
28340 * pcmpl-cvs.el (pcmpl-cvs):
28341 * pcmpl-rpm.el (pcmpl-rpm):
28342 * printing.el (printing):
28343 * ps-print.el (postscript, ps-print, ps-print-horizontal)
28344 (ps-print-vertical, ps-print-headers, ps-print-font)
28345 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
28346 (ps-print-background, ps-print-printer, ps-print-page)
28347 (ps-print-miscellany):
28348 * ses.el (ses):
28349 * shell.el (shell, shell-directories, shell-faces):
28350 * startup.el (initialization):
28351 * strokes.el (strokes):
28352 * term.el (term):
28353 * uniquify.el (uniquify):
28354 * w32-vars.el (w32):
28355 * calc/calc.el (calc):
28356 * emacs-lisp/bytecomp.el (bytecomp):
28357 * emacs-lisp/cl-indent.el (lisp-indent):
28358 * emacs-lisp/edebug.el (edebug):
28359 * emacs-lisp/elp.el (elp):
28360 * emacs-lisp/testcover.el (testcover):
28361 * emacs-lisp/trace.el (trace):
28362 * emulation/viper-ex.el (viper-ex):
28363 * emulation/viper-mous.el (viper-mouse):
28364 * mail/mailalias.el (mailalias):
28365 * mail/supercite.el (supercite, supercite-frames)
28366 (supercite-attr, supercite-cite, supercite-hooks):
28367 * net/rcompile.el (remote-compile):
28368 * net/rlogin.el (rlogin):
28369 * obsolete/ooutline.el (outlines):
28370 * progmodes/delphi.el (delphi):
28371 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
28372 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
28373 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
28374 (ebnf-optimization):
28375 * progmodes/etags.el (etags):
28376 * progmodes/executable.el (executable):
28377 * progmodes/idlwave.el (idlwave):
28378 * progmodes/pascal.el (pascal):
28379 * progmodes/prolog.el (prolog):
28380 * progmodes/python.el (python):
28381 * progmodes/scheme.el (scheme):
28382 * progmodes/sh-script.el (sh, sh-script):
28383 * progmodes/sql.el (SQL):
28384 * progmodes/tcl.el (tcl):
28385 * textmodes/bibtex.el (bibtex, bibtex-autokey):
28386 * textmodes/enriched.el (enriched):
28387 * textmodes/makeinfo.el (makeinfo):
28388 * textmodes/sgml-mode.el (sgml):
28389 * textmodes/table.el (table-hooks):
28390 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
28391 * textmodes/texinfo.el (texinfo):
28392 * textmodes/two-column.el (two-column):
28393 Finish `defgroup' description with period.
28394
28395 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
28396 * eshell/esh-var.el (eshell-var):
28397 * progmodes/vhdl-mode.el (vhdl-testbench):
28398 * textmodes/org.el (org): Fix typos in docstrings.
28399
28400 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
28401 consistency.
28402
28403 * progmodes/flymake.el (flymake-find-file): Remove.
28404 (flymake-float-time): Use `with-no-warnings'.
28405 (flymake-check-start-time, flymake-check-was-interrupted)
28406 (flymake-err-info, flymake-is-running, flymake-last-change-time)
28407 (flymake-new-err-info): `defvar' at compile time.
28408
28409 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
28410
28411 * replace.el (occur-hook): Doc fix.
28412 (occur-1): Don't call `occur-hook' if there are no matches.
28413
28414 2005-07-03 Richard M. Stallman <rms@gnu.org>
28415
28416 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
28417 global-map, save the same map.
28418 (global-map): Don't alter it at top level.
28419 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
28420 Then alter it here instead.
28421 (tpu-edt-off): Set global-map to the saved one.
28422
28423 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
28424 All references simplified.
28425 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
28426 (zmacs-regions): Add defvar.
28427 (repeat-complex-command-map): Everything about that deleted.
28428
28429 * textmodes/artist.el (artist-key-is-drawing)
28430 (artist-key-endpoint1, artist-key-poly-point-list)
28431 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
28432 (artist-key-compl-table, artist-rb-save-data)
28433 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
28434 Don't put them in eval-when-compile.
28435 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
28436
28437 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
28438 Use with-no-warnings.
28439
28440 * net/browse-url.el (dos-windows-version): Add defvar.
28441
28442 * mail/supercite.el (filladapt-prefix-table): Add defvar.
28443
28444 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
28445 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
28446 (rmail-new-summary-line-count): Rename from new-summary-line-count.
28447 Add defvar.
28448 (rmail-summary-beginning-of-message): Use with-no-warnings.
28449 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
28450
28451 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
28452 Use with-no-warnings.
28453
28454 * emulation/vi.el (vi-mark-region): Use c-mark-function.
28455 (c-mark-function): Add point-moving-unit property.
28456 (vi-goto-line): Use with-no-warnings.
28457
28458 * emulation/edt.el (edt-last-copied-word): Add defvar.
28459 (zmacs-region-stays): Likewise.
28460 (edt-mark-section-wisely): Use c-mark-function for C.
28461 Use makr-defun for Fortran.
28462 (time-string): defvar deleted.
28463 (edt-display-the-time): Don't set time-string.
28464
28465 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
28466
28467 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28468 Don't warn when name is not constant
28469 or for defining the group `emacs'.
28470
28471 * tooltip.el (gud-tooltip-mode): Add defvar.
28472
28473 * startup.el (default-frame-background-mode): Add defvar.
28474
28475 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
28476
28477 * info.el (tool-bar-map): Add defvar.
28478
28479 * dired.el (dnd-protocol-alist): Add defvar.
28480
28481 * dired-aux.el (dired-query): Display question with answer, when
28482 the user answers.
28483
28484 * custom.el (custom-add-option): Doc fix.
28485
28486 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
28487
28488 2005-07-03 Eli Zaretskii <eliz@gnu.org>
28489
28490 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
28491 bogus name from the last change.
28492
28493 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
28494
28495 * custom.el (custom-declare-variable): Fix typos in comment.
28496 (custom-known-themes): Doc fix.
28497 (custom-theme-directory): New defcustom.
28498 (require-theme): Make it check `custom-theme-directory'.
28499
28500 * cus-theme.el (custom-new-theme-mode): New function.
28501 (custom-theme-name, custom-theme-variables, custom-theme-faces)
28502 (custom-theme-description): Add compiler defvars.
28503 (customize-create-theme): Add doc to the "*New Custom Theme*"
28504 buffer. Use `custom-new-theme-mode'.
28505 (custom-theme-write): Put the created buffer in emacs-lisp-mode
28506 and save it to the `custom-theme-directory'. Make this the
28507 default directory of the buffer.
28508
28509 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
28510
28511 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
28512 Fix unbalanced parentheses.
28513
28514 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
28515
28516 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
28517 into flymake-mode and delegate to flymake-mode.
28518
28519 * find-file.el (ff-which-function-are-we-in): Clean up.
28520
28521 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
28522
28523 * replace.el (occur-rename-buffer): Fix docstring.
28524
28525 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
28526 (edt-last-copied-word, edt-learn-macro-count)
28527 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
28528 (edt-rect-start-point, edt-user-global-map, rect-start-point)
28529 (time-string, zmacs-region-stays):
28530 * emulation/edt-mapper.el (edt-save-function-key-map)
28531 (EDT-key-name): `defvar' to silence the byte-compiler.
28532
28533 2005-07-02 Martin Rudalics <rudalics@gmx.at>
28534
28535 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
28536 font-lock-regexp-backslash. Doc fix.
28537 (font-lock-regexp-backslash-grouping-construct): Rename from
28538 font-lock-regexp-backslash-construct. Doc fix.
28539 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
28540 grouping constructs.
28541
28542 2005-07-02 Eli Zaretskii <eliz@gnu.org>
28543
28544 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
28545 updating all the prerequisites.
28546
28547 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
28548
28549 * textmodes/org.el (org-agenda-start-on-weekday)
28550 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
28551 (org-agenda-use-time-grid, org-archive-location)
28552 (org-allow-space-in-links, org-usenet-links-prefer-google)
28553 (org-enable-table-editor, org-export-default-language)
28554 (org-export-html-show-new-buffer, org-fill-paragraph)
28555 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
28556 (org-goto-quit, org-occur, org-eval-in-calendar)
28557 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
28558 (org-agenda-diary-entry, org-remember-help)
28559 (org-table-convert-region, org-at-table-p)
28560 (org-table-move-row-down, org-table-move-row-up)
28561 (org-table-copy-region, org-table-toggle-vline-visibility)
28562 (org-table-get-stored-formulas, org-table-get-specials)
28563 (org-recalc-commands, org-table-eval-formula)
28564 (org-table-formula-substitute-names, orgtbl-make-binding)
28565 (org-format-org-table-html, org-format-table-table-html)
28566 (org-format-table-table-html-using-table-generate-source)
28567 (org-customize): Fix typos in docstrings.
28568 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
28569 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
28570 (org-back-to-heading): Doc fixes.
28571 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
28572 (org-agenda-change-all-lines, org-get-header):
28573 Improve argument/docstring consistency.
28574 (orgtbl-error): Fix error message.
28575
28576 * progmodes/flymake.el (flymake-find-possible-master-files)
28577 (flymake-master-file-compare, flymake-get-line-err-count)
28578 (flymake-highlight-line, flymake-gui-warnings-enabled):
28579 Fix typos in docstrings.
28580 (flymake-parse-line, flymake-get-project-include-dirs-function)
28581 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
28582 Doc fixes.
28583 (flymake-get-project-include-dirs-function)
28584 (flymake-make-err-menu-data):
28585 Improve argument/docstring consistency.
28586
28587 2005-07-01 Lute Kamstra <lute@gnu.org>
28588
28589 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
28590 Catch errors with ignore-errors. Use temporary buffer.
28591 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
28592
28593 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
28594 background color faces.
28595 (facemenu-set-foreground, facemenu-set-background):
28596 Use facemenu-set-face-from-menu.
28597 (facemenu-set-face-from-menu): Treat face names that start with
28598 "fg:" or "bg:" as special.
28599 (facemenu-add-new-color): Don't create faces. Simplify.
28600
28601 2005-06-30 Richard M. Stallman <rms@gnu.org>
28602
28603 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
28604 (crm-find-current-element): Likewise.
28605
28606 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
28607
28608 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
28609
28610 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
28611
28612 * arc-mode.el (archive-extract): Make it work as a mouse binding.
28613 (archive-mouse-extract): Make it an obsolete alias.
28614 (archive-mode-map): Don't use archive-mouse-extract any more.
28615 (archive-mode, archive-extract): write-contents-hooks ->
28616 write-contents-functions.
28617 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
28618 first arg.
28619 (archive-rename-entry): Update the call.
28620 (archive-zip-summarize): Remove unused var `method'.
28621 (archive-lzh-summarize): Remove unused var `creator'.
28622
28623 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
28624 dedicated frame upon exit.
28625
28626 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
28627 (archive-zip-extract, archive-zip-expunge)
28628 (archive-zip-update, archive-zip-update-case): Use executable-find.
28629 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
28630 Use restore-buffer-modified-p.
28631 (archive-extract, archive-add-new-member, archive-write-file-member):
28632 Use with-current-buffer.
28633 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
28634
28635 2005-06-30 Andreas Schwab <schwab@suse.de>
28636
28637 * progmodes/gud.el (gud-filter): Remove unneeded progn.
28638
28639 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
28640
28641 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
28642
28643 2005-06-30 Juri Linkov <juri@jurta.org>
28644
28645 * faces.el (vertical-border): Inherit from mode-line-inactive
28646 only on tty.
28647
28648 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
28649
28650 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
28651 example, -NLINES in the `occur' docstring).
28652
28653 * replace.el (occur-1): When no matches are found, do not set the
28654 `buffer-read-only' and modified flags for the occur buffer,
28655 because it is deleted.
28656
28657 * emulation/cua-base.el (cua-check-pending-input)
28658 (cua-repeat-replace-region, cua-mode, cua-debug)
28659 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
28660 Fix typos in docstrings.
28661
28662 * emulation/cua-gmrk.el (cua-toggle-global-mark)
28663 (cua-cut-region-to-global-mark)
28664 (cua--cut-rectangle-to-global-mark):
28665 Remove period from end of messages.
28666
28667 * emulation/cua-rect.el (cua-do-rectangle-padding):
28668 Remove period from end of messages.
28669 (cua--rectangle-seq-format): Fix typo in docstring.
28670 (cua-sequence-rectangle, cua-fill-char-rectangle):
28671 Improve argument/docstring consistency.
28672
28673 2005-06-29 Juri Linkov <juri@jurta.org>
28674
28675 * faces.el (default-frame-background-mode): New internal variable.
28676 (frame-set-background-mode): Use it.
28677
28678 * startup.el (normal-top-level): Set default-frame-background-mode
28679 instead of frame-background-mode. Before setting it, test for its
28680 nil value. Remove tests for frame-background-mode and frame
28681 parameter `reverse'. Add test for "unspecified-fg".
28682
28683 * term/xterm.el (xterm-rxvt-set-background-mode):
28684 * term/rxvt.el (rxvt-set-background-mode):
28685 Set default-frame-background-mode instead of frame-background-mode.
28686
28687 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
28688
28689 * simple.el (set-variable): Warn about obsolete user variables.
28690
28691 * imenu.el (imenu--completion-buffer):
28692 * mouse.el (mouse-buffer-menu-alist):
28693 * msb.el (msb-invisible-buffer-p):
28694 * calendar/diary-lib.el (diary-header-line-format):
28695 * emacs-lisp/pp.el (pp-buffer):
28696 * progmodes/cperl-mode.el (cperl-do-auto-fill):
28697 * textmodes/picture.el (picture-replace-match):
28698 Change space constants followed by a sexp to "?\s ".
28699
28700 * play/decipher.el (decipher-loop-with-breaks):
28701 * textmodes/texinfo.el (texinfo-insert-@item): Change space
28702 constants "protected" from end of line by a comment to "?\s".
28703
28704 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28705
28706 * font-lock.el (save-buffer-state): Use `declare'.
28707
28708 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
28709 reset the syntax-table to cperl-mode-syntax-table.
28710 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
28711 "foo_print_bar" is not matched as a reserved keyword.
28712
28713 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
28714
28715 * textmodes/org.el (orgtbl-setup): New function, for delayed
28716 setup for the orgtbl commands.
28717 (org-calc-default-modes): New option.
28718 (orgtbl-make-binding): Use `defun' to get better help display.
28719 (org-diary): Call `org-compile-prefix-format'.
28720 (org-table-formula-substitute-names): New function.
28721 (org-agenda-day-view, org-agenda-week-view): New commands.
28722 (org-agenda-toggle-week-view): Command removed.
28723 (org-tbl-menu): Split off from org-org-menu.
28724 (org-mode): Move removal of outline-mode menus to here.
28725 (org-table-formula-debug): New option.
28726 (org-table-insert-row): Keep first field if just "#" or "*".
28727 (org-mode): Paragraph regexps fixed.
28728 (org-table-recalculate-regexp): New constant.
28729 (org-table-justify-field-maybe): Avoid replace if not necessary.
28730 (org-copy-special, org-cut-special): Use `call-interactively'.
28731 (org-table-copy-region): Take region from `interactive' call.
28732 (org-trim): Return string even if no match.
28733 (org-formula): New face.
28734 (org-set-font-lock-defaults): No longer highlight "FIXME".
28735 But highlight formula-related fields in table.
28736 (org-table-p): Use regexp, not fontification.
28737 (org-table-align): Handle white space at end of line.
28738 (org-table-formula-evaluate-inline): New option.
28739 (org-mode): Auto-wrapping in comment lines turned off.
28740 (org-table-copy-down): Evaluate only in copied field, not in
28741 destination.
28742 (org-table-current-formula): Variable removed.
28743 (org-table-store-formulas, org-table-get-stored-formulas)
28744 (org-table-modify-formulas, org-table-replace-in-formulas)
28745 (org-table-maybe-eval-formula): New functions.
28746 (org-table-get-formula): Modify to use stored formulas.
28747 (org-table-insert-column, org-table-delete-column)
28748 (org-table-move-column): Call `org-table-modify-formulas'.
28749 (org-complete): Add completion for keyword formulas.
28750 (orgtbl-mode): Pull orgtbl-mode-map to start of
28751 minor-mode-map-alist.
28752
28753 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28754
28755 * progmodes/python.el (python-check): Require `compile' before
28756 modifying its variables.
28757
28758 * newcomment.el (comment-indent-default): Don't get fooled by an early
28759 end of buffer.
28760
28761 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28762
28763 * ps-print.el (ps-print-version): Fix version number.
28764
28765 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
28766
28767 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
28768
28769 2005-06-28 Richard M. Stallman <rms@gnu.org>
28770
28771 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
28772 (flyspell-local-mouse-map): Declaration deleted.
28773 (flyspell-mouse-map): Bind only mouse-2.
28774 (flyspell-mode-map): Don't test flyspell-use-local-map.
28775 (flyspell-overlay-keymap-property-name): Var deleted.
28776 (flyspell-mode-on): Don't make local bindings for
28777 flyspell-mouse-map and flyspell-mode-map.
28778 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
28779
28780 * textmodes/ispell.el (ispell-word): Do not ignore short words.
28781
28782 * progmodes/compile.el (compilation-next-error-function):
28783 Don't switch buffers; operate on the current buffer.
28784
28785 * progmodes/compile.el (compilation-error-file-name)
28786 (compilation-warning-file-name, compilation-info-file-name)
28787 (compilation-line-number, compilation-column-number): New faces.
28788 (compilation-error-face, compilation-warning-face)
28789 (compilation-info-face, compilation-line-face)
28790 (compilation-column-face): Use them.
28791
28792 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
28793
28794 * comint.el (comint-password-prompt-regexp): Accept ", try again".
28795
28796 * bindings.el (global-map): Bind insertchar and its variants.
28797
28798 2005-06-27 Richard M. Stallman <rms@gnu.org>
28799
28800 * textmodes/artist.el (artist-text-overwrite)
28801 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
28802
28803 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28804
28805 * ps-print.el: It was not working the page selection for printing.
28806 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
28807 (ps-print-version): New version 6.6.7.
28808 (ps-end-sheet): New fun.
28809 (ps-header-sheet, ps-end-job): Call it.
28810
28811 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
28812
28813 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
28814
28815 2005-06-27 Lute Kamstra <lute@gnu.org>
28816
28817 * facemenu.el (facemenu-unlisted-faces): Add foreground and
28818 background color faces.
28819 (facemenu-get-face): Delete function.
28820 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
28821 (facemenu-add-new-color): Make second argument mandatory.
28822 Create the appropriate face and return it. Simplify.
28823 (facemenu-set-foreground, facemenu-set-background): Don't check if
28824 color is defined. Use return value of facemenu-add-new-color.
28825
28826 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
28827
28828 * progmodes/gud.el (gud-filter): Add missing argument to
28829 with-selected-window.
28830
28831 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
28832
28833 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
28834 a :require to the defcustom.
28835
28836 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
28837 defcustoms corresponding to minor modes.
28838
28839 2005-06-26 David Ponce <david@dponce.com>
28840
28841 * recentf.el: Require tree-widget instead of wid-edit.
28842 (recentf-filename-handler): Fix widget :type.
28843 (recentf-cancel-dialog, recentf-open-more-files)
28844 (recentf-open-files-action): Doc fix.
28845 (recentf-dialog-goto-first): New function.
28846 (recentf-dialog-mode-map): Set parent keymap first.
28847 (recentf-dialog-mode): Define with define-derived-mode.
28848 Don't display continuation lines in dialogs.
28849 (recentf-edit-list): Rename from recentf-edit-selected-items.
28850 (recentf-edit-list-select): Rename from recentf-edit-list-action.
28851 Simplify.
28852 (recentf-edit-list-validate): New function.
28853 (recentf-edit-list): Update accordingly.
28854 (recentf-open-files-item-shift): Remove.
28855 (recentf-open-files-item): Convert menu elements into tree and
28856 link widgets. Don't create the widgets.
28857 (recentf-open-files): Update accordingly.
28858 (recentf-save-list): Untabify.
28859
28860 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
28861
28862 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
28863 (keep-lines): Add INTERACTIVE arg. Never delete lines only
28864 partially contained in the active region. Do not take active
28865 region into account when called from Lisp, unless INTERACTIVE arg
28866 is non-nil. Use `forward-line' instead of `beginning-of-line' to
28867 avoid trouble with fields. Make marker point nowhere when no
28868 longer used. Always return nil. Doc fix.
28869 (flush-lines): Add INTERACTIVE arg. Do not take active region
28870 into account when called from Lisp, unless INTERACTIVE arg is
28871 non-nil. Use `forward-line' instead of `beginning-of-line' to
28872 avoid trouble with fields. Make marker point nowhere when no
28873 longer used. Always return nil. Doc fix.
28874 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
28875 interchangeable. Do not take active region into account when
28876 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
28877 message in echo area when called from Lisp, unless INTERACTIVE arg
28878 is non-nil. Avoid saying "1 occurrences". Do not use markers.
28879 Return the number of matches. Doc fix.
28880 (occur): Doc fix.
28881 (perform-replace): Make comment follow double space convention for
28882 the sake of `outline-minor-mode'.
28883
28884 * faces.el (facep): Doc fix.
28885
28886 2005-06-25 Richard M. Stallman <rms@gnu.org>
28887
28888 * facemenu.el (facemenu-enable-faces-p): New function.
28889 (facemenu-background-menu, facemenu-foreground-menu)
28890 (facemenu-face-menu): Add menu-enable property.
28891
28892 * jka-compr.el (jka-compr-insert-file-contents):
28893 Special handling if cannot find the uncompression program.
28894
28895 * cus-face.el (custom-face-attributes): Add autoload.
28896
28897 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28898 Bind comment-indent-function locally.
28899
28900 * window.el (save-selected-window): Use save-current-buffer.
28901
28902 * subr.el (with-selected-window): Use save-current-buffer.
28903
28904 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
28905 and with-current-buffer.
28906
28907 2005-06-24 Richard M. Stallman <rms@gnu.org>
28908
28909 * simple.el (line-move-1): Fix previous change.
28910
28911 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
28912
28913 * replace.el (occur-1): Set `buffer-read-only' and the
28914 buffer-modified flag before running `occur-hook' to protect
28915 against unintentional buffer switches that can lead to data loss.
28916
28917 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
28918
28919 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
28920 (gud-gdb-marker-filter): Use font-lock-warning-face for any
28921 initial error.
28922
28923 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
28924 after fresh input.
28925 (gdb-var-create-handler): Put name of expression in quotes.
28926
28927 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
28928
28929 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
28930 elements of RING in order, and without bogus nil elements.
28931
28932 2005-06-23 Richard M. Stallman <rms@gnu.org>
28933
28934 * simple.el (set-variable): Args renamed; doc fix.
28935 (line-move-1): When there are overlays around, use vertical-motion.
28936
28937 * faces.el (escape-glyph): Use brown against light background.
28938 (nobreak-space): Rename from no-break-space.
28939 Fix previous change.
28940
28941 * dired-aux.el (dired-do-copy): Fix arg prompt.
28942
28943 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
28944
28945 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
28946
28947 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
28948 rather than "Distributor".
28949
28950 2005-06-23 Lute Kamstra <lute@gnu.org>
28951
28952 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
28953 (debug-on-entry): Use it. New interactive declaration that uses
28954 function-called-at-point.
28955
28956 2005-06-23 Kim F. Storm <storm@cua.dk>
28957
28958 * subr.el (save-match-data): Add comment about using evaporate arg
28959 to set-match-data.
28960
28961 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
28962
28963 * cus-edit.el (customize-face)
28964 (customize-face-other-window): Handle face aliases.
28965
28966 * faces.el (face-documentation, set-face-attribute)
28967 (face-spec-set): Handle face aliases.
28968
28969 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
28970
28971 * help-mode.el (help-make-xrefs): If a symbol representing a face
28972 name is not followed by the word "face", it could still be a
28973 function or variable name, so don't bypass other checks.
28974
28975 2005-06-22 Juri Linkov <juri@jurta.org>
28976
28977 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
28978 Replace aliased functions with calls where second arg `inherit' is t.
28979
28980 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
28981
28982 * progmodes/gdb-ui.el (gdb-error): New variable.
28983 (gdb-error): New function.
28984 (gdb-annotation-rules): Act on error-begin and error annotations.
28985 (gdb-concat-output): Use font-lock-warning-face for errors.
28986
28987 2005-06-22 Miles Bader <miles@gnu.org>
28988
28989 * bindings.el (propertized-buffer-identification): Use renamed
28990 `Buffer-menu-buffer' face.
28991
28992 * faces.el (vertical-border): Rename from `vertical-divider'.
28993 (escape-glyph): Change dark-background color back to `cyan'.
28994
28995 2005-06-21 Juri Linkov <juri@jurta.org>
28996
28997 * faces.el (face-user-default-spec): Try getting `customized-face'
28998 prior to `saved-face'.
28999 (frame-background-mode): Refill docstring.
29000
29001 * emacs-lisp/lisp-mode.el (eval-defun-1):
29002 * emacs-lisp/edebug.el (edebug-eval-defun):
29003 Set `saved-face' temporarily to nil before calling form.
29004 Set `customized-face' to the new spec after that.
29005
29006 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
29007
29008 * subr.el (1value, lambda, key-substitution-in-progress):
29009 Doc fixes.
29010
29011 * autoinsert.el (auto-insert-alist):
29012 * ses.el (ses-call-printer):
29013 * subr.el (noreturn):
29014 * emacs-lisp/lisp.el (check-parens):
29015 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
29016 * net/browse-url.el (browse-url-mosaic):
29017 * progmodes/cc-defs.el (c-safe-scan-lists):
29018 * progmodes/ebnf-abn.el (ebnf-abn-lex):
29019 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
29020 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
29021 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
29022 * progmodes/ebnf-iso.el (ebnf-iso-lex):
29023 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
29024
29025 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
29026
29027 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
29028
29029 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
29030
29031 * calendar/appt.el (appt-make-list): Activate the package, if
29032 not already active (for backwards compatibility).
29033
29034 2005-06-20 Kim F. Storm <storm@cua.dk>
29035
29036 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
29037
29038 2005-06-20 Miles Bader <miles@gnu.org>
29039
29040 * faces.el (vertical-divider): New face.
29041
29042 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
29043
29044 * simple.el (kill-whole-line): Doc fix.
29045 (next-error-buffer-p, next-error-find-buffer)
29046 (clone-indirect-buffer): Fix typos in docstrings.
29047 (comment-line-break-function): Doc fix: don't say variable
29048 is automatically buffer-local (it isn't).
29049
29050 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
29051
29052 * net/tramp-ftp.el (top):
29053 * net/tramp-smb.el (top):
29054 * net/tramp-util.el (top):
29055 * net/tramp-uu.el (top):
29056 * net/tramp-vc.el (top):
29057 * net/tramp.el (top): Revert copyright years back to original
29058 ones. Tramp has a life outside GNU Emacs.
29059
29060 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
29061
29062 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
29063
29064 2005-06-18 Juri Linkov <juri@jurta.org>
29065
29066 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
29067 end of first regexp to limit the match to the position between
29068 line number and source line with same separator character as used
29069 between file name and line number. In the second regexp limit
29070 mouse-face area to file name and line number by adding new group
29071 for them and referring it in HYPERLINK arg.
29072 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
29073 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
29074 previous line where grep markers may be already removed.
29075
29076 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
29077
29078 * progmodes/ps-mode.el: Update version and maintainer's email address.
29079
29080 2005-06-18 Steve Youngs <steve@xemacs.org>
29081
29082 * net/browse-url.el (browse-url-browser-function)
29083 (browse-url-default-browser): Add firefox.
29084 (browse-url-firefox-program, browse-url-firefox-arguments)
29085 (browse-url-firefox-startup-arguments)
29086 (browse-url-firefox-new-window-is-tab): New defcustoms.
29087 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
29088
29089 2005-06-17 Richard M. Stallman <rms@gnu.org>
29090
29091 * startup.el (command-line): Warn if specified user name has
29092 no home directory.
29093
29094 * term.el (term-get-old-input, term-input-filter, term-input-sender)
29095 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
29096
29097 * longlines.el (longlines-mode, longlines-show-hard-newlines):
29098 Doc fixes.
29099
29100 * faces.el (underline): Try bold if terminal doesn't support underline.
29101
29102 * mail/sendmail.el (mail-setup-with-from): New variable.
29103 (mail-insert-from-field): New function.
29104 (sendmail-send-it): Call it.
29105 (mail-setup): Optionally call it here.
29106
29107 * term/linux.el: Call tty-no-underline.
29108
29109 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
29110
29111 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
29112
29113 2005-06-17 Miles Bader <miles@gnu.org>
29114
29115 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
29116 (ediff-current-diff-C, ediff-current-diff-Ancestor)
29117 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
29118 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
29119 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
29120 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
29121 Remove "-face" suffix from face names.
29122 (ediff-current-diff-face-A, ediff-current-diff-face-B)
29123 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
29124 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
29125 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
29126 (ediff-even-diff-face-A, ediff-even-diff-face-B)
29127 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
29128 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
29129 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
29130 New backward-compatibility aliases for renamed faces.
29131 (ediff-current-diff-face-A, ediff-current-diff-face-B)
29132 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
29133 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
29134 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
29135 (ediff-even-diff-face-A, ediff-even-diff-face-B)
29136 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
29137 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
29138 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
29139 Use renamed ediff faces.
29140
29141 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
29142 Remove "-face" suffix from face names.
29143 (eshell-test-ok-face, eshell-test-failed-face):
29144 New backward-compatibility aliases for renamed faces.
29145 (eshell-run-test): Use renamed eshell-test faces.
29146
29147 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
29148 face name.
29149 (eshell-prompt-face): New backward-compatibility alias for renamed
29150 face.
29151 (eshell-emit-prompt): Use renamed eshell-prompt face.
29152
29153 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
29154 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
29155 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
29156 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
29157 Remove "-face" suffix from face names.
29158 (eshell-ls-directory-face, eshell-ls-symlink-face)
29159 (eshell-ls-executable-face, eshell-ls-readonly-face)
29160 (eshell-ls-unreadable-face, eshell-ls-special-face)
29161 (eshell-ls-missing-face, eshell-ls-archive-face)
29162 (eshell-ls-backup-face, eshell-ls-product-face)
29163 (eshell-ls-clutter-face):
29164 New backward-compatibility aliases for renamed faces.
29165 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
29166
29167 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
29168 Remove "-face" suffix from face name.
29169 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
29170 instead of literal face.
29171
29172 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
29173
29174 * emacs-lisp/warnings.el (display-warning, lwarn)
29175 (warning-minimum-log-level): Doc fixes.
29176 (warning-minimum-level, warning-minimum-log-level):
29177 Add :debug to :type choices.
29178
29179 * progmodes/ada-mode.el (ada-format-paramlist)
29180 (ada-get-indent-case, ada-check-matching-start)
29181 (ada-check-defun-name, ada-goto-matching-decl-start)
29182 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
29183 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
29184 (ada-make-subprogram-body): Follow error conventions.
29185 (ada-case-exception-file, ada-indent-comment-as-code)
29186 (ada-indent-handle-comment-special, ada-indent-renames)
29187 (ada-indent-return, ada-search-directories-internal)
29188 (ada-tab-policy, ada-case-exception-substring)
29189 (ada-other-file-alist, ada-matching-start-re)
29190 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
29191 (ada-imenu-generic-expression, ada-compile-goto-error)
29192 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
29193 (ada-popup-menu, ada-add-extensions, ada-mode)
29194 (ada-region-selected, ada-create-case-exception)
29195 (ada-create-case-exception-substring, ada-after-keyword-p)
29196 (ada-activate-keys-for-case, ada-adjust-case-region)
29197 (ada-adjust-case-buffer, ada-format-paramlist)
29198 (ada-scan-paramlist, ada-insert-paramlist)
29199 (ada-indent-newline-indent)
29200 (ada-indent-newline-indent-conditional)
29201 (ada-justified-indent-current, ada-goto-previous-word)
29202 (ada-indent-current, ada-get-indent-open-paren)
29203 (ada-get-indent-paramlist, ada-get-indent-end)
29204 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
29205 (ada-get-indent-block-start, ada-get-indent-subprog)
29206 (ada-get-indent-noindent, ada-get-indent-label)
29207 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
29208 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
29209 (ada-goto-stmt-end, ada-goto-next-word)
29210 (ada-check-matching-start, ada-check-defun-name)
29211 (ada-goto-matching-decl-start, ada-goto-matching-start)
29212 (ada-goto-matching-end, ada-search-ignore-string-comment)
29213 (ada-in-decl-p, ada-looking-at-semi-or)
29214 (ada-looking-at-semi-private, ada-in-paramlist-p)
29215 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
29216 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
29217 (ada-next-procedure, ada-previous-procedure, ada-next-package)
29218 (ada-previous-package, ada-create-menu)
29219 (ada-fill-comment-paragraph-justify)
29220 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
29221 (ada-other-file-name, ada-last-which-function-line)
29222 (ada-last-which-function-subprog, ada-which-function)
29223 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
29224 (ada-gen-treat-proc, ada-check-emacs-version)
29225 (ada-continuation-indent, ada-align-region-separate):
29226 Fix typos in docstrings.
29227 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
29228
29229 2005-06-16 Lute Kamstra <lute@gnu.org>
29230
29231 * simple.el (fundamental-mode): Run after-change-major-mode-hook
29232 conditionally.
29233
29234 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
29235
29236 * comint.el (comint-replace-by-expanded-filename)
29237 (comint-prompt-regexp, comint-delimiter-argument-list)
29238 (comint-preinput-scroll-to-bottom):
29239 * info.el (Info-hide-cookies-node):
29240 * ls-lisp.el (ls-lisp-classify):
29241 * find-file.el (ff-search-directories, ff-special-constructs)
29242 (ff-find-other-file):
29243 * font-lock.el (font-lock-keywords):
29244 * shell.el (shell-prompt-pattern)
29245 (shell-dynamic-complete-functions, shell-mode)
29246 (shell-delimiter-argument-list):
29247 * term.el (term-replace-by-expanded-filename)
29248 (term-prompt-regexp, term-delimiter-argument-list):
29249 * woman.el (woman-ignore, woman0-if):
29250 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
29251 * emacs-lisp/elint.el (elint-init-env):
29252 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
29253 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
29254 * language/ethio-util.el (ethio-tilde-escape)
29255 (ethio-use-three-dot-question):
29256 * net/zone-mode.el (zone-mode-load-time-setup):
29257 * progmodes/cc-align.el (c-lineup-argcont):
29258 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
29259 * progmodes/cperl-mode.el (cperl-set-style-back):
29260 * progmodes/inf-lisp.el (inferior-lisp-prompt):
29261 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
29262 Fix spellings in docstrings.
29263
29264 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
29265 * progmodes/modula2.el (m2-for): Fix spellings.
29266
29267 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
29268
29269 * simple.el (undo-more): Don't use `format' on `error' arguments.
29270 Improve argument/docstring consistency.
29271 (pending-undo-list): Doc fix.
29272
29273 * smerge-mode.el (smerge-ensure-match):
29274 * emulation/vip.el (vip-ex):
29275 * net/zone-mode.el (zone-mode-update-serial):
29276 * progmodes/idlwave.el (idlwave-complete):
29277 * progmodes/vhdl-mode.el (vhdl-visit-file)
29278 (vhdl-compose-wire-components):
29279 Don't use `format' on `error' arguments.
29280
29281 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
29282 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
29283 (tooltip-help-tips): Fix typos in docstrings.
29284
29285 2005-06-16 David Ponce <david@dponce.com>
29286
29287 * tree-widget.el (tree-widget-value-create): Simplify last change.
29288
29289 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
29290
29291 * ido.el (ido-incomplete-regexp): New variable.
29292 (ido-set-matches-1): Handle invalid-regexp error and set
29293 ido-incomplete-regexp.
29294 (ido-incomplete-regexp): New face.
29295 (ido-completions): Use it.
29296 (ido-complete, ido-exit-minibuffer, ido-completions):
29297 Handle incomplete regexps.
29298 (ido-completions): Add check for complete match when entering a regexp.
29299
29300 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
29301
29302 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
29303
29304 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29305
29306 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
29307 by field delimiters.
29308
29309 2005-06-15 David Ponce <david@dponce.com>
29310
29311 * tree-widget.el: eval-and-compile inlined functions so they will
29312 be available at run-time too.
29313 (tree-widget-super-format-handler)
29314 (tree-widget-format-handler): Remove.
29315 (tree-widget-value-create): Handle the :indent property.
29316
29317 2005-06-15 Miles Bader <miles@gnu.org>
29318
29319 * progmodes/which-func.el (which-func): Only inherit
29320 `font-lock-function-name-face' when that makes sense against the
29321 default mode-line face, otherwise set the face color explicitly.
29322
29323 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
29324 faces instead of (non-existent) variables.
29325
29326 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
29327
29328 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
29329 (iswitchb-get-matched-buffers): Likewise. Simplify.
29330
29331 2005-06-14 Miles Bader <miles@gnu.org>
29332
29333 * progmodes/ld-script.el (ld-script-location-counter):
29334 Remove "-face" suffix from face name.
29335 (ld-script-location-counter-face):
29336 New backward-compatibility alias for renamed face.
29337 (ld-script-location-counter-face): Use renamed face.
29338
29339 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
29340 (cperl-hash): Remove "-face" suffix from face names.
29341 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
29342 New backward-compatibility aliases for renamed faces.
29343 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
29344 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
29345
29346 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
29347 name.
29348 (which-func-face): New backward-compatibility alias for renamed face.
29349 (which-func-format): Use renamed which-func face.
29350
29351 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
29352 (vhdl-function, vhdl-directive, vhdl-reserved-word)
29353 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
29354 names.
29355 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
29356 (vhdl-speedbar-configuration, vhdl-speedbar-package)
29357 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
29358 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
29359 (vhdl-speedbar-architecture-selected)
29360 (vhdl-speedbar-configuration-selected)
29361 (vhdl-speedbar-package-selected)
29362 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
29363 names.
29364 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
29365 Use renamed faces.
29366 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
29367 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
29368 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
29369 Use renamed faces.
29370 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
29371 names.
29372 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
29373 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
29374 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
29375 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
29376 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
29377 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
29378
29379 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
29380 face name.
29381 (sh-heredoc-face): New backward-compatibility alias for renamed face.
29382 (sh-heredoc-face): Use renamed sh-heredoc face.
29383
29384 * progmodes/idlw-help.el (idlwave-help-link):
29385 Remove "-face" suffix from face name.
29386 (idlwave-help-link-face):
29387 New backward-compatibility alias for renamed face.
29388 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
29389
29390 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
29391 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
29392 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
29393 New backward-compatibility aliases for renamed faces.
29394 (idlwave-shell-disabled-breakpoint-face)
29395 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
29396
29397 * progmodes/flymake.el (flymake-errline, flymake-warnline):
29398 Remove "-face" suffix from face names.
29399 (flymake-errline-face, flymake-warnline-face):
29400 New backward-compatibility aliases for renamed faces.
29401 (flymake-highlight-line): Use renamed flymake faces.
29402
29403 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
29404 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
29405 (ebrowse-member-class, ebrowse-progress):
29406 Remove "-face" suffix from face names.
29407 (ebrowse-tree-mark-face, ebrowse-root-class-face)
29408 (ebrowse-file-name-face, ebrowse-default-face)
29409 (ebrowse-member-attribute-face, ebrowse-member-class-face)
29410 (ebrowse-progress-face):
29411 New backward-compatibility aliases for renamed faces.
29412 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
29413 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
29414 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
29415 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
29416
29417 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
29418 antlr-syntax)
29419 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
29420 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
29421 names.
29422 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
29423 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
29424 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
29425 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
29426 backward-compatibility aliases for renamed faces.
29427 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
29428 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
29429 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
29430 remove "font-lock-". Use renamed antlr-mode faces.
29431 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
29432 literal face-names with face variable references.
29433
29434 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
29435 face name.
29436 (Buffer-menu-buffer-face): New backward-compatibility alias for
29437 renamed face.
29438 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
29439
29440 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
29441
29442 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
29443 Eliminate "-face" suffix.
29444 (makefile-targets): Inherit from font-lock-function-name-face and
29445 eliminate "-face" suffix.
29446 (makefile-shell): Remove attributes and eliminate "-face" suffix.
29447 (makefile-*-font-lock-keywords): Append makefile-targets in rule
29448 actions, instead of prepending, to make it less visible.
29449 (makefile-previous-dependency, makefile-match-dependency):
29450 Don't match a target on a continuation line.
29451
29452 * files.el (auto-mode-alist): Put Makefile in gmake mode.
29453
29454 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
29455
29456 * progmodes/gdb-ui.el (menu): Re-order menu items.
29457 (gdb-tooltip-print): Respect tooltip-use-echo-area.
29458
29459 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
29460 Define in tooltip.el.
29461 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
29462 (gud-tooltip-tips): Respect tooltip-use-echo-area and
29463 gud-tooltip-echo-area.
29464
29465 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
29466 backward compatibility and make obsolete.
29467 (tooltip-help-tips): Use tooltip-use-echo-area.
29468 (tooltip-show-help-function): Rename to...
29469 (tooltip-show-help): ...this, because it is a function.
29470 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
29471
29472 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
29473
29474 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
29475 (edebug-print-length, edebug-print-level, edebug-print-circle)
29476 (edebug-modify-breakpoint, edebug-eval-last-sexp)
29477 (edebug-eval-print-last-sexp): Doc fixes.
29478
29479 2005-06-14 Kim F. Storm <storm@cua.dk>
29480
29481 * ido.el (ido-mode): Make a new keymap every time we enable ido,
29482 as the coverage buffer/file/both may change.
29483
29484 2005-06-14 Lute Kamstra <lute@gnu.org>
29485
29486 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
29487 and run-mode-hooks. Simplify.
29488
29489 * mail/rmailedit.el (rmail-edit-mode):
29490 * progmodes/octave-inf.el (inferior-octave-mode):
29491 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
29492
29493 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
29494 and run-mode-hooks.
29495 (recentf-edit-list, recentf-open-files): Don't call
29496 kill-all-local-variables directly.
29497
29498 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
29499
29500 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
29501
29502 * emacs-lisp/byte-run.el (make-obsolete)
29503 (define-obsolete-function-alias): Rename arguments FUNCTION and
29504 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
29505 (make-obsolete-variable, define-obsolete-variable-alias):
29506 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
29507 respectively.
29508
29509 * isearchb.el (isearchb-activate):
29510 * pcvs.el (cvs-mode):
29511 * ses.el (ses-load):
29512 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
29513 * net/tramp.el (tramp-find-file-exists-command)
29514 (tramp-find-shell):
29515 * progmodes/ada-mode.el (ada-create-case-exception)
29516 (ada-create-case-exception-substring, ada-make-subprogram-body):
29517 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
29518 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
29519 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
29520 * textmodes/org.el (org-promote, org-evaluate-time-range)
29521 (org-agenda-next-date-line, org-agenda-previous-date-line)
29522 (org-agenda-error, org-open-at-point, org-table-move-row)
29523 (org-format-table-table-html-using-table-generate-source)
29524 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
29525 * textmodes/reftex.el (reftex-access-scan-info):
29526 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
29527 (reftex-toc-promote-prepare): Follow error conventions.
29528
29529 * diff-mode.el (diff-mode): Fix typo in docstring.
29530
29531 * forms.el (forms--intuit-from-file): Fix reference to
29532 `forms-number-of-fields' in error message.
29533 (forms-print): Fix quoting in error message.
29534
29535 * forms.el (forms-mode):
29536 * emulation/vi.el (vi-goto-insert-state):
29537 * progmodes/flymake.el (flymake-new-err-info)
29538 (flymake-start-syntax-check-for-current-buffer)
29539 (flymake-simple-cleanup):
29540 * eshell/esh-var.el (eshell/export):
29541 * progmodes/gud.el (xdb):
29542 * textmodes/flyspell.el (flyspell-incorrect-hook)
29543 (flyspell-maybe-correct-transposition)
29544 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
29545
29546 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
29547
29548 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
29549 minibuffer prompt.
29550
29551 2005-06-13 Kim F. Storm <storm@cua.dk>
29552
29553 * subr.el (add-to-ordered-list): New defun.
29554
29555 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
29556 add cua--keymap-alist to emulation-mode-map-alists.
29557
29558 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
29559
29560 * subr.el (complete-in-turn): New macro.
29561 (dynamic-completion-table, lazy-completion-table): Add debug info.
29562
29563 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
29564 in preference to face aliases.
29565
29566 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
29567 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
29568 Remove unused vars `start' and `firstline'.
29569 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
29570 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
29571
29572 2005-06-13 Eli Zaretskii <eliz@gnu.org>
29573
29574 * cus-start.el (all): Don't complain about missing GTK-related
29575 variables, unless either `gtk' is boundp or this isn't a
29576 `windows-nt' build.
29577
29578 2005-06-13 Lute Kamstra <lute@gnu.org>
29579
29580 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
29581 run-mode-hooks.
29582
29583 * ediff-mult.el (ediff-meta-mode):
29584 * ediff-util.el (ediff-mode): Use run-mode-hooks.
29585
29586 * ledit.el (ledit-mode): Use delay-mode-hooks.
29587
29588 * woman.el (woman-mode-line-format): Delete constant.
29589 (woman-mode-map): Initialize it properly.
29590 (woman-mode): Set mode-class property to special.
29591 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
29592 Set major-mode and mode-name. Don't set mode-line-format directly.
29593 (Man-getpage-in-background): Don't reference woman-mode-line-format.
29594
29595 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
29596 string argument obsolete.
29597
29598 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
29599
29600 * textmodes/org.el (org-CUA-compatible): New option.
29601 (org-disputed-keys): New variable.
29602 (org-key): New function.
29603 (orgtbl-make-binding): Add docstring to the created function.
29604 (org-mode): Set paragraph start/separate regexps.
29605 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
29606 (org-archive-location, org-archive-mark-done)
29607 (org-archive-stamp-time): New options.
29608 (org-archive-subtree): New command.
29609 (org-fill-paragraph): New function.
29610 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
29611 (org-fake-empty-table-line): Function removed.
29612 (org-format-org-table-html): Do not create empty table lines at
29613 separator lines. Improved table header treatment.
29614 (org-link-format): New option.
29615 (org-make-link): New function.
29616 (org-insert-link, org-store-link): Use org-make-link.
29617 (org-open-file): Quote file name for shell command, to allow
29618 spaces in file names.
29619 (org-link-regexp): Fix bug with mailto link.
29620 (org-link-maybe-angles-regexp, org-protected-link-regexp):
29621 New constants.
29622 (org-export-as-html): Deal with the optional angles around a link.
29623 Better treatment of file: links.
29624 (org-open-at-point): Replace @{ and @} with < and >.
29625 (org-run-mode-hooks): Function removed.
29626 (org-agenda-mode): No longer use `org-run-mode-hooks'.
29627
29628 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
29629
29630 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
29631 MI command -data-list-register-values.
29632 (gdb-post-prompt): Indent properly.
29633
29634 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
29635
29636 * hilit-chg.el (highlight-changes-colors): Rename from
29637 `highlight-changes-colours'.
29638 (highlight-changes-colours): Keep as obsolete alias.
29639 (highlight-changes-face-list): Doc fix.
29640 (hilit-chg-make-list): Use `highlight-changes-colors'.
29641
29642 2005-06-12 Mark A. Hershberger <mah@everybody.org>
29643
29644 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
29645 defun-prompt-regexp.
29646
29647 2005-06-12 Eli Zaretskii <eliz@gnu.org>
29648
29649 * loadup.el: Don't say we are dumping under 2 names on windows-nt
29650 and cygwin.
29651
29652 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
29653 Don't use an old loaddefs.el, as in Makefile.in.
29654
29655 2005-06-12 Lute Kamstra <lute@gnu.org>
29656
29657 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
29658
29659 * man.el (Man-mode-map): Initialize it properly.
29660 (Man-mode): Set mode-class property to special.
29661
29662 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
29663
29664 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
29665
29666 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
29667 A newline is needed in the docstring there.
29668
29669 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
29670 Doc fixes.
29671
29672 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
29673
29674 * printing.el: Doc fix. The menubar is no more changed when printing
29675 is loaded, it only changes when pr-menu-bind or pr-update-menus is
29676 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
29677 (pr-version): New version number (6.8.4).
29678 (pr-menu-bind): New command.
29679 (pr-update-menus): Docstring and code fix.
29680 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
29681 Docstring fix.
29682 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
29683 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
29684
29685 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
29686
29687 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
29688 "Returns" to "return", document useful return values, etc.
29689
29690 2005-06-11 Alan Mackenzie <acm@muc.de>
29691
29692 * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
29693 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
29694 (adaptive-file-function): Minor amendment to doc-string.
29695
29696 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29697
29698 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
29699 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
29700 Fix :type--it is `integer', not `string'.
29701
29702 * faces.el (modeline-highlight): Rename from (the erroneous)
29703 `modeline-higilight'.
29704
29705 2005-06-11 Lute Kamstra <lute@gnu.org>
29706
29707 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
29708 lisp-interaction-mode-map but make it the parent.
29709 (edebug-eval-mode): Use define-derived-mode.
29710
29711 2005-06-11 Andreas Schwab <schwab@suse.de>
29712
29713 * bindings.el: Add binding of `ESC functionkey' for every
29714 `M-functionkey'.
29715 * hexl.el (hexl-mode-map): Likewise.
29716
29717 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
29718
29719 * progmodes/compile.el (compilation-error-regexp-alist-alist)
29720 [msft]: update regexp for newer msft compilers.
29721
29722 2005-06-10 Mark A. Hershberger <mah@everybody.org>
29723
29724 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
29725 ATTLIST portions of included DTDs.
29726 (xml-parse-dtd): Eliminate use of inefficient match-data.
29727
29728 2005-06-10 Miles Bader <miles@gnu.org>
29729
29730 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
29731 (mpuz-text): Remove "-face" suffix from face names.
29732 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
29733 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
29734 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
29735
29736 * play/gomoku.el (gomoku-O, gomoku-X):
29737 Remove "-face" suffix from face names.
29738 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
29739 New backward-compatibility aliases for renamed faces.
29740 (gomoku-font-lock-keywords): Use renamed gomoku faces.
29741
29742 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29743
29744 * thumbs.el: Fixes for changes of 2005-06-09.
29745 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
29746 as a directory.
29747 (thumbs-thumbname): Remove directory separator from format string;
29748 `thumbs-thumbsdir' now returns a valid directory name.
29749 (thumbs-temp-dir): New defsubst.
29750 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
29751 Use it.
29752
29753 * cus-edit.el (minibuffer):
29754 * files.el (make-backup-file-name-function):
29755 * filesets.el (filesets-external-viewers):
29756 * hilit-chg.el (highlight-changes-colours)
29757 (highlight-changes-face-list, highlight-changes-rotate-faces):
29758 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
29759 * kmacro.el (kmacro-call-macro):
29760 * log-edit.el (log-edit-changelog-full-paragraphs):
29761 * mouse.el (mouse-1-click-follows-link):
29762 * skeleton.el (skeleton-autowrap):
29763 * subr.el (insert-for-yank-1):
29764 * tempo.el (tempo-insert-region):
29765 * terminal.el (terminal-emulator):
29766 * time.el (display-time-mail-face):
29767 * vc.el (vc-annotate):
29768 * vcursor.el (vcursor-copy-line):
29769 * woman.el (woman-bold-headings, woman-ignore)
29770 (woman-default-faces, woman-monochrome-faces):
29771 * calendar/todo-mode.el (todo-insert-threshold):
29772 * emulation/pc-select.el (pc-select-selection-keys-only)
29773 (pc-selection-mode):
29774 * emulation/vip.el (vip-find-char-forward):
29775 * emulation/viper-cmd.el (viper-find-char-forward):
29776 * international/mule-cmds.el
29777 (select-safe-coding-system-accept-default-p)
29778 (input-method-exit-on-invalid-key):
29779 * international/mule-diag.el (describe-coding-system):
29780 * international/ucs-tables.el (unify-8859-on-encoding-mode):
29781 * net/browse-url.el (browse-url-xterm-program):
29782 * obsolete/lazy-lock.el (lazy-lock-mode):
29783 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
29784 (cperl-mode):
29785 * progmodes/cpp.el (cpp-face-light-name-list)
29786 (cpp-face-dark-name-list):
29787 * progmodes/delphi.el (delphi-newline-always-indents):
29788 Fix spellings in docstrings.
29789
29790 * ido.el (ido-mode, ido-file-extensions-order)
29791 (ido-default-file-method, ido-default-buffer-method)
29792 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
29793 (ido-decorations, ido-read-file-name-as-directory-commands)
29794 (ido-read-file-name-non-ido, ido-work-directory-list)
29795 (ido-ignore-item-temp-list, ido-current-directory)
29796 (ido-magic-forward-char, ido-enter-find-file)
29797 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
29798 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
29799
29800 2005-06-10 Lute Kamstra <lute@gnu.org>
29801
29802 * play/dunnet.el (dun-mode): Use define-derived-mode.
29803 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
29804 obsolete alias.
29805
29806 * play/doctor.el (doctor-mode-map): Remove defvar.
29807 (doctor-mode): Use define-derived-mode.
29808
29809 * mail/mspools.el (mspools-mode):
29810 * net/eudc-hotlist.el (eudc-hotlist-mode):
29811 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
29812
29813 2005-06-10 Miles Bader <miles@gnu.org>
29814
29815 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
29816 Remove "-face" suffix from face names.
29817 (flyspell-incorrect-face, flyspell-duplicate-face):
29818 New backward-compatibility aliases for renamed faces.
29819 (flyspell-mode-on, make-flyspell-overlay)
29820 (flyspell-highlight-incorrect-region)
29821 (flyspell-highlight-duplicate-region)
29822 (flyspell-display-next-corrections)
29823 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
29824
29825 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
29826 from face name.
29827 (texinfo-heading-face): New backward-compatibility alias for
29828 renamed face.
29829 (texinfo-heading-face): Use renamed texinfo-heading face.
29830
29831 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
29832 suffix from face names.
29833 (tex-math-face, tex-verbatim-face):
29834 New backward-compatibility aliases for renamed faces.
29835 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
29836 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
29837 literal face name.
29838
29839 * textmodes/table.el (table-cell): Remove "-face" suffix from face
29840 name.
29841 (table-cell-face): New backward-compatibility alias for renamed face.
29842 (table--put-cell-face-property, table--update-cell-face):
29843 Use renamed table-cell face.
29844
29845 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
29846 from face name.
29847 (sgml-namespace-face): New backward-compatibility alias for
29848 renamed face.
29849 (sgml-namespace-face): Use renamed sgml-namespace face.
29850
29851 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
29852 (org-level-4, org-level-5, org-level-6, org-level-7)
29853 (org-level-8, org-warning, org-headline-done)
29854 (org-deadline-announce, org-scheduled-today)
29855 (org-scheduled-previously, org-link, org-done, org-table)
29856 (org-time-grid): Remove "-face" suffix from face names.
29857 (org-level-1-face, org-level-2-face, org-level-3-face)
29858 (org-level-4-face, org-level-5-face, org-level-6-face)
29859 (org-level-7-face, org-level-8-face, org-warning-face)
29860 (org-headline-done-face, org-deadline-announce-face)
29861 (org-scheduled-today-face, org-scheduled-previously-face)
29862 (org-link-face, org-done-face, org-table-face)
29863 (org-time-grid-face):
29864 New backward-compatibility aliases for renamed faces.
29865 (org-level-faces, org-set-font-lock-defaults, org-timeline)
29866 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
29867 (org-agenda-get-timestamps, org-agenda-get-scheduled)
29868 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
29869
29870 * emulation/viper-init.el (viper-search, viper-replace-overlay)
29871 (viper-minibuffer-emacs, viper-minibuffer-insert)
29872 (viper-minibuffer-vi): Remove "-face" suffix from face names.
29873 (viper-search-face, viper-replace-overlay-face)
29874 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29875 (viper-minibuffer-vi-face):
29876 New backward-compatibility aliases for renamed faces.
29877 (viper-search-face, viper-replace-overlay-face)
29878 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29879 (viper-minibuffer-vi-face): Use renamed viper faces.
29880
29881 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
29882 Remove "-face" suffix from face names.
29883 (testcover-nohits-face, testcover-1value-face):
29884 New backward-compatibility aliases for renamed faces.
29885 (testcover-mark): Use renamed testcover faces.
29886
29887 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
29888 face name.
29889 (diary-button-face): New backward-compatibility alias for renamed face.
29890 (diary-entry): Use renamed diary-button face.
29891
29892 * calendar/calendar.el (diary, calendar-today, holiday)
29893 (mark-visible-calendar-date): Remove "-face" suffix from face names.
29894 (diary-face, calendar-today-face, holiday-face):
29895 New backward-compatibility aliases for renamed faces.
29896 (eval-after-load "facemenu", diary-entry-marker)
29897 (calendar-today-marker, calendar-holiday-marker, diary-face):
29898 Use renamed calendar faces.
29899
29900 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
29901 (compare-windows-face): New backward-compatibility alias for
29902 renamed face.
29903 (compare-windows-highlight): Use renamed compare-windows face.
29904
29905 * strokes.el (strokes-char): Remove "-face" suffix from face name.
29906 (strokes-char-face): New backward-compatibility alias for renamed face.
29907 (strokes-encode-buffer): Use renamed strokes-char face.
29908
29909 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
29910 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
29911 Remove "-face" suffix from face names.
29912 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
29913 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
29914 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
29915 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
29916 Use renamed pcvs faces.
29917 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
29918 * pcvs-defs.el (cvs-mode-map): Likewise.
29919 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
29920
29921 * info.el (info-title-1, info-title-2, info-title-3)
29922 (info-title-4): Remove "-face" suffix from and downcase face names.
29923 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
29924 (Info-title-4-face):
29925 New backward-compatibility aliases for renamed faces.
29926 (Info-fontify-node): Use renamed info faces.
29927
29928 * hilit-chg.el (highlight-changes, highlight-changes-delete):
29929 Remove "-face" suffix from face names.
29930 (highlight-changes-face, highlight-changes-delete-face):
29931 New backward-compatibility aliases for renamed faces.
29932 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
29933 (hilit-chg-make-list): Use renamed highlight-changes faces.
29934
29935 * generic-x.el (show-tabs-tab, show-tabs-space):
29936 Remove "-face" suffix from face names.
29937 (show-tabs-tab-face, show-tabs-space-face):
29938 New backward-compatibility aliases for renamed faces.
29939 (show-tabs-generic-mode-font-lock-defaults-1)
29940 (show-tabs-generic-mode-font-lock-defaults-2):
29941 Use renamed show-tabs faces.
29942
29943 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
29944 (smerge-markers): Remove "-face" suffix from face names.
29945 (smerge-mine-face, smerge-other-face, smerge-base-face)
29946 (smerge-markers-face):
29947 New backward-compatibility aliases for renamed faces.
29948 (smerge-mine-face, smerge-other-face, smerge-base-face)
29949 (smerge-markers-face): Use renamed smerge faces.
29950
29951 * log-view.el (log-view-file, log-view-message): Remove "-face"
29952 suffix from face names.
29953 (log-view-file-face, log-view-message-face):
29954 New backward-compatibility aliases for renamed faces.
29955 (log-view-file-face, log-view-message-face): Use renamed log-view
29956 faces.
29957
29958 * paren.el (show-paren-match, show-paren-mismatch):
29959 Remove "-face" suffix from face names.
29960 (show-paren-match-face, show-paren-mismatch-face):
29961 New backward-compatibility aliases for renamed faces.
29962 (show-paren-function): Use renamed show-paren faces.
29963
29964 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
29965 (ruler-mode-margins, ruler-mode-fringes)
29966 (ruler-mode-column-number, ruler-mode-fill-column)
29967 (ruler-mode-comment-column, ruler-mode-goal-column)
29968 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
29969 suffix from face names.
29970 (ruler-mode-default-face, ruler-mode-pad-face)
29971 (ruler-mode-margins-face, ruler-mode-fringes-face)
29972 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
29973 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
29974 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
29975 New backward-compatibility aliases for renamed faces.
29976 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
29977 (ruler-mode-column-number, ruler-mode-fill-column)
29978 (ruler-mode-comment-column, ruler-mode-goal-column)
29979 (ruler-mode-tab-stop, ruler-mode-current-column)
29980 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
29981 faces.
29982
29983 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
29984 face name.
29985 (whitespace-highlight-the-space): Use renamed face.
29986 (whitespace-highlight-face): New backward-compatibility alias for
29987 renamed face.
29988
29989 * woman.el (woman-italic, woman-bold, woman-unknown)
29990 (woman-addition, woman-symbol-face):
29991 Remove "-face" suffix from face names.
29992 (woman-italic-face, woman-bold-face, woman-unknown-face)
29993 (woman-addition-face):
29994 New backward-compatibility aliases for renamed faces.
29995 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
29996 (woman-decode-region, woman-replace-match)
29997 (woman-display-extended-fonts, woman-special-characters)
29998 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
29999 Use renamed woman faces.
30000
30001 * longlines.el (longlines-visible-face): Face removed.
30002
30003 * diff-mode.el (diff-header, diff-file-header, diff-index)
30004 (diff-hunk-header, diff-removed, diff-added, diff-changed)
30005 (diff-function, diff-context, diff-nonexistent): Remove "-face"
30006 suffix from face names.
30007 (diff-header-face, diff-file-header-face, diff-index-face)
30008 (diff-hunk-header-face, diff-removed-face, diff-added-face)
30009 (diff-changed-face, diff-function-face, diff-context-face)
30010 (diff-nonexistent-face): New backward-compatibility aliases for
30011 renamed faces.
30012 (diff-header-face, diff-file-header-face)
30013 (diff-index, diff-index-face, diff-hunk-header)
30014 (diff-hunk-header-face, diff-removed, diff-removed-face)
30015 (diff-added, diff-added-face, diff-changed-face, diff-function)
30016 (diff-function-face, diff-context-face, diff-nonexistent)
30017 (diff-nonexistent-face): Use renamed diff-mode faces.
30018
30019 * progmodes/compile.el (compilation-warning-face)
30020 (compilation-info-face): Remove "-face" suffix from face names.
30021 (compilation-warning-face, compilation-info-face):
30022 New backward-compatibility aliases for renamed faces.
30023 (compilation-warning-face, compilation-info-face):
30024 Use renamed compilation faces.
30025
30026 * add-log.el (change-log-date, change-log-name)
30027 (change-log-email, change-log-file, change-log-list)
30028 (change-log-conditionals, change-log-function)
30029 (change-log-acknowledgement): Remove "-face" suffix from face names.
30030 (change-log-date-face, change-log-name-face)
30031 (change-log-email-face, change-log-file-face)
30032 (change-log-list-face, change-log-conditionals-face)
30033 (change-log-function-face, change-log-acknowledgement-face):
30034 New backward-compatibility aliases for renamed faces.
30035 (change-log-font-lock-keywords): Use renamed change-log faces.
30036
30037 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
30038 (custom-set, custom-changed, custom-saved, custom-button)
30039 (custom-button-pressed, custom-documentation, custom-state)
30040 (custom-comment, custom-comment-tag, custom-variable-tag)
30041 (custom-variable-button, custom-face-tag, custom-group-tag-1)
30042 (custom-group-tag): Remove "-face" suffix from face names.
30043 (custom-magic-alist, custom-magic-value-create)
30044 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
30045 (custom-invalid-face, custom-rogue-face, custom-modified-face)
30046 (custom-set-face, custom-changed-face, custom-saved-face)
30047 (custom-button-face, custom-button-pressed-face)
30048 (custom-documentation-face, custom-state-face)
30049 (custom-comment-face, custom-comment-tag-face)
30050 (custom-variable-tag-face, custom-variable-button-face)
30051 (custom-face-tag-face, custom-group-tag-face-1)
30052 (custom-group-tag-face):
30053 New backward-compatibility aliases for renamed faces.
30054
30055 * wid-edit.el (widget-documentation, widget-button)
30056 (widget-field, widget-single-line-field, widget-inactive)
30057 (widget-button-pressed): "-face" suffix removed from face names.
30058 (widget-documentation-face, widget-button-face)
30059 (widget-field-face, widget-single-line-field-face)
30060 (widget-inactive-face, widget-button-pressed-face):
30061 New backward-compatibility aliases for renamed faces.
30062 (widget-documentation-face, widget-button-face)
30063 (widget-button-pressed-face, widget-specify-field)
30064 (widget-specify-inactive): Use renamed widget faces.
30065
30066 2005-06-10 Kenichi Handa <handa@m17n.org>
30067
30068 * term/x-win.el (x-clipboard-yank): Remove condition-case
30069 wrapping.
30070
30071 2005-06-11 Kenichi Handa <handa@m17n.org>
30072
30073 * add-log.el (change-log-font-lock-keywords): Make the regexp for
30074 date lines stricter.
30075
30076 2005-06-10 Zhang Wei <id.brep@gmail.com>
30077
30078 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
30079 of x-get-selection.
30080
30081 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
30082
30083 * comint.el (comint-mode, comint-snapshot-last-prompt):
30084 * frame.el (frame-current-scroll-bars):
30085 * term.el (term-mode, term-check-proc, term-input-sender)
30086 (term-simple-send, term-extract-string, term-word)
30087 (term-match-partial-filename):
30088 * window.el (window-current-scroll-bars):
30089 * emulation/cua-base.el (cua-normal-cursor-color)
30090 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
30091 (cua-global-mark-cursor-color):
30092 * mail/undigest.el (rmail-forward-separator-regex):
30093 Fix typos in docstrings.
30094
30095 * comint.el (comint-check-proc, make-comint-in-buffer)
30096 (comint-source-default): Doc fixes.
30097
30098 * term.el (term-send-string): Improve argument/docstring consistency.
30099
30100 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
30101
30102 * comint.el (comint-send-input): Bind `inhibit-read-only' around
30103 call to `delete-region'.
30104 (comint-mode-hook): Do not enable Font Lock by default.
30105
30106 2005-06-09 Lute Kamstra <lute@gnu.org>
30107
30108 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
30109 could be void.
30110
30111 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
30112
30113 * emacs-lisp/debug.el (debugger-will-be-back): New var.
30114 (debug): Use it.
30115 (debugger-step-through, debugger-continue, debugger-jump)
30116 (debugger-return-value): Set it when needed.
30117 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
30118 Use inhibit-read-only.
30119
30120 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
30121
30122 * window.el (shrink-window-if-larger-than-buffer)
30123 (window-size-fixed): Fix typo in docstring.
30124
30125 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
30126 thumbnails directory on loading.
30127 (thumbs-conversion-program): Use `eq' to check the system type,
30128 not `equal'.
30129 (thumbs-temp-dir): Initialize to `temporary-file-directory',
30130 not "/tmp". Fix docstring.
30131 (thumbs-thumbsdir): New function to return the thumbnails
30132 directory, creating it if needed.
30133 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
30134 (thumbs-temp-file): Delete variable and make it into a function.
30135 (thumbs-resize-image, thumbs-modify-image): Use it.
30136 (thumbs-kill-buffer): Simplify.
30137 (thumbs-gensym): Defalias or duplicate CL `gensym'.
30138 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
30139 docstrings.
30140
30141 2005-06-09 Kim F. Storm <storm@cua.dk>
30142
30143 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
30144 set-match-data to free markers in match-data.
30145
30146 * replace.el (replace-match-data): Pass RESEAT arg `t' to
30147 match-data to unchain markers in match-data.
30148
30149 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
30150
30151 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
30152 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
30153 unnecessary now.
30154
30155 2005-06-08 Richard M. Stallman <rms@gnu.org>
30156
30157 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
30158 give the variable a doc string that doesn't say don't set it directly.
30159
30160 * textmodes/ispell.el (ispell-check-version):
30161 Use match-string-no-properties.
30162 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
30163 (ispell-buffer-local-words): Likewise.
30164
30165 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
30166 except on terminals with enough colors to really display it.
30167 (makefile-dependency-regex): Delete spurious `bb'.
30168
30169 * faces.el (escape-glyph): Use blue once again in last case.
30170 (no-break-space): Redefine so that it isn't invisible on a tty.
30171
30172 2005-06-08 Kim F. Storm <storm@cua.dk>
30173
30174 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
30175 also when reading directory name.
30176
30177 2005-06-08 Lute Kamstra <lute@gnu.org>
30178
30179 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
30180 (flyspell-mode-line-string): Remove autoload cookie.
30181 (flyspell-mode): Remove defvar.
30182
30183 2005-06-07 Lute Kamstra <lute@gnu.org>
30184
30185 * textmodes/org.el (org-run-mode-hooks): New function.
30186 (org-agenda-mode): Use it.
30187
30188 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
30189
30190 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
30191
30192 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
30193
30194 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
30195
30196 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
30197
30198 * font-lock.el (font-lock-add-keywords): Doc fix.
30199
30200 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
30201
30202 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
30203 (tex-compile-default): In the absence of any history, use the order in
30204 tex-compile-alist to choose the preferred command.
30205 (tex-compile-commands): Reorder a bit.
30206
30207 * textmodes/flyspell.el (flyspell-auto-correct-binding)
30208 (flyspell-incorrect-face, flyspell-duplicate-face):
30209 Use (X)Emacs-agnostic code.
30210 (flyspell-mode-map): Don't overwrite at each load. Remove code
30211 redundant with the subsequent add-minor-mode. Merge Emacs and
30212 XEmacs code.
30213 (flyspell-word): Minor simplification.
30214 (flyspell-math-tex-command-p): Quieten the byte-compiler.
30215 (flyspell-external-point-words): Remove unused vars `size' and `start'.
30216 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
30217 Merge the corresponding Emacs code.
30218 (flyspell-correct-word, flyspell-xemacs-popup):
30219 Use flyspell-do-correct.
30220
30221 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
30222 a dedicated window.
30223
30224 * international/latexenc.el (latexenc-find-file-coding-system):
30225 Undo part of last patch, to turn off a compiler warning.
30226
30227 2005-06-06 Juri Linkov <juri@jurta.org>
30228
30229 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
30230 Rename `tmm-inactive-face' to `tmm-inactive'.
30231
30232 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
30233
30234 * iswitchb.el: Rename faces.
30235
30236 2005-06-06 Kim F. Storm <storm@cua.dk>
30237
30238 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
30239 (cua-global-mark): Remove -face suffix from face names.
30240
30241 * emulation/cua-gmrk.el (cua--init-global-mark):
30242 Remove cua-global-mark face setup.
30243
30244 2005-06-06 Richard M. Stallman <rms@gnu.org>
30245
30246 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
30247 just like other allowed characters.
30248 (makefile-match-dependency): Exclude leading and training whitespace
30249 from the range of regexp subexp 1.
30250 (makefile-macroassign-regex): Don't try to match the body,
30251 just the name of the macro being defined.
30252
30253 * info.el (Info-read-node-name-2): New function.
30254 (Info-read-node-name-1): Use that.
30255 Add a completion-base-size-function property.
30256
30257 * simple.el (completion-setup-function): Look for
30258 completion-base-size-function property of minibuffer-completion-table.
30259
30260 * files.el (locate-file-completion): Doc fix.
30261
30262 * printing.el: Don't call pr-update-menus; user must do that.
30263
30264 * emacs-lisp/debug.el (debugger-window): New variable.
30265 (debug): Use debugger-window if it is set and still alive.
30266 Record debugger-window for next entry.
30267
30268 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
30269
30270 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
30271
30272 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
30273 (hack-one-local-variable, hack-local-variables)
30274 (hack-local-variables-prop-line): Pass that arg.
30275
30276 2005-06-06 Kim F. Storm <storm@cua.dk>
30277
30278 * ido.el (ido-first-match, ido-only-match, ido-subdir)
30279 (ido-indicator): Remove -face suffix from face names.
30280
30281 2005-06-06 Juri Linkov <juri@jurta.org>
30282
30283 * font-lock.el (font-lock-regexp-backslash)
30284 (font-lock-regexp-backslash-construct): New faces.
30285 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
30286 after `('. Add `while-no-input' to control structures.
30287
30288 * faces.el (no-break-space, shadow): New faces.
30289 (escape-glyph): Use less loud colors pink2 and red4.
30290
30291 * diff-mode.el (diff-context-face)
30292 * dired.el (dired-ignored)
30293 * rfn-eshadow.el (file-name-shadow)
30294 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
30295
30296 * info.el (Info-title-1-face): Use green instead of yellow because
30297 bold yellow is not readable on light backgrounds.
30298
30299 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
30300 before selecting the desired mode to not spend time fontifying
30301 old contents.
30302
30303 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
30304
30305 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
30306 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
30307
30308 * ps-print.el (ps-default-fg, ps-default-bg):
30309 Fix typos in docstrings.
30310
30311 * isearchb.el (isearchb): Don't pass a spurious second argument to
30312 `iswitchb-completions'.
30313
30314 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
30315
30316 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
30317 to preserve point.
30318 (gdb-find-file-hook): Add doc string.
30319
30320 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
30321 C dereferenced pointer expression.
30322 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
30323
30324 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
30325
30326 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
30327 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
30328 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
30329 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
30330 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
30331 Make background transparent.
30332
30333 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
30334
30335 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
30336 (font-lock-remove-keywords): Doc fix.
30337 (font-lock-mode-major-mode): Compiler defvar.
30338 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
30339
30340 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
30341 (font-lock-mode): Update `font-lock-mode-major-mode'.
30342 (font-lock-set-defaults): Compiler defvar.
30343 (font-lock-default-function): Take `font-lock-mode-major-mode'
30344 into account.
30345
30346 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
30347 keep track of which major mode it enabled the minor mode for.
30348 Use find-file-hook again. Update docstring.
30349
30350 * simple.el (eval-expression-print-level)
30351 (eval-expression-print-length, eval-expression-debug-on-error):
30352 Doc fixes.
30353
30354 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
30355
30356 * iswitchb.el (iswitchb-single-match-face)
30357 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
30358 (iswitchb-invalid-regexp-face): New faces.
30359 (iswitchb-completions): Use them.
30360 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
30361 now marked as an obsolete alias.
30362 (iswitchb-read-buffer): Remove check for bound font variables.
30363 (iswitchb-invalid-regexp): New free variable.
30364 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
30365 set iswitchb-invalid-regexp.
30366 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
30367 invalid regexps.
30368 (iswitchb-completions): Add check for complete match when entering
30369 a regexp.
30370 (iswitchb-completions): Remove require-match argument.
30371 (iswitchb-exhibit): Fix caller.
30372 (iswitchb-common-match-inserted): New variable.
30373 (iswitchb-complete, iswitchb-completion-help): Use it.
30374
30375 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
30376
30377 * url/url-http.el (url-http-chunked-encoding-after-change-function):
30378 Use `url-http-debug' instead of `message'.
30379
30380 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
30381
30382 * url/url-http.el (url-http-parse-headers): Pass redirected URL
30383 as a callback argument.
30384
30385 2005-06-04 Kim F. Storm <storm@cua.dk>
30386
30387 * simple.el (line-move): Only call sit-for when moving backwards.
30388
30389 * ido.el (ido-make-merged-file-list-1): New defun split from
30390 ido-make-merged-file-list.
30391 (ido-make-merged-file-list): Bind throw-on-input around call to
30392 ido-make-merged-file-list-1. Return input-pending-p if
30393 interrupted by more input available.
30394 (ido-read-internal): Handle input-pending-p return value from
30395 ido-make-merged-file-list.
30396
30397 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
30398
30399 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
30400 compatibility code.
30401
30402 * international/latexenc.el (latexenc-find-file-coding-system):
30403 Don't inherit the EOL part of the coding-system from the
30404 tex-main buffer. Fit within 80 columns.
30405
30406 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
30407
30408 * tmm.el (tmm-inactive-face): New face.
30409 (tmm-remove-inactive-mouse-face): New function.
30410 (tmm-prompt, tmm-add-one-shortcut)
30411 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
30412 but not selectable.
30413
30414 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
30415
30416 * faces.el (face-equal): Improve argument/docstring consistency.
30417
30418 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
30419
30420 * progmodes/make-mode.el (makefile-targets-face)
30421 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
30422 (makefile-bsdmake-dependency-regex)
30423 (makefile-makepp-rule-action-regex)
30424 (makefile-bsdmake-rule-action-regex): New constants.
30425 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
30426
30427 * progmodes/compile.el (compilation-error-regexp-alist-alist):
30428 Allow (...) within `...' for makepp messages.
30429
30430 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
30431
30432 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
30433
30434 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
30435 "." files are deleted from all file lists before comparison.
30436
30437 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
30438 (viper-ESC-key): Made them customizable.
30439
30440 * emulation/viper.el (viper-non-hook-settings):
30441 Fix the names of defadvices.
30442
30443 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
30444
30445 * autorevert.el (auto-revert-buffers): Use save-match-data.
30446
30447 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
30448
30449 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
30450 menu items with a nil command binding.
30451
30452 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
30453
30454 * emacs-lisp/cl-macs.el (defsetf):
30455 Improve argument/docstring consistency.
30456
30457 * faces.el (list-faces-display): Improve the formatting by
30458 computing the maximum length required for any face-name (reworked
30459 patch of 1999-01-11, accidentally deleted on 1999-07-21).
30460 (internal-find-face): Remove redundant info in docstring.
30461
30462 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
30463
30464 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
30465 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
30466 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
30467 (gdb-assembler-custom): Improve regexps.
30468 (def-gdb-auto-update-handler): Use window point to preserve point.
30469
30470 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
30471
30472 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
30473
30474 2005-05-31 Jay Belanger <belanger@truman.edu>
30475
30476 * calc/calc-embed.el (calc-embedded-word): Change argument passed
30477 to calc-embedded.
30478 (calc-embedded-make-info): Have plain prefix argument select
30479 entire line.
30480
30481 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
30482
30483 * faces.el (list-faces-display): Signal error if passed a regexp
30484 that matches no face name.
30485
30486 * simple.el (filter-buffer-substring): Fix typo in docstring.
30487
30488 2005-05-31 Richard M. Stallman <rms@gnu.org>
30489
30490 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
30491 (vhdl-emacs-21): Doc fix.
30492 (vhdl-mode): Unconditionally set comment-padding.
30493 (vhdl-fixup-whitespace-region): Insert spaces only where
30494 there are none.
30495 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
30496
30497 2005-05-30 John Wiegley <johnw@newartisans.com>
30498
30499 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
30500 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
30501 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
30502 `directory-sep-char' to ?/, and all uses of `string-to-int' to
30503 `string-to-number'.
30504
30505 2005-05-30 Jay Belanger <belanger@truman.edu>
30506
30507 * calc/calc.el (calc-bug-address): Fix docstring.
30508 (calc-window-hook, calc-trail-window-hook): New variables.
30509 (calc-trail-display): Restore use of calc-trail-window-hook.
30510 (calc): Restore use of calc-window-hook.
30511
30512 2005-05-31 Masatake YAMATO <jet@gyve.org>
30513
30514 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
30515
30516 * help-fns.el (help-C-file-name): Add autoload mark for
30517 `find-function-noselect'.
30518
30519 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
30520
30521 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
30522 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
30523
30524 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30525
30526 * calendar/diary-lib.el (mark-included-diary-files): Only kill
30527 included diary buffer if it was not already being visited.
30528 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
30529
30530 * calendar/icalendar.el (top-level): Do not require appt.
30531
30532 * mail/supercite.el (sc-select-attribution): Only use a list
30533 element from sc-attrib-selection-list if it returns a string.
30534 Reported by Davide G. M. Salvetti <salve@debian.org>.
30535
30536 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
30537
30538 * thumbs.el (thumbs-thumbname): The resulting thumbname now
30539 includes a hash value to improve its uniqueness, and has a ".jpg"
30540 extension. Also, it is now a valid filename on all systems.
30541 (thumbs-make-thumb): Use `let', not `let*'.
30542 (thumbs-show-thumbs-list): Check for JPEG availability.
30543
30544 2005-05-30 Richard M. Stallman <rms@gnu.org>
30545
30546 * filesets.el (filesets-menu-ensure-use-cached):
30547 Prevent warning when emacs-version>= is undefined.
30548
30549 * printing.el (pr-interactive-n-up): Use string-to-number.
30550
30551 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
30552
30553 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
30554 Warn only when name to be defined is quoted.
30555
30556 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
30557
30558 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
30559 Make regexp more robust.
30560 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
30561 Force regeneration of disassembly.
30562
30563 2005-05-29 Jay Belanger <belanger@truman.edu>
30564
30565 * calc/calc.el (calc-user-invocation): Check if
30566 calc-invocation-macro is non-nil.
30567
30568 2005-05-29 Juri Linkov <juri@jurta.org>
30569
30570 * add-log.el (change-log-font-lock-keywords):
30571 Add `+' to e-mail regexp to accept mail address with keywords.
30572
30573 * man.el (Man-name-regexp): Add `:' to accept qualified names.
30574
30575 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
30576
30577 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
30578
30579 * ielm.el (inferior-emacs-lisp-mode): Ditto.
30580
30581 2005-05-29 Richard M. Stallman <rms@gnu.org>
30582
30583 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30584 Undo the change that moves to end of the current word.
30585
30586 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30587
30588 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
30589 Throw error when count <= 0 to ensure input is a number.
30590 (gdb-read-memory-custom): Pick up address from buffer.
30591 (gdb-memory-mode): Allow user to increment and decrement
30592 memory address from header line.
30593
30594 2005-05-29 Richard M. Stallman <rms@gnu.org>
30595
30596 * textmoddes/flyspell.el (flyspell-version): Function deleted.
30597 (flyspell-auto-correct-previous-hook): Doc fix.
30598
30599 * jit-lock.el (jit-lock-function, jit-lock-after-change):
30600 Do nothing if memory is full.
30601
30602 * font-lock.el (font-lock-fontify-syntactically-region):
30603 Pass t for GREEDY to looking-back.
30604
30605 * saveplace.el (save-place-alist-to-file): Write the file
30606 using write-region.
30607
30608 * subr.el (looking-back): New argument GREEDY.
30609
30610 * progmodes/compile.el (compilation-start): Set the mode
30611 before inserting the initial text.
30612
30613 * progmodes/which-func.el (which-func-update-1): Turn the mode
30614 off in case of error by setting which-func-mode.
30615
30616 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
30617
30618 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30619 Narrow down to what's on the screen, and recenter overlays
30620 at the end of the next word.
30621
30622 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
30623
30624 * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
30625 8Vars moved up.
30626 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
30627 (flyspell-abbrev-p): Default to nil.
30628 (flyspell-use-global-abbrev-table-p): Doc fix.
30629 (flyspell-large-region): Allow nil as value.
30630 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
30631
30632 (mail-mode-flyspell-verify): More robust handling
30633 of `mail-header-separator'. More efficient signature detection.
30634 Allow for regexp metacharacters in message-header-separator.
30635 Adding `To' not to be checked in mail-mode-flyspell-verify.
30636
30637 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
30638 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
30639 Bind flyspell-auto-correct-binding.
30640 Bind C-. and C-, .
30641 (flyspell-mode-map): Likewise.
30642 (flyspell-mode): Doc fix.
30643 (flyspell-accept-buffer-local-defs): Preserve current buffer.
30644 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
30645 (flyspell-word-cache-result): New var, always local.
30646 (flyspell-check-pre-word-p): Doc fix.
30647 (flyspell-check-changed-word-p): Handle spc like newline.
30648 (flyspell-post-command-hook): Set flyspell-word-cache-result.
30649 (flyspell-word-search-backward, flyspell-word-search-forward):
30650 New functions.
30651 (flyspell-word): Return t if nothing to check.
30652 When parsing TeX code, check for after } or \.
30653 Use flyspell-word-search-backward to find previous word.
30654 Return nil if duplicated word.
30655 For word already checked, return same value as last time.
30656 Set flyspell-word-cache-result after checking.
30657 Don't clobber the return value.
30658 (flyspell-get-word): Major rewrite.
30659 (flyspell-external-point-words): New locals pword, pcount.
30660 Fix size used in progress message.
30661 Find the proper corresponding word in flyspell-large-region-buffer.
30662 (flyspell-region): Check for flyspell-large-region = nil.
30663 (flyspell-highlight-incorrect-region): Clean up overlays in region.
30664 (flyspell-auto-correct-word): Check that WORD is a cons.
30665 (flyspell-correct-word): Likewise.
30666
30667 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
30668
30669 * progmodes/make-mode.el (makefile-rule-action-regex)
30670 (makefile-macroassign-regex, makefile-makepp-mode)
30671 (makefile-bsdmake-mode): Continuation lines may be empty.
30672 Reported by Joshua Varner.
30673 (makefile-makepp-font-lock-keywords): Add $(stem).
30674
30675 2005-05-28 Karl Berry <karl@gnu.org>
30676
30677 * textmodes/tex-mode.el: Now that tex-send-command calls
30678 shell-quote-argument (2005-03-31 change), remove all calls to
30679 shell-quote-argument; they all end up invoking tex-send-command.
30680 The double quoting loses on filenames with non-safe characters,
30681 such as "@". Reported by Frederik Fouvry.
30682
30683 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30684
30685 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
30686 about preserving point.
30687
30688 2005-05-27 Jay Belanger <belanger@truman.edu>
30689
30690 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
30691 Info-goto-node.
30692
30693 * calc/calc-embed.el (calc-embed-arg): New variable.
30694 (calc-do-embedded-activate, calc-embedded-activate-formula)
30695 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
30696 variable by new variable.
30697 (calc-embedded-make-info): Replace undeclared variable by new
30698 variable. When selecting region with positive prefix
30699 argument, use end of previous line instead of beginning of line.
30700
30701 * calc/calc-aent.el (calc-arg-values): Declare it.
30702
30703 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
30704 Declare them.
30705
30706 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
30707
30708 * calc/calc.el (calc-alg-map): Declare it.
30709
30710 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
30711
30712 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
30713
30714 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
30715 (gdb-registers-buffer, toggle-gdb-all-registers):
30716 Toggle display of floating point registers.
30717 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
30718
30719 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
30720 (toggle-gud-tooltip-dereference):
30721 Rename from gud-toggle-tooltip-dereference.
30722
30723 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
30724
30725 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
30726
30727 2005-05-27 Jay Belanger <belanger@truman.edu>
30728
30729 * calc/calc-prog.el (calc-kbd-report): Remove.
30730 (calc-kbd-query): Rewrite.
30731
30732 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
30733
30734 * image.el (image-library-alist): Move to image.c.
30735 (image-type-available-p): Doc fix.
30736
30737 2005-05-27 Lute Kamstra <lute@gnu.org>
30738
30739 * calc/calc.el (calc):
30740 * outline.el (outline-1, outline-2, outline-3, outline-4)
30741 (outline-5, outline-6, outline-7, outline-8):
30742 * textmodes/dns-mode.el (dns-mode):
30743 * textmodes/sgml-mode.el (sgml-namespace-face):
30744 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
30745 (tex-verbatim-face, tex-use-reftex):
30746 * textmodes/texinfo.el (texinfo-heading-face):
30747 Specify customization group.
30748
30749 * longlines.el: Don't require easy-mmode.
30750 (longlines-visible-face): Specify customization group.
30751
30752 2005-05-27 Kenichi Handa <handa@m17n.org>
30753
30754 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
30755 encoding table of windows-1251.
30756
30757 * international/ucs-tables.el (ucs-set-table-for-input):
30758 If translation-table-for-input of a coding system is a symbol, get
30759 its translation-table property.
30760
30761 * international/code-pages.el: Don't register a coding system into
30762 non-iso-charset-alist more than once.
30763 (cp-make-coding-system): Likewise.
30764
30765 2005-05-26 John Wiegley <johnw@newartisans.com>
30766
30767 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
30768 `eshell-resume-eval' is wrapped in a list, it indicates that the
30769 command was run asynchronously. In that case, unwrap the value
30770 before checking the delimiter value.
30771
30772 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
30773 character before a space at the end of a line is \, assume the space
30774 is part of the last argument rather than a final argument separator.
30775
30776 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
30777 is in use, and the target is `t' or `nil' (which are the most common
30778 values), don't assume that the symbol target is a buffer.
30779
30780 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
30781
30782 * calendar/calendar.el (calendar-mode-line-format):
30783 Use mode-line-highlight as mouse-face.
30784
30785 * time.el (display-time-string-forms, display-time-update):
30786 Use mode-line-highlight as mouse-face.
30787
30788 2005-05-26 Jay Belanger <belanger@truman.edu>
30789
30790 * calc/calc.el (calc-language-alist): Remove extra defvar.
30791
30792 2005-05-26 Lute Kamstra <lute@gnu.org>
30793
30794 * arc-mode.el (archive-mode):
30795 * bookmark.el (bookmark-read-annotation-mode)
30796 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
30797 * bs.el (bs-mode):
30798 * calc/calc-yank.el (calc-edit-mode):
30799 * calc/calc.el (calc-mode, calc-trail-mode):
30800 * calculator.el (calculator-mode):
30801 * chistory.el (command-history-mode):
30802 * comint.el:
30803 * cus-edit.el (custom-mode):
30804 * descr-text.el (describe-text-mode):
30805 * ebuff-menu.el (Electric-buffer-menu-mode):
30806 * ediff-util.el (ediff-mode):
30807 * emacs-lisp/re-builder.el (reb-mode):
30808 * emulation/vi.el (vi-mode-setup):
30809 * emulation/ws-mode.el (wordstar-mode):
30810 * eshell/esh-mode.el (eshell-mode):
30811 * forms.el (forms-mode):
30812 * help-mode.el (help-mode):
30813 * hexl.el (hexl-mode):
30814 * ibuffer.el (ibuffer-mode):
30815 * ielm.el (inferior-emacs-lisp-mode):
30816 * info.el (Info-mode, Info-edit-mode):
30817 * international/swedish.el:
30818 * ledit.el (ledit-from-lisp-mode):
30819 * locate.el (locate-mode):
30820 * mail/rmail.el (rmail-mode):
30821 * mail/rmailedit.el (rmail-edit-mode):
30822 * mail/rmailsum.el (rmail-summary-mode):
30823 * mail/supercite.el (sc-electric-mode):
30824 * net/eudc.el (eudc-mode):
30825 * net/quickurl.el (quickurl-list-mode):
30826 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
30827 * obsolete/ooutline.el (outline-mode):
30828 * obsolete/options.el (Edit-options-mode):
30829 * obsolete/rnews.el (news-mode):
30830 * obsolete/rnewspost.el (news-reply-mode):
30831 * play/5x5.el (5x5-mode):
30832 * play/decipher.el (decipher-mode, decipher-stats-mode):
30833 * play/gomoku.el (gomoku-mode):
30834 * play/snake.el (snake-mode):
30835 * play/solitaire.el (solitaire-mode):
30836 * play/tetris.el (tetris-mode):
30837 * progmodes/ada-mode.el (ada-mode):
30838 * progmodes/antlr-mode.el (antlr-mode):
30839 * progmodes/autoconf.el (autoconf-mode):
30840 * progmodes/dcl-mode.el (dcl-mode):
30841 * progmodes/delphi.el (delphi-mode):
30842 * progmodes/ebrowse.el (ebrowse-tree-mode)
30843 (ebrowse-electric-list-mode, ebrowse-member-mode)
30844 (ebrowse-electric-position-mode):
30845 * progmodes/f90.el (f90-mode):
30846 * progmodes/fortran.el (fortran-mode):
30847 * progmodes/icon.el (icon-mode):
30848 * progmodes/idlw-help.el (idlwave-help-mode):
30849 * progmodes/idlw-shell.el (idlwave-shell-mode):
30850 * progmodes/idlwave.el (idlwave-mode):
30851 * progmodes/inf-lisp.el (inferior-lisp-mode):
30852 * progmodes/m4-mode.el (m4-mode):
30853 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
30854 * progmodes/modula2.el (modula-2-mode):
30855 * progmodes/octave-inf.el (inferior-octave-mode):
30856 * progmodes/octave-mod.el (octave-mode):
30857 * progmodes/pascal.el (pascal-mode):
30858 * progmodes/sh-script.el (sh-mode):
30859 * progmodes/sql.el (sql-mode, sql-interactive-mode):
30860 * progmodes/vhdl-mode.el (vhdl-mode):
30861 * progmodes/xscheme.el (scheme-interaction-mode):
30862 * replace.el (occur-mode):
30863 * ses.el (ses-mode):
30864 * simple.el (completion-list-mode):
30865 * skeleton.el:
30866 * speedbar.el (speedbar-mode):
30867 * term.el (term-mode):
30868 * terminal.el (terminal-edit-mode):
30869 * textmodes/reftex-index.el (reftex-index-mode)
30870 (reftex-index-phrases-mode):
30871 * textmodes/reftex-sel.el (reftex-select-label-mode)
30872 (reftex-select-bib-mode):
30873 * textmodes/reftex-toc.el (reftex-toc-mode):
30874 * wdired.el (wdired-change-to-wdired-mode):
30875 * wid-browse.el (widget-browse-mode):
30876 Use run-mode-hooks.
30877
30878 * array.el (array-mode):
30879 * calendar/todo-mode.el (todo-mode):
30880 * man.el (Man-mode):
30881 * play/landmark.el (lm-mode):
30882 * play/mpuz.el (mpuz-mode):
30883 Use kill-all-local-variables and run-mode-hooks.
30884
30885 * subr.el (delay-mode-hooks): Specify indentation.
30886
30887 2005-05-26 Mark A. Hershberger <mah@everybody.org>
30888
30889 * xml.el (xml-substitute-special): Don't die for undefined xml
30890 entities.
30891
30892 2005-05-26 Jay Belanger <belanger@truman.edu>
30893
30894 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
30895 of nil.
30896
30897 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
30898
30899 * progmodes/gdb-ui.el (gdb-frame-address):
30900 Rename from gdb-current-address.
30901 (gdb-previous-frame-address): Rename from gdb-previous-address.
30902 (gdb-selected-frame): Rename from gdb-current-frame.
30903 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
30904 (gdb-frame-number): Rename from gdb-current-stack-level.
30905 (gdb-ann3): Match new mode-name for disassembly buffer.
30906 Extend initialization of variables.
30907 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
30908 (gdb-memory-mode): Use mouse-face in header line.
30909 (gdb-assembler-buffer-name): Call it disassembly and give frame
30910 in mode line.
30911 (gdb-source-spec-regexp, gdb-assembler-custom)
30912 (gdb-invalidate-assembler, gdb-frame-handler):
30913 Make robust to leading zeroes in address format.
30914
30915 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
30916
30917 * textmodes/org.el (org-mode): Use `define-derived-mode' to
30918 define `org-mode'.
30919 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
30920
30921 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
30922
30923 * log-edit.el (log-edit-changelog-entries): Distinguish between
30924 filenames like xfns.c and fns.c.
30925
30926 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
30927
30928 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
30929 point after reverting.
30930 (Buffer-menu-make-sort-button): Handle the case where
30931 `Buffer-menu-use-header-line' is nil.
30932
30933 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
30934
30935 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
30936 New funcs. In minibuffer-local-completion-map bind `]', `/'
30937 and `:' to them.
30938
30939 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
30940
30941 * startup.el (normal-top-level): Allow modification of load-path while
30942 we're iterating over it.
30943
30944 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
30945
30946 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
30947 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
30948 (thumbs-resize-interactive, thumbs-insert-image)
30949 (thumbs-insert-thumb, thumbs-dired-show-marked)
30950 (thumbs-find-image-at-point, thumbs-delete-images)
30951 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
30952 (thumbs-increment-image-size, thumbs-decrement-image-size):
30953 Fix typos in docstrings.
30954
30955 2005-05-24 Andre Spiegel <spiegel@gnu.org>
30956
30957 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
30958 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
30959 (cperl-mode): Use them.
30960
30961 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
30962
30963 * window.el (quit-window, shrink-window-if-larger-than-buffer):
30964 Doc fixes.
30965
30966 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
30967
30968 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
30969 Bind C-d to gdb-inferior-io-eof.
30970
30971 * dired.el (dired-dnd-popup-notice): Use message-box.
30972
30973 2005-05-23 Masatake YAMATO <jet@gyve.org>
30974
30975 * bindings.el (mode-line-major-mode-keymap):
30976 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
30977
30978 * faces.el (mode-line-highlight): New face.
30979
30980 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
30981 as mouse-face.
30982
30983 * bindings.el (top-level, help-echo, mode-line-modified)
30984 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
30985 as mouse-face.
30986
30987 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
30988
30989 * progmodes/cc-engine.el (c-guess-basic-syntax):
30990 Remove spurious call to `zerop'.
30991
30992 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
30993
30994 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
30995
30996 CC Mode update to 5.30.10:
30997
30998 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
30999 the point could go past the limit in decoration level 2, thereby
31000 causing errors during interactive fontification.
31001
31002 * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
31003 bug when the file is evaluated interactively.
31004
31005 * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
31006 declarations somewhat better in C++.
31007
31008 * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
31009 New helper macro to make use of `run-mode-hooks'
31010 which has been added in Emacs 21.1.
31011 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
31012 (awk-mode): Use it.
31013 (make-local-hook): Suppress warning about obsoleteness.
31014
31015 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
31016 (c-append-backslashes-forward, c-delete-backslashes-forward)
31017 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
31018 Compensate for return value from `forward-line' when it has moved
31019 but not to a different line due to eob.
31020
31021 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
31022 `objc-method-intro' and `objc-method-args-cont'.
31023
31024 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
31025
31026 CC Mode update to 5.30.10:
31027
31028 * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
31029 address in the copyright statement. Incidentally, change "along with
31030 GNU Emacs" to "along with this program" where it occurs.
31031
31032 * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
31033 autoload, so that it is interactive, hence can be found by M-x awk-mode
31034 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
31035 <gmorris+emacs@ast.cam.ac.uk>.
31036
31037 * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
31038 Mode's regexps.
31039
31040 2005-05-23 Kevin Ryde <user42@zip.com.au>
31041
31042 * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
31043 from c-parse-state, to avoid a lisp error (on bad code).
31044
31045 2005-05-23 Lute Kamstra <lute@gnu.org>
31046
31047 * subr.el (font-lock-defaults): Remove defvar as it's already
31048 defined in font-core.el.
31049
31050 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
31051
31052 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
31053
31054 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
31055 more general and work when GDB variable "print pretty" is on,
31056 as with Emacs, for example.
31057
31058 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
31059
31060 * font-core.el: Update comment.
31061
31062 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
31063 Use `after-change-major-mode-hook' instead of `find-file-hook'.
31064
31065 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
31066
31067 2005-05-22 Eli Zaretskii <eliz@gnu.org>
31068
31069 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
31070 and `yank-handler' in the doc strings.
31071
31072 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
31073
31074 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
31075
31076 2005-05-22 Richard M. Stallman <rms@gnu.org>
31077
31078 * help.el (describe-key): Move print-help-return-message call
31079 out of conditional.
31080
31081 * progmodes/etags.el (list-tags): Use with-no-warnings.
31082
31083 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
31084 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
31085 (starttls-extra-args, starttls-extra-arguments): Add defvars.
31086
31087 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
31088
31089 * language/viet-util.el (viet-viscii-nonascii-translation-table):
31090 Add defvar.
31091
31092 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
31093 Use defvar, not defconst.
31094
31095 * hexl.el (hexl-follow-line): Use with-no-warnings.
31096
31097 * emulation/tpu-extras.el: Use write-file-functions instead of
31098 write-file-hooks.
31099
31100 * dired.el (dired-font-lock-keywords): Fontify files with junk
31101 extensions even if marked by -F.
31102
31103 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
31104
31105 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
31106 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
31107 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
31108 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
31109 (concatenate, list-length, get*, getf, cl-remprop):
31110 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
31111 (etypecase, progv, lexical-let, lexical-let*)
31112 (multiple-value-bind, multiple-value-setq, shiftf):
31113 Improve argument/docstring consistency.
31114
31115 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
31116
31117 2005-05-22 Andre Spiegel <spiegel@gnu.org>
31118
31119 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
31120 doesn't exist.
31121
31122 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
31123 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
31124
31125 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
31126
31127 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
31128 already deleted variables: auto-fill-hook, blink-paren-hook,
31129 lisp-indent-hook, inhibit-local-variables, unread-command-event,
31130 suspend-hooks, comment-indent-hook, meta-flag,
31131 before-change-function, after-change-function,
31132 font-lock-doc-string-face.
31133
31134 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
31135
31136 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
31137
31138 2005-05-21 Eli Zaretskii <eliz@gnu.org>
31139
31140 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
31141 rmail-dont-reply-to.
31142
31143 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31144
31145 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
31146 literal blank when splitting new-header-values.
31147
31148 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
31149
31150 * calendar/cal-menu.el (cal-menu-update): Add separator as a
31151 string so that tmm doesn't create a completion entry for it.
31152
31153 * textmodes/table.el (table-disable-menu): Ditto.
31154
31155 2005-05-21 Richard M. Stallman <rms@gnu.org>
31156
31157 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
31158
31159 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
31160
31161 * net/rcompile.el (remote-compile): Use compilation-start.
31162
31163 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
31164
31165 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
31166
31167 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
31168 Default to makefile-bsdmake-mode on BSD systems.
31169
31170 * imenu.el (imenu-generic-expression, imenu--generic-function'):
31171 REGEXP may also be a search function now. The part of doc-string
31172 for describing the structure was 95% identical to that of
31173 `imenu--generic-function'. Unify it there.
31174
31175 * progmodes/make-mode.el (makefile-imenu-generic-expression):
31176 Use function to find dependencies, because regexp alone is so complex,
31177 it easily goes into an endless loop.
31178 (makefile-makepp-mode): Also add submenu for Perl functions
31179 defined in the makefile.
31180 (makefile-bsdmake-mode): Special imenu-generic-expression no
31181 longer needed, due to function call.
31182 (makefile-match-dependency): Take BOUND into account when checking
31183 if we're through.
31184
31185 2005-05-20 Jay Belanger <belanger@truman.edu>
31186
31187 * calc/calc-units.el (calc-invalidate-units-table):
31188 Use inhibit-read-only.
31189 (math-build-units-table-buffer): Use view-mode.
31190
31191 2005-05-20 David Kastrup <dak@gnu.org>
31192
31193 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
31194 easy-menu-add is not a nop on Emacs; and clarify when to call it.
31195
31196 2005-05-20 Lute Kamstra <lute@gnu.org>
31197
31198 * diff-mode.el (diff-header-face, diff-file-header-face)
31199 (diff-index-face, diff-hunk-header-face, diff-removed-face)
31200 (diff-added-face, diff-changed-face, diff-function-face)
31201 (diff-context-face, diff-nonexistent-face): Put them in the
31202 diff-mode customization group.
31203
31204 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
31205
31206 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
31207
31208 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
31209
31210 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
31211 Minor regexp-optimization.
31212
31213 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
31214
31215 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
31216 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
31217 (org-agenda-add-time-grid-maybe): New function.
31218 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
31219 (org-table-create): `dotimes' instead of `mapcar'.
31220 (org-xor): Simplify implementation.
31221 (org-agenda): `inhibit-redisplay' turned on.
31222 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
31223 a consistent line after a state change.
31224 (org-agenda-remove-times-when-in-prefix): New option.
31225 (org-prefix-has-time): New variable.
31226 (org-parse-time-string): Optional argument NODEFAULT.
31227 (org-format-agenda-item): Parse items for time-of-day
31228 specifications and move these into the prefix if possible.
31229 (org-agenda-priority): Get current heading, not previous heading
31230 during agenda remote editing.
31231
31232 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
31233
31234 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
31235 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
31236 (remove-duplicates, delete-duplicates, substitute)
31237 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
31238 (nsubstitute-if-not, find, find-if, find-if-not, position)
31239 (position-if, position-if-not, count, count-if, count-if-not)
31240 (mismatch, search, sort*, stable-sort, merge, member*)
31241 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
31242 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
31243 (intersection, nintersection, set-difference, nset-difference)
31244 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
31245 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
31246 (nsublis, tree-equal): Improve argument/docstring consistency.
31247
31248 * subr.el (send-string, send-region): Remove obsolescence declaration.
31249 (window-dot, set-window-dot, read-input, show-buffer)
31250 (eval-current-buffer, string-to-int):
31251 Add release number to obsolescence declarations.
31252
31253 2005-05-19 Kim F. Storm <storm@cua.dk>
31254
31255 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
31256 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
31257
31258 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
31259
31260 * faces.el (list-faces-display): Make back button respect optional
31261 regexp arg.
31262
31263 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
31264
31265 * calculator.el (calculator-radix-grouping-mode)
31266 (calculator-radix-grouping-digits, calculator-displayer)
31267 (calculator-radix-grouping-separator, calculator-copy-displayer):
31268 * dabbrev.el (dabbrev-search-these-buffers-only):
31269 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
31270 (diff-advance-after-apply-hunk, diff-mode-hook)
31271 (diff-minor-mode-prefix):
31272 * imenu.el (imenu-use-popup-menu):
31273 * jit-lock.el (jit-lock-context-time):
31274 * newcomment.el (comment-fill-column, comment-column)
31275 (comment-style, comment-padding, comment-multi-line)
31276 (comment-empty-lines, comment-auto-fill-only-comments):
31277 * reveal.el (reveal-around-mark):
31278 * uniquify.el (uniquify-buffer-name-style)
31279 (uniquify-after-kill-buffer-p)
31280 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
31281 (uniquify-min-dir-content, uniquify-separator)
31282 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
31283 * w32-vars.el (w32-fixed-font-alist):
31284 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
31285 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
31286 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
31287 * progmodes/perl-mode.el (perl-indent-level)
31288 (perl-continued-statement-offset, perl-continued-brace-offset)
31289 (perl-brace-offset, perl-brace-imaginary-offset)
31290 (perl-label-offset, perl-indent-continued-arguments)
31291 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
31292 * progmodes/tcl.el (tcl-indent-level)
31293 (tcl-continued-indent-level, tcl-auto-newline)
31294 (tcl-tab-always-indent, tcl-electric-hash-style)
31295 (tcl-help-directory-list, tcl-use-smart-word-finder)
31296 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
31297 (inferior-tcl-source-command):
31298 * textmodes/fill.el (enable-kinsoku):
31299 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
31300 * textmodes/table.el (table-yank-handler):
31301 Specify missing group (and type, if simple) in defcustom.
31302
31303 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
31304
31305 * progmodes/compile.el (compilation-finish-function): Fix defvar.
31306
31307 2005-05-19 Richard M. Stallman <rms@gnu.org>
31308
31309 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
31310
31311 * subr.el (event-basic-type): Don't get an error.
31312 (left-fringe-p): Function deleted.
31313
31314 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
31315 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
31316
31317 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
31318 in recursive copy.
31319
31320 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
31321
31322 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
31323
31324 * emacs-lisp/bytecomp.el
31325 (byte-compile-file-form-custom-declare-variable):
31326 Call byte-compile-nogroup-warn if appropriate.
31327
31328 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
31329 (compilation-set-window): Don't call left-fringe-p; do it directly.
31330
31331 2005-05-19 Jay Belanger <belanger@truman.edu>
31332
31333 * calc/calc-graph.el (calc-graph-format-data): Make sure
31334 var-PlotRejects is bound before trying to check its value.
31335
31336 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
31337
31338 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
31339 definition of this variable from reftex-global.el to reftex.el,
31340 because it is needed in the menu.
31341
31342 2005-05-19 Lute Kamstra <lute@gnu.org>
31343
31344 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
31345 years are fixed. Don't insert a space after a dash.
31346
31347 2005-05-19 Kim F. Storm <storm@cua.dk>
31348
31349 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
31350
31351 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
31352
31353 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
31354 strings, because (eq ... ?\\) is fairly frequent.
31355
31356 * progmodes/make-mode.el (makefile-add-this-line-targets):
31357 Simplify and integrate into `makefile-pickup-targets'.
31358 (makefile-add-this-line-macro): Simplify and integrate into
31359 `makefile-pickup-macros.
31360 (makefile-pickup-filenames-as-targets): Simplify.
31361 (makefile-previous-dependency, makefile-match-dependency):
31362 Don't stumble over `::'.
31363
31364 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
31365
31366 * subr.el (post-command-idle-hook, post-command-idle-delay):
31367 Remove obsoletion of post-command-idle-hook and
31368 post-command-idle-delay.
31369
31370 * faces.el (list-faces-display): Provide button when describe-face
31371 is called to take user back to the list of faces.
31372
31373 * help-fns.el (describe-variable): Remove hyperlinks in a
31374 variable's value as these are quite frequently inappropriate.
31375
31376 * follow.el (follow-submit-feedback, follow-mode):
31377 Remove references to post-command-idle-hook.
31378
31379 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
31380
31381 * progmodes/make-mode.el (makefile-previous-dependency)
31382 (makefile-match-dependency): Check for := (and in bsd mode also
31383 !=) to give a better result, even when font-lock is not on.
31384
31385 2005-05-18 Jay Belanger <belanger@truman.edu>
31386
31387 * calc/calc-help.el (calc-s-prefix-help):
31388 Add `calc-copy-special-constant' to help string.
31389
31390 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
31391
31392 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31393
31394 2005-05-18 Jay Belanger <belanger@truman.edu>
31395
31396 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
31397 in linear factors are in proper order.
31398
31399 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
31400
31401 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
31402 Support for jurabib.
31403
31404 * textmodes/reftex.el (featurep): Define aliases for overlay
31405 commands, for XEmacs compatibility, and use these aliases in
31406 overlay initializations.
31407 (reftex-highlight): Use `reftex-move-overlay'.
31408 (reftex-unhighlight): Use `reftex-delete-overlay'.
31409 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
31410 (reftex-access-search-path): Use `reftex-uniquify' instead of
31411 `reftex-uniq'.
31412
31413 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
31414 `before-string' property modification enables for Emacs as well.
31415 (reftex-select-item): Use `reftex-delete-overlay'.
31416 (reftex-select-mark): Use `reftex-make-overlay' and
31417 `reftex-overlay-put'.
31418 (reftex-select-unmark): Use `reftex-delete-overlay' and
31419 `reftex-overlay-put'.
31420
31421 2005-05-18 Lute Kamstra <lute@gnu.org>
31422
31423 * emacs-lisp/lisp.el (check-parens): Fix docstring.
31424
31425 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
31426
31427 * add-log.el (add-change-log-entry):
31428 * array.el (array-make-template, array-reconfigure-rows)
31429 (array-init-max-row, array-init-max-column)
31430 (array-init-columns-per-line, array-init-field-width):
31431 * replace.el (replace-match-maybe-edit, perform-replace):
31432 * textmodes/spell.el (spell-region):
31433 Replace `read-input' by `read-string'.
31434
31435 * forms.el (forms-mode):
31436 * finder.el (finder-compile-keywords):
31437 * shadowfile.el (shadow-read-files):
31438 Replace `eval-current-buffer' by `eval-buffer'.
31439
31440 * terminal.el (te-pass-through):
31441 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
31442 (ange-ftp-raw-send-cmd):
31443 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
31444 (send-process-next-char, telnet-initial-filter, telnet):
31445 Replace `send-string' by `process-send-string'.
31446
31447 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
31448 (prolog-consult-region): Replace `send-string' by
31449 `process-send-string'; replace `send-region' by `process-send-region'.
31450
31451 * progmodes/delphi.el (delphi-log-msg):
31452 Replace `set-window-dot' by `set-window-point'.
31453
31454 * subr.el (window-dot, set-window-dot, read-input, send-string)
31455 (send-region, show-buffer, eval-current-buffer):
31456 Make really obsolete, as the comment says.
31457
31458 2005-05-17 Kim F. Storm <storm@cua.dk>
31459
31460 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
31461 (cua--init-keymaps): Bind C-return instead of S-return to set
31462 rectangle mark.
31463
31464 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
31465 instead of S-return to toggle/clear rectangle mark.
31466
31467 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
31468
31469 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
31470 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
31471 Also fontify plain strings assigned to variables, mostly so that a
31472 colon has a face and is thus not taken as a dependency separator.
31473 (makefile-previous-dependency): Inline the new matcher, because it
31474 is too complex to work in both directions.
31475 (makefile-match-dependency): Eliminate `backward' arg (see above).
31476 Completely reimplemented so as to not sometimes go into an endless
31477 loop. It should also be more efficient, because first it only
31478 searches for `:', instead of applying the very complex regexp.
31479 (makefile-mode): Cancel `font-lock-support-mode', because blocks
31480 to be fontified in one piece can be too long for JIT.
31481 Makefiles are never *that* big.
31482
31483 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
31484
31485 * dired.el (dired-mode): Simplify.
31486
31487 2005-05-17 Lute Kamstra <lute@gnu.org>
31488
31489 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
31490 defcustom for the mode hook variable.
31491
31492 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
31493 Emacs Lisp Reference Manual.
31494
31495 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
31496
31497 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
31498 (evenp, list*):
31499 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
31500 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
31501
31502 * net/tramp-smb.el (tramp-smb-open-connection):
31503 Pass `tramp-chunksize' as fifth (required) argument.
31504
31505 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
31506
31507 * font-lock.el (lisp-font-lock-keywords-1):
31508 Set `font-lock-negation-char-face' for [^...] char group.
31509 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
31510
31511 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
31512 a var, and refine it to mask one more level of nested vars.
31513 (makefile-rule-action-regex): Turn it into a var, and refine it so
31514 it recognizes backslashed continuation lines as belonging to the
31515 same command.
31516 (makefile-macroassign-regex): Refine it so it recognizes
31517 backslashed continuation lines as belonging to the same command.
31518 (makefile-var-use-regex): Don't look at the next char, because it
31519 might be the same one to be skipped by the initial [^$], leading
31520 to an overlooked variable use.
31521 (makefile-make-font-lock-keywords): Remove two parameters, which
31522 are now variables that some of the modes set locally.
31523 Handle dependency and rule action matching through functions, because
31524 regexps alone match too often. Dependency matching now comes
31525 last, so it can check, whether a colon already matched something else.
31526 (makefile-mode): Inform that font-lock improves makefile parsing
31527 capabilities.
31528 (makefile-match-dependency, makefile-match-action): New functions.
31529
31530 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
31531
31532 * emacs-lisp/cl-extra.el (equalp): Doc fix.
31533
31534 * align.el (align-regexp):
31535 * ansi-color.el (ansi-color-get-face):
31536 * array.el (array-reconfigure-rows, array-init-max-row)
31537 (array-init-max-column, array-init-columns-per-line)
31538 (array-init-field-width):
31539 * dired-aux.el (dired-trample-file-versions):
31540 * dired-x.el (dired-mark-sexp):
31541 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
31542 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
31543 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
31544 * faces.el (face-read-integer):
31545 * files.el (backup-extract-version, insert-directory):
31546 * hexl.el (hexl-insert-decimal-char):
31547 * server.el (server-process-filter):
31548 * shell.el (shell-extract-num):
31549 * startup.el (command-line-1):
31550 * term.el (term-command-hook):
31551 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
31552 (time-stamp-do-number):
31553 * time.el (display-time-update):
31554 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
31555 (timezone-fix-time):
31556 * vms-patch.el (vms-suspend-resume-hook):
31557 * calendar/appt.el (appt-convert-time):
31558 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31559 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
31560 * calendar/cal-islam.el (mark-islamic-diary-entries):
31561 * calendar/calendar.el (calendar-cursor-to-date)
31562 (calendar-star-date):
31563 * calendar/diary-lib.el (diary-attrtype-convert)
31564 (mark-diary-entries, diary-entry-time):
31565 * calendar/solar.el (solar-get-number):
31566 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
31567 * emacs-lisp/re-builder.el (reb-display-subexp):
31568 * emulation/edt.el (edt-set-scroll-margins):
31569 * emulation/tpu-extras.el (tpu-set-scroll-margins):
31570 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
31571 (vip-get-ex-count):
31572 * emulation/viper-ex.el (viper-get-ex-token)
31573 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
31574 * international/fontset.el (fontset-plain-name):
31575 * mail/feedmail.el (feedmail-look-at-queue-directory):
31576 * mail/mailalias.el (mail-get-names):
31577 * mail/rmail.el (rmail-convert-to-babyl-format):
31578 * mail/rmailsum.el (rmail-make-basic-summary-line)
31579 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
31580 (rmail-summary-goto-msg):
31581 * mail/smtpmail.el (smtpmail-read-response):
31582 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
31583 (ange-ftp-vms-add-file-entry):
31584 * play/gametree.el (gametree-looking-at-ply)
31585 (gametree-current-branch-score):
31586 * progmodes/ada-xref.el (ada-prj-find-prj-file)
31587 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
31588 * progmodes/cperl-mode.el (condition-case):
31589 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
31590 (ebrowse-set-member-buffer-column-width)
31591 (ebrowse-select-1st-to-9nth):
31592 * progmodes/etags.el (etags-snarf-tag):
31593 * progmodes/flymake.el (flymake-parse-line):
31594 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
31595 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
31596 (idlwave-shell-menu-def):
31597 * progmodes/ps-mode.el (ps-run-goto-error):
31598 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
31599 (vhdl-speedbar-contract-level):
31600 * term/mac-win.el (x-handle-numeric-switch):
31601 * term/sun-mouse.el (sun-get-frame-data):
31602 * term/w32-win.el (x-handle-numeric-switch):
31603 * term/x-win.el (x-handle-numeric-switch):
31604 * textmodes/ispell.el (ispell-parse-output):
31605 * textmodes/nroff-mode.el (nroff-outline-level):
31606 * textmodes/reftex-cite.el (reftex-bib-sort-year)
31607 (reftex-bib-sort-year-reverse, reftex-format-citation):
31608 * textmodes/reftex-parse.el (reftex-init-section-numbers)
31609 (reftex-section-number):
31610 * textmodes/texinfmt.el (texinfo-paragraphindent):
31611 Replace `string-to-int' by `string-to-number'.
31612
31613 * international/latexenc.el: Add page marker to force the "Local
31614 Variables:" string out of the last page.
31615
31616 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31617
31618 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
31619 tooltip-change-major-mode.
31620 (gud-tooltip-print-command): Remove case where gud-minor-mode
31621 is gdb ("--fullname").
31622 (gud-tooltip-tips): Turn GUD tooltips off for this case and
31623 explain to user.
31624
31625 2005-05-16 Jay Belanger <belanger@truman.edu>
31626
31627 * calc/calc-store.el (calc-copy-special-constant): New function.
31628
31629 * calc/calc-ext.el (calc-init-extensions): Add binding for
31630 `calc-copy-special-constant'.
31631
31632 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
31633 for the `calc-copy-special-constant' command.
31634
31635 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31636
31637 * subr.el (left-fringe-p): New function.
31638
31639 * progmodes/compile.el (compilation-setup): Set local value of
31640 overlay-arrow-string to "" always.
31641 (compilation-set-window): Left fringe then don't scroll.
31642 No left fringe then no arrow and scroll message to top.
31643 (compilation-context-lines): Adjust doc string accordingly.
31644
31645 2005-05-16 Kim F. Storm <storm@cua.dk>
31646
31647 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
31648 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
31649 (ido-wide-find-dir-or-delete-dir): New command for M-d.
31650 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
31651 (ido-read-file-name): Handle commands with ido property value
31652 equal to find-file as reading a file name, to allow C-d to enter dired.
31653 (ibuffer-find-file): Add ido property with value find-file.
31654
31655 2005-05-15 Kim F. Storm <storm@cua.dk>
31656
31657 * subr.el (open-network-stream-nowait): Remove.
31658 (open-network-stream-server): Remove.
31659
31660 2005-05-15 Richard M. Stallman <rms@gnu.org>
31661
31662 * faces.el (describe-face): Output a definition link button.
31663
31664 * help-mode.el (help-face-def): New button type.
31665
31666 * emacs-lisp/copyright.el (copyright-fix-years):
31667 Match properly if the first year is 2-digit.
31668 Don't mess up the whitespace after the years by filling.
31669
31670 * dired-aux.el (dired-mark-confirm):
31671 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
31672
31673 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
31674 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
31675 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
31676
31677 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
31678 Set font-lock-comment-start-skip.
31679
31680 * font-lock.el (font-lock-comment-start-skip): New variable.
31681 (font-lock-comment-end-skip): New variable.
31682 (font-lock-fontify-syntactically-region): Use them if non-nil.
31683
31684 2005-05-15 Jay Belanger <belanger@truman.edu>
31685
31686 * calc/calc-store.el (calc-store-value): Return a string rather
31687 than display it as a message.
31688 Use calc-var-name for variable name.
31689 (calc-store-into): Add the result of calc-store-value to message.
31690 (calc-copy-variable): Add a message.
31691 (calc-store-exchange): Improve error messages.
31692 (calc-store-binary, calc-store-map): Don't reset the values of
31693 special constants.
31694
31695 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
31696
31697 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
31698 manual to docstring.
31699
31700 * files.el (hack-local-variables-confirm): Add STRING argument.
31701 Make the function handle non file visiting buffers correctly.
31702 (hack-local-variables-prop-line, hack-local-variables)
31703 (hack-one-local-variable): Use STRING arg of
31704 `hack-local-variables-confirm'.
31705
31706 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
31707
31708 Sync with Tramp 2.0.49.
31709
31710 * net/tramp.el (tramp-handle-dired-call-process)
31711 (tramp-handle-insert-directory):`insert-buffer' cannot be used
31712 because the contents of the Tramp buffer is changed before
31713 insertion (`expand-file' and alike).
31714 (tramp-handle-insert-directory): If `localname' has an empty
31715 nondirectory name, it must not be quoted.
31716 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
31717 variable `tramp-chunksize'. Change callees.
31718 (tramp-open-connection-setup-interactive-shell): Check remote host
31719 for buggy `send-process-string' implementation.
31720 Set `tramp-chunksize' if found. Reported by Michael Kifer
31721 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
31722 (tramp-handle-shell-command): `insert-buffer' cannot be used
31723 because the contents of the Tramp buffer is changed before
31724 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
31725 <frederic.bothamy@free.fr>.
31726 (tramp-set-auto-save): Actions should be done for Tramp file name
31727 handler only. Ange-FTP has its own auto-save mechanism.
31728 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
31729 (tramp-set-auto-save-file-modes): Set file modes of
31730 `buffer-auto-save-file-name' to ?\600 as fallback solution.
31731 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
31732 (tramp-bug): Remove obsolete variable.
31733 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
31734 for presence of `mml-mode'. Make it running for older Emacsen as well.
31735
31736 2005-05-14 John Paul Wallington <jpw@pobox.com>
31737
31738 * ibuf-ext.el (define-ibuffer-filter filename):
31739 If `dired-directory' is a list, use its car.
31740
31741 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
31742
31743 * ibuffer.el (define-ibuffer-column filename):
31744 If `dired-directory' is a list, use its car.
31745
31746 2005-05-14 Richard M. Stallman <rms@gnu.org>
31747
31748 * subr.el (symbol-file): Doc fix.
31749
31750 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
31751 (byte-compile-form): Call byte-compile-nogroup-warn.
31752 (byte-compile-warning-types): Doc fix.
31753
31754 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
31755
31756 * progmodes/cc-engine.el (c-literal-faces):
31757 Add font-lock-comment-delimiter-face.
31758
31759 * net/net-utils.el (dig): Use with-no-warnings.
31760
31761 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
31762 (sc-recite-frame-alist, sc-default-cite-frame)
31763 (sc-default-uncite-frame, sc-default-recite-frame)
31764 (sc-attrib-selection-list, sc-rewrite-header-list):
31765 Mark as risky-local-variable.
31766
31767 * international/ogonek.el (ogonek-jak, ogonek-how):
31768 Don't use beginning-of-buffer.
31769
31770 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
31771
31772 * calendar/solar.el (solar-data-list): Move definition up.
31773
31774 * dnd.el (dnd-protocol-alist): Add autoload.
31775
31776 * progmodes/sh-script.el: Many doc usage fixes.
31777 (sh-indent-after-do): Change default to match common styles.
31778
31779 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
31780
31781 * files.el (interpreter-mode-alist)
31782 (auto-mode-interpreter-regexp): Doc fixes.
31783
31784 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
31785
31786 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
31787
31788 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
31789
31790 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31791
31792 * dired.el (dired-mode): make-variable-buffer-local =>
31793 make-local-variable.
31794
31795 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31796
31797 * term/mac-win.el (mac-select-convert-to-string): Try coding
31798 systems in mac-script-code-coding-systems if specified one cannot
31799 encode string for `com.apple.traditional-mac-plain-text'.
31800
31801 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
31802
31803 * progmodes/make-mode.el (makefile-targets-face)
31804 (makefile-shell-face, makefile-makepp-perl-face): New faces.
31805 (makefile-dependency-regex): Fix it to not make the colon in
31806 $(var:a=b) special.
31807 (makefile-rule-action-regex): New regexp for highlighting embedded
31808 Shell strings.
31809 (makefile-macroassign-regex): Handle != for highlighting as
31810 embedded Shell strings.
31811 (makefile-var-use-regex): New const.
31812 (makefile-statements, makefile-automake-statements)
31813 (makefile-gmake-statements, makefile-makepp-statements)
31814 (makefile-bsdmake-statements): New consts.
31815 (makefile-make-font-lock-keywords): New function.
31816 (makefile-automake-font-lock-keywords)
31817 (makefile-gmake-font-lock-keywords)
31818 (makefile-makepp-font-lock-keywords)
31819 (makefile-bsdmake-font-lock-keywords): New consts.
31820 (makefile-mode-map): Add switchers between the various submodes.
31821 (makefile-mode): Document the availability of the variants.
31822 (makefile-automake-mode, makefile-gmake-mode)
31823 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
31824
31825 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
31826 new variants of makefile-mode.
31827
31828 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31829
31830 * font-lock.el (font-lock-comment-delimiter-face): Fix up
31831 the inheritance.
31832
31833 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
31834
31835 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
31836 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
31837
31838 * files.el (normal-mode): Extend the scope of the
31839 `enable-local-variables' binding to include the `set-auto-mode' call.
31840 (magic-mode-alist): Doc fix.
31841
31842 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31843
31844 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
31845 font-lock-comment-face rather than copying its setting.
31846
31847 2005-05-12 Andreas Schwab <schwab@suse.de>
31848
31849 * eshell/esh-mode.el (eshell-send-input): Doc fix.
31850
31851 2005-05-12 Lute Kamstra <lute@gnu.org>
31852
31853 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
31854 defcustom for the mode hook variable. Delete the last argument.
31855 * generic-x.el: Fix callers of define-generic-mode.
31856 (generic-x-modes): Delete group.
31857 (show-tabs-tab-face, show-tabs-space-face): Put them in the
31858 generic-x customization group.
31859
31860 2005-05-12 Kim F. Storm <storm@cua.dk>
31861
31862 * font-lock.el (font-lock-negation-char-face): Default to "off".
31863
31864 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
31865 font-lock-negation-char-face to ! in !=.
31866
31867 2005-05-12 Masatake YAMATO <jet@gyve.org>
31868
31869 * add-log.el (find-change-log): Fix typos in the docstring
31870 of function.
31871
31872 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
31873
31874 * international/latexenc.el (latexenc-find-file-coding-system):
31875 Avoid `re-search-forward' when looking for input encoding because
31876 of speed and safety. Better regular expressions for recognizing
31877 input encoding. Limit a search for TeX-master/tex-main-file to
31878 the local variable section.
31879
31880 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
31881
31882 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
31883 syntax of $ to "'" (quote).
31884
31885 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
31886
31887 * dnd.el (dnd-protocol-alist): Improve custom type.
31888
31889 * dired.el (dired-dnd-protocol-alist): New variable.
31890 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
31891 `dired-mode-hook' to the end.
31892
31893 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31894
31895 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
31896 comment-end if comment-start-skip is not set.
31897 Obey the font-lock-comment-delimiter-face variables.
31898
31899 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31900
31901 * files.el (executable-find): Move from executable.el. Use
31902 locate-file.
31903 * progmodes/executable.el (executable-find): Move to files.el.
31904
31905 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
31906 when trying to ensure forward progress.
31907
31908 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
31909
31910 * mouse-sel.el (mouse-sel-follow-link-p): New function.
31911 (mouse-select, mouse-select-internal, mouse-extend-internal):
31912 Use it to implement mouse-1-click-follows-link functionality.
31913
31914 2005-05-11 Richard M. Stallman <rms@gnu.org>
31915
31916 * font-lock.el (font-lock-fontify-syntactically-region):
31917 Use font-lock-comment-delimiter-face for comment delimiters.
31918
31919 2005-05-10 Jay Belanger <belanger@truman.edu>
31920
31921 * calc/calc-help.el (calc-m-prefix-help): Add mention of
31922 preserving embedded modes.
31923
31924 2005-05-10 Richard M. Stallman <rms@gnu.org>
31925
31926 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
31927
31928 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
31929 Move from ada-stmt.el.
31930 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
31931
31932 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
31933 Move to ada-mode.el.
31934 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
31935
31936 * cus-edit.el (custom-file): Call file-chase-links.
31937
31938 * files.el (read-directory-name): Fix previous change.
31939 (hack-local-variables-confirm): New function.
31940 (hack-local-variables-prop-line, hack-local-variables)
31941 (hack-one-local-variable): Use it.
31942
31943 2005-05-10 Lute Kamstra <lute@gnu.org>
31944
31945 * font-lock.el (font-lock-keywords-alist)
31946 (font-lock-removed-keywords-alist): Clarify docstrings.
31947
31948 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
31949
31950 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
31951 (gdb-source-info): Check for preprocessor info.
31952 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
31953 a macro for a function.
31954 (gdb-info-breakpoints-custom): Try to find file again if not already
31955 found (user might have used GDB dir command).
31956 (gdb-get-location): Update gdb-location-alist correctly for change
31957 to gdb-info-breakpoints-custom.
31958
31959 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
31960 (gud-tooltip-print-command): Add gdbmi case.
31961 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
31962 preprocessor info.
31963
31964 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
31965
31966 * startup.el (fancy-splash-insert): Fix typo in doc string.
31967
31968 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
31969
31970 * obsolete/float.el (string-to-float):
31971 * obsolete/hilit19.el (hilit-add-pattern):
31972 * obsolete/rnews.el (news-parse-range, news-select-message)
31973 (news-get-pruned-list-of-files): Replace `string-to-int' by
31974 `string-to-number'.
31975
31976 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
31977 `find-file-not-found-hooks'; use `add-hook'.
31978 (uncompress-while-visiting): Set `write-file-functions', not
31979 `write-file-hooks'; use `add-hook'.
31980
31981 2005-05-09 Kim F. Storm <storm@cua.dk>
31982
31983 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
31984 (cua-paste): Handle clipboard action.
31985 (cua--init-keymaps): Remap clipboard-kill-region and
31986 clipboard-kill-ring-save.
31987
31988 2005-05-08 Eli Zaretskii <eliz@gnu.org>
31989
31990 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31991 Improve commentary.
31992
31993 * simple.el (next-error-overlay-arrow-position): Revert the change
31994 made on 2005-04-30.
31995
31996 2005-05-07 Jay Belanger <belanger@truman.edu>
31997
31998 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
31999 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
32000 `calc-sel-reselect'.
32001
32002 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
32003 Calc is in embedded mode.
32004
32005 2005-05-07 Eli Zaretskii <eliz@gnu.org>
32006
32007 * progmodes/compile.el (compilation-setup):
32008 Set overlay-arrow-string to an empty string on text terminals.
32009
32010 * textmodes/ispell.el (ispell-program-name): Try looking for
32011 "aspell" along exec-path, and if found, use it as the default
32012 speller program.
32013
32014 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
32015
32016 * international/mule.el (sgml-xml-auto-coding-function):
32017 Recognize encoding='FOO' in single quotes as well as in double quotes.
32018
32019 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
32020
32021 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
32022 as well as `interactive', so that defmacro* would recognize
32023 `declare' forms.
32024
32025 2005-05-07 Eli Zaretskii <eliz@gnu.org>
32026
32027 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
32028 Explain more about the LIGHTER arg's usage in the doc string.
32029 Add commentary to clarify what the code does. Fix the regexp that
32030 strips whitespace from LIGHTER. Quote LIGHTER before using it,
32031 since it could have characters special to regular expressions.
32032
32033 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
32034
32035 * replace.el (occur-1): Bind inhibit-read-only so that
32036 erase-buffer doesn't barf on read-only text properties (likewise
32037 for add-text-properties in occur-engine). Mark buffer as unmodified.
32038 (occur-engine): Don't set buffer-read-only here.
32039
32040 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
32041
32042 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
32043 list-buffers-directory. This caused the *cvs-commit* buffer to be
32044 sometimes mistakenly reused as a *cvs* buffer.
32045
32046 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
32047
32048 * tooltip.el: Move code for GUD tooltips into gud.el.
32049 (require): CL no longer needed to compile case.
32050 (tooltip-mode): Do not toggle functions for GUD tooltips.
32051 (tooltip-gud-tips-p): Remove. Replace with minor mode
32052 gud-tooltip-mode in gud.el.
32053 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
32054 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
32055 tooltip-gud prefix with gud-tooltip and obsolete.
32056 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
32057 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
32058 (tooltip-mouse-motion): Mouse movement functions/variable.
32059 Rename in gud.el by adding gud prefix.
32060 (tooltip-gud-original-filter, tooltip-gud-dereference)
32061 (tooltip-gud-event, tooltip-toggle-gud-tips)
32062 (tooltip-gud-process-output, tooltip-gud-print-command)
32063 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
32064 gud.el by replacing tooltip-gud prefix with gud-tooltip.
32065 (gdb-tooltip-print): Move to gdb-ui.el.
32066
32067 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
32068 (require): CL needed to compile case.
32069 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
32070 tooltip-gud-tips-p. Make it a minor-mode.
32071 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
32072 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
32073 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
32074 (gud-tooltip-change-major-mode)
32075 (gud-tooltip-activate-mouse-motions-if-enabled)
32076 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
32077 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
32078 (gud-tooltip-original-filter, gud-tooltip-dereference)
32079 (gud-tooltip-event, tooltip-toggle-gud-tips)
32080 (gud-tooltip-process-output, gud-tooltip-print-command)
32081 (gud-tooltip-tips): Move from tooltip.el.
32082
32083 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
32084 (gdb-cpp-define-alist-flags): Doc fix.
32085 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
32086 gud-tooltip-mode is t.
32087
32088 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
32089
32090 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
32091 evaporate if their text is deleted.
32092 (goto-address-at-point): Make it work as a mouse binding as well.
32093 (goto-address-at-mouse): Obsolete it. Update users.
32094
32095 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
32096
32097 * calendar/appt.el (top-level): No longer activate on load.
32098
32099 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
32100
32101 * calendar/cal-bahai.el (mark-bahai-diary-entries):
32102 * net/webjump.el (webjump):
32103 * progmodes/idlw-help.el (idlwave-do-context-help1)
32104 (idlwave-highlight-linked-completions):
32105 * textmodes/po.el (po-find-file-coding-system-guts):
32106 Replace `assoc-ignore-case' by `assoc-string'.
32107
32108 2005-05-06 Eli Zaretskii <eliz@gnu.org>
32109
32110 * files.el (locate-file): Doc fix.
32111
32112 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
32113 Remove the redundant test for ms-dos.
32114
32115 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
32116 look for the preprocessor with exec-suffixes. If not found in
32117 standard places, look in exec-path. Remove most of the tests that
32118 used system-type.
32119
32120 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
32121
32122 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
32123
32124 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
32125 file-name clash with jka-compr.el on 8+3 filesystems.
32126
32127 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32128
32129 * term/mac-win.el: Don't define or bind scroll bar functions if
32130 x-toolkit-scroll-bars is t.
32131 (x-select-text, x-get-selection-value): Clear
32132 x-last-selected-text-clipboard if x-select-enable-clipboard is
32133 nil.
32134 (PRIMARY): Put mac-scrap-name property.
32135 (mac-select-convert-to-file-url): New function.
32136 (public.file-url): New selection target type. Add to
32137 selection-converter-alist.
32138 (x-get-selection, x-selection-value): Handle it.
32139 (x-cut-buffer-or-selection-value): New alias.
32140
32141 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32142
32143 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
32144 entry to avoid calling bibtex-find-entry with arg global
32145 being t. Remove arg key.
32146 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
32147 (bibtex-copy-summary-as-kill): Change accordingly.
32148
32149 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
32150
32151 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
32152 (org-agenda-date-later): Use with-current-buffer.
32153
32154 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
32155
32156 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
32157 (define-obsolete-variable-alias): Doc Fixes.
32158
32159 2005-05-06 Kim F. Storm <storm@cua.dk>
32160
32161 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
32162 vertical-motion when selective-display is active.
32163
32164 * ido.el (ido-setup-hook): New hook.
32165 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
32166 (ido-input-stack): New var.
32167 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
32168 ido-next-work-file binding to M-O.
32169 Bind M-f to ido-wide-find-file-or-pop-dir.
32170 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
32171 (ido-read-internal): Run ido-setup-hook.
32172 Catch quit in read-file-name and read-string to cancel edit.
32173 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
32174 Automatically pop-all when completing a directory name (RET).
32175 (ido-file-internal): Add with-no-warnings around ffap and dired code.
32176 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
32177 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
32178 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
32179 New functions for M-b/M-f to move among the directory components.
32180 (ido-make-merged-file-list): Catch quit to cancel merge.
32181 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
32182 (ido-completion-help): No warnings for ido-completion-buffer-full.
32183
32184 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
32185
32186 * font-lock.el (font-lock-negation-char-face): New face and variable.
32187 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
32188 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
32189 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
32190 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
32191
32192 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
32193
32194 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
32195 Fix typo in docstring.
32196
32197 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
32198 (ebrowse-print-statistics-line)
32199 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
32200
32201 * term/w32-win.el (image-library-alist): Add additional name for
32202 Xpm library.
32203
32204 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
32205
32206 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
32207 use gcc instead of cpp.
32208
32209 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
32210 (gdb-create-define-alist): Use it.
32211 (gdb-cpp-define-alist-program): Update for MS-DOS.
32212
32213 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
32214
32215 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
32216
32217 2005-05-04 Richard M. Stallman <rms@gnu.org>
32218
32219 * help.el (describe-key): No error when UNTRANSLATED is nil.
32220
32221 * simple.el (line-move-1): Fix previous change to signal errors
32222 appropriately.
32223
32224 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
32225
32226 * calendar/icalendar.el (icalendar-version): Now at 0.12.
32227 (icalendar-duration-correction): Remove.
32228 (icalendar--get-event-properties): Split result at commas.
32229 (icalendar--decode-isoduration): New optional argument
32230 DURATION-CORRECTION.
32231 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
32232 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
32233 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
32234 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
32235 (icalendar--convert-anniversary-to-ical): New functions, extracted
32236 from icalendar-export-region, with bug fixes.
32237 (icalendar-export-region): Use the above functions.
32238 (icalendar-import-buffer): Check before saving diary file.
32239 (icalendar--convert-recurring-to-diary)
32240 (icalendar--convert-non-recurring-all-day-to-diary)
32241 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
32242 extracted from icalendar--convert-ical-to-diary, with bug fixes.
32243 (icalendar--convert-ical-to-diary): Use the above functions.
32244
32245 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
32246
32247 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
32248 Remove these recent additions.
32249 (c-mode): Restore to before 2005-04-28.
32250
32251 * progmodes/cc-vars.el (cc-define-list-program): Remove this
32252 recent addition.
32253
32254 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
32255 (gdb-define-alist): New variables.
32256 (gdb-create-define-alist): New function.
32257 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
32258 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
32259 with string-to-number.
32260 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
32261
32262 * progmodes/gud.el: Replace string-to-int with string-to-number.
32263 (gud-find-file): Handle gdb-define-alist.
32264
32265 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
32266
32267 2005-05-02 Jay Belanger <belanger@truman.edu>
32268
32269 * calc/calc-aent.el (math-read-token):
32270 * calc/calc-bin.el (calc-word-size):
32271 * calc/calc-ext.el (calc-read-number-fancy):
32272 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
32273 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
32274 * calc/calc-frac.el (calc-over-notation):
32275 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
32276 (calc-graph-num-points, calc-graph-init):
32277 * calc/calc-prog.el (calc-read-parse-table-part)
32278 (calc-edit-macro-repeats):
32279 * calc/calc-yank.el (calc-do-grab-rectangle):
32280 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
32281 Replace `string-to-int' by `string-to-number'.
32282
32283 2005-05-02 Kim F. Storm <storm@cua.dk>
32284
32285 * kmacro.el: Use executing-kbd-macro-index variable.
32286
32287 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
32288
32289 * net/rlogin.el (rlogin-parse-words): Delete func.
32290 (rlogin): Use split-string, not rlogin-parse-words.
32291 Also, if there are option-like elements in the parsed args,
32292 take the host to be the first arg immediately following them.
32293 Suggested by Michael Mauger.
32294
32295 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
32296
32297 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
32298
32299 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
32300
32301 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
32302 (cc-mode-cpp-program): Rename to cc-define-list-program and
32303 move to cc-vars.el.
32304
32305 * progmodes/cc-vars.el (cc-define-list-program):
32306 Change to "gcc -E -dM -". Make customizable.
32307
32308 2005-05-02 Kim F. Storm <storm@cua.dk>
32309
32310 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
32311
32312 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
32313
32314 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
32315
32316 * international/mule-util.el (truncate-string): Remove alias and
32317 obsolete declaration.
32318
32319 * international/mule-cmds.el (update-iso-coding-systems):
32320 Remove alias and obsolete declaration.
32321
32322 * international/mule.el (coding-system-parent): Remove alias and
32323 obsolete declaration.
32324
32325 * subr.el (define-function, sref): Remove aliases and obsolete
32326 declarations.
32327 (chars-in-region): Remove obsolete declaration.
32328
32329 2005-05-01 Richard M. Stallman <rms@gnu.org>
32330
32331 * info.el (Info-mode): Set widen-automatically to nil, locally.
32332
32333 * simple.el (widen-automatically): New variable.
32334 (pop-global-mark): Obey widen-automatically.
32335
32336 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
32337
32338 * term/xterm.el (function-key-map): Call substitute-key-definition
32339 before the keymap size is increased by a lot of define-key calls.
32340
32341 2005-05-01 Richard M. Stallman <rms@gnu.org>
32342
32343 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
32344 Rename ARG to ELEMENT. Doc fix.
32345
32346 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
32347
32348 * allout.el (allout-exposure): Remove macro and obsolete declaration.
32349 Remove references to allout-exposure/change to allout-new-exposure.
32350
32351 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
32352 bytecode symbols.
32353
32354 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
32355 (compiled-function-p, focus-frame, unfocus-frame):
32356 Remove aliases and obsolete declarations.
32357 Back out inadvertent changes from previous commit.
32358
32359 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
32360
32361 * files.el (require-final-newline): Make Custom tags consistent
32362 with mode-require-final-newline.
32363 (mode-require-final-newline): Doc fix.
32364
32365 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
32366
32367 * international/latexenc.el (latexenc-find-file-coding-system):
32368 Fix regular expressions.
32369
32370 2005-05-01 David Kastrup <dak@gnu.org>
32371
32372 * international/latexenc.el (latexenc-find-file-coding-system):
32373 Fix regular expressions.
32374
32375 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
32376
32377 * subr.el (string-to-int): Make obsolete.
32378
32379 2005-04-30 Richard M. Stallman <rms@gnu.org>
32380
32381 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
32382
32383 * loadup.el: Load jka-comp-hook.
32384
32385 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
32386 (jka-compr-handler): Add autoload. `put' calls moved
32387 to jka-comp-hook.el.
32388 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
32389 (jka-compr-inhibit): Autoload.
32390
32391 * jka-comp-hook.el: New file.
32392 Enable the mode by default.
32393
32394 * files.el (backup-buffer-copy): Use copy-file instead
32395 of write-region, and put back the 'excl.
32396
32397 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
32398
32399 * progmodes/flymake.el (flymake-split-string)
32400 (flymake-split-string, flymake-log, flymake-pid-to-names)
32401 (flymake-reg-names, flymake-get-source-buffer-name)
32402 (flymake-unreg-names, flymake-add-line-err-info)
32403 (flymake-add-err-info): Clarify docstrings.
32404 (flymake-popup-menu, flymake-make-emacs-menu)
32405 (flymake-make-xemacs-menu): Add docstrings.
32406 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
32407 Set variables directly throughout.
32408
32409 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
32410
32411 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
32412 exists. Initialize cc-define-alist.
32413 (c-mode): Add cc-create-define-alist locally to after-save-hook.
32414 If there is no file (Macroexpansion) don't create an alist.
32415
32416 2005-04-29 Sam Steingold <sds@gnu.org>
32417
32418 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
32419 (cc-create-define-alist): Use it instead of the hard-coded string.
32420
32421 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
32422
32423 * international/mule-conf.el (file-coding-system-alist): Fix regexp
32424 for latexenc.
32425
32426 2005-04-29 Lute Kamstra <lute@gnu.org>
32427
32428 * emacs-lisp/generic.el: Improve commentary section.
32429 (define-generic-mode): Improve docstring.
32430
32431 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
32432
32433 * textmodes/org.el (many places): Change to quiet the byte compiler.
32434 (org-prefix-format-compiled): New variable.
32435 (org-compile-prefix-format): New function.
32436 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
32437 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
32438 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
32439 (org-get-entries-from-diary): Use `org-get-time-of-day' for
32440 consistency with entries from `org-mode' files.
32441 (org-get-time-of-day): Fix bug with partial matches early in a line.
32442 (org-non-link-chars): New constant.
32443 (org-link-regexp): Respect `org-non-link-chars'.
32444 (org-agenda-day-view): Remove command.
32445 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
32446 (org-follow-bbdb-link, org-store-link): Search also company field.
32447 (org-highlight-overlay): New variable.
32448 (org-highlight, org-unhighlight): New functions.
32449 (org-agenda-mode): Add pre-command-hook to remove highlight.
32450 (org-evaluate-time-range): Behavior depends upon whether time stamp
32451 contains a time or not.
32452 (org-show-subtree, org-show-entry): New functions.
32453 (org-agenda-cleanup-fancy-diary): Remove empty lines.
32454
32455 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
32456
32457 * comint.el (comint-output-filter-functions): Add autoload cookie.
32458
32459 2005-04-28 Kim F. Storm <storm@cua.dk>
32460
32461 * ido.el (ido-everywhere): Fix last change.
32462
32463 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
32464
32465 * international/latexenc.el: New file.
32466 * international/mule-conf.el (file-coding-system-alist): For .tex,
32467 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
32468
32469 2005-04-28 Lute Kamstra <lute@gnu.org>
32470
32471 * font-lock.el (font-lock-add-keywords)
32472 (font-lock-remove-keywords): Clarify docstring.
32473 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
32474 Don't start docstrings with a `*'.
32475 (font-lock-update-removed-keyword-alist): Give it a docstring.
32476
32477 * generic-x.el: Update commentary section.
32478 Only require font-lock when compiling.
32479 Define all modes conditionally.
32480 Place all generic modes in the generic-x-modes customization group.
32481 (generic-x-modes): New customization group.
32482 (generic-default-modes, generic-mswindows-modes)
32483 (generic-unix-modes, generic-other-modes): New constants.
32484 (generic-define-mswindows-modes, generic-define-unix-modes):
32485 Update docstrings. Make them obsolete.
32486 (generic-extras-enable-list): New default value. Update docstring.
32487 Improve :type. Change :set function.
32488 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
32489 Fix docstring.
32490
32491 * emacs-lisp/generic.el (generic-mode-internal):
32492 Simplify font-lock-defaults.
32493 (define-generic-mode): Fix docstring.
32494
32495 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
32496
32497 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
32498 font-lock-face property to highlight matches.
32499
32500 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
32501
32502 * progmodes/cc-mode.el (cc-create-define-alist): New function.
32503 (cc-define-alist): New variable.
32504 (c-mode): Make it local and initialize it.
32505
32506 * progmodes/gdb-ui.el (gdb-active-process): New variable.
32507 (gdb-exited): New function.
32508 (gdb-annotation-rules): Use it.
32509 (gdb-starting): Set gdb-active-process to t.
32510 (gdb-stopping): Amend doc string.
32511 (gdb-reset): Set gdb-active-process to nil.
32512
32513 * tooltip.el (tooltip-gud-tips): Show the associated #define
32514 directives when a C program under GDB is not executing.
32515
32516 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
32517
32518 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
32519 font-lock-fontify-syntactic-keywords.
32520
32521 * font-lock.el (font-lock-default-fontify-region): Don't force
32522 parse-sexp-lookup-properties to nil.
32523
32524 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
32525
32526 * man.el (man-mode-syntax-table): Set up `:' to have
32527 word-constituent syntax.
32528
32529 2005-04-27 Lute Kamstra <lute@gnu.org>
32530
32531 * novice.el (disable-command): Don't add spurious newlines to the
32532 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
32533
32534 2005-04-26 Jay Belanger <belanger@truman.edu>
32535
32536 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
32537 than one window before deleting window.
32538
32539 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
32540
32541 * shell.el (shell-prompt-pattern): Doc fix.
32542 (shell-mode): Set paragraph-separate buffer locally to "\\'".
32543
32544 * comint.el (comint-prompt-regexp, comint-get-old-input)
32545 (comint-use-prompt-regexp)
32546 (comint-use-prompt-regexp-instead-of-fields)
32547 (comint-replace-by-expanded-history, comint-send-input)
32548 (comint-output-filter, comint-get-old-input-default)
32549 (comint-line-beginning-position, comint-bol, comint-show-output)
32550 (comint-backward-matching-input, comint-forward-matching-input)
32551 (comint-next-prompt, comint-previous-prompt):
32552 Rename `comint-use-prompt-regexp-instead-of-fields' to
32553 `comint-use-prompt-regexp'. Keep old name as alias and declare
32554 obsolete.
32555 (comint-use-prompt-regexp): Shorten first line of doc string.
32556
32557 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
32558 Set paragraph-separate buffer locally to "\\'".
32559
32560 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
32561 Adapt to above name change.
32562
32563 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
32564 (smbclient-prompt-regexp): Ditto.
32565
32566 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
32567
32568 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
32569
32570 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
32571 gdb-location-list.
32572 Break lines that are over 80 characters wide.
32573
32574 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
32575
32576 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
32577 New fun and var, to preserve compatibility.
32578
32579 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
32580
32581 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
32582
32583 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
32584 name to file-newer-than-file-p.
32585
32586 2005-04-26 Richard M. Stallman <rms@gnu.org>
32587
32588 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
32589
32590 * progmodes/python.el (python-mode):
32591 Use new name eldoc-documentation-function.
32592
32593 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
32594
32595 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
32596 (eldoc-documentation-function):
32597 Rename from eldoc-print-current-symbol-info-function. Calls changed.
32598
32599 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
32600
32601 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
32602
32603 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32604
32605 * term/xterm.el (function-key-map): Fix strings for
32606 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
32607 {C,S,A,C-S}-{f1-f12}.
32608
32609 2005-04-26 Kenichi Handa <handa@m17n.org>
32610
32611 * international/mule-cmds.el (select-safe-coding-system):
32612 Fix previous change.
32613
32614 2005-04-26 Lute Kamstra <lute@gnu.org>
32615
32616 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
32617
32618 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
32619 (font-lock-comment-delimiter-face): Ditto.
32620
32621 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
32622
32623 2005-04-25 Jay Belanger <belanger@truman.edu>
32624
32625 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
32626 to t while inserting information; use help-mode.
32627
32628 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32629
32630 * term.el (ansi-term-color-vector): Use the xterm colors.
32631 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
32632
32633 2005-04-25 Lute Kamstra <lute@gnu.org>
32634
32635 * font-core.el (font-lock-defaults): Fix docstring.
32636
32637 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
32638
32639 2005-04-25 Kenichi Handa <handa@m17n.org>
32640
32641 * international/mule-cmds.el (select-safe-coding-system):
32642 Don't check consistency with coding: spec, etc if raw-text or
32643 no-conversion was found to be safe.
32644
32645 2005-04-24 Richard M. Stallman <rms@gnu.org>
32646
32647 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
32648 citation markers at start of each line.
32649
32650 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
32651 citation markers at start of each line.
32652
32653 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
32654
32655 * files.el (mode-require-final-newline): Fix previous change.
32656 (require-final-newline): Fix type label.
32657
32658 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
32659
32660 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
32661 statement in buffer (broken by 2004-11-24 change).
32662
32663 2005-04-24 Kim F. Storm <storm@cua.dk>
32664
32665 * ido.el (ido-everywhere): Save and restore old read-buffer-function
32666 and read-file-name-function values. Don't overwrite existing
32667 non-nil values if ido-mode is enabled without ido-everywhere.
32668
32669 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
32670
32671 * files.el (mode-require-final-newline): Minor doc fix.
32672
32673 2005-04-24 Eli Zaretskii <eliz@gnu.org>
32674
32675 * subr.el (syntax-after): Doc fix.
32676 (syntax-class): If argument is nil, return nil. Mask off upper 16
32677 bits, not 8 bits.
32678
32679 * files.el (mode-require-final-newline): Doc fix.
32680 (backup-buffer-copy): Fix last change.
32681
32682 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32683
32684 * term/mac-win.el: Require select. Set selection-coding-system to
32685 mac-system-coding-system. Call menu-bar-enable-clipboard.
32686 (x-last-selected-text-clipboard, x-last-selected-text-primary)
32687 (x-select-enable-clipboard): New variables.
32688 (x-select-text, x-get-selection, x-selection-value)
32689 (x-get-selection-value, mac-select-convert-to-string)
32690 (mac-services-open-file, mac-services-open-selection)
32691 (mac-services-insert-text): New functions.
32692 (CLIPBOARD, FIND): Put mac-scrap-name property.
32693 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
32694 (public.tiff): Put mac-ostype property.
32695 (selection-converter-alist): Add entries for them.
32696 (mac-application-menu-map): New keymap.
32697 (interprogram-cut-function, interprogram-paste-function): Set to
32698 x-select-text and x-get-selection-value, respectively.
32699 (split-window-keep-point): Set to t.
32700
32701 2005-04-23 Richard M. Stallman <rms@gnu.org>
32702
32703 * files.el (read-directory-name): Always pass non-nil
32704 DEFAULT-FILENAME arg to read-file-name.
32705 (backup-buffer-copy, basic-save-buffer-2): Take care against
32706 writing thru an unexpected existing symlink.
32707 (revert-buffer): In indirect buffer, revert the base buffer.
32708 (magic-mode-alist): Doc fix.
32709 (buffer-stale-function): Doc fix.
32710 (minibuffer-with-setup-hook): Avoid warning.
32711 (mode-require-final-newline): Doc and custom fix.
32712
32713 * follow.el (follow-end-of-buffer): Use with-no-warnings.
32714
32715 * font-lock.el (font-lock-comment-face): On terminals with few colors,
32716 use the default appearance.
32717 (font-lock-comment-delimiter-face): New face, new variable.
32718
32719 * imenu.el (imenu--generic-function): The official position of a
32720 definition is the start of the line that BEG is in.
32721
32722 * midnight.el (midnight-timer): Move defvar up.
32723
32724 * mouse.el (mouse-drag-region-1): Delete some debugging code.
32725
32726 * saveplace.el (save-place-to-alist): Use with-no-warnings.
32727
32728 * startup.el (command-line): Use with-no-warnings.
32729
32730 * window.el (window-size-fixed): New defvar.
32731
32732 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
32733
32734 * mail/rmail.el (rmail-font-lock-keywords):
32735 Use font-lock-comment-delimiter-face.
32736
32737 * mail/sendmail.el (mail-font-lock-keywords):
32738 Use font-lock-comment-delimiter-face.
32739
32740 * progmodes/compile.el (next-error-highlight-timer): New defvar.
32741
32742 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
32743
32744 * progmodes/compile.el (compilation-mode-font-lock-keywords):
32745 Specify t for LAXMATCH when matching directories.
32746 Save match data around compilation-compat-error-properties form.
32747
32748 2005-04-23 David Kastrup <dak@gnu.org>
32749
32750 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
32751 Mention that the autoloaded aliases should be kept for AUCTeX.
32752
32753 2005-04-23 Andreas Schwab <schwab@suse.de>
32754
32755 * isearch.el (isearch-forward): Doc fix.
32756
32757 2005-04-23 Eli Zaretskii <eliz@gnu.org>
32758
32759 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
32760 (jit-lock-stealth-nice): Change default value to 0.5.
32761
32762 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
32763
32764 * abbrev.el (write-abbrev-file): Write table entries in
32765 alphabetical order by table name.
32766
32767 2005-04-22 Kim F. Storm <storm@cua.dk>
32768
32769 * ido.el (ido-read-internal): Fix `list' completion.
32770
32771 2005-04-22 Kenichi Handa <handa@m17n.org>
32772
32773 * recentf.el (recentf-save-file-coding-system): New variable.
32774 (recentf-save-list): Encode the file by
32775 recentf-save-file-coding-system and add coding: tag.
32776
32777 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
32778
32779 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
32780
32781 2005-04-21 Lute Kamstra <lute@gnu.org>
32782
32783 * loadhist.el (unload-feature): Don't remove a function from hooks
32784 if it is about to be restored to an autoload . Remove functions
32785 that will become unbound from auto-mode-alist. Simplify the code.
32786
32787 * subr.el (assq-delete-all): New implementation that is linear,
32788 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
32789 (rassq-delete-all): New function.
32790
32791 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32792 Add size-indication-mode.
32793
32794 2005-04-21 Kenichi Handa <handa@m17n.org>
32795
32796 * international/mule-cmds.el: Add autoload for widget-value in
32797 eval-when-compile.
32798
32799 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
32800
32801 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32802 Add tooltip-mode.
32803
32804 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
32805
32806 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
32807
32808 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
32809 (inferior-lisp-filter-regexp, inferior-lisp-program)
32810 (inferior-lisp-load-command, inferior-lisp-prompt)
32811 (inferior-lisp-mode-hook, lisp-source-modes)
32812 (inferior-lisp-load-hook): defvar->defcustom.
32813 (inferior-lisp-program, inferior-lisp-prompt)
32814 (inferior-lisp-load-hook): Doc fixes.
32815 (inferior-lisp-install-letter-bindings): Small change in
32816 introductory comment.
32817
32818 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
32819
32820 * vc.el (vc-annotate-color-map): Change some colors so that text
32821 using them as foreground is readable on both white and black
32822 backgrounds.
32823
32824 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
32825
32826 * international/mule-conf.el (translation-table-for-input):
32827 Remove redundant declaration.
32828
32829 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32830
32831 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
32832
32833 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
32834 (tooltip-toggle-gud-tips): New function.
32835
32836 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32837
32838 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
32839 right angle brackets.
32840
32841 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32842
32843 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
32844
32845 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
32846
32847 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
32848 Remove. Update callers to use expand-file-name instead.
32849
32850 * subr.el (syntax-class): New function.
32851
32852 * simple.el (blink-matching-open): Use it.
32853
32854 * paren.el (show-paren-function): Use it to recognize parens that are
32855 also used in 2-char comment markers.
32856
32857 2005-04-19 Lute Kamstra <lute@gnu.org>
32858
32859 * loadhist.el (unload-feature): Update for new format of
32860 load-history. Simplify the code.
32861
32862 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32863
32864 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
32865 (mac-add-charset-info): New function. Initialize variable
32866 mac-charset-info-alist using it.
32867 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
32868 for translation.
32869 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
32870 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
32871 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
32872 New CCL programs.
32873
32874 2005-04-19 Kim F. Storm <storm@cua.dk>
32875
32876 * simple.el (next-buffer, prev-buffer, next-error)
32877 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32878 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
32879
32880 * bindings.el (next-buffer, prev-buffer, next-error)
32881 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32882 (clone-indirect-buffer-other-window): Move bindings from simple.el.
32883 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
32884 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
32885
32886 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
32887
32888 * isearch.el (isearch-edit-string): Make the search-ring available for
32889 minibuffer history commands.
32890 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
32891 the default history commands now work just as well.
32892 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
32893
32894 2005-04-18 Kim F. Storm <storm@cua.dk>
32895
32896 * emulation/cua-base.el (cua--pre-command-handler): Add more
32897 elaborate check for shift modifier on non-window systems.
32898
32899 2005-04-18 Lars Hansen <larsh@math.ku.dk>
32900
32901 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
32902
32903 2005-04-18 Kim F. Storm <storm@cua.dk>
32904
32905 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
32906 and make it optional. Don't test tooltip-gud-echo-area here.
32907 (tooltip-gud-process-output, gdb-tooltip-print):
32908 Pass tooltip-gud-echo-area to tooltip-show.
32909 (tooltip-help-tips): Remove second optional arg to tooltip-show.
32910
32911 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32912
32913 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
32914 `display-graphic-p' may not be bound yet.
32915
32916 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
32917
32918 * startup.el (command-line): No longer enable Xterm Mouse mode by
32919 default in terminals compatible with xterm.
32920
32921 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
32922
32923 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
32924
32925 * tooltip.el (tooltip-gud-echo-area): Rename from
32926 tooltip-use-echo-area.
32927 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
32928 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
32929 area independently of where help tooltips are displayed.
32930
32931 2005-04-17 David Kastrup <dak@gnu.org>
32932
32933 * cus-theme.el (custom-theme-write-variables): Quote variables
32934 where necessary.
32935
32936 2005-04-17 Richard M. Stallman <rms@gnu.org>
32937
32938 * simple.el (yank-excluded-properties): Add follow-link to value.
32939
32940 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
32941
32942 * startup.el (fancy-splash-max-time): Just 30 seconds.
32943 (fancy-splash-delay): Just 7.
32944 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
32945
32946 * loadhist.el (unload-feature): Update for new format of load-history.
32947 Simplify the code.
32948
32949 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
32950 (rmail-font-lock-keywords): Don't fontify the text of a citation.
32951
32952 * mail/sendmail.el (mail-font-lock-keywords):
32953 Don't fontify subject text.
32954 Don't fontify the text of a citation.
32955
32956 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
32957
32958 * comint.el (comint-output-filter): Run comint-output-filter-functions
32959 with point where the user had it.
32960
32961 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
32962
32963 * international/ucs-tables.el (ucs-set-table-for-input):
32964 Disable when using unify-on-decoding.
32965
32966 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
32967
32968 * emulation/cua-base.el (cua-global-mark-face): Add special case
32969 for displays supporting a high number of colors.
32970
32971 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
32972
32973 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
32974
32975 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
32976
32977 * filesets.el (filesets-add-buffer): If user supplies a name of a
32978 non-existing fileset, create a new fileset.
32979
32980 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
32981
32982 * textmodes/org.el (org-up-heading-all): Fix bug with
32983 `outline-up-heading-all'.
32984
32985 2005-04-16 Andreas Schwab <schwab@suse.de>
32986
32987 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
32988 /etc/permissions.d/* and /etc/aliases.d/*.
32989
32990 2005-04-16 Kenichi Handa <handa@m17n.org>
32991
32992 * international/code-pages.el (cp-make-coding-system):
32993 Set `translation-table-for-input' property value to the symbol
32994 ucs-mule-to-mule-unicode, not to that value.
32995 (pt154): Escape guillemet by `\'.
32996
32997 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
32998
32999 * loadup.el: Load tooltip if x-show-tip is fboundp.
33000
33001 * startup.el (command-line): Add comment.
33002
33003 * tooltip.el (tooltip-mode): Specify correct standard value for
33004 Custom in init-value.
33005
33006 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
33007
33008 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
33009 possible.
33010
33011 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
33012
33013 * textmodes/org.el (org-agenda-date-prompt): Rename from
33014 `org-agenda-date-today'.
33015 (org-evaluate-time-range): Insert at point instead of directly
33016 after time range.
33017 (org-first-headline-recenter, org-subtree-end-visible-p)
33018 (org-optimize-window-after-visibility-change): New functions
33019 (org-agenda-post-command-hook): Don't allow point at end of line,
33020 to make sure it always hits the text properties.
33021 (org-agenda-next-date-line, org-agenda-previous-date-line):
33022 New commands.
33023 (org-set-regexps-and-options): Category may contain white space.
33024 (org-agenda-get-deadlines, org-agenda-get-scheduled):
33025 Improve marker positions.
33026 (org-agenda-new-marker): Argument POS made optional.
33027 (org-agenda-get-timestamps): Deadlines which are done are listed
33028 in org-done-face now.
33029 (org-agenda-get-todos, org-agenda-get-timestamps)
33030 (org-agenda-get-deadlines, org-agenda-get-scheduled):
33031 Set `undone-face' and `done-face' properties.
33032 (org-last-todo-state-is-todo): New variable.
33033 (org-todo): Set `org-last-todo-state-is-todo'.
33034 (org-agenda-todo): Change face according to
33035 `org-last-todo-state-is-todo'. And change other lines referring to
33036 the same entry.
33037 (org-calendar-goto-agenda): New command.
33038 (org-calendar-to-agenda-key): New option.
33039 (org-startup-folded): New allowed value `content'.
33040 (org-set-regexps-and-options): Accept new value `content' for
33041 `org-startup-folded'.
33042 (org-get-current-options): Handle new value `content' for
33043 `org-startup-folded'.
33044 (org-insert-todo-heading): New command.
33045 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
33046 interactively in empty file and option
33047 `org-insert-mode-line-in-empty-file' has been set.
33048 (org-agenda-todo, org-agenda-priority): Modify to use
33049 `org-agenda-change-all-lines'.
33050 (org-warning-face): Change color on dark background.
33051
33052 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33053
33054 * international/mule-cmds.el (set-locale-environment): On Mac OS,
33055 use preferences AppleLocale and AppleLanguages, and variable
33056 mac-system-locale for default locale. On Mac OS Classic, use
33057 mac-system-coding-system for default coding systems.
33058
33059 * term/mac-win.el: Don't set file-name-coding-system.
33060 Decode variables system-name, emacs-build-system, user-login-name, and
33061 user-full-name by mac-system-coding-system on Mac OS Classic.
33062 (mac-system-coding-system): New variable.
33063
33064 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
33065
33066 * startup.el (command-line): Handle `xterm-mouse-mode' before
33067 reading init file.
33068
33069 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
33070
33071 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
33072
33073 * progmodes/sh-script.el (sh-here-document-word): Make it a
33074 defcustom. Doc fix.
33075 (sh-add): Bash uses $(( )) for arithmetic.
33076 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
33077 (sh-maybe-here-document): Remove quotes and leading whitespace
33078 from heredoc word when closing. Indent heredoc with tabs if word
33079 starts with "-".
33080
33081 2005-04-13 Richard M. Stallman <rms@gnu.org>
33082
33083 * simple.el (undo): Fix previous change.
33084
33085 * custom.el (defface): Doc fix.
33086
33087 2005-04-13 Lute Kamstra <lute@gnu.org>
33088
33089 * Makefile.in (DONTCOMPILE): Remove list.
33090 (compile, compile-always): Don't use DONTCOMPILE.
33091 (update-authors): Load the library in which batch-update-authors
33092 is defined.
33093 * makefile.w32-in (DONTCOMPILE): Remove list.
33094 (compile, compile-always): Fix comments.
33095 (update-authors): Load the library in which batch-update-authors
33096 is defined.
33097
33098 * generic-x.el (generic-mode-ini-file-find-file-hook):
33099 Rename to ini-generic-mode-find-file-hook.
33100 Keep generic-mode-ini-file-find-file-hook as an alias.
33101 (ini-generic-mode-find-file-hook): Rename from
33102 generic-mode-ini-file-find-file-hook. Fix docstring.
33103 (ini-generic-mode): Docstring change.
33104 (bat-generic-mode-run-as-comint): Silence the byte compiler.
33105
33106 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
33107 called from lisp.
33108
33109 * generic.el: Move to the emacs-lisp subdir.
33110
33111 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
33112
33113 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
33114 and C-S- function and cursor motion keys.
33115
33116 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
33117
33118 * startup.el (command-line): Enable Xterm Mouse mode by default.
33119 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
33120 for Custom. No longer show "Mouse" in mode line when enabled.
33121 Doc fix.
33122
33123 2005-04-12 Kim F. Storm <storm@cua.dk>
33124
33125 * emulation/cua-base.el (cua-rectangle-face)
33126 (cua-rectangle-noselect-face): Define face attributes here.
33127
33128 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
33129
33130 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33131
33132 * startup.el (command-line): Turn off blinking cursor if
33133 cursorBlink in resources is off or false.
33134
33135 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33136
33137 * term/mac-win.el (dnd): Require dnd.
33138 (mac-drag-n-drop): Call dnd-handle-one-url.
33139 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
33140 (kTextEncodingISOLatin2): Remove constants.
33141 (mac-script-code-coding-systems): New constant.
33142 (mac-handle-language-change): New function.
33143 (special-event-map): Bind it to `language-change' event.
33144 (mac-centraleurroman, mac-cyrillic): New coding systems.
33145 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
33146 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
33147 and mac-cyrillic-encoder to encode-mac-centraleurroman and
33148 encode-mac-cyrillic, respectively.
33149
33150 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33151
33152 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
33153 Don't set overlay-arrow-string to "=>" as this is done
33154 globally in C now.
33155
33156 2005-04-12 Lute Kamstra <lute@gnu.org>
33157
33158 * generic-x.el (rc-generic-mode, rul-generic-mode):
33159 Fix auto-mode-alist entries.
33160 (etc-fstab-generic-mode): Tweak fontification.
33161
33162 * generic.el (generic-make-keywords-list): Fix docstring.
33163 (generic-mode-internal): Simplify generic-font-lock-keywords.
33164
33165 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
33166
33167 * whitespace.el (whitespace-buffer-leading)
33168 (whitespace-buffer-trailing): Revert the incorrect test inversion.
33169 However, fix the highlight area for the leading and
33170 trailing whitespaces to show space.
33171
33172 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
33173
33174 * whitespace.el (whitespace-version): Bump to 3.5.
33175
33176 (whitespace-buffer-leading, whitespace-buffer-trailing):
33177 Invert sense of the test to highlight the whitespace.
33178
33179 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33180
33181 * progmodes/gud.el (gud-display-line): GUD uses its own
33182 overlay arrow now so don't set overlay-arrow-string.
33183 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
33184
33185 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
33186
33187 * term.el (term-ansi-current-bold, term-ansi-current-underline)
33188 (term-ansi-current-reverse, term-ansi-current-invisible)
33189 (term-ansi-face-already-done): Change to boolean.
33190 (term-reset-terminal, term-handle-colors-array): Handle the above
33191 vars accordingly.
33192 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
33193 (term-emulate-terminal): Use the new name.
33194
33195 * faces.el (secondary-selection): Use yellow1, not yellow.
33196 (trailing-whitespace): Use red1, not red.
33197
33198 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33199
33200 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
33201 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
33202 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
33203
33204 * cus-edit.el (dnd): New group.
33205
33206 * term/w32-win.el (dnd): Require dnd
33207 (w32-drag-n-drop): Call dnd-handle-one-url.
33208
33209 * x-dnd.el: Require dnd.
33210 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
33211 Call dnd-handle-one-url.
33212 (x-dnd-types-alist, x-dnd-insert-utf8-text)
33213 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
33214 to dnd-insert-text.
33215 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
33216 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
33217 (x-dnd-get-local-file-name, x-dnd-open-local-file)
33218 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
33219
33220 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
33221
33222 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33223
33224 * wdired.el: Doc fixes.
33225 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
33226 (wdired-use-dired-vertical-movement): Rename from
33227 wdired-always-move-to-filename-beginning.
33228 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
33229 (wdired-change-to-wdired-mode): Change mode name.
33230 (wdired-newline): Delete.
33231
33232 2005-04-11 Richard M. Stallman <rms@gnu.org>
33233
33234 * whitespace.el (whitespace-highlight-the-space):
33235 Don't call whitespace-unhighlight-the-space here.
33236
33237 * simple.el (undo): Record t in undo-equiv-table
33238 for the redo record made by an undo-in-region.
33239
33240 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33241
33242 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
33243 (gdb-frame-inferior-io-buffer): New Functions to control
33244 display of separate IO buffer.
33245 (menu): Add them to menu-bar.
33246 (gdb-display-buffer): Check for buffer another frame.
33247 Protect GUD buffer.
33248 (gdb-setup-windows): Create IO buffer if not already there.
33249 (gdb-memory-mode): Remove purecopy noops.
33250
33251 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
33252
33253 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
33254 and pass to self-insert-command.
33255
33256 2005-04-11 Lute Kamstra <lute@gnu.org>
33257
33258 * generic.el: Commentary section cleanup.
33259 (generic): Delete.
33260 (generic-use-find-file-hook, generic-lines-to-scan)
33261 (generic-find-file-regexp, generic-ignore-files-regexp)
33262 (default-generic-mode, generic-mode-find-file-hook)
33263 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
33264 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
33265 (generic-use-find-file-hook, generic-lines-to-scan)
33266 (generic-find-file-regexp, generic-ignore-files-regexp)
33267 (default-generic-mode, generic-mode-find-file-hook)
33268 (generic-mode-ini-file-find-file-hook): Move from generic.el.
33269
33270 2005-04-10 Karl Fogel <kfogel@red-bean.com>
33271
33272 * bookmark.el (bookmark-write-file): Catch errors writing file.
33273 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
33274
33275 2005-04-10 Richard M. Stallman <rms@gnu.org>
33276
33277 * startup.el (fancy-splash-tail): Update copyright year.
33278 (command-line): Split part of -Q into -D.
33279 (emacs-basic-display): New defvar.
33280 (fancy-splash-text): Correct name of menu item.
33281
33282 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
33283
33284 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
33285 lines in one node.
33286
33287 * comint.el (comint-send-input): New arg ARTIFICIAL.
33288 Callers in this file changed.
33289
33290 * abbrev.el (define-abbrevs): Read system abbrevs properly.
33291
33292 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
33293
33294 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
33295
33296 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
33297 `ldap-search-internal'.
33298
33299 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
33300
33301 * files.el (set-auto-mode-1): Use line-end-position.
33302
33303 * international/latin-1.el:
33304 * international/latin-2.el:
33305 * international/latin-3.el:
33306 * international/latin-4.el:
33307 * international/latin-5.el:
33308 * international/latin-8.el:
33309 * international/latin-9.el: Give punctuation syntax to NBSP.
33310
33311 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
33312 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
33313 Use char-classes to accept non-ascii letters, accepted in some recent
33314 bibtex implementations.
33315
33316 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
33317
33318 * custom.el (custom-set-minor-mode): Any non-nil value for the
33319 variable should enable the mode when set through Custom.
33320
33321 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
33322
33323 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
33324 TAB binding so tab-always-indent is obeyed.
33325 (vhdl-minibuffer-local-map): Move initialization into declaration.
33326 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
33327 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
33328 (vhdl-hooked-abbrev): Avoid test for XEmacs.
33329 (vhdl-current-line): Use line-beginning-position.
33330 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
33331 with-output-to-temp-buffer, so the current position can be recorded.
33332
33333 2005-04-10 Masatake YAMATO <jet@gyve.org>
33334
33335 * progmodes/compile.el (compilation-error-regexp-alist-alist):
33336 Add regexp for gcov.
33337
33338 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
33339
33340 * calendar/time-date.el (time-to-seconds, seconds-to-time)
33341 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
33342 syntax which Emacs 20 doesn't support.
33343
33344 2005-04-09 Richard M. Stallman <rms@gnu.org>
33345
33346 * help.el (describe-key-briefly, describe-key):
33347 Replace strings as event types with "(any string)".
33348
33349 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
33350
33351 * arc-mode.el (archive-mode-map): Move initialization into
33352 the declaration. Override *all* bindings of `undo'.
33353 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
33354
33355 2005-04-09 Jay Belanger <belanger@truman.edu>
33356
33357 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
33358
33359 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
33360
33361 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
33362 (xterm-register-default-colors): Update color values computation
33363 to match xterm-200.
33364
33365 2005-04-09 Kenichi Handa <handa@m17n.org>
33366
33367 * international/code-pages.el (iso-latin-7): Fix the map.
33368
33369 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
33370
33371 * emacs-lisp/lisp.el (defun-prompt-regexp)
33372 (parens-require-spaces, buffer-end, end-of-defun)
33373 (insert-parentheses): Doc fixes.
33374
33375 2005-04-08 Kim F. Storm <storm@cua.dk>
33376
33377 * comint.el (comint-highlight-prompt): Fix face spec.
33378 * hi-lock.el (hi-green): Likewise.
33379
33380 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
33381
33382 * cus-edit.el (custom-modified-face):
33383 * comint.el (comint-highlight-input): Fix previous changes.
33384 * term.el (term-handle-ansi-escape): Add a comment.
33385
33386 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
33387
33388 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
33389 in the buffer and in whitespace-highlighted-space.
33390 (whitespace-unhighlight-the-space): Simplify.
33391 (whitespace-buffer): Simplify.
33392
33393 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
33394
33395 * textmodes/table.el (table-cell-face): Add special case for
33396 displays supporting a high number of colors.
33397 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
33398 (vhdl-font-lock-reserved-words-face)
33399 (vhdl-speedbar-architecture-face)
33400 (vhdl-speedbar-instantiation-face)
33401 (vhdl-speedbar-architecture-selected-face)
33402 (vhdl-speedbar-instantiation-selected-face): Likewise.
33403 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
33404 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
33405 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
33406 (ebrowse-root-class-face, ebrowse-member-attribute-face)
33407 (ebrowse-progress-face): Likewise.
33408 * progmodes/compile.el (compilation-info-face): Likewise.
33409 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
33410 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
33411 * calendar/calendar.el (diary-face): Likewise.
33412 * woman.el (woman-italic-face, woman-bold-face)
33413 (woman-unknown-face): Likewise.
33414 * wid-edit.el (widget-button-pressed-face): Likewise.
33415 * whitespace.el (whitespace-highlight-face): Likewise.
33416 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
33417 * pcvs-info.el (cvs-marked-face): Likewise.
33418 * info.el (info-xref): Likewise.
33419 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
33420 * hilit-chg.el (highlight-changes-face)
33421 (highlight-changes-delete-face): Likewise.
33422 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
33423 (hi-red-b): Likewise.
33424 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
33425 * font-lock.el (font-lock-keyword-face)
33426 (font-lock-function-name-face, font-lock-warning-face): Likewise.
33427 * cus-edit.el (custom-invalid-face, custom-modified-face)
33428 (custom-set-face, custom-changed-face, custom-variable-tag-face)
33429 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
33430 * comint.el (comint-highlight-prompt): Likewise.
33431
33432 2005-04-08 Lute Kamstra <lute@gnu.org>
33433
33434 * font-lock.el (font-lock-keywords): Docstring fixes.
33435
33436 2005-04-08 Kenichi Handa <handa@m17n.org>
33437
33438 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
33439 chars are more than a limit, print " and more..." at the tail.
33440
33441 2005-04-08 Kim F. Storm <storm@cua.dk>
33442
33443 * emacs-lisp/authors.el (authors-aliases): Update list.
33444 (authors-ignored-files): New list.
33445 (authors-fixed-entries): Fix typo.
33446 (authors-renamed-files-alist): Update list.
33447 (authors-add): Check authors-ignored-files.
33448
33449 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
33450
33451 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
33452 optional, to ensure backward compatibility.
33453
33454 2005-04-08 Stephen Eglen <stephen@gnu.org>
33455
33456 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
33457
33458 2005-04-08 Kim F. Storm <storm@cua.dk>
33459
33460 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
33461
33462 * mouse.el (mouse-on-link-p): Doc fix.
33463
33464 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
33465
33466 * ielm.el (ielm-prompt-read-only): Doc fix.
33467
33468 * comint.el (comint-prompt-read-only): Doc fix.
33469
33470 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
33471
33472 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
33473 ensure dired always handles wildcards passed to ffap.
33474 (find-file-at-point): Use it.
33475 (ffap-dired-wildcards): Doc fix.
33476
33477 2005-04-07 Juri Linkov <juri@jurta.org>
33478
33479 * simple.el (next-error-overlay-arrow-position): New defvar.
33480 Put "=>" on its property `overlay-arrow-string'. Add it to
33481 `overlay-arrow-variable-list'.
33482
33483 * progmodes/compile.el (compilation-setup):
33484 Set `next-error-overlay-arrow-position' to nil. Also set it to
33485 nil in the local hook `kill-buffer-hook'. Make local variable
33486 `overlay-arrow-string' and set it to "=>".
33487 (compilation-goto-locus): Set BOL position to
33488 `next-error-overlay-arrow-position' instead of
33489 `overlay-arrow-position'.
33490
33491 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
33492 locally instead of adding it to the global hook.
33493 (Info-kill-buffer): Move up.
33494
33495 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
33496
33497 * term/xterm.el (xterm-standard-colors): Update color values from
33498 xterm-200.
33499
33500 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
33501
33502 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
33503
33504 * fast-lock.el:
33505 * lazy-lock.el: Move them to the obsolete subdir.
33506
33507 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33508
33509 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
33510 (wdired-add-replace-advice): Remove.
33511 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
33512
33513 2005-04-06 Kim F. Storm <storm@cua.dk>
33514
33515 * startup.el (command-line): Add --bare-bones alias for -Q.
33516
33517 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33518
33519 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
33520 create the startup fontset if a font specification ends with
33521 `mac-roman'.
33522
33523 2005-04-06 Lute Kamstra <lute@gnu.org>
33524
33525 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
33526 change.
33527
33528 * emacs-lisp/copyright.el (copyright-update-year): Replace the
33529 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
33530
33531 2005-04-05 Lute Kamstra <lute@gnu.org>
33532
33533 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
33534 (define-generic-mode): Ditto. Fix debug declaration.
33535
33536 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
33537 Put them in the generic-x group.
33538
33539 * calendar/timeclock.el (timeclock): Doc fix.
33540
33541 * generic.el (define-generic-mode): Don't use custom-current-group.
33542 Document default :group value.
33543 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
33544 (define-global-minor-mode): Don't use custom-current-group.
33545
33546 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
33547
33548 * startup.el (command-line-1): Display startup-echo-area-message
33549 when fancy splash screen is in use.
33550
33551 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
33552 (sh-escaped-newline): New face.
33553 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
33554 newline, and use sh-escaped-newline face.
33555
33556 * progmodes/tcl.el (tcl-escaped-newline): New face.
33557 (tcl-builtin-list): New variable.
33558 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
33559 newlines. Fix keywords subexpression number.
33560
33561 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
33562
33563 * textmodes/org.el (org-diary-default-entry): Fix call to
33564 `add-to-diary-entry'.
33565
33566 2005-04-05 Kim F. Storm <storm@cua.dk>
33567
33568 * ediff-init.el: Use (featurep 'xemacs).
33569
33570 2005-04-05 David Ponce <david@dponce.com>
33571
33572 * cus-edit.el (face): Derive from symbol widget. Display sample
33573 of the current face on the fly.
33574 (widget-face-sample-face-get, widget-face-notify): New functions.
33575 (widget-face-value-create): Remove.
33576
33577 * wid-edit.el (widget-field-end): Temporarily remove field
33578 narrowing before to call `get-char-property'.
33579
33580 2005-04-04 Jay Belanger <belanger@truman.edu>
33581
33582 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
33583 (math-read-subscripts): New variable.
33584 (math-read-preprocess-string): Process subscripts.
33585
33586 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
33587
33588 * comint.el (comint-prompt-read-only): Doc fix.
33589
33590 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
33591 `-1'. Doc fix.
33592
33593 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
33594
33595 * textmodes/org.el (org-insert-mode-line-in-empty-file):
33596 Change default value to nil.
33597
33598 2005-04-04 Lute Kamstra <lute@gnu.org>
33599
33600 * autorevert.el (auto-revert-mode): Specify :group.
33601 * battery.el (display-battery-mode): Specify :group.
33602 * diff-mode.el (diff-minor-mode): Specify :group.
33603 * font-core.el (font-lock-mode): Specify :group.
33604 * hl-line.el (hl-line-mode): Specify :group.
33605 * iimage.el (iimage): New customization group.
33606 (iimage-mode): Specify :group.
33607 * longlines.el (longlines-mode): Specify :group.
33608 * master.el: Don't require easy-mmode.
33609 (master): New customization group.
33610 (master-mode): Specify :group.
33611 * msb.el (msb-mode): Specify :group.
33612 * reveal.el (reveal-mode): Specify :group.
33613 * simple.el (next-error-follow-minor-mode): Specify :group.
33614 * smerge-mode.el (smerge-mode): Specify :group.
33615 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
33616 * emulation/cua-base.el (cua-mode): Specify :group.
33617 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
33618 * language/thai-util.el (thai-auto-composition-mode)
33619 (thai-word-mode): Specify :group.
33620 * mail/supercite.el (sc-minor-mode): Specify :group.
33621 * progmodes/cwarn.el (cwarn-mode): Specify :group.
33622 * progmodes/flymake.el (flymake-mode): Specify :group.
33623 * progmodes/glasses.el (glasses-mode): Specify :group.
33624 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
33625 * textmodes/enriched.el (enriched-mode): Specify :group.
33626 * textmodes/refill.el (refill-mode): Specify :group.
33627
33628 * add-log.el (change-log-font-lock-keywords): Names in
33629 parenthesized lists can contain spaces.
33630
33631 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
33632
33633 * startup.el (fancy-splash-text): Shorten default text of
33634 "Emacs Tutorial" line. Also, if the current language env
33635 indicates an available tutorial file other than TUTORIAL,
33636 extract its title and append it to the line in parentheses.
33637 (fancy-splash-insert): If arg is a thunk, funcall it.
33638
33639 2005-04-04 Jay Belanger <belanger@truman.edu>
33640
33641 * calc.el (calc-language-alist): Add tags to customization type.
33642
33643 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
33644
33645 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
33646 Doc fix.
33647
33648 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
33649
33650 * add-log.el (change-log-font-lock-keywords): The manual
33651 describing a Change Log entry, says: (...) "Aside from these
33652 header lines, every line in the change log starts with a space or
33653 a tab.". The font-lock was not highlighting lines started with
33654 spaces, added support for it.
33655
33656 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33657
33658 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
33659 (bibtex-generate-url-list): Update docstring accordingly. Put the
33660 complex example in the docstring.
33661 (bibtex-font-lock-url): Use pop.
33662
33663 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
33664
33665 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
33666
33667 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
33668
33669 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
33670
33671 * filesets.el (filesets-set-default): Doc fix.
33672
33673 2005-04-03 Lute Kamstra <lute@gnu.org>
33674
33675 * generic.el (define-generic-mode): Add argument to specify
33676 keywords for defcustom.
33677 (default-generic-mode): Specify :group.
33678
33679 * generic-x.el: Specify :group for all generic modes.
33680
33681 * desktop.el (desktop-no-desktop-file-hook)
33682 (desktop-after-read-hook): Doc fix.
33683
33684 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
33685
33686 * simple.el (visible-mode): Use explicit :group keyword.
33687 This changes the group of `visible-mode-hook' from paren-blinking
33688 to editing-basics.
33689
33690 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
33691
33692 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
33693 mailbox specifications as well as URLs.
33694 (rmail-insert-inbox-text): Remove unused conditional branches.
33695
33696 2005-04-01 Jay Belanger <belanger@truman.edu>
33697
33698 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
33699 (calc-gnuplot-print-command): Move definitions to calc.el.
33700
33701 * calc/calc-embed.el (calc-embedded-announce-formula)
33702 (calc-embedded-open-formula, calc-embedded-close-formula)
33703 (calc-embedded-open-word, calc-embedded-close-word)
33704 (calc-embedded-open-plain, calc-embedded-close-plain)
33705 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
33706 (calc-embedded-open-mode, calc-embedded-close-mode):
33707 Move definitions to calc.el.
33708
33709 * calc/calc.el (calc-settings-file, calc-language-alist):
33710 Make customizable.
33711 (calc-embedded-announce-formula, calc-embedded-open-formula)
33712 (calc-embedded-close-formula, calc-embedded-open-word)
33713 (calc-embedded-close-word, calc-embedded-open-plain)
33714 (calc-embedded-close-plain, calc-embedded-open-new-formula)
33715 (calc-embedded-close-new-formula, calc-embedded-open-mode)
33716 (calc-embedded-close-mode, calc-gnuplot-name)
33717 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
33718 from other files and make customizable.
33719
33720 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
33721
33722 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
33723 Use buffer-live-p.
33724 (cvs-mode-run): Don't call cvs-update-header here.
33725 (cvs-run-process): Call cvs-update-header.
33726 Use process properties for cvs-postprocess and cvs-buffer so that
33727 the sentinel can behave better if the temp buffer is killed.
33728 Use a pipe rather than a tty, to better handle unexpected prompts.
33729 (cvs-sentinel): Rewrite. Call cvs-update-header.
33730
33731 2005-04-01 Andre Spiegel <spiegel@gnu.org>
33732
33733 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
33734 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
33735
33736 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
33737
33738 * generic.el (define-generic-mode): Add indentation rule.
33739
33740 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
33741
33742 * files.el (mode-require-final-newline): Make Custom correctly
33743 report a nil value and allow to set it to nil via Custom.
33744 Doc fix.
33745
33746 2005-04-01 Kenichi Handa <handa@m17n.org>
33747
33748 * international/characters.el: Enable the correct case setting for
33749 dotless-i and dotted-I.
33750
33751 2005-04-01 Kim F. Storm <storm@cua.dk>
33752
33753 * ido.el (ido-file-internal): Fall back to non-ido command if
33754 initial directory is on slow ftp (or tramp) host.
33755
33756 2005-03-31 Richard M. Stallman <rms@gnu.org>
33757
33758 * emacs-lisp/autoload.el (make-autoload):
33759 Handle define-global-minor-mode.
33760
33761 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
33762 Rename from easy-mmode-define-global-mode.
33763 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
33764
33765 * progmodes/scheme.el (scheme-mode-syntax-table):
33766 Update syntax of | and # for two-character comment syntax.
33767
33768 2005-03-31 Lute Kamstra <lute@gnu.org>
33769
33770 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
33771 (define-minor-mode): Call custom-current-group at load-time.
33772
33773 * generic.el (define-generic-mode): Add debug declaration.
33774 Add defcustom for the mode hook.
33775 (generic-mode-internal): Use run-mode-hooks.
33776
33777 2005-03-31 Kim F. Storm <storm@cua.dk>
33778
33779 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
33780 (mouse-fixup-help-message): New defun called by show_help_echo
33781 to fixup mouse-2 prefix in help messages when applicable.
33782
33783 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
33784
33785 2005-03-31 Kenichi Handa <handa@m17n.org>
33786
33787 * language/thai-word.el (thai-find-word-ends): Pay attention to
33788 the case that we reach the end of buffer.
33789
33790 * textmodes/fill.el (fill-text-properties-at): New function.
33791 (fill-newline): Use fill-text-properties-at instead of
33792 text-properties-at.
33793
33794 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33795
33796 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
33797 not comint-quote-filename.
33798
33799 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
33800
33801 * help-fns.el (help-with-tutorial): Revert last change.
33802
33803 2005-03-31 Kim F. Storm <storm@cua.dk>
33804
33805 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
33806
33807 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
33808
33809 * calendar/cal-china.el: Update reference to "Calendrical
33810 Calculations" book; there's a new edition.
33811 * calendar/cal-coptic.el: Likewise.
33812 * calendar/cal-french.el: Likewise.
33813 * calendar/cal-hebrew.el: Likewise.
33814 * calendar/cal-islam.el: Likewise.
33815 * calendar/cal-iso.el: Likewise.
33816 * calendar/cal-julian.el: Likewise.
33817 * calendar/cal-mayan.el: Likewise.
33818 * calendar/cal-persia.el: Likewise.
33819 * calendar/calendar.el: Likewise.
33820 * calendar/holidays.el: Likewise.
33821 * calendar/lunar.el: Likewise.
33822 * calendar/solar.el: Likewise.
33823
33824 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
33825 white space from doc string.
33826
33827 2005-03-30 Jay Belanger <belanger@truman.edu>
33828
33829 * calc/calc-help.el (calc-full-help): Remove email address.
33830
33831 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
33832
33833 * help-fns.el (help-with-tutorial): Delete title line.
33834
33835 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
33836
33837 * calendar/cal-x.el (calendar-one-frame-setup)
33838 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
33839 rather than `symbol' for set-window-dedicated-p.
33840
33841 * calendar/appt.el (appt-buffer-name): Make it a constant.
33842 (appt-add): Doc fix.
33843
33844 * filesets.el (filesets-menu-path, filesets-menu-before)
33845 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
33846 (filesets-menu-cache-file): Use directory ~/.emacs.d.
33847 (filesets-add-submenu): Delete and use add-submenu instead.
33848
33849 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
33850
33851 * textmodes/org.el (org-agenda-phases-of-moon)
33852 (org-agenda-sunrise-sunset, org-agenda-convert-date)
33853 (org-agenda-goto-calendar): New commands.
33854 (org-diary-default-entry): New function.
33855 (org-get-entries-from-diary): Better parsing of diary entries.
33856 (org-agenda-check-no-diary): New function.
33857 ("diary-lib"): Advice to function `add-to-diary-list', to allow
33858 linking to diary entries.
33859 (org-agenda-execute-calendar-command): New function.
33860 (org-agenda): Improve visible section in window.
33861 Use `org-fit-agenda-window'.
33862 (org-fit-agenda-window): New option.
33863 (org-move-subtree-down): Better handling of empty lines
33864 at end of subtree.
33865 (org-cycle): Numeric prefix is interpreted now as show-subtree N
33866 levels up.
33867 (org-fontify-done-headline): New option.
33868 (org-headline-done-face): New face.
33869 (org-set-font-lock-defaults): Use `org-headline-done-face'.
33870 (org-table-copy-down): Rename from `org-table-copy-from-above'.
33871 When current field is non-empty, it is copied to next row.
33872 (org-table-copy-from-above): Fix bug which made it
33873 impossible to copy fields containing only a single non-white character.
33874
33875 2005-03-30 Kim F. Storm <storm@cua.dk>
33876
33877 * kmacro.el (kmacro-end-macro): Isearch may store this command
33878 into the macro -- so ignore it when executing keyboard macro.
33879
33880 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33881
33882 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
33883
33884 2005-03-29 Kenichi Handa <handa@m17n.org>
33885
33886 * language/thai.el ("Thai"): Set setup-function and exit-function
33887 for Thai language environment.
33888
33889 * language/thai-util.el: Require thai-word.
33890 (thai-word-mode-map): New variable.
33891 (thai-word-mode): New minor mode.
33892 (setup-thai-language-environment-internal): New function.
33893 (exit-thai-language-environment-internal): New function.
33894
33895 * language/thai-word.el (thai-word-table): Declare it by defvar,
33896 use dolist to initialize it.
33897 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
33898 (thai-fill-find-break-point): New functions.
33899
33900 2005-03-29 Richard M. Stallman <rms@gnu.org>
33901
33902 * simple.el (idle-update-delay): Move definition up.
33903 (set-mark): Doc fix.
33904
33905 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
33906
33907 * longlines.el: New file.
33908
33909 * simple.el (buffer-substring-filters): New variable.
33910 (filter-buffer-substring): New function.
33911 (kill-region, copy-region-as-kill): Use it.
33912
33913 * register.el (copy-to-register, append-to-register)
33914 (prepend-to-register): Use filter-buffer-substring.
33915
33916 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33917
33918 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
33919 (gud-filter-pending-text): Move in front of gdb.
33920 (gud-overlay-arrow-position): New variable.
33921 (gud-sentinel, gud-display-line): Use it in place of
33922 overlay-arrow-position.
33923
33924 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
33925
33926 * progmodes/fortran.el (fortran-if-indent): Doc fix.
33927 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
33928 (fortran-font-lock-keywords-4): New variable.
33929 (fortran-blocks-re, fortran-end-block-re)
33930 (fortran-start-block-re): New constants, for hideshow.
33931 (hs-special-modes-alist): Add a Fortran entry.
33932 (fortran-mode-map): Bind fortran-end-of-block,
33933 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
33934 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
33935 (fortran-looking-at-if-then, fortran-end-of-block)
33936 (fortran-beginning-of-block): New functions, for hideshow.
33937
33938 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
33939 Doc fix. Tweak regexp.
33940 (f90-beginning-of-block): Push mark first.
33941
33942 2005-03-29 Jay Belanger <belanger@truman.edu>
33943
33944 * calc/calc.el: Update copyright date.
33945 (calc-version): Increase to 2.1.
33946 (calc-version-date): Remove.
33947
33948 * calc/calc-help.el: Update copyright date.
33949 (calc-full-help): Remove reference to calc-version-date.
33950 Update copyright date.
33951
33952 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33953
33954 * vc.el (vc-do-command): Use a pipe for async processes, so password
33955 prompts don't show up at places where the user can't reply.
33956
33957 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33958
33959 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
33960 on the file name we pass to the inferior shell.
33961
33962 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33963
33964 * progmodes/which-func.el (which-function): Be robust in the face of an
33965 imenu--make-index-alist failure.
33966
33967 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33968
33969 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
33970
33971 * progmodes/python.el (python-preoutput-filter): Fix last change.
33972
33973 2005-03-29 Lute Kamstra <lute@gnu.org>
33974
33975 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
33976 functions and compiled macros.
33977 (debug-convert-byte-code): Handle macros too.
33978 (debug-on-entry-1): Don't signal an error when trying to clear a
33979 function that is not set to debug on entry.
33980
33981 2005-03-29 Jay Belanger <belanger@truman.edu>
33982
33983 * calc/calc-lang.el: Add functions to math-function-table
33984 properties of tex and math.
33985
33986 2005-03-29 Kenichi Handa <handa@m17n.org>
33987
33988 * ps-mule.el (ps-mule-plot-string): Translate characters by
33989 ps-print-translation-table.
33990 (ps-mule-begin-job): Call find-charset-region/string with
33991 ps-print-translation-table.
33992 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
33993
33994 * ps-print.el (ps-print-translation-table): New variable.
33995 (ps-plot-region): Translate characters by ps-print-translation-table.
33996
33997 2005-03-29 Juri Linkov <juri@jurta.org>
33998
33999 * simple.el (next-error-highlight-timer): New variable.
34000
34001 * progmodes/compile.el (compilation-goto-locus):
34002 Use `next-error-highlight-timer' instead of `sit-for'.
34003
34004 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
34005
34006 * mail/supercite.el (sc-mail-field): Use assoc-string.
34007 (sc-get-address): Simplify regexps.
34008
34009 * files.el (minibuffer-with-setup-hook): New macro.
34010 (find-file-read-args): Use it to avoid let-binding
34011 minibuffer-with-setup-hook (which breaks turning on/off
34012 file-name-shadow-mode while in the prompt).
34013
34014 * complete.el (PC-read-include-file-name-internal):
34015 Use test-completion.
34016
34017 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
34018
34019 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
34020
34021 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
34022
34023 * window.el (window-buffer-height): Use count-screen-lines.
34024
34025 * progmodes/python.el (python-preoutput-leftover): New var.
34026 (python-preoutput-filter): Use it.
34027 (python-send-receive): Loop until all the result has been received.
34028
34029 2005-03-28 Juri Linkov <juri@jurta.org>
34030
34031 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
34032
34033 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
34034 "Recover Crashed Session".
34035 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
34036 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
34037 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
34038 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
34039 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
34040 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
34041 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
34042 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
34043
34044 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
34045 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
34046 Ediff Sessions", "Toggle use of separate control buffer frame",
34047 "Use separate frame for Ediff control buffer".
34048
34049 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
34050 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
34051 "Rename Bookmark", "Delete Bookmark".
34052
34053 * info.el (Info-mode-menu): Remove ellipsis from "Index".
34054 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
34055 Add `:active Info-index-alternatives' to "Next Matching Item".
34056
34057 * wdired.el (wdired-change-to-wdired-mode):
34058 Mention `wdired-abort-changes' key in the initial message.
34059
34060 * international/mule.el (auto-coding-alist): Associate non-ascii
34061 image filename extensions with `no-conversion'.
34062
34063 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
34064
34065 * international/iso-acc.el:
34066 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
34067
34068 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
34069
34070 * textmodes/sgml-mode.el (html-mode): Doc update.
34071
34072 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
34073
34074 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
34075
34076 * term.el (term-move-columns): Fix face after extending a line.
34077 (term-insert-spaces): Likewise.
34078 (term-reset-terminal): Fix off by one error.
34079
34080 2005-03-26 Eli Zaretskii <eliz@gnu.org>
34081
34082 * international/mule.el (auto-coding-alist): Add .xpi files.
34083
34084 * files.el (auto-mode-alist): Add .xpi files.
34085
34086 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
34087
34088 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
34089
34090 2005-03-26 Eli Zaretskii <eliz@gnu.org>
34091
34092 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
34093
34094 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
34095
34096 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
34097 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
34098
34099 * calendar/cal-move.el (calendar-beginning-of-year): Move the
34100 cursor to Jan 1 when needed.
34101 (calendar-end-of-year): Fix -/+ typo.
34102 Reported by Chong Yidong <cyd@stupidchicken.com>.
34103
34104 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
34105
34106 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
34107
34108 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
34109 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
34110
34111 2005-03-25 Richard M. Stallman <rms@gnu.org>
34112
34113 * filesets.el (filesets-init): Add autoload.
34114
34115 * mail/mailalias.el (mail-directory): Doc fix.
34116
34117 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
34118
34119 * mail/mailalias.el (mail-directory-process): Do nothing if
34120 mail-directory-process is an atom.
34121 (mail-get-names): Ignore mail-directory-names if it is an atom.
34122 (mail-directory-process defvar): Doc fix.
34123 (mail-names): Doc fix.
34124
34125 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
34126
34127 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
34128
34129 2005-03-26 Kenichi Handa <handa@m17n.org>
34130
34131 * international/mule-util.el (detect-coding-with-priority):
34132 Call update-coding-systems-internal before detect-coding-region.
34133
34134 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
34135
34136 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
34137 (gdb-frames-mode-map): Add follow-link property.
34138
34139 2005-03-25 Jay Belanger <belanger@truman.edu>
34140
34141 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
34142 for variables.
34143
34144 2005-03-25 Juri Linkov <juri@jurta.org>
34145
34146 * image-mode.el: Optimize image filename extension regexps in
34147 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
34148 in `auto-mode-alist'.
34149 (image-mode): Add `image-toggle-display-text' to local hook
34150 `change-major-mode-hook'. Display the image as an image by
34151 default. Set `cursor-type' and `truncate-lines' if the image
34152 is already displayed. Take into account the current mode (image
34153 or text) in message.
34154 (image-minor-mode): New minor mode.
34155 (image-mode-maybe, image-toggle-display-text): New functions.
34156 (image-toggle-display): Use called-interactively-p.
34157 Let-bind `inhibit-read-only' to t.
34158
34159 * image-mode.el (image-minor-mode): Set `cursor-type' and
34160 `truncate-lines' if the image is already displayed. Add turning
34161 image-minor-mode off to `change-major-mode-hook'. Add message.
34162 Call `image-toggle-display-text' after turning image-minor-mode off.
34163
34164 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
34165
34166 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
34167 Terminal.app, use utf-8.
34168 (set-display-table-and-terminal-coding-system): Add coding-system arg.
34169 (set-locale-environment): Use it.
34170
34171 * term/xterm.el: Undo last change, better done in mule-cmds.el.
34172
34173 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
34174
34175 * progmodes/python.el (python-close-block-statement-p)
34176 (python-outdent-p, python-current-defun): Use symbol-end.
34177
34178 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
34179
34180 * files.el (save-some-buffers): Doc fix.
34181
34182 2005-03-25 Werner Lemberg <wl@gnu.org>
34183
34184 * complete.el, thumbs.el: Replace `legal' with `valid'.
34185 * calendar/calendar.el: Replace `legal' with `valid'.
34186 * emacs-lisp/advice.el: Replace `legal' with `valid'.
34187 * mail/supercite.el: Replace `legal' with `valid'.
34188 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
34189 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
34190 Replace `legal' with `valid'.
34191 * textmodes/reftex-vars.el, textmodes/reftex.el:
34192 Replace `legal' with `valid'.
34193
34194 2005-03-25 Werner Lemberg <wl@gnu.org>
34195
34196 * calc/calc-forms.el, calc/calc-sel.el
34197 * midnight.el, vc-cvs.el
34198 * emacs-lisp/cl-macs.el
34199 * emulation/vip.el
34200 * eshell/esh-io.el, eshell/esh-var.el
34201 * mail/supercite.el
34202 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
34203 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
34204 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
34205 * progmodes/sh-script.el, progmodes/xscheme.el
34206 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
34207 * textmodes/reftex-index.el, textmodes/reftex-parse.el
34208 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
34209 * textmodes/reftex.el, textmodes/org.el:
34210 Replace `illegal' with `invalid'.
34211
34212 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34213
34214 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
34215 (flymake-find-buildfile, flymake-find-possible-master-files)
34216 (flymake-check-include, flymake-parse-line): Replace loops over the
34217 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
34218
34219 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
34220 Substitute file-name-as-directory in the rest of the file.
34221 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
34222 (flymake-replace-region): Remove unused arg `buffer'.
34223 (flymake-check-patch-master-file-buffer): Update calls to it.
34224 (flymake-add-err-info): Remove unused var `count'.
34225 (flymake-mode): Use define-minor-mode.
34226
34227 * progmodes/flymake.el: Use with-current-buffer.
34228 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
34229 flymake-replace-regexp-in-string, flymake-line-beginning-position)
34230 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
34231 Avoid testing for `xemacs'.
34232 (flymake-nop): Move.
34233 (flymake-region-has-flymake-overlays): Return the computed value.
34234 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
34235 Remove unused var `endline'.
34236 (flymake-get-line-count): Remove unused function.
34237 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
34238
34239 * emulation/vi.el:
34240 * generic.el:
34241 * hilit-chg.el (global-highlight-changes):
34242 * hi-lock.el (hi-lock-mode):
34243 * follow.el: find-file-hooks -> find-file-hook.
34244
34245 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
34246
34247 2005-03-24 Juri Linkov <juri@jurta.org>
34248
34249 * dired.el (dired-mode-map): Add menu item "Compare directories"
34250 for dired-compare-directories.
34251
34252 * dired-aux.el (dired-compare-directories): Add autoload cookie.
34253 Doc fix. Replace `read-file-name' with `read-directory-name'.
34254
34255 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34256
34257 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
34258
34259 2005-03-24 Jay Belanger <belanger@truman.edu>
34260
34261 * calc/calc-embed.el (calc-embedded-mode-change): Save all
34262 relevant mode settings in calc-embedded-original-modes when modes
34263 are permanently changed.
34264
34265 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34266
34267 * autoinsert.el: find-file-hooks -> find-file-hook.
34268
34269 2005-03-24 Lute Kamstra <lute@gnu.org>
34270
34271 * generic.el (generic-font-lock-defaults): Make it obsolete.
34272 (generic-font-lock-keywords): New variable to replace
34273 generic-font-lock-defaults.
34274 (generic-mode-set-font-lock): Delete it.
34275 (generic-mode-internal): Don't call generic-mode-set-font-lock.
34276 (generic-bracket-support): Add docstring.
34277
34278 * generic-x.el: Rename generic-font-lock-defaults to
34279 generic-font-lock-keywords throughout.
34280 (mailagent-rules-setup-function): Delete it.
34281 (mailagent-rules-generic-mode): Use anonymous function instead.
34282 (show-tabs-generic-mode-font-lock-defaults-1)
34283 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
34284 Quote faces.
34285 (show-tabs-tab-face, show-tabs-space-face): Specify background,
34286 not foreground.
34287
34288 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
34289 Recognize define-generic-mode.
34290
34291 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
34292
34293 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
34294 if there's no completion table.
34295
34296 2005-03-23 Miles Bader <miles@gnu.org>
34297
34298 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34299 Remove tty-specific variants, as they're no longer needed.
34300
34301 2005-03-23 Lute Kamstra <lute@gnu.org>
34302
34303 * generic-x.el: Code cleanup: make args constant whenever possible.
34304 (installshield-statement-keyword-list)
34305 (installshield-system-functions-list)
34306 (installshield-system-variables-list, installshield-types-list)
34307 (installshield-funarg-constants-list): Make them constants.
34308
34309 * generic.el (generic-make-keywords-list): Add autoload cookie.
34310
34311 * calendar/time-date.el: Add comment on time value formats.
34312 Don't require parse-time.
34313 (with-decoded-time-value): New macro.
34314 (encode-time-value): New function.
34315 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
34316 (days-to-time): Return a valid time value when arg is huge.
34317 (time-since): Use time-subtract.
34318 (time-to-number-of-days): Use time-to-seconds.
34319
34320 2005-03-23 David Ponce <david@dponce.com>
34321
34322 * recentf.el (recentf-keep): New option.
34323 (recentf-menu-action): Default to `find-file'.
34324 (recentf-keep-non-readable-files-flag)
34325 (recentf-keep-non-readable-files-p)
34326 (recentf-file-readable-p, recentf-find-file)
34327 (recentf-cleanup-remote): Remove.
34328 (recentf-include-p): More robust.
34329 (recentf-keep-p): New function.
34330 (recentf-remove-if-non-kept): Rename from
34331 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
34332 All callers updated.
34333 (recentf-menu-items-for-commands): Fix help string.
34334 (recentf-track-closed-file): Update. Doc fix.
34335 (recentf-cleanup): Update. Count removed files. Doc fix.
34336
34337 2005-03-23 Kim F. Storm <storm@cua.dk>
34338
34339 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34340 Don't inherit from fringe face (now happens automatically).
34341
34342 2005-03-22 Kim F. Storm <storm@cua.dk>
34343
34344 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
34345 position values.
34346
34347 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
34348
34349 * menu-bar.el (showhide-date-time): Remove.
34350 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
34351 (menu-bar-make-mm-toggle): Simplify.
34352
34353 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34354
34355 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
34356 Accept qualified variable and function names.
34357
34358 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
34359
34360 * bindings.el (completion-ignored-extensions):
34361 Remove ".lis" for `vax-vms'.
34362
34363 2005-03-22 Andreas Schwab <schwab@suse.de>
34364
34365 * generic-x.el: Revert last change.
34366 * ldefs-boot.el: Update.
34367
34368 2005-03-22 Jay Belanger <belanger@truman.edu>
34369
34370 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
34371 (calc-embedded-save-original-modes)
34372 (calc-embedded-restore-original-modes): New functions.
34373 (calc-do-embedded): Save original modes when entering embedded mode
34374 and restore when leaving embedded mode.
34375 (calc-embedded-modes-change): Change the value of
34376 calc-embedded-original-modes to reflect permanent changes.
34377
34378 2005-03-22 Lute Kamstra <lute@gnu.org>
34379
34380 * generic-x.el: Require generic again.
34381
34382 2005-03-22 Miles Bader <miles@gnu.org>
34383
34384 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34385 Tweak details to look good on both ttys and bitmap displays, light
34386 or dark background, etc.
34387
34388 2005-03-21 Kim F. Storm <storm@cua.dk>
34389
34390 * tooltip.el (tooltip-show-help-function): Check car and cdr of
34391 mouse position.
34392
34393 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
34394
34395 * icomplete.el: Don't forcibly turn on the mode upon load.
34396 (icomplete-mode): Use define-minor-mode.
34397 (icomplete-eoinput): Default to nil.
34398 (icomplete-minibuffer-setup): Remove autoload.
34399 (icomplete-tidy): Simplify.
34400 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
34401 in the initial state or if the user has modified the field.
34402 Fix handling of icomplete-max-delay-chars.
34403 Remove code that handles the oddball case where
34404 minibuffer-completion-table is an integer.
34405 Wrap icomplete-completions in while-no-input in case building
34406 completions takes more time than expected.
34407 (icomplete-completions): Simplify.
34408
34409 2005-03-21 Richard M. Stallman <rms@gnu.org>
34410
34411 * jka-compr.el (jka-compr-really-do-compress):
34412 Make variable buffer-local.
34413
34414 * image-mode.el: Handle .xpm files too.
34415 (image-toggle-display): Preserve modification flag.
34416
34417 * help.el (where-is): Don't mention aliases with no key bindings.
34418
34419 2005-03-21 Lute Kamstra <lute@gnu.org>
34420
34421 * generic.el: Fix commentary section. Don't require cl for
34422 compilation.
34423 (generic-mode-list): Add autoload cookie.
34424 (generic-use-find-file-hook, generic-lines-to-scan)
34425 (generic-find-file-regexp, generic-ignore-files-regexp)
34426 (generic-mode, generic-mode-find-file-hook)
34427 (generic-mode-ini-file-find-file-hook): Fix docstrings.
34428 (define-generic-mode): Make it a defmacro. Fix docstring.
34429 (generic-mode-internal): Code cleanup. Add autoload cookie.
34430 (generic-mode-set-comments): Code cleanup.
34431 * generic-x.el: Don't prevent compilation. Don't require generic.
34432 Follow coding conventions. Minor code cleanup.
34433 (etc-fstab-generic-mode): Add some keywords.
34434 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
34435 define-generic-mode like a function declaration.
34436
34437 2005-03-21 Jay Belanger <belanger@truman.edu>
34438
34439 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
34440 changing modes.
34441
34442 2005-03-21 Sam Steingold <sds@gnu.org>
34443
34444 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
34445
34446 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
34447
34448 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
34449 Add underscore to "f$ lexicals" regexp.
34450
34451 2005-03-20 Juri Linkov <juri@jurta.org>
34452
34453 * subr.el (progress-reporter-do-update): When `min-value' is equal
34454 to `max-value', set `percentage' to 0 and prevent division by zero.
34455
34456 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
34457
34458 Sync with Tramp 2.0.48.
34459
34460 * net/tramp.el (all): Change all addresses to .gnu.org.
34461 (tramp-append-tramp-buffers): New defun.
34462 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
34463 Catch `dont-send' signal.
34464 (tramp-set-auto-save-file-modes): Set always permissions, because
34465 there might be an old auto-saved file belonging to another
34466 original file. This could be a security threat. Reported by
34467 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
34468 Check for Emacs 21.3.50 removed.
34469
34470 * net/tramp-smb.el (all): Remove debug construct for
34471 `with-parsed-tramp-file-name'.
34472 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
34473 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
34474 No error message if DIRECTORY or FILENAME doesn't exist.
34475 (tramp-smb-open-connection): Check existence of
34476 `tramp-smb-program'.
34477
34478 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
34479
34480 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
34481 Properly handle the case where the `m' or `s' command's argument is not
34482 yet terminated.
34483 (perl-indent-new-calculate): New function.
34484 (perl-indent-line): Use it.
34485
34486 2005-03-20 Miles Bader <miles@gnu.org>
34487
34488 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
34489 in text-mode too. Change to new face names.
34490 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
34491 Add `:weight bold' attribute.
34492 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
34493
34494 2005-03-19 Juri Linkov <juri@jurta.org>
34495
34496 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
34497
34498 * international/mule.el (auto-coding-alist): Sync with
34499 `auto-mode-alist' by adding upper case archive file extensions
34500 and adding ear/war to jar extension.
34501
34502 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
34503
34504 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
34505 running, restart it.
34506
34507 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
34508
34509 * finder.el (finder-current-item): Throw an error on an empty line.
34510
34511 * man.el (Man-follow-manual-reference): If current-word returns
34512 nil, use "".
34513
34514 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
34515
34516 * simple.el (goto-line): Doc fix.
34517
34518 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
34519
34520 * files.el (save-buffer): Doc fix.
34521
34522 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
34523
34524 * recentf.el (recentf-cleanup-remote): New variable.
34525 (recentf-cleanup): Use it to conditionally check availability of
34526 remote files.
34527
34528 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
34529
34530 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
34531 function names.
34532
34533 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34534
34535 * language/thai-word.el: New file.
34536
34537 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34538
34539 * files.el (backup-buffer): If the file's directory is not
34540 writable, use copy instead of move to backup the file.
34541
34542 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34543
34544 * obsolete/keyswap.el: Moved to obsolete/ from term/.
34545
34546 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
34547
34548 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
34549 Use functionp instead of symbolp and fboundp. Reported by Drkm
34550 <darkman_spam@yahoo.fr>.
34551 (ps-print-version): New version 6.6.6.
34552
34553 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
34554
34555 * textmodes/table.el (table--line-column-position): New idiom.
34556 (table--row-column-insertion-point-p): New function to test
34557 validity of row and column insertion operation at a location.
34558 (table-global-menu, table-cell-menu): Use above functions for
34559 deterministic test operation.
34560 (table--editable-cell-p): Behave in deterministic fashion.
34561
34562 2005-03-18 Juri Linkov <juri@jurta.org>
34563
34564 * isearch.el (isearch-lazy-highlight-new-loop):
34565 Make arguments beg and end optional.
34566 (isearch-update): Remove optional arguments nil from
34567 isearch-lazy-highlight-new-loop.
34568 (isearch-lazy-highlight-search): Let-bind case-fold-search to
34569 isearch-lazy-highlight-case-fold-search instead of
34570 isearch-case-fold-search, and let-bind isearch-regexp to
34571 isearch-lazy-highlight-regexp.
34572 Use isearch-lazy-highlight-last-string instead of isearch-string.
34573
34574 * replace.el (perform-replace): Remove bindings of global
34575 variables isearch-string, isearch-regexp, isearch-case-fold-search.
34576 Add three new arguments to `replace-highlight'.
34577 (replace-highlight): Add arguments string, regexp, case-fold.
34578 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
34579 to allow isearch-lazy-highlight-new-loop to use these values
34580 to set corresponding isearch-lazy-highlight-* internal
34581 variables whose values lazy highlighting will use regardless of
34582 changes to global variables isearch-string, isearch-regexp,
34583 isearch-case-fold-search during lazy highlighting loop.
34584 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
34585 to `lazy-highlight-cleanup'.
34586
34587 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
34588 (ispell-highlight-face): Set default face to `isearch' when
34589 lazy highlighting is enabled.
34590 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
34591 priority to 1. Add lazy highlighting.
34592 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
34593 from `isearch-dehighlight'.
34594
34595 2005-03-18 David Ponce <david@dponce.com>
34596
34597 * files.el (hack-local-variables): Do a case-insensitive search
34598 for End.
34599
34600 2005-03-18 Juri Linkov <juri@jurta.org>
34601
34602 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
34603 `isearch-lazy-highlight-cleanup', add alias to old name and
34604 declare obsolete. Add release numbers to other obsolete vars.
34605 (isearch-done, isearch-lazy-highlight-new-loop):
34606 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
34607 (lazy-highlight-cleanup) <variable>: Doc fix.
34608 (isearch-lazy-highlight-update): Rename obsolete
34609 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
34610
34611 2005-03-18 Kenichi Handa <handa@m17n.org>
34612
34613 * language/thai-util.el: Fix categorization of Thai characters in
34614 thai-category-table.
34615 (thai-composition-pattern): Adjust it for the above change.
34616 (thai-self-insert-command, thai-compose-syllable): New functions.
34617 (thai-compose-region): Use thai-compose-syllable.
34618 (thai-compose-string): Likewise.
34619 (thai-composition-function): Likewise.
34620 (thai-auto-composition): New function.
34621 (thai-auto-composition-mode): New minor mode.
34622
34623 * language/thai.el: Fix patterns to be registered in
34624 composition-function-table.
34625
34626 * international/quail.el (quail-input-method): Locally bind
34627 inhibit-modification-hooks to t.
34628
34629 2005-03-17 Richard M. Stallman <rms@gnu.org>
34630
34631 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
34632 (perl-mode): Use run-mode-hooks.
34633
34634 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
34635 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
34636 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
34637
34638 * mail/sendmail.el (sendmail-send-it): Reenable the code
34639 to compute resend-to-address and use it.
34640
34641 * tar-mode.el (tar-mode): Turn off undo unconditionally.
34642
34643 * image-mode.el: New file.
34644
34645 * image.el (insert-sliced-image): Add autoload cookie.
34646
34647 * font-lock.el (font-lock-lines-before): New user option.
34648 (font-lock-after-change-function): Obey it.
34649
34650 * bindings.el (esc-map): Make M-g a prefix.
34651 Bind M-g g and M-g M-g to goto-line.
34652
34653 * faces.el (face-id): Doc fix.
34654
34655 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
34656
34657 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
34658 (rmail-show-message): Use rmail-unknown-mail-followup-to.
34659 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
34660
34661 * mail/sendmail.el (mail-yank-ignored-headers)
34662 (mail-font-lock-keywords, mail-mode-fill-paragraph):
34663 Add Mail-Followup-To and Mail-Reply-To headers.
34664 (mail-citation-hook): Add autoload cookie.
34665 (mail-mode): Doc fix.
34666 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
34667 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
34668 (mail-mode-fill-paragraph): Handle those headers.
34669 (mail-mailing-lists): New variable.
34670 (mail-mail-reply-to, mail-mail-followup-to): New functions.
34671
34672 2005-03-17 Juri Linkov <juri@jurta.org>
34673
34674 * isearch.el (isearch-fallback): Check for `(car previous)'
34675 before calling `isearch-other-end-state'.
34676
34677 2005-03-17 Kim F. Storm <storm@cua.dk>
34678
34679 * simple.el (move-beginning-of-line): Move to beginning of buffer
34680 line, as well as beginning of screen line.
34681
34682 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
34683
34684 * calendar/diary-lib.el (mark-diary-entries): Use new optional
34685 argument REDRAW rather than calendar-redrawing variable.
34686 * calendar/calendar.el (calendar-redrawing): Delete.
34687 (redraw-calendar): Do not bind calendar-redrawing.
34688
34689 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
34690
34691 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
34692 diary-file buffer.
34693
34694 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
34695
34696 * help.el (describe-mode): Allow a :minor-mode-function property to
34697 specify a different minor mode toggle function than the variable.
34698 * simple.el (auto-fill-function):
34699 * subr.el (add-minor-mode): Use it.
34700
34701 2005-03-16 Kenichi Handa <handa@m17n.org>
34702
34703 * language/ethio-util.el (sera-being-called-by-w3): New variable.
34704 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
34705 (ethio-fidel-to-sera-buffer): Likewise.
34706
34707 2005-03-16 Juri Linkov <juri@jurta.org>
34708
34709 * emacs-lisp/find-func.el (find-function-regexp):
34710 Add defun-emitting macro `menu-bar-make-toggle'.
34711
34712 * isearch.el: Put `isearch-scroll' property to
34713 `split-window-horizontally'.
34714
34715 * info.el: Update error messages for `debug-ignored-errors'.
34716 (Info-isearch-search): Doc fix.
34717 (Info-find-node): Move up code to go into info buffer before
34718 recording the node to the history.
34719 (Info-fontify-node): Fontify titles only if the next line
34720 has two or more `*', `=', `-', `.'.
34721 Display "go to this node" for empty (match-string 3).
34722
34723 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34724
34725 * term/mac-win.el: Add mouse pointer shape constants.
34726
34727 2005-03-15 Kim F. Storm <storm@cua.dk>
34728
34729 * simple.el (move-beginning-of-line): Use vertical-motion.
34730
34731 2005-03-15 Juri Linkov <juri@jurta.org>
34732
34733 * isearch.el (isearch-error): New variable.
34734 (isearch-invalid-regexp, isearch-within-brackets): Remove.
34735 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
34736 (isearch-within-brackets-state): Remove.
34737 (isearch-case-fold-search-state, isearch-pop-fun-state):
34738 Decrease frame index.
34739 (isearch-mode, isearch-top-state, isearch-push-state)
34740 (isearch-edit-string, isearch-abort, isearch-search-and-update)
34741 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
34742 (isearch-search, isearch-lazy-highlight-new-loop):
34743 Replace `isearch-invalid-regexp' with `isearch-error'.
34744 Remove `isearch-within-brackets'.
34745 (isearch-search): Add `search-failed' handler to `condition-case'.
34746 (isearch-lazy-highlight-search): Add `condition-case' to catch
34747 errors and allow `isearch-lazy-highlight-update' to try
34748 highlighting from the beginning of the window.
34749 (isearch-repeat): Move up code to set isearch-wrapped to t
34750 before calling isearch-wrap-function.
34751
34752 * info.el (Info-isearch-initial-node): New internal variable.
34753 (Info-search): Signal an error in isearch mode when search leaves
34754 the initial node. Signal an error when `bound' is non-nil and
34755 nothing was found in the current subfile.
34756 (Info-isearch-search): Remove `condition-case'.
34757 (Info-isearch-wrap): Don't wrap when search failed during leaving
34758 the initial node. If `Info-isearch-search' is nil, wrap around
34759 the current node.
34760 (Info-isearch-start): New fun.
34761 (Info-mode): Add buffer-local hook `Info-isearch-start' to
34762 `isearch-mode-hook'.
34763
34764 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34765
34766 * simple.el (normal-erase-is-backspace): Set default to t if
34767 running on Mac.
34768
34769 * term/mac-win.el (function-key-map): Sync with x-win.el.
34770
34771 2005-03-15 Kenichi Handa <handa@m17n.org>
34772
34773 * international/mule-cmds.el (locale-language-names): Modify the
34774 format of elements and add more entries.
34775 (locale-preferred-coding-systems): Add more entries.
34776 (set-locale-environment): Adjust for the change of
34777 locale-language-names.
34778
34779 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
34780
34781 * pcvs.el (smerge-ediff): Remove bogus autoload.
34782
34783 2005-03-14 Lute Kamstra <lute@gnu.org>
34784
34785 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
34786 Ignore a `*' at the beginning of a line.
34787
34788 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
34789 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
34790 subr.el.
34791 (dont-compile, eval-when-compile, eval-and-compile): Use declare
34792 to specify indentation.
34793
34794 * generic.el (define-generic-mode): Let generic-mode-list be a
34795 list of strings; test membership with equal.
34796
34797 2005-03-14 Kim F. Storm <storm@cua.dk>
34798
34799 * simple.el (next-line, previous-line): Add optional try-vscroll
34800 arg to recognize interactive use. Pass it on to line-move.
34801 (line-move): Don't perform auto-window-vscroll when defining or
34802 executing keyboard macro to ensure consistent behavior.
34803
34804 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
34805
34806 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
34807
34808 2005-03-13 Lute Kamstra <lute@gnu.org>
34809
34810 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
34811 debugger-setup-buffer so that backtrace marks the frames set to
34812 debug-on-exit and we don't have to do it manually. Set an extra
34813 debug-on-exit for macro's.
34814 (debugger-setup-buffer): Don't mark the top frame manually.
34815
34816 2005-03-12 Lute Kamstra <lute@gnu.org>
34817
34818 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
34819 lisp-indent-function throughout.
34820 (with-no-warnings): Set lisp-indent-function property.
34821
34822 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
34823
34824 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
34825 Add entry for backslash.
34826
34827 2005-03-12 Juri Linkov <juri@jurta.org>
34828
34829 * info.el (Info-search): Four fixes for backward search.
34830
34831 2005-03-11 Jay Belanger <belanger@truman.edu>
34832
34833 * calc/calc.el (calc-language-alist): New variable.
34834 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
34835 (calc-embedded-find-modes): Use calc-language-alist instead of
34836 calc-embedded-language-alist.
34837
34838 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
34839
34840 * calendar/calendar.el (calendar-redrawing): New internal
34841 variable.
34842 (redraw-calendar): Remove bogus save-excursion from previous
34843 change. Bind calendar-redrawing to t for mark-diary-entries.
34844 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
34845 calendar if that is why we were called.
34846
34847 2005-03-11 Kenichi Handa <handa@m17n.org>
34848
34849 * international/mule.el (make-coding-system): Set property
34850 coding-system-define-form to nil.
34851 (define-coding-system-alias): Likewise.
34852
34853 2005-03-11 Kenichi Handa <handa@m17n.org>
34854
34855 These changes are suggested by Dave Love <fx@gnu.org>.
34856
34857 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
34858 coding: tag.
34859 (adaptive-fill-regexp): Add more bullets.
34860 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
34861 regexps.
34862
34863 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
34864
34865 * help.el (describe-mode): Properly handle non-trivial lighters.
34866 Don't ignore minor modes that are not listed in minor-mode-list.
34867
34868 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
34869 feature ON when the user requests to turn it OFF.
34870
34871 2005-03-10 Lute Kamstra <lute@gnu.org>
34872
34873 * emacs-lisp/debug.el (debug-entry-code): Delete it.
34874 (implement-debug-on-entry): New function to replace debug-entry-code.
34875 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
34876 second argument as the 2005-03-07 change makes it obsolete.
34877 (debug-on-entry, cancel-debug-on-entry): Update call to
34878 debug-on-entry-1.
34879 (debug, debugger-setup-buffer): Comment update.
34880 (debugger-frame-number): Update to work with implement-debug-on-entry.
34881
34882 2005-03-10 Jay Belanger <belanger@truman.edu>
34883
34884 * calc/calc-embed.el (math-ms-args): Declare it.
34885 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
34886 math-ms-args.
34887 (calc-embedded-subst): Use math-multi-subst-rec to substitute
34888 variables.
34889
34890 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
34891
34892 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
34893 Use message-box.
34894
34895 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
34896 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
34897 (tooltip-gud-tips): Simplify.
34898 (tooltip-gud-tips-p): Remove superfluous :set.
34899 (tooltip-gud-modes): Add fortran-mode.
34900 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
34901
34902 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
34903
34904 2005-03-09 Kim F. Storm <storm@cua.dk>
34905
34906 * play/animate.el (animate-place-char): Use forward-line instead
34907 of next-line to improve performance.
34908
34909 2005-03-09 Simon Josefsson <jas@extundo.com>
34910
34911 * net/browse-url.el (browse-url-default-browser): Doc fix.
34912
34913 2005-03-09 Miles Bader <miles@gnu.org>
34914
34915 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
34916 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
34917
34918 2005-03-09 Kenichi Handa <handa@m17n.org>
34919
34920 * international/latin-1.el: Set case and syntax for 255 only if
34921 set-case-syntax-set-multibyte is nil.
34922
34923 * textmodes/ispell.el (ispell-insert-word): New function.
34924 (ispell-word): Use ispell-insert-word to insert a new word.
34925 (ispell-process-line): Likewise.
34926 (ispell-complete-word): Likewise.
34927
34928 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
34929
34930 * calendar/calendar.el (redraw-calendar): Preserve point.
34931 Reported by Matt Hodges <MPHodges@member.fsf.org>.
34932 (calendar-week-start-day): Move after definition of
34933 redraw-calendar. Delete buffer test, since redraw-calendar has
34934 that now.
34935
34936 * calendar/diary-lib.el (mark-diary-entries): Only call
34937 redraw-calendar in the first of any recursive calls.
34938 Reported by Alan Shutko <ats@acm.org>.
34939
34940 2005-03-08 Juri Linkov <juri@jurta.org>
34941
34942 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
34943 (html-horizontal-rule, html-line, html-image, html-checkboxes)
34944 (html-radio-buttons): Add a space before the trailing `/>' where
34945 sgml-xml-mode is non-nil.
34946 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
34947 the subsequent tag of the empty XML tag.
34948 (html-href-anchor): Don't set initial input to "http:".
34949 (html-image): Ask for the image URL and set point inside alt="".
34950 (html-name-anchor): Duplicate the name in the `id' attribute when
34951 sgml-xml-mode is non-nil.
34952 (html-paragraph): Remove \n before <p>.
34953 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
34954 instead of `checked' when sgml-xml-mode is non-nil.
34955
34956 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
34957 Remove 1 space before #RRGGBB to not truncate it on terminal
34958 windows w/o fringes. Remove 1 space between bg and fg examples
34959 to get more space.
34960 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
34961 avoid byte-compile warnings.
34962
34963 * image-file.el (image-file-handler): Put `safe-magic' property to
34964 `image-file-handler'.
34965
34966 * info.el (Info-isearch-search): Emulate word search in
34967 isearching through multiple Info nodes with Info-search.
34968 (Info-isearch-wrap): Allow isearch-word.
34969
34970 2005-03-08 Lute Kamstra <lute@gnu.org>
34971
34972 * emacs-lisp/debug.el (debugger-step-through): Make sure that
34973 stepping into the debugger's code is not possible.
34974 (debugger-jumping-flag): Docstring update.
34975
34976 2005-03-08 Jay Belanger <belanger@truman.edu>
34977
34978 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
34979 embedded mode begins.
34980 (calc-embedded-language-alist): New variable.
34981 (calc-embedded-find-modes): Use calc-embedded-language-alist to
34982 set default language mode.
34983
34984 2005-03-08 Kenichi Handa <handa@m17n.org>
34985
34986 * international/ccl.el (define-ccl-program): Fix docstring about
34987 extra 256 bytes assured for the output buffer.
34988
34989 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34990 Fix BUFFER_MAGNIFICATION to 2.
34991 (ccl-encode-mule-utf-16be-with-signature): Likewise.
34992
34993 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
34994
34995 * align.el (align-rules-list): Added an alignment rule for CSS
34996 declarations (applies to css-mode and html-mode buffers).
34997
34998 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
34999
35000 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
35001
35002 2005-03-07 Kim F. Storm <storm@cua.dk>
35003
35004 * simple.el (move-beginning-of-line): New command.
35005
35006 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
35007
35008 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
35009
35010 * emulation/cua-base.el: Put CUA move property on move-end-of-line
35011 and move-beginning-of-line.
35012
35013 * apropos.el (apropos-print): Omit command from M-x ... RET.
35014
35015 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
35016
35017 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
35018 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
35019
35020 2005-03-06 Richard M. Stallman <rms@gnu.org>
35021
35022 * bindings.el (esc-map): Bind M-g to goto-line.
35023
35024 * facemenu.el (global-map): Bind M-o, not M-g.
35025
35026 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
35027
35028 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
35029 "Open Directory" as for "Open File".
35030
35031 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
35032
35033 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
35034 (push-mark-command): Run activate-mark-hook.
35035
35036 2005-03-06 Richard M. Stallman <rms@gnu.org>
35037
35038 * help-mode.el (help-mode-finish): Don't alter the element
35039 in view-return-to-alist if there already is one.
35040
35041 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
35042 make sure the current buffer is the expected one.
35043
35044 * novice.el (disabled-command-function): Output in *Disabled Command*.
35045 Explicitly ignore non-keyboard events, and explicitly handle C-g.
35046
35047 * textmodes/flyspell.el (flyspell-large-region):
35048 Pass args differently for aspell.
35049
35050 * files.el (mode-require-final-newline): Doc fix.
35051
35052 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
35053
35054 * progmodes/which-func.el (which-function):
35055 Specify NOERROR when calling imenu--make-index-alist.
35056
35057 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
35058
35059 * simple.el (normal-erase-is-backspace): Define default value.
35060
35061 * custom.el (custom-theme-set-variables): Remove unused var
35062 `immediate'.
35063 (custom-reevaluate-setting): Simple function to handle variables
35064 that are defined before their default value can really be
35065 computed.
35066
35067 * startup.el (command-line): Use it for temporary-file-directory,
35068 small-emporary-file-directory, auto-save-file-name-transforms,
35069 blink-cursor-mode, and normal-erase-is-backspace.
35070
35071 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
35072 progress, even with buggy anchored keywords.
35073
35074 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
35075
35076 * simple.el (goto-line): Remove unbalanced final parenthesis.
35077
35078 2005-03-05 Richard M. Stallman <rms@gnu.org>
35079
35080 * simple.el (goto-line): Use a number at point as the default.
35081 With C-u as arg, switch buffers.
35082
35083 2005-03-05 Juri Linkov <juri@jurta.org>
35084
35085 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
35086 with `no-blinking-cursor'.
35087
35088 * startup.el (no-blinking-cursor): New defvar.
35089 (command-line): Add `--no-blinking-cursor' to longopts.
35090 Set `no-blinking-cursor' to t for command line arguments
35091 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
35092 with `no-blinking-cursor' in the condition for calling
35093 `blink-cursor-mode'.
35094
35095 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
35096
35097 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
35098 (menu-bar-options-save): Add blink-cursor-mode.
35099 (menu-bar-options-menu): Add blink-cursor-mode.
35100
35101 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
35102
35103 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
35104 (icalendar-export-file, icalendar-export-region)
35105 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
35106 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
35107
35108 2005-03-04 Lute Kamstra <lute@gnu.org>
35109
35110 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
35111 (debug-function-list): Ditto.
35112
35113 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
35114
35115 * textmodes/texinfmt.el (texinfo-append-refill):
35116 Redefine the types of line to which @refill
35117 is not appended by replacing a search for `@refill\\|@bye' with
35118 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
35119 itemize@refill' bug and the unfilled long lines bug.
35120 (texinfmt-version): Update number and date.
35121
35122 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
35123
35124 * international/code-pages.el (windows-1250, windows-125[2-8])
35125 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
35126
35127 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
35128
35129 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
35130 bound yet.
35131
35132 2005-03-02 Romain Francoise <romain@orebokech.com>
35133
35134 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
35135 buffer after removing limits.
35136 (ibuffer-pop-filter): Ditto.
35137 Update copyright.
35138
35139 2005-03-02 Miles Bader <miles@gnu.org>
35140
35141 * button.el (make-text-button): If the user doesn't specify a
35142 type, use the default. Rewrite to use `add-text-properties' and
35143 plist functions.
35144
35145 2005-03-01 Lute Kamstra <lute@gnu.org>
35146
35147 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
35148 (debugger-jumping-flag): New var.
35149 (debug-entry-code): Use it.
35150 (debugger-jump): Use debugger-jumping-flag and add
35151 debugger-reenable to post-command-hook.
35152 (debugger-reenable): Use debugger-jumping-flag and remove itself
35153 from post-command-hook.
35154 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
35155 debugger-reenable.
35156
35157 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
35158
35159 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
35160 inclusion of "itemize\\|", which may be unnecessary, is certainly
35161 inelegant, and stops refilling in itemize lists when formatting
35162 Japanese Texinfo files to Info.
35163 Update copyright to 2005.
35164
35165 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
35166
35167 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
35168 of an error if GDB can't find the source file.
35169
35170 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
35171
35172 * calendar/calendar.el (redraw-calendar): Work from any buffer,
35173 not just the calendar.
35174
35175 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
35176 first.
35177 (diary-redraw-calendar): New function.
35178 (make-diary-entry): Add diary-redraw-calendar to local
35179 write-contents-functions. Turn off selective display before
35180 inserting in diary.
35181
35182 2005-03-01 Kim F. Storm <storm@cua.dk>
35183
35184 * emacs-lisp/copyright.el (copyright-fix-years): New command.
35185
35186 2005-03-01 Lute Kamstra <lute@gnu.org>
35187
35188 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
35189 that debug-entry-code can be safely removed from a function while
35190 this code is being evaluated. Revert the 2005-02-27 change as the
35191 new implementation no longer requires it. Make sure that a
35192 function body containing just a string is not mistaken for a docstring.
35193 (debug): Skip one more frame in case of debug on entry.
35194 (debugger-setup-buffer): Delete one more frame line in case of
35195 debug on entry.
35196 (debugger-frame-number): Update to use the new text introduced by
35197 the 1999-11-03 change. Skip one more frame in case of debug on entry.
35198
35199 2005-02-28 Kim F. Storm <storm@cua.dk>
35200
35201 * double.el (double-translate-key): Call force-window-update after
35202 read-event to avoid crash in redisplay.
35203
35204 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
35205
35206 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
35207 (debug): Use it. Move the inhibit-trace earlier.
35208 (debug-entry-code): New const.
35209 (debug-on-entry-1): Use it.
35210
35211 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
35212
35213 * international/utf-16.el (ccl-encode-mule-utf-16le):
35214 Fix BUFFER_MAGNIFICATION to 2.
35215 (ccl-encode-mule-utf-16be): Likewise.
35216
35217 2005-02-28 Kenichi Handa <handa@m17n.org>
35218
35219 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
35220 Fix BUFFER_MAGNIFICATION to 4.
35221 (ccl-encode-mule-utf-16be-with-signature): Likewise.
35222
35223 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
35224
35225 * speedbar.el (speedbar-update-flag): Doc fix.
35226 (speedbar-show-info-under-mouse): Give set-mouse-position the right
35227 argument.
35228
35229 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
35230
35231 * reveal.el (reveal-post-command): Don't try to reveal overlays which
35232 have a non-nil `invisible' property but are actually visible.
35233
35234 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
35235 for perldoc sections.
35236 (perl-outline-regexp, perl-outline-level): New var and function.
35237 (perl-mode): Use them.
35238
35239 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
35240
35241 * calendar/diary-lib.el (diary-remind): Discard any mark portion
35242 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
35243
35244 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
35245
35246 * cus-edit.el: Comment change.
35247 (custom-buffer-create-internal): Slightly reword text at top of
35248 Custom buffers. Mention there that saving an option edits the
35249 init file. Add link to Emacs manual node on `custom-file'.
35250 (custom-magic-alist): Rewrite individual State messages to use
35251 capitalized keywords. Doc fix.
35252
35253 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
35254
35255 * calendar/calendar.el (calendar-buffer): Move above
35256 calendar-week-start-day.
35257 (calendar-week-start-day): Doc fix. Add :set function.
35258 (calendar-minimum-window-height): New variable.
35259 (generate-calendar-window): Only resize window if selected-window
35260 is displaying the calendar buffer. Use new variable
35261 calendar-minimum-window-height.
35262 (generate-calendar): Reword error message.
35263 (calendar-mode-map): Bind DEL to scroll-other-window-down.
35264
35265 2005-02-27 Andreas Schwab <schwab@suse.de>
35266
35267 * vc.el (vc-do-command): Don't run command asynchronously when
35268 operating in a remote directory.
35269
35270 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
35271 change from sync with Tramp 2.0.47.
35272
35273 2005-02-27 Richard M. Stallman <rms@gnu.org>
35274
35275 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
35276
35277 * textmodes/flyspell.el (flyspell-mode-on):
35278 Call ispell-change-dictionary only if necessary.
35279
35280 * emacs-lisp/re-builder.el (regexp-builder): New function.
35281
35282 * register.el (describe-register-1): Explicitly handle
35283 yank-excluded-properties = t.
35284
35285 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
35286 (custom-magic-alist): Change the status descriptions again.
35287 (face widget-type): Total rewrite based on `restricted-sexp'
35288 to eliminate the confusing double hiding levels.
35289
35290 * emacs-lisp/debug.el (debug-on-entry-1):
35291 If function body is empty, add nil as body form.
35292
35293 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
35294
35295 * emacs-lisp/trace.el (inhibit-trace): New var.
35296 (trace-make-advice): Use it.
35297
35298 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
35299
35300 2005-02-26 Kim F. Storm <storm@cua.dk>
35301
35302 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
35303 (mouse-on-link-p, mouse-drag-region-1): Use it.
35304
35305 2005-02-25 Lute Kamstra <lute@gnu.org>
35306
35307 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
35308
35309 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
35310
35311 * frame.el (blink-cursor-mode): Add :group keyword.
35312
35313 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
35314
35315 * calendar/icalendar.el (icalendar--decode-isodatetime):
35316 New optional argument DAY-SHIFT.
35317 (icalendar-export-region): Fix coding-system-for-write.
35318 (icalendar--convert-ical-to-diary): Shift end-day of all-day
35319 events by one.
35320
35321 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
35322
35323 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
35324
35325 2005-02-24 Kim F. Storm <storm@cua.dk>
35326
35327 * international/iso-acc.el (iso-accents-compose): Fix crash
35328 during redisplay. Call force-window-update after read-event
35329 and delete-region to signal that window is not accurate.
35330
35331 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
35332
35333 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
35334 Remove unused and inexistent var `inhibit-trace'.
35335 (debugger-mode): Use run-mode-hooks.
35336 (debugger-list-functions): Add buttons; setup xref stack.
35337
35338 2005-02-23 Richard M. Stallman <rms@gnu.org>
35339
35340 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
35341 appointment says it was explicitly made.
35342 (appt-add): Set the 3rd element.
35343 (appt-make-list): Preserve explicit appointments.
35344
35345 * subr.el (find-tag-default): Catch errors in forward-sexp.
35346
35347 2005-02-23 Juri Linkov <juri@jurta.org>
35348
35349 * info.el (Info-isearch-search): New defcustom.
35350 (Info-isearch-search): Call the default isearch function
35351 when Info-isearch-search is nil.
35352 (Info-isearch-wrap): Use variable Info-isearch-search.
35353
35354 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
35355
35356 * cus-edit.el: Comment change.
35357
35358 2005-02-22 Kim F. Storm <storm@cua.dk>
35359
35360 * progmodes/hideif.el (hide-ifdef-use-define-alist):
35361 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
35362
35363 2005-02-22 Simon Josefsson <jas@extundo.com>
35364
35365 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
35366 New variable.
35367 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
35368 Oskarsson" <myrkraverk@users.sourceforget.net>.
35369
35370 2005-02-22 Kim F. Storm <storm@cua.dk>
35371
35372 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
35373 check that window of that event is the selected window.
35374 (mouse-drag-region-1): Compare mouse event window to selected
35375 window before setting point.
35376
35377 * tooltip.el (tooltip-show-help-function): Pass event to
35378 mouse-on-link-p so it can check selected window.
35379
35380 2005-02-22 Kenichi Handa <handa@m17n.org>
35381
35382 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
35383 (ps-mule-show-warning): New function.
35384 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
35385 characters are found.
35386
35387 * ps-print.el (ps-header-footer-string): Return a list of header
35388 and footer strings.
35389
35390 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
35391
35392 * pcvs.el (cvs-retrieve-revision): Fix thinko.
35393
35394 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
35395
35396 * frame.el (blink-cursor-mode): Use define-minor-mode.
35397
35398 * term/mac-win.el (function-key-map): Use char-names more consistently.
35399 (file-name-coding-system): Only set it for MacOS-9. The other case is
35400 already handled in mule-cmds.el (where it also works when mac-win.el
35401 is not used).
35402
35403 2005-02-21 Kenichi Handa <handa@m17n.org>
35404
35405 * international/mule.el (ctext-pre-write-conversion): Always use
35406 " *code-converting-work*" buffer for work.
35407
35408 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
35409
35410 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
35411
35412 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
35413
35414 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
35415
35416 * ses.el (undo-more): Restore defadvice, but only the part that
35417 allows changes outside the restricted area of the buffer.
35418
35419 2005-02-20 Kim F. Storm <storm@cua.dk>
35420
35421 * simple.el (line-move): Add fourth optional arg try-vscroll which
35422 must be set to perform auto-window-vscroll.
35423 When moving backwards and doing auto-window-vscroll, automatically
35424 vscroll to the last part of lines which are taller than the window.
35425 (next-line, previous-line): Set try-vscroll arg on line-move.
35426
35427 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
35428
35429 * replace.el (query-replace, query-replace-regexp)
35430 (replace-string, replace-regexp): When operating on region, make
35431 the minibuffer prompt say so.
35432
35433 * isearch.el (isearch-forward): Document isearch-query-replace and
35434 isearch-query-replace-regexp keybindings.
35435
35436 2005-02-19 Jay Belanger <belanger@truman.edu>
35437
35438 * calc/calc-aent.el (math-read-token): Add local variable.
35439
35440 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
35441 (calc-edit-top): Move declaration to earlier in file.
35442 (calc-edit-macro-repeats): Add local variables.
35443
35444 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
35445 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
35446 calcFunc-tanh.
35447 Adjust integration rule for calcFunc-tan.
35448
35449 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35450
35451 * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
35452 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
35453 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
35454 (viper-skip-separators): Bug fix.
35455 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
35456 particular major mode.
35457 (viper-del-backward-char-in-replace): Don't put deleted char on the
35458 kill ring.
35459
35460 * emulation/viper-ex.el (viper-color-display-p): New function.
35461 (viper-has-face-support-p): Use viper-color-display-p.
35462
35463 * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
35464
35465 * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
35466
35467 * emulation/viper-util.el (viper-glob-unix-files):
35468 Fix shell status check.
35469 (viper-file-remote-p): Make equivalent to file-remote-p.
35470
35471 * emulation/viper.el (viper-major-mode-modifier-list):
35472 Use viper-gnus-modifier-map.
35473
35474 2005-02-19 David Kastrup <dak@gnu.org>
35475
35476 * subr.el (subregexp-context-p): Fix garbled doc string by adding
35477 quoting.
35478
35479 2005-02-19 Jay Belanger <belanger@truman.edu>
35480
35481 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
35482 Remove extra definitions.
35483 (calc-coth): New function.
35484 (calcFunc-cot): Fix `let'.
35485
35486 2005-02-19 Eli Zaretskii <eliz@gnu.org>
35487
35488 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
35489 the reasons we use "type pc" in these faces.
35490
35491 * button.el (button): Ditto.
35492
35493 2005-02-19 Michael Mauger <mmaug@yahoo.com>
35494
35495 * replace.el (query-replace-read-from): Set the value of
35496 query-replace-from-history-variable to handle the case of an empty
35497 string entered to accept the suggested default.
35498
35499 * net/tramp.el (tramp-file-name-for-operation):
35500 Use dired-call-process instead of dired-call-process-command.
35501
35502 2005-02-19 Jay Belanger <belanger@truman.edu>
35503
35504 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
35505 (math-div-non-trig): New variables.
35506 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
35507 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
35508 (math-combine-prod, math-div-symb-fancy): Add simplifications for
35509 trig expressions.
35510
35511 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
35512
35513 * progmodes/gdb-ui.el (gdb-var-update-handler)
35514 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
35515 for watch expressions,
35516 (gdb-var-create-handler): Don't set speedbar-update-flag.
35517 (gdb-post-prompt): Simplify test for speedbar.
35518
35519 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35520
35521 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
35522 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
35523 we use the syntax table of the correct buffer.
35524 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
35525 Felix Gatzemeier.
35526
35527 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
35528 (ediff-file-remote-p): Make synonymous with file-remote-p.
35529 In all deffaces ediff-*-face-*, use min-colors.
35530
35531 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
35532 ediff-recurse-to-subdirectories.
35533 (ediff-mark-if-equal): Check that the arguments are strings, use
35534 ediff-same-contents (after to Felix Gatzemeier).
35535
35536 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
35537 nil.
35538
35539 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
35540
35541 * log-view.el (log-view-message-re): Fix up Subversion regexp.
35542
35543 2005-02-18 David Kastrup <dak@gnu.org>
35544
35545 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
35546 use `mark-active' when defined.
35547
35548 2005-02-18 Kenichi Handa <handa@m17n.org>
35549
35550 * ps-print.el (ps-font-info-database): New entry
35551 ZapfChancery-MediumItalic with correct font name. Fix font name
35552 of the entry Zapf-Chancery-MediumItalic.
35553
35554 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
35555
35556 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
35557
35558 2005-02-16 Kim F. Storm <storm@cua.dk>
35559
35560 * ido.el (ido-fallback-command): Pass user input to fallback command.
35561
35562 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
35563
35564 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
35565 (gdb-find-file-hook): Add server prefix.
35566
35567 2005-02-16 Richard M. Stallman <rms@gnu.org>
35568
35569 * replace.el (perform-replace): Pass new args to replace-highlight.
35570 (replace-highlight): Take region args,
35571 and pass them to isearch-lazy-highlight-new-loop.
35572
35573 * novice.el (disabled-command-hook): Autoload the defalias
35574 and the make-obsolete-variable call.
35575
35576 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
35577
35578 * isearch.el (isearch-lazy-highlight-start-limit)
35579 (isearch-lazy-highlight-end-limit): New variables limit
35580 the region for highlighting.
35581 (isearch-lazy-highlight-new-loop): New args BEG and END.
35582 (isearch-lazy-highlight-search): Use the new vars.
35583 (isearch-lazy-highlight-update): Likewise.
35584
35585 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
35586
35587 * cus-start.el (all): Use default-boundp.
35588
35589 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
35590
35591 * menu-bar.el (menu-bar-select-frame): Handle current frame.
35592
35593 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
35594
35595 * autorevert.el (auto-revert-stop-on-user-input)
35596 (auto-revert-verbose): Doc fixes.
35597
35598 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
35599
35600 * international/mule-cmds.el (set-locale-environment): Remove call
35601 to set-selection-coding-system on Windows.
35602
35603 2005-02-15 Jay Belanger <belanger@truman.edu>
35604
35605 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
35606 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
35607 calcFunc-coth.
35608 (math-simplify-sqrt): Add simplifications.
35609
35610 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
35611 to list.
35612
35613 * calc/calc-ext.el: Add functions to autoloads.
35614
35615 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
35616 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
35617 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
35618 (math-csc-raw, math-cot-raw): New functions.
35619
35620 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
35621
35622 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
35623 the variable name in a message.
35624
35625 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
35626 calcFunc-csc, calcFunc-cot.
35627
35628 * calc/calcalg2.el: Add derivative and integration rules for
35629 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
35630 calcFunc-csch, calcFunc-coth.
35631 (math-do-integral-methods): Add to checks for when to use
35632 substitutions.
35633
35634 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
35635
35636 2005-02-15 Lute Kamstra <lute@gnu.org>
35637
35638 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
35639 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
35640 <monnier@iro.umontreal.ca>.
35641 (lisp-outline-level): Improve efficiency. Suggested by David
35642 Kastrup <dak@gnu.org>.
35643
35644 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
35645
35646 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
35647 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
35648 (gdb-set-gud-minor-mode-existing-buffers): New functions.
35649 (gdb-find-file-hook): New hook. Add it to find-file-hook.
35650 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
35651
35652 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
35653
35654 * cus-start.el (all): Comment change.
35655
35656 2005-02-14 Lute Kamstra <lute@gnu.org>
35657
35658 * cus-start.el (all): Check if symbol is void.
35659
35660 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
35661
35662 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
35663 optional argument to \cite.
35664
35665 2005-02-14 Richard M. Stallman <rms@gnu.org>
35666
35667 * cus-edit.el (custom-buffer-create-internal): Update help message.
35668 (custom-magic-alist): Update help messages.
35669
35670 * cus-start.el (all): Allow a var to specify a standard value.
35671
35672 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
35673
35674 * custom.el (custom-theme-set-variables): Handle variable aliases.
35675
35676 * frame.el (blink-cursor-timer): Doc fix.
35677 (blink-cursor): Make it an alias for `blink-cursor-mode' and
35678 declare obsolete.
35679 (blink-cursor-mode): Define with defcustom and use correct
35680 standard expression in that defcustom.
35681 * startup.el (command-line): Adapt to above changes in frame.el.
35682
35683 2005-02-11 Lute Kamstra <lute@gnu.org>
35684
35685 * apropos.el (apropos-score-doc): Prevent division by zero.
35686
35687 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
35688
35689 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
35690 (icalendar--get-event-property-attributes)
35691 (icalendar--get-event-properties)
35692 (icalendar--datetime-to-diary-date): New functions.
35693 (icalendar--split-value): Doc fix.
35694 (icalendar--datetime-to-noneuropean-date)
35695 (icalendar--datetime-to-european-date): New optional argument
35696 SEPARATOR. Return result as a string instead of a list.
35697 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
35698 (icalendar--convert-string-for-export): Rename arg S to STRING.
35699 (icalendar-export-region): Doc fix. Change name of error buffer.
35700 Save output buffer.
35701 (icalendar-import-file): Add blank at end of prompt.
35702 (icalendar-import-buffer): Doc fix. Do not switch to error
35703 buffer. Indicate status in return value.
35704 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
35705 buffer. Save output buffer. Handle exception from recurrence
35706 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
35707 events. Fix problems with weekly all-day events.
35708
35709 2005-02-10 Richard M. Stallman <rms@gnu.org>
35710
35711 * simple.el (eval-expression-print-format):
35712 Avoid warning about edebug-active.
35713
35714 * help.el (help-for-help-internal): Rename from help-for-help.
35715 (help-for-help): Define with defalias.
35716
35717 * font-core.el (font-lock-default-function): Use with-no-warnings.
35718
35719 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
35720
35721 * custom.el (defface): Doc fix.
35722
35723 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
35724
35725 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
35726 width 0" to prevent word wrapping problems.
35727
35728 2005-02-09 Kim F. Storm <storm@cua.dk>
35729
35730 * ido.el (ido-file-extensions-order): New defcustom.
35731 (ido-file-extension-lessp, ido-file-extension-aux)
35732 (ido-file-extension-order): New advanced file ordering.
35733 (ido-file-lessp): New simple file ordering.
35734 (ido-sort-list): Remove.
35735 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
35736 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
35737
35738 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
35739
35740 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
35741 that some versions of grep produce.
35742 (grep-mode-font-lock-keywords): Likewise.
35743
35744 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
35745
35746 * progmodes/gdb-ui.el (gdb-location-list): New variable.
35747 (gdb-cdir): Delete.
35748 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
35749 (gdb-source-info): Treat case when source file is in another
35750 directory properly.
35751 (gdb-get-location): New function.
35752
35753 2005-02-07 Jay Belanger <belanger@truman.edu>
35754
35755 * calc/calc-prog.el (calc-write-parse-table-part)
35756 (calc-fix-token-name): Fix a check for language type.
35757
35758 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
35759
35760 2005-02-07 Andre Spiegel <spiegel@gnu.org>
35761
35762 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
35763 as directory not writable.
35764
35765 2005-02-07 Kim F. Storm <storm@cua.dk>
35766
35767 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
35768 (cua--standard-movement-commands): Remove list.
35769 Instead, set CUA property value to move for movement commands.
35770 (cua-movement-commands): Remove. Users must set CUA prop instead.
35771 (cua--pre-command-handler): Check CUA property.
35772 (cua--init-keymaps): Don't remap undo commands.
35773 (cua-mode): Don't call cua--rectangle-on-off.
35774
35775 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
35776 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
35777 (cua--rect-undo-set-point): New var.
35778 (cua--rectangle-undo-boundary): Setup undo apply entry.
35779 (cua--rect-undo-handler): New function for rectangle undo.
35780 (cua--rect-start-position, cua--rect-end-position): Add.
35781 (cua--rectangle-post-command): Call cua--rectangle-set-corners
35782 for restored rectangle. Set point if cua--rect-undo-set-point.
35783
35784 2005-02-06 Jay Belanger <belanger@truman.edu>
35785
35786 * calc/calc-lang.el (calc-tex-language): Display more information
35787 in messages.
35788
35789 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
35790 in TeX mode.
35791
35792 2005-02-06 Richard M. Stallman <rms@gnu.org>
35793
35794 * emacs-lisp/lisp.el (buffer-end): Doc fix.
35795
35796 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
35797
35798 * net/ldap.el (ldap-search-internal): Support attributes with
35799 optional descriptions separated by a semi-colon, as in
35800 "userCertificate;binary".
35801
35802 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
35803
35804 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
35805 isn't a cons (i.e. the version is 0).
35806
35807 2005-02-05 Eli Zaretskii <eliz@gnu.org>
35808
35809 * help.el (help-for-help): Doc fix.
35810
35811 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
35812
35813 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
35814 GDB-Windows on the menu-bar as this works better.
35815
35816 2005-02-04 Jay Belanger <belanger@truman.edu>
35817
35818 * calc/calc-embed.el (calc-embedded-update): Don't put in
35819 unnecessary newlines. Adjust the end of formula marker.
35820
35821 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
35822 (math-latex-parse-two-args): New function.
35823
35824 2005-02-03 Lute Kamstra <lute@gnu.org>
35825
35826 * help-fns.el (help-with-tutorial): Make sure that users cannot
35827 remove the entire text of the tutorial by means of `undo'.
35828
35829 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
35830
35831 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
35832 in recent changes, where the ispell process was repeatedly
35833 killed & restarted.
35834
35835 * international/mule-cmds.el (set-locale-environment): Set file-name
35836 coding system to utf-8 on Darwin systems.
35837 (set-default-coding-systems): Don't set default-file-name-coding-system
35838 on Darwin systems.
35839
35840 2005-02-03 Richard M. Stallman <rms@gnu.org>
35841
35842 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
35843
35844 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
35845
35846 * faces.el (list-faces-display): Add optional argument.
35847
35848 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
35849
35850 * font-core.el (font-lock-default-function): Handle the rare case where
35851 only font-lock-keywords is set.
35852
35853 2005-02-02 Kenichi Handa <handa@m17n.org>
35854
35855 * international/characters.el: Cancel previous change for
35856 I-WITH-DOT-ABOVE and DOTLESS-i.
35857
35858 * international/latin-5.el: Cancel previous change.
35859
35860 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35861
35862 * progmodes/gud.el: Correction to syntax in gud-menu-map.
35863
35864 2005-02-02 Kenichi Handa <handa@m17n.org>
35865
35866 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
35867 DOTLESS-i.
35868
35869 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
35870 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
35871
35872 * case-table.el (get-upcase-table): New function.
35873 (copy-case-table): Copy upcaes table too if non-nil.
35874 (set-case-syntax-delims): Maintain upcase table too.
35875 (set-case-syntax-pair): Likewise.
35876 (set-upcase-syntax, set-downcase-syntax): New functions.
35877 (set-case-syntax): Maintain upcase table too.
35878
35879 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35880
35881 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
35882
35883 * progmodes/gud.el (gud-goto-info): New function.
35884 (gud-tool-bar-map): Use correct icon.
35885
35886 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35887
35888 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
35889 When delegating, order args in the funcall correctly.
35890
35891 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35892
35893 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
35894
35895 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
35896
35897 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
35898 buffer not visiting a file.
35899
35900 2005-01-31 Jay Belanger <belanger@truman.edu>
35901
35902 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
35903 bound on the line with the formula.
35904
35905 2005-01-31 Kim F. Storm <storm@cua.dk>
35906
35907 * ses.el (ses-create-cell-variable-range)
35908 (ses-destroy-cell-variable-range, ses-reset-header-string)
35909 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
35910 (ses-insert-row): Fix format of apply undo entries.
35911
35912 2005-01-31 Jay Belanger <belanger@truman.edu>
35913
35914 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
35915 parts.
35916
35917 * calc/calc-embed.el (calc-embedded-open-formula)
35918 (calc-embedded-close-formula): Ignore matrix environments.
35919
35920 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
35921 TeX mode.
35922
35923 * calc/calc-lang.el (math-function-table, math-oper-table)
35924 (math-variable-table): Adjust the LaTeX portions.
35925
35926 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
35927 (math-latex-ignore-words): New constant.
35928
35929 2005-01-31 Richard M. Stallman <rms@gnu.org>
35930
35931 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
35932 (ispell-local-dictionary): Doc fix.
35933 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
35934 Don't reinitialize at run time. Don't defcustom.
35935 All uses changed to append ispell-local-dictionary-alist,
35936 or check it first.
35937 (ispell-current-dictionary): New variable for dictionary in use.
35938 (ispell-dictionary): Now used only for global default.
35939 (ispell-start-process): Set ispell-current-dictionary,
35940 not ispell-dictionary.
35941 (ispell-change-dictionary): Use this only for setting
35942 user preferences.
35943 (ispell-internal-change-dictionary): New function
35944 to change the current dictionary in use.
35945 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
35946 Use ispell-current-dictionary.
35947 Handle ispell-local-dictionary-overridden.
35948 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
35949
35950 2005-01-31 Jay Belanger <belanger@truman.edu>
35951
35952 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
35953
35954 * calc/calc-ext.el: Add calc-latex-language to autoloads.
35955 (calc-mode-map): Add calc-latex-language.
35956
35957 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
35958 (math-latex-print-frac): New functions.
35959 (math-oper-table, math-function-table, math-variable-table)
35960 (math-complex-format, math-input-filter): Add latex properties.
35961 (calc-set-language): Set math-expr-special-function-mapping.
35962
35963 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
35964 (calc-write-parse-table-part): Add LaTeX support.
35965
35966 * calc/calc.el (calc-language): Adjust docstring.
35967 (calc-set-mode-line): Add LaTeX support.
35968 (math-expr-special-function-mapping): New variable.
35969 (math-tex-ignore-words): Add to list.
35970
35971 * calc/calccomp.el (math-compose-expr, math-compose-rows):
35972 Add LaTeX support.
35973 (math-compose-expr): Add support for special functions.
35974
35975 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
35976
35977 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
35978
35979 * progmodes/gdb-ui.el (gdb-memory-address)
35980 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
35981 (gdb-memory-mode-map, gdb-memory-format-keymap)
35982 (gdb-memory-format-menu, gdb-memory-unit-keymap)
35983 (gdb-memory-unit-menu): New variables for a buffer
35984 that lets the user examine program memory.
35985 (gdb-memory-set-address, gdb-memory-set-repeat-count)
35986 (gdb-memory-format-binary, gdb-memory-format-octal)
35987 (gdb-memory-format-unsigned, gdb-memory-format-signed)
35988 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
35989 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
35990 (gdb-memory-unit-word, gdb-memory-unit-halfword)
35991 (gdb-memory-unit-byte, gdb-memory-unit-menu)
35992 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
35993 (gdb-memory-mode, gdb-memory-buffer-name)
35994 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
35995 New functions for above buffer.
35996
35997 2005-01-30 Richard M. Stallman <rms@gnu.org>
35998
35999 * cus-edit.el (custom-bury-buffer): Function deleted.
36000 (custom-buffer-done-function): Option deleted.
36001 (custom-buffer-done-kill): New replacement option.
36002 (Custom-buffer-done): Call quit-window.
36003 (custom-buffer-create-internal): Update for above changes.
36004
36005 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
36006
36007 * simple.el (undo-ask-before-discard): New var.
36008 (undo-outer-limit-truncate): Implement it.
36009 (undo-extra-outer-limit): Doc update.
36010
36011 2005-01-29 Richard M. Stallman <rms@gnu.org>
36012
36013 * ses.el (undo-more): Delete defadvice.
36014 (ses-begin-change): Doc fix.
36015
36016 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
36017 instead of rebinding C-x u and C-_.
36018
36019 * files.el (normal-backup-enable-predicate): Return nil for files
36020 in /tmp, regardless of temporary-file-directory.
36021
36022 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
36023
36024 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
36025 (open-rectangle, delete-whitespace-rectangle-line)
36026 (clear-rectangle-line): If FILL, pass t instead of FILL
36027 for move-to-column's 2nd arg.
36028
36029 * simple.el (undo): Fix the test for continuing a series of undos.
36030 (undo-more): Set pending-undo-list to t when we reach end.
36031 (pending-undo-list): Move up defvar.
36032
36033 * wid-edit.el (widget-button-click):
36034 Shorten the range of the track-mouse binding.
36035
36036 * comint.el (comint-insert-input): Undo previous changes;
36037 use last-input-event in interactive spec.
36038
36039 2005-01-29 Eli Zaretskii <eliz@gnu.org>
36040
36041 * progmodes/compile.el (compilation-start): Bind buffer-read-only
36042 to nil before invoking call-process. Reset buffer's modified flag
36043 after fontifying it in the no-async branch.
36044
36045 * wid-edit.el (widget-specify-button): If mouse pointer shape
36046 cannot be changed, use mouse face instead.
36047
36048 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
36049
36050 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
36051 (gdb-goto-breakpoint): Make breakpoint handling work on template
36052 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
36053 (gdb-assembler-custom): Update to recognize breakpoint information
36054 added on 2005-01-19.
36055
36056 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
36057
36058 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
36059 (dsssl-mode): Use define-derived-mode.
36060 (scheme-mode-initialize): Remove.
36061 (scheme-mode): Use run-mode-hooks.
36062
36063 * cus-edit.el (customize-group-other-window)
36064 (custom-buffer-create-other-window): Don't override special-display-*.
36065 (custom-mode-map): Make it dense.
36066
36067 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
36068 sets the default value.
36069
36070 2005-01-28 Eli Zaretskii <eliz@gnu.org>
36071
36072 * descr-text.el: Add more keywords.
36073
36074 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
36075
36076 * speedbar.el: Avoid unnecessary use of locate-library.
36077
36078 * international/mule-cmds.el (standard-display-european-internal):
36079 Don't fiddle with latin-1 non-break space any more since it's now
36080 special cased in the C code.
36081 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
36082
36083 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
36084
36085 * cus-start.el (all): Add `undo-outer-limit'.
36086
36087 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
36088
36089 * textmodes/bibtex.el (bibtex-format-entry):
36090 Use `bibtex-empty-field-re' only on the text of fields, not on entire
36091 field lines.
36092 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
36093 not on part of a buffer.
36094
36095 2005-01-25 Lute Kamstra <lute@gnu.org>
36096
36097 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
36098 nonempty field text strings like "{letters\\macro{}more letters}".
36099 Clarify docstring.
36100 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
36101 (bibtex-entry-offset, bibtex-parse-association)
36102 (bibtex-parse-field-name): Fix typos in docstrings.
36103 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
36104
36105 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
36106 Juri Linkov <juri@jurta.org>
36107
36108 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
36109 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
36110 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
36111 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
36112
36113 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
36114 isearch minor mode.
36115
36116 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
36117
36118 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
36119
36120 2005-01-24 Lute Kamstra <lute@gnu.org>
36121
36122 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
36123 CASECHARS and NOT-CASECHARS regular expressions of the
36124 "nederlands" and "nederlands8" dictionaries to prevent a "Range
36125 striding over charsets" error.
36126
36127 2005-01-24 Jay Belanger <belanger@truman.edu>
36128
36129 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
36130 display variable name.
36131
36132 2005-01-24 Kenichi Handa <handa@m17n.org>
36133
36134 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
36135 Fix setting of the element of encoded-kbd-iso2022-invocations.
36136
36137 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
36138
36139 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
36140 (gdb-threads-select): Change to also accept mouse events.
36141 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
36142 (gdb-threads-mouse-select): Delete.
36143
36144 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
36145
36146 * files.el (insert-directory): Take care of empty directory,
36147 listed without -a switch.
36148
36149 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
36150
36151 * textmodes/refill.el (refill-post-command-function):
36152 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
36153 to the list of functions that we should be careful not to undo.
36154 (refill-late-fill-paragraph-function): Remove.
36155 (refill-saved-state): New var.
36156 (refill-mode): Use it to save fill-paragraph-function.
36157 Save also the value of auto-fill-function.
36158
36159 * term/w32-win.el: Simplify code.
36160
36161 2005-01-23 Kim F. Storm <storm@cua.dk>
36162
36163 * simple.el (line-move): Adapt to new return value from
36164 pos-visible-in-window-p.
36165
36166 * simple.el (line-move): Fix last change. Check partial
36167 visibility at point rather than at window-start.
36168
36169 2005-01-22 Jason Rumney <jasonr@gnu.org>
36170
36171 * term/w32-win.el (xw-defined-colors): Remove debug-message.
36172
36173 2005-01-22 David Kastrup <dak@gnu.org>
36174
36175 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
36176
36177 2005-01-22 Eli Zaretskii <eliz@gnu.org>
36178
36179 * type-break.el (type-break-mode): Add a test for
36180 type-break-file-name being non-nil.
36181
36182 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
36183
36184 * net/eudc.el (top level): Call (message "") via progn, so that
36185 eudc-options-file is loaded.
36186
36187 2005-01-22 Kim F. Storm <storm@cua.dk>
36188
36189 * simple.el (line-move-1): Rename from line-move.
36190 (line-move): New function that adjusts vscroll for partially
36191 visible rows, and calls line-move-1 otherwise.
36192
36193 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
36194
36195 * pcomplete.el: Define pcomplete-read-event instead of read-event,
36196 since it's not a complete read-event implementation.
36197
36198 2005-01-20 Jay Belanger <belanger@truman.edu>
36199
36200 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
36201 for called function.
36202
36203 2005-01-20 Steven Tamm <steventamm@mac.com>
36204
36205 * term/mac-win.el (process-connection-type): Remove.
36206 Controlled now by s/darwin.h:PTY_ITERATION.
36207
36208 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
36209
36210 * window.el (handle-select-window): Don't switch window when we're
36211 in the minibuffer.
36212
36213 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
36214
36215 * subr.el (dotimes-with-progress-reporter): New macro.
36216
36217 * ses.el (ses-dotimes-msg): Remove macro.
36218 Use `dotimes-with-progress-reporter' instead.
36219
36220 2005-01-19 Steven Tamm <steventamm@mac.com>
36221
36222 * term/mac-win.el (process-connection-type): Use new
36223 operating-system-release variable to use ptys on Darwin 7 (OS X
36224 10.3) when using carbon build.
36225
36226 2005-01-19 Jay Belanger <belanger@truman.edu>
36227
36228 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
36229 flags if the last command was a tab or M-tab.
36230
36231 * calc/calc-prog.el (calc-user-define-edit): Put original formula
36232 in formula editing buffer.
36233
36234 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
36235
36236 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
36237 breakpoint image symbol in margin.
36238
36239 2005-01-19 Jay Belanger <belanger@truman.edu>
36240
36241 * calc/calc-prog.el (calc-execute-kbd-macro):
36242 Ignore calc-keep-arg-flag.
36243
36244 2005-01-19 Kenichi Handa <handa@m17n.org>
36245
36246 * textmodes/ispell.el (ispell-looking-at): New function.
36247 (ispell-process-line): Use ispell-looking-at to compare the ispell
36248 output and the buffer contents.
36249
36250 2005-01-18 Jay Belanger <belanger@truman.edu>
36251
36252 * calc/calc.el (calc-display-raw): Fix docstring.
36253
36254 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
36255
36256 * simple.el (blink-matching-open): Strip extra info from syntax.
36257
36258 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
36259 funny chars in the end-of-here-doc marker.
36260
36261 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
36262
36263 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
36264 that enable/disabled state of breakpoints is shown correctly in
36265 fringe and on ttys.
36266 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
36267 Add breakpoint information as text properties.
36268 (gdb-mouse-toggle-breakpoint):
36269 Rename to gdb-mouse-set-clear-breakpoint.
36270 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
36271 breakpoints in the margin.
36272 (gdb-remove-strings): Simplify.
36273
36274 2005-01-17 Jay Belanger <belanger@truman.edu>
36275
36276 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
36277 erasing buffer.
36278
36279 2005-01-17 Richard M. Stallman <rms@gnu.org>
36280
36281 * progmodes/grep.el (grep-find): Copy from `grep' the condition
36282 for calling grep-compute-defaults.
36283
36284 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
36285 if buffer is empty.
36286
36287 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
36288
36289 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
36290
36291 * hilit-chg.el (highlight-changes-mode): Don't autoload.
36292
36293 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
36294 non-preloaded variables.
36295
36296 2005-01-17 Steven Tamm <steventamm@mac.com>
36297
36298 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
36299 tex-shell cause to force interactivity when using pipes.
36300
36301 2005-01-17 Kim F. Storm <storm@cua.dk>
36302
36303 * simple.el (just-one-space): Make arg optional.
36304
36305 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
36306
36307 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
36308 posn-at-x-y to t to access left-margin.
36309
36310 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
36311
36312 Sync with Tramp 2.0.47.
36313
36314 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
36315 catching keep-date problems in cp/scp operations.
36316 (tramp-handle-copy-file): Don't call `set-file-modes'
36317 unconditionally. Specialized functions should know better what is
36318 necessary. This improves performance a little bit, and the
36319 functions could catch errors with `cp -p' and `scp -p'.
36320 (tramp-do-copy-or-rename-file-via-buffer)
36321 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
36322 when appropriate.
36323 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
36324 Call `set-file-modes' when appropriate.
36325 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
36326 Johnsson <isak@hypergene.com>.
36327 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
36328 of both Tramp buffer and debug buffer. Reported by Joakim Verona
36329 <joakim@verona.se>.
36330 (tramp-file-name-for-operation): Mark `shell-command' as magic for
36331 Emacs only.
36332
36333 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
36334 `find-file-hooks' and `dired-mode-hook'.
36335 (tramp-minor-mode-map): Respective map. Add remapping for
36336 `compile' and `recompile'.
36337 (tramp-remap-command, tramp-recompile): New defuns.
36338 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
36339 in buffer "*Compilation*". Call the commands asynchronously.
36340
36341 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
36342 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
36343 `shell-command', because it isn't magic in XEmacs. Reported by
36344 Adrian Aichner <adrian@xemacs.org>.
36345
36346 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
36347 `substitute-in-file-name.
36348 (tramp-smb-handle-substitute-in-file-name): New defun.
36349 (tramp-smb-advice-PC-do-completion): Delete advice.
36350
36351 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
36352
36353 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
36354 Fix error in deleting region.
36355
36356 2005-01-15 Richard M. Stallman <rms@gnu.org>
36357
36358 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
36359 In non-temp buffer, switch syntax table temporarily.
36360
36361 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
36362
36363 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
36364
36365 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
36366
36367 * imenu.el (imenu--split-menu): Copy menulist before sorting.
36368 (imenu--generic-function): Use START, not BEG, as pos of definition.
36369
36370 * simple.el (just-one-space): Argument specifies number of spaces.
36371
36372 * simple.el (eval-expression-print-format): Avoid warning
36373 about edebug-active.
36374
36375 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
36376
36377 * progmodes/sh-script.el: Code copied from make-mode.el
36378 with small changes,
36379 (sh-mode-map): Bind C-c C-\.
36380 (sh-backslash-column, sh-backslash-align): New variables.
36381 (sh-backslash-region, sh-append-backslash): New functions.
36382
36383 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
36384
36385 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
36386 (rmail-pop-password, rmail-pop-password-required): Move to
36387 rmail-obsolete group.
36388 (rmail-set-pop-password): Rename to rmail-set-remote-password.
36389 All callers updated.
36390 (rmail-get-pop-password): Rename to rmail-get-remote-password.
36391 Take an argument specifying whether it is POP or IMAP mailbox we
36392 are using. All callers updated.
36393 (rmail-pop-password-error): Rename to
36394 rmail-remote-password-error. Added mailutils-specific error message.
36395 (rmail-movemail-search-path)
36396 (rmail-movemail-variant-in-use): New variables.
36397 (rmail-remote-password, rmail-remote-password-required):
36398 New customization variables.
36399 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
36400 (rmail-parse-url): New function.
36401 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
36402 with GNU mailutils movemail.
36403
36404 2005-01-15 Kevin Ryde <user42@zip.com.au>
36405
36406 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
36407 suffix to space, $ or '$, to correctly position point when going
36408 to @table style constants like DBL_MAX.
36409
36410 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
36411
36412 * type-break.el (type-break-mode, type-break-file-time)
36413 (type-break-file-keystroke-count, type-break-choose-file):
36414 Don't store data in or load data from the file if type-break-file-name
36415 is nil.
36416 (type-break-file-name): Doc update as per the above.
36417
36418 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
36419
36420 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
36421 lookup-key might return nil; handle that.
36422
36423 2005-01-15 Alan Mackenzie <acm@muc.de>
36424
36425 * progmodes/ebrowse.el (ebrowse-class-in-tree):
36426 Return the tail of the tree rather than the element found,
36427 thus enabling the tree to be setcar'd.
36428
36429 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36430
36431 * textmodes/org.el (org-show-following-heading): New option.
36432 (org-show-hierarchy-above): Use `org-show-following-heading'.
36433 (org-cycle): Documentation fix.
36434
36435 * textmodes/org.el (orgtbl-optimized): New option.
36436 (orgtbl-mode): New command, a minor mode.
36437 (orgtbl-mode-map): New variable.
36438 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
36439 (orgtbl-error, orgtbl-self-insert-command)
36440 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
36441
36442 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
36443 a local variable in each org-mode buffer.
36444
36445 * textmodes/org.el (org-set-regexps-and-options): Rename from
36446 `org-set-regexps'. Added checking for STARTUP keyword.
36447 (org-get-current-options): Add STARTUP options.
36448 (org-table-insert-row): Make mode intelligent about when
36449 realignment is needed.
36450 (org-self-insert-command, org-delete-backward-char, org-delete-char):
36451 New commands.
36452 (org-enable-table-editor): New default value `optimized'.
36453 (org-table-blank-field): Support blanking regions if active.
36454
36455 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36456
36457 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
36458 if the year is not given.
36459
36460 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
36461 Add new escapes %m and %M, fixed bug with %F by adding
36462 save-match-data.
36463 (reftex-reference): Remove ?. from list of spaces.
36464 (reftex-label-info): Add automatic label prefix recognition.
36465
36466 * textmodes/reftex-index.el (reftex-index-next-phrase):
36467 Add slave parameter to call of `reftex-index-this-phrase'.
36468 (reftex-index-this-phrase): New optional argument.
36469 (reftex-index-region-phrases): Add slave parameter to call of
36470 `reftex-index-this-phrase'.
36471 (reftex-display-index): New argument redo.
36472 (reftex-index-rescan): Add `redo' to arguments of
36473 `reftex-display-index'.
36474 (reftex-index-Rescan, reftex-index-revert)
36475 (reftex-index-switch-index-tag): Add `redo' to arguments of
36476 `reftex-display-index'.
36477 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
36478 indexing. Fix bug with matching is there is a quote before or
36479 after the word.
36480
36481 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
36482 Fix bug when collecting citation keys in lines with comments.
36483 (reftex-citation): Prefix argument no longer rescans the document,
36484 but forces prompting for optional arguments of cite macros.
36485 (reftex-do-citation): Prompting for optional arguments implemented.
36486
36487 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
36488 Add optional arguments to most cite commands.
36489 (reftex-cite-cleanup-optional-args): New option
36490 (reftex-cite-prompt-optional-args): New option.
36491 (reftex-trust-label-prefix): New option.
36492
36493 * textmodes/reftex-toc.el (reftex-toc-find-section):
36494 Add push-mark before changing the position in the buffer.
36495
36496 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
36497 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
36498
36499 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
36500
36501 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
36502 more carefully.
36503
36504 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
36505
36506 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
36507 (sgml-mode): Use it.
36508 (sgml-get-context): Better keep track of implicitly closed tags.
36509
36510 2005-01-13 Kenichi Handa <handa@m17n.org>
36511
36512 * textmodes/ispell.el: These changes are to fix misalignment error
36513 caused by equivalent characters of different Emacs charsets.
36514 (ispell-unified-chars-table): New variable.
36515 (ispell-get-decoded-string): New function.
36516 (ispell-get-casechars, ispell-get-not-casechars)
36517 (ispell-get-otherchars): Call ispell-get-decoded-string.
36518
36519 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
36520
36521 * custom.el (custom-declare-variable): Just put symbol instead
36522 of (defvar . symbol) in `current-load-list'.
36523
36524 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
36525
36526 * emacs-lisp/elint.el: Fixed typo in Commentary section.
36527
36528 2005-01-12 Jay Belanger <belanger@truman.edu>
36529
36530 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
36531 to create a Calc summary.
36532
36533 2005-01-12 Kim F. Storm <storm@cua.dk>
36534
36535 * mouse.el (mouse-on-link-p): Change functionality and doc
36536 string to comply with latest description in lisp ref.
36537
36538 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
36539
36540 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
36541 Enable mouse clicks on mode-line, header-line and margin.
36542 (event-type): Give mouse event symbols an `event-kind' property
36543 with value `mouse-click'.
36544
36545 2005-01-12 Juri Linkov <juri@jurta.org>
36546
36547 * facemenu.el (list-colors-display): Add new arg buffer-name.
36548 Use it. Fix docstring. Replace code for identifying duplicate
36549 colors by the name with call to `list-colors-duplicates' which
36550 identifies duplicate colors by the value unless the color
36551 is one of special Windows colors. Set truncate-lines to t.
36552 Print sorted duplicate color names on each line. Indent to 22
36553 \(the longest color name in rgb.txt) instead of 20. Optimize.
36554 (list-colors-duplicates): New function.
36555 (facemenu-color-name-equal): Delete function.
36556
36557 * facemenu.el (list-colors-print): New function created from code
36558 in list-colors-display. Print #RRGGBB at the window right edge.
36559 (list-colors-display): When temp-buffer-show-function is not
36560 defined, call list-colors-print from temp-buffer-show-hook
36561 to get the right value of window-width in list-colors-print
36562 after the buffer is displayed.
36563
36564 * simple.el (pop-mark): Move deactivate-mark out of conditional
36565 part to deactivate the active mark regardless of the state of the
36566 mark ring.
36567
36568 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
36569 variables line in desktop files.
36570
36571 2005-01-12 Juri Linkov <juri@jurta.org>
36572
36573 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
36574 Bring together isearch highlight related options.
36575 (lazy-highlight): Replace group `replace' by `matching'.
36576 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36577 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36578 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
36579 and declare them obsolete.
36580 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
36581 (isearch-faces): Remove defgroup.
36582 (isearch-overlay, isearch-highlight, isearch-dehighlight):
36583 Move isearch highlighting code closer to lazy highlighting code.
36584
36585 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
36586 (query-replace-highlight, query-replace-lazy-highlight)
36587 (query-replace): Move definitions to the beginning of the file.
36588
36589 2005-01-11 Juri Linkov <juri@jurta.org>
36590
36591 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
36592 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
36593 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
36594
36595 * info.el (Info-history-forward): New variable.
36596 (Info-select-node): Reset Info-history-forward to nil.
36597 (Info-last): Turn into defalias.
36598 (Info-history-back): Rename from Info-last.
36599 Add current node to Info-history-forward.
36600 (Info-history-forward): New fun.
36601 (Info-mode-map): Replace Info-last by Info-history-back.
36602 Bind Info-history-forward to "r".
36603 (Info-mode-menu): Replace Info-last by Info-history-back.
36604 Fix menu item text. Add menu item for Info-history-forward.
36605 (info-tool-bar-map): Replace Info-last by Info-history-back.
36606 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
36607 for Info-history-forward.
36608 (Info-mode): Replace Info-last by Info-history-back in docstring.
36609 Add local variable Info-history-forward.
36610 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
36611
36612 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
36613
36614 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
36615 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
36616 Ignore select-window events rather than fiddle with
36617 mouse-autoselect-window.
36618
36619 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
36620
36621 * type-break.el (type-break-mode): Fix previous change.
36622
36623 2005-01-10 Jay Belanger <belanger@truman.edu>
36624
36625 * calc/calc-ext.el (calc-reset): Reset when inside embedded
36626 calculator; only reset when point is inside a calculator.
36627 Don't adjust the window height if the window takes up the whole height
36628 of the frame.
36629
36630 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
36631
36632 * ebuff-menu.el (Electric-buffer-menu-mode):
36633 Preserve value of buffer-local var header-line-format.
36634
36635 2005-01-09 Jay Belanger <belanger@truman.edu>
36636
36637 * calc/calc.el (calc-mode-var-list-restore-saved-values):
36638 Make sure settings file exists before accessing it.
36639
36640 * calc/calc-embed.el (calc-embedded-subst):
36641 Replace math-multi-subst-rec, which is only supposed to be called
36642 by math-multi-subst, by math-multi-subst.
36643
36644 2005-01-09 Andre Spiegel <spiegel@gnu.org>
36645
36646 * vc.el (vc-allow-async-revert): New user option.
36647 (vc-disable-async-diff): New internal variable.
36648 (vc-revert-buffer): Use them to disable asynchronous diff.
36649
36650 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
36651 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
36652 asynchronously if vc-disable-async-diff is t.
36653
36654 2005-01-09 Jay Belanger <belanger@truman.edu>
36655
36656 * calc/calc.el (defcalcmodevar): New macro.
36657 (calc-mode-var-list-restore-default-values)
36658 (calc-mode-var-list-restore-saved-values): New functions.
36659 (calc-mode-var-list): Use defcalcmodevar to define it.
36660 (calc-always-load-extensions, calc-line-numbering)
36661 (calc-line-breaking, calc-display-just, calc-display-origin)
36662 (calc-number-radix, calc-leading-zeros, calc-group-digits)
36663 (calc-group-char, calc-point-char, calc-frac-format)
36664 (calc-prefer-frac, calc-hms-format, calc-date-format)
36665 (calc-float-format, calc-full-float-format, calc-complex-format)
36666 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
36667 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
36668 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
36669 (calc-matrix-brackets, calc-language, calc-language-option)
36670 (calc-left-label, calc-right-label, calc-word-size)
36671 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
36672 (calc-display-raw, calc-internal-prec, calc-angle-mode)
36673 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
36674 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
36675 (calc-window-height, calc-display-trail, calc-show-selections)
36676 (calc-use-selections, calc-assoc-selections)
36677 (calc-display-working-message, calc-auto-why, calc-timing)
36678 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
36679 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
36680 (calc-gnuplot-default-device, calc-gnuplot-default-output)
36681 (calc-gnuplot-print-device, calc-gnuplot-print-output)
36682 (calc-gnuplot-geometry, calc-graph-default-resolution)
36683 (calc-graph-default-resolution-3d, calc-invocation-macro)
36684 (calc-show-banner): Use defcalcmodevar to declare them and set
36685 their default values.
36686
36687 * calc/calc-ext.el (calc-reset): Restore saved values of variables
36688 instead of default values (but restore default values if there is
36689 an argument of 0).
36690
36691 2005-01-09 David Kastrup <dak@gnu.org>
36692
36693 * desktop.el (desktop-restore-eager): Fix typo in type.
36694
36695 2005-01-08 Richard M. Stallman <rms@gnu.org>
36696
36697 * cus-edit.el (customize): Delete :link.
36698
36699 2005-01-08 Jay Belanger <belanger@truman.edu>
36700
36701 * calc/calc.el (calc-mode): Remove the extension from the
36702 `calc-settings-file' file name when loading it.
36703
36704 2005-01-08 Kim F. Storm <storm@cua.dk>
36705
36706 * info.el (Info-mode-map, Info-next-link-keymap)
36707 (Info-prev-link-keymap, Info-up-link-keymap):
36708 Map follow-link to mouse-face.
36709 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
36710
36711 2005-01-08 Jay Belanger <belanger@truman.edu>
36712
36713 * calc/calc.el (calc-settings-file): Change default value.
36714 Suggested by cgw in a comment in calc-mode.el.
36715
36716 * calc/calc-mode.el (calc-settings-file-name):
36717 Compare calc-settings-file to user-init-file instead of ~/.emacs.
36718 Replace ~/.emacs in a prompt by calc-settings-file.
36719
36720 2005-01-07 Lars Hansen <larsh@math.ku.dk>
36721
36722 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
36723 (desktop-lazy-idle-delay): New customizable variables.
36724 (desktop-buffer-args-list): New variable.
36725 (desktop-append-buffer-args): New function.
36726 (desktop-save): Call desktop-append-buffer-args for some buffers.
36727 (desktop-lazy-create-buffer): New function.
36728 (desktop-idle-create-buffers): New function.
36729 (desktop-read): Add message about buffers to restore lazily.
36730 (desktop-lazy-abort): New command.
36731 (desktop-clear): Call desktop-lazy-abort.
36732 (desktop-lazy-complete): New command.
36733
36734 2005-01-06 Richard M. Stallman <rms@gnu.org>
36735
36736 * emacs-lisp/find-func.el (find-face-definition):
36737 Rename from find-face.
36738
36739 2005-01-06 Kim F. Storm <storm@cua.dk>
36740
36741 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
36742
36743 * man.el (Man-xref-man-page, Man-xref-header-file)
36744 (Man-xref-normal-file): Add follow-link property.
36745
36746 2005-01-06 Jay Belanger <belanger@truman.edu>
36747
36748 * calc/calc-units.el: Make sure the proper macro definitions are
36749 available when compiling.
36750
36751 2005-01-06 Juri Linkov <juri@jurta.org>
36752
36753 * isearch.el (isearch-lazy-highlight-update):
36754 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
36755
36756 2005-01-06 Miles Bader <miles@gnu.org>
36757
36758 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
36759 (isearch-lazy-highlight-face): Use new name.
36760
36761 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
36762
36763 * uniquify.el (uniquify-rationalize-file-buffer-names):
36764 Re-add an interactive spec.
36765 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
36766 to the same name.
36767
36768 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
36769 (isearch-update, isearch-done): Adjust calls accordingly.
36770
36771 2005-01-05 Richard M. Stallman <rms@gnu.org>
36772
36773 * custom.el (custom-set-variables, custom-theme-set-variables):
36774 Clarify documentation.
36775
36776 * emacs-lisp/find-func.el (find-variable)
36777 (find-variable-other-window, find-variable-other-frame):
36778 Fix the TYPE args to find-function-read and find-function-do-it.
36779 (find-function): Doc fix.
36780 (find-function-at-point): Replace function-at-point alias.
36781
36782 2005-01-04 Richard M. Stallman <rms@gnu.org>
36783
36784 * cus-face.el (custom-declare-face):
36785 Record defface in current-load-list.
36786
36787 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
36788
36789 * emacs-lisp/find-func.el: Doc fixes.
36790 (find-face-regexp): New variable.
36791 (find-function-regexp-alist): New variable.
36792 (find-function-C-source): Third arg is now TYPE.
36793 (find-function-search-for-symbol): Handle general TYPE.
36794 (find-function-read, find-function-do-it): Handle general TYPE.
36795 (find-definition-noselect, find-face): New functions.
36796 (function-at-point): Alias deleted.
36797
36798 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
36799
36800 * battery.el (display-battery-mode): Rename from display-battery.
36801 Handle the case where it gets turned off.
36802
36803 2005-01-04 Richard M. Stallman <rms@gnu.org>
36804
36805 * cus-edit.el (customize): Make :link point to user doc.
36806
36807 * man.el (Man-fontify-manpage): Turn off undo generation.
36808
36809 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
36810
36811 2005-01-04 Andreas Schwab <schwab@suse.de>
36812
36813 * files.el (insert-directory): Only look for error lines in
36814 inserted text. Don't move too far after processing --dired markers.
36815
36816 2005-01-04 Richard M. Stallman <rms@gnu.org>
36817
36818 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
36819 Don't expand if the character is @, period, dash, etc.
36820 (define-mail-abbrev): Quote names that contain problem characters.
36821
36822 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
36823
36824 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
36825
36826 2005-01-03 Richard M. Stallman <rms@gnu.org>
36827
36828 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
36829 (query-replace-highlight, query-replace-lazy-highlight)
36830 (query-replace): Definitions moved up. Doc fix.
36831
36832 2005-01-03 Richard M. Stallman <rms@gnu.org>
36833
36834 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
36835 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36836 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36837 (lazy-highlight-face): Rename from isearch-lazy-...
36838 Change all references to them.
36839
36840 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
36841
36842 * cus-edit.el (custom-file): Doc fix for defcustom.
36843 (custom-file): The function no longer sets the variable
36844 `custom-file' to its return value.
36845
36846 * startup.el (command-line): No longer load `custom-file'.
36847
36848 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
36849
36850 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
36851
36852 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
36853 Don't confuse module-prefixed identifiers for labels.
36854 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
36855
36856 2005-01-02 Richard M. Stallman <rms@gnu.org>
36857
36858 * files.el (basic-save-buffer-1): Fix previous change.
36859
36860 * loadhist.el (file-loadhist-lookup): New function.
36861 (file-provides, file-requires): Use it.
36862
36863 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
36864 instead of calculating the right size.
36865
36866 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
36867
36868 * vc-svn.el (vc-svn-diff): Stay local if possible.
36869
36870 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
36871
36872 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
36873
36874 * files.el (hack-local-variables): Fix last change.
36875
36876 2005-01-02 Jay Belanger <belanger@truman.edu>
36877
36878 * calc/calc-yank.el (calc-edit-top): New variable.
36879 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
36880 object. Change header properties.
36881 (calc-edit-finish, calc-edit-finish-stack-object)
36882 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
36883 edited object.
36884 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
36885 for the beginning of the edited object.
36886 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
36887 for the beginning of the edited object.
36888 * calc/calc-prog.el (calc-edit-macro-finish-edit)
36889 (calc-finish-formula-edit, calc-macro-repeats)
36890 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
36891 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
36892 beginning of the edited object.
36893 (calc-user-define-edit): Change the header for editing macros.
36894 Remove unnecessary variable.
36895
36896 2005-01-01 Jay Belanger <belanger@truman.edu>
36897
36898 * calc/calc-yank.el (calc-edit-mode): Change default header.
36899 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
36900 * calc/calc-store.el (calc-edit-variable): Change title to match new
36901 header.
36902 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
36903 mode to match new header.
36904 (calc-user-define-edit): Change titles to include names of commands.
36905 (calc-finish-formula-edit): Adjust to handle new header.
36906 (calc-finish-macro-edit): Remove.
36907 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
36908 (calc-edit-macro-command, calc-edit-macro-command-type)
36909 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
36910 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
36911 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
36912 (calc-edit-macro-finish-edit): New functions.
36913 (calc-user-define-edit): Use new functions to edit named calc macros.
36914
36915 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
36916
36917 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
36918
36919 * ses.el (copy-region-as-kill): Deactivate mark.
36920
36921 2005-01-01 Richard M. Stallman <rms@gnu.org>
36922
36923 * replace.el (occur-1): If the output buffer is also an input,
36924 don't kill it, rename it.
36925
36926 * faces.el (set-face-background, set-face-foreground): Doc fix.
36927
36928 * cus-face.el (custom-face-attributes): Fix :help-echo strings
36929 for :foreground and :background.
36930
36931 * dired.el (dired-view-command-alist): Variable deleted.
36932 (dired-view-file, dired-mouse-find-file-other-window):
36933 Delete the code to use it.
36934
36935 2005-01-01 Kim F. Storm <storm@cua.dk>
36936
36937 * image.el (insert-sliced-image): Use t for line-height property.
36938
36939 See ChangeLog.11 for earlier changes.
36940
36941 ;; Local Variables:
36942 ;; coding: iso-2022-7bit
36943 ;; add-log-time-zone-rule: t
36944 ;; End:
36945
36946 Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
36947
36948 This file is part of GNU Emacs.
36949
36950 GNU Emacs is free software; you can redistribute it and/or modify
36951 it under the terms of the GNU General Public License as published by
36952 the Free Software Foundation; either version 3, or (at your option)
36953 any later version.
36954
36955 GNU Emacs is distributed in the hope that it will be useful,
36956 but WITHOUT ANY WARRANTY; without even the implied warranty of
36957 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
36958 GNU General Public License for more details.
36959
36960 You should have received a copy of the GNU General Public License
36961 along with GNU Emacs; see the file COPYING. If not, write to the
36962 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
36963 Boston, MA 02110-1301, USA.
36964
36965 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1