1 2008-01-29 Alan Mackenzie <acm@muc.de>
3 * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5): Anchor
4 the "{" of a template function correctly on "template", not the
7 * progmodes/cc-defs.el (c-version): increase to 5.31.5.
9 2008-01-29 Richard Stallman <rms@gnu.org>
11 * progmodes/etags.el (tags-query-replace): Delete unused optional args.
14 * files.el (hack-local-variables): Don't query about fake variables.
16 2008-01-27 Nick Roberts <nickrob@snap.net.nz>
18 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
19 gdb-cpp-define-alist-program if file is nil (currently only
20 " *partial-output-...").
22 2008-01-27 Alan Mackenzie <acm@muc.de>
24 * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
27 2008-01-27 Richard Stallman <rms@gnu.org>
29 * allout.el: Many doc fixes.
30 (allout-encrypt-string): Fix error message.
32 2008-01-26 Alan Mackenzie <acm@muc.de>
34 * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
35 arglist-cont-nonempty.
37 * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
38 for a brace with syntax arglist-cont-nonempty.
40 * progmodes/cc-styles.el (c-style-alist): Add elements for
41 arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python,
44 2008-01-26 Alan Mackenzie <acm@muc.de>
46 * progmodes/cc-defs.el (c-save-buffer-state): Bind
47 buffer-file-name and buffer-file-truename to nil, to prevent
48 primitives generating "buffer is read only" messages.
50 2008-01-26 Eli Zaretskii <eliz@gnu.org>
52 * progmodes/etags.el (tags-query-replace): Doc fix.
54 2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
56 * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
57 that the filename end is found even when the filename is empty.
58 Fixes error and spurious newlines when marking files for deletion.
60 2008-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
62 * blank-mode.el: New version 9.1. Handle "long" line tail
63 visualization. Doc fix.
64 (blank-line-length): Renamed to blank-line-column.
65 (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
67 (blank-replace-spaces-by-tabs): New fun.
68 (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
70 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
72 * allout.el (allout-unload-function): New function.
74 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
76 * blank-mode.el: New version 9.0. New commands to clean up some blank
77 problems like trailing blanks. New faces and regexp for visualizing
78 the blank problems. Doc fix.
79 (blank-chars, blank-global-modes, blank-chars-value-list)
80 (blank-toggle-option-alist, blank-help-text): Initialization fix.
81 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
82 (blank-indentation, blank-empty, blank-space-after-tab)
83 (blank-indentation-regexp, blank-empty-at-bob-regexp)
84 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
85 (blank-cleanup, blank-cleanup-region): New commands.
86 (blank-color-on): Code fix.
88 2008-01-25 Sven Joachim <svenjoac@gmx.de>
90 * view.el (kill-buffer-if-not-modified): Don't pass t to
93 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
95 * allout.el (allout-prefix-data): Doc fix.
96 (allout-show-current-subtree): Reflow docstring.
97 (allout-use-mode-specific-leader, allout-use-hanging-indents)
98 (produce-allout-mode-map, allout-overlay-interior-modification-handler)
99 (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
100 (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
101 (allout-copy-topic-as-kill, allout-listify-exposed)
102 (allout-process-exposed, allout-encrypted-key-info)
103 (allout-update-passphrase-mnemonic-aids)
104 (allout-next-topic-pending-encryption)
105 (allout-tests-globally-true): Fix typos in docstrings.
107 2008-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
109 * vc.el (vc-version-diff): Make sure we shrink the right window.
111 2008-01-23 Jason Rumney <jasonr@gnu.org>
113 * lpr.el (printer-name): Do not set on MS Windows.
115 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
117 * blank-mode.el: Fix a problem of cleaning blank faces when turning off
118 blank-mode in some buffers (like *info* buffers). Reported by Juanma
119 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all
120 blank-mode faces. Doc fix. New version 8.1.
121 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
123 (blank-space-face): Face/option name replaced by blank-space.
124 (blank-hspace-face): Face/option name replaced by blank-hspace.
125 (blank-tab-face): Face/option name replaced by blank-tab.
126 (blank-newline-face): Face/option name replaced by blank-newline.
127 (blank-trailing-face): Face/option name replaced by blank-trailing.
128 (blank-line-face): Face/option name replaced by blank-line.
129 (blank-space-before-tab-face): Face/option name replaced by
130 blank-space-before-tab.
131 (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
133 2008-01-20 Glenn Morris <rgm@gnu.org>
135 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
138 2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change)
140 * progmodes/python.el (python-imports): Default to "None".
142 2008-01-19 Dan Nicolaescu <dann@ics.uci.edu>
144 * progmodes/sh-script.el (sh-basic-offset):
145 * progmodes/cc-vars.el (c-syntactic-indentation)
146 (c-syntactic-indentation-in-macros): Mark as safe.
148 2008-01-19 Juanma Barranquero <lekktu@gmail.com>
150 * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
151 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
152 (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
153 (global-blank-mode): Doc fixes.
154 (blank, blank-space-face, blank-hspace-face, blank-tab-face)
155 (blank-newline-face, blank-trailing-face, blank-line-face)
156 (blank-space-before-tab-face, blank-display-mappings)
157 (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
158 (global-blank-toggle-options, blank-help-text, blank-interactive-char)
159 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
160 Fix typos in docstrings.
162 2008-01-18 Richard Stallman <rms@gnu.org>
164 * icomplete.el (icomplete-get-keys):
165 Look up KEYS using all maps in proper buffer.
167 2008-01-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
168 Miles Bader <miles@gnu.org>
170 * blank-mode.el: New file. Minor mode to visualise TAB,
171 (HARD) SPACE, NEWLINE. Miles Bader <miles@gnu.org> wrote the original
172 code for handling display table (via visws.el package), his code was
173 modified, but the main idea was kept.
175 2008-01-16 Alan Mackenzie <acm@muc.de>
177 * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
178 an eval-and-compile, so as to permit byte-compiling (e.g. in
181 2008-01-16 Juanma Barranquero <lekktu@gmail.com>
183 * frame.el (display-mm-height, display-mm-width):
184 * whitespace.el (whitespace-check-leading-whitespace)
185 (whitespace-check-trailing-whitespace)
186 (whitespace-check-spacetab-whitespace)
187 (whitespace-check-indent-whitespace)
188 (whitespace-check-ateol-whitespace):
189 * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
191 2008-01-16 Glenn Morris <rgm@gnu.org>
193 * comint.el (comint-regexp-arg): Fix no-input case.
195 2008-01-16 Ulf Jasper <ulf.jasper@web.de>
197 * calendar/icalendar.el (icalendar-export-file)
198 (icalendar-import-file): Restore significant trailing whitespace
199 in `interactive' prompts.
201 2008-01-15 Dan Nicolaescu <dann@ics.uci.edu>
203 * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
204 after-save-hook so that it is not called multiple times.
206 * vc-svn.el (vc-svn-resolve-when-done): Likewise.
208 2008-01-15 Glenn Morris <rgm@gnu.org>
210 * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
212 2008-01-14 Alan Mackenzie <acm@muc.de>
214 * progmodes/cc-vars.el (c-constant-symbol): New function which
215 supersedes c-const-symbol. During a customize-.. call it enables
216 an element of (e.g.) c-hanging-braces alist to have its name
217 displayed, even when the default value of c-h-b etc. doesn't
218 include the elemnt. Replace uses of the old function by the new.
220 * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
221 obscure non-working fragment ":value c-".
223 * progmodes/cc-engine.el (c-guess-basic-syntax): prevent a macro
224 call inside a struct being recognised as a K&R argument.
226 2008-01-14 Jason Rumney <jasonr@gnu.org>
228 * image.el (image-type): Use image-type-from-file-name (from trunk
229 2007-05-21 Chong Yidong <cyd@stupidchicken.com>).
231 2008-01-12 Glenn Morris <rgm@gnu.org>
233 * woman.el (woman-parse-numeric-arg): Change handling of `==':
234 can be interned without a function definition.
236 2008-01-12 Eli Zaretskii <eliz@gnu.org>
238 * view.el (view-file-other-window, view-file-other-frame): Don't
239 kill the buffer if it is modified. Doc fixes.
240 (kill-buffer-if-not-modified): New function.
241 (view-file): Don't kill the buffer if it is modified.
243 * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete
245 (ebrowse-view/find-file-and-search-pattern): Call
246 view-file-other-window instead of ebrowse-view-file-other-window.
247 (ebrowse-view-file-other-frame): Don't call
248 current-window-configuration. Fix second argument in the call to
249 view-mode-enter. Doc fix.
251 2008-01-11 Richard Stallman <rms@gnu.org>
253 * subr.el (atomic-change-group): Prevent undo list truncation.
255 2008-01-11 Martin Rudalics <rudalics@gmx.at>
257 * cus-start.el (all): Add missing version entries.
259 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
261 * files.el (safe-local-eval-forms): Mark
262 (add-hook 'write-file-hooks 'time-stamp) as safe.
264 2008-01-10 Nick Roberts <nickrob@snap.net.nz>
266 * comint.el (comint-insert-input): Set point first.
268 * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
269 session doesn't hang because gdb-pending-triggers is non-nil.
270 (gdb-frame-handler): Use buffer-file-name instead of
271 buffer-name in case of duplicate file names.
273 2008-01-10 Dan Nicolaescu <dann@ics.uci.edu>
275 * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
276 C-M-e and C-M-h for emacs, they work by default.
277 (verilog-emacs-features): Remove.
278 (verilog-setup-dual-comments, verilog-populate-syntax-table):
279 Remove. Move syntax table initialization ...
280 (verilog-mode-syntax-table): ... here.
281 (verilog-mode): Don't initialize the syntax table here.
282 (verilog-mark-defun): Only do something useful for XEmacs, emacs
285 2008-01-10 Glenn Morris <rgm@gnu.org>
287 * shell.el (shell-dirtrack-verbose, shell-mode)
288 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
289 (dirtrack-toggle, dirtrack-mode): No longer alias to
292 2008-01-10 Kenichi Handa <handa@ni.aist.go.jp>
294 * international/mule-cmds.el (select-safe-coding-system):
295 When a buffer is modified, cancel the writing.
297 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
299 * progmodes/verilog-mode.el (verilog-booleanp): New function for
300 backward compatibility. Replace all uses of booleanp with
303 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
305 * vc-hg.el (vc-hg-diff): Don't pass an empty string.
307 2008-01-09 Wilson Snyder <wsnyder@wsnyder.org>
309 * progmodes/verilog-mode.el (top-level): Fix spacing.
310 (verilog-mode-version, verilog-mode-release-date): Update version
312 (verilog-mode-release-emacs): New variable.
313 (compile-command, reporter-prompt-for-summary-p): Define for byte
315 (verilog-startup-message-lines)
316 (verilog-startup-message-displayed)
317 (verilog-display-startup-message): Remove.
318 (verilog-highlight-p1800-keywords): Improve docstring.
319 (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
320 (vector-skip-list): Only defvar at compile time.
321 (verilog-highlight-translate-off, verilog-indent-level)
322 (verilog-indent-level-module, verilog-indent-level-declaration)
323 (verilog-indent-declaration-macros, verilog-indent-lists)
324 (verilog-indent-level-behavioral)
325 (verilog-indent-level-directive, verilog-cexp-indent)
326 (verilog-case-indent, verilog-auto-newline)
327 (verilog-auto-indent-on-newline, verilog-tab-always-indent)
328 (verilog-tab-to-comment, verilog-indent-begin-after-if)
329 (verilog-align-ifelse, verilog-minimum-comment-distance)
330 (verilog-auto-lineup, verilog-highlight-p1800-keywords)
331 (verilog-auto-endcomments, verilog-auto-read-includes)
332 (verilog-auto-star-expand, verilog-auto-star-save)
333 (verilog-library-flags, verilog-library-directories)
334 (verilog-library-files, verilog-library-extensions)
335 (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
336 (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
337 (verilog-assignment-delay, verilog-auto-inst-vector)
338 (verilog-auto-inst-template-numbers)
339 (verilog-auto-input-ignore-regexp)
340 (verilog-auto-inout-ignore-regexp)
341 (verilog-auto-output-ignore-regexp)
342 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp): Add
343 safe-local-variable properties.
344 (verilog-statement-menu, verilog-company)
345 (verilog-re-search-forward, verilog-re-search-backward)
346 (verilog-error-regexp-add, verilog-end-block-re)
347 (verilog-emacs-features, verilog-populate-syntax-table)
348 (verilog-setup-dual-comments, verilog-type-font-keywords)
349 (verilog-inside-comment-p, electric-verilog-backward-sexp)
350 (verilog-backward-sexp, verilog-forward-sexp)
351 (verilog-font-lock-init, verilog-mode)
352 (electric-verilog-terminate-line, electric-verilog-semi)
353 (electric-verilog-tab, verilog-insert-1, )
354 (verilog-insert-indices, verilog-generate-numbers)
355 (verilog-comment-region, verilog-label-be)
356 (verilog-beg-of-statement, verilog-in-case-region-p)
357 (verilog-in-struct-region-p, verilog-in-generate-region-p)
358 (verilog-in-fork-region-p, verilog-backward-case-item)
359 (verilog-set-auto-endcomments, verilog-get-expr)
360 (verilog-expand-vector-internal, verilog-surelint-off)
361 (verilog-batch-execute-func, verilog-calculate-indent)
362 (verilog-calc-1, verilog-calculate-indent-directive)
363 (verilog-leap-to-head, verilog-continued-line)
364 (verilog-backward-token, verilog-backward-syntactic-ws)
365 (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
366 (verilog-forward-ws&directives, verilog-at-constraint-p)
367 (verilog-skip-backward-comments, verilog-indent-line-relative)
368 (verilog-do-indent, verilog-indent-comment)
369 (verilog-more-comment, verilog-pretty-declarations)
370 (verilog-pretty-expr, verilog-just-one-space)
371 (verilog-indent-declaration, verilog-get-completion-decl)
372 (verilog-goto-defun, verilog-showscopes, verilog-header)
373 (verilog-signals-combine-bus, verilog-read-decls)
374 (verilog-read-always-signals-recurse, verilog-read-instants)
375 (verilog-read-auto-template, verilog-set-define)
376 (verilog-read-defines, verilog-read-signals, verilog-getopt)
377 (verilog-is-number, verilog-expand-dirnames)
378 (verilog-modi-lookup, verilog-modi-cache-results)
379 (verilog-insert-one-definition, verilog-make-width-expression)
380 (verilog-delete-autos-lined, verilog-auto-save-check)
381 (verilog-auto-arg, verilog-auto-inst-port, verilog-auto-inst)
382 (verilog-auto-inst-param, verilog-auto-reg)
383 (verilog-auto-reg-input, verilog-auto-wire, )
384 (verilog-auto-output, verilog-auto-output-every)
385 (verilog-auto-input, verilog-auto-inout)
386 (verilog-auto-inout-module, verilog-auto-sense)
387 (verilog-auto-reset, verilog-auto-tieoff, verilog-auto-unused)
388 (verilog-auto-ascii-enum, verilog-auto)
389 (verilog-sk-define-signal, verilog-mode-mouse-map)
390 (verilog-load-file-at-mouse, verilog-load-file-at-point)
391 (verilog-library-files): Cleanup spacing of )'s they should not be
392 on unique lines. Fix checkdoc warnings.
394 2008-01-09 Glenn Morris <rgm@gnu.org>
396 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
399 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
401 * ps-print.el: Some face attributes (like :strike-through) was not
402 being recognised. Reported by Leo <sdl.web@gmail.com>.
403 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
404 (ps-screen-to-bit-face): Fix code.
406 2008-01-08 Kevin Ryde <user42@zip.com.au>
408 * progmodes/compile.el (compilation-error-regexp-alist-alist):
409 For perl, allow "during global destruction" at end.
411 2008-01-08 Glenn Morris <rgm@gnu.org>
413 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
416 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
418 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
420 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
421 quotes in case of spaces, e.g. STL containers (not pretty).
423 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
425 * vc-hg.el (vc-hg-log-view-mode): Handle the user field better.
427 2008-01-07 Nick Roberts <nickrob@snap.net.nz>
429 * progmodes/gdb-ui.el (gud-gdb-command-name): Explain
430 "--annotate=3" option is necessary for the Graphical Interface.
432 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
434 * vc-hg.el (vc-hg-dir-state): Pass the dir argument to
437 2008-01-07 Glenn Morris <rgm@gnu.org>
439 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
441 2008-01-06 Nick Roberts <nickrob@snap.net.nz>
443 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
446 2008-01-06 Michael Albinus <michael.albinus@gmx.de>
448 * ffap.el (ffap-read-file-or-url): Let-bind
449 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
451 2008-01-05 Sven Joachim <svenjoac@gmx.de>
453 * vc-bzr.el: Fix typo in header.
455 2008-01-05 Eli Zaretskii <eliz@gnu.org>
457 * Makefile.in (custom-deps, finder-data): Depend on autoloads
458 instead of loaddefs.el.
460 2008-01-05 Glenn Morris <rgm@gnu.org>
462 * progmodes/verilog-mode.el: Replace all instances of
463 string-to-int with string-to-number, insert-string with insert,
464 and read-input with read-string.
465 (top-level): No need to require imenu, reporter, dinotrace, vc,
466 font-lock when compiling. Always require compile. Relegate remaining
467 compatibility cruft to XEmacs. Don't require font-lock.
468 (verilog-version): Remove superfluous concat.
469 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
471 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
472 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
473 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
474 (verilog-startup-message-displayed): These are variables, not constants.
475 (verilog-batch-execute-func, verilog-auto-inst)
476 (verilog-auto-inst-param): Use mapc rather than mapcar.
477 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
479 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
480 (verilog-modi-get-outputs, verilog-modi-get-inouts)
481 (verilog-modi-get-inputs, verilog-modi-get-wires)
482 (verilog-modi-get-regs, verilog-modi-get-assigns)
483 (verilog-modi-get-consts, verilog-modi-get-gparams)
484 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
485 (verilog-modi-get-sub-inputs): Move inline functions earlier in
487 (sigs-in, sigs-out): Don't declare multiple times.
488 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
490 (verilog-auto): Call dinotrace-unannotate-all only if bound.
491 (verilog-module-inside-filename-p): No need to wrap fboundp test
493 (reporter-submit-bug-report): Autoload it.
494 (verilog-mark-defun): Call zmacs-activate-region only if bound.
495 (verilog-font-customize): Call customize-apropos only if bound.
496 (verilog-getopt-flags, verilog-auto-reeval-locals):
497 Use make-local-variable rather than make-variable-buffer-local.
498 (verilog-company, verilog-project, verilog-modi-cache-list):
499 Move make-variable-buffer-local calls to top-level.
500 (font-lock-defaults-alist): Don't define it.
501 (verilog-need-fld): Remove.
502 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
503 (verilog-mode): Only call make-local-hook on XEmacs.
504 Set font-lock-defaults rather than using verilog-font-lock-init.
506 * progmodes/verilog-mode.el (top-level): Don't require compile.
507 (compilation-error-regexp-alist, compilation-last-buffer):
509 (verilog-insert-1): New function.
510 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
511 Use verilog-insert-1.
512 (verilog-surelint-off): Use next-error-last-buffer if bound.
513 Check compile buffer is live.
515 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
517 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
518 gets inserted out-of-order.
520 2008-01-04 Riccardo Murri <riccardo.murri@gmail.com>
522 * vc-bzr.el: Copyright and version headers update.
523 Remove some outdated comments through the whole file.
524 (vc-bzr-program-args): Remove because unused.
525 (vc-bzr-log-switches): New customization option.
526 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
527 use `vc-bzr-program-args'.
528 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
529 `vc-find-root' (patch by Andreas Hoenen).
530 (vc-bzr-status): Update regex to match latest Bzr output.
531 Remove redundant test.
532 (vc-bzr-init-version): New function.
533 (vc-bzr-unregister): Must not delete file.
534 (vc-bzr-find-version): New function.
535 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
536 a non-empty string, otherwise take head revision.
537 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
538 (vc-bzr-diff): Simpler build of the revision spec string.
539 (vc-annotate-convert-time, vc-bzr-annotate-difference):
540 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
541 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
542 (vc-bzr-dired-state-info): Only provide custom strings for
543 overloaded VC state 'edited; otherwise fallback to
544 `vc-default-dired-state-info'.
546 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
548 * vc-git.el (vc-git-dir-state):
549 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
551 2008-01-04 Richard Stallman <rms@gnu.org>
553 * delsel.el (delete-selection-mode): Doc fix.
555 2008-01-04 Glenn Morris <rgm@gnu.org>
557 * version.el (emacs-copyright): Update to 2008.
559 2008-01-03 Nick Roberts <nickrob@snap.net.nz>
561 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
562 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
564 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
565 of watch expressions (only works fully with GDB 6.7 or later).
567 2008-01-03 Dan Nicolaescu <dann@ics.uci.edu>
569 * time-stamp.el (time-stamp-time-zone):
570 * whitespace.el (whitespace-check-buffer-leading)
571 (whitespace-check-buffer-trailing)
572 (whitespace-check-buffer-indent)
573 (whitespace-check-buffer-spacetab)
574 (whitespace-check-buffer-ateol):
575 * progmodes/sh-script.el (sh-indentation):
576 * textmodes/ispell.el (ispell-local-pdict):
577 Add safe-local-variable properties.
579 2007-12-31 Richard Stallman <rms@gnu.org>
581 * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
582 Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
584 (custom-group-value-create): Pass two args to custom-add-parent-links.
586 2007-12-29 Richard Stallman <rms@gnu.org>
588 * font-lock.el (font-lock-prepend-text-property)
589 (font-lock-append-text-property): Canonicalize the face and
590 font-lock-face properties.
592 * faces.el (facep): Doc fix.
594 * startup.el (fancy-startup-tail, fancy-about-text)
595 (fancy-startup-text): Regularize format of face property.
597 * facemenu.el (list-colors-print): Use :background and :foreground
598 instead of background-color and foreground-color.
600 2007-12-29 Drew Adams <drew.adams@oracle.com>
602 * cus-edit.el (custom-add-parent-links):
603 Fill the "Parent documentation" text.
605 2007-12-29 Eli Zaretskii <eliz@gnu.org>
607 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
608 MS-Windows and MS-DOS.
609 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
611 2007-12-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
613 * progmodes/grep.el (rgrep): Fix last change.
615 2007-12-27 Richard Stallman <rms@gnu.org>
617 * progmodes/compile.el (compilation-start): Set initial visible
618 point properly even when compilation buffer already current.
620 2007-12-26 Richard Stallman <rms@gnu.org>
622 * files.el (conf-mode-maybe): New function.
623 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
625 2007-12-26 Martin Rudalics <rudalics@gmx.at>
627 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
629 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
631 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
633 2007-12-25 Richard Stallman <rms@gnu.org>
635 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
636 so they never do EOF.
638 2007-12-23 Richard Stallman <rms@gnu.org>
640 * dired-aux.el: Load dired.el at run time too.
642 * faces.el (copy-face): Create the new face explicitly if it
643 does not exist already.
645 2007-12-23 Andreas Schwab <schwab@suse.de>
647 * files.el (switch-to-buffer-other-frame): Return the buffer
650 2007-12-23 Juri Linkov <juri@jurta.org>
652 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
653 item to about-emacs instead of display-splash-screen.
655 2007-12-22 Eli Zaretskii <eliz@gnu.org>
657 * simple.el (minibuffer-history, shell-command-history)
658 (set-variable-value-history):
659 * replace.el (regexp-history):
660 * international/mule-cmds.el (input-method-history):
661 * files.el (file-name-history): Add reference to history-length in
664 2007-12-22 Richard Stallman <rms@gnu.org>
666 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
668 2007-12-21 Jason Rumney <jasonr@gnu.org>
670 * find-dired.el (find-name-arg): New custom variable.
671 (find-name-dired): Use it.
672 (find-dired-find-program): Remove.
673 (find-dired): Use find-program.
674 (find-grep-dired): Use grep-program.
676 * progmodes/grep.el (rgrep): Use find-name-arg.
678 2007-12-21 Martin Rudalics <rudalics@gmx.at>
680 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
681 specifier from format-string. Reported by Ye Wenbin.
683 2007-12-19 Martin Rudalics <rudalics@gmx.at>
685 * cus-start.el: Use correct group name for members of mode-line group.
687 2007-12-17 Thien-Thi Nguyen <ttn@gnuvola.org>
689 * progmodes/cc-vars.el (defcustom-c-stylevar):
690 Revert to pre-2007-12-12 version.
692 2007-12-15 Richard Stallman <rms@gnu.org>
694 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
696 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
699 * startup.el (fancy-splash-help-echo): Var deleted.
700 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
701 (fancy-about-screen): Don't display fancy-splash-help-echo.
703 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
705 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
707 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
709 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
711 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
713 (add-submenu): Only define for XEmacs.
714 (verilog-regexp-words): Revert previous change, keep the other
717 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
719 * progmodes/perl-mode.el (perl-continued-statement-offset)
720 (perl-continued-brace-offset, perl-brace-offset)
721 (perl-brace-imaginary-offset, perl-label-offset):
722 * progmodes/cperl-mode.el (cperl-brace-offset)
723 (cperl-continued-brace-offset, cperl-label-offset)
724 (cperl-continued-statement-offset)
725 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
726 Add safe-local-variable properties.
728 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
730 * progmodes/verilog-mode.el (verilog-mode-map)
731 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
732 (verilog-colorize-include-files): Use only overlay functions so
733 that it can work on both emacs and XEmacs.
734 (set-extent-keymap): Remove unused defun.
735 (verilog-kill-existing-comment, verilog-insert-date)
736 (verilog-insert-year): Rename in order not to pollute the global
737 namespace from kill-existing-comment, insert-date and
738 insert-year, respectively.
739 (verilog-set-auto-endcomments, verilog-header): Update callers.
741 * files.el (auto-mode-alist): Recognize verilog files.
743 * progmodes/verilog-mode.el (verilog-string-replace-matches)
744 (verilog-string-remove-spaces, verilog-re-search-forward)
745 (verilog-re-search-backward, verilog-re-search-forward-quick)
746 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
747 (verilog-get-end-of-line, verilog-within-string): Move definitions
748 before first use. No code changes.
750 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
752 * progmodes/verilog-mode.el (verilog-mode-version)
753 (verilog-mode-release-date): Don't use expanding keywords.
754 (provide): Move to the end of file.
755 (fboundp): Don't check if eval-when-compile is bound, it is used
756 later in the file without checking.
757 (when, unless): Copy definitions from subr.el.
758 (char-before, defcustom, defface, customize-group)
759 (verilog-batch-error-wrapper): Don't use old style backquotes.
760 (verilog-regexp-opt): Avoid using the cl function case.
761 (verilog-regexp-words): Remove duplicated definition.
762 (verilog-mode-abbrev-table): Remove, duplicate.
763 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
764 Declare and initialize in one step.
765 (verilog-declaration-prefix-re, verilog-declaration-re)
766 (verilog-end-of-statement, verilog-indent-declaration)
767 (verilog-get-lineup-indent): Remove trailing whitespace.
768 (verilog-mode): Fix autoload cookie.
769 Set beginning-of-defun-function and end-of-defun-function.
770 Use when instead of if.
771 (verilog-emacs-features, verilog-auto-ascii-enum)
772 (verilog-insert-indices): Escape braces in doc strings.
774 2007-12-08 Michael McNamara <mac@verilog.com>
775 Wilson Snyder <wsnyder@wsnyder.org>
777 * progmodes/verilog-mode.el: New file.
779 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
781 * international/latexenc.el (latexenc-find-file-coding-system):
782 If both coding-system-for-write and buffer-file-coding-system of
783 latex-main-file are nil, use `undecided'.
785 2007-12-06 Jason Rumney <jasonr@gnu.org>
787 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
789 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
791 * ido.el (ido-save-history): Use emacs-mule coding system
792 instead of utf-8 to save filenames (it's safer in Emacs 22).
793 Set the `coding' local variable on the first line of the file.
795 2007-12-04 Karl Fogel <kfogel@red-bean.com>
797 * saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
798 coding system. This ports revisions 1.40 and 1.41 over to the
799 EMACS_22_BASE branch, but with the right coding system for Emacs
800 22 to reliably record filenames. Suggested by Eli Zaretskii.
802 2007-12-01 Richard Stallman <rms@gnu.org>
804 * wid-edit.el (widget-type): Doc fix.
806 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
808 * emacs-lisp/byte-run.el (declare-function): Change to a macro.
810 2007-12-01 Alexandre Julliard <julliard@winehq.org>
812 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
814 2007-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
816 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
817 Don't match "sub { (...) ... }".
819 2007-11-29 Richard Stallman <rms@gnu.org>
821 * international/mule-cmds.el (toggle-input-method-active): New var.
822 (toggle-input-method): Bind toggle-input-method-active to t.
823 Error if it was already non-nil.
825 2007-11-29 Glenn Morris <rgm@gnu.org>
827 * calendar/time-date.el (with-decoded-time-value): Doc fix.
829 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
831 * calendar/time-date.el (encode-time-value): Doc fix.
833 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
835 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
837 2007-11-24 Kenichi Handa <handa@m17n.org>
839 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
841 2007-11-22 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
843 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
845 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
847 * textmodes/paragraphs.el (forward-sentence): Doc fix.
848 Reported by Drew Adams <drew.adams@oracle.com>.
850 2007-11-20 Glenn Morris <rgm@gnu.org>
852 * emacs-lisp/byte-run.el (declare-function): Define as a no-op,
853 for compatibility with Emacs 23.
855 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
857 * replace.el (map-query-replace-regexp): Doc fix (revert part of
858 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
860 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
862 * progmodes/gdb-ui.el: Update commentary.
864 2007-11-16 Eli Zaretskii <eliz@gnu.org>
866 * international/mule-cmds.el (set-locale-environment):
867 Set default-file-name-coding-system _after_ keyboard and terminal
868 coding systems. This fixes last change.
870 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
871 one space after "Subject:".
873 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
875 * subr.el (make-variable-frame-local):
876 Fix typo in obsolescence declaration.
878 2007-11-16 Glenn Morris <rgm@gnu.org>
880 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
882 2007-11-16 Rob Riepel <riepel@Stanford.EDU>
884 * emulation/tpu-extras.el (tpu-next-line, tpu-previous-line)
885 (tpu-forward-line, tpu-backward-line, tpu-scroll-window-down)
886 (tpu-scroll-window-up): Replace next-line-internal -> line-move.
888 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
890 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
891 in order to determine if there's a conflict.
893 2007-11-16 Juri Linkov <juri@jurta.org>
895 * man.el (Man-heading-regexp): Add 0-9.
896 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
898 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
900 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
901 Fix typo in docstring.
903 * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
904 (cua-highlight-region-shift-only): Doc fix.
906 2007-11-15 Richard Stallman <rms@gnu.org>
908 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
910 * reposition.el (reposition-window):
911 Binding C-M-l moved to bindings.el.
913 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
915 * add-log.el (add-change-log-entry-other-window):
916 Key binding C-x 4 a moved to bindings.el.
918 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
921 * filecache.el: Minibuffer map bindings moved to bindings.el.
923 2007-11-14 Jason Rumney <jasonr@gnu.org>
925 * international/mule-cmds.el (set-locale-environment):
926 Set default-file-name-coding-system from system defaults on Windows.
928 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
930 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
931 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
932 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
933 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
935 (gdb-info-breakpoints-custom, gdb-assembler-custom)
936 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
937 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
939 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
941 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
942 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
943 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
944 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
945 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
946 Rewrite in active voice.
948 2007-11-10 Juri Linkov <juri@jurta.org>
950 * startup.el: Backport startup screen related changes from the trunk.
951 (initialization): Change group to `environment'.
952 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
953 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
954 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
955 (initial-scratch-message): Fix docstring.
956 (startup-screen-inhibit-startup-screen)
957 (pure-space-overflow-message): New variables.
958 (command-line): Rename `inhibit-startup-message' to
959 `inhibit-startup-screen'.
960 (initial-scratch-message): Doc fix.
961 (fancy-splash-text): Remove variable.
962 (fancy-startup-text, fancy-about-text, splash-screen-keymap):
964 (fancy-splash-delay, fancy-splash-max-time)
965 (fancy-current-text, fancy-splash-stop-time)
966 (fancy-splash-outer-buffer, fancy-splash-last-input-event):
968 (fancy-splash-insert): Use help-echo from the 3rd element of the
969 link specification list, or "Follow this link" if it's nil. Doc fix.
970 Allow functions for face and link specs.
971 (fancy-splash-tail): Remove function.
972 (fancy-startup-tail): New function.
973 (fancy-splash-default-action, fancy-splash-special-event-action)
974 (fancy-splash-screens): Remove functions.
975 (fancy-about-screen): New function.
976 (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
977 Fix docstring. Use argument `startup' to conditionally display
978 different texts for Startup and About screens. Don't display Help
979 commands on the About screen. Remove `unwind-protect' `sit-for'
980 delay and `kill-buffer' after it.
981 (normal-mouse-startup-screen, normal-splash-screen)
982 (normal-no-mouse-startup-screen): New functions.
983 (startup-echo-area-message): Change text of the echo area.
984 (display-splash-screen): Remove function.
985 (display-startup-screen, display-about-screen): New functions.
986 (about-emacs): Make alias to `display-about-screen'.
987 (display-splash-screen): Make alias to `display-startup-screen'.
988 (command-line-1): Rename `inhibit-startup-message' to
989 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
990 started with command line options "-f", "-funcall", "-e", "-eval",
991 "-execute", "-insert", "-find-file", "-file", "-visit".
992 Inhibit startup screen when Emacs is started with a file name only
993 on tty (i.e. don't inhibit it when started with a file name like
994 "emacs FILE..." on a window system).
995 Comment out unused code for coping with the old sit-for behavior.
996 If file-count > 0, then display the concise version in another
997 window, otherwise display full version in the same window.
998 * loadup.el: Add `button'. Move up `startup'.
999 * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
1000 * version.el (emacs-copyright): Add emacs-copyright.
1001 * menu-bar.el (menu-bar-help-menu):
1002 Move "About Emacs" and "About GNU" to the end of the Help menu.
1003 Move "Emacs Psychotherapist" after "Send Bug Report...".
1004 Move "External Packages" after "Find Emacs Packages".
1006 2007-11-10 Jason Rumney <jasonr@gnu.org>
1008 * w32-fns.el: Sync charset names with setup-default-fontset.
1009 Append "-1" where second part missing.
1011 * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
1013 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
1015 * ido.el (ido-save-history): Write the history file in UTF-8,
1016 and add `coding' file-local variable.
1018 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1020 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
1021 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
1022 (iso-iso2duden-trans-tab): Add docstring.
1024 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1026 * faces.el (face-normalize-spec): Remove function.
1027 (frame-set-background-mode): Undo last change.
1029 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1031 * files.el (enable-local-variables): Doc fix.
1033 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
1035 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
1036 match dir like "a...b".
1038 2007-11-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@gnu.org>
1040 * eshell/esh-mode.el (eshell-output-filter):
1041 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
1042 Use `with-current-buffer'.
1044 2007-11-05 Nick Roberts <nickrob@snap.net.nz>
1046 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
1048 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
1050 * net/tls.el: Require rx when compiling.
1051 (tls-end-of-info): New variable.
1052 (open-tls-stream): Keep reading input until `tls-end-of-info' is
1055 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1057 * simple.el (bad-packages-alist): Anchor semantic regexp.
1059 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
1061 * files.el (hack-local-variables): Fix membership tests to avoid
1062 treating all variables as safe if `enable-local-variables' is
1063 set to :safe (CVE-2007-5795).
1065 2007-11-02 Glenn Morris <rgm@gnu.org>
1067 * progmodes/etags.el (tags-table-mode): Disable undo.
1069 * simple.el (bad-packages-alist): Revert previous change.
1071 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1073 * printing.el (printing): Fix :version, printing.el was included
1075 (pr-path-style, pr-path-alist, pr-txt-name)
1076 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
1077 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
1078 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
1079 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
1080 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
1081 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
1082 (pr-setting-database, pr-visible-entry-list)
1083 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
1084 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
1087 2007-11-01 Glenn Morris <rgm@gnu.org>
1089 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
1091 * mail/footnote.el (footnote-numeric-regexp)
1092 (footnote-english-upper-regexp, footnote-english-lower-regexp)
1093 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
1094 Match multi-character footnotes.
1096 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
1097 (nroff-indent-line-function): New function.
1098 (nroff-count-text-lines): Use nroff-forward-text-line rather than
1101 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
1103 * net/tramp.el (tramp-open-connection-telnet)
1104 (tramp-open-connection-rsh, tramp-open-connection-su)
1105 (tramp-open-connection-multi): Set $LC_ALL to "C".
1107 2007-10-31 Sven Joachim <svenjoac@gmx.de>
1109 * dired-aux.el (dired-copy-file-recursive):
1110 Preserve directory permissions.
1112 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1114 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
1115 (whitespace-unload-function): New-style unload function. When run,
1116 unintern `whitespace-unload-hook' and call `unload-feature' recursively
1117 to stop the old hook from messing with the unloading.
1119 * strokes.el (strokes-alphabetic-lessp): Doc fix.
1121 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
1123 * emacs-lisp/find-func.el (find-library): Use library at
1124 point as default interactive argument.
1126 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1128 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
1129 (elp-unset-master, elp-results): Fix typos.
1130 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
1133 * msb.el (msb--many-menus): Remove variable.
1134 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
1135 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
1136 (msb--toggle-menu-type): Fix typos in docstrings.
1138 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
1139 (shadow-insert-var): Doc fixes.
1140 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
1142 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
1144 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
1146 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
1147 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
1148 Fix typos in autoload docstrings.
1150 * loadhist.el (unload-feature): Remove redundant check.
1152 2007-10-30 Richard Stallman <rms@gnu.org>
1154 * savehist.el (savehist-save): Obey savehist-ignored-variables.
1156 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
1158 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
1159 (gdb-var-update-handler-1): Use it.
1161 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
1163 * loadhist.el (unload-feature): Remove erroneous check for the
1164 FEATURE-unload-function variable; check the existence of the
1165 function (that's what the docstring says, and it makes more sense).
1167 * follow.el (follow-unload-function): Add docstring.
1168 (follow-unload-function): Remove variable.
1170 * server.el (server-unload-function): Remove variable.
1171 (server-unload-function): Unbind `server-edit' from `C-x #'.
1173 * uniquify.el (uniquify-unload-function): Add docstring.
1174 (uniquify-unload-function): Remove variable.
1176 * ses.el (ses-unload-function): New function.
1178 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
1180 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
1181 (unsafep-progn, unsafep-let): Fix typos in docstrings.
1183 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
1184 before use to avoid a warning in packages that require uniquify.
1185 (uniquify-unload-function): New function and var.
1187 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
1189 * loadhist.el (unload-feature-special-hooks):
1190 Add `delete-frame-functions'.
1192 * server.el (server-unload-function): Rename from `server-unload-hook'
1193 and adapt to new `unload-feature' functionality. Remove hook from
1194 `kill-buffer-hook' buffer-locally.
1195 (server-unload-hook): Remove.
1196 (server-unload-function): New var; replaces `server-unload-hook'.
1198 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
1200 * desktop.el (uniquify-managed): Pacify byte compiler.
1201 (desktop-buffer-info): If the buffer name is managed by uniquify,
1202 save the base name, not the uniquified one.
1203 (desktop-create-buffer): Allow `rename-buffer' to generate a new
1204 name in case of conflict.
1206 2007-10-26 Glenn Morris <rgm@gnu.org>
1208 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
1209 safe-local-variable property.
1211 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
1213 * net/browse-url.el (browse-url-browser-function): Delete grail.
1214 (browse-url-grail): Function and variable deleted.
1215 (browse-url-browser-function): Delete IXI Mosaic.
1216 (browse-url-default-browser): Don't try IXI Mosaic.
1217 (browse-url-iximosaic): Function deleted.
1218 (browse-url-browser-function): Delete MMM.
1219 (browse-url-default-browser): Don't try MMM.
1220 (browse-url-mmm): Function deleted.
1222 2007-10-25 Glenn Morris <rgm@gnu.org>
1224 * progmodes/f90.el (f90-indented-comment-re)
1225 (f90-directive-comment-re, f90-break-delimiters):
1226 * progmodes/fortran.el (fortran-comment-line-start-skip)
1227 (fortran-directive-re):
1228 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
1229 as safe if they are strings.
1231 2007-10-25 Richard Stallman <rms@gnu.org>
1233 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
1235 2007-10-24 Richard Stallman <rms@gnu.org>
1237 * savehist.el (savehist-save): Omit unreadable elements.
1239 * loadhist.el (unload-function-defs-list): Renamed from
1240 unload-function-features-list.
1241 (unload-feature-special-hooks, unload-feature): Doc fixes.
1243 * indent.el (indent-to-left-margin): If point's in the indentation,
1244 move to the end of the indentation.
1246 * cus-edit.el (customize-changed-options): Make arg optional.
1248 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
1250 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
1252 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1254 * textmodes/css-mode.el: Require CL.
1255 (comment-continue): Declare.
1257 * subr.el (make-variable-frame-localizable): Remove.
1258 (make-variable-frame-local): Mark obsolete.
1260 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
1262 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
1263 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
1265 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
1267 * comint.el (comint-password-prompt-regexp):
1268 Handle `[sudo] password'-style prompt.
1270 2007-10-23 Glenn Morris <rgm@gnu.org>
1272 * progmodes/f90.el (f90-do-indent, f90-if-indent)
1273 (f90-type-indent, f90-program-indent)
1274 (f90-continuation-indent, f90-comment-region)
1275 (f90-beginning-ampersand, f90-smart-end)
1276 (f90-break-before-delimiters, f90-auto-keyword-case)
1277 (f90-leave-line-no, f90-mode-hook):
1278 Give an appropriate safe-local-variable property.
1279 (f90-font-lock-keywords-2): Fix `go to' regexp.
1281 * progmodes/fortran.el (fortran-tab-mode-default)
1282 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
1283 (fortran-structure-indent, fortran-continuation-indent)
1284 (fortran-comment-indent, fortran-comment-line-extra-indent)
1285 (fortran-comment-line-start)
1286 (fortran-minimum-statement-indent-fixed)
1287 (fortran-minimum-statement-indent-tab)
1288 (fortran-comment-indent-char, fortran-line-number-indent)
1289 (fortran-check-all-num-for-matching-do)
1290 (fortran-blink-matching-if, fortran-continuation-string)
1291 (fortran-comment-region, fortran-electric-line-number)
1292 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1293 (fortran-analyze-depth, fortran-break-before-delimiters):
1294 Give an appropriate safe-local-variable property.
1296 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1298 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
1299 of the subdirs is unreadable.
1301 2007-10-22 Martin Rudalics <rudalics@gmx.at>
1303 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
1304 Use window-full-width-p.
1306 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1308 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
1309 (tpu-edt-off): Use it.
1310 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
1311 the global-map before adding it to global-map.
1313 * menu-bar.el (global-buffers-menu-map): New var.
1314 (global-map, menu-bar-update-buffers): Use it.
1315 * msb.el (msb-menu-bar-update-buffers): Use it.
1316 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
1317 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
1318 Use with-current-buffer.
1320 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1322 * hexl.el (hexl-menu): New major mode menu.
1324 2007-10-20 Glenn Morris <rgm@gnu.org>
1326 * progmodes/f90.el (f90-font-lock-keywords-2)
1327 (f90-looking-at-type-like): Fix regexp typos.
1329 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1331 * bs.el (bs-mode): Add mode name (accidentally left out
1332 in the 2007-10-16 change).
1334 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
1336 * bs.el (bs--track-window-changes): Don't refresh the whole list.
1337 (bs-mode): Set mode-class property to special.
1339 * follow.el (follow-unload-function): New function.
1341 * loadhist.el (unload-function-features-list):
1342 Rename from `unload-hook-features-list'.
1343 (unload-hook-features-list): Add as obsolete alias.
1344 (unload-feature): Use `unload-function-features-list'
1345 and new FEATURE-unload-function.
1347 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
1349 * loadhist.el (unload-feature-special-hooks):
1350 Update list of special hooks.
1352 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
1353 (adaptive-fill-function): Doc fix. Remove * from docstring.
1355 2007-10-18 Glenn Morris <rgm@gnu.org>
1357 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
1359 2007-10-17 Aaron Hawley <aaronh@garden.org>
1361 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
1362 position is not saved.
1364 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
1366 * longlines.el (longlines-wrap-follows-window-size): Integer value
1367 specifies wrapping margin.
1368 (longlines-mode, longlines-window-change-function):
1369 Set window-specific wrapping margin based on the above.
1371 2007-10-17 John Wiegley <johnw@newartisans.com>
1373 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
1375 2007-10-17 Glenn Morris <rgm@gnu.org>
1377 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1378 Tweak regexp to avoid stack overflow.
1380 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1382 * simple.el (reindent-then-newline-and-indent): Don't assume that
1383 indent-according-to-mode preserves point.
1385 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
1387 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
1388 (bs--restore-window-config): Keep the selected frame.
1389 (bs--track-window-changes, bs--remove-hooks): New functions.
1390 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
1391 (bs--show-with-configuration): Revert 2006-11-09 change.
1392 Don't reuse window unless it is visible on the selected frame.
1393 Restore window configuration (possibly in a different frame)
1394 before creating any window.
1396 2007-10-16 Richard Stallman <rms@gnu.org>
1398 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
1399 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
1400 (ad-is-advised, ad-get-advice-info-field)
1401 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
1403 2007-10-16 Glenn Morris <rgm@gnu.org>
1405 * simple.el (blink-matching-open): Don't report false errors with
1406 the `$' syntax class.
1408 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
1410 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
1411 (filesets-ormap, filesets-sort-case-sensitive-flag)
1412 (filesets-remake-shortcut, filesets-ingroup-collect-files):
1413 Fix typos in docstrings.
1414 (filesets-data-get-name, filesets-data-get-data)
1415 (filesets-data-set, filesets-cmd-query-replace-getargs)
1416 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
1418 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1420 * term/mac-win.el: Don't require url when compiling, as url-type is
1423 2007-10-14 Glenn Morris <rgm@gnu.org>
1425 * progmodes/etags.el (select-tags-table): Disable undo in the
1426 `*Tags Table List*' buffer.
1428 2007-10-13 Eli Zaretskii <eliz@gnu.org>
1430 * dired.el (dired-warn-writable): New face.
1431 (dired-warn-writable-face): New variable.
1432 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
1433 of dired-warning-face, for group- and world-writable files.
1435 2007-10-13 Glenn Morris <rgm@gnu.org>
1437 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
1438 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1439 Add doc string, and an explicit COUNT argument.
1440 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
1441 `inc' to search functions.
1443 2007-10-13 John W. Eaton <jwe@octave.org>
1445 * progmodes/octave-mod.el (octave-looking-at-kw)
1446 (octave-re-search-forward-kw, octave-re-search-backward-kw):
1448 (octave-in-defun-p, calculate-octave-indent)
1449 (octave-blink-matching-block-open, octave-beginning-of-defun)
1450 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
1451 to search for regexps that contain case-sensitive keywords.
1452 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
1453 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
1455 2007-10-13 Richard Stallman <rms@gnu.org>
1457 * files.el (directory-abbrev-alist): Doc fix.
1459 2007-10-13 Jari Aalto <jari.aalto@cante.net>
1461 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
1463 2007-10-12 Martin Rudalics <rudalics@gmx.at>
1465 * frame.el (set-frame-configuration): Assign name parameter only
1466 if it has been set explicitly before.
1468 * window.el (handle-select-window): Revert part of 2007-10-06
1469 change setting the input focus.
1471 2007-10-12 Glenn Morris <rgm@gnu.org>
1473 * cus-edit.el (custom-variable-menu, custom-face-menu)
1474 (custom-group-menu): Check init-file-user rather than
1475 user-init-file, in case cus-edit is loaded by site-run-file.
1477 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
1479 * follow.el (follow-stop-intercept-process-output):
1480 Use `follow-call-process-filter' rather than `process-filter'.
1482 2007-10-11 Tom Tromey <tromey@redhat.com>
1484 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
1487 2007-10-10 Richard Stallman <rms@gnu.org>
1489 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
1492 * faces.el (face-font-selection-order): Doc fix.
1494 * loadhist.el (unload-feature): Doc fix.
1496 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1498 * ps-print.el: Fix the usage of :foreground and :background face
1499 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
1500 (ps-print-version): New version 6.7.6.
1501 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
1503 (ps-face-foreground-color-p, ps-face-background-color-p)
1504 (ps-face-color-p): New inline funs.
1506 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
1508 * follow.el: Change all instances of "Follow Mode" to "Follow
1509 mode" in docstrings and messages.
1511 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
1513 * faces.el (face-font-selection-order): Doc fix.
1515 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
1516 (follow-mode-off-hook): Mark as obsolete.
1518 2007-10-08 Richard Stallman <rms@gnu.org>
1520 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
1521 (edebug-install-custom-print, edebug-reset-print-funcs)
1522 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
1524 (edebug-prin1, edebug-print, edebug-prin1-to-string)
1525 (edebug-format, edebug-message): Define directly as aliases.
1527 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
1529 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
1531 2007-10-07 Glenn Morris <rgm@gnu.org>
1533 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
1536 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
1538 * net/tramp.el (tramp-completion-mode): Extend doc-string.
1539 (tramp-completion-mode-p): Revert change from 2007-09-24.
1540 Checking for `return' etc as last character is not sufficient, for
1541 example in dired-mode when entering <g> (revert-buffer) or
1544 2007-10-06 Martin Rudalics <rudalics@gmx.at>
1546 * window.el (mouse-autoselect-window-cancel): Don't cancel for
1547 select-window or select-frame events.
1548 (handle-select-window): When autoselecting window set input
1551 * frame.el (focus-follows-mouse): Moved to frame.c.
1552 * cus-start.el (all): Add focus-follows-mouse.
1554 2007-10-05 Chris Moore <dooglus@gmail.com>
1556 * server.el (server-kill-new-buffers): Doc fix.
1558 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
1560 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
1561 activate font-locking in the *buffer-selection* buffer.
1562 (bs-show-sorted): Doc fix.
1564 * bs.el (bs--get-marked-string, bs--get-modified-string)
1565 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1566 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
1567 (bs--format-aux): Doc fix.
1569 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1571 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
1573 2007-10-04 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
1575 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
1577 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
1579 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
1580 (gud-gdb): New function for old M-x gdb (text command mode).
1581 (gud-gdb-command-name, gdb): Move to...
1583 * progmodes/gdb-ui.el: ...here and adapt doc string.
1584 (gud-gdba-command-name, gdba): Delete.
1586 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
1588 * bs.el: Don't defvar `font-lock-verbose'.
1589 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
1590 (bs--get-file-name): Fix typos in docstrings.
1591 (bs--show-header): Use `dolist' instead of `mapcar'.
1592 (bs-mode): Set `show-trailing-whitespace' to nil.
1593 (bs-buffer-sort-function, bs-mouse-select-other-frame)
1594 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
1597 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
1599 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
1601 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
1603 * progmodes/gud.el (gdb): Make graphical mode the default and
1604 switch to text command mode if appropriate, i.e., reverse previous
1606 (gud-gdb-marker-filter): Adapt for above change.
1608 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
1609 gud-minor-mode and gud-marker-filter.
1610 (gdb-fullname-regexp): New variable.
1611 (gud-gdba-marker-filter): Use it to switch to text command
1612 mode if appropriate.
1614 2007-10-02 Richard Stallman <rms@gnu.org>
1616 * frame.el (cursor-in-non-selected-windows): Doc fix.
1618 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
1620 * progmodes/gud.el (gud-display-line): Find source buffer even when
1621 GUD buffer has its own frame.
1623 2007-10-01 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1625 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
1627 2007-09-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1629 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
1631 2007-09-29 Martin Rudalics <rudalics@gmx.at>
1633 * allout.el (allout-before-change-handler): Replace got-char by
1636 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1638 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
1639 Used to try and automatically enabled smerge-mode in the presence of
1640 conflicts and to call `svn resolved' when the conflicts are gone.
1641 (vc-svn-parse-status): Remember the svn-specific status.
1643 * newcomment.el (comment-choose-indent): New function extracted
1644 from comment-indent. Improve the alignment algorithm.
1645 (comment-indent): Use it.
1647 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
1649 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
1650 (eldoc-message-commands, eldoc-current-idle-delay):
1651 Fix typos in docstrings.
1653 * progmodes/python.el (python-eldoc-function): Doc fix.
1655 2007-09-26 Eli Zaretskii <eliz@gnu.org>
1657 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
1658 menu-bar-apropos-menu. All users changed.
1659 (menu-bar-help-menu): Change menu symbols to better match the text
1660 displayed by the menu.
1662 2007-09-25 Glenn Morris <rgm@gnu.org>
1664 * view.el (view-search-no-match-lines): Add a doc string.
1665 Rewrite to simplify and work better.
1667 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
1669 * net/tramp.el (tramp-completion-mode-p): Rename from
1670 `tramp-completion-mode'. Revert logic, check `return', `newline'
1671 and such alike. Packages like Icicles tend to use other completion
1672 characters but `tab' and `space' only.
1673 (top): Require cl.el, when `copy-tree' is not available otherwise.
1675 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
1678 2007-09-24 Ville Skytt
\e,Ad
\e(B <scop@xemacs.org> (tiny change)
1680 * net/tramp-vc.el (tramp-vc-user-login-name):
1681 Use `vc-find-version' instead of `process-file' to check whether we
1682 have a new enough vc that doesn't need the defadvice.
1684 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
1686 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
1689 2007-09-23 Glenn Morris <rgm@gnu.org>
1691 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
1693 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1695 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
1697 * log-view.el (log-view-mode-map): Likewise.
1699 * diff-mode.el (diff-mode-shared-map): Likewise.
1701 2007-09-21 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
1703 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
1704 add inferior-octave-directory-tracker to the buffer-local value
1705 of comint-input-filter-functions.
1707 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
1709 * files.el (file-name-sans-versions): Also allow `A-Z'.
1711 * vc.el: Mention all supported VC backends.
1713 2007-09-22 Richard Stallman <rms@gnu.org>
1715 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
1716 neighbouring buttons.
1718 2007-09-22 Andreas Schwab <schwab@suse.de>
1720 * files.el (file-name-sans-versions): Also allow `_'.
1722 2007-09-22 Glenn Morris <rgm@gnu.org>
1724 * eshell/esh-mode.el (eshell-output-filter-functions):
1725 Add eshell-postoutput-scroll-to-bottom.
1727 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1729 * files.el (file-name-sans-versions): Allow - and a-z in version names.
1731 * log-view.el (log-view-mode-map, log-view-mode-menu):
1732 Bind log-view-annotate-version.
1733 (log-view-beginning-of-defun, log-view-end-of-defun)
1734 (log-view-annotate-version): New functions.
1735 (log-view-mode): Use log-view-beginning-of-defun and
1736 log-view-end-of-defun.
1738 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1740 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
1742 2007-09-21 Kevin Ryde <user42@zip.com.au>
1744 * international/mule.el (sgml-html-meta-auto-coding-function):
1745 Bind `case-fold-search' to t.
1747 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1749 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
1750 neighbouring buttons.
1752 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1753 Recognize gcc's use of "note" for informational messages.
1755 2007-09-20 Glenn Morris <rgm@gnu.org>
1757 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
1758 motion functions, rather than hard-coding "\n\n".
1759 (tex-validate-region): Check for eobp, to speed up.
1760 (tex-next-unmatched-end): Doc fix.
1762 2007-09-19 Glenn Morris <rgm@gnu.org>
1764 * textmodes/tex-mode.el (tex-terminate-paragraph):
1765 Use backward-paragraph.
1767 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1769 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
1770 (css-mode): Update correspondingly.
1772 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1774 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
1776 * vc-hooks.el (vc-menu-entry): New var.
1777 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
1778 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
1779 (vc-menu-map): Declare and initialize in one step.
1781 * menu-bar.el (vc-menu-map): Don't setup any more.
1782 Instead, just create the proper spot in the menu.
1784 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
1785 Stefan Monnier <monnier@iro.umontreal.ca>
1787 * vc.el: Document new VC operation `extra-menu'.
1789 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
1791 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1793 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
1794 Signed-off-by, Acked-by and Merge.
1796 2007-09-17 Glenn Morris <rgm@gnu.org>
1798 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
1799 filename from `--file-line-error', if it is available.
1801 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1803 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
1804 TeX `--file-line-error' format.
1806 2007-09-17 Glenn Morris <rgm@gnu.org>
1808 * textmodes/tex-mode.el (tex-region): Simplify previous change,
1809 handling the case where the region is not in `tex-main-file'.
1810 (tex-region-1): Delete.
1811 (tex-region-header): New function, doing the header part of the
1814 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1816 * ediff-init.el (ediff-verbose-p): This var is not a constant.
1818 2007-09-16 Drew Adams <drew.adams@oracle.com>
1820 * cus-edit.el (custom-face-edit-activate): Doc fix.
1822 2007-09-16 Glenn Morris <rgm@gnu.org>
1824 * textmodes/tex-mode.el (tex-region): Handle the case where the
1825 region is not in `tex-main-file'. Move the old code that applies
1827 (tex-region-1): ...to this new function.
1829 2007-09-15 Martin Rudalics <rudalics@gmx.at>
1831 * simple.el (blink-matching-open): Don't display message when no
1832 paren is found within blink-matching-paren-distance characters.
1833 Don't search prompt in blink-matching-paren-distance nil case.
1835 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
1837 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
1839 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1841 * vc-mtn.el: New file.
1843 * vc-hooks.el (vc-handled-backends): Add Mtn.
1845 2007-09-13 Eli Zaretskii <eliz@gnu.org>
1847 * files.el (find-file, find-file-other-window)
1848 (find-file-other-frame, find-file-existing, find-file-read-only)
1849 (find-file-read-only-other-window)
1850 (find-file-read-only-other-frame)
1851 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
1853 2007-09-13 Jari Aalto <jari.aalto@cante.net>
1855 * man.el (Man-default-man-entry): At end of line, continue looking
1856 to the next line for possible end of hyphenated command.
1858 2007-09-13 Chris Moore <dooglus@gmail.com>
1860 * shell.el (shell-resync-dirs): Don't move the cursor relative to
1861 the command being edited.
1863 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
1865 * progmodes/gud.el (gdb-ready): New variable.
1866 (gdb): Set it to nil. Set gud-running to nil here...
1867 (gud-common-init): ...instead of here.
1869 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
1870 Use gdb-ready. Discard input until GDB is ready to accept it.
1872 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
1874 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
1877 2007-09-12 Martin Rudalics <rudalics@gmx.at>
1879 * dired.el (dired-warning): Inherit from font-lock-warning-face to
1880 make it show up with eight colors.
1882 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1884 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
1885 diffs are concatenated with no intervening line.
1887 2007-09-10 Dave Love <fx@gnu.org>
1889 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
1890 (python-font-lock-keywords): Update to the 2.5 version of the language.
1891 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
1892 (python-backspace): Only behave funny in code.
1893 (python-compilation-regexp-alist): Add PDB stack trace regexp.
1894 (inferior-python-mode): Add PDB prompt regexp.
1895 (python-fill-paragraph): Refine the fenced-string regexp.
1896 (python-find-imports): Handle imports spanning several lines.
1897 (python-mode): Add `class' to hideshow support.
1899 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1901 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
1902 add-log-buffer-file-name-function rather than bind buffer-file-name,
1903 so we dont end up calling change-log-mode in *cvs* when `fi' is the
1904 ChangeLog file itself.
1906 * outline.el (outline-flag-region): Use front-advance.
1908 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
1910 * progmodes/cperl-mode.el: Merge upstream 5.23.
1911 (cperl-where-am-i): Remove function.
1912 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
1913 (cperl-sniff-for-indent): De-invert [string] and [comment].
1914 When looking for label, skip s:m:y:tr.
1915 (cperl-indent-line): Likewise.
1916 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
1917 (cperl-windowed-init): Wrong `ps-print' handling.
1918 Both thanks to Chong Yidong.
1919 (cperl-look-at-leading-count): Could fail with unfinished RExen.
1920 (cperl-find-pods-heres): If the second part of s()[] is missing,
1921 don't try to highlight delimiters...
1923 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1925 * progmodes/compile.el (compilation-get-file-structure): Complete last
1926 change by also using spec-directory in the puthash.
1928 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
1930 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
1931 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
1932 (vc-bzr-status): Fix shadowing of variable 'status'.
1933 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
1934 Use `expand-file-name' instead of `concat'.
1935 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
1936 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
1938 2007-09-05 Jason Rumney <jasonr@gnu.org>
1940 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
1942 2007-09-02 Richard Stallman <rms@gnu.org>
1944 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
1945 Add `safe-local-variable' property.
1946 (lisp-body-indent): Likewise.
1948 2007-09-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1950 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
1953 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
1954 (x-gtk-map-stock): New function.
1956 2007-09-02 Glenn Morris <rgm@gnu.org>
1958 * comint.el (comint-mode): Don't set scroll-conservatively.
1960 * eshell/em-unix.el (eshell/time): Stringify and flatten the
1961 non-command arguments.
1963 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
1965 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1966 Fix bug: Don't expand top-level file name more than once.
1967 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
1969 2007-09-01 Richard Stallman <rms@gnu.org>
1971 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
1974 2007-08-30 Richard Stallman <rms@gnu.org>
1976 * speedbar.el (speedbar-frame-reposition-smartly)
1977 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
1978 (speedbar-check-vc): Don't use dframe-xemacsp.
1980 2007-08-30 Martin Rudalics <rudalics@gmx.at>
1982 * files.el (backup-buffer-copy): Try to overwrite old backup first.
1984 2007-08-29 Martin Rudalics <rudalics@gmx.at>
1986 * repeat.el (repeat): Use last-repeatable-command instead of
1987 real-last-command. Run pre- and post-command hooks for
1988 self-insertion. Update doc-string.
1990 2007-08-28 Glenn Morris <rgm@gnu.org>
1992 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
1994 2007-08-27 Alexandre Julliard <julliard@winehq.org>
1996 * vc-git.el (vc-git-state): Call git-add --refresh to update the
1998 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1999 (vc-git-create-repo): Fix invalid command.
2001 2007-08-27 Richard Stallman <rms@gnu.org>
2003 * textmodes/flyspell.el (flyspell-mode):
2004 Catch errors in flyspell-mode-on.
2006 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2008 * progmodes/modula2.el (m2-definition, m2-module):
2009 Don't use previous-line. Reported by T. V. Raman.
2011 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2013 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
2014 argument to tool-bar-mode call.
2016 2007-08-27 Glenn Morris <rgm@gnu.org>
2018 * diff-mode.el (diff-find-file-name): Only accept regular files,
2019 to rule out /dev/null, directories, etc.
2021 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
2023 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
2024 safe-local-variable setting.
2025 * progmodes/perl-mode.el (perl-indent-level): Likewise.
2027 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2029 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
2030 of buffers in uniquify-managed.
2032 * simple.el (invisible-p): Rename from text-invisible-p.
2035 2007-08-25 Alan Mackenzie <acm@muc.de>
2037 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
2038 new language variable.
2040 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
2041 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
2042 "extern" etc., rather than BOI. Fix addition of spurious
2043 syntactic-symbol 'defun-block-intro, replacing it with
2046 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
2048 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
2049 Don't behave differently when executed via M-x. Add doc string.
2051 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2053 * files.el (backup-buffer-copy): Don't wrap delete in
2054 condition-case, only try to delete if file exists.
2056 2007-08-24 Glenn Morris <rgm@gnu.org>
2058 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
2060 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2062 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
2063 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
2064 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
2065 (cperl-etags-goto-tag-location): Use new style backquotes.
2067 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
2068 (dynamic-completion-table): Use it it.
2070 * net/browse-url.el: Remove spurious * in custom docstrings.
2071 (browse-url-filename-alist): Use new-style backquote.
2073 * emacs-lisp/backquote.el (backquote-unquote-symbol)
2074 (backquote-splice-symbol): Clarify they're not new-style unquotes.
2076 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
2077 (\,@): Backslash the , and ,@ which are not new-style unquotes.
2079 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
2081 * net/socks.el (socks-username/password-auth-filter):
2082 Remove unused vars `state' and `desired-len'.
2083 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
2084 (socks-wait-for-state-change): Use new-style backquotes.
2086 * pcvs.el (cvs-mode-status): Fix long-standing typo.
2088 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
2089 backquotes after each `read' rather than once per buffer.
2091 * dframe.el: Remove spurious * in custom docstrings.
2092 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
2093 (dframe-xemacs20p): Remove, inline at the sole use point.
2094 (defface): Don't defvar the face, don't use old-style backquote.
2095 (defcustom): Don't use old-style backquote.
2096 (dframe-frame-parameter, dframe-mouse-event-p):
2097 Make it obvious that it's always defined.
2098 (dframe-popup-kludge): New function to replace
2099 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
2100 (dframe-frame-mode, dframe-set-timer-internal)
2101 (dframe-mouse-set-point): Remove use of with-no-warnings from
2102 XEmacs-specific code.
2103 (dframe-set-timer-internal): Fix very old bug with
2104 post-command-idle-hook.
2106 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
2108 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
2110 * image-mode.el (image-minor-mode): Use image-mode-text-map.
2112 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
2114 * sort.el (sort-fold-case, sort-numeric-base): Mark as
2115 safe-local-variable.
2117 2007-08-22 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
2119 * net/browse-url.el (browse-url-emacs): New function.
2121 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2123 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
2124 warning if the file uses old style backquotes.
2126 * emacs-lisp/bytecomp.el (byte-compile-log-file)
2127 (byte-recompile-directory, byte-compile-file)
2128 (byte-compile-from-buffer): Use with-current-buffer.
2130 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
2131 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
2132 (line-move-1, line-move-finish, line-move-to-column)
2133 (move-end-of-line, move-beginning-of-line): Use new name.
2135 2007-08-22 Glenn Morris <rgm@gnu.org>
2137 * files.el (backup-buffer-copy): Check backup directory is
2138 writable, to avoid infloop deleting old backup.
2140 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
2141 movemail related variables.
2142 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
2143 will now be set before this is called.
2145 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2147 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
2149 * progmodes/ada-mode.el: Fix up comment style in header.
2150 (ada-check-emacs-version): Remove.
2151 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
2152 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
2153 to try and quieten the byte-compiler.
2154 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
2156 * vc.el (vc-annotate-warp-version): Don't use previous-line.
2158 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
2160 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
2161 extracted from `eval-last-sexp-1'.
2162 (eval-last-sexp-1): Call `preceding-sexp'.
2164 2007-08-19 Glenn Morris <rgm@gnu.org>
2166 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
2167 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
2168 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
2169 shadow files messing up the compilation.
2171 2007-08-18 Glenn Morris <rgm@gnu.org>
2173 * progmodes/scheme.el (scheme-mode-variables):
2174 Set font-lock-comment-start-skip.
2176 2007-08-18 Martin Rudalics <rudalics@gmx.at>
2178 * progmodes/ada-mode.el (ada-create-syntax-table):
2179 Move set-syntax-table from here to ...
2180 (ada-mode): ... here. Don't change global value of comment-multi-line.
2181 Call new function ada-initialize-syntax-table-properties.
2182 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
2183 (ada-deactivate-properties, ada-initialize-properties):
2184 Replace by new functions ...
2185 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
2186 (ada-initialize-syntax-table-properties): ... to set up syntax-table
2187 properties uniformly, independently from whether font-lock-mode
2188 is enabled or not. Handle read-only buffers and do not change
2189 undo-list when setting syntax-table properties.
2190 (ada-after-change-function): Use ada-set-syntax-table-properties.
2192 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
2194 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
2195 (cperl-find-pods-heres): Fix an error when typing expressions like
2198 2007-08-17 Glenn Morris <rgm@gnu.org>
2200 * progmodes/compile.el (compilation-get-file-structure): Make use
2201 of the directory part when checking for an existing entry, to
2202 handle files with same basename in different directories.
2204 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2206 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
2207 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
2208 (ps-paragraph-spacing): Docstring fix.
2210 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2212 * smerge-mode.el (smerge-resolve): New arg `safe'.
2213 (smerge-resolve-all, smerge-batch-resolve): New function.
2214 (smerge-refine): Make sure `diff' returns the expected result.
2215 (smerge-parsep-re): New const.
2216 (smerge-mode): Use it to adjust paragraph-separate.
2218 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2219 Correctly match / regexp matchers as first char on a line when
2220 fontifying only that line.
2222 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
2224 2007-08-16 Glenn Morris <rgm@gnu.org>
2226 * ps-print.el (ps-font-size): Doc fix.
2228 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2230 * vc-bzr.el: Don't fiddle with vc-handled-backend.
2231 (vc-bzr-registered): Don't redundantly protect against
2232 file-error. Actually use the format-specific code.
2233 (vc-bzr-buffer-nonblank-p): Remove.
2234 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
2236 2007-08-15 Glenn Morris <rgm@gnu.org>
2238 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
2239 sloppier, for the sake of GNU Mailman.
2240 (rmail-digest-rfc1153): Initialize `result' correctly.
2242 2007-08-14 Glenn Morris <rgm@gnu.org>
2244 * simple.el (bad-packages-alist): New constant.
2245 (bad-package-check): New function. Together, these two add
2246 elements to `after-load-alist' to check for problematic external
2248 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
2250 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
2252 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
2253 optional quotes around files in NEED-UPDATE . REMOVED case.
2255 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
2256 (ada-treat-cmd-string): Improve error message.
2257 (ada-do-file-completion): Call `ada-require-project-file', so
2258 project variables are set properly.
2259 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
2260 (ada-gnatfind-buffer-name): New constant.
2261 (ada-find-any-references): Use new constant. Set buffer name
2262 properly in compilation-start. Toggle read-only properly.
2263 (ada-find-in-src-path): Fix spelling error in docstring.
2265 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
2268 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
2270 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
2272 2007-08-12 Richard Stallman <rms@gnu.org>
2274 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
2275 (cvs-execute-single-file): Use new name split-string-and-unquote.
2276 (cvs-header-msg): Use new name combine-and-quote-strings.
2278 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
2280 * progmodes/gud.el (gud-common-init): Use new name
2281 split-string-and-unquote.
2283 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
2286 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
2287 combine-and-quote-strings and split-string-and-unquote.
2289 * subr.el (combine-and-quote-strings): Rename from strings->string.
2290 (split-string-and-unquote): Rename from string->strings.
2292 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2294 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
2295 to buffer-local settings.
2297 * emacs-lisp/backquote.el (backquote-delay-process): New function.
2298 (backquote-process): Add internal arg `level'. Use the two to
2299 correctly handle nested backquotes.
2301 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
2303 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
2304 (vc-bzr-state-words): Add "kind changed" state word.
2305 (vc-bzr-status): New function. Return Bzr idea of file status,
2306 which is different from VC's.
2307 (vc-bzr-state): Use vc-bzr-status.
2308 (vc-workfile-unchanged-p): Use vc-bzr-status.
2309 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
2310 (vc-dired-state): Process "kind changed" state word.
2312 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2314 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
2316 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
2317 Move from vc-default-find-file-not-found-hook.
2319 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
2321 * url/url-auth.el (url-basic-auth): When prompting for username
2322 and password, default to the username and password in the URL.
2324 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2326 * man.el: Remove spurious * in docstrings.
2327 Merge defvars and toplevel setq-defaults.
2328 (Man-highlight-references0): Limit=nil rather than point-max.
2329 (Man-mode-map): Move initialization into the declaration.
2330 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
2331 (Man-view-header-file): Use expand-file-name rather than concat.
2332 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
2334 * man.el (Man-next-section): Make sure we do not move backward.
2336 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2338 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
2339 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
2340 ps-print-color-p is neither nil nor black-white. Reported by Christian
2341 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2343 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2345 * files.el (auto-mode-alist): Use the purecopied text (duh!).
2347 2007-08-08 Andreas Schwab <schwab@suse.de>
2349 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
2350 self-insert-command, not self-insert.
2352 2007-08-08 Glenn Morris <rgm@gnu.org>
2354 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
2356 * Replace `iff' in doc-strings and comments.
2358 * help-mode.el (help-make-xrefs): Search for symbol constituents,
2359 rather than just `-'.
2361 2007-08-08 Martin Rudalics <rudalics@gmx.at>
2363 * dired.el (dired-pop-to-buffer):
2364 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2365 * calendar/calendar.el (generate-calendar-window):
2366 * progmodes/compile.el (compilation-set-window-height):
2367 * textmodes/two-column.el (2C-two-columns, 2C-merge):
2368 Use window-full-width-p instead of comparing frame-width and
2371 * progmodes/compile.el (compilation-find-buffer): Remove extra
2372 argument in call to compilation-buffer-internal-p.
2374 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
2376 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
2377 parameters IDENTIFICATION and CONNECTED.
2378 (tramp-handle-insert-file-contents): VISIT must be handled after
2379 insertion of the local copy. Reported by Peter Gordon
2380 <peter@pg-consultants.com>.
2381 (tramp-file-name-handler): No special handling for
2382 `expand-file-name'. But for `file-name-as-directory'.
2383 (tramp-find-shell, tramp-open-connection-telnet)
2384 (tramp-open-connection-rsh, tramp-open-connection-su)
2385 (tramp-open-connection-multi)
2386 (tramp-open-connection-setup-interactive-shell): Guard against
2387 $PROMPT_COMMAND shell var. Reported by Steve Youngs
2388 <steve@sxemacs.org>.
2389 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
2392 * net/trampver.el: Update release number.
2394 2007-08-07 Tom Tromey <tromey@redhat.com>
2396 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
2397 Add safe-local-variable property.
2399 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
2401 * image-mode.el (image-toggle-display): Use image-refresh.
2403 * longlines.el (longlines-decoded): New variable.
2404 (longlines-mode): Avoid encoding or decoding the buffer twice.
2406 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
2408 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
2410 (vc-bzr-command): Remove redundant setting of process-connection-type.
2411 (vc-bzr-admin-checkout-format-file): Add autoload.
2412 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
2413 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
2414 (vc-bzr-registered): Compare dirstate format tag with known good
2415 value, abort parsing if match fails. Warn user in docstring.
2416 (vc-bzr-workfile-version): Case for different Bzr branch formats.
2417 See bzrlib/branch.py in Bzr sources.
2418 (vc-bzr-diff): First argument FILES may be a string rather than a list.
2419 (vc-bzr-shell-command): Remove in favor of
2420 vc-bzr-command-discarding-stderr.
2421 (vc-bzr-command-discarding-stderr): New function.
2423 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
2425 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
2426 program, and return nil
2427 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
2428 (vc-bzr-state): Look for path names relative to the repository
2429 root after status keyword.
2430 (vc-bzr-file-name-relative): New function.
2431 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
2433 (vc-bzr-admin-dirname, ...-checkout-format-file)
2434 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
2435 files that we now parse directly for speed.
2436 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
2437 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
2438 (vc-bzr-state): "bzr status" successful only if exitcode is 0
2439 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
2440 Bzr warnings, so we must discard it.
2441 (vc-bzr-workfile-version): Speedup counting lines from
2442 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
2443 if that file doesn't exist.
2444 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
2445 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
2446 (not ".bzr"!) to `vc-directory-exclusion-list'
2447 (vc-bzr-shell-command): New function.
2449 2007-08-06 Tom Tromey <tromey@redhat.com>
2451 * diff-mode.el (diff-unified->context, diff-reverse-direction)
2452 (diff-fixup-modifs): Typo in docstring.
2454 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2456 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
2458 (tpu-edt-off): Disable relevant pieces of advice.
2460 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
2461 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
2462 (newline, newline-and-indent, do-auto-fill): Use advice instead of
2463 redefining the function.
2464 (tpu-set-scroll-margins): Activate the pieces of advice.
2466 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
2468 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
2471 2007-08-06 Martin Rudalics <rudalics@gmx.at>
2473 * help.el (resize-temp-buffer-window): Use window-full-width-p
2474 instead of comparing frame-width and window-width.
2476 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
2478 * term.el: Honor term-default-fg-color and term-default-bg-color
2479 settings when modifying term-current-face.
2480 (term-default-fg-color, term-default-bg-color): Initialize from
2481 default term-current-face.
2482 (term-mode, term-reset-terminal): Set term-current-face with
2483 term-default-fg-color and term-default-bg-color.
2484 (term-handle-colors-array): term-current-face has term-default-fg-color
2485 and term-default-bg-color after reset escape sequence.
2486 (term-handle-colors-array): Set term-current-color with
2487 term-default-fg/bg-color instead of ansi-term-color-vector when the
2488 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
2490 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
2492 * files.el (set-auto-mode): Handle also remote files wrt
2495 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
2496 remote identification.
2498 2007-08-04 Glenn Morris <rgm@gnu.org>
2500 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
2501 zero, not nil, when the library is first loaded. Check for a file
2502 that has been modified on disk.
2504 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
2505 Remove duplicate defvar preventing initialization.
2506 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
2508 2007-08-03 Miles Bader <miles@gnu.org>
2510 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
2511 backend names for new backends to `Git', `Hg', and `Bzr'.
2512 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
2514 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
2516 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
2517 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
2519 2007-08-03 Glenn Morris <rgm@gnu.org>
2521 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
2523 2007-08-02 Richard Stallman <rms@gnu.org>
2525 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
2526 to update deleted flag.
2528 * cus-edit.el (customize-apropos, customize-apropos-options)
2529 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
2531 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
2533 * startup.el (fancy-splash-head, startup-echo-area-message):
2534 Change message text.
2536 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
2537 All callers use line-move.
2539 * progmodes/compile.el (compilation-find-buffer): Return current
2540 buffer immediately if suitable.
2541 (compile, compilation-buffer-name, compilation-start): Doc fixes.
2543 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2545 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
2546 Make it more discriminating and more useful.
2547 (vc-bzr-root-dir): Use new name.
2548 (vc-bzr-registered): Use new name and look at the dirstate file to
2549 determine if it's registered or not without running `bzr'.
2551 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
2553 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
2555 2007-07-31 Drew Adams <drew.adams@oracle.com>
2557 * cus-edit.el (custom-group-value-create, custom-goto-parent):
2558 Fix parent groups link.
2560 2007-07-31 Daiki Ueno <ueno@unixuser.org>
2562 * faces.el (face-normalize-spec): New function.
2563 (frame-set-background-mode): Normalize face-spec before calling
2566 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
2568 * vc-bzr.el: New file (copied from the trunk).
2570 * vc-hooks.el (vc-handled-backends): Add BZR.
2571 (vc-find-file-hook): Failsafe if the backend's `registered'
2574 * server.el (server-window): Add switch-to-buffer-other-frame option.
2576 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
2578 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
2579 (vc-git-revision-completion-table): Enable.
2581 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
2583 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
2585 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
2586 (vc-hg-registered): Set the vc-state property.
2588 * diff-mode.el (diff-mode-menu): New entries.
2590 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2592 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
2593 (diff-file-kill): Use it.
2594 (diff-beginning-of-hunk): Add arg `try-harder' using it.
2595 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
2596 Use it so they find the hunk even when we're in the file header.
2598 * vc.el: Add new VC operation `revision-completion-table'.
2599 (vc-default-revision-completion-table): New function.
2600 (vc-version-diff, vc-version-other-window): Use it to provide
2601 completion of revision names if the backend provides it.
2603 * vc-arch.el (vc-arch--version-completion-table)
2604 (vc-arch-revision-completion-table): New functions to provide
2605 completion of revision names.
2607 * vc-cvs.el: Require CL.
2608 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
2609 New functions to provide completion of revision names.
2611 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
2613 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
2614 (copyright-fix-years, copyright): Correctly handle the case where
2615 copyright-limit is nil.
2617 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
2619 * progmodes/python.el (run-python): Fix path separator under w32.
2621 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
2623 * vc-git.el: New File.
2625 2007-07-28 Alan Mackenzie <acm@muc.de>
2627 Fix problem with modes derived from CC Mode:
2628 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
2630 (c-init-language-vars-for): Remove call to above macro.
2631 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
2633 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
2635 2007-07-28 Eli Zaretskii <eliz@gnu.org>
2637 * net/trampver.el: Fix the `coding' cookie.
2639 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
2641 * add-log.el (change-log-redate): Remove (not needed anymore and
2642 doesn't appear to work).
2644 2007-07-25 Glenn Morris <rgm@gnu.org>
2646 * Relicense all FSF files to GPLv3 or later.
2648 * COPYING: Switch to GPLv3.
2650 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2652 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
2653 Replace it with another one which disables undo before calling
2654 erase-buffer and then turns it back on if needed.
2656 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2658 * ps-print.el: Problem with foreground and background color when
2659 printing a buffer with and without faces. Reported by Christian
2660 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
2661 (ps-print-version): New version 6.7.5.
2662 (ps-default-fg): Change default value to nil, so black color is used
2663 when a face does not specify a foreground color.
2664 (ps-default-bg): Change default value to nil, so white color is used
2665 for background color.
2666 (ps-begin-job): Fix code.
2668 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2670 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
2672 2007-07-24 Alan Mackenzie <acm@muc.de>
2674 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
2675 Initialise byte-compile-unresolved-functions before rather than
2676 after a compilation.
2677 (byte-compile-unresolved-functions): Amplify doc string.
2679 2007-07-24 Glenn Morris <rgm@gnu.org>
2681 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
2682 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
2683 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2684 (cal-tex-cursor-week, cal-tex-cursor-week2)
2685 (cal-tex-cursor-week-iso, cal-tex-week-hours)
2686 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
2687 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2688 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
2690 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
2692 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
2694 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2696 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
2697 underlying file is uptodate.
2699 2007-07-23 Richard Stallman <rms@gnu.org>
2701 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
2703 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2705 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
2706 (sh-font-lock-flush-syntax-ppss-cache): New funs.
2707 (sh-font-lock-syntactic-keywords): Use them to distinguish the
2708 different possible cases for \'.
2709 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
2711 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
2712 `file' from which to start the search and fix case where `file' is the
2713 current directory and the root as well.
2715 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
2716 name for buffer-file-name if it refers to a directory.
2718 2007-07-22 Jason Rumney <jasonr@gnu.org>
2720 * w32-fns.el (set-default-process-coding-system): Use dos line ends
2721 for input to cmdproxy on all versions of Windows.
2722 Use dos line ends for input to plink.
2724 * comint.el (comint-simple-send): Concat newline before sending.
2725 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
2727 2007-07-22 Juri Linkov <juri@jurta.org>
2729 * isearch.el (isearch-edit-string): Save old point and
2730 isearch-other-end to old-point and old-other-end before reading
2731 the search string from minibuffer. After exiting minibuffer set
2732 point to old-other-end if point and the search direction is the
2733 same as before reading the search string.
2734 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
2735 to isearch-other-end. Instead of isearch-search-and-update call
2736 three functions isearch-search, isearch-push-state and isearch-update.
2738 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2740 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
2741 destroying an existing buffer.
2743 2007-07-22 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2745 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
2747 * term/x-win.el (x-handle-no-bitmap-icon): New function.
2749 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
2751 * textmodes/reftex.el (reftex-access-parse-file): Create parse
2752 file in a way that does not interfere with recentf.
2754 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2756 * image-dired.el (image-dired-sane-db-file): New func.
2757 (image-dired-write-tags, image-dired-remove-tag)
2758 (image-dired-list-tags, image-dired-write-comments)
2759 (image-dired-get-comment, image-dired-mark-tagged-files)
2760 (image-dired-create-gallery-lists): Call new func.
2761 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
2763 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2765 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
2766 (vc-hg-dir-state): Fix loop.
2767 (vc-hg-print-log): Fix expected return value for vc-hg-command.
2768 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
2769 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
2770 (vc-hg-revert): Likewise.
2771 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
2773 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2775 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
2776 case of alignment under a constant symbol, find and consider
2777 the sexp actually at indentation to be the "last sexp".
2779 2007-07-20 Eli Zaretskii <eliz@gnu.org>
2781 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2782 (install): Use them to copy all *.el files before *.elc.
2783 (clean): Don't delete *~.
2785 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
2787 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
2789 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
2791 * vc-hg.el (vc-hg-registered): Replace if with when.
2792 (vc-hg-state): Deal with nonexistent files.
2794 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
2796 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
2797 (follow-delete-other-windows-and-split, follow-recenter)
2798 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
2799 (follow-redisplay, follow-estimate-first-window-start)
2800 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
2801 Fix typos in docstrings.
2803 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
2805 * bookmark.el (bookmark-show-all-annotations):
2806 Make sure each inserted annotation ends with newline.
2808 (bookmark-maybe-sort-alist): Don't modify
2809 bookmark-alist. Instead, if not sorting, simply return it.
2810 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
2811 for its return value, not for its side effect.
2813 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
2815 * vc.el: Add more info about the vc-registered function.
2817 2007-07-16 David Kastrup <dak@gnu.org>
2819 * emacs-lisp/advice.el (defadvice): Doc fix.
2821 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
2823 * subr.el (when, unless): Doc fix.
2825 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2827 * vc-hg.el (vc-hg-state): Handle removed files.
2828 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
2829 (vc-hg-checkout): Re-enable.
2831 2007-07-15 Richard Stallman <rms@gnu.org>
2833 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
2835 * tutorial.el (tutorial--find-changed-keys):
2836 Handle C-x specially like ESC.
2838 2007-07-15 Roland McGrath <roland@frob.com>
2840 * add-log.el (add-change-log-entry): Check add-log-full-name
2841 and add-log-mailing-address later, after change-log-mode-hook.
2843 2007-07-15 Richard Stallman <rms@gnu.org>
2845 * isearch.el (isearch-mode, isearch-done):
2846 Delete unintended code in previous change.
2848 * ps-print.el (ps-default-bg): Change to White.
2850 2007-07-15 Aaron Hawley <aaronh@garden.org>
2852 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
2854 2007-07-15 Martin Rudalics <rudalics@gmx.at>
2856 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
2857 when handling the terminating event.
2859 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
2861 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
2863 2007-07-13 Eli Zaretskii <eliz@gnu.org>
2865 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
2866 (install): Use them to copy all *.el files before *.elc.
2868 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2870 * replace.el (match): Use yellow1 instead of yellow.
2872 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
2874 * pcvs-info.el (cvs-unknown): Likewise.
2876 2007-07-12 Davis Herring <herring@lanl.gov>
2878 * desktop.el (desktop-buffer-info, desktop-save):
2879 Use `desktop-dirname' instead of `dirname'.
2881 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
2883 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
2885 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
2887 2007-07-10 Richard Stallman <rms@gnu.org>
2889 * emacs-lisp/lisp-mode.el (eval-defun):
2890 Explain special handling of `defface'.
2892 2007-07-09 Richard Stallman <rms@gnu.org>
2894 * isearch.el (isearch-edit-string): Call to isearch-push-state
2897 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
2899 * cus-start.el (file-coding-system-alist): Fix custom type.
2901 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
2903 * longlines.el (longlines-wrap-region): Avoid marking buffer as
2905 (longlines-auto-wrap, longlines-window-change-function):
2906 Remove unnecessary calls to set-buffer-modified-p.
2908 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2910 * vc.el (vc-default-log-view-mode): New function.
2911 (vc-print-log): Add new `log-view-mode' VC operation.
2913 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
2915 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
2916 Rename and move to...
2918 * subr.el (strings->string, string->strings): ...here.
2920 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
2921 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
2923 * progmodes/gud.el (gud-common-init): Call string->strings instead
2926 2007-07-07 Eli Zaretskii <eliz@gnu.org>
2928 * term/w32-win.el (menu-bar-open): New function.
2931 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2933 * log-view.el (log-view-mode-menu): New menu.
2935 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
2937 * vc-hg.el: New file.
2939 2007-07-06 Andreas Schwab <schwab@suse.de>
2941 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
2942 dynamic bindings around the evaluation of the expression.
2943 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
2945 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2947 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
2950 2007-07-02 Martin Rudalics <rudalics@gmx.at>
2952 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
2954 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
2955 event is not a cons cell. Do not unread drag-mouse-1 events.
2956 Select right window in check whether space was stolen from
2959 2007-07-01 Richard Stallman <rms@gnu.org>
2961 * files.el (find-file-visit-truename): Fix safe-local-variable value.
2963 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
2965 * generic-x.el (generic-define-mswindows-modes)
2966 (generic-define-unix-modes, apache-log-generic-mode)
2967 (bat-generic-mode-keymap, java-manifest-generic-mode)
2968 (show-tabs-generic-mode): Fix typos in docstrings.
2970 2007-06-28 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2972 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
2973 replace-regexp-in-string.
2975 2007-06-28 Andreas Schwab <schwab@suse.de>
2977 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
2980 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
2982 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
2983 the speedbar frame if nil; that deletes the current frame or
2984 causes an error if it is the only frame.
2985 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
2987 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
2989 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
2990 directory where the desktop file was found, as the docstring says.
2991 (desktop-kill): Use `read-directory-name'.
2993 * desktop.el (desktop-load-locked-desktop): New option.
2994 (desktop-read): Use it.
2995 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
2998 2007-06-24 Davis Herring <herring@lanl.gov>
3000 * desktop.el (desktop-save-mode-off): New function.
3001 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
3002 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
3003 (desktop-claim-lock, desktop-release-lock): New functions.
3004 (desktop-kill): Tell `desktop-save' that this is the last save.
3005 Release the lock afterwards.
3006 (desktop-buffer-info): New function.
3007 (desktop-save): Use it. Run `desktop-save-hook' where the doc
3008 says to. Detect conflicts, and manage the lock.
3009 (desktop-read): Detect conflicts. Manage the lock.
3011 2007-06-23 Eli Zaretskii <eliz@gnu.org>
3013 * ls-lisp.el (insert-directory): If an invalid regexp error is
3014 thrown, try using FILE as a literal file name, not a wildcard.
3015 Check for FILE as an existing file, not just a directory.
3017 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
3019 * ruler-mode.el (ruler-mode): Prevent clobbering the original
3020 `header-line-format' when reentering ruler mode.
3022 2007-06-23 Eli Zaretskii <eliz@gnu.org>
3024 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
3025 FILE exists as a directory.
3027 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3029 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
3030 (vera-font-lock-match-item): Fix doc string.
3031 (vera-in-comment-p): Remove unused function.
3032 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
3034 (vera-forward-syntactic-ws): Fix argument order.
3035 (vera-prepare-search): Use `with-syntax-table'.
3036 (vera-indent-line): Fix doc string.
3037 (vera-electric-tab): Fix doc string.
3038 (vera-expand-abbrev): Define alias instead of using `fset'.
3039 (vera-comment-uncomment-region): Use `comment-start-skip'.
3041 2007-06-20 Reto Zimmermann <reto@gnu.org>
3043 * progmodes/vera-mode.el: New file.
3045 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
3047 * ido.el (ido-find-file-in-dir): Don't signal an error for
3050 2007-06-18 Alan Mackenzie <acm@muc.de>
3052 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3053 When removing lines, also remove the \n. Correction of patch of
3056 2007-06-17 Glenn Morris <rgm@gnu.org>
3058 * lpr.el (lpr-page-header-switches): Move %s to separate element
3059 for correct quoting. Doc fix.
3061 2007-06-13 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
3063 * term/xterm.el (terminal-init-xterm): Escape parens in character
3066 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
3068 * scroll-lock.el (scroll-lock-mode): Doc fix.
3070 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3072 * font-lock.el (font-lock-add-keywords): In case font-lock was only
3073 half-activated, forcefully activate it completely.
3075 2007-06-11 Richard Stallman <rms@gnu.org>
3077 * cus-edit.el (custom-variable-type): Doc fix.
3079 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
3081 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
3083 2007-06-09 Davis Herring <herring@lanl.gov>
3085 * desktop.el (desktop-minor-mode-table): Doc fix.
3087 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
3089 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
3090 (image-next-line, image-previous-line, image-scroll-up)
3091 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
3093 (image-mode-map): Remap motion commands.
3094 (image-mode-text-map): New keymap for viewing images as text.
3095 (image-mode): Use image-mode-map.
3096 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
3098 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
3100 Sync with Tramp 2.0.56.
3105 * net/tramp-util.el:
3107 Don't load cl.el, because that pollutes the namespace. Replace cl
3108 macros by their implementations where necessary. Requested by
3109 Richard Stallman <rms@gnu.org>.
3111 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
3113 (with-parsed-tramp-file-name): Protect debug spec during compilation.
3114 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
3115 (tramp-file-name-p, tramp-file-name-multi-method)
3116 (tramp-file-name-method, tramp-file-name-user)
3117 (tramp-file-name-host, tramp-file-name-localname): New defuns,
3118 replacing defstruct `tramp-file-name'.
3119 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
3120 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
3121 Apply `vector' instead of `make-tramp-file-name'.
3122 (tramp-handle-make-auto-save-file-name):
3123 Apply `tramp-temporary-file-directory' for compatibility reasons.
3124 (tramp-completion-mode): Use `natnump' instead of `wholenump'
3126 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
3129 2007-06-07 David Kastrup <dak@gnu.org>
3131 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3132 Change default to `top'.
3134 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
3136 * dired.el (dired-mode-map): Remove spurious separator.
3138 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3140 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
3142 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
3143 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
3145 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
3147 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
3148 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
3150 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3152 * progmodes/ebrowse.el (ebrowse-member-table):
3153 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
3155 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3157 * pgg.el (pgg-sign-region, pgg-sign):
3158 * ses.el (ses-call-printer):
3159 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
3160 * textmodes/org.el (org-cycle): Fix typos in docstrings.
3162 2007-06-06 Eli Zaretskii <eliz@gnu.org>
3164 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
3165 (tar-get-descriptor): Handle type 55, an extended pax header.
3167 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3169 * textmodes/css-mode.el: New file.
3171 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
3173 * net/socks.el: New file, taken from w3 repository.
3174 (top): Update Copyright. Don't load cl.el.
3175 (all): Replace `case' by `cond', `string-to-int' by
3176 `string-to-number', and `process-kill-without-query' by
3177 `set-process-query-on-exit-flag'.
3178 (socks-char-int): Remove defalias and all occurrences.
3180 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3182 * international/mule-cmds.el (toggle-enable-multibyte-characters)
3183 (sort-coding-systems, search-unencodable-char): Doc fixes.
3184 (coding-system-change-eol-conversion, set-default-coding-systems)
3185 (prefer-coding-system, find-multibyte-characters, princ-list)
3186 (leim-list-entry-regexp, set-input-method, locale-language-names)
3187 (input-method-exit-on-first-char, exit-language-environment-hook)
3188 (locale-charset-language-names): Fix typos in docstrings.
3190 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
3192 * bs.el (bs-cycle-previous): Don't modify the cycle list until
3193 `switch-to-buffer' has returned succesfully.
3194 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
3195 window is dedicated (it could iconify the frame).
3197 2007-06-05 Glenn Morris <rgm@gnu.org>
3199 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
3201 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
3203 * files.el (auto-mode-alist): Add lower-priority match for names
3206 2007-06-04 Andreas Schwab <schwab@suse.de>
3208 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
3210 2007-06-04 Davis Herring <herring@lanl.gov>
3212 * calendar/timeclock.el: Update version number.
3213 (timeclock-modeline-display): Mention timeclock-use-display-time
3214 in explanatory message.
3215 (timeclock-log): Suppress warnings when finding the log.
3216 Don't check for a nil project twice. Run hooks after killing the
3217 buffer (if applicable).
3218 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
3219 was geometric). All uses changed.
3220 (timeclock-generate-report): Support prefix argument.
3222 2007-06-04 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
3224 * man.el (Man-next-section): Don't consider the last line of the
3225 page as being part of any section.
3227 2007-06-04 Martin Rudalics <rudalics@gmx.at>
3229 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
3230 modified flag of buffer. Use `inhibit-modification-hooks'.
3232 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
3234 * mail/mail-extr.el (mail-extract-address-components):
3235 Recognize non-ASCII characters except for NBSP as words.
3237 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
3239 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
3241 2007-06-04 Michael Olson <mwolson@gnu.org>
3243 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
3244 died and we are trying to send a signal to it.
3246 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
3248 * emacs-lisp/easy-mmode.el (define-minor-mode)
3249 (easy-mmode-define-navigation): Fix typos in docstrings.
3251 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
3252 Fix typos in docstrings.
3253 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
3254 (compilation-finish-function): Fix typo in obsolescence declaration.
3256 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
3258 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
3260 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
3261 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
3263 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
3265 * longlines.el (longlines-mode): Make longlines-auto-wrap
3266 buffer-local. Add hooks unconditionally.
3267 (longlines-auto-wrap): Toggle wrapping.
3268 (longlines-after-change-function)
3269 (longlines-post-command-function): Check longlines-auto-wrap.
3271 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
3273 * Version 22.1 released.
3275 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
3277 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
3280 2007-05-31 Richard Stallman <rms@gnu.org>
3282 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
3284 2007-05-29 Martin Rudalics <rudalics@gmx.at>
3286 * textmodes/table.el (table--point-entered-cell-function)
3287 (table--point-left-cell-function):
3288 Bind `inhibit-point-motion-hooks' to t.
3290 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3292 * emacs-lisp/rx.el (rx): Doc fix.
3294 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
3296 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
3298 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3300 * log-edit.el (log-edit-changelog-paragraph): Return point-max
3301 as the end of the ChangeLog paragraph when it ends without a line
3304 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3306 * textmodes/fill.el (canonically-space-region): Make the second arg
3307 a marker if it's not already the case.
3309 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
3310 (xterm-mouse-event): Use it.
3312 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
3314 * vc-hooks.el (vc-find-root): Fix file attribute test.
3316 2007-05-24 Richard Stallman <rms@gnu.org>
3318 * textmodes/flyspell.el (flyspell-correct-word-before-point):
3319 Don't let opoint be nil.
3320 (flyspell-emacs-popup): Explicit error if no dialogs.
3322 2007-05-23 Eli Zaretskii <eliz@gnu.org>
3324 * tar-mode.el (tar-file-name-handler): New function.
3325 (tar-extract): Bind file-name-handler-alist to it to force
3326 find-buffer-file-type-coding-system behave as if the file being
3327 extracted existed. Use last-coding-system-used to force
3328 buffer-file-coding-system to what decode-coding-region actually
3329 used to decode the file.
3331 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3333 * progmodes/compile.el (compilation-handle-exit):
3334 `compilation-finish-function' may change the current buffer.
3336 2007-05-22 Richard Stallman <rms@gnu.org>
3338 * files.el (set-auto-mode): Doc fix.
3340 2007-05-22 Eli Zaretskii <eliz@gnu.org>
3342 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3344 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
3346 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
3347 (rcirc-print): Handle `window-width'.
3348 (rcirc-buffer-maximum-lines): Doc fix.
3350 2007-05-19 Kevin Ryde <user42@zip.com.au>
3352 * info.el (Info-fontify-node): Match https also.
3354 2007-05-18 Richard Stallman <rms@gnu.org>
3356 * simple.el (push-mark): Doc fix.
3358 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
3360 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
3362 (tpu-original-global-map): Delete variable.
3363 (tpu-control-keys-map): New keymap variable.
3364 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
3365 setting keymapping directly.
3366 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
3368 (tpu-edt-on): Activate the tpu-global-map.
3369 (tpu-edt-off): Deactivate the tpu-global-map.
3371 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
3373 * textmodes/ispell.el (ispell-get-word): Return markers
3374 for start and end positions.
3375 (ispell-word): Assume END is a marker.
3377 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3379 * ps-print.el: Use default color when foreground or background color
3380 are unspecified. Reported by Leo <sdl.web@gmail.com>.
3381 (ps-print-version): New version 6.7.4.
3382 (ps-rgb-color): New argument. Use default color when color is
3384 (ps-begin-job): Fix code.
3386 2007-05-17 Martin Rudalics <rudalics@gmx.at>
3388 * textmodes/ispell.el (ispell-start-process): Defend against bad
3391 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3393 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
3395 2007-05-16 Richard Stallman <rms@gnu.org>
3397 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
3399 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3401 * files.el (magic-mode-alist, magic-fallback-mode-alist):
3402 Move the *ml, Postscript, and XmCD entries to the fallback part.
3404 * files.el (magic-fallback-mode-alist):
3405 Rename from file-start-mode-alist.
3407 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3409 * progmodes/compile.el (compilation-handle-exit): Quote first
3410 argument of `run-hook-with-args'.
3412 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
3414 * buff-menu.el (Buffer-menu-sort-column):
3415 * dabbrev.el (dabbrev-upcase-means-case-search):
3416 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3417 * info.el (Info-current-subfile):
3418 * ls-lisp.el (ls-lisp-verbosity):
3419 * msb.el (msb-menu-cond):
3420 * pcvs.el (cvs-dired-use-hook):
3421 * simple.el (set-mark-command-repeat-pop):
3422 * time.el (display-time-24hr-format, display-time-mail-file):
3425 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
3426 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
3428 * view.el (view-inhibit-help-message): Fix typo in docstring.
3429 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
3431 2007-05-14 Eli Zaretskii <eliz@gnu.org>
3433 * mail/rmail.el (rmail-convert-to-babyl-format):
3434 Check content-transfer-encoding _last_, because we need its position
3435 in base64-header-field-end.
3437 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
3439 * files.el (mode-require-final-newline, require-final-newline)
3440 (enable-local-variables, enable-local-eval): Doc fixes.
3442 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
3444 * progmodes/python.el (python-font-lock-keywords)
3445 (python-open-block-statement-p, python-mode): Add support for the new
3448 2007-05-10 Richard Stallman <rms@gnu.org>
3450 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
3451 (iso-cvt-write-only): Likewise.
3453 * emacs-lisp/easy-mmode.el (define-minor-mode):
3454 Fix generated doc string.
3456 * startup.el (fancy-splash-text): Add URL of guided tour.
3457 Adjust horizontal and vertical whitespace.
3459 * progmodes/compile.el (compilation-handle-exit):
3460 Use run-hook-with-args to run compilation-finish-functions.
3462 * files.el (file-start-mode-alist): New variable.
3463 (magic-mode-regexp-match-limit): Doc fix.
3464 (set-auto-mode): Handle file-start-mode-alist.
3465 A little cleanup of structure.
3467 2007-05-10 Davis Herring <herring@lanl.gov>
3469 * calendar/timeclock.el (timeclock-in): Fix non-interactive
3470 workday specifications.
3471 (timeclock-log): Don't kill the log buffer if it already existed.
3473 2007-05-08 Richard Stallman <rms@gnu.org>
3475 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
3476 Don't include non-self-insert commands in the exception for `-'.
3478 2007-05-08 David Reitter <david.reitter@gmail.com>
3480 * progmodes/python.el (python-guess-indent): Check non-nullness
3481 before comparing indent against the 2..8 interval.
3483 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3485 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
3488 2007-05-06 Richard Stallman <rms@gnu.org>
3490 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
3492 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
3494 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
3497 2007-05-01 Romain Francoise <romain@orebokech.com>
3499 * dired-x.el: Revert 2007-04-06 change.
3501 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
3503 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
3504 don't put stop on toolbar.
3506 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
3508 * find-dired.el (find-dired-filter): Propertize all text down to eob.
3510 2007-04-29 Richard Stallman <rms@gnu.org>
3512 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
3514 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3516 * progmodes/cc-mode.el (c-before-change): Use point-min rather
3519 2007-04-28 Richard Stallman <rms@gnu.org>
3521 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
3523 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3525 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
3527 2007-04-28 Eli Zaretskii <eliz@gnu.org>
3529 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
3530 instead of $(lisp)/mh-e.
3532 * textmodes/fill.el (fill-paragraph): Doc fix.
3534 2007-04-28 Glenn Morris <rgm@gnu.org>
3536 * image-dired.el (image-dired-cmd-create-thumbnail-options)
3537 (image-dired-cmd-create-temp-image-options): Replace option
3538 +profile "*" with -strip.
3540 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
3542 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3543 Use window-start and window-end.
3545 2007-04-26 Glenn Morris <rgm@gnu.org>
3547 * progmodes/python.el: Restore file pending consideration of legal
3550 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
3552 * locate.el (locate-in-alternate-database): Doc fix.
3554 2007-04-26 Glenn Morris <rgm@gnu.org>
3556 * button.el (button): Use underline if supported, else fall back
3559 2007-04-25 Richard Stallman <rms@gnu.org>
3561 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
3563 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
3565 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
3566 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
3568 (idlwave-current-routine): Don't push mark.
3570 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
3572 * image-dired.el (image-dired-display-image): Derive image-type from
3573 filename rather than assuming jpeg, in case no resizing was needed.
3575 2007-04-25 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
3577 * custom.el (defface): Doc fix.
3579 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
3581 * progmodes/python.el: Remove due to unclear legal issues.
3583 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3585 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
3586 Don't re-query for each cleared BP.
3587 (idlwave-shell-clear-bp): Optionally skip BP query.
3588 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
3589 of set-window-buffer, which incorrectly moves displayed region.
3591 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
3593 * calc/calc.el (calc-bug-address): Update maintainer's address.
3594 * calc/*: Update maintainer's address.
3596 2007-04-23 Richard Stallman <rms@gnu.org>
3598 * simple.el (set-mark-command-repeat-pop): Doc fix.
3599 Put in `editing-basics' group.
3601 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
3603 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
3605 (Info-mode-line-node-keymap): Bind mouse commands to
3606 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
3608 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
3610 * locate.el (locate-local-prompt): New var.
3611 (locate-prompt-for-command): Doc fix.
3612 (locate-prompt-for-search-string): New function.
3613 (locate): New optional arg. Make locate-local-prompt
3614 buffer-local. Use locate-prompt-for-search-string.
3615 (locate-with-filter): New optional arg.
3616 Use locate-prompt-for-search-string.
3617 (locate-update): Bind locate-prompt-for-command.
3619 2007-04-23 Glenn Morris <rgm@gnu.org>
3621 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
3623 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
3625 * button.el (button): Inherit from link face on a tty.
3627 2007-04-23 Glenn Morris <rgm@gnu.org>
3629 * button.el (button): Use color for this face on a tty.
3631 * files.el (magic-mode-alist): Allow for carriage-returns in
3632 html-mode and sgml-mode entries.
3634 2007-04-22 Richard Stallman <rms@gnu.org>
3636 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3637 Improve doc string of generated command.
3639 * subr.el (read-number): Catch errors.
3641 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
3643 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3645 * image-dired.el: Rename from thumbnails.el. All instances of
3646 "thumbnails" replaced with "image-dired".
3648 * dired.el (dired-mode-map): Rename "thumbnails" again, to
3651 2007-04-22 Kim F. Storm <storm@cua.dk>
3653 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
3654 Don't use kill-line.
3656 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
3658 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
3661 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
3663 * dired.el: Rename "tumme" to "thumbnails".
3665 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
3666 replaced with "thumbnails".
3668 2007-04-22 Glenn Morris <rgm@gnu.org>
3670 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
3671 and give it the risky-local-variable property.
3673 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
3676 2007-04-21 Martin Rudalics <rudalics@gmx.at>
3678 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
3679 Use delete-region instead of kill-line.
3681 2007-04-21 Alan Mackenzie <acm@muc.de>
3683 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
3684 `kill-region' by `delete-region'.
3686 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
3688 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
3689 instead of kill-region.
3691 * progmodes/mantemp.el (mantemp-make-mantemps-region)
3692 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
3693 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
3696 * progmodes/vhdl-mode.el (vhdl-template-type)
3697 (vhdl-template-record, vhdl-template-nature)
3698 (vhdl-template-configuration-spec, vhdl-template-component-inst)
3699 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
3700 Use delete-region instead of kill-word and kill-line.
3702 2007-04-21 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
3704 * dired-x.el (dired-virtual-mode): Doc fix.
3706 2007-04-21 Richard Stallman <rms@gnu.org>
3708 * font-lock.el (font-lock-keywords-alist): Mark as risky.
3710 * subr.el (read-number): Doc fix.
3712 * simple.el (pop-to-mark-command): Display message "mark popped"
3713 if point does not move.
3714 (set-mark-command): Doc fix.
3716 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
3718 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
3719 (locate-local-filter, locate-local-search): New vars.
3720 (locate): Make variables local.
3721 (locate-update): Bind locate-buffer-name. Call locate using
3722 locate-local-filter and locate-local-search.
3724 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
3726 * hi-lock.el (hi-lock-file-patterns-policy): New var.
3727 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
3728 (hi-lock-mode): Update docstring.
3730 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3732 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
3733 fill-nobreak-predicate when the break is past fill-column.
3735 2007-04-20 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
3737 * locate.el (locate): Output from shell-command should go in the
3738 current buffer rather than *Shell Command Output*.
3740 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
3742 * paren.el (show-paren-function): Fix last fix.
3744 2007-04-19 Kevin Ryde <user42@zip.com.au>
3746 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
3747 (archive-lzh-summarize): Add optional start arg for where to start
3748 looking at the archive.
3749 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
3751 * international/mule.el (auto-coding-alist): no-conversion for .exe
3754 2007-04-19 Alan Mackenzie <acm@muc.de>
3756 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
3757 function return type contains "struct", "union", etc.
3758 c-end-of-defun goes too far forward.
3760 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
3762 * paren.el (show-paren-function): Reset window-start to avoid
3765 2007-04-19 Glenn Morris <rgm@gnu.org>
3767 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
3769 2007-04-18 Glenn Morris <rgm@gnu.org>
3771 * calendar/diary-lib.el (diary-header-line-format): Add a custom
3773 (diary-list-entries): Only switch to diary-mode from
3774 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
3775 diary-mode set header-line-format, in case of any customization.
3777 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3779 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
3780 is less than the length of parse-time-syntax.
3782 2007-04-17 David Kastrup <dak@gnu.org>
3784 * replace.el (query-replace-regexp-eval): Deprecate.
3786 2007-04-17 Alan Mackenzie <acm@muc.de>
3788 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
3789 point too close to EOB, leave point at EOB rather than last `}'.
3791 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3793 * textmodes/bibtex.el (bibtex-include-OPTkey)
3794 (bibtex-user-optional-fields, bibtex-entry-field-alist):
3797 2007-04-17 Glenn Morris <rgm@gnu.org>
3799 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
3800 be encoded, fall back to current year.
3802 2007-04-14 Kevin Ryde <user42@zip.com.au>
3804 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
3805 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
3808 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
3810 * progmodes/python.el (python-end-of-block): Avoid looping forever
3811 if python-next-statement fails.
3813 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3815 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
3817 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3819 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
3820 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
3822 2007-04-15 Jay Belanger <belanger@truman.edu>
3824 * calc/calc.el (calc-version): New function.
3825 (calc-trail-mode): Shorten the title.
3827 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
3829 * mail/footnote.el (footnote-style): Clarify docstring to state
3830 that customizing this only applies to future footnotes.
3832 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3834 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
3835 (bibtex-make-field): Check that INIT is a string. Use functionp.
3837 2007-04-14 Glenn Morris <rgm@gnu.org>
3839 * complete.el (PC-goto-end): New buffer-local variable.
3840 (PC-do-completion-end): Make buffer-local.
3841 (partial-completion-mode) <choose-completion-string-functions>:
3842 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
3843 (PC-do-completion): New optional fourth argument GOTO-END. Add a
3844 doc string. Set PC-goto-end for choose-completion.
3845 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
3848 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
3849 arg to bibtex-make-field.
3850 (bibtex-make-field): Add optional fourth arg NODELIM.
3851 Insert delimiters around INIT unless this arg is non-nil.
3853 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
3855 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
3856 global map isn't modified.
3858 2007-04-14 Glenn Morris <rgm@gnu.org>
3860 * calendar/appt.el (appt-disp-window): Do not split small windows.
3861 Suggested by Jeff Miller <jmiller@cablespeed.com>.
3863 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
3865 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
3869 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
3871 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
3873 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
3874 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
3875 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
3876 (term-pager-help): Fix typos in docstrings.
3878 * wid-edit.el (widget-documentation): Fix typo in docstring.
3880 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
3881 Fix typos in error messages.
3883 2007-04-13 Martin Rudalics <rudalics@gmx.at>
3885 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
3886 window marked as dedicated.
3888 * mail/footnote.el (footnote-latin-string): New variable.
3889 (footnote-latin-regexp): Redefine as regexp alternative.
3890 (Footnote-latin): Use footnote-latin-string instead of
3891 footnote-latin-regexp.
3893 2007-04-13 Glenn Morris <rgm@gnu.org>
3895 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
3898 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
3900 * outline.el (outline-get-next-sibling): Clarify docstring.
3901 (outline-get-last-sibling): Handle case where we are at the first
3902 heading. Clarify docstring.
3904 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
3906 * progmodes/gud.el (gud-minor-mode-map): Make go button same
3907 length as stop button to lessen flicker.
3908 (jdb): Add gud-print.
3909 (gud-find-expr): Jdb prints the expression with the value, so
3910 don't insert it in the output.
3912 2007-04-11 Jason Rumney <jasonr@gnu.org>
3914 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
3915 case hex. Do not try to decode non-hex letters.
3917 2007-04-11 Markus Triska <markus.triska@gmx.at>
3919 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
3920 (byte-optimize-backward-word): Remove (move to bytecomp.el).
3921 (byte-optimize-form-code-walker): Evaluate pure function calls if
3923 (byte-optimize-all-constp): New function.
3925 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3926 Improve numeric argument case.
3927 (byte-compile-backward-char, byte-compile-backward-word):
3928 New functions, performing rewriting previously done in byte-opt.el.
3929 Fix their "Fixme" item (restriction to numeric arguments).
3931 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3933 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
3935 (after-init-hook): Don't quote lambda.
3936 (desktop-first-buffer): Don't wrap it in eval-when-compile.
3937 (desktop-internal-v2s): Remove unused var `el'.
3938 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
3939 desktop-restore-file-buffer.
3940 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
3941 desktop-create-buffer.
3943 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
3945 * woman.el (woman-decode-buffer): Postpone macro-set check...
3946 (woman-decode-region): ...to here.
3948 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
3950 * startup.el (tty-handle-args): Use %S to log ARGS.
3952 2007-04-10 Glenn Morris <rgm@gnu.org>
3954 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
3955 it is obsolete and has no effect.
3957 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
3960 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
3961 obsolete function make-local-hook.
3963 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
3964 start to quieten byte-compiler.
3966 2007-04-10 Markus Triska <markus.triska@gmx.at>
3968 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
3969 to bytecomp.el as byte-compile-char-before).
3970 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3971 New function (modified replacement for byte-optimize-char-before in
3974 2007-04-09 Alan Mackenzie <acm@muc.de>
3976 * startup.el (inhibit-splash-screen): Emphatically state that it
3977 can't be set in site-start.el.
3979 2007-04-09 Masatake YAMATO <jet@gyve.org>
3981 * progmodes/cc-subword.el (c-capitalize-subword): More closely
3982 mimic the behavior of `capitalize-word'. Do not move point with a
3983 negative argument. Based on tiny change by Paul Curry.
3985 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
3987 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
3988 Don't move point if ARG is negative.
3990 2007-04-09 Alan Mackenzie <acm@muc.de>
3992 Changes to make `narrow-to-defun' and `mark-defun' work properly
3995 * progmodes/cc-defs.el (c-beginning-of-defun-1):
3996 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
3997 Bind beginning/end-of-defun-function to nil around calls to
3998 beginning/end-of-defun.
4000 * progmodes/cc-langs.el (beginning-of-defun-function)
4001 (end-of-defun-function): New c-lang-setvar's.
4003 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
4004 (setq arg 1))" to enable non-interactive call.
4006 2007-04-09 Eli Zaretskii <eliz@gnu.org>
4008 * simple.el (set-mark-command): Doc fix.
4010 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
4012 * progmodes/gud.el (gdb): Restore existing session if user
4013 tries to start a second one in graphical mode.
4015 2007-04-08 Martin Rudalics <rudalics@gmx.at>
4017 * cus-start.el <scroll-preserve-screen-position>: Add choices.
4019 2007-04-08 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
4021 * term/xterm.el (terminal-init-xterm): Fix key definitions.
4022 Add binding for C-M-SPC.
4024 2007-04-08 Richard Stallman <rms@gnu.org>
4026 * pcomplete.el (pcomplete-read-event): One single definition,
4029 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
4031 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
4032 byte-compiler warning "value unused".
4034 2007-04-08 Andreas Schwab <schwab@suse.de>
4036 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
4038 2007-04-07 Glenn Morris <rgm@gnu.org>
4040 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
4041 Autoload these functions.
4042 (diary-date-forms): Add a custom :set form.
4044 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
4046 (diary-font-lock-keywords): New function with old code for
4047 initialization of variable of same name.
4049 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
4051 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
4052 clean-up: only insert space when on identifier, etc.
4054 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
4056 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
4058 * net/tls.el (open-tls-stream): Properly handle case where there
4059 is no associated buffer.
4061 2007-04-07 Glenn Morris <rgm@gnu.org>
4063 * ffap.el (ffap-file-at-point): Lower the priority of the
4064 ffap-ftp-sans-slash-regexp check.
4066 2007-04-06 Alan Mackenzie <acm@muc.de>
4068 Fix fontification of labels, and other things with ":".
4070 * progmodes/cc-engine.el (c-forward-label): The function now
4071 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
4074 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
4075 new return code from c-forward-label, fontifying tokens properly.
4076 Add some general comments throughout the file.
4078 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
4080 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
4081 Revert 2006-01-27 change.
4083 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
4085 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
4087 * desktop.el (desktop-create-buffer, desktop-save):
4088 Revert 2004-11-12 change for lack of copyright papers.
4090 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
4091 (dired-guess-default): Respect case.
4093 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
4095 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
4096 was originally checked in as byte-optimize-concat on 1997-11-02.
4098 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
4099 1995-05-19 doc changes.
4101 2007-04-06 Kim F. Storm <storm@cua.dk>
4103 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
4104 (unload-feature): Update interactive spec accordingly.
4106 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
4108 2007-04-06 John Paul Wallington <jpw@pobox.com>
4110 * subr.el (with-case-table): Use `make-symbol' to avoid variable
4111 capture. Restore the table in the same buffer.
4113 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
4115 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
4117 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4120 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
4122 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
4123 for low-color displays.
4125 2007-04-05 Glenn Morris <rgm@gnu.org>
4127 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
4128 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
4129 Seed random number generator on loading.
4131 * emacs-lisp/authors.el (top-level): Provide self.
4133 * play/animate.el (top-level): Provide self.
4135 2007-04-04 Alan Mackenzie <acm@muc.de>
4137 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
4138 to mention c-syntactic-indentation.
4140 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
4142 * subr.el (with-case-table): New macro.
4144 * international/mule.el (ascii-case-table): New var.
4146 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
4149 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
4151 * progmodes/gud.el (gud-minor-mode-map): Simplify.
4153 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
4154 of the window if we're outside it e.g menu-bar.
4156 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
4157 window if we're outside it e.g menu-bar.
4159 2007-04-03 Eli Zaretskii <eliz@gnu.org>
4161 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
4162 decode base-64 encoded body if its content-type is something other
4163 than text/* or message/*.
4165 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
4167 * simple.el (activate-mark-hook): Fix typo in docstring.
4169 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
4171 * tmm.el (tmm-c-prompt): Initialize.
4172 (tmm-menubar): Deal with extended menu-items at top level.
4173 (tmm-get-keybind): Handle bindings redefined/undefined locally.
4174 (tmm-prompt): Handle visibility of top level menu-items.
4176 * progmodes/gud.el (gud-menu-map): Simplify.
4177 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
4180 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
4182 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
4184 * comint.el (comint-send-input): Widen the buffer first.
4186 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
4188 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4190 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
4191 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
4193 * newcomment.el (comment-search-forward): Discard comment starters
4196 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
4198 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
4200 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
4202 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
4205 * button.el (previous-button): Rewrite to account for adjacent buttons.
4207 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
4209 * progmodes/idlwave.el (idlwave-auto-fill):
4210 Revert paragraph-separate change.
4212 * progmodes/idlw-shell.el (idlwave-shell-break-in):
4213 Simplify module calc.
4214 (idlwave-shell-set-bp-in-module): Compute module.
4216 2007-03-31 Glenn Morris <rgm@gnu.org>
4218 * emacs-lisp/timer.el (run-at-time): Doc fix.
4220 * emacs-lisp/warnings.el (display-warning): If we create the
4221 buffer displaying the warning, disable undo there.
4223 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
4225 * net/tramp.el (tramp-register-file-name-handler)
4226 (tramp-register-completion-file-name-handler): New defsubst,
4227 derived from `tramp-register-file-name-handlers'. The split is
4228 necessary because Tramp's file name handlers must be registered at
4229 different startup places.
4231 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
4233 * progmodes/hideshow.el (turn-off-hideshow): New function.
4234 (hs-minor-mode): Use it instead of a lambda expression in
4235 change-major-mode-hook.
4237 2007-03-31 David Kastrup <dak@gnu.org>
4239 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
4240 corresponding to MANPATH_MAP entries.
4241 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
4242 (woman-parse-man.conf): Use more discriminating man.conf name.
4243 (woman-parse-man.conf): Parse MANPATH_MAP entries.
4244 (woman-manpath): Doc fix and type fix.
4245 (woman-cached-data): Check for MANPATH_MAP entries.
4246 (woman-expand-directory-path): Treat MANPATH_MAP entries.
4248 2007-03-31 Stuart Herring <herring@lanl.gov>
4250 * emacs-lisp/sregex.el (sregexq): Doc fix.
4252 2007-03-31 Markus Triska <markus.triska@gmx.at>
4254 * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
4256 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
4258 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
4261 2007-03-30 Alan Mackenzie <acm@muc.de>
4263 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
4265 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4267 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
4268 Use it, passed in explicitly, instead of from the dynamic binding.
4269 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
4271 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
4273 * simple.el (blink-matching-open): When in minibuffer, don't
4274 search for a match inside the prompt.
4276 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
4278 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
4279 (tmm-prompt): Don't make the mouse user select the first menu
4282 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
4284 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
4285 SIGUSR1 and SIGUSR2.
4287 2007-03-29 Kim F. Storm <storm@cua.dk>
4289 * ido.el (ido-read-internal): When reading file or dir, only override
4290 minibuffer-local-filename-completion-map, otherwise only override
4291 minibuffer-local-completion-map.
4293 2007-03-29 Glenn Morris <rgm@gnu.org>
4295 * complete.el (partial-completion-mode): Set PC-do-completion-end
4297 (PC-lisp-complete-symbol): Create and use a marker at `end',
4298 rather than using point-marker.
4300 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
4302 * simple.el (next-error-highlight): Doc fix.
4303 (compose-mail): Revert 2007-03-19 change.
4305 2007-03-28 Richard Stallman <rms@gnu.org>
4307 * emacs-lisp/edebug.el (edebug-display): Don't go to
4308 edebug-outside-buffer if it is dead.
4310 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
4312 * view.el (view-mode): Fix typos in docstring.
4314 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
4316 * recentf.el (recentf-save-file): Add a custom :set function.
4318 2007-03-28 Glenn Morris <rgm@gnu.org>
4320 * complete.el (PC-do-completion-end): New variable.
4321 (partial-completion-mode) <choose-completion-string-functions>:
4322 Use PC-do-completion-end in the non-minibuffer case to replace the
4323 correct amount of text.
4324 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
4325 (PC-lisp-complete-symbol): Give marker the after-insertion type,
4326 to deal with improvements inserted after point.
4328 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4330 * button.el (make-text-button): Add explicit `button' property.
4331 (default-button): Don't put a `button' property on it.
4333 * progmodes/python.el (python-mode): Skip comments when parsing.
4335 * vc-arch.el (vc-with-current-file-buffer): New macro.
4336 (vc-arch-file-source-p): Use it to avoid infloop.
4338 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
4340 * emacs-lisp/lisp.el (lisp-complete-symbol):
4341 Fix call to get-buffer-window to find windows in other frames.
4343 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4345 * comint.el (comint-proc-query, comint-dynamic-list-completions):
4346 Fix calls to get-buffer-window to find windows in other frames.
4347 Reported by David Hansen <david.hansen@gmx.net>.
4349 2007-03-27 Kevin Ryde <user42@zip.com.au>
4351 * info.el (Info-display-images-node): On a text-only terminal,
4352 show the "text" or "alt" parts of the image blobs.
4354 2007-03-27 Glenn Morris <rgm@gnu.org>
4356 * complete.el (PC-do-completion): Compute completion-base-size in
4357 the non-filename case, rather than setting to nil.
4358 (PC-lisp-complete-end): New variable.
4359 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
4360 original end in a series of consecutive invocations.
4362 * calendar/calendar.el (calendar-mode-hook): Declare it.
4364 * calendar/diary-lib.el (diary-live-p): Do not check for
4365 diary-selective-display.
4367 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4369 * replace.el (occur-next-error): *Occur* might not be displayed in the
4370 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
4372 2007-03-26 Richard Stallman <rms@gnu.org>
4374 * textmodes/flyspell.el (flyspell-large-region):
4375 Use ispell-call-process-region.
4377 2007-03-26 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
4379 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
4380 Use prin1 instead of princ.
4382 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
4384 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
4385 Merge in X resources before global face.
4387 * progmodes/compile.el (compilation-start): Save compilation-directory
4388 rather than default-directory as local var.
4389 (compilation-directory): Mark as safe local var.
4391 * files.el: Don't mark default-directory as a safe local var.
4393 2007-03-25 Alan Mackenzie <acm@muc.de>
4395 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
4396 * progmodes/cc-engine.el: Fix typo.
4398 2007-03-25 Juri Linkov <juri@jurta.org>
4400 * compare-w.el (compare-windows): Rename customization group
4401 `compare-w' to `compare-windows'.
4402 (compare-windows-whitespace, compare-ignore-whitespace)
4403 (compare-ignore-case, compare-windows-sync)
4404 (compare-windows-sync-string-size, compare-windows-recenter)
4405 (compare-windows-highlight, compare-windows): Change group name in
4406 the `group' tag from `compare-w' to `compare-windows'.
4407 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
4409 2007-03-24 Markus Triska <markus.triska@gmx.at>
4411 * expand.el: Change example to always enable abbrev-mode,
4412 and remove redundant `function'.
4413 (expand-abbrev-hook): Add autoload cookie.
4415 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
4417 * emacs-lisp/testcover.el (testcover-start, testcover-end)
4418 (testcover-mark-all, testcover-unmark-all): Add prompts to
4421 2007-03-24 Jason Rumney <jasonr@gnu.org>
4423 * autorevert.el (find-file-hook, auto-revert-tail-mode):
4424 Use file size in bytes for auto-revert-tail-pos not characters.
4426 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
4428 * vc-rcs.el (vc-rcs-annotate-command):
4429 Set text property :vc-annotate-prefix on the annotation text.
4430 (vc-rcs-annotate-time): Instead of searching for ": ",
4431 search for end of text propertized with :vc-annotate-prefix.
4433 2007-03-24 Martin Rudalics <rudalics@gmx.at>
4435 * whitespace.el (top level): Remove calls putting
4436 permanent-local nil property since these are no-ops.
4438 * man.el (Man-support-local-filenames): Assure that
4439 default-directory exists when doing call-process.
4441 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
4443 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
4444 Fix omission bug: Use m4-program-options to construct shell command.
4446 2007-03-23 David Kastrup <dak@gnu.org>
4448 * progmodes/cc-mode.el (c-make-emacs-variables-local):
4449 Use `mapcar' rather than `mapcan' to silence compiler warning.
4451 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
4453 * textmodes/reftex.el, textmodes/reftex-vars.el,
4454 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
4455 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
4456 * textmodes/reftex-index.el, textmodes/reftex-global.el,
4457 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
4458 * textmodes/reftex-auc.el: Add maintainer address.
4460 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
4462 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
4463 Make sure that `global-font-lock-mode' does not turn on font-lock
4466 2007-03-21 Kim F. Storm <storm@cua.dk>
4468 * xt-mouse.el (xt-mouse-epoch): New variable.
4469 (xterm-mouse-event): Use float-time.
4471 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
4473 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
4476 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4478 * complete.el (read-file-name-internal): Don't add the final > if the
4479 completion is not finished (re-application of this patch, which was
4480 accidentally undone by Eli).
4482 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
4484 * emulation/viper.el (viper-non-hook-settings): Handle mouse
4485 clicks in describe-key and describe-key-briefly advice a little better.
4487 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
4489 * server.el (server-process-filter): Cancel any pending isearch.
4491 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
4493 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
4494 (icalendar--get-unfolded-buffer): Define actual arguments rather
4495 than just using &rest. Check replace-in-string is fbound.
4496 (icalendar-import-buffer): Doc fix.
4497 (icalendar--convert-ical-to-diary): Set diary-file.
4498 Check diary-file before inserting final newline.
4499 (icalendar--add-diary-entry): Return diary-file.
4501 2007-03-21 Glenn Morris <rgm@gnu.org>
4503 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
4504 (diary-display-hook): Add custom :set function.
4506 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
4507 Add custom :set function.
4508 (diary-header-line-format): Doc fix.
4509 (diary-set-maybe-redraw): New function.
4510 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
4511 (diary-list-entries): Always run diary-mode.
4513 2007-03-20 Kenichi Handa <handa@m17n.org>
4515 * international/quail.el (quail-setup-completion-buf): Make the
4516 completion buffer read-only.
4517 (quail-completion): Adjusted for the above change. Leave the
4520 2007-03-20 David Kastrup <dak@gnu.org>
4522 * files.el (magic-mode-alist): Require literal "%!PS" string for
4523 magic postscript file detection.
4525 2007-03-20 Richard Stallman <rms@gnu.org>
4527 * textmodes/ispell.el (ispell-call-process): New function.
4528 Defends against bad `default-directory.'
4529 (ispell-check-version, ispell-find-aspell-dictionaries)
4530 (ispell-get-aspell-config-value, lookup-words): Call it.
4531 (ispell-call-process-region): New function.
4532 (ispell-send-string): Call it.
4534 2007-03-20 Andreas Schwab <schwab@suse.de>
4536 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
4537 (finder-data): Likewise.
4538 (autoloads): Likewise.
4540 2007-03-20 Martin Rudalics <rudalics@gmx.at>
4542 * files.el (basic-save-buffer): Do not set visited filename when
4543 the corresponding directory does not exist or the specified
4544 filename is that of an existing directory.
4546 2007-03-20 Glenn Morris <rgm@gnu.org>
4548 * calendar/diary-lib.el (diary-live-p): New function.
4549 (number-of-diary-entries): Add a :set function to redisplay diary
4552 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
4554 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
4555 from client program, mev, to compute mouse event.
4557 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
4559 * faces.el (momentary): Face removed; unused due to reversion of
4560 2007-01-04 changes by Kevin Rodgers.
4562 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
4563 Suggested by Johan Bockg
\e,Ae
\e(Brd.
4565 2007-03-19 Martin Rudalics <rudalics@gmx.at>
4567 * font-lock.el (lisp-font-lock-keywords-1):
4568 Highlight define-globalized-minor-mode as a keyword.
4570 2007-03-19 Kim F. Storm <storm@cua.dk>
4572 * calc/calc-forms.el (math-std-daylight-savings)
4573 (math-std-daylight-savings-old): Doc fix.
4575 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
4577 * progmodes/python.el (python-default-template): Doc fix.
4578 (python-buffer): Fix typo in docstring.
4580 * isearchb.el (isearchb-follow-char):
4581 * subr.el (def-edebug-spec): Fix typo in docstring.
4583 2007-03-19 Richard Stallman <rms@gnu.org>
4585 * files.el (default-directory): Mark safe.
4586 (basic-save-buffer-2): Put proper dir name in error message.
4588 * simple.el (compose-mail): Run switch-function after
4589 setting up the mail buffer.
4591 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
4593 2007-03-18 Jay Belanger <belanger@truman.edu>
4595 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
4596 (math-std-daylight-savings-new): Rename from
4597 `math-std-daylight-savings'.
4598 (math-std-daylight-savings-old): Rename from old value of
4599 `math-std-daylight-savings'.
4600 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
4601 `math-std-daylight-savings-old' depending on the year.
4603 2007-03-18 Detlev Zundel <dzu@gnu.org>
4605 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
4606 zero-width regexps as invalid but rather at least count them correctly.
4608 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
4610 * net/tls.el (open-tls-stream): In handshake-waiting loop,
4611 don't wait more if there is output available to process.
4613 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
4615 * progmodes/compile.el (compilation-find-file): Revert change
4616 from 2006-07-18 to allow completion of directory names.
4617 Reported by John Carter <john.carter@tait.co.nz>.
4619 2007-03-18 Kim F. Storm <storm@cua.dk>
4621 * subr.el (when, unless): Doc fix.
4623 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
4625 * net/tls.el (tls-program): Doc fix.
4627 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
4629 * autorevert.el (auto-revert-tail-handler):
4630 Call after-revert-hook.
4632 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
4634 * simple.el (switch-to-completions): No error if search for \n\n fails.
4636 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
4638 * simple.el (line-move-1):
4639 Respect `inhibit-line-move-field-capture' property.
4641 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
4643 * comint.el (comint-arguments): Mark backslash-escaped chars.
4644 (comint-delim-arg): Don't treat them as delimiters.
4646 2007-03-12 Kim F. Storm <storm@cua.dk>
4647 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
4649 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
4651 * tempo.el (tempo-insert): Deal with 'r> if it appears
4652 specified with a prompt argument.
4654 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
4656 * textmodes/org.el (org-set-font-lock-defaults):
4657 Handle narrow table columns correctly.
4659 2007-03-12 Mark A. Hershberger <mah@everybody.org>
4661 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
4662 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
4663 Return to use of the -no-properties variants. There was
4664 consensus on emacs-devel that the speed of these variants was
4665 prefered since we are usually parsing files (from the internet
4666 or on disk) instead of XML created in Emacs.
4668 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
4669 Add customize option.
4671 2007-03-12 Glenn Morris <rgm@gnu.org>
4673 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
4674 North American rule. Replace "daylight savings" with "daylight
4677 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
4678 * calendar/lunar.el, solar.el: Replace "daylight savings" with
4679 "daylight saving" in text.
4681 * woman.el (woman-change-fonts): Tweak previous change by using
4682 woman-request-regexp rather than "^\\.".
4684 * startup.el (command-line-1): Make insertion of
4685 initial-scratch-message not depend on scratch being selected.
4687 2007-03-11 Juri Linkov <juri@jurta.org>
4689 * replace.el (match): Use yellow background on light-bg terminals.
4691 2007-03-11 Richard Stallman <rms@gnu.org>
4693 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4694 Correctly compute line number.
4696 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
4698 * type-break.el (type-break-get-previous-count):
4699 Repeat previous change here.
4701 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
4703 * progmodes/grep.el (grep-find-ignored-directories):
4704 Add .git and .bzr to list.
4706 2007-03-11 Andreas Schwab <schwab@suse.de>
4708 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
4710 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4712 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
4714 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
4716 * faces.el (face-set-after-frame-default): Recalculate face
4717 customizations after applying X resources.
4719 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
4721 * net/rcirc.el (rcirc-timeout-seconds): New variable.
4722 (rcirc-keepalive-seconds): Remove variable.
4723 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
4724 (rcirc-process, rcirc-user-disconnect): New variables.
4725 (rcirc-connect): Initalize new variables.
4726 (rcirc-keepalive): Don't send keepalive pings before connection
4728 (rcirc-sentinel): Do mark all channels with activity when
4729 connection is dropped. Run hook with process buffer local.
4730 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
4731 (rcirc-buffer-process): Return value of rcirc-process if
4732 rcirc-server-buffer is nil.
4733 (rcirc-server-name): Return the reported server name.
4734 (rcirc-update-prompt): Simplify computation of the server name.
4735 (rcirc-format-response-string): Likewise.
4736 (rcirc-handler-001): Mark server as connected, record the reported
4737 server name, and schedule a timeout.
4738 (rcirc-track-nick): Add a spec for the tty class.
4739 (rcirc-user-non-nick): Remove function.
4740 (rcirc-nick-prefix-chars): Add variable.
4741 (rcirc-user-nick): Use above variable.
4743 2007-03-10 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
4745 * icomplete.el (icomplete-tidy, icomplete-exhibit):
4746 Bind deactivate-mark to nil.
4748 2007-03-10 Martin Rudalics <rudalics@gmx.at>
4750 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
4751 that buffer contents get erased during completion.
4753 2007-03-10 Glenn Morris <rgm@gnu.org>
4755 * woman.el (woman-change-fonts): Add a hack to deal with
4756 font-escape followed by "." at start of a line.
4757 (woman2-IP): Add a hack to deal with consecutive requests.
4758 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
4760 2007-03-10 Alan Mackenzie <acm@muc.de>
4762 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
4764 2007-03-09 Richard Stallman <rms@gnu.org>
4766 * abbrev.el (abbrev): Add `provide'.
4768 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
4770 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
4772 2007-03-09 Martin Rudalics <rudalics@gmx.at>
4774 * complete.el (PC-try-completion): New function.
4775 (PC-do-completion, read-file-name-internal): Use it instead of
4778 2007-03-08 Alan Mackenzie <acm@muc.de>
4780 Remove stale tokens from `c-found-types' cache.
4782 * progmodes/cc-mode.el (c-unfind-enclosing-token)
4783 (c-unfind-coalesced-tokens, c-before-change): New functions.
4784 (c-maybe-stale-found-type): New variable.
4786 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
4787 (c-trim-found-types): New functions.
4789 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
4791 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
4792 (debug-ignored-errors): Add entry from smerge-match-conflict.
4794 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
4796 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
4797 special help topics for keywords.
4798 (idlwave-help-assistant-command): Include ".exe" for ms-dos
4799 etc. Assistant command.
4801 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
4803 * replace.el (occur-engine): Move buffer-undo-list binding...
4804 (occur-1): ...to here.
4806 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
4808 * simple.el (minibuffer-completing-symbol): New var.
4809 (eval-expression): Use it.
4810 (completion-setup-function): Don't bind completion-base-size when
4811 completing a symbol in the minibuffer.
4813 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
4815 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
4816 tries to start a second session in graphical mode.
4818 2007-03-07 Miles Bader <miles@gnu.org>
4820 * international/isearch-x.el
4821 (isearch-process-search-multibyte-characters):
4822 Strip text-properties from PROMPT to avoid an error from read-string.
4824 2007-03-07 Kim F. Storm <storm@cua.dk>
4826 * complete.el (PC-bindings): Remap lisp-complete-symbol to
4827 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
4829 2007-03-07 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
4831 * complete.el (PC-do-completion): Delete duplicates in the list of
4832 possible completions.
4834 2007-03-07 Glenn Morris <rgm@gnu.org>
4836 * ses.el (ses-mode): Doc fix.
4838 2007-03-06 Kim F. Storm <storm@cua.dk>
4840 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
4842 2007-03-06 Kenichi Handa <handa@m17n.org>
4844 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
4846 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4848 * simple.el (completion-setup-function): Improve last fix so it doesn't
4849 set it to a relative directory name either.
4851 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4853 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
4855 2007-03-05 Richard Stallman <rms@gnu.org>
4857 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
4859 * files.el (find-file-noselect): No error if file no longer exists.
4860 Display a message and avoid other questions.
4862 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4864 * pcomplete.el (pcomplete-show-completions): Improve last change, so
4865 as not to use an invisible window and to create a window if none exist.
4867 * progmodes/python.el (python-send-command): Restart proc if necessary.
4868 (python-proc): Simplify.
4870 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
4872 * pcomplete.el (pcomplete-show-completions): Search all frames for
4875 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
4877 * cus-edit.el (customize-save-variable): Clear customized-value
4878 property (saved values are now put in theme-value property).
4879 (customize-set-variable): Doc fix.
4881 * complete.el (PC-do-completion): If completion-ignore-case is
4882 non-nil, replace field with completion string before exiting.
4884 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
4886 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
4887 Append its extension to the resulting temporary file name.
4888 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
4890 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
4891 (tramp-smb-handle-write-region): Apply it.
4893 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4895 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4896 Redo previous change.
4898 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4900 * diff-mode.el (diff-mode): Doc fix.
4902 2007-03-05 Kenichi Handa <handa@m17n.org>
4904 * international/characters.el: Set category `l' (latin)
4905 for more characters.
4907 2007-03-04 Kim F. Storm <storm@cua.dk>
4909 * emacs-lisp/authors.el (authors-aliases): Add alias.
4911 2007-03-04 Glenn Morris <rgm@gnu.org>
4913 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
4914 all when switching major mode.
4915 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
4916 (hs-block-start-mdata-select, hs-block-end-regexp)
4917 (hs-forward-sexp-func, hs-adjust-block-beginning):
4918 Do not make these variables permanent-local.
4920 2007-03-04 Richard Stallman <rms@gnu.org>
4922 * progmodes/cperl-mode.el (cperl-mode):
4923 Modify cperl-compilation-error-regexp-alist by appending.
4925 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
4926 (edebug-mode): Add the hook.
4927 (edebug-recursive-edit): Remove the hook on exiting.
4929 * type-break.el (type-break-get-previous-time):
4930 Handle end-of-file errors specially
4931 so they don't get reported wrong in .emacs.
4933 * startup.el (fancy-splash-text): Clarify text.
4935 * simple.el (beginning-of-buffer, end-of-buffer):
4936 Avoid treating plain C-u like numeric arg.
4938 * simple.el (completion-setup-function): Don't set
4939 default-directory to nil.
4941 * shell.el (shell-dirstack-query): Doc fix.
4943 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
4944 Don't select the window -- pass it to primitives instead.
4946 * faces.el (minibuffer-prompt): Use medium blue by default.
4948 2007-03-04 David Kastrup <dak@gnu.org>
4950 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
4951 Preserve 16 as default value for "seconds" when customizing.
4953 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
4955 * textmodes/org.el (org-self-insert-command)
4956 (orgtbl-self-insert-command, org-delete-char)
4957 (org-delete-backward-char): Set the `flyspell-delayed' property.
4959 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
4961 * international/mule.el (find-auto-coding): Don't search for
4962 line-ending characters past the end of the tail.
4964 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
4966 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4967 Jump to the line where new score has been uploaded.
4969 * play/tetris.el (tetris-move-bottom, tetris-move-left)
4970 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
4971 Do nothing when the game is paused.
4973 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
4975 * textmodes/org.el (org-set-tags): Prevent slipping of point
4978 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4980 * isearch.el (isearch-message-prefix):
4981 Use minibuffer-prompt-properties.
4983 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4985 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
4986 (ps-setup): Print which Emacsen is running ps-print package.
4988 2007-03-01 Stuart Herring <herring@lanl.gov>
4990 * files.el (set-auto-mode-0): Use `indirect-function'.
4991 (hack-one-local-variable): Don't reapply current major mode.
4993 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
4995 * progmodes/python.el (python-quote-syntax): Don't bother with
4996 syntax-ppss-context.
4997 (python-fill-paragraph): Make sure that fenced-string delimiters that
4998 stand on their own line stay there.
5000 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
5002 * replace.el (perform-replace): Propertize message.
5004 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
5006 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
5009 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
5011 * net/tramp.el (tramp-file-name-handler): Revert last change.
5013 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
5015 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
5016 Correct doc strings.
5018 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
5020 * replace.el (perform-replace): Undo forward-char immediately if
5021 non-adjacent search fails.
5023 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5025 * version.el (emacs-major-version, emacs-minor-version):
5026 string-to-int -> string-to-number.
5028 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
5030 * help.el (where-is): Fail gracefully when not passed a command.
5032 2007-02-28 Stuart Herring <herring@lanl.gov>
5034 * find-lisp.el (find-lisp-default-directory-predicate):
5035 Fix bug: Do symlink check on expanded filename.
5037 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
5039 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
5040 changes during replacement.
5041 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
5043 2007-02-28 Lars Hansen <larsh@soem.dk>
5045 * desktop.el: Delete header line listing me as maintainer.
5047 2007-02-28 Glenn Morris <rgm@gnu.org>
5049 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
5052 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
5054 * net/tramp.el (tramp-file-name-handler): Inhibit modification
5055 hooks to avoid confusion when combining after-change calls.
5057 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
5059 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
5060 now that pgg-gpg-process-region correctly honors passed-in passphrase.
5061 (allout-distinctive-bullets-string): Add info about bullet conventions.
5062 (allout-mode): Add info about distinctive vs plain bullets.
5064 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
5066 * textmodes/org.el (org-archive-subtree): Quote variable name.
5067 (org-agenda-get-todos): Make sure skip properties are checked correctly.
5069 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
5071 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
5072 (gud-bashdb-command-name, bashdb): Remove.
5073 (gud, gud-menu-map): Remove references to bash/bashdb.
5075 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
5077 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
5078 keyword for Python 2.5.
5080 2007-02-26 Romain Francoise <romain@orebokech.com>
5082 * net/net-utils.el (whois-server-tld): Update server for .org.
5083 (whois-server-list): Add whois.publicinterestregistry.net.
5084 (whois-guess-server): Fix formatting in docstring.
5086 2007-02-26 Kim F. Storm <storm@cua.dk>
5088 * mouse.el (mouse-show-mark): Run hooks and perform command
5089 remapping for mouse-region-delete-keys.
5091 2007-02-26 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
5093 * font-core.el (font-lock-mode): Doc fix.
5095 2007-02-25 Kim F. Storm <storm@cua.dk>
5097 * ido.el (ido-buffer-internal): Set this-command to fallback command.
5098 Add selected buffer to buffer-name-history.
5099 (ido-file-internal): Set this-command to fallback command.
5100 Add file names to file-name-history.
5102 * emacs-lisp/map-ynp.el (map-y-or-n-p):
5103 Apply minibuffer-prompt-properties.
5105 2007-02-25 Andreas Schwab <schwab@suse.de>
5107 * files.el (hack-one-local-variable-eval-safep): Correct handling
5108 of edebug-form-spec property value. Reported by Johan Bockg
\e,Ae
\e(Brd.
5110 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
5112 * textmodes/org.el (org-table-overlay-coordinates)
5113 (org-table-toggle-coordinate-overlays): New functions.
5114 (org-table-overlay-coordinates, org-table-coordinate-overlays):
5116 (org-startup-with-deadline-check): Remove option.
5117 (org-mode): Remove deadline check on startup.
5118 (org-table-limit-column-width): Remove option.
5119 (org-table-formula-numbers-only): Remove option.
5120 (org-link-style, org-link-format): Remove options.
5121 (org-select-agenda-window, org-fit-agenda-window): Remove options.
5122 (org-export-ascii-show-new-buffer)
5123 (org-export-html-show-new-buffer): Remove options.
5124 (org-activate-links): Remove camel option.
5125 (org-file-link-context-use-camel-case): Remove option.
5126 (org-camel-regexp): Remove variable.
5127 (org-activate-camels): Remove function.
5128 (org-store-link): Remove Camel stuff.
5129 (org-make-org-heading-camel): Remove function.
5130 (org-open-at-point): Remove camel stuff.
5131 (org-link-search): Remove camel stuff.
5132 (org-camel-to-words): Function removed.
5133 (org-get-agenda-file-buffer): Make sure we prepare the base
5134 buffers, not any indirect buffers.
5135 (org-sort-entries): Sort top-level when not on a headline, and no
5137 (org-in-regexp): New function.
5138 (org-search-not-self): Rename from `org-search-not-link'.
5139 (org-open-link-marker): New variable.
5140 (org-open-at-point): Set `org-open-link-marker'.
5141 (org-print-icalendar-entries): Fixe bug with excluding DONE
5142 entries from the exported list.
5143 (org-edit-formula-lisp-indent): New command.
5144 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
5145 (orgtbl-to-latex, orgtbl-insert-radio-table)
5146 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
5147 (orgtbl-radio-table-templates): New option.
5148 (org-store-link-props):
5149 (org-remember-templates): More possibilities to insert info
5151 (org-remember-apply-template): Make use of the extended
5152 template capabilities.
5153 (org-remember-redo-template): New command.
5154 (org-upgrade-old-links)
5155 (org-table-modify-formulas, org-table-replace-in-formulas)
5156 (org-table-find-dataline)
5157 (org-table-get-vertical-vector): Remove functions.
5158 (org-table-remove-rectangle-highlight)
5159 (org-time-stamp-format, org-toggle-log-option)
5160 (org-table-highlight-rectangle)
5161 (org-table-iterate, org-table-make-reference):
5162 (org-translate-time, org-tree-to-indirect-buffer)
5163 (org-table-field-info, org-table-fix-formulas)
5164 (org-table-force-dataline, org-table-get-descriptor-line)
5165 (org-table-get-range)
5166 (org-skip-comments, org-sort)
5167 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
5168 (org-table-current-dline, org-table-current-field-formula)
5169 (org-table-edit-backward-field)
5170 (org-table-edit-formulas-post-command)
5171 (org-table-edit-line-down, org-table-edit-line-up)
5172 (org-agenda-archive)
5173 (org-agenda-clock-cancel)
5174 (org-agenda-clock-out, org-agenda-list-stuck-projects)
5175 (org-agenda-open-link, org-agenda-show-new-time)
5176 (org-agenda-skip-subtree-when-regexp-matches)
5177 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
5178 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
5179 (org-do-sort, org-file-image-p, org-find-overlays)
5180 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
5181 (org-highlight-until-next-command, org-isearch-end)
5182 (org-match-any-p, org-next-link, org-previous-link):
5183 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
5184 (org-rewrite-old-row-references)
5185 (org-isearch-post-command)
5186 (org-table-edit-move, org-table-edit-next-field)
5187 (org-table-edit-scroll, org-table-edit-scroll-down)
5188 (org-set-frame-title, org-show-reference)
5189 (org-unhighlight-once, org-verify-change-for-undo): New functions.
5190 (org-show-variable): Remove command.
5191 (org-add-log-maybe): New arguments STATE, FINDPOS
5192 (org-table-sort-lines): Rewrite from scratch.
5193 (org-link-search): New argument AVOID-POS.
5194 (org-print-icalendar-entries): Remove argument CATEGORY.
5195 (org-run-agenda-series): Remove argument WONDOW.
5196 (org-next-link, org-previous-link): New commands.
5197 (org-agenda-date-format): New option.
5198 (org-table-iterate): New command.
5199 (org-table-modify-formulas)
5200 (org-table-replace-in-formulas): Remove functions.
5201 (org-table-fix-formulas): New function.
5202 (org-table-insert-column, org-table-delete-column)
5203 (org-table-move-column): Use `org-table-fix-formulas'.
5204 (org-follow-gnus-link): Patch from Bastien/Leo.
5205 (org-table-current-field-formula): New function.
5206 (org-file-image-p): New function.
5207 (org-agenda-show-new-time): New function.
5208 (org-agenda-date-later): Call `org-agenda-show-new-time'.
5209 (org-with-remote-undo): New macro.
5210 (org-agenda-undo): New command.
5211 (org-verify-change-for-undo): New function.
5212 (org-time-stamp-format): New function.
5213 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
5215 (org-match-any-p): New function.
5216 (org-make-tags-matcher): Handle regular expressions for tag and
5218 (org-read-date): Accept "+N" as input for a date relative to the
5220 (org-remove-subtree-entries-from-agenda): New function.
5221 (org-agenda-archive, org-agenda-kill):
5222 Use `org-remove-subtree-entries-from-agenda'.
5223 (org-do-sort, org-sort-entries): New functions.
5224 (org-sort): New command.
5225 (org-table-sort-lines): Use `org-do-sort'.
5226 (org-fix-decoded-time): New function.
5227 (org-table-number-regexp): Require 0x... to identify as number
5229 (org-startup-options): New keywords for note taking.
5230 (org-upgrade-old-links): Remove function.
5231 (org-get-repeat): New function.
5232 (org-show-context): Also show siblings on current level.
5233 (org-show-siblings): New function.
5234 (org-isearch-end, org-isearch-post-command): New functions.
5235 (org-show-siblings): New option.
5236 (org-show-context): Use `org-show-siblings'.
5237 (org-table-maybe-recalculate-line): No longer require `calc-eval'
5238 to be bound, because user may just use elisp.
5240 2007-02-24 Kim F. Storm <storm@cua.dk>
5242 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
5243 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
5245 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5247 * startup.el (command-line): Also check if the abbrev file is readable.
5249 2007-02-24 John Paul Wallington <jpw@pobox.com>
5251 * net/tls.el (tls-certtool-program): Fix custom type.
5253 * mail/feedmail.el (feedmail-message-id-generator)
5254 (feedmail-date-generator): Fix custom types.
5256 * mail/rmail.el (rmail-message-filter): Fix custom type.
5258 2007-02-24 Eli Zaretskii <eliz@gnu.org>
5260 * startup.el (command-line): If simple.el cannot be found, proceed
5261 with a warning message.
5263 2007-02-24 Kenichi Handa <handa@m17n.org>
5265 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
5266 case that BEG is a string.
5268 2007-02-24 Chris Moore <dooglus@gmail.com>
5270 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5271 * pgg-pgp.el (pgg-pgp-encrypt-region):
5272 * pgg-gpg.el (pgg-gpg-encrypt-region):
5273 Check pgg-encrypt-for-me if no other recipients.
5275 2007-02-23 Eli Zaretskii <eliz@gnu.org>
5277 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
5279 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
5280 shell-quote-argument.
5282 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5284 * comint.el (comint-read-input-ring): Use comint-input-ring-size
5285 from the comint buffer instead of the temporary one.
5287 2007-02-23 David Reitter <david.reitter@gmail.com>
5289 * cus-edit.el (custom-save-all): Canonicalize custom-file before
5290 storing it in recentf-exclude.
5292 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
5294 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
5297 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
5299 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
5300 commands, for restart.
5301 (idlwave-shell-current-module): Fix handling of module name by type.
5302 (idlwave-shell-break-in): Update type handling.
5303 (idlwave-shell-bp-get): Encode type in BP structure.
5304 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
5305 (idlwave-shell-module-source-query): Query routine info based on type.
5306 Fix path parsing for non-compiled files.
5307 (idlwave-shell-module-source-filter): Don't signal error in filter
5309 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
5312 2007-02-22 Kim F. Storm <storm@cua.dk>
5314 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
5315 (editable-field): Document need to put some text before the %v
5316 escape in :format string.
5318 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
5320 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
5321 (vc-svn-use-edit): Remove unused config var.
5322 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
5324 * outline.el (hide-sublevels): Keep empty last line, if available.
5326 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
5327 rather than the corresponding unicode char, to make the code
5330 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
5332 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
5333 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
5334 (speedbar-item-info-tag-helper): Doc fixes.
5336 2007-02-19 Kenichi Handa <handa@m17n.org>
5338 * international/mule-cmds.el (locale-language-names):
5339 Map "eo" to "Esperanto".
5341 * language/european.el ("Esperanto"): New language environment.
5343 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
5345 * simple.el (kill-line): Doc fix.
5347 2007-02-17 Kim F. Storm <storm@cua.dk>
5349 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
5350 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
5351 (bindat--unpack-group, bindat--pack-group):
5352 Handle vectors with optional element type.
5354 2007-02-17 Daiki Ueno <ueno@unixuser.org>
5356 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
5357 if PASSPHRASE is given.
5359 2007-02-17 Chris Moore <dooglus@gmail.com>
5361 * jka-cmpr-hook.el (jka-compr-compression-info-list):
5362 Recognize backups of bz2 compressed files.
5364 2007-02-17 Eli Zaretskii <eliz@gnu.org>
5366 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
5367 to nil to speed up lookup of the symbol in index nodes.
5369 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5371 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
5372 Add indentation for the constants of Lisp.
5374 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
5376 * ps-print.el: Use (defvar <foo>) where applicable.
5377 (ps-print-emacs-type): Remove.
5378 (ps-x-frame-property, ps-e-frame-parameter): Remove.
5379 (ps-frame-parameter): Align its call-convention with frame-parameter.
5380 (ps-begin-job): Adjust calls to it appropriately.
5381 (ps-setup): Don't print ps-print-emacs-type.
5382 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
5383 Define in such a way that it's obvious that it's defined.
5384 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
5385 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
5386 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
5388 2007-02-15 Alan Mackenzie <acm@muc.de>
5390 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
5391 an empty one-line C-style comment, post-position point properly.
5393 2007-02-15 Chris Moore <dooglus@gmail.com>
5395 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
5396 (isearch-lazy-highlight-new-loop): Bind it.
5397 (isearch-lazy-highlight-search): Use it.
5399 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
5401 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
5403 * font-lock.el (font-lock-extend-region-wholelines):
5404 Only return non-nil if the region has really been changed.
5405 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
5407 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
5409 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
5410 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
5411 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
5413 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
5415 * faces.el (color-values): Revert changes to docstring from
5416 2007-01-31 and 2000-09-07.
5418 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
5419 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
5420 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
5421 (ispell-help): Fix typos in docstring and output message.
5423 2007-02-14 Kim F. Storm <storm@cua.dk>
5425 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
5426 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
5427 (grep): Fix lgrep reference.
5429 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
5430 (standard-display-underline): Use make-glyph-code.
5432 * descr-text.el (describe-char): Use glyph-char and glyph-face.
5434 * international/latin1-disp.el (latin1-display-char):
5435 Use make-glyph-code.
5437 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
5439 * ehelp.el (with-electric-help, electric-help-exit)
5440 (electric-help-retain): Doc fixes.
5442 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
5443 (byte-compile-file): Doc fixes.
5445 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5447 * term/mac-win.el: Change all uses of
5448 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
5449 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
5450 (mac-ae-get-url): Call select-frame-set-input-focus.
5451 (mac-dnd-handle-drag-n-drop-event): Don't call
5452 select-frame-set-input-focus.
5454 2007-02-13 Kenichi Handa <handa@m17n.org>
5456 * international/characters.el: Fix documentation of category `a'.
5458 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
5460 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
5462 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
5464 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
5465 (tramp-get-remote-ln): Handle error case.
5466 Reported by Chris Moore <dooglus@gmail.com>.
5468 2007-02-11 Kim F. Storm <storm@cua.dk>
5470 * bindings.el (ctl-x-map): Remove register compatibility bindings
5471 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
5473 2007-02-11 Richard Stallman <rms@gnu.org>
5475 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
5478 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
5479 condition -- don't fail to stop at endpos.
5481 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
5483 * textmodes/org.el (org-agenda-get-todos)
5484 (org-agenda-get-timestamps, org-agenda-get-closed)
5485 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5486 (org-agenda-get-blocks, org-format-agenda-item)
5487 (org-agenda-change-all-lines, org-scan-tags): Rename text property
5488 from `category' to `org-category'.
5490 2007-02-11 Kenichi Handa <handa@m17n.org>
5492 * international/titdic-cnv.el (titdic-convert): Force files be written
5493 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
5494 (miscdic-convert): Force files be written with Unix-like eol format.
5496 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
5498 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
5500 * calculator.el (calculator-prompt): Doc fix.
5501 (calculator-mode-map): Fix typo in menu entry.
5503 2007-02-10 Jay Belanger <belanger@truman.edu>
5505 * calculator.el (calculator): Do more extensive checking for when
5506 3 lines should be used for the calculator.
5508 2007-02-10 Eli Zaretskii <eliz@gnu.org>
5510 * info-look.el (info-lookup-make-completions):
5511 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
5514 * info.el (Info-fontify-maximum-menu-size): Document the effect
5516 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
5517 non-nil before using it as size.
5519 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
5521 * subr.el (insert-for-yank-1): Prevent read-only properties from
5522 interfering with text property operations.
5524 * image-mode.el (image-mode): Revert 2007-01-30 changes.
5526 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
5527 (image-type-auto-detected-p): Fail if another match is found in
5530 * files.el (magic-mode-alist): Call image-mode instead of
5531 image-mode-maybe for autodetected images.
5533 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
5535 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
5536 Fix typos in docstrings.
5537 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
5539 2007-02-09 Kim F. Storm <storm@cua.dk>
5541 * emacs-lisp/float-sup.el: Remove obsolete comment.
5543 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
5545 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
5547 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5549 * simple.el: Revert previous change, at request of RMS:
5550 (fundamental-mode-hook): Remove.
5551 (fundamental-mode): Run after-change-major-mode-hooks manually,
5552 and don't run the now-nonexistent fundamental-mode-hook.
5554 2007-02-08 Karl Fogel <kfogel@red-bean.com>
5556 * simple.el (fundamental-mode-hook): Declare new hook.
5557 (fundamental-mode): Run the new dedicated hook, and don't run
5558 after-change-major-mode-hooks manually anymore.
5560 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5562 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
5563 added columns of chars. Remove support for the "no-meta-info" format.
5564 Prompted by Romain Francoise <romain@orebokech.com>.
5566 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5568 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
5569 (gdb-mouse-until, gdb-mouse-jump): Use it.
5571 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
5573 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
5574 work when there is just an assembler buffer (no source buffer).
5576 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
5578 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
5579 just because the diff was produced using "-p" (--show-c-function).
5581 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
5583 * faces.el (frame-set-background-mode): Use `color-values' and
5584 `display-color-p', not `x-color-values' and `x-display-color-p'.
5585 (face-valid-attribute-values): Use `defined-colors' instead of
5588 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5590 * ps-print.el: The ps-print commands without face printing should not
5591 print background color. Reported by Leo <sdl.web@gmail.com>.
5592 (ps-print-version): New version 6.7.3.
5593 (ps-begin-job): New arg. Fix ps-default-background and
5594 ps-default-foreground initialization.
5595 (ps-face-attributes): Fix doc string.
5596 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
5598 * printing.el: Fix ps-print link.
5600 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
5602 * faces.el (face-set-after-frame-default): Compile attributes to
5603 be set by frame parameters before merging in X resources.
5605 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
5607 * simple.el (blink-matching-paren-dont-ignore-comments):
5608 (blink-matching-paren-on-screen): Doc fixes.
5610 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
5612 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
5614 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
5616 * loadhist.el (unload-feature): Silently ignore `load-history' entries
5617 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
5618 entries like `defun'. Return nil.
5620 2007-02-05 Kim F. Storm <storm@cua.dk>
5622 * ido.el: Doc fixes.
5624 2007-02-04 David Kastrup <dak@gnu.org>
5626 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
5627 `mpuz-allow-double-multiplicator' is non-zero, and correct
5628 calculation of `min'.
5630 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
5632 * wid-edit.el (widget-default-create): Insert new text at the
5633 :from marker _after_ the marker, not before it.
5635 2007-02-04 Alan Mackenzie <acm@muc.de>
5637 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
5638 containing it is re-indented.
5640 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5642 * net/newsticker.el (newsticker--insert-image): Update docstring,
5643 and insert the image directly.
5644 (newsticker--buffer-redraw): Update docstring.
5646 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5647 Rename from define-global-minor-mode.
5649 * progmodes/cwarn.el (global-cwarn-mode):
5650 * emacs-lisp/autoload.el (make-autoload):
5651 * hi-lock.el (global-hi-lock-mode):
5652 * font-core.el (global-font-lock-mode): All callers changed.
5654 2007-02-03 Eli Zaretskii <eliz@gnu.org>
5656 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
5657 Don't copy @ignore lines into menu descriptions.
5658 (texinfo-multi-file-update): Goto the @node line before attempting
5659 to pluck the node name.
5660 (texinfo-multiple-files-update): Reverse the optional arguments'
5661 order, as per the doc string and the `interactive' form.
5663 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
5665 * image-mode.el: Use autoload to avoid overriding disabled setting
5668 2007-02-03 Alan Mackenzie <acm@muc.de>
5670 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
5671 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
5672 adjacent paren groups).
5674 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5676 * progmodes/ebnf2ps.el: Doc fixes.
5677 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
5679 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5681 * dired-x.el (dired-do-relsymlink): Add reference to
5682 dired-do-symlink. Add an autoload cookie.
5684 * dired-aux.el (dired-do-symlink): Add reference to
5685 dired-do-relsymlink.
5687 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
5689 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
5690 <left-fringe mouse-3>: New bindings.
5692 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
5694 * net/newsticker.el (newsticker-version): Changed to "1.10".
5695 (newsticker--set-customvar): Doc string.
5696 (newsticker-new-item-face): Doc string.
5697 (newsticker-mode): Initialize `invisibility-spec' with t.
5698 (newsticker-mode-map): Added
5699 `newsticker-mark-all-items-at-point-as-read'.
5700 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
5701 (newsticker-w3m-show-inline-images): Do not call
5703 (newsticker--buffer-after-w3m-insert-image): New advice for
5704 w3m-insert-image to cache images.
5705 (newsticker-next-item-same-feed): New.
5706 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
5707 (newsticker-mark-all-items-of-feed-as-read): New.
5708 (newsticker-mark-all-items-at-point-as-read): Use new functions.
5709 (newsticker-mark-item-at-point-as-read): Doc string.
5710 (newsticker-mark-item-at-point-as-read): Use new functions.
5711 (newsticker--do-mark-item-at-point-as-read): New, extracted from
5712 `newsticker-mark-item-at-point-as-read'.
5713 (newsticker-hide-entry): Use (t) instead of t for invisibility.
5714 (newsticker--sentinel): Yet another xml-parser workaround.
5715 (newsticker--decode-iso8601-date): Bugfix for datestrings without
5717 (newsticker--buffer-do-insert-text): Fix.
5718 (newsticker--buffer-insert-enclosure): Fix. Length might be missing.
5719 (newsticker--buffer-make-item-completely-visible):
5720 `switch-to-buffer' not necessary.
5722 2007-02-02 Eli Zaretskii <eliz@gnu.org>
5724 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
5725 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
5726 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
5727 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
5728 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
5730 2007-02-02 Kenichi Handa <handa@m17n.org>
5732 * international/quail.el (quail-show-key): Fix an error message.
5734 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5736 * faces.el (set-face-underline-p, modify-face): Rename arg
5737 UNDERLINE-P to UNDERLINE (it is not a flag).
5739 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
5741 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
5742 when adding gdb-speedbar-update to gdb-input-queue.
5744 2007-02-01 Kenichi Handa <handa@m17n.org>
5746 * international/quail.el (quail-show-key): Signal an error if the
5747 current input method is not using Quail.
5749 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
5751 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
5752 Trim leading whitespace in sysvar names.
5754 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
5756 * faces.el (internal-find-face, internal-get-face): Doc fixes.
5758 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5760 * ido.el (ido-set-common-completion): Use `let', not `let*'.
5762 2007-01-31 Romain Francoise <romain@orebokech.com>
5764 * comint.el: Delete extra copy of `comint-copy-old-input' added in
5765 previous change to this file.
5767 2007-01-31 Jason Rumney <jasonr@gnu.org>
5769 * files.el (magic-mode-alist): Use image-mode-maybe rather than
5772 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
5773 interfering with attempt to set major mode from modified
5776 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
5778 * faces.el (color-values): Doc fix.
5779 (face-differs-from-default-p): Don't check :foreground twice.
5781 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
5783 * comint.el (comint-mode): Prevent non-keyword fontification by default.
5785 2007-01-31 Kenichi Handa <handa@m17n.org>
5787 * international/quail.el (quail-store-decode-map-key): Store a
5788 translated character too.
5789 (quail-char-equal-p): New function.
5790 (quail-find-key1): Check character equality by quail-char-equal-p.
5791 (quail-decode-map-generated): New variable.
5792 (quail-find-key): Check quail-decode-map-generated and re-generate
5793 a decode map if necessary.
5795 2007-01-30 Richard Stallman <rms@gnu.org>
5797 * tutorial.el (tutorial--detailed-help): Make the list of
5798 changed keys look nicer.
5800 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
5802 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
5803 (gdb-var-delete): Use it.
5804 (gdb-var-update-handler-1): Handle value "invalid" for MI field
5807 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
5809 * files.el (get-free-disk-space): Return nil for remote directories.
5811 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
5814 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
5816 * type-break.el (type-break-catch-up-event): New function.
5817 (type-break-demo-hanoi, type-break-demo-life)
5818 (type-break-demo-boring): Use it.
5820 * image-mode.el (image-mode): Don't automatically view as image.
5821 (image-toggle-display): Add `disabled' property.
5823 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
5825 * isearchb.el (isearchb-iswitchb):
5826 * ps-print.el (ps-build-face-reference):
5827 * emacs-lisp/shadow.el (list-load-path-shadows):
5828 * eshell/esh-cmd.el (eshell-rewrite-for-command):
5829 * international/mule.el (find-auto-coding):
5830 * mail/supercite.el (sc-attrib-selection-list):
5831 * progmodes/cc-defs.el (c-emacs-features):
5832 * progmodes/cc-vars.el (c-offsets-alist):
5833 * progmodes/flymake.el
5834 (flymake-init-create-temp-source-and-master-buffer-copy):
5835 Fix typos in docstrings (some suggested by Chris Moore).
5837 * progmodes/vhdl-mode.el (vhdl-components-package-name)
5838 (vhdl-get-library-unit, vhdl-corresponding-begin)
5839 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
5840 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
5841 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
5842 (vhdl-font-lock-match-item): Fix typos in docstrings.
5843 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
5844 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
5845 (vhdl-speedbar-insert-project-hierarchy):
5846 Improve argument/docstring consistency.
5848 2007-01-29 Kenichi Handa <handa@m17n.org>
5850 * international/titdic-cnv.el (py-converter): Fix previous change.
5852 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
5854 * jka-compr.el (jka-compr-partial-uncompress)
5855 (jka-compr-call-process): Rebind default-directory if it is
5856 invalid. Suggested by Chris Moore.
5858 * comint.el (comint-insert-input): Handle situation where the
5859 selected buffer is not the clicked buffer.
5861 2007-01-29 Kenichi Handa <handa@m17n.org>
5863 * international/ja-dic-cnv.el (skkdic-convert):
5864 Add byte-compile-disable-print-circle:t at the head.
5866 * international/titdic-cnv.el (tit-process-header):
5867 Add byte-compile-disable-print-circle:t at the head.
5868 (miscdic-convert): Likewise.
5869 (py-converter): Skip the header comments.
5871 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
5873 (byte-compile-output-file-form): Bing print-circle to nil if
5874 byte-compile-output-file-form is not nil.
5875 (byte-compile-output-docform): Likewise.
5877 2007-01-28 Kim F. Storm <storm@cua.dk>
5879 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
5880 Declare earlier to avoid byte compiler warnings.
5882 2007-01-28 Markus Triska <markus.triska@gmx.at>
5884 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
5886 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
5888 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
5889 (gamegrid-add-score-with-update-game-score-1): Allow local quits
5890 when calling update-game-score program. Remove unnecessary
5893 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
5895 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
5897 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
5898 avoid compiler warning.
5899 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
5900 might have values other than "true" or "false".
5902 2007-01-28 Richard Stallman <rms@gnu.org>
5904 * textmodes/fill.el (fill-paragraph-function): Doc fix.
5905 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
5907 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
5909 * image.el (image-type-header-regexps): Make GIF regex more specific.
5911 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
5912 Don't check `backspace'.
5913 (tutorial--find-changed-keys): Look up bindings in a temp buffer
5914 in Fundamental mode.
5916 * startup.el (fancy-splash-text, normal-splash-screen):
5919 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
5920 when inserting in buffer.
5922 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
5925 2007-01-27 Richard Stallman <rms@gnu.org>
5927 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
5929 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
5931 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
5932 enum/union/struct/class definition.
5933 Revert change to call `forward-sexp' multiple times.
5935 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
5937 * files.el (hack-local-variables-confirm): Don't keep trying to
5938 read an event from an empty kbd macro.
5940 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5942 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
5944 2007-01-27 Ben North <ben@redfrontdoor.org>
5946 * outline.el (outline-promote, outline-demote): Doc fix. Rename
5947 the arg CHILDREN -> WHICH.
5949 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
5951 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
5952 default-directory to a sane value when calling start-process.
5954 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5956 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
5957 (ls-lisp-format-time-list): Doc fix. Mention
5958 ls-lisp-use-localized-time-format.
5959 (ls-lisp-format-time): Use ls-lisp-format-time-list if
5960 ls-lisp-use-localized-time-format is non-nil, even if a valid
5963 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
5965 * jka-compr.el (jka-compr-shell): Doc fix.
5967 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
5969 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5971 * ps-print.ps: Fix background height.
5972 (ps-print-version): New version 6.7.2.
5974 2007-01-26 Eli Zaretskii <eliz@gnu.org>
5976 * makefile.w32-in (finder-data, custom-deps): Depend on
5977 $(lisp)/loaddefs.el.
5979 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5981 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
5983 2007-01-24 Miles Bader <miles@gnu.org>
5985 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
5986 (byte-compile-output-docform): Bind `print-circle' to t.
5988 2007-01-24 Kenichi Handa <handa@m17n.org>
5990 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
5991 file name of the original SKK dictionary file.
5993 2007-01-24 Kim F. Storm <storm@cua.dk>
5995 * ido.el (ido-initial-position): New variable.
5996 (ido-read-internal): Set it if default item is specified.
5997 (ido-minibuffer-setup): Position cursor accordingly if set.
5998 (ido-edit-input): C-e moves to end of input if not already there.
5999 (ido-magic-backward-char): C-b does like M-b if prev char is /.
6000 Don't switch to buffer mode if repeating C-b at start of input.
6001 (ido-toggle-ignore): C-a only toggles ignore at start or end of
6002 input; else it moves to start of input.
6003 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
6004 not at end of input, delete rest of input, rather than normal op.
6006 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
6008 * emulation/viper-keym.el (viper-insert-basic-map):
6009 Delete binding for S-TAB.
6011 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
6012 of message. Activate mark.
6013 (ediff-activate-mark): Set transient-mark-mode to t.
6015 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
6017 2007-01-23 Martin Rudalics <rudalics@gmx.at>
6019 * help-fns.el (describe-variable): Don't suppress display of
6020 buffer local value when the value is "large".
6022 2007-01-22 Kim F. Storm <storm@cua.dk>
6024 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
6025 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
6026 (ido-tidy): Use ido-active.
6028 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
6030 * hexl.el (hexl-mode-exit): Add missing quote.
6032 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6034 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
6035 (mac-ae-keyboard-modifiers): New function.
6036 (mac-handle-toolbar-switch-mode): Use it.
6037 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
6038 if keyboard modifiers on drop contain option key.
6039 (mac-dnd-drop-data): Add optional argument `action'.
6040 (special-event-map): Remove binding for M-drag-n-drop.
6042 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
6044 * add-log.el (add-log-current-defun): Use CC Mode functions to
6045 find the beginning and end of a defun.
6047 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
6049 * progmodes/gdb-ui.el (gdb-var-create-regexp)
6050 (gdb-var-create-handler): Handle value field in GDB output of
6052 (gdb-max-frames): New variable.
6053 (gdb-stack-buffer, gdb-frames-select): Use it.
6054 (gdb-info-stack-custom): Help user customize gdb-max-frames,
6056 (gdb-get-frame-number): Simplify.
6058 2007-01-21 Glenn Morris <rgm@gnu.org>
6060 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
6063 2007-01-21 Alan Mackenzie <acm@muc.de>
6065 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
6066 handling of K&R stuff.
6068 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6070 * textmodes/bibtex.el (bibtex-files): Fix customization type.
6072 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6074 * ps-print.el: Handle frame parameters (background and/or foreground
6075 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
6076 (ps-print-version): New version 6.7.1.
6077 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
6078 (ps-frame-parameter): New fun.
6079 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
6080 Fix doc and customization.
6081 (ps-begin-job): Get frame parameters (background and/or foreground
6083 (ps-do-despool): Ensure ps-printer-name has a valid value.
6085 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
6087 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
6088 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
6089 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
6092 2007-01-20 Alan Mackenzie <acm@muc.de>
6094 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
6095 much more rigorous analysis of putative K&R regions.
6097 2007-01-20 Alan Mackenzie <acm@muc.de>
6099 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
6102 2007-01-20 Alan Mackenzie <acm@muc.de>
6104 * progmodes/cc-align.el, progmodes/cc-cmds.el,
6105 * progmodes/cc-defs.el, progmodes/cc-engine.el,
6106 * progmodes/cc-langs.el, progmodes/cc-styles.el,
6107 * progmodes/cc-vars.el: Add my name.
6109 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
6111 * files.el (find-alternate-file): Revert query message to Emacs 21
6114 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
6116 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
6117 the doc string how to use personal abbrevs without electric
6120 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6122 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
6123 Fixed cursor position when toggle abbreviated display.
6125 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
6127 * t-mouse.el: Update copyright following assignment by
6130 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
6132 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
6133 (type-break-demo-boring): Call read-event instead of read-char.
6135 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
6137 * progmodes/compile.el: Add handling for makepplog.
6139 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
6141 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
6142 aspell dictionaries are initialized when called non-interactively.
6144 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
6146 * progmodes/compile.el (compilation-loop): New arg limit.
6147 Handle case where the first error is at point-min.
6148 (compilation-next-error): New arg to compilation-loop call.
6150 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
6152 * info.el (Info-default-dirs): Change default info dir to
6155 * paths.el (Info-default-directory-list): Ditto.
6157 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
6159 * hexl.el (hexl-before-revert-hook): New function.
6160 (hexl-mode): Use it.
6161 (hexl-after-revert-hook): Just call hexl-mode.
6162 (hexl-mode-exit): Remove before-revert-hook.
6164 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6166 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
6168 2007-01-16 Martin Rudalics <rudalics@gmx.at>
6170 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
6171 by "-" in francais7 otherchars entry.
6172 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
6175 2007-01-15 Karl Fogel <kfogel@red-bean.com>
6177 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
6178 path. Rewrite function in `cond' style for readability.
6180 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
6181 (The path shortening, that is, not the rearrangement.)
6183 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6185 * term/mac-win.el (mac-ae-quit-application): New function.
6186 (mac-apple-event-map): Bind "quit application" Apple event to it.
6188 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6190 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
6191 than the program's output.
6193 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
6195 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
6196 (kmacro-start-macro-or-insert-counter)
6197 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
6198 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
6200 * longlines.el (longlines-show-hard-newlines):
6201 * ruler-mode.el (ruler-mode-ruler):
6202 * emulation/keypad.el (keypad-setup):
6203 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
6204 Fix typo in docstring.
6206 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
6208 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
6209 Remove redirect character ">".
6211 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
6213 * replace.el (perform-replace): Remove leftover code.
6215 2007-01-12 Richard Stallman <rms@gnu.org>
6217 * replace.el (perform-replace): Don't clear NODENT when computing
6218 the replacement string.
6220 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
6222 * net/tramp.el (tramp-handle-file-local-copy):
6223 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
6224 <christopher.ian.moore@gmail.com>.
6226 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6228 * diff-mode.el (diff-sanity-check-context-hunk-half)
6229 (diff-sanity-check-hunk): New functions.
6230 (diff-find-source-location): Use'em to check the hunks are well-formed.
6232 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
6233 activate undo when undo is not active.
6234 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
6236 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6238 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
6239 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
6240 (ffap-url-at-point): Use char-classes rather than "a-z".
6242 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
6244 * ediff-init.el (ediff-autostore-merges):
6245 * textmodes/fill.el (fill-region): Doc fix.
6247 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6249 * server.el (server-ensure-safe-dir): UIDs may be floats.
6251 2007-01-10 Richard Stallman <rms@gnu.org>
6253 * battery.el (battery-linux-proc-acpi): Use ignore-errors
6254 around calls to directory-files.
6256 * subr.el (momentary-string-display): Use save-excursion.
6258 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
6259 argument, but read it as `X' does.
6261 2007-01-09 Juri Linkov <juri@jurta.org>
6263 * info.el (Info-fontify-node): Don't hide node names of index entries.
6265 * faces.el (momentary): Change :group to basic-faces where all
6266 basic faces belong to. Add :version.
6268 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
6270 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
6271 keybinding is found.
6272 (tutorial--find-changed-keys): Never treat null keybinding as a
6275 2007-01-09 Martin Rudalics <rudalics@gmx.at>
6277 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
6279 2007-01-09 Kenichi Handa <handa@m17n.org>
6281 * international/mule-cmds.el
6282 (select-safe-coding-system-interactively): Fix message.
6284 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
6286 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
6287 (tramp-process-actions): Add optional parameter TIMEOUT.
6288 (tramp-open-connection-telnet, tramp-open-connection-rsh)
6289 (tramp-open-connection-su): Add timeout of 60".
6291 2007-01-09 Richard Stallman <rms@gnu.org>
6293 * progmodes/compile.el (compile): Doc fix.
6295 2007-01-09 Markus Triska <markus.triska@gmx.at>
6297 * tumme.el (tumme-display-thumb): Doc fix.
6299 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
6301 * battery.el (battery-search-for-one-match-in-files):
6302 * bindings.el (mode-line-minor-mode-help):
6303 * x-dnd.el (x-dnd-types-alist):
6304 * calendar/icalendar.el (icalendar-import-buffer):
6305 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
6307 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
6309 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
6311 * replace.el (replace-regexp): Fix typo in docstring.
6313 2007-01-07 Alan Mackenzie <acm@muc.de>
6315 * progmodes/cc-langs.el (c-operators, c-filter-ops):
6316 Amend doc-string and comments.
6318 2007-01-06 Eli Zaretskii <eliz@gnu.org>
6320 * files.el (abbreviate-file-name): Doc fix.
6322 2007-01-06 Markus Triska <triska@gmx.at>
6324 * subr.el (split-string): Remove spurious ")" from doc string.
6326 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
6328 * textmodes/table.el (table--warn-incompatibility):
6329 Use display-warning instead of momentary-string-display.
6331 2007-01-05 Richard Stallman <rms@gnu.org>
6333 * image.el (image-type-header-regexps): Recognize xbm more strictly.
6335 * simple.el (backward-kill-word): Doc fix.
6337 2007-01-05 Romain Francoise <romain@orebokech.com>
6339 * international/mule.el (sgml-html-meta-auto-coding-function):
6340 Ensure that the buffer contains a HTML document.
6342 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6344 * faces.el (momentary): Move here ...
6345 * subr.el (momentary): ... from here.
6347 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
6349 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
6350 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
6351 large structures/arrays.
6353 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
6355 * files.el (find-file-noselect-1, set-visited-file-name):
6356 Allow backup-enable-predicate to be nil.
6358 2007-01-04 Andreas Schwab <schwab@suse.de>
6360 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
6363 2007-01-03 Richard Stallman <rms@gnu.org>
6365 * woman.el (woman-decode-buffer): Clarify error message.
6367 2007-01-03 Alan Mackenzie <acm@muc.de>
6369 * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
6371 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
6373 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
6375 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6377 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
6379 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
6381 * emulation/viper.el (viper-custom-file-name, viper-mode):
6382 Fix typos in docstrings.
6384 * subr.el (momentary-string-display): After moving point, set POS
6385 variable to it to avoid later errors once the buffer is modified.
6388 2007-01-02 Alan Mackenzie <acm@muc.de>
6390 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
6391 check that the "*/" is present before trying to manipulate it.
6393 2007-01-02 Richard Stallman <rms@gnu.org>
6395 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
6397 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
6398 Fix format of value.
6400 * cus-edit.el (customize-unsaved): Rename from customize-customized.
6401 Change messages accordingly.
6402 (customize-customized): Now alias.
6404 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
6406 * files.el (version-control): Doc fix.
6408 2007-01-01 Alan Mackenzie <acm@muc.de>
6410 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
6411 Check the format of c-state-cache is valid for an optimisation before
6414 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
6415 are at a statement within a macro". Other changes so that only
6416 the first continuation line in a macro gets the symbol
6417 `cpp-define-intro', the others getting `statement', or whatever.
6419 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
6420 a string, preserve whitespace. Add a backslash only when also in
6423 * progmodes/cc-defs.el: Correct typos.
6425 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
6426 new line after an escaped EOL in a string.
6428 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
6429 label when it directly follows "else", "do", ....
6431 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
6432 angle brackets (as seen in "explicit specialisations" of C++
6435 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
6438 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
6439 when the comment ender looks like "=========*/" and is alone on
6442 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
6443 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
6446 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
6447 c-\(beginning\|end\)-of-defun by default.
6449 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
6450 New line-up function, for the DEFUN macro in the Emacs C sources.
6451 Only used in "gnu" style.
6453 * progmodes/cc-styles.el (c-style-alist): Use this new function in
6456 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
6457 clean-up comment-close-slash also to work when there's a comment
6458 terminator on the line.
6459 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
6460 these for large arg - only take account of top level {..}, except
6461 for initial and final adjustments. M-- C-M-[ae] now go to the
6462 right defuns when the starting point is between defuns. They use
6463 the four new functions:
6464 (c-in-function-trailer-p, c-where-wrt-brace-construct)
6465 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
6466 support c-\(beginning\|end\)-of-defun.
6468 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
6469 expressions more rigorously, to exclude bit-field specifiers from
6470 being classed as labels.
6471 (c-forward-label): When analyzing a ":" within a macro, be careful
6472 about using c-forward-syntactic-ws at the macro beginning.
6473 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
6474 stmt boundary, check for "operator=", etc.
6476 * progmodes/cc-mode.el (c-postprocess-file-styles):
6477 Bind inhibit-read-only to t, around the call to
6478 c-remove-any-local-eval-or-mode-variables, so that it works on a
6481 * progmodes/cc-defs.el (c-version): Update the version number to
6484 2007-01-01 Richard Stallman <rms@gnu.org>
6486 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
6487 only if we restored isearch-window-configuration.
6489 2006-12-31 Romain Francoise <romain@orebokech.com>
6491 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
6493 2006-12-31 Kim F. Storm <storm@cua.dk>
6495 * files.el (auto-mode-case-fold): New defcustom.
6496 (set-auto-mode): If non-nil, perform second case-sensitive pass
6497 through auto-mode-alist if first pass failed.
6499 2006-12-30 Richard Stallman <rms@gnu.org>
6501 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
6503 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
6505 * allout.el (allout-encrypt-string): Handle symmetric-key
6506 passphrase caching but leave keypair caching to pgg.
6508 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
6510 Sync with Tramp 2.0.55.
6512 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
6513 `integerp'. `char-equal' could fail else in case of negative
6514 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
6515 (top): Check for `font-lock-add-keywords' before calling; it
6516 doesn't exist under XEmacs.
6517 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
6518 (tramp-completion-mode): Remove clause (not
6519 tramp-unified-filenames), because the function is called in other
6520 context too, where this check results in wrong results in the
6521 XEmacs case on Windows.
6522 (tramp-touch): UTC handling is not possible for XEmacs.
6524 2006-12-30 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6526 * scroll-bar.el (previous-scroll-bar-mode): New variable
6527 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
6528 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
6530 * term/x-win.el: Set scroll bar mode to right if set by X resources.
6532 2006-12-30 Richard Stallman <rms@gnu.org>
6534 * files.el (make-backup-file-name-1): Precompute abs name
6535 but don't lose the relative name.
6537 * international/mule-cmds.el (select-safe-coding-system-interactively):
6540 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6542 * files.el (backup-buffer): Show entire backup file name in msg.
6544 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
6546 * image.el (image-type-header-regexps, image-type-from-data)
6547 (image-type-from-buffer, image-type-from-file-header):
6548 Revert changes from 2006-12-26.
6549 (image-type-auto-detectable): New variable.
6550 (image-type-auto-detected-p): New function.
6552 * files.el (magic-mode-alist): Detect image files with
6553 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
6555 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
6557 * dired.el (dired-sort-other): Move test for dired-mode...
6558 (dired-sort-set-modeline): ...to here.
6560 2006-12-29 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6562 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
6563 change. Suggested by Stefan Monnier.
6565 2006-12-29 Kim F. Storm <storm@cua.dk>
6567 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
6568 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
6570 2006-12-27 Kim F. Storm <storm@cua.dk>
6572 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
6573 so it doesn't accidentally match an fsf.org mail address.
6574 (authors-renamed-files-alist): Add tcover-*.el.
6576 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
6578 * vc-arch.el (vc-arch-find-version): New function.
6580 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
6581 composed of arbitrary characters (even /) in some systems.
6583 2006-12-27 Eli Zaretskii <eliz@gnu.org>
6585 * international/mule-cmds.el (select-safe-coding-system-interactively):
6586 Improve the message in the *Warning* buffer.
6588 2006-12-27 Kim F. Storm <storm@cua.dk>
6590 * ido.el (ido-set-matches-1): Fix last change. If default item is
6591 current buffer, it is ok to be first.
6593 2006-12-27 Kenichi Handa <handa@m17n.org>
6595 * international/mule-cmds.el (select-safe-coding-system-interactively):
6596 Use face `link' for problematic chars.
6598 2006-12-27 Kenichi Handa <handa@m17n.org>
6600 * international/mule-cmds.el (select-safe-coding-system-interactively):
6601 Improve the message in *Warning* buffer.
6603 2006-12-27 Kim F. Storm <storm@cua.dk>
6605 * ido.el (ido-set-matches-1): Never put current buffer first if
6606 there are other matches.
6608 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
6610 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
6612 (gdb-var-delete): Handle duplicate names. Print message for non
6614 (gdb-partial-output-name): Start buffer name with a space.
6615 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
6618 2006-12-26 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6620 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
6621 last footnote when `footnote-spaced-footnotes' is nil.
6623 2006-12-26 Richard Stallman <rms@gnu.org>
6625 * cus-edit.el (custom-browse-sort-alphabetically)
6626 (custom-buffer-sort-alphabetically)
6627 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
6629 * image.el (image-type-header-regexps): Change element format
6630 to include third item NOT-ALWAYS.
6631 (image-type-from-data): Handle new format.
6632 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
6633 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
6635 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
6637 * add-log.el (add-log-current-defun): Call `forward-sexp'
6638 multiple times to pick a member function name defined as
6639 part of nested classes/namespaces.
6641 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6643 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
6644 which keymap should be used to change menu. It does not affect any
6647 2006-12-26 Richard Stallman <rms@gnu.org>
6649 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
6650 rather than for being in a minibuffer window.
6652 2006-12-25 Daiki Ueno <ueno@unixuser.org>
6654 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
6655 locale-coding-system.
6656 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
6659 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
6661 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
6662 (sql-mode-syntax-table): Disable double quoted strings.
6663 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
6665 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6667 * startup.el (fancy-splash-last-input-event): New variable.
6668 (fancy-splash-special-event-action): New function.
6669 (fancy-splash-screens): Temporarily bind special events to it.
6670 Execute command for saved special event before exiting from
6673 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
6675 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
6676 Use mac-unread-string.
6678 2006-12-24 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6680 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
6681 an optimized comment regexp if `comment-start-skip' uses a ^.
6682 * bs.el (bs--up): Remove interactive spec.
6684 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6686 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
6687 Suggested by James Cloos.
6689 2006-12-24 Kevin Ryde <user42@zip.com.au>
6691 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
6693 (calendar-dst-ends): Default to first Sunday in November.
6695 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
6697 * allout.el (allout-encrypt-string): Inhibit use of agent within
6698 body of let form where encryption happens. Acknowledge non-use of
6699 gpg-agent in docstring.
6700 (allout-toggle-subtree-encryption): Acknowledge non-use of
6701 gpg-agent in docstring.
6703 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
6705 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
6707 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
6709 * ediff-diff.el (ediff-diff-options): Clarify docstring.
6710 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
6712 * emulation/viper-cmd.el (viper-post-command-sentinel):
6713 Protect against errors in hooks.
6714 (viper-add-newline-at-eob-if-necessary): Add newline only if we
6715 actually modify buffer; ignore errors if occur.
6717 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
6719 * calendar/calendar.el (calendar-mode-map): Switch < and >.
6720 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
6723 2006-12-23 Richard Stallman <rms@gnu.org>
6725 * simple.el (delete-horizontal-space): Doc fix.
6727 2006-12-23 Eli Zaretskii <eliz@gnu.org>
6729 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
6730 explicitly in a recursive Make, not implicitly through prerequisites,
6731 since the latter is wrong under parallel builds.
6733 2006-12-22 Eli Zaretskii <eliz@gnu.org>
6735 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
6737 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
6739 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
6742 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
6744 * outline.el (outline-next-visible-heading): Fix the case with a
6745 header at end-of-file with no final newline.
6747 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
6749 * indent.el (tab-always-indent): Doc fix.
6751 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
6753 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
6754 (Info-fontify-node): Do fontify indices.
6756 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
6757 to the Emacs Lisp reference manual.
6758 (tutorial--tab-map): Remove. All callers changed.
6759 (tutorial--find-changed-keys): New elt QUIET, used to...
6760 (tutorial--display-changes): ...ensure that warning messages are
6761 only issued once per changed key.
6762 (tutorial--remove-remarks): Delete unused code-path.
6763 (lang-strings): Remove extraneous formatting.
6764 (tutorial--save-tutorial): Prompt before saving tutorial state.
6766 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
6768 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
6769 Replace '?\ ' by '?\s' throughout.
6770 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
6771 `help' custom group.
6772 (tutorial--key-description): New function.
6773 (tutorial--display-changes): Remove redundant arg. Scan for all
6774 key sequences to avoid false matches. Cleanup.
6775 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
6776 reduce homedir pollution.
6777 (help-with-tutorial): Call tutorial--display-changes with no arg.
6779 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
6781 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
6783 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
6785 * net/tramp.el (tramp-default-method): We still need to check for
6786 `executable-find', because it is not bound under Emacs 20.
6787 (tramp-handle-file-name-completion)
6788 (tramp-completion-handle-file-name-completion): Handle optional
6789 parameter PREDICATE.
6790 (tramp-find-default-method): Add code for default values.
6792 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
6794 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
6795 make gud-go send "continue".
6797 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
6799 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
6800 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
6802 2006-12-19 Kim F. Storm <storm@cua.dk>
6804 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
6805 instead of global-map.
6807 * files.el (magic-mode-alist): Allow matching file type by
6808 calling a function at bob. Check for image types by calling
6809 image-type-from-buffer. Suggested by Juanma Barranquero.
6810 (set-auto-mode): Do it.
6812 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
6814 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
6815 Remove "ControlMaster" option from the other `scp*' methods.
6816 (tramp-default-method): Check for ssh-agent before setting to `scp'.
6818 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6820 * textmodes/org.el (org-mode): Show context after isearch.
6821 (org-show-siblings): New function.
6822 (org-show-context): Use `org-show-siblings'.
6824 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
6826 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
6827 Use syntax-ppss-toplevel-pos.
6829 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
6831 * textmodes/org.el (org-current-line): Make sure that lines are
6832 counted from beginning of buffer.
6833 (org-table-copy-region, org-table-paste-rectangle): Make sure that
6834 lines are counted from beginning of buffer.
6836 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
6838 * info.el (Info-build-node-completions): Signal error if tag-table
6839 marker is not found.
6841 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6843 2006-12-17 Alan Mackenzie <acm@muc.de>
6845 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
6846 speed) the case when open-paren-in-column-0-is-defun-start is nil.
6847 Based on code by Martin Rudalics.
6849 * progmodes/cc-mode.el (c-basic-common-init): Don't set
6850 open-paren-in-column-0-is-defun-start to nil any more.
6852 2006-12-17 Richard Stallman <rms@gnu.org>
6854 * simple.el (delete-horizontal-space): Use prefix arg.
6856 * help-fns.el (describe-variable): Improve blank separator lines.
6858 * files.el (magic-mode-alist): Mark as risky.
6860 * files.el (make-backup-file-name-1):
6861 Expand backup-directory explicitly.
6863 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
6865 * net/tramp.el (tramp-default-method): Before setting to "pscp",
6866 check whether package password.el is loaded, or Pageant is running.
6868 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
6870 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
6871 (icalendar--rris): First try Emacs, then XEmacs.
6872 (icalendar--convert-ical-to-diary): Doc fix.
6873 Insert newline at end of target file.
6875 2006-12-17 Kim F. Storm <storm@cua.dk>
6877 * outline.el (outline-isearch-open-invisible-function): New defvar.
6878 (outline-flag-region): Use it if non-nil for isearch-open-invisible
6879 overlay property instead of outline-isearch-open-invisible.
6881 2006-12-16 Kim F. Storm <storm@cua.dk>
6883 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
6884 if ido-directory-too-big is set on entry.
6885 (ido-toggle-ignore, ido-completion-help): Print message while
6886 reading big directory.
6888 2006-12-15 Richard Stallman <rms@gnu.org>
6890 * shell.el (shell): Doc fix.
6892 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
6894 * emulation/edt.el (edt-xserver):
6895 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
6896 to fix a problem on Cygwin.
6899 * emulation/edt-mapper.el
6900 * emulation/edt-lk201.el
6901 * emulation/edt-pc.el
6902 * emulation/edt-vt100.el: Update maintainer's email address.
6904 2006-12-15 Simon Marshall <simon@gnu.org>
6906 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
6908 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6910 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
6911 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
6912 instead of mac-atsu-font-table.
6913 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
6915 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
6917 * align.el (align-match-tex-pattern): Fix a rare bug which
6920 2006-12-14 Richard Stallman <rms@gnu.org>
6922 * startup.el (use-fancy-splash-screens-p): Use frame-height
6923 instead of window-height. Pass frame to image-size.
6925 2006-12-13 Kenichi Handa <handa@m17n.org>
6927 * international/mule-cmds.el (set-locale-environment):
6928 Set default-sendmail-coding-system too.
6930 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
6932 * progmodes/idlw-help.el: Fix copyright notice.
6934 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6936 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
6938 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6940 * subr.el (unread-command-char): Reformat obsolescence info.
6942 2006-12-11 Richard Stallman <rms@gnu.org>
6944 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
6945 about calls to cl-struct-setf-expander.
6947 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6949 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
6950 (ediff-combination-pattern): Fix typo in docstring.
6952 * textmodes/refer.el (refer-find-entry): Doc fix.
6953 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
6954 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
6955 Fix tipos in docstrings.
6957 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
6959 2006-12-10 Kim F. Storm <storm@cua.dk>
6961 * ido.el (ido-init-completion-maps): Remap backward-kill-word
6962 instead of binding M-backspace.
6964 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
6966 * replace.el (replace-match-data, replace-match-maybe-edit):
6967 * calc/calc-aent.el (calc-eval-error):
6968 * emulation/vi.el (vi-char-argument):
6969 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
6970 (c-vsemi-status-unknown-p-fn): Doc fixes.
6972 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
6974 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
6975 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
6977 2006-12-10 Masatake YAMATO <jet@gyve.org>
6979 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
6981 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
6983 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
6985 * man.el (Man-xref-button-action): New function. If the
6986 `Man-target-string' button property is a function, assume it
6987 accepts a position argument.
6988 (Man-abstract-xref-man-page): Use it.
6989 (Man-default-man-entry): New optional arg POS.
6991 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
6992 symlink arrows read-only and non-rear-sticky.
6994 2006-12-09 Martin Rudalics <rudalics@gmx.at>
6996 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
6997 (wdired-search-and-rename): Simplify code.
6998 (wdired-preprocess-files, wdired-preprocess-perms): Make
6999 read-only property of preceding character rear-nonsticky to
7000 avoid that it can be modified. Put old-name and old-link
7001 properties on character preceding name and replace
7002 put-text-property by add-text-properties.
7003 (wdired-get-filename, wdired-get-previous-link): Get old-name
7004 and old-link properties from character preceding name and
7006 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
7007 (wdired-perms-to-number): Make local-map property
7008 rear-nonsticky to avoid that text following permissions may be
7009 modified. Use add-text-properties instead of put-text-property
7010 when changing a permission bit.
7011 (wdired-change-to-dired-mode): Remove stickiness properties.
7013 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
7015 * international/mule-cmds.el (register-input-method): Doc fix.
7017 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
7019 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
7021 2006-12-09 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7023 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
7024 Force buffer local defs evaluation on local variables loading.
7025 (flyspell-mode-on, flyspell-mode-off): Use it in
7026 `hack-local-variables-hook'.
7028 2006-12-09 Eli Zaretskii <eliz@gnu.org>
7030 * emacs-lisp/find-func.el (find-variable): Doc fix.
7032 * help-fns.el (variable-at-point): Doc fix.
7034 * w32-fns.el (w32-append-code-lines): New function.
7036 2006-12-09 Romain Francoise <romain@orebokech.com>
7038 * comint.el (comint-insert-input): Delete obsolete comment.
7040 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7042 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
7043 current frame, in case we're connected to several displays.
7045 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
7047 * frame.el (other-frame): Doc fix.
7048 (set-frame-parameter): Fix typo in docstring.
7050 2006-12-07 Kim F. Storm <storm@cua.dk>
7052 * info.el (Info-index): Strip leading colon from topic.
7054 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
7056 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
7059 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
7061 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
7062 Trim out spurious class inheritance "None" entries.
7064 2006-12-05 Kim F. Storm <storm@cua.dk>
7066 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
7067 (cua-paste-pop): Rework last change for
7068 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
7069 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
7070 text inserted by the last M-y command.
7072 2006-12-05 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7074 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
7075 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
7077 * shell.el (shell): Search the start file in ~/.emacs.d as
7078 `init_SHELLNAME.sh' instead.
7080 2006-12-05 Glenn Morris <rgm@gnu.org>
7082 * progmodes/cperl-mode.el (cperl-mode)
7083 * progmodes/f90.el (f90-mode-abbrev-table)
7084 * progmodes/fortran.el (fortran-mode-abbrev-table)
7085 * progmodes/octave-mod.el (octave-abbrev-table)
7086 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
7087 if abbrev-table is non-nil (saved user abbrevs may have been restored).
7089 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
7090 clear abbrev table, else saved abbrevs will not be restored.
7092 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
7094 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
7095 the call to `make-obsolete-variable', not in the docstring.
7097 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
7099 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
7101 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7103 * progmodes/ebnf-abn.el:
7104 * progmodes/ebnf-bnf.el:
7105 * progmodes/ebnf-dtd.el:
7106 * progmodes/ebnf-ebx.el:
7107 * progmodes/ebnf-iso.el:
7108 * progmodes/ebnf-otz.el:
7109 * progmodes/ebnf-yac.el:
7110 * progmodes/ebnf2ps.el:
7115 * ps-print.el: Remove 'Time-stamp' comment mark.
7117 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
7118 'easy-menu-add-item' when called in Emacs 21 or higher.
7120 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
7122 * progmodes/ada-xref.el (ada-check-current): Doc fix.
7123 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
7125 2006-12-04 Kim F. Storm <storm@cua.dk>
7127 * bindings.el (global-map): Bind [signal t] to ignore, to have
7128 user signals ignored by default.
7130 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
7132 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
7133 Unicode data file pointed to by `describe-char-unicodedata-file'.
7135 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
7137 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
7138 O(n^2) regexp-search by anchoring the search.
7140 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
7142 * whitespace.el (whitespace-cleanup-internal): Use current
7143 argument for recursive call.
7145 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
7147 * net/tramp.el (tramp-methods): Add "ControlPath" and
7148 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
7149 Andreas Schwab <schwab@suse.de>.
7150 (tramp-do-copy-or-rename-file-out-of-band)
7151 (tramp-open-connection-rsh): Compute format spec for ?t.
7152 (tramp-process-actions): Trace command parameters.
7154 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
7156 * simple.el (toggle-truncate-lines): Clarify doc string.
7158 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
7159 (gdb-speedbar-expand-node): Use it.
7161 2006-12-04 Richard Stallman <rms@gnu.org>
7163 * progmodes/python.el (python-indent): Add safe-local-variable prop.
7165 * dired.el (dired-revert): Turn off dired-after-readin-hook
7166 around call to dired-readin.
7168 * menu-bar.el (menu-bar-make-toggle): Add "globally"
7169 to echo area messages.
7170 <indicate-empty-lines, case-fold-search>:
7171 Add "globally" to Help string.
7172 <case-fold-search>: MESSAGE arg need not say "globally".
7173 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
7175 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
7177 * outline.el (outline-end-of-subtree): Don't leave an empty
7178 line hidden as we would a real next heading.
7180 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
7182 * allout.el (allout-ascend): Add an optional argument to preserve
7183 original position of point when unsuccessful. Also, fix a
7185 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
7186 work again, using allout-ascend's new option.
7187 (allout-setup-mode-map): Extract from allout-mode to initialize
7188 allout-mode-map. Call it on file load, so the mode docstring
7189 substitutions work even if allout mode has not yet been invoked.
7190 (allout-mode): Use new allout-setup-mode-map to track any keybinding
7191 customizations since the map was last processed. Also, refine the
7192 docstring so it's ship-shape for release.
7193 (allout-default-layout, allout-beginning-of-line-cycles)
7194 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
7195 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
7196 (allout-version, allout-layout, allout-infer-body-reindent)
7197 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
7198 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
7199 (allout-previous-heading, allout-goto-prefix-doublechecked)
7200 (allout-current-bullet-pos, allout-next-sibling-leap)
7201 (allout-pre-command-business, allout-encrypted-type-prefix)
7202 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
7203 (allout-rebullet-topic, allout-rebullet-topic-grunt)
7204 (allout-flag-region, allout-expose-topic, allout-expose-topic)
7205 (allout-old-expose-topic, allout-listify-exposed)
7206 (allout-process-exposed, allout-latex-verb-quote)
7207 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
7208 (allout-toggle-current-subtree-encryption)
7209 (allout-toggle-subtree-encryption, allout-bullet-isearch):
7210 Remove extraneous open-paren and close paren string escapes.
7212 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
7214 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
7215 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
7216 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
7217 Fix typos in docstrings.
7219 2006-12-03 Glenn Morris <rgm@gnu.org>
7221 * progmodes/cc-align.el
7222 * progmodes/cc-awk.el
7223 * progmodes/cc-cmds.el
7224 * progmodes/cc-compat.el
7225 * progmodes/cc-defs.el
7226 * progmodes/cc-engine.el
7227 * progmodes/cc-langs.el
7228 * progmodes/cc-menus.el
7229 * progmodes/cc-mode.el
7230 * progmodes/cc-styles.el
7231 * progmodes/cc-vars.el
7232 * progmodes/vhdl-mode.el: Fix Copyright format.
7234 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
7236 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
7239 2006-12-02 Kim F. Storm <storm@cua.dk>
7241 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
7242 (cua-repeat-replace-region): Make M-v more robust.
7243 (cua-paste-pop-rotate-temporarily): New defcustom.
7244 (cua-paste-pop): Use it.
7245 (cua-auto-mark-last-change): New defcustom.
7246 (cua-pop-to-last-change): New helper function.
7247 (cua-set-mark): Use them.
7249 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
7251 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
7252 mini-buffer message.
7254 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
7256 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
7258 2006-12-01 Ben North <ben@redfrontdoor.org>
7260 * paren.el: Fix the highlight overlay extension when the user types a
7261 sequence of char very fast just before the open parenthesis.
7263 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7265 * ps-mule.el: Eliminate Emacs 20 compatibility.
7267 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
7268 (ps-print-version): New version 6.7.
7269 (ps-print-quote): Replace '?\ ' by '?\s'.
7271 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
7273 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
7274 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
7275 (hexl-end-of-1k-page): Doc fixes.
7276 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
7277 Fix typos in docstrings.
7279 2006-11-30 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7281 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
7282 locally, i.e. without using file name handlers.
7283 (ido-read-internal): Allow mono letter host names, avoiding the
7284 `c:' problem by testing if the file exists locally.
7285 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
7287 2006-11-30 Masatake YAMATO <jet@gyve.org>
7289 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
7290 to avoid bytecomp warnings.
7291 (hexl-mode-old-ruler-function): New variable.
7292 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
7293 and `hl-line-range-function' after `require' hl-line.
7294 Then bind `hl-line-range-function' and `hl-line-face'.
7295 Don't require frame. Don't use `with-no-warnings'.
7296 (hexl-activate-ruler): Store the original value of
7297 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
7298 (hexl-mode-exit): Restore the original value of
7299 `ruler-mode-ruler-function'.
7301 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
7303 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
7304 (hexl-mode-old-hl-line-face): New variable.
7305 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
7306 line when exit from the hexl-mode.
7308 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
7310 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
7313 * international/fontset.el (create-fontset-from-ascii-font)
7314 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
7315 (fontset-name-p): Fix typo in docstring.
7317 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
7319 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7321 * ps-bdf.el: Fix maintainer email.
7323 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
7326 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
7328 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
7331 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
7333 * progmodes/idlwave.el (idlwave-auto-fill):
7334 Remove paragraph-start let to prevent auto-fill giving up.
7336 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
7338 * vt100-led.el (led-state): Fix typo in previous change.
7340 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7342 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7343 Fix interactive spec of the functions getting defined to make them
7346 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
7348 * startup.el (fancy-splash-screens): Hide initial splash buffer.
7350 2006-11-28 Kim F. Storm <storm@cua.dk>
7352 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
7353 icomplete-mode is enabled.
7355 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
7357 * textmodes/org.el (require): Require gnus-sum during compilation
7358 to avoid problem with a macro call.
7360 2006-11-28 Glenn Morris <rgm@gnu.org>
7362 * emacs-lisp/authors.el (authors-aliases): Add new alias.
7364 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
7365 (fortran-window-create-momentarily): Do not need string-to-char.
7367 2006-11-28 Richard Stallman <rms@gnu.org>
7369 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
7370 Replace incorrect use of assoc-default with a loop.
7372 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
7374 * simple.el (next-error-find-buffer): Improve messages.
7376 * files.el (revert-buffer): Special error message if file
7377 is now not readable.
7379 * facemenu.el (facemenu-add-new-face): Improve doc strings of
7380 constructed commands.
7382 * comint.el (comint-exec-1): Provide Emacs version and `comint'
7385 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7387 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
7389 * server.el: Remove spurious * in docstrings.
7390 (server-process-filter): Exit from recursive editing before processing
7393 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
7395 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
7396 line so hidden blocks will be correctly identified.
7398 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
7400 * ledit.el (ledit-save-defun, ledit-mode):
7401 * resume.el (resume-emacs-args-buffer):
7402 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
7403 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
7404 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
7405 (command-send-input, command-kill-line):
7406 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
7408 * autoarg.el (autoarg-kp-mode): Doc fix.
7410 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
7411 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
7412 (check-emacs-lock): Doc fix. Simplify.
7414 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
7415 (iimage-mode-buffer): Fix typos in docstring.
7417 * misc.el (zap-up-to-char): Doc fix.
7419 * time-stamp.el: Fix comment and obsolescence string for old
7420 functions. Use `dolist' instead of `while'.
7422 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
7424 * disp-table.el (standard-display-8bit, standard-display-default):
7425 * ebuff-menu.el (electric-buffer-list):
7426 * ehelp.el (electric-help-command-loop):
7427 * font-core.el (font-lock-mode):
7428 * help-macro.el (make-help-screen):
7429 * help.el (describe-minor-mode-completion-table-for-indicator)
7430 (lookup-minor-mode-from-indicator):
7431 * indent.el (tab-to-tab-stop, move-to-tab-stop):
7432 * info-look.el (info-lookup-guess-custom-symbol):
7433 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
7434 * longlines.el (longlines-wrap-line):
7435 * macros.el (insert-kbd-macro):
7436 * menu-bar.el (menu-bar-update-buffers):
7437 * misc.el (copy-from-above-command):
7438 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
7439 * newcomment.el (comment-indent):
7440 * novice.el (disabled-command-function):
7441 * sort.el (sort-fields-syntax-table):
7442 * subr.el (momentary-string-display):
7443 * tar-mode.el (tar-header-block-summarize)
7444 (tar-clear-modification-flags):
7445 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
7446 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
7447 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
7448 (te-delete-char, te-down-vertically-or-scroll):
7449 * time-stamp.el (time-stamp-string-preprocess):
7450 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
7452 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7454 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
7457 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
7458 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
7460 2006-11-26 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7462 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
7464 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
7466 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
7467 (ada-compile-goto-error): Adapt to new argument profile of
7468 compilation-goto-locus in Emacs 22. Don't check if the various
7469 compile functions are defined; we already do "(require 'compile)".
7471 2006-11-26 Kim F. Storm <storm@cua.dk>
7473 * kmacro.el: Fix commentary.
7475 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
7477 * progmodes/gud.el (gdb): Explain how to run in text command mode
7478 more clearly. Say in error message that multiple debugging
7479 requires restarting GDB.
7481 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
7483 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
7485 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
7487 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
7488 (flymake-popup-menu): Use it instead of posn-at-point.
7490 2006-11-25 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7492 * progmodes/cc-vars.el (c-backslash-column):
7493 Mention c-backslash-max-column in documentation for c-backslash-column.
7495 2006-11-24 Lars Hansen <larsh@soem.dk>
7497 * net/tramp.el (tramp-default-method): Under Windows, change from
7499 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
7500 (tramp-actions-copy-out-of-band):
7501 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
7502 (tramp-action-out-of-band): Move "Permission denied" handling to
7503 tramp-action-copy-failed.
7504 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
7507 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7509 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7510 strings to a single string. Quote `errors-file-name'.
7511 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7512 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7513 Adjust calls. Use `shell-quote-argument'.
7515 * international/mule.el (load-with-code-conversion)
7516 (with-category-table): Use with-current-buffer.
7517 (after-insert-file-set-coding): Use restore-buffer-modified-p.
7519 2006-11-24 Eli Zaretskii <eliz@gnu.org>
7521 * mail/smtpmail.el (smtpmail-send-it):
7522 Copy buffer-file-coding-system from the mail buffer. Possibly add a
7523 MIME header for the message encoding.
7524 Bind coding-system-for-write around the call to mail-do-fcc.
7525 Use smtpmail-code-conv-from to encode queued mail messages.
7527 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
7529 * tabify.el (tabify-regexp): Doc fix.
7531 * net/rcirc.el (rcirc-buffer-maximum-lines):
7532 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
7534 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
7535 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
7536 Fix typos in output messages.
7537 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
7539 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7541 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
7543 (hexlify-buffer): Don't re-encode an arg that's already encoded.
7545 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
7547 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
7548 Remove condition-case.
7550 2006-11-23 Glenn Morris <rgm@gnu.org>
7552 * progmodes/f90.el (f90-comment-indent): Do not move point in
7555 2006-11-21 Romain Francoise <romain@orebokech.com>
7557 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
7558 from library name (reverts change of 2005-10-25).
7560 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
7562 * tutorial.el (tutorial--default-keys): Add newline and
7563 delete-backward-char bindings.
7564 (tutorial--detailed-help): Save excursion when finding keys.
7565 Correct warning string for M-x FOO case.
7566 (tutorial--display-changes): Print special keys in tutorial style.
7567 Tweak search regexp for changed keys.
7569 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7571 * thingatpt.el (thing-at-point-url-at-point): Don't add a
7574 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
7576 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
7577 are new to the list at IANA. Also added irc, mms, mmsh.
7579 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
7581 * progmodes/idlw-help.el (idlwave-html-help-location):
7582 Fail gracefully for missing help packages.
7583 (idlwave-help-assistant-open-link): Open full links.
7584 (idlwave-help-assistant-help-with-topic): Direct help link.
7586 * progmodes/idlwave.el (idlwave-mode):
7587 Set add-log-current-defun-function.
7588 (idlwave-current-routine-fullname): Add, to support add-log.
7589 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
7590 to reflect improvements to xml-parse-file.
7591 (idlwave-mode-menu-def): New binding for help-with-topic.
7593 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
7594 Handle extra newlines and spaces.
7595 (idlwave-shell-mode-map): Add help-with-topic.
7597 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
7599 * tutorial.el (tutorial-warning-face): New face.
7600 (tutorial--detailed-help, tutorial--display-changes): Use it.
7601 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
7602 Improve search pattern for occurrences of changed keys.
7604 2006-11-20 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7606 * term/x-win.el (x-last-cut-buffer-coding): New variable.
7607 (x-select-text): Set it.
7608 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
7609 when checking for newness.
7611 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
7613 * subr.el (posn-image):
7614 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
7616 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
7618 2006-11-19 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7620 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
7621 Exceptions to the rule "add a space between an identifier and an
7622 opening parenthesis". Defaulted to the `#define' problem of cpp.
7623 (glasses-parenthesis-exception-p): New. Check if the region is an
7624 exception regarding to that.
7625 (glasses-make-readable): Use it.
7626 (glasses-convert-to-unreadable): Ditto. Modify the file also if
7627 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
7629 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
7631 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
7633 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
7635 * progmodes/ada-mode.el (ada-make-body): Fix typo.
7637 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
7638 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
7640 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
7642 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
7643 conditions for function or variable bindings.
7645 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
7647 * progmodes/compile.el (compilation-start): Ditto.
7649 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
7651 * net/tramp.el (top): cl and custom are always required.
7653 2006-11-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7655 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
7656 cut-buffers with next-selection-coding-system if not nil.
7658 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7660 * textmodes/org.el (org-fix-decoded-time): New function.
7661 (org-display-custom-time): Use `org-fix-decoded-time'.
7663 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
7665 * menu-bar.el (menu-bar-games-menu): Remove yow.
7667 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
7669 * textmodes/org.el (org-scan-tags): Re-align code fixed.
7670 (org-detach-overlay): Rename from `org-detatch-overlay'.
7671 (org-table-convert-region): Insert space after column separator.
7672 (org-agenda-kill): New command.
7673 (org-metaleft): Call `org-outdent-item' on bullets.
7674 (org-metaright): Call `org-indent-item' on bullets.
7675 (org-timestamp-change): Set `org-last-changed-timestamp'.
7676 (org-current-line): Make sure (bolp) returns correct result.
7677 (org-agenda-change-all-lines): Make sure TODO are highlighted.
7679 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7681 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
7683 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
7685 * mouse.el (global-map): Change 2006-08-16 fix to call
7686 mouse-yank-at-click explicitly, since mouse events are not carried
7687 over into keyboard macros.
7689 2006-11-16 Kim F. Storm <storm@cua.dk>
7691 * ido.el (ido-file-internal): Use current buffer's file name as default
7692 choice for ido-find-alternate-file. Suggested by Matt Hodges.
7694 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
7696 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
7697 (allout-inhibit-aberrance-doublecheck): Rename from
7698 allout-during-yank-processing. All callers changed.
7699 (allout-ascend): Provide for unusual case where some topic after
7700 the first in file is at lower depth than the first.
7701 (allout-shift-in): Ensure the offspring of the new containing
7703 (allout-encrypt-string): Preserve the coding-system of the text,
7704 according to that of the containing buffer.
7705 (allout-toggle-subtree-encryption): When the text being encrypted
7706 requires a different coding system, offer to preserve the coding
7707 system using a file local var.
7709 2006-11-15 Simon Marshall <simon@gnu.org>
7711 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
7712 to recognise "T t()" as a function declaration, rather than a
7713 variable instantiation, iff at the top-level or inside a class
7714 declaration. Suggested by Feng Li <fengli@gmail.com>.
7716 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
7718 * progmodes/ada-xref.el (ada-parse-prj-file):
7719 Don't delete project buffer; user may want to edit it.
7720 (ada-xref-set-project-field, ada-xref-current-project-file)
7721 (ada-xref-current-project, ada-show-current-project)
7722 (ada-set-main-compile-application): New functions.
7723 (ada-xref-get-project-field, ada-require-project-file):
7724 Normalize use of ada-prj-default-project-file.
7725 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
7726 Normalize use of ada-require-project-file.
7727 (ada-prj-find-prj-file): Improve doc string, comments.
7729 * progmodes/ada-mode.el (ada-mode-version): Bump version.
7730 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
7731 (ada-create-menu): Add ada-set-main-compile-application,
7732 ada-show-current-main, ada-show-current-project.
7734 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7736 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
7737 (inferior-python-mode): Use it.
7739 2006-11-14 Andreas Schwab <schwab@suse.de>
7741 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7743 2006-11-13 Kim F. Storm <storm@cua.dk>
7745 * ido.el (ido-copy-current-word): C-o copies region if active.
7747 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7749 * textmodes/org.el (org-emph-face): Fix typo in variable name.
7751 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
7753 * ediff.el (ediff-revision):
7754 * files.el (set-visited-file-name):
7755 * mail/rmailout.el (rmail-output-body-to-file):
7756 Use `format', not `message', in `y-or-n-p' call.
7758 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
7760 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
7761 (org-metaright): Call `org-indent-item' on bullets.
7762 (org-timestamp-change): Set `org-last-changed-timestamp'.
7763 (org-current-line): Make sure (bolp) returns correct result.
7764 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
7766 2006-11-12 Richard Stallman <rms@gnu.org>
7768 * language/european.el (turkish-case-conversion-enable)
7769 (turkish-case-conversion-disable): New functions.
7770 ("Turkish" lang env): Use them.
7772 * international/characters.el (case table):
7773 Do nothing special for i and I.
7775 * subr.el (remove-overlays): Fix last change.
7777 * cus-edit.el (custom-save-all): Use find-file-visit-truename
7778 for visiting the custom file.
7780 2006-11-12 Markus Triska <triska@gmx.at>
7782 * play/handwrite.el (handwrite): Also process lines not ending
7783 with newline. Replace some position-fiddling with different
7784 logic. Improve performance.
7786 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
7788 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
7789 replacing deleted variable `ada-check-switch'.
7790 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
7791 (ada-xref-project-files): Improve doc string.
7792 (ada-find-executable): New function.
7793 (ada-initialize-runtime-library): Use `ada-find-executable'.
7794 (ada-xref-set-default-prj-values): In compile commands, don't need
7795 `ada-cd-command'; `compile' does that more portably.
7796 Use ada-prj-default-check-cmd.
7797 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
7798 properties if not specified in project file.
7799 (ada-goto-declaration): Display useful message for new error
7800 'error-file-not-found.
7801 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
7802 'error-file-not-found.
7803 (ada-get-all-references): Match latest ali syntax. Signal new
7804 error 'error-file-not-found.
7805 (ada-find-in-ali): Match latest ali syntax.
7806 (ada-make-filename-from-adaname): Handle different semantics of
7807 gnatkr in GNAT 3.15p vs later.
7809 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
7810 ada-procedure-start-regexp.
7811 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
7813 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
7815 (ada-language-version): Rename ada05 -> ada2005.
7816 (ada-align-region-separate): Add `eval-when-compile'.
7817 (ada-name-regexp): Remove unneeded escapes in regexp character
7819 (ada-compile-goto-error-file-linenr-re): New constant.
7820 (ada-matching-start-re): Handle additional cases `declare',
7821 `procedure', `function'.
7822 (ada-compile-goto-error): Handle "... at line nn".
7823 (ada-mode): Clearer syntax, comments for ff-special-constructs.
7824 Delete support for old versions of `align'.
7825 (ada-search-prev-end-stmt): Handle additional keyword `private'.
7826 (ada-check-defun-name): Simplify handling of `declare'.
7827 (ada-goto-matching-start): Handle nested `begin ... end'.
7828 Handle `declare', `protected', `procedure', `function'.
7829 (ada-create-menu): Presence of arm95 is not conditional on using
7832 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
7834 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
7835 nil in the *RE-Builder* buffer (it causes spurious error messages).
7837 * server.el (server-visit-files): If `minibuffer-auto-raise' has
7838 been set to t, respect it.
7840 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
7842 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
7843 Delete commented out code for old Emacs versions. Autoloading of
7844 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
7845 (ada-mode-version): Bump version number.
7846 (ada-95-string-keywords, ada-2005-string-keywords)
7847 (ada-2005-keywords, ada-name-regexp): New constant.
7848 (ada-language-version, ada-procedure-start-regexp, ada-mode)
7849 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
7850 (ada-package-start-regexp): Support private packages, include package
7851 name (for ada-set-point-accordingly).
7852 (ada-next-procedure, ada-previous-procedure)
7853 (ada-which-function-are-we-in): Match changes to
7854 ada-procedure-start-regexp.
7855 (ada-make-body): Make non-interactive; not a user function.
7856 (ada-make-subprogram-body): Improve doc string.
7858 2006-11-11 Romain Francoise <romain@orebokech.com>
7860 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
7861 `compilation-error-regexp-alist' buffer-local, since we changed
7862 `compilation-error-regexp-alist-alist' locally.
7864 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
7866 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
7867 to the value of `server-raise-frame'.
7869 2006-11-11 Glenn Morris <rgm@gnu.org>
7871 * ido.el (ido-enable-prefix)
7872 * ses.el (ses-call-printer-return)
7873 * net/tramp.el (tramp-unified-filenames)
7874 * progmodes/cc-align.el (c-lineup-string-cont)
7875 * progmodes/compile.el (compilation-directory-matcher)
7876 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7877 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7878 (vhdl-clock-rising-edge)
7879 * textmodes/org.el (org-export-with-timestamps)
7880 (org-export-remove-timestamps-from-toc)
7881 (org-export-with-tags): Improve previous doc fixes.
7883 2006-11-11 Richard Stallman <rms@gnu.org>
7885 * textmodes/flyspell.el (flyspell-mode-map):
7886 Bind C-c $ instead of M-RET.
7888 2006-11-10 Simon Marshall <simon@gnu.org>
7890 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
7891 fontification for "case" and "default" keywords.
7893 2006-11-10 Andreas Schwab <schwab@suse.de>
7895 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
7896 Avoid starting sentence with "nil".
7898 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7900 * server.el (server-raise-frame): New option.
7901 (server-switch-buffer): Use it.
7903 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
7905 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
7908 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
7910 * textmodes/org.el (org-show-hierarchy-above)
7911 (org-show-following-heading): Fix typo in default value.
7912 (org-scan-tags): Make the search case-sensitive.
7913 (org-tags-sparse-tree): Don't overrule
7914 `org-show-following-heading' and `org-show-hierarchy-above'.
7915 (org-reveal): New command.
7916 (org-show-context): Rename from `org-show-hierarchy-above'.
7917 (org-fast-tag-selection-single-key): New option.
7918 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
7919 (org-tags-overlay): New variable.
7920 (org-agenda-todo-ignore-deadlines): New option.
7921 ("session"): Add circular data structure `org-mark-ring' to
7922 exceptions list in session.el.
7923 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
7925 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
7926 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
7927 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
7928 (org-finalize-agenda): Activate bracket links in agenda.
7929 (org-at-timestamp-p, org-at-date-range-p): Additional argument
7931 (org-show-hierarchy-above, org-show-following-heading):
7932 List values allowed for fine-tuned configuration.
7933 (org-show-hierarchy-above): New argument CONTEXT, use the
7934 fine-tuned settings in `org-show-hierarchy-above' and
7935 `org-show-following-heading'.
7936 (org-display-custom-time): New function.
7937 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
7938 (org-display-custom-times, org-time-stamp-custom-formats):
7939 (org-maybe-intangible): New macro.
7940 (org-activate-bracket-links, org-hide-wide-columns):
7941 Use `org-maybe-intangible'.
7942 (org-open-file): Use `shell-quote-argument'.
7943 (org-display-internal-link-with-indirect-buffer): New option.
7944 (org-file-remote-p): Get regexp from list.
7945 (org-link-expand-abbrev): New function.
7946 (org-link-abbrev-alist): New option.
7947 (org-open-at-point, org-cleaned-string-for-export):
7948 Call `org-link-expand-abbrev'.
7949 (org-timeline, org-agenda-list, org-todo-list)
7950 (org-tags-view): Remove the KEEP-MODES argument.
7951 (org-finalize-agenda-hook): New hook.
7952 (org-get-alist-option): New function.
7953 (org-follow-timestamp-link): New function.
7954 (org-open-at-point): Call `org-follow-timestamp-link'.
7955 (org-log-note-marker, org-log-note-purpose)
7956 (org-log-note-window-configuration): New variables.
7957 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
7958 (org-log-note-headings): New option.
7959 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
7960 (org-store-link): Support for dired-mode.
7961 (org-open-file): Substitute environment variables into filename.
7962 (org-last): New defsubst.
7963 (org-agenda-re-align-tags): New function.
7964 (org-agenda-align-tags-to-column): New option.
7965 (org-agenda-timeline): Group removed.
7966 (org-prepare-agenda, org-prepare-agenda-buffers)
7967 (org-run-agenda-series, org-timeline, org-agenda-list)
7968 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
7969 the text property inticating the agenda type.
7970 (org-agenda-post-command-hook): Get agenda type from text property
7972 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
7973 and obey `org-agenda-overriding-arguments'.
7974 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
7975 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7976 (org-agenda-week-view, org-agenda-day-view):
7977 Use `org-agenda-overriding-arguments' to make updating work with
7978 multi-block agendas.
7979 (org-agenda-prefix-format): Allow different formats for the
7980 different agenda entry types.
7981 (org-timeline-prefix-format): Option removed, use
7982 `org-agenda-prefix-format' instead.
7983 (org-prepare-agenda): New function.
7984 (org-select-timeline-window): Option removed, use
7985 `org-select-agenda-window' instead.
7986 (org-respect-restriction): Variable removed.
7987 (org-cmp-tag): New function.
7988 (org-agenda-sorting-strategy, org-entries-lessp):
7989 Implement sorting by last tag.
7990 (org-complete): Better completion in in-buffer option lines.
7991 (org-in-item-p): New function.
7992 (org-org-menu): Add entries for checkboxes.
7993 (org-cycle): Extra brouping in outline-regexp, because it is used
7994 in a search with "^" prepended.
7995 (org-provide-checkbox-statistics): New option.
7996 (org-set-font-lock-defaults): Highlight checkbox statistics.
7997 (org-update-checkbox-count-maybe)
7998 (org-get-checkbox-statistics-face): New functions.
7999 (org-update-checkbox-count): New command.
8000 (org-insert-item, org-toggle-checkbox):
8001 Call `org-update-checkbox-count-maybe'.
8002 (org-export-as-html): XEmacs compatibility for coding system.
8003 (org-force-cycle-archived): New command.
8004 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
8006 (org-fix-position-after-promote): If the line contains only a todo
8007 keyword, add a final space.
8008 (org-promote-subtree, org-demote-subtree):
8009 Call `org-fix-position-after-promote'.
8011 2006-11-10 Glenn Morris <rgm@gnu.org>
8013 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
8015 (calendar-dst-check-each-year-flag): New customizable variable.
8016 (calendar-dst-find-data): New function, extracted from
8017 calendar-current-time-zone.
8018 (calendar-current-time-zone): Use calendar-dst-find-data.
8019 (calendar-dst-transition-cache): New variable.
8020 (calendar-dst-find-startend, calendar-dst-starts)
8021 (calendar-dst-ends): New functions.
8022 (calendar-daylight-savings-starts)
8023 (calendar-daylight-savings-ends): Change value to use
8024 calendar-dst-starts, calendar-dst-ends; respectively.
8026 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
8028 * ido.el (ido-enable-prefix)
8029 * ses.el (ses-call-printer-return)
8030 * net/tramp.el (tramp-unified-filenames)
8031 * progmodes/cc-align.el (c-lineup-string-cont)
8032 * progmodes/compile.el (compilation-directory-matcher)
8033 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
8034 * progmodes/gdb-ui.el (gdb-many-windows)
8035 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
8036 (vhdl-clock-rising-edge)
8037 * textmodes/org.el (org-export-with-timestamps)
8038 (org-export-remove-timestamps-from-toc, org-export-with-tags)
8039 (org-read-date): Doc fix (Nil -> nil).
8041 2006-11-10 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8043 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
8044 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
8046 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
8048 * bs.el (bs--window-for-buffer): Remove.
8049 (bs--show-with-configuration): Use `get-window-with-predicate'
8050 instead of `bs--window-for-buffer'.
8052 2006-11-10 Kenichi Handa <handa@m17n.org>
8054 * files.el (revert-buffer): Fix previous change.
8056 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
8058 * bs.el (bs--redisplay): Fix typo in docstring.
8059 (bs--window-config-coming-from): Make frame-local.
8060 (bs--restore-window-config): New function.
8061 (bs-kill, bs-select, bs-select-other-window)
8062 (bs-select-other-frame): Use it.
8063 (bs--window-for-buffer): Return as soon as a matching buffer is found.
8064 (bs--show-with-configuration): Save the window configuration as a
8065 frame local var, and only if *buffer-selection* is not already
8066 visible on this frame.
8068 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
8070 * vc-svn.el (vc-svn-admin-directory): New var.
8071 (vc-svn-registered, vc-svn-responsible-p)
8072 (vc-svn-repository-hostname): Use it.
8073 Suggested by arit93@yahoo.com.
8075 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8077 * ldefs-boot.el: Regenerate.
8079 2006-11-08 Alan Mackenzie <acm@muc.de>
8081 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
8082 case (eq open-paren-in-column-0-is-defun-start nil) by searching
8083 for least nested open-paren.
8085 2006-11-08 Romain Francoise <romain@orebokech.com>
8087 * subr.el (remove-overlays): Fix typo in last change.
8089 2006-11-08 Richard Stallman <rms@gnu.org>
8091 * subr.el (remove-overlays): Call overlay-recenter.
8093 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8095 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
8096 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
8098 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
8101 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8103 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
8104 (ido-max-dir-file-cache, ido-decorations)
8105 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
8106 (ido-magic-backward-char, ido-enter-dired)
8107 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
8108 (ido-list-directory, ido-first-match, ido-only-match)
8109 (ido-subdir, ido-indicator): Fix typos in docstrings.
8110 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
8111 (ido-read-internal): Fix typo in error message.
8113 2006-11-08 Kenichi Handa <handa@m17n.org>
8115 * international/mule-cmds.el (set-default-coding-systems):
8116 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
8118 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
8120 * makefile.w32-in (setwins): Remove.
8121 (WINS_ALMOST): New macro.
8123 (autoloads): Don't extract autoloads from files in obsolete/.
8125 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
8127 * whitespace.el (whitespace-buffer): Call remove-overlays after
8128 overlay-recenter for performance. Suggested by Martin Rudalics.
8130 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
8132 * net/tramp.el (tramp-default-method): scp is the default method.
8134 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
8136 * server.el (server-start): Save also the Emacs pid in the server file.
8138 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
8140 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
8141 point when displaying a bibtex cross reference in the echo area.
8143 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
8145 * international/mule.el (make-char): Fix typo in docstring.
8146 (load-with-code-conversion, charsetp): Doc fixes.
8148 * international/ja-dic-cnv.el (skkdic-convert):
8149 * cus-edit.el (hook): Fix typo in docstring.
8151 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
8153 * cus-edit.el (custom-mode-map): Move defvar above code using it.
8154 (custom-mode-link-map): New variable.
8155 (custom-group-link, custom-manual): Use follow-link.
8157 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8159 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
8160 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
8162 2006-11-06 Richard Stallman <rms@gnu.org>
8164 * textmodes/flyspell.el (flyspell-correct-word-before-point):
8165 New function broken out of flyspell-correct-word.
8166 (flyspell-mode-map): Bind it to M-RET.
8167 (flyspell-correct-word): Call it.
8169 * textmodes/fill.el (fill-minibuffer-function): New function.
8170 (fill-paragraph): Bind fill-paragraph-function to
8171 fill-minibuffer-function.
8173 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
8174 so that they aren't undefined.
8176 * dired.el (dired-readin): Locally bind file-name-coding-system.
8178 * bindings.el: Shorten and clarify usual mode line mouse help string.
8180 * Makefile.in (autoloads): Don't include `obsolete'.
8182 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
8184 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
8185 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
8186 Printing menu if it's not initialized.
8187 (pr-menu-bind): Act on menu-bar-file-menu directly.
8189 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
8191 * help.el (view-emacs-news): Fix typo in error message.
8193 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
8195 * shadowfile.el (shadow-define-regexp-group)
8196 (shadow-literal-groups, shadow-insert-var): Doc fixes.
8197 (shadow-read-files): Fix typo in message.
8198 (shadow-inhibit-overload, shadow-find, shadow-suffix)
8199 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
8200 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
8201 (shadow-file-match): Fix typos in docstrings.
8203 * terminal.el (terminal-emulator): Fix typo in message.
8205 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
8207 * emacs-lisp/lselect.el (x-kill-primary-selection)
8208 (x-delete-primary-selection, x-copy-primary-selection):
8209 Fix typos in error messages.
8211 * emulation/edt-mapper.el: Fix typo in interactive message.
8213 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
8215 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
8216 (ispell-help): Fix typos in docstrings.
8217 (ispell-help): Fix typo in output message.
8219 * allout.el (allout-adjust-file-variable)
8220 (allout-passphrase-verifier-string)
8221 (allout-passphrase-hint-string)
8222 (allout-toggle-current-subtree-encryption):
8223 * apropos.el (apropos-synonyms):
8224 * cus-edit.el (hook):
8225 * emacs-lock.el (emacs-lock-from-exiting):
8226 * follow.el (follow-avoid-tail-recenter-p):
8227 * hexl.el (hexl-mode):
8228 * mouse-copy.el (mouse-copy-work-around-drag-bug):
8229 * mouse.el (mouse-set-font):
8230 * resume.el (resume-emacs-args-file):
8231 * rfn-eshadow.el (file-name-shadow-tty-properties):
8232 * t-mouse.el (t-mouse-process, t-mouse-mode):
8233 * emacs-lisp/cust-print.el (custom-print-install)
8234 (custom-print-uninstall, custom-format):
8235 * emacs-lisp/shadow.el (list-load-path-shadows):
8236 * emulation/tpu-edt.el (tpu-help-text)
8237 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
8238 (tpu-reset-control-keys):
8239 * emulation/vip.el (vip-emacs-local-map)
8240 (vip-change-mode-to-emacs):
8241 * emulation/viper.el (viper-mode, viper-set-hooks)
8242 (viper-major-mode-modifier-list):
8243 * emulation/viper-init.el (viper-emacs-state-cursor-color):
8244 * emulation/viper-keym.el (viper-emacs-kbd-map)
8246 * mail/feedmail.el (feedmail-queue-reminder)
8247 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
8248 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
8249 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
8250 (feedmail-sender-line, feedmail-force-binary-write)
8251 (feedmail-from-line, feedmail-deduce-envelope-from)
8252 (feedmail-x-mailer-line, feedmail-message-id-generator)
8253 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
8254 (feedmail-enable-spray, feedmail-spray-this-address)
8255 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
8256 (feedmail-queue-runner-confirm-global)
8257 (feedmail-ask-before-queue-prompt)
8258 (feedmail-ask-before-queue-reprompt)
8259 (feedmail-prompt-before-queue-standard-alist)
8260 (feedmail-prompt-before-queue-user-alist)
8261 (feedmail-prompt-before-queue-help-supplement)
8262 (feedmail-queue-use-send-time-for-message-id)
8263 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
8264 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
8265 (feedmail-mail-send-hook-queued)
8266 (feedmail-confirm-addresses-hook-example)
8267 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
8268 (feedmail-queue-runner-mode-setter)
8269 (feedmail-queue-alternative-mail-header-separator)
8270 (feedmail-queue-runner-message-sender)
8271 (feedmail-buffer-eating-function, feedmail-binmail-template)
8272 (feedmail-run-the-queue-no-prompts)
8273 (feedmail-run-the-queue-global-prompt)
8274 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
8275 (feedmail-envelope-deducer, feedmail-fiddle-date)
8276 (feedmail-default-message-id-generator)
8277 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
8278 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
8279 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
8281 * play/dunnet.el (dun-help):
8282 * play/handwrite.el (handwrite):
8283 * play/hanoi.el (hanoi-unix-64):
8284 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8285 * textmodes/enriched.el (fixed):
8286 * textmodes/org.el (org-file-apps)
8287 (org-emphasis-regexp-components, org-emphasis-alist):
8288 * textmodes/texinfmt.el (batch-texinfo-format):
8289 Fix typos in docstrings.
8291 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
8293 * loadhist.el (read-feature): Don't complete features not loaded
8294 from a file (which make `unload-feature' to fail).
8296 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
8298 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
8300 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
8302 * startup.el (command-line-1): Kill emacs if the last frame is
8303 deleted while evaluating the command-line arguments.
8305 2006-11-05 Richard Stallman <rms@gnu.org>
8307 * startup.el (init-file-had-error): Add doc string.
8308 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
8309 Use fixed-width font for keyboard key descriptions.
8311 * cus-edit.el (custom-save-all): Error if saving in .emacs
8312 and it had an error when loaded.
8314 * dired-aux.el (dired-copy-file-recursive): Catch errors
8315 from recursive copies in the loop, around the recursive call.
8317 2006-11-05 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8319 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
8320 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
8321 `/proc/acpi/thermal_zone/*'.
8322 (battery-search-for-one-match-in-files): New. Search a regexp in
8323 the content of some files.
8325 2006-11-05 Martin Rudalics <rudalics@gmx.at>
8327 * window.el (mouse-autoselect-window-now): Remove variable.
8328 (mouse-autoselect-window-state): New variable.
8329 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
8330 (mouse-autoselect-window-select, handle-select-window):
8331 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
8332 Suspend delayed autoselection during menu or popup dialog.
8334 * info-look.el (info-lookup-guess-custom-symbol): New function
8335 for retrieving symbol at point in custom buffers.
8336 (top level) <info-lookup-maybe-add-help>: Add backquote and
8337 comma to ignored characters in regexps of help specifications
8338 for emacs-lisp-mode and lisp-interaction-mode. This permits
8339 looking up symbols in `...' and after a comma. Add help
8340 specifications for custom-mode and help-mode.
8342 2006-11-04 Eli Zaretskii <eliz@gnu.org>
8344 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
8345 Don't encode body if RAW is non-nil, or if the old encoding is
8346 identical to the new encoding, or if the body contains only
8347 eight-bit-* characters.
8349 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8351 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
8352 (faces-sample-overlay): Remove variable.
8353 (describe-face): Insert sample text in the face being described.
8355 2006-11-04 Martin Rudalics <rudalics@gmx.at>
8357 * whitespace.el (whitespace-indent-regexp): Make this match any
8358 multiples of eight spaces near the beginning of a line.
8359 (whitespace-buffer): Use `remove-overlays' instead of
8360 `whitespace-unhighlight-the-space' and `overlay-recenter' to
8361 speed up overlay handling.
8362 (whitespace-buffer-leading, whitespace-buffer-trailing):
8363 Make these functions highlight the text removed by
8364 `whitespace-buffer-leading-cleanup' and
8365 `whitespace-buffer-trailing-cleanup' respectively.
8366 (whitespace-buffer-search): Use `with-local-quit'.
8367 Move `format' out of loop to speed up scanning larger buffers.
8368 (whitespace-unhighlight-the-space): Remove `remove-hook' since
8369 that function is never added to a hook.
8370 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
8371 (whitespace-buffer-leading-cleanup)
8372 (whitespace-refresh-rescan-list): Fix docstrings.
8374 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
8376 * allout.el (allout-during-yank-processing): Cue for inhibiting
8377 aberrance processing during yanks.
8378 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
8379 the amount of yanked topics that can be aberrant.
8380 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
8381 a function, and supplement with inihibition of doublechecking
8383 (allout-beginning-of-line, allout-next-heading)
8384 (allout-previous-heading, allout-goto-prefix-doublechecked)
8385 (allout-back-to-current-heading, allout-next-visible-heading)
8386 (allout-next-sibling): Use new allout-do-doublecheck function.
8387 (allout-next-sibling): Ensure we made progress when returning
8389 (allout-rebullet-heading): Preserve text property annotations
8390 indicating the text was hidden, if it was.
8391 (allout-kill-line): Remove any added was-hidden annotations.
8392 (allout-kill-topic): Remove any added was-hidden annotations.
8393 (allout-annotate-hidden): Inhibit adding was-hidden text
8394 properties to the undo list.
8395 (allout-deannotate-hidden): New function to remove was-hidden
8397 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
8398 (allout-remove-exposure-annotation): Replace by
8399 allout-deannotate-hidden.
8400 (allout-yank-processing): Signal that yank processing is happening
8401 with allout-during-yank-processing. Also, wrap
8402 allout-unprotected's closer to the text changes, for easier
8403 debugging. We need to inhibit-field-text-motion explicitly, in
8404 lieu of the encompassing allout-unprotected.
8405 (outlineify-sticky): Adjust criteria for triggering new outline
8406 decorations to presence or absence of any topics, not just a topic
8407 at the beginning of the buffer.
8409 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
8411 * bs.el (bs--show-all, bs--redisplay):
8412 * cus-edit.el (custom-unlispify-menu-entries)
8413 (custom-unlispify-tag-names, custom-prompt-variable):
8414 * expand.el (expand-pos):
8415 * speedbar.el (speedbar-generic-list-tag-p):
8416 * wid-edit.el (widget-image-enable):
8417 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
8418 * emacs-lisp/find-func.el (find-function-noselect)
8419 (find-function, find-variable-noselect, find-variable)
8420 (find-definition-noselect, find-face-definition):
8421 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
8422 * net/eudc-vars.el (eudc-expansion-overwrites-query):
8423 * progmodes/ada-xref.el (ada-find-in-ali):
8424 * textmodes/flyspell.el (flyspell-check-tex-math-command):
8425 * textmodes/org.el (org-copy-subtree):
8426 * textmodes/table.el (table--row-column-insertion-point-p):
8427 Use "non-nil" in docstrings.
8429 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
8431 * sort.el (sort-columns): Set the field separator to tab; on
8432 NetBSD, sort complains if "\n" is used as field separator.
8434 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
8436 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
8438 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8440 * server.el (server-auth-key): Remove. Replace by a process-property.
8441 (server-start): Don't remove the file of the previous process, but
8442 instead clear out the place for the new file.
8443 (server-start): Set the :auth-key property.
8444 (server-process-filter): Use the :auth-key property.
8446 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
8448 * textmodes/org.el (org-mode-map): No longer copy
8449 `outline-mode-map' explicitly - this is already done by
8450 `define-derived-mode'.
8452 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
8454 * server.el (server-visit-files): Use `when'.
8455 (server-process-filter): When authentication fails, send error
8456 message to client. Wrap `process-send-region' in `ignore-errors'
8457 instead of `condition-case', and remove misleading comment.
8459 2006-11-01 Juri Linkov <juri@jurta.org>
8461 * simple.el (yank): Doc fix.
8463 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8465 * server.el: Try and fit within 80 columns.
8466 (server-start): Make the auth file unreadable by other users.
8468 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8470 * battery.el (battery-linux-proc-acpi): Prevent range error when
8471 `full-capacity' is 0.
8473 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8475 * faces.el (faces-sample-overlay): New defvar.
8476 (faces-sample-overlay): New function to show face sample text.
8477 (describe-face): Use it.
8479 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
8481 * progmodes/ada-stmt.el: Change maintainer, apply
8482 whitespace-cleanup, checkdoc.
8483 (ada-func-or-proc-name): Add doc string.
8485 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
8486 whitespace-cleanup, checkdoc. Minor improvements to many doc
8487 strings and comments.
8488 (ada-prj-display-page): Change buffer name to more accurately
8491 * progmodes/ada-xref.el: Change maintainer, apply
8492 whitespace-cleanup, checkdoc. Minor improvements to many doc
8493 strings and comments. Don't look for `gvd' or `ddd' debuggers.
8494 (ada-compile-current): Don't add newlines to commands.
8496 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
8498 * server.el: Add support for TCP sockets.
8499 (server-use-tcp, server-host, server-auth-dir): New options.
8500 (server-auth-key): New variable.
8501 (server-ensure-safe-dir): Create nonexistent parent dirs.
8502 Ignore Unix-style file modes on Windows.
8503 (server-start): Crete a TCP or Unix socket according to the value
8504 of `server-use-tcp'. For TCP sockets, create the id/auth file in
8505 `server-auth-dir' directory.
8506 (server-process-filter): Delete process if authentication
8507 fails (which never happens for Unix sockets).
8509 2006-10-30 David Kastrup <dak@gnu.org>
8511 * subr.el (add-to-list): Don't continue checking if a match has
8514 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
8516 * tutorial.el: Move defvars to avoid bytecomp warnings.
8517 (tutorial--find-changed-keys): Check if viper-current-state is
8518 bound before using it.
8519 (help-with-tutorial): Check if viper-tutorial is defined before
8522 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
8524 * help-fns.el (help-with-tutorial): Move to tutorial.el.
8526 * tutorial.el: New file.
8527 (help-with-tutorial): Move here from help-fns.el. Add help for
8528 rebound keys. Fix resume of tutorial.
8529 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
8530 (tutorial--find-changed-keys, tutorial--display-changes)
8531 (tutorial--saved-dir, tutorial--saved-file)
8532 (tutorial--save-tutorial): New functions to support the changes in
8535 2006-10-30 Kenichi Handa <handa@m17n.org>
8537 * files.el (revert-buffer): If a unibyte buffer is being reverted
8538 with a coding system for multibyte, set buffer multibyte before
8539 calling insert-file-contents.
8541 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8543 * server.el (server-select-display): Use a dummy buffer to detect when
8544 the frame is later used.
8545 (server-select-display): New function.
8546 (server-process-filter): Use it to detect unused temp frames.
8548 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
8550 * progmodes/ada-mode.el: Change maintainer, apply
8551 whitespace-clean, checkdoc. Minor improvements to many doc strings.
8552 (ada-mode-version): New function.
8553 (ada-create-menu): Menu operations are available for all supported
8556 2006-10-29 Lars Hansen <larsh@soem.dk>
8558 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
8559 Highlight as keyword.
8560 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
8561 Don't call tramp-method-out-of-band-p for local files.
8562 (tramp-touch): Quote file name.
8564 2006-10-28 Glenn Morris <rgm@gnu.org>
8566 * calendar/calendar.el (cal-html-cursor-month)
8567 (cal-html-cursor-year): Add autoloads for this new package.
8568 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
8570 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
8572 * calendar/cal-html.el: New file.
8574 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
8576 * emacs-lisp/authors.el (authors-aliases): Update.
8578 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
8580 * version.el (emacs-version): Bump version number to 22.0.90.
8582 2006-10-26 John W. Eaton <jwe@octave.org>
8584 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
8586 (inferior-octave-resync-dirs): Check to see whether Octave has
8587 built-in variables and set inferior-octave-has-built-in-variables.
8588 Check inferior-octave-has-built-in-variables to decide whether to
8589 send commands that set built-in variables or call functions to
8590 change Octave's behavior.
8591 Send "disp (pwd ())" to Octave instead of just "pwd".
8592 (inferior-octave-startup): Send "more off" to Octave instead of
8593 "page_screen_output = 0".
8595 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
8597 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
8600 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
8602 * bindings.el (mode-line-mode-menu): Remove bindings for global
8603 minor modes (line/column number) as they are on the menubar.
8605 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
8607 * term/w32-win.el (x-handle-name-switch): Doc fix.
8608 (w32-standard-fontset-spec): Fix typo in docstring.
8610 * midnight.el (midnight-buffer-display-time): Doc fix.
8611 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
8613 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
8615 * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
8617 * emulation/viper-ex.el (ex-read): Quote file argument.
8619 * ediff-diff.el (ediff-same-file-contents): Expand file names.
8621 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
8623 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8625 * textmodes/flyspell.el (flyspell-check-region-doublons):
8628 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
8630 * bindings.el (mode-line-mode-menu): List global minor modes
8633 2006-10-23 Kim F. Storm <storm@cua.dk>
8635 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
8636 (sit-for): If last command was a prefix arg, add the read-ahead
8637 event to unread-command-events as (t . EVENT) so it will be added
8638 to this-command-keys by read-key-sequence.
8640 2006-10-22 Martin Rudalics <rudalics@gmx.at>
8642 * textmodes/flyspell.el (flyspell-word): Skip past all previous
8643 whitespace when checking doublons.
8644 (flyspell-check-region-doublons): Fix doublon regexp.
8645 (flyspell-highlight-incorrect-region): Highlight doublons using
8646 flyspell-duplicate face.
8648 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
8650 2006-10-22 John Wiegley <johnw@newartisans.com>
8652 * progmodes/python.el (python-use-skeletons): python-mode was
8653 auto-inserting templates (for those with abbrev-mode on), not only
8654 by default -- *but without a configuration variable to disable
8655 it*. This rendered python-mode completely useless for me, so I
8656 have added `python-use-skeletons', which is now off by default.
8658 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
8660 * progmodes/cperl-mode.el (cperl-mode): Don't assume
8661 font-lock-multiline is auto-local (it's not).
8662 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
8663 initialized before calling cperl-init-faces.
8665 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
8667 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
8668 gdb-stack-position a value when there is no fringe.
8670 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
8671 indicator if not visiting a file.
8673 2006-10-20 David Kastrup <dak@gnu.org>
8675 * window.el (kill-buffer-and-window): Fix a bug where an aborted
8676 operation would still cause some window to collapse later.
8678 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8680 * vc.el (vc-switch-backend): Try to be more careful with unwanted
8681 side-effect due to mixing various backends's file properties.
8683 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
8684 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
8685 Return `filename's status if applicable. Update callers.
8687 2006-10-19 Kenichi Handa <handa@m17n.org>
8689 * international/kkc.el (kkc-region): When a key sequence is not
8690 defined, append (this-single-command-raw-keys) to
8691 unread-input-method-events.
8693 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
8695 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
8697 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8699 * version.el (emacs-version): Use mac-carbon-version-string.
8701 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
8703 2006-10-19 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8705 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
8707 (xselect-convert-to-string): Decline requests for UTF8_STRING if
8708 the selection is not UTF-8.
8710 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
8712 * progmodes/ada-mode.el (ada-83-string-keywords)
8713 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
8714 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
8715 (ada-looking-at-semi-private, ada-get-body-name):
8716 Fix typos in docstrings.
8717 (ada-create-case-exception, ada-create-case-exception-substring):
8718 Fix typos in error messages.
8719 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
8721 2006-10-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8723 * term/x-win.el (res-geometry): Don't set geometry from Xresources
8724 to default-frame-alist if default-frame-alist already contains
8727 2006-10-18 Richard Stallman <rms@gnu.org>
8729 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
8730 Non-interactive arg is the value, not the expression.
8732 * simple.el (read-expression-map): Just set it, no defvar.
8734 * subr.el (insert-for-yank-1): If last inserted char has
8735 properties, mark them as rear-nonsticky.
8737 * recentf.el (recentf-mode): Doc fix.
8739 * facemenu.el (facemenu-add-new-face): Defend against symbol
8740 that isn't a face name.
8742 * dired-aux.el (dired-do-copy): Doc fix.
8744 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
8746 * simple.el (line-move-1): Ignore fields when moving to the
8747 beginning of line to avoid getting point stuck.
8749 2006-10-18 Martin Rudalics <rudalics@gmx.at>
8751 * textmodes/flyspell.el (flyspell-word-search-backward):
8752 Set inhibit-point-motion-hooks to avoid looping due to intangibile
8755 2006-10-16 Richard Stallman <rms@gnu.org>
8757 * help-fns.el (describe-function-1): Special case optimization
8758 for self-insert-command.
8760 2006-10-16 Kim F. Storm <storm@cua.dk>
8762 * ido.el (ido-reread-directory): Work in `dir' mode too.
8764 2006-10-15 Martin Rudalics <rudalics@gmx.at>
8766 * textmodes/table.el: Require 'regexp-opt.
8768 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
8770 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
8771 Use shell-quote-argument.
8773 * shell.el (explicit-bash-args): Likewise.
8775 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
8776 Use grep -E rather than egrep.
8778 2006-10-15 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8780 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
8782 2006-10-15 Kim F. Storm <storm@cua.dk>
8784 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
8786 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8788 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
8789 to protect whitespace and metacharacters from the shell.
8791 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8793 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
8795 2006-10-13 Eli Zaretskii <eliz@gnu.org>
8797 * subr.el (start-process-shell-command): Doc fix.
8799 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
8801 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
8802 the regexp for Maxima symbols.
8804 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8806 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
8807 (vc-find-root): Don't walk higher up than ~.
8809 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
8811 * international/utf-8.el (utf-translate-cjk-load-tables):
8812 Avoid clobbering last-coding-system-used during load.
8814 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
8816 * textmodes/reftex-global.el (reftex-create-tags-file):
8817 Quote file arguments.
8819 2006-10-12 Richard Stallman <rms@gnu.org>
8821 * files.el (file-name-history): Add defvar.
8822 (save-some-buffers-action-alist): Improve description strings.
8824 2006-10-12 Andreas Schwab <schwab@suse.de>
8826 * files.el (auto-mode-alist): Match change log file name also with
8827 a dash before a numeric extension.
8829 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
8831 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
8833 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
8835 After 5.1: Major edit. Summary of most visible changes:
8837 - Multiple <<HERE per line allowed.
8838 - Handles multiline subroutine declaration headers (with comments).
8839 (The exception is `cperl-etags' - but it is not used in the rest
8841 - Fontifies multiline my/our declarations (even with comments,
8842 and with legacy `font-lock').
8843 - Major speedup of syntaxification, both immediate and postponed
8844 (3.5x to 15x [for different CPUs and versions of Emacs] on the
8845 huge real-life document I tested).
8846 - New bindings, edits to imenu.
8847 - "_" is made into word-char during fontification/syntaxification;
8848 some attempts to recognize non-word "_" during other operations too.
8849 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
8850 - autoload some more perldoc-related stuff
8851 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
8852 - Attempt to incorporate XEmacs edits which reached me.
8854 Fine-grained changelog:
8855 (cperl-hook-after-change): New configuration variable.
8856 (cperl-vc-sccs-header): Likewise.
8857 (cperl-vc-sccs-header): Likewise.
8858 (cperl-vc-header-alist): Default via two preceding variables.
8859 (cperl-invalid-face): Remove double quoting under XEmacs
8860 (still needed under 21.2).
8861 (cperl-tips): Update URLs for resources.
8862 (cperl-problems): Likewise.
8863 (cperl-praise): Mention new features.
8864 New C-c key bindings: for `cperl-find-bad-style',
8865 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
8866 `cperl-perdoc', and `cperl-perldoc-at-point'.
8867 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
8868 moved, new submenu of Tools with Ispell entries and narrowing.
8869 (cperl-after-sub-regexp): New defsubst.
8870 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
8871 Allows heads up to head4.
8873 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
8874 (paren-backwards-message): ??? Something for XEmacs???
8875 (cperl-mode): Never auto-switch abbrev-mode off.
8876 Try to allow '_' be non-word char.
8877 Do not use `font-lock-unfontify-region-function' on XEmacs.
8878 Reset syntax cache on mode start.
8879 Support multiline facification (even on legacy `font-lock').
8880 (cperl-facemenu-add-face-function): ??? Some contributed code ???
8881 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
8882 refuse to inform us whether the fontification is due to lazy
8883 calling or due to edit to a buffer, install our own hook
8884 (controlled by `cperl-hook-after-change').
8885 (cperl-electric-pod): =cut may have been recognized as start.
8886 (cperl-block-p): Move, updated for attributes.
8887 (cperl-calculate-indent): Try to allow '_' be non-word char
8888 Support subs with attributes.
8889 (cperl-where-am-i): Quiet (?) a warning.
8890 (cperl-cached-syntax-table): New function.
8891 (cperl-forward-re): Use `cperl-cached-syntax-table'.
8892 (cperl-unwind-to-safe): Recognize `syntax-type' property
8893 changing in a middle of line.
8894 (cperl-find-sub-attrs): New function.
8895 (cperl-find-pods-heres): Allow many <<EOP per line.
8896 Allow subs with attributes.
8897 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
8898 Recognize "extproc " (OS/2) case-folded and only at start.
8899 /x on s///x with empty replacement was not recognized.
8901 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
8902 Allow subs with attributes, labels.
8903 Do not confuse "else::foo" with "else".
8904 Minor optimizations...
8905 (cperl-after-expr-p): Try to allow '_' be non-word char.
8906 (cperl-fill-paragraph): Try to detect a major bug in Emacs
8907 with `looking-at' inside `narrow' and bulk out if found.
8908 (cperl-imenu--create-perl-index): Updates for new
8909 `cperl-imenu--function-name-regexp-perl'.
8910 (cperl-outline-level): Likewise.
8911 (cperl-init-faces): Allow multiline subroutine headers
8912 and my/our declarations, and ones with comments.
8913 Allow subroutine attributes.
8914 (cperl-imenu-on-info): Better docstring.
8915 (cperl-etags): Rudimentary support for attributes.
8916 Support for packages and "package;".
8917 (cperl-add-tags-recurse-noxs): Better (?) docstring.
8918 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
8919 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
8920 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
8921 (cperl-perldoc): Add autoload.
8922 (cperl-perldoc-at-point): Likewise.
8923 (cperl-here-doc-spell): New function.
8924 (cperl-pod-spell): Likewise.
8925 (cperl-map-pods-heres): Likewise.
8926 (cperl-get-here-doc-region): Likewise.
8927 (cperl-font-lock-fontify-region-function): Likewise (backward
8928 compatibility for legacy `font-lock').
8929 (cperl-font-lock-unfontify-region-function): Fix style.
8930 (cperl-fontify-syntaxically): Recognize and optimize away deferred
8931 calls with no-change. Governed by `cperl-hook-after-change'.
8932 (cperl-fontify-update): Recognize that syntaxification region
8933 can be larger than fontification one.
8934 XXXX we leave `cperl-postpone' property, so this is quadratic...
8935 (cperl-fontify-update-bad): Temporary placeholder until
8936 it is clear how to implement `cperl-fontify-update'.
8937 (cperl-time-fontification): New function.
8938 (attrib-group): New text attribute.
8939 (multiline): New value: `syntax-type' text attribute.
8942 (cperl-emulate-lazy-lock): New function.
8943 (cperl-fontify-syntaxically): Would skip large regions.
8944 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
8945 Some globals were declared, but uninitialized.
8948 (cperl-facemenu-add-face-function): Add docs, fix U<>.
8949 Copyright message updated.
8950 (cperl-init-faces): Work around a bug in `font-lock'. May slow
8951 facification down a bit.
8952 Misprint for my|our|local for old `font-lock'
8953 "our" was not fontified same as "my|local".
8954 Highlight variables after "my" etc even in
8955 a middle of an expression.
8956 Do not facify multiple variables after my etc
8957 unless parentheses are present.
8960 (cperl-fontify-syntaxically): after-change hook could reset.
8961 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
8964 (cperl-init-faces): Allow highlighting of local ($/).
8965 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
8966 (cperl-problems): Remove fixed problems.
8967 (cperl-find-pods-heres): Recognize #-comments in m##x too.
8968 Recognize charclasses (unless delimiter is \).
8969 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
8970 (cperl-regexp-scan): Update docs.
8971 (cperl-beautify-regexp-piece): Use information got from regexp scan.
8974 Major user visible changes:
8975 Recognition and fontification of character classes in RExen.
8976 Variable indentation of RExen according to groups.
8978 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
8979 Fontify REx charclasses in variable-name face.
8980 Fontify POSIX charclasses in "type" face.
8981 Fontify unmatched "]" in function-name face.
8982 Mark first-char of HERE-doc as `front-sticky'.
8983 Reset `front-sticky' property when needed.
8984 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
8985 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
8986 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
8987 constructs. Support `narrow'ed buffers.
8988 (cperl-praise): Remove a reservation.
8989 (cperl-make-indent): New function.
8990 (cperl-indent-for-comment): Use `cperl-make-indent'.
8991 (cperl-indent-line): Likewise.
8992 (cperl-lineup): Likewise.
8993 (cperl-beautify-regexp-piece): Likewise.
8994 (cperl-contract-level): Likewise.
8995 (cperl-toggle-set-debug-unwind): New function.
8996 New menu entry for this.
8997 (fill-paragraph-function): Use when `boundp'.
8998 (cperl-calculate-indent): Take into account groups when indenting RExen.
8999 (cperl-to-comment-or-eol): Recognize # which end a string.
9000 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
9001 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
9002 (cperl-fontify-syntaxically): More clear debugging message.
9003 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
9004 (cperl-init-faces): More complicated highlight even on XEmacs (new).
9005 Merge cosmetic changes from XEmacs.
9008 (cperl-1+): Move to before the first use.
9009 (cperl-1-): Likewise.
9013 This code may lock Emacs hard!!! Use at your own risk!
9015 (cperl-font-locking): New internal variable.
9016 (cperl-beginning-of-property): New function.
9017 (cperl-calculate-indent): Use `cperl-beginning-of-property'
9018 instead of `previous-single-property-change'.
9019 (cperl-unwind-to-safe): Likewise.
9020 (cperl-after-expr-p): Likewise.
9021 (cperl-get-here-doc-region): Likewise.
9022 (cperl-font-lock-fontify-region-function): Likewise.
9023 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
9025 Bound `next-single-property-change' via `point-max'.
9026 (cperl-unwind-to-safe): Bound likewise
9027 (cperl-font-lock-fontify-region-function): Likewise.
9028 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
9029 Initialization of `cperl-font-lock-multiline-start' could be
9030 missed if the "main" fontification did not run due to the
9031 keyword being already fontified.
9032 (cperl-pod-spell): Return t from do-one-chunk function.
9033 (cperl-map-pods-heres): Stop when the worker returns nil.
9034 Call `cperl-update-syntaxification'.
9035 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
9036 (cperl-get-here-doc-delim): Remove unused function.
9040 The possible lockup of Emacs (introduced in 5.10) fixed.
9042 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
9043 (cperl-syntaxify-for-menu): New customization variable.
9044 (cperl-select-this-pod-or-here-doc): New function.
9045 (cperl-get-here-doc-region): Extra argument.
9046 Do not adjust pos by 1.
9049 (Perl/Tools): Selection of current POD or HERE-DOC section.
9050 (Debugging CPerl:) backtrace on fontification.
9053 (cperl-cached-syntax-table): Use `car-safe'.
9054 (cperl-forward-re): Remove spurious argument SET-ST.
9056 (cperl-forward-group-in-re): New function.
9057 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
9058 (XXXX Temporary (?) hack is to syntax-mark them as comment).
9061 (cperl-string-syntax-table): Make { and } not-grouping
9062 (Sometimes they ARE grouping in RExen, but matching them would only
9063 confuse in many situations when they are not)
9064 (beginning-of-buffer): Replace two occurrences with goto-char...
9065 (cperl-calculate-indent): `char-after' could be nil...
9066 (cperl-find-pods-heres): REx can start after "[" too.
9067 Hightlight (??{}) in RExen too.
9068 (cperl-maybe-white-and-comment-rex): New constant
9069 (cperl-white-and-comment-rex): Likewise.
9070 XXXX Not very efficient, but hard to make
9071 better while keeping 1 group.
9074 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
9075 Likewise for 1 << identifier.
9078 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
9079 Error-less condition-case could fail.
9080 (cperl-font-lock-fontify-region-function): Likewise.
9081 (cperl-init-faces): Likewise.
9084 (cperl-find-pods-heres): Support property REx-part2.
9085 (cperl-calculate-indent): Likewise.
9086 Don't special-case REx with non-empty 1st line.
9087 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
9088 Invert highlighting of charclasses:
9089 now the envelop is highlighted.
9090 Highlight many others 0-length builtins.
9091 (cperl-praise): Mention indenting and highlight in RExen.
9094 (cperl-find-pods-heres): Highlight capturing parens in REx.
9097 (cperl-find-pods-heres): Highlight '|' for alternation
9098 Initialize `font-lock-warning-face' if not present.
9099 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
9100 `font-lock-function-name-face'.
9101 (cperl-look-at-leading-count): Likewise.
9102 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
9103 `font-lock-keyword-face' (needed for
9104 batch processing), etc...
9105 Use `font-lock-builtin-face' for builtin in REx
9106 Now `font-lock-variable-name-face'
9107 is used for interpolated variables
9108 Use "talking aliases" for faces inside REx
9109 Highlight parts of REx (except in charclasses)
9110 according to the syntax and/or semantic
9111 Syntax-mark a {}-part of (?{}) as "comment"
9112 (it was the ()-part)
9113 Better logic to distinguish what is what in REx
9114 (cperl-tips-faces): Document REx highlighting
9115 (cperl-praise): Mention REx syntax highlight etc.
9118 (cperl-find-sub-attrs): Would not always manage to print error message.
9119 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
9122 (cperl-find-pods-heres): Misprint in REx for parsing REx.
9123 Very minor optimization.
9124 `my-cperl-REx-modifiers-face' got quoted.
9125 Recognize "print $foo <<END" as HERE-doc.
9126 Put `REx-interpolated' text attribute if needed.
9127 (cperl-invert-if-unless-modifiers): New function.
9128 (cperl-backward-to-start-of-expr): Likewise.
9129 (cperl-forward-to-end-of-expr): Likewise.
9130 (cperl-invert-if-unless): Works in "the opposite way" too.
9131 Cursor position on return is on the switch-word.
9132 Indents comments better.
9133 (REx-interpolated): New text attribute.
9134 (cperl-next-interpolated-REx): New function.
9135 (cperl-next-interpolated-REx-0): Likewise.
9136 (cperl-next-interpolated-REx-1): Likewise.
9137 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
9138 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
9139 (cperl-praise): Mention finded interpolated RExen.
9142 (cperl-init-faces): Highlight %$foo, @$foo too.
9143 (cperl-short-docs): Better docs for system, exec.
9144 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
9145 Would not find HERE-doc ended by EOF without NL.
9146 (cperl-short-docs): Correct not-doubled \-escapes.
9147 start block: Put some `defvar' for stuff gone from XEmacs.
9150 initial comment: Extend copyright, fix email address.
9151 (cperl-indent-comment-at-column-0): New customization variable.
9152 (cperl-comment-indent): Indentation after $#a would increasy by 1.
9153 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
9154 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
9155 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
9156 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
9157 highlight $ in $foo too (UNTESTED).
9158 (cperl-set-style): Docstring missed some available styles.
9159 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
9160 Change "Current" to "Memorize Current".
9161 (cperl-indent-wrt-brace): New customization variable; the default is
9162 as for pre-5.2 version.
9163 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
9164 (cperl-style-alist): Likewise.
9165 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
9166 and `cperl-extra-newline-before-brace' etc
9168 (cperl-indent-exp): Plans B and C to find continuation blocks even
9169 if `cperl-extra-newline-before-brace' is t.
9172 Improve some docstrings concerning indentation.
9173 (cperl-indent-rules-alist): New variable.
9174 (cperl-sniff-for-indent): New function name
9175 (separated from `cperl-calculate-indent').
9176 (cperl-calculate-indent): Separate the sniffer and the indenter;
9177 uses `cperl-sniff-for-indent' now.
9178 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
9180 Support `comment-column' = 0.
9182 2006-10-11 Martin Rudalics <rudalics@gmx.at>
9184 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
9185 * help-at-pt.el (scan-buf-move-to-region): Likewise.
9186 * longlines.el (longlines-window-change-function): Likewise.
9187 * simple.el (undo-ask-before-discard): Likewise.
9188 * wid-edit.el (widget-field-prompt-internal)
9189 (widget-documentation-link-p): Likewise.
9191 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9193 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
9196 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
9198 * newcomment.el (comment-valid-prefix-p): Make the check
9199 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
9200 (comment-indent-new-line): Adjust call.
9202 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
9204 * allout.el (allout-back-to-current-heading): Base on lower-level
9205 routines to get proper disqualification of aberrant topics.
9207 2006-10-09 Richard Stallman <rms@gnu.org>
9209 * textmodes/two-column.el (2C-two-columns): Doc fix.
9211 2006-10-09 Kim F. Storm <storm@cua.dk>
9213 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
9216 2006-10-08 Richard Stallman <rms@gnu.org>
9218 * textmodes/two-column.el (2C-two-columns): Doc fix.
9220 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
9222 * files.el: Mark `buffer-read-only' as safe-local-variable.
9224 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
9226 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
9227 Burp if GUD buffer has been killed.
9229 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9231 * completion.el (add-completions-from-c-buffer):
9232 Don't presume an error's second element is a string.
9233 Use looking-at rather than buffer-substring + member.
9235 2006-10-07 Eli Zaretskii <eliz@gnu.org>
9237 * mail/rmail.el (rmail-redecode-body): If the old encoding is
9238 `undecided', call find-coding-systems-region to find a proper
9239 non-trivial encoding.
9240 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
9243 2006-10-07 Kevin Ryde <user42@zip.com.au>
9245 * textmodes/reftex-vars.el (defgroup reftex): Update home page
9248 * strokes.el (defgroup strokes): Remove invalid url-link.
9250 2006-10-07 Magnus Henoch <mange@freemail.hu>
9252 * autoinsert.el (auto-insert-alist): Doc fix.
9254 2006-10-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
9256 * mouse-sel.el (mouse-insert-selection-internal):
9257 Use insert-for-yank, so that yank handlers are run.
9259 2006-10-07 Kim F. Storm <storm@cua.dk>
9261 * ido.el (ido-file-extension-aux): Fix comparison.
9263 2006-10-06 Kim F. Storm <storm@cua.dk>
9265 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
9267 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
9269 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
9270 (ad-make-mapped-call): Use `let', not `let*'.
9272 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
9274 * international/mule-cmds.el (coding-system-change-eol-conversion):
9275 Ensure the coding system is initialized before calling
9276 coding-system-eol-type.
9278 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
9280 * textmodes/org.el (org-rm-props, org-activate-plain-links)
9281 (org-activate-angle-links, org-activate-dates)
9282 (org-activate-target-links, org-activate-camels)
9283 (org-activate-tags): Add `rear-nonsticky' text property to avoid
9284 textproperty keymaps from being active beyond the end of a line.
9285 (org-unfontify-region): Also remove `rear-nonsticky' property.
9287 2006-10-04 Kenichi Handa <handa@m17n.org>
9289 * international/code-pages.el (next): Table fixed.
9291 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
9293 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
9294 that it's been made unnecessary by removing narrowing.
9296 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9298 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
9299 control flow a bit, simplify another bit, and add comments.
9301 2006-10-03 David Kastrup <dak@gnu.org>
9303 * help.el (describe-mode): For clicks on mode-line, use "@"
9304 interactive argument to get the major mode of the click instead of
9307 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
9308 in order to better redirect mouse-2 clicks. Also allow default
9311 2006-10-03 Kim F. Storm <storm@cua.dk>
9313 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
9314 (pushnew): Fix last change.
9316 2006-10-03 Denis St
\e,A|
\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
9318 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
9319 Use the interactive spec of `eval-expression'.
9321 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
9323 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
9325 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9327 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
9330 2006-10-02 Kenichi Handa <handa@m17n.org>
9332 * international/code-pages.el (iso-8859-6): Table fixed.
9334 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
9336 * dired.el (dired-build-subdir-alist): Fix previous change.
9338 2006-10-01 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
9340 * simple.el (undo-elt-crosses-region): Fix the inequalities.
9342 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9344 * emacs-lisp/find-func.el (find-function-regexp): Don't match
9345 "define-button-type".
9347 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
9348 they don't keep accumulating.
9350 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
9352 * ffap.el (ffap-rfc-path): Change the address of the RFC
9353 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
9355 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
9357 * allout.el (allout-expose-topic): Rectify implementation of "+"
9358 spec, so that bodies are not exposed with headlines.
9360 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
9362 * allout.el (allout-current-depth): Do aberrent check only at or
9363 below doublecheck depth.
9364 (allout-chart-subtree): Make it explicit that LEVELS being nil
9365 means unlimited depth. Drop undocumented support for LEVELS value
9366 t meaning unlimited depth. (This is consistent with
9367 allout-chart-to-reveal, but contrary to allout-show-children,
9368 which needs to use nil to default to depth of 1.)
9369 (allout-goto-prefix-doublechecked): Wrap long docstring line.
9370 (allout-chart-to-reveal): Be explicit in docstring about meaning
9371 of nil LEVELS, and drop support for LEVELS value t.
9372 (allout-show-children): Translate the level spec used by this
9373 routine to that used by allout-chart-subtree and
9374 allout-chart-to-reveal.
9375 (allout-show-to-offshoot): Retry once when stuck, after opening
9376 subtree - improvements in discontinuity handling likely will
9379 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
9381 * wid-edit.el (widget-button-click-moves-point): New variable.
9382 (widget-button-click): If widget-button-click-moves-point is
9383 non-nil, set point after performing the button action.
9385 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
9387 2006-09-30 Martin Rudalics <rudalics@gmx.at>
9389 * files.el (find-file-existing): Modify to not allow wildcards.
9391 2006-09-30 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
9393 * simple.el (undo-more): When undo information for the region is
9394 exhausted, say "No further undo information FOR REGION".
9396 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
9398 * progmodes/sh-script.el (sh-prev-thing):
9399 Take `sh-leading-keywords' into account.
9401 2006-09-29 Glenn Morris <rgm@gnu.org>
9403 * custom.el (defcustom): Doc fix.
9405 * calendar/calendar.el (european-calendar-style):
9406 Call european-calendar or american-calendar as needed when set.
9407 (diary-view-entries, list-calendar-holidays): Move autoloads
9410 2006-09-29 Juri Linkov <juri@jurta.org>
9412 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
9413 to nil if there is no previous property change.
9415 2006-09-29 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9417 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
9418 saving anything to be sure that `forward-sexp' behaves correctly.
9420 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
9422 * simple.el (line-move-finish): Ignore field boundaries if the
9423 initial and final points have the same `field' property.
9425 2006-09-29 Kim F. Storm <storm@cua.dk>
9427 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
9428 to t while calling ido-read-internal.
9430 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
9432 * textmodes/org.el (org-file-remote-p): Get regexp from list.
9433 (org-archive-subtree): Remove erraneous `]' from character list.
9435 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
9437 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
9438 (ses-reconstruct-all): Make undo of "insert row" work by keeping
9439 markers for data-area and parameters-area.
9441 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9443 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
9445 * font-lock.el (font-lock-after-change-function): Refontify next line
9446 as well if end is at BOL.
9447 (font-lock-extend-jit-lock-region-after-change): Be more careful to
9448 only extend the region as much as needed.
9450 2006-09-28 Richard Stallman <rms@gnu.org>
9452 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
9454 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
9456 * international/mule.el (after-insert-file-set-coding):
9457 If VISIT, don't let set-buffer-multibyte make undo info.
9459 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
9461 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
9462 lines in base64-encoded authentication response.
9464 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9466 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
9467 (ebnf-version): New version 4.3.
9468 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
9469 (ebnf-prologue): Adjust PostScript programming.
9470 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
9471 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
9473 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
9475 * jit-lock.el (jit-lock-force-redisplay): Rename from
9476 jit-lock-fontify-again, and undo the mistaken change I've just done.
9478 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
9479 (jit-lock-fontify-again): Don't refontify text that's not displayed.
9481 2006-09-26 Kenichi Handa <handa@m17n.org>
9483 * startup.el (display-splash-screen): Allow a prefix argument.
9485 2006-09-25 Jason Rumney <jasonr@gnu.org>
9487 * subr.el (shell-quote-argument): Use DOS logic for Windows
9488 shells with DOS semantics.
9490 2006-09-24 Richard Stallman <rms@gnu.org>
9492 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
9493 (compilation-goto-locus): Use compilation-goto-locus-delete-o
9494 to delete the overlay. Put it on pre-command-hook.
9496 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
9498 * startup.el (fancy-splash-screens, normal-splash-screen):
9499 Call the splash buffer *About GNU Emacs*.
9501 * simple.el (next-error-highlight, next-error-highlight-no-select):
9503 (yank-excluded-properties): Add `fontified'.
9505 * font-lock.el (font-lock-compile-keywords): Allow value of
9506 syntax-begin-function to enable paren-column-0 highlighting.
9508 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
9510 * dired.el (dired-build-subdir-alist): When file ends in colon,
9511 don't exit the loop, just disregard that file.
9513 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
9515 * simple.el (line-move-finish): Handle corner case for fields in
9517 (line-move-1): Remove flawed test for that case.
9519 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
9521 * icomplete.el (icomplete-simple-completing-p): Use the correct
9522 name for the new variable, `icomplete-with-completion-tables'.
9523 (file local variables): Remove superfluous setting.
9525 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
9527 * calendar/appt.el (appt-check): Fix typo for appointments just
9530 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
9532 * help.el (describe-key-briefly, describe-key): Don't expect an
9533 extra up event if a down-event is generated by a popup menu.
9535 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
9537 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
9538 local dictionary when changing the global dictionary.
9540 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
9542 * icomplete.el (icomplete-with-completion-tables): List of
9543 specialized completion tables with which icomplete should
9544 operate. Include the new `internal-complete-buffer', so icomplete
9545 works with interactive buffer-selection.
9546 (icomplete-simple-completing-p): Add acceptance of specialized
9547 completion tables listed in icomplete-with-completion-tables.
9549 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9551 * frame.el (focus-follows-mouse): Set default to nil on Mac.
9553 * startup.el (command-line): Use `custom-reevaluate-setting' for
9554 `focus-follows-mouse'.
9556 2006-09-22 Richard Stallman <rms@gnu.org>
9558 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
9559 explain why Save is not available.
9561 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
9563 * woman.el (woman0-so): Use `let*', not `let'.
9564 (woman-horizontal-line): Remove unbalanced parenthesis.
9566 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9568 * woman.el: Make sure all the end-of-region markers we use have
9569 a non-nil insertion-type.
9570 (woman0-so): Move things around so we can use copy-marker.
9571 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
9573 (woman2-process-escapes): Check marker type.
9574 (woman-horizontal-line): Dispense with the use of a marker.
9576 2006-09-22 Jay Belanger <belanger@truman.edu>
9578 * calc/calc-lang.el: Add Greek letters to math-variable-table
9581 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
9583 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
9585 2006-09-22 Masatake YAMATO <jet@gyve.org>
9587 * add-log.el (add-log-current-defun): Use `forward-sexp'
9588 instead of `forward-word' to pick c++::symbol.
9589 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
9591 2006-09-22 Kenichi Handa <handa@m17n.org>
9593 * bindings.el: Fix setting self-insert-command for multibyte
9594 characters in global-map.
9596 2006-09-21 David Kastrup <dak@gnu.org>
9598 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
9601 2006-09-21 Kenichi Handa <handa@m17n.org>
9603 * language/european.el ("Latin-1"): Add windows-1252 to
9605 ("German"): Likewise.
9607 2006-09-21 Kim F. Storm <storm@cua.dk>
9609 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
9610 Suggested by Miles Bader.
9612 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
9613 instead of add-to-list in the simple case.
9615 2006-09-20 Kenichi Handa <handa@m17n.org>
9617 * isearch.el (isearch-process-search-char): Cancel the previous change.
9618 (isearch-search-string): New function.
9619 (isearch-search): Use isearch-search-string.
9620 (isearch-lazy-highlight-search): Likewise.
9622 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9624 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
9625 string to become an option.
9627 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9629 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
9631 2006-09-20 Kim F. Storm <storm@cua.dk>
9633 * simple.el (line-move-partial): Call pos-visible-in-window-p with
9634 position t instead of trying both window-end and window-end - 1.
9636 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
9638 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
9641 2006-09-20 David Kastrup <dak@gnu.org>
9643 * mouse.el (mouse-posn-property): Improve doc string.
9644 (mouse-on-link-p): Change buffers for function calls on links.
9646 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
9647 buffer is read-only.
9649 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
9651 * allout.el (allout-unprotected): Let inhibit-read-only only when
9652 buffer-read-only isn't set.
9653 (allout-annotate-hidden): Enable topic annotation during copies even
9654 when the buffer is read-only, eg for topic copies. Ensure that the loop
9655 advances, even when the span extends beyond the deletion region.
9656 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
9657 rather than allout-exposure-changed-hook, as a stronger assertion.
9658 (allout-keybindings-list): Add bindings for
9659 allout-copy-line-as-kill and allout-copy-topic-as-kill.
9660 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
9661 Copy wrappers for allout-kill-line and allout-kill-topic.
9662 (allout-listify-exposed): Position correctly to accumulate lines.
9664 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
9666 * simple.el (line-move-1): Escape field boundaries occurring
9667 exactly at point. Update goal column if constrained to a field.
9668 (line-move-finish): Escape field boundaries occurring exactly at point.
9670 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9672 * mouse.el (mouse-on-link-p): Tentatively fix last change.
9673 (mouse-drag-vertical-line): Remove unused var `wconfig'.
9675 2006-09-19 Kim F. Storm <storm@cua.dk>
9677 * help.el (describe-key-briefly, describe-key): Simplify printing
9678 of descriptions by using format and %S. Fix "is undefined"
9679 messages to say "at that spot" for mouse events.
9681 * simple.el (line-move-partial): Optimize. Try window-line-height
9682 before posn-at-point to get vpos of current line.
9684 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
9686 * emulation/viper.el: Bump up version/date of update to reflect the
9687 substantial changes done in August 2006.
9689 * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
9690 push-button are defined.
9692 * ediff-util.el (ediff-add-to-history): New function.
9694 * ediff.el: Use ediff-add-to-history instead of add-to-history.
9696 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9698 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
9699 Delete duplicate make-local-variable form.
9700 (conf-space-keywords): Add autoload cookie.
9701 Fix typo (`keywords', not `keyword').
9703 2006-09-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
9705 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
9706 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
9707 to x-gtk-use-old-file-dialog.
9709 2006-09-18 Richard Stallman <rms@gnu.org>
9711 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
9712 that might come in during mouse tracking.
9714 2006-09-18 Kim F. Storm <storm@cua.dk>
9716 * simple.el (line-move-partial): Rework 2006-09-15 change to use
9717 new window-line-height function. Further optimize by not calling
9718 pos-visible-in-window-p for window-end when window-line-height
9719 returns useful information.
9721 2006-09-16 Richard Stallman <rms@gnu.org>
9723 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
9724 (conf-space-mode): Don't handle prefix arg.
9725 Delete conf-space-keywords-override code.
9727 (conf-space-keywords): New command.
9728 (conf-space-mode-internal): Be careful with imenu-generic-expression.
9729 Delete conf-space-keywords-override code.
9730 (conf-space-keywords-alist): Doc fix.
9731 (conf-space-font-lock-keywords): Doc fix.
9732 (conf-space-keywords-override): Var deleted.
9734 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9736 * startup.el (fancy-splash-screens): Don't switch to the scratch
9737 buffer; it may not be the next buffer.
9739 2006-09-16 Romain Francoise <romain@orebokech.com>
9741 * saveplace.el (load-save-place-alist-from-file): Use expanded name
9744 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
9746 * progmodes/python.el (python-preoutput-filter):
9747 Fix arg order to string-match.
9749 2006-09-16 Richard Stallman <rms@gnu.org>
9751 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
9752 font-lock-compile-keywords.
9754 * font-lock.el (font-lock-compile-keywords): Rename optional arg
9755 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
9757 2006-09-16 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
9759 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
9761 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
9762 and the data doesn't look like UTF8, send STRING instead.
9764 2006-09-16 Agust
\e,Am
\e(Bn Mart
\e,Am
\e(Bn <agustin.martin@hispalinux.es>
9766 * textmodes/flyspell.el (flyspell-check-region-doublons):
9767 New function to detect duplicated words.
9768 (flyspell-large-region): Use it.
9770 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
9772 * simple.el (line-move-to-column): Revert 2006-08-03 change.
9774 2006-09-16 Eli Zaretskii <eliz@gnu.org>
9776 * help.el (describe-prefix-bindings): Use let, not let*.
9778 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
9780 * allout.el (allout-regexp, allout-line-boundary-regexp)
9781 (allout-bob-regexp): Correct grouping and boundaries to fix
9782 backwards traversal.
9783 (allout-depth-specific-regexp, allout-depth-one-regexp):
9784 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
9785 worse time in allout-ascend.
9786 (allout-doublecheck-at-and-shallower): Identify depth threshold
9787 below which topics are checked for and disqualified by containment
9789 (allout-hotspot-key-handler): Correctly handle multiple-key
9790 strokes. Remove some unused variables.
9791 (allout-mode-leaders): Clarify that mode-specific comment-start
9793 (set-allout-regexp): Correctly regexp-quote allout regexps to
9794 properly accept alternative header-leads and primary bullets with
9795 regexp-specific characters (eg, C "/*", mathematica "(*").
9796 Include new regular expressions among those configured.
9797 (allout-infer-header-lead-and-primary-bullet):
9798 Rename allout-infer-header-lead.
9799 (allout-recent-depth): Manifest as a variable as well as a function.
9800 (allout-prefix-data): Simplify into an inline instead of a macro,
9801 assuming current match data rather than being explicitly passed
9802 it. Establish allout-recent-depth value as well as
9803 allout-recent-prefix-beginning and allout-recent-prefix-end.
9804 (allout-aberrant-container-p): True when an item's immediate
9805 offspring discontinuously contained. Useful for disqualifying
9806 unintended topic prefixes, likely at low depths.
9807 (allout-goto-prefix-doublechecked): Elaborate version of
9808 allout-goto-prefix which disqualifies aberrant pseudo-items.
9809 (allout-pre-next-prefix): Layer on top of lower-level routines, to
9810 get disqualification of aberrant containers.
9811 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
9813 (allout-beginning-of-current-entry): Position at start of buffer
9814 when in container (depth 0) entry.
9815 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
9816 (allout-current-bullet): Strip text properties.
9817 (allout-get-prefix-bullet): Use right match groups.
9818 (allout-beginning-of-line, allout-next-heading):
9819 Disqualify aberrant containers.
9820 (allout-previous-heading): Disqualify aberrant containers, and
9821 change to regular (rather than inline) function, to allow
9823 (allout-get-invisibility-overlay): Increment so progress is made
9824 when the first overlay is not the sought one.
9825 (allout-end-of-prefix): Disqualify aberrant containers.
9826 (allout-end-of-line): Cycle something like allout-beginning-of-line.
9827 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
9828 outline.el outlines) functional again. Change the primary bullet
9829 along with the header-lead - level 1 new-style bullets now work.
9830 Engage allout-before-change-handler in mainline Emacs, not just
9831 XEmacs, to do undo handling.
9832 (allout-before-change-handler): Expose undo changes occurring in
9833 hidden regions. Use allout-get-invisibility-overlay instead of
9834 reimplementing it inline.
9835 (allout-chart-subtree): Use start rather than end of prefix in
9836 charts. Use allout-recent-depth variable.
9837 (allout-chart-siblings): Disqualify aberrant topics.
9838 (allout-beginning-of-current-entry): Position correctly.
9839 (allout-ascend): Use new allout-depth-specific-regexp and
9840 allout-depth-one-regexp for linear instead of O(N^2) or worse
9842 (allout-ascend-to-depth): Depend on allout-ascend, rather than
9843 reimplementing an algorithm.
9844 (allout-up-current-level): Depend on allout-ascend, rather than
9845 reimplementing an algorithm. Return to start-point if we fail.
9846 (allout-descend-to-depth): Use allout-recent-depth variable
9847 instead of function.
9848 (allout-next-sibling): On traversal of numerous intervening
9849 topics, resort to economical allout-next-sibling-leap.
9850 (allout-next-sibling-leap): Specialized version of
9851 allout-next-sibling that uses allout-ascend cleverly, to depend on
9852 a regexp search to leap large numbers of contained topics, rather
9853 than arbitrarily many one-by-one traversals.
9854 (allout-next-visible-heading): Disqualify aberrant topics.
9855 (allout-previous-visible-heading): Position consistently when
9857 (allout-forward-current-level): Base on allout-previous-sibling
9858 rather than (differently) reimplmenting the algorithm. Remove some
9860 (allout-solicit-alternate-bullet): Present default choice stripped
9862 (allout-rebullet-heading): Use bullet stripped of text properties.
9863 Register changes using allout-exposure-change-hook.
9864 Disregard aberrant topics.
9865 (allout-shift-in): With universal-argument, make topic a peer of
9866 it's former offspring. Simplify the code by separating out
9867 allout-shift-out functionality.
9868 (allout-shift-out): With universal-argument, make offspring peers
9869 of their former container, and its siblings. Implement the
9870 functionality here, rather than inappropriately muddling the
9871 implementation of allout-shift-in.
9872 (allout-rebullet-topic): Respect additional argument for new
9873 parent-child separation function.
9874 (allout-yank-processing): Use allout-ascend directly.
9875 (allout-show-entry): Disqualify aberrant topics.
9876 (allout-show-children): Handle discontinuous children gracefully,
9877 extending the depth being revealed to expose them and posting a
9878 message indicating the situation.
9879 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
9880 Leave cursor in correct position.
9881 (allout-hide-current-subtree): Use allout-ascend directly.
9882 Disqualify aberrant topics.
9883 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
9884 a way that the yanks can restore it, as used to happen.
9885 (allout-yank-processing): Restore exposure layout as recorded by
9886 allout-kill-*, as used to happen.
9887 (allout-annotate-hidden, allout-hide-by-annotation): New routines
9888 for preseving and restoring exposure layout across kills.
9889 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
9890 (allout-encrypt-string): Strip text properties.
9891 Rearranged order and outline-headings for some of the
9892 miscellaneous functions.
9893 (allout-resolve-xref): No need to quote the error name in the
9894 condition-case handler section.
9895 (allout-flatten): Classic recursive (and recursively intensive,
9896 without tail-recursion) list-flattener, needed by allout-shift-out
9897 when confronted with discontinuous children.
9899 2006-09-16 Jason Rumney <jasonr@gnu.org>
9901 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
9903 (dnd-open-unc-file): Remove.
9904 (dnd-open-local-file): Mention in doc string that it also handles
9905 remote files if the system natively supports unc file-names.
9907 2006-09-15 Kim F. Storm <storm@cua.dk>
9909 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
9910 all necessary information about the event before erasing *Help*.
9912 * simple.el (line-move-partial): Use window-line-visiblity to
9913 quickly check whether last line is partially visible, and only do
9914 the hard (and slow) part in that case.
9916 2006-09-15 Jay Belanger <belanger@truman.edu>
9918 * COPYING: Replace "Library Public License" by "Lesser Public
9919 License" throughout.
9921 2006-09-15 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
9923 * term/x-win.el (x-menu-bar-open): New function for F10.
9925 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
9927 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9928 Disallow filenames containing " -" to avoid confusion with libtool
9929 compilation messages. Suggested by Stefan Monnier.
9931 2006-09-15 David Kastrup <dak@gnu.org>
9933 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
9934 instead of buffer position for `mouse-on-link-p'.
9936 * mouse.el (mouse-posn-property): New function looking up the
9937 properties at a click position in overlays and text properties in
9938 either buffer or strings.
9939 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
9940 of both `follow-link' as well as `mouse-face' properties.
9941 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
9944 * help.el (describe-key-briefly): When reading a down-event on
9945 mode lines or scroll bar, swallow the following up event, too.
9946 Use the new mouse sensitity of `key-binding' for lookup.
9947 (describe-key): The same here.
9949 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
9951 * play/life.el (life-patterns): Add a few more interesting patterns.
9952 (life-setup): Force `show-trailing-whitespace' to nil.
9954 2006-09-14 Richard Stallman <rms@gnu.org>
9956 * startup.el (fancy-splash-text): Change text to improve alignment.
9957 (fancy-splash-screens): Don't set non-standard tab width.
9958 Bind cursor-type temporarily, and make it easy to patch to
9959 preserve the splash buffer.
9960 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
9961 (fancy-splash-screens): Display echo-area message explicitly.
9962 Don't set fancy-splash-help-echo.
9964 * simple.el (line-number-mode): Group mode-line instead of
9966 (column-number-mode, size-indication-mode): Likewise.
9968 * faces.el (mode-line-faces): Group mode-line instead of modeline.
9970 * time.el (display-time): Group mode-line instead of modeline.
9972 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
9974 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
9976 * startup.el (fancy-splash-text): Move editing instructions to
9978 (fancy-splash-head): Issue editing instructions.
9979 (fancy-splash-screens): Fixup whitespace.
9981 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9983 * bindings.el (mode-line-buffer-identification-keymap):
9984 Remove duplicate line.
9986 2006-09-14 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9988 * ido.el (ido-ignore-item-p): Allow any kind of functions in
9991 2006-09-14 Kim F. Storm <storm@cua.dk>
9993 * jit-lock.el (jit-lock-fontify-again): New function.
9994 (jit-lock-fontify-now): Use it instead of lambda form.
9996 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
9998 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
9999 (flyspell-auto-correct-word): Make ispell-filter local to these
10000 functions. Check that ispell-filter has new stuff before calling
10001 ispell-parse-output.
10003 2006-09-13 Kim F. Storm <storm@cua.dk>
10005 * simple.el (line-move-partial): Optimize.
10007 2006-09-13 Richard Stallman <rms@gnu.org>
10009 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
10010 Delete spurious backquote.
10012 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
10014 * net/rcirc.el (rcirc-print): Fix last change.
10016 2006-09-12 Jay Belanger <belanger@truman.edu>
10018 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
10020 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
10022 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
10023 rcirc-show-maximum-output.
10024 (rcirc-mode): Remove window-scroll-function hook.
10025 (rcirc-scroll-to-bottom): Remove function.
10026 (rcirc-print): Recenter so point stays at the bottom of the window
10027 if point was already there.
10029 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
10031 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
10033 * progmodes/compile.el (compilation-start): Likewise.
10034 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
10035 Don't use expand-file-name on invocation-directory, since this
10036 might mishandle special characters in invocation-directory.
10038 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10040 * pcvs-defs.el: Remove * in defcustom's docstrings.
10042 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
10044 * progmodes/compile.el (compilation-directory-properties):
10045 Doc fix for help-echo.
10047 2006-09-12 Lars Hansen <larsh@soem.dk>
10049 * desktop.el (desktop-read): Add comment.
10051 2006-09-12 Kim F. Storm <storm@cua.dk>
10053 * simple.el (next-error-highlight, next-error-highlight-no-select):
10054 Fix spelling error.
10056 * subr.el (sit-for): Rework to use input-pending-p and cond.
10057 Return nil input is pending on entry also for SECONDS <= 0.
10058 (while-no-input): Use input-pending-p instead of sit-for.
10060 2006-09-11 Richard Stallman <rms@gnu.org>
10062 * simple.el (next-error-highlight, next-error-highlight-no-select):
10063 Fix custom type and doc strings.
10065 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10067 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
10068 (diff-apply-hunk): Use it to ask for confirmation.
10070 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
10072 * emacs-lisp/cl.el (pushnew): Add missing `,'.
10074 2006-09-11 David Kastrup <dak@gnu.org>
10076 * help.el (string-key-binding, describe-key-briefly)
10077 (describe-key): Remove `string-key-binding' and its callers since
10078 `key-binding' already caters for the proper lookup now.
10080 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10082 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
10083 (cfengine-mode): Use it. Fix \ syntax to be like /.
10085 * bindings.el (mode-line-buffer-identification-keymap):
10086 Move initialization into declaration.
10088 2006-09-10 Kim F. Storm <storm@cua.dk>
10090 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
10091 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
10092 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
10093 in case of merged directories. Reported by Micha
\e,Ak
\e(Bl Cadilhac.
10095 2006-09-10 Richard Stallman <rms@gnu.org>
10097 * dired-aux.el: Handle errors in recursive copy usefully.
10098 (dired-create-files-failures): New variable.
10099 (dired-copy-file): Remove condition-case.
10100 (dired-copy-file-recursive): Check for errors on all file
10101 operations, and add them to dired-create-files-failures.
10102 Check file file-date-erorr here too.
10103 (dired-create-files): Check dired-create-files-failures
10104 and report those errors too.
10106 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
10108 * subr.el (add-to-list): New argument COMPARE-FN.
10110 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
10112 * filecache.el (file-cache-add-directory)
10113 (file-cache-add-directory-list, file-cache-add-file)
10114 (file-cache-add-directory-using-find)
10115 (file-cache-add-directory-using-locate)
10116 (file-cache-add-directory-recursively): Add autoloads.
10118 2006-09-09 Richard Stallman <rms@gnu.org>
10120 * textmodes/conf-mode.el (conf-space-mode):
10121 Use hack-local-variables-hook instead of calling hack-local-variables.
10122 (conf-space-keywords-override): New variable.
10123 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
10124 (conf-space-mode): Always make conf-space-keywords and
10125 conf-space-keywords-override local.
10126 Call conf-space-mode-internal directly as well as via hook.
10128 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10130 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
10133 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
10135 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
10136 (python-send-string): Be slightly more careful about adding \n.
10138 * startup.el (normal-splash-screen): Don't display the buffer if we'll
10139 kill it right away anyway.
10141 2006-09-09 Eli Zaretskii <eliz@gnu.org>
10143 * international/codepage.el (cp850-decode-table): Fix a few codes.
10144 (cp858-decode-table): New variable.
10146 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10148 * net/ldap.el (ldap-search-internal): Doc fix.
10150 2006-09-09 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10152 * play/life.el (life-display-generation): Test for input manually if
10153 `sleeptime' is negative or null.
10155 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
10156 (print-region-1): Substitute `%s' with the page title.
10158 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
10160 * locate.el (locate-current-search): New variable.
10161 (locate): Set buffer local value. Use current buffer if it is
10163 (locate-mode): Disable undo here.
10164 (locate-do-setup): Use locate-current-filter from buffer to be killed.
10165 (locate-update): Use locate-current-search and locate-current-filter.
10167 2006-09-08 David Kastrup <dak@gnu.org>
10169 * desktop.el (desktop-read): When loading a desktop, disable
10170 saving it while the load progresses, and switch off a pending lazy
10171 load by calling `desktop-lazy-abort'.
10173 2006-08-27 Martin Rudalics <rudalics@gmx.at>
10175 * window.el (mouse-autoselect-window-timer)
10176 (mouse-autoselect-window-position)
10177 (mouse-autoselect-window-window)
10178 (mouse-autoselect-window-now): New vars.
10179 (mouse-autoselect-window-cancel)
10180 (mouse-autoselect-window-select)
10181 (mouse-autoselect-window-start): New functions.
10182 (handle-select-window): Call `mouse-autoselect-window-start' when
10183 delayed window autoselection is enabled.
10185 * cus-start.el (mouse-autoselect-window): Handle delayed window
10188 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
10189 commands after which it is allowed to print in the echo area.
10191 2006-09-08 Richard Stallman <rms@gnu.org>
10193 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
10195 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
10196 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
10198 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
10199 (cancel-timer-internal): Add doc string.
10200 (cancel-function-timers): Doc fix.
10201 (with-timeout-handler, timer-event-last*): Add doc strings.
10203 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
10205 * files.el (risky-local-variable-p): Match ...-bindat-spec.
10207 * dired.el (dired-log-summary): Add doc string.
10209 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
10210 (custom-group-menu-create): Not here.
10212 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
10214 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
10216 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10218 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
10219 (mac-apple-event-map): Define its handler.
10221 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10223 * net/ldap.el (ldap-search-internal): Handle `auth' key.
10225 2006-09-07 Magnus Henoch <mange@freemail.hu>
10227 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
10230 2006-09-07 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10232 * info.el (Info-index): Bind completion-ignore-case.
10234 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10236 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
10238 (inferior-prolog-guess-flavor): New fun left out of previous commit.
10239 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
10240 burp in dedicated windows.
10241 (inferior-prolog-self-insert-command): New command.
10242 (inferior-prolog-mode-map): Use it.
10244 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
10246 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
10248 * international/code-pages.el: Add cp858.
10250 2006-09-07 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10252 * dnd.el: Fix bootstrapping.
10254 2006-09-07 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10256 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
10257 (dnd-open-remote-url): New function.
10258 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
10261 2006-09-07 Jason Rumney <jasonr@gnu.org>
10263 * dnd.el (dnd-open-remote-file-function): New variable.
10264 (dnd-open-unc-file): New function.
10265 (dnd-open-file): Call dnd-open-remote-file-function if set.
10267 2006-09-06 Daiki Ueno <ueno@unixuser.org>
10269 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
10270 pgg-passphrase-coding-system rather than locale-coding-system.
10271 * pgg-def.el (pgg-passphrase-coding-system): New user option.
10273 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10275 * progmodes/prolog.el: Remove * in docstrings.
10276 (prolog-program-name): Add SWI prolog.
10277 (prolog-mode-menu): New menu.
10278 (prolog-mode): Set comment-add.
10279 (prolog-indent-line): Simplify. Use indent-line-to.
10280 (inferior-prolog-buffer): New var.
10281 (inferior-prolog-run, inferior-prolog-process): New funs.
10282 (run-prolog, switch-to-prolog): Rewrite, using them.
10283 (prolog-consult-region): Use inferior-prolog-buffer.
10284 (inferior-prolog-load-file): New function.
10285 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
10287 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
10288 last word, if it's not the end of the paragraph.
10290 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
10293 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
10295 * frame.el (display-mm-dimensions-alist): New defcustom.
10296 (display-mm-height, display-mm-width): Use it.
10298 2006-09-06 Simon Josefsson <jas@extundo.com>
10300 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
10302 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
10304 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10305 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
10308 2006-09-06 Kim F. Storm <storm@cua.dk>
10310 * simple.el (line-move-partial): New function to do vscrolling for
10311 partially visible images / tall lines. Rewrite based on code
10312 previously in line-move. Simplify backwards vscrolling.
10313 (line-move): Use it. Simplify.
10315 2006-09-05 Kim F. Storm <storm@cua.dk>
10317 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
10319 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
10321 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10322 Process the `gcc-include' after the `gnu' rule.
10324 2006-09-05 Kim F. Storm <storm@cua.dk>
10326 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
10328 2006-09-05 Daiki Ueno <ueno@unixuser.org>
10330 * pgg.el (pgg-clear-string): Alias to clear-string for backward
10333 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
10334 inhibit-redisplay; encode passphrase with locale-coding-system.
10336 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10338 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
10340 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
10342 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
10343 (gdb-var-list-children-regexp): Make type field optional.
10345 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
10346 e.g public, protected in C++.
10348 2006-09-04 John Paul Wallington <jpw@pobox.com>
10350 * simple.el (completion-show-help): New defcustom.
10351 (completion-setup-function): Heed it.
10353 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
10355 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
10357 2006-09-04 Richard Stallman <rms@gnu.org>
10359 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
10360 (rsf-min-region-to-spam-list): Doc fix.
10361 (rsf-add-content-type-field): Doc fix.
10363 * simple.el (kill-region): Explicitly test there is a region.
10365 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
10367 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
10368 sendmail in several common directories.
10370 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
10372 * paths.el (sendmail-program): Removed.
10374 2006-09-04 Daiki Ueno <ueno@unixuser.org>
10376 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
10377 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
10378 http://article.gmane.org/gmane.emacs.gnus.general/50457
10380 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
10382 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
10383 mark after running the menu filter.
10385 2006-09-03 Juri Linkov <juri@jurta.org>
10387 * international/quail.el (quail-defrule-internal): Add a check
10388 if a key is a vector.
10390 2006-09-02 Juri Linkov <juri@jurta.org>
10392 * man.el (Man-topic-history): New variable.
10395 * woman.el (woman-topic-history): Change defvar to defvaralias
10396 for symbol `Man-topic-history'.
10398 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
10399 `comint-last-output-start' is a marker by using `markerp' and
10400 check if it has a position by using `marker-position', and use
10401 this position for `goto-char'.
10403 * international/quail.el (quail-defrule-internal): Add missing
10404 `error' call for null key.
10406 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
10408 * net/rcirc.el (rcirc-keywords): New variable.
10409 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
10410 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
10412 (rcirc-responses-no-activity): New function.
10413 (rcirc-handler-generic): Check for responses in above.
10414 (rcirc-process-command): Add ?: character to arguments of raw
10416 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
10418 (rcirc-gray-toggle): Remove unused variable.
10419 (rcirc-print): Remove some tracking logic, which is moved into
10421 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
10423 (rcirc-activity-string): Look for 'keyword in activity-types.
10424 (rcirc-window-configuration-change): Don't erase overlay-arrow
10426 (rcirc-add-or-remove): New function.
10427 (rcirc-cmd-ignore): Use it.
10428 (rcirc-message-leader): Remove unused function.
10429 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
10430 (rcirc-add-face): New function.
10431 (rcirc-facify): Use rcirc-add-face.
10432 (rcirc-url-regexp): Add parens.
10433 (rcirc-map-regexp): Remove function.
10434 (rcirc-mangle-regexp): Remove function.
10435 (rcirc-markup-text-functions): New variable.
10436 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
10437 (rcirc-markup-body-text, rcirc-markup-attributes)
10438 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
10439 (rcirc-markup-bright-nicks): New markup handler functions.
10440 (rcirc-nick-in-message-full-line): New face.
10441 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
10442 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
10444 2006-09-02 Martin Rudalics <rudalics@gmx.at>
10446 * cus-start.el (hscroll-margin, hscroll-step)
10447 (mode-line-in-non-selected-windows, mouse-autoselect-window)
10448 (x-use-underline-position-properties): Change version to "22.1"
10449 since they will appear there for the first time.
10451 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
10453 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
10455 2006-08-31 Richard Stallman <rms@gnu.org>
10457 * cus-edit.el (custom-save-variables): Slight cleanup.
10458 (Custom-no-edit): Renamed from custom-no-edit.
10459 (Custom-newline): Renamed from custom-newline.
10460 (custom-mode-map): Use new names.
10462 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
10463 about customization, rather than M-x customize, in the doc string
10464 made for the defcustom.
10466 * emacs-lisp/trace.el (trace-function-background): Doc fix.
10468 2006-08-31 Romain Francoise <romain@orebokech.com>
10470 * dired-x.el (dired-guess-shell-alist-default): Update.
10472 2006-08-31 Michael Mauger <mmaug@yahoo.com>
10474 * custom.el (custom-theme-set-variables): Autoload packages before
10475 sorting the variables.
10477 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
10479 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
10480 Convert events to chars if XEmacs.
10481 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
10483 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10485 * progmodes/python.el (python-eldoc-function): Re-enable quit while
10486 waiting for process.
10488 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10490 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
10491 results in ASCII-only string, encode original one directly.
10493 2006-08-29 Romain Francoise <romain@orebokech.com>
10495 * startup.el (normal-splash-screen, fancy-splash-screens):
10496 Make buffer read-only and arrange to enter view mode if necessary.
10498 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
10500 * hl-line.el (hl-line): New face.
10501 (hl-line-face): Use it.
10503 * image-mode.el (image-mode): Fix last fix.
10504 Suggested by Kim F. Storm.
10506 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
10508 Sync with Tramp 2.0.54.
10510 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
10511 of `=', because `tramp-get-remote-gid' might not always return an
10512 integer when expected.
10513 (tramp-register-file-name-handlers): `partial-completion-mode' is
10515 (tramp-time-diff): Don't use `floor', it might fail for large
10517 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
10518 `tramp-auto-save-directory' if unset in order to guarantee unique
10519 auto-save file names.
10521 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10523 * image-mode.el (image-mode): Display image as text on a terminal.
10525 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10527 * progmodes/python.el (python-send-command): Simplify.
10528 (run-python): Don't generate a new buffer unless `new' was specified.
10529 Make sure we send `import emacs' to the proper process.
10531 * progmodes/python.el (python-send-command): Don't wait for the command
10532 to terminate. Don't fiddle with compilation-parsing-end.
10534 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
10536 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
10537 Insert commentary after first line summary.
10539 * woman.el (woman-follow): New function, based on `man-follow'.
10540 (woman-mode-map): Use it.
10542 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
10543 since ibuffer-do-sort-by-recency does not define a sorter.
10545 2006-08-28 Kim F. Storm <storm@cua.dk>
10547 * find-dired.el (find-dired): Use shell-quote-argument to properly
10548 escape ( and ) args. Also use it on {} and ; args in default
10549 value of find-ls-option string.
10550 (find-grep-dired): Use shell-quote-argument on {} and ; args.
10552 2006-08-27 Michael Olson <mwolson@gnu.org>
10554 * emacs-lisp/tq.el: Small grammar fix in comments.
10555 (tq-enqueue): Check for existence of queue rather than the
10556 head queue item's question, which was a no-op.
10557 (tq-filter, tq-process-buffer): Make sure the process buffer
10558 exists before making it the current buffer.
10560 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10562 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
10563 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
10564 (special-event-map): Apply 2006-08-16 change for x-win.el.
10566 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10568 * progmodes/python.el (python-send-receive): Wait in the
10569 process's buffer so as to check the right buffer-local variables.
10571 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
10573 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
10574 (defgroup checkdoc): Move to beginning.
10576 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
10577 (python-preoutput-continuation): Remove.
10578 (python-preoutput-filter): Simplify correspondingly.
10579 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
10580 Loop around to catch embedded _emacs_out output.
10581 (run-python): Send the import&print command on a single line.
10582 (python-send-command): Send command&print on a single line.
10583 (python-send-string): Only add double \n if needed.
10584 (python-send-receive): Loop until the result comes.
10585 (python-mode-running): Defvar it.
10586 (python-setup-brm): Remove unused var `menu'.
10587 Only bind py-mode-map and `features' around brm-init.
10588 (python-calculate-indentation): Remove unused var `point'.
10589 (python-beginning-of-defun): Remove unused var `def-line'.
10591 2006-08-25 Richard Stallman <rms@gnu.org>
10593 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
10595 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
10597 * emulation/viper.el (viper-set-hooks): Use frame bindings for
10598 viper-vi-state-cursor-color.
10599 (viper-non-hook-settings): Don't set default
10600 mode-line-buffer-identification.
10602 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
10604 (viper-set-cursor-color-according-to-state)
10605 (viper-get-saved-cursor-color-in-replace-mode)
10606 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
10607 viper-emacs-state-cursor-color.
10609 * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
10610 (viper-undo): Use point if undo-beg-posn is nil.
10611 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
10612 (viper-after-change-undo-hook): Don't use
10613 viper-emacs-state-cursor-color by default.
10614 (viper-undo): More sensible positioning after undo.
10616 * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
10617 (viper-emacs-state-cursor-color): Default to nil, since this feature
10618 doesn't work well yet.
10620 * ediff-mult.el (ediff-intersect-directories)
10621 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
10622 always expand filenames.
10624 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10626 * tumme.el: Remove * in defcustoms's docstrings.
10628 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
10630 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
10631 Accept internal time format for SECS arg.
10632 (timer-relative-time): Doc fix.
10634 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
10635 adapted from Martin Rudalics.
10636 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
10637 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
10638 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
10641 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
10643 * cus-start.el (all): Add `overline-margin' and
10644 `x-underline-at-descent-line'.
10646 2006-08-24 Kim F. Storm <storm@cua.dk>
10648 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
10649 to mean "use find -exec"; nil now unambiguously means auto-detect.
10650 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
10651 Use shell-quote-argument to build grep-find-command and
10652 grep-find-template.
10653 (rgrep): Use shell-quote-argument to properly quote arguments to find.
10654 Reported by Tom Seddon.
10656 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
10658 * startup.el (fancy-splash-head): Give instructions for dismissing
10659 the splash screen for default startup too.
10660 (display-startup-echo-area-message, fancy-splash-screens)
10661 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
10662 all splash text at once and keep the splash buffer around.
10663 (command-line-1): Give display-startup-echo-area-message a t arg.
10665 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
10667 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
10668 gnus frame is selected.
10670 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
10672 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
10674 2006-08-22 Kim F. Storm <storm@cua.dk>
10676 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
10677 Add suffix matching for subdirs.
10679 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
10681 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
10682 mouse-yank-at-point is non-nil.
10684 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
10686 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
10687 a bit wider and remove fringes to fit initial output on line.
10689 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10691 * frame.el (blink-cursor-end): Only ignore the error we care about.
10692 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
10694 2006-08-21 Richard Stallman <rms@gnu.org>
10696 * whitespace.el (whitespace-cleanup): Doc fix.
10698 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
10700 * net/rcirc.el (rcirc-show-maximum-output): New var.
10701 (rcirc-buffer-process): If no buffer argument is supplied, use
10703 (rcirc-complete-nick): Complete to the last completed nick first.
10704 (rcirc-mode): Preserve the value of `rcirc-urls' across
10705 connections. Setup scroll function.
10706 (rcirc-scroll-to-bottom): New function.
10707 (rcirc-print): Use nick syntax around regexp work.
10708 Notice dim-nicks speaking only if they say our nick.
10709 (rcirc-update-activity-string): Do not show the modeline indicator
10710 if there are no live rcirc processes.
10711 (rcirc-cmd-ignore): Ignore case.
10712 (rcirc-browse-url-at-point): Fix off-by-one error.
10714 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
10716 * progmodes/python.el: Remove * in defcustom docstrings.
10717 (run-python, python-proc, python-try-complete): Use derived-mode-p.
10718 (python-mode): Set tab-width and indent-tabs-mode.
10720 2006-08-20 Dave Love <fx@gnu.org>
10722 * progmodes/python.el: Update to Dave Love's latest version.
10723 (python-font-lock-keywords, python-mode): Don't use
10724 font-lock-syntax-table, but match symbol elements explicitly instead.
10725 (python-mode-map): Add help, and a few more key bindings.
10726 (python-skip-comments/blanks): Move out of comments as well.
10727 (python-continuation-line-p): Behave better with unbalanced parens.
10728 (python-blank-line-p): New fun.
10729 (python-open-block-statement-p): Don't use a heuristic.
10730 (python-outdent-p): Better handle blocks-in-the-same-line.
10731 (python-calculate-indentation): Misc improvements.
10732 (python-comment-indent): Remove.
10733 (python-block-pairs): New var.
10734 (python-first-word): New fun.
10735 (python-indentation-levels): Handle more common cases.
10736 (python-indent-line-1): Add `leave' argument.
10737 (python-indent-region): New fun.
10738 (python-skip-out): New fun.
10739 (python-beginning-of-statement, python-end-of-statement): Use it.
10740 (python-next-statement): Return correct count even at eob.
10741 (python-end-of-block): Fix paren-typo.
10742 (python-imenu-create-index): Add module variables.
10743 (run-python): Add `new' arg.
10744 Check we're at a prompt before returning.
10745 (python-send-command): Move to end of buffer.
10746 Wait for prompt to return.
10747 (python-set-proc): New fun.
10748 (python-imports): New var.
10749 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
10750 (python-eldoc-function): Try to move out of arg list.
10751 (python-outline-level): Offset by 1.
10752 (python-find-imports): New fun.
10753 (python-symbol-completions): Use python-imports.
10754 (python-module-path, ffap-alist): Add support for ffap.
10755 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
10756 (python-insert-*, python-default-template, python-expand-template):
10757 Add templates/skeletons.
10758 (python-setup-brm): Support for Bicycle Repair Man.
10759 (python-abbrev-syntax-table): New var.
10760 (python-abbrev-pc-hook, python-pea-hook): New funs.
10762 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
10764 * frame.el (blink-cursor-start): Set timer first.
10765 (blink-cursor-end): Ignore timer cancelling errors.
10766 Suggested by Ken Manheimer.
10768 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
10770 * newcomment.el (comment-box): Call `comment-normalize-vars'.
10771 Add autoload cookie.
10773 2006-08-20 Richard Stallman <rms@gnu.org>
10775 * simple.el (line-number-at-pos): Doc fix.
10777 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
10778 timer-activate-when-idle, so timer can run before Emacs becomes
10781 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
10783 * whitespace.el (whitespace-cleanup-internal): New optional arg
10784 REGION-ONLY. If it's non-nil, modify the message to the user
10786 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
10787 a non-nil argument.
10789 2006-08-18 Gustav H
\e,Ae
\e(Bllberg <gustav@gmail.com> (tiny change)
10791 * rect.el (spaces-string): Simplify and add doc string.
10793 2006-08-17 Romain Francoise <romain@orebokech.com>
10795 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
10797 2006-08-17 Richard Stallman <rms@gnu.org>
10799 * compare-w.el (compare-windows): lambda's take an arg and pass
10800 it to compare-windows-skip-whitespace.
10802 2006-08-17 Martin Rudalics <rudalics@gmx.at>
10804 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
10807 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
10809 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
10812 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
10814 * progmodes/gdb-ui.el (gdb-locals-watch-map)
10815 (gdb-locals-watch-map-1): Suppress keymap first.
10816 (gdb-edit-locals-map-1): New variable.
10817 (gdb-edit-locals-value): New function.
10818 (gdb-stack-list-locals-handler): Use them.
10820 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
10822 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
10823 cursor would normally be drawn in the fringe.
10825 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
10826 Reported by Martin Rudalics <rudalics@gmx.at>.
10828 2006-08-16 Richard Stallman <rms@gnu.org>
10830 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
10831 (special-event-map): Process drag-n-drop events this way.
10833 * simple.el (move-beginning-of-line): Test whether fields
10834 would prevent motion back to line's first visible character.
10835 If so, stop where the fields would stop the motion.
10837 * newcomment.el (comment-indent): Fully update INDENT
10838 before checking to see if it will change the text.
10840 * cus-edit.el (custom-newline): New function.
10841 (custom-mode-map): Bind newline to custom-newline.
10843 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
10844 into ignore-whitespace.
10845 Check each buffer for its skip-function.
10846 Handle compare-windows-skip-whitespace special-case test
10847 by returning t from default skip function.
10849 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
10851 * textmodes/org.el (org-clock-special-range)
10852 (org-clock-update-time-maybe): New functions.
10853 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
10855 (org-agenda-get-blocks): Allow multiple blocks per headline.
10856 (org-timestamp-change): Call `org-clock-update-time-maybe'.
10857 (org-export-html-title-format)
10858 (org-export-html-toplevel-hlevel): New options.
10859 (org-export-language-setup): Add support for Czech.
10860 (org-mode, org-insert-todo-heading, org-find-visible)
10861 (org-find-invisible, org-invisible-p, org-invisible-p2)
10862 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
10863 (org-show-subtree, org-show-entry, org-make-options-regexp):
10864 Remove compatibility support for old outline-mode.
10865 (org-check-occur-regexp): Funtion removed.
10866 (org-on-heading-p, org-back-to-heading): Made defalias.
10867 (org-set-local): New defsubst.
10868 (org-set-regexps-and-options, org-mode)
10869 (org-set-font-lock-defaults, org-edit-agenda-file-list)
10870 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
10871 (org-remember-apply-template, org-table-edit-field)
10872 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
10873 (org-set-autofill-regexps): Use `org-set-local'.
10874 (org-table-eval-formula): Fix bug with parsing of display flags.
10876 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
10878 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
10879 frame with fringe arrow. Suggested by Simon Marshall
10880 <simon.marshall@misys.com>.
10881 (gdb-stack-position): New variable.
10882 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
10883 (gdb-frames-mode): Set gdb-stack-position to nil.
10884 Add to overlay-arrow-variable-list
10885 (gdb-reset): Delete gdb-stack-position from above list.
10887 2006-08-14 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10889 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
10892 2006-08-13 Romain Francoise <romain@orebokech.com>
10894 * cus-theme.el (customize-create-theme)
10895 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
10897 * filesets.el (filesets-add-buffer): Ditto.
10899 * pcvs.el (cvs-change-cvsroot): Ditto.
10901 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
10903 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
10904 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
10905 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
10907 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
10908 Only search till end of line.
10909 Add face to function names in case of no filename.
10910 Add face to variable names of watchpoints.
10912 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
10914 * cus-start.el <indent-tabs-mode>: Move to the `indent'
10915 customization group.
10917 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
10919 * allout.el (allout-prior-bindings, allout-added-bindings):
10920 Remove, after long deprecation.
10921 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
10922 Add customization vars controlling allout-beginning-of-line and
10923 allout-end-of-line conveniences.
10924 (allout-header-prefix, allout-use-mode-specific-leader)
10925 (allout-use-mode-specific-leader, allout-mode-leaders):
10927 (allout-infer-header-lead): Change to be an alias for
10928 allout-infer-header-lead-and-primary-bullet.
10929 (allout-infer-header-lead-and-primary-bullet): New version of
10930 allout-infer-header-lead which assigns the primary bullet to the
10931 same as the header lead, when its being changed.
10932 (allout-infer-body-reindent): Apply regexp-quote instead of
10933 unconditionally prepending "\\", so that all literal
10934 allout-header-prefix and allout-primary-bullet strings are
10936 (allout-add-resumptions): Add optional qualifier for extending or
10937 appending to existing values, rather than replacing them.
10938 (allout-view-change-hook): Clarify docstring.
10939 (allout-exposure-change-hook): Take explicit arguments, via
10940 run-hook-with-args.
10941 (allout-structure-added-hook)
10942 (allout-structure-deleted-hook)
10943 (allout-structure-shifted-hook): New hooks analogous to
10944 allout-exposure-change-hook for other kinds of structural outline
10946 (allout-encryption-plaintext-sanitization-regexps): New encryption
10947 customization variable, by which cooperating modes can provde
10948 massage of the plaintext without actually being passed it.
10949 (allout-encryption-ciphertext-rejection-regexps)
10950 (allout-encryption-ciphertext-rejection-ceiling): New encryption
10951 customization variables, by which cooperating modes can prohibit
10952 rare but possible ciphertext patterns from fouling their
10953 operation, with actually being passed the ciphertext.
10954 (allout-mode): Run activation and deactivation hooks after the
10955 minor-mode variable has been toggled, to clarify the mode
10956 disposition. The new encryption ciphertext rejection variable is
10957 used to ensure that the ciphertext does not contain text that
10958 would be recognized as outline structural elements by allout.
10959 Substite allout-beginning-of-line and allout-end-of-line for
10960 conventionall beginning-of-line and end-of-line bindings.
10961 If allout-old-style-prefixes is non-nil, don't nullify it on mode
10963 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
10964 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
10965 (allout-chart-subtree): Implement new mode, charting only the
10966 visible items in the subtree, when new 'visible' parameter is non-nil.
10967 (allout-end-of-subtree): Properly handle the last item in the buffer.
10968 (allout-pre-command-business, allout-command-counter):
10969 Increment an advertised counter so that cooperating enhancements can
10970 track revisions of items.
10971 (allout-open-topic): Run allout-structure-added-hook with suitable
10973 (allout-shift-in): Run allout-structure-shifted-hook with suitable
10975 (allout-shift-out): Fix doubling for negative args and ensure call
10976 of allout-structure-shifted-hook by solely using allout-shift-in.
10977 (allout-kill-line, allout-kill-topic):
10978 Run allout-structure-deleted-hook with suitable arguments.
10979 (allout-yank-processing): Run allout-structure-added-hook with
10981 (allout-yank): Enclose activity in allout-unprotected.
10982 (allout-flag-region): Run allout-exposure-change-hook with
10983 suitable arguments, instead of making the callee infer the arguments.
10984 (allout-encrypt-string):
10985 Support allout-encryption-plaintext-sanitization-regexps,
10986 allout-encryption-ciphertext-rejection-regexps, and
10987 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
10988 en/de cryption mode in symmetric encryption failure message.
10989 (allout-obtain-passphrase): Use copy-sequence to get a distinct
10990 copy of the passphrase, and don't zero it or we'll corrupt the
10992 (allout-create-encryption-passphrase-verifier)
10993 (allout-verify-passphrase): Respect the new signature for
10994 allout-encrypt-string.
10995 (allout-get-configvar-values): Convenience for getting a
10996 configuration variable value and handling its absence gracefully.
10998 2006-08-11 Romain Francoise <romain@orebokech.com>
11000 * obsolete/zone-mode.el: Delete.
11002 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
11004 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
11006 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
11008 * emacs-lisp/bindat.el (bindat-ip-to-string):
11009 Use `format-network-address' if possible.
11011 2006-08-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11013 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
11015 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
11017 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
11018 restore unread-command-events here.
11019 (edebug-display): Do it here, to detect sit-for interruptions.
11021 2006-08-10 Romain Francoise <romain@orebokech.com>
11023 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
11024 (dns-mode-soa-auto-increment-serial): New user option.
11025 (dns-mode-soa-maybe-increment-serial): New function.
11026 (dns-mode): Add the latter to `write-contents-functions'.
11028 * obsolete/zone-mode.el: Move to obsolete/ from net/.
11029 Delete autoload cookies.
11031 2006-08-10 John Wiegley <johnw@newartisans.com>
11033 * eshell/em-glob.el (eshell-glob-chars-list)
11034 (eshell-glob-translate-alist): Add support for [^g] in character globs.
11036 2006-08-10 Richard Stallman <rms@gnu.org>
11038 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
11039 (facemenu-set-face): Doc fix.
11040 (facemenu-listed-faces): Doc fix.
11042 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
11044 * avoid.el (mouse-avoidance-animating-pointer): New var.
11045 (mouse-avoidance-nudge-mouse): Use it.
11046 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
11047 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
11048 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
11049 Don't activate if currently animating. All callers changed.
11051 2006-08-09 John Wiegley <johnw@newartisans.com>
11053 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
11054 variable, which causes timeclock to report elapsed time worked,
11055 instead of just work remaining.
11057 2006-08-09 Kenichi Handa <handa@m17n.org>
11059 * international/latexenc.el (latexenc-find-file-coding-system):
11060 Fix for the case that the 2nd element of arg-list is a cons.
11062 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
11064 * info.el (Info-fontify-node): Handle preceding `in' for note
11065 reference hiding rules.
11067 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
11069 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
11070 mistake a closing " for an opening one.
11072 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
11074 * term/xterm.el (terminal-init-xterm): Add more key bindings.
11076 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
11078 * complete.el (PC-do-completion): Filter out completions matching
11079 completion-ignored-extensions before checking whether there are
11080 multiple completions.
11081 Don't use `list' unnecessarily when building completion tables.
11083 2006-08-06 Richard Stallman <rms@gnu.org>
11085 * help.el (describe-mode): Make minor mode list more concise.
11087 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
11089 * bindings.el: Give mode-line-format, mode-line-modes, and
11090 mode-line-position `standard-value' properties.
11092 2006-08-05 Eli Zaretskii <eliz@gnu.org>
11094 * buff-menu.el (list-buffers-noselect): For Info buffers, use
11095 "(file)node" instead of the file name.
11097 2006-08-05 Richard Stallman <rms@gnu.org>
11099 * faces.el (escape-glyph): Doc fix.
11101 2006-08-04 Kenichi Handa <handa@m17n.org>
11103 * international/mule-diag.el (describe-font): Improve docstring
11104 and error message. Use frame-parameter (not frame-parameters).
11106 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11108 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
11109 Correctly mark the end-of-docstring char.
11111 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
11113 * simple.el (line-move-to-column): Constrain move-to-column to
11116 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11118 * font-lock.el (font-lock-beg, font-lock-end)
11119 (font-lock-extend-region-functions): New vars.
11120 (font-lock-extend-region-multiline)
11121 (font-lock-extend-region-wholelines): New functions.
11122 (font-lock-default-fontify-region): Use them.
11123 (font-lock-extend-jit-lock-region-after-change): Only round up
11124 if font-lock-default-fontify-region will do it as well.
11126 * font-lock.el (font-lock-extend-after-change-region-function):
11127 Rename from font-lock-extend-region-function.
11128 (font-lock-extend-region): Remove by inlining at call sites.
11129 (font-lock-after-change-function): Don't needlessly round up to a whole
11131 (font-lock-extend-jit-lock-region-after-change): Be more careful about
11132 the boundary conditions and the interactions between the various ways
11133 to extend the region.
11135 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
11137 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
11138 modification status when forcing the second redisplay.
11140 2006-08-03 Kim F. Storm <storm@cua.dk>
11142 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
11144 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
11146 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
11147 doesn't look like a file name.
11149 * complete.el (PC-expand-many-files): Avoid signalling an error when
11150 the current directory doesn't exist. Reported by Micha
\e,Ak
\e(Bl Cadilhac.
11152 2006-08-02 Andreas Schwab <schwab@suse.de>
11154 * bindings.el (mode-line-format): Simplify reference to vc-mode.
11156 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
11158 * bindings.el (map): Make mode-line-buffer-identification-keymap
11159 before defining propertized-buffer-identification.
11161 2006-08-01 Richard Stallman <rms@gnu.org>
11163 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
11165 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
11167 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
11169 (gdb-find-source-frame): New function.
11170 (menu): Add to menu bar.
11172 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11174 * font-core.el (font-lock-extend-region-function)
11175 (font-lock-extend-region): Move to font-lock.el.
11177 * font-lock.el (font-lock-extend-region-function)
11178 (font-lock-extend-region): Move from font-core.el. Simplify.
11180 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
11182 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
11183 (jit-lock-after-change-extend-region-functions): New hook.
11184 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
11186 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
11187 (font-lock-turn-on-thing-lock): Use it.
11189 * longlines.el (longlines-show-region): Make it work on read-only
11192 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
11194 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
11196 2006-07-31 Richard Stallman <rms@gnu.org>
11198 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
11199 (vhdl-speedbar-display-projects): Update old obsolete
11200 speedbar variable names.
11202 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
11204 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
11205 (gdb-stopped): Use it.
11207 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
11209 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
11211 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
11212 for load-history elements.
11214 2006-07-29 Eli Zaretskii <eliz@gnu.org>
11216 * files.el (convert-standard-filename): For Cygwin, replace
11217 characters not allowed in Windows file names.
11218 (make-auto-save-file-name): Add Cygwin to the list of systems
11219 where the auto-save file name needs to be run through
11220 convert-standard-filename.
11222 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
11224 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
11226 2006-07-28 Richard Stallman <rms@gnu.org>
11228 * bindings.el (mode-line-frame-identification)
11229 (propertized-buffer-identification): Centralize the code
11230 to initialize the variable.
11232 * progmodes/grep.el (grep-default-command): Catch errors from
11233 wildcard-to-regexp.
11235 2006-07-29 Kim F. Storm <storm@cua.dk>
11237 * progmodes/grep.el (grep-tag-default): New function.
11238 (grep-default-command, grep-read-regexp): Use it.
11239 (grep-read-files): Use car of grep-files-history or grep-files-aliases
11240 as default if nothing else applies.
11242 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
11244 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
11245 Throw error if buffer is not in Dired and Wdired mode, respectively.
11247 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
11249 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
11250 self-insert-command keys don't activate buttons.
11251 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
11253 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
11255 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
11256 faces for enable character.
11258 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
11260 * Makefile.in (recompile): Update comment to reflect change
11263 2006-07-27 Richard Stallman <rms@gnu.org>
11265 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
11266 (customize-package-emacs-version): Change msg when pkg has no entry.
11267 (custom-no-edit): On a button, do like widget-button-press.
11269 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11271 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
11274 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
11276 * progmodes/which-func.el (which-function): Fix documentation/
11279 2006-07-26 Richard Stallman <rms@gnu.org>
11281 * textmodes/ispell.el (ispell-word): If we replace the word,
11282 move point to the end. Insert before deleting.
11284 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
11286 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
11289 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
11291 * tumme.el (tumme-backward-image): Add prefix argument. Add error
11292 when at first image.
11293 (tumme-forward-image): Add prefix argument. Add error when at last
11296 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
11298 * tabify.el (tabify-regexp): Use more specific regexps.
11299 (tabify): Avoid modifying the buffer unnecessarily.
11301 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
11303 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
11304 (tumme-format-properties-string): Handle empty `buf'.
11305 (tumme-get-comment): Change variable names inside `let'.
11306 Add missing `let' variable that cause font-lock problems.
11307 (tumme-write-comments): Change variable names inside `let'.
11308 Add missing `let' variable that cause font-lock problems.
11309 (tumme-forward-image): Rename from `tumme-forward-char'.
11310 (tumme-backward-image): Rename from `tumme-backward-char'.
11312 2006-07-25 Masatake YAMATO <jet@gyve.org>
11314 * progmodes/ld-script.el (ld-script-keywords)
11315 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
11318 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
11320 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
11321 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
11322 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
11323 for status indicator.
11325 2006-07-24 Richard Stallman <rms@gnu.org>
11327 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
11329 * subr.el (dolist, dotimes): Use interned symbols for locals.
11330 (--dotimes-limit--, --dolist-tail--): New defvars.
11331 (looking-back): Doc fix.
11333 * replace.el (replace-match-string-symbols): Handle dotted lists.
11335 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
11337 * tumme.el (tumme-write-tags): Add.
11338 (tumme-write-comments): Add.
11339 (tumme-tag-files): Change to use `tumme-write-tags'.
11340 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
11341 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
11342 (tumme-save-information-from-widgets): Change to use
11343 `tumme-write-comments' and `tumme-write-tags'.
11344 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
11345 (tumme-write-tag): Remove.
11346 (tumme-write-comment): Remove.
11347 (tumme-display-previous-thumbnail-original): Remove empty line.
11348 (tumme-widget-list): Add punctuation.
11350 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
11352 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
11354 2006-07-24 Daiki Ueno <ueno@unixuser.org>
11356 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11357 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
11358 and andreas@altroot.de (Andreas V
\e,Av
\e(Bgele).
11360 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
11362 * mouse.el (mouse-on-link-p): Doc fix.
11364 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
11366 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11369 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11371 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
11374 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
11376 * textmodes/table.el: Add move-beginning-of-line and
11377 move-end-of-line to Point Motion Only Group.
11379 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
11381 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
11383 2006-07-22 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11385 * startup.el (user-mail-address): Initialize from the `EMAIL'
11386 environment variable first. Document this.
11387 (command-line): Ditto.
11389 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
11391 * help-mode.el (help-function-def, help-variable-def)
11392 (help-face-def): Print a message in the minibuffer.
11394 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11396 * term/xterm.el (terminal-init-xterm): Fix key bindings
11397 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
11399 2006-07-21 Eli Zaretskii <eliz@gnu.org>
11401 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
11402 where `(nth 1 command)' is a cons cell. Doc fix.
11404 * textmodes/po.el (po-find-charset): Doc fix.
11406 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
11408 * allout.el (allout-unprotected, allout-e-o-prefix-p)
11409 (allout-beginning-of-current-line, allout-end-of-current-line)
11410 (allout-next-visible-heading, allout-open-topic)
11411 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
11412 (allout-flag-current-subtree, allout-show-to-offshoot)
11413 (allout-hide-current-entry, allout-show-current-branches)
11414 (allout-hide-region-body, allout-old-expose-topic)
11415 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
11416 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
11417 containing `beginning-of-line' and `end-of-line' with
11418 `inhibit-field-text-motion' t.
11420 2006-07-21 Eli Zaretskii <eliz@gnu.org>
11422 * frame.el (focus-follows-mouse): Document that it doesn't have
11423 any effect on MS-Windows.
11425 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11427 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
11429 2006-07-20 Jay Belanger <belanger@truman.edu>
11431 * calc/calc.el (calc-previous-alg-entry): Remove variable.
11433 * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
11435 (calc-alg-entry): Use `calc-alg-entry-history'.
11436 (calc-do-quick-calc): Use `calc-quick-calc-history'.
11437 Remove reference to `calc-previous-alg-entry'.
11438 (calcAlg-edit, calcAlg-enter): Remove reference to
11439 `calc-previous-alg-entry'.
11440 (calcAlg-previous): Use `previous-history-element' instead of
11441 `calc-previous-alg-entry'.
11442 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
11443 Change keybinding for `calcAlg-plus-minus', add keybindings for
11444 `previous-history-element' and `next-history-element'.
11446 * calc/calc-rewr.el (calc-match): Remove reference to
11447 `calc-previous-alg-entry'.
11449 * calc/calc-sel.el (calc-selection-history): New variable.
11450 (calc-enter-selection, calc-sel-mult-both-sides)
11451 (calc-sel-add-both-sides): Use `calc-selection-history'.
11453 * calc/calc-map.el (calc-get-operator-history): New variable.
11454 (calc-get-operator): Use `calc-get-operator-history'.
11456 * calc/calcalg3.el (calc-curve-fit-history): New variable.
11457 (calc-curve-fit): Use `calc-curve-fit-history'.
11459 2006-07-20 Kenichi Handa <handa@m17n.org>
11461 * international/mule-cmds.el (select-safe-coding-system): Fix the
11462 way of deciding eol-type of the coding system.
11464 2006-07-20 Alan Mackenzie <acm@muc.de>
11466 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
11467 (c-lang-setvar): New macro.
11468 (c-make-init-lang-vars-fun): Use the initialization forms in
11469 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
11470 (comment-start, comment-end, comment-start-skip): Change these from
11471 c-lang-defvar's to c-lang-setvar's.
11473 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
11474 which calls make-local-variable on the elements of
11475 c-emacs-variable-inits.
11476 (c-init-language-vars-for): Call this new macro.
11478 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11480 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11481 Try to rule out false positives due to time stamps.
11482 (compilation-mode-font-lock-keywords): Remove rules made redundant
11483 because of the above change. Add `segmentation fault' to the known and
11484 highlighted compilation termination messages.
11486 2006-07-19 Kim F. Storm <storm@cua.dk>
11488 * progmodes/grep.el (grep-find-ignored-directories):
11489 Add .svn and _darcs to list.
11491 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
11493 * dired.el (dired-mode-map): Add key binding `C-te' for
11494 `tumme-dired-edit-comment-and-tags'.
11496 * tumme.el (tumme-display-thumbnail-original-image): Make sure
11497 image display buffer is displayed before call to
11498 `tumme-display-image.
11499 (tumme-dired-display-image): Make sure image display buffer is
11500 displayed before call to `tumme-display-image.
11501 (tumme-mouse-display-image): Make sure image display buffer is
11502 displayed before call to `tumme-display-image.
11503 (tumme-widget-list): Add.
11504 (tumme-dired-edit-comment-and-tags): Add.
11505 (tumme-save-information-from-widgets): Add.
11507 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11509 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
11511 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11513 * progmodes/sh-script.el (sh-font-lock-keywords-1):
11514 Revert inadvertently installed patch hunk.
11516 * progmodes/compile.el (compilation-find-file): Handle the
11517 cases where the user selects a non-existent file.
11519 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11521 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
11523 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11525 * subr.el (sit-for): Just sleep-for if noninteractive.
11527 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11529 * emacs-lisp/autoload.el (make-autoload): Use new arg.
11531 * custom.el (custom-autoload): Add `noset' argument.
11532 (custom-push-theme): Don't autoload the variable, let callers do it.
11533 (custom-theme-set-variables): Autoload the variable if necessary.
11535 * cus-edit.el (custom-variable-state-set): If the variable was
11536 originally set outside custom, but to the same value as the default,
11537 consider it to be standard.
11539 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
11540 file *before* telling Emacs to add the autoloads, in case it fails.
11542 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
11543 Use `cond', push', and `dolist'.
11545 2006-07-17 Richard Stallman <rms@gnu.org>
11547 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
11548 Add defvars to silence warnings.
11550 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
11552 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11553 Don't highlight "Compiling file" messages as error.
11555 * dired-aux.el (dired-compress-file): Confirm again if gzipped
11556 file already exists.
11558 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
11560 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
11561 entry, don't assign to free var; simply return the extracted filename.
11562 (ff-treat-as-special): Incorporate common preamble from callers.
11563 (ff-other-file-name, ff-find-the-other-file):
11564 Update call to ff-treat-as-special.
11566 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
11568 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
11570 * tumme.el (tumme-get-comment): Fix bug.
11572 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
11574 * files.el: Remove spurious * in docstrings.
11576 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11578 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
11580 (allout-beginning-of-current-line): Beware beginning of buffer.
11581 Also, a comment is simplified.
11582 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
11583 when appropriate. (This fix enables use for other than
11584 bullet-hotspot operation.)
11585 (allout-hide-current-subtree): While escalating to sibling-close,
11586 make sure to situate on a topic.
11588 2006-07-14 Kim F. Storm <storm@cua.dk>
11590 * emulation/cua-base.el (cua-delete-selection)
11591 (cua-toggle-set-mark): New defcustoms.
11592 (cua-rectangle-modifier-key): Add `alt' modifier.
11593 (cua-replace-region): Don't delete if cua-delete-selection is nil.
11594 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
11595 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
11597 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
11599 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
11601 * allout.el: Require 'cl during byte-compilation/interactive load,
11602 for the `assert' macro.
11603 (allout-mode-deactivate-hook): New hook, run when allout mode
11605 (allout-developer): New allout customization subgroup.
11606 (allout-run-unit-tests-on-load): New allout-developer
11607 customization variable, when true allout unit tests are run towards
11608 end of file load/eval.
11609 (allout-inhibit-auto-fill): Disable auto-fill activity even during
11611 (allout-resumptions): Remove, to be replaced by...
11612 (allout-add-resumptions): Register variable settings to be
11613 reinstated by `allout-do-resumptions'. The settings are made
11614 buffer-local, but the locality/globality of the suspended setting
11615 is restored on resumption.
11616 (allout-do-resumptions): Reinstate all settings suspended using
11617 `allout-add-resumptions'.
11618 (allout-test-resumptions): Unit tests (and intermediate variables)
11620 (allout-tests-globally-unbound, allout-tests-globally-true)
11621 (allout-tests-locally-true): Intermediate variables for
11622 resumptions unit tests.
11623 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
11624 (allout-exposure-category): Replaces 'allout-overlay-category variable.
11625 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
11626 instead of retired `allout-resumptions'. For hook functions, use
11627 `local' parameter so hook settings are created and removed as
11628 buffer-local settings. Revise (resumptions) setting
11629 auto-fill-function so it is set only if already active. (The
11630 related fill-function settings are all made in either case, so
11631 that activating auto-fill-mode activity will have the custom
11632 allout-mode behaviors (hanging indent on topics, if configured for it).
11633 Remove all allout-exposure-category overlays on mode deactivation.
11634 (allout-hotspot-key-handler): New function extracted from
11635 `allout-pre-command-business', so the functionality can be used
11636 for other purposes, eg as a binding in an overlay.
11637 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
11638 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
11639 customization variable.
11640 (allout-run-unit-tests): Run the (currently quite small)
11641 repertoire of unit tests. Called just before the provide iff user
11642 has customized `allout-run-unit-tests-on-load' non-nil.
11644 2006-07-14 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
11646 * emacs-lisp/authors.el (authors-aliases): Update.
11648 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
11650 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
11651 gdb-source-window. Add dedicated argument.
11652 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
11653 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
11654 (gdb-display-threads-buffer, gdb-display-memory-buffer)
11655 (gdb-display-locals-buffer): Use it.
11657 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
11658 Set gdb-source-window.
11660 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
11662 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
11663 minor modes, redundant with the custom-autoload line above.
11665 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
11667 * longlines.el (longlines-post-command-function): Handle open-line too.
11669 2006-07-12 Richard Stallman <rms@gnu.org>
11671 * progmodes/grep.el (grep-last-buffer): Doc fix.
11673 * info.el (Info-try-follow-nearest-node): Doc fix.
11675 * emacs-lisp/edebug.el (edebug-instrument-function):
11676 Err if find-function-noselect gives no position.
11678 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11679 If can't find definition, return nil for position.
11680 (find-function-do-it): Handle new return value
11681 of find-definition-noselect.
11682 (find-definition-noselect, find-variable-noselect): Doc fix.
11683 (find-function-noselect): Doc fix.
11685 * help-mode.el (help-variable-def): Handle find-variable-noselect
11686 returning no position.
11687 (help-function-def): Likewise for find-function-search-for-symbol.
11688 (help-face-def): Likewise.
11690 * help-fns.el (describe-variable): Handle find-variable-noselect
11691 returning no position.
11693 * files.el (locate-file-completion): Avoid duplicates in result.
11695 * cus-edit.el (custom-no-edit): New command.
11696 (custom-mode-map): Remap to custom-no-edit instead of
11697 using suppress-keymap.
11699 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
11701 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11702 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11703 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
11705 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
11707 2006-07-11 Kim F. Storm <storm@cua.dk>
11709 * ido.el (ido-copy-current-file-name): Use buffer-name if
11710 buffer-file-name is nil.
11712 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
11714 * simple.el (undo-ask-before-discard): Set to nil.
11716 * vc.el (vc-exec-after): Don't delete process manually.
11717 (vc-print-log): Run log-view-mode in process sentinel inside
11718 inhibit-read-only. Don't shrink window due to timing issues.
11720 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
11721 Avoid using with-output-to-temp-buffer, which clobbers local vars.
11723 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
11725 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11726 Fix ambiguity introduced by last change.
11727 (compilation-find-file): Move save-excursion to where it may
11728 make sense. Fix a left over `find-file'.
11730 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
11732 * textmodes/texinfmt.el (texinfo-format-separate-node):
11733 Insert a string before point, which fits documentation, not after.
11734 (texinfo-multitable-item): In a multitable row, insert any
11735 additional needed @tabs and spaces.
11737 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
11739 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
11740 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
11741 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
11742 instead of shell-command.
11743 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
11744 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
11745 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
11746 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
11747 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
11748 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
11750 2006-07-11 Kim F. Storm <storm@cua.dk>
11752 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
11753 Remove special case for seconds < 0. Use (redisplay t) instead.
11755 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
11757 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
11758 avoid compilation error.
11760 * subr.el (sit-for): New function.
11762 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
11764 2006-07-10 Richard Stallman <rms@gnu.org>
11766 * ldefs-boot.el (edebug): Update page.
11768 2006-07-10 Kim F. Storm <storm@cua.dk>
11770 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
11771 to FOR-RELEASE and TODO.
11773 2006-07-10 Romain Francoise <romain@orebokech.com>
11775 * emacs-lisp/authors.el (authors-aliases): Update.
11777 2006-07-10 Alan Mackenzie <acm@muc.de>
11779 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
11780 * cc-mode.el: Changes to eradicate eval-after-load.
11782 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
11784 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
11785 on non-char events.
11787 2006-07-09 Romain Francoise <romain@orebokech.com>
11789 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11790 Don't highlight start/end markers as compilation messages.
11792 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
11795 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
11797 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
11799 2006-07-08 Richard Stallman <rms@gnu.org>
11801 * term/x-win.el (x-handle-display): Add doc string.
11803 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11805 * subr.el (def-edebug-spec): Move here.
11806 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
11808 * imenu.el (imenu-choose-buffer-index): Doc fix.
11810 2006-07-08 Romain Francoise <romain@orebokech.com>
11812 * term/x-win.el (x-display-name): Fix typo.
11814 2006-07-08 Eli Zaretskii <eliz@gnu.org>
11816 * hexl.el (hexl-find-file): Doc fix.
11818 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11820 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
11822 * term/x-win.el (x-display-name): Doc fix.
11824 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11826 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
11828 (fill-region-as-paragraph): Don't round up to a whole line.
11829 (fill-comment-paragraph): Don't include the code-before-the-comment
11830 when calling fill-region-as-paragraph.
11832 * international/mule.el (make-char): Remove redundancy.
11834 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
11835 property may contain an anonymous function rather than a symbol.
11837 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
11839 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11840 Use shy regexp. Fix incorrect backref to potentially unmatched group.
11842 * dirtrack.el (dirtrack-default-directory-function): Remove.
11843 (dirtrack-directory-function): Use file-name-as-directory.
11844 (dirtrack-windows-directory-function): Simplify.
11845 (dirtrack-forward-slash, dirtrack-backward-slash)
11846 (dirtrack-replace-slash): Remove.
11847 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
11848 (dirtrack): Fix wrong parenthesizing; use match-string.
11850 * progmodes/octave-inf.el: Remove spurious * in docstrings.
11851 (inferior-octave-mode): Only change the buffer-local value of
11852 comint-dynamic-complete-functions.
11853 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
11854 Move the initialization to the declaration.
11855 (inferior-octave-complete): Remove unused var `filter'.
11857 * shell.el (shell-mode): Only change the buffer-local value of
11858 comint-dynamic-complete-functions.
11860 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
11862 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
11863 entry is skipped because it has been scheduled.
11864 (org-prepare-agenda-buffers): Don't mark buffers as modified when
11865 changing `:org-archived' and `:org-comment' properties.
11867 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
11869 * server.el (server-select-display): Don't make the temp frame
11870 minibuffer-only, in case it's not a temp frame.
11871 (server-process-filter): Don't delete the temp frame if it's the
11872 only one we have on that display.
11874 * files.el (find-alternate-file): Doc fix.
11876 2006-07-05 Richard Stallman <rms@gnu.org>
11878 * files.el (abbreviate-file-name): Add save-match-data.
11880 2006-07-03 Richard Stallman <rms@gnu.org>
11882 * faces.el (read-face-name): Doc fix.
11884 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
11886 * net/goto-addr.el (goto-address): Mark as safe for local evals.
11888 2006-07-05 Andre Spiegel <spiegel@gnu.org>
11890 * vc.el (vc-diff-internal): Fix prev change.
11892 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
11894 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
11895 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
11897 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11899 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
11900 fails if the symbol contains chars like ( or '.
11901 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
11902 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
11905 2006-07-04 Kenichi Handa <handa@m17n.org>
11907 * international/mule-cmds.el (set-language-info): If LANG-ENV is
11908 the current one, don't call set-language-environment, but call one
11909 of set-language-environment-XXX to make INFO effective now.
11910 (set-language-environment): Call set-language-environment-XXX
11911 functions instead of doing the various setups directly.
11912 (set-language-environment-coding-systems): Delete argument eol-type.
11913 (set-language-environment-input-method)
11914 (set-language-environment-nonascii-translation)
11915 (set-language-environment-charset)
11916 (set-language-environment-fontset)
11917 (set-language-environment-unibyte): New functions.
11919 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
11921 * locate.el (locate-update-when-revert): New option.
11922 (locate-update-path): New option (suggested by Michael Albinus).
11923 (locate-prompt-for-command): Whitespace change.
11924 (locate-update): No longer offer to update the locate database by
11925 default. Implement the two new options.
11927 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
11929 * tooltip.el: Move comment about track-mouse...
11931 * progmodes/gud.el: ...to here.
11933 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
11935 * facemenu.el (facemenu-listed-faces): New var.
11936 (facemenu-unlisted-faces): Variable deleted.
11937 (facemenu-add-new-face): Use facemenu-listed-faces.
11939 * emulation/viper-init.el, calendar/calendar.el:
11940 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
11942 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
11944 * textmodes/org.el (org-mode): Remove no invalid settings for
11945 calc embedded mode.
11946 (org-mode-p): New defsubst.
11947 (org-save-all-org-buffers): New function.
11948 (org-first-headline-recenter): Enclose outline-regexp in group
11950 (org-set-tags): Keep single space after stars.
11952 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11954 * window.el (set-window-text-height): Only set window-min-height to
11955 1 if that's the requested size.
11957 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
11958 (diff-unified->context, diff-context->unified)
11959 (diff-reverse-direction): Make sure the end marker stays at the end.
11960 (diff-mode): Add the keymap table at the end of docstring.
11961 Use lexical-let rather than constructing a closure manually.
11963 * files.el (find-file-noselect-1): Remove unused var assignment.
11964 (hack-local-variables-confirm): Print lists of strings as lists of
11965 strings rather than lists of symbols.
11966 (abbreviate-file-name, hack-local-variables-prop-line):
11968 (hack-one-local-variable): Move `make-local-variable' nearer its use.
11969 (recover-session-finish): Use line-end-position.
11971 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
11973 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
11975 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
11977 * progmodes/make-mode.el (makefile-macroassign-regex):
11978 Accept preceding keyword.
11979 (makefile-gmake-statements): Reorganize, now that makepp has
11980 "override" and also handle forgotten "override define".
11981 (makefile-makepp-statements): Add new "global", "override export"
11982 and "override global".
11984 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
11986 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
11987 (ada-compile-mouse-goto-error, ada-deactivate-properties)
11988 (ada-no-auto-case): Fix typos in docstrings.
11990 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
11992 * info.el (Info-find-node-2): Search for makeinfo version more
11995 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
11997 * textmodes/org.el (org-prepare-agenda-buffers):
11998 Use `invisible-OK' argument for `org-end-of-subtree'.
11999 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
12000 (org-beginning-of-item): Fix bug in regular expression for white line.
12001 (org-export-as-html): Enforce space after bullet in plain list items.
12002 (org-set-autofill-regexps): Require space after plain list bullet
12003 for paragraph-start.
12004 (org-ts-regexp3): New constant.
12005 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
12006 (org-timestamp-up-day, org-timestamp-down-day)
12007 (org-timestamp-change): Work with inactive timestamps.
12008 (org-ts-regexp1): Don't allow brackets in time stamps.
12010 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
12012 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
12013 for ignoring links.
12015 * faces.el (read-face-name): Use it.
12017 2006-06-28 Juri Linkov <juri@jurta.org>
12019 * buff-menu.el (list-buffers-noselect): Compare Info file
12020 with the string "dir" to detect Info directory.
12022 * complete.el (partial-completion-mode): In lambda for
12023 `choose-completion-string-functions' use full function signature
12024 with 4 args, and move point to the end of the minibuffer only if arg
12025 `mini-p' is non-nil.
12027 2006-06-28 John Paul Wallington <jpw@pobox.com>
12029 * ibuffer.el (ibuffer-mode): Doc fix.
12031 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
12033 * textmodes/org.el (org-context): New contexts :item-bullet,
12034 :latex-fragment, :latex-preview.
12035 (org-overlays-at, org-overlay-start, org-overlay-end):
12036 New compatibility functions.
12037 (org-inside-LaTeX-fragment-p): More accurate matching, using the
12038 exact regexp that will be used during export.
12039 (org-latex-regexps): New variable.
12040 (org-cdlatex-mode): Improve advice for `texmathp'.
12041 (turn-on-org-cdlatex): New function.
12043 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12045 * term/mac-win.el (mac-handle-font-selection): Change keys of
12046 mac-atsu-font-table from strings to numbers.
12047 (mac-ts-caret-position): Use also when cursor-type is nil.
12048 (mac-ts-update-active-input-area): Add Mac OS Classic support.
12049 Relax condition for using overlay strings.
12050 Use mac-ts-caret-position face when cursor-type is nil.
12052 2006-06-26 Kim F. Storm <storm@cua.dk>
12054 * help.el (view-emacs-news): Declare `res' in the right let* form.
12056 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
12058 * net/rcompile.el (remote-compile): Replace ange-ftp based
12059 implementation by Tramp functions.
12060 Suggested by Marc Abramowitz <msabramo@gmail.com>.
12062 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
12064 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
12066 * international/fontset.el (setup-default-fontset): Fix a typo in
12067 the "Oriya-Akruti" registry name.
12069 2006-06-23 Lars Hansen <larsh@soem.dk>
12071 * desktop.el (desktop-full-file-name): New function.
12072 (desktop-kill, desktop-save, desktop-remove, desktop-read)
12073 (desktop-revert): Use it.
12074 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
12075 (desktop-after-read-hook): Add option list-buffers.
12076 (desktop-locals-to-save): Add tab-width.
12077 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
12080 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
12082 * textmodes/org.el (org-cdlatex-mode-map)
12083 (org-cdlatex-texmathp-advice-is-done): New variables.
12084 (org-cdlatex-mode): New minor mode.
12085 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
12086 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
12087 (org-export-with-archived-trees): New option.
12088 (org-open-file): Remove the call to `convert-standard-filename'.
12089 (org-archive-tag, org-agenda-skip-archived-trees)
12090 (org-cycle-open-archived-trees)
12091 (org-sparse-tree-open-archived-trees): New options.
12092 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
12093 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
12095 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
12096 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
12097 (org-mode-map): Add binding for `org-toggle-archive-tag'.
12098 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
12099 Call `org-prepare-agenda-buffers'.
12100 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
12101 (org-file-apps, org-file-apps-defaults-gnu)
12102 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
12103 Handle remote files by forcing them to be opened in Emacs.
12105 2006-06-23 Andre Spiegel <spiegel@gnu.org>
12107 * vc.el (vc-diff-knows-L): New variable.
12108 (vc-diff-internal): Use it to handle "diff" programs that don't
12109 understand -L. This works automatically, no user action is necessary.
12111 2006-06-23 Daniel Brockman <daniel@brockman.se>
12113 * net/rcirc.el (rcirc-default-user-full-name): Default to
12114 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
12116 (rcirc-process-list): Check `buffer-live-p' before attempting to
12117 switch to a buffer.
12119 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
12121 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
12122 based on rcirc-coding-system-alist.
12124 2006-06-23 Martin Rudalics <rudalics@gmx.at>
12126 * cus-edit.el (customize-apropos): A better error message.
12127 (top level) <debug-ignored-errors>: Extend and update the list of
12128 ignored error messages.
12130 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
12132 * complete.el (PC-do-completion): Retain capitalization of user
12133 input, when possible, even if completion-ignore-case is set.
12135 2006-06-23 Eli Zaretskii <eliz@gnu.org>
12137 * generic-x.el (bat-generic-mode): Support .cmd files.
12139 * dos-w32.el (top level): Use find-file-not-found-functions
12140 instead of the obsolete find-file-not-found-hooks.
12142 2006-06-22 Kim F. Storm <storm@cua.dk>
12144 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
12145 to recognize mode name containing submodes, such as Grep/lw.
12147 2006-06-21 Kim F. Storm <storm@cua.dk>
12149 * simple.el (line-move-1): Check for move-end-of-line instead of
12150 end-of-line when setting temporary-goal-column.
12152 2006-06-21 Miles Bader <miles@gnu.org>
12154 * play/cookie1.el (cookie): Work properly when there's only one entry.
12156 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
12158 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
12159 (gdb-frame-handler): Generalize frame regexp for templates.
12161 2006-06-20 Glenn Morris <rgm@gnu.org>
12163 * calendar/appt.el (appt-display-format): Default value must be
12164 one of the customize options.
12166 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
12168 * term/xterm.el (terminal-init-xterm): Update key availability info.
12171 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
12173 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
12175 * files.el (hack-local-variables): Run `hack-local-variables-hook'
12176 whether or not a local variables list is defined.
12178 * msb.el (msb): Move `sit-for' hack here to handle both
12179 "mouse-down and drag" and "mouse-up and select" situations.
12180 (mouse-select-buffer): Move `sit-for' hack to `msb'.
12182 2006-06-20 Kenichi Handa <handa@m17n.org>
12184 * international/characters.el (word-combining-categories):
12185 Add entries for 2-byte Han characters.
12187 2006-06-19 Richard Stallman <rms@gnu.org>
12189 * bindings.el (mode-line-format): Save some mode line space.
12191 * files.el (find-file-noselect): Improve the question wording.
12192 (basic-save-buffer-2): Mask UMASK against 666.
12194 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
12195 (mouse-drag-vertical-line): Call it.
12197 * cus-edit.el (customize-option, customize-option-other-window):
12198 Error if SYMBOL is nil.
12200 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
12202 * textmodes/org.el: Require noutline, also on XEmacs.
12203 (org-end-of-subtree): Return point.
12204 (org-dblock-start-re, org-dblock-end-re): New constants.
12205 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
12206 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
12207 (org-update-all-dblocks, org-find-dblock): New functions.
12208 (org-collect-clock-time-entries): New function.
12209 (org-html-handle-time-stamps): Never export CLOCK timeranges.
12210 (org-fixup-indentation): Modify to deal correctly with lines
12211 starting with TAB. Only one argument DIFF now.
12212 (org-demote, org-promote): Call `org-fixup-indentation' with just
12213 one argument, DIFF.
12214 (org-mode): Don't mark buffer as modified when aligning tables.
12215 (org-clock-sum): Don't mark buffer modified when adding time sum
12217 (org-export-as-html): Add support for a link validation function.
12218 (org-archive-all-done): New function.
12219 (org-archive-subtree): New prefix argument. When set, archive all
12220 done subtrees in this buffer.
12221 (org-remove-clock-overlays)
12222 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
12223 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
12224 (org-put-clock-overlay): Don't swallow last headline character
12225 when displaying overlay.
12226 (org-store-link): Link to `image-mode' with just the file name.
12228 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
12230 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
12231 Use read-key-sequence.
12232 (viper-after-change-undo-hook): Misc enhancements.
12233 (viper-after-change-undo-hook): New hook.
12234 (viper-undo): Use viper-after-change-undo-hook.
12235 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
12236 (viper-next-line-at-bol): If point is on a widget or a button, simulate
12237 clicking on that widget/button.
12239 * emulation/viper.el (viper-mode): Allow a separate cursor color
12242 * ediff-diff.el (ediff-test-patch-utility): Catch errors.
12243 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
12244 (ediff-set-actual-diff-options): New function.
12245 (ediff-reset-diff-options, ediff-toggle-ignore-case):
12246 Use ediff-set-actual-diff-options.
12247 (ediff-extract-diffs): Catch errors.
12248 (ediff-whitespace): Add non-breakable space.
12249 (ediff-same-file-contents): Catch errors.
12251 * ediff-mult.el (ediff-collect-custom-diffs):
12252 Save coding-system-for-read.
12254 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
12255 (ediff-vc-internal, ediff-vc-merge-internal):
12256 Use ediff-delete-version-file.
12257 (ediff-delete-version-file): New function.
12259 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
12261 * ediff.el (ediff-directories, ediff-directory-revisions)
12262 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
12263 (ediff-directories-internal, ediff-merge-directory-revisions)
12264 (ediff-merge-directory-revisions-with-ancestor)
12265 (ediff-directories3): Use read-directory-name.
12267 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
12269 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
12270 Remove superfluous part of regexp for brace matching which is handled
12271 by `scan-lists' call.
12273 2006-06-16 Richard Stallman <rms@gnu.org>
12275 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
12277 * files.el (basic-save-buffer-2): For a new precious file,
12278 use the default modes in the return value.
12280 * facemenu.el (facemenu-color-alist): Doc fix.
12282 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
12284 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12286 * cus-start.el (all): Add mac-ts-script-language-on-focus.
12288 * term/mac-win.el (mac-text-encoding-ascii): New constant.
12289 (mac-utxt-to-string): Use it.
12290 (mac-ts-update-active-input-area): Use mac-ae-number.
12292 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12294 * term.el (term-handle-scroll, term-delete-lines)
12295 (term-insert-lines): Fix off by one errors.
12297 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
12299 * net/tramp.el (tramp-touch): Use UTC to express time.
12301 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
12303 * mail/sendmail.el (mail-send): Search explicitly for
12304 mail-header-separator when checking for corrupted header lines.
12306 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
12308 * progmodes/gdb-ui.el (gdb-same-frame): New option.
12309 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
12310 (gdb-init-1): Initialise them.
12311 (gdb-starting): Reset gdb-printing
12312 (gdb-starting): Save value of gud-overlay-arrow-position.
12313 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
12314 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
12315 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
12316 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
12318 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12320 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
12322 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
12324 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
12325 (ldap-search-internal): Keep error messages, and a regexp fix.
12327 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
12329 * files.el (hack-local-variables-confirm):
12330 Display string value using its printed representation.
12332 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
12334 * server.el (server-edit): No-op if no server buffers exist.
12336 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
12338 * textmodes/page-ext.el (pages-directory-for-addresses):
12339 Including `pages-directory-address-mode' in the function results
12340 in the message "Buffer in which pages were found is deleted".
12342 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
12344 * textmodes/org.el (org-agenda-mode-map): Add bindings for
12345 clocking functions.
12347 (org-agenda-clock-in, org-check-running-clock)
12348 (org-clock-out-if-current, org-remove-clock-overlays)
12349 (org-put-clock-overlay): New functions.
12350 (org-clock-marker, org-clock-file-total-minutes)
12351 (org-clock-overlays): New variables.
12352 (org-clock-display, org-clock-sum, org-clock-cancel)
12353 (org-clock-out, org-clock-in): New commands.
12354 (org-export): New function.
12355 (org-emph-re): New constant.
12356 (org-set-emph-re, org-do-emphasis-faces): New functions.
12357 (org-emphasis-regexp-components, org-emphasis-alist): New options.
12358 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
12359 (org-export-html-convert-emphasize): Use the configurable emphasis.
12360 (org-cleaned-string-for-export): Make multiline emphasis visible
12361 to the exporter. New optional argument PARAMETERS.
12362 (org-export-as-html): Specify :emph-multiline parameter to
12363 `org-cleaned-string-for-export'.
12365 2006-06-10 Richard Stallman <rms@gnu.org>
12367 * help.el (help-for-help-internal): Clean up help text.
12369 2006-06-10 Andreas Schwab <schwab@suse.de>
12371 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
12374 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
12376 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
12378 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
12379 spaces after the comment start.
12381 2006-06-09 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12383 * play/pong.el (pong-init-buffer):
12384 Fill buffer with spaces instead of ^A.
12386 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
12387 launched asynchronously, delete its process instead of being cool.
12388 (ispell-async-processp): Check for `delete-process' existence
12389 instead of `kill-process' one for consistency.
12391 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
12393 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
12394 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
12395 in mode line at startup.
12397 2006-06-08 Kim F. Storm <storm@cua.dk>
12399 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
12400 (ido-init-completion-maps): Bind them to M-SPC and M-v.
12401 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
12402 (ido-file-internal): Pass full file name to write-file.
12403 (ido-read-internal): Only pop stack elements automatically if they
12404 actually match an existing directory or file name.
12406 2006-06-07 Kenichi Handa <handa@m17n.org>
12408 * international/mule.el (find-auto-coding): Don't handle the short
12411 * files.el (hack-local-variables-prop-line)
12412 (hack-local-variables): Cancel the previous change.
12414 2006-06-06 Jesper Harder <harder@phys.au.dk>
12416 * ediff-diff.el (ediff-test-utility): Protect against file-error.
12418 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
12420 * diff-mode.el (diff-mode): Set buffer-read-only to t when
12421 diff-default-read-only is non-nil.
12422 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
12423 (diff-refine-hunk): Set inhibit-read-only to t.
12425 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
12426 modifying the *Diff* buffer.
12427 (diff-process-filter): New filter function for diff process that
12428 sets inhibit-read-only to t when modifying the *Diff* buffer.
12430 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
12432 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
12433 insertion point and control the number of empty lines.
12434 (org-paste-subtree): Limit the number of empty lines at the end of
12436 (org-agenda): Use buffer name of current file for narrowing.
12437 (org-export-as-xml): Command removed.
12438 (org-export-xml-type): Option removed.
12439 (org-mode-map): Call `org-export-as-xoxo' directly.
12440 (org-get-indentation): New optional argument LINE.
12441 (org-fix-indentation, org-remove-tabs): New functions.
12442 (org-export-as-ascii, org-ascii-level-start): Determine and apply
12443 correct indentation for headlines that are converted it items.
12444 (org-skip-comments): Remove table lines that contain narrowing
12445 cookies but no other non-empty fields.
12446 (org-set-tags): Allow groups of mutually exclusive tags.
12447 (org-cmp-time): Sort 24:21 before items without time.
12448 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
12449 (org-open-at-point): Require double colon also for numbers.
12451 2006-06-06 Kim F. Storm <storm@cua.dk>
12453 * ido.el (ido-default-file-method, ido-default-buffer-method):
12454 Make choice values consistent with corresponding command names.
12455 (ido-visit-buffer): Update accordingly. Default to selected-window.
12457 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
12459 * progmodes/gud.el (gud-running): Fix doc string.
12460 (gud-menu-map): Use :visible instead fo :enable for debugger test.
12461 (gud-tooltip-modes): Add python-mode.
12462 (gud-tooltip-print-command): Add pdb. Remove perldb.
12464 2006-06-05 Eli Zaretskii <eliz@gnu.org>
12466 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
12469 2006-06-05 Richard Stallman <rms@gnu.org>
12471 * faces.el (defined-colors): Doc fix.
12473 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
12475 * vc.el (vc-process-filter): Inhibit undo info collection around
12477 (vc-setup-buffer): Likewise for call to erase-buffer.
12478 (vc-do-command): Likewise for call to process-file.
12480 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
12482 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
12484 (gud-common-init): Other debuggers may trigger error.
12486 2006-06-05 Kenichi Handa <handa@m17n.org>
12488 * international/mule.el (find-auto-coding):
12489 Handle enable-character-translation in file header.
12491 2006-06-04 Kim F. Storm <storm@cua.dk>
12493 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
12494 (authors-fixed-entries): Fix spelling.
12495 (authors-canonical-file-name): Don't report error for wildcards.
12497 * help.el (view-emacs-news): Rewrite to support new NEWS,
12498 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
12499 e.g. version 10 matches 1.10, and don't be confused by version 1.1
12500 being a prefix of 1.12 (etc). A numeric prefix arg also works.
12502 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
12504 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
12505 exec constructs like `foo bar`.
12506 (sh-quoted-subshell): New helper function to search for a possibly
12507 nested subshell (like `` or $()) within a "" quoted string.
12508 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
12509 (sh-apply-quoted-subshell): Flag quote characters inside a
12510 subshell, which is itself already in a quoted region, as
12511 punctuation, since this is the closest to what they actually are.
12512 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
12513 sh-apply-quoted-subshell.
12514 (sh-font-lock-syntactic-face-function): Apply the new face for
12515 text inside `` instead of the old font-lock-string-face.
12517 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12519 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
12520 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
12521 (mac-bytes-to-text-range, mac-ae-text-range-array)
12522 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
12523 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
12524 (mac-ts-unicode-for-key-event): New functions.
12525 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
12526 (mac-handle-font-selection): Use mac-ae-number.
12527 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
12529 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
12530 (mac-ts-converted-text, mac-ts-selected-converted-text)
12531 (mac-ts-block-fill-text, mac-ts-outline-text)
12532 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
12533 (mac-ts-hilite-style-faces): New constant.
12534 (mac-apple-event-map): Bind text input events.
12535 (mac-dispatch-apple-event): Use command-execute instead of
12536 call-interactively.
12537 (global-map): Don't bind mac-apple-event.
12538 (special-event-map): Bind mac-apple-event.
12540 2006-06-02 Eli Zaretskii <eliz@gnu.org>
12542 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
12544 (emacs): Enclose the value of $(EMACS) in quotes.
12546 2006-06-02 Juri Linkov <juri@jurta.org>
12548 * international/mule.el (sgml-html-meta-auto-coding-function):
12549 Remove the condition `(search-forward "<html" size t)'.
12550 Replace `\"' with `[\"']?' in `re-search-forward'.
12552 2006-06-02 Kenichi Handa <handa@m17n.org>
12554 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
12555 as well as `coding'.
12556 (hack-local-variables): Likewise.
12558 * international/mule.el (enable-character-translation):
12559 Put permanent-local and safe-local-variable properties.
12560 (find-auto-coding): Handle char-trans: tag.
12562 2006-06-02 Juri Linkov <juri@jurta.org>
12564 * international/mule.el (sgml-html-meta-auto-coding-function):
12565 Limit the search by the end of the HTML header (if any).
12567 2006-06-01 Richard Stallman <rms@gnu.org>
12569 * subr.el (with-current-buffer): Doc fix.
12571 2006-06-02 Masatake YAMATO <jet@gyve.org>
12573 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
12574 Almost rewrite. Underlines over all lines of gcov output are too
12575 uncomfortable to read. Suggested by Dan Nicolaescu.
12577 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
12579 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
12581 * shell.el (shell-mode): Use shell-mode-map in docstring.
12583 * comint.el (comint-send-input): Do not add help-echo and
12584 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
12586 2006-06-01 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12588 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
12590 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
12592 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
12593 (gdb-stopped, gdb-info-stack-custom): If there is no source info
12594 look up the stack and pop up GUD buffer if necessary.
12595 (gdb-frames-select): Remove redundant call to gud-display-frame.
12596 (gdb-info-threads-custom): Keep point at start of buffer.
12597 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
12599 2006-05-31 Juri Linkov <juri@jurta.org>
12601 * replace.el (query-replace-read-from, query-replace-read-to):
12602 Bind `history-add-new-input' to nil. Call `add-to-history'.
12604 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
12606 * textmodes/table.el: Convert all HTML tags to lower case for
12607 XHTML compatibility.
12609 2006-05-31 Masatake YAMATO <jet@gyve.org>
12611 * progmodes/compile.el:
12612 (compilation-error-regexp-alist-alist::gcov-called-line):
12613 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
12615 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
12617 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
12618 Revert inadvertent changes made with last commit.
12620 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
12622 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
12625 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
12627 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
12629 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
12630 only matches in the right place.
12631 (org-upcoming-deadline): New face.
12632 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
12633 (org-export-ascii-underline): Rename constant `org-ascii-underline'
12634 and make it an option.
12635 (org-export-ascii-bullets): New option.
12636 (org-export-as-html): Many changes to emit valid XHTML.
12637 (org-par-open): New variable.
12638 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
12639 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
12640 (org-timeline): Pass `org-timeline-show-empty-dates' to
12641 `org-get-all-dates'. Interpret empty dates returned by
12642 `org-get-all-dates'.
12643 (org-get-all-dates): New argument EMPTY. Add dates without
12644 entries to the list, mark large ranges of empty dates.
12645 (org-point-in-group, org-context): New functions.
12647 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
12649 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
12651 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
12652 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
12653 to C-mouse-3 (for 2 button mice).
12654 (gdb-send): Do the right thing for C-d.
12656 * speedbar.el (speedbar-detach): Delete.
12657 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
12659 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
12661 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
12663 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
12666 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12667 Add makepp diagnostic.
12669 2006-05-29 Richard Stallman <rms@gnu.org>
12671 * window.el (fit-window-to-buffer): Doc fix.
12673 * help.el (temp-buffer-max-height): Doc fix.
12675 * subr.el (with-current-buffer): Doc fix.
12677 2006-05-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12679 * term/x-win.el: Bind F10 to menu-bar-start if available.
12681 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
12683 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
12684 uses with a simple test.
12685 (term-set-escape-char, term-mode, term-check-kill-echo-list)
12686 (term-send-raw-string, term-send-raw, term-mouse-paste)
12687 (term-char-mode, term-line-mode, term-exec, term-sentinel)
12688 (term-handle-exit, term-read-input-ring)
12689 (term-previous-matching-input-string)
12690 (term-previous-matching-input-string-position)
12691 (term-previous-matching-input-from-input)
12692 (term-replace-by-expanded-history, term-send-input)
12693 (term-skip-prompt, term-bol, term-send-invisible)
12694 (term-kill-input, term-delchar-or-maybe-eof)
12695 (term-backward-matching-input, term-check-source)
12696 (term-proc-query, term-emulate-terminal)
12697 (term-handle-colors-array, term-process-pager, term-pager-line)
12698 (term-pager-bob, term-unwrap-line, term-word)
12699 (term-dynamic-complete-filename)
12700 (term-dynamic-complete-as-filename)
12701 (term-dynamic-simple-complete): Replace one arm ifs with whens or
12704 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12706 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
12707 during bootstrapping.
12709 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
12710 Basically undo the change of 2006-05-26: use extra arguments instead of
12712 (ewoc-locate): Remove unused var `footer'.
12714 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12716 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
12718 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
12719 (generate-file-autoloads): Obey it. Return whether autoloads were
12720 added at point or not.
12721 (update-file-autoloads): Use this new return value.
12722 Remove redundant test for the presence of an autoload cookie.
12724 * emacs-lisp/autoload.el (autoload-find-file): New fun.
12725 This one calls hack-local-variables.
12726 (generate-file-autoloads, update-file-autoloads): Use it.
12728 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
12729 (bibtex-sort-entry-class): Add safe-local-variable predicate.
12730 (bibtex-sort-entry-class-alist): Don't set the global value.
12731 (bibtex-init-sort-entry-class-alist): New fun.
12732 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
12733 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
12734 of bibtex-init-sort-entry-class.
12736 2006-05-28 Richard Stallman <rms@gnu.org>
12738 * subr.el (load-history-regexp): If FILE is relative, insist
12739 entire last name component must match it.
12740 (load-history-filename-element, load-history-regexp): Doc fixes.
12742 2006-05-29 Kim F. Storm <storm@cua.dk>
12744 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
12745 `pos' and `raw-data' for clarity, as eval forms may access these.
12747 2006-05-28 Kim F. Storm <storm@cua.dk>
12749 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
12751 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
12753 * progmodes/make-mode.el (makefile-browser-map)
12754 (makefile-mode-syntax-table): Move initialization inside declaration.
12755 (makefile-fill-paragraph): Use the default comment-filling code.
12757 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
12759 * replace.el (query-replace-defaults): New variable.
12760 (query-replace-read-from): Use `query-replace-defaults' for
12761 default value, instead of history list.
12762 (query-replace-read-to): Update `query-replace-defaults'.
12764 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
12766 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
12769 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
12771 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
12772 (tumme-show-all-from-dir): Add autoload.
12774 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12776 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
12777 (tumme-remove-tag): Fix bug.
12779 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
12781 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
12782 FOOTER args. Update unique caller.
12783 (ewoc-delete): Compute last node once before looping.
12784 (ewoc--node-branch): Merge into unique caller.
12785 (ewoc--node): Don't define constructor make-ewoc--node for this
12787 (ewoc): Add member `hf-pp' to this structure.
12788 (ewoc--wrap): New func.
12789 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
12790 header/footer pretty-printers. Save header/footer pretty-printer.
12791 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
12793 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
12795 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
12797 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
12798 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
12799 Tag'. Change "Compare directories..." to "Change Directories...".
12800 Move tumme commands to Operate, Regexp and Immediate menus.
12801 Change "Add Comment" to "Add Image Comment". Change "Add Image
12802 Tag" to "Add Image Tags".
12804 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
12805 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
12806 `tumme-delete-tag'.
12808 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
12810 * shell.el (shell-mode): Call shell-dirtrack-mode after
12811 list-buffers-directory is made a local variable, to avoid setting
12814 2006-05-26 Kevin Ryde <user42@zip.com.au>
12816 * info.el (Info-index-next): Use where-is-internal to report
12817 actual binding of Info-index-next, rather than hard-coded `,'.
12819 2006-05-26 Eli Zaretskii <eliz@gnu.org>
12821 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
12822 and "Find Command in Manual" to here.
12824 * buff-menu.el (list-buffers-noselect): For Info buffers, use
12825 Info-current-file as the file name.
12827 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
12829 * ses.el (defadvice undo-more): Delete this defadvice. The undo
12830 overrides will now be done a different way.
12831 (ses-set-parameter): Reapply this function for undo.
12832 (ses-set-header-row): Reconstruct header row during undo.
12833 (ses-widen): New function.
12834 (ses-goto-data, ses-reconstruct-all): Use new function.
12835 (ses-command-hook): Widen buffer during undo, before unupdating
12837 (ses-insert-row, ses-delete-row): Widen buffer during undo.
12838 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
12839 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
12840 formula hasn't been executed yet.
12842 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12844 * comint.el (comint-kill-whole-line): Rename arg to count.
12847 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
12849 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
12852 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12854 * simple.el (toggle-truncate-lines): Make arg optional for
12855 backward compatibility.
12857 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
12859 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
12860 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
12861 DLL arg. Instead, use ewoc--current-dll. Update all callers.
12862 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
12863 (ewoc--adjust): Use ewoc--current-dll.
12864 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
12866 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
12868 * textmodes/org.el (org-next-item, org-previous-item): Emit more
12869 compact error message.
12870 (org-tags-view): Refresh category table in each file.
12871 (org-table-justify-field-maybe): Remove superfluous arguments to
12873 (org-export-as-html): Insert "<p>" before postamble.
12874 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
12876 2006-05-26 Kenichi Handa <handa@m17n.org>
12878 * textmodes/po.el (po-find-charset): Pay attention to the case
12879 FILENAME is a cons (NAME . BUFFER).
12880 (po-find-file-coding-system-guts): Likewise.
12882 * arc-mode.el (archive-set-buffer-as-visiting-file):
12883 Call find-operation-coding-system with (FILENAME . BUFFER).
12885 * tar-mode.el (tar-extract): Call find-operation-coding-system
12886 with (FILENAME . BUFFER).
12888 * international/mule.el (decode-coding-inserted-region):
12889 Call find-operation-coding-system with (FILENAME . BUFFER).
12891 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
12893 * image-mode.el (image-toggle-display): Use buffer contents to
12894 generate image for a remote file.
12896 2006-05-25 Juri Linkov <juri@jurta.org>
12898 * replace.el (query-replace-read-from, query-replace-read-to):
12899 Remove 8th arg KEEP-ALL in read-from-minibuffer.
12901 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
12903 * whitespace.el (whitespace-cleanup): Change to cleanup
12904 region if one is active.
12905 * whitespace.el (whitespace-cleanup-internal): New internal method.
12907 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12909 * dired.el (dired-mode-map): Add help-echo strings to tumme
12910 commands. Bind `tumme-dired-display-image' to C-t i.
12912 * tumme.el (tumme-display-image): Change documentation string slightly.
12913 (tumme-dired-display-image): Add call to `display-buffer'.
12915 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
12917 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
12918 Signal error if RAW-DATA is a multibyte string.
12920 2006-05-24 Richard Stallman <rms@gnu.org>
12922 * subr.el (with-local-quit): When handling `quit' signal,
12923 make a chance for quit-flag to cause a quit.
12925 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
12926 (ad-disable-advice): Add autoloads.
12928 * subr.el (read-passwd): Copy PROMPT before changing its properties.
12930 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12932 * dired.el (dired-mode-map): Change menu items for tumme as per
12933 suggestions in emacs-devel.
12935 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12937 * dired.el (dired-mode-map): Fix breakage.
12939 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12941 * tumme.el (tumme-display-dired-image): Rename to...
12942 (tumme-dired-display-image): ...this.
12943 (tumme-track-movement): Change default value to t.
12944 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
12945 used from `tumme-next-line-and-display' and similar commands.
12947 * dired.el (dired-mode-map): Add Thumbnail submenu under the
12948 Immediate menu. Add some tumme commands there.
12950 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
12952 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
12954 2006-05-24 Chong Yidong <cyd@mit.edu>
12956 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
12957 menu entries that open submenus.
12959 2006-05-24 Alan Mackenzie <acm@muc.de>
12961 * startup.el (command-line): For names of preloaded files, don't
12962 append ".elc" (now done in Fload), and call file-truename on the
12965 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
12966 match ANY loaded file with the right name, not just those in
12967 load-path. Put a regexp matching the file name into
12968 after-load-alist, rather than the name itself.
12970 * subr.el (load-history-regexp, load-history-filename-element)
12971 (do-after-load-evaluation): New functions.
12973 * international/mule.el (load-with-code-conversion): Do the
12974 eval-after-load stuff by calling do-after-load-evaluation.
12976 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12978 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
12979 has not been killed.
12981 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12983 * term/mac-win.el: Set idle timer to clean up expired Apple events.
12984 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
12985 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
12986 Optionally set error message in reply.
12988 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
12990 * textmodes/org.el (org-open-at-point): Use renamed variable
12991 `org-confirm-shell-link-function'.
12992 (org-confirm-shell-link-function): Rename from
12993 `org-confirm-shell-links'.
12994 (org-export-directory): New function.
12995 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
12996 (org-export-icalendar): Use `org-export-directory'.
12997 (org-indent-item): Keep cursor position.
12998 (org-link-file-path-type): New option.
12999 (org-export-as-html): Fix bug with plain lists starting in
13001 (org-export-as-html): Remove deadline formatting, this happens
13002 now already in `org-html-handle-time-stamps'.
13003 (org-export-html-style): Deadline class removed.
13004 (org-insert-labeled-timestamps-at-point): New option.
13005 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
13006 of `hide-sublevels 1', in case the first headline is not level 1.
13007 (org-overview, org-content): New fuction.
13008 (org-cycle-global-status, org-cycle-subtree-status): Make these
13009 variables buffer-local.
13010 (org-global-cycle): New command.
13011 (org-shifttab): Use `org-global-cycle'.
13012 (org-insert-heading, org-insert-item): Go to end of new
13013 headline/item after creating it.
13014 (org-export-visible): Rename from `org-export-copy-visible'.
13015 Now creates a temporary org-file and applies an exporting command
13017 (org-table-eval-formula): Support for lisp forms.
13018 (org-agenda-todo-ignore-scheduled): New option.
13019 (org-agenda-get-todos): Use new option
13020 `org-agenda-todo-ignore-scheduled'.
13021 (org-export-html-inline-images): New value `maybe'.
13022 (org-export-as-html): Inlining of images dependent on link description.
13023 (org-archive-subtree): Check for end-of-buffer before trying
13025 (org-agenda-follow-mode): New option.
13026 (org-export-with-tags, org-export-with-timestamps): New options.
13027 (org-html-handle-time-stamps): New function.
13028 (org-keyword-time-regexp): New variable.
13029 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
13030 (org-agenda-todo-list-sublevels): New option.
13031 (org-html-level-start): When TITLE is nil, just close all levels.
13032 (org-parse-key-lines, org-parse-export-options): Remove functions,
13033 replaced by `org-infile-export-plist'.
13034 (org-combine-plists, org-infile-export-plist)
13035 (org-default-export-plist): New functions.
13036 (org-export-html-preamble, org-export-html-postamble)
13037 (org-export-html-auto-preamble, org-export-html-auto-postamble):
13039 (org-export-publishing-directory): New option.
13040 (org-export-as-html, org-export-as-ascii): Use the new property
13041 lists for settings.
13042 (org-export-copy-visible, org-export-as-xoxo):
13043 Respect `org-export-publishing-directory'.
13044 (org-link-search, org-store-link, org-file-apps): Support for
13045 links to BibTeX database entries..
13046 (org-get-current-options, org-set-regexps-and-options):
13047 Implement logging as a startup option.
13048 (org-store-link): Make sure context string is never empty
13049 (org-insert-link): Use relative path when possible.
13050 (org-at-item-checklet-p): New function.
13051 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
13052 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
13053 (org-metaright, org-metaup, org-metadown, org-shiftup)
13054 (org-shiftdown, org-shiftright, org-shiftleft)
13055 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
13056 Dispatch using `call-interactively'.
13057 (org-call-with-arg): New defsubst.
13058 (org-tag-alist, org-use-fast-tag-selection): New options.
13059 (org-complete): Use `org-tag-alist'.
13060 (org-fast-tag-insert, org-fast-tag-selection): New functions.
13061 (org-next-item, org-previous-item): New commands.
13062 (org-beginning-of-item, org-end-of-item): Add (interactive) to
13064 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
13066 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
13068 * emacs-lisp/ewoc.el (ewoc-delete): New function.
13069 (ewoc-filter): Use `ewoc-delete'.
13071 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
13073 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13075 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
13076 Signal more user-friendly error messages.
13078 * complete.el (PC-do-completion): Undo the addition of implicit
13079 wildcards if they did not lead to finding any match.
13080 (read-file-name-internal): Don't add the final > if the completion is
13083 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
13085 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
13086 Quote safe-local-variable predicate.
13088 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
13090 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
13092 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13094 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
13096 * progmodes/make-mode.el (makefile-special-targets-list)
13097 (makefile-macro-table, makefile-target-table): Mark as risky.
13098 (makefile-query-one-target-method): Make this the alias for the
13099 following variable.
13100 (makefile-query-one-target-method-function): Make this the real name.
13102 * textmodes/artist.el (artist-text-renderer): Make this the alias
13103 for the following variable.
13104 (artist-text-renderer-function): Make this the real name.
13106 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
13107 the alias for the following variable.
13108 (flyspell-generic-check-word-predicate): Make this the real name.
13110 * textmodes/ispell.el (ispell-format-word): Make this the alias
13111 for the following variable.
13112 (ispell-format-word-function): Make this the real name.
13113 (ispell-message-text-end): Mark as risky.
13115 * skeleton.el (skeleton-transformation, skeleton-filter)
13116 (skeleton-pair-filter): Make these the aliases for the following
13118 (skeleton-transformation-function, skeleton-filter-function)
13119 (skeleton-pair-filter-function): Make these the real names.
13121 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
13122 and skeleton-pair-filter-function.
13124 * textmodes/sgml-mode.el (sgml-transformation): Make this the
13125 alias for the following variable.
13126 (sgml-transformation-function): Make this the real name.
13127 (sgml-tag-alist): Mark as risky.
13129 2006-05-21 Richard Stallman <rms@gnu.org>
13131 * simple.el (kill-region): Interactively, pass point, then mark.
13133 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
13135 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
13137 2006-05-21 Romain Francoise <romain@orebokech.com>
13139 * dired-x.el (dired-mode-map): Don't bind M-g.
13141 2006-05-20 Richard Stallman <rms@gnu.org>
13143 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
13144 (dired-goto-file): Doc fix.
13146 2006-05-21 Kim F. Storm <storm@cua.dk>
13148 * emulation/cua-base.el: Mention customizing cua-mode as alternative
13149 way to enable built-in cua-mode if user loads older CUA-mode package.
13151 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
13152 if default-filename is specified.
13154 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13156 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
13158 * info.el (info-apropos): Make sure current-file and current-node
13159 have non-nil values. Speed up by using add-to-list instead of
13162 2006-05-20 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13164 * progmodes/make-mode.el (makefile-mode): Doc fix.
13166 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13168 * dired-aux.el (dired-do-shell-command): Doc fix.
13170 2006-05-20 Kevin Ryde <user42@zip.com.au>
13172 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
13173 ``(custom-manual :tag "Foo" "(foo)Node")''.
13175 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
13177 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
13178 value is an integer.
13180 2006-05-20 Eli Zaretskii <eliz@gnu.org>
13182 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
13184 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
13186 2006-05-20 Martin Rudalics <rudalics@gmx.at>
13188 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
13189 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
13191 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13193 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
13194 regexp for keywords.
13196 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
13198 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
13199 replace-regexp-in-string.
13201 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
13202 encode, and escape file name on conversion to URL.
13204 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13206 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
13207 Don't unescape URL.
13208 (dnd-get-local-file-name): Unescape URL on conversion to file name.
13210 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
13211 on conversion to URLs.
13213 * net/browse-url.el (browse-url-file-url): Encode file name on
13216 * term/mac-win.el (mac-ae-open-documents): Escape file name on
13219 2006-05-19 Eli Zaretskii <eliz@gnu.org>
13221 * progmodes/cc-styles.el (c-style-alist): Doc fix.
13223 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13225 * term/mac-win.el (mac-bytes-to-digits): Remove function.
13226 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
13228 2006-05-19 Glenn Morris <rgm@gnu.org>
13230 * calendar/diary-lib.el (diary-bahai-date)
13231 (list-bahai-diary-entries, mark-bahai-diary-entries)
13232 (mark-bahai-calendar-date-pattern): Not interactive.
13233 (add-to-diary-list): New optional arg LITERAL. Doc fix.
13234 (diary-entries-list): Change format of 4th element in each entry.
13235 (diary-list-entries): Use add-to-diary-list.
13236 (diary-goto-entry): Handle the case where the buffer visiting the
13237 diary has been killed.
13238 (fancy-diary-display): Add 'locator to button rather than 'marker.
13239 Only generate temp-face when there are marks to apply.
13240 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
13241 (diary-fancy-date-pattern): New variable.
13242 (diary-time-regexp): Doc fix.
13243 (diary-anniversary, diary-time): New faces.
13244 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
13245 diary-time-regexp. Add font-lock-multiline property where needed.
13246 Use new faces diary-anniversary and diary-time.
13247 (diary-fancy-font-lock-fontify-region-function): New function, to
13248 handle multiline font-lock pattern in fancy diary.
13249 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
13250 (diary-font-lock-keywords): Tweak time regexp. Use new face
13253 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
13255 * international/code-pages.el (mik): Table corrected.
13257 2006-05-18 Kim F. Storm <storm@cua.dk>
13259 * progmodes/grep.el (grep-find): Don't check grep-find-command
13260 before running command (breaks non-interactive usage).
13262 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
13264 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
13265 (ewoc--insert-new-node): Don't insert trailing newline.
13266 Instead, adjust successor nodes's start markers.
13267 (ewoc--refresh-node): Delete all text from current node's start
13268 marker to the next one's; adjust successor nodes's start markers.
13269 (ewoc--create): Doc fixes.
13270 (ewoc--refresh): Don't insert newline.
13271 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
13272 * pcvs.el (cvs-make-cvs-buffer):
13273 Specify extra newline for ewoc's header and footer.
13274 (cvs-update-header): Update initial header recognition.
13275 Append newline to final header and footer values.
13276 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
13278 2006-05-17 Richard Stallman <rms@gnu.org>
13280 * files.el (file-name-extension): Doc fix.
13282 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13284 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
13285 we can explicitly enable/disable rather than toggle.
13286 (shell-mode): Use it.
13287 (shell-cd): Don't try to reproduce what `cd' does.
13289 2006-05-17 Kim F. Storm <storm@cua.dk>
13291 * ido.el (ido-read-internal): Use only nondirectory part of
13294 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
13296 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
13297 (ewoc-nth): Doc fix.
13299 (ewoc-map, ewoc-invalidate): Compute PP before looping.
13301 2006-05-16 Eli Zaretskii <eliz@gnu.org>
13303 * international/mule.el (auto-coding-alist): Add .lha to files
13304 read with no-conversion.
13306 * files.el (auto-mode-alist): Add .lha files to archive file
13309 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
13310 Convert csize to integer when computing offsets within the
13311 compressed archive file.
13313 2006-05-16 Kim F. Storm <storm@cua.dk>
13315 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
13316 with read-from-minibuffer.
13318 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
13320 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
13321 (byte-compile-warnings): Fix safe-local-variable property.
13323 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
13325 * allout.el (allout-show-bodies, allout-old-style-prefixes)
13326 (allout-stylish-prefixes, allout-numbered-bullet)
13327 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
13328 predicates to qualify `safe-local-variable' property, when
13329 available, else use equivalent lambda.
13330 (allout-current-topic-collapsed-p): Do the right thing regarding
13331 trailing blank lines.
13333 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13335 * server.el (server-start): Only create a directory if needed.
13336 (server-edit, server-unload-hook): server-start => server-mode.
13337 (kill-emacs-hook): Cleanup upon exit.
13339 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13341 * hexl.el (hexlify-buffer): Encode process arguments manually.
13343 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
13345 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
13346 call to gdb-tooltip-print.
13348 2006-05-15 Romain Francoise <romain@orebokech.com>
13350 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
13351 systems, default to "tar" since those systems probably have GNU tar.
13353 2006-05-14 Lars Hansen <larsh@soem.dk>
13355 * desktop.el (desktop-missing-file-warning): Fix docstring.
13356 (desktop-restore-file-buffer): Correct question asked on missing file.
13358 2006-05-14 Kim F. Storm <storm@cua.dk>
13360 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
13361 Add CUA move property.
13363 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
13365 * custom.el (custom-push-theme): Load the variable before checking
13366 its `standard-value'.
13368 2006-05-13 Lars Hansen <larsh@soem.dk>
13370 * desktop.el (desktop-save): Use with-temp-buffer.
13372 2006-05-12 Glenn Morris <rgm@gnu.org>
13374 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
13375 * calendar/calendar.el (calendar-mode-map):
13376 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
13377 * calendar/appt.el (appt-check, appt-make-list): Refer to
13378 diary-view-entries, diary-list-entries, diary-show-all-entries
13379 rather than obsolete aliases.
13381 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
13383 * simple.el (line-move-finish): Avoid calling point motion hooks
13384 while processing intangibility.
13386 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
13388 * term/xterm.el (terminal-init-xterm): Fix typo.
13390 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
13392 * allout.el (allout-view-change-hook): Mark as being deprecated,
13393 to be replaced by `allout-exposure-change-hook'.
13394 (allout-exposure-change-hook): New, replacing
13395 `allout-view-change-hook'.
13396 (allout-flag-region): Run new hook `allout-exposure-change-hook',
13397 in addition to `allout-view-change-hook'.
13398 (allout-show-bodies, allout-old-style-prefixes)
13399 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
13400 lambda forms to prevent their showing up in variable help
13401 presentations as inscrutable byte-compiled code.
13402 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
13403 Use string-or-null-p to qualify safe-local-variable values.
13404 (allout-reindent-bodies): Use memq to qualify matches against
13405 valid safe-local-variable values. Also, quote the lambda as above.
13406 (allout-use-mode-specific-leader): Add missing candidate-value
13407 symbols, use memq, and quote the lambda.
13408 (allout-overlay-interior-modification-handler): Remove unused
13409 variables `msg' and 'opened'.
13410 (allout-hidden-p): Constrain invisibility consideration to allout's
13411 invisibility spec, disregarding invisibility for other reasons.
13413 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
13415 * files.el (version-control): Correct safe values.
13417 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
13419 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
13421 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
13422 (ewoc--insert-new-node): New func.
13423 Update callers of deleted funcs to use it, instead.
13425 2006-05-11 Glenn Morris <rgm@gnu.org>
13427 * calendar/calendar.el (diary-show-all-entries): Do not refer to
13428 obsolete alias `show-all-diary-entries'.
13429 (make-diary-entry): Not interactive.
13430 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
13431 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
13432 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
13433 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
13434 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
13435 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
13437 2006-05-11 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
13439 * calendar/calendar.el (calendar-french-date-string)
13440 (calendar-mayan-date-string, calendar-chinese-date-string)
13441 (calendar-astro-date-string, calendar-iso-date-string)
13442 (calendar-islamic-date-string, calendar-bahai-date-string)
13443 (calendar-hebrew-date-string, calendar-coptic-date-string)
13444 (calendar-ethiopic-date-string, calendar-persian-date-string):
13445 These functions are not interactive.
13447 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
13449 * files.el: Balance parentheses.
13451 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
13453 * files.el, newcomment.el, outline.el, simple.el,
13454 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
13455 * progmodes/cc-vars.el, progmodes/compile.el:
13456 Move `safe-local-variable' declarations to the respective files.
13458 * help-fns.el (describe-variable): Don't print safe-var if it is
13459 byte-code. Improve wording as suggested by Luc Teirlinck.
13461 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13463 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
13464 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
13465 Use a token for pending-triggers to ensure gdb-var-update
13466 gets called once per user input again for pre-GDB 6.4.
13467 (gdb-var-delete): Match on more complex expressions.
13468 (gdb-var-list-children-handler, gdb-var-create-handler):
13469 Use a token for consistency.
13471 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
13473 * textmodes/org.el (org-read-date, org-goto-calendar)
13474 (org-agenda-goto-calendar):
13475 Bind `view-calendar-holidays-initially' to nil.
13477 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
13479 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
13480 Update all callers to do it there, instead.
13482 2006-05-10 Glenn Morris <rgm@gnu.org>
13484 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
13485 prefix arg case, to avoid view-diary-entries-initially error.
13486 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
13487 (calendar-date-is-legal-p): Handle dates with no day part.
13489 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
13491 * comint.el (comint-insert-input): Just make it when
13492 comint-use-prompt regexp is nil (default) and with the mouse.
13493 (comint-copy-old-input): Reinstate from 2004-06-23.
13494 (comint-mode-map): Bind C-c C-m to it.
13496 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
13498 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
13499 Remove spurious move to point-max (new comint behavior fixes).
13501 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
13502 compatibility function (Emacs 18/19).
13503 (idlwave-is-continuation-line): Always return point at start of
13504 previous non-blank continuation line.
13505 (keyword-parameters): Fix continued comment font-lock matcher.
13506 (idlwave-font-lock-fontify-region): Written, use as
13507 font-lock-fontify-region-function, to fix continued keyword
13508 fontification issues.
13510 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13512 * term/mac-win.el (mac-font-panel-mode): Doc fix.
13513 (mac-service-selection, mac-service-open-file)
13514 (mac-service-open-selection, mac-service-mail-selection)
13515 (mac-service-mail-to, mac-service-insert-text): Rename from
13516 mac-services-*. All uses changed.
13517 (mac-apple-event-map): Rename event symbol `services' to `service'.
13519 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
13521 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
13522 (ewoc--node-enter-first, ewoc--node-enter-last)
13523 (ewoc--delete-node-internal): Merge funcs into unique callers.
13525 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
13527 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
13528 return value of read-from-minibuffer for empty input.
13530 2006-05-09 Miles Bader <miles@gnu.org>
13532 * comint.el (comint-insert-input): Remove redundant calls to setq
13535 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
13537 * comint.el (comint-insert-input): Make it work when
13538 comint-use-prompt-regexp is t.
13540 2006-05-10 Miles Bader <miles@gnu.org>
13542 * subr.el (field-at-pos): New function.
13544 * comint.el (comint-insert-input): Use it.
13546 2006-05-09 Juri Linkov <juri@jurta.org>
13548 * battery.el (battery-linux-proc-acpi): Also try
13549 `/proc/acpi/thermal_zone/THR2/temperature'.
13551 * files.el <safe-local-variable>: Remove `eval' and `let' binding
13552 for now unused lambda `string-or-null'.
13554 * add-log.el (change-log-default-name): Put `string-or-null-p'
13555 instead of lambda on `safe-local-variable' property.
13557 * diff-mode.el (diff-context->unified): Use `region-beginning' and
13558 `region-end' instead of `mark' and `point'.
13559 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
13560 Operate on region in Transient Mark mode when the mark is active.
13561 Use `region-beginning' and `region-end' instead of `mark' and
13563 (diff-hunk-text, diff-goto-source): Doc fix.
13565 * startup.el (fancy-splash-screens, normal-splash-screen): Use
13566 face `mode-line-buffer-id' for mode-line buffer face instead of
13567 hard-coded `(:weight bold)'.
13569 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
13570 buffer-undo-list to t (undo-ask is reproducible by visiting
13573 2006-05-09 Kim F. Storm <storm@cua.dk>
13575 * progmodes/grep.el (rgrep): Set default directory of *grep*
13576 buffer if we start M-x rgrep in the *grep* buffer and choose
13577 a different base directory.
13579 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
13581 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
13582 completion also when ido is loaded.
13584 2006-05-09 Masatake YAMATO <jet@gyve.org>
13586 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
13587 "warning" and "import".
13588 (cpp-font-lock-keywords): Added "warning".
13590 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
13592 * term/xterm.el (terminal-init-xterm): Add more key bindings.
13594 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13596 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
13597 pages at a time, if we signal the end, we should indeed reach that end.
13599 2006-05-08 David Reitter <david.reitter@gmail.com>
13601 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
13602 output during execution of the body.
13604 2006-05-08 Kim F. Storm <storm@cua.dk>
13606 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
13608 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
13610 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
13611 Use with-current-buffer.
13613 2006-05-07 Kim F. Storm <storm@cua.dk>
13615 * subr.el (add-to-history): Remove keep-dups arg.
13617 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
13618 to nil around call to add-to-history.
13620 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13622 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
13623 than after a buffer modification.
13625 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
13627 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
13629 (gud-watch): ...here so speedbar is raised for already watched
13631 (gdb-speedbar-refresh): Delete function.
13632 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
13633 Use speedbar-timer-fn instead of speedbar-refresh (reverting
13635 (gdb-var-evaluate-expression-handler)
13636 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
13638 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
13639 Update localized contents for all buffers except ignored modes.
13641 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13643 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
13644 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
13645 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
13646 (mac-handle-font-panel-closed, mac-handle-font-selection):
13648 (mac-font-panel-mode): New minor mode.
13649 (mac-apple-event-map): Add bindings for toolbar toggle button and
13651 (menu-bar-showhide-menu): Add mac-font-panel-mode.
13653 2006-05-07 John Paul Wallington <jpw@pobox.com>
13655 * ibuffer.el (ibuffer-compressed-file-name-regexp):
13656 Avoid `regexp-opt'; simplify regexp for readability.
13658 2006-05-06 Eli Zaretskii <eliz@gnu.org>
13660 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
13661 * files.el (buffer-stale-function):
13662 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13663 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
13664 links to the main manual, not to emacs-xtra.
13666 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13668 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
13669 MacJapanese if text is ASCII-only.
13671 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
13673 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
13674 unless so nil isn't returned.
13675 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
13677 2006-05-06 Kim F. Storm <storm@cua.dk>
13679 * subr.el (add-to-history): New function.
13681 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
13682 (ediff-merge-files-with-ancestor):
13684 * isearch.el (isearch-update-ring):
13685 * server.el (server-visit-files):
13686 * progmodes/grep.el (lgrep, rgrep):
13687 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
13688 * progmodes/xscheme.el (xscheme-insert-expression):
13689 Use add-to-history.
13691 * kmacro.el (kmacro-push-ring): Use add-to-history.
13692 (kmacro-ring-length): Remove unused defun.
13693 (kmacro-start-macro): Use kmacro-push-ring.
13695 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
13697 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
13698 directly instead of a lambda expression that calls it.
13700 2006-05-06 Kim F. Storm <storm@cua.dk>
13702 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
13703 instead of compute-motion.
13705 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
13707 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
13710 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
13712 * startup.el (command-line-1): Refer to "Pure Storage" on
13713 pure-space-overflow.
13715 2006-05-05 Martin Rudalics <rudalics@gmx.at>
13717 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
13718 provided faces once they all have been used up.
13720 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13722 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
13723 reference to the Lisp manual to the warning about pure space
13726 2006-05-05 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13728 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
13729 argument to avoid the call to `ispell-internal-change-dictionary'
13731 (ispell-change-dictionary): Use this argument and call
13732 `ispell-internal-change-dictionary' after the possible change
13733 to `ispell-local-dictionary'.
13734 (ispell-internal-change-dictionary): Check for a change in
13735 personal dictionary use too.
13737 2006-05-05 Eli Zaretskii <eliz@gnu.org>
13739 * startup.el (command-line): On MS-Windows, probe "~", not
13740 "~USER", for warning about non-existent home directory.
13742 * arc-mode.el (archive-l-e): New optional argument `float' means
13743 generate a float value.
13744 (archive-arc-summarize, archive-lzh-summarize)
13745 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
13746 with 3rd argument non-nil when file's size is being computed.
13747 Format the file sizes with %8.0f instead of %8d.
13749 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13751 * cus-start.el (all): Add mac-dnd-known-types.
13753 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
13754 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
13755 (mac-TIFF-to-string): New functions.
13756 (x-get-selection, x-selection-value)
13757 (mac-select-convert-to-string): Use them.
13758 (mac-text-encoding-mac-japanese-basic-variant): New constant.
13759 (mac-dnd-types-alist): New customization variable.
13760 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
13761 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
13762 (mac-dnd-handle-drag-n-drop-event): New functions.
13763 (mac-drag-n-drop): Remove function.
13764 (global-map): Bind drag-n-drop and M-drag-n-drop to
13765 mac-dnd-handle-drag-n-drop-event.
13767 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
13769 * progmodes/perl-mode.el (perl-beginning-of-function):
13770 Skip anonymous subs.
13772 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
13774 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
13775 regexp-opt at run time.
13777 * term.el (term-handle-ansi-escape): Fix off by one error.
13779 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
13781 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
13782 (gdb-init-1, gdb-post-prompt): ...and references to it.
13783 (gdb-frame-handler): Strip directory name from filename if present.
13785 * progmodes/gud.el (gdb-force-update): Delete defvar
13786 (gud-speedbar-buttons): ...and references to it. Use window-start
13787 to try to keep positon in watch expression.
13789 2006-05-03 Richard Stallman <rms@gnu.org>
13791 * simple.el (next-history-element, previous-history-element): Doc fix.
13793 * isearch.el (isearch-update-ring): Doc fix.
13795 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
13797 * isearch.el (isearch-update-ring): Take history-delete-duplicates
13798 into consideration. Replace one arm ifs with whens.
13800 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
13802 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
13805 2006-05-02 Miles Bader <miles@gnu.org>
13807 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
13809 2006-05-02 Jay Belanger <belanger@truman.edu>
13811 * calc/calc-embed.el (calc-override-minor-modes-map)
13812 (calc-override-minor-modes): New variables.
13813 (calc-do-embedded): Make sure that Calc keystrokes aren't
13814 overwritten by minor modes.
13816 2006-05-02 Chong Yidong <cyd@mit.edu>
13818 * msb.el (msb): If EVENT is a down event, read and discard the up event.
13820 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13822 * startup.el (command-line-1): Refer to Lisp manual when
13823 pure-space-overflow occurs.
13825 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
13826 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
13827 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
13828 (version-control): Don't use `t' for safe-local-variable declarations.
13830 2006-05-01 Richard Stallman <rms@gnu.org>
13832 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
13833 M-r, M-R, M-A, M-SPC or M-DEL.
13834 (diff-mode-map): diff-refine-hunk now on C-c C-w
13835 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
13837 * help-mode.el (help-mode): view-exit-action calls delete-window
13838 only when it is safe and possible.
13840 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
13843 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
13845 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
13846 in the default tool-bar-map.
13848 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
13850 * net/tramp.el (tramp-completion-file-name-handler-alist)
13851 (tramp-run-real-handler, tramp-completion-run-real-handler)
13852 (tramp-completion-handle-file-name-all-completions)
13853 (tramp-completion-handle-file-name-completion): Autoload them.
13854 (tramp-completion-handle-file-exists-p)
13855 (tramp-completion-handle-file-name-directory)
13856 (tramp-completion-handle-file-name-nondirectory)
13857 (tramp-completion-handle-expand-file-name): Remove them.
13858 (tramp-handle-file-name-directory): Return the real directory name.
13859 Returning "/" only doesn't need to be necessary any longer.
13860 (tramp-file-name-handler): Make special attention when in hostname
13862 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
13863 (tramp-register-file-name-handlers):
13864 Register `tramp-completion-file-name-handler' only when
13865 `partial-completion-mode' is enabled.
13866 (tramp-completion-handle-file-name-all-completions):
13867 Delete directory part from results.
13868 (tramp-get-completion-methods, tramp-get-completion-user-host):
13869 Discard deleting "/", it doesn't work after the change of
13870 `tramp-handle-file-name-directory' above.
13872 2006-05-01 Kim F. Storm <storm@cua.dk>
13874 * progmodes/grep.el (grep-expand-template): Use save-match-data
13877 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13879 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
13880 Use select-frame-set-input-focus instead of raise-frame.
13881 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
13883 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
13885 * progmodes/gud.el (gud-def): Add %c case.
13886 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
13887 (gud-format-command): Make match case sensitive. Match on %F.
13889 2006-04-30 Glenn Morris <rgm@gnu.org>
13891 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
13892 (cal-tex-preamble): Use cal-tex-preamble-extra.
13893 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
13894 than alias `list-diary-entries'.
13896 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
13898 * help-fns.el (describe-variable): Add info about safe local variables.
13900 2006-04-29 Richard Stallman <rms@gnu.org>
13902 * bindings.el (mode-line-format): help-echo doc fixes.
13904 * net/tramp.el (tramp-file-name-handler-alist): Delete
13905 expand-file-name and other operations that can cause spurious loading.
13907 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13909 * files.el (safe-local-variable-p): Remove support for the special
13912 * textmodes/paragraphs.el (sentence-end-without-space):
13913 Fix safety predicate.
13914 (sentence-end-double-space, sentence-end-without-period)
13915 (paragraph-ignore-fill-prefix):
13916 * textmodes/fill.el (colon-double-space):
13917 * abbrev.el (abbrev-mode): Tighten the safety predicate.
13919 * subr.el (booleanp): New fun.
13921 * textmodes/reftex-vars.el (reftex-guess-label-type):
13922 Tighten the safety predicate.
13924 2006-04-28 Kim F. Storm <storm@cua.dk>
13926 * progmodes/grep.el (defgroup grep): Doc fix.
13927 (grep-auto-highlight): Remove.
13928 (grep-template): New defcustom.
13929 (grep-find-template): Rename from grep-tree-template.
13930 (grep-files-aliases): Rename from grep-tree-files-aliases.
13931 Remove "all" alias, add "l" alias.
13932 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
13933 (grep-find-ignored-directories): New defcustom to replace
13934 grep-tree-ignore-CVS-directories, to facilitate ignoring
13935 subdirectories for multiple version control systems.
13936 (grep-mode-map): Add Recursive grep item to GREP menu.
13937 (grep-regexp-history, grep-files-history): New defvars.
13938 (grep-probe): New helper function.
13939 (grep-compute-defaults): Use it to simplify code.
13940 Adapt to name changes.
13941 Use `.' as base in grep-find-template rather than <D>.
13942 (grep): Remove superfluous highlight-regexp arg. Fix doc.
13943 Call grep-compute-defaults unconditionally.
13944 (grep-expand-keywords): New defconst.
13945 (grep-expand-template): Rename from grep-expand-command-macros.
13946 Simplify via grep-expand-keywords. Look at case-fold-search instead
13947 of grep-tree-ignore-case to add -i option.
13948 Bind case-fold-search to nil while matching keywords.
13949 (grep-tree-last-regexp, grep-tree-last-files): Remove.
13950 (grep-read-regexp, grep-read-files): New helper functions.
13951 (rgrep): Rename from grep-tree. Rework to use proper histories.
13952 Adapt to changes in defcustoms and functions above.
13953 (lgrep): New command, as grep, but using same interactive UI as rgrep.
13955 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
13957 * net/tramp.el (tramp-completion-file-name-handler):
13958 Disable Tramp's functionality while loading Tramp itself.
13959 (tramp-register-file-name-handlers): That's a defsubst now.
13960 Code from `tramp-repair-jka-compr' moved here. Apply it via
13962 (tramp-repair-jka-compr): Remove.
13964 2006-04-27 Jay Belanger <belanger@truman.edu>
13966 * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
13967 read expression when `math-read-big-expr' doesn't work.
13969 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
13971 * startup.el (command-line-1): Display warning when
13972 pure-space-overflow is non-nil.
13974 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13976 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
13979 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13981 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
13982 Return the URL or nil if none can be generated.
13984 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
13986 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
13987 byte compiler warnings.
13988 (gud-basic-call, gud-find-expr): Let user select an expression
13989 for printing. Print expression as well as value in GUD buffer.
13991 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
13993 * allout.el: Remove local autoload declaration for
13994 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
13995 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
13996 (allout-plain-bullets-string, allout-distinctive-bullets-string)
13997 (allout-use-mode-specific-leader, allout-old-style-prefixes)
13998 (allout-stylish-prefixes, allout-numbered-bullet)
13999 (allout-file-xref-bullet, allout-presentation-padding)
14000 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
14001 safe-local-variable with suitable value spec, and add autoload
14002 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
14003 (move-beginning-of-line, move-end-of-line): Repair so these compat
14004 functions now actually resituate the point, when appropriate.
14006 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14008 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
14010 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
14011 (add-log-iso8601-time-string): Fix call to format-time-string.
14013 2006-04-26 Kim F. Storm <storm@cua.dk>
14015 * subr.el (posn-string, posn-image, posn-object): Doc fix.
14017 2006-04-26 Masatake YAMATO <jet@gyve.org>
14019 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
14020 Add support for "//" style comments. Remove `b' flag
14021 from ?* in `asm-mode-syntax-table'.
14023 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14025 * follow.el: Use (featurep 'xemacs) everywhere.
14026 (follow-mode): Use define-minor-mode.
14027 (follow-mode-map): Move initialization into the declaration.
14028 Use command remapping.
14029 (follow-emacs-version-xemacs-p): Remove.
14030 (follow-submit-feedback): Remove.
14032 * allout.el (allout-layout, allout-passphrase-verifier-string)
14033 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
14035 * textmodes/reftex-vars.el (reftex-vref-is-default)
14036 (reftex-fref-is-default, reftex-guess-label-type):
14037 Tighten up a bit the safety predicate.
14039 * textmodes/paragraphs.el (sentence-end-double-space)
14040 (sentence-end-without-period, sentence-end-without-space)
14041 (page-delimiter, paragraph-ignore-fill-prefix):
14042 Tighten up a bit the safety predicate.
14044 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
14046 * progmodes/python.el (python-continuation-line-p)
14047 (python-beginning-of-statement): syntax-ppss may return
14049 (python-mode): Don't forcefully enable font-lock.
14051 * time-stamp.el (time-stamp-start, time-stamp-end)
14052 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
14054 * add-log.el: Remove spurious * in docstrings.
14055 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
14056 (add-change-log-entry): Use it here, since it's not specific
14058 (add-log-iso8601-time-string): Don't use it here any more.
14059 (change-log-indent-text, change-log-indent): Rename from add-log-*.
14061 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
14063 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
14065 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
14066 (rcirc-toggle-low-priority): Doc fix.
14067 (rcirc-handler-NOTICE): Remove beginning of line anchor in
14069 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
14071 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
14072 (rcirc-decode-coding-system): Use utf-8 as the default.
14073 (rcirc-multiline-minor-mode): Set the fill-column.
14074 (rcirc-format-response-string): Display bright and dim nicks.
14075 (rcirc-browse-url): Update interactive spec to fill ARG.
14076 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
14077 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
14079 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
14081 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
14082 case for @Article, etc.
14084 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
14086 * net/tramp.el (tramp-register-file-name-handlers): New defun.
14087 Added with autoload cookie.
14088 (tramp-unload-file-name-handlers): Rename from
14089 `tramp-unload-file-name-handler-alist'.
14091 2006-04-23 Romain Francoise <romain@orebokech.com>
14093 * comint.el (comint-match-partial-filename): Doc fix.
14095 2006-04-21 Glenn Morris <rgm@gnu.org>
14097 * calendar/cal-menu.el (calendar-mode-map): Refer to
14098 `diary-view-entries' rather than alias `view-diary-entries'.
14099 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
14101 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
14103 * progmodes/antlr-mode.el (antlr-default):
14104 * cus-edit.el (custom-documentation):
14105 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
14108 2006-04-21 Kim F. Storm <storm@cua.dk>
14110 * image.el (image-type): New defun split out of create-image.
14111 (create-image): Use it.
14113 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
14115 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
14116 (org-open-at-point): Remove the "...done" message to keep output
14117 in the echo area visible.
14118 (org-export-as-xoxo): Fix call to `indent-region'.
14120 2006-04-21 Kevin Ryde <user42@zip.com.au>
14122 * international/mule.el (keyboard-coding-system): defcustom
14123 info-link fixes: "Specify Coding" has been split, keyboard now in
14124 "Terminal Coding", and "Single-Byte Character Support" is now
14127 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
14129 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
14130 Use font-lock-warning-face for any errors e.g. no stack.
14131 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
14133 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
14135 * progmodes/sh-script.el (sh-shell): Mark as safe.
14137 * newcomment.el (comment-start, comment-start-skip)
14138 (comment-end-skip, comment-end): Mark as safe.
14140 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
14142 * textmodes/org.el (org-deadline-announce): Face removed.
14143 (org-level-faces, org-n-levels): Convert to constant.
14144 (org-compatible-face): New function.
14145 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
14146 (org-level-5, org-level-6, org-level-7, org-level-8)
14147 (org-special-keyword, org-warning, org-headline-done, org-link)
14148 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
14149 (org-scheduled-today, org-scheduled-previously, org-time-grid):
14150 Face definition revised for better color tty support.
14151 (org-bold-re, org-italic-re, org-underline-re): New constants.
14152 (org-set-font-lock-defaults): Use the new constants.
14153 (org-agenda-highlight-todo): New function.
14154 (org-agenda-todo): Fix bug with point at end of line.
14155 (org-agenda-change-all-lines, org-finalize-agenda-entries):
14156 Fontify TODO keywords.
14157 (org-insert-link): Preserve relative path in ../ links.
14158 (org-export-as-html): Convert links pointing to .org files into
14159 links that will work beteen the exported HTML files.
14160 (org-todo-list): Fix bug when arg=0.
14161 (org-insert-heading): More fine-tuning.
14163 2006-04-19 Romain Francoise <romain@orebokech.com>
14165 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
14166 from `rmail-mime-charset-pattern'.
14168 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
14170 * progmodes/python.el (python-mode): Fix typo.
14172 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
14174 * comint.el (comint-previous-input): Don't clobber input line
14175 when moving off either end of the input history ring.
14176 (comint-delete-input): New function, used by
14177 `comint-previous-input' and others.
14178 (comint-previous-matching-input):
14179 Use `coming-delete-input'. Save the partial input if leaving the
14180 edit line. Goto point-max before deleting input to avoid
14181 partial input fragments hanging around.
14182 (comint-restore-input): New function, used by `comint-previous-input'.
14184 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
14186 * imenu.el (imenu--index-alist): Balance parentheses.
14188 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
14190 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
14192 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
14194 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
14197 2006-04-18 Richard Stallman <rms@gnu.org>
14199 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
14201 * imenu.el (imenu-create-index-function, imenu--index-alist)
14202 (imenu--last-menubar-index-alist, imenu--make-index-alist)
14203 (imenu-default-create-index-function, imenu--generic-function):
14206 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
14208 * help-mode.el (help-mode): Set view-exit-action to delete window.
14210 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
14211 now works by passing nil as arg.
14213 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
14215 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
14216 (read-abbrev-file): Provide default when reading filename.
14218 * files.el (enable-local-variables): Allow :all as value.
14219 (hack-local-variables): Implement that value.
14220 (safe-local-variable-values, safe-local-eval-forms)
14221 (enable-local-variables): Mark as risky.
14222 (find-file-visit-truename, kept-old-versions): Mark safe.
14224 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
14225 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
14226 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
14228 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14230 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
14231 Use forward-line so as to get to BOL even in the presence of fields.
14232 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
14234 (inferior-tcl): Tell tclsh to work in interactive mode.
14236 * complete.el (partial-completion-mode):
14237 Use 'choose-completion-string-functions to make sure that
14238 choose-completion fills the minibuffer properly.
14240 * complete.el (PC-old-read-file-name-internal): Remove.
14241 (PC-read-include-file-name-internal): Remove. Turn it into an advice
14242 of read-file-name-internal.
14243 (partial-completion-mode): Enable/disable this advice.
14245 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
14247 * net/tramp.el (tramp-completion-file-name-handler): Revert change
14250 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
14252 * textmodes/org.el (org-insert-heading): Insert heading before
14253 current if at beginning of line.
14254 (org-todo, org-date): New faces.
14255 (org-table-align): Make sure tooltip window contains full text.
14256 (org-no-properties): New defsubst.
14257 (org-set-font-lock-defaults): Use new faces.
14259 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
14261 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
14262 for root variables.
14264 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
14265 (gdb-frame-address): Re-use to identify frame for watch expression.
14266 (gdb-var-list, gdb-var-create-handler): Add frame address for root
14268 (gdb-init-1, gdb-source, gdb-post-prompt)
14269 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
14270 (gdb-frame-handler): Get gdb-frame-address.
14272 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
14274 Sync with Tramp 2.0.53.
14276 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
14277 'control. Reported by Matthias F
\e,Av
\e(Brste <slashdevslashnull@gmx.net>.
14278 (tramp-completion-file-name-handler): Add autoload cookie for
14279 adding to `file-name-handler-alist'.
14281 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
14282 the prompt. If it returns earlier (when detecting an error
14283 message), the rest of the output will merge accidently with the
14284 output of the next command. Reported by M Jared Finder
14285 <jared@hpalace.com>.
14287 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
14288 for `process-file', in order to let it work for older Emacsen too.
14290 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
14292 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
14293 (tex-font-lock-keywords-3): Use it.
14295 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14297 * newcomment.el (comment-add): New function.
14298 (comment-region-default, comment-dwim): Use it.
14300 2006-04-15 Michael Olson <mwolson@gnu.org>
14302 * emacs-lisp/tq.el: Improve comments.
14303 (tq-queue-head-question): New accessor function.
14304 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
14305 Update for modified queue structure.
14306 (tq-queue-add): Accept `question' argument.
14307 (tq-queue-pop): If a question is pending, send it.
14308 (tq-enqueue): Accept new optional argument `delay-question'.
14309 If this is non-nil, and at least one other question is pending a
14310 response, queue the question rather than sending it immediately.
14312 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14314 * calendar/appt.el (appt-add): Check whether an appointment is
14315 already present in appt-time-msg-list. Simplify code.
14317 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14319 * progmodes/cc-langs.el (c-mode-menu):
14320 Don't presume c-subword-mode is bound.
14322 2006-04-13 Bill Wohler <wohler@newt.com>
14324 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
14325 (customize-package-emacs-version): Use cdr instead of cadr now
14326 that alists use dotted pairs.
14328 * custom.el (defcustom): Fix docstring for :package-version.
14330 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
14332 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
14333 (tramp-handle-shell-command): Display output buffer only when
14334 `tramp-display-shell-command-buffer' is true.
14335 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
14337 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14339 * textmodes/org.el (org-set-autofill-regexps): Set only the local
14340 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
14342 2006-04-13 Romain Francoise <romain@orebokech.com>
14344 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
14345 leaving temporary .cvsignore buffers behind.
14347 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14349 * textmodes/org.el (org-set-regexps-and-options)
14350 (org-get-current-options): Better names for the startup folding
14353 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
14355 * vc.el (vc-annotate): Arrange for point to end up at the same
14356 line number as in the original, but only when using a new buffer.
14358 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
14360 * files.el (hack-one-local-variable-eval-safep):
14361 Recognize `edebug-form-spec' for `put', but only if it passes
14362 `edebug-basic-spec'. Generalize `put' handling.
14364 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
14365 vetting file-local form specs.
14367 * allout.el (allout-layout): Autoload its `safe-local-variable'
14370 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
14372 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
14373 (org-agenda-mouse-1-follows-link)
14374 (org-mouse-1-follows-link): New options.
14375 (org-format-agenda-item): Fix bug if TAGS is nil.
14376 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
14378 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
14380 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
14381 GDB 6.1+ gives full filename for "info sources" so use
14382 file-name-nondirectory.
14384 2006-04-12 Romain Francoise <romain@orebokech.com>
14386 * subr.el (read-passwd): Bind `message-log-max' to nil.
14388 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
14390 * progmodes/perl-mode.el (perl-indent-new-calculate):
14391 Recompute parse-start after jumping backward by a whole sexp.
14393 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14395 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
14396 window configuration.
14397 (vc-annotate-display-select): Select the buffer so that current-buffer
14398 (and selected-window) is the output buffer at the end of vc-annotate.
14400 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
14402 * vc.el (vc-annotate-color-map): Add custom TTY color map for
14403 8-color terminals, to use all of the colors in a sensible order.
14404 256-color terminals work well with the standard map.
14405 (vc-annotate-lines): Only strip the first color character if it
14406 is "#", to allow for terminal-style named colors.
14407 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
14408 the correct buffer is scrolled.
14410 2006-04-11 Richard Stallman <rms@gnu.org>
14412 * emacs-lisp/bytecomp.el (byte-compile-file):
14413 Bind enable-local-variables to :safe, and make normal-mode obey it.
14415 * files.el (enable-local-variables): Allow value :safe.
14416 (normal-mode): Doc fix.
14417 (hack-local-variables): Implement enable-local-variables = :safe.
14418 (hack-local-variables-confirm): Don't prevent quitting.
14420 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
14422 * loadhist.el (unload-feature): A bit of sanity check of
14423 load-history entries. Cancel timer-vars before unbinding them.
14425 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
14426 quote special chars, and make the trick work on the hex part of the
14428 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
14429 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
14431 * startup.el (normal-splash-screen): Fix last change so we don't wait
14432 2 minutes if we don't show the splash screen.
14434 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
14436 * textmodes/org.el (org-export-plain-list-max-depth)
14437 (org-table-spaces-around-separators)
14438 (org-radio-targets, org-activate-camels)
14439 (org-table-spaces-around-invisible-separators): Options removed.
14440 (org-time-stamp-rounding-minutes, org-remember-templates)
14441 (org-ellipsis, org-activate-links, org-descriptive-links):
14443 (org-remember-apply-template, org-current-time)
14444 (org-finish-edit-table-field)
14445 (org-link-unescape, org-link-escape)
14446 (org-string-width, org-table-clean-line, org-html-do-expand)
14447 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
14448 (org-read-agenda-file-list): New functions.
14449 (org-table-edit-field)
14450 (org-table-create-or-convert-from-region): New commands
14451 (org-table-toggle-vline-visibility): Command removed.
14452 (org-table-convert-region): Made a command.
14453 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
14454 Replace with the normal org- functions.
14455 (org-self-insert-command): Don't trigger realign unnecessarily
14456 when blanking a field that is not full.
14457 (org-mode): `Set buffer-invisibility-spec' for links.
14458 (org-activate-links2): Hide link part and only show descriptive
14460 (org-insert-link): Modify for new linking system.
14461 (org-store-link): Store description separately, for use by
14463 (org-table-align): Use `org-string-width'.
14464 (defgroup): Completely new group structure for custom variables.
14465 (org-agenda-files): Option: Single file name allowed. Function:
14466 Optional argument unrestrited means ignore any restricitons.
14467 (org-install-agenda-files-menu): Find a buffer in Org-mode before
14468 trying to modify the menu. Use generalized access to
14469 `org-agenda-files.'
14470 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
14471 (org-agenda-file-to-front, org-remove-file, org-diary)
14472 (org-tags-view, org-export-icalendar-all-agenda-files)
14473 (org-export-icalendar-combine-agenda-files): Use generalized
14474 access to `org-agenda-files'.
14475 (org-remember-handler): Correctly preserve heading if present.
14476 (org-table-insert-row, org-table-insert-hline): Deal with
14477 invisible characters.
14479 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
14481 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
14482 (vc-annotate-color-map): New 18 element constant
14483 value/saturation, rotating hue colormap, from red->blue.
14484 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
14485 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
14486 (vc-annotate): To avoid killing the required local variables,
14487 set them before the end of `with-output-to-temp-buffer', and
14488 after first switching to annotate-mode.
14489 (vc-annotate-warp-version): Add buffer argument in goto-line to
14490 ensure annotation, not source, is scrolled.
14492 2006-04-10 Bill Wohler <wohler@newt.com>
14494 * custom.el (defcustom, custom-handle-keyword):
14495 Add :package-version keyword.
14496 (custom-add-package-version): New function. Sets value of new
14497 property 'custom-package-version from :package-version keyword.
14498 (defcustom): Create Common Keywords section in docstring.
14499 (defface, defgroup): Replace definitions of a select few keywords
14500 with a reference to the Common Keywords in defcustom.
14501 (defcustom, defface, defgroup): Replace reference to Customization
14502 chapter in manual with hyperlink.
14504 * cus-edit.el (customize-package-emacs-version-alist): New variable.
14505 (customize-changed-options): Add check for custom-package-version.
14506 (customize-package-emacs-version): New function to look up Emacs
14507 version corresponding to the given package version.
14509 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
14510 defun name, in similar fashion to find-variable-regexp.
14512 2006-04-10 Eli Zaretskii <eliz@gnu.org>
14514 * international/mule-cmds.el (set-locale-environment): Fix last
14515 change for when the locale's preferences don't specify any encoding.
14517 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14519 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
14520 so the defined var/fun doesn't need to be quoted.
14522 2006-04-10 Richard Stallman <rms@gnu.org>
14524 * finder.el (finder-mode-map): Add n and p bindings.
14526 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
14528 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
14529 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
14530 (gdb-setup-windows): Put something in source window if we can't find
14532 (gdb-frame-handler): Make it work again with just assembly.
14533 (gdb-data-list-register-values-handler): Make it work when there is
14536 2006-04-09 Richard Stallman <rms@gnu.org>
14538 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
14539 specs while looking for charset.
14541 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
14543 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
14545 (lm-font-lock-keywords): Update appropriately.
14547 2006-04-10 Kim F. Storm <storm@cua.dk>
14549 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
14550 it can also replace buffer-substring-no-properties.
14552 * emulation/cua-base.el (cua-delete-region, cua-paste)
14553 (cua-repeat-replace-region): Use filter-buffer-substring.
14555 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
14556 (cua-cut-region-to-global-mark): Likewise.
14558 * emulation/cua-rect.el (cua--extract-rectangle)
14559 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
14561 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14563 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
14564 entry-type. Add field delimiters to numerical fields if they are
14567 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14569 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
14570 string-const to return value.
14571 (bibtex-remove-delimiters): Use it.
14573 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14575 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
14576 cl-byte-compile-compiler-macro unless it exists.
14578 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14580 * files.el (hack-local-variables-confirm) <offer-save>:
14581 Clarify message text. Suggested by Ralf Angeli.
14583 2006-04-08 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
14585 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
14586 (delete-extract-rectangle-line): Use `filter-buffer-substring'
14587 instead of `buffer-substring' and `delete-region'. (Most of the
14588 code actually copied from `kill-region'.)
14590 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
14592 * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
14593 (rcirc-default-port): Rename from rcirc-port.
14594 (rcirc-default-nick): Rename from rcirc-nick.
14595 (rcirc-default-user-name): Rename from rcirc-user-name.
14596 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
14597 (rcirc-low-priority-flag): New variable.
14598 (rcirc-decode-coding-system): New defcustom.
14599 (rcirc-encode-coding-system): New defcustom.
14600 (rcirc-coding-system-alist): New defcustom.
14601 (rcirc-multiline-major-mode): New defcustom.
14602 (rcirc-nick): New internal variable.
14603 (rcirc-process): Remove variable.
14604 (rcirc-server-buffer): New variable.
14605 (rcirc): Update to use rcirc-default-* variables above.
14606 (rcirc-connect): Do not add window-configuration-hook-here.
14607 (rcirc-server): New internal variable.
14608 (rcirc-connect): Do not send keepalive pings if
14609 rcirc-keepalive-seconds is nil.
14610 (with-rcirc-server-buffer): New macro.
14611 (rcirc-send-string): Encode with rcirc-encode-coding-system.
14612 (rcirc-server-name): Rename from rcirc-server.
14613 (rcirc-buffer-process): New function.
14614 (rcirc-buffer-nick): New function.
14615 (rcirc-buffer-target): Remove function.
14616 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14618 (rcirc-mode-map): Change binding of C-c C-l to
14619 rcirc-toggle-low-priority.
14620 (rcirc-mode): Initialize coding system based on
14621 rcirc-coding-system-alist. New change-major-mode-hook to part the
14622 channel on a mode change. Make kill-buffer-hook buffer-local.
14623 (rcirc-change-major-mode-hook): New function.
14624 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
14625 (rcirc-last-post-time): New variable.
14626 (rcirc-process-message): Store the last time user posted a message
14628 (rcirc-multiline-minor-mode): New mode.
14629 (rcirc-multiline-minor-mode-map): New mode map.
14630 (rcirc-edit-multiline): Put multiline-edit buffer in
14631 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
14632 (rcirc-print): Ignore any line starting with an ignored nick.
14633 (rcirc-print): Decode using rcirc-decode-coding-system.
14634 (rcirc-track-minor-mode): Update global-mode-string when disabling
14636 (minor-mode-alist): Add LowPri indicator.
14637 (rcirc-toggle-low-priority): New function.
14638 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
14639 next lowpriority buffer with activity.
14640 (rcirc-record-activity): Sort buffers in rcirc-activity by the
14641 last time the user posted a message in to the target.
14642 (rcirc-update-activity-string): New formatting for low priority
14644 (rcirc-split-activity): New function.
14645 (rcirc-handler-PART, rcirc-handler-KICK)
14646 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
14647 (rcirc-nick-away-alist): New variable.
14648 (rcirc-handler-301): New handler. Away messages are printed once
14651 2006-04-08 Eli Zaretskii <eliz@gnu.org>
14653 * info.el (Info-follow-nearest-node): Doc fix.
14655 * international/mule-cmds.el (set-locale-environment): Make sure
14656 the coding-system preferred by the locale's language has the same
14657 EOL conversion type as the original buffer-file-coding-system.
14658 (locale-language-names): Add a few MS Windows language codes.
14660 2006-04-07 Richard Stallman <rms@gnu.org>
14662 * simple.el (eval-expression): Doc fix.
14664 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
14665 (eval-defun): Doc fixes.
14667 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
14669 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
14671 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
14673 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
14674 GDB list command without argument for greater generality.
14676 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14678 * subr.el (string-or-null-p): New function.
14680 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
14682 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
14684 * files.el: Update comment about safe-local-variable declarations.
14686 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
14688 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
14691 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
14692 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
14694 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
14697 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
14698 version 6.0 (minimal changes). See idlwave.org.
14700 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
14701 6.0 (minimal changes). See idlwave.org.
14703 * progmodes/idlw-rinfo.el: File obsoleted and removed.
14705 2006-04-06 Romain Francoise <romain@orebokech.com>
14707 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
14708 symmetric encryption features and a new asynchronous interface to
14709 GnuPG. This new version is version 1.4, plus whitespace changes.
14711 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14713 * files.el: Move some `safe-local-variable' declarations to the
14716 * textmodes/ispell.el (ispell-check-comments)
14717 (ispell-local-dictionary): Mark as safe.
14719 * abbrev.el (abbrev-mode): Mark as safe.
14721 * add-log.el (change-log-default-name): Mark as safe.
14723 * textmodes/reftex-vars.el (reftex-vref-is-default)
14724 (reftex-fref-is-default, reftex-level-indent)
14725 (reftex-guess-label-type): Mark as safe.
14727 * textmodes/fill.el (colon-double-space): Mark as safe.
14729 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
14730 (sentence-end-double-space, sentence-end-without-period)
14731 (sentence-end-without-space, sentence-end, sentence-end-base)
14732 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
14734 2006-04-06 Kim F. Storm <storm@cua.dk>
14736 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
14737 the :set-after list.
14738 (ido-downcase-unc-hosts): New user option. Default on.
14739 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
14740 when it is set, as regexps are now applied on the fly.
14741 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
14742 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
14743 on the fly, but only when ido-process-ignore-lists is set.
14744 Do case insensitive filtering if ido-downcase-unc-hosts is set.
14745 Only downcase names if ido-downcase-unc-hosts is set.
14747 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
14749 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
14751 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
14753 2006-04-05 Kim F. Storm <storm@cua.dk>
14755 * ido.el (ido-mode): Set after ido-unc-hosts and
14756 ido-ignore-unc-host-regexps.
14757 (ido-save-history): Save ido-unc-hosts-cache.
14758 (ido-load-history): Load ido-unc-hosts-cache.
14759 (ido-reread-directory): Refresh unc hosts cache in // dir.
14761 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
14762 to nil while displaying slash screen.
14764 2006-04-05 Daiki Ueno <ueno@unixuser.org>
14766 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14767 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14769 2006-04-05 Kenichi Handa <handa@m17n.org>
14771 * international/characters.el: Setup cases of Latin, Greek, and
14772 Cyrillic characters in CJK charsets.
14774 2006-03-29 Daiki Ueno <ueno@unixuser.org>
14776 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14777 default-enable-multibyte-characters. This reverts the change from
14778 revision 6.17 which is no longer necessary because the passphrase
14779 is sent separately now. GnuPG messages are unreadable under
14780 multibyte locales with default-enable-multibyte-characters set to nil.
14782 2006-04-04 Andreas Schwab <schwab@suse.de>
14784 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
14785 and `byte-compile-warnings' as `safe-local-variable'.
14787 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
14789 * man.el (Man-mode-map): Restore the \r binding.
14790 (Man-abstract-xref-man-page): If Man-target-string is a function,
14792 (Man-highlight-references): Use Man-default-man-entry to get the
14793 target. Deal with xrefs too.
14794 (Man-highlight-references0): Don't call the target function.
14796 * woman.el (WoMan-xref-man-page): Strip the section number, woman
14797 cannot deal with it.
14799 2006-04-04 Daiki Ueno <ueno@unixuser.org>
14801 * pgg-gpg.el: Clean up process buffers every time gpg processes
14804 2006-04-04 Kenichi Handa <handa@m17n.org>
14806 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
14808 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
14809 Temporarily bind inhibit-field-text-motion to t.
14811 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14813 * startup.el (normal-splash-screen): Only set mode-line-format in the
14814 splash buffer, so as not to interfere when debugging the code.
14815 Ignore errors when switching buffer.
14817 2006-04-03 Romain Francoise <romain@orebokech.com>
14819 * dired.el (dired-dnd-protocol-alist): Fix typo.
14821 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
14823 * savehist.el (savehist): Add :version.
14824 (savehist-ignored-variables): New variable.
14825 (savehist-minibuffer-hook): Don't save variables listed in
14826 `savehist-ignored-variables'.
14828 * dired.el (dired-dnd-protocol-alist): Mention that change does
14829 only apply to new buffers in doc string.
14831 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14833 * recentf.el (recentf-open-files-item): Include newline in button
14834 field, so opening a file will work, when the point is at the end
14835 of the file name. Allow, for example, to [i]search a file by
14836 extension and just push RET to open it.
14838 2006-04-03 Daiki Ueno <ueno@unixuser.org>
14840 * pgg-gpg.el (pgg-gpg-process-filter)
14841 (pgg-gpg-wait-for-completion): Check if buffer is alive.
14843 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14844 lines, temporary fix.
14846 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14848 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
14850 2006-04-02 Richard Stallman <rms@gnu.org>
14852 * progmodes/compile.el (compilation-message-face): Make it defcustom.
14854 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14856 * ibuf-macs.el (define-ibuffer-column): Add a new key:
14859 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
14860 (ibuffer-mode-header-map): New keymaps.
14861 (ibuffer-update-title-and-summary): Enable mouse face highlighting
14862 and keybindings for column headers.
14863 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
14866 2006-04-02 Drew Adams <drew.adams@oracle.com>
14868 * speedbar.el (speedbar-after-create-hook): Doc fix.
14870 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
14872 * shell.el (shell-directory-tracker)
14873 (shell-dynamic-complete-command): Doc fixes.
14875 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
14877 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
14880 2006-04-01 Kim F. Storm <storm@cua.dk>
14882 * ido.el (ido-unc-hosts-cache): New defvar.
14883 (ido-unc-hosts): If value of defcustom is a function, call it to
14884 get list of UNC hosts. Add function-item choices to specify
14885 ido-unc-hosts-net-view or user function.
14886 (ido-ignore-unc-host-regexps): New defcustom.
14887 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
14888 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
14889 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
14891 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14893 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
14896 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
14898 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
14899 (ido-max-work-file-list, ido-switch-buffer)
14900 (ido-read-file-name-as-directory-commands):
14901 Fix typos in docstrings.
14903 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14905 * term/mac-win.el (mac-system-coding-system): Define and use after
14906 Mac-specific coding systems are ready.
14908 2006-03-27 Romain Francoise <romain@orebokech.com>
14910 * net/rcirc.el (rcirc-connect): Add autoload cookie.
14912 * ldefs-boot.el: Update.
14914 2006-03-27 Daiki Ueno <ueno@unixuser.org>
14916 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14917 passphrases when it is not needed.
14918 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14919 passphrase stuff from gpg, should only be necessary when you use
14920 gpg with a smartcard.
14922 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
14924 * comint.el (comint-dynamic-list-completions): Allow user to
14925 select *Completions* buffer.
14927 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
14929 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
14931 2006-03-26 Andreas Schwab <schwab@suse.de>
14933 * progmodes/gud.el (gdb): Only complain about multiple debugging
14934 when the gdb process is still running.
14936 2006-03-25 Eli Zaretskii <eliz@gnu.org>
14938 * mail/rmail.el (tool-bar-map): Defvar it.
14939 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
14940 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
14942 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
14944 * help.el (print-help-return-message): Suggest to use
14945 display-buffer instead of switch-to-buffer-other-window to restore
14946 the previous window without selecting it.
14948 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14950 * frame.el (select-frame-by-name): Call x-focus-frame also when
14951 window-system is mac.
14953 * term/mac-win.el: Adjust Courier font specifications in
14954 x-fixed-font-alist.
14955 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
14956 when directly encoding to UTF-16 in native byte order, no BOM.
14958 2006-03-25 Kim F. Storm <storm@cua.dk>
14960 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
14961 (cua--init-keymaps): Use it instead of fixed C-return.
14962 (cua-mode): Set after it.
14964 * emulation/cua-rect.el (cua--init-rectangles):
14965 Use cua-rectangle-mark-key instead of fixed C-return.
14967 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
14969 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
14971 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
14973 2006-03-24 Romain Francoise <romain@orebokech.com>
14975 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
14976 `display-buffer-other-frame'.
14978 2006-03-24 Kim F. Storm <storm@cua.dk>
14980 * apropos.el (apropos-synonyms): Add selection => region.
14982 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14984 * progmodes/gdb-ui.el (gdb-var-create-regexp)
14985 (gdb-var-list-children-regexp, gdb-var-update-regexp)
14986 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
14987 (gdb-data-list-register-values-regexp)
14988 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
14989 Future proof against new fields being added to MI output.
14990 (gdb-send): Don't treat backslashes for program input as
14992 (gdb-assembler-handler): Don't use window-start for this handler.
14993 (gdb-frame-handler): Don't change to hollow arrow if overlay
14994 arrow doesn't move to new frame.
14996 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14998 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
14999 prevent compiler warnings.
15000 (gdb-stopped): Check for gud-last-last-frame (case: signal).
15001 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
15002 (gdb-assembler-custom): Use hollow-right-triangle for assembler
15005 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
15007 * pgg-gpg.el (pgg-gpg-update-agent): Check for
15008 make-network-process, so we can use the same code in Gnus v5-10
15009 too and have this file fully synchronized with that release.
15011 2006-03-23 Romain Francoise <romain@orebokech.com>
15013 * ibuf-ext.el (ibuffer-read-filter-group-name):
15014 Use `ibuffer-generate-filter-groups' to make completion list match
15015 the filter groups that are really displayed in the Ibuffer buffer.
15016 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
15018 2006-03-23 Kenichi Handa <handa@m17n.org>
15020 * international/mule-cmds.el (sort-coding-systems): Describe that
15021 the argument is modified in docstring.
15023 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
15025 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
15026 (pgg-gpg-update-agent): New function.
15027 (pgg-gpg-use-agent-p): New function.
15028 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
15029 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15030 (pgg-gpg-sign-region): Use it.
15032 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
15034 * cus-edit.el (custom-face-set): Call custom-push-theme before
15035 face-spec set so that `changed' theme is correctly saved.
15036 (custom-face-reset-standard): Reset to recalculated face rather
15039 * custom.el (custom-push-theme): Only save `changed' theme if the
15040 current face does not match the defface specs.
15042 2006-03-21 Simon Josefsson <jas@extundo.com>
15044 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
15045 <wilde@sha-bang.de>.
15046 (pgg-gpg-use-agent): New variable.
15047 (pgg-gpg-process-region): Use it.
15048 (pgg-gpg-encrypt-region): Likewise.
15049 (pgg-gpg-encrypt-symmetric-region): Likewise.
15050 (pgg-gpg-decrypt-region): Likewise.
15051 (pgg-gpg-sign-region): Likewise.
15052 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
15054 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
15056 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
15059 2006-03-21 Kim F. Storm <storm@cua.dk>
15061 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
15062 fringe-indicator-alist instead of modifying global value.
15063 (gdb-frame-handler): Likewise.
15065 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
15067 * diff-mode.el (diff-function): Make it inherit from diff-header
15068 instead of diff-context.
15070 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
15072 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
15073 change names in macro above for consistency.
15074 (gdb-frame-handler): Use hollow-right-triangle for all selected
15075 frames which except the innermost (where execution has stopped).
15076 (gdb-reset): Reset buffer-local values of overlay-arrow.
15078 2006-03-20 Richard Stallman <rms@gnu.org>
15080 * simple.el (set-mark-command): Doc fix.
15082 * files.el (display-buffer-other-frame): New command.
15083 (ctl-x-4-map): Bind C-x 5 C-o to it.
15085 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15087 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
15088 rather than just defer-time, in case defer-time has been changed but
15089 the timer isn't running yet.
15090 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
15092 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
15094 * help-mode.el (help-follow-symbol): New function.
15095 Essentially identical to the old `help-follow', but do not let
15096 `push-button' do the work when on an xref.
15097 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
15099 2006-03-19 Richard Stallman <rms@gnu.org>
15101 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
15102 preceded by the word `program'.
15103 (help-follow-mouse, help-follow): Throw error if not on xref.
15104 Delete no longer used args.
15106 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
15108 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
15109 annotation ensure gud-overlay-arrow-position is redisplayed.
15111 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15113 * textmodes/bibtex.el (bibtex-include-OPTkey)
15114 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
15115 (bibtex-autokey-name-case-convert)
15116 (bibtex-autokey-titleword-case-convert): Make these the aliases
15117 for the following two variables.
15118 (bibtex-autokey-name-case-convert-function)
15119 (bibtex-autokey-titleword-case-convert-function): Make these the
15121 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
15122 bibtex-font-lock-crossref sublists.
15123 (bibtex-mode): Revert 2005-12-30 change (which made
15124 completion-ignore-case buffer-local).
15125 (bibtex-url): Simplify.
15127 2006-03-19 Kim F. Storm <storm@cua.dk>
15129 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
15130 cursor property value to 2 (to align with C level change).
15132 2006-03-19 Bill Wohler <wohler@newt.com>
15134 * image.el (image-load-path-for-library): Shorten first line in
15137 2006-03-18 Richard Stallman <rms@gnu.org>
15139 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
15141 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
15143 * isearch.el (isearch-other-meta-char): Handle user bindings for
15144 shifted control characters.
15146 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
15148 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
15149 part that matches email addresses, file names, etc.
15151 2006-03-18 Eli Zaretskii <eliz@gnu.org>
15153 * term/w32-win.el (mouse-set-font):
15154 Mention w32-list-proportional-fonts in the doc string.
15156 2006-03-18 Kim F. Storm <storm@cua.dk>
15158 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
15159 (ido-unc-hosts): New user option to explicitly define list of know
15160 UNC-style hosts for completion.
15161 (ido-cache-unc-host-shares-time): New user option.
15162 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
15163 New helper functions for UNC file-name support.
15164 (ido-may-cache-directory): Check for UNC host. Simplify.
15165 (ido-wash-history): Clean out old UNC hosts.
15166 (ido-nonreadable-directory-p): UNC hosts are always readable.
15167 (ido-directory-too-big-p): UNC hosts are never too big.
15168 (ido-set-current-directory): Handle UNC root path.
15169 (ido-file-name-all-completions): Complete UNC host names from
15170 ido-unc-hosts list. Cache UNC host shares.
15171 (ido-make-file-list-1): Don't filter UNC root.
15172 (ido-exhibit): Check for // in root directory, and switch to UNC
15173 mode by setting ido-current-directory to //.
15175 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
15177 * cus-edit.el (customize-changed-options): Mention explicit
15178 version number as default in prompt.
15180 2006-03-17 Bill Wohler <wohler@newt.com>
15182 * image.el (image-load-path-for-library): Minor docstring fix.
15184 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
15186 * textmodes/org.el (org-read-date): Include subgroup 5 into
15188 (org-popup-calendar-for-date-prompt): Fix customization type.
15190 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
15192 * progmodes/gdb-ui.el (gud-watch): Provide completion.
15193 (gdb-continuation): New variable.
15194 (gdb-send): Deal with continuation lines.
15196 * progmodes/gud.el (gud-gdb-complete-command)
15197 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
15199 (gud-tooltip-mode): Use buffer-local value.
15201 2006-03-16 Kim F. Storm <storm@cua.dk>
15203 * ido.el (ido-edit-input): Use selected match, if any.
15205 2006-03-16 Bill Wohler <wohler@newt.com>
15207 * image.el (image-load-path-for-library): Prefer user's images in
15210 2006-03-16 Martin Rudalics <rudalics@gmx.at>
15212 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
15213 when checking for attempt to drag leftmost or rightmost scrollbar.
15215 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
15217 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
15218 (gdb-force-mode-line-update): New function.
15219 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
15220 (gdb-exited): Use them.
15221 (gdb-signal): New function.
15222 (gdb-annotation-rules): Provide a rule for it.
15224 2006-03-16 Kenichi Handa <handa@m17n.org>
15226 * international/mule.el (auto-coding-regexp-alist): Add entries
15229 * sort.el (sort-build-lists): Temporarily bind
15230 inhibit-field-text-motion to t.
15232 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
15234 * locate.el (locate-command, locate-make-command-line)
15235 (locate-fcodes-file, locate-update-command)
15236 (locate-prompt-for-command, locate, locate-with-filter)
15237 (locate-get-file-positions): Doc fixes.
15238 (locate-buffer-name, locate-header-face): Remove leading `*' in
15240 (locate-filter-output): Use `keep-lines' instead of its alias
15241 `delete-non-matching-lines'.
15242 (locate-get-filename, locate-get-dirname): Add introductory comment.
15243 (locate-find-directory-other-window): Give appropriate error
15244 message if used outside main listing.
15246 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15248 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
15249 the new extend-region feature.
15250 (font-lock-after-change-function): Update correspondingly.
15251 * jit-lock.el (jit-lock-after-change): Update correspondingly.
15252 * progmodes/grep.el (font-lock-lines-before): Don't disable.
15254 2006-03-15 Bill Wohler <wohler@newt.com>
15256 * image.el (image-load-path-for-library): Fix example by not
15257 recommending that one binds image-load-path. Just defvar it to
15258 placate compiler and only use it if previously defined.
15260 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
15262 * textmodes/org.el (org-insert-centered): Use `string-width' to
15263 make underlining work for wide characters.
15264 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
15265 TAB to `org-cycle', to make sure that no binding in
15266 `outline-mode-map' can supercede it.
15268 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
15270 * allout.el: Increment version to 2.2.1 in file commentary.
15272 (allout-version): Increment to 2.2.1.
15274 (allout-default-layout): New customization variable, used when the
15275 file lacks a specific allout-layout. Uses allout-layout-type for
15276 recursively nested definition.
15278 (allout-layout-type): Widget defining allout layouts, necessary for
15279 self-recursive definition.
15281 (allout-mode): Incorporate allout-default-layout as fallback for
15284 (allout-layout): Mark as 'safe-local-variable', and refer mention
15285 fallback to `allout-default-layout' in absence of a specified value.
15286 (allout-passphrase-verifier-string)
15287 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
15289 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
15291 (allout-get-encryption-passphrase-verifier): Use correct name of
15292 passphrase verifier in docstring.
15294 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
15296 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
15298 (gdb-find-watch-expression): Make it work for arrays too.
15299 Follow change to gdb-var-list.
15300 (gud-watch): Allow the user to enter variable name with a prexix
15301 arg. Create keybindings.
15302 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15303 (gdb-var-list-children-handler, gdb-var-update-handler)
15304 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
15305 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
15306 Follow change to gdb-var-list.
15307 (gdb-starting): Don't show the overlay arrows when program is running.
15309 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
15312 2006-03-14 Bill Wohler <wohler@newt.com>
15314 * image.el (image-load-path-for-library): Pass value of path
15315 rather than symbol. Always return list of directories.
15316 Guarantee that image directory comes first.
15318 2006-03-14 Alan Mackenzie <acm@muc.de>
15320 * font-core.el (font-lock-extend-region\(-function\)?.):
15321 New function/variable.
15323 * font-lock.el (font-lock-after-change-function):
15324 Call font-lock-extend-region. Obey font-lock-lines-before.
15325 (font-lock-default-fontify-region): Remove reference to
15326 font-lock-lines-before.
15328 * jit-lock.el (jit-lock-after-change):
15329 Call font-lock-extend-region. Obey font-lock-lines-before.
15331 2006-03-14 David Ponce <david@dponce.com>
15333 * tree-widget.el (tree-widget-themes-load-path)
15334 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15336 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
15338 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
15339 (rcirc-print): Mark the start of text at the end of the prompt.
15340 (rcirc-track-minor-mode): Add autoload cookie.
15341 (rcirc-update-activity-string): Add space to front of mode-line
15344 2006-03-13 Miles Bader <miles@gnu.org>
15346 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
15347 (rcirc-abbrev-nick): Remove function.
15348 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
15350 2006-03-13 David Ponce <david@dponce.com>
15352 * tree-widget.el: Handle themes across all occurrences of the main
15353 themes sub-directory found in tree-widget-themes-load-path.
15354 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
15355 (tree-widget--locate-sub-directory): Return all occurrences.
15356 (tree-widget-themes-path): New function.
15357 Replace tree-widget-themes-directory, and return a list of directories.
15358 (tree-widget-set-parent-theme)
15359 (tree-widget-lookup-image): Use it.
15361 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
15363 * textmodes/org.el (org-link-search): Avoid self-matching of
15364 links, allow target text to be distributed over several lines.
15365 (org-search-not-link): New function.
15366 (org-set-regexps-and-options, org-get-current-options):
15367 New startup options.
15368 (org-export-as-html): Take odd-level setting from local variable.
15369 (org-fontify-emphasized-text): New option.
15370 (org-set-font-lock-defaults): Include emphasized text.
15371 (org-follow-mhe-link): Allow folder-only links, fix folder name.
15372 (org-font-lock): Customize group renamed from `org-faces'.
15374 2006-03-13 John Paul Wallington <jpw@pobox.com>
15376 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
15377 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
15379 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
15381 * cus-start.el (all): Delete :version keyword for members of the
15382 fringe group, since the entire group is new in 22.1.
15384 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
15386 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
15387 map if value is hexadecimal (an address).
15388 (gud-watch): Only search roots for existing watch expressions.
15389 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
15390 prevent caching problems with speedbar-update-directory-contents.
15392 2006-03-12 Juri Linkov <juri@jurta.org>
15394 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
15395 before comparing with `low' and `warn'.
15397 * info.el (Info-dir-remove-duplicates): Move point to the
15398 beginning of the current line after deleting the entries from
15399 redundant heading. Use marker for `limit' and compare it with
15400 point before calling `re-search-forward'.
15402 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
15404 * simple.el (yank): Fix typo in docstring.
15406 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
15408 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
15409 messages, where "D" is the 6th character.
15411 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15413 * simple.el (yank): Fix last change.
15415 2006-03-11 David Ponce <david@dponce.com>
15417 * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
15418 before merging elements from the standard ispell-dictionary-alist.
15419 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
15420 alist, and return the new alist.
15422 2006-03-11 Richard Stallman <rms@gnu.org>
15424 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
15426 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
15427 the way it is implemented is too unclean.
15429 * simple.el (kill-region, yank): Doc fix.
15431 * battery.el (battery-echo-area-format): Doc fix.
15432 (battery-mode-line-format): Likewise.
15433 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
15434 (battery-linux-proc-acpi): Ignore batteries that say "charged".
15436 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
15438 * progmodes/octave-mod.el (octave-indent-for-comment):
15439 Behave according to do string.
15441 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
15443 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
15444 Be visible only if major mode is Mail Mode.
15446 * textmodes/flyspell.el (flyspell-external-point-words)
15447 (flyspell-process-localwords): Fix last changes.
15449 2006-03-11 Eli Zaretskii <eliz@gnu.org>
15451 * calendar/holidays.el (list-holidays): Doc fix.
15453 * international/mule.el (auto-coding-alist): Add .odt
15454 (OpenOffice's open document) files.
15456 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
15457 document) files. Mention in the doc string the need to sync with
15460 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
15462 * files.el (hack-local-variables-confirm): Don't prompt for ! if
15463 enable-local-variables is set to always query, or there is no
15466 2006-03-10 Bill Wohler <wohler@newt.com>
15468 * image.el (image-load-path-for-library): Merge at least three
15469 functions from Gnus and MH-E into this one function that can now
15472 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
15474 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
15475 gdb-remove-mouse-face and remove help-echo too.
15476 (gdb-enqueue-input): Correct conditional clause.
15478 2006-03-10 Glenn Morris <rgm@gnu.org>
15480 * calendar/calendar.el (calendar-holidays): Doc fix.
15481 * calendar/holidays.el (list-holidays): Doc fix.
15483 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
15485 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
15486 it gets called in gdb-prompt anyway.
15487 (gdb-use-separate-io-buffer): Only restore window arrangement for
15489 (gdb-enqueue-input): Make it harder to send GDB input when program
15491 (gdb-buffer-list): New variable.
15492 (gdb-remove-mouse-face): New function.
15493 (gdb-starting): Use it when GDB input won't get sent.
15495 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
15497 * help.el (view-lossage): Remove trailing whitespace before
15500 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
15502 * files.el (hack-local-variables-confirm):
15503 Set coding-system-for-read to nil before writing to .emacs.
15505 * arc-mode.el (archive-extract): Check if an existing buffer name
15506 comes from a different archive.
15508 * help.el (describe-key-briefly): If KEY is a down event, read and
15509 discard the up event.
15511 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
15513 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
15514 be edited and use font-lock-warning-face for any changes.
15516 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
15517 (gdb-edit-value): Use it to report any errors.
15519 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
15521 * help.el (describe-key): Remove leftover test code.
15523 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
15525 * textmodes/org.el: Move defvars out of eval-when-compile.
15526 Use buffer-file-name variable.
15527 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
15529 (org-level-faces): Remove startup dependency.
15530 (org-cycle, org-map-tree, org-scan-tags)
15531 (org-remember-handler): Don't call `outline-level' directly.
15532 (org-mhe-search-all-folders): New option.
15533 (org-mhe-get-message-folder-from-index)
15534 (org-mhe-get-message-folder): Fix indexing search.
15535 (org-format-agenda-item): Handle nil TAGS argument.
15536 (org-cleaned-string-for-export, org-activate-target-links)
15537 (org-make-target-link-regexp): Deal with empty radio target list.
15538 (org-tag): New face.
15539 (org-get-level-face): New function.
15540 (org-set-font-lock-defaults): Simplify setup for headlines.
15541 (org-complete): Pass common substring to `display-completion-list'.
15543 2006-03-06 David Ponce <david@dponce.com>
15545 * tree-widget.el: Update Commentary header.
15546 (tree-widget-theme-name): Ignore parent themes.
15547 (tree-widget-set-parent-theme): New function.
15548 (tree-widget-set-theme): Use it.
15549 (tree-widget-set-image-properties): Move definition. Does nothing
15550 if image properties have already been set.
15551 (tree-widget-image-properties): Move definition. Receive an image
15552 name. Set the :pointer property.
15553 (tree-widget-lookup-image): Doc fix. Search in parent themes.
15554 Don't set the :pointer image property.
15555 (tree-widget-convert-widget): New function. Handle :dynargs
15556 compatibility here.
15557 (tree-widget): Use it to :convert-widget. Add the :expander-p
15558 predicate to control when the :expander function is entered.
15559 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
15560 (tree-widget-value-create): Handle :expander-p. widget-apply
15562 (tree-widget-expander-p): New function. Default value of the
15563 :expander-p property.
15565 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
15567 * help.el (describe-key): Properly handle the return value of
15568 read-key-sequence when grabbing an up-event. Cleanup mouse-1
15569 remaps. Handle string and vector `follow-link' values.
15571 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
15573 * complete.el (PC-expand-many-files): Try be more careful when parsing
15574 the shell's output.
15576 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
15578 * outline.el (hide-sublevels): Provide better interactive default.
15580 2006-03-06 Kenichi Handa <handa@m17n.org>
15582 * international/fontset.el (create-fontset-from-fontset-spec):
15583 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
15585 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
15587 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
15588 backslashes instead of one in regexp.
15589 (gud-tooltip-dereference): Add missing optional argument.
15591 2006-03-04 John Paul Wallington <jpw@pobox.com>
15593 * wdired.el (toplevel): Require `cl' at compile-time.
15595 2006-03-04 Andreas Schwab <schwab@suse.de>
15597 * server.el (server-process-filter): Handle errors during
15598 evaluation of the argument.
15600 2006-03-03 John Paul Wallington <jpw@pobox.com>
15602 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
15603 escape parentheses at beginning of line.
15604 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
15605 (t-mouse-mode): Remove period from end of error message.
15607 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
15609 * textmodes/flyspell.el (flyspell-process-localwords):
15612 2006-03-03 Martin Rudalics <rudalics@gmx.at>
15614 * cus-edit.el (custom-quote): Remove function, since it has been
15615 moved to custom.el.
15617 * font-lock.el (lisp-font-lock-keywords-2)
15618 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
15619 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
15620 they have no special meaning.
15622 * midnight.el (clean-buffer-list): Handle case where base-buffer of
15623 indirect buffer gets killed before indirect buffer. Use dolist.
15625 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15627 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
15628 value instead of a literal constant (1) on more pauses.
15630 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
15632 * textmodes/flyspell.el (flyspell-external-point-words):
15635 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
15637 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
15640 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15642 * allout.el: Restablish intermediate missing comment header to
15643 preserve outline structure.
15644 (allout-beginning-of-current-entry): Skip invisible text.
15645 (allout-open-topic): Fix opening a topic at end-of-buffer.
15646 (allout-minor-mode): Move nearer to allout-mode function.
15648 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
15650 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
15652 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
15654 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
15657 * progmodes/gud.el (gud-speedbar-menu-items):
15658 Use buffer-local-value and add missing :visible keyword.
15660 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
15662 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
15664 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
15665 must be `follow-link'.
15667 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
15669 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
15670 formatting: No nested anchors.
15671 (org-all-targets): Fix bug with XEmacs compatibility.
15672 (org-read-date): Add (require 'parse-time).
15673 (org-set-tags): Fix bug with extra inserted space.
15674 (org-export-html-style): Define a style class for targets.
15675 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
15676 (org-hide-leading-stars): New option.
15677 (org-hide): New face.
15678 (org-set-font-lock-defaults): Allow to hide leading stars.
15679 (org-get-legal-level, org-tr-level): New functions.
15680 (org-odd-levels-only): New option.
15681 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
15682 (org-demote, org-promote): Deal with double-star levels.
15683 (org-convert-to-odd-levels): New command.
15685 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
15687 * speedbar.el (speedbar-update-localized-contents): Try to
15688 preserve window-start.
15689 (speedbar-update-directory-contents): Try to preserve window-start
15691 (speedbar-update-special-contents): Don't move back to start of window.
15693 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
15694 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
15696 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
15697 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
15698 instead of gdb-speedbar-timer-fn.
15700 2006-02-28 Jay Belanger <belanger@truman.edu>
15702 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
15703 (math-compose-expr): Use latex option when calling
15704 `math-compose-tex-matrix' for latex mode.
15706 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
15708 * speedbar.el: Re-instate comments about developing for speedbar
15709 [this is what info and gdb-ui use even if better methods exist now].
15711 * t-mouse.el: New file.
15712 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
15713 (t-mouse-lispy-buffer-posn-from-coords): Remove.
15714 (t-mouse-make-event-element): Use posn-at-x-y instead.
15715 (t-mouse-make-event): Deal with Fedora Core 3.
15716 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
15717 (t-mouse-mouse-position-function): New function. Use it instead
15718 of advising mouse-position.
15719 (t-mouse-mode): New minor mode.
15720 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
15722 2006-02-27 Glenn Morris <rgm@gnu.org>
15724 * calendar/calendar.el (calendar-holidays): Doc fix.
15726 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
15728 * progmodes/gdb-ui.el (gdb-source-window): New variable.
15729 Re-introduce the concept of a source window.
15730 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
15731 consistency with get-buffer-create.
15732 (def-gdb-auto-update-handler, gdb-info-locals-handler)
15733 (gdb-data-list-register-values-handler)
15734 (gdb-stack-list-locals-handler): Try to preserve window-start as
15735 well as window-point.
15736 (gdb-display-source-buffer): New function (old concept).
15737 (gdb-goto-breakpoint): Use it.
15739 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
15740 for gdb-ui/gdb-mi (old concept).
15742 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
15744 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
15747 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
15749 * textmodes/reftex-sel.el (reftex-select-label-map)
15750 (reftex-select-bib-map): Add `follow-mouse' binding.
15752 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
15754 * jka-cmpr-hook.el (jka-compr-compression-info-list)
15755 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
15756 Give :set functions to provide automatic updating.
15757 Update docstring. Give compiler defvars early in the file
15758 and move the defcustoms to a later spot where all called functions
15760 (jka-compr-file-name-handler-entry): Doc fix.
15761 (jka-compr-compression-info-list--internal)
15762 (jka-compr-mode-alist-additions--internal)
15763 (jka-compr-load-suffixes--internal): New variables.
15764 (jka-compr-install): Set the three above variables.
15765 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15766 (jka-compr-update, jka-compr-set): New functions.
15767 (auto-compression-mode): Doc fix.
15769 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
15770 Update `load-file-rep-suffixes' instead of `load-suffixes'.
15771 Use jka-compr-compression-info-list--internal,
15772 jka-compr-mode-alist-additions--internal and
15773 jka-compr-load-suffixes--internal.
15775 * files.el (load-library):
15776 * loadhist.el (file-loadhist-lookup):
15777 * startup.el (command-line):
15778 * subr.el (locate-library):
15779 * emacs-lisp/autoload.el (update-directory-autoloads):
15780 * emacs-lisp/find-func.el (find-library-suffixes):
15781 Use `get-load-suffixes' instead of `load-suffixes'.
15783 * subr.el (locate-library):
15784 * emacs-lisp/find-func.el (find-library-name):
15785 Use `load-file-rep-suffixes' instead of '("").
15787 2006-02-26 Kim F. Storm <storm@cua.dk>
15789 * ido.el (ido-save-history, ido-load-history): Simplify.
15790 Don't use find-file-noselect to avoid interference from other modes.
15792 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
15794 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
15795 to use the default shell if filename is not available.
15796 Reported by Giorgos Keramidas.
15798 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
15800 * progmodes/etags.el (tags-completion-table): Do completion from
15801 all the tables in the current list, as documented in the manual.
15803 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15805 * CC Mode Update to 5.31.3.
15807 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15809 * progmodes/cc-mode.el (c-postprocess-file-styles):
15810 Bind inhibit-read-only to t, around the call to
15811 c-remove-any-local-eval-or-mode-variables, so that it works on a
15814 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15816 * progmodes/cc-awk.el: Correct a typo.
15818 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15820 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
15821 c-hungry-delete-backwards, at the request of RMS. Leave the old
15824 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15826 * progmodes/cc-mode.el: Correct a typo.
15828 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15830 * progmodes/cc-defs.el: Update the version number to 5.31.3.
15832 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15834 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
15835 brace-else-brace (error due to mbeg, mend being undefined).
15837 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15839 * progmodes/cc-mode.el: File Local variables: Solve the problem
15840 where both `mode' and c-file-offsets are specified: `mode' will
15841 overwrite c-f-o's settings:
15842 (c-remove-any-local-eval-or-mode-variables): New function.
15843 (c-postprocess-file-styles): Call the above new function, within
15844 c-tentative-buffer-change, to splat `mode' and `eval' before the
15845 second hack-local-variables.
15847 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15849 * progmodes/cc-mode.el:
15850 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
15851 (c-after-change): Protect the match data with save-match-data.
15852 It was getting corrupted by c-after-change-check-<>-operators.
15854 * progmodes/cc-defs.el: [Supersedes patch V1.38]:
15855 (top level): Check for a buggy font-lock-compile-keywords ONLY in
15856 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
15858 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
15859 with save-match-data. It was being corrupted when Font Lock was
15862 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
15864 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
15865 Mode and Subword Mode.
15867 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
15868 real labels ("case 1:" or "foo:") from non-labels ("public:").
15869 (c-forward-objc-directive): Replace c-forward-token-2 with crude
15870 coding; c-f-t-2 doesn't move over a token at EOB.
15872 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
15874 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
15875 (c-update-modeline): Concatenate the minor mode indicators
15876 directly onto mode-name, removing c-submode-indicators.
15877 Sometimes, c-s-i got separated from the mode name on the mode line.
15879 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
15880 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
15882 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15884 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
15885 error message when there's an evaluation error to show whether
15886 it's loaded from source or not.
15887 (c-filter-ops): Make it available at runtime too to work when
15888 `c-make-init-lang-vars-fun' needs to evaluate from source.
15890 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
15892 * help.el (help): Revert last part of 2006-02-23 change (deletion
15893 of the `provide' call).
15895 2006-02-23 Juri Linkov <juri@jurta.org>
15897 * compare-w.el (compare-windows-highlight): Add new value
15898 `persistent' and change :type from `boolean' to `choice'.
15899 (compare-windows-overlays1, compare-windows-overlays2):
15900 New internal variables.
15901 (compare-windows-highlight): If compare-windows-highlight is
15902 `persistent', add current overlays to compare-windows-overlays[12]
15903 instead of adding compare-windows-dehighlight to pre-command-hook.
15904 (compare-windows-dehighlight): Delete all overlays from
15905 compare-windows-overlays[12].
15907 * info.el (Info-search): Don't bind search-spaces-regexp to
15908 Info-search-whitespace-regexp in non-regexp isearch mode.
15910 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15912 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
15914 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
15916 * textmodes/org.el (org-xemacs-p)
15917 (org-export-html-show-new-buffer, org-table-may-need-update)
15918 (org-insert-item, org-mhe-get-message-real-folder)
15919 (org-mhe-get-message-folder-from-index)
15920 (org-mhe-get-message-folder, org-mhe-get-message-num)
15921 (org-mhe-get-header, org-make-org-heading-search-string)
15922 (org-make-org-heading-camel, org-table-sort-lines)
15923 (org-format-org-table-html, org-format-table-table-html):
15924 Fix typos in docstrings.
15926 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
15928 * textmodes/org.el (org-cleaned-string-for-export)
15929 (org-solidify-link-text): New function.
15930 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
15931 XEmacs, just to silence the compiler.
15932 (org-export-as-ascii, org-export-as-html-and-open):
15933 Use `org-cleaned-string-for-export' and create internal links.
15934 (org-follow-mhe-link): Require mh-e, use folder.
15936 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15938 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
15940 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
15941 gdb-debug-log-length.
15942 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
15943 it a real ring but...
15944 (gud-gdba-marker-filter): ...make it work like mark-ring.
15945 (gdb-enable-debug): Rename from gdb-enable-debug-log.
15946 (gdb-mouse-jump): New function. Add bindings.
15948 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15950 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
15951 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
15952 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
15953 (gdb-debug-log-length): Customize it's length.
15954 (gud-watch, gdb-var-create-handler): Display function::var format
15955 but don't use to create variable object.
15956 (gdb-var-create-handler): Use message-box in place of message.
15957 (gdb-stopped): Call gdb-exited if signalled.
15959 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
15961 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
15963 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
15965 * textmodes/reftex.el (reftex-locate-file): Search all extensions
15966 if `reftex-try-all-extensions' is set.
15968 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
15969 fail silently when there is no valid argument at point.
15970 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
15971 `fail-silently' argument. From a patch by David Reiter.
15973 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
15975 (org-mark-ring): New variable.
15976 (org-mark-ring-length): New option.
15977 (org-open-at-point, org-goto, org-open-file): Push old position
15978 onto the mark ring.
15979 (org-add-hook): New function.
15980 (org-export-table-remove-special-lines): New option.
15981 (org-skip-comments, org-format-org-table-html): Respect new
15982 option `org-export-table-remove-special-lines'.
15983 (org-open-file): Allow special command configuration for
15985 (org-file-apps): Fix bugs in customize type, added setting
15987 (org-activate-tags, org-format-agenda-item, org-complete)
15988 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
15989 (org-get-tags, org-get-buffer-tags, org-open-at-point)
15990 (org-link-search, org-make-org-heading-search-string)
15991 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
15992 (org-radio-targets, org-file-link-context-use-camel-case)
15993 (org-activate-camels): New options.
15994 (org-update-radio-target-regexp, org-all-targets)
15995 (org-make-target-link-regexp, org-activate-target-links):
15997 (org-make-org-heading-search-string): New function.
15998 (org-store-link, org-insert-link): Use new option
15999 `org-file-link-context-use-camel-case'.
16000 (org-activate-camels): Use new option `org-activate-camels'.
16001 (org-link-regexp): Add mhe prefix.
16002 (org-open-at-point, org-store-link): Support for mhe links.
16003 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
16004 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
16005 (org-mhe-get-header, org-follow-mhe-link): New functions.
16006 (org-remove-angle-brackets, org-add-angle-brackets):
16008 (org-bracket-link-regexp): New constant.
16009 (org-read-date): Fix bug that was rejecting all typed dates.
16010 (org-link-search): Make hierarchy above visible after a match.
16011 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
16012 (org-store-link): Fix bug with link creation when cursor is in
16014 (org-open-at-point): Fix bug with matching a link.
16015 Fixed buggy argument sequence in call to `org-view-tags'.
16016 (org-compile-prefix-format): Set `org-prefix-has-tag'.
16017 (org-prefix-has-tag): New variable.
16018 (org-format-agenda-item): Remove tags from headline
16020 (org-agenda-remove-tags-when-in-prefix): New option.
16022 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
16024 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
16025 Fix the regular expressions.
16027 2006-02-21 Richard M. Stallman <rms@gnu.org>
16029 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
16030 if there's no other specific basis.
16032 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
16033 as variables at all.
16034 (unsafep-variable): Rename arg; doc fix.
16036 * abbrevlist.el (list-one-abbrev-table): Add autoload.
16038 * calendar/appt.el (diary-selective-display): Add defvar.
16040 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
16042 * isearch.el (search-whitespace-regexp): Fix custom type.
16044 * help.el (describe-key-briefly): Compute interactive args
16045 in same was as before previous change.
16047 * files.el (enable-local-variables): Doc fix.
16049 2006-02-21 Kim F. Storm <storm@cua.dk>
16051 * fringe.el: Cleanup as file is now pre-loaded.
16052 (fringe-bitmaps): Initialize unconditionally.
16053 (fringe-mode, set-fringe-style): Remove autoload cookies.
16055 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
16057 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
16059 (fringe-cursor-alist): Use `horizontal-bar'.
16061 2006-02-20 Kim F. Storm <storm@cua.dk>
16063 * fringe.el (fringe-bitmaps): Update to new bitmap names.
16064 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
16066 * loadup.el: Load "fringe" on window systems.
16068 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
16070 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
16071 out of scope components.
16073 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
16076 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
16078 * custom.el (customize-mark-to-save, customize-mark-as-set):
16079 Load the symbol first.
16081 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
16083 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
16084 strech spec so it doesn't display as "^J" on the header line
16085 when `Buffer-menu-use-header-line' is t.
16087 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
16089 * speedbar.el (speedbar-make-button): Keep text properties
16090 of string arguments if desired.
16092 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
16095 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
16098 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
16100 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
16101 to value of `read-file-name-completion-ignore-case'.
16103 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
16105 * custom.el (customize-mark-as-set): Push to `user' theme.
16107 * cus-edit.el (custom-save-variables): Allow unthemed values.
16108 (customize-set-variable): Push setting to `user' theme.
16110 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
16112 * progmodes/gud.el: Don't require font-lock as it's now
16113 automatically loaded.
16114 (gud-speedbar-buttons): Replace gdb-var-changed with
16117 * progmodes/gdb-ui.el (gdb-force-update): Rename from
16119 (gdb-post-prompt): Use it.
16120 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
16121 (gdb-var-update-handler, gdb-var-delete)
16122 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
16123 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
16124 gdb-force-update in gdb-post-prompt.
16125 (gdb-reset): Clear watch expressions from speedbar when quitting.
16127 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
16129 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
16130 (viper-change-state-to-vi, viper-change-state-to-emacs):
16131 Make aware of cursor coloring in the Emacs state.
16132 (viper-special-read-and-insert-char): Use read-char-exclusive.
16133 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
16135 * emulation/viper-init.el (viper-emacs-state-cursor-color):
16138 * emulation/viper-util.el (viper-save-cursor-color)
16139 (viper-get-saved-cursor-color-in-replace-mode)
16140 (viper-get-saved-cursor-color-in-insert-mode)
16141 (viper-restore-cursor-color): Make aware of the cursor color
16143 (viper-get-saved-cursor-color-in-emacs-mode): New function.
16145 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
16146 (ediff-ignore-case-option3, ediff-actual-diff-options)
16147 (ediff-actual-diff3-options): New variables to control case sensitivity.
16148 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
16149 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
16150 (ediff-toggle-ignore-case): New function.
16151 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
16153 * ediff-help.el (ediff-long-help-message-narrow2)
16154 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
16155 (ediff-long-help-message-word-mode): Add ignore-case command.
16156 (ediff-help-for-quick-help): Add ignore-case command.
16158 * ediff-merg.el: Move provide to the end.
16160 * ediff-ptch.el: Move provide to the end.
16162 * ediff-wind.el: Move provide to the end.
16164 * ediff-mult.el: Move provide to the end.
16165 (ediff-set-meta-overlay): Enable follow-link.
16167 * ediff.el: Move provide to the end.
16168 Break recursive load cycle in eval-when-compile.
16169 (ediff-patch-buffer): Better heuristics.
16171 * ediff-util.el: Move provide to the end.
16172 Break recursive load cycle in eval-when-compile.
16173 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
16175 (ediff-submit-report): Pass the values of ediff-diff3-program,
16176 ediff-diff3-options.
16178 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
16180 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
16181 the opening bracket of the following bracketing pairs: {}, [], (), <>,
16182 `' (for example, in the docstring of `windmove-default-keybindings').
16184 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
16186 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
16187 shadow face. Don't provide binding to edit variable when it is
16190 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
16191 (gdb-var-update-handler): Detect out of scope variables with pre
16193 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
16194 Reset status of variable objects to nil in update handlers.
16195 (gdb-var-update-handler-1): Detect when a variable object comes
16196 in scope. setcar on var changes gdb-var-list directly.
16198 2006-02-17 Juri Linkov <juri@jurta.org>
16200 * ffap.el (ffap) <defface>: Add explicit face declaration.
16201 (ffap-highlight): Use face `ffap' directly instead of checking
16204 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
16205 `visible-ok' of `other-buffer' to find the right original buffer.
16207 * info.el (Info-search): Skip `Local Variables' node.
16209 2006-02-17 Juri Linkov <juri@jurta.org>
16211 * info.el (Info-find-file): Check for symbols `apropos', `history',
16212 `toc' in the input filename, and return these symbols as is.
16213 (Info-find-node-2): Set Info-current-file to symbols `apropos',
16214 `history', `toc' instead of strings.
16215 (Info-set-mode-line): For non-string Info-current-file use the
16216 symbol's name inside **.
16217 (Info-isearch-push-state): Add quote before Info-current-file and
16219 (Info-isearch-pop-state): Use `equal' instead of `string='.
16220 (Info-extract-pointer, Info-following-node-name): Use
16221 `match-string-no-properties' instead of `match-string'.
16222 (Info-up): Check `old-file' for `stringp'.
16223 (Info-history): Use `equal' instead of `string-equal'.
16224 Check `file' for `stringp'.
16225 (Info-history): Use symbol `history' instead of string as first arg
16226 of `Info-find-node'.
16227 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
16228 `toc' instead of string.
16229 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
16230 instead of `buffer-substring', and `match-string-no-properties'
16231 instead of `match-string'.
16232 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
16233 instead of strings.
16234 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
16235 Use symbol `apropos' instead of string.
16236 (Info-copy-current-node-name): Check `Info-current-file' for
16237 `stringp' and construct a command with `Info-find-node' from it.
16238 (Info-fontify-node): Use `match-string-no-properties' instead of
16239 `match-string' and check file names for `stringp'.
16240 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
16241 `history', `toc' instead of strings.
16243 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
16245 * files.el: Rearrange functions and variables in the file local
16248 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
16250 * files.el: Add truncate-lines, ispell-check-comments and
16251 ispell-local-dictionary as safe local variables.
16253 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
16255 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
16256 out of scope variables.
16257 (gud-speedbar-buttons): Use unless.
16259 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
16260 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
16261 (gdb-show-changed-values): Also use for out of scope variables.
16262 (gdb-var-update-handler-1): Note if variable goes out of scope.
16264 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
16266 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
16267 default to global variable values for unsupplied args.
16268 (rcirc-get-buffer-create): Fix bug with setting the target.
16269 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
16270 test for rcirc-always-use-server-buffer-flag here.
16271 (rcirc-response-formats): Add %N, which is a facified nick. %n
16272 uses the default face. Change the ACTION format string. If the
16273 "nick" is the server, don't print anything for that field.
16275 (rcirc-target-buffer): Don't test
16276 rcirc-always-use-server-buffer-flag here.
16277 (rcirc-print): Squeeze extra spaces out of the text before message.
16278 (rcirc-put-nick-channel): Strip potential "@" char from nick
16279 before adding them to nick table.
16280 (rcirc-url-regexp): Improve to match address like "foo.com".
16282 2006-02-17 Eli Zaretskii <eliz@gnu.org>
16284 * allout.el (allout-hidden-p): Move this defsubst before
16285 allout-overlay-interior-modification-handler, where it is first
16288 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
16290 * allout.el: Use allout invisible-text overlays instead of
16291 selective display for concealed text. Also, lots of general
16292 cleanup, and improved compatibility code.
16294 (allout-version): Incremented, corrected, revised, and refined
16297 (provide 'allout): Moved to the bottom, added a require of overlay.
16299 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
16301 (allout-write-file-hook-handler): Minimize delay.
16302 (count-trailing-whitespace-region): New function so
16303 auto-encryption of current topic can resituate cursor exactly.
16304 PGP/GPG encryption trims trailing whitespace from lines, which
16305 must be accounted for across encryption then decryption.
16307 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
16308 just plain "\C-c", to avoid intruding on user's keybinding space.
16310 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
16311 parameter, so user request to provide a new password is done.
16313 (allout-outside-normal-auto-fill-function, allout-auto-fill):
16314 Refined mechanism for auto-filling behavior while in allout mode.
16316 (allout-mode): Explicitly specify the mode map in the docstring.
16317 Clarify provision for various write-file hook var names.
16318 Adjusted for invisible-text overlays instead of selective-display.
16320 (allout-depth): Really return 0 if not within any topic. This
16321 rectifies `allout-beginning-of-level' and sequence numbering
16322 errors that occur when cutting and pasting numbered topics.
16323 Changed from a in-line subst to a regular function, as well.
16325 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
16327 (allout-end-of-subtree, allout-end-of-subtree)
16328 (allout-end-of-entry, allout-end-of-current-heading)
16329 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
16330 (allout-show-children, allout-show-to-offshoot)
16331 (allout-hide-current-entry, allout-show-current-entry): Rectified
16332 handling of trailing blank lines between items.
16334 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
16335 (allout-current-depth, allout-unprotected, allout-hidden-p)
16336 (allout-on-current-heading-p, allout-listify-exposed)
16337 (allout-chart-subtree, allout-goto-prefix)
16338 (allout-back-to-current-heading, allout-get-body-text)
16339 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
16340 (allout-hide-region-body, allout-toggle-subtree-encryption)
16341 (allout-encrypt-string, allout-encrypted-key-info)
16342 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
16343 (allout-file-vars-section-data): Adjusted for use with
16344 invisible-text overlays instead of selective-display.
16346 (allout-kill-line, allout-kill-topic, allout-yank-processing):
16347 Reworked for use with invisible text overlays.
16349 (allout-current-topic-collapsed-p): New function.
16351 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
16352 to know when to close the containing topic.
16354 (allout-pre-command-business, allout-post-command-business):
16355 Simplify undo-batching and dynamic isearch exposure.
16357 (allout-set-overlay-category): New for invisible-text overlays.
16358 Sets properties of allout-overlay-category, used by
16359 allout-flag-region to set invisible-text overlay properties.
16360 (allout-get-invisibility-overlay): Get the first qualifying
16361 invisibility overlay, so we can find the extent of it.
16362 (allout-back-to-visible-text): Get to just before the beginnining
16363 of the current invisibility overlay, if any.
16365 (allout-overlay-insert-in-front-handler)
16366 (allout-overlay-interior-modification-handler)
16367 (allout-before-change-handler, allout-isearch-end-handler): New
16368 functions to handle extraordinary actions affecting concealed
16371 (allout-flag-region): Use overlays instead of selective-display
16372 for invisible text - by inheritence from the properties of
16373 allout-overlay-category in mainline Emacs, and applied
16374 property-by-property in XEmacs, some recent versions of which
16375 don't inherit the properties from the category. Provisions to
16376 respond to concealed-text edits simplified drastically.
16378 (allout-isearch-rectification, allout-isearch-was-font-lock)
16379 (allout-isearch-expose, allout-enwrap-isearch)
16380 (allout-isearch-abort, allout-pre-was-isearching)
16381 (allout-isearch-prior-pos, allout-isearch-did-quit)
16382 (allout-isearch-dynamic-expose)
16383 (allout-hide-current-entry-completely): Functions deleted.
16385 (allout-undo-aggregation): Explicit undo aggregation no longer
16386 necessary due to transition away from selective-display.
16388 (set-allout-regexp, allout-up-current-level)
16389 (allout-next-visible-heading, allout-forward-current-level)
16390 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
16391 (allout-kill-line, allout-yank-processing, allout-show-children)
16392 (allout-expose-topic, allout-old-expose-topic)
16393 (allout-listify-exposed, allout-insert-latex-header)
16394 (allout-toggle-subtree-encryption, allout-encrypt-string)
16395 (remove-from-invisibility-spec, allout-hide-current-subtree):
16396 Ditched unused variables.
16398 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
16400 * textmodes/ispell.el (ispell-change-dictionary): Call
16401 ispell-buffer-local-dict instead of
16402 ispell-accept-buffer-local-defs.
16403 (ispell-local-dictionary-alist): Accept as valid any coding-system
16404 supported by Emacs.
16405 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
16406 changed to iso-8859-3.
16408 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
16410 * speedbar.el (speedbar-frame-width): Make an inline function
16411 instead of a macro. Use frame-width.
16412 (speedbar-try-completion, speedbar-update-contents)
16413 (speedbar-timer-fn): Use consp.
16414 (speedbar-update-localized-contents): Try to preserve point.
16416 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
16417 (menu): Re-order menu items.
16418 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
16420 (gdb-var-update-handler-1): Use it for GDB 6.4+.
16421 (gdb-post-prompt): Speed things by not forcing update.
16423 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
16425 * wid-edit.el (widget-button-click): For mouse-1, cancel button
16426 press and perform default action if we get a mouse movement event.
16428 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
16430 * calendar/icalendar.el (icalendar--get-event-property)
16431 (icalendar--get-event-property-attributes): Fix typos in
16434 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
16437 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
16439 * bs.el (bs-mode): Use `buffer-disable-undo'.
16440 (bs--get-file-name): Simplify.
16441 (bs-show-in-buffer): Mark the buffer as not modified.
16443 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16445 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
16446 widget-button-click.
16448 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
16449 (custom-mode): Update docstring.
16451 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
16454 * files.el (hack-local-variables-confirm): Allow scrolling if the
16455 file variable list is too long. Kill temp buffer after use.
16457 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
16459 * progmodes/gud.el (gdb): Improve doc string.
16460 (gdb-script-font-lock-keywords): Expand allowed character set.
16462 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
16463 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
16464 (gdb-separate-io-interrupt, gdb-separate-io-quit)
16465 (gdb-separate-io-stop, gdb-separate-io-eof):
16466 Rename from gdb-inferior-* to gdb-separate-*.
16467 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
16469 2006-02-14 Jay Belanger <belanger@truman.edu>
16471 * calc/calc-arith.el (math-check-known-scalarp): Make sure
16472 expression is a symbol before checking that it is bound.
16474 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
16475 test to see if equation can be solved.
16477 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16479 * wid-edit.el (widget-button-click): Use :pressed-face property
16480 for overlay face, if it exists.
16482 * cus-edit.el (custom-manual, custom-add-see-also)
16483 (custom-add-parent-links, custom-group-link): Add :pressed-face
16486 * files.el (hack-local-variables): Remove ignored variables before
16487 checking if any variables need setting.
16489 2006-02-14 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
16491 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
16493 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
16495 * help.el (where-is): Fix message for remapped commands.
16497 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
16498 Fix typos in docstrings.
16500 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
16502 * files.el (safe-local-variable-values): New option.
16503 (hack-local-variables-prop-line): Return a list of variable-value
16504 pairs if MODE-ONLY is non-nil.
16505 (hack-local-variables): Construct list of variable-value pairs,
16506 and apply or reject them in one go. Ask for confirmation if
16507 variables are not known safe.
16508 (hack-local-variables-confirm): Complete rewrite. Support
16509 `safe-local-variable-values'.
16510 (enable-local-variables): Update docstring to reflect new
16512 (ignored-local-variables): Ignore ignored-local-variables and
16513 safe-local-variable-values.
16514 (safe-local-variable-p): New function.
16515 (risky-local-variable-p): `safe-local-variable' property check
16516 moved to safe-local-variable-p.
16517 (hack-one-local-variable): Checks moved to hack-local-variables.
16519 (byte-compile-dynamic, c-basic-offset, c-file-style)
16520 (c-indent-level, comment-column, fill-column, fill-prefix)
16521 (indent-tabs-mode, kept-new-versions, no-byte-compile)
16522 (no-update-autoloads, outline-regexp, page-delimiter)
16523 (paragraph-start, paragraph-separate, sentence-end)
16524 (sentence-end-double-space tab-width, version-control):
16525 Add `safe-local-variable' property.
16527 * find-lisp.el: Delete nonexistent `autocompile' file variable.
16529 * icomplete.el, play/landmark.el: Change nonexistent
16530 `outline-layout' file variable to `allout-layout'.
16532 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
16534 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
16535 (gdb-get-changed-registers): Test value of gud-minor-mode relative
16536 to gud-comint-buffer.
16537 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
16538 gdb-ui.el for gdb-mi.el.
16539 (gdb-post-prompt, gdb-get-changed-registers): Move test for
16540 registers buffer to gdb-get-changed-registers.
16541 (gdb-breakpoint-regexp): New regexp. Allow toggling and
16542 deletion of catchpoints (throw and catch).
16543 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16544 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
16545 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
16546 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
16547 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
16549 2006-02-13 Jay Belanger <belanger@truman.edu>
16551 * calc/calc-arith.el (math-check-known-matrixp): Make sure
16552 expression is a symbol before checking that it is bound.
16554 2006-02-13 Richard M. Stallman <rms@gnu.org>
16556 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
16557 for the minibuffer too, but not if resize-mini-windows will interfere.
16559 * help.el (describe-key-briefly, describe-key): Do all arg-reading
16560 inside `interactive' spec.
16561 (describe-key-briefly-internal, describe-key-internal):
16562 Functions merged back into their callers.
16564 2006-02-13 Martin Rudalics <rudalics@gmx.at>
16566 * info.el (info-xref-visited): Inherit from info-xref too.
16567 (Info-set-mode-line): Replace occurrences of `%' by `%%'
16568 when propertizing Info-current-file and Info-current-node.
16570 2006-02-13 Juri Linkov <juri@jurta.org>
16572 * tumme.el (tumme-thumbnail-storage): Fix docstring.
16573 (tumme-thumb-name): Fix per-directory format.
16575 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
16577 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
16579 2006-02-12 Miles Bader <miles@gnu.org>
16581 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
16583 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
16585 * tumme.el: Remove history section. If someone needs the it, it
16586 can always be found in CVS.
16588 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16590 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
16591 about the Thumbnail Managing Standard option.
16593 2006-02-12 Richard M. Stallman <rms@gnu.org>
16595 * subr.el (substitute-key-definition): Doc fix.
16597 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
16599 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
16601 * info.el (Info-mode): Doc fix.
16603 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
16605 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
16607 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
16608 because on Solaris a POSIX compatible "id" is needed. Reported by
16609 Magnus Henoch <mange@freemail.hu>.
16611 2006-02-12 Juri Linkov <juri@jurta.org>
16613 * tumme.el: Remove todo item about Thumbnail Managing Standard.
16614 (tumme) <defgroup>: Change :group to `multimedia'.
16615 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
16617 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
16619 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
16620 and %y. Fix docstring.
16621 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
16622 (tumme-cmd-create-standard-thumbnail-command): New user options.
16623 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
16624 is `standard'. Fix docstring.
16625 (tumme-thumb-width, tumme-thumb-height): New user options.
16626 (tumme-external-viewer): Try to find various viewers.
16627 (tumme-get-thumbnail-image): Use `create-image' instead of
16628 constructing the `image' structure.
16629 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
16631 (tumme-thumb-name): Add file name generation for standard storage.
16632 Simplify code for other storages.
16633 (tumme-thumb-name): Use width %w and height %h instead of size %s.
16634 Add modification time %m and thumbnail-nq8 %q.
16635 Use `tumme-cmd-create-standard-thumbnail-command' if
16636 tumme-thumbnail-storage is `standard'.
16637 (tumme-dired-insert-marked-thumbs): New autoload command.
16638 (tumme-dired-after-readin-hook): New function.
16639 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
16640 `tumme-thumb-size'.
16641 (tumme-display-image): Replace size-x %x and size-y %y with
16642 width %w and height %h.
16644 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
16645 `tumme-dired-insert-marked-thumbs'.
16647 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
16649 * tumme.el (tumme-write-tag): Fix small bug (file name did not
16651 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
16654 2006-02-12 Miles Bader <miles@gnu.org>
16656 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
16658 (rcirc-abbrev-nick): New function.
16659 (rcirc-format-response-string): Rewrite to use the formats in
16660 `rcirc-response-formats' and expand escape sequences therein.
16661 A text-property `rcirc-text' is added over the actual response
16662 text to make easy to find inside the returned string.
16663 (rcirc-print): When filling, just look for the `rcirc-text'
16664 text-property to find the appropriate fill prefix, instead of
16665 using hardwired patterns.
16667 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16669 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
16672 2006-02-11 Kim F. Storm <storm@cua.dk>
16674 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
16675 Don't use insert-buffer; do insert-buffer-substring directly.
16676 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
16678 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16680 * files.el (revert-buffer, recover-file): Replace buffer-read-only
16681 with inhibit-read-only. Suggested by Stefan Monnier.
16682 (revert-buffer): Let insert-file-contents discard
16683 buffer-undo-list. Simplify code.
16684 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
16686 2006-02-11 Eli Zaretskii <eliz@gnu.org>
16688 * menu-bar.el (menu-bar-select-yank): Add a doc string.
16690 * help.el (describe-key-briefly): Now a wrapper for
16691 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
16692 to t. Populate yank-menu if empty.
16693 (describe-key-briefly-internal): Renamed from describe-key-briefly.
16694 (describe-key): Now a wrapper for describe-key-internal. Bind
16695 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
16696 (describe-key-internal): Renamed from describe-key.
16698 2006-02-11 Milan Zamazal <pdm@zamazal.org>
16700 * progmodes/glasses.el (glasses-separator): Doc fix.
16701 (glasses-original-separator): New defcustom.
16702 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
16704 2006-02-11 Martin Rudalics <rudalics@gmx.at>
16706 * mwheel.el (mouse-wheel-up-event): Doc fix.
16708 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
16710 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
16711 (tumme-dir): New function. Copied from thumbs.el.
16713 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
16715 * desktop.el (desktop-outvar): Fix typo.
16716 (desktop-save-buffer-p): Doc fix.
16718 * subr.el (substitute-key-definition): Fix typo.
16720 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16722 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
16723 when window-system is mac.
16725 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
16727 2006-02-10 Kim F. Storm <storm@cua.dk>
16729 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
16730 indirect-function instead of using condition-case.
16732 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
16734 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
16735 less `colloquial'...
16737 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
16739 * tumme.el: Add a couple of todo items.
16741 2006-02-09 Lars Hansen <larsh@soem.dk>
16743 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
16744 (highlight-changes-mode): Don't change desktop-locals-to-save.
16746 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
16748 * image-mode.el (image-toggle-display): Clear image cache if using
16751 2006-02-09 Masatake YAMATO <jet@gyve.org>
16753 * dired-x.el (dired-guess-shell-alist-default): Add .man as
16754 a `dired-man' target.
16756 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
16757 boundary of symbols.
16759 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
16761 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
16763 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
16765 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
16766 `mapcar'; return nil.
16768 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
16770 * mouse.el (mouse-drag-track): Don't change window if we rebind to
16773 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
16775 * net/rcirc.el (rcirc-startup-channels-alist):
16776 Add irc.freenode.net and #emacs as defaults.
16777 (rcirc-ignore-all-activity-flag): Remove variable.
16778 (rcirc-authinfo): New variable.
16779 (rcirc-authinfo-filename): Remove variable.
16780 (rcirc-always-use-server-buffer-flag): New flag.
16781 (rcirc): M-x rcirc will automatically connect without prompting.
16782 C-u M-x rcirc will prompt. Use rcirc-connect to create a
16783 connection in lisp.
16784 (rcirc-process-server-response-1): Remove everything but the nick
16785 portion of the sender so it doesn't need to be done everywhere
16786 else. Update related code.
16787 (global-map): Remove global keybindings.
16788 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
16789 (rcirc-send-input): Split into several functions.
16790 (rcirc-process-input-line, rcirc-process-message)
16791 (rcirc-process-command): New functions.
16792 (rcirc-target-buffer): New function to determine where to route
16794 (rcirc-user-nick): Save match data.
16795 (rcirc-toggle-ignore-buffer-activity)
16796 (rcirc-update-activity-string): Remove global ignore functionality,
16797 which can be done now by toggling rcirc-track-minor-mode.
16798 (rcirc-track-minor-mode-map): New keymap.
16799 (rcirc-track-minor-mode): New minor-mode.
16800 (ignore): Make the ignore output nicer. Always print it when
16801 adding or removing nicks.
16802 (rcirc-url-regexp): Improve.
16803 (rcirc-mangle-text): Remove properties before using text in the
16805 (rcirc-authenticate): Authentication data comes from
16806 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
16807 (rcirc-server-prefix): Inherit from rcirc-server.
16809 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
16811 * Makefile.in (compile): Append "|| true" to the end of the `find'
16812 command, like compile-always does.
16814 2006-02-08 Sam Steingold <sds@gnu.org>
16816 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
16817 output from a dead connection.
16819 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16821 * dired.el (dired-mode-map): Add more bindings for tumme.
16823 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
16825 * wdired.el (wdired-mode-map): Use remap.
16826 (wdired-get-filename): Massage.
16827 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
16828 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
16829 `keymap' property rather than `local-map'.
16831 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
16833 * tumme.el (tumme-get-thumbnail-image): New utility function.
16834 Suggested by from Chong Yidong.
16835 (tumme-dired-with-window-configuration): Rename from
16836 `tumme-dired'. Add code to save window configuration.
16837 (tumme-restore-window-configuration): New command to restore the
16838 window configuration that `tumme-dired-with-window-configuration'
16839 saves before it changes the window configuration.
16840 (tumme-show-all-from-dir): New command to display thumbnails for
16841 all files in a directory entered by the user, like M-x thumbs.
16842 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
16844 (tumme-display-thumbnail-original-image): Call `display-buffer'.
16845 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
16846 Remove obsolete test function.
16848 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
16850 * vc.el (small-temporary-file-directory): Remove defvar; there's
16851 a defcustom for it in files.el.
16853 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
16854 Fix typo in message.
16855 (tumme-gallery-generate): Fix typo in `error' message.
16856 (tumme-display-window-height-correction)
16857 (tumme-display-window-width-correction, tumme-line-up-dynamic)
16858 (tumme-line-up-interactive): Dox fixes.
16859 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
16860 (tumme-restore-window-configuration, tumme-format-properties-string)
16861 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
16862 Fix typos in docstrings.
16864 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
16866 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
16868 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
16870 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
16871 User should use hook if desired.
16873 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
16874 buffer if necessary.
16875 (gdb-delete-frame-or-window): New function.
16876 (gdb-breakpoints-mode-map): Bind "q" to it.
16878 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16880 * textmodes/nroff-mode.el: Clean up name space.
16881 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
16882 (nroff-mode): Obey the global setting of nroff-electric-mode.
16883 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
16885 * calendar/calendar.el (calendar-increment-month): Typo in last change.
16887 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
16889 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
16891 2006-02-06 Lars Hansen <larsh@soem.dk>
16893 * generic-x.el (etc-fstab-generic-mode): Add file system types
16894 cifs and usbdevfs. Allow special chars in file names.
16896 2006-02-05 Jay Belanger <belanger@truman.edu>
16898 Update copyright notices of the files in lisp/calc.
16900 2006-02-05 Romain Francoise <romain@orebokech.com>
16902 Update copyright notices of all files in the lisp/play directory.
16904 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
16906 * ldefs-boot.el: Regenerate.
16908 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
16910 2006-02-05 Kim F. Storm <storm@cua.dk>
16912 * files.el (magic-mode-regexp-match-limit): New defvar.
16913 (set-auto-mode): Use it to limit magic-mode-alist matching.
16915 2006-02-04 Eli Zaretskii <eliz@gnu.org>
16917 * info.el (Info-index, Info-mode): Improve the description of the
16920 * ldefs-boot.el: Regenerate.
16922 2006-02-03 Werner Lemberg <wl@gnu.org>
16924 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
16925 greedy to find the closing bracket in \*[...] and similar
16926 expressions. This is a first rough fix -- many additional
16927 refinements are necessary to make nroff mode really usable with groff.
16929 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
16931 * international/mule-cmds.el (set-locale-environment):
16932 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
16935 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
16937 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
16938 archive are created in archive-tmpdir.
16940 2006-02-02 John Paul Wallington <jpw@pobox.com>
16942 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
16943 (ibuffer-fontification-alist): Use it.
16944 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
16945 to "* z" and the Ibuffer Mark menu.
16947 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
16949 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
16951 * textmodes/table.el (*table--cell-describe-mode)
16952 (*table--cell-describe-bindings): Undo last change since
16953 print-help-return-message is not obsoleted by anything at all.
16955 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
16957 * emulation/cua-base.el (cua-mode): Doc fix.
16959 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
16961 * dframe.el (dframe-handle-make-frame-visible)
16962 (dframe-handle-iconify-frame, dframe-get-focus)
16963 (dframe-select-attached-frame, dframe-power-click)
16964 (dframe-frame-mode): Fix typos in docstrings.
16966 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
16967 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
16968 Fix typos in docstrings.
16970 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
16971 (hi-lock-face-buffer, hi-lock-font-lock-hook)
16972 (hi-lock-archaic-interface-message-used)
16973 (hi-lock-file-patterns-range): Fix typos in docstrings.
16975 * savehist.el (savehist-loaded, savehist-load, savehist-install)
16976 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
16978 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
16979 Fix typo in docstring.
16981 * net/newsticker.el (newsticker--decode-iso8601-date)
16982 (newsticker--set-customvar, newsticker--buffer-insert-item)
16983 (newsticker--do-run-auto-mark-filter)
16984 (newsticker--parse-generic-feed): Doc fixes.
16985 (newsticker--retrieval-timer-list, newsticker-url-list)
16986 (newsticker-hide-immortal-items-in-echo-area)
16987 (newsticker-hide-obsolete-items-in-echo-area)
16988 (newsticker-new-item-face, newsticker--enclosure)
16989 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
16990 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
16991 (newsticker--parse-generic-feed, newsticker--cache-contains)
16992 (newsticker--stat-num-items, newsticker-download-enclosures):
16993 Fix typos in docstrings.
16995 * net/rcirc.el (rcirc-debug): Doc fix.
16996 (rcirc-fill-column, rcirc-receive-message-hooks)
16997 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
16998 (rcirc-mode, rcirc-generate-new-buffer-name)
16999 (rcirc-startup-channels, rcirc-ignore-update-automatic)
17000 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
17001 Fix typos in docstrings.
17002 (rcirc-print): "?\ " -> "?\s".
17003 (rcirc-cmd-join): Improve argument/docstring consistency.
17005 2006-02-01 Mark A. Hershberger <mah@everybody.org>
17007 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
17008 before narrow-to-region.
17010 2006-02-01 Richard M. Stallman <rms@gnu.org>
17012 * simple.el (move-beginning-of-line): Scan properly for invis change.
17014 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
17016 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
17018 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
17019 change bit only when id-format is 'integer. Reported by Matt
17020 Hodges <M.P.Hodges@rl.ac.uk>.
17022 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
17024 * hilit-chg.el (highlight-changes-initial-state)
17025 (highlight-changes-global-initial-state): Doc fixes.
17026 (highlight-changes-global-modes, global-highlight-changes):
17027 Fix typos in docstrings.
17029 2006-02-01 Kim F. Storm <storm@cua.dk>
17031 * emulation/cua-base.el (cua-mode): Mention that CUA enables
17032 transient-mark-mode in doc string.
17034 2006-01-31 Richard M. Stallman <rms@gnu.org>
17036 * replace.el (multi-occur): Doc fix.
17037 (multi-occur-in-matching-buffers): Rename from
17038 multi-occur-by-filename-regexp. Prefix arg says match
17039 buffer names instead of file names.
17041 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
17043 * bs.el: Allow non-default values of `bs-header-lines-length'.
17044 (bs--running-in-xemacs): Remove (not needed anymore).
17045 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
17046 instead of `shrink-window', thus avoiding having to compute the
17047 height of the window.
17048 (bs--up): Wrap around even when there's no header.
17049 (bs--down): Use `forward-line' instead of `next-line'.
17051 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
17053 * image-mode.el (image-toggle-display): Use file name if possible,
17054 instead of unnecessarily allocating a (possibly huge) lisp string.
17056 2006-01-30 John Paul Wallington <jpw@pobox.com>
17058 * subr.el (toplevel): Define `cl-assertion-failed' condition here
17059 because the `assert' macro signals it at runtime.
17061 * emacs-lisp/cl.el (toplevel): Remove definition of
17062 `cl-assertion-failed' condition.
17064 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
17066 * thumbs.el (thumbs-marked-list): Make buffer-local and
17068 (thumbs-insert-thumb): Make help-echo non-sticky.
17069 (thumbs-file-alist): Use eolp as check for (non)-image.
17071 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
17073 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
17074 (ediff-before-session-group-setup-hooks)
17075 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
17076 Fix typos in docstrings.
17078 * window.el (bw-dir, bw-eqdir, balance-windows)
17079 (split-window-keep-point): Fix typos in docstrings.
17081 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
17082 (org-quote-string, org-calendar-to-agenda-key)
17083 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
17084 (org-show-following-heading, org-tags-column)
17085 (org-use-tag-inheritance, org, org-allow-space-in-links)
17086 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
17087 (org-enable-table-editor, org-calc-default-modes)
17088 (org-table-allow-automatic-line-recalculation)
17089 (org-export-html-style, org-export-with-fixed-width)
17090 (org-export-with-sub-superscripts, org-special-keyword)
17091 (org-formula, org-time-grid, org-table-may-need-update)
17092 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
17093 (org-goto-quit, org-get-indentation, org-end-of-item)
17094 (org-move-item-down, org-move-item-up)
17095 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
17096 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
17097 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
17098 (org-agenda-log-mode, org-agenda-toggle-diary)
17099 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
17100 (org-agenda-file-to-end, org-agenda-no-heading-message)
17101 (org-agenda-get-closed, org-format-agenda-item)
17102 (org-cmp-priority, org-cmp-category, org-cmp-time)
17103 (org-agenda-change-all-lines, org-agenda-diary-entry)
17104 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
17105 (org-link-search, org-camel-to-words, org-open-file)
17106 (org-remember-handler, org-table-convert-region)
17107 (org-table-move-row-down, org-table-move-row-up)
17108 (org-table-copy-region, org-table-wrap-region)
17109 (org-table-toggle-vline-visibility)
17110 (org-table-get-vertical-vector, org-table-modify-formulas)
17111 (org-table-get-specials, org-recalc-commands)
17112 (org-table-rotate-recalc-marks, org-table-eval-formula)
17113 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
17114 (org-level-color-stars-only, org-insert-heading):
17115 Fix typos in docstrings.
17116 (last-arg): Add defvar.
17118 * makefile.w32-in (WINS): Add erc.
17119 (MH_E_SRC): Update (copied from lisp/Makefile.in).
17121 2006-01-29 Bill Wohler <wohler@newt.com>
17123 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
17124 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
17125 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
17126 (mh-autoloads): Don't use comments on otherwise empty lines.
17128 2006-01-29 Edward O'Connor <ted@oconnor.cx>
17130 * emulation/viper.el (viper-major-mode-modifier-list):
17131 Add insert-state and vi-state entries for erc-mode.
17132 (viper-go-away, viper-set-hooks): Add and remove
17133 viper-comint-mode-hook from erc-mode-hook as appropriate.
17135 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
17137 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
17139 * bs.el (bs--format-aux): Implement `middle' alignment as
17140 described in the docstring for `bs-attributes-list'.
17141 (bs--get-name): Simplify. Don't pad the buffer name.
17143 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
17145 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
17146 English aspell dictionary is installed, use the first entry of
17147 ispell-dictionary-alist-1.
17149 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17151 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
17154 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
17156 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
17157 for `process-file', in order to let it work for older Emacsen too.
17159 2006-01-27 Eli Zaretskii <eliz@gnu.org>
17161 * international/latexenc.el: Add a suitable `coding:' tag.
17162 (latexenc-find-file-coding-system): Undo last change.
17164 2006-01-27 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
17166 * international/latexenc.el (latexenc-find-file-coding-system):
17167 Make sure latexenc-main-file is a regular file and is readable.
17169 2006-01-27 Andre Spiegel <spiegel@gnu.org>
17171 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
17172 Pass FILE to vc-user-login-name.
17174 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
17176 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
17178 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
17179 there are no more images to display.
17180 (thumbs-mark, thumbs-unmark): Revert change so that they move to
17183 2006-01-26 Richard M. Stallman <rms@gnu.org>
17185 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
17187 * wid-edit.el (advertised-widget-backward): New alias.
17188 (widget-keymap): Use advertised-widget-backward for S-TAB.
17190 * tumme.el: Correct the keywords.
17191 (tumme-dir-max-size): Use defvar.
17192 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
17194 * simple.el (move-beginning-of-line): Take account of fields.
17195 (clone-indirect-buffer-other-window): Take args like
17196 clone-indirect-buffer, and work like it.
17198 * help-fns.el (describe-function): Don't pass `nil' as default.
17200 * files.el (risky-local-variable-p): Follow var aliases.
17202 * subr.el (lazy-completion-table): Doc fix.
17204 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
17205 global binding of `line'.
17207 2006-01-25 Andre Spiegel <spiegel@gnu.org>
17209 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
17212 * vc.el (vc-default-dired-state-info): Pass FILE to
17213 vc-user-login-name.
17214 (vc-default-update-changelog): Don't use vc-user-login-name, we
17215 don't need it here.
17217 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
17218 no longer necessary.
17220 2006-01-25 Kenichi Handa <handa@m17n.org>
17222 * international/mule.el (decode-char): Avoid the overhead of
17223 calling utf-lookup-subst-table-for-decode if
17224 utf-translate-cjk-mode is nil.
17225 (encode-char): Avoid the overhead of calling
17226 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
17229 2006-01-22 Kenichi Handa <handa@m17n.org>
17231 * international/mule.el (make-subsidiary-coding-system): Reset
17232 `coding-system-define-form' property of subsidiaries to nil.
17233 Avoid duplicated entry in coding-system-alist.
17234 (make-coding-system): Avoid duplicated entry in
17235 coding-system-alist.
17236 (define-coding-system-alias): Likewise.
17238 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
17240 * completion.el: Minor fixes in introductory comment.
17241 (completion-def-wrapper): Fix alist.
17243 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
17245 * thumbs.el (thumbs-new-image-size): New function.
17246 (thumbs-increment-image-size-element)
17247 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
17248 (thumbs-decrement-image-size): Delete.
17249 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
17250 temp files and use to resize.
17251 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
17252 Use increment argument to enlarge/shrink. Preserve point.
17253 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
17254 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
17255 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
17256 (thumbs-mark, thumbs-unmark): Preserve point.
17257 (thumbs-modify-image): Keep old temp files and use to modify.
17258 Cleanup old temp files at load time. Preserve point.
17259 (thumbs-view-image-mode-map): Use new command names.
17261 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
17263 * log-view.el (log-view-minor-wrap): First rev is the one at point.
17265 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
17266 the nastiest part of the cyclic dependency.
17267 (cal-menu-update): Use dotimes and calendar-increment-month.
17269 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
17270 (calendar-week-start-day): Add an :initializer.
17271 (calendar-mode-map): Use suppress-keymap, and command remapping.
17272 (describe-calendar-mode): Setup xref-stack info for the back button.
17273 (calendar-star-date): Insert before delete.
17274 (calendar-set-mode-line): Add file-modified info if applicable.
17275 (calendar-increment-month): New function.
17277 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
17279 * font-lock.el (lisp-font-lock-keywords-2):
17280 Recognize "& keywords" only at word boundaries.
17282 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
17284 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
17285 and permanent-local.
17286 (thumbs-max-image-number): New variable.
17287 (thumbs-do-thumbs-insertion): Use them.
17288 (thumbs-per-line): Change default to 4.
17289 (thumbs-marked-list): Rename from thumbs-markedL.
17290 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
17291 (thumbs-rename-images): Use -list instead of L for internal variables.
17292 (thumbs-call-convert): Use call-process instead of shell-command.
17293 (thumbs-insert-thumb): Add filename as help-echo to each image.
17294 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
17295 Give dir to thumbs-show-thumbs-list.
17296 (thumbs-show-thumbs-list): Set default-directory to that of images.
17297 (thumbs-dired-show): Rename from thumbs-dired-show-all.
17298 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
17299 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
17300 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
17302 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
17304 * ses.el (ses-read-cell): Provide a default value.
17306 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
17308 * term/w32-win.el (image-library-alist): Add additional names for
17311 2006-01-23 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
17313 * international/latexenc.el (latexenc-find-file-coding-system):
17314 Add file-regular-p check.
17316 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
17318 * simple.el (clone-buffer): Don't show the new buffer in the same
17321 2006-01-23 Juri Linkov <juri@jurta.org>
17323 * faces.el (link, link-visited): New faces based on default values
17324 of `info-xref' and `info-xref-visited'.
17326 * info.el (info-xref): Inherit from `link'.
17327 (info-xref-visited): Inherit from `link-visited'.
17329 * cus-edit.el (custom-buffer-create-internal): Use widget type
17330 `custom-manual' instead of `info-link' and don't set properties
17331 `button-face' and `mouse-face' explicitly.
17332 (custom-browse-group-tag, custom-browse-variable-tag)
17333 (custom-browse-face-tag): Inherit from widget class
17334 `custom-group-link' instead of `push-button'.
17335 (custom-button-unraised): Inherit from `underline' face.
17336 (custom-link): Inherit from `link' face. Fix doc and group.
17337 (custom-add-parent-links, custom-group-value-create): Don't set
17338 properties `button-face' and `mouse-face' explicitly for
17339 `custom-group-link' widget.
17340 (custom-group-link): Add properties `button-face' and `mouse-face'
17341 to widget definition.
17342 (custom-field-keymap): New variable. Put `custom-field-keymap' to
17343 editable-field's :keymap property.
17344 (custom-mode): Fix docstring: substitute keybindings for
17345 `widget-forward' and `widget-backward' from `widget-keymap',
17346 `widget-complete' from `custom-field-keymap', replace old
17347 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
17349 * desktop.el (desktop-load-file): Check for `fboundp' before
17350 calling `symbol-function'.
17352 * simple.el (clone-buffer, clone-indirect-buffer)
17353 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
17354 `read-string'. Fix prompts.
17356 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
17358 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
17360 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
17362 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
17364 * startup.el (inhibit-splash-screen, initial-scratch-message):
17367 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
17369 Sync with Tramp 2.0.52.
17371 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
17372 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
17373 `tramp-unload-tramp' for checklist.
17375 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
17376 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
17377 (tramp-unload-file-name-handler-alist)
17378 (tramp-unload-tramp): New defuns.
17379 (tramp-advice-PC-expand-many-files): New defadvice.
17380 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
17382 (tramp-handle-expand-file-name): Remove double slash.
17383 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
17384 It doesn't matter, because it will be converted later on.
17385 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
17386 implementation was just heuristic.
17387 (tramp-post-connection): Set uid and gid properties.
17388 (tramp-convert-file-attributes): Set file's gid change bit.
17389 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
17390 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
17391 in case of su(do)? methods. The home directory of the local user
17392 will be taken else.
17393 (tramp-open-connection-telnet)
17394 (tramp-open-connection-rsh, tramp-open-connection-su)
17395 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
17396 local shell prompt could hurt. Reported by Romain Francoise
17397 <romain@orebokech.com>.
17398 (tramp-let-maybe): Add `edebug-form-spec' property.
17399 (tramp-handle-expand-file-name): Bind `default-directory' locally
17400 to "/" in order to avoid problems with UNC shares or Cygwin
17402 (tramp-md5-function): Fix typo in error message.
17404 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
17406 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
17407 for byte-compiler pacification.
17409 2006-01-22 Andre Spiegel <spiegel@gnu.org>
17411 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
17412 ID-FORMAT `string'. This allows us to get rid of
17413 `vc-user-login-name UID'.
17415 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
17417 2006-01-22 John Paul Wallington <jpw@pobox.com>
17419 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
17421 2006-01-21 Martin Rudalics <rudalics@gmx.at>
17423 * emacs-lisp/find-func.el (find-definition-noselect)
17424 (find-variable-noselect): Search variables in C source code too.
17425 (find-function-C-source, find-function-noselect, find-function)
17426 (find-function-other-frame, find-variable-noselect, find-variable)
17427 (find-variable-other-frame, find-variable-at-point):
17430 2006-01-21 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
17432 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
17434 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
17436 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
17437 Default to disabling the "Save affix" question.
17439 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
17441 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
17442 the first arg to run-python.
17444 2006-01-21 Eli Zaretskii <eliz@gnu.org>
17446 * startup.el (command-line-1): Handle --no-desktop if desktop.el
17449 2006-01-20 Jay Belanger <belanger@truman.edu>
17451 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
17454 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
17455 the correct variable.
17457 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
17459 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
17460 link. Fixed buggy argument sequence in call to `org-view-tags'.
17461 (org-compile-prefix-format): Set `org-prefix-has-tag'.
17462 (org-prefix-has-tag): New variable.
17463 (org-format-agenda-item): Remove tags from headline if
17465 (org-agenda-remove-tags-when-in-prefix): New option.
17466 (org-get-tags-at): New function.
17468 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
17470 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
17471 (thumbs-find-image): Move image name and number from buffer name
17472 to mode name. Set thumbs-buffer. Preserve point so that large
17473 images remain visible.
17474 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
17476 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
17478 (thumbs-next-image, thumbs-previous-image): Make them work.
17480 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
17482 * cus-edit.el (custom-buffer-create-internal): State in the text above
17483 the whole buffer buttons that they do not operate on hidden items.
17484 (custom-face-menu): Use `custom-face-save' instead of
17485 `custom-face-save-command'.
17486 (custom-face-save-command): Make it an alias for `custom-face-save'
17487 and declare it obsolete.
17488 (custom-face-save): Doc fix.
17490 * dired.el (dired-no-confirm): Add quote.
17491 (dired-subdir-alist-pre-R): Add quote in
17492 `make-variable-buffer-local' form and remove unbalanced parenthesis.
17494 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
17496 * textmodes/table.el (table-mode-indicator): Typo in last change.
17498 2006-01-19 Richard M. Stallman <rms@gnu.org>
17500 * outline.el (hide-leaves): Don't call outline-end-of-heading.
17501 Fixes bug reported in Nov 2005.
17503 * isearch.el (isearch-forward): Doc fix.
17505 * dired.el (dired-move-to-filename-regexp): Define as alias.
17506 (dired-no-confirm): Use defcustom.
17507 (dired-subdir-alist-pre-R): Put defvar at top level.
17509 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
17511 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17514 * simple.el (set-mark-command): Doc fix.
17515 (clone-indirect-buffer-other-window):
17516 Read arg like clone-indirect-buffer.
17517 (move-beginning-of-line): Skip invisible newlines.
17519 2006-01-19 Masatake YAMATO <jet@gyve.org>
17521 * progmodes/cpp.el (cpp-edit-load): Make the order of
17522 listed conditions in a base C code buffer and its associate
17523 CPP Edit buffer the same.
17525 2006-01-19 Kenichi Handa <handa@m17n.org>
17527 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
17528 (rmail-mime-feature): Likewise.
17529 (rmail-require-mime-maybe): Use display-warning to show a warning
17532 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
17533 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
17535 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
17537 * array.el: Move defvars out of eval-when-compile.
17538 (array-make-template): Replace undeclared global var with a local one.
17539 (array-mode): Inline initialization functions.
17540 (array-init-local-variables, array-init-max-row)
17541 (array-init-max-column, array-init-columns-per-line)
17542 (array-init-field-width, array-init-rows-numbered)
17543 (array-init-line-length, array-init-lines-per-row): Remove.
17545 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
17546 (doc-mode-map): Define explicitly.
17547 (doctor-txtype): Use mapc.
17549 * textmodes/table.el: Move defvars out of eval-when-compile.
17550 Remove harmful code meant to avoid byte-compiler warnings.
17551 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
17552 specification that checks table-fixed-width-mode directly.
17553 (table-recognize-region, table-recognize-cell):
17554 Use restore-buffer-modified-p.
17555 (table-fixed-width-mode): Remove code that refreshes
17556 table-fixed-mode-indicator.
17557 (*table--cell-describe-bindings, *table--cell-describe-mode):
17558 Avoid obsolete name print-help-return-message.
17559 (table--test-cell-list): Don't use replace-regexp from elisp.
17560 (table--point-entered-cell-function, table--point-left-cell-function):
17561 Don't set table-fixed-mode-indicator, use force-mode-line-update.
17563 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
17564 that was after the end of file. Use buffer-file-name variable.
17565 (org-timestamp-change): Use with-current-buffer.
17566 (org-todo-list): Don't unnecessarily define a new buffer-local var.
17567 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
17570 * progmodes/fortran.el: Move defvars out of eval-when-compile.
17571 (fortran-break-line): Remove unused var `opoint'.
17572 (fortran-abbrev-start): Obey help-event-list.
17574 2006-01-18 Jesper Harder <harder@phys.au.dk>
17576 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
17578 2006-01-18 Masatake YAMATO <jet@gyve.org>
17580 * progmodes/make-mode.el (makefile-imake-mode): New mode
17581 derived from makefile-mode.
17582 (makefile-imake-mode-syntax-table): New syntax table
17583 derived from makefile-mode-syntax-table.
17584 (makefile-mode): Write about makefile-imake-mode in doc string.
17585 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
17586 (makefile-imake-font-lock-keywords): New font lock keywords.
17588 * files.el (auto-mode-alist): Add Imakefile.
17590 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
17592 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
17593 loading the file rather than when turning on flyspell-mode.
17595 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
17597 * cus-edit.el (customize-rogue): Minor doc fix.
17599 2006-01-17 Juri Linkov <juri@jurta.org>
17601 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
17602 instead of the file at the mark as default if the file at the mark
17603 is the same as the file at point or if dired-dwim-target-directory
17604 is not the same as the current directory and the mark is not active.
17606 * log-view.el (log-view-minor-wrap): Use the same logic to get
17607 revisions as `log-view-diff'.
17609 * info.el (Info-revert-find-node): Check for Info-current-file
17610 before preserving new-history.
17612 * man.el (Man-heading-regexp): Add `/'.
17614 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
17615 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
17617 2006-01-16 Juri Linkov <juri@jurta.org>
17619 * faces.el (mode-line-faces): New defgroup.
17620 (mode-line-highlight): Move definition after new defgroup.
17621 (mode-line, mode-line-inactive, mode-line-highlight):
17622 Replace :group `modeline' with `mode-line-faces'.
17623 (mode-line-buffer-id): New face.
17624 (modeline-buffer-id): New face alias.
17625 (vertical-border): Remove :group `modeline'.
17627 * bindings.el (propertized-buffer-identification): Use face
17628 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
17629 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
17630 (mode-line-buffer-identification-keymap): For mouse-1 replace
17631 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
17632 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
17635 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
17636 Buffer-menu-buffer. Doc fix.
17637 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
17638 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
17639 `Buffer-menu-buffer'.
17641 * info.el (Info-mode-line-node-keymap): New defvar.
17642 (Info-set-mode-line): Use `stringp' to check Info-current-file.
17643 Propertize Info-current-node with `mode-line-buffer-id' and
17644 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
17646 * time.el (display-time-mail-face): Replace :group `faces' with
17649 2006-01-16 Kenichi Handa <handa@m17n.org>
17651 * international/code-pages.el: Add autoload cookies for cp125[0345678].
17653 * language/european.el (cp1252): New alias for windows-1252.
17655 * international/mule.el (autoload-coding-system): Prepare for EOL
17658 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
17660 * term.el (term-raw-map): Add mapping for insert.
17661 (term-send-insert): New.
17662 (term-mode): Make variables local here instead of doing it in
17663 `term-emulate-terminal'.
17664 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
17665 Scroll reverse needs to take into account the scroll region.
17666 Saving and restoring the cursor should save the color attributes too.
17667 (term-reset-terminal): Reset the scroll region.
17668 (term-handle-ansi-escape): Cursor up and down should take into
17669 account the scroll region.
17670 (term-set-scroll-region): Rename from `term-scroll-region'.
17671 Move to 0,0 after setting the region.
17672 (term-handle-scroll): Handle scroll up.
17673 (term-down): Fix off by one error.
17674 (term-delete-lines): Do not delete outside the scroll region.
17675 (term-insert-lines): Take into account the scroll region.
17677 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
17679 * textmodes/ispell.el (ispell-internal-change-dictionary)
17680 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
17681 (start, end): Move declaration outside of eval-when-compile.
17683 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
17684 (flyspell-mode-on): Use it.
17686 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
17687 ispell-kill-ispell-hook.
17689 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
17691 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17692 (Custom-reset-saved): Do not ask for confirmation in single option
17695 2006-01-13 Richard M. Stallman <rms@gnu.org>
17697 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
17699 2006-01-13 Romain Francoise <romain@orebokech.com>
17701 * add-log.el (add-change-log-entry, change-log-merge):
17702 Conditionally use `hard-newline'.
17704 2006-01-13 Martin Rudalics <rudalics@gmx.at>
17706 * wid-edit.el (widget-field-end): If the overlay is no longer
17707 associated with a buffer, behave as if the overlay didn't exist.
17709 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
17710 Make sure the links use the `custom-link' face.
17712 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
17714 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
17715 (ld-script-mode): Don't set indent-line-function since we don't
17718 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
17720 * textmodes/org.el (org-open-file): Use mailcap for selecting an
17722 (org-file-apps-defaults-gnu): Use mailcap as the default for
17723 selecting an application on a UNIX system.
17724 (org-agenda-show-tags): New command.
17725 (org-table-insert-hline): Keep cursor in current table line.
17726 (org-table-convert): Offset effect of modifying
17727 `org-table-insert-hline'.
17728 (org-format-agenda-item): New optional argument TAG.
17729 (org-compile-prefix-format): Handle %T format for the tag.
17730 (org-expand-wide-chars): New function.
17731 (org-table-insert-row, org-table-insert-hline):
17732 Use `org-expand-wide-chars'.
17733 (org-open-file): Fix bug in program launch.
17734 (org-get-time-of-day): Fix bug with times before 1am.
17735 (org-agenda-menu): Add tags commands.
17737 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
17739 * textmodes/ispell.el (ispell-init-process): Include the used
17740 dictionary in ispell process start message.
17741 (ispell-internal-change-dictionary): When flyspell-mode is active
17742 and dictionary is changed, make sure ispell process is restarted
17743 and flyspell word cache cleared out for the current buffer.
17744 (ispell-change-dictionary): Make sure flyspell word cache is
17745 cleared out in all buffers with active flyspell mode when
17746 dictionary is globally changed.
17747 Call ispell-internal-change-dictionary after dictionary change.
17749 2006-01-13 Eli Zaretskii <eliz@gnu.org>
17751 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
17753 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
17754 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
17755 years. Fix small differences wrt Makefile.in.
17756 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
17759 2006-01-12 Bill Wohler <wohler@newt.com>
17761 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
17764 2006-01-12 Masatake YAMATO <jet@gyve.org>
17766 * progmodes/ld-script.el: Update copyright year.
17768 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
17770 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
17771 Don't add widget if setting undefined.
17773 2006-01-12 John Paul Wallington <jpw@pobox.com>
17775 * help-fns.el (describe-variable): Remove newlines from void
17778 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
17780 * wdired.el (wdired-mode-map): Add help echo for
17781 wdired-abort-changes.
17783 * man.el (Man-file-name-regexp): Adjust for a list of files.
17785 2006-01-12 Masatake YAMATO <jet@gyve.org>
17787 * progmodes/ld-script.el (auto-mode-alist): Support
17788 suffix conventions used in netbsd and eCos.
17790 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
17792 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
17793 (custom-variable-menu, custom-face-menu, custom-group-menu)
17794 (Custom-mode-menu): Change names of menu items. (As discussed on
17796 (custom-face-menu): Add "Undo Edits" item.
17798 * startup.el (init-file-user): defcustom -> defvar.
17800 * tooltip.el (tooltip-mode): Doc fix.
17802 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
17804 * reveal.el (reveal-post-command): window-buffer signals an error on
17805 dead windows rather than returning nil.
17806 (reveal-open-new-overlays): An overlay might die while we open others.
17808 2006-01-11 Bill Wohler <wohler@newt.com>
17810 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
17811 phrasing in docstring.
17813 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
17814 can give some systems gas. Add new file mh-buffers.el.
17816 2006-01-06 Masatake YAMATO <jet@gyve.org>
17818 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
17819 C preprocessor forward ported from GNU Emacs 21.2.
17821 * progmodes/asm-mode.el (asm-font-lock-keywords):
17822 Use `cpp-font-lock-keywords'.
17824 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
17826 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
17827 of $ for "\\.ld[s]?".
17829 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
17831 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
17832 (tcl-indent-line): Return `noindent' if inside a string.
17834 * progmodes/flymake.el (flymake-split-string): Remove more than one
17835 empty string at beg/end of the result.
17836 (flymake-find-buildfile, flymake-find-possible-master-files):
17837 Use expand-file-name.
17838 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
17839 since expand-file-name does it for us. Use directory-file-name.
17840 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
17841 (flymake-ler-get-type, flymake-ler-get-text)
17842 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
17843 (flymake-current-line-no): Remove spurious interactive spec.
17844 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
17845 (flymake-check-include): Remove arg inc-path merged into inc-name.
17846 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
17847 Arg regexp-list replaced by a simple regexp.
17848 (flymake-master-make-header-init, flymake-master-tex-init):
17849 Correspondingly replace regexp-list with a regexp. Fix regexp.
17851 2006-01-10 Simon Josefsson <jas@extundo.com>
17853 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
17854 describing AUTH PLAIN fix.
17856 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
17858 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
17859 (report-emacs-bug): Don't record initial prompt text.
17860 Instead, add text properties to prompting text.
17861 (report-emacs-bug-hook): Delete prompting text.
17863 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17865 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
17866 `dirs'. Adjust callers.
17868 2006-01-09 John Paul Wallington <jpw@gnu.org>
17870 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
17872 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
17874 * reveal.el (reveal-open-new-overlays): New extracted fun.
17875 (reveal-close-old-overlays): Idem. Check overlays's liveness before
17876 using them. Simplify the code.
17877 (reveal-post-command): Use them. Fix up obsolete windows in
17880 * progmodes/flymake.el: Use `require' rather than autoload for
17882 (flymake-get-common-file-prefix, flymake-build-relative-filename):
17883 Delete. Use file-relative-name instead.
17884 (flymake-get-syntax-check-program-args, flymake-perl-init):
17885 Simplify the resulting code.
17887 * log-view.el (log-view-file-re, log-view-message-re): Add support
17890 2006-01-09 Alex Schroeder <alex@gnu.org>
17892 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
17893 identifiers sometimes added in square brackets at the beginning of
17896 2006-01-07 Richard M. Stallman <rms@gnu.org>
17898 * cus-edit.el (Custom-set, Custom-save): Doc fix.
17899 (Custom-reset-current, Custom-reset-saved): Change question text.
17900 (Custom-reset-standard): Likewise.
17901 (custom-variable-reset-saved): Doc fix.
17903 2006-01-07 Eli Zaretskii <eliz@gnu.org>
17905 * startup.el (init-file-user): Doc fix.
17907 2006-01-07 Alex Schroeder <alex@gnu.org>
17909 * mail/rmail.el (rmail-current-subject): New function.
17910 (rmail-current-subject-regexp): New function.
17911 (rmail-next-same-subject): Use it.
17913 * mail/rmailsum.el (rmail-summary-by-topic):
17914 Use rmail-current-subject and rmail-current-subject-regexp.
17915 (rmail-summary-next-same-subject): Ditto.
17917 * net/rcirc.el (rcirc-send-input): No longer check whether the
17918 process is open, since not all commands need an open process.
17919 (rcirc-send-string): Check whether the process is open before
17921 (rcirc-ignore-list): New option.
17922 (rcirc-ignore-list-automatic): New variable.
17923 (rcirc-print): Take rcirc-ignore-list into account.
17924 (rcirc-cmd-ignore): New command.
17925 (rcirc-ignore-update-automatic): New function.
17926 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
17927 list if ignored nicks.
17928 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
17930 2006-01-06 David Reitter <david.reitter@gmail.com>
17932 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
17933 reflect the address to which the report will be sent.
17935 2006-01-06 Eli Zaretskii <eliz@gnu.org>
17937 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
17938 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
17940 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
17942 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
17944 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
17945 the doc string: "functoin" => "function".
17946 * ldefs-boot.el: Likewise.
17948 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
17949 message text: "Duplicat" => "Duplicate".
17951 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
17953 * files.el (basic-save-buffer-2): If backing-up failed, reset
17954 buffer-backed-up to nil.
17956 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
17958 * progmodes/gud.el (gdb-script-skip-to-head)
17959 (gdb-script-calculate-indentation): Indent for breakpoint command
17962 2006-01-05 Bill Wohler <wohler@newt.com>
17964 * Makefile.in (compile-always): Add mh-autoloads dependency.
17965 (bootstrap): Remove mh-autoloads dependency, as compile dependency
17967 (updates): Remove mh-autoloads dependency, since it probably has
17968 already run recently (via recompile).
17970 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
17972 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
17973 argument `force' to disable the flyspell-last-buffer optimization.
17974 (flyspell-mode-on): Use it.
17976 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
17977 flymake-simple-cleanup.
17978 (flymake-allowed-file-name-masks): Use this new default.
17979 All the functions are now called in the right buffer rather than
17980 passing the buffer as argument.
17981 (flymake-process-sentinel): Switch to buffer before calling cleanup.
17982 (flymake-parse-err-lines): Remove redundant buffer arg.
17983 (flymake-get-program-dir): Comment out unused function.
17984 (flymake-start-syntax-check, flymake-start-syntax-check-process):
17985 Remove redundant buffer argument.
17986 (flymake-get-real-file-name, flymake-simple-java-cleanup)
17987 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
17989 2006-01-05 Richard M. Stallman <rms@gnu.org>
17991 * info.el (Info-find-node): Don't record previous node if have none.
17992 (info): Go to directory only if history is empty.
17994 * simple.el (mark): Doc fix.
17996 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17998 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
17999 already of desired type.
18000 (mac-ae-list): Coerce parameter to "list" type.
18001 (mac-dispatch-apple-event): Replace cadr part of event with a
18002 dummy position so that event-start returns it.
18004 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
18006 * textmodes/org.el (org-end-of-subtree): New function.
18007 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
18008 Use `org-end-of-subtree'.
18009 (org-agenda, org-agenda-convert-date): Protect calls to
18010 `fit-window-to-buffer'.
18011 (org-tags-view): Force matching of sublevels when doing a
18012 todo-only search. Define the correct redo command, including the
18014 (org-agenda-redo): Display message.
18015 (org-check-for-org-mode): New function.
18016 (org-agenda-type): New variable.
18017 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
18018 Set `org-agenda-type'.
18019 (org-agenda-check-type): New function.
18020 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
18021 (org-agenda-week-view, org-agenda-day-view)
18022 (org-agenda-next-date-line, org-agenda-previous-date-line)
18023 (org-agenda-log-mode, org-agenda-toggle-diary)
18024 (org-agenda-toggle-time-grid, org-agenda-date-later)
18025 (org-agenda-date-prompt, org-agenda-diary-entry)
18026 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
18027 (org-agenda-convert-date, org-agenda-menu):
18028 Use `org-agenda-check-type'.
18029 (org-make-overlay, org-delete-overlay)
18030 (org-detatch-overlay, org-move-overlay, org-overlay-put):
18031 New compatibility functions.
18032 (org-calendar-select-mouse): New command.
18034 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
18036 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
18037 (Custom-reset-standard): Fix y-or-n-p messages.
18038 (custom-link): New face for links.
18039 (custom-buffer-create-internal, custom-manual): Use it.
18040 (custom-face-save): Push to theme-face before setting face spec.
18042 * wid-edit.el (widget-default-mouse-face-get): New function.
18043 (widget-specify-button): Handle mouse-face like button-face.
18045 * custom.el (load-theme): Clear old theme settings if reloading.
18047 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
18049 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
18050 "Erase Customization" button back to same position it occupies in
18051 the individual State menus.
18053 2006-01-04 Kim F. Storm <storm@cua.dk>
18055 * wid-edit.el (key-sequence): Rework widget to read key binding
18056 using `kbd' syntax. Use C-q to insert literal key, event, or code.
18057 (widget-key-sequence-default-value): Default value for empty sequence.
18058 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
18059 (widget-key-sequence-read-event): New command for C-q.
18060 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
18061 (widget-key-sequence-value-to-external): New functions.
18063 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
18065 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
18066 Use expand-file-name.
18067 (flymake-delete-temp-directory): Use expand-file-name,
18068 file-name-directory, and directory-file-name.
18069 (flymake-strrchr): Delete.
18070 (flymake-start-syntax-check): Don't pass the redundant buffer argument
18071 to the init-f function.
18072 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
18073 (flymake-init-find-buildfile-dir)
18074 (flymake-init-create-temp-source-and-master-buffer-copy)
18075 (flymake-simple-make-init-impl, flymake-simple-make-init)
18076 (flymake-master-make-init, flymake-master-make-header-init)
18077 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
18078 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
18079 (flymake-xml-init): Remove corresponding redundant buffer argument.
18080 (flymake-allowed-file-name-masks): Remove last elems that are equal to
18081 the default anyway. Clean up regexps.
18083 * progmodes/flymake.el (flymake-temp-source-file-name)
18084 (flymake-master-file-name, flymake-temp-master-file-name)
18085 (flymake-base-dir): New buffer-local vars.
18086 (flymake-buffer-data, flymake-get-buffer-value)
18087 (flymake-set-buffer-value): Replace those hash-tables by the new
18088 buffer-local vars. Update callers.
18090 * progmodes/flymake.el (flymake-check-start-time)
18091 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
18092 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
18093 Move definition, so we can remove redundant earlier declaration.
18094 (flymake-replace-regexp-in-string, flymake-split-string)
18095 (flymake-get-temp-dir): Use defalias.
18096 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
18097 (flymake-xemacs-window-edges): Remove unused function.
18098 (flymake-get-point-pixel-pos): Move.
18099 (flymake-pid-to-names, flymake-reg-names)
18100 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
18101 Replace by a simple list flymake-processes and by process-buffer.
18102 Update callers. Other than simplify the code, it uses buffers rather
18103 than buffer-names so it doesn't get confused by uniquify.
18104 (flymake-buffer-data): The global value should just be nil.
18106 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
18107 Optimize the body of a defalias like any other code.
18109 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
18110 Make sure we've setup font-lock's vars. It may influence which
18111 function we then call.
18112 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
18113 here since it's too late anyway.
18115 2006-01-03 Romain Francoise <romain@orebokech.com>
18117 * startup.el (fancy-splash-tail, normal-splash-screen):
18118 Update copyright year.
18120 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
18122 * mouse.el (mouse-drag-track): Rename, from
18123 `mouse-drag-region-1'. Includes optional argument required to
18124 enable post-drag event processing (e.g. delete region keys).
18125 Can be used without this argument to track a mouse region and operate
18126 on it as soon as the drag completes.
18127 (mouse-drag-region): Use `mouse-drag-track'.
18129 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
18131 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
18132 Move to `custom-buffer' group.
18134 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
18135 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
18136 (custom-theme-insert-face-marker, custom-theme-variable-menu)
18137 (custom-theme-face-menu): New variables.
18138 (custom-theme-add-variable, custom-theme-variable-action)
18139 (custom-variable-reset-theme, custom-theme-delete-variable)
18140 (custom-face-reset-theme, custom-theme-face-action)
18141 (custom-theme-delete-face, custom-theme-merge-theme)
18142 (custom-theme-add-face, custom-theme-visit-theme): New functions.
18144 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
18146 * custom.el: Move Custom Themes commentary to start of theme code.
18147 (custom-known-themes): Rename `standard' theme to `changed'.
18148 (custom-push-theme): Caller no longer specifies what theme to use
18149 when doing `reset'---the setting is simply removed from the theme.
18150 Delete MODE from `theme-value' and `theme-settings' properties.
18151 (custom-declare-theme): Ignore &rest args since we don't use them.
18153 (custom-loaded-themes): Delete variable.
18154 (custom-theme-load-themes, custom-theme-loaded-p)
18155 (custom-theme-value): Delete functions.
18157 (custom-declare-theme): Signal error on invalid theme names.
18158 (provide-theme): custom-loaded-themes was deleted.
18159 (load-theme): Load the file unconditionally.
18160 (enable-theme): Call `load-theme' if theme is undefined.
18161 (custom-enabled-themes): Only update value for successful loads.
18162 (disable-theme): Complete from enabled themes when interactive.
18163 (custom-variable-theme-value): Calculate theme value directly.
18165 (custom-theme-reset-variables, custom-reset-variables): Mark as
18166 XEmacs compatibility functions. We don't actually use these.
18168 * cus-edit.el (custom-variable-state-set):
18169 Use custom-variable-theme-value instead of custom-theme-value.
18170 (custom-face-state-set): Rename `standard' theme to `changed'.
18171 (custom-save-variables, custom-save-faces): Delete unneeded
18172 references to custom-reset-variables.
18173 (custom-save-resets): Delete function.
18174 (custom-save-variables, custom-save-faces): MODE argument deleted.
18175 (custom-save-variables, custom-save-faces): Ignore theme values.
18177 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
18178 compatibility function.
18180 2006-01-01 Richard M. Stallman <rms@gnu.org>
18182 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
18183 (Custom-reset-current, Custom-reset-saved): Likewise.
18184 (Custom-reset-standard): Show message if aborted.
18185 (custom-mode): Doc fix, describing those commands.
18187 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
18188 put on event-kind property.
18190 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
18192 * custom.el (provide-theme): Ban `user' theme name.
18193 (custom-enabling-themes): New variable.
18194 (enable-theme): Don't enable user if custom-enabling-themes is t.
18195 (custom-enabled-themes): Make it a defcustom.
18196 (custom-theme-recalc-face): No-op if face is undefined.
18198 * cus-edit.el (custom-button-mouse): New variable.
18199 (custom-button-mouse): New face.
18200 (custom-raised-buttons, custom-mode): Use it.
18202 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
18204 2005-12-31 Eli Zaretskii <eliz@gnu.org>
18206 * progmodes/gud.el (gud-display-line): Support hl-line in the
18209 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
18211 * mouse.el (mouse-drag-window-above): Verify that the found window
18212 overlaps with the given window in the horizontal dimension.
18214 2005-12-31 Eli Zaretskii <eliz@gnu.org>
18216 * Makefile.in (cvs-update): New target.
18218 * makefile.w32-in (cvs-update): Ditto.
18220 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
18222 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
18223 (custom-new-theme-mode-map): New variable.
18225 2005-12-30 Richard M. Stallman <rms@gnu.org>
18227 * custom.el (custom-load-themes): Function deleted.
18229 * cus-edit.el (custom-save-loaded-themes): Function deleted.
18230 (custom-save-variables): Don't delete or add custom-load-themes call.
18232 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
18234 * cus-start.el: Add `visible-cursor'.
18236 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
18237 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
18238 (flymake-process-filter): Switch to buffer before calling it instead.
18239 (flymake-post-syntax-check, flymake-highlight-err-lines)
18240 (flymake-delete-own-overlays, flymake-parse-err-lines)
18241 (flymake-start-syntax-check, flymake-start-syntax-check-process)
18242 (flymake-count-lines, flymake-parse-residual):
18243 Remove constant buffer argument.
18244 (flymake-start-syntax-check-for-current-buffer): Remove.
18245 Update callers to use flymake-start-syntax-check instead.
18246 (flymake-display-err-menu-for-current-line):
18247 Remove unused var `mouse-pos'.
18248 (flymake-restore-formatting): Comment out unused function.
18249 (flymake-report-status, flymake-report-fatal-status): Remove buffer
18250 argument, use current-buffer instead. Update callers.
18252 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18254 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
18255 buffer-local because choose-completion-delete-max-match requires
18256 that we set completion-ignore-case (i.e., binding via let is not
18258 (bibtex-complete): Always set completion-ignore-case and
18259 choose-completion-string-functions. The latter is needed because
18260 choose-completion-string-functions keeps its value if we quit the
18261 *Completions* buffer without requesting a completion.
18263 2005-12-30 Andreas Schwab <schwab@suse.de>
18265 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
18267 2005-12-30 Eli Zaretskii <eliz@gnu.org>
18269 * jit-lock.el (jit-lock-chunk-size): Doc fix.
18271 2005-12-30 Juri Linkov <juri@jurta.org>
18273 * locate.el (locate-fcodes-file, locate-header-face)
18274 * progmodes/delphi.el (delphi-other-face)
18275 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
18277 * paren.el (show-paren-match, show-paren-mismatch): Use existing
18278 group `paren-showing-faces'.
18280 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
18281 (goto-address): Fix docstring.
18283 * net/webjump.el (webjump-sample-sites): Update URLs.
18285 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
18287 * subr.el (cancel-change-group): Add listp around pending-undo-list.
18289 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
18291 * font-lock.el (font-lock-compile-keywords): Signal an error when
18292 font-lock-set-defaults hasn't been called.
18294 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
18296 * subr.el (noreturn, 1value): Doc fixes.
18298 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18300 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
18301 that assoc-string returns nil.
18303 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18305 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
18306 (bibtex-entry-type-str, bibtex-empty-field-re)
18307 (bibtex-search-backward-string, bibtex-preamble-prefix)
18308 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
18309 (bibtex-any-valid-entry-type): New variable.
18310 (bibtex-parse-field-name): Simplify.
18311 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
18312 (bibtex-preamble-prefix): Include left delimiter.
18313 (bibtex-search-forward-field, bibtex-search-backward-field):
18314 Allow unbounded search past entry boundaries (required by bibtex-pop).
18315 (bibtex-text-in-field-bounds): Use push.
18316 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
18317 (bibtex-parse-preamble, bibtex-valid-entry)
18318 (bibtex-beginning-first-field): New functions.
18319 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
18320 (bibtex-map-entries): Fix docstring.
18321 (bibtex-flash-head): New arg prompt. Simplify.
18322 (bibtex-enclosing-field): Include code of bibtex-inside-field.
18323 (bibtex-insert-kill): Simplify. Always insert text past the
18324 current field or entry.
18325 (bibtex-format-entry): Use bibtex-parse-field.
18326 (bibtex-pop): Use bibtex-beginning-of-entry and
18327 bibtex-end-of-entry to initiate the search. Insert empty field if
18328 we found ourselves.
18329 (bibtex-print-help-message): New args field and comma.
18331 (bibtex-make-field): Use bibtex-beginning-of-entry.
18332 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
18334 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
18335 Handle preambles. Simplify code for thorough test.
18336 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
18337 New arg comma. Handle entry heads.
18338 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18339 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
18341 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
18342 (bibtex-fill-field): Simplify.
18343 (bibtex-fill-entry): Use bibtex-beginning-first-field and
18344 bibtex-parse-field.
18345 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
18346 (bibtex-complete): Use bibtex-parse-preamble.
18348 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
18350 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
18351 Display name of expression instead of convenience variable.
18352 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
18354 * progmodes/gud.el (gud-tooltip-dereference): Rename from
18355 toggle-gud-tooltip-dereference.
18356 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
18357 (gud-tooltip-tips): ...here when dereferencing.
18359 2005-12-28 Bill Wohler <wohler@newt.com>
18361 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
18363 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
18365 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
18366 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
18367 (vc-annotate-display-autoscale): Adjust call.
18368 (vc-annotate-display-default): Adjust call. Make arg compulsory.
18369 Fix interactive spec.
18370 (vc-annotate-time-span): Remove.
18371 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
18372 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
18373 (vc-annotate-display-select): Use new name.
18375 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
18376 (vc-annotate-mode-menu): Remove left-over redundant declaration.
18377 Correct the construction of span entries. Simplify.
18378 (vc-annotate-display-select): Fix the nil case.
18379 (vc-annotate): Remove obsolete (and now broken) code.
18380 (vc-annotate-extract-revision-at-line): Remove obsolete code.
18381 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
18383 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
18385 * subr.el (lazy-completion-table): Correct typo in docstring.
18387 * startup.el (command-line): Use `custom-reevaluate-setting' for
18388 `send-mail-function'.
18390 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
18392 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
18394 * mail/smtpmail.el (smtpmail-try-auth-methods):
18395 Send credentials together with "AUTH PLAIN" command.
18397 2005-12-27 Richard M. Stallman <rms@gnu.org>
18399 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
18400 mouse-2, go back to previously selected window, so it's selected
18401 when mouse-2 command runs.
18403 2005-12-27 Juri Linkov <juri@jurta.org>
18405 * descr-text.el (describe-text-sexp): Use square brackets for
18406 button [Show] to distinguish it from the property value `show'.
18407 (describe-property-list): Use `insert-text-button' with
18408 `help-face' type instead of putting face in quotes, because button
18409 is not created automatically for a list of faces.
18410 (describe-text-properties-1): Put button-type value in quotes to
18411 distinguish from plain text "button".
18412 (describe-char): Display code point values in hex. Don't use
18413 `symbol-name' for `current-input-method' because it is a string.
18414 Use `insert-text-button' with `help-face' type instead of putting
18415 hardcoded face in quotes, because button is not created automatically.
18417 2005-12-27 Richard M. Stallman <rms@gnu.org>
18419 * progmodes/glasses.el (glasses-face): More specific custom type.
18421 * files.el (set-visited-file-name): Doc fix.
18423 * textmodes/flyspell.el (flyspell-external-point-words):
18424 Use local var buffer-scan-pos to advance scan for next misspelling.
18425 Advance it only after we find the misspelling.
18427 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
18429 * textmodes/flyspell.el (flyspell-external-point-words):
18430 New criteria for finding the misspelling in the buffer.
18432 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
18434 * help-mode.el (help-insert-string): Set help-xref-stack-item
18435 rather than call help-setup-xref.
18437 * descr-text.el (describe-char): Revert previous changes for
18438 optional buffer argument.
18440 2005-12-27 Juri Linkov <juri@jurta.org>
18442 * help-mode.el (help-insert-string): New function. Save buffer
18443 contents in cases where it is impossible to recompute the old contents.
18445 * descr-text.el (describe-char): Set help-xref-stack-item
18446 explicitly after buffer has been generated.
18448 2005-12-27 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
18450 * cus-start.el (all): Add x-gtk-show-hidden-files.
18452 2005-12-26 Richard M. Stallman <rms@gnu.org>
18454 * replace.el (perform-replace): Calculate match-again
18455 before skipping read-only matches.
18457 * paren.el (paren-showing-faces): New group.
18458 (show-paren-match, show-paren-mismatch): Move to that group.
18460 * button.el (button): Put into group `basic-faces'.
18462 * progmodes/make-mode.el: Remove faces from group `faces'.
18464 * apropos.el (apropos, apropos-value): Doc fix.
18465 (apropos-documentation): Doc fix.
18467 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
18469 * subr.el (lazy-completion-table): Remove argument `args'.
18471 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
18472 Don't use the `args' argument of lazy-completion-table.
18474 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
18476 * descr-text.el (describe-char): Add optional argument for buffer.
18477 Set buffer appropriately. Call help-setup-xref.
18478 Suggested by Stefan Monnier.
18480 2005-12-26 Juri Linkov <juri@jurta.org>
18482 * descr-text.el: Require `help-fns' at runtime. Don't require
18483 `button' for byte compilation.
18484 (describe-text-widget): Add `help-echo' for first button.
18485 Use `help-info' for second.
18486 (describe-property-list): Use `help-argument-name' instead of `italic'.
18487 (describe-text-category): Add prompt to interactive spec.
18488 Call `help-setup-xref'.
18489 (describe-char): Use `help-character-set'. Add `help-echo' for
18490 code point. Use `help-input-method'. Remove superfluous insert.
18492 2005-12-25 Richard M. Stallman <rms@gnu.org>
18494 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
18495 at point, in case of narrowing.
18497 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
18499 * locate.el (locate-header-face): Allow nil in type.
18501 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
18503 2005-12-25 Romain Francoise <romain@orebokech.com>
18505 * battery.el (battery-linux-proc-acpi): Also try
18506 `/proc/acpi/thermal_zone/THM0/temperature'.
18508 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
18510 * custom.el (custom-push-theme): Fix docstring.
18512 * cus-edit.el (custom-variable-set, custom-variable-save)
18513 (custom-variable-save): Custom-quote widget values.
18514 (customize-save-variable): Fix custom-push-theme call.
18516 2005-12-24 Eli Zaretskii <eliz@gnu.org>
18518 * w32-fns.el (w32-batch-update-autoloads): New function.
18520 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
18521 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
18522 from the command line.
18524 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
18526 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
18527 reset means to remove setting from theme entirely. Don't keep
18528 expanding theme-settings list; delete old entries if necessary.
18530 * cus-edit.el (custom-buffer-create-internal): Move "Erase
18531 customization" button one line up.
18532 (custom-themed): New face.
18533 (custom-magic-alist): New value, THEMED, for theme settings.
18534 (custom-variable-state-set, custom-face-state-set):
18535 Check theme-value instead of saved-value.
18536 (custom-variable-reset-standard, custom-face-reset-standard):
18537 Remove theme setting entirely. Recalculate new values.
18538 (custom-variable-set, custom-variable-set)
18539 (custom-variable-reset-saved, custom-variable-reset-backup)
18540 (custom-face-set, custom-face-reset-saved): Update `user' theme.
18541 (custom-variable-save): Fix typos.
18543 2005-12-23 Juri Linkov <juri@jurta.org>
18545 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
18546 Add autoload cookies.
18547 (edebug-outside-d-c-i-n-s-w): New variable.
18548 (edebug-display, edebug-outside-excursion): Use it to save the
18549 original value of default-cursor-in-non-selected-windows.
18550 Set default-cursor-in-non-selected-windows to t while Edebug
18552 (edebug-mode, edebug-eval-mode): Doc fix.
18554 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
18555 with `buffer-substring-no-properties' to remove common substring
18558 * info.el (info-other-window, info): Rename function argument
18559 `file' to `file-or-node'.
18560 (Info-complete-menu-item): Use local variable `complete-nodes' to
18561 keep the global value of `Info-complete-nodes' unchanged for
18562 subsequent completions.
18563 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
18565 * simple.el (get-next-valid-buffer, last-buffer)
18566 (next-error-buffer-p, next-error-find-buffer)
18567 (minibuffer-history-sexp-flag): Doc fix.
18569 * savehist.el (savehist-mode-hook): Add `:group'.
18571 * log-view.el: Call autoload for vc-find-version.
18572 (log-view-current-file): Adjust subgroup numbers.
18573 (log-view-current-tag): Add `length'.
18575 2005-12-23 Richard M. Stallman <rms@gnu.org>
18577 * vc.el (vc-annotate-car-last-cons): Defn moved up.
18579 2005-12-23 Juri Linkov <juri@jurta.org>
18581 * hi-lock.el (hi-lock-archaic-interface-message-used)
18582 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
18583 (hi-lock-mode): Display "Hi" in the mode line only when
18584 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
18585 (hi-lock-write-interactive-patterns):
18586 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
18587 (hi-lock-set-pattern, hi-lock-set-file-patterns)
18588 (hi-lock-font-lock-hook): Set 3rd arg `how' of
18589 font-lock-add-keywords to t.
18591 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
18593 * hi-lock.el (hi-lock-highlight-range): New variable.
18594 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
18595 only if font-lock-fontified is non-nil. Remove overlays.
18596 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
18597 font-lock-fontified is non-nil, otherwise use overlays (instead of
18599 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
18601 (hi-lock-string-serialize): New function.
18603 2005-12-23 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
18605 * menu-bar.el (menu-find-file-existing): New function.
18606 (menu-bar-file-menu): Use menu-find-file-existing for Open.
18608 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
18610 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18612 * vc.el: Remove unnecessary leading * in docstrings.
18613 (vc-annotate-mode-map): Move initialization into declaration.
18614 (vc-static-header-alist): Nitpick on the regexp.
18615 (vc-default-init-version): New fun.
18616 (vc-register): Use it.
18617 (vc-insert-headers): Use dolist.
18618 (vc-annotate-get-backend): Remove unused function.
18619 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
18620 (vc-annotate-mode): Remove corresponding call.
18621 (vc-annotate-car-last-cons): Simplify.
18622 (vc-annotate-buffers): Remove var.
18623 (vc-annotate-backend): Make it buffer-local.
18624 (vc-annotate): Move the interaction to the interactive spec.
18625 Add a `buf' argument.
18626 (vc-annotate-warp-version): Use this new `buf' argument to avoid
18627 killing&creating a vc-annotate buffer, which is very disruptive when
18628 the buffers are shown in dedicated frames.
18630 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
18632 * descr-text.el: Add FSF as maintainer.
18633 (describe-text-mode, describe-text-mode-map)
18634 (describe-text-mode-hook, describe-text-done): Delete. Use normal
18636 (describe-text-widget, describe-text-sexp)
18637 (describe-property-list, describe-text-category)
18638 (describe-text-properties, describe-text-properties-1)
18639 (describe-char): Use help buttons instead of widgets.
18640 (describe-char-unicodedata-file): Make URL link in doc string.
18642 2005-12-22 Richard M. Stallman <rms@gnu.org>
18644 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
18645 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
18646 Don't include buttons that write a file when there's no file.
18647 (custom-variable-menu, custom-face-menu, custom-group-menu):
18648 Don't include commands that write a file when there's no file.
18649 (customize-browse): Reword the top-of-buffer help intro.
18650 (custom-buffer-create-internal): Fix previous change.
18651 (customize-changed-options-previous-release): Prev release is 21.1.
18652 (customize-changed-options): Doc fix.
18653 (customize-changed): New alias.
18654 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
18655 Say "standard values".
18656 (Custom-reset-standard): Doc fix.
18657 (custom-face-reset-standard): Doc fix.
18659 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
18661 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
18662 even if font-lock-mode is non-nil since it may be t without having
18663 turned on font-lock-mode-internal.
18664 (font-lock-choose-keywords): Minor optimization.
18665 (font-lock-add-keywords, font-lock-remove-keywords)
18666 (font-lock-set-defaults): Don't call make-local-variable on a variable
18667 that we know to already be local.
18669 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18671 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
18672 messages if in the minibuffer.
18674 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18676 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
18677 (tex-mode-flyspell-verify, flyspell-get-word)
18678 (flyspell-external-point-words): Don't use point-min/max uselessly.
18680 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
18681 by Kevin Rodgers. Instead, just hide the completions buffer if we
18682 don't need to show it.
18684 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
18686 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
18688 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
18690 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
18691 delete-windows-on with an inexistent buffer.
18693 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
18695 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18696 Delete defcustom variable :tag names.
18698 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
18700 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
18701 (log-view-font-lock-keywords): Ajust subgroup numbers.
18702 (log-view-current-tag): Don't hard code the number of subgroups.
18704 2005-12-20 Juri Linkov <juri@jurta.org>
18706 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
18707 (tooltip-x-offset, tooltip-y-offset): Doc fix.
18709 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
18710 (menu-bar-non-minibuffer-window-p): Instead of checking
18711 display-multi-frame-p, use selected-frame when menu-updating-frame
18714 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
18716 * align.el (align-rules-list): Use [ \t] instead of \s-
18717 for column separators in text mode.
18719 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
18721 * help-mode.el (help-customize-variable, help-customize-face):
18722 Don't pop help-xref-stack as help-follow no longer pushes
18725 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
18727 * textmodes/org.el (org-agenda-custom-commands): New option.
18728 (org-agenda): Offer custom commands on splash screen.
18729 (org-make-tags-matcher): Parser for Boolean logic added.
18730 (org-agenda-set-tags): New command.
18731 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
18732 (org-set-tags): Efficiency improvements.
18733 (org-auto-align-tags): New option.
18734 (org-todo, org-demote, org-promote): Realign tags.
18735 (org-tags-completion-function): Use also "&" and "|" as separators.
18736 (org-org-menu): Agenda commands simplified.
18738 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
18740 * cus-edit.el (customize-apropos, customize-apropos-options):
18743 * font-lock.el (font-lock): Add tags to the links in the defgroup.
18745 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
18747 * longlines.el (longlines-mode): Wrap while widened.
18748 (longlines-decode-region, longlines-encode-region): Compute max
18751 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18753 * cus-edit.el (mac): New group.
18755 * cus-start.el (all): Add user options in macterm.c. Add test for
18756 Mac-related built-ins. Fix test for GTK-related built-ins.
18758 * term/mac-win.el (mac-handle-language-change)
18759 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
18760 (mac-services-open-selection, mac-services-mail-selection)
18761 (mac-services-mail-to, mac-services-insert-text)
18762 (mac-dispatch-apple-event): Add docstrings.
18763 (x-get-selection, mac-select-convert-to-string): Select coding
18764 system from `utf-16be' and `utf-16le' using `byteorder'.
18766 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
18768 * subr.el (lazy-completion-table): Don't be fooled if the var holds
18769 a "list" (lambda ...) rather than a real completion list.
18771 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
18772 lexical-let when encountering ((lambda (...) ...) ...).
18774 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18776 * progmodes/sh-script.el (sh-mode):
18777 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
18778 * textmodes/picture.el (picture-mode): Update docstrings.
18780 2005-12-17 Eli Zaretskii <eliz@gnu.org>
18782 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
18783 commands enclosed in $(ARGQUOTE)s should not be split between two
18784 lines, as that will break with GNU Make >3.80, when sh.exe is used
18785 and arg quoting is with '..'.
18786 (autoloads): Don't break the quoted --eval expression between
18789 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
18791 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
18792 Capture error from printing circular structures.
18794 2005-12-17 Martin Rudalics <rudalics@gmx.at>
18796 * wid-edit.el (widget-checkbox-action): Clear undo info.
18798 2005-12-16 Bill Wohler <wohler@newt.com>
18800 * menu-bar.el (kill-this-buffer): Set a good example by using menu
18801 bar, not menubar in comment.
18803 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
18805 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
18806 After-change-functions should not clobber the match data.
18808 2005-12-16 Juri Linkov <juri@jurta.org>
18810 * simple.el (choose-completion): Use `buffer-substring-no-properties'
18811 instead of `buffer-substring'.
18812 (completion-common-substring): Doc fix.
18813 (completion-setup-function): Use minibuffer-completion-contents
18814 instead of minibuffer-contents. Don't set common-string-length
18815 initially. Remove special handling of partial-completion-mode.
18816 Move computation of completion-base-size into one cond.
18817 Call completion-base-size-function in mainbuf. In computation of
18818 completion-base-size for file name completion don't move point to
18819 the end of the minibuffer. Move computation of common-string-length
18820 into one cond. Start putting faces only when common-string-length>=0.
18821 Add condition to put completions-common-part when
18822 common-string-length>0.
18824 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
18825 place point at the first different character in the minibuffer
18826 even if this position is at the beginning of the minibuffer.
18828 * info.el (Info-read-node-name-1): In completion-base-size-function's
18829 lambda return 1 if common-substring or minibuffer-completion-contents
18830 starts with (, and 0 otherwise.
18832 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
18833 Use `crm-current-element' for second arg of `display-completion-list'.
18835 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
18837 * files.el (set-auto-mode): Look for an interpreter specified on
18838 the first line also if search for mode specification succeeded,
18839 but the mode is not known.
18841 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
18843 * textmodes/org.el (org-tags-match-list-sublevels): New option.
18844 (org-open-at-point): Implement tag searches as links.
18845 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
18846 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
18847 (org-tags-sparse-tree, org-tags-view, org-set-tags)
18848 (org-agenda-dispatch): New commands.
18849 (org-use-tag-inheritance, org-tags-column): New options.
18850 (org-tab-follows-link, org-return-follows-link): New options.
18851 (org-tags): New customize group.
18852 (org-start-icalendar-file): Get local time zone.
18853 (org-tags-completion-function): New function.
18854 (org-set-font-lock-defaults): Make sure links will also be
18855 highlighted inside headlines.
18857 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
18859 * term.el (term-emulate-terminal):
18860 Let term-handle-ansi-terminal-messages override what Bash says about
18861 its current directory.
18863 2005-12-16 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
18865 * bindings.el (last-buffer): Move to simple.el.
18866 * simple.el (last-buffer): Move here.
18867 (get-next-valid-buffer): New function.
18868 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
18869 (prev-buffer): Ditto. Rename to `previous-buffer'.
18871 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
18872 * bindings.el (global-map): Ditto.
18874 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
18876 * cus-edit.el: Introductory comment change.
18877 (custom-magic-alist): Change message string for the `rogue' state.
18879 2005-12-15 Richard M. Stallman <rms@gnu.org>
18881 * tooltip.el: Delete defcustom variable :tag names.
18883 * complete.el (partial-completion-mode): Doc fix.
18885 * textmodes/flyspell.el (flyspell-external-point-words):
18886 Use save-excursion to ensure we don't move backward in the
18887 search loop, not even one character.
18888 (flyspell-delete-all-overlays): Use remove-overlays directly.
18890 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
18891 (ispell-start-process): Set that variable.
18892 Clear ispell-buffer-local-name.
18893 (ispell-internal-change-dictionary):
18894 Set ispell-current-dictionary after killing process.
18895 (ispell-buffer-local-dict):
18896 Don't set spell-personal-dictionary after killing process.
18897 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
18898 (ispell-tex-skip-alists, ispell-html-skip-alists)
18899 (ispell-skip-region-alist): Mark as risky.
18901 * net/newsticker.el (newsticker--retrieval-timer-list)
18902 (newsticker--display-timer, newsticker-running-p)
18903 (newsticker-ticker-running-p): Definitions moved up.
18905 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
18907 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
18909 2005-12-15 David Ponce <david@dponce.com>
18911 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
18912 (recentf-edit-list, recentf-open-files): Signal an error when
18913 there is no recent file.
18915 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
18917 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
18918 read-only except for texinfo-format-region evaluation.
18920 2005-12-14 Richard M. Stallman <rms@gnu.org>
18922 * vc.el (vc-default-previous-version, vc-default-next-version)
18923 (vc-do-command): Doc fixes.
18925 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18927 * textmodes/bibtex.el (bibtex-expand-strings)
18928 (bibtex-autokey-expand-string, bibtex-name-part)
18929 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
18930 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
18931 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
18932 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
18933 (bibtex-entry-postfix, bibtex-known-entry-type-re)
18934 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
18935 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
18936 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
18937 (bibtex-beginning-of-last-entry): Remove.
18938 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
18939 message if comma is missing but buffer is read-only.
18940 (bibtex-parse-field-text): Handle whitespaces at the end of field
18941 text. Return 3-element list with beginning and end of field text
18943 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
18944 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
18945 (bibtex-search-forward-field, bibtex-search-backward-field):
18946 Search always delimited by limits of entry. Use more efficient
18948 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
18949 bibtex-end-of-name-in-field.
18950 (bibtex-text-in-field-bounds): Handle BibTeX strings when
18951 extracting the content of a field.
18952 (bibtex-text-in-field): Use search limits.
18953 (bibtex-parse-string-prefix): Handle empty string keys based on
18954 bibtex-string-empty-key.
18955 (bibtex-parse-string): Fix docstring.
18956 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
18957 (bibtex-preamble-prefix, bibtex-strings): New functions.
18958 (bibtex-skip-to-valid-entry): Include preceding whitespace in
18959 BibTeX entries (consistent with other BibTeX functions).
18960 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
18961 (bibtex-search-entry): Fix docstring. Simplify.
18962 (bibtex-flash-head, bibtex-complete-string-cleanup)
18963 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
18964 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
18965 (bibtex-parse-entry): New optional arg content.
18966 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
18967 Use bibtex-text-in-field-bounds.
18968 (bibtex-print-help-message): Handle BibTeX strings and preambles.
18969 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
18970 bibtex-parse-string-postfix.
18971 (bibtex-find-text-internal): New function.
18972 (bibtex-remove-delimiters): Use it.
18973 (bibtex-find-text): Use it. New optional arg help.
18974 (bibtex-complete): Handle BibTeX string and preamble entries.
18975 (bibtex-Preamble): Fix order of closing delimiters.
18977 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
18979 * vc.el (vc-default-revert): New fun.
18981 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
18983 2005-12-14 Romain Francoise <romain@orebokech.com>
18985 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
18986 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
18987 (font-lock-remove-keywords): Likewise.
18989 2005-12-14 Juri Linkov <juri@jurta.org>
18991 * log-view.el (log-view-diff): Doc fix.
18993 * isearch.el (isearch-query-replace): Use (mark) instead of
18994 isearch-opoint if mark is active in transient-mark-mode.
18996 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
18998 * isearch.el (isearch-query-replace): Check for isearch-other-end.
19000 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
19002 * progmodes/cpp.el (cpp-face): New widget.
19003 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
19005 2005-12-14 Juri Linkov <juri@jurta.org>
19007 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
19008 around `erase-buffer' and `insert'.
19010 * descr-text.el (describe-text-properties): Replace buffer name
19011 "*Help-2*" with "*Help*<2>".
19012 (describe-char): Add functions print-help-return-message,
19013 toggle-read-only. Use help-setup-xref with nil to not store
19014 describe-char in help-xref-stack. Use help-make-xrefs to
19015 make [back] button.
19017 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
19019 * wdired.el (wdired-old-point): New internal variable.
19020 (wdired-change-to-wdired-mode): Set it buffer-locally.
19021 (wdired-abort-changes): Restore point after aborting changes.
19023 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
19025 * vc.el (vc-do-command): Add a new value t for okstatus.
19027 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
19028 frame in case of errors.
19030 2005-12-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
19032 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
19033 so it comes after "On the Left" in the menu.
19035 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
19037 * cus-edit.el (customize-apropos, customize-apropos-options)
19038 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
19040 2005-12-12 Bill Wohler <wohler@newt.com>
19042 * vc-svn.el (vc-svn-registered): Fix problem of visiting
19043 non-writable Subversion-controlled files by saving window
19044 configuration before calling vc-do-command. vc-do-command calls
19045 pop-to-buffer on error which is unexpected during registration.
19047 2005-12-12 Jay Belanger <belanger@truman.edu>
19049 * calc/README: Update the summary of changes.
19051 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
19053 * descr-text.el (describe-char): Rework last fix to solve the problem
19054 is the same way it's solved for everything else in that function
19055 (i.e. by extracting the info before setting up the *Help* buffer).
19057 2005-12-12 Kim F. Storm <storm@cua.dk>
19059 * subr.el (version-regexp-alist): Allow space as separator before
19060 non-numeric part, e.g. "1.0 alpha".
19061 (version-to-list): Interpret .X.Y version as 0.X.Y version.
19063 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
19065 * textmodes/org.el (org-agenda, org-timeline, org-todo):
19066 Implement Logging and the keep-modes setting.
19067 (org-get-category): Make sure a string is returned.
19068 (org-log-done): New function.
19069 (org-log-done, org-closed-string): New options.
19071 2005-12-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
19073 * tooltip.el (tooltip-y-offset): Change default to 20.
19075 2005-12-12 Richard M. Stallman <rms@gnu.org>
19077 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
19079 * frame.el (display-hourglass): Doc fix.
19081 * help.el (help-for-help-internal): Simplify entry for `a'.
19083 * info.el (Info-on-current-buffer): Doc fix.
19084 (info-insert-file-contents): Don't test (featurep 'jka-compr).
19086 * startup.el (inhibit-splash-screen): Make this the real name.
19087 (inhibit-startup-message): Make this the alias.
19088 (command-line): Find only simple.el, and use its directory
19089 to fill in other preloaded files' names.
19090 (command-line): Deactivate the mark if deactivate-mark is set.
19092 * international/mule.el (load-with-code-conversion):
19093 Bind deactivate-mark.
19095 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
19097 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
19099 * cus-edit.el (customize-apropos): Avoid listing an option more
19100 than once under different aliases. No longer list user options
19101 that are not defined with defcustom (unless a prefix arg is given).
19103 (customize-apropos-options): Doc fix.
19105 2005-12-11 Juri Linkov <juri@jurta.org>
19107 * frame.el (set-background-color, set-foreground-color)
19108 (set-cursor-color, set-mouse-color, set-border-color):
19109 Add explicit prompts to read colors by `facemenu-read-color'.
19110 (show-trailing-whitespace, blink-cursor-delay)
19111 (blink-cursor-interval, display-hourglass, hourglass-delay):
19113 (display-hourglass, hourglass-delay): Doc fix.
19114 (cursor-in-non-selected-windows): Capitalize words in tag.
19116 * faces.el (frame-background-mode): Replace `choice-item' keywords
19117 with `const' to not make [default] button. Change default value tag
19118 from `default' to `automatic'. Doc fix.
19119 (trailing-whitespace) <defface>: Change group `whitespace' to
19120 `whitespace-faces'.
19122 2005-12-11 Richard M. Stallman <rms@gnu.org>
19124 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
19126 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19128 * term/mac-win.el: Create keymap for mac-apple-event-map.
19130 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
19132 * tooltip.el (tooltip-mode): Move to start of file so that it
19133 appears at top of customize buffer.
19135 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
19136 Add the gud groupname.
19137 (gud-tooltip-mode): Add the tooltip groupname.
19138 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
19139 avoid conflict with tooltip-use-echo-area.
19141 2005-12-10 Romain Francoise <romain@orebokech.com>
19143 * help.el (help-for-help-internal): Add `r' in doc string.
19145 2005-12-10 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
19147 * align.el (align-regexp, align-highlight-rule):
19148 Use region-beginning and region-end instead of point and mark, so that
19149 repetition (with `repeat-complex-command') recomputes the region
19152 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
19154 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
19155 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
19156 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
19157 (balance-windows): Rewrite using the above new functions.
19159 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
19161 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
19162 react if global-hi-lock-mode seems intended.
19163 (global-hi-lock-mode): Renamed from hi-lock-mode.
19164 (hi-lock-archaic-interface-message-used)
19165 (hi-lock-archaic-interface-deduce): New variables.
19166 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
19167 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
19168 (hi-lock-find-patterns, hi-lock-font-lock-hook):
19169 Replace hi-lock-buffer-mode with hi-lock-mode.
19171 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
19173 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
19174 completion list, even after a partial completion has been
19175 inserted in the current buffer. If there are more than 1
19176 completion, redisplay the *Completions* buffer; if the
19177 completion is unique, delete the *Completions* window.
19179 2005-12-10 Eli Zaretskii <eliz@gnu.org>
19181 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
19182 strings and long subject lines that were broken into multiple
19183 lines at arbitrary places. Handle subjects that have "Re: " in
19186 2005-12-10 John W. Eaton <jwe@octave.org>
19188 * progmodes/octave-mod.el (octave-electric-space): Don't indent
19189 comments or strings if octave-auto-indent is nil.
19191 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19193 * term/mac-win.el: Require url when compiling.
19194 Call mac-process-deferred-apple-events after loading init files.
19195 (mac-apple-event-map): New defvar. Define event handlers in it.
19196 (core-event, internet-event): New Apple event class symbols.
19197 (open-application, reopen-application, open-documents)
19198 (print-documents, open-contents, quit-application)
19199 (application-died, show-preferences, autosave-now, get-url):
19200 New Apple event ID symbols.
19201 (about): New HICommand ID symbol.
19202 (mac-event-spec, mac-event-ae): New macros.
19203 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
19204 (mac-ae-selection-range, mac-ae-text-for-search)
19205 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
19206 (mac-application-menu-map): Remove keymap. Handlers for HICommand
19207 and Services menu events are now defined in mac-apple-event-map.
19208 (mac-drag-n-drop): Remove selection range handling.
19210 2005-12-10 Kenichi Handa <handa@m17n.org>
19212 * simple.el (zap-to-char):
19213 * isearch.el (isearch-process-search-char): Translate CHAR by
19214 translation-table-for-input.
19216 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
19218 * foldout.el (foldout-exit-fold): Properly hide subtree.
19220 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19222 * files.el (save-buffer):
19223 * international/ucs-tables.el (ucs-set-table-for-input):
19224 * mail/mail-extr.el (mail-extract-address-components):
19225 * mail/sendmail.el (mail-mode): Reformat doc string.
19227 2005-12-09 Juri Linkov <juri@jurta.org>
19229 * isearch.el (isearch-highlight): Change main overlay priority
19230 from 1 to 1001. Simplify.
19231 (isearch-lazy-highlight-update): Change lazy overlay priority
19234 * replace.el (replace-highlight): Change overlay priority from
19237 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
19238 Change overlay priority from 1 to 1001. Reuse existing overlay.
19240 * compare-w.el (compare-windows-highlight): Change overlay
19241 priority from 1 to 1000.
19243 * menu-bar.el (menu-bar-edit-menu): Add listp around
19244 pending-undo-list to disable menu item "undo" when pending
19245 undo list is empty.
19247 * locate.el (locate): Disable undo in *Locate* buffer.
19249 2005-12-09 Kim F. Storm <storm@cua.dk>
19251 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
19253 2005-12-09 David Ponce <david@dponce.com>
19255 * recentf.el: Improvement of the menu code.
19256 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
19257 instead of menu hook.
19258 (recentf-show-menu, recentf-hide-menu): New functions.
19259 (recentf-menu-customization-changed, recentf-mode): Use them.
19260 (recentf-menu-action, recentf-max-menu-items)
19261 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
19262 (recentf-arrange-by-rule-others)
19263 (recentf-arrange-by-rules-min-items)
19264 (recentf-arrange-by-rule-subfilter): Don't use
19265 `recentf-menu-customization-changed'.
19266 (recentf-arrange-rules): Likewise. Accept functions to compute
19268 (recentf-menu-filter): Likewise. Doc fix.
19269 (recentf-menu-value-shortcut): Doc fix.
19270 (recentf-dump-variable): Quote atom value.
19271 (recentf-make-menu-items): Update to use it as a menu filter.
19272 (recentf-match-rule): New function.
19273 (recentf-arrange-by-rule): Use it.
19274 (recentf-indirect-mode-rule): New function.
19275 (recentf-build-mode-rules): Use it.
19276 (recentf-dir-rule): New function.
19277 (recentf-arrange-by-dir): Use it.
19278 (recentf-filter-changer-current): Rename from
19279 `recentf-filter-changer-state'. All references updated.
19280 (recentf-filter-changer-alist): Update filter names.
19281 (recentf-filter-changer-select): New function.
19282 (recentf-filter-changer): Use it. Make a sub-menu from filters
19283 available in `recentf-filter-changer-alist'.
19284 (recentf-data-cache, recentf-clear-data)
19285 (recentf-update-menu): Remove. All references updated.
19286 (recentf-match-rule-p, recentf-build-dir-rules)
19287 (recentf-filter-changer-goto-next)
19288 (recentf-filter-changer-get-current)
19289 (recentf-filter-changer-get-next): Remove.
19291 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
19293 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
19294 buffer "Reset" button to "Reset to Current" for consistency with
19297 2005-12-08 John Paul Wallington <jpw@pobox.com>
19299 * ibuf-ext.el (define-ibuffer-filter filename):
19300 If `dired-directory' is a list then really use its car.
19302 2005-12-08 Kim F. Storm <storm@cua.dk>
19304 * emulation/cua-rect.el (cua--rectangle-aux-replace):
19305 Fix indention of text on right side of replaced rectangle.
19307 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
19309 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
19310 No need to check gud-comint-buffer is bound.
19311 (gdb): Prevent multiple debugging when first session uses gdba.
19313 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19315 CC Mode update to 5.31.
19317 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
19318 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
19319 We might do this function properly in the future).
19321 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
19322 New macros c-sentence-end and c-default-value-sentence end, to cope
19323 with Emacs 22's new function `sentence-end'.
19325 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19327 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
19328 compat issue using `c-put-overlay' and `c-delete-overlay'.
19330 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
19331 New compat macros to handle overlays/extents.
19333 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19335 * progmodes/cc-fix.el: Add definitions of the macros push and pop
19336 (for GNU Emacs 20.4).
19338 * progmodes/cc-defs.el
19339 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
19341 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
19342 highlighting mechanism so it will work in XEmacs too.
19344 * progmodes/cc-defs.el: Insert c-int-to-char.
19346 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
19347 call to the new macro c-int-to-char. This solves XEmacs's
19348 regarding characters as different from integers.
19350 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19352 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
19353 New internal helper.
19355 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
19356 construct to make the indirect face lookup work in XEmacs.
19358 (c-cpp-matchers): Append the negation char face to the existing
19359 fontification, so that the cpp face doesn't disappear.
19360 Use `c-make-syntactic-matcher' to avoid negation chars in comments
19363 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
19364 to map to `font-lock-negation-char-face' in emacsen where it exists.
19366 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19368 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
19370 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
19371 Rename "c-subword-move-mode" as "c-subword-mode".
19373 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
19374 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
19376 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19378 * progmodes/cc-mode.el: Added autoload directive for
19379 `c-subword-move-mode' for use in older emacsen.
19381 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19383 * progmodes/cc-mode.el:
19384 (i): Insert a binding for C-c C-backspace into
19385 c-bind-special-erase-keys which works in TTYs.
19386 (ii): Make sure that when file styles are used, any explicitly
19387 given style variables take priority over those in the style.
19388 Do this by calling `hack-local-variables' a second time.
19390 * progmodes/cc-vars.el: Add language specific customization
19391 widgets for AWK to c-doc-comment-style, c-require-final-newline
19392 and c-default-style. Add a defcustom for awk-mode-hook.
19393 Give c-syntactic-element and c-syntactic-context doc-strings by
19394 directly setting their `variable-documentation' propery.
19395 This allows Emacs 22.1 to read these with C-h v.
19397 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
19399 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19401 * progmodes/cc-fonts.el, cc-vars.el
19402 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
19403 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
19406 (c-doc-comment-style): Made GtkDoc default in C mode.
19408 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
19409 and C-c C-<delete>.
19411 (c-bind-special-erase-keys): New function for use on
19412 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
19414 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
19415 <delete> key behavior in XEmacs according to `delete-forward-p'.
19416 C.f. `c-electric-delete'.
19418 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19420 * progmodes/cc-mode.el: Give c-hungry-backspace and
19421 c-hungry-delete-forward permanent key bindings.
19423 * progmodes/cc-cmds.el (c-electric-semi&comma):
19424 Bind c-syntactic-context for calls to "criteria functions", for
19425 consistency with other calls to user functions.
19427 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
19428 `current-prefix-arg', since this might be the prefix arg to a
19429 command which calls c-indent-command as a function. Change the
19430 interactive spec from "p" to "P".
19432 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
19433 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
19434 was difficult to understand.
19436 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19438 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
19439 first char of an identifier.
19441 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
19444 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19446 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
19447 auto-fill doesn't split a c-comment's last word from a hanging
19448 "*/" when a space is typed between them after fill-column.
19450 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
19452 * progmodes/cc-styles.el (c-set-style)
19453 (c-setup-paragraph-variables): Abort the command if we're not in a
19456 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
19457 with blank comment-prefix, and a blank line as the comment's
19460 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19462 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
19463 Incorporate the patterns added in the Emacs development branch
19464 for the new Emacs 22 face `font-lock-negation-char-face'.
19466 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
19467 of "red" since it stands out better in xterms and DOS terminals.
19469 * progmodes/cc-engine.el (c-literal-faces):
19470 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
19472 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19474 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
19475 forcibly enable c-electric-flag.
19477 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
19478 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
19479 after the comment-prefix of a C-style comment will close that comment.
19481 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19483 * progmodes/cc-fonts.el (c-basic-matchers-before)
19484 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
19487 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
19490 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
19491 (c-cpp-message-directives, c-cpp-include-directives)
19492 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
19493 (c-cpp-expr-directives): Introduce new language constants to
19494 control cpp syntax in a cleaner way.
19496 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
19498 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
19500 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
19501 (c-multiline-string-start-char): New language constants and
19502 variables to specify how newlines in string literals work.
19504 (c-font-lock-invalid-string): Use them.
19506 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
19507 unbalanced close brace is entered. Optimization by avoiding going
19508 back over arbitrarily large blocks. Removed hints that this
19509 function only would be relevant/useful in AWK.
19511 (c-electric-brace): Indent syntactically after the cleanups since
19512 lineup functions might do it differently then.
19514 * progmodes/cc-engine.el, cc-langs.el
19515 (c-opt-op-identifier-prefix): New language constant and variable.
19517 (c-just-after-func-arglist-p, c-after-special-operator-id)
19518 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
19520 * progmodes/cc-align.el, cc-engine.el
19521 (c-after-special-operator-id): New helper to handle C++ operator
19524 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
19525 (c-guess-basic-syntax): Handle C++ operator identifiers in
19528 * progmodes/cc-langs.el (c-assignment-operators): Add the
19529 trigraph version of ^= too.
19531 * progmodes/cc-langs.el (c-assignment-operators): Add the
19532 trigraph version of |= in C++.
19534 * progmodes/cc-fonts.el (c-font-lock-declarators):
19535 Handle `c-decl-hangon-kwds' after the identifier name.
19537 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
19538 whether an arglist is "nonempty", ignore a comment after the open
19539 paren if it isn't followed by a non-comment token on the same line.
19541 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
19542 Enable heuristics below the point to cope with classes inside special
19543 brace lists in Pike.
19545 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19547 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
19549 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19551 * progmodes/cc-guess.el (cc-guess-install): New function to
19552 install an already guessed style in another buffer.
19554 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
19555 sets `inhibit-read-only' - `c-save-buffer-state' should be used
19556 anyway if the change always is undone.
19558 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19560 Implement togglable electricity:
19562 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
19563 saying when it should be used.
19565 * progmodes/cc-engine.el: Add the new buffer-local variable,
19568 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
19569 c-toggle-auto-newline.
19571 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
19572 c-toggle-auto-newline. Remove the binding for
19573 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
19574 c-toggle-electric-state.
19576 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
19578 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
19579 c-\(forward\|backward\)-subword.
19580 (c-update-modeline): Add the new modeline flag `l' for
19581 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
19582 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
19583 Make the old name an alias of the new name.
19584 (c-toggle-electric-state): New function.
19585 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
19586 Adapt these functions to do electric things only when
19587 c-electric-flag is non-nil.
19588 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
19589 new functions from c-electric-brace.
19590 (c-point-syntax): Add a check for "virtual semicolons" in AWK
19591 mode, so that the tentative extra newline doesn't change the
19592 syntax of the following brace.
19593 (c-electric-brace): Restructure by extracting the above functions.
19594 Tidy up the coding somewhat.
19595 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
19598 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19600 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
19601 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
19603 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
19604 (c-submode-indicators): Change name from `c-auto-hungry-string'
19605 since it's now used to track another submode.
19607 (c-update-modeline): Convert to function and extended to check
19608 `c-subword-move-mode'.
19610 (c-forward-into-nomenclature, c-backward-into-nomenclature):
19611 Convert to compat aliases for `c-forward-subword' and
19612 `c-backward-subword'.
19614 * progmodes/cc-subword.el: New functions and minor mode to handle
19615 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
19617 (c-forward-subword, c-backward-subword, c-mark-subword)
19618 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
19619 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
19620 Functions corresponding to the standard word handling functions.
19622 (c-subword-move-mode): Minor mode that replaces all the standard
19623 word handling functions with their subword equivalences.
19625 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19627 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
19628 entry for one-liner-defun.
19630 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
19631 name in its def-edebug-spec.
19633 * progmodes/cc-cmds.el (c-electric-brace): Make the
19634 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
19635 compacts space before a comment, if this will make things fit on
19638 Introduce an "awk" style, mainly for auto-newline and clean-ups.
19640 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
19642 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
19643 clean-up one-liner-defun.
19645 * progmodes/cc-styles.el: Add the new "awk" style.
19647 * progmodes/cc-vars.el: Add description of one-liner-defun to
19648 c-cleanup-list's doc-string. New user options,
19649 c-max-one-liner-length. In c-default-style, set the default style
19652 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19654 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
19655 macros inside labels.
19657 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
19658 `c-at-statement-start-p' and `c-at-expression-start-p'.
19660 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
19661 error if the mark isn't set.
19663 * progmodes/cc-engine.el (c-guess-continued-construct)
19664 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
19665 accurately detect functions inside functions.
19667 * progmodes/cc-engine.el (c-at-expression-start-p): New function
19668 like `c-at-statement-start-p' that additionally recognizes commas
19669 and expression parentheses as delimiters.
19671 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
19672 to avoid heuristics that doesn't work for unclosed blocks.
19673 (c-at-statement-start-p): New function.
19675 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
19676 Objective-C directives, e.g. directives spanning lines should work
19677 reasonably well now.
19679 (c-put-c-type-property, c-clear-c-type-property): New helpers.
19681 (c-forward-objc-directive): New function to move over any ObjC
19684 (c-just-after-func-arglist-p, c-guess-basic-syntax)
19685 (c-basic-matchers-before): Use it.
19687 (c-font-lock-objc-iip-decl): Remove.
19689 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
19690 in the template arglist recognition.
19692 * progmodes/cc-styles.el (c-style-alist): Fix several
19693 inconsistencies in the Whitesmith style.
19695 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
19696 New lineup function to get lines after Whitesmith style blocks
19697 correctly indented.
19699 (c-lineup-whitesmith-in-block): Back out the compensation for
19700 opening parens since it's done using `add' lists in the style
19701 definition instead. Don't use the anchor position since it varies
19702 too much between the syntactic symbols. :P
19704 * progmodes/cc-vars.el (c-valid-offset): Update.
19706 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
19707 lists where the offsets are combined according to several
19708 different methods: `first', `min', `max', and `add'.
19709 Report offset evaluation errors with `c-benign-error' so that some kind
19710 of reindentation still is done.
19712 * progmodes/cc-engine.el (c-guess-basic-syntax):
19713 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
19716 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
19717 situations for `arglist-cont-nonempty' and `arglist-close'.
19719 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
19721 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
19722 cc-bytecomp-boundp' in a number of places.
19724 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
19725 macro related issue.
19727 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19729 * progmodes/cc-awk.el: Change the terminology of regexps: A char
19730 list is now [asdf], a char class [:alpha:].
19731 Include code for char classes.
19732 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
19733 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
19735 Remove (nearly all of) the cruft associated with AWK Mode's former
19736 concept of "virtual semicolons":
19738 Adapt c-beginning-of-statement, c-end-of-statement (together with
19739 subfunctions) to use the new notion of "virtual semicolon" in
19740 place of the old awkward special handling for AWK. There remains
19741 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
19742 * progmodes/cc-cmds.el:
19743 (c-ascertain-adjacent-literal): In the backwards direction, now
19744 recognises AWK regexp delimiters as string delimiters.
19745 (c-after-statement-terminator-p): Adapt for virtual semicolons;
19746 check more rigorously for "end of macro".
19747 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
19748 virtual semicolons;
19749 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
19750 out the code for forward movement into ...
19751 (c-end-of-statement): Now contains the code for forward movement,
19752 adapted for virtual semicolons.
19754 * progmodes/cc-engine.el:
19755 (c-ws*-string-limit-regexp): New regexp.
19756 (c-forward-single-comment, c-backward-single-comment): Comment out
19757 the (now redundant) "special" AWK stuff.
19759 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
19760 c-string-par-start, c-string-par-separate to be more like Text
19761 Mode than Fundamental Mode.
19763 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19765 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
19766 to the fontified region so that fontification doesn't occur
19767 outside it (could happen e.g. when fontifying a line with an
19768 unfinished declaration).
19770 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19772 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
19773 start of the file. ^L now separate sections of the file.
19774 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
19775 (c-awk-one-line-possibly-open-string-re)
19776 (c-awk-regexp-one-line-possibly-open-char-class-re)
19777 (c-awk-one-line-possibly-open-regexp-re)
19778 (c-awk-one-line-non-syn-ws*-re): New defonsts.
19779 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
19781 Amend the concept of "virtual semicolons" (in the indentation
19782 engine) for languages like AWK, such that they are now
19783 conceptually attached to end of the last token of a statement, not
19784 the end of the line. (In AWK Mode, however, the pertinent text
19785 property is still physically set on the EOL.) Remove the specific
19786 tests for awk-mode, thus facilitating the introduction of other
19787 language modes where EOLs can end statements.
19788 (Note: The funtionality in cc-cmds.el, specifically
19789 c-beginning/end-of-statement has yet to be amended.)
19791 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
19794 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
19795 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
19796 c-vsemi-status-unknown-p-fn (in a new page).
19798 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
19799 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
19800 numerous awkward forms like
19801 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
19802 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
19803 variable before-ws-ip, the place just after char-before-ip appears.
19805 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
19808 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19810 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
19811 `c-tentative-buffer-changes'.
19813 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
19814 convert to macro to choose between Emacs and XEmacs at compile time.
19816 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
19818 (c-tentative-buffer-changes): New macro to handle temporary buffer
19819 changes in a convenient way.
19821 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
19822 for `c-tentative-buffer-changes'.
19824 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
19825 the checks for paren sexps between the point and the keyword, to
19826 avoid some false alarms.
19828 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
19829 Fixed a situation where an error could be thrown for unbalanced
19830 parens. Changed to make use of c-keyword-member' to avoid some
19831 repeated regexp matches.
19833 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
19834 These language variable are no longer necessary.
19836 (c-block-stmt-kwds): New language constant used by
19837 c-looking-at-inexpr-block'.
19839 (c-guess-basic-syntax): Remove an optional check that looked at
19840 the existence of the now removed language variables.
19842 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
19843 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
19844 object instantiation expressions as declarations in some contexts.
19845 This bug only affected languages where the declarator can't be
19846 enclosed in parentheses.
19848 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
19849 insert newlines before and after substatement braces.
19851 * progmodes/cc-engine.el: Improved the heuristics for recognizing
19852 function declaration headers and the handling of C++ style member
19855 (c-just-after-func-arglist-p): Rewritten to use
19856 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
19858 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
19860 (c-guess-basic-syntax): Adapt case 5B for the new
19861 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
19862 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
19863 covers all cases now).
19865 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
19867 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19869 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
19870 c-string-par-start/separate c-sentence-end-with-esc-eol,
19871 initialised in c-setup-paragraph-variables, used in string
19872 scanning subroutines of c-beginning-of-statement.
19874 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
19875 which precedes the newly inserted `{'.
19877 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19879 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
19880 function for declaration level blocks. It should now cope with
19881 templates better and also be a lot more comprehensible.
19883 (c-looking-at-decl-block): The new function.
19885 (c-search-uplist-for-classkey): The old one. It's now a wrapper
19888 (c-add-class-syntax, c-guess-continued-construct)
19889 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
19891 (c-decl-block-key): Change to tell apart ambiguous and
19892 unambiguous keywords. Pike specials are now handled directly in
19895 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
19896 New language constants and variables to make the backward skip in
19897 `c-looking-at-decl-block' as tight as possible.
19899 (c-nonsymbol-token-char-list): New language constant.
19901 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
19902 find balanced template arglists backwards.
19904 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
19905 making char classes for `c-syntactic-skip-backward'.
19907 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
19908 16D - can't be a class-close at that point.
19910 * progmodes/cc-engine.el (c-guess-basic-syntax)
19911 (c-add-class-syntax): Don't narrow out the enclosing declaration
19912 level. This makes everything a lot easier, and it was actually
19913 only four small places that needed it to work. Some places that
19914 previously did `widen' are removed now, which has the effect that
19915 `c-guess-basic-syntax' never will look at things outside the
19916 current narrowment now. The anchor position for `topmost-intro'
19917 is affected by this, but it was so bogus it was basically useless
19918 before, and now it's equally bogus but in a slightly different way.
19920 (c-narrow-out-enclosing-class): Gone.
19922 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
19923 the narrowed region.
19925 (c-least-enclosing-brace): Remove silly optional argument.
19927 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
19928 the point could be left directly after an open paren when finding
19929 the beginning of the first decl in the block.
19931 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
19932 Specify which submatch to use.
19934 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
19936 (c-decl-start-re): No longer any need for special treatment of
19937 ObjC due to the above.
19939 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
19940 presumably follows C in that regard.
19942 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
19943 New language constants to specify operator tokens inside
19944 identifiers in a more high level way.
19946 (c-opt-identifier-prefix-key): New internal language constant.
19948 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
19949 (c-identifier-start, c-identifier-key): Now completely calculated
19950 from other constants.
19952 (c-identifier-last-sym-match): Decommission since it's no longer used.
19954 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
19956 * progmodes/cc-engine.el (c-forward-name): Remove the
19957 optimization when c-identifier-key is equal to c-symbol-key since
19958 it doesn't work in byte compiled files. Don't record empty
19959 regions as identifiers.
19961 * progmodes/cc-langs.el (c-filter-ops): New helper function to
19962 simplify access to `c-operators' and its likes.
19964 (c-operator-list, c-all-op-syntax-tokens)
19965 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
19966 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
19967 (c-primary-expr-regexp, c-cast-parens): Use it.
19969 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
19970 an explicit language in functions.
19972 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
19973 variant of adornment.
19975 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
19978 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
19981 * progmodes/cc-engine.el (c-on-identifier)
19982 (c-simple-skip-symbol-backward): Small fix for handling "-"
19983 correctly in `skip-chars-backward'. Affected the operator lfun
19986 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
19987 diagnostic message about precompiled language vars not being used.
19989 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
19990 "__attribute__" is followed by a parenthesis.
19992 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
19993 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
19994 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
19996 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
19997 Internal cleanups to properly detect the declared identifiers in
19998 various declarations.
20000 (c-decl-start-kwds): New language constant to recognize
20001 declarations that can start anywhere. Used for class declarations
20004 (c-specifier-key, c-not-decl-init-keywords)
20005 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
20006 (c-find-decl-spots): Implement `c-decl-start-kwds'.
20008 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
20009 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
20010 handling of the compiler specific extension keywords into a new
20011 language constant `c-decl-hangon-kwds' that defines keyword
20012 clauses to be ignored in declarations.
20014 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
20015 past unrecognized tokens when handling `c-colon-type-list-kwds'.
20016 Necessary to stop at the declared identifier in e.g. IDL valuetype
20019 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
20020 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
20021 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
20022 (c-forward-decl-or-cast-1): Recognize the declared identifier in
20023 class and enum declarations as such and not as part of the type.
20025 (c-forward-decl-or-cast-1, c-forward-label): Relax the
20026 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
20028 (c-forward-decl-or-cast-1): Don't disregard sure signs of
20029 declarations when there's some syntax error later on.
20031 (c-complex-decl-matchers): Did away with a reference to
20034 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
20035 value - this variable is always dynamically bound.
20037 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
20038 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
20039 * cc-cmds.el, cc-defs.el: Change the policy for marking up
20040 functions that might do hidden buffer changes: All such internal
20041 functions are now marked instead of those that don't.
20043 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
20044 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
20045 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
20046 (c-literal-type): Allow these functions to make hidden buffer changes,
20047 so that they are free to use text property caching later on.
20049 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
20050 (c-electric-brace, c-electric-slash, c-electric-star)
20051 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
20052 (c-electric-paren, c-electric-continued-statement, c-indent-command)
20053 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
20054 (c-context-line-break): Add `c-save-buffer-state' calls to comply
20055 with the changed semantics of the functions above.
20057 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
20058 when macros occur in obscure places. Optimized the sexp movement
20061 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20063 Enhancements for c-beginning-of-statement to work in AWK Mode:
20065 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
20066 (completed statement) with `}' (statement completed by closing
20067 brace or semicolon) and `$' (statement completed by EOL).
20069 (c-awk-virtual-semicolon-ends-prev-line-p)
20070 (c-awk-virtual-semicolon-ends-line-p)
20071 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
20072 (c-awk-at-statement-end-p): New functions.
20074 * progmodes/cc-cmds.el: Simplify the structure of functions
20075 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
20076 two functions and c-beginning-of-statement to handle AWK Mode.
20078 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
20079 c-backward-single-comment for AWK mode. Attempt to clarify their
20082 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
20084 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20086 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
20087 label handling. Labels are now recognized in a uniform and more
20088 robust way, regardless of context. Text properties are put on all
20089 labels to recognize the following declarations better.
20090 Multiword labels are handled both in indentation and fontification for
20091 the benefit of language extensions like Qt. For consistency, keywords
20092 in labels are now fontified with the label face instead.
20093 That also applies to "case" and "default".
20095 (c-beginning-of-statement-1): Fix some bugs in the label
20096 handling. Disregard `c-nonlabel-token-key' in labels that begin
20097 with `c-label-kwds'.
20099 (c-find-decl-spots): Support that the callback adds more
20100 `c-decl-end' spots to find.
20102 (c-forward-decl-or-cast-1): Don't treat a list of plain
20103 identifiers followed by a colon as a declaration.
20105 (c-forward-label): New function to recognize labels.
20107 (c-guess-basic-syntax): Replace uses of `c-label-key' with
20108 `c-forward-label'. Moved the label recognition cases (14 and 15)
20109 earlier since they aren't so context sensitive now. Handle labels
20110 on the top level gracefully. Moved access label recognition to
20111 the generic label case (CASE 15) - removed CASE 5E.
20113 (c-font-lock-declarations): Add recognition of labels in the
20114 same round since we need to handle labels in parallell with other
20115 declarations to recognize both accurately. It should also improve
20118 (c-simple-decl-matchers, c-basic-matchers-after):
20119 Move `c-font-lock-labels' so that it only is used on decoration level 2
20120 since `c-font-lock-declarations' handles it otherwise.
20122 (c-complex-decl-matchers): Remove the simplistic recognition of
20125 (c-decl-prefix-re): Remove the kludges that was necessary to cope
20126 with labels earlier.
20128 (c-decl-start-re): New language variable to make
20129 `c-font-lock-declarations' stop for the special protection labels
20130 in Objective-C that start with `@'.
20132 (c-label-key): Remove since it's no longer used.
20134 (c-recognize-colon-labels, c-label-prefix-re): New language
20135 constants to support recognition of generic colon-terminated labels.
20137 (c-type-decl-end-used): `c-decl-end' is now used whenever there
20138 are colon terminated labels.
20140 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
20141 first argument starts with a special brace list.
20143 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
20144 (c-font-lock-declarations): Break out the declaration and cast
20145 recognition from `c-font-lock-declarations' to a new function, so
20146 that it can be used in the indentation engine.
20148 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
20149 up to the start of the literal. Fixed bug with the point on the
20150 wrong side of the search limit that could happen when the start
20151 position is inside a literal.
20153 * progmodes/cc-engine.el (c-parse-state)
20154 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
20155 so that it's kept a little bit back to increase the hit rate.
20157 (c-parse-state): Change the macro handling and fixed some
20158 glitches. Macro context is checked more often than necessary now,
20159 but otoh less garbage conses are generated.
20161 * progmodes/cc-engine.el (c-parse-state)
20162 (c-invalidate-state-cache): Cache the last position where
20163 `c-state-cache' applies. This can speed up refontification quite
20164 a bit in blocks where there are many non-brace parens before the point.
20166 (c-state-cache-end): New variable for this.
20168 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
20171 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
20172 get close initial continue positions when the start position is
20173 inside a literal or macro. Do not call the callback for spots
20174 before the start position (which can happen e.g. for `c-decl-end'
20175 spots inside comments). Optimize better in special cases when the
20176 region is a single line inside a literal or macro (typically when
20177 the current line is refontified).
20179 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
20180 to `c-add-stmt-syntax' - there's no need to explicitly whack off
20181 entries from the paren state.
20183 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
20184 special case for "else if" clauses.
20186 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
20187 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
20189 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
20190 New language variable to recognize the gcc extension with statement
20191 blocks inside expressions.
20193 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
20194 it somewhat more comprehensible. The argument AT-BLOCK-START is
20195 no longer used and hence removed.
20197 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
20198 to `c-add-stmt-syntax'.
20200 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20201 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
20202 This fixes bogus label recognition.
20204 * progmodes/cc-engine.el (c-add-type, c-check-type)
20205 (c-forward-name, c-forward-type): Improve storage of template
20206 types in `c-found-types' so that they can be recognized better.
20208 (c-syntactic-content): Add option to skip past nested parens.
20210 * progmodes/cc-engine.el (c-forward-name):
20211 Set `c-last-identifier-range' all the time. It's less work that way.
20212 Handle that there might not be an identifier to store in
20213 `c-last-identifier-range'.
20215 (c-forward-type): Handle that `c-last-identifier-range' might be
20216 nil from `c-forward-name'.
20218 * progmodes/cc-defs.el (c-safe-scan-lists)
20219 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
20221 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
20222 to work even if the form fails.
20224 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
20225 down in a large file in one go.
20227 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
20229 * progmodes/cc-align.el (c-lineup-assignments): New lineup
20230 function which is like `c-lineup-math' but returns nil instead of
20231 `c-basic-offset' when it doesn't match.
20233 (c-lineup-math): Change to use `c-lineup-assignments'.
20235 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20237 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
20238 c-beginning-of-statement. New subfunctions
20239 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
20241 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20243 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
20244 hardcoded char classes whereever possible. Changed a couple of
20245 places to use skip by syntax instead of skip by char class.
20247 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
20248 Fix a bug in the regexp that caused extreme backtracking.
20250 * progmodes/cc-langs.el (c-block-comment-starter)
20251 (c-block-comment-ender): New language constants to specify in a
20252 single place how block comments look.
20254 (c-comment-start-regexp, c-block-comment-start-regexp)
20255 (comment-start, comment-end, comment-start-skip)
20256 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
20257 (c-syntactic-ws, c-nonempty-syntactic-ws)
20258 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
20259 `c-line-comment-starter', `c-block-comment-starter' and
20260 `c-block-comment-ender'.
20262 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
20263 New language constants to break up things a bit.
20265 (c-simple-ws): New language constant for simple whitespace.
20267 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
20269 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
20270 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
20271 newlines. Allow and ignore nil elements in the list.
20273 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20275 * progmodes/cc-cmds.el: Comment out a (n almost certainly
20276 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
20278 * progmodes/cc-cmds.el: Tidy up the comments in
20279 c-beginning-of-statement and subfunctions.
20281 * progmodes/cc-awk.el: Replace calls to put-text-property to the
20282 more flexible c-put-char-property and c-clear-char-properties.
20283 Add the author's email address.
20285 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
20287 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
20288 closing "*/" of a block comment.
20290 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
20291 subfunctions) so that it works at BOB and EOB.
20293 * progmodes/cc-cmds.el, cc-vars.el: More updating of
20294 c-beginning-of-statement, including new variable
20295 c-block-comment-start-regexp.
20297 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20299 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
20300 symbols from `*-font-lock-extra-types' so that there's no need to
20301 use `regexp-opt' on those lists.
20303 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
20304 `c-type-modifier-kwds' is empty.
20306 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
20307 there are several strings on the same line.
20309 * progmodes/cc-engine.el (c-literal-limits): Remove the
20310 compatibility function for older emacsen. `c-literal-limits-fast'
20311 has now taken the place of this function.
20313 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
20314 with older emacsen: We now require `pps-extended-state'.
20316 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20318 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
20319 which obviates the need to hack sentence-end. This now handles
20320 escaped newlines in strings correctly. Correct minor bugs in
20321 c-move-over-sentence and in c-beginning-of-statement.
20323 * progmodes/cc-cmds.el (c-beginning-of-statement (and
20324 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
20325 that movement over macros and code are rigorously separated from
20326 eachother. Correct a few incidental bugs.
20328 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
20329 Improve its doc-string. Improve the handling of certain specific cases.
20331 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20333 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
20334 (c-guess-basic-syntax): Change the way class-level labels are
20335 recognized; they can now contain essentially any symbols.
20337 (c-opt-extra-label-key): New language variable to cope with the
20338 special protection label syntax in Objective-C.
20340 (c-opt-access-key): Remove; this is now handled better by
20341 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
20343 (c-complex-decl-matchers): Update to handle that
20344 `c-opt-access-key' no longer exists.
20346 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
20347 improved label recognition in `c-beginning-of-statement-1'.
20349 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
20350 Recognize bitfields better.
20352 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
20353 Remove some cruft and fixed a bug that could cause it to go to a
20354 position further down.
20356 * progmodes/cc-langs.el, cc-engine.el
20357 (c-beginning-of-statement-1): Improve detection of labels in
20358 declaration contexts.
20360 (c-beginning-of-decl-1): Use it.
20362 (c-nonlabel-token-key): New language constant and variable needed
20363 by `c-beginning-of-statement-1'.
20365 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
20366 manifested itself due to the correction in `c-forward-sexp'.
20368 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
20369 Make these behave as documented when used at the buffer limits.
20371 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
20372 (c-type-decl-end-used): Made this a language variable.
20374 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
20375 correctly when `combine-after-change-calls' is used together with
20376 temporary narrowings.
20378 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20379 Report labels correctly when the start point is immediately after the
20382 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
20383 Remove since it isn't used anymore.
20385 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
20386 bracket arglists such as template parens in C++.
20388 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
20389 in the last check-in. Some optimization.
20391 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
20392 where it could stop at the same level in a preceding sexp when
20393 PAREN-LEVEL is set.
20395 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
20396 text property lookup only when it's needed.
20398 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
20399 Change the policy for paren marked angle brackets to be more
20400 persistent; once marked they remain marked even when they're found
20401 to be unbalanced in the searched region. This should keep the
20402 paren syntax around even when individual lines are refontified in
20403 multiline template arglists.
20405 (c-parse-and-markup-<>-arglists): New dynamically bound variable
20406 to control markup so that incorrect angle bracket arglists aren't
20407 marked in contexts where the correct value for
20408 `c-disallow-comma-in-<>-arglists' isn't known.
20410 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
20411 argument has become `c-parse-and-markup-<>-arglists'.
20413 (c-remove-<>-arglist-properties): Remove - no longer used.
20415 (c-after-change-check-<>-operators): New function used on
20416 `after-change-functions' to avoid that "<" and ">" characters that
20417 are part of longer operators have paren syntax.
20419 (c-<>-multichar-token-regexp): New language variable used by
20420 `c-after-change-check-<>-operators'.
20422 (c-after-change): Call `c-after-change-check-<>-operators'.
20424 (c-font-lock-<>-arglists): Use the context properties set by
20425 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
20426 correctly to avoid doing invalid markup.
20428 (c-font-lock-declarations): Remove code that undoes the invalid
20429 markup done by `c-font-lock-<>-arglists'.
20431 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
20432 after `c-font-lock-declarations'.
20434 * progmodes/cc-engine.el (c-syntactic-skip-backward):
20435 Add paren-level feature.
20437 (c-guess-basic-syntax): Improve the anchor position for
20438 `template-args-cont' in nested template arglists. There's still
20439 much to be desired in this area, though.
20441 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20443 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
20444 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
20446 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20448 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
20449 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
20451 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
20452 it doesn't work no longer are supported.
20454 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
20455 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
20456 requires support for the syntax-table' text property, which rules
20457 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
20458 cruft associated with those versions.
20460 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
20461 for the `syntax-table' text property, which rules out Emacs 19 and
20462 XEmacs < 21.4. Removed various compatibility cruft associated
20463 with those versions.
20465 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
20466 support for the `syntax-table' text property.
20468 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
20469 variable and use an extra quoted face name instead. All the
20470 emacsen flavors handle that correctly.
20472 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
20473 (c-font-lock-declarators, c-font-lock-declarations)
20474 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
20475 property to mark the items in in declarator lists to handle
20476 refontification inside multiline declarations better.
20478 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
20479 construct like "a * b = c;" as a declaration.
20481 2005-12-08 Kim F. Storm <storm@cua.dk>
20483 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
20484 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
20485 select either meta, hyper, or super modifier for rectangle commands.
20486 (cua--rectangle-modifier-key): New defvar.
20487 (cua--M/H-key): Use it. Remove special case for `space'.
20488 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
20489 on X, to meta otherwise. Always bind C-return to toggle
20490 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
20492 * emulation/cua-rect.el (cua-help-for-rectangle):
20493 Use cua--rectangle-modifier-key. Handle super modifier too.
20494 (cua--init-rectangles): Always bind C-return to toggle rectangle.
20495 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
20497 * ido.el: Move Acknowledgements and History after Commentary.
20498 Minor changes to Commentary.
20500 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
20501 keymap if cua--prefix-override-timer is `shift'.
20502 (cua--shift-control-prefix): New function; emulate "type prefix
20503 key twice" functionality to handle shifted prefix key override.
20504 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
20506 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
20508 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
20510 * textmodes/org.el (org-insert-heading): Try to do items before
20512 (org-agenda-mode): Quote `org-agenda-mode-hook'.
20513 (org-insert-item): New function.
20514 (org-renumber-ordered-list): Don't skip to higher level lists.
20516 2005-12-08 Juri Linkov <juri@jurta.org>
20518 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
20520 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
20522 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
20524 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
20525 the constructed function name fun-1.
20527 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
20528 because such links don't lead to parent documentation.
20530 2005-12-08 Kenichi Handa <handa@m17n.org>
20532 * descr-text.el (describe-char): Use *Help-2* buffer if the
20533 current buffer is *Help*. Call describe-text-properties while
20534 setting the original buffer.
20536 2005-12-07 Bill Wohler <wohler@newt.com>
20538 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
20539 and causes problems with non-MH users (such as Gnus users).
20541 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
20543 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
20544 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
20545 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
20546 command "info sources". Move calls to GDB command "list".
20547 (gdb-find-file-hook): Just use gdb-source-file-list.
20548 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
20549 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
20550 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
20551 (gdb-data-list-register-values-handler): Use correct trigger name.
20553 2005-12-07 Kim F. Storm <storm@cua.dk>
20555 * ido.el (ido-completion-map): Rename from ido-mode-map.
20556 (ido-common-completion-map, ido-file-completion-map)
20557 (ido-file-dir-completion-map, ido-buffer-completion-map):
20558 Rename from ido-mode-....-map.
20559 (ido-init-completion-maps): Rename from ido-init-mode-maps.
20560 (ido-setup-completion-map): Rename from ido-define-mode-map.
20561 (ido-read-internal): Bind minibuffer-local-filename-completion-map
20562 to ido-completion-map.
20564 2005-12-07 Kenichi Handa <handa@m17n.org>
20566 * international/mule-cmds.el
20567 (set-display-table-and-terminal-coding-system): If the coding
20568 system specified in `unibyte-display' property is different from
20569 the arg coding-system, don't setup standard-display-table.
20571 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20573 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
20574 that comments end at \n, regardless of selective-display.
20576 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
20578 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
20579 (gdb-version): New variables.
20580 (gdb-source-file-list, gdb-register-names)
20581 (gdb-changed-registers): New variables for use with GDB 6.4+.
20582 (gdb-ann3): Replace with...
20583 (gdb-init-1, gdb-init-2): ...two new functions.
20584 (gdba, gdb-prompt): Call gdb-init-1.
20585 (gdb-get-version): New function. Call gdb-init-2 from here.
20586 (gud-watch): Make it work with mouse events too.
20587 (gdb-post-prompt): Don't add to queue until GDB version is known.
20588 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
20589 (gdb-locals-mode): Use gdb-version.
20590 (gdb-memory-format-map, gdb-memory-unit-map)
20591 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
20592 (gdb-locals-font-lock-keywords-1)
20593 (gdb-locals-font-lock-keywords-2): New variables.
20594 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
20595 (gdb-set-gud-minor-mode-existing-buffers-1)
20596 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
20597 (gdb-var-update-1, gdb-var-update-handler-1)
20598 (gdb-data-list-register-values-handler)
20599 (gdb-data-list-register-values-custom)
20600 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
20601 (gdb-stack-list-locals-handler, gdb-get-register-names):
20602 New functions for use with GDB 6.4+.
20603 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
20604 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
20605 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
20606 (gdb-stack-list-locals-regexp)
20607 (gdb-data-list-register-names-regexp): New regexps for use with
20610 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
20612 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
20614 2005-12-06 Nozomu Ando <nand@mac.com>
20616 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
20617 prompts work for AUTH PLAIN. Also reported by Steve Allan
20618 <seallan@verizon.net>.
20620 2005-12-06 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
20622 * frame.el (set-frame-parameter): Add doc string.
20624 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
20626 * textmodes/org.el (org-occur-highlights): New variable.
20627 (org-highlight-new-match, org-remove-occur-highlights): New functions.
20628 (org-highlight-sparse-tree-matches): New option.
20629 (org-do-occur): New function.
20630 (org-get-heading): Make it work also at beginning of line.
20631 (org-category-table): New variable.
20632 (org-get-category-table, org-get-category)
20633 (org-camel-to-words, org-link-search): New functions.
20634 (org-select-this-todo-keyword): New variable.
20635 (org-todo-list): New command.
20636 (org-shiftright, org-shiftleft): New commands.
20637 (org-agenda-todo): Add prefix argument.
20638 (org-show-hierarchy-above): New option.
20639 (org-show-todo-tree): Numerical prefix creates tree for specific
20641 (org-outline-level): New function, to assign a level to plain
20643 (org-cycle-include-plain-lists): New option.
20644 (org-mode): Use `org-outline-level' as value of `outline-level'.
20645 (org-cycle): Temporarily switch `outline-regexp' if
20646 `org-cycle-include-plain-lists' is non-nil.
20647 (org-start-icalendar-file): Fix format bug.
20648 (org-agenda-get-day-entries): Create category table.
20649 (org-agenda-get-todos, org-agenda-get-timestamps)
20650 (org-agenda-get-deadlines, org-agenda-get-scheduled)
20651 (org-agenda-get-blocks): Use `org-get-category'.
20652 (org-context-in-file-links): Rename from
20653 `org-line-numbers-in-file-links'.
20655 2005-12-06 Romain Francoise <romain@orebokech.com>
20657 * window.el (balance-windows): Delete extraneous third arg in call
20658 to `enlarge-window'.
20660 2005-12-06 Kenichi Handa <handa@m17n.org>
20662 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
20664 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
20666 * progmodes/gdb-ui.el (gdb-var-create-handler)
20667 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
20668 (gdb-var-list-children-handler, gdb-var-update-handler):
20669 Current buffer is already gdb-partial-output-buffer, don't
20670 make it current again.
20672 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
20674 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
20675 (list-buffers-noselect): Use it.
20677 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
20679 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
20680 (mail-yank-ignored-headers): Use regexp-opt.
20681 (mail-mode-map): Move initialization into declaration.
20682 (mail-sent-via): Remove unused shadowed var `to-line'.
20683 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
20684 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
20685 (mail-do-fcc): Use dolist and push.
20686 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
20687 (mail-yank-ignored-headers): Don't autoload.
20689 2005-12-05 Kenichi Handa <handa@m17n.org>
20691 * international/mule-cmds.el (set-language-info-internal): New fun.
20692 (set-language-info): Call set-language-info-internal to update
20693 language-info-alist. If LANG-ENV is the current one, call
20694 set-language-environment to make INFO effective now.
20695 (set-language-info-alist): Likewise.
20696 (locale-language-names): With locale "en", use English
20697 lang. env. but set the default codings to iso-8859-1.
20699 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
20701 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
20702 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
20703 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
20705 (gdb-frames-mode): Remove redundant call to font-lock-mode.
20706 (gdb-all-registers): Rename from toggle-gdb-all-registers.
20707 Create registers buffer if necessary. Echo new state in minibuffer.
20708 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
20710 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
20712 * info.el (Info-fontify-node): Match external links using
20713 non-directory part of filename.
20715 2005-12-04 Juri Linkov <juri@jurta.org>
20717 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
20718 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
20719 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
20720 because there is no customization option for it.
20722 * font-lock.el (lisp-font-lock-keywords-1):
20723 Add define-global-minor-mode.
20725 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
20727 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
20728 properties on the constructed variable names.
20730 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20731 Put `definition-name' properties on the constructed function names
20732 next-sym and prev-sym.
20734 * emacs-lisp/find-func.el (find-function-regexp):
20735 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
20736 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
20737 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
20738 and easy-menu-define.
20740 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
20741 easy-mmode-define-global-mode and define-global-minor-mode.
20742 (lisp-imenu-generic-expression): Add define-global-minor-mode.
20744 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
20745 instead of easy-mmode-define-global-mode.
20747 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
20748 Use define-minor-mode instead of easy-mmode-define-minor-mode.
20750 * cus-edit.el (customize-group, customize-group-other-window):
20751 Filter out autoloaded options from the group completion list by
20752 using heuristics that autoloaded groups don't have `custom-autoload'
20753 property on their symbols (they have only `custom-loads').
20755 * simple.el (completion-setup-function): Put completions-common-part
20756 face on complete completion string too (i.e. completion string
20757 without completions-first-difference face).
20759 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
20761 2005-12-03 Eli Zaretskii <eliz@gnu.org>
20763 * view.el (view-mode): Doc fix.
20765 * disp-table.el (standard-display-european): Add to the warning
20766 message a reference to the doc string.
20768 * play/yow.el (apropos-zippy): Call print-help-return-message,
20769 similar to other Help and Apropos commands.
20771 * help.el (print-help-return-message): If pop-up-frames is
20772 non-nil, set up help-return-method to delete the help window and,
20773 possibly, its frame as well, and don't display message about
20774 scrolling the help window. Doc fix.
20775 (help-return-method): Doc fix.
20777 2005-12-03 Martin Rudalics <rudalics@gmx.at>
20779 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
20780 whereby names of length one or names starting with a
20781 symbol-constituent character would not be returned.
20783 2005-12-03 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
20785 * subr.el (atomic-change-group): Add edebug and indentation spec.
20787 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
20789 * completion.el (save-completions-file-name): Fix typo in last change.
20791 2005-12-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
20793 * info.el: Move back/forward history to the beginning of the tool bar.
20795 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
20797 * allout.el (eval-when-compile): Remove unnecessary load of cl.
20798 Add fset of allout-real-isearch-abort during compile to fix
20799 byte-compilation warnings.
20800 (allout-mode-p): Move definition of this macro above all uses, or
20801 byte compilation in barren Emacs (eg, during Emacs build) will
20802 lack the definition.
20803 (allout-mode): Move this variable above any uses, or byte
20804 compilation will fail.
20805 (allout-resolve-xref): Remove use of personal file-reference function.
20806 (allout-toggle-current-subtree-encryption): Do the current (ie,
20807 visible containing) topic, rather than nearest around point. Doc fix.
20808 (allout-toggle-subtree-encryption): New function, workhorse that
20809 works on nearest topic containing point.
20810 (allout-encrypt-string): Signal requirement for newer version of pgg.
20811 (allout-resumptions): Doc fix.
20813 2005-12-02 Eli Zaretskii <eliz@gnu.org>
20815 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
20817 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
20819 * textmodes/flyspell.el (flyspell-external-point-words):
20820 Consider a misspelling as found in the string search if: (a) misspelling
20821 and found string lengths match, or (b) misspelling is found as
20822 element in a boundary-chars separated longer string, or (c)
20823 ispell-program-name is really ispell and misspelling is found as
20824 part of a TeX string. After successful match move beginning of
20825 search region to end of match. Warn about not found misspellings
20826 once the process is done.
20827 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
20829 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
20831 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
20832 tool bar (removed inadvertently).
20834 2005-12-02 Juri Linkov <juri@jurta.org>
20836 * log-view.el (log-view-diff): Clarify doc string.
20838 2005-12-01 Bill Wohler <wohler@newt.com>
20840 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
20841 triggers lm-verify errors.
20843 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
20845 * simple.el (transient-mark-mode, line-number-mode)
20846 (column-number-mode, size-indication-mode): Remove `:require nil'.
20848 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
20850 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
20851 in the margin also.
20852 (gdb-breakpoints-mode-map): Use D instead of d for
20853 gdb-delete-breakpoint.
20854 (gdb-get-frame-number): Require a number to match on.
20855 (gdb-threads-mode-map): Add follow-link binding.
20857 2005-11-30 Jason Rumney <jasonr@gnu.org>
20859 * isearch.el (isearch-mode-map): Avoid exiting search on
20860 language-change event.
20862 2005-11-30 Romain Francoise <romain@orebokech.com>
20864 * speedbar.el (speedbar-default-position): New defcustom.
20865 (speedbar-frame-reposition-smartly): Use it.
20867 * dframe.el (dframe-reposition-frame-emacs): Fix position
20868 computation for `left' location.
20869 Update copyright year.
20871 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
20873 * help.el (help-map): Move initialization into declaration.
20875 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
20877 * help-fns.el (help-argument-name): Don't autoload.
20878 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
20879 to be re-loaded when customizing the `help' group.
20881 2005-11-30 John Paul Wallington <jpw@gnu.org>
20883 * help-fns.el (describe-function-1): Fill arglist output.
20885 2005-11-30 Kim F. Storm <storm@cua.dk>
20887 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
20888 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
20889 after revert-buffer (or anything else which kills all local variables).
20891 * apropos.el (apropos-parse-pattern): Doc fix.
20892 Set apropos-regexp directly, rather than expecting callers to do so.
20893 (apropos-command, apropos, apropos-value, apropos-documentation):
20894 Simplify calls to apropos-parse-pattern.
20896 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20898 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
20899 (hi-lock-face-phrase-buffer): Use hi-yellow face.
20900 (hi-lock-write-interactive-patterns): Use comment-region.
20902 * longlines.el (longlines-mode): Add mail-setup-hook.
20904 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
20906 * simple.el (sendmail-user-agent-compose, next-line):
20907 Conditionally use hard-newline.
20909 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
20911 * international/latexenc.el (latex-inputenc-coding-alist):
20914 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20916 * help.el (describe-key-briefly, describe-key): Recognize default
20919 2005-11-29 Romain Francoise <romain@orebokech.com>
20921 * view.el (view-inhibit-help-message): New defcustom.
20922 (view-mode-enter): Use it.
20924 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
20926 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
20927 Preserve user position.
20929 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
20931 * font-lock.el: Throw error if facemenu is not loaded to prevent
20932 accidental change of loading order in loadup.el. (Suggested by RMS.)
20934 * loadup.el: Add comment explaining why facemenu must be loaded
20937 2005-11-28 Jay Belanger <belanger@truman.edu>
20939 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
20940 (calc-dispatch-map): Add more keys for `calc-same-interface'.
20942 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
20944 * calc/calc-embed.el (calc-do-embedded): Update help message.
20946 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
20948 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20950 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
20952 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
20953 called-interactively-p.
20954 (elp-profilable-p): Rename from elp-not-profilable-p.
20955 Invert result and take into account macros and autoloaded functions.
20956 (elp-instrument-function): Update call.
20957 (elp-instrument-package): Update call. Add completion.
20958 (elp-pack-number): Use match-string.
20959 (elp-results-jump-to-definition-by-mouse): Merge into
20960 elp-results-jump-to-definition and then remove.
20961 (elp-output-insert-symname): Make help echo text single-line.
20963 * replace.el (query-replace-map): Move initialization into declaration.
20964 (occur-engine): Use with-current-buffer.
20965 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
20966 (occur-mode-mouse-goto): Replace with an alias.
20968 2005-11-28 Juri Linkov <juri@jurta.org>
20970 * simple.el (quoted-insert): Let-bind input-method-function to nil.
20972 * term/w32-win.el: Bind [S-tab] to [backtab].
20974 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
20975 `Info-find-file' to t.
20977 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
20978 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
20979 and same-window-regexps.
20980 (occur-next-error): Don't move point for arg 0.
20982 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
20984 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
20986 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20988 * log-edit.el (log-edit-changelog-use-first): New var.
20989 (log-edit-changelog-ours-p): Use it.
20990 (log-edit-insert-changelog): Set it with new arg `use-first'.
20991 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
20992 (log-edit-hook): Add them to the list of suggested options.
20994 * textmodes/flyspell.el (flyspell-last-buffer): New var.
20995 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
20997 (flyspell-mode-on): Use add-hook for after-change-functions.
20998 (flyspell-mode-off): Use remove-hook for after-change-functions.
20999 (flyspell-changes): Make it buffer-local.
21000 (flyspell-after-change-function): Make it non-interactive. Use push.
21001 (flyspell-post-command-hook): Check input-pending-p while processing
21002 the potentially long list of buffer changes.
21004 2005-11-28 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
21006 * buff-menu.el (list-buffers-noselect): Display the selected
21007 frame's buffer list, not the global one.
21009 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
21011 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
21012 that (list last-input-event) works as in interactive spec.
21014 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
21016 * loadup.el ("facemenu"): Load facemenu before font-lock, because
21017 `facemenu-keymap' needs to be defined when font-lock is loaded.
21018 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
21020 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
21022 * completion.el: Remove useless leading * in defcustom docstrings.
21023 (save-completions-file-name): Use ~/.emacs.d if available.
21024 (completion-standard-syntax-table): Rename from
21025 cmpl-standard-syntax-table and fold initialization into declaration,
21026 thus removing cmpl-make-standard-completion-syntax-table.
21027 (completion-lisp-syntax-table, completion-c-syntax-table)
21028 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
21029 (cmpl-saved-syntax, cmpl-saved-point): Remove.
21030 (symbol-under-point, symbol-before-point)
21031 (symbol-under-or-before-point, symbol-before-point-for-complete)
21032 (add-completions-from-c-buffer): Use with-syntax-table.
21033 (make-completion): Don't return a list of completion entries.
21035 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
21036 (completion-initialize): Rename from initialize-completions.
21037 (completion-find-file-hook): Rename from cmpl-find-file-hook.
21038 (kill-emacs-save-completions): Collect stats here.
21039 (save-completions-to-file, load-completions-from-file):
21040 Use with-current-buffer.
21041 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
21042 into a function. Move all calls to toplevel.
21043 (completion-lisp-mode-hook): New fun.
21044 (completion-c-mode-hook, completion-setup-fortran-mode):
21045 Set the syntax-table here. Use local-set-key.
21046 (completion-saved-bindings): New var.
21047 (dynamic-completion-mode): Make it into a proper minor mode.
21048 (load-completions-from-file): Remove unused var `num-uses'.
21050 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
21051 constructor if it is explicitly overridden.
21053 * complete.el (PC-completion-as-file-name-predicate):
21054 Use minibuffer-completing-file-name.
21055 (partial-completion-mode): Use find-file-not-found-functions.
21056 (PC-lisp-complete-symbol): Use with-syntax-table.
21057 (PC-look-for-include-file): Remove dead setq.
21058 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
21059 (PC-complete): Use with-current-buffer.
21061 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
21062 escape single quotes.
21064 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
21066 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
21067 of `if' whose condition always returned nil. Doc fix.
21069 * buff-menu.el (Buffer-menu-revert-function): Make the selected
21070 window's buffer the current buffer around the call to
21071 `list-buffers-noselect'. This is necessary to mark that buffer
21072 with a `.' in the Buffer Menu when called from Lisp, for instance
21073 by Auto Revert Mode.
21075 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
21077 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
21079 (gdb-pre-prompt): Make sure gdb-error is reset.
21081 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
21082 with a child process, detect it.
21083 (gud-speedbar-buttons): Match regexp more carefully.
21085 2005-11-27 Richard M. Stallman <rms@gnu.org>
21087 * mouse.el (mouse-drag-move-window-bottom):
21088 Use adjust-window-trailing-edge.
21090 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
21092 * simple.el (blink-matching-open): Ignore
21093 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
21094 (blink-matching-paren-on-screen): Update docstring.
21096 * paren.el (show-paren-mode): No longer change
21097 `blink-matching-paren-on-screen'.
21099 2005-11-27 John Paul Wallington <jpw@pobox.com>
21101 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21102 (gdb-threads-select, gdb-edit-register-value):
21103 Use `posn-set-point' instead of `mouse-set-point' because the
21104 latter is not fbound when configured without X.
21106 2005-11-27 Kim F. Storm <storm@cua.dk>
21108 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
21109 existing face when partially highlighting a TAB in a rectangle.
21111 2005-11-26 Kim F. Storm <storm@cua.dk>
21113 * ido.el (ido-mode-map): Doc fix.
21114 (ido-mode-common-map, ido-mode-file-map)
21115 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
21116 (ido-define-mode-map): Rewrite. Select one of the new maps as
21117 parent for ido-mode-map instead of building from scratch.
21118 (ido-init-mode-maps): New defun to initialize new maps.
21119 (ido-mode): Call it.
21120 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
21121 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
21123 2005-11-26 John Paul Wallington <jpw@pobox.com>
21125 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
21126 `mouse-set-point' because the latter is not fbound when configured
21129 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
21131 * files.el (file-relative-name): Doc fix.
21133 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
21135 * progmodes/octave-inf.el (inferior-octave-startup): Force a
21136 non-empty string for secondary prompt PS2.
21138 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
21140 * progmodes/compile.el (compilation-setup): Fix last change.
21142 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
21144 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21145 (gdb-mouse-toggle-breakpoint-margin)
21146 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
21147 Add gdb-server-prefix to keep out of command history.
21148 (gdb-edit-register-value): New function.
21149 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
21150 (gdb-info-registers-custom): Use above map.
21152 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
21154 * custom.el (enable-theme): Signal error if argument is not a
21155 theme. Don't recalculate a face if it's not loaded yet.
21157 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
21158 the `user' theme is in effect.
21160 * info.el (Info-on-current-buffer): Record actual filename in
21161 Info-current-file, instead of t, or a fake filename if a non-file
21162 buffer. Make autoload.
21163 (Info-find-node, Info-revert-find-node): No need to check for
21164 Info-current-file nil.
21165 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
21166 Info-current-file is now never `t'.
21167 (Info-fontify-node): Many simplifications due to Info-current-file
21168 always being valid. Use Info-find-file to find node filename.
21170 2005-11-25 David Kastrup <dak@gnu.org>
21172 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
21173 new character, then delete" in order to preserve markers.
21175 2005-11-25 David Ponce <david@dponce.com>
21177 * recentf.el (recentf-arrange-by-rule): Handle a special
21178 `auto-mode-alist'-like "strip suffix" rule.
21179 (recentf-build-mode-rules): Handle second level auto-mode entries.
21181 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
21183 * emulation/viper-keym.el (viper-ESC-key): Use different values
21184 in terminal and window modes.
21186 * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
21187 add jde-javadoc-checker-report-mode.
21189 * ediff-wind.el (ediff-make-wide-display): Slight simplification.
21191 * ediff.el (ediff-date): Change the date of last update.
21193 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
21195 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
21196 Use define-minor-mode, and make it a local mode. Turn on font-lock.
21197 (hi-lock-mode): New global minor mode.
21198 (turn-on-hi-lock-if-enabled): New function.
21199 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
21200 Change arguments to regexp and face instead of a font-lock pattern.
21201 Directly set face property, instead of refontifying.
21202 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
21203 (hi-lock-find-patterns): Use line-number-at-pos.
21205 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
21206 arguments for hi-lock-set-pattern.
21207 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
21208 Call font-lock-fontify-buffer.
21209 (hi-lock-find-file-hook, hi-lock-current-line)
21210 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
21212 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
21215 * progmodes/compile.el (compilation-setup): Don't fiddle with
21216 font-lock-defaults.
21218 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
21220 * progmodes/gdb-ui.el (gdb-var-create-handler)
21221 (gdb-var-list-children-handler): Find values for all variable
21222 objects. gud-speedbar-buttons decides whether to display them.
21224 2005-11-24 Romain Francoise <romain@orebokech.com>
21226 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
21227 buffer name with a space.
21229 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
21231 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
21232 `org-export-local-list-max-depth'. Change default value to 3.
21233 (org-auto-renumber-ordered-lists)
21234 (org-plain-list-ordered-item-terminator): New options.
21235 (org-at-item-p, org-beginning-of-item, org-end-of-item)
21236 (org-get-indentation, org-get-string-indentation)
21237 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
21239 (org-move-item-down, org-move-item-up): New commands.
21240 (org-export-as-html): New classes for CSS support. Bug fix in
21241 regular expression detecting fixed-width regions. Respect
21242 `org-local-list-ordered-item-terminator'.
21243 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
21245 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
21246 New item moving functions.
21248 2005-11-24 Juri Linkov <juri@jurta.org>
21250 * isearch.el (isearch-repeat): With empty search ring set
21251 `isearch-error' to the error string instead of signaling error
21252 with the function `error'.
21254 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21256 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
21258 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
21260 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
21262 (gdb-var-create-handler, gdb-var-list-children-handler):
21263 Don't match on "char **...".
21264 (gdb-var-update-handler): Find values for all variable objects.
21265 (gdb-info-frames-custom): Identify frames by leading "#".
21267 * progmodes/gud.el (gud-speedbar-menu-items): Add
21268 gdb-speedbar-auto-raise as radio button.
21269 (gud-speedbar-buttons): Raise speedbar if requested.
21270 Don't match on "char **...".
21271 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
21274 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
21276 * info.el (Info-fontify-node): Handle the case where
21277 Info-current-file is t.
21279 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
21281 * simple.el (blink-matching-open): Fix off-by-one in last change.
21283 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21285 * term/mac-win.el: Don't change default directory.
21287 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
21289 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
21290 buffers correctly. (It used to throw an error in such buffers.)
21291 Make it ask for confirmation in group buffers and other Custom
21292 buffers containing more than one customization item.
21294 2005-11-22 John Paul Wallington <jpw@gnu.org>
21296 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
21297 property on mail and url overlays.
21298 (goto-address-at-point): Use `posn-set-point' instead of
21299 `mouse-set-point' because the latter is not fbound when configured
21302 2005-11-22 Lars Hansen <larsh@soem.dk>
21304 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
21305 (ls-lisp-classify, ls-lisp-format): Delete call to
21306 ls-lisp-parse-symlink.
21307 (ls-lisp-handle-switches): Handle symlinks to directories as
21308 directories when ls-lisp-dirs-first in non-nil.
21310 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
21312 * startup.el (command-line): Make sure that loaddefs.el is handled
21313 correctly in load-history.
21315 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
21317 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
21318 (gdb-struct-string, gdb-array-string): New constants.
21319 (gdb-info-locals-handler): Use them.
21320 (gdb-reset): Reset gdb-var-list to nil.
21322 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
21324 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
21327 2005-11-21 Juri Linkov <juri@jurta.org>
21329 * custom.el (defcustom): Update link types in docstring.
21331 2005-11-20 Martin Rudalics <rudalics@gmx.at>
21333 * custom.el (defgroup): Add doc-string-elt info.
21335 * widget.el (define-widget): Don't use declare for the doc-string-elt.
21337 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
21339 * newcomment.el (comment-enter-backward): Fix last fix.
21341 * simple.el (blink-matching-open):
21342 * paren.el (show-paren-function): Allow new paren-class info.
21344 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
21346 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
21347 handled automagically.
21349 2005-11-20 Andreas Schwab <schwab@suse.de>
21351 * descr-text.el (describe-char): When copying overlays put them
21352 over the full char description instead of just the first character
21355 2005-11-20 Juri Linkov <juri@jurta.org>
21357 * simple.el (what-cursor-position):
21358 * descr-text.el (describe-char): Use Lisp-readable syntax
21359 for octal and hex. Reorder decimal, octal and hex values.
21360 Remove excess whitespace in the output. Use `=' in `column='
21361 like in `point=' and `Hscroll='.
21363 * international/mule-cmds.el (encoded-string-description):
21364 Use Lisp-readable syntax for hex.
21366 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
21368 * newcomment.el (comment-enter-backward): Handle the case where the
21369 comment is closed by EOB.
21371 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
21373 * longlines.el (longlines-before-revert-hook)
21374 (longlines-after-revert-hook): New functions.
21375 (longlines-mode): Turn off longlines temporarily when reverting.
21376 Add a message-setup-hook.
21377 (longlines-decode-buffer): New function.
21378 (longlines-wrap-line): Preserve marker positions.
21380 2005-11-19 Andreas Schwab <schwab@suse.de>
21382 * emacs-lisp/shadow.el: Handle compressed files.
21384 2005-11-19 Romain Francoise <romain@orebokech.com>
21386 * net/browse-url.el (browse-url-default-browser): Signal an error
21387 if no usable browser can be found, rather than try to load w3.
21389 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
21391 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
21392 replacing existing properties.
21393 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21394 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
21396 (rcirc-server-prefix, rcirc-server): New faces.
21397 (rcirc-url-regexp): Generate with rx macro.
21398 (rcirc-last-server-message-time): New variable.
21399 (rcirc-filter): Record time of last message.
21400 (rcirc-keepalive): Kill processes that did not send a message
21401 since the last ping.
21402 (rcirc-mode): Give rcirc-topic a local binding here.
21404 2005-11-19 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
21406 * subr.el (read-passwd): Fontify the prompt as we do with other
21409 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
21411 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
21412 binding buffer-read-only to nil.
21414 2005-11-19 Eli Zaretskii <eliz@gnu.org>
21416 * complete.el (partial-completion-mode):
21417 Mention completion-auto-help in the doc string.
21419 * man.el (Man-highlight-references): Doc fix. Reformat code in a
21422 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
21424 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
21425 digits, not 8, to avoid misalignment for files larger than 100MB.
21427 2005-11-19 Eli Zaretskii <eliz@gnu.org>
21429 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
21430 Mention "keyboard shortcuts" in the help text.
21432 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21434 * startup.el (fancy-splash-default-action): Discard only
21435 mouse-down and succeeding mouse-up events in the splash screen
21436 window so that drag-n-drop event can be processed.
21438 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
21440 * longlines.el (longlines-mode): Add hacks for mail-mode and
21443 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
21445 * textmodes/org.el (org-table-sort-lines): New command.
21446 (org-tbl-menu): Add entry for `org-table-sort-lines'.
21447 (org-add-file): Command removed, use `org-agenda-file-to-front'
21449 (org-export-icalendar): Use `org-icalendar-combined-name'.
21450 (org-cycle-agenda-files, org-agenda-file-to-end)
21451 (org-agenda-file-to-front): New commands.
21452 (org-table-tab-jumps-over-hlines, org-export-html-style):
21454 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
21455 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
21457 (org-fill-paragraph): Call `org-table-align' in tables.
21458 (org-mode): Call `org-set-autofill-regexps'.
21459 (org-export-as-html): Support for local handformatted lists.
21460 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
21461 (org-export-local-list-max-depth): New option.
21462 (org-html-expand): Use `org-html-protect'.
21464 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
21466 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
21468 (gdb): Move definition of gud-pp to...
21470 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
21472 (gdb-find-watch-expression): New function.
21474 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21476 * faces.el (face-attribute, set-face-attribute): Mention existence
21477 of `:ignore-defface' setting in docstring.
21479 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
21481 * simple.el (completion-setup-function): Fix last change.
21483 2005-11-17 John Paul Wallington <jpw@pobox.com>
21485 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
21486 Use `posn-set-point' instead of `mouse-set-point' because the
21487 latter is not fbound when configured without X.
21489 * comint.el (comint-insert-input): Likewise.
21491 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
21493 * simple.el (hard-newline): New variable.
21494 (sendmail-user-agent-compose, next-line): Use it.
21496 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
21497 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
21498 (mail-mail-reply-to, mail-mail-followup-to)
21499 (mail-position-on-field, mail-signature, mail-yank-original)
21500 (mail-attach-file): Likewise.
21502 * mail/mailheader.el (mail-header-format)
21503 (mail-header-format-function): Likewise.
21505 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
21507 2005-11-17 Juri Linkov <juri@jurta.org>
21509 * font-lock.el (font-lock-faces): Rename this defgroup from
21510 `font-lock-highlighting-faces'.
21511 (font-lock-comment-face, font-lock-comment-delimiter-face)
21512 (font-lock-string-face, font-lock-doc-face)
21513 (font-lock-keyword-face, font-lock-builtin-face)
21514 (font-lock-function-name-face, font-lock-variable-name-face)
21515 (font-lock-type-face, font-lock-constant-face)
21516 (font-lock-warning-face, font-lock-negation-char-face)
21517 (font-lock-preprocessor-face)
21518 (font-lock-regexp-grouping-backslash)
21519 (font-lock-regexp-grouping-construct): Rename :group from
21520 `font-lock-highlighting-faces' to `font-lock-faces'.
21522 * cus-edit.el (lisp, c, tex):
21523 * progmodes/ada-mode.el (ada):
21524 * progmodes/asm-mode.el (asm):
21525 * progmodes/cperl-mode.el (cperl-faces):
21526 * progmodes/cpp.el (cpp):
21527 * progmodes/dcl-mode.el (dcl):
21528 * progmodes/f90.el (f90):
21529 * progmodes/fortran.el (fortran):
21530 * progmodes/icon.el (icon):
21531 * progmodes/idlwave.el (idlwave-misc):
21532 * progmodes/m4-mode.el (m4):
21533 * progmodes/make-mode.el (makefile):
21534 * progmodes/meta-mode.el (meta-font):
21535 * progmodes/modula2.el (modula2):
21536 * progmodes/octave-mod.el (octave):
21537 * progmodes/pascal.el (pascal):
21538 * progmodes/perl-mode.el (perl):
21539 * progmodes/prolog.el (prolog):
21540 * progmodes/ps-mode.el (PostScript-edit):
21541 * progmodes/scheme.el (scheme):
21542 * progmodes/sh-script.el (sh-script):
21543 * progmodes/simula.el (simula):
21544 * progmodes/tcl.el (tcl):
21545 * textmodes/nroff-mode.el (nroff):
21546 * textmodes/reftex-vars.el (reftex-fontification-configurations):
21547 * textmodes/sgml-mode.el (sgml):
21548 * textmodes/texinfo.el (texinfo):
21549 Add :link (custom-group-link font-lock-faces) to defgroup.
21551 * hi-lock.el (hi-lock): Rename this defgroup from
21552 `hi-lock-interactive-text-highlighting'. Change parent group from
21553 `faces' to `font-lock'. Add link to the manual.
21554 (hi-lock-mode, hi-lock-file-patterns-range)
21555 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
21556 `hi-lock-interactive-text-highlighting' to `hi-lock'.
21557 (hi-lock-faces): Add :group `faces'.
21559 * cus-edit.el (custom-variable-prompt): Clarify the code.
21561 * faces.el (face-read-string): Set the default value arg of
21564 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
21566 * rfn-eshadow.el (file-name-shadow-properties)
21567 (file-name-shadow-tty-properties, file-name-shadow-mode):
21568 Remove autoloads, because the file is now preloaded.
21570 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21572 * printing.el (easy-menu-intern): Don't define.
21573 (pr-get-symbol): Use easy-menu-intern only if defined.
21575 * simple.el (blink-matching-open): Simplify a bit.
21576 (completion-setup-function): Fix the case of partial-completion-mode
21577 when the minibuffer's contents start with "-".
21578 Obey completion-base-size-function even when
21579 minibuffer-completing-file-name is non-nil.
21581 2005-11-16 Richard M. Stallman <rms@gnu.org>
21583 * net/eudcb-ph.el (eudc-ph-open-session):
21584 Use set-process-query-on-exit-flag.
21586 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
21588 * international/ucs-tables.el (ucs-set-table-for-input):
21589 Use make-local-variable, not make-variable-buffer-local.
21591 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
21592 Improve warning message text.
21594 * savehist.el (savehist-save-hook): Add :group.
21596 * menu-bar.el (menu-bar-help-menu):
21597 Rename Find Extra Packages to External Packages.
21599 * cus-edit.el (Custom-reset-standard): Verify that
21600 :custom-standard-value prop exists before calling it.
21602 * apropos.el (apropos-calc-scores): Use apropos-pattern.
21604 2005-11-16 Martin Rudalics <rudalics@gmx.at>
21606 * wid-edit.el (color): Enclose %t in %{...%}.
21608 * cus-edit.el (face): Enclose %t in %{...%}.
21610 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
21612 * savehist.el (savehist-mode-hook): Re-add the var.
21613 (savehist-mode): Use it.
21615 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
21617 * textmodes/flyspell.el: Fix commenting convention.
21618 Remove unnecessary leading * in custom docstrings.
21619 (flyspell-emacs): Remove unused var.
21620 (flyspell-delete-region-overlays): Use remove-overlays.
21621 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
21622 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
21623 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
21624 (flyspell-debug-signal-word-checked): Use with-current-buffer.
21625 (make-flyspell-overlay): Don't locally reuse a global name.
21626 (flyspell-highlight-incorrect-region)
21627 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
21628 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
21629 (flyspell-notify-misspell): Remove unused args `start' and `end'.
21630 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
21631 Wrap calls to accept-process-output inside with-local-quit since it's
21632 often called from a post-command-hook.
21633 (flyspell-correct-word, flyspell-auto-correct-word):
21634 Use ispell-send-string.
21635 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
21637 * calendar/diary-lib.el (diary-list-entries): Also hide the
21638 terminating newline.
21640 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
21642 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
21643 window-system, to allow fonts on tty.
21645 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
21647 * progmodes/gud.el (gud-speedbar-item-info): New function.
21648 (gud-install-speedbar-variables): Use it to display data type
21649 of watch expression as a tooltip in speedbar.
21651 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
21653 * font-core.el (global-font-lock-mode): Add :version keyword,
21654 because default was changed.
21656 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
21658 * startup.el (command-line): Use `custom-reevaluate-setting' for
21659 `file-name-shadow-mode'.
21661 * loadup.el: Preload rfn-eshadow.
21663 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
21664 Add :version keyword.
21665 (file-name-shadow-properties, file-name-shadow-tty-properties)
21666 (file-name-shadow): Add :version keyword.
21668 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
21669 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
21670 in the custom-group property of the symbol frames and the fringe
21671 group got no link to its parent group frames.
21674 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21676 * progmodes/gud.el (gud-stop-subjob): New function.
21677 (gud-menu-map, gud-tool-bar-map): Use it.
21679 2005-11-16 Kim F. Storm <storm@cua.dk>
21681 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
21683 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
21684 to a more useful/logical place.
21686 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21688 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
21689 go buttons complementary.
21691 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
21693 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
21694 (rfn-eshadow-sifn-equal): New function.
21695 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
21697 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
21699 * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
21700 Quote `-' in string.
21702 * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
21703 rcirc-mode buffers come up in Emacs state.
21705 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
21708 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
21710 * term.el (term-termcap-format): Fix typos.
21711 (term-down): Fix the negative argument case.
21713 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
21715 * progmodes/gdb-ui.el: Remove face-alias left over from change on
21717 (gdb-ann3): New command gud-go.
21718 (menu): Accomodate gdb-mi.el.
21719 (gdb-assembler-custom): Make buffer of selected window current
21720 so that set-window-point works.
21722 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
21723 buttons and include new ones.
21725 2005-11-16 Kim F. Storm <storm@cua.dk>
21727 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
21728 (gud-menu-map): Use it.
21730 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
21732 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
21733 that works correctly for Custom and that does not override a user
21736 * help-mode.el (help-make-xrefs, help-xref-on-pp)
21737 (help-xref-interned, help-follow): Make hyperlinks for variables
21738 that are unbound, but have a non-nil variable-documentation property.
21740 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
21741 mode hook. (It conflicted with defcustoms for some mode hooks.)
21742 Use the `variable-documentation' property to give the mode hook a
21743 docstring and expand that docstring.
21745 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
21747 * savehist.el (savehist-mode): Don't bother with
21748 `custom-set-minor-mode'.
21749 (savehist-coding-system): Check XEmacs version.
21750 (history-length): Declare also at run time.
21751 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
21752 Don't set the customize state.
21753 (savehist-minibuffer-hook): Special case for when
21754 minibuffer-history-variable is equal to t.
21756 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
21758 * files.el (write-file): Refresh VC status.
21760 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
21761 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
21762 than fundamental-mode to see if the mode was set.
21764 2005-11-14 Romain Francoise <romain@orebokech.com>
21766 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
21767 dummy function in `eval-when-compile' to avoid compiler warning.
21768 Require `man' at compile time.
21770 2005-11-14 Jay Belanger <belanger@truman.edu>
21772 * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
21773 calcFunc-powerexpand.
21774 (math-write-out-power): Rename it to math-powerexpand; have it
21775 handle negative exponents.
21776 (calc-writeoutpower): Rename it to calc-powerexpand.
21778 * calc/calc-ext.el: Change calcFunc-writeoutpower and
21779 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
21781 Add calcFunc-ldiv to autoloads.
21783 * calc/calc-arith.el (calcFunc-ldiv): New function.
21785 * calc/calc.el (calc-left-divide): New function.
21787 2005-11-14 Juri Linkov <juri@jurta.org>
21789 * cus-edit.el (custom-variable-prompt): Set the default value arg
21790 of completing-read.
21792 * cus-dep.el (custom-make-dependencies): Reverse the list of
21793 found dependencies.
21795 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
21797 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
21798 Highlighting" entry, it is on by default now.
21799 (menu-bar-options-save): Do not save global-font-lock-mode.
21801 2005-11-13 Richard M. Stallman <rms@gnu.org>
21803 * textmodes/flyspell.el (flyspell-large-region):
21804 Call flyspell-accept-buffer-local-defs.
21806 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
21808 * textmodes/flyspell.el (flyspell-notify-misspell):
21809 Fix misspelling of "Misspelling".
21810 (flyspell-process-localwords): New function.
21811 (flyspell-large-region): Call flyspell-process-localwords and
21812 flyspell-delete-region-overlays.
21813 (flyspell-delete-region-overlays): New function.
21814 (flyspell-delete-all-overlays): Call that.
21816 2005-11-13 Richard M. Stallman <rms@gnu.org>
21818 * help.el (help-for-help-internal): Improve doc of C-h a.
21819 (describe-key): Improve prompt; doc fix.
21821 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
21823 * vc-svn.el (vc-svn-registered): Catch all errors.
21825 * cus-dep.el (custom-make-dependencies): Typo.
21827 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
21829 * net/tramp-util.el (top): Fix compilation warning.
21831 2005-11-13 Kim F. Storm <storm@cua.dk>
21833 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
21835 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21837 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
21838 (gud-speedbar-buttons): Match on "const char *" too.
21840 * progmodes/gdb-ui.el (gdb-var-create-handler)
21841 (gdb-var-list-children-handler): Match on "const char *" too.
21842 (gdb-var-evaluate-expression-handler): Match on empty string.
21843 (gdb-var-update-handler): Only call
21844 gdb-var-evaluate-expression-handler when required.
21846 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
21848 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
21849 selected window. This still doesn't work for speedbar.
21850 (gud-speedbar-buttons): Handle string expressions properly.
21852 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
21853 (gdb-var-create-handler): Handle string expressions properly.
21854 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
21855 Handle string expressions properly. Move "type" field into regexp.
21857 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21859 * bookmark.el (bookmark-maybe-message): New function to reduce
21860 code duplication: invokes `message' iff baud-rate is high enough.
21861 (bookmark-write-file): Use above instead of an inline conditional.
21862 (bookmark-load): Same.
21864 2005-11-12 Karl Fogel <kfogel@red-bean.com>
21866 * bookmark.el (bookmark-write-file): Don't visit the destination
21867 file, just write the data to it using write-region. This is
21868 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
21869 change to avoid visiting the file in the first place.
21871 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
21873 * hi-lock.el (hi-lock-mode): Set the default value of
21874 font-lock-defaults.
21876 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
21878 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
21879 arg to `file-attributes'.
21880 (find-lisp-format): The UID and GID can now be strings.
21882 2005-11-12 Kim F. Storm <storm@cua.dk>
21884 * help.el (help-map): Bind C-h d to apropos-documentation.
21886 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
21887 when point is at end-of-buffer.
21889 * apropos.el (apropos-match-face): Doc fix.
21890 (apropos-sort-by-scores): Add new choice `verbose'.
21891 (apropos-documentation-sort-by-scores): New defcustom.
21892 (apropos-pattern): Now contains the pattern entered by the user.
21893 (apropos-pattern-quoted): New defvar.
21894 (apropos-regexp): New defvar, containing the regexp corresponding
21895 to apropos-pattern.
21896 (apropos-all-words-regexp): Rename from apropos-all-regexp.
21897 (apropos-read-pattern): New defun. Use it to read pattern arg in
21898 interactive calls; returns list of words for a word list, and
21899 string for a regexp.
21900 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
21901 parses a list of words or regexp as returned by apropos-read-pattern.
21902 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
21903 (apropos-score-doc): Return a very high score if the string
21904 entered by the user matches literally.
21905 (apropos-variable): Doc fix. Use apropos-read-pattern.
21906 (apropos-command): Doc fix. Use apropos-read-pattern and
21907 apropos-parse-pattern. Call apropos-print with nosubst=t.
21908 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
21909 apropos-parse-pattern.
21910 (apropos-documentation): Doc fix. Use apropos-read-pattern and
21911 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
21912 apropos-documentation-sort-by-scores. Call apropos-print with
21914 (apropos-documentation-internal): Pass doc string through
21915 substitute-key-definition before adding text properties.
21916 Highlight substring matching literal user input if possible.
21917 (apropos-documentation-check-doc-file): Remove locals beg and end.
21918 Fix calculation of score (as added twice). Pass doc string through
21919 substitute-key-definition before adding text properties.
21920 (apropos-documentation-check-elc-file): Pass doc string through
21921 substitute-key-definition before adding text properties.
21922 Highlight substring matching literal user input if possible.
21923 (apropos-print): Add new arg NOSUBST; if set, command and variable
21924 doc strings have already been passed through substitute-key-definition.
21925 Add code to handle apropos-accumulator items without score element
21926 for backwards compatibility (e.g. with woman package).
21927 Only show scores if apropos-sort-by-scores is `verbose'.
21929 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21931 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
21932 Add jka-compr-load-suffixes to load-suffixes.
21934 * jka-compr.el: Require jka-cmpr-hook.
21935 (jka-compr-info-compress-message, jka-compr-info-compress-program)
21936 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
21937 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
21938 (jka-compr-info-can-append, jka-compr-info-strip-extension)
21939 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
21940 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
21941 (jka-compr-uninstall): Remove entries from
21942 jka-compr-added-to-file-coding-system-alist after they are used.
21943 (jka-compr-error): Remove unused var `curbuf'.
21944 (jka-compr-file-local-copy): Remove unused var `notfound'.
21946 2005-11-10 Romain Francoise <romain@orebokech.com>
21948 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
21950 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
21952 * progmodes/gud.el (gud-menu-map): Move parentheses.
21953 (gdb): New command gud-pv.
21955 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21957 * tar-mode.el: Remove spurious or unnecessary leading stars
21959 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
21960 (tar-parse-octal-integer-safe): Use mapc.
21961 (tar-header-block-summarize): Remove unused var `ck'.
21962 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
21963 cleared before. Obey default-enable-multibyte-characters.
21964 Use mapconcat. Simplify setting of tar-header-offset.
21965 (tar-mode-map): Move initialization inside delcaration.
21966 (tar-flag-deleted): Use `abs'.
21967 (tar-expunge-internal): Remove unused var `line'.
21968 (tar-expunge-internal): Don't hardcode point-min==1.
21969 (tar-expunge): Widen while doing set-buffer-multibyte.
21970 (tar-rename-entry): Use file-name-coding-system.
21971 (tar-alter-one-field): Don't hardcode point-min==1.
21972 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
21973 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
21975 2005-11-10 Masatake YAMATO <jet@gyve.org>
21977 * add-log.el (add-log-current-defun): Handle class::method
21978 notation of c++. Fix incorrect comment.
21980 2005-11-10 Alan Mackenzie <acm@muc.de>
21982 * help-fns.el (describe-variable): Make C-h v work when a variable
21983 has variable documentation yet is unbound.
21985 2005-11-10 Masatake YAMATO <jet@gyve.org>
21987 * man.el (Man-highlight-references): Set an empty
21988 string to `Man-arguments' if it is nil.
21989 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
21991 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
21993 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
21994 commenting conventions.
21996 * cus-dep.el (custom-make-dependencies): Simplify.
21997 Better follow the commenting conventions.
21999 2005-11-09 Richard M. Stallman <rms@gnu.org>
22001 * apropos.el (apropos-pattern): Rename from apropos-regexp.
22002 (apropos-orig-pattern): Rename from apropos-orig-regexp.
22004 (apropos-rewrite-regexp): Doc fix.
22005 (apropos-variable, apropos-command, apropos, apropos-value):
22006 Change prompt; carry through the argument renaming.
22008 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
22010 * find-lisp.el: Require dired.
22011 (find-lisp-find-dired-internal): Do not call
22012 `abbreviate-file-name' on DIR.
22014 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
22016 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
22018 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
22020 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
22021 when using the speedbar.
22022 (gdb): New command gud-pp.
22023 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
22025 2005-11-09 Juri Linkov <juri@jurta.org>
22027 * replace.el (occur-excluded-properties): New defcustom.
22028 (occur-1, occur-engine, occur-accumulate-lines): Use it.
22030 2005-11-08 Jay Belanger <belanger@truman.edu>
22032 * calc/calc-units.el (math-convert-units): Replace any composite
22033 unit by its definition.
22035 2005-11-08 Lars Hansen <larsh@soem.dk>
22037 * emacs-lisp/autoload.el (update-directory-autoloads):
22038 Add obsolete function alias.
22040 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
22042 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
22043 comment-indent-function.
22044 (lisp-comment-indent): Replace by an alias for comment-indent-default.
22046 * reveal.el (reveal-post-command): Rework the handling of
22047 reveal-open-spots, so as to be more reliable. There were several
22048 tricky corner cases where an open spot might be lost, or where
22049 a closed spot might end up on the list of open spots.
22050 Only reveal text that's ellipsised.
22052 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
22054 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
22056 2005-11-07 John Paul Wallington <jpw@gnu.org>
22058 * ibuffer.el (ibuffer): Search iconified frames too when
22059 getting Ibuffer buffer's window.
22061 2005-11-06 Richard M. Stallman <rms@gnu.org>
22063 * progmodes/compile.el (compilation-internal-error-properties):
22064 save-excursion around the computation of MARKER.
22066 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
22068 * textmodes/flyspell.el (flyspell-external-point-words):
22069 flyspell-get-word returns a list, not just a string.
22071 2005-11-06 John Paul Wallington <jpw@pobox.com>
22073 * ibuffer.el (ibuffer): Search all visible frames when getting
22074 Ibuffer buffer's window.
22076 2005-11-07 Masatake YAMATO <jet@gyve.org>
22078 * man.el (Man-reference-regexp): Accept spaces between
22079 `Man-name-regexp' and `Man-section-regexp'.
22080 (Man-apropos-regexp): New variable.
22081 (Man-abstract-xref-man-page): Use value for `Man-target-string'
22083 (Man-highlight-references, Man-highlight-references0):
22084 Handle the case when `Man-arguments' includes "-k".
22085 (Man-highlight-references0): Rename the argument `TARGET-POS' to
22086 `TARGET'. `TARGET' can be a number, function or nil.
22088 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
22090 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
22091 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
22092 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
22093 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
22094 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
22095 (gdb-send-item): Use buffer-local-value and simplify.
22097 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
22099 * startup.el (command-line): Use `custom-reevaluate-setting' for
22100 `global-font-lock-mode'.
22102 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
22103 by default, except in batch mode or when the -D option is given.
22105 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
22106 specified keyword args on to `define-minor-mode'. Update docstring.
22108 2005-11-05 Romain Francoise <romain@orebokech.com>
22110 * replace.el (occur-engine): Add marker at end of line, too.
22112 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
22114 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22115 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22116 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22117 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22118 argument to all these routines, so the passphrase can be managed
22119 externally and passed in to the system.
22120 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22121 pgg-add-passphrase-to-cache function.
22123 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22124 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22125 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22126 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22127 argument to all these routines, so the passphrase can be managed
22128 externally and passed in to the system.
22129 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22132 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
22134 * font-lock.el: Don't deal with font-lock-face-attributes here,
22137 * startup.el (command-line): ... here. Use face-spec-set instead
22138 of custom-declare-face.
22140 * faces.el (face-spec-set): Reset the face if spec is not nil.
22142 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
22144 * newcomment.el (comment-region-internal): Box more tightly in the
22145 common case where there's no TAB in the boxed text.
22147 2005-11-04 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
22149 * info.el (info-tool-bar-map): Use images prev-node, next-node and
22152 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
22154 * net/newsticker.el: Commentary updated. Code formatting changed.
22155 (newsticker-version): Change to "1.9".
22156 (newsticker, newsticker-feed): Doc fix.
22157 (newsticker-url-list): Doc fix. Add option "Weekly".
22158 (newsticker-retrieval-interval): Add option "Weekly".
22159 (newsticker-headline-processing): Doc fix.
22160 (newsticker-auto-mark-filter): Remove.
22161 (newsticker-auto-mark-filter-list): New.
22162 (newsticker-layout, newsticker-sort-method): Doc fix.
22163 (newsticker-hide-old-items-in-newsticker-buffer)
22164 (newsticker-heading-format, newsticker-item-format)
22165 (newsticker-desc-format): Doc fix.
22166 (newsticker-show-all-rss-elements): Remove.
22167 (newsticker-show-all-news-elements): New.
22168 (newsticker-faces, newsticker-ticker): Doc fix.
22169 (remove-from-invisibility-spec): Code formatting.
22170 (newsticker--process-ids): New.
22171 (newsticker-mode): Doc fix.
22172 (newsticker-mode): Change mode-line-format.
22173 (newsticker-start): Remove debug output.
22174 (newsticker-start-ticker): Doc fix. Add autoload cookie.
22175 (newsticker-w3m-show-inline-images): Code formatting.
22176 (newsticker-next-item): Call `force-mode-line-update'.
22177 (newsticker-previous-item): Call `force-mode-line-update'.
22178 (newsticker-next-feed): Call `force-mode-line-update'.
22179 (newsticker-previous-feed): Call `force-mode-line-update'.
22180 (newsticker-mark-all-items-at-point-as-read): Code formatting.
22181 (newsticker-show-old-items): Do not show descs.
22182 (newsticker-hide-entry): Hide too much.
22183 (newsticker-hide-entry, newsticker-show-entry)
22184 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
22185 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
22186 (newsticker-toggle-auto-narrow-to-item): Code formatting.
22187 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
22188 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
22189 (newsticker-get-news): Call `force-mode-line-update'.
22190 Collect process ids.
22191 (newsticker--sentinel): Change coding system handling.
22192 Move image retrieval to new functions newsticker--get-logo-url-*.
22193 Move feed parsing to new functions newsticker--parse-*.
22194 Update list of process ids.
22195 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
22196 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
22197 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
22198 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
22199 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
22200 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
22201 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
22202 (newsticker--decode-coding-string): Remove.
22203 (newsticker--decode-numeric-entities): Check input. Format code.
22204 (newsticker--remove-whitespace): Check input.
22205 (newsticker--do-forget-preformatted): Doc fix.
22206 (newsticker--decode-rfc822-date): Allow for missing time.
22207 (newsticker--update-process-ids): New.
22208 (newsticker--image-sentinel): Change comment.
22209 (newsticker--image-read): Change error message.
22210 (newsticker--imenu-goto): Doc fix. Show headline title.
22211 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
22212 (newsticker--buffer-do-insert-text): Clean whitespace in
22213 html-rendered headline title. Code formatting.
22214 Call `newsticker--buffer-print-extra-elements'.
22215 (newsticker--buffer-print-extra-element): Remove.
22216 (newsticker--buffer-print-extra-elements): New.
22217 (newsticker--buffer-do-print-extra-element): New.
22218 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
22220 (newsticker--run-auto-mark-filter)
22221 (newsticker--do-run-auto-mark-filter):
22222 Use `newsticker-auto-mark-filter-list'.
22224 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
22226 * net/rcirc.el: Use split-string OMIT-NULLS argument.
22227 (rcirc-print): Force redisplay before running hooks. Do long
22228 buffer truncation after making new text read-only. Deal with nil
22229 text when decoding strings. If TARGET is nil, use either the
22230 currently selected buffer, if it is an rcirc buffer and of the
22231 same process or the process buffer.
22232 (rcirc-mode): Remove header-line. Recompute short buffer names.
22233 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
22234 (rcirc-short-buffer-name): Add variable.
22235 (rcirc-kill-buffer-hook): Recompute short buffer names.
22236 Remove nick from private channel.
22237 (rcirc-send-input): Send command text to current-buffer.
22238 Don't clear overlay arrow here.
22239 (rcirc-short-buffer-name): Return a short buffer name.
22240 (rcirc-update-short-buffer-names, rcirc-abbreviate)
22241 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
22242 buffer-name abbreviations.
22243 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
22244 Do not touch nick-table when killing a parted channel.
22245 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
22246 Clear arrow from current buffer if it is now hidden.
22247 (rcirc-current-buffer): Add variable.
22248 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
22249 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
22250 Remove -face from names.
22251 (rcirc-update-activity-string): Print "DND" when globally ignoring
22253 (rcirc-ignore-buffer-activity-flag): Rename from
22254 rcirc-ignore-channel-activity.
22255 (rcirc-ignore-all-activity-flag): Doc fix.
22256 (rcirc-channels): Remove variable.
22257 (rcirc-kill-buffer-hook):
22258 (rcirc-get-buffer-create): Add nick to private channel.
22259 (rcirc-multiline-edit-submit): Remove tabs.
22260 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
22262 (rcirc-remove-nick-channel): Bug fix.
22263 (rcirc-toggle-ignore-buffer-activity): Rename from
22264 rcirc-toggle-ignore-channel-activity.
22265 (rcirc-record-activity): Add buffers to the front of the list.
22266 (rcirc-update-activity): Remove killed buffers from list.
22267 (rcirc-process-server-response-1): Remove last argument if it is
22268 null before calling handler.
22269 (rcirc): Add "rcirc" defcustom prefix.
22270 (rcirc-prompt): Simplify default prompt.
22271 Use custom-initialize-default.
22272 (rcirc-private-chats): Remove variable.
22273 (rcirc-prompt): Change initialization.
22274 (rcirc-version): Remove function.
22275 (rcirc-id-string): Add constant.
22276 (rcirc-last-buffer): Remove variable.
22277 (rcirc-buffer-alist): Add variable.
22278 (rcirc-connect): Update variable setup.
22279 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
22280 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
22282 (rcirc-handler-generic): Trigger activity.
22283 (rcirc-send-message): Create the buffor of the target.
22284 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
22285 (rcirc-get-buffer): Just return nil if there is no matching buffer.
22286 (rcirc-multiline-edit-cancel): Remove function.
22287 (rcirc-set-last-buffer): Remove function.
22288 (rcirc-get-any-buffer): Add function.
22289 (rcirc-join-channels): Don't print /join text.
22290 (rcirc-toggle-ignore-channel-activity): Add and update echo area
22292 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
22293 (rcirc-handler-NOTICE): Recognize CTCP responses.
22294 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
22295 constructing TOPIC string for buffers we are not JOINed.
22296 (rcirc-handler-CTCP-response): Add handler.
22297 (rcirc-multiline-edit-submit): Restore the window-configuration
22298 before adjusting point.
22299 (rcirc): Add customization group.
22300 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
22301 (rcirc-user-full-name, rcirc-startup-channels-alist)
22302 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
22303 (rcirc-ignore-all-activity-flag, rcirc-time-format)
22304 (rcirc-input-ring-size, rcirc-read-only-flag)
22305 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
22306 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
22307 Change defvar to defcustom.
22308 (rcirc-update-prompt): Add optional ALL arg, which will update
22309 prompts in all rcirc buffers. Regexp quote replacement text.
22310 (rcirc-fill-column): Accept frame-width as a value.
22311 (rcirc-set-changed): Add function.
22312 (rcirc-next-active-buffer): Write more meaningful messages.
22313 (rcirc-faces): Add customization group.
22314 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
22315 (rcirc-nick-in-message-face, rcirc-prompt-face)
22316 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
22317 (with-rcirc-process-buffer): Move before first usage.
22318 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
22319 (rcirc-debug-flag): Rename from `rcirc-log-p'.
22320 (rcirc-debug): Rename from `rcirc-log'.
22321 (rcirc-format-response-string): Do not print `-' chars for a
22322 NOTICE with no sender. Simplify output of server responses.
22324 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
22326 (rcirc-browse-url-map, rcirc-browse-url-at-point)
22327 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
22328 Make urls mouse and RET clickable.
22330 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
22332 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
22334 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
22336 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
22337 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22338 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22339 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22340 argument to all these routines, so the passphrase can be managed
22341 externally and passed in to the system.
22342 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
22343 pgg-add-passphrase-to-cache function.
22345 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
22346 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
22347 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
22348 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
22349 argument to all these routines, so the passphrase can be managed
22350 externally and passed in to the system.
22351 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
22354 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
22356 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
22357 from goto-address-url-regexp.
22359 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
22361 * textmodes/org.el (org-read-date, org-goto-calendar)
22362 (org-recenter-calendar, org-agenda-goto-calendar):
22363 Temporarily clear `calendar-move-hook'.
22365 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
22367 * ediff-merg.el (ediff-merge-region-is-non-clash):
22368 Return t, if not merging.
22370 * ediff-util.el (ediff-previous-difference): Don't skip regions that
22371 have merge clashes.
22373 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22375 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22376 Undo previous change.
22378 * startup.el (command-line): Use `custom-reevaluate-setting' for
22379 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
22380 tty-register-default-colors on Mac.
22382 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
22384 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
22385 (gdb-buffer-type): Make it automatically buffer local...
22386 (gdb-get-create-buffer): ...and set it accordingly.
22387 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
22390 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
22392 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
22395 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
22397 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
22398 case GUD buffer is not visible.
22399 (gdb-goto-breakpoint): Try to force display in source buffer.
22400 (gdb-frame-gdb-buffer): Copy other similar functions.
22401 (gdb-restore-windows): Don't display source if not asked for.
22402 (gdb-assembler-buffer-name): Don't capitalise.
22404 2005-11-03 Richard M. Stallman <rms@gnu.org>
22406 * wid-edit.el (key-sequence): New widget type.
22408 * simple.el (set-mark-command-repeat-pop): New variable.
22409 (set-mark-command): Only interpret plan C-@ after a pop as a pop
22410 if set-mark-command-repeat-pop is true.
22412 * info.el (Info-fontify-node): Don't display extra "see" if there
22413 already is one here.
22415 * mouse.el: Fix special handling of DEL after dragging a region:
22416 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
22417 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
22419 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
22421 * textmodes/ispell.el (ispell-command-loop): Change `i' description
22422 not to assume it pertains to an affix.
22424 * textmodes/flyspell.el (flyspell-post-command-hook):
22425 Bind deactivate-mark to prevent deactivation.
22427 2005-11-03 Lars Hansen <larsh@soem.dk>
22429 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
22430 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
22431 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
22433 2005-11-03 Romain Francoise <romain@orebokech.com>
22435 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
22436 Update copyright years.
22438 2005-11-03 Sam Steingold <sds@gnu.org>
22440 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22441 Use system-type instead of window-system because window-system is not
22442 correctly defined during loadup.
22444 2005-11-02 Mark A. Hershberger <mah@everybody.org>
22446 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
22447 (xml-parse-tag): Join strings separated by a comment properly.
22449 2005-11-02 Andreas Schwab <schwab@suse.de>
22451 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
22453 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
22455 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
22456 (byte-optimize-pure-func): Quote the eval'd value.
22458 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
22459 Rename from perl-font-lock-syntactic-face-function.
22460 Change the calling convention so it can be used as a font-lock MATCHER.
22461 Do the parse-partial-sexp loop outselves.
22462 (perl-font-lock-syntactic-keywords): Use it.
22463 (perl-mode): Don't set font-lock-syntactic-face-function any more.
22465 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
22467 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
22468 disassembly buffer too.
22469 (gdb-exited): Remove overlay arrows when execution has finished.
22470 (gdb-info-frames-custom, gdb-info-threads-custom)
22471 (gdb-info-registers-custom): Don't add inappropriate text
22472 properties if inferior is not active.
22474 2005-11-02 Glenn Morris <rgm@gnu.org>
22476 * progmodes/fortran.el (fortran-blink-match):
22477 Use `blink-matching-delay'.
22479 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
22481 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
22483 2005-11-02 Lars Hansen <larsh@soem.dk>
22485 * net/tramp.el (tramp-action-out-of-band): Handle scp message
22486 "Permission denied".
22488 2005-11-01 Richard M. Stallman <rms@gnu.org>
22490 * textmodes/flyspell.el (flyspell-external-point-words):
22491 Pass nil to flyspell-get-word.
22493 2005-11-02 Kim F. Storm <storm@cua.dk>
22495 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
22496 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
22498 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22500 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
22501 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
22502 (calendar-mouse-print-dates): Add optional `event' argument.
22503 Update interactive-spec.
22504 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
22505 Use `calendar-event-to-date' instead of `event'.
22507 2005-11-02 Masatake YAMATO <jet@gyve.org>
22509 * progmodes/ld-script.el (ld-script-builtins):
22510 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
22511 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
22512 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
22514 2005-11-01 Romain Francoise <romain@orebokech.com>
22516 * vc-sccs.el: Update copyright year.
22517 * ezimage.el: Likewise.
22519 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
22521 * info.el (Info-fontify-node): Use `string-width' for fontifying
22524 2005-11-01 Juri Linkov <juri@jurta.org>
22526 * info.el (Info-fontify-node): Downcase node header keywords Node,
22527 Prev, Next, Up before comparison.
22528 (Info-history): Insert absolute directory name, and put invisible
22531 2005-11-01 Juri Linkov <juri@jurta.org>
22533 * info.el (Info-file-supports-index-cookies): New variable.
22534 (Info-find-node-2): Check makeinfo version for index cookie support.
22535 (Info-index-nodes): Search for nodes with index cookies only when
22536 Info-file-supports-index-cookies is t. Otherwise, search nodes
22537 with "Index" in the node name.
22538 (Info-index-node): Search index cookie in the current node only when
22539 Info-file-supports-index-cookies is t. Otherwise, check the word
22540 "Index" in the node name.
22541 (Info-find-emacs-command-nodes): Remove code that searches nodes
22542 with "Index" node name in the top menu.
22544 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
22546 * progmodes/scheme.el (scheme-mode-variables): Use the default
22547 comment-indent-function.
22549 * faces.el (face-attribute): Handle the case where a face inherits from
22550 a non-existent face.
22552 * simple.el (eval-expression-print-format): Use lisp-readable syntax
22553 for octal and hexa output, and merge the char into the paren.
22554 (kill-new): Use push.
22555 (copy-to-buffer): Use with-current-buffer.
22556 (completion-setup-function): Move code in loop to remove redundancy.
22557 (minibuffer-local-must-match-map): Don't add bindings that duplicate
22558 those inherited from minibuffer-local-completion-map.
22560 * savehist.el (savehist-mode) <defcustom>:
22561 Use custom-set-minor-mode if available.
22562 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
22563 and emit a message if applicable.
22565 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
22567 * savehist.el: Sync up to version 19.
22568 (savehist-mode): New minor mode.
22569 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
22570 (savehist-length): Remove (use history-length instead).
22571 (savehist-file-modes): Rename from savehist-modes.
22572 (savehist-save-hook, savehist-loaded): New vars.
22573 (savehist-load): Use savehist-mode. Try to smooth up transition from
22574 old format to new format.
22575 (savehist-install): Allow savehist-autosave-interval to be nil.
22576 (savehist-save): Run the new hook. Be more careful to only trim the
22578 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
22579 (savehist-printable): Print into a buffer rather than char-by-char.
22581 2005-11-01 John Wiegley <johnw@newartisans.com>
22583 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
22584 toggle-ignore keybinding (C-a). The author said it had been
22585 disabled much earlier due to a possible incompatibility, but after
22586 many months of usage I have encountered no problems (and it is a
22587 rather useful option, especially for switching to " *temp*").
22589 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
22590 support for OS/X's AddressBook, by calling out to the open source
22591 program "contacts" (installable through Fink).
22593 * net/eudc.el (eudc-expand-inline): If the
22594 `eudc-multiple-match-handling-method' is set to `all', delete the
22595 query string before inserting the query result.
22597 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
22598 flag, to prevent Eshell from using the system ls when
22599 `eshell-ls-insert-directory' is in used.
22600 (eshell-ls-insert-directory): Disable font-lock in directory
22601 buffer so that Eshell's own fontification is seen. This broke
22602 recently due to changes in font-lock, so this goes back to version
22605 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
22607 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
22608 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
22609 (gdb-many-windows): Doc fix.
22611 2005-10-31 Romain Francoise <romain@orebokech.com>
22613 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
22615 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
22617 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
22618 that global-font-lock-mode can be enabled by default.
22620 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
22621 (font-lock-add-keywords, font-lock-remove-keywords)
22622 (font-lock-fontify-buffer): Remove autoload cookies.
22624 * jit-lock.el (jit-lock-register): Likewise.
22626 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
22628 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22630 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
22631 intact if there is no gud-comint-buffer.
22633 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
22635 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
22636 old prompt comint-prompt-read-only is t and GDB commands are
22637 issued from tool bar etc.
22639 2005-10-31 Masatake YAMATO <jet@gyve.org>
22641 * vc.el (vc-directory-exclusion-list): Add "{arch}".
22643 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
22645 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
22646 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
22648 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
22650 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
22651 starting at beginning of line. Fontification is messed up when
22652 `open-paren-in-column-0-is-defun-start' set to t.
22653 Reported by John Paul Wallington <jpw@pobox.com>.
22655 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
22657 * comint.el (comint-send-input): Call `comint-update-fence' when
22658 `comint-process-echoes' and `comint-prompt-read-only' are both
22659 non-nil, to avoid leftover read-only newline.
22661 2005-10-30 Richard M. Stallman <rms@gnu.org>
22663 * textmodes/flyspell.el (flyspell-external-point-words):
22664 Detect when WORD can't be checked properly because
22665 flyspell-get-word finds just part of it, and move on.
22667 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
22668 boundarychar for Polish.
22669 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
22670 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
22672 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
22674 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
22675 (gdb-registers-font-lock-keywords): Delete.
22676 (gdb-registers-mode): Don't fontify.
22677 (gdb-info-registers-custom): Use text properties instead as, in
22678 future, changed register values will use font-lock-warning-face.
22679 (gdb-local-font-lock-keywords): Rename to...
22680 (gdb-locals-font-lock-keywords): ...for consistency.
22682 2005-10-30 Andre Spiegel <spiegel@gnu.org>
22684 * vc.el (vc-switch-backend): Better error message if the buffer is
22685 not visiting a file under version control.
22687 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
22689 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
22691 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
22694 2005-10-29 Richard M. Stallman <rms@gnu.org>
22696 * replace.el (occur-mode-mouse-goto): Always go to other window.
22697 (occur-mode-goto-occurrence): Always switch in same window.
22699 * simple.el (undo): Display message at end, not at start.
22701 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
22702 New arg REUSE-CELL.
22703 (cancel-timer-internal): New function.
22704 (timer-event-handler): Use cancel-timer-internal,
22705 and pass the cell it returns to timer-activate...
22707 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
22708 (jit-lock-deferred-fontify, jit-lock-context-fontify)
22709 (jit-lock-after-change): Test memory-full.
22711 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22713 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22714 part of the decoded armor to find the key-identifier.
22715 (pgg-gpg-lookup-key-owner): New function to return the
22716 human-readable identifier of a key owner.
22717 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22719 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22720 the key value) if we have a key and can match it against a secret
22721 key. Also, added a note pointing out fact that the prompt only
22722 indicates the first matching key.
22724 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22725 pgg-decrypt-region.
22726 (pgg-pending-timers): A new hash for tracking the passphrase cache
22727 timers, so that new ones supercede old ones.
22728 (pgg-add-passphrase-to-cache): Rename from
22729 `pgg-add-passphrase-cache' to reduce confusion (all callers
22730 changed). Modified to cancel old timers when new ones are added.
22731 (pgg-remove-passphrase-from-cache): Rename from
22732 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22733 changed). Modified to cancel old timers when their keys are
22734 removed from the cache.
22735 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22736 XEmacs, an indirection to delete-itimer.
22737 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22738 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22739 users can only check cache without risk of prompting. Correct bug in
22740 notruncate behavior.
22741 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22742 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22743 Add informative docstrings.
22744 (pgg-decrypt): Convey provided passphrase in subordinate call to
22745 pgg-decrypt-region.
22747 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22748 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22749 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22750 `passphrase' argument, so the passphrase can be managed externally
22751 and then passed in to the system.
22753 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22754 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22755 so the passphrase cache can be used reliably with identifiers
22756 besides a pgp packet's key id.
22758 * pgg-gpg.el (pgg-pgp-encrypt-region)
22759 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22760 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22761 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22762 argument to all these routines, so the passphrase can be managed
22763 externally and passed in to the system.
22765 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22766 `notruncate' argument, so the passphrase cache can be used
22767 reliably with identifiers besides a pgp packet's key id.
22769 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22771 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22772 symmetric encryption.
22773 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22774 encrypted session key.
22775 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22776 message ask for the passphrase in a proper way.
22778 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22779 New user commands for symmetric encryption.
22781 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
22783 * textmodes/conf-mode.el (conf-assignment-sign)
22784 (conf-assignment-regexp): Fix docstrings.
22785 (conf-mode-initialize): New function.
22786 (conf-mode): Remove optional args. Use delay-mode-hooks to
22787 recognize recursive calls.
22788 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
22789 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
22790 (conf-xdefaults-mode): Use define-derived-mode and
22791 conf-mode-initialize.
22793 2005-10-29 Romain Francoise <romain@orebokech.com>
22795 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
22797 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
22799 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
22800 part of the decoded armor to find the key-identifier.
22801 (pgg-gpg-lookup-key-owner): New function to return the
22802 human-readable identifier of a key owner.
22803 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
22805 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
22806 the key value) if we have a key and can match it against a secret
22807 key. Also, added a note pointing out fact that the prompt only
22808 indicates the first matching key.
22810 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
22811 pgg-decrypt-region.
22812 (pgg-pending-timers): A new hash for tracking the passphrase cache
22813 timers, so that new ones supercede old ones.
22814 (pgg-add-passphrase-to-cache): Rename from
22815 `pgg-add-passphrase-cache' to reduce confusion (all callers
22816 changed). Modified to cancel old timers when new ones are added.
22817 (pgg-remove-passphrase-from-cache): Rename from
22818 `pgg-remove-passphrase-cache' to reduce confusion (all callers
22819 changed). Modified to cancel old timers when their keys are
22820 removed from the cache.
22821 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
22822 XEmacs, an indirection to delete-itimer.
22823 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
22824 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
22825 users can only check cache without risk of prompting. Correct bug in
22826 notruncate behavior.
22827 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
22828 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22829 Add informative docstrings.
22830 (pgg-decrypt): Convey provided passphrase in subordinate call to
22831 pgg-decrypt-region.
22833 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
22835 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
22836 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
22837 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
22838 `passphrase' argument, so the passphrase can be managed externally
22839 and then passed in to the system.
22841 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
22842 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
22843 so the passphrase cache can be used reliably with identifiers
22844 besides a pgp packet's key id.
22846 * pgg-gpg.el (pgg-pgp-encrypt-region)
22847 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
22848 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
22849 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
22850 argument to all these routines, so the passphrase can be managed
22851 externally and passed in to the system.
22853 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
22854 `notruncate' argument, so the passphrase cache can be used
22855 reliably with identifiers besides a pgp packet's key id.
22857 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
22859 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
22860 symmetric encryption.
22861 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
22862 encrypted session key.
22863 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
22864 message ask for the passphrase in a proper way.
22866 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
22867 New user commands for symmetric encryption.
22869 2005-10-28 Bill Wohler <wohler@newt.com>
22871 * help-mode.el (help-url): New button type. Calls browse-url.
22872 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
22873 Similar to Info nodes: URL `url'.
22874 (help-make-xrefs): Create help-url buttons for
22875 help-xref-url-regexp matches.
22877 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
22879 * tool-bar.el (tool-bar-add-item-from-menu)
22880 (tool-bar-local-item-from-menu): Fix doc strings.
22882 2005-10-28 Romain Francoise <romain@orebokech.com>
22884 * ldefs-boot.el: Update.
22886 * subr.el (locate-library): Move from help-fns.el.
22887 * help-fns.el (locate-library): Move to subr.el.
22889 2005-10-28 Richard M. Stallman <rms@gnu.org>
22891 * net/tramp.el (tramp-completion-mode): defvar moved up.
22893 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
22895 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
22897 * files.el (find-file-noselect): Use %d to format large file size.
22899 * bindings.el (mode-line-format): Add %e.
22901 * loadup.el ("facemenu"): Load unconditionally.
22902 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
22903 ("x-dnd"): Load, when appropriate.
22905 * startup.el (command-line): Call before-init-hook earlier.
22906 Warn about some bad characters in -u user name.
22908 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
22909 (flyspell-external-point-words): Error if misspelled word is not found.
22910 Set flyspell-large-region-beg at end of word.
22912 2005-10-28 Andreas Schwab <schwab@suse.de>
22914 * view.el (View-revert-buffer-scroll-page-forward):
22915 Use view-page-size-default.
22917 2005-10-28 Juri Linkov <juri@jurta.org>
22919 * international/quail.el (quail-get-current-str): Translate last
22920 raw character for deterministic input methods.
22922 2005-10-27 Jay Belanger <belanger@truman.edu>
22924 * calc/calc-ext.el: Add functions to autoloads.
22925 (math-identity-matrix-p, math-ident-row-p): New functions.
22927 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
22928 multiplication by an identity matrix; don't turn multiplication by
22929 an inverse matrix into division.
22930 (math-div-symbol-fancy): Replace division by matrices with
22931 multiplication by inverse.
22933 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
22935 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
22936 (calc-writeoutpower): New functions.
22938 2005-10-27 Romain Francoise <romain@orebokech.com>
22940 * replace.el (occur-engine): Include colon in mouse-face highlight.
22942 * dired-x.el: Change Maintainer field.
22944 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
22946 * longlines.el (longlines-mode): Bind after-change-functions to
22947 nil during initial decoding and final encoding.
22949 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
22951 * term.el (term-emulate-terminal, term-handle-colors-array)
22952 (term-handle-ansi-escape): Specify the terminfo capabilities
22955 2005-10-26 Richard M. Stallman <rms@gnu.org>
22957 * info.el (Info-fontify-node): Fix detection of sentence-break
22960 2005-10-26 Romain Francoise <romain@orebokech.com>
22962 * smerge-mode.el: Add `tools' to file keywords.
22964 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
22966 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
22967 when the fringe is not available.
22969 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
22970 (def-gdb-auto-update-trigger): Simplify construction.
22971 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
22972 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
22973 defined explicitly.
22974 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
22975 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
22976 defined explicitly.
22977 (gdb-info-locals-custom): Remove as it's a no-op.
22979 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
22981 * longlines.el (longlines-mode): Remove narrowing before
22982 performing the initial decoding or final encoding.
22984 2005-10-25 Romain Francoise <romain@orebokech.com>
22986 * emacs-lisp/find-func.el (find-library-name): Also strip
22987 extension if library name ends in .el, to take advantage of
22988 `find-library-suffixes'.
22990 2005-10-25 Richard M. Stallman <rms@gnu.org>
22992 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
22994 2005-10-25 Juri Linkov <juri@jurta.org>
22996 * textmodes/texinfo.el (texinfo-mode): Change charset of one
22997 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
22999 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
23001 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
23002 (blackbox-redefine-key): Add argument `map'.
23004 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
23005 regions when moving the jit-lock-context-unfontify-pos boundary.
23007 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
23009 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
23011 2005-10-25 Masatake YAMATO <jet@gyve.org>
23013 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
23015 2005-10-25 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
23017 * play/blackbox.el (blackbox-redefine-key): New function.
23018 (blackbox-mode-map): Use it to remap existing bindings for cursor
23019 motion instead of binding literal keys.
23021 2005-10-25 Glenn Morris <rgm@gnu.org>
23023 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
23024 diary does not end in a newline. Do not assume a blank line at
23025 the start of the diary file.
23027 2005-10-25 Kenichi Handa <handa@m17n.org>
23029 * international/quail.el (quail-translate-key): If the input
23030 method is deterministic and failed to handle the last key, restart
23031 the key handling loop from an appropriate key.
23033 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
23035 * vc.el (vc-dired-mode): Extend comment for binding of
23036 `directory-listing-before-filename-regexp'.
23038 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
23040 * textmodes/texinfo.el (texinfo-mode):
23041 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
23042 not to unnecessarily expose emacs-mule's internal char codes.
23044 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
23046 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
23047 Display hand pointer and help-echo on disabled icon too.
23048 (gdb-mouse-until): New function.
23049 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
23051 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
23053 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
23054 with 2005-10-23 change to doctor.el.
23056 * finder.el (finder-mode-map): Add follow-link binding.
23058 2005-10-25 Kim F. Storm <storm@cua.dk>
23060 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
23061 to gdb-mouse-toggle-breakpoint-fringe.
23062 (gdb-mouse-toggle-breakpoint-margin): Rename from
23063 gdb-mouse-toggle-breakpoint. Fix doc.
23064 (gdb-mouse-toggle-breakpoint-fringe): New defun.
23065 (gdb-put-string): Add optional SPROPS arg. Add props to string.
23066 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
23067 string properties also for fringe breakpoint bitmaps.
23069 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
23071 * textmodes/org.el (org-start-icalendar-file): Fix format form.
23073 2005-10-25 Masatake YAMATO <jet@gyve.org>
23075 * simple.el (completion-common-substring):
23076 Use `completion-common-substring' prior to `completion-base-size'.
23078 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
23080 * savehist.el: Require CL while compiling.
23081 (savehist-history-variables): Remove.
23082 (savehist-save-minibuffer-history, savehist-additional-variables)
23083 (savehist-minibuffer-history-variables): New vars.
23084 (savehist-save): Use them.
23085 (savehist-uninstall, savehist-minibuffer-hook): New funs.
23086 (savehist-install): New fun, extracted from savehist-load.
23087 (savehist-load): Use them.
23089 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
23091 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
23092 a dummy doc-string-elt property.
23093 (defalias, defvaralias, define-category): Add a docstring property.
23095 * image.el (defimage):
23096 * widget.el (define-widget):
23097 * custom.el (defface, defcustom): Add `doc-string' declaration.
23099 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
23100 (defadvice): Add `doc-string' declaration.
23102 * emacs-lisp/byte-run.el (macro-declaration-function):
23103 Handle `doc-string' declarations.
23104 (define-obsolete-function-alias, define-obsolete-variable-alias):
23105 Add `doc-string' declaration.
23107 2005-10-24 Kenichi Handa <handa@m17n.org>
23109 * international/utf-7.el (utf-7): Add autoload cookie.
23111 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
23113 2005-10-24 Eli Zaretskii <eliz@gnu.org>
23115 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
23116 list of directories passed to batch-update-autoloads. Add "." to
23117 the list of the echoed directories.
23124 * pgg.el: Moved here from the gnus subdirectory.
23126 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
23128 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
23129 in case comint-prompt-read-only is set to t.
23131 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
23132 in case comint-prompt-read-only is set to t.
23134 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
23136 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
23138 (icalendar-import-format): Handle CLASS, STATUS, URL.
23139 Rename `subject' to `summary'.
23140 (icalendar-import-format-summary): Rename from
23141 `icalendar-import-format-subject'.
23142 (icalendar-import-format-url, icalendar-import-format-status)
23143 (icalendar-import-format-class): New variables.
23144 (icalendar--rris): Take variable argument list.
23145 (icalendar--datestring-to-isodate): Remove unnecessary
23146 calendar-style check when converting dates with explicit month names.
23147 (icalendar-export-region): Change return type of conversion
23148 subroutines. Bury current buffer unless error occurred.
23149 (icalendar--convert-to-ical)
23150 (icalendar--parse-summary-and-rest): New functions.
23151 (icalendar--convert-ordinary-to-ical)
23152 (icalendar--convert-weekly-to-ical)
23153 (icalendar--convert-yearly-to-ical)
23154 (icalendar--convert-block-to-ical)
23155 (icalendar--convert-cyclic-to-ical)
23156 (icalendar--convert-anniversary-to-ical): Change return type.
23157 Strip trailing blanks from subject.
23158 (icalendar--convert-sexp-to-ical): Change return type.
23159 Strip trailing blanks from subject. Handle simple sexp
23160 entries as generated by icalendar.el.
23161 (icalendar--convert-float-to-ical)
23162 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
23163 (icalendar-import-file): Doc fix.
23164 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
23165 Correct call to icalendar--rris.
23166 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
23168 (icalendar--add-diary-entry): Rename `subject' to `summary'.
23170 2005-10-24 Romain Francoise <romain@orebokech.com>
23172 * server.el (server-sentinel): Set query-on-exit flag to nil on
23173 new client processes (it isn't inherited from the server process).
23175 * replace.el (occur-engine): Rearrange text properties.
23177 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
23179 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
23180 case-fold-search is nil.
23181 (debug-help-follow): Use help-xref-interned directly.
23183 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
23185 * thumbs.el (thumbs-image-type): Add .pbm.
23187 2005-10-23 Richard M. Stallman <rms@gnu.org>
23189 * faces.el (inhibit-face-set-after-frame-default): New variable.
23190 (set-face-attribute): Bind it.
23191 (face-set-after-frame-default): Test it.
23193 * help-fns.el (describe-simplify-lib-file-name): New function.
23194 (describe-function-1, describe-variable): Use it.
23196 * faces.el (describe-face): Use describe-simplify-lib-file-name.
23198 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
23199 Eliminate nil as possible value.
23200 (tooltip-hide-delay): Reduce internal-border-width.
23202 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
23203 (menu-bar-file-menu) <new-file>: Likewise.
23205 * simple.el (line-move-finish): Ignore fields computing LINE-END.
23207 * international/mule.el (load-with-code-conversion):
23208 Pass full file name to `eval-buffer' unless preloading.
23210 * textmodes/flyspell.el (flyspell-large-region):
23211 Call ispell-check-version.
23213 * textmodes/ispell.el (ispell-local-dictionary-overridden):
23214 Fix the make-variable-buffer-local call that was supposed
23215 to be for this variable.
23216 (ispell-aspell-supports-utf8): Doc fix.
23217 (ispell-find-aspell-dictionaries): Preserve elements of
23218 ispell-dictionary-alist for dictionaries that aspell doesn't report.
23219 (ispell-aspell-find-dictionary): Return nil on error.
23221 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
23222 (doctor-symptoms): Likewise.
23224 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
23226 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
23228 * cus-edit.el (custom-button, custom-button-pressed): New vars.
23229 (custom-raised-buttons): Add :set spec.
23230 (custom-button-unraised, custom-button-pressed-unraised):
23231 New faces, so that custom-raised-buttons actually does something.
23232 (custom-mode): Use custom-button and custom-button-pressed.
23234 * wid-edit.el (widget-specify-button): Don't ignore
23235 widget-mouse-face on graphic terminals.
23236 (widget-move-and-invoke): Cleanup.
23238 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
23240 * whitespace.el (whitespace-cleanup): Doc fix.
23242 2005-10-23 Romain Francoise <romain@orebokech.com>
23244 * emulation/viper.el (viper-set-hooks): Quote forms passed to
23245 `eval-after-load' to avoid evaluating their result.
23247 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
23249 * files.el (directory-listing-before-filename-regexp):
23250 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
23252 * dired.el (dired-move-to-filename-regexp): Remove.
23253 All occurrences replaced by `directory-listing-before-filename-regexp'.
23255 * dired-x.el, locate.el, vc.el:
23256 Replace `dired-move-to-filename-regexp' by
23257 `directory-listing-before-filename-regexp'. In vc.el it is
23258 overwritten locally; maybe this can be handled in files.el too.
23260 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
23261 replaced by `directory-listing-before-filename-regexp'.
23263 2005-10-23 Andreas Schwab <schwab@suse.de>
23265 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
23266 and eval-next-after-load.
23268 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
23270 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
23273 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
23275 * allout.el: Remove autoloads for mailcrypt and crypt++.
23276 Require pgg, pgg-gpg during compilation.
23277 (allout-version): Increment version number to 2.1, and use a literal
23278 rather than RCS Id.
23279 (allout-default-encryption-scheme): Remove.
23280 (allout-passphrase-verifier-handling)
23281 (allout-passphrase-verifier-string)
23282 (allout-file-passphrase-verifier-string)
23283 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
23284 (allout-passphrase-hint-handling): Rename and simplify.
23285 (allout-init): Use `find-file-hook' if available, otherwise
23287 (allout-mode): Use `write-file-functions' if available, otherwise
23288 `local-write-file-hooks' and, instead of making auto-save-hook
23289 buffer local, make the write-file-hook activity contingent to
23291 (allout-mode): Use key-binding substitution in the docstring.
23292 (allout-kill-line): Spell-out kill ring data structure mutation
23293 instead of using byte-compiler-complaint-provoking `pop'.
23294 (allout-insert-listified): Use `insert' rather than `insert-string'
23295 (allout-toggle-current-subtree-encryption): Update docstring, adjust
23296 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
23297 (allout-encrypt-string): Totally revamped vis new underlying
23298 encryption facilities.
23299 (allout-mc-activate-passwd): Remove.
23300 (allout-obtain-passphrase): New, more or less replaces
23301 allout-mc-activate-passwd.
23302 (allout-encrypted-key-info): More or less replaces
23303 allout-encrypted-text-type.
23304 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
23305 (my-mark-marker): Use `(featurep 'xemacs)'.
23307 2005-10-23 Lars Hansen <larsh@soem.dk>
23309 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
23310 (byte-compile-file-form-defmumble, byte-compile-defun)
23311 (byte-compile-defmacro): Use it.
23312 (byte-compile-form): Don't call byte-compile-set-symbol-position
23313 when a byte-compile handler is called.
23315 2005-10-22 Romain Francoise <romain@orebokech.com>
23317 * savehist.el (savehist-history-variables): Add `grep-find-history'.
23319 * subr.el (eval-after-load): Convert library name to an absolute
23320 file name using locate-library, since load-history no longer has
23321 library names in it.
23323 2005-10-22 Richard M. Stallman <rms@gnu.org>
23325 * files.el (make-temp-file): Move from subr.el.
23326 * subr.el (make-temp-file): Move to files.el.
23328 * window.el (get-buffer-window-list): Move from subr.el.
23329 * subr.el (get-buffer-window-list): Move to window.el.
23331 * image.el (image-load-path): Use eval-at-startup to initialize.
23333 * subr.el (eval-at-startup): New macro.
23335 * subr.el: Much rearrangement of functions and division
23336 into pages. No code changes.
23338 2005-10-22 Kenichi Handa <handa@m17n.org>
23340 * tar-mode.el (tar-extract): Be sure to call
23341 find-operation-coding-system if set-auto-coding doesn't find a
23344 2005-10-22 Kim F. Storm <storm@cua.dk>
23346 * image.el (image-type-header-regexps): Rename from image-type-regexps.
23348 (image-type-file-name-regexps): New defconst.
23349 (image-type-from-data): Simplify loop.
23350 (image-type-from-buffer): New defun.
23351 (image-type-from-file-header): Use it instead of image-type-from-data.
23352 Use image-search-load-path instead of only looking in data-directory.
23353 (image-type-from-file-name): New defun.
23354 (image-search-load-path): Change `pathname' to `filename'.
23355 Make PATH arg optional, default to image-load-path.
23357 2005-10-21 Richard M. Stallman <rms@gnu.org>
23359 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
23361 * textmodes/paragraphs.el (sentence-end-base): New variable.
23362 (sentence-end): Use sentence-end-base.
23364 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
23366 * font-lock.el (font-lock-default-fontify-region): Check the multiline
23367 property independently from the font-lock-multiline variable.
23369 2005-10-21 Richard M. Stallman <rms@gnu.org>
23371 * emacs-lisp/find-func.el (find-library-name): Doc fix.
23373 * startup.el (command-line): Convert library names
23374 in `load-history' to absolute file names.
23376 * subr.el (symbol-file): Doc fix.
23378 * loadhist.el (file-loadhist-lookup): Call locate-library
23379 instead of find-library-name. Don't try converting
23380 abs file names to library names, since load-history no longer
23381 has library names in it.
23382 (file-dependents, file-provides, file-requires): Doc fixes.
23384 2005-10-21 Juri Linkov <juri@jurta.org>
23386 * progmodes/etags.el (tags-table-mode): New function.
23387 (tags-verify-table): Replace initialize-new-tags-table with
23390 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
23392 (desktop-modes-not-to-save): Add tags-table-mode to the
23395 * info.el (Info-index-next): Add total number of index
23396 alternatives to the message.
23398 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
23399 backward only space (instead of space and period) before looking
23402 * simple.el (set-variable): Use user-variable-p instead of symbolp.
23403 Add the old variable value as 4th default-value arg of read-string.
23405 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23407 * cus-face.el (custom-declare-face): Make face from X resources
23410 * disp-table.el (standard-display-g1, standard-display-graphic):
23411 Refuse to use string glyphs also on Mac.
23412 (standard-display-european): Don't set terminal coding system also
23415 * frame.el (display-screens): Use x-display-screens also on Mac.
23417 2005-10-21 Romain Francoise <romain@orebokech.com>
23419 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
23421 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
23423 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
23426 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
23427 warning face on open-paren-in-column-0.
23429 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
23430 boundary case. Fix typo.
23431 Suggested by Martin Rudalics <rudalics@gmx.at>.
23433 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
23435 * textmodes/org.el (org-combined-agenda-icalendar-file)
23436 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
23437 (org-export-icalendar-this-file)
23438 (org-export-icalendar-all-agenda-files)
23439 (org-export-icalendar-combine-agenda-files): New commands.
23440 (org-export-icalendar, org-print-icalendar-entries)
23441 (org-start-icalendar-file, org-finish-icalendar-file)
23442 (org-ical-ts-to-string): New functions.
23443 (org-read-date, org-goto-calendar)
23444 (org-agenda-goto-calendar): Inhibit displaying diary entries by
23445 call to `calendar'.
23446 (orgtbl-setup): Remove the :keys arguments from the menu description.
23447 (org-after-save-iCalendar-file-hook): New variable.
23449 2005-10-21 Kenichi Handa <handa@m17n.org>
23451 * language/vietnamese.el (tcvn-5712): Make it an alias of
23452 vietnamese-tcvn coding-system.
23454 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
23456 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
23459 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
23461 * progmodes/sh-script.el (sh-escaped-line-re): New var.
23462 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
23463 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
23464 whose line is either continued or ends with a comment.
23466 2005-10-20 Romain Francoise <romain@orebokech.com>
23468 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
23470 * replace.el (occur-engine): Add follow-link property.
23472 * font-core.el (font-lock-mode): Doc fix.
23474 2005-10-20 Richard M. Stallman <rms@gnu.org>
23476 * net/rcirc.el: New file.
23478 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
23480 * term.el (term-term-name): Initialize to "eterm-color".
23482 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
23484 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
23485 for encryption functionality.
23486 Move allout customization subgroup from `editing' to `outlines' group.
23487 Fix commentary keywords to legitimate ones.
23488 Update author info (using my current email address, obscurified).
23489 (allout-encrypt-string, allout-encryption-produce-work-buffer)
23490 (allout-encrypted-topic-p, allout-encrypted-text-type)
23491 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
23492 (allout-situate-encryption-key-verifier)
23493 (allout-get-encryption-key-verifier, allout-verify-key)
23494 (allout-next-topic-pending-encryption)
23495 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
23496 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
23497 (outline-key-verifier-handling, outline-key-hint-handling)
23498 (outline-encrypt-unencrypted-on-saves): New defcustoms.
23499 (allout-file-key-verifier-string, allout-encryption-scheme)
23500 (allout-key-verifier-string, allout-key-hint-string)
23501 (allout-after-save-decrypt): New variables.
23502 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
23503 (allout-after-saves-handler): New hook functions.
23504 (allout-post-command-business): Do allout-after-save-decrypt.
23505 (allout-enable-file-variable-adjustment): Custom var to enable
23506 mechanism for adding and adjusting settings of Emacs file variables.
23507 (allout-adjust-file-variable, allout-file-vars-section-data):
23508 New functions, implement the mechanism.
23509 (outlineify-sticky): Use the file vars mechanism.
23510 (allout-inhibit-protection, allout-during-write-cue)
23511 (allout-override-protect, allout-before-change-protect): Remove.
23512 (allout-flag-region, allout-open-topic): Adjust read-only text.
23513 (allout-open-line-not-read-only): Add to facilitate read-only
23514 text based protection.
23515 (allout-kill-line): Revise to adjust read-only text, clue the
23516 user about the inhibition.
23517 (allout-unprotected): Use unwind-protect.
23518 (allout-shift-in, allout-shift-out): Disallow manually shifting a
23519 topic deeper than the offspring depth of the previous topic -
23520 avoiding confusing "containment discontinuities".
23521 (allout-reindent-bodies): Fix retention of body relative hanging
23522 indent during promotion of collapsed bodies.
23523 (allout-open-topic): Make it easy to open new topic with same
23524 bullet as current topic - topic creation functions provided with
23525 any universal argument provokes now prompt for bullet, defaulting
23526 to the bullet of the previous topic.
23527 (allout-plain-bullets-string, allout-distinctive-bullets-string):
23528 Plain bullet alternates `.' period and `,' comma only. All other
23529 bullets are relegated to special status (but customizable).
23530 (allout-end-of-entry): Rename from allout-end-of-current-entry
23531 since it actually operates w.r.t. most immediately containing
23532 entry, visible or not.
23533 (allout-hide-current-entry, allout-show-current-entry): Use the
23535 (allout-old-expose-topic): Solidify deprecation.
23536 (allout-end-of-subtree): Add so we can span concealed as well
23538 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
23539 (allout-end-of-current-heading): Tweak to just respect the first line.
23540 (allout-get-body-text): Add.
23541 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
23542 when invoked interactively.
23543 (allout-up-current-level): Use `interactive-p'.
23544 (allout-mode, allout-init): Miscellaneous docstring and
23545 operational refinements, as well as hookups of new encryption stuff.
23546 (allout-beginning-of-current-entry): Now works as advertised.
23547 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
23548 (allout-isearch-rectification): Refine condition for isearching.
23549 (allout-isearch-abort, allout-enwrap-isearch)
23550 (allout-flag-region, my-region-active-p): Relocate some macros.
23551 (allout-title): Fallback title is (buffer-name), not
23552 non-existing (current-buffer-name).
23553 (subst-char-in-string): Define if absent (for some XEmacs versions).
23555 2005-10-20 Jari Aalto <jari.aalto@cante.net>
23557 * mail/sendmail.el (mail-setup-hook, mail-aliases)
23558 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
23559 (mail-citation-prefix-regexp, mail-signature-file)
23560 (mail-default-headers, mail-bury-selects-summary)
23561 (mail-send-nonascii): Add autoload cookies.
23563 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23565 * frame.el (blink-cursor-mode): Add `mac' to the list of
23566 window-system's that support blinking cursor.
23568 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
23570 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
23572 2005-10-20 Eli Zaretskii <eliz@gnu.org>
23574 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
23575 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
23576 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
23578 2005-10-20 Kim F. Storm <storm@cua.dk>
23580 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
23581 (ido-set-current-directory): Don't add / after final @.
23582 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
23583 Explicitly handle ange-ftp completion oddities.
23584 (ido-make-file-list): Don't rotate list at tramp root to avoid
23585 triggering tramp file handler for expand-file-name via get-file-buffer.
23587 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
23589 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
23591 2005-10-19 Jay Belanger <belanger@truman.edu>
23593 * calc/calc-units.el (math-standard-units): Add units, adjust
23594 symbols and update values.
23595 (math-unit-prefixes): Add more prefixes.
23597 2005-10-19 Romain Francoise <romain@orebokech.com>
23599 * bookmark.el (bookmark-menu-heading): New face.
23600 (bookmark-bmenu-list): Use it.
23601 Don't fiddle with `baud-rate' at top-level.
23603 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
23605 * image.el (create-image, find-image): Mention max-image-size in
23608 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
23610 * savehist.el (savehist-load): Revert to checking XEmacs.
23612 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
23613 Various docstring and line-width fixups.
23614 (conf-mode): Use cond.
23615 Set font-lock-defaults. Don't set comment-use-syntax.
23617 2005-10-18 David Ponce <david@dponce.com>
23619 * tree-widget.el (tree-widget-button-click): New function.
23620 (tree-widget-button-keymap): Use it.
23622 2005-10-18 Romain Francoise <romain@orebokech.com>
23624 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
23625 (bookmark-bmenu-hide-filenames): Add follow-link property.
23626 Improve help-echo text.
23628 * ffap.el (find-file-at-point): Doc fix.
23630 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23632 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
23634 2005-10-18 Masatake YAMATO <jet@gyve.org>
23636 Install to the CVS repository what I forgot to install in my
23637 2005-10-16 changes.
23639 * progmodes/python.el (python-complete-symbol): Pass the common
23640 prefix substring of completion to `display-completion-list'.
23642 * textmodes/org.el (org-complete): Ditto.
23644 2005-10-18 Masatake YAMATO <jet@gyve.org>
23646 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
23648 * woman.el (WoMan-xref-man-page): New button type derived
23649 from `Man-abstract-xref-man-page'.
23650 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
23652 * man.el (Man-abstract-xref-man-page): New button type.
23653 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
23654 (Man-highlight-references): Add new optional argument `xref-man-type'.
23656 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23658 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
23660 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
23662 * cus-edit.el (Custom-move-and-invoke): Delete.
23663 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
23665 * wid-edit.el (widget-move-and-invoke): New function, from
23666 Custom-move-and-invoke.
23668 2005-10-17 Bill Wohler <wohler@newt.com>
23670 Move all remaining images from lisp/toolbar to etc/images, move
23671 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
23672 the low resolution images in their own directory (low-color).
23674 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
23675 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
23676 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
23677 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
23678 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
23679 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
23680 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
23682 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
23683 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
23684 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
23685 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
23686 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
23687 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
23688 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
23689 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
23690 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
23691 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
23692 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
23693 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
23694 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
23695 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
23696 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
23698 To conform with convention, replace the underscore (_) in the
23699 following image names with dash (-) or (/) as appropriate.
23701 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
23702 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
23703 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
23704 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
23705 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
23706 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
23707 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
23708 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
23709 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
23710 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
23711 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
23712 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
23713 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
23714 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
23715 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
23717 * info.el (info-tool-bar-map): Replace underscores in image names
23720 * makefile.w32-in (WINS): Remove toolbar.
23722 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
23724 * tool-bar.el: Move to lisp from toolbar. Now that
23725 toolbar is empty, it should be deleted when folks run "cvs up -P".
23727 2005-10-18 Jay Belanger <belanger@truman.edu>
23729 * calc/calc-store.el (calc-store-into): Get the proper variable name
23730 to display in message.
23732 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
23734 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
23735 expressions display in speedbar for all buffers when debugging.
23736 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
23738 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
23739 (speedbar-insert-button, speedbar-make-button):
23740 Use add-text-properties.
23741 (speedbar-update-localized-contents)
23742 (speedbar-update-directory-contents)
23743 (speedbar-update-special-contents): Use dolist.
23744 (speedbar-buffer-easymenu-definition): Add a menu separator.
23746 2005-10-17 Jason Rumney <jasonr@gnu.org>
23748 * makefile.w32-in: Use $(lisp) consistently.
23749 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
23750 for shell specific generation of mh-autoloads.
23752 2005-10-17 Richard M. Stallman <rms@gnu.org>
23754 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
23756 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
23758 * jit-lock.el (jit-lock-fontify-now):
23759 Move jit-lock-context-unfontify-pos to avoid wasted work.
23761 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
23763 * net/tramp.el (tramp-completion-mode): New defvar. Used in
23764 `tramp-completion-mode' for checking if we are in completion mode.
23765 (tramp-completion-handle-file-name-all-completions): Reorder code
23766 in order to complete for file names only in case there are no
23767 method/user/host completions. This is necessary for cooperation
23768 with ido. Reported by Kim F. Storm <storm@cua.dk>.
23770 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
23772 * longlines.el (longlines-search-forward)
23773 (longlines-search-backward): Match any number of spaces.
23775 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
23777 * diff-mode.el (diff-mode): Doc fix.
23779 2005-10-16 David Reitter <david.reitter@gmail.com>
23781 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
23782 as default on darwin and windows systems.
23784 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
23786 * arc-mode.el (archive-zip-extract): Doc fix.
23788 2005-10-16 Romain Francoise <romain@orebokech.com>
23790 * mouse.el (mouse-1-click-follows-link): Doc fix.
23792 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23794 * savehist.el: Don't require CL at runtime.
23795 (savehist-xemacs): Remove.
23796 (savehist-coding-system): Use utf-8 if present, regardless of religion.
23797 (savehist-no-conversion): Use (featurep 'xemacs).
23798 (savehist-load): Check existence of start-itimer rather than XEmacs.
23800 (savehist-process-for-saving): Replace use of CL funs `subseq' and
23803 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
23805 * savehist.el: Newer version.
23806 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
23807 (savehist-last-checksum, savehist-no-conversion): New vars.
23808 (savehist-autosave, savehist-process-for-saving, savehist-printable):
23810 (savehist-load, savehist-save): Use them.
23811 (savehist-delimit): Remove.
23813 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
23815 * progmodes/compile.el (compilation-goto-locus): Display the
23816 compilation buffer first and the source buffer second, in case they're
23817 in overlapping frames. Don't raise the compilation frame if it was the
23818 selected window upon entry. Pass the `other-window' arg to
23821 * info.el (Info-fontify-node): Use dolist.
23822 Change add-text-properties to put-text-property.
23824 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23826 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
23829 2005-10-16 Masatake YAMATO <jet@gyve.org>
23831 * dabbrev.el (dabbrev-completion): Pass the common
23832 prefix substring of completion to `display-completion-list'.
23834 * filecache.el (file-cache-minibuffer-complete)
23835 (file-cache-complete): Ditto.
23837 * tempo.el (tempo-display-completions): Ditto.
23839 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
23841 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
23843 * eshell/em-hist.el (eshell-list-history): Ditto.
23845 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
23847 * mail/mailalias.el (mail-complete): Ditto.
23849 * progmodes/etags.el (complete-tag): Ditto.
23851 * progmodes/make-mode.el (makefile-complete): Ditto.
23853 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
23855 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
23857 * progmodes/pascal.el (pascal-complete-word)
23858 (pascal-show-completions): Ditto.
23860 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
23862 * simple.el (completion-common-substring): New variable.
23863 (completion-setup-function): Use `completion-common-substring'
23866 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23868 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
23869 (x-get-selection, mac-select-convert-to-string): Convert from/to
23870 UTF-16 clipboard data as in native byte order, no BOM.
23872 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
23874 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23875 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
23876 (gud-sentinel): Use speedbar-frame to check for speedbar.
23878 2005-10-15 Richard M. Stallman <rms@gnu.org>
23880 * savehist.el: New file.
23882 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
23884 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
23885 Fix bug in \bf fontification.
23887 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
23889 * pcvs.el (cvs-edit-log-files): New var.
23890 (cvs-mode-edit-log): New arg `file'.
23891 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
23892 Instead force the use of the original file and nothing else.
23893 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
23894 the cvs-minor-wrap-function is set.
23895 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
23897 2005-10-14 Bill Wohler <wohler@newt.com>
23899 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
23900 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
23901 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
23902 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
23903 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
23904 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
23905 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
23906 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
23907 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
23908 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
23909 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
23910 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
23911 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
23912 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
23913 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
23915 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23916 appropriately (for example, gud-break to gud/break).
23918 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
23920 * longlines.el (longlinges-search-function)
23921 (longlines-search-forward, longlines-search-backward): New functions.
23922 (longlines-mode): Set isearch-search-fun-function to
23923 longlinges-search-function.
23925 * mouse.el (mouse-drag-region-1): Handle the case where a
23926 double-click event is bound to an arbitrary function.
23928 2005-10-14 David Ponce <david@dponce.com>
23930 * recentf.el (recentf-track-opened-file)
23931 (recentf-track-closed-file, recentf-update-menu)
23932 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
23933 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
23934 mouse-1-click-follows-link.
23936 2005-10-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
23938 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
23939 Gnome file-manager.png. Suggested by
23940 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
23942 * toolbar/README: Add diropen.xpm.
23944 2005-10-13 Bill Wohler <wohler@newt.com>
23946 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
23947 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
23949 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
23951 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
23952 Don't waste the byte-compiler's time on constant data.
23954 2005-10-13 Kenichi Handa <handa@m17n.org>
23956 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
23957 byte with `escape-glyph' face.
23959 * international/fontset.el (ccl-encode-unicode-font):
23960 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
23961 Handle the case that ucs-mule-to-mule-unicode translates a character to
23962 ASCII (usually for IPA characters).
23964 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23966 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
23967 Don't hide the underline of titles if font-lock-mode is disabled.
23969 2005-10-12 Bill Wohler <wohler@newt.com>
23971 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
23972 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23973 files in MH-E-SRC have been updated.
23974 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
23976 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23978 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
23979 (mixal-mode-syntax-table): Add \n as end-comment.
23980 (mixal-operation-codes-alist): Immediately initialize to full value.
23981 (mixal-add-operation-code): Remove.
23982 (mixal-describe-operation-code): Make the arg non-optional.
23983 Use the interactive spec instead.
23984 Use mixal-operation-codes-alist rather than mixal-operation-codes.
23985 (mixal-font-lock-keywords): Don't highlight comments here any more.
23986 (mixal-font-lock-syntactic-keywords): New var.
23987 (mixal-mode): Use it. Fix comment-start-skip.
23989 2005-10-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
23991 * startup.el (command-line-x-option-alist): -nb => -nbi.
23993 2005-10-12 Kim F. Storm <storm@cua.dk>
23995 * startup.el (fancy-splash-default-action): Discard mouse click in
23996 the splash screen window, as it has no sensible meaning in the
23997 next window to be selected. Fixes error reported by Jan D.
23999 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
24001 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
24003 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
24005 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
24006 Try to fix up minor layout issues like indentation, line break, etc...
24007 (mixal-mode-syntax-table): Don't try to specify comment syntax,
24008 because it doesn't work.
24009 (mixal-operation-codes): Add some more codes.
24010 (mixal-font-lock-keywords): Process comments here.
24011 (mixal-mode): mixasm no longer needs -g option.
24013 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
24015 * progmodes/sh-script.el (sh-tmp-file):
24016 Use mktemp -t. Finish support for es and rc shells.
24018 2005-10-11 Jay Belanger <belanger@truman.edu>
24020 * calc/calcalg2.el (calc-integral): With an argument, compute the
24023 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
24025 * mouse.el (mouse-drag-region-1): Don't try to catch a
24026 double-click when doing follow-link (it's overridden anyway).
24028 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
24030 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
24031 (autoload-print-form-outbuf): Add docstring.
24033 2005-10-11 Juri Linkov <juri@jurta.org>
24035 * info.el (Info-mode-menu): Delete menu item "Edit".
24036 (Info-mode): Delete description of Info-edit from docstring,
24037 and rearrange descriptions of Info commands in the order
24038 they are documented in the Info manual.
24040 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
24042 * calendar/appt.el (appt-check): Use diary-selective-display var.
24044 2005-10-10 Richard M. Stallman <rms@gnu.org>
24046 * net/newsticker.el (newsticker-start, newsticker-show-news):
24047 Add autoload cookies.
24049 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
24051 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
24053 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
24055 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
24057 2005-10-10 Jay Belanger <belanger@truman.edu>
24059 * calc/calc-arith.el (math-check-known-scalarp)
24060 (math-check-known-matrixp): Check the values of arguments that are
24062 (math-check-known-square-matrixp): New function.
24063 (math-known-square-matrixp): Use math-check-known-square-matrixp.
24064 (math-super-types): Add sqmatrix type.
24066 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
24067 mode name `square' to `sqmatrix'.
24069 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
24070 mode name `square' to `sqmatrix'.
24072 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
24074 * progmodes/etags.el (select-tags-table-mode): Don't use
24076 (tags-select-tags-table): Pass `button' to the action function.
24077 (select-tags-table): Place the side-info on button properties rather
24078 than in hidden text. Abbreviate file names.
24079 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
24080 (select-tags-table-select): Add `button' argument.
24081 Get side-info from the button property rather than from hidden text.
24083 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
24085 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
24086 (gud-speedbar-buttons): Preserve point if possible.
24087 (gud-sentinel): Restore previous speedbar display type.
24089 * progmodes/gdb-ui.el (gdba): Improve diagram.
24090 (def-gdb-auto-update-handler, gdb-info-locals-handler)
24091 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
24092 Call get-buffer-window once.
24094 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
24096 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
24097 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
24098 (pascal-indent-command): Remove unused var `ind'.
24099 (pascal-indent-case): Remove unused var `oldpos'.
24100 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
24101 since it's now used as a proper minor mode map.
24102 (pascal-outline): Rename to pascal-outline-mode.
24103 (pascal-outline-mode): Use define-minor-mode.
24104 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
24107 2005-10-10 Andreas Schwab <schwab@suse.de>
24109 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
24110 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
24112 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
24113 outside source directory.
24115 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
24117 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
24119 (orgtbl-mode-map): Full keymap instead of sparse, because all
24120 `self-insert-command' keys are redefined in this map.
24121 (org-export-as-html): Specify charset for HTML file, by taking it
24122 from the coding system.
24124 2005-10-10 Kenichi Handa <handa@m17n.org>
24126 * textmodes/flyspell.el (flyspell-check-word-p):
24127 If unread-command-events is non-empty, don't call sit-for.
24129 2005-10-09 Richard M. Stallman <rms@gnu.org>
24131 * font-lock.el (font-lock-syntactic-keywords)
24132 (font-lock-keywords): Doc fixes.
24134 * textmodes/flyspell.el (flyspell-external-point-words):
24135 Simplify logic, and don't try to check for consecutive appearances
24136 of one incorrect word.
24138 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
24140 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
24143 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
24144 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
24145 (gud-expansion-speedbar-buttons): New function.
24146 (gud-speedbar-buttons): Check for gud-comint-buffer.
24148 2005-10-09 Bill Wohler <wohler@newt.com>
24150 * Makefile.in (updates): Add mh-loaddefs dependency.
24152 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
24154 * speedbar.el (speedbar-file-key-map): Fix typo.
24156 2005-10-09 Daniel Brockman <daniel@brockman.se>
24158 * cus-start.el (line-spacing): Add custom spec.
24160 2005-10-09 Romain Francoise <romain@orebokech.com>
24162 * textmodes/ispell.el (ispell-check-version): Fix last change.
24164 2005-10-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
24166 * term/x-win.el: Remove -i, --icon-type from comment.
24168 * startup.el (command-line-x-option-alist): Remove options -i,
24169 -itype, --icon-type, added -nb, --no-bitmap-icon.
24171 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
24173 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
24174 instead of :active.
24176 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
24178 * textmodes/ispell.el (ispell-check-version):
24179 Ignore hyphen, and all that follows, in aspell's version text.
24181 2005-10-08 Jay Belanger <belanger@truman.edu>
24183 * calc/calc-arith.el (math-known-square-matrixp): New function.
24184 (math-pow-fancy): Check for matrices before distributing exponent
24187 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
24188 fullscreen keypad. Suggested by Luc Teirlinck.
24189 (calc-keypad-show-input): Add space for formatting.
24191 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
24192 Add square matrix option.
24194 * calc/calc-poly.el (math-expand-term): Check for matrices instead
24195 of checking calc-matrix-mode when deciding how to expand.
24197 * calc/calc.el (calc-set-mode-line): Add square matrix option.
24199 2005-10-08 Lars Hansen <larsh@soem.dk>
24201 * net/tramp.el (tramp-perl-directory-files-and-attributes):
24202 Add error handling.
24203 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
24205 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
24207 Sync with Tramp 2.0.51.
24209 * net/tramp.el (tramp-handle-set-visited-file-modtime)
24210 (tramp-handle-insert-file-contents, tramp-handle-write-region):
24211 Insert special handling for `last-coding-system-used', again
24212 it still seems to be necessary (unlike stated before).
24213 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
24214 (tramp-password-prompt-regexp): There might be other words before
24215 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
24216 (tramp-chunksize): Improve docstring.
24217 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
24218 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
24219 Christian Joergensen <bugs@razor.dk>.
24221 2005-10-07 Glenn Morris <rgm@gnu.org>
24223 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
24224 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
24227 2005-10-07 Romain Francoise <romain@orebokech.com>
24229 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
24230 (ibuffer-do-shell-command-pipe-replace)
24231 (ibuffer-do-shell-command-file, ibuffer-do-eval)
24232 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
24233 (ibuffer-do-revert, ibuffer-do-replace-regexp)
24234 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
24235 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
24236 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
24237 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
24238 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
24239 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
24240 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
24241 Autoload file sans suffix.
24243 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
24245 2005-10-07 David Ponce <david@dponce.com>
24247 * recentf.el (recentf-menu-open-all-flag): New option.
24248 (recentf-digit-shortcut-command-name): New function.
24249 (recentf--shortcuts-keymap): New variable.
24250 (recentf-menu-shortcuts): New variable.
24251 (recentf-make-menu-items): Initialize it. Replace the "More..."
24252 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
24253 (recentf-menu-value-shortcut): New function.
24254 (recentf-make-menu-item): Use it. No more in-lined.
24255 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
24256 (recentf-open-most-recent-file): Rename from
24257 `recentf-open-file-with-key'. Don't depend on key binding.
24258 (recentf-mode-map): New variable.
24259 (recentf-mode): Use it.
24261 2005-10-06 Bill Wohler <wohler@newt.com>
24263 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
24265 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
24266 (MH-E-SRC): New. Used by mh-autoloads.
24267 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
24268 files in MH-E-SRC have been updated.
24269 (compile, recompile, bootstrap): Depend on mh-autoloads.
24271 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
24273 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
24274 gud-break and gud-remove icons when the fringe is not available.
24276 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
24279 2005-10-06 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
24281 * play/zone.el (zone): Wrap body with save-window-excursion.
24283 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
24285 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
24286 Use the new `list-only' arg to diary-list-entries.
24288 * calendar/diary-lib.el: Use overlays rather than selective-display.
24289 (diary-selective-display): New var.
24290 (diary-header-line-format): Use it.
24291 (diary-list-entries): Add argument `list-only'.
24292 Put the buffer in diary-mode. Don't add \^M at beg and end.
24293 Replace \^M by invisible overlays.
24294 (diary-unhide-everything): Replace \^M by invisible overlays.
24295 (print-diary-entries): Look for overlays rather than \^M.
24296 Add a space to the temp buffer name.
24297 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
24298 Put the buffer in diary-mode.
24299 (list-sexp-diary-entries): Replace \^M by invisible overlays.
24300 (diary-anniversary): Make the year arg optional.
24301 (diary-time-regexp): New const.
24302 (diary-font-lock-keywords): Use it to accept a few more time formats.
24304 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
24306 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
24308 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
24309 Fix bug introduced 2005-07-03: Use (car (last ...))
24310 to faithfully reproduce replaced artist-last.
24311 (artist-set-arrow-points-for-poly): Likewise.
24312 Suggested by Johan Bockg
\e,Ae
\e(Brd.
24314 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
24316 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
24317 * wid-edit.el (widget):
24318 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
24319 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
24321 2005-10-06 Kenichi Handa <handa@m17n.org>
24323 * international/mule-cmds.el (set-language-environment):
24324 Fix setting up of case-table for unibyte mode.
24326 * simple.el (what-cursor-position): If the character is displayed
24327 by some `display' text property, show that. Don't use
24328 single-key-description for eight-bit characters in multibyte mode.
24330 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
24332 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
24333 (gdb-ann3): Set it.
24334 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
24335 (gdb-info-frames-custom): Use inverse-video for first five
24336 characters of selected frame only.
24337 (gdb-get-frame-number): Select frame even when point is on frame
24340 2005-10-06 Masatake YAMATO <jet@gyve.org>
24342 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
24343 Put `font-lock-function-name-face'.
24344 (gdb-info-frames-custom): Put `font-lock-function-name-face'
24345 and `font-lock-variable-name-face'
24346 (gdb-registers-font-lock-keywords): New font lock keywords definition.
24347 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
24348 (gdb-memory-font-lock-keywords): New font lock keywords definition.
24349 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
24350 (gdb-local-font-lock-keywords): New font lock keywords definition.
24351 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
24352 (gdb-threads-font-lock-keywords): New font lock keywords definition.
24353 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
24355 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
24357 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
24358 (ediff-merge-region-is-non-clash-to-skip): Previously called
24359 ediff-merge-region-is-non-clash.
24361 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
24362 Use insert-buffer-substring.
24364 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
24365 selecting files to patch. Also bug fixes.
24367 * ediff-util.el (ediff-setup): Bug fix.
24368 (ediff-next-difference): Never skip clashes that differ in white
24371 * ediff-wind.el (ediff-setup-control-frame)
24372 (ediff-destroy-control-frame): Check the menubar feature.
24374 * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
24375 (viper-refresh-mode-line): Use make-local-variable to localize
24376 some vars instead of make-variable-buffer-local. Suggested by
24379 * emulation/viper-init.el (viper-make-variable-buffer-local):
24381 (viper-restore-cursor-type, viper-set-insert-cursor-type):
24382 Use make-local-variable instead of make-variable-buffer-local.
24383 Suggested by Stefan Monnier.
24385 * emulation/viper.el (viper-mode): Don't use
24386 viper-make-variable-buffer-local.
24387 (viper-comint-mode-hook): Use make-local-variable on
24388 require-final-newline.
24389 (viper-non-hook-settings): Don't use make-variable-buffer-local.
24391 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
24393 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
24394 also the second char of a comment-start sequence.
24395 (scheme-sexp-comment-syntax-table): New var.
24396 (lambda, define): Set their scheme-doc-string-elt property.
24397 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
24398 Use lisp-font-lock-syntactic-face-function now that it properly
24399 handles |...| symbols.
24400 (scheme-mode-variables): Set lisp-doc-string-elt-property,
24401 parse-sexp-lookup-properties and font-lock-extra-managed-props.
24403 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
24405 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
24407 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
24408 (lisp-doc-string-elt-property): New var.
24409 (lisp-font-lock-syntactic-face-function): Use it.
24410 Rewrite to recognize docstrings even for forms not at toplevel.
24412 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
24413 annotation on the | part of #| rather than on the # part.
24414 (scheme-font-lock-syntactic-face-function): New function, to
24415 distinguish strings from |...| symbols.
24416 (scheme-mode-variables): Use it. Also fix up the font-lock-time
24417 syntax-table so that #|...|# is properly highlighted.
24419 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
24420 Don't mark as docstring the 3rd elem of an unknown toplevel form.
24422 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
24424 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
24427 * emacs-lisp/eldoc.el: Move comments into docstrings.
24428 (eldoc-message-commands): Initialize in its declaration.
24429 Add move-beginning-of-line and move-end-of-line.
24430 (eldoc-add-command, eldoc-add-command-completions)
24431 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
24433 * outline.el (outline-mark-subtree): Activate the mark.
24435 * calendar/appt.el (appt-time-regexp): New var.
24436 (appt-add, appt-make-list): Use it.
24437 (appt-convert-time): Clean up.
24439 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
24440 Don't set any syntax-table property here.
24441 (tex-font-lock-verb): New function. Do it here.
24442 (tex-font-lock-syntactic-keywords): Use it.
24444 2005-10-04 Richard M. Stallman <rms@gnu.org>
24446 * wid-edit.el (widget-file-complete): Get the widget start point
24447 the right way. Default directory to `/' if file has none.
24449 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
24451 * textmodes/flyspell.el (flyspell-mode-on):
24452 Call ispell-maybe-find-aspell-dictionaries.
24454 * textmodes/ispell.el (ispell-word, ispell-region):
24455 Call ispell-maybe-find-aspell-dictionaries.
24456 (ispell-accept-buffer-local-defs):
24457 Don't call ispell-maybe-find-aspell-dictionaries.
24459 2005-10-04 Richard M. Stallman <rms@gnu.org>
24461 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
24463 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
24465 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
24466 instead of `fboundp' in order to allow for anonymous functions.
24468 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
24470 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
24471 case the user clicks on the link while another window is selected.
24472 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
24474 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
24476 (dframe-help-echo): Save point in case mouse tracking is off.
24478 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
24480 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
24482 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24484 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
24485 not change the global value of those vars.
24487 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
24488 make-local-variable which we do not need any more.
24490 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
24492 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
24493 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
24494 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
24495 (speedbar-path-line): Define obsolete aliases.
24496 (speedbar-line-directory): Doc fix.
24498 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
24499 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
24500 instead of speedbar-line-path.
24502 2005-10-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
24504 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
24505 to nil if dropping on a window. Handle dropping on a minibuffer window
24506 like dropping on a non-window part of Emacs.
24508 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
24510 * net/ange-ftp.el: Use with-current-buffer.
24511 (ange-ftp-insert-directory): Do not follow symlinks any more.
24513 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
24514 Remove interactive spec.
24516 2005-10-03 Kim F. Storm <storm@cua.dk>
24518 * ido.el (ido-mode): Use custom-initialize-set.
24520 2005-10-02 Richard M. Stallman <rms@gnu.org>
24522 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
24523 Use insert-buffer-substring.
24525 * net/tramp.el: Pacify byte compiler warnings in pacification code.
24526 (tramp-handle-file-local-copy): Use insert-buffer-substring.
24528 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
24530 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
24532 (ange-ftp-insert-directory): Fix up the search for the case where
24533 `file' is absolute.
24535 2005-10-02 Romain Francoise <romain@orebokech.com>
24537 * progmodes/compile.el (compile-goto-error): Delete extra paren.
24539 2005-10-02 Andreas Schwab <schwab@suse.de>
24541 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
24542 directory component in the session info.
24544 2005-10-01 Richard M. Stallman <rms@gnu.org>
24546 * comint.el (comint-redirect-subvert-readonly): Doc fix.
24548 * simple.el (next-error-internal): New function.
24550 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
24551 (compilation-start): Pass new arg to compilation-buffer-name.
24552 (compile-goto-error): Use next-error-internal.
24554 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24556 * speedbar.el: Remove RCS tag.
24557 (speedbar-check-read-only): Handle non-existent files.
24559 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
24561 * info.el (Info-speedbar-hierarchy-buttons)
24562 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
24564 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24566 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
24567 Do not match newline.
24568 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
24569 (bibtex-summary): Remove unnecessary save-excursion.
24570 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
24572 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24574 * term/mac-win.el: Add charset info for "iso10646-1".
24575 Modify default fontset to use ATSUI-compatible fonts for some charsets
24578 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
24580 * speedbar.el: Re-apply arch tag.
24581 (speedbar-version): Rename to version 1.0. Suggested by Eric
24583 Reapply two changes from Emacs CVS' version of speedbar lost
24585 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
24586 (speedbar-frame-parameters): Improve customize type.
24588 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
24590 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
24591 (ange-ftp-file-directory-p): Fix the symlink case.
24592 (ange-ftp-insert-directory): When listing a single file, get a list of
24593 the parent buffer and extract the relevant line. Inspired from a patch
24594 by Katsumi Yamaoka <yamaoka@jpl.org>.
24595 (ange-ftp-file-name-sans-versions): Simplify.
24597 2005-09-30 Bill Wohler <wohler@newt.com>
24599 Move MH-E image files from toolbar and mail directories into
24602 * mail/reply2.*: Move to etc/images/mail/reply*.
24604 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
24605 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
24608 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
24609 * toolbar/reply*: Move to etc/images/mail.
24611 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
24613 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
24615 * speedbar.el: New version 1.0pre3.
24617 Frame management code (including timer, and mouse click specifics)
24618 moved to dframe.el:
24619 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
24620 (speedbar-timer): Removed. Use dframe-timer.
24621 (speedbar-close-frame): Removed. Use dframe-close-frame.
24622 (speedbar-activity-change-focus-flag): Removed. Use
24623 dframe-activity-change-focus-flag.
24624 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
24625 dframe-update-speed.
24627 (speedbar-current-frame): New macro. Use this instead of the
24628 variable speedbar-frame.
24630 (speedbar-use-images, speedbar-expand-image-button-alist)
24631 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
24633 (speedbar-find-image-on-load-path): Removed. Replaced by
24634 defezimage in ezimage.el.
24635 (speedbar-expand-image-button-alist): Removed. Replaced by
24636 ezimage-expand-image-button-alist in ezimage.el.
24638 (speedbar-ignored-directory-regexp)
24639 (speedbar-add-ignored-directory-regexp)
24640 (speedbar-ignored-directory-expressions)
24641 (speedbar-line-directory, speedbar-buffers-line-directory)
24642 (speedbar-directory-line, speedbar-buffers-line-directory):
24643 Renamed, replacing `path' with `directory'.
24645 (speedbar-create-directory, speedbar-expand-line-descendants)
24646 (speedbar-toggle-line-expansion)
24647 (speedbar-contract-line-descendants): New commands.
24649 (speedbar-query-confirmation-method, speedbar-select-frame-method)
24650 (speedbar-use-tool-tips-flag): New options.
24652 (speedbar-check-read-only, speedbar-require-version)
24653 (speedbar-insert-separator, speedbar-buffers-tail-notes)
24654 (speedbar-handle-delete-frame, speedbar-try-completion)
24655 (speedbar-update-localized-contents): New functions.
24657 (speedbar-incompatible-version, speedbar-ro-to-do-point)
24658 (speedbar-object-read-only-indicator): New variables.
24660 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
24663 (speedbar-separator-face): New face.
24665 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
24666 (speedbar-ignored-modes): Add fundamental-mode.
24667 (speedbar-directory-unshown-regexp): Add . directories.
24669 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
24670 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
24671 `]' for full expand/close.
24672 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
24674 (speedbar-check-vc): Support hidden files.
24675 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
24676 (speedbar-this-file-in-vc): Use vc-state if available. If VC
24677 state is nil, it is not checked out.
24679 (speedbar-line-text, speedbar-line-token): Support expand buttons
24681 (speedbar-refresh): Universal argument acts as power-click.
24682 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
24683 that buffer to get variable values.
24685 And many other bugfixes.
24687 * dframe.el, ezimage.el, sb-image.el: New files.
24689 * sb-*.xpm: Remove files. New image files installed into
24690 etc/images/ezimage.
24692 2005-09-30 Kenichi Handa <handa@m17n.org>
24694 * ps-mule.el (ps-mule-show-warning): If a character is in
24695 ps-print-translation-table, don't treat it as non-printable.
24697 2005-09-30 David Ponce <david@dponce.com>
24699 * tree-widget.el (tree-widget-themes-load-path): New variable.
24700 (tree-widget-themes-directory): Doc fix.
24701 (tree-widget-image-formats) [Emacs]: Doc fix.
24702 (tree-widget--locate-sub-directory): New function.
24703 (tree-widget-themes-directory): Use it.
24705 * recentf.el (recentf-filename-handlers): Rename from
24706 `recentf-filename-handler'. Allow a list of functions.
24707 (recentf-menu-items-for-commands): Fix :help strings.
24708 (recentf-apply-filename-handlers): New function.
24709 (recentf-expand-file-name): Use it.
24710 (recentf-cleanup): Remove duplicates too.
24712 2005-09-29 Juri Linkov <juri@jurta.org>
24714 * faces.el: Rearrange face definitions to be in the same order as
24715 their face descriptions in "(emacs)Standard Faces".
24717 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
24719 * tooltip.el (tooltip): Add group `basic-faces'.
24721 * buff-menu.el (Buffer-menu-buffer): Remove group
24722 `font-lock-highlighting-faces'.
24724 * progmodes/compile.el (compilation-error, compilation-warning)
24725 (compilation-info, compilation-line-number, compilation-column-number):
24726 Change group from `font-lock-highlighting-faces' to `compilation'.
24728 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
24729 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
24730 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
24731 (vhdl-font-lock-reserved-words-face)
24732 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
24733 `font-lock-highlighting-faces'.
24735 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
24737 2005-09-28 Kim F. Storm <storm@cua.dk>
24739 * emulation/cua-base.el: Set CUA move property on additional commands:
24740 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
24741 forward-sexp, backward-sexp, forward-list, backward-list.
24743 2005-09-28 Romain Francoise <romain@orebokech.com>
24745 * comint.el (comint-show-output): Really set point at the
24746 beginning of the output when not using `comint-use-prompt-regexp'.
24748 2005-09-27 Jay Belanger <belanger@truman.edu>
24750 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
24753 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
24755 * textmodes/org.el (org-table-sum): Fix format string.
24757 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
24760 2005-09-26 Romain Francoise <romain@orebokech.com>
24762 * isearch.el (isearch-forward-regexp): Close doc string.
24764 2005-09-25 Richard M. Stallman <rms@gnu.org>
24766 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
24768 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
24770 * progmodes/compile.el (compilation-error-properties):
24771 When getting the file from the previous error message,
24772 correctly decode the new data format.
24774 * progmodes/cc-cmds.el (c-electric-paren):
24775 Call old-blink-paren only for close-paren.
24777 2005-09-24 Andreas Schwab <schwab@suse.de>
24779 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
24782 2005-09-25 Romain Francoise <romain@orebokech.com>
24784 * dired-aux.el (dired-copy-file-recursive):
24785 * dired.el (dired-delete-file):
24786 * ediff-mult.el (ediff-dir-diff-copy-file):
24787 * ediff-util.el (ediff-test-save-region):
24788 * forms.el (forms-mode):
24789 * ido.el (ido-file-internal, ido-delete-file-at-head):
24790 * log-edit.el (log-edit-done):
24791 * ses.el (ses-yank-resize):
24792 * play/gomoku.el (gomoku-human-plays, gomoku)
24793 (gomoku-human-resigns, gomoku-prompt-for-other-game)
24794 (gomoku-offer-a-draw):
24795 * play/landmark.el (lm-human-resigns, lm):
24796 * net/eudcb-ldap.el (eudc-ldap-check-base):
24797 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
24798 * progmodes/ebrowse.el (ebrowse-find-pattern):
24799 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
24800 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
24801 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
24803 * vc.el (vc-delete-file):
24804 * play/gomoku.el (gomoku-terminate-game, gomoku)
24805 (gomoku-prompt-for-move, gomoku-human-takes-back):
24806 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
24807 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
24809 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
24811 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
24812 color rxvt terminals by using the code xterm.el used to use before
24813 2005-04-09 in order to match the colors used by rxvt.
24815 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24817 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
24818 colors rxvt-unicode terminals by using the same code as xterm.el.
24820 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
24822 * textmodes/tex-mode.el (tex-font-lock-append-prop)
24823 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
24824 new symbol used for the tex-verbatim face.
24826 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
24828 * woman.el (woman-file-name):
24829 * wid-edit.el (widget-file-prompt-value)
24830 (widget-coding-system-prompt-value):
24831 * w32-fns.el (set-w32-system-coding-system):
24832 * vc.el (vc-version-diff, vc-annotate):
24833 * textmodes/reftex-auc.el (reftex-arg-cite)
24834 (reftex-arg-index-tag):
24835 * textmodes/refer.el (refer-get-bib-files):
24836 * textmodes/artist.el (artist-figlet-choose-font):
24837 * terminal.el (terminal-emulator):
24838 * replace.el (occur-read-primary-args):
24839 * rect.el (string-rectangle, string-insert-rectangle):
24840 * ps-print.el (ps-print-preprint):
24841 * progmodes/pascal.el (pascal-goto-defun):
24842 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
24843 * progmodes/compile.el (compilation-find-file):
24844 * printing.el (pr-interactive-n-up):
24845 * play/animate.el (animate-birthday-present):
24846 * net/rcompile.el (remote-compile):
24847 * man.el (man, Man-goto-section, Man-follow-manual-reference):
24848 * mail/rmailsum.el (rmail-summary-search-backward)
24849 (rmail-summary-search):
24850 * mail/rmailout.el (rmail-output-read-rmail-file-name)
24851 (rmail-output-read-file-name):
24852 * mail/rmail.el (rmail-search, rmail-search-backwards):
24853 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
24854 * locate.el (locate):
24855 * international/quail.el (quail-show-keyboard-layout):
24856 * international/mule.el (set-buffer-file-coding-system)
24857 (revert-buffer-with-coding-system, set-file-name-coding-system)
24858 (set-terminal-coding-system, set-keyboard-coding-system)
24859 (set-next-selection-coding-system):
24860 * international/mule-diag.el (describe-coding-system)
24861 (describe-font, describe-fontset):
24862 * international/mule-cmds.el (universal-coding-system-argument)
24863 (search-unencodable-char, describe-input-method)
24864 (set-language-environment, describe-language-environment):
24865 * international/codepage.el (codepage-setup):
24866 * international/code-pages.el (codepage-setup):
24867 * info.el (Info-search, Info-follow-reference)
24868 (Info-search-backward):
24869 * emacs-lisp/advice.el (ad-read-advised-function)
24870 (ad-read-advice-class, ad-clear-cache, ad-activate)
24871 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
24872 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
24874 * ediff-util.el (ediff-toggle-regexp-match):
24875 * ediff-ptch.el (ediff-prompt-for-patch-file):
24876 * dired-aux.el (dired-diff):
24878 * cus-edit.el (custom-variable-prompt):
24879 * calendar/timeclock.el (timeclock-ask-for-project):
24880 * calc/calcalg3.el (calc-get-fit-variables):
24881 * calc/calc-store.el (calc-edit-variable)
24882 (calc-permanent-variable):
24883 * vc-mcvs.el (vc-mcvs-register):
24884 * shadowfile.el (shadow-define-literal-group):
24885 * woman.el (woman-file-name):
24886 * vc.el (vc-version-diff, vc-merge):
24887 * textmodes/reftex-index.el (reftex-index-complete-tag):
24888 * format.el (format-decode-buffer, format-decode-region):
24889 * emulation/viper-cmd.el (viper-read-string-with-history):
24890 * emacs-lisp/debug.el (cancel-debug-on-entry):
24891 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
24892 * ediff.el (ediff-merge-revisions)
24893 (ediff-merge-revisions-with-ancestor, ediff-revision):
24894 * completion.el (interactive-completion-string-reader):
24895 * calc/calc-prog.el (calc-user-define-formula):
24896 Follow convention for reading with the minibuffer.
24898 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
24900 * progmodes/python.el (python-describe-symbol): Add globals() and
24901 locals() to the arguments of emacs.ehelp.
24903 2005-09-24 Magnus Henoch <mange@freemail.hu>
24905 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
24906 New function, code extracted from ispell-valid-dictionary-list.
24907 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
24910 2005-09-24 Eli Zaretskii <eliz@gnu.org>
24912 * subr.el (version-regexp-alist): Extend valid syntax for version
24913 strings: allow any of the characters -,_,+ to separate the
24914 alpha/beta/rc part from the version part. Doc fix.
24915 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
24917 2005-09-23 David Reitter <david.reitter@gmail.com>
24919 * mail/mailclient.el: New file.
24921 2005-09-23 Richard M. Stallman <rms@gnu.org>
24923 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
24924 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
24927 * progmodes/cc-mode.el (c-font-lock-init):
24928 Specify font-lock-lines-before.
24930 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
24932 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
24935 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
24937 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
24938 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
24939 of `remap' feature when available. Additional key bindings for
24940 better tty support.
24941 (org-mode-restart, org-force-self-insert): New commands.
24942 (org-time-stamp-inactive): New command.
24943 (org-remap): New function.
24944 (org-table-auto-blank-field, org-level-color-stars-only): New options.
24945 (org-enable-fixed-width-editor): Move to `org-structure'
24946 customization group.
24947 (org-self-insert-command, orgtbl-self-insert-command): Modify to
24948 blank field after field motion commands.
24950 2005-09-23 Kenichi Handa <handa@m17n.org>
24952 * international/mule-cmds.el (set-language-environment):
24953 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
24954 have to call utf-translate-cjk-load-tables.
24956 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
24958 * mouse.el (mouse-move-drag-overlay): Fix last change.
24960 2005-09-22 David Ponce <david@dponce.com>
24962 * tree-widget.el (tree-widget-value-create): Fix previous change.
24964 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24966 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
24968 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
24970 * mouse.el (mouse-move-drag-overlay): New function.
24971 (mouse-drag-region-1): Use it.
24972 Try to simplify a bit the state handling. Handle clicks on links
24973 inside intangible areas.
24974 (mouse-save-then-kill): Minor simplification.
24975 (mouse-secondary-overlay): Make it always non-nil instead of
24976 recreating it each time.
24977 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
24978 (mouse-kill-secondary, mouse-secondary-save-then-kill):
24979 Simplify accordingly.
24981 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24983 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
24985 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
24987 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
24988 (ediff-file-name-sans-prefix): Treat nil as an empty string.
24989 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
24992 * ediff-util.el: Use insert-buffer-substring.
24994 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
24996 * emulation/viper-cmd.el (viper-change-state): Don't move over the
24997 field boundaries in the minibuffer.
24998 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
24999 (viper-minibuffer-post-command-hook): New hook.
25000 (viper-line): Don't move cursor at bolp.
25002 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
25004 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
25005 avoid compiler warnings.
25007 * emulation/viper-macs.el (ex-map): Better messages.
25009 * emulation/viper-utils.el (viper-beginning-of-field): New function.
25011 * emulation/viper.el: Replace make-variable-buffer-local with
25012 viper-make-variable-buffer-local everywhere, to avoid warnings.
25014 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
25016 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
25017 Delete unused var `old-selected-window'.
25018 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
25019 (mouse-drag-secondary): Delete unused var `start-frame'.
25021 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
25023 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
25025 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
25027 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
25028 Re-indent within 80 columns. Use inhibit-read-only.
25030 2005-09-19 Romain Francoise <romain@orebokech.com>
25032 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
25034 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
25036 * font-lock.el (font-lock-default-fontify-region): Don't add a line
25037 unconditionally, since the after-change-function already did it.
25039 2005-09-19 Miles Bader <miles@gnu.org>
25041 * net/newsticker.el: Get rid of CVS keyword.
25043 2005-09-19 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
25045 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
25046 The prompt is formatted later.
25048 2005-09-19 David Ponce <david@dponce.com>
25050 * tree-widget.el (tree-widget-value-create): Save the converted
25053 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
25055 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
25056 variable `message'.
25058 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
25060 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
25061 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
25062 <slawomir.nowaczyk.847@student.lu.se>.
25064 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
25066 * image.el (image-load-path): Use symbol `data-directory' instead
25067 of its value, for backward compatibility with packages that bind
25068 it during `find-image'. Suggested by Katsumi Yamaoka.
25069 (image-search-load-path): Handle symbols whose values are strings.
25071 2005-09-18 Romain Francoise <romain@orebokech.com>
25073 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
25074 with-current-buffer form in save-excursion.
25076 2005-09-18 Deepak Goel <deego@gnufans.org>
25078 * apropos.el (apropos-command): Fix `message' call: first arg
25079 should be a format spec. In this and all other cases that appear
25080 below and elsewhere in the source code, I made a change only when
25081 two conditions were satisfied: [1] I can think of a possibility
25082 that the arguments would cause an error, for example, the code in
25083 question relies on external variables such as filenames. [2] I
25084 was sure that the arg to `message' could not have been nil in the code.
25086 * textmodes/tildify.el (tildify-region): Ditto.
25088 * textmodes/reftex-index.el (reftex-index-change-entry)
25089 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
25090 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
25091 * textmodes/org.el (org-complete, org-deadline, org-schedule)
25092 (org-priority, org-table-sum):
25093 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
25094 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
25095 (flyspell-word, flyspell-display-next-corrections):
25096 * textmodes/bibtex.el (bibtex-print-help-message):
25097 * textmodes/artist.el (artist-key-set-point-poly):
25098 * term/mac-win.el (mac-services-insert-text):
25099 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
25100 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
25101 (vhdl-port-paste-testbench, vhdl-compose-new-component)
25102 (vhdl-compose-configuration):
25103 * progmodes/sh-script.el (sh-blink, sh-show-indent)
25104 (sh-set-indent, sh-learn-line-indent):
25105 * progmodes/ps-mode.el (ps-mode-target-column):
25106 * progmodes/idlwave.el (idlwave-make-tags)
25107 (idlwave-scan-library-catalogs):
25108 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
25109 * progmodes/gud.el (gud-jdb-analyze-source):
25110 * progmodes/flymake.el (flymake-log):
25111 * progmodes/ebnf2ps.el (ebnf-generate-region):
25112 * progmodes/cmacexp.el (c-macro-expansion):
25113 * progmodes/ada-xref.el (ada-treat-cmd-string):
25114 * progmodes/ada-mode.el (ada-create-case-exception-substring)
25115 (ada-justified-indent-current, ada-batch-reformat):
25116 * play/zone.el (zone):
25117 * play/landmark.el (lm-move):
25118 * play/decipher.el (decipher-show-alphabet):
25119 * net/newsticker.el (newsticker--display-jump)
25120 (newsticker--display-scroll):
25121 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
25122 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
25123 * mail/feedmail.el (feedmail-dump-message-to-queue):
25124 * eshell/esh-proc.el (eshell-remove-process-entry):
25125 * emulation/ws-mode.el (ws-last-error):
25126 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
25127 (viper-record-kbd-macro):
25128 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
25129 * emacs-lisp/lisp-mnt.el (lm-report-bug):
25130 * emacs-lisp/find-func.el (find-function-noselect):
25131 * calendar/timeclock.el (timeclock-status-string)
25132 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
25133 (timeclock-when-to-leave-string):
25134 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
25135 * calc/calc-units.el (calc-enter-units-table):
25136 * calc/calc-mode.el (calc-mode-record-mode):
25137 * woman.el (woman-mini-help):
25138 * wdired.el (wdired-change-to-wdired-mode):
25139 * vc.el (vc-retrieve-snapshot):
25140 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
25141 * startup.el (display-startup-echo-area-message):
25142 * simple.el (set-goal-column):
25143 * ses.el (ses-command-hook, ses-recalculate-cell):
25144 * server.el (server-process-filter):
25145 * printing.el (pr-interface-txt-print, pr-interface-printify)
25147 * pcvs.el (cvs-help):
25148 * log-edit.el (log-edit, log-edit-mode-help):
25149 * iswitchb.el (iswitchb-possible-new-buffer):
25150 * isearch.el (isearch-edit-string):
25151 * image-mode.el (image-mode, image-minor-mode):
25152 * ibuf-macs.el (define-ibuffer-filter):
25153 * hi-lock.el (hi-lock-find-patterns):
25154 * files.el (toggle-read-only):
25155 * ediff-util.el (ediff-copy-diff)
25156 (ediff-write-merge-buffer-and-maybe-kill):
25157 * echistory.el (Electric-history-undefined):
25158 * dnd.el (dnd-insert-text):
25159 * dired-aux.el (dired-query):
25160 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
25161 * bookmark.el (bookmark-bmenu-locate):
25162 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
25163 Fix `message' calls to ensure first arg is a format string.
25164 The change was made only when these two conditions were satisfied:
25165 [1] when there is a possibility that the arguments would cause an error
25166 for example, if the code in question relies on external variables
25167 such as filenames, and
25168 [2] if the arg to `message' could not have been nil in the code.
25170 * pcomplete.el (pcomplete--help): Fix `message' format spec.
25171 Not having a %s would be weird, though not technically wrong.
25173 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25175 * term/mac-win.el (mac-add-charset-info): Doc fix.
25177 2005-09-17 Romain Francoise <romain@orebokech.com>
25179 * shell.el (shell-resync-dirs): Handle echoing processes more
25180 reliably. Don't insert resync command if `comint-process-echoes'
25183 2005-09-17 Magnus Henoch <mange@freemail.hu>
25185 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
25186 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
25187 aspell versions >= 0.60.
25188 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
25189 only if ispell-aspell-supports-utf8 is non-nil.
25191 2005-09-17 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
25193 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
25194 buffer-local value to lisp-indent-function.
25196 2005-09-17 Milan Zamazal <pdm@zamazal.org>
25198 * progmodes/glasses.el (glasses-make-readable): If
25199 glasses-separator differs from underscore, put appropriate
25200 overlays over underscore characters.
25201 (glasses-convert-to-unreadable): If glasses-separator differs from
25202 underscore, try to convert glasses-separator characters to
25205 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
25207 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
25208 Use with-syntax-table and dolist.
25210 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
25212 * textmodes/reftex-auc.el:
25213 * textmodes/reftex-cite.el:
25214 * textmodes/reftex-dcr.el:
25215 * textmodes/reftex-global.el:
25216 * textmodes/reftex-parse.el:
25217 * textmodes/reftex-ref.el:
25218 * textmodes/reftex-sel.el:
25219 * textmodes/reftex-toc.el:
25220 * textmodes/reftex-vars.el:
25221 * textmodes/reftex.el: Small changes to remove compiler warnings.
25223 * textmodes/reftex-index.el: Likewise.
25224 (reftex-query-index-phrase): More efficient use of markers.
25226 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
25228 * image.el (image-load-path): New variable.
25229 (image-search-load-path): New function.
25230 (find-image): Search for images in `image-load-path'.
25232 2005-09-15 Richard M. Stallman <rms@gnu.org>
25234 * follow.el: Change Maintainer field.
25236 2005-09-15 David Ponce <david@dponce.com>
25238 * recentf.el (recentf-save-file-modes): New option.
25239 (recentf-save-list): Use it.
25241 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
25243 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
25244 (mode-line-mule-info, mode-line-modified): Move bindings from
25245 mouse-3 to mouse-1.
25247 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
25249 * simple.el (sendmail-user-agent-compose): Revert last change.
25251 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
25253 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
25254 Use with-current-buffer.
25255 (ange-ftp-gwp-start): Remove unused var `gw-user'.
25256 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
25257 (ange-ftp-insert-directory): Remove unused var `short'.
25258 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
25260 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
25261 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
25263 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
25264 (check-calendar-holidays, diary-list-entries): Autoload.
25265 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
25266 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
25268 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
25269 which mistakenly removed a call to display-buffer.
25271 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
25273 * obsolete/iso-insert.el: Move to obsolete/ from international/.
25275 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
25277 * progmodes/hideshow.el
25278 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
25279 (hs-allow-nesting): New user var.
25280 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
25281 (hs-hide-block-at-point): When nesting allowed,
25282 if there is already an overlay in place, delete it.
25283 (hs-safety-is-job-n): Delete func; remove call sites.
25284 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
25285 (hs-overlay-at): New func.
25286 (hs-already-hidden-p, hs-show-block): Use it.
25287 (hs-hide-all): Don't pre-clean if nesting allowed.
25288 (hs-show-all): Temporarily disallow
25289 nesting around call to `hs-discard-overlays'.
25291 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
25293 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
25294 Delete unused local var.
25296 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
25298 * help-fns.el (describe-categories): "?\ " -> "?\s".
25299 (help-do-arg-highlight): Recognize also ARG-n, as in
25300 `move-to-left-margin' (ARG+n is already recognized). Simplify.
25302 * international/codepage.el (dos-unsupported-char-glyph):
25303 * net/newsticker.el (tool-bar-map, w3-mode-map)
25304 (w3m-minor-mode-map):
25305 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
25307 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
25309 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
25311 * custom.el (custom-push-theme): Handle the case where a symbol is
25312 bound but face properties have not yet been assigned.
25314 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
25315 Fix behavior if noerase is `t' and there is no mail buffer.
25317 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
25318 if `continue' is nil, rather than signal an error.
25320 2005-09-12 Richard M. Stallman <rms@gnu.org>
25322 * font-lock.el (font-lock-keywords): Add autoload.
25324 * help-fns.el (describe-variable): Rearrange to put source link
25325 in a predictable place.
25327 * net/newsticker.el: New file.
25329 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
25331 * calendar/calendar.el (calendar-for-loop): Add edebug info.
25332 (calendar-basic-setup): Use the new nil arg.
25333 (number-of-diary-entries): Move to diary-lib.el.
25335 * calendar/diary-lib.el: Use with-current-buffer, match-string.
25336 (diary-list-entries): Use with-syntax-table and dolist.
25337 Rename from list-diary-entries.
25338 Use number-of-diary-entries if `number' is nil.
25339 (diary, diary-view-entries): Use this new name and new nil arg value.
25340 (number-of-diary-entries): Move from calendar.el.
25341 (diary-unhide-everything): New function.
25342 (include-other-diary-files, fancy-diary-display)
25343 (diary-show-all-entries, make-diary-entry): Use it.
25344 (diary-mail-entries): Use buffer-string.
25345 (mark-diary-entries): Fix long standing paren typo.
25346 (diary-sexp-entry): Use count-lines.
25347 (make-diary-entry): Avoid `previous-line'.
25348 (diary-mode-map): New var.
25349 (diary-mode): Redraw cal after saving. Setup header-line.
25350 (fancy-diary-display-mode): Use local-set-key.
25352 * startup.el (command-line): Try calling various terminal-init-foo-bar
25353 functions by stripping hyphenated suffixes from $TERM.
25355 * files.el (normal-mode): Check boundness of font-lock-keywords.
25357 2005-09-12 Richard M. Stallman <rms@gnu.org>
25359 * progmodes/compile.el: Don't decide a file's directory
25360 until the user actually tries to go there.
25361 (compilation-next-error-function):
25362 Pass compilation-find-file the directory from the file-struct.
25363 (compilation-internal-error-properties): Separate local FILE-STRUCT
25364 from FILE. Doc the args better. Rename arg FMT to FMTS.
25365 (compilation-find-file): Arg DIR renamed to DIRECTORY.
25366 Expand it, and if nil, use default-directory.
25367 (compilation-get-file-structure): Don't mix specified directory
25368 with default directory. Put specified directory into
25369 file-struct. Don't make the file name absolute.
25371 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
25372 (compile-command): Add autoload.
25373 (compilation-disable-input): Add autoload.
25375 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
25377 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
25378 strings of the variables it can override.
25379 (time-stamp): New (as yet undocumented) time-stamp-format escapes
25380 %Q and %q, for fully-qualified domain name and unqualified host name.
25382 2005-09-11 Kim F. Storm <storm@cua.dk>
25384 * emacs-lisp/authors.el (authors-aliases): Update list.
25385 (authors-fixed-entries): Update mldrag.el entry.
25387 2005-09-10 Alan Mackenzie <acm@muc.de>
25389 * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
25390 delimiter from the region narrowed to.
25392 2005-09-10 Magnus Henoch <mange@freemail.hu>
25394 * textmodes/ispell.el (ispell-check-version): Signal an error if
25395 aspell version is less than 0.60.
25397 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
25399 * progmodes/octave-inf.el (inferior-octave-startup):
25400 Resync current dir at the end.
25402 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
25404 * woman.el (woman-topic-at-point-default):
25405 Rename to woman-use-topic-at-point-default.
25406 (woman-topic-at-point): Rename to woman-use-topic-at-point.
25407 (woman-file-name): Reflect renames above. Automatically use the
25408 word at point as topic if woman-use-topic-at-point is non-nil.
25409 Otherwise offer it as default but don't insert it in the
25410 minibuffer. Also use `test-completion' instead of `assoc' as
25411 suggested by Stefan Monnier.
25413 2005-09-10 Andre Spiegel <spiegel@gnu.org>
25415 * vc.el (vc-directory, vc-update-change-log): Throw an error on
25416 the attempt to do it over Tramp. This is not yet supported.
25418 2005-09-10 Eli Zaretskii <eliz@gnu.org>
25420 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
25421 (menu-bar-non-minibuffer-window-p): New functions.
25422 ("Split Window", "Save As..."): Use them.
25423 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
25424 ("Print Buffer", "Truncate Long Lines in this Buffer"):
25425 Use menu-bar-menu-frame-live-and-visible-p.
25426 ("Save Buffer", "Insert File", "Open Directory...")
25427 ("Open File...", "Visit New File..."):
25428 Use menu-bar-non-minibuffer-window-p.
25429 (kill-this-buffer-enabled-p, dired <menu-enable>):
25430 Use menu-bar-non-minibuffer-window-p.
25432 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25434 * cus-start.el (all): Don't complain about fringe-related
25435 built-ins if fringes are not supported. Ditto about
25436 selection-related built-ins. Fix the test for GTK-related built-ins.
25438 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
25439 ("Postscript Print Buffer", "Print Region", "Save As...")
25440 ("Save", "Insert File...", "Open Directory...")
25441 ("Open File...", "Visit New File..."")
25442 ("Truncate Long Lines in this Buffer"): Don't look at
25443 menu-updating-frame if this display does not support multiple frames.
25445 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25447 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
25449 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
25451 * woman.el: Format- and whitespace-related changes.
25453 2005-09-09 Eli Zaretskii <eliz@gnu.org>
25455 * woman.el: Fix my email address.
25457 2005-09-08 Richard M. Stallman <rms@gnu.org>
25459 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
25460 (sh-mode): Locally set skeleton-pair-default-alist.
25462 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
25464 * progmodes/flymake.el: Require `compile' unconditionally.
25466 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
25468 * woman.el (woman-file-name): Provide a default, not initial input.
25470 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
25472 * font-lock.el (font-lock-support-mode): Doc fix.
25474 * descr-text.el (describe-property-list): Handle non-symbol prop names.
25476 2005-09-08 Richard M. Stallman <rms@gnu.org>
25478 * simple.el (blink-matching-open): Get rid of text props from
25479 the string shown in echo area. Don't permanently set point.
25480 Some rearrangements.
25482 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
25484 * recentf.el (recentf-filename-handler): Add custom choice
25485 `abbreviate-file-name'.
25487 * msb.el (msb--very-many-menus): Fix typo.
25489 * disp-table.el (standard-display-european): Don't set
25490 enable-multibyte-characters to nil.
25492 2005-09-08 David Ponce <david@dponce.com>
25494 * recentf.el (recentf-show-file-shortcuts-flag): New option.
25495 (recentf-expand-file-name): Doc fix.
25496 (recentf-dialog-mode-map): Define digit shortcuts.
25497 (recentf--files-with-key): New variable.
25498 (recentf-show-digit-shortcut-filter): New function.
25499 (recentf-open-files-items): New function.
25500 (recentf-open-files): Use it.
25501 (recentf-open-file-with-key): New command.
25503 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
25505 * buff-menu.el (Buffer-menu-sort-by-column): New function.
25506 Suggested by Kim F. Storm.
25507 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
25508 (Buffer-menu-make-sort-button): Use global keymap.
25510 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
25512 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
25513 (Man-getpage-in-background-advice): Remove defadvice; it isn't
25514 necessary any longer with the remapped command.
25515 (Man-bgproc-sentinel-advice): Remove defadvice which counts
25516 formatting time only.
25518 * net/tramp.el (tramp-action-password)
25519 (tramp-multi-action-password): Compile the password prompt from
25520 `method', `user' and `host'. Sometimes it isn't obvious which
25521 password to enter, for example with remote files offered by
25522 recentf.el, or with multiple steps. Suggested by Robert Marshall
25523 <robert@chezmarshall.freeserve.co.uk>.
25525 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
25527 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
25528 Fix regexp for when "s///" is at the beginning of line.
25530 2005-09-07 Jay Belanger <belanger@truman.edu>
25532 * calc/calc-poly.el (math-expand-term): Multiply out any powers
25533 when in matrix mode.
25535 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
25537 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
25538 non-anonymous functions.
25540 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
25542 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
25543 when using a header line. Otherwise, use mouse-1-click-follows-link.
25545 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
25546 can't be moved; don't signal an error.
25548 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
25550 * cus-theme.el (custom-theme-write-faces): Save the current face
25551 spec, not the defface spec.
25553 * custom.el (custom-known-themes): Clarify meaning of "standard".
25554 (custom-push-theme): Save old values in the standard theme.
25555 (disable-theme): Correct typo.
25556 (custom-face-theme-value): Deleted unused function.
25557 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
25559 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
25561 * progmodes/compile.el (compilation-goto-locus): Take into account
25562 iconified frames when determining whether the buffer is
25564 Don't reset window height if the window already existed.
25566 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
25568 * custom.el (load-theme): Rename from require-theme.
25569 Add interactive spec.
25570 (enable-theme): Rename from custom-enable-theme.
25571 Add interactive spec.
25572 (disable-theme): Rename from custom-disable-theme.
25573 Add interactive spec.
25574 (custom-make-theme-feature): Doc fix.
25575 (custom-theme-directory): Doc fix.
25576 (provide-theme): Call enable-theme.
25578 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
25580 * obsolete/lazy-lock.el (lazy-lock-mode):
25581 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
25582 font-lock-mode if it's off. Print a warning instead.
25584 * progmodes/compile.el (compilation-start): Ignore errors if the
25585 process died before we get to send-eof.
25587 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
25588 Undo last change. Enclosing the result in quotes broke things on Unix
25589 since tex-send-command passes it through shell-quote-argument.
25590 (tex-send-command): Pass `file' through convert-standard-filename
25592 (tex-uptodate-p): Handle the case where TeX hasn't put additional
25593 info in a transcript.
25595 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
25597 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
25598 fix compilation warning. Reorder the key definitions to group
25599 together keys emitted by the current version of xterm.
25601 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
25602 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
25603 Reorder predicates to correct min-color usage.
25605 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
25607 * longlines.el (longlines-mode): Inhibit read-only when encoding.
25608 Kill local variables when longlines-mode is turned off.
25610 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
25612 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
25614 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
25616 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
25618 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
25619 (font-lock-lines-before): Change default to being inactive.
25620 (font-lock-default-fontify-region): Obey font-lock-lines-before.
25621 (font-lock-after-change-function): Don't handle f-l-lines-before here.
25623 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25625 * net/tramp.el (tramp-handle-make-auto-save-file-name):
25626 Deactivate temporarily advice if active (not needed for Emacs 22,
25627 but for backwards compatibility).
25628 (tramp-exists-file-name-handler): Rewrite. First implementation
25630 (tramp-advice-make-auto-save-file-name):
25631 Call `tramp-handle-make-auto-save-file-name' (again, just for
25632 backwards compatibility).
25634 2005-08-31 Reto Zimmermann <reto@gnu.org>
25636 * progmodes/vhdl-mode.el
25637 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
25638 (vhdl-end-p): Fix indentation bug "else" after "-- when".
25639 (vhdl-set-default-project): New function (easier setting of default).
25640 (vhdl-port-copy): Handle extended identifiers for generics.
25641 (vhdl-compiler-alist): Better description for error message regexp.
25642 (vhdl-make): Query for target, use previous as default.
25643 (vhdl-port-copy): Fix port copy for port names starting with "signal".
25644 (vhdl-font-lock-keywords-2): Fix fontification for record
25646 (vhdl-speedbar-make-subpack-line): Add package body link.
25647 (vhdl-generate-makefile-1): Not include itself as dependency.
25648 (vhdl-font-lock-init): Highlight c-preprocessor directives.
25649 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
25650 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
25651 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
25652 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
25653 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
25654 (vhdl-import-project): Add string argument for `error'.
25655 (vhdl-compose-configuration)
25656 (vhdl-compose-configuration-architecture): Add configuration
25657 declaration generation.
25658 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
25659 (vhdl-trailer-re): Add "record" keyword (better indentation).
25660 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
25662 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
25663 (vhdl-testbench-entity-file-name)
25664 (vhdl-testbench-architecture-file-name): Allow separate
25665 customization of testbench file names.
25666 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
25667 (vhdl-get-visible-signals): Allow newline within alias declaration.
25668 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
25669 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
25670 (member-ignore-case): Alias for missing function in XEmacs.
25671 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
25672 (vhdl-update-sensitivity-list): Ignore case on read signals.
25673 (vhdl-replace-string): Adjust case only for file names.
25674 (vhdl-update-sensitivity-list): Fix search for read signals.
25675 (vhdl-update-sensitivity-list): Exclude formal parameters.
25676 (vhdl-get-visible-signals): Include aliases of signals.
25677 (vhdl-get-visible-signals): Fix signal name searching.
25678 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
25679 (vhdl-fixup-whitespace-region): Fix for character
25680 literals (e.g. `:').
25682 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
25684 * ansi-color.el (comint-last-output-start):
25685 * bs.el (font-lock-verbose):
25686 * diff-mode.el (add-log-buffer-file-name-function):
25687 * dired-x.el (vm-folder-directory):
25688 * faces.el (help-xref-stack-item):
25689 * files.el (font-lock-keywords):
25690 * find-lisp.el (dired-buffers, dired-subdir-alist):
25691 * ido.el (cua-inhibit-cua-keys):
25692 * log-view.el (cvs-minor-wrap-function):
25693 * outline.el (font-lock-warning-face):
25694 * simple.el (compilation-current-error):
25695 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
25696 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
25697 * tooltip.el (comint-prompt-regexp):
25698 * w32-fns.el (explicit-shell-file-name):
25699 * term/mac-win.el (mac-charset-info-alist)
25700 (mac-services-selection, mac-system-script-code):
25701 * term/tty-colors.el (msdos-color-values):
25702 * term/w32-win.el (xlfd-regexp-registry-subnum):
25703 * term/x-win.el (x-keysym-table, x-selection-timeout)
25704 (x-session-id, x-session-previous-id):
25705 * textmodes/ispell.el (mail-yank-prefix):
25706 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
25707 * textmodes/org.el (calc-embedded-close-formula)
25708 (calc-embedded-open-formula)
25709 (font-lock-unfontify-region-function):
25710 * textmodes/reftex-global.el (isearch-next-buffer-function)
25712 * textmodes/reftex.el (font-lock-keywords):
25713 * textmodes/tex-mode.el (font-lock-comment-face)
25714 (font-lock-doc-face):
25715 * textmodes/texinfo.el (outline-heading-alist):
25718 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
25719 (artist-spray-chars, artist-mode-init, artist-replace-string)
25720 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
25721 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
25722 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
25724 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
25725 (conf-align-assignments): "?\ " -> "?\s".
25727 * textmodes/reftex-index.el (TeX-master): Add defvar.
25728 (reftex-index-phrases-marker): Move up defvar.
25730 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
25731 (reftex-toc-include-labels-indicator)
25732 (reftex-toc-include-index-indicator)
25733 (reftex-toc-max-level-indicator): Move up declarations.
25735 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
25736 of args to `tramp-run-real-handler', even if it's empty in this case.
25738 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25740 * dired.el (dired-move-to-filename-regexp): Add date format for
25741 Mac OS X 10.3 in East Asian locales.
25743 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
25745 * files.el (make-auto-save-file-name): Add file name handler call
25748 * net/tramp.el (tramp-file-name-handler-alist)
25749 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
25750 (tramp-handle-make-auto-save-file-name): Rename from
25751 `tramp-make-auto-save-file-name'.
25752 (tramp-exists-file-name-handler): New defun.
25753 (tramp-advice-make-auto-save-file-name): Make defadvice only when
25754 `make-auto-save-file-name' is not a magic file name operation.
25756 2005-08-30 Richard M. Stallman <rms@gnu.org>
25758 * files.el (risky-local-variable-p):
25759 Match `-predicates' and `-commands.
25761 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
25762 (custom-save-all): Visit the file if necessary;
25763 kill the buffer if we created it.
25764 (custom-save-delete): Don't visit file or kill buffer here.
25766 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
25768 * textmodes/org.el (org-special-keyword): New face.
25769 (org-table-copy-down, org-table-eval-formula)
25770 (org-table-recalculate, org-init-section-numbers):
25771 Use `string-to-number' instead of `string-to-int'.
25772 (org-get-location): Use `insert-buffer-substring' instead of
25774 (org-modify-diary-entry-string): New function.
25775 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
25776 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
25777 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
25779 (org-export-as-html): Handle QUOTE keyword.
25780 (org-quote-string): New option.
25781 (org-bookmark-jump-unhide): New function, used for
25782 `bookmark-after-jump-hook'.
25783 (org-diary-default-entry): Apply only when not called through
25786 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
25788 * net/eudc.el (mode-popup-menu):
25789 * play/handwrite.el (ps-printer-name, ps-lpr-command):
25790 * progmodes/ada-mode.el (compile-auto-highlight)
25791 (skeleton-further-elements):
25792 * progmodes/autoconf.el (font-lock-syntactic-keywords):
25793 * progmodes/cmacexp.el (msdos-shells):
25794 * progmodes/compile.el (font-lock-extra-managed-props)
25795 (font-lock-keywords, font-lock-maximum-size)
25796 (font-lock-support-mode):
25797 * progmodes/grep.el (font-lock-lines-before):
25798 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
25799 * progmodes/mixal-mode.el (compile-command):
25800 * progmodes/perl-mode.el (font-lock-comment-face)
25801 (font-lock-doc-face, font-lock-string-face):
25802 * progmodes/prolog.el (comint-prompt-regexp):
25803 * progmodes/sh-script.el (font-lock-comment-face)
25804 (font-lock-set-defaults, font-lock-string-face):
25805 * progmodes/sql.el (font-lock-keyword-face)
25806 (font-lock-set-defaults, font-lock-string-face):
25807 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
25808 (itimer-version, lazy-lock-defer-contextually)
25809 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
25812 * progmodes/cperl-mode.el (cperl-electric-lbrace)
25813 (cperl-electric-keyword, cperl-electric-pod)
25814 (cperl-electric-backspace, cperl-forward-re)
25815 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
25816 (vc-rcs-header, vc-sccs-header): Add defvars.
25818 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
25819 (font-lock-syntactic-keywords, gud-find-expr-function):
25822 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
25823 (gdb-frame-parameters): Declare before use.
25825 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
25826 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
25827 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
25828 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
25830 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
25831 (idlwave-help-with-source): Use `insert-buffer-substring', not
25834 2005-08-29 Juri Linkov <juri@jurta.org>
25836 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
25837 Put outline-back-to-heading function call inside save-excursion.
25839 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
25841 * man.el (Man-init-defvars, Man-translate-references)
25842 (Man-support-local-filenames, Man-highlight-references):
25843 * progmodes/sql.el (sql-interactive-mode):
25844 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
25846 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
25847 (compilation-mode-font-lock-keywords): Add defvars.
25848 (checkdoc-interactive-loop): "?\ " -> "?\s".
25850 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
25851 (font-lock-doc-face, font-lock-string-face)
25852 (font-lock-keywords-case-fold-search): Add defvars.
25853 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
25855 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
25856 Don't pass X and Y (they are ignored anyway).
25857 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
25858 (mouse-delete-window): Make arguments optional.
25860 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
25861 (caesar-translate-table, minor-modes, news-buffer-save)
25862 (news-group-name, news-minor-modes): Add defvars.
25864 * emacs-lisp/lselect.el (mouse-highlight-priority)
25865 (x-lost-selection-functions, zmacs-regions):
25866 * emacs-lisp/pp.el (font-lock-verbose):
25867 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
25868 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
25870 * emacs-lisp/tcover-unsafep.el (safe-functions):
25871 * international/mule-cmds.el (mac-system-coding-system)
25872 (mac-system-locale):
25873 * language/ethio-util.el (rmail-current-message)
25874 (rmail-message-vector):
25875 * language/thai-util.el (thai-auto-composition-mode):
25876 * mail/metamail.el (rmail-current-message, rmail-message-vector):
25877 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
25878 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
25879 (vm-primary-inbox, vm-spool-files):
25880 * mail/rmail.el (deleted-head, font-lock-fontified)
25881 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
25882 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
25884 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
25885 (rmail-summary-mode-map):
25886 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
25887 (rmail-last-label, rmail-last-multi-labels)
25888 (rmail-summary-vector, rmail-total-messages):
25889 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
25890 * mail/rmailsum.el (msgnum):
25891 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
25892 (rmail-current-message):
25893 * obsolete/fast-lock.el (font-lock-face-list):
25894 * obsolete/rnewspost.el (mail-reply-buffer):
25895 * obsolete/scribe.el (compile-command):
25896 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
25898 2005-08-28 John Paul Wallington <jpw@gnu.org>
25900 * ibuf-ext.el (ibuffer-auto-update-changed):
25901 Use `frame-or-buffer-changed-p' to check whether we need to update.
25902 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
25903 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
25904 as a `frame-or-buffer-changed-p' state vector instead.
25906 2005-08-27 Romain Francoise <romain@orebokech.com>
25908 * textmodes/makeinfo.el (makeinfo-compile):
25909 Use `compilation-start'. Set `next-error-function' according to
25911 (makeinfo-next-error): New function.
25912 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
25913 (makeinfo-buffer): Likewise.
25915 * progmodes/compile.el (compilation-start): Add autoload cookie.
25917 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
25918 * textmodes/sgml-mode.el: Likewise.
25919 * progmodes/python.el: Likewise.
25921 2005-08-27 Eli Zaretskii <eliz@gnu.org>
25923 * simple.el (blink-matching-paren-distance): Document the meaning
25924 of nil value, and allow to customize to nil.
25926 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
25927 command.com, not command.exe.
25929 2005-08-26 John Wiegley <johnw@newartisans.com>
25931 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
25932 code around a bit so that an extraneous nil argument is not added
25933 to a command when no args are given.
25935 * eshell/esh-arg.el (eshell-parse-double-quote): If a
25936 double-quoted argument resolves to nil, return it as an empty
25937 string rather than as nil. This made it impossible to pass "" to
25938 a shell script as a null string argument.
25940 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
25942 * outline.el (outline-invent-heading): New fun.
25943 (outline-promote, outline-demote): Use it.
25944 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
25945 (outline-end-of-subtree): Remove unused var `opoint'.
25947 2005-08-26 David Reitter <david.reitter@gmail.com>
25949 * menu-bar.el (truncate-lines, write-file, print-buffer)
25950 (ps-print-buffer-faces, ps-print-buffer, split-window):
25951 Disable menu items when the frame they refer to is invisible, or when
25952 they refer to a buffer and the minibuffer is selected.
25954 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
25956 * progmodes/flymake.el (flymake-highlight-err-lines):
25957 Use save-excursion around flymake-highlight-line to preserve point.
25959 2005-08-26 Eli Zaretskii <eliz@gnu.org>
25961 * progmodes/octave-mod.el: Change Author and Maintainer address.
25962 (octave-maintainer-address): Change Kurt's email address.
25963 * progmodes/octave-inf.el: Change Author and Maintainer address.
25964 * progmodes/octave-hlp.el: Change Author and Maintainer address.
25966 2005-08-26 Kim F. Storm <storm@cua.dk>
25968 * subr.el (version-list-<, version-list-<=, version-list-=):
25969 Rename from integer-list-*.
25970 (version-list-not-zero): Likewise. Fix while loop.
25971 (version=): Use version-list-= instead of string-equal.
25973 2005-08-26 Richard M. Stallman <rms@gnu.org>
25975 * outline.el (outline-promote): Try shortening the heading.
25976 As last resort, read the heading to use.
25977 (outline-demote): As last resort, read the heading to use.
25979 2005-08-26 Romain Francoise <romain@orebokech.com>
25981 * progmodes/compile.el (compilation-start): Doc fix.
25983 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
25984 (antlr-font-lock-additional-keywords): Fix reference to
25985 `antlr-font-lock-literal-regexp' erroneously changed during the
25987 (antlr-run-tool): Use `compilation-start'.
25989 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
25990 instead of the obsolete `compile-internal'.
25992 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
25994 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
25995 (number, original-date):
25996 * calendar/cal-china.el (date):
25997 * calendar/cal-coptic.el (date):
25998 * calendar/cal-french.el (date):
25999 * calendar/cal-hebrew.el (date, entry, number, original-date):
26000 * calendar/cal-islam.el (date, number, original-date):
26001 * calendar/cal-iso.el (date):
26002 * calendar/cal-julian.el (date):
26003 * calendar/cal-mayan.el (date):
26004 * calendar/cal-menu.el (date, event):
26005 * calendar/cal-persia.el (date):
26006 * calendar/lunar.el (date):
26007 * calendar/solar.el (date): Add defvars.
26012 * obsolete/bg-mouse.el:
26013 * obsolete/sun-curs.el:
26014 * obsolete/swedish.el: Move the `defvar's to the top level.
26016 * smerge-mode.el (smerge-refined-change): Add :group.
26018 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
26020 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
26021 (smerge-keep-n): Remove props.
26022 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
26023 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
26024 now that it's done in smerge-keep-n.
26025 (smerge-refined-change): New face.
26026 (smerge-refine-chopup-region, smerge-refine-highlight-change)
26027 (smerge-refine): New funs.
26028 (smerge-basic-map): Bind smerge-refine.
26030 2005-08-25 Juri Linkov <juri@jurta.org>
26032 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
26033 compilation-process-setup-function and compilation-disable-input
26034 in grep-mode instead of let-bindings in grep.
26036 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
26037 Delete "Automatic File De/compression" (auto-compression-mode).
26039 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
26041 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
26042 Silence warning about non-existent variable.
26044 2005-08-25 Richard M. Stallman <rms@gnu.org>
26046 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
26047 Rename "Describe Key" to "Describe Key or Mouse Operation".
26049 * mail/mailalias.el (build-mail-aliases): Delete comments
26050 from the contents before processing them.
26052 * isearch.el (isearch-edit-string): Erase the Search prompt
26053 if user enters an empty string and there is no default.
26055 * comint.el (comint-file-name-prefix): Add autoload.
26057 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
26059 * subr.el (play-sound): Rearrange to avoid warning.
26061 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
26063 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
26065 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
26067 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
26069 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
26071 * custom.el (custom-theme-set-variables): Sort minor modes last.
26073 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26075 * subr.el (version-separator, version-regexp-alist): New vars used by
26076 version comparison funs.
26077 (integer-list-<, integer-list-=, integer-list-<=)
26078 (integer-list-not-zero): New funs for integer list comparison.
26079 (version-to-list, version=, version<, version<=): New funs for version
26082 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
26084 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
26085 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
26086 time to silence the byte-compiler.
26088 * ibuffer.el (ibuffer-compile-make-eliding-form)
26089 (ibuffer-check-formats): Use `with-no-warnings' to hide references
26090 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
26091 so it's silly to get warnings for it).
26092 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
26093 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
26094 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
26095 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
26096 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
26097 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
26098 Defvar at compile time.
26099 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
26100 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
26101 Declare them before use.
26103 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
26104 (info-xref-good, info-xref-bad): Defvar at compile time.
26106 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
26107 Use `let*' instead of `let'.
26109 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
26110 (*mouse-y*, menu, char): Defvar at compile time.
26111 (sc::menu): Declare it before use.
26112 (sc::pack-one-line): Use `let', not `let*'.
26114 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
26115 (mail-send-hook): Defvar at compile time.
26117 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
26118 Defvar at compile time.
26120 * term/sun-mouse.el (current-global-mousemap)
26121 (current-local-mousemap): Declare them before use.
26123 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
26125 * bookmark.el (bookmark-after-jump-hook): New hook.
26126 (bookmark-jump): Run `bookmark-after-jump-hook'.
26128 2005-08-23 Juri Linkov <juri@jurta.org>
26130 * faces.el (minibuffer-prompt): Doc fix.
26132 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
26134 * progmodes/xscheme.el: Trivial changes to silence warnings.
26135 (xscheme-previous-mode, xscheme-previous-process-state):
26137 (xscheme-last-input-end, xscheme-process-command-line)
26138 (xscheme-process-name, xscheme-buffer-name)
26139 (xscheme-expressions-ring-max, xscheme-expressions-ring)
26140 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
26141 (xscheme-control-g-synchronization-p)
26142 (xscheme-control-g-disabled-p, xscheme-string-receiver)
26143 (default-xscheme-runlight, xscheme-runlight)
26144 (xscheme-runlight-string, xscheme-process-filter-state)
26145 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
26146 Move to beginning of file.
26147 (scheme-interaction-mode-commands-alist)
26148 (scheme-interaction-mode-map, scheme-debugger-mode-map):
26149 Declare them before use. Note: the initialization code for the
26150 variables has not been moved because it uses functions that reference
26152 (xscheme-control-g-message-string, xscheme-process-filter-alist)
26153 (xscheme-prompt-for-expression-map): Declare them before use.
26154 (scheme-debugger-mode-commands): "?\ " -> "?\s".
26156 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
26158 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
26160 2005-08-22 Juri Linkov <juri@jurta.org>
26162 * faces.el (set-face-underline): Delete this duplicate function
26163 and make an obsolete alias to set-face-underline-p.
26164 (set-face-underline-p): Use docstring of set-face-underline.
26165 (describe-face): Create hyperlink to parent face.
26167 * info.el (Info-insert-dir): Use save-excursion around
26168 insert-buffer-substring.
26169 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
26170 (Info-escape-percent): Delete function.
26171 (Info-fontify-node): Replace Info-escape-percent by
26172 replace-regexp-in-string with REP arg set to lambda that
26173 duplicates `%' and preserves text properties.
26175 * progmodes/compile.el (compilation-disable-input): Doc fix.
26176 (define-compilation-mode): Doc fix and refill.
26177 (kill-compilation): Use `mode-name' in the error message.
26178 (compilation-find-file): Use `compilation-error' in the
26179 read-file-name's prompt.
26181 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
26183 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
26184 (smerge-auto-leave): Make undo re-enable the mode.
26185 (debug-ignored-errors): Add the user-error of impossible resolution.
26186 (smerge-resolve): Move things around a bit, in preparation for later.
26187 (smerge-diff): Don't fail if the buffer has no associated file.
26188 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
26189 (smerge-conflict-overlay): New function.
26190 (smerge-match-conflict): Don't add text properties here.
26191 (smerge-find-conflict): Instead, add an overlay here.
26192 Also check for the case where we're inside a conflict already, so as to
26193 obviate the need for font-lock-multiline, which is unbearably slow with
26194 large conflicts and ciomplex font-lock patterns.
26195 (smerge-remove-props): Remove overlay rather than text-properties.
26196 (smerge-mode): Don't set font-lock-multiline.
26197 Remove overlays when turned off.
26199 2005-08-21 Kim F. Storm <storm@cua.dk>
26201 * ido.el (ido-ignore-item-p): Use save-match-data.
26202 Bind case-fold-search to ido-case-fold locally.
26204 2005-08-20 Richard M. Stallman <rms@gnu.org>
26206 * files.el (normal-mode): If font lock is on, turn it off and on.
26208 * subr.el (replace-regexp-in-string): Doc fix.
26210 * startup.el (command-line-1): Don't suppress startup screen
26211 due to existing processes.
26213 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
26215 * progmodes/compile.el (compilation-disable-input): Default to nil.
26217 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
26219 * progmodes/compile.el (compilation-disable-input): New defcustom.
26220 (compilation-start): If compilation-disable-input is non-nil, send
26221 EOF to the compilation process.
26223 2005-08-20 Eli Zaretskii <eliz@gnu.org>
26225 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
26226 Run the argument of tex-shell-cd-command through
26227 convert-standard-filename, to get the correct style of slashes on
26228 Windows, and enclose the result in quotes, in case the file name
26229 includes whitespace or other special characters.
26231 2005-08-19 Andreas Schwab <schwab@suse.de>
26233 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
26236 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
26238 * cus-start.el (minibuffer-prompt-properties): Correct typo.
26240 2005-08-18 Kim F. Storm <storm@cua.dk>
26242 * scroll-lock.el: Fix errors due to incorrect line wrapping.
26244 2005-08-18 Richard M. Stallman <rms@gnu.org>
26246 * scroll-lock.el: New file.
26248 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
26250 * dired.el (dired-move-to-end-of-filename):
26251 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
26253 2005-08-18 Kim F. Storm <storm@cua.dk>
26255 * ido.el (ido-everywhere): Fix defcustom :set function to disable
26256 rather than toggle mode when custom value is nil.
26257 (ido-everywhere): Fix defun doc string.
26259 2005-08-17 Richard M. Stallman <rms@gnu.org>
26261 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
26262 as tag instead of "Inviolable".
26264 2005-08-17 Kim F. Storm <storm@cua.dk>
26266 * windmove.el (windmove-coordinates-of-position): Remove.
26267 (windmove-coordinates-of-window-position): Remove.
26268 (windmove-reference-loc): Use posn-at-point instead.
26270 * subr.el (insert-for-yank-1): Doc fix.
26272 * ido.el (ido-enter-matching-directory): Rename from
26273 ido-enter-single-matching-directory. Change `slash' choice to
26274 `only'. Add `first' choice.
26275 (ido-exhibit): Adapt to above changes.
26277 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
26279 * Makefile.in: Expand comment about building loaddefs.el.
26281 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
26283 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
26284 Comment use of defadvice.
26286 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
26288 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
26290 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
26291 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
26292 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
26293 * progmodes/idlw-shell.el, progmodes/ld-script.el,
26294 * progmodes/which-func.el, ruler-mode.el, strokes.el,
26295 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
26296 for backward compatibility for faces that did not appear in the
26297 previous Emacs release.
26299 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
26301 2005-08-15 Kim F. Storm <storm@cua.dk>
26303 * emulation/cua-base.el (cua-delete-region): Return t if
26304 deleted region was non-empty.
26305 (cua-replace-region): Inhibit overwrite-mode for
26306 self-insert-command if replaced region was non-empty.
26307 (cua--explicit-region-start, cua--status-string): Make them
26308 buffer-local at top-level...
26309 (cua-mode): ...rather than when mode is enabled.
26311 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
26313 * progmodes/vhdl-mode.el (vhdl-emacs-21):
26314 Set t for Emacs 21, 22, and so on.
26316 2005-08-15 David Ponce <david@dponce.com>
26318 * tree-widget.el: Update Commentary header.
26319 (tree-widget-theme): Doc fix.
26320 (tree-widget-space-width): New option.
26321 (tree-widget-image-properties): Look up in the default theme too.
26322 (tree-widget--cursors): Only for images with arrow pointer shape.
26323 (tree-widget-lookup-image): Pointer shape is hand by default.
26324 (tree-widget-icon): Rename generic icon widget from
26325 `tree-widget-control'.
26326 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
26327 derive from `tree-widget-icon'.
26328 (tree-widget-handle): Improve default look and feel of the text
26330 (tree-widget): Rename :*-control properties to :*-icon properties.
26331 Add :action and :help-echo properties.
26332 (tree-widget-after-toggle-functions): Move.
26333 (tree-widget-close-node, tree-widget-open-node): Remove.
26334 (tree-widget-before-create-icon-functions): New hook.
26335 (tree-widget-value-create): Update to allow customization of icons
26336 and nodes at run-time via that new hook.
26337 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
26338 (tree-widget-icon-action, tree-widget-icon-help-echo)
26339 (tree-widget-action, tree-widget-help-echo): New functions.
26341 2005-08-15 Kim F. Storm <storm@cua.dk>
26343 * ido.el (ido-buffer-internal): Use with-no-warnings.
26344 (ido-make-merged-file-list): Use while-no-input.
26346 2005-08-15 Richard M. Stallman <rms@gnu.org>
26348 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
26349 (flyspell-large-region): Fix doc and custom type.
26351 2005-08-14 Richard M. Stallman <rms@gnu.org>
26353 * files.el (interpreter-mode-alist): Doc fix.
26355 * mail/rmail.el (rmail-nonignored-headers): New variable.
26356 (rmail-clear-headers): Use it.
26357 (rmail-reply): Better handling of mail-followup-to header.
26359 * progmodes/sh-script.el (sh-font-lock-keywords-var):
26360 Rename variable from sh-font-lock-keywords. In the `shell' entry,
26361 don't try to refer to executable-font-lock-keywords.
26362 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
26363 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
26364 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
26365 (sh-mode): Set comment-start-skip, local-abbrev-table,
26366 imenu-case-fold-search.
26367 (sh-set-shell): Don't set them here.
26368 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
26369 Don't cache the results in the original alist; don't ever modify
26372 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
26374 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
26377 2005-08-15 Andreas Schwab <schwab@suse.de>
26379 * desktop.el: Put autoload cookie at risky-local-variable declarations.
26381 * dired.el, info.el, mail/rmail.el: Revert last change.
26383 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
26385 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
26386 modification in `eval-after-load' form.
26387 * info.el: Likewise.
26388 * mail/rmail.el: Likewise.
26390 2005-08-14 Juri Linkov <juri@jurta.org>
26392 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26393 Remove highlighting of "Compilation started". Highlight only
26394 the word "finished" in "Compilation finished". Add highlighting
26395 of "interrupt", "killed", "terminated" and the exit code.
26396 (compilation-start): Add newline after header. Use exactly the
26397 same time stamp format as the finishing message.
26398 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
26400 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
26401 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
26402 Add highlighting of "interrupt", "killed", "terminated".
26404 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
26405 enabled and the current command is self-insert-command, call it
26406 explicitly with overwrite-mode bound to nil, to not allow it
26407 to delete the character after the selected region.
26409 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
26411 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
26412 move-end-of-line, end-of-line, and beginning-of-line to the list
26413 of commands after which the echo area is updated.
26415 2005-08-12 Eli Zaretskii <eliz@gnu.org>
26417 * cus-edit.el (custom-save-all, custom-save-delete):
26418 Bind recentf-exclude to exclude custom-file.
26420 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
26422 * mail/rmailsum.el (rmail-summary-end-of-message): New command
26423 to go to the bottom of the mail message. Added to
26424 `rmail-summary-mode-map' with key "/".
26425 (rmail-summary-show-message): New (internal) function for use by
26426 both `rmail-summary-beginning/end-of-message'.
26427 (rmail-summary-beginning-of-message): Change to use
26428 rmail-summary-show-message.
26430 * mail/rmail.el (rmail-end-of-message): New command to go to the
26431 end of the current message. Added to `rmail-mode-map' with key "/".
26432 (rmail-beginning-of-message): Fix to work as documented.
26433 (rmail-mode): Change documentation.
26435 * progmodes/compile.el (compilation-start): Add the line
26436 "Compilation started" with compilation start time.
26437 (compilation-mode-font-lock-keywords): Add `started' to keywords.
26439 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
26441 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
26444 2005-08-11 Richard M. Stallman <rms@gnu.org>
26446 * simple.el (pop-global-mark): Reverse test of widen-automatically.
26448 * battery.el (battery-status-function): Don't use ignore-errors.
26450 2005-08-11 Lute Kamstra <lute@gnu.org>
26452 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
26453 define-obsolete-variable-alias.
26455 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
26457 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
26458 (ange-ftp-send-cmd): Revert last change, and expand
26459 the comment explaining the problem.
26461 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
26463 * ldefs-boot.el: Update.
26465 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
26466 item to "Time, Load and Mail". Change help echo text.
26468 * time.el (display-time-use-mail-icon, display-time-format)
26469 (display-time-string-forms): Shorten first line of docstrings.
26471 2005-08-10 Lars Hansen <larsh@soem.dk>
26473 * desktop.el (desktop-buffer-mode-handlers):
26474 Make non-customizable. Add autoload cookie. Change initial value to
26475 nil; add elements in respective modules instead. Fix doc string.
26476 (desktop-load-file): New function.
26477 (desktop-minor-mode-handlers): New autoloaded variable.
26478 (desktop-create-buffer): Call minor mode handlers.
26479 Use desktop-load-file to load major and minor mode modules prior to
26480 checking for a handler.
26481 (desktop-save): Don't add nil to desktop-minor-modes for minor
26482 modes with nil function in desktop-minor-mode-table. Don't delete
26483 desktop file before rewriting it.
26484 (desktop-locals-to-save): Add autoload cookie. Don't make
26485 automatically buffer-local. Add variables column-number-mode,
26486 size-indication-mode, indent-tabs-mode,
26487 indicate-buffer-boundaries, indicate-empty-lines and
26488 show-trailing-whitespace.
26489 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
26490 regexps. Don't use desktop-clear-preserve-buffers-regexp.
26491 (desktop-clear-preserve-buffers-regexp): Delete.
26492 (desktop-clear-preserve-buffers): Update initial value and docstring.
26493 (desktop-save-buffer): Fix doc string.
26495 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
26496 (hilit-chg-desktop-restore): New function.
26497 (highlight-changes-mode): Add highlight-changes-mode to
26498 desktop-locals-to-save.
26500 * dired.el: Add handler to desktop-buffer-mode-handlers.
26501 (dired-restore-desktop-buffer): Remove autoload cookie.
26502 (dired-mode): Add autoload cookie.
26504 * info.el: Add handler to desktop-buffer-mode-handlers.
26505 (Info-restore-desktop-buffer): Remove autoload cookie.
26506 (Info-mode): Add autoload cookie.
26508 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
26509 (mh-restore-desktop-buffer): Remove autoload cookie.
26510 (mh-folder-mode): Add autoload cookie.
26512 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
26513 (rmail-restore-desktop-buffer): Remove autoload cookie.
26515 2005-08-11 Masatake YAMATO <jet@gyve.org>
26517 * hexl.el (hexl-address-region):
26518 (hexl-ascii-region, hexl-font-lock-keywords):
26519 (hexl-highlight-line-range): Use the term "region"
26520 instead of "area" for consistency with the other symbols
26521 defined in hexl.el.
26523 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
26525 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
26526 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
26527 out by Juri Linkov). Add `display-battery-mode'.
26529 2005-08-09 Juri Linkov <juri@jurta.org>
26531 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26532 Remove `-text' from face variable names.
26533 (compilation-error-file-name, compilation-warning-file-name)
26534 (compilation-info-file-name): Delete faces.
26535 (compilation-line-number, compilation-column-number):
26536 Remove face underlining.
26537 (compilation-message-face): Set to `underline' value by default.
26538 (compilation-error-face, compilation-warning-face)
26539 (compilation-info-face): Remove `-file-name' from face names.
26540 (compilation-error-text-face, compilation-warning-text-face)
26541 (compilation-info-text-face): Delete face variables.
26542 (compilation-text-face): Delete function.
26544 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
26545 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
26546 (grep-error-face): Set to `compilation-error' instead of
26547 `compilation-error-face' (which is redefined to `grep-hit-face' in
26549 (grep-mode-font-lock-keywords): Remove `-text' from face variable
26550 names. Use `grep-error-face' instead of `compilation-error-text-face'.
26552 * dired-aux.el (dired-do-query-replace-regexp):
26553 Use `query-replace-read-args'.
26555 * replace.el (query-replace-read-from, query-replace-read-to)
26556 (query-replace-read-args): Rename arg `string' to `prompt'.
26558 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
26560 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
26562 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
26564 (ange-ftp-canonize-filename): Handle file names beginning with ~
26567 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26569 * textmodes/fill.el (canonically-space-region)
26570 (fill-context-prefix, fill-french-nobreak-p)
26571 (fill-delete-newlines, fill-comment-paragraph)
26572 (justify-current-line): "?\ " -> "?\s".
26574 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
26576 * textmodes/fill.el (fill-nonuniform-paragraphs):
26577 Improve argument/docstring consistency.
26579 2005-08-09 Richard M. Stallman <rms@gnu.org>
26581 * textmodes/ispell.el (ispell-word): More fboundp checks.
26583 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
26584 (find-file-noselect-1): Call it here, only if RAWFILE.
26585 (normal-mode): Always set some major mode.
26586 (save-some-buffers-action-alist): Change some explanation strings.
26587 (file-name-non-special): In the `quote' method, use unwind-protect.
26589 2005-08-09 Magnus Henoch <mange@freemail.hu>
26591 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
26592 (ispell-have-aspell-dictionaries): New variable.
26593 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
26594 (ispell-get-aspell-config-value): New function.
26595 (ispell-aspell-find-dictionary): New function.
26596 (ispell-aspell-add-aliases): New function.
26597 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
26598 appropriate. Don't look for ispell dictionaries if we use aspell.
26599 (ispell-menu-map): Don't build a submenu of dictionaries.
26601 2005-08-09 Richard M. Stallman <rms@gnu.org>
26603 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
26604 (sql-read-passwd): Use read-passwd.
26606 * progmodes/idlw-toolbar.el (idlwave-toolbar)
26607 (idlwave-toolbar-is-possible): Add defvars.
26609 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
26612 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
26613 (idlwave-system-class-info, idlwave-executive-commands-alist):
26616 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
26618 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
26621 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
26622 and content-type: headers.
26624 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
26626 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
26627 and rename some of them to be more self-explanatory.
26629 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
26631 * startup.el (command-line-1): Implement -scriptload.
26633 * replace.el (occur-engine): Initial *Occur* output not undoable.
26635 * menu-bar.el (menu-bar-file-menu): Rename some menu items
26636 and improve help strings.
26638 * isearch.el (isearch-repeat): When changing direction,
26639 mark search successful.
26641 * ediff-init.el: Use (featurep 'xemacs).
26643 * comint.el (send-invisible): Identify buffer, if not selected.
26645 * align.el: Delete autoload for c-guess-basic-syntax.
26647 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
26649 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
26650 Improve argument/docstring consistency. Doc fixes.
26651 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
26652 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
26653 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
26654 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
26655 (r2bv-organization, r2bv-pages, r2bv-primary-author)
26656 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
26657 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
26658 Defvar at compile time.
26660 2005-08-09 Juri Linkov <juri@jurta.org>
26662 * info.el: Replace `info' with upper-case `Info' where appropriate.
26663 (info-title-1, info-title-2, info-title-3, info-title-4)
26664 (info-menu-header): Move up face definitions.
26665 (info-menu-star): Rename from `info-menu-5'.
26666 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
26667 (Info-fontify-visited-nodes): Fix docstring.
26668 (Info-hide-note-references): Fix docstring.
26669 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
26670 menu items in the same way as on cross-references.
26671 (info-apropos): Fix sorting order and formatting to be like in the
26672 stand-alone Info browser. Display error messages for 1 sec.
26673 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
26674 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
26676 (Info-insert-dir): Restore point after calling
26677 `insert-buffer-substring'.
26679 2005-08-08 Richard M. Stallman <rms@gnu.org>
26681 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
26682 (recompute-lucid-menubar): Add defvars.
26684 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
26686 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
26688 * net/net-utils.el (run-dig): Rename from `dig'.
26690 * play/gametree.el (gametree-mode): Use make-local-variable,
26691 not make-variable-buffer-local.
26693 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
26695 * ansi-color.el (ansi-color-make-extent)
26696 (ansi-color-set-extent-face): Use fboundp, not functionp.
26698 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
26699 not make-variable-buffer-local.
26701 * bookmark.el (Info-current-file): Add defvar.
26702 (bookmark-jump-noselect): Use with-no-warnings.
26704 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
26706 * ebuff-menu.el (Helper-return-blurb): Add defvar.
26708 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
26710 * find-file.el (ada-procedure-start-regexp)
26711 (ada-package-start-regexp): Add defvars.
26713 * info.el (Info-insert-dir): Use insert-buffer-substring.
26715 * xml.el (xml-att-def-re): Add defvar.
26717 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
26718 calling convention.
26720 * subr.el (while-no-input): Return t if there is input.
26722 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
26724 * cus-start.el (all): Add `overflow-newline-into-fringe'.
26726 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
26728 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
26729 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
26731 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
26733 * cmuscheme.el (scheme-start-file): Replace reference to
26734 `user-emacs-directory' by "~/.emacs.d/".
26736 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
26738 * info.el (Info-dir-remove-duplicates): Avoid case folding
26739 in loop; instead, keep downcased strings for comparison.
26740 Suggested by Helmut Eller.
26742 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
26744 Sync with Tramp 2.0.50.
26746 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
26747 XEmacs case; not necessary anymore.
26748 (tramp-user-regexp): Allow "@" as part of user name.
26749 (tramp-handle-set-visited-file-modtime)
26750 (tramp-handle-insert-file-contents)
26751 (tramp-handle-write-region): No special handling for
26752 `last-coding-system-used, because this is done in
26753 `tramp-accept-process-output' now.
26754 (tramp-accept-process-output): New defun.
26755 (tramp-process-one-action, tramp-process-one-multi-action)
26756 (tramp-wait-for-regexp, tramp-wait-for-output)
26757 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
26758 Howells <dhowells@redhat.com>.
26759 (clear-visited-file-modtime): Defadvice removed. The check for
26760 unset buffer's modtime does not need to be based on
26761 `tramp-buffer-file-attributes'. Suggested by RMS.
26762 (tramp-message): Insert "\n" if not being at beginning of line.
26763 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
26764 sequence with same logic.
26765 (tramp-completion-handle-expand-file-name): Discard call of
26766 `tramp-drop-volume-letter'. It is not necessary, and there have
26767 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
26768 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
26769 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
26770 should always be visible.
26771 (tramp-handle-insert-directory, tramp-setup-complete)
26772 (tramp-set-process-query-on-exit-flag)
26773 (tramp-append-tramp-buffers): Pacify byte-compiler.
26774 (tramp-bug): Delete non-existing variables from list.
26775 Apply `tramp-load-report-modules' as pre-hook.
26776 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
26777 `shell-prompt-pattern' because of non-7bit characters.
26778 Reported by Sebastian Luque <sluque@mun.ca>.
26779 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
26780 (tramp-match-string-list): Remove function.
26781 (tramp-wait-for-regexp): Remove call of that function.
26782 Suggested by Kim F. Storm <storm@cua.dk>.
26783 (tramp-set-auto-save-file-modes): Use octal integer code #o600
26784 instead of octal character code ?\600. The latter resulted in a
26785 syntax error with XEmacs.
26787 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
26788 XEmacs case; not necessary anymore.
26789 (tramp-smb-handle-write-region): No special handling for
26790 `last-coding-system-used, because this is done in
26791 `tramp-accept-process-output' now.
26792 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
26794 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
26796 * wid-edit.el (widget-choice-value-create):
26797 Unconditionally respect user choice. Set :explicit-choice back to nil
26798 when no longer needed.
26799 (widget-choice-action): Unconditionally respect user choice.
26800 Eliminate :explicit-choice-value.
26802 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
26804 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
26805 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
26806 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
26807 running new function `toggle-indicate-empty-lines'.
26808 Rename "Customize" item to "Customize fringe".
26809 Rename "Indicators" item to "Buffer boundaries" and change help echo.
26810 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
26811 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
26812 Delete "Empty lines only" item.
26813 (menu-bar-showhide-fringe-ind-customize): New function.
26814 (menu-bar-showhide-fringe-ind-mixed)
26815 (menu-bar-showhide-fringe-ind-box)
26816 (menu-bar-showhide-fringe-ind-right)
26817 (menu-bar-showhide-fringe-ind-left)
26818 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
26819 instead of `fringe-indicators'.
26821 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26823 * emulation/viper.el (viper-emacs-state-mode-list):
26824 Add recentf-dialog-mode. Change the date of last update.
26826 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
26828 * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
26829 (viper-exec-yank, viper-put-back): Don't display modification msg
26830 if in the minibuffer.
26832 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
26833 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
26834 Make variables frame local.
26836 * emulation/viper-util.el (viper-append-filter-alist):
26837 Use append instead of nconc.
26839 * emulation/viper.el (viper-vi-state-mode-list)
26840 (viper-emacs-state-mode-list): Move help-mode and
26841 completion-list-mode from the first list to the second.
26842 (viper-mode): Docstring.
26843 (viper-go-away, viper-non-hook-settings): Don't localize
26844 minor-mode-alist in newer Emacsen. Add advice to
26845 set-cursor-color. Don't bind "\C-c\\".
26847 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
26849 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
26850 (scheme-macro-expand-command): New user options.
26851 (scheme-trace-procedure, scheme-expand-current-form): New commands.
26852 (scheme-form-at-point, scheme-start-file)
26853 (scheme-interactively-start-process): New functions.
26854 (scheme-get-process): New function, extracted from `scheme-proc'.
26855 (run-scheme): Call `scheme-start-file' to get start file, and pass
26856 it to `make-comint'.
26857 (switch-to-scheme, scheme-proc):
26858 Call `scheme-interactively-start-process' if no Scheme buffer/process
26861 2005-08-06 Juri Linkov <juri@jurta.org>
26863 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26864 Use `compilation-text-face', `compilation-info-text-face' and
26865 `compilation-error-text-face' instead of `font-lock-keyword-face'.
26866 (compilation-error): New face.
26867 (compilation-error-file-name): Inherit from
26868 `compilation-error' instead of `font-lock-warning-face'.
26869 (compilation-warning-file-name): Inherit from
26870 `compilation-warning' instead of `font-lock-warning-face'.
26871 (compilation-info, compilation-error-file-name)
26872 (compilation-warning-file-name, compilation-info-file-name)
26873 (compilation-line-number, compilation-column-number): Doc fix.
26874 (compilation-error-text-face, compilation-warning-text-face)
26875 (compilation-info-text-face): New face variables.
26876 (compilation-line-face, compilation-column-face)
26877 (compilation-enter-directory-face)
26878 (compilation-leave-directory-face): Doc fix.
26879 (compilation-text-face): New function.
26881 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
26882 instead of 1 to display binary file names as info file links.
26883 (grep-error-face): Use `compilation-error-face' instead of
26884 `font-lock-keyword-face'.
26885 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
26886 and `compilation-warning-text-face' instead of
26887 `font-lock-keyword-face'. Use `compilation-error-text-face'
26888 instead of `grep-error-face'.
26890 2005-08-05 Kenichi Handa <handa@m17n.org>
26892 * international/code-pages.el: Add autoload cookies for all coding
26895 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
26897 * cus-start.el (all): Put undo.c where it alphabetically belongs.
26899 2005-08-04 Juri Linkov <juri@jurta.org>
26901 * progmodes/compile.el (compilation-mode-map):
26902 * progmodes/grep.el (grep-mode-map):
26903 Bind TAB to `compilation-next-error' and [backtab] to
26904 `compilation-previous-error'.
26906 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
26907 matching line numbers, column numbers and their ranges with regexp
26908 matching only line numbers.
26909 (grep-context-face): New face variable.
26910 (grep-mode-font-lock-keywords): Use it.
26912 * faces.el (read-face-name): Delete duplicate faces.
26914 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
26916 * thumbs.el (thumbs-find-image): Don't make variables
26917 automatically buffer local.
26918 (thumbs-current-tmp-filename, thumbs-current-image-filename)
26919 (thumbs-image-num): Make automatically buffer local.
26920 (thumbs-show-thumbs-list): Use `make-local-variable', not
26921 `make-variable-buffer-local'.
26922 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
26924 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
26925 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
26926 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
26927 (bother, bye, canyou, chatlst, continue, deathlst, describe)
26928 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
26929 (feelings-about, foullst, found, hello, history, howareyoulst)
26930 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
26931 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
26932 (neglst, obj, object, owner, please, problems, qlist)
26933 (random-adjective, relation, remlst, repetitive-shortness)
26934 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
26935 (shortlst, something, sportslst, stallmanlst, states, subj)
26936 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
26937 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
26938 Defvar at compile time.
26940 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
26941 not `make-variable-buffer-local'.
26943 2005-08-02 Kim F. Storm <storm@cua.dk>
26945 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
26946 rectangle overlay in selected window.
26948 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
26950 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
26951 instead of display group. Make `indicate-buffer-boundaries'
26952 customizable through Custom.
26954 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
26956 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
26957 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
26958 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
26959 (gdb-put-string): Fix typos in docstrings.
26961 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
26963 Update copyright notices of files in progmodes directory for
26964 release of Emacs 22.1.
26966 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
26968 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
26969 Don't barf if the GUD buffer has been killed.
26971 2005-08-01 Kim F. Storm <storm@cua.dk>
26973 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
26975 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
26977 * simple.el (next-error-follow-minor-mode):
26978 make-variable-buffer-local -> make-local-variable.
26980 * emacs-lisp/cl-extra.el: Require CL also when compiling.
26982 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
26983 (byte-compile-form-make-variable-buffer-local): New functions to warn
26984 about misuses of make-variable-buffer-local where make-local-variable
26987 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
26989 * bs.el (bs-attributes-list): Doc fix.
26990 (bs): Update url-link.
26992 * desktop.el (desktop-save-buffer): Fix typos in docstring.
26993 (desktop-load-default): Simplify.
26995 * ibuffer.el (ibuffer-columnize-and-insert-list)
26996 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
26997 (ibuffer-unmark-all, ibuffer-toggle-marks)
26998 (ibuffer-unmark-forward, ibuffer-unmark-backward)
26999 (ibuffer-compile-make-format-form, ibuffer-format-column)
27000 (ibuffer-current-buffers-with-marks)
27001 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
27002 (ibuffer): Doc fix.
27003 (ibuffer-mode): Fix typo in docstring.
27004 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
27005 with `define-obsolete-variable-alias'.
27006 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
27008 2005-07-29 Kenichi Handa <handa@m17n.org>
27010 * international/mule-cmds.el (select-message-coding-system):
27011 Be sure to use LF for end-of-line. If no coding system is decided,
27012 return iso-8859-1-unix.
27014 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
27016 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
27017 (ange-ftp-pending-error-line): New vars.
27018 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
27019 to handle the non-fatal no-route-to-host messages.
27020 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
27022 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
27024 * isearch.el (isearch-mode-map, isearch-other-meta-char)
27025 (isearch-quote-char, isearch-printing-char)
27026 (isearch-text-char-description): "?\ " -> "?\s".
27027 (isearch-lazy-highlight-cleanup)
27028 (isearch-lazy-highlight-initial-delay)
27029 (isearch-lazy-highlight-interval)
27030 (isearch-lazy-highlight-max-at-a-time)
27031 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
27032 Declare with define-obsolete-*-alias macros.
27033 (isearch-forward): Fix typo in docstring.
27034 (search-invisible, search-ring-yank-pointer)
27035 (regexp-search-ring-yank-pointer): Doc fixes.
27037 * recentf.el (recentf-menu-append-commands-p): Declare with
27038 `define-obsolete-variable-alias'.
27039 (recentf-max-saved-items, recentf-menu-filter)
27040 (recentf-arrange-by-rule-subfilter): Doc fixes.
27041 (recentf-menu-append-commands-flag)
27042 (recentf-initialize-file-name-history, recentf-expand-file-name)
27043 (recentf-clear-data): Fix typos in docstrings.
27045 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
27047 * progmodes/gdb-ui.el: Smarten comments.
27048 (gdb-info-breakpoints-custom): Use nowarn when finding file.
27050 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
27052 * term/apollo.el (terminal-init-apollo): New function containing
27053 all former top level forms in the file.
27054 * term/bobcat.el (terminal-init-bobcat):
27055 * term/cygwin.el (terminal-init-cygwin):
27056 * term/iris-ansi.el (terminal-init-iris-ansi):
27057 * term/linux.el (terminal-init-linux):
27058 * term/news.el (terminal-init-news):
27059 * term/rxvt.el (terminal-init-rxvt):
27060 * term/sun.el (terminal-init-sun):
27061 * term/tvi970.el (terminal-init-tvi970):
27062 * term/vt100.el (terminal-init-vt100):
27063 * term/vt102.el (terminal-init-vt102):
27064 * term/vt125.el (terminal-init-vt125):
27065 * term/vt200.el (terminal-init-vt200):
27066 * term/vt201.el (terminal-init-vt201):
27067 * term/vt220.el (terminal-init-vt220):
27068 * term/vt240.el (terminal-init-vt240):
27069 * term/vt300.el (terminal-init-vt300):
27070 * term/vt320.el (terminal-init-vt320):
27071 * term/vt400.el (terminal-init-vt400):
27072 * term/vt420.el (terminal-init-vt420):
27073 * term/wyse50.el (terminal-init-wyse50):
27074 * term/xterm.el (terminal-init-xterm): Likewise.
27076 * term/README: Describe the terminal-init-* functionality.
27078 * startup.el (command-line): After loading the terminal initialization
27079 file call the corresponding terminal initialization function.
27081 2005-07-27 Kenichi Handa <handa@m17n.org>
27083 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
27086 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
27087 (ps-mule-composition-prologue): Fix for the case that
27088 RelativeCompose is false.
27090 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
27092 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
27094 * descr-text.el (describe-char): Handle the case where the list of
27095 chars is displayed in a separate frame.
27096 Be a bit more discriminating when looking for the char.
27098 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
27100 * bookmark.el (bookmark-automatically-show-annotations)
27101 (bookmark-read-annotation-text-func): Doc fixes.
27102 (bookmark-save): Improve argument/docstring consistency.
27103 (bookmark-get-bookmark, bookmark-get-bookmark-record)
27104 (bookmark-alist-from-buffer)
27105 (bookmark-upgrade-file-format-from-0)
27106 (bookmark-grok-file-format-version)
27107 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
27108 (bookmark-read-annotation-mode)
27109 (bookmark-insert-current-bookmark, bookmark-jump)
27110 (bookmark-exit-hook): Fix typos in docstrings.
27111 (bookmark-exit-hooks): Define as obsolete alias.
27112 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
27113 not `bookmark-exit-hooks'. Fix docstring.
27114 (bookmark-bmenu-select): "?\ " -> "?\s".
27116 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
27118 * startup.el (command-line): Fix typo.
27120 2005-07-24 Richard M. Stallman <rms@gnu.org>
27122 * tooltip.el (tooltip-mode): Test emacs-basic-display,
27123 not emacs-quick-startup.
27125 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
27127 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
27128 (reb-next-match, reb-show-subexp): Use `with-selected-window'
27129 instead of `reb-with-current-window'.
27130 (reb-prev-match): Likewise. Also, don't move left if the search
27132 (reb-initialize-buffer): New function.
27133 (re-builder, reb-change-syntax): Use it.
27135 * man.el (Man-goto-page): Make second argument NOERROR optional.
27137 2005-07-23 Richard M. Stallman <rms@gnu.org>
27139 * man.el (Man-bgproc-sentinel): Check here for failure to find
27140 any man page in the output, and report the error here.
27141 (Man-arguments): Make it permanent local.
27142 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
27143 (Man-mode): Pass t for NOERROR.
27145 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
27146 (grep-mode-font-lock-keywords):
27147 Don't use compilation-...-face for messages that are not file names.
27149 * progmodes/compile.el (compilation-mode-font-lock-keywords):
27150 Don't use compilation-...-face for messages that are not file names.
27152 2005-07-22 Juri Linkov <juri@jurta.org>
27154 * startup.el (normal-splash-screen): Update menu name.
27156 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
27158 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
27160 * term/xterm.el: Load term/rxvt if the terminal is actually an
27162 (xterm-rxvt-set-background-mode): Remove, not used anymore.
27164 * term/rxvt.el (function-key-map): Use substitute-key-definition
27165 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
27167 * term/cygwin.el: New file.
27169 2005-07-22 Kim F. Storm <storm@cua.dk>
27171 * image-file.el (insert-image-file, image-file-yank-handler):
27172 Fix last change to maintain a (unique) yank-handler on yanked images.
27174 2005-07-22 Eduardo Mu
\e,Aq
\e(Boz <emufer@terra.es> (tiny change)
27176 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
27177 of the file size (as in "177B" for 177 bytes). This happens with
27178 "ls -lh" on FreeBSD.
27180 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
27182 * hilit-chg.el (highlight-changes-global-initial-state)
27183 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
27184 (hilit-chg-fixup, highlight-changes-mode):
27185 Fix typos in docstrings.
27186 (highlight-changes-global-modes, highlight-changes-rotate-faces):
27189 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
27191 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
27192 mode function using `eval-after-load'.
27194 2005-07-21 Kim F. Storm <storm@cua.dk>
27196 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
27197 included when reporting an Emacs crash, and tell about the DEBUG file.
27199 * image-file.el (insert-image-file): Add yank-handler.
27200 (image-file-yank-handler): Yank handler to make unique copies of
27201 images when they are yanked into a buffer next to each other.
27203 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
27205 * comint.el (comint-use-prompt-regexp, comint-send-input)
27206 (comint-source-default, comint-extract-string)
27207 (comint-get-source, comint-word, comint-completion)
27208 (comint-source, comint-prompt-read-only, comint-update-fence):
27209 Fix typos in docstrings.
27210 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
27211 Declare with define-obsolete-*-alias macros.
27212 (comint-previous-matching-input-from-input)
27213 (comint-next-matching-input-from-input)
27214 (comint-previous-matching-input, comint-next-matching-input)
27215 (comint-forward-matching-input):
27216 Improve argument/docstring consistency.
27218 * desktop.el (desktop-clear-preserve-buffers-regexp):
27219 Also preserve the *server* buffer.
27221 * simple.el (clone-indirect-buffer): Doc fix.
27222 (fixup-whitespace, just-one-space)
27223 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
27224 (next-error, next-error-highlight)
27225 (next-error-highlight-no-select, next-error-last-buffer)
27226 (next-error-buffer-p, next-error-find-buffer, next-error)
27227 (previous-error, next-error-no-select, previous-error-no-select)
27228 (open-line, split-line, minibuffer-prompt-width, kill-new)
27229 (binary-overwrite-mode): Fix typos in docstrings.
27230 (set-fill-column): Fix typo in message.
27232 * skeleton.el (skeleton-proxy-new): Doc fix.
27234 * strokes.el (strokes-load-hook): Doc fix.
27235 (strokes-grid-resolution, strokes-get-grid-position)
27236 (strokes-renormalize-to-grid, strokes-read-stroke)
27237 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
27238 (strokes-global-map): Fix typos in docstrings.
27239 (strokes-help): Doc fix. Fix help message and pass it through
27240 `substitute-command-keys'.
27242 * tempo.el (tempo-insert-prompt, tempo-interactive)
27243 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
27244 (tempo-insert-string-functions, tempo-local-tags)
27245 (tempo-define-template, tempo-insert-template)
27246 (tempo-insert-prompt-compat, tempo-is-user-element)
27247 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
27248 Fix typos in docstrings.
27250 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
27251 (vcursor-key-bindings, vcursor-use-vcursor-map)
27252 (vcursor-find-window, vcursor-scroll-down)
27253 (vcursor-disable, vcursor-beginning-of-buffer)
27254 (vcursor-end-of-buffer): Fix typos in docstrings.
27255 (vcursor-relative-move, vcursor-get-char-count):
27256 Improve argument/docstring consistency.
27258 * version.el: "?\ " -> "?\s".
27260 * wid-edit.el (widget-default-create, widget-after-change)
27261 (widget-default-format-handler, widget-checklist-add-item)
27262 (widget-radio-add-item, widget-choose, widget-specify-secret)
27263 (widget-field-value-create, widget-field-value-get)
27264 (widget-editable-list-format-handler)
27265 (widget-editable-list-entry-create, widget-group-value-create)
27266 (widget-documentation-link-add)
27267 (widget-documentation-string-value-create): "?\ " -> "?\s".
27268 (widget-convert-text): Doc fix.
27269 (widget-narrow-to-field, widget-field-find)
27270 (widget-url-link-action, widget-emacs-library-link-action)
27271 (widget-color-notify): Fix typos in docstrings.
27273 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
27274 (x-select-text, set-w32-system-coding-system)
27275 (w32-add-charset-info): Fix typos in docstrings.
27277 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
27278 (cua-enable-cua-keys, cua-use-hyper-key)
27279 (cua-virtual-rectangle-edges): Fix typos in docstrings.
27280 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
27282 * net/tramp.el (tramp-handle-load): Fix typo in error message.
27284 * emacs-lisp/re-builder.el (regexp-builder): Declare with
27285 `defalias' instead of faking it.
27287 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
27288 (eshell-ls-missing, eshell-ls-dired-initial-args)
27289 (eshell-ls-use-in-dired): Fix typos in docstrings.
27291 2005-07-20 Kim F. Storm <storm@cua.dk>
27293 * emulation/cua-base.el (cua-mode): Improve doc string.
27295 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
27297 * abbrev.el (expand-region-abbrevs): Doc fix.
27298 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
27299 Improve argument/docstring consistency.
27301 * arc-mode.el (archive-get-descr, archive-alternate-display):
27303 (archive-l-e): Improve argument/docstring consistency.
27304 (archive-tmpdir, archive-unixdate, archive-unixtime)
27305 (archive-chmod-entry): Fix typos in docstrings.
27306 (archive-unflag, archive-unflag-backwards)
27307 (archive-unmark-all-files): "?\ " -> "?\s".
27309 * buff-menu.el (Buffer-menu-unmark): Doc fix.
27310 (Buffer-menu-not-modified, Buffer-menu-execute)
27311 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
27312 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
27314 * composite.el (compose-string, encode-composition-rule)
27315 (compose-last-chars): Fix typos in docstrings.
27317 * desktop.el (desktop-enable, desktop-basefilename):
27318 Declare with `define-obsolete-variable-alias'.
27319 (desktop-internal-v2s): Don't quote keywords.
27320 (desktop-clear): "?\ " -> "?\s".
27322 * dired.el (dired-align-file, dired-flag-backup-files)
27323 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
27324 (dired-listing-switches, dired-ls-F-marks-symlinks)
27325 (dired-dwim-target, dired-load-hook, dired-mode-hook)
27326 (dired-directory, dired-faces, dired, dired-revert)
27327 (dired-mode, dired-summary, dired-view-file)
27328 (dired-copy-filename-as-kill, dired-delete-file)
27329 (dired-no-confirm, dired-unmark-all-marks)
27330 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
27331 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
27332 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
27333 Fix typos in message strings.
27335 * dired-x.el (virtual-dired): Declare with `defalias'.
27336 (dired-mark-unmarked-files, dired-local-variables-file)
27337 (dired-omit-here-always): Doc fix.
27338 (dired-omit-mode, dired-find-subdir)
27339 (dired-enable-local-variables, dired-clean-up-buffers-too)
27340 (dired-extra-startup, dired-mark-extension, dired-jump)
27341 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
27342 (dired-smart-shell-command, dired-guess-shell-alist-user)
27343 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
27344 (dired-x-bind-find-file, dired-x-submit-report):
27345 Fix typos in docstrings.
27346 (dired-mark-unmarked-files): "?\ " -> "?\s".
27348 * dirtrack.el (dirtrack-list): Fix typos in docstring.
27350 * faces.el (describe-face): "?\ " -> "?\s".
27351 (read-all-face-attributes, read-face-font, modify-face)
27352 (face-attr-construct, italic): Fix typos in docstrings.
27353 (frame-update-face-colors): Declare with
27354 `define-obsolete-function-alias'.
27356 * files.el (find-file-noselect, recode-file-name): Doc fixes.
27357 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
27358 (magic-mode-alist, buffer-file-numbers-unique)
27359 (write-file-functions, get-free-disk-space):
27360 Fix typos in docstrings.
27361 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
27362 (write-contents-hooks, write-file-hooks):
27363 Declare with `define-obsolete-variable-alias'.
27365 * forms-d2.el (arch-rj): Fix typo in docstrings.
27366 (arch-tocol): Likewise. "?\ " -> "?\s".
27368 * frame.el (set-frame-font, cursor-in-non-selected-windows):
27369 Fix typo in docstring.
27370 (set-screen-width, set-screen-height): Delete redundant info in
27372 (new-frame, screen-height, screen-width): Declare with
27373 `define-obsolete-function-alias'.
27374 (delete-frame-hook, blink-cursor): Declare with
27375 `define-obsolete-variable-alias'.
27377 * paths.el (prune-directory-list): Fix typos in docstring.
27379 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
27380 (cvs-prefix-get): Fix typos in docstrings.
27382 * ps-print.el (ps-extend-face-list, ps-extend-face)
27383 (ps-print-background-image): Fix typos in docstrings.
27384 (ps-default-fg, ps-default-bg): Doc fixes.
27386 * s-region.el (s-region-bind): Doc fix.
27387 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
27389 * textmodes/org.el (org-table-formula-substitute-names)
27390 (org-table-get-vertical-vector): Doc fixes.
27391 (org-table-recalculate): Remove unused argument to `message'.
27393 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
27395 * textmodes/org.el (org-table-column-names)
27396 (org-table-column-name-regexp)
27397 (org-table-named-field-locations): New variables.
27398 (org-archive-subtree): Protect `this-command' when calling
27399 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
27401 (org-complete): Remove fixed-formula completion.
27402 (org-edit-formulas-map): New variable.
27403 (org-table-edit-formulas): New command.
27404 (org-finish-edit-formulas, org-abort-edit-formulas)
27405 (org-show-variable, org-table-get-vertical-vector): New functions.
27406 (org-table-maybe-eval-formula): Handle `:=' fields.
27407 (org-table-get-stored-formulas, org-table-store-formulas)
27408 (org-table-get-formula, org-table-modify-formulas)
27409 (org-table-replace-in-formulas): Handle named field formulas.
27410 (org-table-get-specials): Store locations of named fields.
27412 2005-07-19 Juri Linkov <juri@jurta.org>
27414 * progmodes/grep.el (grep-regexp-alist)
27415 (grep-mode-font-lock-keywords, grep-process-setup):
27416 Use default GNU grep match color "01;31m" instead of "01;41m".
27417 (grep-regexp-alist, grep-mode-font-lock-keywords):
27418 Use `\\[[0-9]*m' instead of `\\[00m'.
27419 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
27420 sgr_start where its handling is more important. Use the real
27421 length of sgr_start instead of constant 8.
27422 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
27423 specially. Delete all remaining escape sequences.
27424 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
27425 (grep-regexp-alist): Make hyperlink only for binary file name
27426 instead of the whole line.
27427 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
27428 (grep-mode): Add autoload.
27430 * emacs-lisp/find-func.el (find-function-regexp):
27431 Add `define-compilation-mode'.
27433 2005-07-19 Juri Linkov <juri@jurta.org>
27435 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
27436 (compare-windows-sync-string-size, compare-windows-recenter)
27437 (compare-windows-highlight, compare-windows): Add version 22.1.
27438 (compare-windows) <defface>: Inherit from lazy-highlight instead
27439 of duplicating its default value.
27441 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
27442 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
27444 * descr-text.el (describe-char): Create link buttons for `charset'
27445 and `code point'. Add the current input method name with a link
27446 button to `to input' field. Print face names of display table
27447 characters in `The display table entry is displayed by' section
27448 instead of printing face-id in the `display' field.
27449 Guess hardcoded faces and create a link button for them.
27450 Skip empty fields when calculating max-width.
27451 Treat `widget-create' specially while inserting strings from the
27452 collected field list.
27453 (describe-char-after): Made obsolete in version 22.1, not 21.5.
27455 * diff-mode.el (diff-file-header): Change foreground color from
27456 yellow to green on light backgrounds.
27457 (diff-context): Inherit from `shadow' only for color/grayscale
27458 with more than 88 colors.
27459 (diff-indicator-removed, diff-indicator-added)
27460 (diff-indicator-changed): New faces.
27461 (diff-font-lock-keywords): Use new faces. Regroup rules.
27462 Add "^---$" for `normal' diff format. Fontify `#' lines with
27463 font-lock-comment-delimiter-face and font-lock-comment-face.
27464 Add `#' to ^[^...] in the rule for `diff-context-face'.
27466 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
27467 a button-like box. Inherit from `highlight' on low colors.
27468 (shadow): Use shades of gray only for color/grayscale with
27469 more than 88 colors. Use green for light backgrounds with
27470 8 colors, and yellow for dark backgrounds with 8 colors.
27472 * font-lock.el (font-lock-regexp-grouping-backslash):
27473 Don't inherit from escape-glyph (use bold for all cases).
27475 * info.el (info-xref-visited): Use light foreground color `violet'
27476 for dark backgrounds instead of dark color `magenta3'.
27477 (info-title-1): Use `yellow' color for dark backgrounds.
27479 * isearch.el (isearch): Use not-too-dark magenta3 instead of
27480 too-light magenta2.
27482 * replace.el (match): Use slightly more light RoyalBlue3 instead
27483 of dark RoyalBlue4.
27485 * wid-edit.el (widget-inactive): Inherit from `shadow'.
27487 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
27489 * novice.el (disabled-command-hook): Declare it with
27490 `define-obsolete-variable-alias'.
27492 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
27493 (desktop-buffer-misc-functions, desktop-buffer-handlers)
27494 (desktop-load-default): Add release to obsolescence info.
27495 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
27496 (desktop-append-buffer-args, desktop-read):
27497 Fix typos in docstrings.
27498 (desktop-kill): Fix typo in message.
27499 (desktop-save): Doc fix.
27501 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
27503 * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
27504 (viper-envelop-ESC-key): Change the definition of fast
27505 keysequence so it'll work with keyboard macros.
27507 * ediff.el (ediff-patch-buffer): Change the docstring.
27509 2005-07-19 Kenichi Handa <handa@m17n.org>
27511 * international/mule-cmds.el (select-safe-coding-system): Try to
27512 use an auto-coding (if any) before anything else. If the found
27513 auto-coding is invalid, show a warning message.
27515 * international/mule.el (find-auto-coding): New function created
27516 by modifying the body of set-auto-coding.
27517 (set-auto-coding): Use find-auto-coding to find a coding.
27519 2005-07-18 Richard M. Stallman <rms@gnu.org>
27521 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
27522 not isearch-mode-end-hook-error.
27523 (allout-before-change-protect): Fix error message.
27525 2005-07-18 Juri Linkov <juri@jurta.org>
27527 * allout.el (allout-mode):
27528 * calculator.el (calculator-copy):
27529 * custom.el (custom-known-themes):
27530 * dired.el (dired-desktop-buffer-misc-data)
27531 (dired-restore-desktop-buffer):
27532 * dired-x.el (dired-omit-marker-char):
27533 * files.el (basic-save-buffer):
27534 * font-core.el (font-lock-mode):
27535 * calendar/calendar.el (calendar-goto-hebrew-date)
27536 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
27537 (calendar-goto-persian-date):
27538 * language/ethio-util.el (ethio-sera-to-fidel-region):
27539 * textmodes/picture.el (picture-mode):
27540 Delete duplicate duplicate words.
27542 2005-07-18 Juri Linkov <juri@jurta.org>
27544 * isearch.el (isearch-mode-map): Remove key bindings for regexp
27546 (isearch-fallback): Don't call `isearch-process-search-char'.
27547 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
27548 (isearch-process-search-char): Call `isearch-fallback' for regexp
27550 (isearch-return-char): Make obsolete with `make-obsolete' instead
27551 of simply documenting it as obsolete in the docstring.
27552 (isearch-fallback): Refill docstring.
27554 * international/isearch-x.el
27555 (isearch-process-search-multibyte-characters): Remove unneeded
27556 `concat'. Add intermediate values to `junk-hist' instead of
27557 `minibuffer-history'. Test the length of `str'.
27559 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
27561 * allout.el (allout-resolve-xref): Fix typos in error strings.
27562 (allout-before-change-protect): Remove unneeded `concat'.
27564 * array.el (array-mode, array-reconfigure-rows)
27565 (untabify-backward): Fix typos in docstrings.
27566 (array-reconfigure-rows): Use `insert-buffer-substring', not
27569 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
27570 * progmodes/ada-mode.el (ada-make-body):
27571 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
27573 * dired.el (dired-log):
27574 * tar-mode.el (tar-subfile-save-buffer):
27575 * play/zone.el (zone-pgm-stress-destress):
27576 Use `insert-buffer-substring', not `insert-buffer'.
27578 2005-07-17 Simon Josefsson <jas@extundo.com>
27580 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
27582 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
27584 * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
27585 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
27587 2005-07-17 Kim F. Storm <storm@cua.dk>
27589 * ido.el (dired-other-window): Add ido property.
27591 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
27593 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27594 Fix typo in docstring.
27595 (byte-compile-interactive-only-functions): Add `insert-buffer' and
27596 `insert-file-literally'.
27598 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
27599 info and delete redundant message. Doc fix.
27600 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
27601 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
27603 2005-07-16 Richard M. Stallman <rms@gnu.org>
27605 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
27606 (byte-compile-and): Use byte-compile-and-recursion.
27607 (byte-compile-or-recursion): New function.
27608 (byte-compile-or): Use that.
27609 (byte-compile-if): Guard the else-clause too.
27610 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
27612 * isearch.el (isearch-mode-end-hook-quit): New variable.
27613 (isearch-done): Bind it.
27614 (isearch-mode-end-hook): Doc fix.
27616 * allout.el (allout-isearch-did-quit): Variable deleted.
27617 (allout-real-isearch-abort): Function name no longer used.
27618 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
27619 (allout-isearch-rectification): isearch-mode always exists.
27620 Don't set allout-isearch-did-quit.
27621 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
27622 allout-isearch-did-quit.
27623 (allout-enwrap-isearch): Just add the hook.
27624 (allout-isearch-abort): Function deleted.
27625 (allout-pre-command-business): Avoid warning.
27627 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
27628 Correctly avoid warnings.
27629 (pascal-outline): Likewise.
27631 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
27633 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
27635 * play/tetris.el (tetris-mode): Avoid warning.
27637 * play/snake.el (snake-mode): Avoid warning.
27639 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
27640 (gamegrid-set-display-table): Avoid warning.
27641 (gamegrid-set-timer): Likewise.
27642 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
27643 (gamegrid-add-score-with-update-game-score-1): Take FILE
27645 (gamegrid-add-score-with-update-game-score): Pass that argument.
27646 Rename have-shared-game-dir to gamegrid-shared-game-dir.
27648 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
27650 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
27651 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
27653 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
27656 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
27657 (sc-ask): Avoid warnings.
27659 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
27660 (eshell-hist-initialize): Use that var the natural way.
27662 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
27664 * emacs-lisp/re-builder.el (reb-cook-regexp):
27665 Avoid warning calling lre-compile-string.
27666 (reb-color-display-p): Avoid warning.
27668 * calculator.el (calculator-last-input): Guard uses
27669 of event-key and key-press-event-p.
27670 (event-key, key-press-event-p): Delete definitions.
27672 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
27673 (find-gc-source-directory, find-gc-subrs-callers)
27674 (find-gc-noreturn-list, find-gc-source-files)
27675 (find-gc-subrs-called): Vars renamed and defvar'd.
27677 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
27678 (checkdoc-overlay-put, checkdoc-delete-overlay)
27679 (checkdoc-overlay-start, checkdoc-overlay-end)
27680 (checkdoc-mode-line-update, checkdoc-char=):
27681 Define such that compiler knows they are defined.
27682 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
27683 (checkdoc-read-event): Delete. Use read-event directly.
27685 * whitespace.el (whitespace-make-overlay)
27686 (whitespace-overlay-put, whitespace-delete-overlay)
27687 (whitespace-overlay-start, whitespace-overlay-end):
27688 Define such that compiler knows they are defined.
27689 (whitespace): Move conditional inside.
27691 * tempo.el (tempo-insert-template): Suppress warning.
27693 * ediff-diff.el (longlines-mode): Add defvar.
27695 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
27697 * server.el: Bind "C-x #" in a way that works even if C-x is
27698 redefined to a command key, not a prefix key.
27700 2005-07-16 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27702 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
27703 cl-make-type-test till execution time.
27705 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
27707 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
27708 arg ARG and use it.
27710 2005-07-16 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net> (tiny change)
27712 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
27714 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
27716 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27717 a defcustom with two :set or :type keywords.
27719 2005-07-15 Richard M. Stallman <rms@gnu.org>
27721 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
27722 Don't give ^M comment-end syntax.
27724 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
27726 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
27727 Don't consider gdbmi (gdb-mi.el has its own update functions).
27728 (gdb-var-delete): Make it work for gdbmi as well.
27729 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
27731 * progmodes/gud.el (etags, sdb): Only require etags when needed.
27732 (gud-speedbar-menu-items): Correct logic for enabling items.
27734 2005-07-15 Kim F. Storm <storm@cua.dk>
27736 * ido.el: Fix commentary.
27737 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
27738 Use with-no-warnings around ffap-guesser.
27739 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
27740 Let bind minibuffer-completing-file-name to t.
27742 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
27744 * startup.el (site-run-file, keyboard-type): Doc fixes.
27745 (command-line): Check for "--basic-display" argument; also for
27746 "--quick", not "--bare-bones" (which was renamed).
27747 (fancy-splash-text): Add missing item "Getting New Versions".
27748 (normal-splash-screen): Fix typos and improve consistency with
27749 `fancy-splash-text'. Update copyright year.
27751 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
27752 valid binding for `help-char'.
27754 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
27756 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
27758 * term.el (term-mode): Disable cua-mode for term buffers.
27760 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
27762 * add-log.el (add-log-mailing-address, change-log-merge):
27764 (change-log-get-method-definition): Fix typo in docstring.
27766 2005-07-14 Kim F. Storm <storm@cua.dk>
27768 * emulation/cua-base.el:
27769 (cua--pre-command-handler-1, cua--pre-command-handler)
27770 (cua--post-command-handler-1, cua--post-command-handler):
27771 Split in two. Check (buffer local) value of cua-mode.
27772 (cua-selection-mode): New command.
27774 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
27776 * custom.el (custom-initialize-safe-set)
27777 (custom-initialize-safe-default): Doc fixes.
27779 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27780 and simplify :init-value again.
27782 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27783 and simplify :init-value again. Delete autoload.
27785 * startup.el (command-line): Use `custom-reevaluate-setting' again
27788 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
27789 a defcustom with two :initialize keywords.
27791 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
27793 * allout.el (my-mark-marker, allout-isearch-prior-pos)
27794 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
27795 (allout-post-command-business, allout-flag-region)
27796 (isearch-reenable-font-lock, allout-yank)
27797 (allout-insert-latex-header, allout-insert-latex-trailer)
27798 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
27799 (allout-latex-verb-quote): Fix typos in docstrings.
27800 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
27801 (allout-unprotected, allout-prefix-data):
27802 Improve argument/docstring consistency.
27803 (allout-chart-subtree): Fix argument spec.
27804 (allout-open-topic): Rename `use_sib_bullet' argument to
27805 `use-sib-bullet'. Doc fix.
27807 * whitespace.el (whitespace-check-buffer-leading)
27808 (whitespace-check-buffer-trailing)
27809 (whitespace-check-buffer-indent)
27810 (whitespace-check-buffer-spacetab)
27811 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
27812 (whitespace-check-leading-whitespace)
27813 (whitespace-check-trailing-whitespace)
27814 (whitespace-check-spacetab-whitespace)
27815 (whitespace-check-indent-whitespace)
27816 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
27817 (whitespace-modes): Fix typos in docstrings.
27818 (defgroup, defcustom): Doc fixes.
27820 * winner.el (winner-mode, winner-boring-buffers)
27821 (winner-pending-undo-ring): Doc fixes.
27822 (winner-ring): Remove unneeded `progn'.
27823 (winner-equal): `defsubst' it.
27824 (winner-redo): Fix message.
27826 2005-07-13 Kim F. Storm <storm@cua.dk>
27828 * simple.el (line-move-1): Always use vertical-motion to
27829 do the last (or only) line move to ensure some movement.
27830 Undo 2005-06-23 change--don't check for overlays.
27832 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27834 * term/mac-win.el (ccl-encode-mac-roman-font)
27835 (ccl-encode-mac-centraleurroman-font)
27836 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
27837 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
27838 Change charset-id boundary of dimension to ?\xef.
27839 (mac-char-fontspec-list): New constant.
27840 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
27841 argument. Nil uses itself as family in font-spec. Previous
27842 behavior for nil is now provided by non-nil non-string argument.
27843 All callers changed. Add font-specs for Mac fonts to
27844 "fontset-default" unless iso8859-1 fonts are installed.
27846 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
27848 * progmodes/sh-script.el (sh-get-indent-info): Only indent
27849 a continuation line if the \ is preceded by SPC or TAB.
27850 (sh-get-indent-info): Simplify.
27851 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
27852 Use with-current-buffer.
27854 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
27855 when the matched text is empty.
27857 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
27859 * startup.el (command-line): Revert to previous handling of
27860 tooltip-mode. Explain in comment why the complexity is needed.
27862 * tooltip.el (tooltip-mode): Revert to previous implementation of
27865 * frame.el (blink-cursor-mode): Revert to previous implementation
27866 of its defcustom. Update comment.
27868 2005-07-12 Lars Hansen <larsh@soem.dk>
27870 * desktop.el: Update e-mail address.
27872 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27874 * term/mac-win.el (mac-services-mail-selection)
27875 (mac-services-mail-to): New functions.
27876 (mac-application-menu-map): Bind them.
27878 2005-07-12 wulei <milton@wulei.net> (tiny change)
27880 * progmodes/gdb-ui.el: Add note about buffering with Windows.
27882 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
27884 * custom.el (custom-reevaluate-setting): Doc fix.
27886 2005-07-11 Jay Belanger <belanger@truman.edu>
27888 * calc/calc.el (calc-embedded-announce-formula-alist)
27889 (calc-embedded-open-close-plain-alist)
27890 (calc-embedded-open-close-mode-alist): Add checks for additional
27891 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
27893 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
27895 * custom.el (custom-enable-theme): Don't add theme to
27896 `custom-enabled-themes' with `push' because there is no
27897 setf-method for `delq'.
27899 2005-07-11 Richard M. Stallman <rms@gnu.org>
27901 * custom.el (custom-declare-variable): Doc fix.
27903 * dired-aux.el (dired-compare-directories): Remove "." and ".."
27906 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
27907 Do nothing if edebug-active.
27909 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
27910 (edebug-display): Do it here instead.
27912 2005-07-10 Richard M. Stallman <rms@gnu.org>
27914 * cus-face.el (custom-theme-set-faces): Make it work.
27915 (custom-reset-faces): Doc fix.
27916 (custom-theme-reset-internal-face, custom-theme-face-value):
27919 * custom.el (custom-push-theme): Maintain list of the settings
27920 of a given theme in its theme-settings property.
27921 Maintain position of old settings in the theme-value
27922 or theme-face property.
27923 (custom-enabled-themes): New variable.
27924 (custom-theme-enabled-p): New function.
27925 (provide-theme): Update custom-enabled-themes.
27926 Disable and reenable the `user' theme.
27927 (require-theme): Doc fix.
27928 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
27929 (custom-theme-value, custom-theme-variable-value): Likewise.
27930 (custom-theme-reset-internal): Likewise.
27931 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
27932 (custom-enable-theme, custom-disable-theme): New functions.
27933 (custom-variable-theme-value, custom-face-theme-value): Likewise.
27934 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
27935 (custom-theme-reset-variables): Simplify.
27936 (deftheme, custom-declare-theme, custom-make-theme-feature):
27939 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
27941 * longlines.el (longlines-show-region)
27942 (longlines-unshow-hard-newlines): Recognize hard newlines by
27943 non-nil hard property, instead of t.
27945 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
27947 * emulation/viper-cmd.el (viper--key-maps): New variable.
27948 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
27949 emulation-mode-map-alists.
27950 (viper-envelop-ESC-key): Use viper-subseq.
27951 (viper-search-forward/backward/next): Disable debug-on-error.
27953 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27954 (viper-ESC-key): New defcustoms.
27956 * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
27958 * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
27959 (viper-subseq): Copy of subseq from cl.el.
27961 * emulation/viper.el (viper-go-away, viper-set-hooks): Use
27962 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
27964 * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
27966 * emulation/viper-init.el: Get rid of -face in face names.
27968 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
27969 Make it work with longlines mode.
27971 * ediff-mult.el (ediff-meta-mode-hook): New variable.
27973 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
27975 * ediff-init.el: Get rid of -face in face names.
27977 2005-07-10 Richard M. Stallman <rms@gnu.org>
27979 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
27980 and with-timeout-unsuspend.
27982 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
27983 and with-timeout-unsuspend.
27985 * emacs-lisp/timer.el (with-timeout-timers): New variable.
27986 (with-timeout): Bind that variable to record timers.
27987 (with-timeout-suspend, with-timeout-unsuspend): New functions.
27989 * emacs-lisp/debug.el (debug-help-follow): New function.
27990 (debugger-mode-map): Use that instead of help-follow.
27991 (debugger-setup-buffer): Use eval-buffer-list
27992 to handle eval-buffer frames.
27994 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
27996 * timezone.el (timezone-parse-date): Change first regexp
27997 so it will not mistakenly match dates with no time zone.
27999 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
28001 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
28003 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
28005 * custom.el (custom-initialize-safe-set)
28006 (custom-initialize-safe-default): New functions.
28008 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
28009 and simplify :init-value.
28011 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
28012 and simplify :init-value. Delete obsolete comment.
28014 * startup.el (command-line): Use `custom-reevaluate-setting' to
28015 handle `tooltip-mode'. Delete obsolete comment.
28017 * files.el (set-visited-file-name): Avoid calling
28018 `file-name-nondirectory' with a nil argument.
28020 2005-07-09 Richard M. Stallman <rms@gnu.org>
28022 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
28023 was called with nil for the buffer, handle the read position right.
28024 Handle read position for eval-region, too.
28026 2005-07-09 Juri Linkov <juri@jurta.org>
28028 * fringe.el (fringe-mode): Add period in docstring.
28029 (fringe-query-style): Build prompt depending on `all-frames' arg.
28031 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
28032 to not create links to unrelated functions in the Help buffer.
28034 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
28037 * simple.el (next-error-hook): New variable.
28038 (next-error): Use it. Doc fix.
28040 * textmodes/ispell.el (ispell-command-loop): Add current
28041 dictionary name and program name to mode-line-format.
28042 (ispell-region, ispell-process-line): Add current dictionary name
28043 and program name to messages.
28045 2005-07-08 Jay Belanger <belanger@truman.edu>
28047 * calc/calc.el (calc-embedded-announce-formula-alist)
28048 (calc-embedded-open-close-formula-alist)
28049 (calc-embedded-open-close-word-alist)
28050 (calc-embedded-open-close-plain-alist)
28051 (calc-embedded-open-close-new-formula-alist)
28052 (calc-embedded-open-close-mode-alist)
28053 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
28054 (calc-embedded-mode-hook): New variables.
28056 * calc/calc-embed.el (calc-embedded-firsttime)
28057 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
28059 (calc-do-embedded): Use calc-embedded-firsttime,
28060 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
28061 determine whether or not to run hooks.
28062 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
28063 calc-embedded-firsttime-formula appropriately.
28064 Set calc-embedded delimiter variables according to mode.
28066 2005-07-08 Richard M. Stallman <rms@gnu.org>
28068 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
28069 Check for "emacs", etc., as entire symbol, not just as word.
28070 (checkdoc-file-comments-engine): Use regexp-quote on FN.
28072 * files.el (set-visited-file-name): Report the error
28073 for "empty filename" earlier.
28074 (kill-some-buffers): Ignore buffers already dead.
28076 * fringe.el (fringe-mode): Doc fix.
28078 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
28079 Check for (featurep 'xemacs) and turn off warnings in what it guards.
28080 Use unwind-protect to ensure byte-compile-unresolved-functions
28083 * whitespace.el (whitespace-buffer-leading-cleanup):
28084 Simplify w/ skip-chars-forward.
28085 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
28087 * mail/rmail.el (rmail-only-expunge): Fix paren error.
28088 Unconditionally try to leave point at the same old place.
28090 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
28092 * comint.el (comint-postoutput-scroll-to-bottom)
28093 (comint-show-maximum-output): Take scroll-margin into consideration.
28095 2005-07-08 Kim F. Storm <storm@cua.dk>
28097 * ido.el (ido-use-filename-at-point): New choice `guess'.
28098 (ido-file-internal): Try ffap-guesser if selected.
28100 * ido.el (ido-before-fallback-functions): New hook.
28101 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
28102 (ido-read-file-name): Run it.
28104 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
28106 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
28107 strings rather than a list of symbols to the completion function.
28109 2005-07-07 Jay Belanger <belanger@truman.edu>
28111 * calc/calc-units.el (math-apply-units): Change the places in
28112 which units are simplified.
28114 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
28116 * cus-edit.el (customize-option, customize-option-other-window):
28117 Make them handle aliases.
28119 * custom.el (custom-variable-p): Make it recursively follow
28120 aliases. Mention that in the docstring.
28122 2005-07-07 Richard M. Stallman <rms@gnu.org>
28124 * cus-start.el (exec-path): Use `directory' instead of `file'.
28127 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
28129 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
28130 when called non-interactively. Doc fix.
28132 2005-07-07 Lute Kamstra <lute@gnu.org>
28134 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
28135 new address as well.
28137 2005-07-07 Kenichi Handa <handa@m17n.org>
28139 * international/mule.el (make-coding-system):
28140 Describe `ascii-incompatible' property in the docstring.
28141 (set-file-name-coding-system): Signal an error if coding-system is
28142 ascii-incompatible.
28143 (set-keyboard-coding-system): Likewise.
28145 * international/mule-cmds.el (set-default-coding-systems):
28146 Don't set default-file-name-coding-system and
28147 default-keyboard-coding-system if coding-system is ASCII-incompatible.
28149 * international/utf-16.el: Declare that all UTF-16-based coding
28150 systems are ASCII-incompatible.
28152 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
28154 * progmodes/gud.el: Require font-lock for displaying errors.
28157 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
28159 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
28160 values for the pattern lists which are `read'able but not
28161 `append'able (like symbols).
28163 2005-07-06 Richard M. Stallman <rms@gnu.org>
28165 * progmodes/flymake.el (flymake-float-time): Instead of
28166 with-no-warnings, test for XEmacs.
28167 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
28170 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
28172 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
28174 2005-07-05 Lute Kamstra <lute@gnu.org>
28176 * battery.el: Add support for Darwin (with much debugging help
28177 from Samuel Lauber <sam124@operamail.com>).
28178 (battery-status-function, battery-echo-area-format)
28179 (battery-mode-line-format): Add support for pmset on Darwin.
28180 (battery-load-low, battery-load-critical): New user options.
28181 (battery-pmset): New function.
28183 2005-07-05 Lute Kamstra <lute@gnu.org>
28185 Update FSF's address in GPL notices.
28187 * textmodes/page-ext.el: Update FSF's address.
28189 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
28191 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
28192 filling from using prefix when filling a single-line docstring.
28194 * progmodes/flymake.el: Remove useless eval-when-compile.
28196 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
28198 2005-07-04 Richard M. Stallman <rms@gnu.org>
28200 * textmodes/org.el (org-file-apps-defaults-gnu):
28201 Rename from org-file-apps-defaults-linux.
28202 (org-default-apps): Don't test system-type for `linux'.
28203 (org-file-apps): Doc fix.
28205 2005-07-04 David Ponce <david@dponce.com>
28207 * tree-widget.el: Improve header Commentary section.
28208 (tree-widget) [defgroup]
28209 (tree-widget-image-enable, tree-widget-themes-directory)
28210 (tree-widget-theme, tree-widget-image-properties-emacs)
28211 (tree-widget-image-properties-xemacs, tree-widget-create-image)
28212 (tree-widget-image-formats, tree-widget-control)
28213 (tree-widget-empty-control, tree-widget-leaf-control
28214 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
28215 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
28216 (tree-widget-keep, tree-widget-after-toggle-functions)
28217 (tree-widget-open-node, tree-widget-close-node): Doc fix.
28218 (tree-widget-open-control, tree-widget-close-control): Fix doc and
28219 :help-echo message.
28220 (tree-widget-set-theme): Doc fix. Use `string-equal'.
28221 (tree-widget-image-properties): Doc fix. Clearer implementation.
28222 (tree-widget--cursors): New constant.
28223 (tree-widget-lookup-image): New function split from
28224 `tree-widget-find-image'. Clearer implementation.
28225 (tree-widget-find-image): Use it.
28226 (tree-widget-button-keymap): Use `set-keymap-parent'.
28227 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
28228 Define the sub-widgets here.
28229 (tree-widget-node): Check that :node is not a tree-widget.
28230 (tree-widget-get-super, tree-widget-open-control)
28231 (tree-widget-close-control, tree-widget-empty-control)
28232 (tree-widget-leaf-control, tree-widget-guide)
28233 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
28234 (tree-widget-no-handle, tree-widget-value-delete)
28235 (tree-widget-map): Remove.
28236 (tree-widget-children-value-save): Doc fix. Simplified.
28237 (tree-widget-value-create): Update according to previous changes.
28239 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
28241 * textmodes/org.el: Leading space replaced by TABS.
28242 (org-recalc-marks, org-table-rotate-recalc-marks)
28243 (org-table-get-specials): Treat "^" and "_" marks.
28244 (org-table-justify-field-maybe): Optional argument NEW.
28245 (org-table-eval-formula): Parsing of the format simplified.
28246 New modes C,I. Honor the %= parameter in the current table.
28247 Avoid unnecessary re-align by using the NEW argument to
28248 `org-table-justify-field-maybe'.
28249 (org-calc-default-modes): Default for date-format mimicks org-mode.
28250 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
28252 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
28254 * cus-face.el (custom-theme-set-faces): Make it handle face
28255 aliases whose alias declarations are pre- or autoloaded.
28257 2005-07-04 Juri Linkov <juri@jurta.org>
28259 * faces.el (read-face-name): Put the code for getting a face name
28260 from the buffer before adding the faces from the `face' property.
28261 Use `completing-read-multiple' instead of `completing-read'.
28262 Require `crm'. Add default value and post-process the returned
28265 * emacs-lisp/crm.el (crm-find-current-element)
28266 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
28268 * emacs-lisp/lisp-mode.el (eval-defun-1):
28269 * emacs-lisp/edebug.el (edebug-eval-defun):
28270 Remove unnecessary quotes.
28272 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
28274 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
28275 (prolog-indent-level): Fix typo in docstring.
28277 * info.el (Info-history, Info-history-forward)
28278 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
28280 * add-log.el (add-change-log-entry):
28281 * comint.el (comint-dynamic-list-input-ring)
28282 (comint-dynamic-list-completions):
28283 * dabbrev.el (dabbrev-expand):
28284 * delim-col.el (delimit-columns-rectangle-line):
28285 * diff-mode.el (diff-context->unified, diff-reverse-direction)
28286 (diff-unified->context):
28287 * ediff-init.el (ediff-abbrev-jobname):
28288 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
28289 (ediff-replace-session-activity-marker-in-meta-buffer):
28290 * info.el (Info-summary):
28291 * lpr.el (printify-region):
28292 * printing.el (pr-create-interface):
28293 * ps-print.el (ps-print-quote):
28294 * ses.el (ses-column-widths, ses-print-cell)
28295 (ses-adjust-print-width, ses-center):
28296 * shell.el (shell-file-name-quote-list):
28297 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
28298 (strokes-fill-current-buffer-with-whitespace)
28299 (strokes-xpm-for-stroke, strokes-list-strokes)
28300 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
28301 * term.el (term-dynamic-list-input-ring)
28302 (term-dynamic-list-completions):
28303 * calc/calc.el (math-format-stack-value):
28304 * emacs-lisp/edebug.el (edebug-display-freq-count):
28305 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
28306 (delphi-new-comment-line):
28307 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
28308 * progmodes/executable.el (executable-set-magic):
28309 * progmodes/python.el (inferior-python-mode):
28310 * progmodes/scheme.el (scheme-mode-syntax-table):
28311 * progmodes/sh-script.el (sh-maybe-here-document):
28312 * progmodes/sql.el (sql-copy-column):
28313 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
28314 * textmodes/bibtex.el (bibtex-mode):
28315 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
28316 (sgml-auto-attributes):
28317 * textmodes/table.el (table-insert, table-shorten-cell)
28318 (table--generate-source-scan-lines, table-delete-row)
28319 (*table--cell-delete-char, table--spacify-frame)
28320 (table--horizontally-shift-above-and-below)
28321 (table--cell-insert-char, table--cell-blank-str)
28322 (table--fill-region-strictly):
28323 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
28324 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
28326 * add-log.el (change-log):
28327 * apropos.el (apropos):
28328 * comint.el (comint-completion, comint-source):
28329 * dabbrev.el (dabbrev):
28330 * delim-col.el (columns):
28331 * diff-mode.el (diff-mode):
28332 * ediff.el (ediff):
28333 * ediff-diff.el (ediff-diff):
28334 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
28335 * ediff-mult.el (ediff-mult):
28336 * ediff-ptch.el (ediff-ptch):
28337 * ediff-wind.el (ediff-window):
28338 * facemenu.el (facemenu):
28339 * indent.el (indent):
28341 * jka-cmpr-hook.el (compression, jka-compr):
28343 * outline.el (outlines):
28344 * pcmpl-cvs.el (pcmpl-cvs):
28345 * pcmpl-rpm.el (pcmpl-rpm):
28346 * printing.el (printing):
28347 * ps-print.el (postscript, ps-print, ps-print-horizontal)
28348 (ps-print-vertical, ps-print-headers, ps-print-font)
28349 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
28350 (ps-print-background, ps-print-printer, ps-print-page)
28351 (ps-print-miscellany):
28353 * shell.el (shell, shell-directories, shell-faces):
28354 * startup.el (initialization):
28355 * strokes.el (strokes):
28357 * uniquify.el (uniquify):
28358 * w32-vars.el (w32):
28359 * calc/calc.el (calc):
28360 * emacs-lisp/bytecomp.el (bytecomp):
28361 * emacs-lisp/cl-indent.el (lisp-indent):
28362 * emacs-lisp/edebug.el (edebug):
28363 * emacs-lisp/elp.el (elp):
28364 * emacs-lisp/testcover.el (testcover):
28365 * emacs-lisp/trace.el (trace):
28366 * emulation/viper-ex.el (viper-ex):
28367 * emulation/viper-mous.el (viper-mouse):
28368 * mail/mailalias.el (mailalias):
28369 * mail/supercite.el (supercite, supercite-frames)
28370 (supercite-attr, supercite-cite, supercite-hooks):
28371 * net/rcompile.el (remote-compile):
28372 * net/rlogin.el (rlogin):
28373 * obsolete/ooutline.el (outlines):
28374 * progmodes/delphi.el (delphi):
28375 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
28376 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
28377 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
28378 (ebnf-optimization):
28379 * progmodes/etags.el (etags):
28380 * progmodes/executable.el (executable):
28381 * progmodes/idlwave.el (idlwave):
28382 * progmodes/pascal.el (pascal):
28383 * progmodes/prolog.el (prolog):
28384 * progmodes/python.el (python):
28385 * progmodes/scheme.el (scheme):
28386 * progmodes/sh-script.el (sh, sh-script):
28387 * progmodes/sql.el (SQL):
28388 * progmodes/tcl.el (tcl):
28389 * textmodes/bibtex.el (bibtex, bibtex-autokey):
28390 * textmodes/enriched.el (enriched):
28391 * textmodes/makeinfo.el (makeinfo):
28392 * textmodes/sgml-mode.el (sgml):
28393 * textmodes/table.el (table-hooks):
28394 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
28395 * textmodes/texinfo.el (texinfo):
28396 * textmodes/two-column.el (two-column):
28397 Finish `defgroup' description with period.
28399 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
28400 * eshell/esh-var.el (eshell-var):
28401 * progmodes/vhdl-mode.el (vhdl-testbench):
28402 * textmodes/org.el (org): Fix typos in docstrings.
28404 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
28407 * progmodes/flymake.el (flymake-find-file): Remove.
28408 (flymake-float-time): Use `with-no-warnings'.
28409 (flymake-check-start-time, flymake-check-was-interrupted)
28410 (flymake-err-info, flymake-is-running, flymake-last-change-time)
28411 (flymake-new-err-info): `defvar' at compile time.
28413 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
28415 * replace.el (occur-hook): Doc fix.
28416 (occur-1): Don't call `occur-hook' if there are no matches.
28418 2005-07-03 Richard M. Stallman <rms@gnu.org>
28420 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
28421 global-map, save the same map.
28422 (global-map): Don't alter it at top level.
28423 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
28424 Then alter it here instead.
28425 (tpu-edt-off): Set global-map to the saved one.
28427 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
28428 All references simplified.
28429 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
28430 (zmacs-regions): Add defvar.
28431 (repeat-complex-command-map): Everything about that deleted.
28433 * textmodes/artist.el (artist-key-is-drawing)
28434 (artist-key-endpoint1, artist-key-poly-point-list)
28435 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
28436 (artist-key-compl-table, artist-rb-save-data)
28437 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
28438 Don't put them in eval-when-compile.
28439 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
28441 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
28442 Use with-no-warnings.
28444 * net/browse-url.el (dos-windows-version): Add defvar.
28446 * mail/supercite.el (filladapt-prefix-table): Add defvar.
28448 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
28449 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
28450 (rmail-new-summary-line-count): Rename from new-summary-line-count.
28452 (rmail-summary-beginning-of-message): Use with-no-warnings.
28453 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
28455 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
28456 Use with-no-warnings.
28458 * emulation/vi.el (vi-mark-region): Use c-mark-function.
28459 (c-mark-function): Add point-moving-unit property.
28460 (vi-goto-line): Use with-no-warnings.
28462 * emulation/edt.el (edt-last-copied-word): Add defvar.
28463 (zmacs-region-stays): Likewise.
28464 (edt-mark-section-wisely): Use c-mark-function for C.
28465 Use makr-defun for Fortran.
28466 (time-string): defvar deleted.
28467 (edt-display-the-time): Don't set time-string.
28469 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
28471 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28472 Don't warn when name is not constant
28473 or for defining the group `emacs'.
28475 * tooltip.el (gud-tooltip-mode): Add defvar.
28477 * startup.el (default-frame-background-mode): Add defvar.
28479 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
28481 * info.el (tool-bar-map): Add defvar.
28483 * dired.el (dnd-protocol-alist): Add defvar.
28485 * dired-aux.el (dired-query): Display question with answer, when
28488 * custom.el (custom-add-option): Doc fix.
28490 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
28492 2005-07-03 Eli Zaretskii <eliz@gnu.org>
28494 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
28495 bogus name from the last change.
28497 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
28499 * custom.el (custom-declare-variable): Fix typos in comment.
28500 (custom-known-themes): Doc fix.
28501 (custom-theme-directory): New defcustom.
28502 (require-theme): Make it check `custom-theme-directory'.
28504 * cus-theme.el (custom-new-theme-mode): New function.
28505 (custom-theme-name, custom-theme-variables, custom-theme-faces)
28506 (custom-theme-description): Add compiler defvars.
28507 (customize-create-theme): Add doc to the "*New Custom Theme*"
28508 buffer. Use `custom-new-theme-mode'.
28509 (custom-theme-write): Put the created buffer in emacs-lisp-mode
28510 and save it to the `custom-theme-directory'. Make this the
28511 default directory of the buffer.
28513 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
28515 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
28516 Fix unbalanced parentheses.
28518 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
28520 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
28521 into flymake-mode and delegate to flymake-mode.
28523 * find-file.el (ff-which-function-are-we-in): Clean up.
28525 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
28527 * replace.el (occur-rename-buffer): Fix docstring.
28529 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
28530 (edt-last-copied-word, edt-learn-macro-count)
28531 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
28532 (edt-rect-start-point, edt-user-global-map, rect-start-point)
28533 (time-string, zmacs-region-stays):
28534 * emulation/edt-mapper.el (edt-save-function-key-map)
28535 (EDT-key-name): `defvar' to silence the byte-compiler.
28537 2005-07-02 Martin Rudalics <rudalics@gmx.at>
28539 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
28540 font-lock-regexp-backslash. Doc fix.
28541 (font-lock-regexp-backslash-grouping-construct): Rename from
28542 font-lock-regexp-backslash-construct. Doc fix.
28543 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
28544 grouping constructs.
28546 2005-07-02 Eli Zaretskii <eliz@gnu.org>
28548 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
28549 updating all the prerequisites.
28551 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
28553 * textmodes/org.el (org-agenda-start-on-weekday)
28554 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
28555 (org-agenda-use-time-grid, org-archive-location)
28556 (org-allow-space-in-links, org-usenet-links-prefer-google)
28557 (org-enable-table-editor, org-export-default-language)
28558 (org-export-html-show-new-buffer, org-fill-paragraph)
28559 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
28560 (org-goto-quit, org-occur, org-eval-in-calendar)
28561 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
28562 (org-agenda-diary-entry, org-remember-help)
28563 (org-table-convert-region, org-at-table-p)
28564 (org-table-move-row-down, org-table-move-row-up)
28565 (org-table-copy-region, org-table-toggle-vline-visibility)
28566 (org-table-get-stored-formulas, org-table-get-specials)
28567 (org-recalc-commands, org-table-eval-formula)
28568 (org-table-formula-substitute-names, orgtbl-make-binding)
28569 (org-format-org-table-html, org-format-table-table-html)
28570 (org-format-table-table-html-using-table-generate-source)
28571 (org-customize): Fix typos in docstrings.
28572 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
28573 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
28574 (org-back-to-heading): Doc fixes.
28575 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
28576 (org-agenda-change-all-lines, org-get-header):
28577 Improve argument/docstring consistency.
28578 (orgtbl-error): Fix error message.
28580 * progmodes/flymake.el (flymake-find-possible-master-files)
28581 (flymake-master-file-compare, flymake-get-line-err-count)
28582 (flymake-highlight-line, flymake-gui-warnings-enabled):
28583 Fix typos in docstrings.
28584 (flymake-parse-line, flymake-get-project-include-dirs-function)
28585 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
28587 (flymake-get-project-include-dirs-function)
28588 (flymake-make-err-menu-data):
28589 Improve argument/docstring consistency.
28591 2005-07-01 Lute Kamstra <lute@gnu.org>
28593 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
28594 Catch errors with ignore-errors. Use temporary buffer.
28595 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
28597 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
28598 background color faces.
28599 (facemenu-set-foreground, facemenu-set-background):
28600 Use facemenu-set-face-from-menu.
28601 (facemenu-set-face-from-menu): Treat face names that start with
28602 "fg:" or "bg:" as special.
28603 (facemenu-add-new-color): Don't create faces. Simplify.
28605 2005-06-30 Richard M. Stallman <rms@gnu.org>
28607 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
28608 (crm-find-current-element): Likewise.
28610 2005-06-30 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
28612 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
28614 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
28616 * arc-mode.el (archive-extract): Make it work as a mouse binding.
28617 (archive-mouse-extract): Make it an obsolete alias.
28618 (archive-mode-map): Don't use archive-mouse-extract any more.
28619 (archive-mode, archive-extract): write-contents-hooks ->
28620 write-contents-functions.
28621 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
28623 (archive-rename-entry): Update the call.
28624 (archive-zip-summarize): Remove unused var `method'.
28625 (archive-lzh-summarize): Remove unused var `creator'.
28627 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
28628 dedicated frame upon exit.
28630 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
28631 (archive-zip-extract, archive-zip-expunge)
28632 (archive-zip-update, archive-zip-update-case): Use executable-find.
28633 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
28634 Use restore-buffer-modified-p.
28635 (archive-extract, archive-add-new-member, archive-write-file-member):
28636 Use with-current-buffer.
28637 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
28639 2005-06-30 Andreas Schwab <schwab@suse.de>
28641 * progmodes/gud.el (gud-filter): Remove unneeded progn.
28643 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
28645 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
28647 2005-06-30 Juri Linkov <juri@jurta.org>
28649 * faces.el (vertical-border): Inherit from mode-line-inactive
28652 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
28654 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
28655 example, -NLINES in the `occur' docstring).
28657 * replace.el (occur-1): When no matches are found, do not set the
28658 `buffer-read-only' and modified flags for the occur buffer,
28659 because it is deleted.
28661 * emulation/cua-base.el (cua-check-pending-input)
28662 (cua-repeat-replace-region, cua-mode, cua-debug)
28663 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
28664 Fix typos in docstrings.
28666 * emulation/cua-gmrk.el (cua-toggle-global-mark)
28667 (cua-cut-region-to-global-mark)
28668 (cua--cut-rectangle-to-global-mark):
28669 Remove period from end of messages.
28671 * emulation/cua-rect.el (cua-do-rectangle-padding):
28672 Remove period from end of messages.
28673 (cua--rectangle-seq-format): Fix typo in docstring.
28674 (cua-sequence-rectangle, cua-fill-char-rectangle):
28675 Improve argument/docstring consistency.
28677 2005-06-29 Juri Linkov <juri@jurta.org>
28679 * faces.el (default-frame-background-mode): New internal variable.
28680 (frame-set-background-mode): Use it.
28682 * startup.el (normal-top-level): Set default-frame-background-mode
28683 instead of frame-background-mode. Before setting it, test for its
28684 nil value. Remove tests for frame-background-mode and frame
28685 parameter `reverse'. Add test for "unspecified-fg".
28687 * term/xterm.el (xterm-rxvt-set-background-mode):
28688 * term/rxvt.el (rxvt-set-background-mode):
28689 Set default-frame-background-mode instead of frame-background-mode.
28691 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
28693 * simple.el (set-variable): Warn about obsolete user variables.
28695 * imenu.el (imenu--completion-buffer):
28696 * mouse.el (mouse-buffer-menu-alist):
28697 * msb.el (msb-invisible-buffer-p):
28698 * calendar/diary-lib.el (diary-header-line-format):
28699 * emacs-lisp/pp.el (pp-buffer):
28700 * progmodes/cperl-mode.el (cperl-do-auto-fill):
28701 * textmodes/picture.el (picture-replace-match):
28702 Change space constants followed by a sexp to "?\s ".
28704 * play/decipher.el (decipher-loop-with-breaks):
28705 * textmodes/texinfo.el (texinfo-insert-@item): Change space
28706 constants "protected" from end of line by a comment to "?\s".
28708 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28710 * font-lock.el (save-buffer-state): Use `declare'.
28712 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
28713 reset the syntax-table to cperl-mode-syntax-table.
28714 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
28715 "foo_print_bar" is not matched as a reserved keyword.
28717 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
28719 * textmodes/org.el (orgtbl-setup): New function, for delayed
28720 setup for the orgtbl commands.
28721 (org-calc-default-modes): New option.
28722 (orgtbl-make-binding): Use `defun' to get better help display.
28723 (org-diary): Call `org-compile-prefix-format'.
28724 (org-table-formula-substitute-names): New function.
28725 (org-agenda-day-view, org-agenda-week-view): New commands.
28726 (org-agenda-toggle-week-view): Command removed.
28727 (org-tbl-menu): Split off from org-org-menu.
28728 (org-mode): Move removal of outline-mode menus to here.
28729 (org-table-formula-debug): New option.
28730 (org-table-insert-row): Keep first field if just "#" or "*".
28731 (org-mode): Paragraph regexps fixed.
28732 (org-table-recalculate-regexp): New constant.
28733 (org-table-justify-field-maybe): Avoid replace if not necessary.
28734 (org-copy-special, org-cut-special): Use `call-interactively'.
28735 (org-table-copy-region): Take region from `interactive' call.
28736 (org-trim): Return string even if no match.
28737 (org-formula): New face.
28738 (org-set-font-lock-defaults): No longer highlight "FIXME".
28739 But highlight formula-related fields in table.
28740 (org-table-p): Use regexp, not fontification.
28741 (org-table-align): Handle white space at end of line.
28742 (org-table-formula-evaluate-inline): New option.
28743 (org-mode): Auto-wrapping in comment lines turned off.
28744 (org-table-copy-down): Evaluate only in copied field, not in
28746 (org-table-current-formula): Variable removed.
28747 (org-table-store-formulas, org-table-get-stored-formulas)
28748 (org-table-modify-formulas, org-table-replace-in-formulas)
28749 (org-table-maybe-eval-formula): New functions.
28750 (org-table-get-formula): Modify to use stored formulas.
28751 (org-table-insert-column, org-table-delete-column)
28752 (org-table-move-column): Call `org-table-modify-formulas'.
28753 (org-complete): Add completion for keyword formulas.
28754 (orgtbl-mode): Pull orgtbl-mode-map to start of
28755 minor-mode-map-alist.
28757 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
28759 * progmodes/python.el (python-check): Require `compile' before
28760 modifying its variables.
28762 * newcomment.el (comment-indent-default): Don't get fooled by an early
28765 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28767 * ps-print.el (ps-print-version): Fix version number.
28769 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
28771 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
28773 2005-06-28 Richard M. Stallman <rms@gnu.org>
28775 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
28776 (flyspell-local-mouse-map): Declaration deleted.
28777 (flyspell-mouse-map): Bind only mouse-2.
28778 (flyspell-mode-map): Don't test flyspell-use-local-map.
28779 (flyspell-overlay-keymap-property-name): Var deleted.
28780 (flyspell-mode-on): Don't make local bindings for
28781 flyspell-mouse-map and flyspell-mode-map.
28782 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
28784 * textmodes/ispell.el (ispell-word): Do not ignore short words.
28786 * progmodes/compile.el (compilation-next-error-function):
28787 Don't switch buffers; operate on the current buffer.
28789 * progmodes/compile.el (compilation-error-file-name)
28790 (compilation-warning-file-name, compilation-info-file-name)
28791 (compilation-line-number, compilation-column-number): New faces.
28792 (compilation-error-face, compilation-warning-face)
28793 (compilation-info-face, compilation-line-face)
28794 (compilation-column-face): Use them.
28796 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
28798 * comint.el (comint-password-prompt-regexp): Accept ", try again".
28800 * bindings.el (global-map): Bind insertchar and its variants.
28802 2005-06-27 Richard M. Stallman <rms@gnu.org>
28804 * textmodes/artist.el (artist-text-overwrite)
28805 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
28807 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28809 * ps-print.el: It was not working the page selection for printing.
28810 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
28811 (ps-print-version): New version 6.6.7.
28812 (ps-end-sheet): New fun.
28813 (ps-header-sheet, ps-end-job): Call it.
28815 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
28817 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
28819 2005-06-27 Lute Kamstra <lute@gnu.org>
28821 * facemenu.el (facemenu-unlisted-faces): Add foreground and
28822 background color faces.
28823 (facemenu-get-face): Delete function.
28824 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
28825 (facemenu-add-new-color): Make second argument mandatory.
28826 Create the appropriate face and return it. Simplify.
28827 (facemenu-set-foreground, facemenu-set-background): Don't check if
28828 color is defined. Use return value of facemenu-add-new-color.
28830 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
28832 * progmodes/gud.el (gud-filter): Add missing argument to
28833 with-selected-window.
28835 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
28837 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
28838 a :require to the defcustom.
28840 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
28841 defcustoms corresponding to minor modes.
28843 2005-06-26 David Ponce <david@dponce.com>
28845 * recentf.el: Require tree-widget instead of wid-edit.
28846 (recentf-filename-handler): Fix widget :type.
28847 (recentf-cancel-dialog, recentf-open-more-files)
28848 (recentf-open-files-action): Doc fix.
28849 (recentf-dialog-goto-first): New function.
28850 (recentf-dialog-mode-map): Set parent keymap first.
28851 (recentf-dialog-mode): Define with define-derived-mode.
28852 Don't display continuation lines in dialogs.
28853 (recentf-edit-list): Rename from recentf-edit-selected-items.
28854 (recentf-edit-list-select): Rename from recentf-edit-list-action.
28856 (recentf-edit-list-validate): New function.
28857 (recentf-edit-list): Update accordingly.
28858 (recentf-open-files-item-shift): Remove.
28859 (recentf-open-files-item): Convert menu elements into tree and
28860 link widgets. Don't create the widgets.
28861 (recentf-open-files): Update accordingly.
28862 (recentf-save-list): Untabify.
28864 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
28866 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
28867 (keep-lines): Add INTERACTIVE arg. Never delete lines only
28868 partially contained in the active region. Do not take active
28869 region into account when called from Lisp, unless INTERACTIVE arg
28870 is non-nil. Use `forward-line' instead of `beginning-of-line' to
28871 avoid trouble with fields. Make marker point nowhere when no
28872 longer used. Always return nil. Doc fix.
28873 (flush-lines): Add INTERACTIVE arg. Do not take active region
28874 into account when called from Lisp, unless INTERACTIVE arg is
28875 non-nil. Use `forward-line' instead of `beginning-of-line' to
28876 avoid trouble with fields. Make marker point nowhere when no
28877 longer used. Always return nil. Doc fix.
28878 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
28879 interchangeable. Do not take active region into account when
28880 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
28881 message in echo area when called from Lisp, unless INTERACTIVE arg
28882 is non-nil. Avoid saying "1 occurrences". Do not use markers.
28883 Return the number of matches. Doc fix.
28885 (perform-replace): Make comment follow double space convention for
28886 the sake of `outline-minor-mode'.
28888 * faces.el (facep): Doc fix.
28890 2005-06-25 Richard M. Stallman <rms@gnu.org>
28892 * facemenu.el (facemenu-enable-faces-p): New function.
28893 (facemenu-background-menu, facemenu-foreground-menu)
28894 (facemenu-face-menu): Add menu-enable property.
28896 * jka-compr.el (jka-compr-insert-file-contents):
28897 Special handling if cannot find the uncompression program.
28899 * cus-face.el (custom-face-attributes): Add autoload.
28901 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28902 Bind comment-indent-function locally.
28904 * window.el (save-selected-window): Use save-current-buffer.
28906 * subr.el (with-selected-window): Use save-current-buffer.
28908 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
28909 and with-current-buffer.
28911 2005-06-24 Richard M. Stallman <rms@gnu.org>
28913 * simple.el (line-move-1): Fix previous change.
28915 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
28917 * replace.el (occur-1): Set `buffer-read-only' and the
28918 buffer-modified flag before running `occur-hook' to protect
28919 against unintentional buffer switches that can lead to data loss.
28921 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
28923 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
28924 (gud-gdb-marker-filter): Use font-lock-warning-face for any
28927 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
28929 (gdb-var-create-handler): Put name of expression in quotes.
28931 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
28933 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
28934 elements of RING in order, and without bogus nil elements.
28936 2005-06-23 Richard M. Stallman <rms@gnu.org>
28938 * simple.el (set-variable): Args renamed; doc fix.
28939 (line-move-1): When there are overlays around, use vertical-motion.
28941 * faces.el (escape-glyph): Use brown against light background.
28942 (nobreak-space): Rename from no-break-space.
28943 Fix previous change.
28945 * dired-aux.el (dired-do-copy): Fix arg prompt.
28947 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
28949 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
28951 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
28952 rather than "Distributor".
28954 2005-06-23 Lute Kamstra <lute@gnu.org>
28956 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
28957 (debug-on-entry): Use it. New interactive declaration that uses
28958 function-called-at-point.
28960 2005-06-23 Kim F. Storm <storm@cua.dk>
28962 * subr.el (save-match-data): Add comment about using evaporate arg
28965 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
28967 * cus-edit.el (customize-face)
28968 (customize-face-other-window): Handle face aliases.
28970 * faces.el (face-documentation, set-face-attribute)
28971 (face-spec-set): Handle face aliases.
28973 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
28975 * help-mode.el (help-make-xrefs): If a symbol representing a face
28976 name is not followed by the word "face", it could still be a
28977 function or variable name, so don't bypass other checks.
28979 2005-06-22 Juri Linkov <juri@jurta.org>
28981 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
28982 Replace aliased functions with calls where second arg `inherit' is t.
28984 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
28986 * progmodes/gdb-ui.el (gdb-error): New variable.
28987 (gdb-error): New function.
28988 (gdb-annotation-rules): Act on error-begin and error annotations.
28989 (gdb-concat-output): Use font-lock-warning-face for errors.
28991 2005-06-22 Miles Bader <miles@gnu.org>
28993 * bindings.el (propertized-buffer-identification): Use renamed
28994 `Buffer-menu-buffer' face.
28996 * faces.el (vertical-border): Rename from `vertical-divider'.
28997 (escape-glyph): Change dark-background color back to `cyan'.
28999 2005-06-21 Juri Linkov <juri@jurta.org>
29001 * faces.el (face-user-default-spec): Try getting `customized-face'
29002 prior to `saved-face'.
29003 (frame-background-mode): Refill docstring.
29005 * emacs-lisp/lisp-mode.el (eval-defun-1):
29006 * emacs-lisp/edebug.el (edebug-eval-defun):
29007 Set `saved-face' temporarily to nil before calling form.
29008 Set `customized-face' to the new spec after that.
29010 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
29012 * subr.el (1value, lambda, key-substitution-in-progress):
29015 * autoinsert.el (auto-insert-alist):
29016 * ses.el (ses-call-printer):
29017 * subr.el (noreturn):
29018 * emacs-lisp/lisp.el (check-parens):
29019 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
29020 * net/browse-url.el (browse-url-mosaic):
29021 * progmodes/cc-defs.el (c-safe-scan-lists):
29022 * progmodes/ebnf-abn.el (ebnf-abn-lex):
29023 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
29024 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
29025 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
29026 * progmodes/ebnf-iso.el (ebnf-iso-lex):
29027 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
29029 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
29031 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
29033 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
29035 * calendar/appt.el (appt-make-list): Activate the package, if
29036 not already active (for backwards compatibility).
29038 2005-06-20 Kim F. Storm <storm@cua.dk>
29040 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
29042 2005-06-20 Miles Bader <miles@gnu.org>
29044 * faces.el (vertical-divider): New face.
29046 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
29048 * simple.el (kill-whole-line): Doc fix.
29049 (next-error-buffer-p, next-error-find-buffer)
29050 (clone-indirect-buffer): Fix typos in docstrings.
29051 (comment-line-break-function): Doc fix: don't say variable
29052 is automatically buffer-local (it isn't).
29054 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
29056 * net/tramp-ftp.el (top):
29057 * net/tramp-smb.el (top):
29058 * net/tramp-util.el (top):
29059 * net/tramp-uu.el (top):
29060 * net/tramp-vc.el (top):
29061 * net/tramp.el (top): Revert copyright years back to original
29062 ones. Tramp has a life outside GNU Emacs.
29064 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
29066 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
29068 2005-06-18 Juri Linkov <juri@jurta.org>
29070 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
29071 end of first regexp to limit the match to the position between
29072 line number and source line with same separator character as used
29073 between file name and line number. In the second regexp limit
29074 mouse-face area to file name and line number by adding new group
29075 for them and referring it in HYPERLINK arg.
29076 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
29077 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
29078 previous line where grep markers may be already removed.
29080 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
29082 * progmodes/ps-mode.el: Update version and maintainer's email address.
29084 2005-06-18 Steve Youngs <steve@xemacs.org>
29086 * net/browse-url.el (browse-url-browser-function)
29087 (browse-url-default-browser): Add firefox.
29088 (browse-url-firefox-program, browse-url-firefox-arguments)
29089 (browse-url-firefox-startup-arguments)
29090 (browse-url-firefox-new-window-is-tab): New defcustoms.
29091 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
29093 2005-06-17 Richard M. Stallman <rms@gnu.org>
29095 * startup.el (command-line): Warn if specified user name has
29098 * term.el (term-get-old-input, term-input-filter, term-input-sender)
29099 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
29101 * longlines.el (longlines-mode, longlines-show-hard-newlines):
29104 * faces.el (underline): Try bold if terminal doesn't support underline.
29106 * mail/sendmail.el (mail-setup-with-from): New variable.
29107 (mail-insert-from-field): New function.
29108 (sendmail-send-it): Call it.
29109 (mail-setup): Optionally call it here.
29111 * term/linux.el: Call tty-no-underline.
29113 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
29115 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
29117 2005-06-17 Miles Bader <miles@gnu.org>
29119 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
29120 (ediff-current-diff-C, ediff-current-diff-Ancestor)
29121 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
29122 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
29123 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
29124 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
29125 Remove "-face" suffix from face names.
29126 (ediff-current-diff-face-A, ediff-current-diff-face-B)
29127 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
29128 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
29129 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
29130 (ediff-even-diff-face-A, ediff-even-diff-face-B)
29131 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
29132 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
29133 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
29134 New backward-compatibility aliases for renamed faces.
29135 (ediff-current-diff-face-A, ediff-current-diff-face-B)
29136 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
29137 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
29138 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
29139 (ediff-even-diff-face-A, ediff-even-diff-face-B)
29140 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
29141 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
29142 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
29143 Use renamed ediff faces.
29145 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
29146 Remove "-face" suffix from face names.
29147 (eshell-test-ok-face, eshell-test-failed-face):
29148 New backward-compatibility aliases for renamed faces.
29149 (eshell-run-test): Use renamed eshell-test faces.
29151 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
29153 (eshell-prompt-face): New backward-compatibility alias for renamed
29155 (eshell-emit-prompt): Use renamed eshell-prompt face.
29157 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
29158 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
29159 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
29160 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
29161 Remove "-face" suffix from face names.
29162 (eshell-ls-directory-face, eshell-ls-symlink-face)
29163 (eshell-ls-executable-face, eshell-ls-readonly-face)
29164 (eshell-ls-unreadable-face, eshell-ls-special-face)
29165 (eshell-ls-missing-face, eshell-ls-archive-face)
29166 (eshell-ls-backup-face, eshell-ls-product-face)
29167 (eshell-ls-clutter-face):
29168 New backward-compatibility aliases for renamed faces.
29169 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
29171 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
29172 Remove "-face" suffix from face name.
29173 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
29174 instead of literal face.
29176 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
29178 * emacs-lisp/warnings.el (display-warning, lwarn)
29179 (warning-minimum-log-level): Doc fixes.
29180 (warning-minimum-level, warning-minimum-log-level):
29181 Add :debug to :type choices.
29183 * progmodes/ada-mode.el (ada-format-paramlist)
29184 (ada-get-indent-case, ada-check-matching-start)
29185 (ada-check-defun-name, ada-goto-matching-decl-start)
29186 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
29187 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
29188 (ada-make-subprogram-body): Follow error conventions.
29189 (ada-case-exception-file, ada-indent-comment-as-code)
29190 (ada-indent-handle-comment-special, ada-indent-renames)
29191 (ada-indent-return, ada-search-directories-internal)
29192 (ada-tab-policy, ada-case-exception-substring)
29193 (ada-other-file-alist, ada-matching-start-re)
29194 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
29195 (ada-imenu-generic-expression, ada-compile-goto-error)
29196 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
29197 (ada-popup-menu, ada-add-extensions, ada-mode)
29198 (ada-region-selected, ada-create-case-exception)
29199 (ada-create-case-exception-substring, ada-after-keyword-p)
29200 (ada-activate-keys-for-case, ada-adjust-case-region)
29201 (ada-adjust-case-buffer, ada-format-paramlist)
29202 (ada-scan-paramlist, ada-insert-paramlist)
29203 (ada-indent-newline-indent)
29204 (ada-indent-newline-indent-conditional)
29205 (ada-justified-indent-current, ada-goto-previous-word)
29206 (ada-indent-current, ada-get-indent-open-paren)
29207 (ada-get-indent-paramlist, ada-get-indent-end)
29208 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
29209 (ada-get-indent-block-start, ada-get-indent-subprog)
29210 (ada-get-indent-noindent, ada-get-indent-label)
29211 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
29212 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
29213 (ada-goto-stmt-end, ada-goto-next-word)
29214 (ada-check-matching-start, ada-check-defun-name)
29215 (ada-goto-matching-decl-start, ada-goto-matching-start)
29216 (ada-goto-matching-end, ada-search-ignore-string-comment)
29217 (ada-in-decl-p, ada-looking-at-semi-or)
29218 (ada-looking-at-semi-private, ada-in-paramlist-p)
29219 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
29220 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
29221 (ada-next-procedure, ada-previous-procedure, ada-next-package)
29222 (ada-previous-package, ada-create-menu)
29223 (ada-fill-comment-paragraph-justify)
29224 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
29225 (ada-other-file-name, ada-last-which-function-line)
29226 (ada-last-which-function-subprog, ada-which-function)
29227 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
29228 (ada-gen-treat-proc, ada-check-emacs-version)
29229 (ada-continuation-indent, ada-align-region-separate):
29230 Fix typos in docstrings.
29231 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
29233 2005-06-16 Lute Kamstra <lute@gnu.org>
29235 * simple.el (fundamental-mode): Run after-change-major-mode-hook
29238 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
29240 * comint.el (comint-replace-by-expanded-filename)
29241 (comint-prompt-regexp, comint-delimiter-argument-list)
29242 (comint-preinput-scroll-to-bottom):
29243 * info.el (Info-hide-cookies-node):
29244 * ls-lisp.el (ls-lisp-classify):
29245 * find-file.el (ff-search-directories, ff-special-constructs)
29246 (ff-find-other-file):
29247 * font-lock.el (font-lock-keywords):
29248 * shell.el (shell-prompt-pattern)
29249 (shell-dynamic-complete-functions, shell-mode)
29250 (shell-delimiter-argument-list):
29251 * term.el (term-replace-by-expanded-filename)
29252 (term-prompt-regexp, term-delimiter-argument-list):
29253 * woman.el (woman-ignore, woman0-if):
29254 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
29255 * emacs-lisp/elint.el (elint-init-env):
29256 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
29257 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
29258 * language/ethio-util.el (ethio-tilde-escape)
29259 (ethio-use-three-dot-question):
29260 * net/zone-mode.el (zone-mode-load-time-setup):
29261 * progmodes/cc-align.el (c-lineup-argcont):
29262 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
29263 * progmodes/cperl-mode.el (cperl-set-style-back):
29264 * progmodes/inf-lisp.el (inferior-lisp-prompt):
29265 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
29266 Fix spellings in docstrings.
29268 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
29269 * progmodes/modula2.el (m2-for): Fix spellings.
29271 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
29273 * simple.el (undo-more): Don't use `format' on `error' arguments.
29274 Improve argument/docstring consistency.
29275 (pending-undo-list): Doc fix.
29277 * smerge-mode.el (smerge-ensure-match):
29278 * emulation/vip.el (vip-ex):
29279 * net/zone-mode.el (zone-mode-update-serial):
29280 * progmodes/idlwave.el (idlwave-complete):
29281 * progmodes/vhdl-mode.el (vhdl-visit-file)
29282 (vhdl-compose-wire-components):
29283 Don't use `format' on `error' arguments.
29285 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
29286 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
29287 (tooltip-help-tips): Fix typos in docstrings.
29289 2005-06-16 David Ponce <david@dponce.com>
29291 * tree-widget.el (tree-widget-value-create): Simplify last change.
29293 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
29295 * ido.el (ido-incomplete-regexp): New variable.
29296 (ido-set-matches-1): Handle invalid-regexp error and set
29297 ido-incomplete-regexp.
29298 (ido-incomplete-regexp): New face.
29299 (ido-completions): Use it.
29300 (ido-complete, ido-exit-minibuffer, ido-completions):
29301 Handle incomplete regexps.
29302 (ido-completions): Add check for complete match when entering a regexp.
29304 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
29306 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
29308 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29310 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
29311 by field delimiters.
29313 2005-06-15 David Ponce <david@dponce.com>
29315 * tree-widget.el: eval-and-compile inlined functions so they will
29316 be available at run-time too.
29317 (tree-widget-super-format-handler)
29318 (tree-widget-format-handler): Remove.
29319 (tree-widget-value-create): Handle the :indent property.
29321 2005-06-15 Miles Bader <miles@gnu.org>
29323 * progmodes/which-func.el (which-func): Only inherit
29324 `font-lock-function-name-face' when that makes sense against the
29325 default mode-line face, otherwise set the face color explicitly.
29327 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
29328 faces instead of (non-existent) variables.
29330 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
29332 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
29333 (iswitchb-get-matched-buffers): Likewise. Simplify.
29335 2005-06-14 Miles Bader <miles@gnu.org>
29337 * progmodes/ld-script.el (ld-script-location-counter):
29338 Remove "-face" suffix from face name.
29339 (ld-script-location-counter-face):
29340 New backward-compatibility alias for renamed face.
29341 (ld-script-location-counter-face): Use renamed face.
29343 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
29344 (cperl-hash): Remove "-face" suffix from face names.
29345 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
29346 New backward-compatibility aliases for renamed faces.
29347 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
29348 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
29350 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
29352 (which-func-face): New backward-compatibility alias for renamed face.
29353 (which-func-format): Use renamed which-func face.
29355 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
29356 (vhdl-function, vhdl-directive, vhdl-reserved-word)
29357 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
29359 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
29360 (vhdl-speedbar-configuration, vhdl-speedbar-package)
29361 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
29362 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
29363 (vhdl-speedbar-architecture-selected)
29364 (vhdl-speedbar-configuration-selected)
29365 (vhdl-speedbar-package-selected)
29366 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
29368 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
29370 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
29371 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
29372 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
29374 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
29376 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
29377 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
29378 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
29379 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
29380 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
29381 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
29383 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
29385 (sh-heredoc-face): New backward-compatibility alias for renamed face.
29386 (sh-heredoc-face): Use renamed sh-heredoc face.
29388 * progmodes/idlw-help.el (idlwave-help-link):
29389 Remove "-face" suffix from face name.
29390 (idlwave-help-link-face):
29391 New backward-compatibility alias for renamed face.
29392 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
29394 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
29395 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
29396 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
29397 New backward-compatibility aliases for renamed faces.
29398 (idlwave-shell-disabled-breakpoint-face)
29399 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
29401 * progmodes/flymake.el (flymake-errline, flymake-warnline):
29402 Remove "-face" suffix from face names.
29403 (flymake-errline-face, flymake-warnline-face):
29404 New backward-compatibility aliases for renamed faces.
29405 (flymake-highlight-line): Use renamed flymake faces.
29407 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
29408 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
29409 (ebrowse-member-class, ebrowse-progress):
29410 Remove "-face" suffix from face names.
29411 (ebrowse-tree-mark-face, ebrowse-root-class-face)
29412 (ebrowse-file-name-face, ebrowse-default-face)
29413 (ebrowse-member-attribute-face, ebrowse-member-class-face)
29414 (ebrowse-progress-face):
29415 New backward-compatibility aliases for renamed faces.
29416 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
29417 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
29418 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
29419 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
29421 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
29423 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
29424 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
29426 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
29427 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
29428 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
29429 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
29430 backward-compatibility aliases for renamed faces.
29431 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
29432 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
29433 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
29434 remove "font-lock-". Use renamed antlr-mode faces.
29435 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
29436 literal face-names with face variable references.
29438 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
29440 (Buffer-menu-buffer-face): New backward-compatibility alias for
29442 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
29444 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
29446 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
29447 Eliminate "-face" suffix.
29448 (makefile-targets): Inherit from font-lock-function-name-face and
29449 eliminate "-face" suffix.
29450 (makefile-shell): Remove attributes and eliminate "-face" suffix.
29451 (makefile-*-font-lock-keywords): Append makefile-targets in rule
29452 actions, instead of prepending, to make it less visible.
29453 (makefile-previous-dependency, makefile-match-dependency):
29454 Don't match a target on a continuation line.
29456 * files.el (auto-mode-alist): Put Makefile in gmake mode.
29458 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
29460 * progmodes/gdb-ui.el (menu): Re-order menu items.
29461 (gdb-tooltip-print): Respect tooltip-use-echo-area.
29463 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
29464 Define in tooltip.el.
29465 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
29466 (gud-tooltip-tips): Respect tooltip-use-echo-area and
29467 gud-tooltip-echo-area.
29469 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
29470 backward compatibility and make obsolete.
29471 (tooltip-help-tips): Use tooltip-use-echo-area.
29472 (tooltip-show-help-function): Rename to...
29473 (tooltip-show-help): ...this, because it is a function.
29474 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
29476 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
29478 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
29479 (edebug-print-length, edebug-print-level, edebug-print-circle)
29480 (edebug-modify-breakpoint, edebug-eval-last-sexp)
29481 (edebug-eval-print-last-sexp): Doc fixes.
29483 2005-06-14 Kim F. Storm <storm@cua.dk>
29485 * ido.el (ido-mode): Make a new keymap every time we enable ido,
29486 as the coverage buffer/file/both may change.
29488 2005-06-14 Lute Kamstra <lute@gnu.org>
29490 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
29491 and run-mode-hooks. Simplify.
29493 * mail/rmailedit.el (rmail-edit-mode):
29494 * progmodes/octave-inf.el (inferior-octave-mode):
29495 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
29497 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
29498 and run-mode-hooks.
29499 (recentf-edit-list, recentf-open-files): Don't call
29500 kill-all-local-variables directly.
29502 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
29504 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
29506 * emacs-lisp/byte-run.el (make-obsolete)
29507 (define-obsolete-function-alias): Rename arguments FUNCTION and
29508 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
29509 (make-obsolete-variable, define-obsolete-variable-alias):
29510 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
29513 * isearchb.el (isearchb-activate):
29514 * pcvs.el (cvs-mode):
29515 * ses.el (ses-load):
29516 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
29517 * net/tramp.el (tramp-find-file-exists-command)
29518 (tramp-find-shell):
29519 * progmodes/ada-mode.el (ada-create-case-exception)
29520 (ada-create-case-exception-substring, ada-make-subprogram-body):
29521 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
29522 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
29523 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
29524 * textmodes/org.el (org-promote, org-evaluate-time-range)
29525 (org-agenda-next-date-line, org-agenda-previous-date-line)
29526 (org-agenda-error, org-open-at-point, org-table-move-row)
29527 (org-format-table-table-html-using-table-generate-source)
29528 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
29529 * textmodes/reftex.el (reftex-access-scan-info):
29530 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
29531 (reftex-toc-promote-prepare): Follow error conventions.
29533 * diff-mode.el (diff-mode): Fix typo in docstring.
29535 * forms.el (forms--intuit-from-file): Fix reference to
29536 `forms-number-of-fields' in error message.
29537 (forms-print): Fix quoting in error message.
29539 * forms.el (forms-mode):
29540 * emulation/vi.el (vi-goto-insert-state):
29541 * progmodes/flymake.el (flymake-new-err-info)
29542 (flymake-start-syntax-check-for-current-buffer)
29543 (flymake-simple-cleanup):
29544 * eshell/esh-var.el (eshell/export):
29545 * progmodes/gud.el (xdb):
29546 * textmodes/flyspell.el (flyspell-incorrect-hook)
29547 (flyspell-maybe-correct-transposition)
29548 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
29550 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
29552 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
29555 2005-06-13 Kim F. Storm <storm@cua.dk>
29557 * subr.el (add-to-ordered-list): New defun.
29559 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
29560 add cua--keymap-alist to emulation-mode-map-alists.
29562 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
29564 * subr.el (complete-in-turn): New macro.
29565 (dynamic-completion-table, lazy-completion-table): Add debug info.
29567 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
29568 in preference to face aliases.
29570 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
29571 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
29572 Remove unused vars `start' and `firstline'.
29573 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
29574 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
29576 2005-06-13 Eli Zaretskii <eliz@gnu.org>
29578 * cus-start.el (all): Don't complain about missing GTK-related
29579 variables, unless either `gtk' is boundp or this isn't a
29580 `windows-nt' build.
29582 2005-06-13 Lute Kamstra <lute@gnu.org>
29584 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
29587 * ediff-mult.el (ediff-meta-mode):
29588 * ediff-util.el (ediff-mode): Use run-mode-hooks.
29590 * ledit.el (ledit-mode): Use delay-mode-hooks.
29592 * woman.el (woman-mode-line-format): Delete constant.
29593 (woman-mode-map): Initialize it properly.
29594 (woman-mode): Set mode-class property to special.
29595 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
29596 Set major-mode and mode-name. Don't set mode-line-format directly.
29597 (Man-getpage-in-background): Don't reference woman-mode-line-format.
29599 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
29600 string argument obsolete.
29602 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
29604 * textmodes/org.el (org-CUA-compatible): New option.
29605 (org-disputed-keys): New variable.
29606 (org-key): New function.
29607 (orgtbl-make-binding): Add docstring to the created function.
29608 (org-mode): Set paragraph start/separate regexps.
29609 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
29610 (org-archive-location, org-archive-mark-done)
29611 (org-archive-stamp-time): New options.
29612 (org-archive-subtree): New command.
29613 (org-fill-paragraph): New function.
29614 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
29615 (org-fake-empty-table-line): Function removed.
29616 (org-format-org-table-html): Do not create empty table lines at
29617 separator lines. Improved table header treatment.
29618 (org-link-format): New option.
29619 (org-make-link): New function.
29620 (org-insert-link, org-store-link): Use org-make-link.
29621 (org-open-file): Quote file name for shell command, to allow
29622 spaces in file names.
29623 (org-link-regexp): Fix bug with mailto link.
29624 (org-link-maybe-angles-regexp, org-protected-link-regexp):
29626 (org-export-as-html): Deal with the optional angles around a link.
29627 Better treatment of file: links.
29628 (org-open-at-point): Replace @{ and @} with < and >.
29629 (org-run-mode-hooks): Function removed.
29630 (org-agenda-mode): No longer use `org-run-mode-hooks'.
29632 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
29634 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
29635 MI command -data-list-register-values.
29636 (gdb-post-prompt): Indent properly.
29638 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
29640 * hilit-chg.el (highlight-changes-colors): Rename from
29641 `highlight-changes-colours'.
29642 (highlight-changes-colours): Keep as obsolete alias.
29643 (highlight-changes-face-list): Doc fix.
29644 (hilit-chg-make-list): Use `highlight-changes-colors'.
29646 2005-06-12 Mark A. Hershberger <mah@everybody.org>
29648 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
29649 defun-prompt-regexp.
29651 2005-06-12 Eli Zaretskii <eliz@gnu.org>
29653 * loadup.el: Don't say we are dumping under 2 names on windows-nt
29656 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
29657 Don't use an old loaddefs.el, as in Makefile.in.
29659 2005-06-12 Lute Kamstra <lute@gnu.org>
29661 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
29663 * man.el (Man-mode-map): Initialize it properly.
29664 (Man-mode): Set mode-class property to special.
29666 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
29668 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
29670 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
29671 A newline is needed in the docstring there.
29673 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
29676 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
29678 * printing.el: Doc fix. The menubar is no more changed when printing
29679 is loaded, it only changes when pr-menu-bind or pr-update-menus is
29680 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
29681 (pr-version): New version number (6.8.4).
29682 (pr-menu-bind): New command.
29683 (pr-update-menus): Docstring and code fix.
29684 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
29686 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
29687 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
29689 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
29691 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
29692 "Returns" to "return", document useful return values, etc.
29694 2005-06-11 Alan Mackenzie <acm@muc.de>
29696 * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
29697 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
29698 (adaptive-file-function): Minor amendment to doc-string.
29700 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29702 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
29703 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
29704 Fix :type--it is `integer', not `string'.
29706 * faces.el (modeline-highlight): Rename from (the erroneous)
29707 `modeline-higilight'.
29709 2005-06-11 Lute Kamstra <lute@gnu.org>
29711 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
29712 lisp-interaction-mode-map but make it the parent.
29713 (edebug-eval-mode): Use define-derived-mode.
29715 2005-06-11 Andreas Schwab <schwab@suse.de>
29717 * bindings.el: Add binding of `ESC functionkey' for every
29719 * hexl.el (hexl-mode-map): Likewise.
29721 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
29723 * progmodes/compile.el (compilation-error-regexp-alist-alist)
29724 [msft]: update regexp for newer msft compilers.
29726 2005-06-10 Mark A. Hershberger <mah@everybody.org>
29728 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
29729 ATTLIST portions of included DTDs.
29730 (xml-parse-dtd): Eliminate use of inefficient match-data.
29732 2005-06-10 Miles Bader <miles@gnu.org>
29734 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
29735 (mpuz-text): Remove "-face" suffix from face names.
29736 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
29737 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
29738 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
29740 * play/gomoku.el (gomoku-O, gomoku-X):
29741 Remove "-face" suffix from face names.
29742 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
29743 New backward-compatibility aliases for renamed faces.
29744 (gomoku-font-lock-keywords): Use renamed gomoku faces.
29746 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29748 * thumbs.el: Fixes for changes of 2005-06-09.
29749 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
29751 (thumbs-thumbname): Remove directory separator from format string;
29752 `thumbs-thumbsdir' now returns a valid directory name.
29753 (thumbs-temp-dir): New defsubst.
29754 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
29757 * cus-edit.el (minibuffer):
29758 * files.el (make-backup-file-name-function):
29759 * filesets.el (filesets-external-viewers):
29760 * hilit-chg.el (highlight-changes-colours)
29761 (highlight-changes-face-list, highlight-changes-rotate-faces):
29762 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
29763 * kmacro.el (kmacro-call-macro):
29764 * log-edit.el (log-edit-changelog-full-paragraphs):
29765 * mouse.el (mouse-1-click-follows-link):
29766 * skeleton.el (skeleton-autowrap):
29767 * subr.el (insert-for-yank-1):
29768 * tempo.el (tempo-insert-region):
29769 * terminal.el (terminal-emulator):
29770 * time.el (display-time-mail-face):
29771 * vc.el (vc-annotate):
29772 * vcursor.el (vcursor-copy-line):
29773 * woman.el (woman-bold-headings, woman-ignore)
29774 (woman-default-faces, woman-monochrome-faces):
29775 * calendar/todo-mode.el (todo-insert-threshold):
29776 * emulation/pc-select.el (pc-select-selection-keys-only)
29777 (pc-selection-mode):
29778 * emulation/vip.el (vip-find-char-forward):
29779 * emulation/viper-cmd.el (viper-find-char-forward):
29780 * international/mule-cmds.el
29781 (select-safe-coding-system-accept-default-p)
29782 (input-method-exit-on-invalid-key):
29783 * international/mule-diag.el (describe-coding-system):
29784 * international/ucs-tables.el (unify-8859-on-encoding-mode):
29785 * net/browse-url.el (browse-url-xterm-program):
29786 * obsolete/lazy-lock.el (lazy-lock-mode):
29787 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
29789 * progmodes/cpp.el (cpp-face-light-name-list)
29790 (cpp-face-dark-name-list):
29791 * progmodes/delphi.el (delphi-newline-always-indents):
29792 Fix spellings in docstrings.
29794 * ido.el (ido-mode, ido-file-extensions-order)
29795 (ido-default-file-method, ido-default-buffer-method)
29796 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
29797 (ido-decorations, ido-read-file-name-as-directory-commands)
29798 (ido-read-file-name-non-ido, ido-work-directory-list)
29799 (ido-ignore-item-temp-list, ido-current-directory)
29800 (ido-magic-forward-char, ido-enter-find-file)
29801 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
29802 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
29804 2005-06-10 Lute Kamstra <lute@gnu.org>
29806 * play/dunnet.el (dun-mode): Use define-derived-mode.
29807 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
29810 * play/doctor.el (doctor-mode-map): Remove defvar.
29811 (doctor-mode): Use define-derived-mode.
29813 * mail/mspools.el (mspools-mode):
29814 * net/eudc-hotlist.el (eudc-hotlist-mode):
29815 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
29817 2005-06-10 Miles Bader <miles@gnu.org>
29819 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
29820 Remove "-face" suffix from face names.
29821 (flyspell-incorrect-face, flyspell-duplicate-face):
29822 New backward-compatibility aliases for renamed faces.
29823 (flyspell-mode-on, make-flyspell-overlay)
29824 (flyspell-highlight-incorrect-region)
29825 (flyspell-highlight-duplicate-region)
29826 (flyspell-display-next-corrections)
29827 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
29829 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
29831 (texinfo-heading-face): New backward-compatibility alias for
29833 (texinfo-heading-face): Use renamed texinfo-heading face.
29835 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
29836 suffix from face names.
29837 (tex-math-face, tex-verbatim-face):
29838 New backward-compatibility aliases for renamed faces.
29839 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
29840 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
29843 * textmodes/table.el (table-cell): Remove "-face" suffix from face
29845 (table-cell-face): New backward-compatibility alias for renamed face.
29846 (table--put-cell-face-property, table--update-cell-face):
29847 Use renamed table-cell face.
29849 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
29851 (sgml-namespace-face): New backward-compatibility alias for
29853 (sgml-namespace-face): Use renamed sgml-namespace face.
29855 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
29856 (org-level-4, org-level-5, org-level-6, org-level-7)
29857 (org-level-8, org-warning, org-headline-done)
29858 (org-deadline-announce, org-scheduled-today)
29859 (org-scheduled-previously, org-link, org-done, org-table)
29860 (org-time-grid): Remove "-face" suffix from face names.
29861 (org-level-1-face, org-level-2-face, org-level-3-face)
29862 (org-level-4-face, org-level-5-face, org-level-6-face)
29863 (org-level-7-face, org-level-8-face, org-warning-face)
29864 (org-headline-done-face, org-deadline-announce-face)
29865 (org-scheduled-today-face, org-scheduled-previously-face)
29866 (org-link-face, org-done-face, org-table-face)
29867 (org-time-grid-face):
29868 New backward-compatibility aliases for renamed faces.
29869 (org-level-faces, org-set-font-lock-defaults, org-timeline)
29870 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
29871 (org-agenda-get-timestamps, org-agenda-get-scheduled)
29872 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
29874 * emulation/viper-init.el (viper-search, viper-replace-overlay)
29875 (viper-minibuffer-emacs, viper-minibuffer-insert)
29876 (viper-minibuffer-vi): Remove "-face" suffix from face names.
29877 (viper-search-face, viper-replace-overlay-face)
29878 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29879 (viper-minibuffer-vi-face):
29880 New backward-compatibility aliases for renamed faces.
29881 (viper-search-face, viper-replace-overlay-face)
29882 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
29883 (viper-minibuffer-vi-face): Use renamed viper faces.
29885 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
29886 Remove "-face" suffix from face names.
29887 (testcover-nohits-face, testcover-1value-face):
29888 New backward-compatibility aliases for renamed faces.
29889 (testcover-mark): Use renamed testcover faces.
29891 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
29893 (diary-button-face): New backward-compatibility alias for renamed face.
29894 (diary-entry): Use renamed diary-button face.
29896 * calendar/calendar.el (diary, calendar-today, holiday)
29897 (mark-visible-calendar-date): Remove "-face" suffix from face names.
29898 (diary-face, calendar-today-face, holiday-face):
29899 New backward-compatibility aliases for renamed faces.
29900 (eval-after-load "facemenu", diary-entry-marker)
29901 (calendar-today-marker, calendar-holiday-marker, diary-face):
29902 Use renamed calendar faces.
29904 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
29905 (compare-windows-face): New backward-compatibility alias for
29907 (compare-windows-highlight): Use renamed compare-windows face.
29909 * strokes.el (strokes-char): Remove "-face" suffix from face name.
29910 (strokes-char-face): New backward-compatibility alias for renamed face.
29911 (strokes-encode-buffer): Use renamed strokes-char face.
29913 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
29914 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
29915 Remove "-face" suffix from face names.
29916 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
29917 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
29918 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
29919 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
29920 Use renamed pcvs faces.
29921 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
29922 * pcvs-defs.el (cvs-mode-map): Likewise.
29923 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
29925 * info.el (info-title-1, info-title-2, info-title-3)
29926 (info-title-4): Remove "-face" suffix from and downcase face names.
29927 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
29928 (Info-title-4-face):
29929 New backward-compatibility aliases for renamed faces.
29930 (Info-fontify-node): Use renamed info faces.
29932 * hilit-chg.el (highlight-changes, highlight-changes-delete):
29933 Remove "-face" suffix from face names.
29934 (highlight-changes-face, highlight-changes-delete-face):
29935 New backward-compatibility aliases for renamed faces.
29936 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
29937 (hilit-chg-make-list): Use renamed highlight-changes faces.
29939 * generic-x.el (show-tabs-tab, show-tabs-space):
29940 Remove "-face" suffix from face names.
29941 (show-tabs-tab-face, show-tabs-space-face):
29942 New backward-compatibility aliases for renamed faces.
29943 (show-tabs-generic-mode-font-lock-defaults-1)
29944 (show-tabs-generic-mode-font-lock-defaults-2):
29945 Use renamed show-tabs faces.
29947 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
29948 (smerge-markers): Remove "-face" suffix from face names.
29949 (smerge-mine-face, smerge-other-face, smerge-base-face)
29950 (smerge-markers-face):
29951 New backward-compatibility aliases for renamed faces.
29952 (smerge-mine-face, smerge-other-face, smerge-base-face)
29953 (smerge-markers-face): Use renamed smerge faces.
29955 * log-view.el (log-view-file, log-view-message): Remove "-face"
29956 suffix from face names.
29957 (log-view-file-face, log-view-message-face):
29958 New backward-compatibility aliases for renamed faces.
29959 (log-view-file-face, log-view-message-face): Use renamed log-view
29962 * paren.el (show-paren-match, show-paren-mismatch):
29963 Remove "-face" suffix from face names.
29964 (show-paren-match-face, show-paren-mismatch-face):
29965 New backward-compatibility aliases for renamed faces.
29966 (show-paren-function): Use renamed show-paren faces.
29968 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
29969 (ruler-mode-margins, ruler-mode-fringes)
29970 (ruler-mode-column-number, ruler-mode-fill-column)
29971 (ruler-mode-comment-column, ruler-mode-goal-column)
29972 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
29973 suffix from face names.
29974 (ruler-mode-default-face, ruler-mode-pad-face)
29975 (ruler-mode-margins-face, ruler-mode-fringes-face)
29976 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
29977 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
29978 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
29979 New backward-compatibility aliases for renamed faces.
29980 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
29981 (ruler-mode-column-number, ruler-mode-fill-column)
29982 (ruler-mode-comment-column, ruler-mode-goal-column)
29983 (ruler-mode-tab-stop, ruler-mode-current-column)
29984 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
29987 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
29989 (whitespace-highlight-the-space): Use renamed face.
29990 (whitespace-highlight-face): New backward-compatibility alias for
29993 * woman.el (woman-italic, woman-bold, woman-unknown)
29994 (woman-addition, woman-symbol-face):
29995 Remove "-face" suffix from face names.
29996 (woman-italic-face, woman-bold-face, woman-unknown-face)
29997 (woman-addition-face):
29998 New backward-compatibility aliases for renamed faces.
29999 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
30000 (woman-decode-region, woman-replace-match)
30001 (woman-display-extended-fonts, woman-special-characters)
30002 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
30003 Use renamed woman faces.
30005 * longlines.el (longlines-visible-face): Face removed.
30007 * diff-mode.el (diff-header, diff-file-header, diff-index)
30008 (diff-hunk-header, diff-removed, diff-added, diff-changed)
30009 (diff-function, diff-context, diff-nonexistent): Remove "-face"
30010 suffix from face names.
30011 (diff-header-face, diff-file-header-face, diff-index-face)
30012 (diff-hunk-header-face, diff-removed-face, diff-added-face)
30013 (diff-changed-face, diff-function-face, diff-context-face)
30014 (diff-nonexistent-face): New backward-compatibility aliases for
30016 (diff-header-face, diff-file-header-face)
30017 (diff-index, diff-index-face, diff-hunk-header)
30018 (diff-hunk-header-face, diff-removed, diff-removed-face)
30019 (diff-added, diff-added-face, diff-changed-face, diff-function)
30020 (diff-function-face, diff-context-face, diff-nonexistent)
30021 (diff-nonexistent-face): Use renamed diff-mode faces.
30023 * progmodes/compile.el (compilation-warning-face)
30024 (compilation-info-face): Remove "-face" suffix from face names.
30025 (compilation-warning-face, compilation-info-face):
30026 New backward-compatibility aliases for renamed faces.
30027 (compilation-warning-face, compilation-info-face):
30028 Use renamed compilation faces.
30030 * add-log.el (change-log-date, change-log-name)
30031 (change-log-email, change-log-file, change-log-list)
30032 (change-log-conditionals, change-log-function)
30033 (change-log-acknowledgement): Remove "-face" suffix from face names.
30034 (change-log-date-face, change-log-name-face)
30035 (change-log-email-face, change-log-file-face)
30036 (change-log-list-face, change-log-conditionals-face)
30037 (change-log-function-face, change-log-acknowledgement-face):
30038 New backward-compatibility aliases for renamed faces.
30039 (change-log-font-lock-keywords): Use renamed change-log faces.
30041 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
30042 (custom-set, custom-changed, custom-saved, custom-button)
30043 (custom-button-pressed, custom-documentation, custom-state)
30044 (custom-comment, custom-comment-tag, custom-variable-tag)
30045 (custom-variable-button, custom-face-tag, custom-group-tag-1)
30046 (custom-group-tag): Remove "-face" suffix from face names.
30047 (custom-magic-alist, custom-magic-value-create)
30048 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
30049 (custom-invalid-face, custom-rogue-face, custom-modified-face)
30050 (custom-set-face, custom-changed-face, custom-saved-face)
30051 (custom-button-face, custom-button-pressed-face)
30052 (custom-documentation-face, custom-state-face)
30053 (custom-comment-face, custom-comment-tag-face)
30054 (custom-variable-tag-face, custom-variable-button-face)
30055 (custom-face-tag-face, custom-group-tag-face-1)
30056 (custom-group-tag-face):
30057 New backward-compatibility aliases for renamed faces.
30059 * wid-edit.el (widget-documentation, widget-button)
30060 (widget-field, widget-single-line-field, widget-inactive)
30061 (widget-button-pressed): "-face" suffix removed from face names.
30062 (widget-documentation-face, widget-button-face)
30063 (widget-field-face, widget-single-line-field-face)
30064 (widget-inactive-face, widget-button-pressed-face):
30065 New backward-compatibility aliases for renamed faces.
30066 (widget-documentation-face, widget-button-face)
30067 (widget-button-pressed-face, widget-specify-field)
30068 (widget-specify-inactive): Use renamed widget faces.
30070 2005-06-10 Kenichi Handa <handa@m17n.org>
30072 * term/x-win.el (x-clipboard-yank): Remove condition-case
30075 2005-06-11 Kenichi Handa <handa@m17n.org>
30077 * add-log.el (change-log-font-lock-keywords): Make the regexp for
30078 date lines stricter.
30080 2005-06-10 Zhang Wei <id.brep@gmail.com>
30082 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
30083 of x-get-selection.
30085 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
30087 * comint.el (comint-mode, comint-snapshot-last-prompt):
30088 * frame.el (frame-current-scroll-bars):
30089 * term.el (term-mode, term-check-proc, term-input-sender)
30090 (term-simple-send, term-extract-string, term-word)
30091 (term-match-partial-filename):
30092 * window.el (window-current-scroll-bars):
30093 * emulation/cua-base.el (cua-normal-cursor-color)
30094 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
30095 (cua-global-mark-cursor-color):
30096 * mail/undigest.el (rmail-forward-separator-regex):
30097 Fix typos in docstrings.
30099 * comint.el (comint-check-proc, make-comint-in-buffer)
30100 (comint-source-default): Doc fixes.
30102 * term.el (term-send-string): Improve argument/docstring consistency.
30104 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
30106 * comint.el (comint-send-input): Bind `inhibit-read-only' around
30107 call to `delete-region'.
30108 (comint-mode-hook): Do not enable Font Lock by default.
30110 2005-06-09 Lute Kamstra <lute@gnu.org>
30112 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
30115 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
30117 * emacs-lisp/debug.el (debugger-will-be-back): New var.
30119 (debugger-step-through, debugger-continue, debugger-jump)
30120 (debugger-return-value): Set it when needed.
30121 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
30122 Use inhibit-read-only.
30124 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
30126 * window.el (shrink-window-if-larger-than-buffer)
30127 (window-size-fixed): Fix typo in docstring.
30129 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
30130 thumbnails directory on loading.
30131 (thumbs-conversion-program): Use `eq' to check the system type,
30133 (thumbs-temp-dir): Initialize to `temporary-file-directory',
30134 not "/tmp". Fix docstring.
30135 (thumbs-thumbsdir): New function to return the thumbnails
30136 directory, creating it if needed.
30137 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
30138 (thumbs-temp-file): Delete variable and make it into a function.
30139 (thumbs-resize-image, thumbs-modify-image): Use it.
30140 (thumbs-kill-buffer): Simplify.
30141 (thumbs-gensym): Defalias or duplicate CL `gensym'.
30142 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
30145 2005-06-09 Kim F. Storm <storm@cua.dk>
30147 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
30148 set-match-data to free markers in match-data.
30150 * replace.el (replace-match-data): Pass RESEAT arg `t' to
30151 match-data to unchain markers in match-data.
30153 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
30155 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
30156 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
30159 2005-06-08 Richard M. Stallman <rms@gnu.org>
30161 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
30162 give the variable a doc string that doesn't say don't set it directly.
30164 * textmodes/ispell.el (ispell-check-version):
30165 Use match-string-no-properties.
30166 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
30167 (ispell-buffer-local-words): Likewise.
30169 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
30170 except on terminals with enough colors to really display it.
30171 (makefile-dependency-regex): Delete spurious `bb'.
30173 * faces.el (escape-glyph): Use blue once again in last case.
30174 (no-break-space): Redefine so that it isn't invisible on a tty.
30176 2005-06-08 Kim F. Storm <storm@cua.dk>
30178 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
30179 also when reading directory name.
30181 2005-06-08 Lute Kamstra <lute@gnu.org>
30183 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
30184 (flyspell-mode-line-string): Remove autoload cookie.
30185 (flyspell-mode): Remove defvar.
30187 2005-06-07 Lute Kamstra <lute@gnu.org>
30189 * textmodes/org.el (org-run-mode-hooks): New function.
30190 (org-agenda-mode): Use it.
30192 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
30194 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
30196 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
30198 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
30200 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
30202 * font-lock.el (font-lock-add-keywords): Doc fix.
30204 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
30206 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
30207 (tex-compile-default): In the absence of any history, use the order in
30208 tex-compile-alist to choose the preferred command.
30209 (tex-compile-commands): Reorder a bit.
30211 * textmodes/flyspell.el (flyspell-auto-correct-binding)
30212 (flyspell-incorrect-face, flyspell-duplicate-face):
30213 Use (X)Emacs-agnostic code.
30214 (flyspell-mode-map): Don't overwrite at each load. Remove code
30215 redundant with the subsequent add-minor-mode. Merge Emacs and
30217 (flyspell-word): Minor simplification.
30218 (flyspell-math-tex-command-p): Quieten the byte-compiler.
30219 (flyspell-external-point-words): Remove unused vars `size' and `start'.
30220 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
30221 Merge the corresponding Emacs code.
30222 (flyspell-correct-word, flyspell-xemacs-popup):
30223 Use flyspell-do-correct.
30225 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
30226 a dedicated window.
30228 * international/latexenc.el (latexenc-find-file-coding-system):
30229 Undo part of last patch, to turn off a compiler warning.
30231 2005-06-06 Juri Linkov <juri@jurta.org>
30233 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
30234 Rename `tmm-inactive-face' to `tmm-inactive'.
30236 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
30238 * iswitchb.el: Rename faces.
30240 2005-06-06 Kim F. Storm <storm@cua.dk>
30242 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
30243 (cua-global-mark): Remove -face suffix from face names.
30245 * emulation/cua-gmrk.el (cua--init-global-mark):
30246 Remove cua-global-mark face setup.
30248 2005-06-06 Richard M. Stallman <rms@gnu.org>
30250 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
30251 just like other allowed characters.
30252 (makefile-match-dependency): Exclude leading and training whitespace
30253 from the range of regexp subexp 1.
30254 (makefile-macroassign-regex): Don't try to match the body,
30255 just the name of the macro being defined.
30257 * info.el (Info-read-node-name-2): New function.
30258 (Info-read-node-name-1): Use that.
30259 Add a completion-base-size-function property.
30261 * simple.el (completion-setup-function): Look for
30262 completion-base-size-function property of minibuffer-completion-table.
30264 * files.el (locate-file-completion): Doc fix.
30266 * printing.el: Don't call pr-update-menus; user must do that.
30268 * emacs-lisp/debug.el (debugger-window): New variable.
30269 (debug): Use debugger-window if it is set and still alive.
30270 Record debugger-window for next entry.
30272 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
30274 2005-06-06 Matthias F
\e,Av
\e(Brste <slashdevslashnull@gmx.net>
30276 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
30277 (hack-one-local-variable, hack-local-variables)
30278 (hack-local-variables-prop-line): Pass that arg.
30280 2005-06-06 Kim F. Storm <storm@cua.dk>
30282 * ido.el (ido-first-match, ido-only-match, ido-subdir)
30283 (ido-indicator): Remove -face suffix from face names.
30285 2005-06-06 Juri Linkov <juri@jurta.org>
30287 * font-lock.el (font-lock-regexp-backslash)
30288 (font-lock-regexp-backslash-construct): New faces.
30289 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
30290 after `('. Add `while-no-input' to control structures.
30292 * faces.el (no-break-space, shadow): New faces.
30293 (escape-glyph): Use less loud colors pink2 and red4.
30295 * diff-mode.el (diff-context-face)
30296 * dired.el (dired-ignored)
30297 * rfn-eshadow.el (file-name-shadow)
30298 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
30300 * info.el (Info-title-1-face): Use green instead of yellow because
30301 bold yellow is not readable on light backgrounds.
30303 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
30304 before selecting the desired mode to not spend time fontifying
30307 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
30309 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
30310 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
30312 * ps-print.el (ps-default-fg, ps-default-bg):
30313 Fix typos in docstrings.
30315 * isearchb.el (isearchb): Don't pass a spurious second argument to
30316 `iswitchb-completions'.
30318 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
30320 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
30322 (gdb-find-file-hook): Add doc string.
30324 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
30325 C dereferenced pointer expression.
30326 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
30328 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
30330 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
30331 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
30332 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
30333 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
30334 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
30335 Make background transparent.
30337 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
30339 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
30340 (font-lock-remove-keywords): Doc fix.
30341 (font-lock-mode-major-mode): Compiler defvar.
30342 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
30344 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
30345 (font-lock-mode): Update `font-lock-mode-major-mode'.
30346 (font-lock-set-defaults): Compiler defvar.
30347 (font-lock-default-function): Take `font-lock-mode-major-mode'
30350 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
30351 keep track of which major mode it enabled the minor mode for.
30352 Use find-file-hook again. Update docstring.
30354 * simple.el (eval-expression-print-level)
30355 (eval-expression-print-length, eval-expression-debug-on-error):
30358 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
30360 * iswitchb.el (iswitchb-single-match-face)
30361 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
30362 (iswitchb-invalid-regexp-face): New faces.
30363 (iswitchb-completions): Use them.
30364 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
30365 now marked as an obsolete alias.
30366 (iswitchb-read-buffer): Remove check for bound font variables.
30367 (iswitchb-invalid-regexp): New free variable.
30368 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
30369 set iswitchb-invalid-regexp.
30370 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
30372 (iswitchb-completions): Add check for complete match when entering
30374 (iswitchb-completions): Remove require-match argument.
30375 (iswitchb-exhibit): Fix caller.
30376 (iswitchb-common-match-inserted): New variable.
30377 (iswitchb-complete, iswitchb-completion-help): Use it.
30379 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
30381 * url/url-http.el (url-http-chunked-encoding-after-change-function):
30382 Use `url-http-debug' instead of `message'.
30384 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
30386 * url/url-http.el (url-http-parse-headers): Pass redirected URL
30387 as a callback argument.
30389 2005-06-04 Kim F. Storm <storm@cua.dk>
30391 * simple.el (line-move): Only call sit-for when moving backwards.
30393 * ido.el (ido-make-merged-file-list-1): New defun split from
30394 ido-make-merged-file-list.
30395 (ido-make-merged-file-list): Bind throw-on-input around call to
30396 ido-make-merged-file-list-1. Return input-pending-p if
30397 interrupted by more input available.
30398 (ido-read-internal): Handle input-pending-p return value from
30399 ido-make-merged-file-list.
30401 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
30403 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
30404 compatibility code.
30406 * international/latexenc.el (latexenc-find-file-coding-system):
30407 Don't inherit the EOL part of the coding-system from the
30408 tex-main buffer. Fit within 80 columns.
30410 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
30412 * tmm.el (tmm-inactive-face): New face.
30413 (tmm-remove-inactive-mouse-face): New function.
30414 (tmm-prompt, tmm-add-one-shortcut)
30415 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
30416 but not selectable.
30418 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
30420 * faces.el (face-equal): Improve argument/docstring consistency.
30422 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
30424 * progmodes/make-mode.el (makefile-targets-face)
30425 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
30426 (makefile-bsdmake-dependency-regex)
30427 (makefile-makepp-rule-action-regex)
30428 (makefile-bsdmake-rule-action-regex): New constants.
30429 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
30431 * progmodes/compile.el (compilation-error-regexp-alist-alist):
30432 Allow (...) within `...' for makepp messages.
30434 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
30436 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
30438 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
30439 "." files are deleted from all file lists before comparison.
30441 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
30442 (viper-ESC-key): Made them customizable.
30444 * emulation/viper.el (viper-non-hook-settings):
30445 Fix the names of defadvices.
30447 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
30449 * autorevert.el (auto-revert-buffers): Use save-match-data.
30451 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
30453 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
30454 menu items with a nil command binding.
30456 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
30458 * emacs-lisp/cl-macs.el (defsetf):
30459 Improve argument/docstring consistency.
30461 * faces.el (list-faces-display): Improve the formatting by
30462 computing the maximum length required for any face-name (reworked
30463 patch of 1999-01-11, accidentally deleted on 1999-07-21).
30464 (internal-find-face): Remove redundant info in docstring.
30466 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
30468 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
30469 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
30470 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
30471 (gdb-assembler-custom): Improve regexps.
30472 (def-gdb-auto-update-handler): Use window point to preserve point.
30474 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
30476 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
30478 2005-05-31 Jay Belanger <belanger@truman.edu>
30480 * calc/calc-embed.el (calc-embedded-word): Change argument passed
30482 (calc-embedded-make-info): Have plain prefix argument select
30485 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
30487 * faces.el (list-faces-display): Signal error if passed a regexp
30488 that matches no face name.
30490 * simple.el (filter-buffer-substring): Fix typo in docstring.
30492 2005-05-31 Richard M. Stallman <rms@gnu.org>
30494 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
30495 (vhdl-emacs-21): Doc fix.
30496 (vhdl-mode): Unconditionally set comment-padding.
30497 (vhdl-fixup-whitespace-region): Insert spaces only where
30499 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
30501 2005-05-30 John Wiegley <johnw@newartisans.com>
30503 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
30504 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
30505 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
30506 `directory-sep-char' to ?/, and all uses of `string-to-int' to
30507 `string-to-number'.
30509 2005-05-30 Jay Belanger <belanger@truman.edu>
30511 * calc/calc.el (calc-bug-address): Fix docstring.
30512 (calc-window-hook, calc-trail-window-hook): New variables.
30513 (calc-trail-display): Restore use of calc-trail-window-hook.
30514 (calc): Restore use of calc-window-hook.
30516 2005-05-31 Masatake YAMATO <jet@gyve.org>
30518 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
30520 * help-fns.el (help-C-file-name): Add autoload mark for
30521 `find-function-noselect'.
30523 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
30525 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
30526 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
30528 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30530 * calendar/diary-lib.el (mark-included-diary-files): Only kill
30531 included diary buffer if it was not already being visited.
30532 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
30534 * calendar/icalendar.el (top-level): Do not require appt.
30536 * mail/supercite.el (sc-select-attribution): Only use a list
30537 element from sc-attrib-selection-list if it returns a string.
30538 Reported by Davide G. M. Salvetti <salve@debian.org>.
30540 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
30542 * thumbs.el (thumbs-thumbname): The resulting thumbname now
30543 includes a hash value to improve its uniqueness, and has a ".jpg"
30544 extension. Also, it is now a valid filename on all systems.
30545 (thumbs-make-thumb): Use `let', not `let*'.
30546 (thumbs-show-thumbs-list): Check for JPEG availability.
30548 2005-05-30 Richard M. Stallman <rms@gnu.org>
30550 * filesets.el (filesets-menu-ensure-use-cached):
30551 Prevent warning when emacs-version>= is undefined.
30553 * printing.el (pr-interactive-n-up): Use string-to-number.
30555 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
30557 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
30558 Warn only when name to be defined is quoted.
30560 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
30562 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
30563 Make regexp more robust.
30564 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
30565 Force regeneration of disassembly.
30567 2005-05-29 Jay Belanger <belanger@truman.edu>
30569 * calc/calc.el (calc-user-invocation): Check if
30570 calc-invocation-macro is non-nil.
30572 2005-05-29 Juri Linkov <juri@jurta.org>
30574 * add-log.el (change-log-font-lock-keywords):
30575 Add `+' to e-mail regexp to accept mail address with keywords.
30577 * man.el (Man-name-regexp): Add `:' to accept qualified names.
30579 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
30581 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
30583 * ielm.el (inferior-emacs-lisp-mode): Ditto.
30585 2005-05-29 Richard M. Stallman <rms@gnu.org>
30587 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30588 Undo the change that moves to end of the current word.
30590 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30592 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
30593 Throw error when count <= 0 to ensure input is a number.
30594 (gdb-read-memory-custom): Pick up address from buffer.
30595 (gdb-memory-mode): Allow user to increment and decrement
30596 memory address from header line.
30598 2005-05-29 Richard M. Stallman <rms@gnu.org>
30600 * textmoddes/flyspell.el (flyspell-version): Function deleted.
30601 (flyspell-auto-correct-previous-hook): Doc fix.
30603 * jit-lock.el (jit-lock-function, jit-lock-after-change):
30604 Do nothing if memory is full.
30606 * font-lock.el (font-lock-fontify-syntactically-region):
30607 Pass t for GREEDY to looking-back.
30609 * saveplace.el (save-place-alist-to-file): Write the file
30610 using write-region.
30612 * subr.el (looking-back): New argument GREEDY.
30614 * progmodes/compile.el (compilation-start): Set the mode
30615 before inserting the initial text.
30617 * progmodes/which-func.el (which-func-update-1): Turn the mode
30618 off in case of error by setting which-func-mode.
30620 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
30622 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
30623 Narrow down to what's on the screen, and recenter overlays
30624 at the end of the next word.
30626 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
30628 * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
30630 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
30631 (flyspell-abbrev-p): Default to nil.
30632 (flyspell-use-global-abbrev-table-p): Doc fix.
30633 (flyspell-large-region): Allow nil as value.
30634 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
30636 (mail-mode-flyspell-verify): More robust handling
30637 of `mail-header-separator'. More efficient signature detection.
30638 Allow for regexp metacharacters in message-header-separator.
30639 Adding `To' not to be checked in mail-mode-flyspell-verify.
30641 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
30642 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
30643 Bind flyspell-auto-correct-binding.
30645 (flyspell-mode-map): Likewise.
30646 (flyspell-mode): Doc fix.
30647 (flyspell-accept-buffer-local-defs): Preserve current buffer.
30648 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
30649 (flyspell-word-cache-result): New var, always local.
30650 (flyspell-check-pre-word-p): Doc fix.
30651 (flyspell-check-changed-word-p): Handle spc like newline.
30652 (flyspell-post-command-hook): Set flyspell-word-cache-result.
30653 (flyspell-word-search-backward, flyspell-word-search-forward):
30655 (flyspell-word): Return t if nothing to check.
30656 When parsing TeX code, check for after } or \.
30657 Use flyspell-word-search-backward to find previous word.
30658 Return nil if duplicated word.
30659 For word already checked, return same value as last time.
30660 Set flyspell-word-cache-result after checking.
30661 Don't clobber the return value.
30662 (flyspell-get-word): Major rewrite.
30663 (flyspell-external-point-words): New locals pword, pcount.
30664 Fix size used in progress message.
30665 Find the proper corresponding word in flyspell-large-region-buffer.
30666 (flyspell-region): Check for flyspell-large-region = nil.
30667 (flyspell-highlight-incorrect-region): Clean up overlays in region.
30668 (flyspell-auto-correct-word): Check that WORD is a cons.
30669 (flyspell-correct-word): Likewise.
30671 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
30673 * progmodes/make-mode.el (makefile-rule-action-regex)
30674 (makefile-macroassign-regex, makefile-makepp-mode)
30675 (makefile-bsdmake-mode): Continuation lines may be empty.
30676 Reported by Joshua Varner.
30677 (makefile-makepp-font-lock-keywords): Add $(stem).
30679 2005-05-28 Karl Berry <karl@gnu.org>
30681 * textmodes/tex-mode.el: Now that tex-send-command calls
30682 shell-quote-argument (2005-03-31 change), remove all calls to
30683 shell-quote-argument; they all end up invoking tex-send-command.
30684 The double quoting loses on filenames with non-safe characters,
30685 such as "@". Reported by Frederik Fouvry.
30687 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
30689 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
30690 about preserving point.
30692 2005-05-27 Jay Belanger <belanger@truman.edu>
30694 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
30697 * calc/calc-embed.el (calc-embed-arg): New variable.
30698 (calc-do-embedded-activate, calc-embedded-activate-formula)
30699 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
30700 variable by new variable.
30701 (calc-embedded-make-info): Replace undeclared variable by new
30702 variable. When selecting region with positive prefix
30703 argument, use end of previous line instead of beginning of line.
30705 * calc/calc-aent.el (calc-arg-values): Declare it.
30707 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
30710 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
30712 * calc/calc.el (calc-alg-map): Declare it.
30714 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
30716 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
30718 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
30719 (gdb-registers-buffer, toggle-gdb-all-registers):
30720 Toggle display of floating point registers.
30721 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
30723 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
30724 (toggle-gud-tooltip-dereference):
30725 Rename from gud-toggle-tooltip-dereference.
30727 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
30729 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
30731 2005-05-27 Jay Belanger <belanger@truman.edu>
30733 * calc/calc-prog.el (calc-kbd-report): Remove.
30734 (calc-kbd-query): Rewrite.
30736 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
30738 * image.el (image-library-alist): Move to image.c.
30739 (image-type-available-p): Doc fix.
30741 2005-05-27 Lute Kamstra <lute@gnu.org>
30743 * calc/calc.el (calc):
30744 * outline.el (outline-1, outline-2, outline-3, outline-4)
30745 (outline-5, outline-6, outline-7, outline-8):
30746 * textmodes/dns-mode.el (dns-mode):
30747 * textmodes/sgml-mode.el (sgml-namespace-face):
30748 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
30749 (tex-verbatim-face, tex-use-reftex):
30750 * textmodes/texinfo.el (texinfo-heading-face):
30751 Specify customization group.
30753 * longlines.el: Don't require easy-mmode.
30754 (longlines-visible-face): Specify customization group.
30756 2005-05-27 Kenichi Handa <handa@m17n.org>
30758 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
30759 encoding table of windows-1251.
30761 * international/ucs-tables.el (ucs-set-table-for-input):
30762 If translation-table-for-input of a coding system is a symbol, get
30763 its translation-table property.
30765 * international/code-pages.el: Don't register a coding system into
30766 non-iso-charset-alist more than once.
30767 (cp-make-coding-system): Likewise.
30769 2005-05-26 John Wiegley <johnw@newartisans.com>
30771 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
30772 `eshell-resume-eval' is wrapped in a list, it indicates that the
30773 command was run asynchronously. In that case, unwrap the value
30774 before checking the delimiter value.
30776 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
30777 character before a space at the end of a line is \, assume the space
30778 is part of the last argument rather than a final argument separator.
30780 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
30781 is in use, and the target is `t' or `nil' (which are the most common
30782 values), don't assume that the symbol target is a buffer.
30784 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
30786 * calendar/calendar.el (calendar-mode-line-format):
30787 Use mode-line-highlight as mouse-face.
30789 * time.el (display-time-string-forms, display-time-update):
30790 Use mode-line-highlight as mouse-face.
30792 2005-05-26 Jay Belanger <belanger@truman.edu>
30794 * calc/calc.el (calc-language-alist): Remove extra defvar.
30796 2005-05-26 Lute Kamstra <lute@gnu.org>
30798 * arc-mode.el (archive-mode):
30799 * bookmark.el (bookmark-read-annotation-mode)
30800 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
30802 * calc/calc-yank.el (calc-edit-mode):
30803 * calc/calc.el (calc-mode, calc-trail-mode):
30804 * calculator.el (calculator-mode):
30805 * chistory.el (command-history-mode):
30807 * cus-edit.el (custom-mode):
30808 * descr-text.el (describe-text-mode):
30809 * ebuff-menu.el (Electric-buffer-menu-mode):
30810 * ediff-util.el (ediff-mode):
30811 * emacs-lisp/re-builder.el (reb-mode):
30812 * emulation/vi.el (vi-mode-setup):
30813 * emulation/ws-mode.el (wordstar-mode):
30814 * eshell/esh-mode.el (eshell-mode):
30815 * forms.el (forms-mode):
30816 * help-mode.el (help-mode):
30817 * hexl.el (hexl-mode):
30818 * ibuffer.el (ibuffer-mode):
30819 * ielm.el (inferior-emacs-lisp-mode):
30820 * info.el (Info-mode, Info-edit-mode):
30821 * international/swedish.el:
30822 * ledit.el (ledit-from-lisp-mode):
30823 * locate.el (locate-mode):
30824 * mail/rmail.el (rmail-mode):
30825 * mail/rmailedit.el (rmail-edit-mode):
30826 * mail/rmailsum.el (rmail-summary-mode):
30827 * mail/supercite.el (sc-electric-mode):
30828 * net/eudc.el (eudc-mode):
30829 * net/quickurl.el (quickurl-list-mode):
30830 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
30831 * obsolete/ooutline.el (outline-mode):
30832 * obsolete/options.el (Edit-options-mode):
30833 * obsolete/rnews.el (news-mode):
30834 * obsolete/rnewspost.el (news-reply-mode):
30835 * play/5x5.el (5x5-mode):
30836 * play/decipher.el (decipher-mode, decipher-stats-mode):
30837 * play/gomoku.el (gomoku-mode):
30838 * play/snake.el (snake-mode):
30839 * play/solitaire.el (solitaire-mode):
30840 * play/tetris.el (tetris-mode):
30841 * progmodes/ada-mode.el (ada-mode):
30842 * progmodes/antlr-mode.el (antlr-mode):
30843 * progmodes/autoconf.el (autoconf-mode):
30844 * progmodes/dcl-mode.el (dcl-mode):
30845 * progmodes/delphi.el (delphi-mode):
30846 * progmodes/ebrowse.el (ebrowse-tree-mode)
30847 (ebrowse-electric-list-mode, ebrowse-member-mode)
30848 (ebrowse-electric-position-mode):
30849 * progmodes/f90.el (f90-mode):
30850 * progmodes/fortran.el (fortran-mode):
30851 * progmodes/icon.el (icon-mode):
30852 * progmodes/idlw-help.el (idlwave-help-mode):
30853 * progmodes/idlw-shell.el (idlwave-shell-mode):
30854 * progmodes/idlwave.el (idlwave-mode):
30855 * progmodes/inf-lisp.el (inferior-lisp-mode):
30856 * progmodes/m4-mode.el (m4-mode):
30857 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
30858 * progmodes/modula2.el (modula-2-mode):
30859 * progmodes/octave-inf.el (inferior-octave-mode):
30860 * progmodes/octave-mod.el (octave-mode):
30861 * progmodes/pascal.el (pascal-mode):
30862 * progmodes/sh-script.el (sh-mode):
30863 * progmodes/sql.el (sql-mode, sql-interactive-mode):
30864 * progmodes/vhdl-mode.el (vhdl-mode):
30865 * progmodes/xscheme.el (scheme-interaction-mode):
30866 * replace.el (occur-mode):
30867 * ses.el (ses-mode):
30868 * simple.el (completion-list-mode):
30870 * speedbar.el (speedbar-mode):
30871 * term.el (term-mode):
30872 * terminal.el (terminal-edit-mode):
30873 * textmodes/reftex-index.el (reftex-index-mode)
30874 (reftex-index-phrases-mode):
30875 * textmodes/reftex-sel.el (reftex-select-label-mode)
30876 (reftex-select-bib-mode):
30877 * textmodes/reftex-toc.el (reftex-toc-mode):
30878 * wdired.el (wdired-change-to-wdired-mode):
30879 * wid-browse.el (widget-browse-mode):
30880 Use run-mode-hooks.
30882 * array.el (array-mode):
30883 * calendar/todo-mode.el (todo-mode):
30884 * man.el (Man-mode):
30885 * play/landmark.el (lm-mode):
30886 * play/mpuz.el (mpuz-mode):
30887 Use kill-all-local-variables and run-mode-hooks.
30889 * subr.el (delay-mode-hooks): Specify indentation.
30891 2005-05-26 Mark A. Hershberger <mah@everybody.org>
30893 * xml.el (xml-substitute-special): Don't die for undefined xml
30896 2005-05-26 Jay Belanger <belanger@truman.edu>
30898 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
30901 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
30903 * progmodes/gdb-ui.el (gdb-frame-address):
30904 Rename from gdb-current-address.
30905 (gdb-previous-frame-address): Rename from gdb-previous-address.
30906 (gdb-selected-frame): Rename from gdb-current-frame.
30907 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
30908 (gdb-frame-number): Rename from gdb-current-stack-level.
30909 (gdb-ann3): Match new mode-name for disassembly buffer.
30910 Extend initialization of variables.
30911 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
30912 (gdb-memory-mode): Use mouse-face in header line.
30913 (gdb-assembler-buffer-name): Call it disassembly and give frame
30915 (gdb-source-spec-regexp, gdb-assembler-custom)
30916 (gdb-invalidate-assembler, gdb-frame-handler):
30917 Make robust to leading zeroes in address format.
30919 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
30921 * textmodes/org.el (org-mode): Use `define-derived-mode' to
30923 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
30925 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
30927 * log-edit.el (log-edit-changelog-entries): Distinguish between
30928 filenames like xfns.c and fns.c.
30930 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
30932 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
30933 point after reverting.
30934 (Buffer-menu-make-sort-button): Handle the case where
30935 `Buffer-menu-use-header-line' is nil.
30937 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
30939 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
30940 New funcs. In minibuffer-local-completion-map bind `]', `/'
30943 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
30945 * startup.el (normal-top-level): Allow modification of load-path while
30946 we're iterating over it.
30948 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
30950 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
30951 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
30952 (thumbs-resize-interactive, thumbs-insert-image)
30953 (thumbs-insert-thumb, thumbs-dired-show-marked)
30954 (thumbs-find-image-at-point, thumbs-delete-images)
30955 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
30956 (thumbs-increment-image-size, thumbs-decrement-image-size):
30957 Fix typos in docstrings.
30959 2005-05-24 Andre Spiegel <spiegel@gnu.org>
30961 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
30962 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
30963 (cperl-mode): Use them.
30965 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
30967 * window.el (quit-window, shrink-window-if-larger-than-buffer):
30970 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
30972 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
30973 Bind C-d to gdb-inferior-io-eof.
30975 * dired.el (dired-dnd-popup-notice): Use message-box.
30977 2005-05-23 Masatake YAMATO <jet@gyve.org>
30979 * bindings.el (mode-line-major-mode-keymap):
30980 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
30982 * faces.el (mode-line-highlight): New face.
30984 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
30987 * bindings.el (top-level, help-echo, mode-line-modified)
30988 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
30991 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
30993 * progmodes/cc-engine.el (c-guess-basic-syntax):
30994 Remove spurious call to `zerop'.
30996 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
30998 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
31000 CC Mode update to 5.30.10:
31002 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
31003 the point could go past the limit in decoration level 2, thereby
31004 causing errors during interactive fontification.
31006 * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
31007 bug when the file is evaluated interactively.
31009 * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
31010 declarations somewhat better in C++.
31012 * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
31013 New helper macro to make use of `run-mode-hooks'
31014 which has been added in Emacs 21.1.
31015 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
31016 (awk-mode): Use it.
31017 (make-local-hook): Suppress warning about obsoleteness.
31019 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
31020 (c-append-backslashes-forward, c-delete-backslashes-forward)
31021 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
31022 Compensate for return value from `forward-line' when it has moved
31023 but not to a different line due to eob.
31025 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
31026 `objc-method-intro' and `objc-method-args-cont'.
31028 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
31030 CC Mode update to 5.30.10:
31032 * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
31033 address in the copyright statement. Incidentally, change "along with
31034 GNU Emacs" to "along with this program" where it occurs.
31036 * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
31037 autoload, so that it is interactive, hence can be found by M-x awk-mode
31038 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
31039 <gmorris+emacs@ast.cam.ac.uk>.
31041 * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
31044 2005-05-23 Kevin Ryde <user42@zip.com.au>
31046 * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
31047 from c-parse-state, to avoid a lisp error (on bad code).
31049 2005-05-23 Lute Kamstra <lute@gnu.org>
31051 * subr.el (font-lock-defaults): Remove defvar as it's already
31052 defined in font-core.el.
31054 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
31056 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
31058 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
31059 more general and work when GDB variable "print pretty" is on,
31060 as with Emacs, for example.
31062 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
31064 * font-core.el: Update comment.
31066 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
31067 Use `after-change-major-mode-hook' instead of `find-file-hook'.
31069 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
31071 2005-05-22 Eli Zaretskii <eliz@gnu.org>
31073 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
31074 and `yank-handler' in the doc strings.
31076 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
31078 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
31080 2005-05-22 Richard M. Stallman <rms@gnu.org>
31082 * help.el (describe-key): Move print-help-return-message call
31083 out of conditional.
31085 * progmodes/etags.el (list-tags): Use with-no-warnings.
31087 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
31088 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
31089 (starttls-extra-args, starttls-extra-arguments): Add defvars.
31091 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
31093 * language/viet-util.el (viet-viscii-nonascii-translation-table):
31096 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
31097 Use defvar, not defconst.
31099 * hexl.el (hexl-follow-line): Use with-no-warnings.
31101 * emulation/tpu-extras.el: Use write-file-functions instead of
31104 * dired.el (dired-font-lock-keywords): Fontify files with junk
31105 extensions even if marked by -F.
31107 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
31109 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
31110 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
31111 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
31112 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
31113 (concatenate, list-length, get*, getf, cl-remprop):
31114 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
31115 (etypecase, progv, lexical-let, lexical-let*)
31116 (multiple-value-bind, multiple-value-setq, shiftf):
31117 Improve argument/docstring consistency.
31119 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
31121 2005-05-22 Andre Spiegel <spiegel@gnu.org>
31123 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
31126 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
31127 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
31129 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
31131 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
31132 already deleted variables: auto-fill-hook, blink-paren-hook,
31133 lisp-indent-hook, inhibit-local-variables, unread-command-event,
31134 suspend-hooks, comment-indent-hook, meta-flag,
31135 before-change-function, after-change-function,
31136 font-lock-doc-string-face.
31138 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
31140 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
31142 2005-05-21 Eli Zaretskii <eliz@gnu.org>
31144 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
31145 rmail-dont-reply-to.
31147 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31149 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
31150 literal blank when splitting new-header-values.
31152 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
31154 * calendar/cal-menu.el (cal-menu-update): Add separator as a
31155 string so that tmm doesn't create a completion entry for it.
31157 * textmodes/table.el (table-disable-menu): Ditto.
31159 2005-05-21 Richard M. Stallman <rms@gnu.org>
31161 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
31163 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
31165 * net/rcompile.el (remote-compile): Use compilation-start.
31167 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
31169 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
31171 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
31172 Default to makefile-bsdmake-mode on BSD systems.
31174 * imenu.el (imenu-generic-expression, imenu--generic-function'):
31175 REGEXP may also be a search function now. The part of doc-string
31176 for describing the structure was 95% identical to that of
31177 `imenu--generic-function'. Unify it there.
31179 * progmodes/make-mode.el (makefile-imenu-generic-expression):
31180 Use function to find dependencies, because regexp alone is so complex,
31181 it easily goes into an endless loop.
31182 (makefile-makepp-mode): Also add submenu for Perl functions
31183 defined in the makefile.
31184 (makefile-bsdmake-mode): Special imenu-generic-expression no
31185 longer needed, due to function call.
31186 (makefile-match-dependency): Take BOUND into account when checking
31189 2005-05-20 Jay Belanger <belanger@truman.edu>
31191 * calc/calc-units.el (calc-invalidate-units-table):
31192 Use inhibit-read-only.
31193 (math-build-units-table-buffer): Use view-mode.
31195 2005-05-20 David Kastrup <dak@gnu.org>
31197 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
31198 easy-menu-add is not a nop on Emacs; and clarify when to call it.
31200 2005-05-20 Lute Kamstra <lute@gnu.org>
31202 * diff-mode.el (diff-header-face, diff-file-header-face)
31203 (diff-index-face, diff-hunk-header-face, diff-removed-face)
31204 (diff-added-face, diff-changed-face, diff-function-face)
31205 (diff-context-face, diff-nonexistent-face): Put them in the
31206 diff-mode customization group.
31208 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
31210 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
31212 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
31214 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
31215 Minor regexp-optimization.
31217 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
31219 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
31220 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
31221 (org-agenda-add-time-grid-maybe): New function.
31222 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
31223 (org-table-create): `dotimes' instead of `mapcar'.
31224 (org-xor): Simplify implementation.
31225 (org-agenda): `inhibit-redisplay' turned on.
31226 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
31227 a consistent line after a state change.
31228 (org-agenda-remove-times-when-in-prefix): New option.
31229 (org-prefix-has-time): New variable.
31230 (org-parse-time-string): Optional argument NODEFAULT.
31231 (org-format-agenda-item): Parse items for time-of-day
31232 specifications and move these into the prefix if possible.
31233 (org-agenda-priority): Get current heading, not previous heading
31234 during agenda remote editing.
31236 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
31238 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
31239 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
31240 (remove-duplicates, delete-duplicates, substitute)
31241 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
31242 (nsubstitute-if-not, find, find-if, find-if-not, position)
31243 (position-if, position-if-not, count, count-if, count-if-not)
31244 (mismatch, search, sort*, stable-sort, merge, member*)
31245 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
31246 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
31247 (intersection, nintersection, set-difference, nset-difference)
31248 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
31249 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
31250 (nsublis, tree-equal): Improve argument/docstring consistency.
31252 * subr.el (send-string, send-region): Remove obsolescence declaration.
31253 (window-dot, set-window-dot, read-input, show-buffer)
31254 (eval-current-buffer, string-to-int):
31255 Add release number to obsolescence declarations.
31257 2005-05-19 Kim F. Storm <storm@cua.dk>
31259 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
31260 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
31262 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
31264 * faces.el (list-faces-display): Make back button respect optional
31267 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
31269 * calculator.el (calculator-radix-grouping-mode)
31270 (calculator-radix-grouping-digits, calculator-displayer)
31271 (calculator-radix-grouping-separator, calculator-copy-displayer):
31272 * dabbrev.el (dabbrev-search-these-buffers-only):
31273 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
31274 (diff-advance-after-apply-hunk, diff-mode-hook)
31275 (diff-minor-mode-prefix):
31276 * imenu.el (imenu-use-popup-menu):
31277 * jit-lock.el (jit-lock-context-time):
31278 * newcomment.el (comment-fill-column, comment-column)
31279 (comment-style, comment-padding, comment-multi-line)
31280 (comment-empty-lines, comment-auto-fill-only-comments):
31281 * reveal.el (reveal-around-mark):
31282 * uniquify.el (uniquify-buffer-name-style)
31283 (uniquify-after-kill-buffer-p)
31284 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
31285 (uniquify-min-dir-content, uniquify-separator)
31286 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
31287 * w32-vars.el (w32-fixed-font-alist):
31288 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
31289 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
31290 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
31291 * progmodes/perl-mode.el (perl-indent-level)
31292 (perl-continued-statement-offset, perl-continued-brace-offset)
31293 (perl-brace-offset, perl-brace-imaginary-offset)
31294 (perl-label-offset, perl-indent-continued-arguments)
31295 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
31296 * progmodes/tcl.el (tcl-indent-level)
31297 (tcl-continued-indent-level, tcl-auto-newline)
31298 (tcl-tab-always-indent, tcl-electric-hash-style)
31299 (tcl-help-directory-list, tcl-use-smart-word-finder)
31300 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
31301 (inferior-tcl-source-command):
31302 * textmodes/fill.el (enable-kinsoku):
31303 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
31304 * textmodes/table.el (table-yank-handler):
31305 Specify missing group (and type, if simple) in defcustom.
31307 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
31309 * progmodes/compile.el (compilation-finish-function): Fix defvar.
31311 2005-05-19 Richard M. Stallman <rms@gnu.org>
31313 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
31315 * subr.el (event-basic-type): Don't get an error.
31316 (left-fringe-p): Function deleted.
31318 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
31319 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
31321 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
31324 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
31326 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
31328 * emacs-lisp/bytecomp.el
31329 (byte-compile-file-form-custom-declare-variable):
31330 Call byte-compile-nogroup-warn if appropriate.
31332 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
31333 (compilation-set-window): Don't call left-fringe-p; do it directly.
31335 2005-05-19 Jay Belanger <belanger@truman.edu>
31337 * calc/calc-graph.el (calc-graph-format-data): Make sure
31338 var-PlotRejects is bound before trying to check its value.
31340 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
31342 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
31343 definition of this variable from reftex-global.el to reftex.el,
31344 because it is needed in the menu.
31346 2005-05-19 Lute Kamstra <lute@gnu.org>
31348 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
31349 years are fixed. Don't insert a space after a dash.
31351 2005-05-19 Kim F. Storm <storm@cua.dk>
31353 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
31355 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
31357 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
31358 strings, because (eq ... ?\\) is fairly frequent.
31360 * progmodes/make-mode.el (makefile-add-this-line-targets):
31361 Simplify and integrate into `makefile-pickup-targets'.
31362 (makefile-add-this-line-macro): Simplify and integrate into
31363 `makefile-pickup-macros.
31364 (makefile-pickup-filenames-as-targets): Simplify.
31365 (makefile-previous-dependency, makefile-match-dependency):
31366 Don't stumble over `::'.
31368 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
31370 * subr.el (post-command-idle-hook, post-command-idle-delay):
31371 Remove obsoletion of post-command-idle-hook and
31372 post-command-idle-delay.
31374 * faces.el (list-faces-display): Provide button when describe-face
31375 is called to take user back to the list of faces.
31377 * help-fns.el (describe-variable): Remove hyperlinks in a
31378 variable's value as these are quite frequently inappropriate.
31380 * follow.el (follow-submit-feedback, follow-mode):
31381 Remove references to post-command-idle-hook.
31383 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
31385 * progmodes/make-mode.el (makefile-previous-dependency)
31386 (makefile-match-dependency): Check for := (and in bsd mode also
31387 !=) to give a better result, even when font-lock is not on.
31389 2005-05-18 Jay Belanger <belanger@truman.edu>
31391 * calc/calc-help.el (calc-s-prefix-help):
31392 Add `calc-copy-special-constant' to help string.
31394 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
31396 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31398 2005-05-18 Jay Belanger <belanger@truman.edu>
31400 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
31401 in linear factors are in proper order.
31403 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
31405 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
31406 Support for jurabib.
31408 * textmodes/reftex.el (featurep): Define aliases for overlay
31409 commands, for XEmacs compatibility, and use these aliases in
31410 overlay initializations.
31411 (reftex-highlight): Use `reftex-move-overlay'.
31412 (reftex-unhighlight): Use `reftex-delete-overlay'.
31413 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
31414 (reftex-access-search-path): Use `reftex-uniquify' instead of
31417 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
31418 `before-string' property modification enables for Emacs as well.
31419 (reftex-select-item): Use `reftex-delete-overlay'.
31420 (reftex-select-mark): Use `reftex-make-overlay' and
31421 `reftex-overlay-put'.
31422 (reftex-select-unmark): Use `reftex-delete-overlay' and
31423 `reftex-overlay-put'.
31425 2005-05-18 Lute Kamstra <lute@gnu.org>
31427 * emacs-lisp/lisp.el (check-parens): Fix docstring.
31429 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
31431 * add-log.el (add-change-log-entry):
31432 * array.el (array-make-template, array-reconfigure-rows)
31433 (array-init-max-row, array-init-max-column)
31434 (array-init-columns-per-line, array-init-field-width):
31435 * replace.el (replace-match-maybe-edit, perform-replace):
31436 * textmodes/spell.el (spell-region):
31437 Replace `read-input' by `read-string'.
31439 * forms.el (forms-mode):
31440 * finder.el (finder-compile-keywords):
31441 * shadowfile.el (shadow-read-files):
31442 Replace `eval-current-buffer' by `eval-buffer'.
31444 * terminal.el (te-pass-through):
31445 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
31446 (ange-ftp-raw-send-cmd):
31447 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
31448 (send-process-next-char, telnet-initial-filter, telnet):
31449 Replace `send-string' by `process-send-string'.
31451 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
31452 (prolog-consult-region): Replace `send-string' by
31453 `process-send-string'; replace `send-region' by `process-send-region'.
31455 * progmodes/delphi.el (delphi-log-msg):
31456 Replace `set-window-dot' by `set-window-point'.
31458 * subr.el (window-dot, set-window-dot, read-input, send-string)
31459 (send-region, show-buffer, eval-current-buffer):
31460 Make really obsolete, as the comment says.
31462 2005-05-17 Kim F. Storm <storm@cua.dk>
31464 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
31465 (cua--init-keymaps): Bind C-return instead of S-return to set
31468 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
31469 instead of S-return to toggle/clear rectangle mark.
31471 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
31473 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
31474 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
31475 Also fontify plain strings assigned to variables, mostly so that a
31476 colon has a face and is thus not taken as a dependency separator.
31477 (makefile-previous-dependency): Inline the new matcher, because it
31478 is too complex to work in both directions.
31479 (makefile-match-dependency): Eliminate `backward' arg (see above).
31480 Completely reimplemented so as to not sometimes go into an endless
31481 loop. It should also be more efficient, because first it only
31482 searches for `:', instead of applying the very complex regexp.
31483 (makefile-mode): Cancel `font-lock-support-mode', because blocks
31484 to be fontified in one piece can be too long for JIT.
31485 Makefiles are never *that* big.
31487 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
31489 * dired.el (dired-mode): Simplify.
31491 2005-05-17 Lute Kamstra <lute@gnu.org>
31493 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
31494 defcustom for the mode hook variable.
31496 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
31497 Emacs Lisp Reference Manual.
31499 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
31501 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
31503 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
31504 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
31506 * net/tramp-smb.el (tramp-smb-open-connection):
31507 Pass `tramp-chunksize' as fifth (required) argument.
31509 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
31511 * font-lock.el (lisp-font-lock-keywords-1):
31512 Set `font-lock-negation-char-face' for [^...] char group.
31513 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
31515 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
31516 a var, and refine it to mask one more level of nested vars.
31517 (makefile-rule-action-regex): Turn it into a var, and refine it so
31518 it recognizes backslashed continuation lines as belonging to the
31520 (makefile-macroassign-regex): Refine it so it recognizes
31521 backslashed continuation lines as belonging to the same command.
31522 (makefile-var-use-regex): Don't look at the next char, because it
31523 might be the same one to be skipped by the initial [^$], leading
31524 to an overlooked variable use.
31525 (makefile-make-font-lock-keywords): Remove two parameters, which
31526 are now variables that some of the modes set locally.
31527 Handle dependency and rule action matching through functions, because
31528 regexps alone match too often. Dependency matching now comes
31529 last, so it can check, whether a colon already matched something else.
31530 (makefile-mode): Inform that font-lock improves makefile parsing
31532 (makefile-match-dependency, makefile-match-action): New functions.
31534 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
31536 * emacs-lisp/cl-extra.el (equalp): Doc fix.
31538 * align.el (align-regexp):
31539 * ansi-color.el (ansi-color-get-face):
31540 * array.el (array-reconfigure-rows, array-init-max-row)
31541 (array-init-max-column, array-init-columns-per-line)
31542 (array-init-field-width):
31543 * dired-aux.el (dired-trample-file-versions):
31544 * dired-x.el (dired-mark-sexp):
31545 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
31546 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
31547 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
31548 * faces.el (face-read-integer):
31549 * files.el (backup-extract-version, insert-directory):
31550 * hexl.el (hexl-insert-decimal-char):
31551 * server.el (server-process-filter):
31552 * shell.el (shell-extract-num):
31553 * startup.el (command-line-1):
31554 * term.el (term-command-hook):
31555 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
31556 (time-stamp-do-number):
31557 * time.el (display-time-update):
31558 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
31559 (timezone-fix-time):
31560 * vms-patch.el (vms-suspend-resume-hook):
31561 * calendar/appt.el (appt-convert-time):
31562 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31563 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
31564 * calendar/cal-islam.el (mark-islamic-diary-entries):
31565 * calendar/calendar.el (calendar-cursor-to-date)
31566 (calendar-star-date):
31567 * calendar/diary-lib.el (diary-attrtype-convert)
31568 (mark-diary-entries, diary-entry-time):
31569 * calendar/solar.el (solar-get-number):
31570 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
31571 * emacs-lisp/re-builder.el (reb-display-subexp):
31572 * emulation/edt.el (edt-set-scroll-margins):
31573 * emulation/tpu-extras.el (tpu-set-scroll-margins):
31574 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
31575 (vip-get-ex-count):
31576 * emulation/viper-ex.el (viper-get-ex-token)
31577 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
31578 * international/fontset.el (fontset-plain-name):
31579 * mail/feedmail.el (feedmail-look-at-queue-directory):
31580 * mail/mailalias.el (mail-get-names):
31581 * mail/rmail.el (rmail-convert-to-babyl-format):
31582 * mail/rmailsum.el (rmail-make-basic-summary-line)
31583 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
31584 (rmail-summary-goto-msg):
31585 * mail/smtpmail.el (smtpmail-read-response):
31586 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
31587 (ange-ftp-vms-add-file-entry):
31588 * play/gametree.el (gametree-looking-at-ply)
31589 (gametree-current-branch-score):
31590 * progmodes/ada-xref.el (ada-prj-find-prj-file)
31591 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
31592 * progmodes/cperl-mode.el (condition-case):
31593 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
31594 (ebrowse-set-member-buffer-column-width)
31595 (ebrowse-select-1st-to-9nth):
31596 * progmodes/etags.el (etags-snarf-tag):
31597 * progmodes/flymake.el (flymake-parse-line):
31598 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
31599 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
31600 (idlwave-shell-menu-def):
31601 * progmodes/ps-mode.el (ps-run-goto-error):
31602 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
31603 (vhdl-speedbar-contract-level):
31604 * term/mac-win.el (x-handle-numeric-switch):
31605 * term/sun-mouse.el (sun-get-frame-data):
31606 * term/w32-win.el (x-handle-numeric-switch):
31607 * term/x-win.el (x-handle-numeric-switch):
31608 * textmodes/ispell.el (ispell-parse-output):
31609 * textmodes/nroff-mode.el (nroff-outline-level):
31610 * textmodes/reftex-cite.el (reftex-bib-sort-year)
31611 (reftex-bib-sort-year-reverse, reftex-format-citation):
31612 * textmodes/reftex-parse.el (reftex-init-section-numbers)
31613 (reftex-section-number):
31614 * textmodes/texinfmt.el (texinfo-paragraphindent):
31615 Replace `string-to-int' by `string-to-number'.
31617 * international/latexenc.el: Add page marker to force the "Local
31618 Variables:" string out of the last page.
31620 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31622 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
31623 tooltip-change-major-mode.
31624 (gud-tooltip-print-command): Remove case where gud-minor-mode
31625 is gdb ("--fullname").
31626 (gud-tooltip-tips): Turn GUD tooltips off for this case and
31629 2005-05-16 Jay Belanger <belanger@truman.edu>
31631 * calc/calc-store.el (calc-copy-special-constant): New function.
31633 * calc/calc-ext.el (calc-init-extensions): Add binding for
31634 `calc-copy-special-constant'.
31636 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
31637 for the `calc-copy-special-constant' command.
31639 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
31641 * subr.el (left-fringe-p): New function.
31643 * progmodes/compile.el (compilation-setup): Set local value of
31644 overlay-arrow-string to "" always.
31645 (compilation-set-window): Left fringe then don't scroll.
31646 No left fringe then no arrow and scroll message to top.
31647 (compilation-context-lines): Adjust doc string accordingly.
31649 2005-05-16 Kim F. Storm <storm@cua.dk>
31651 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
31652 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
31653 (ido-wide-find-dir-or-delete-dir): New command for M-d.
31654 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
31655 (ido-read-file-name): Handle commands with ido property value
31656 equal to find-file as reading a file name, to allow C-d to enter dired.
31657 (ibuffer-find-file): Add ido property with value find-file.
31659 2005-05-15 Kim F. Storm <storm@cua.dk>
31661 * subr.el (open-network-stream-nowait): Remove.
31662 (open-network-stream-server): Remove.
31664 2005-05-15 Richard M. Stallman <rms@gnu.org>
31666 * faces.el (describe-face): Output a definition link button.
31668 * help-mode.el (help-face-def): New button type.
31670 * emacs-lisp/copyright.el (copyright-fix-years):
31671 Match properly if the first year is 2-digit.
31672 Don't mess up the whitespace after the years by filling.
31674 * dired-aux.el (dired-mark-confirm):
31675 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
31677 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
31678 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
31679 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
31681 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
31682 Set font-lock-comment-start-skip.
31684 * font-lock.el (font-lock-comment-start-skip): New variable.
31685 (font-lock-comment-end-skip): New variable.
31686 (font-lock-fontify-syntactically-region): Use them if non-nil.
31688 2005-05-15 Jay Belanger <belanger@truman.edu>
31690 * calc/calc-store.el (calc-store-value): Return a string rather
31691 than display it as a message.
31692 Use calc-var-name for variable name.
31693 (calc-store-into): Add the result of calc-store-value to message.
31694 (calc-copy-variable): Add a message.
31695 (calc-store-exchange): Improve error messages.
31696 (calc-store-binary, calc-store-map): Don't reset the values of
31699 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
31701 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
31702 manual to docstring.
31704 * files.el (hack-local-variables-confirm): Add STRING argument.
31705 Make the function handle non file visiting buffers correctly.
31706 (hack-local-variables-prop-line, hack-local-variables)
31707 (hack-one-local-variable): Use STRING arg of
31708 `hack-local-variables-confirm'.
31710 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
31712 Sync with Tramp 2.0.49.
31714 * net/tramp.el (tramp-handle-dired-call-process)
31715 (tramp-handle-insert-directory):`insert-buffer' cannot be used
31716 because the contents of the Tramp buffer is changed before
31717 insertion (`expand-file' and alike).
31718 (tramp-handle-insert-directory): If `localname' has an empty
31719 nondirectory name, it must not be quoted.
31720 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
31721 variable `tramp-chunksize'. Change callees.
31722 (tramp-open-connection-setup-interactive-shell): Check remote host
31723 for buggy `send-process-string' implementation.
31724 Set `tramp-chunksize' if found. Reported by Michael Kifer
31725 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
31726 (tramp-handle-shell-command): `insert-buffer' cannot be used
31727 because the contents of the Tramp buffer is changed before
31728 insertion (`expand-file' and alike). Reported by Fr
\e,Ai
\e(Bd
\e,Ai
\e(Bric Bothamy
31729 <frederic.bothamy@free.fr>.
31730 (tramp-set-auto-save): Actions should be done for Tramp file name
31731 handler only. Ange-FTP has its own auto-save mechanism.
31732 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
31733 (tramp-set-auto-save-file-modes): Set file modes of
31734 `buffer-auto-save-file-name' to ?\600 as fallback solution.
31735 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
31736 (tramp-bug): Remove obsolete variable.
31737 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
31738 for presence of `mml-mode'. Make it running for older Emacsen as well.
31740 2005-05-14 John Paul Wallington <jpw@pobox.com>
31742 * ibuf-ext.el (define-ibuffer-filter filename):
31743 If `dired-directory' is a list, use its car.
31745 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
31747 * ibuffer.el (define-ibuffer-column filename):
31748 If `dired-directory' is a list, use its car.
31750 2005-05-14 Richard M. Stallman <rms@gnu.org>
31752 * subr.el (symbol-file): Doc fix.
31754 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
31755 (byte-compile-form): Call byte-compile-nogroup-warn.
31756 (byte-compile-warning-types): Doc fix.
31758 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
31760 * progmodes/cc-engine.el (c-literal-faces):
31761 Add font-lock-comment-delimiter-face.
31763 * net/net-utils.el (dig): Use with-no-warnings.
31765 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
31766 (sc-recite-frame-alist, sc-default-cite-frame)
31767 (sc-default-uncite-frame, sc-default-recite-frame)
31768 (sc-attrib-selection-list, sc-rewrite-header-list):
31769 Mark as risky-local-variable.
31771 * international/ogonek.el (ogonek-jak, ogonek-how):
31772 Don't use beginning-of-buffer.
31774 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
31776 * calendar/solar.el (solar-data-list): Move definition up.
31778 * dnd.el (dnd-protocol-alist): Add autoload.
31780 * progmodes/sh-script.el: Many doc usage fixes.
31781 (sh-indent-after-do): Change default to match common styles.
31783 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
31785 * files.el (interpreter-mode-alist)
31786 (auto-mode-interpreter-regexp): Doc fixes.
31788 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
31790 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
31792 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
31794 2005-05-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
31796 * dired.el (dired-mode): make-variable-buffer-local =>
31797 make-local-variable.
31799 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31801 * term/mac-win.el (mac-select-convert-to-string): Try coding
31802 systems in mac-script-code-coding-systems if specified one cannot
31803 encode string for `com.apple.traditional-mac-plain-text'.
31805 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
31807 * progmodes/make-mode.el (makefile-targets-face)
31808 (makefile-shell-face, makefile-makepp-perl-face): New faces.
31809 (makefile-dependency-regex): Fix it to not make the colon in
31810 $(var:a=b) special.
31811 (makefile-rule-action-regex): New regexp for highlighting embedded
31813 (makefile-macroassign-regex): Handle != for highlighting as
31814 embedded Shell strings.
31815 (makefile-var-use-regex): New const.
31816 (makefile-statements, makefile-automake-statements)
31817 (makefile-gmake-statements, makefile-makepp-statements)
31818 (makefile-bsdmake-statements): New consts.
31819 (makefile-make-font-lock-keywords): New function.
31820 (makefile-automake-font-lock-keywords)
31821 (makefile-gmake-font-lock-keywords)
31822 (makefile-makepp-font-lock-keywords)
31823 (makefile-bsdmake-font-lock-keywords): New consts.
31824 (makefile-mode-map): Add switchers between the various submodes.
31825 (makefile-mode): Document the availability of the variants.
31826 (makefile-automake-mode, makefile-gmake-mode)
31827 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
31829 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
31830 new variants of makefile-mode.
31832 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31834 * font-lock.el (font-lock-comment-delimiter-face): Fix up
31837 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
31839 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
31840 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
31842 * files.el (normal-mode): Extend the scope of the
31843 `enable-local-variables' binding to include the `set-auto-mode' call.
31844 (magic-mode-alist): Doc fix.
31846 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
31848 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
31849 font-lock-comment-face rather than copying its setting.
31851 2005-05-12 Andreas Schwab <schwab@suse.de>
31853 * eshell/esh-mode.el (eshell-send-input): Doc fix.
31855 2005-05-12 Lute Kamstra <lute@gnu.org>
31857 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
31858 defcustom for the mode hook variable. Delete the last argument.
31859 * generic-x.el: Fix callers of define-generic-mode.
31860 (generic-x-modes): Delete group.
31861 (show-tabs-tab-face, show-tabs-space-face): Put them in the
31862 generic-x customization group.
31864 2005-05-12 Kim F. Storm <storm@cua.dk>
31866 * font-lock.el (font-lock-negation-char-face): Default to "off".
31868 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
31869 font-lock-negation-char-face to ! in !=.
31871 2005-05-12 Masatake YAMATO <jet@gyve.org>
31873 * add-log.el (find-change-log): Fix typos in the docstring
31876 2005-05-11 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
31878 * international/latexenc.el (latexenc-find-file-coding-system):
31879 Avoid `re-search-forward' when looking for input encoding because
31880 of speed and safety. Better regular expressions for recognizing
31881 input encoding. Limit a search for TeX-master/tex-main-file to
31882 the local variable section.
31884 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
31886 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
31887 syntax of $ to "'" (quote).
31889 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
31891 * dnd.el (dnd-protocol-alist): Improve custom type.
31893 * dired.el (dired-dnd-protocol-alist): New variable.
31894 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
31895 `dired-mode-hook' to the end.
31897 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31899 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
31900 comment-end if comment-start-skip is not set.
31901 Obey the font-lock-comment-delimiter-face variables.
31903 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31905 * files.el (executable-find): Move from executable.el. Use
31907 * progmodes/executable.el (executable-find): Move to files.el.
31909 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
31910 when trying to ensure forward progress.
31912 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
31914 * mouse-sel.el (mouse-sel-follow-link-p): New function.
31915 (mouse-select, mouse-select-internal, mouse-extend-internal):
31916 Use it to implement mouse-1-click-follows-link functionality.
31918 2005-05-11 Richard M. Stallman <rms@gnu.org>
31920 * font-lock.el (font-lock-fontify-syntactically-region):
31921 Use font-lock-comment-delimiter-face for comment delimiters.
31923 2005-05-10 Jay Belanger <belanger@truman.edu>
31925 * calc/calc-help.el (calc-m-prefix-help): Add mention of
31926 preserving embedded modes.
31928 2005-05-10 Richard M. Stallman <rms@gnu.org>
31930 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
31932 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
31933 Move from ada-stmt.el.
31934 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
31936 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
31937 Move to ada-mode.el.
31938 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
31940 * cus-edit.el (custom-file): Call file-chase-links.
31942 * files.el (read-directory-name): Fix previous change.
31943 (hack-local-variables-confirm): New function.
31944 (hack-local-variables-prop-line, hack-local-variables)
31945 (hack-one-local-variable): Use it.
31947 2005-05-10 Lute Kamstra <lute@gnu.org>
31949 * font-lock.el (font-lock-keywords-alist)
31950 (font-lock-removed-keywords-alist): Clarify docstrings.
31952 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
31954 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
31955 (gdb-source-info): Check for preprocessor info.
31956 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
31957 a macro for a function.
31958 (gdb-info-breakpoints-custom): Try to find file again if not already
31959 found (user might have used GDB dir command).
31960 (gdb-get-location): Update gdb-location-alist correctly for change
31961 to gdb-info-breakpoints-custom.
31963 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
31964 (gud-tooltip-print-command): Add gdbmi case.
31965 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
31968 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
31970 * startup.el (fancy-splash-insert): Fix typo in doc string.
31972 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
31974 * obsolete/float.el (string-to-float):
31975 * obsolete/hilit19.el (hilit-add-pattern):
31976 * obsolete/rnews.el (news-parse-range, news-select-message)
31977 (news-get-pruned-list-of-files): Replace `string-to-int' by
31978 `string-to-number'.
31980 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
31981 `find-file-not-found-hooks'; use `add-hook'.
31982 (uncompress-while-visiting): Set `write-file-functions', not
31983 `write-file-hooks'; use `add-hook'.
31985 2005-05-09 Kim F. Storm <storm@cua.dk>
31987 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
31988 (cua-paste): Handle clipboard action.
31989 (cua--init-keymaps): Remap clipboard-kill-region and
31990 clipboard-kill-ring-save.
31992 2005-05-08 Eli Zaretskii <eliz@gnu.org>
31994 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31995 Improve commentary.
31997 * simple.el (next-error-overlay-arrow-position): Revert the change
31998 made on 2005-04-30.
32000 2005-05-07 Jay Belanger <belanger@truman.edu>
32002 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
32003 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
32004 `calc-sel-reselect'.
32006 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
32007 Calc is in embedded mode.
32009 2005-05-07 Eli Zaretskii <eliz@gnu.org>
32011 * progmodes/compile.el (compilation-setup):
32012 Set overlay-arrow-string to an empty string on text terminals.
32014 * textmodes/ispell.el (ispell-program-name): Try looking for
32015 "aspell" along exec-path, and if found, use it as the default
32018 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
32020 * international/mule.el (sgml-xml-auto-coding-function):
32021 Recognize encoding='FOO' in single quotes as well as in double quotes.
32023 2005-05-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
32025 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
32026 as well as `interactive', so that defmacro* would recognize
32029 2005-05-07 Eli Zaretskii <eliz@gnu.org>
32031 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
32032 Explain more about the LIGHTER arg's usage in the doc string.
32033 Add commentary to clarify what the code does. Fix the regexp that
32034 strips whitespace from LIGHTER. Quote LIGHTER before using it,
32035 since it could have characters special to regular expressions.
32037 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
32039 * replace.el (occur-1): Bind inhibit-read-only so that
32040 erase-buffer doesn't barf on read-only text properties (likewise
32041 for add-text-properties in occur-engine). Mark buffer as unmodified.
32042 (occur-engine): Don't set buffer-read-only here.
32044 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
32046 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
32047 list-buffers-directory. This caused the *cvs-commit* buffer to be
32048 sometimes mistakenly reused as a *cvs* buffer.
32050 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
32052 * tooltip.el: Move code for GUD tooltips into gud.el.
32053 (require): CL no longer needed to compile case.
32054 (tooltip-mode): Do not toggle functions for GUD tooltips.
32055 (tooltip-gud-tips-p): Remove. Replace with minor mode
32056 gud-tooltip-mode in gud.el.
32057 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
32058 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
32059 tooltip-gud prefix with gud-tooltip and obsolete.
32060 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
32061 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
32062 (tooltip-mouse-motion): Mouse movement functions/variable.
32063 Rename in gud.el by adding gud prefix.
32064 (tooltip-gud-original-filter, tooltip-gud-dereference)
32065 (tooltip-gud-event, tooltip-toggle-gud-tips)
32066 (tooltip-gud-process-output, tooltip-gud-print-command)
32067 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
32068 gud.el by replacing tooltip-gud prefix with gud-tooltip.
32069 (gdb-tooltip-print): Move to gdb-ui.el.
32071 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
32072 (require): CL needed to compile case.
32073 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
32074 tooltip-gud-tips-p. Make it a minor-mode.
32075 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
32076 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
32077 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
32078 (gud-tooltip-change-major-mode)
32079 (gud-tooltip-activate-mouse-motions-if-enabled)
32080 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
32081 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
32082 (gud-tooltip-original-filter, gud-tooltip-dereference)
32083 (gud-tooltip-event, tooltip-toggle-gud-tips)
32084 (gud-tooltip-process-output, gud-tooltip-print-command)
32085 (gud-tooltip-tips): Move from tooltip.el.
32087 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
32088 (gdb-cpp-define-alist-flags): Doc fix.
32089 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
32090 gud-tooltip-mode is t.
32092 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
32094 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
32095 evaporate if their text is deleted.
32096 (goto-address-at-point): Make it work as a mouse binding as well.
32097 (goto-address-at-mouse): Obsolete it. Update users.
32099 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
32101 * calendar/appt.el (top-level): No longer activate on load.
32103 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
32105 * calendar/cal-bahai.el (mark-bahai-diary-entries):
32106 * net/webjump.el (webjump):
32107 * progmodes/idlw-help.el (idlwave-do-context-help1)
32108 (idlwave-highlight-linked-completions):
32109 * textmodes/po.el (po-find-file-coding-system-guts):
32110 Replace `assoc-ignore-case' by `assoc-string'.
32112 2005-05-06 Eli Zaretskii <eliz@gnu.org>
32114 * files.el (locate-file): Doc fix.
32116 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
32117 Remove the redundant test for ms-dos.
32119 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
32120 look for the preprocessor with exec-suffixes. If not found in
32121 standard places, look in exec-path. Remove most of the tests that
32124 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
32126 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
32128 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
32129 file-name clash with jka-compr.el on 8+3 filesystems.
32131 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32133 * term/mac-win.el: Don't define or bind scroll bar functions if
32134 x-toolkit-scroll-bars is t.
32135 (x-select-text, x-get-selection-value): Clear
32136 x-last-selected-text-clipboard if x-select-enable-clipboard is
32138 (PRIMARY): Put mac-scrap-name property.
32139 (mac-select-convert-to-file-url): New function.
32140 (public.file-url): New selection target type. Add to
32141 selection-converter-alist.
32142 (x-get-selection, x-selection-value): Handle it.
32143 (x-cut-buffer-or-selection-value): New alias.
32145 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32147 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
32148 entry to avoid calling bibtex-find-entry with arg global
32149 being t. Remove arg key.
32150 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
32151 (bibtex-copy-summary-as-kill): Change accordingly.
32153 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
32155 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
32156 (org-agenda-date-later): Use with-current-buffer.
32158 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
32160 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
32161 (define-obsolete-variable-alias): Doc Fixes.
32163 2005-05-06 Kim F. Storm <storm@cua.dk>
32165 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
32166 vertical-motion when selective-display is active.
32168 * ido.el (ido-setup-hook): New hook.
32169 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
32170 (ido-input-stack): New var.
32171 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
32172 ido-next-work-file binding to M-O.
32173 Bind M-f to ido-wide-find-file-or-pop-dir.
32174 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
32175 (ido-read-internal): Run ido-setup-hook.
32176 Catch quit in read-file-name and read-string to cancel edit.
32177 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
32178 Automatically pop-all when completing a directory name (RET).
32179 (ido-file-internal): Add with-no-warnings around ffap and dired code.
32180 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
32181 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
32182 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
32183 New functions for M-b/M-f to move among the directory components.
32184 (ido-make-merged-file-list): Catch quit to cancel merge.
32185 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
32186 (ido-completion-help): No warnings for ido-completion-buffer-full.
32188 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
32190 * font-lock.el (font-lock-negation-char-face): New face and variable.
32191 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
32192 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
32193 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
32194 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
32196 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
32198 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
32199 Fix typo in docstring.
32201 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
32202 (ebrowse-print-statistics-line)
32203 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
32205 * term/w32-win.el (image-library-alist): Add additional name for
32208 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
32210 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
32211 use gcc instead of cpp.
32213 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
32214 (gdb-create-define-alist): Use it.
32215 (gdb-cpp-define-alist-program): Update for MS-DOS.
32217 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
32219 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
32221 2005-05-04 Richard M. Stallman <rms@gnu.org>
32223 * help.el (describe-key): No error when UNTRANSLATED is nil.
32225 * simple.el (line-move-1): Fix previous change to signal errors
32228 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
32230 * calendar/icalendar.el (icalendar-version): Now at 0.12.
32231 (icalendar-duration-correction): Remove.
32232 (icalendar--get-event-properties): Split result at commas.
32233 (icalendar--decode-isoduration): New optional argument
32234 DURATION-CORRECTION.
32235 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
32236 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
32237 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
32238 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
32239 (icalendar--convert-anniversary-to-ical): New functions, extracted
32240 from icalendar-export-region, with bug fixes.
32241 (icalendar-export-region): Use the above functions.
32242 (icalendar-import-buffer): Check before saving diary file.
32243 (icalendar--convert-recurring-to-diary)
32244 (icalendar--convert-non-recurring-all-day-to-diary)
32245 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
32246 extracted from icalendar--convert-ical-to-diary, with bug fixes.
32247 (icalendar--convert-ical-to-diary): Use the above functions.
32249 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
32251 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
32252 Remove these recent additions.
32253 (c-mode): Restore to before 2005-04-28.
32255 * progmodes/cc-vars.el (cc-define-list-program): Remove this
32258 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
32259 (gdb-define-alist): New variables.
32260 (gdb-create-define-alist): New function.
32261 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
32262 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
32263 with string-to-number.
32264 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
32266 * progmodes/gud.el: Replace string-to-int with string-to-number.
32267 (gud-find-file): Handle gdb-define-alist.
32269 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
32271 2005-05-02 Jay Belanger <belanger@truman.edu>
32273 * calc/calc-aent.el (math-read-token):
32274 * calc/calc-bin.el (calc-word-size):
32275 * calc/calc-ext.el (calc-read-number-fancy):
32276 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
32277 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
32278 * calc/calc-frac.el (calc-over-notation):
32279 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
32280 (calc-graph-num-points, calc-graph-init):
32281 * calc/calc-prog.el (calc-read-parse-table-part)
32282 (calc-edit-macro-repeats):
32283 * calc/calc-yank.el (calc-do-grab-rectangle):
32284 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
32285 Replace `string-to-int' by `string-to-number'.
32287 2005-05-02 Kim F. Storm <storm@cua.dk>
32289 * kmacro.el: Use executing-kbd-macro-index variable.
32291 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
32293 * net/rlogin.el (rlogin-parse-words): Delete func.
32294 (rlogin): Use split-string, not rlogin-parse-words.
32295 Also, if there are option-like elements in the parsed args,
32296 take the host to be the first arg immediately following them.
32297 Suggested by Michael Mauger.
32299 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
32301 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
32303 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
32305 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
32306 (cc-mode-cpp-program): Rename to cc-define-list-program and
32307 move to cc-vars.el.
32309 * progmodes/cc-vars.el (cc-define-list-program):
32310 Change to "gcc -E -dM -". Make customizable.
32312 2005-05-02 Kim F. Storm <storm@cua.dk>
32314 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
32316 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
32318 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
32320 * international/mule-util.el (truncate-string): Remove alias and
32321 obsolete declaration.
32323 * international/mule-cmds.el (update-iso-coding-systems):
32324 Remove alias and obsolete declaration.
32326 * international/mule.el (coding-system-parent): Remove alias and
32327 obsolete declaration.
32329 * subr.el (define-function, sref): Remove aliases and obsolete
32331 (chars-in-region): Remove obsolete declaration.
32333 2005-05-01 Richard M. Stallman <rms@gnu.org>
32335 * info.el (Info-mode): Set widen-automatically to nil, locally.
32337 * simple.el (widen-automatically): New variable.
32338 (pop-global-mark): Obey widen-automatically.
32340 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
32342 * term/xterm.el (function-key-map): Call substitute-key-definition
32343 before the keymap size is increased by a lot of define-key calls.
32345 2005-05-01 Richard M. Stallman <rms@gnu.org>
32347 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
32348 Rename ARG to ELEMENT. Doc fix.
32350 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
32352 * allout.el (allout-exposure): Remove macro and obsolete declaration.
32353 Remove references to allout-exposure/change to allout-new-exposure.
32355 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
32358 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
32359 (compiled-function-p, focus-frame, unfocus-frame):
32360 Remove aliases and obsolete declarations.
32361 Back out inadvertent changes from previous commit.
32363 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
32365 * files.el (require-final-newline): Make Custom tags consistent
32366 with mode-require-final-newline.
32367 (mode-require-final-newline): Doc fix.
32369 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
32371 * international/latexenc.el (latexenc-find-file-coding-system):
32372 Fix regular expressions.
32374 2005-05-01 David Kastrup <dak@gnu.org>
32376 * international/latexenc.el (latexenc-find-file-coding-system):
32377 Fix regular expressions.
32379 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
32381 * subr.el (string-to-int): Make obsolete.
32383 2005-04-30 Richard M. Stallman <rms@gnu.org>
32385 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
32387 * loadup.el: Load jka-comp-hook.
32389 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
32390 (jka-compr-handler): Add autoload. `put' calls moved
32391 to jka-comp-hook.el.
32392 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
32393 (jka-compr-inhibit): Autoload.
32395 * jka-comp-hook.el: New file.
32396 Enable the mode by default.
32398 * files.el (backup-buffer-copy): Use copy-file instead
32399 of write-region, and put back the 'excl.
32401 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
32403 * progmodes/flymake.el (flymake-split-string)
32404 (flymake-split-string, flymake-log, flymake-pid-to-names)
32405 (flymake-reg-names, flymake-get-source-buffer-name)
32406 (flymake-unreg-names, flymake-add-line-err-info)
32407 (flymake-add-err-info): Clarify docstrings.
32408 (flymake-popup-menu, flymake-make-emacs-menu)
32409 (flymake-make-xemacs-menu): Add docstrings.
32410 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
32411 Set variables directly throughout.
32413 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
32415 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
32416 exists. Initialize cc-define-alist.
32417 (c-mode): Add cc-create-define-alist locally to after-save-hook.
32418 If there is no file (Macroexpansion) don't create an alist.
32420 2005-04-29 Sam Steingold <sds@gnu.org>
32422 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
32423 (cc-create-define-alist): Use it instead of the hard-coded string.
32425 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
32427 * international/mule-conf.el (file-coding-system-alist): Fix regexp
32430 2005-04-29 Lute Kamstra <lute@gnu.org>
32432 * emacs-lisp/generic.el: Improve commentary section.
32433 (define-generic-mode): Improve docstring.
32435 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
32437 * textmodes/org.el (many places): Change to quiet the byte compiler.
32438 (org-prefix-format-compiled): New variable.
32439 (org-compile-prefix-format): New function.
32440 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
32441 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
32442 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
32443 (org-get-entries-from-diary): Use `org-get-time-of-day' for
32444 consistency with entries from `org-mode' files.
32445 (org-get-time-of-day): Fix bug with partial matches early in a line.
32446 (org-non-link-chars): New constant.
32447 (org-link-regexp): Respect `org-non-link-chars'.
32448 (org-agenda-day-view): Remove command.
32449 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
32450 (org-follow-bbdb-link, org-store-link): Search also company field.
32451 (org-highlight-overlay): New variable.
32452 (org-highlight, org-unhighlight): New functions.
32453 (org-agenda-mode): Add pre-command-hook to remove highlight.
32454 (org-evaluate-time-range): Behavior depends upon whether time stamp
32455 contains a time or not.
32456 (org-show-subtree, org-show-entry): New functions.
32457 (org-agenda-cleanup-fancy-diary): Remove empty lines.
32459 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
32461 * comint.el (comint-output-filter-functions): Add autoload cookie.
32463 2005-04-28 Kim F. Storm <storm@cua.dk>
32465 * ido.el (ido-everywhere): Fix last change.
32467 2005-04-28 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
32469 * international/latexenc.el: New file.
32470 * international/mule-conf.el (file-coding-system-alist): For .tex,
32471 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
32473 2005-04-28 Lute Kamstra <lute@gnu.org>
32475 * font-lock.el (font-lock-add-keywords)
32476 (font-lock-remove-keywords): Clarify docstring.
32477 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
32478 Don't start docstrings with a `*'.
32479 (font-lock-update-removed-keyword-alist): Give it a docstring.
32481 * generic-x.el: Update commentary section.
32482 Only require font-lock when compiling.
32483 Define all modes conditionally.
32484 Place all generic modes in the generic-x-modes customization group.
32485 (generic-x-modes): New customization group.
32486 (generic-default-modes, generic-mswindows-modes)
32487 (generic-unix-modes, generic-other-modes): New constants.
32488 (generic-define-mswindows-modes, generic-define-unix-modes):
32489 Update docstrings. Make them obsolete.
32490 (generic-extras-enable-list): New default value. Update docstring.
32491 Improve :type. Change :set function.
32492 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
32495 * emacs-lisp/generic.el (generic-mode-internal):
32496 Simplify font-lock-defaults.
32497 (define-generic-mode): Fix docstring.
32499 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
32501 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
32502 font-lock-face property to highlight matches.
32504 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
32506 * progmodes/cc-mode.el (cc-create-define-alist): New function.
32507 (cc-define-alist): New variable.
32508 (c-mode): Make it local and initialize it.
32510 * progmodes/gdb-ui.el (gdb-active-process): New variable.
32511 (gdb-exited): New function.
32512 (gdb-annotation-rules): Use it.
32513 (gdb-starting): Set gdb-active-process to t.
32514 (gdb-stopping): Amend doc string.
32515 (gdb-reset): Set gdb-active-process to nil.
32517 * tooltip.el (tooltip-gud-tips): Show the associated #define
32518 directives when a C program under GDB is not executing.
32520 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
32522 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
32523 font-lock-fontify-syntactic-keywords.
32525 * font-lock.el (font-lock-default-fontify-region): Don't force
32526 parse-sexp-lookup-properties to nil.
32528 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
32530 * man.el (man-mode-syntax-table): Set up `:' to have
32531 word-constituent syntax.
32533 2005-04-27 Lute Kamstra <lute@gnu.org>
32535 * novice.el (disable-command): Don't add spurious newlines to the
32536 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
32538 2005-04-26 Jay Belanger <belanger@truman.edu>
32540 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
32541 than one window before deleting window.
32543 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
32545 * shell.el (shell-prompt-pattern): Doc fix.
32546 (shell-mode): Set paragraph-separate buffer locally to "\\'".
32548 * comint.el (comint-prompt-regexp, comint-get-old-input)
32549 (comint-use-prompt-regexp)
32550 (comint-use-prompt-regexp-instead-of-fields)
32551 (comint-replace-by-expanded-history, comint-send-input)
32552 (comint-output-filter, comint-get-old-input-default)
32553 (comint-line-beginning-position, comint-bol, comint-show-output)
32554 (comint-backward-matching-input, comint-forward-matching-input)
32555 (comint-next-prompt, comint-previous-prompt):
32556 Rename `comint-use-prompt-regexp-instead-of-fields' to
32557 `comint-use-prompt-regexp'. Keep old name as alias and declare
32559 (comint-use-prompt-regexp): Shorten first line of doc string.
32561 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
32562 Set paragraph-separate buffer locally to "\\'".
32564 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
32565 Adapt to above name change.
32567 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
32568 (smbclient-prompt-regexp): Ditto.
32570 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
32572 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
32574 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
32576 Break lines that are over 80 characters wide.
32578 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
32580 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
32581 New fun and var, to preserve compatibility.
32583 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
32585 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
32587 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
32588 name to file-newer-than-file-p.
32590 2005-04-26 Richard M. Stallman <rms@gnu.org>
32592 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
32594 * progmodes/python.el (python-mode):
32595 Use new name eldoc-documentation-function.
32597 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
32599 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
32600 (eldoc-documentation-function):
32601 Rename from eldoc-print-current-symbol-info-function. Calls changed.
32603 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
32605 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
32607 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32609 * term/xterm.el (function-key-map): Fix strings for
32610 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
32611 {C,S,A,C-S}-{f1-f12}.
32613 2005-04-26 Kenichi Handa <handa@m17n.org>
32615 * international/mule-cmds.el (select-safe-coding-system):
32616 Fix previous change.
32618 2005-04-26 Lute Kamstra <lute@gnu.org>
32620 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
32622 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
32623 (font-lock-comment-delimiter-face): Ditto.
32625 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
32627 2005-04-25 Jay Belanger <belanger@truman.edu>
32629 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
32630 to t while inserting information; use help-mode.
32632 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
32634 * term.el (ansi-term-color-vector): Use the xterm colors.
32635 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
32637 2005-04-25 Lute Kamstra <lute@gnu.org>
32639 * font-core.el (font-lock-defaults): Fix docstring.
32641 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
32643 2005-04-25 Kenichi Handa <handa@m17n.org>
32645 * international/mule-cmds.el (select-safe-coding-system):
32646 Don't check consistency with coding: spec, etc if raw-text or
32647 no-conversion was found to be safe.
32649 2005-04-24 Richard M. Stallman <rms@gnu.org>
32651 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
32652 citation markers at start of each line.
32654 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
32655 citation markers at start of each line.
32657 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
32659 * files.el (mode-require-final-newline): Fix previous change.
32660 (require-final-newline): Fix type label.
32662 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
32664 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
32665 statement in buffer (broken by 2004-11-24 change).
32667 2005-04-24 Kim F. Storm <storm@cua.dk>
32669 * ido.el (ido-everywhere): Save and restore old read-buffer-function
32670 and read-file-name-function values. Don't overwrite existing
32671 non-nil values if ido-mode is enabled without ido-everywhere.
32673 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
32675 * files.el (mode-require-final-newline): Minor doc fix.
32677 2005-04-24 Eli Zaretskii <eliz@gnu.org>
32679 * subr.el (syntax-after): Doc fix.
32680 (syntax-class): If argument is nil, return nil. Mask off upper 16
32683 * files.el (mode-require-final-newline): Doc fix.
32684 (backup-buffer-copy): Fix last change.
32686 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32688 * term/mac-win.el: Require select. Set selection-coding-system to
32689 mac-system-coding-system. Call menu-bar-enable-clipboard.
32690 (x-last-selected-text-clipboard, x-last-selected-text-primary)
32691 (x-select-enable-clipboard): New variables.
32692 (x-select-text, x-get-selection, x-selection-value)
32693 (x-get-selection-value, mac-select-convert-to-string)
32694 (mac-services-open-file, mac-services-open-selection)
32695 (mac-services-insert-text): New functions.
32696 (CLIPBOARD, FIND): Put mac-scrap-name property.
32697 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
32698 (public.tiff): Put mac-ostype property.
32699 (selection-converter-alist): Add entries for them.
32700 (mac-application-menu-map): New keymap.
32701 (interprogram-cut-function, interprogram-paste-function): Set to
32702 x-select-text and x-get-selection-value, respectively.
32703 (split-window-keep-point): Set to t.
32705 2005-04-23 Richard M. Stallman <rms@gnu.org>
32707 * files.el (read-directory-name): Always pass non-nil
32708 DEFAULT-FILENAME arg to read-file-name.
32709 (backup-buffer-copy, basic-save-buffer-2): Take care against
32710 writing thru an unexpected existing symlink.
32711 (revert-buffer): In indirect buffer, revert the base buffer.
32712 (magic-mode-alist): Doc fix.
32713 (buffer-stale-function): Doc fix.
32714 (minibuffer-with-setup-hook): Avoid warning.
32715 (mode-require-final-newline): Doc and custom fix.
32717 * follow.el (follow-end-of-buffer): Use with-no-warnings.
32719 * font-lock.el (font-lock-comment-face): On terminals with few colors,
32720 use the default appearance.
32721 (font-lock-comment-delimiter-face): New face, new variable.
32723 * imenu.el (imenu--generic-function): The official position of a
32724 definition is the start of the line that BEG is in.
32726 * midnight.el (midnight-timer): Move defvar up.
32728 * mouse.el (mouse-drag-region-1): Delete some debugging code.
32730 * saveplace.el (save-place-to-alist): Use with-no-warnings.
32732 * startup.el (command-line): Use with-no-warnings.
32734 * window.el (window-size-fixed): New defvar.
32736 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
32738 * mail/rmail.el (rmail-font-lock-keywords):
32739 Use font-lock-comment-delimiter-face.
32741 * mail/sendmail.el (mail-font-lock-keywords):
32742 Use font-lock-comment-delimiter-face.
32744 * progmodes/compile.el (next-error-highlight-timer): New defvar.
32746 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
32748 * progmodes/compile.el (compilation-mode-font-lock-keywords):
32749 Specify t for LAXMATCH when matching directories.
32750 Save match data around compilation-compat-error-properties form.
32752 2005-04-23 David Kastrup <dak@gnu.org>
32754 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
32755 Mention that the autoloaded aliases should be kept for AUCTeX.
32757 2005-04-23 Andreas Schwab <schwab@suse.de>
32759 * isearch.el (isearch-forward): Doc fix.
32761 2005-04-23 Eli Zaretskii <eliz@gnu.org>
32763 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
32764 (jit-lock-stealth-nice): Change default value to 0.5.
32766 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
32768 * abbrev.el (write-abbrev-file): Write table entries in
32769 alphabetical order by table name.
32771 2005-04-22 Kim F. Storm <storm@cua.dk>
32773 * ido.el (ido-read-internal): Fix `list' completion.
32775 2005-04-22 Kenichi Handa <handa@m17n.org>
32777 * recentf.el (recentf-save-file-coding-system): New variable.
32778 (recentf-save-list): Encode the file by
32779 recentf-save-file-coding-system and add coding: tag.
32781 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
32783 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
32785 2005-04-21 Lute Kamstra <lute@gnu.org>
32787 * loadhist.el (unload-feature): Don't remove a function from hooks
32788 if it is about to be restored to an autoload . Remove functions
32789 that will become unbound from auto-mode-alist. Simplify the code.
32791 * subr.el (assq-delete-all): New implementation that is linear,
32792 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
32793 (rassq-delete-all): New function.
32795 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32796 Add size-indication-mode.
32798 2005-04-21 Kenichi Handa <handa@m17n.org>
32800 * international/mule-cmds.el: Add autoload for widget-value in
32803 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
32805 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
32808 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
32810 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
32812 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
32813 (inferior-lisp-filter-regexp, inferior-lisp-program)
32814 (inferior-lisp-load-command, inferior-lisp-prompt)
32815 (inferior-lisp-mode-hook, lisp-source-modes)
32816 (inferior-lisp-load-hook): defvar->defcustom.
32817 (inferior-lisp-program, inferior-lisp-prompt)
32818 (inferior-lisp-load-hook): Doc fixes.
32819 (inferior-lisp-install-letter-bindings): Small change in
32820 introductory comment.
32822 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
32824 * vc.el (vc-annotate-color-map): Change some colors so that text
32825 using them as foreground is readable on both white and black
32828 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
32830 * international/mule-conf.el (translation-table-for-input):
32831 Remove redundant declaration.
32833 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32835 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
32837 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
32838 (tooltip-toggle-gud-tips): New function.
32840 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32842 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
32843 right angle brackets.
32845 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
32847 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
32849 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
32851 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
32852 Remove. Update callers to use expand-file-name instead.
32854 * subr.el (syntax-class): New function.
32856 * simple.el (blink-matching-open): Use it.
32858 * paren.el (show-paren-function): Use it to recognize parens that are
32859 also used in 2-char comment markers.
32861 2005-04-19 Lute Kamstra <lute@gnu.org>
32863 * loadhist.el (unload-feature): Update for new format of
32864 load-history. Simplify the code.
32866 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32868 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
32869 (mac-add-charset-info): New function. Initialize variable
32870 mac-charset-info-alist using it.
32871 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
32873 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
32874 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
32875 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
32878 2005-04-19 Kim F. Storm <storm@cua.dk>
32880 * simple.el (next-buffer, prev-buffer, next-error)
32881 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32882 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
32884 * bindings.el (next-buffer, prev-buffer, next-error)
32885 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
32886 (clone-indirect-buffer-other-window): Move bindings from simple.el.
32887 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
32888 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
32890 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
32892 * isearch.el (isearch-edit-string): Make the search-ring available for
32893 minibuffer history commands.
32894 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
32895 the default history commands now work just as well.
32896 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
32898 2005-04-18 Kim F. Storm <storm@cua.dk>
32900 * emulation/cua-base.el (cua--pre-command-handler): Add more
32901 elaborate check for shift modifier on non-window systems.
32903 2005-04-18 Lars Hansen <larsh@math.ku.dk>
32905 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
32907 2005-04-18 Kim F. Storm <storm@cua.dk>
32909 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
32910 and make it optional. Don't test tooltip-gud-echo-area here.
32911 (tooltip-gud-process-output, gdb-tooltip-print):
32912 Pass tooltip-gud-echo-area to tooltip-show.
32913 (tooltip-help-tips): Remove second optional arg to tooltip-show.
32915 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32917 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
32918 `display-graphic-p' may not be bound yet.
32920 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
32922 * startup.el (command-line): No longer enable Xterm Mouse mode by
32923 default in terminals compatible with xterm.
32925 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
32927 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
32929 * tooltip.el (tooltip-gud-echo-area): Rename from
32930 tooltip-use-echo-area.
32931 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
32932 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
32933 area independently of where help tooltips are displayed.
32935 2005-04-17 David Kastrup <dak@gnu.org>
32937 * cus-theme.el (custom-theme-write-variables): Quote variables
32940 2005-04-17 Richard M. Stallman <rms@gnu.org>
32942 * simple.el (yank-excluded-properties): Add follow-link to value.
32944 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
32946 * startup.el (fancy-splash-max-time): Just 30 seconds.
32947 (fancy-splash-delay): Just 7.
32948 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
32950 * loadhist.el (unload-feature): Update for new format of load-history.
32953 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
32954 (rmail-font-lock-keywords): Don't fontify the text of a citation.
32956 * mail/sendmail.el (mail-font-lock-keywords):
32957 Don't fontify subject text.
32958 Don't fontify the text of a citation.
32960 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
32962 * comint.el (comint-output-filter): Run comint-output-filter-functions
32963 with point where the user had it.
32965 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
32967 * international/ucs-tables.el (ucs-set-table-for-input):
32968 Disable when using unify-on-decoding.
32970 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
32972 * emulation/cua-base.el (cua-global-mark-face): Add special case
32973 for displays supporting a high number of colors.
32975 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
32977 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
32979 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
32981 * filesets.el (filesets-add-buffer): If user supplies a name of a
32982 non-existing fileset, create a new fileset.
32984 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
32986 * textmodes/org.el (org-up-heading-all): Fix bug with
32987 `outline-up-heading-all'.
32989 2005-04-16 Andreas Schwab <schwab@suse.de>
32991 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
32992 /etc/permissions.d/* and /etc/aliases.d/*.
32994 2005-04-16 Kenichi Handa <handa@m17n.org>
32996 * international/code-pages.el (cp-make-coding-system):
32997 Set `translation-table-for-input' property value to the symbol
32998 ucs-mule-to-mule-unicode, not to that value.
32999 (pt154): Escape guillemet by `\'.
33001 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
33003 * loadup.el: Load tooltip if x-show-tip is fboundp.
33005 * startup.el (command-line): Add comment.
33007 * tooltip.el (tooltip-mode): Specify correct standard value for
33008 Custom in init-value.
33010 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
33012 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
33015 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
33017 * textmodes/org.el (org-agenda-date-prompt): Rename from
33018 `org-agenda-date-today'.
33019 (org-evaluate-time-range): Insert at point instead of directly
33021 (org-first-headline-recenter, org-subtree-end-visible-p)
33022 (org-optimize-window-after-visibility-change): New functions
33023 (org-agenda-post-command-hook): Don't allow point at end of line,
33024 to make sure it always hits the text properties.
33025 (org-agenda-next-date-line, org-agenda-previous-date-line):
33027 (org-set-regexps-and-options): Category may contain white space.
33028 (org-agenda-get-deadlines, org-agenda-get-scheduled):
33029 Improve marker positions.
33030 (org-agenda-new-marker): Argument POS made optional.
33031 (org-agenda-get-timestamps): Deadlines which are done are listed
33032 in org-done-face now.
33033 (org-agenda-get-todos, org-agenda-get-timestamps)
33034 (org-agenda-get-deadlines, org-agenda-get-scheduled):
33035 Set `undone-face' and `done-face' properties.
33036 (org-last-todo-state-is-todo): New variable.
33037 (org-todo): Set `org-last-todo-state-is-todo'.
33038 (org-agenda-todo): Change face according to
33039 `org-last-todo-state-is-todo'. And change other lines referring to
33041 (org-calendar-goto-agenda): New command.
33042 (org-calendar-to-agenda-key): New option.
33043 (org-startup-folded): New allowed value `content'.
33044 (org-set-regexps-and-options): Accept new value `content' for
33045 `org-startup-folded'.
33046 (org-get-current-options): Handle new value `content' for
33047 `org-startup-folded'.
33048 (org-insert-todo-heading): New command.
33049 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
33050 interactively in empty file and option
33051 `org-insert-mode-line-in-empty-file' has been set.
33052 (org-agenda-todo, org-agenda-priority): Modify to use
33053 `org-agenda-change-all-lines'.
33054 (org-warning-face): Change color on dark background.
33056 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33058 * international/mule-cmds.el (set-locale-environment): On Mac OS,
33059 use preferences AppleLocale and AppleLanguages, and variable
33060 mac-system-locale for default locale. On Mac OS Classic, use
33061 mac-system-coding-system for default coding systems.
33063 * term/mac-win.el: Don't set file-name-coding-system.
33064 Decode variables system-name, emacs-build-system, user-login-name, and
33065 user-full-name by mac-system-coding-system on Mac OS Classic.
33066 (mac-system-coding-system): New variable.
33068 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
33070 * startup.el (command-line): Handle `xterm-mouse-mode' before
33073 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
33075 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
33077 * progmodes/sh-script.el (sh-here-document-word): Make it a
33078 defcustom. Doc fix.
33079 (sh-add): Bash uses $(( )) for arithmetic.
33080 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
33081 (sh-maybe-here-document): Remove quotes and leading whitespace
33082 from heredoc word when closing. Indent heredoc with tabs if word
33085 2005-04-13 Richard M. Stallman <rms@gnu.org>
33087 * simple.el (undo): Fix previous change.
33089 * custom.el (defface): Doc fix.
33091 2005-04-13 Lute Kamstra <lute@gnu.org>
33093 * Makefile.in (DONTCOMPILE): Remove list.
33094 (compile, compile-always): Don't use DONTCOMPILE.
33095 (update-authors): Load the library in which batch-update-authors
33097 * makefile.w32-in (DONTCOMPILE): Remove list.
33098 (compile, compile-always): Fix comments.
33099 (update-authors): Load the library in which batch-update-authors
33102 * generic-x.el (generic-mode-ini-file-find-file-hook):
33103 Rename to ini-generic-mode-find-file-hook.
33104 Keep generic-mode-ini-file-find-file-hook as an alias.
33105 (ini-generic-mode-find-file-hook): Rename from
33106 generic-mode-ini-file-find-file-hook. Fix docstring.
33107 (ini-generic-mode): Docstring change.
33108 (bat-generic-mode-run-as-comint): Silence the byte compiler.
33110 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
33113 * generic.el: Move to the emacs-lisp subdir.
33115 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
33117 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
33118 and C-S- function and cursor motion keys.
33120 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
33122 * startup.el (command-line): Enable Xterm Mouse mode by default.
33123 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
33124 for Custom. No longer show "Mouse" in mode line when enabled.
33127 2005-04-12 Kim F. Storm <storm@cua.dk>
33129 * emulation/cua-base.el (cua-rectangle-face)
33130 (cua-rectangle-noselect-face): Define face attributes here.
33132 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
33134 2005-04-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
33136 * startup.el (command-line): Turn off blinking cursor if
33137 cursorBlink in resources is off or false.
33139 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33141 * term/mac-win.el (dnd): Require dnd.
33142 (mac-drag-n-drop): Call dnd-handle-one-url.
33143 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
33144 (kTextEncodingISOLatin2): Remove constants.
33145 (mac-script-code-coding-systems): New constant.
33146 (mac-handle-language-change): New function.
33147 (special-event-map): Bind it to `language-change' event.
33148 (mac-centraleurroman, mac-cyrillic): New coding systems.
33149 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
33150 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
33151 and mac-cyrillic-encoder to encode-mac-centraleurroman and
33152 encode-mac-cyrillic, respectively.
33154 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33156 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
33157 Don't set overlay-arrow-string to "=>" as this is done
33160 2005-04-12 Lute Kamstra <lute@gnu.org>
33162 * generic-x.el (rc-generic-mode, rul-generic-mode):
33163 Fix auto-mode-alist entries.
33164 (etc-fstab-generic-mode): Tweak fontification.
33166 * generic.el (generic-make-keywords-list): Fix docstring.
33167 (generic-mode-internal): Simplify generic-font-lock-keywords.
33169 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
33171 * whitespace.el (whitespace-buffer-leading)
33172 (whitespace-buffer-trailing): Revert the incorrect test inversion.
33173 However, fix the highlight area for the leading and
33174 trailing whitespaces to show space.
33176 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
33178 * whitespace.el (whitespace-version): Bump to 3.5.
33180 (whitespace-buffer-leading, whitespace-buffer-trailing):
33181 Invert sense of the test to highlight the whitespace.
33183 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33185 * progmodes/gud.el (gud-display-line): GUD uses its own
33186 overlay arrow now so don't set overlay-arrow-string.
33187 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
33189 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
33191 * term.el (term-ansi-current-bold, term-ansi-current-underline)
33192 (term-ansi-current-reverse, term-ansi-current-invisible)
33193 (term-ansi-face-already-done): Change to boolean.
33194 (term-reset-terminal, term-handle-colors-array): Handle the above
33196 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
33197 (term-emulate-terminal): Use the new name.
33199 * faces.el (secondary-selection): Use yellow1, not yellow.
33200 (trailing-whitespace): Use red1, not red.
33202 2005-04-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
33204 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
33205 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
33206 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
33208 * cus-edit.el (dnd): New group.
33210 * term/w32-win.el (dnd): Require dnd
33211 (w32-drag-n-drop): Call dnd-handle-one-url.
33213 * x-dnd.el: Require dnd.
33214 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
33215 Call dnd-handle-one-url.
33216 (x-dnd-types-alist, x-dnd-insert-utf8-text)
33217 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
33218 to dnd-insert-text.
33219 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
33220 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
33221 (x-dnd-get-local-file-name, x-dnd-open-local-file)
33222 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
33224 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
33226 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33228 * wdired.el: Doc fixes.
33229 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
33230 (wdired-use-dired-vertical-movement): Rename from
33231 wdired-always-move-to-filename-beginning.
33232 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
33233 (wdired-change-to-wdired-mode): Change mode name.
33234 (wdired-newline): Delete.
33236 2005-04-11 Richard M. Stallman <rms@gnu.org>
33238 * whitespace.el (whitespace-highlight-the-space):
33239 Don't call whitespace-unhighlight-the-space here.
33241 * simple.el (undo): Record t in undo-equiv-table
33242 for the redo record made by an undo-in-region.
33244 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
33246 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
33247 (gdb-frame-inferior-io-buffer): New Functions to control
33248 display of separate IO buffer.
33249 (menu): Add them to menu-bar.
33250 (gdb-display-buffer): Check for buffer another frame.
33251 Protect GUD buffer.
33252 (gdb-setup-windows): Create IO buffer if not already there.
33253 (gdb-memory-mode): Remove purecopy noops.
33255 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
33257 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
33258 and pass to self-insert-command.
33260 2005-04-11 Lute Kamstra <lute@gnu.org>
33262 * generic.el: Commentary section cleanup.
33264 (generic-use-find-file-hook, generic-lines-to-scan)
33265 (generic-find-file-regexp, generic-ignore-files-regexp)
33266 (default-generic-mode, generic-mode-find-file-hook)
33267 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
33268 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
33269 (generic-use-find-file-hook, generic-lines-to-scan)
33270 (generic-find-file-regexp, generic-ignore-files-regexp)
33271 (default-generic-mode, generic-mode-find-file-hook)
33272 (generic-mode-ini-file-find-file-hook): Move from generic.el.
33274 2005-04-10 Karl Fogel <kfogel@red-bean.com>
33276 * bookmark.el (bookmark-write-file): Catch errors writing file.
33277 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
33279 2005-04-10 Richard M. Stallman <rms@gnu.org>
33281 * startup.el (fancy-splash-tail): Update copyright year.
33282 (command-line): Split part of -Q into -D.
33283 (emacs-basic-display): New defvar.
33284 (fancy-splash-text): Correct name of menu item.
33286 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
33288 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
33291 * comint.el (comint-send-input): New arg ARTIFICIAL.
33292 Callers in this file changed.
33294 * abbrev.el (define-abbrevs): Read system abbrevs properly.
33296 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
33298 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
33300 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
33301 `ldap-search-internal'.
33303 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
33305 * files.el (set-auto-mode-1): Use line-end-position.
33307 * international/latin-1.el:
33308 * international/latin-2.el:
33309 * international/latin-3.el:
33310 * international/latin-4.el:
33311 * international/latin-5.el:
33312 * international/latin-8.el:
33313 * international/latin-9.el: Give punctuation syntax to NBSP.
33315 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
33316 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
33317 Use char-classes to accept non-ascii letters, accepted in some recent
33318 bibtex implementations.
33320 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
33322 * custom.el (custom-set-minor-mode): Any non-nil value for the
33323 variable should enable the mode when set through Custom.
33325 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
33327 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
33328 TAB binding so tab-always-indent is obeyed.
33329 (vhdl-minibuffer-local-map): Move initialization into declaration.
33330 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
33331 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
33332 (vhdl-hooked-abbrev): Avoid test for XEmacs.
33333 (vhdl-current-line): Use line-beginning-position.
33334 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
33335 with-output-to-temp-buffer, so the current position can be recorded.
33337 2005-04-10 Masatake YAMATO <jet@gyve.org>
33339 * progmodes/compile.el (compilation-error-regexp-alist-alist):
33340 Add regexp for gcov.
33342 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
33344 * calendar/time-date.el (time-to-seconds, seconds-to-time)
33345 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
33346 syntax which Emacs 20 doesn't support.
33348 2005-04-09 Richard M. Stallman <rms@gnu.org>
33350 * help.el (describe-key-briefly, describe-key):
33351 Replace strings as event types with "(any string)".
33353 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
33355 * arc-mode.el (archive-mode-map): Move initialization into
33356 the declaration. Override *all* bindings of `undo'.
33357 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
33359 2005-04-09 Jay Belanger <belanger@truman.edu>
33361 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
33363 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
33365 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
33366 (xterm-register-default-colors): Update color values computation
33367 to match xterm-200.
33369 2005-04-09 Kenichi Handa <handa@m17n.org>
33371 * international/code-pages.el (iso-latin-7): Fix the map.
33373 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
33375 * emacs-lisp/lisp.el (defun-prompt-regexp)
33376 (parens-require-spaces, buffer-end, end-of-defun)
33377 (insert-parentheses): Doc fixes.
33379 2005-04-08 Kim F. Storm <storm@cua.dk>
33381 * comint.el (comint-highlight-prompt): Fix face spec.
33382 * hi-lock.el (hi-green): Likewise.
33384 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
33386 * cus-edit.el (custom-modified-face):
33387 * comint.el (comint-highlight-input): Fix previous changes.
33388 * term.el (term-handle-ansi-escape): Add a comment.
33390 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
33392 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
33393 in the buffer and in whitespace-highlighted-space.
33394 (whitespace-unhighlight-the-space): Simplify.
33395 (whitespace-buffer): Simplify.
33397 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
33399 * textmodes/table.el (table-cell-face): Add special case for
33400 displays supporting a high number of colors.
33401 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
33402 (vhdl-font-lock-reserved-words-face)
33403 (vhdl-speedbar-architecture-face)
33404 (vhdl-speedbar-instantiation-face)
33405 (vhdl-speedbar-architecture-selected-face)
33406 (vhdl-speedbar-instantiation-selected-face): Likewise.
33407 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
33408 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
33409 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
33410 (ebrowse-root-class-face, ebrowse-member-attribute-face)
33411 (ebrowse-progress-face): Likewise.
33412 * progmodes/compile.el (compilation-info-face): Likewise.
33413 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
33414 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
33415 * calendar/calendar.el (diary-face): Likewise.
33416 * woman.el (woman-italic-face, woman-bold-face)
33417 (woman-unknown-face): Likewise.
33418 * wid-edit.el (widget-button-pressed-face): Likewise.
33419 * whitespace.el (whitespace-highlight-face): Likewise.
33420 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
33421 * pcvs-info.el (cvs-marked-face): Likewise.
33422 * info.el (info-xref): Likewise.
33423 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
33424 * hilit-chg.el (highlight-changes-face)
33425 (highlight-changes-delete-face): Likewise.
33426 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
33427 (hi-red-b): Likewise.
33428 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
33429 * font-lock.el (font-lock-keyword-face)
33430 (font-lock-function-name-face, font-lock-warning-face): Likewise.
33431 * cus-edit.el (custom-invalid-face, custom-modified-face)
33432 (custom-set-face, custom-changed-face, custom-variable-tag-face)
33433 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
33434 * comint.el (comint-highlight-prompt): Likewise.
33436 2005-04-08 Lute Kamstra <lute@gnu.org>
33438 * font-lock.el (font-lock-keywords): Docstring fixes.
33440 2005-04-08 Kenichi Handa <handa@m17n.org>
33442 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
33443 chars are more than a limit, print " and more..." at the tail.
33445 2005-04-08 Kim F. Storm <storm@cua.dk>
33447 * emacs-lisp/authors.el (authors-aliases): Update list.
33448 (authors-ignored-files): New list.
33449 (authors-fixed-entries): Fix typo.
33450 (authors-renamed-files-alist): Update list.
33451 (authors-add): Check authors-ignored-files.
33453 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
33455 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
33456 optional, to ensure backward compatibility.
33458 2005-04-08 Stephen Eglen <stephen@gnu.org>
33460 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
33462 2005-04-08 Kim F. Storm <storm@cua.dk>
33464 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
33466 * mouse.el (mouse-on-link-p): Doc fix.
33468 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
33470 * ielm.el (ielm-prompt-read-only): Doc fix.
33472 * comint.el (comint-prompt-read-only): Doc fix.
33474 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
33476 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
33477 ensure dired always handles wildcards passed to ffap.
33478 (find-file-at-point): Use it.
33479 (ffap-dired-wildcards): Doc fix.
33481 2005-04-07 Juri Linkov <juri@jurta.org>
33483 * simple.el (next-error-overlay-arrow-position): New defvar.
33484 Put "=>" on its property `overlay-arrow-string'. Add it to
33485 `overlay-arrow-variable-list'.
33487 * progmodes/compile.el (compilation-setup):
33488 Set `next-error-overlay-arrow-position' to nil. Also set it to
33489 nil in the local hook `kill-buffer-hook'. Make local variable
33490 `overlay-arrow-string' and set it to "=>".
33491 (compilation-goto-locus): Set BOL position to
33492 `next-error-overlay-arrow-position' instead of
33493 `overlay-arrow-position'.
33495 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
33496 locally instead of adding it to the global hook.
33497 (Info-kill-buffer): Move up.
33499 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
33501 * term/xterm.el (xterm-standard-colors): Update color values from
33504 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
33506 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
33509 * lazy-lock.el: Move them to the obsolete subdir.
33511 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33513 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
33514 (wdired-add-replace-advice): Remove.
33515 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
33517 2005-04-06 Kim F. Storm <storm@cua.dk>
33519 * startup.el (command-line): Add --bare-bones alias for -Q.
33521 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33523 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
33524 create the startup fontset if a font specification ends with
33527 2005-04-06 Lute Kamstra <lute@gnu.org>
33529 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
33532 * emacs-lisp/copyright.el (copyright-update-year): Replace the
33533 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
33535 2005-04-05 Lute Kamstra <lute@gnu.org>
33537 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
33538 (define-generic-mode): Ditto. Fix debug declaration.
33540 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
33541 Put them in the generic-x group.
33543 * calendar/timeclock.el (timeclock): Doc fix.
33545 * generic.el (define-generic-mode): Don't use custom-current-group.
33546 Document default :group value.
33547 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
33548 (define-global-minor-mode): Don't use custom-current-group.
33550 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
33552 * startup.el (command-line-1): Display startup-echo-area-message
33553 when fancy splash screen is in use.
33555 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
33556 (sh-escaped-newline): New face.
33557 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
33558 newline, and use sh-escaped-newline face.
33560 * progmodes/tcl.el (tcl-escaped-newline): New face.
33561 (tcl-builtin-list): New variable.
33562 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
33563 newlines. Fix keywords subexpression number.
33565 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
33567 * textmodes/org.el (org-diary-default-entry): Fix call to
33568 `add-to-diary-entry'.
33570 2005-04-05 Kim F. Storm <storm@cua.dk>
33572 * ediff-init.el: Use (featurep 'xemacs).
33574 2005-04-05 David Ponce <david@dponce.com>
33576 * cus-edit.el (face): Derive from symbol widget. Display sample
33577 of the current face on the fly.
33578 (widget-face-sample-face-get, widget-face-notify): New functions.
33579 (widget-face-value-create): Remove.
33581 * wid-edit.el (widget-field-end): Temporarily remove field
33582 narrowing before to call `get-char-property'.
33584 2005-04-04 Jay Belanger <belanger@truman.edu>
33586 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
33587 (math-read-subscripts): New variable.
33588 (math-read-preprocess-string): Process subscripts.
33590 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
33592 * comint.el (comint-prompt-read-only): Doc fix.
33594 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
33597 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
33599 * textmodes/org.el (org-insert-mode-line-in-empty-file):
33600 Change default value to nil.
33602 2005-04-04 Lute Kamstra <lute@gnu.org>
33604 * autorevert.el (auto-revert-mode): Specify :group.
33605 * battery.el (display-battery-mode): Specify :group.
33606 * diff-mode.el (diff-minor-mode): Specify :group.
33607 * font-core.el (font-lock-mode): Specify :group.
33608 * hl-line.el (hl-line-mode): Specify :group.
33609 * iimage.el (iimage): New customization group.
33610 (iimage-mode): Specify :group.
33611 * longlines.el (longlines-mode): Specify :group.
33612 * master.el: Don't require easy-mmode.
33613 (master): New customization group.
33614 (master-mode): Specify :group.
33615 * msb.el (msb-mode): Specify :group.
33616 * reveal.el (reveal-mode): Specify :group.
33617 * simple.el (next-error-follow-minor-mode): Specify :group.
33618 * smerge-mode.el (smerge-mode): Specify :group.
33619 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
33620 * emulation/cua-base.el (cua-mode): Specify :group.
33621 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
33622 * language/thai-util.el (thai-auto-composition-mode)
33623 (thai-word-mode): Specify :group.
33624 * mail/supercite.el (sc-minor-mode): Specify :group.
33625 * progmodes/cwarn.el (cwarn-mode): Specify :group.
33626 * progmodes/flymake.el (flymake-mode): Specify :group.
33627 * progmodes/glasses.el (glasses-mode): Specify :group.
33628 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
33629 * textmodes/enriched.el (enriched-mode): Specify :group.
33630 * textmodes/refill.el (refill-mode): Specify :group.
33632 * add-log.el (change-log-font-lock-keywords): Names in
33633 parenthesized lists can contain spaces.
33635 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
33637 * startup.el (fancy-splash-text): Shorten default text of
33638 "Emacs Tutorial" line. Also, if the current language env
33639 indicates an available tutorial file other than TUTORIAL,
33640 extract its title and append it to the line in parentheses.
33641 (fancy-splash-insert): If arg is a thunk, funcall it.
33643 2005-04-04 Jay Belanger <belanger@truman.edu>
33645 * calc.el (calc-language-alist): Add tags to customization type.
33647 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
33649 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
33652 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
33654 * add-log.el (change-log-font-lock-keywords): The manual
33655 describing a Change Log entry, says: (...) "Aside from these
33656 header lines, every line in the change log starts with a space or
33657 a tab.". The font-lock was not highlighting lines started with
33658 spaces, added support for it.
33660 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33662 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
33663 (bibtex-generate-url-list): Update docstring accordingly. Put the
33664 complex example in the docstring.
33665 (bibtex-font-lock-url): Use pop.
33667 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
33669 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
33671 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
33673 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
33675 * filesets.el (filesets-set-default): Doc fix.
33677 2005-04-03 Lute Kamstra <lute@gnu.org>
33679 * generic.el (define-generic-mode): Add argument to specify
33680 keywords for defcustom.
33681 (default-generic-mode): Specify :group.
33683 * generic-x.el: Specify :group for all generic modes.
33685 * desktop.el (desktop-no-desktop-file-hook)
33686 (desktop-after-read-hook): Doc fix.
33688 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
33690 * simple.el (visible-mode): Use explicit :group keyword.
33691 This changes the group of `visible-mode-hook' from paren-blinking
33694 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
33696 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
33697 mailbox specifications as well as URLs.
33698 (rmail-insert-inbox-text): Remove unused conditional branches.
33700 2005-04-01 Jay Belanger <belanger@truman.edu>
33702 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
33703 (calc-gnuplot-print-command): Move definitions to calc.el.
33705 * calc/calc-embed.el (calc-embedded-announce-formula)
33706 (calc-embedded-open-formula, calc-embedded-close-formula)
33707 (calc-embedded-open-word, calc-embedded-close-word)
33708 (calc-embedded-open-plain, calc-embedded-close-plain)
33709 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
33710 (calc-embedded-open-mode, calc-embedded-close-mode):
33711 Move definitions to calc.el.
33713 * calc/calc.el (calc-settings-file, calc-language-alist):
33715 (calc-embedded-announce-formula, calc-embedded-open-formula)
33716 (calc-embedded-close-formula, calc-embedded-open-word)
33717 (calc-embedded-close-word, calc-embedded-open-plain)
33718 (calc-embedded-close-plain, calc-embedded-open-new-formula)
33719 (calc-embedded-close-new-formula, calc-embedded-open-mode)
33720 (calc-embedded-close-mode, calc-gnuplot-name)
33721 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
33722 from other files and make customizable.
33724 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
33726 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
33728 (cvs-mode-run): Don't call cvs-update-header here.
33729 (cvs-run-process): Call cvs-update-header.
33730 Use process properties for cvs-postprocess and cvs-buffer so that
33731 the sentinel can behave better if the temp buffer is killed.
33732 Use a pipe rather than a tty, to better handle unexpected prompts.
33733 (cvs-sentinel): Rewrite. Call cvs-update-header.
33735 2005-04-01 Andre Spiegel <spiegel@gnu.org>
33737 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
33738 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
33740 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
33742 * generic.el (define-generic-mode): Add indentation rule.
33744 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
33746 * files.el (mode-require-final-newline): Make Custom correctly
33747 report a nil value and allow to set it to nil via Custom.
33750 2005-04-01 Kenichi Handa <handa@m17n.org>
33752 * international/characters.el: Enable the correct case setting for
33753 dotless-i and dotted-I.
33755 2005-04-01 Kim F. Storm <storm@cua.dk>
33757 * ido.el (ido-file-internal): Fall back to non-ido command if
33758 initial directory is on slow ftp (or tramp) host.
33760 2005-03-31 Richard M. Stallman <rms@gnu.org>
33762 * emacs-lisp/autoload.el (make-autoload):
33763 Handle define-global-minor-mode.
33765 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
33766 Rename from easy-mmode-define-global-mode.
33767 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
33769 * progmodes/scheme.el (scheme-mode-syntax-table):
33770 Update syntax of | and # for two-character comment syntax.
33772 2005-03-31 Lute Kamstra <lute@gnu.org>
33774 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
33775 (define-minor-mode): Call custom-current-group at load-time.
33777 * generic.el (define-generic-mode): Add debug declaration.
33778 Add defcustom for the mode hook.
33779 (generic-mode-internal): Use run-mode-hooks.
33781 2005-03-31 Kim F. Storm <storm@cua.dk>
33783 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
33784 (mouse-fixup-help-message): New defun called by show_help_echo
33785 to fixup mouse-2 prefix in help messages when applicable.
33787 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
33789 2005-03-31 Kenichi Handa <handa@m17n.org>
33791 * language/thai-word.el (thai-find-word-ends): Pay attention to
33792 the case that we reach the end of buffer.
33794 * textmodes/fill.el (fill-text-properties-at): New function.
33795 (fill-newline): Use fill-text-properties-at instead of
33796 text-properties-at.
33798 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33800 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
33801 not comint-quote-filename.
33803 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
33805 * help-fns.el (help-with-tutorial): Revert last change.
33807 2005-03-31 Kim F. Storm <storm@cua.dk>
33809 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
33811 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
33813 * calendar/cal-china.el: Update reference to "Calendrical
33814 Calculations" book; there's a new edition.
33815 * calendar/cal-coptic.el: Likewise.
33816 * calendar/cal-french.el: Likewise.
33817 * calendar/cal-hebrew.el: Likewise.
33818 * calendar/cal-islam.el: Likewise.
33819 * calendar/cal-iso.el: Likewise.
33820 * calendar/cal-julian.el: Likewise.
33821 * calendar/cal-mayan.el: Likewise.
33822 * calendar/cal-persia.el: Likewise.
33823 * calendar/calendar.el: Likewise.
33824 * calendar/holidays.el: Likewise.
33825 * calendar/lunar.el: Likewise.
33826 * calendar/solar.el: Likewise.
33828 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
33829 white space from doc string.
33831 2005-03-30 Jay Belanger <belanger@truman.edu>
33833 * calc/calc-help.el (calc-full-help): Remove email address.
33835 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
33837 * help-fns.el (help-with-tutorial): Delete title line.
33839 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
33841 * calendar/cal-x.el (calendar-one-frame-setup)
33842 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
33843 rather than `symbol' for set-window-dedicated-p.
33845 * calendar/appt.el (appt-buffer-name): Make it a constant.
33846 (appt-add): Doc fix.
33848 * filesets.el (filesets-menu-path, filesets-menu-before)
33849 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
33850 (filesets-menu-cache-file): Use directory ~/.emacs.d.
33851 (filesets-add-submenu): Delete and use add-submenu instead.
33853 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
33855 * textmodes/org.el (org-agenda-phases-of-moon)
33856 (org-agenda-sunrise-sunset, org-agenda-convert-date)
33857 (org-agenda-goto-calendar): New commands.
33858 (org-diary-default-entry): New function.
33859 (org-get-entries-from-diary): Better parsing of diary entries.
33860 (org-agenda-check-no-diary): New function.
33861 ("diary-lib"): Advice to function `add-to-diary-list', to allow
33862 linking to diary entries.
33863 (org-agenda-execute-calendar-command): New function.
33864 (org-agenda): Improve visible section in window.
33865 Use `org-fit-agenda-window'.
33866 (org-fit-agenda-window): New option.
33867 (org-move-subtree-down): Better handling of empty lines
33869 (org-cycle): Numeric prefix is interpreted now as show-subtree N
33871 (org-fontify-done-headline): New option.
33872 (org-headline-done-face): New face.
33873 (org-set-font-lock-defaults): Use `org-headline-done-face'.
33874 (org-table-copy-down): Rename from `org-table-copy-from-above'.
33875 When current field is non-empty, it is copied to next row.
33876 (org-table-copy-from-above): Fix bug which made it
33877 impossible to copy fields containing only a single non-white character.
33879 2005-03-30 Kim F. Storm <storm@cua.dk>
33881 * kmacro.el (kmacro-end-macro): Isearch may store this command
33882 into the macro -- so ignore it when executing keyboard macro.
33884 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33886 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
33888 2005-03-29 Kenichi Handa <handa@m17n.org>
33890 * language/thai.el ("Thai"): Set setup-function and exit-function
33891 for Thai language environment.
33893 * language/thai-util.el: Require thai-word.
33894 (thai-word-mode-map): New variable.
33895 (thai-word-mode): New minor mode.
33896 (setup-thai-language-environment-internal): New function.
33897 (exit-thai-language-environment-internal): New function.
33899 * language/thai-word.el (thai-word-table): Declare it by defvar,
33900 use dolist to initialize it.
33901 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
33902 (thai-fill-find-break-point): New functions.
33904 2005-03-29 Richard M. Stallman <rms@gnu.org>
33906 * simple.el (idle-update-delay): Move definition up.
33907 (set-mark): Doc fix.
33909 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
33911 * longlines.el: New file.
33913 * simple.el (buffer-substring-filters): New variable.
33914 (filter-buffer-substring): New function.
33915 (kill-region, copy-region-as-kill): Use it.
33917 * register.el (copy-to-register, append-to-register)
33918 (prepend-to-register): Use filter-buffer-substring.
33920 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33922 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
33923 (gud-filter-pending-text): Move in front of gdb.
33924 (gud-overlay-arrow-position): New variable.
33925 (gud-sentinel, gud-display-line): Use it in place of
33926 overlay-arrow-position.
33928 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
33930 * progmodes/fortran.el (fortran-if-indent): Doc fix.
33931 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
33932 (fortran-font-lock-keywords-4): New variable.
33933 (fortran-blocks-re, fortran-end-block-re)
33934 (fortran-start-block-re): New constants, for hideshow.
33935 (hs-special-modes-alist): Add a Fortran entry.
33936 (fortran-mode-map): Bind fortran-end-of-block,
33937 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
33938 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
33939 (fortran-looking-at-if-then, fortran-end-of-block)
33940 (fortran-beginning-of-block): New functions, for hideshow.
33942 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
33943 Doc fix. Tweak regexp.
33944 (f90-beginning-of-block): Push mark first.
33946 2005-03-29 Jay Belanger <belanger@truman.edu>
33948 * calc/calc.el: Update copyright date.
33949 (calc-version): Increase to 2.1.
33950 (calc-version-date): Remove.
33952 * calc/calc-help.el: Update copyright date.
33953 (calc-full-help): Remove reference to calc-version-date.
33954 Update copyright date.
33956 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33958 * vc.el (vc-do-command): Use a pipe for async processes, so password
33959 prompts don't show up at places where the user can't reply.
33961 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33963 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
33964 on the file name we pass to the inferior shell.
33966 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33968 * progmodes/which-func.el (which-function): Be robust in the face of an
33969 imenu--make-index-alist failure.
33971 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33973 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
33975 * progmodes/python.el (python-preoutput-filter): Fix last change.
33977 2005-03-29 Lute Kamstra <lute@gnu.org>
33979 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
33980 functions and compiled macros.
33981 (debug-convert-byte-code): Handle macros too.
33982 (debug-on-entry-1): Don't signal an error when trying to clear a
33983 function that is not set to debug on entry.
33985 2005-03-29 Jay Belanger <belanger@truman.edu>
33987 * calc/calc-lang.el: Add functions to math-function-table
33988 properties of tex and math.
33990 2005-03-29 Kenichi Handa <handa@m17n.org>
33992 * ps-mule.el (ps-mule-plot-string): Translate characters by
33993 ps-print-translation-table.
33994 (ps-mule-begin-job): Call find-charset-region/string with
33995 ps-print-translation-table.
33996 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
33998 * ps-print.el (ps-print-translation-table): New variable.
33999 (ps-plot-region): Translate characters by ps-print-translation-table.
34001 2005-03-29 Juri Linkov <juri@jurta.org>
34003 * simple.el (next-error-highlight-timer): New variable.
34005 * progmodes/compile.el (compilation-goto-locus):
34006 Use `next-error-highlight-timer' instead of `sit-for'.
34008 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
34010 * mail/supercite.el (sc-mail-field): Use assoc-string.
34011 (sc-get-address): Simplify regexps.
34013 * files.el (minibuffer-with-setup-hook): New macro.
34014 (find-file-read-args): Use it to avoid let-binding
34015 minibuffer-with-setup-hook (which breaks turning on/off
34016 file-name-shadow-mode while in the prompt).
34018 * complete.el (PC-read-include-file-name-internal):
34019 Use test-completion.
34021 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
34023 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
34025 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
34027 * window.el (window-buffer-height): Use count-screen-lines.
34029 * progmodes/python.el (python-preoutput-leftover): New var.
34030 (python-preoutput-filter): Use it.
34031 (python-send-receive): Loop until all the result has been received.
34033 2005-03-28 Juri Linkov <juri@jurta.org>
34035 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
34037 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
34038 "Recover Crashed Session".
34039 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
34040 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
34041 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
34042 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
34043 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
34044 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
34045 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
34046 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
34048 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
34049 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
34050 Ediff Sessions", "Toggle use of separate control buffer frame",
34051 "Use separate frame for Ediff control buffer".
34053 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
34054 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
34055 "Rename Bookmark", "Delete Bookmark".
34057 * info.el (Info-mode-menu): Remove ellipsis from "Index".
34058 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
34059 Add `:active Info-index-alternatives' to "Next Matching Item".
34061 * wdired.el (wdired-change-to-wdired-mode):
34062 Mention `wdired-abort-changes' key in the initial message.
34064 * international/mule.el (auto-coding-alist): Associate non-ascii
34065 image filename extensions with `no-conversion'.
34067 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
34069 * international/iso-acc.el:
34070 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
34072 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
34074 * textmodes/sgml-mode.el (html-mode): Doc update.
34076 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
34078 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
34080 * term.el (term-move-columns): Fix face after extending a line.
34081 (term-insert-spaces): Likewise.
34082 (term-reset-terminal): Fix off by one error.
34084 2005-03-26 Eli Zaretskii <eliz@gnu.org>
34086 * international/mule.el (auto-coding-alist): Add .xpi files.
34088 * files.el (auto-mode-alist): Add .xpi files.
34090 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
34092 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
34094 2005-03-26 Eli Zaretskii <eliz@gnu.org>
34096 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
34098 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
34100 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
34101 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
34103 * calendar/cal-move.el (calendar-beginning-of-year): Move the
34104 cursor to Jan 1 when needed.
34105 (calendar-end-of-year): Fix -/+ typo.
34106 Reported by Chong Yidong <cyd@stupidchicken.com>.
34108 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
34110 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
34112 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
34113 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
34115 2005-03-25 Richard M. Stallman <rms@gnu.org>
34117 * filesets.el (filesets-init): Add autoload.
34119 * mail/mailalias.el (mail-directory): Doc fix.
34121 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
34123 * mail/mailalias.el (mail-directory-process): Do nothing if
34124 mail-directory-process is an atom.
34125 (mail-get-names): Ignore mail-directory-names if it is an atom.
34126 (mail-directory-process defvar): Doc fix.
34127 (mail-names): Doc fix.
34129 2005-03-25 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se> (tiny change)
34131 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
34133 2005-03-26 Kenichi Handa <handa@m17n.org>
34135 * international/mule-util.el (detect-coding-with-priority):
34136 Call update-coding-systems-internal before detect-coding-region.
34138 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
34140 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
34141 (gdb-frames-mode-map): Add follow-link property.
34143 2005-03-25 Jay Belanger <belanger@truman.edu>
34145 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
34148 2005-03-25 Juri Linkov <juri@jurta.org>
34150 * image-mode.el: Optimize image filename extension regexps in
34151 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
34152 in `auto-mode-alist'.
34153 (image-mode): Add `image-toggle-display-text' to local hook
34154 `change-major-mode-hook'. Display the image as an image by
34155 default. Set `cursor-type' and `truncate-lines' if the image
34156 is already displayed. Take into account the current mode (image
34157 or text) in message.
34158 (image-minor-mode): New minor mode.
34159 (image-mode-maybe, image-toggle-display-text): New functions.
34160 (image-toggle-display): Use called-interactively-p.
34161 Let-bind `inhibit-read-only' to t.
34163 * image-mode.el (image-minor-mode): Set `cursor-type' and
34164 `truncate-lines' if the image is already displayed. Add turning
34165 image-minor-mode off to `change-major-mode-hook'. Add message.
34166 Call `image-toggle-display-text' after turning image-minor-mode off.
34168 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
34170 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
34171 Terminal.app, use utf-8.
34172 (set-display-table-and-terminal-coding-system): Add coding-system arg.
34173 (set-locale-environment): Use it.
34175 * term/xterm.el: Undo last change, better done in mule-cmds.el.
34177 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
34179 * progmodes/python.el (python-close-block-statement-p)
34180 (python-outdent-p, python-current-defun): Use symbol-end.
34182 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
34184 * files.el (save-some-buffers): Doc fix.
34186 2005-03-25 Werner Lemberg <wl@gnu.org>
34188 * complete.el, thumbs.el: Replace `legal' with `valid'.
34189 * calendar/calendar.el: Replace `legal' with `valid'.
34190 * emacs-lisp/advice.el: Replace `legal' with `valid'.
34191 * mail/supercite.el: Replace `legal' with `valid'.
34192 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
34193 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
34194 Replace `legal' with `valid'.
34195 * textmodes/reftex-vars.el, textmodes/reftex.el:
34196 Replace `legal' with `valid'.
34198 2005-03-25 Werner Lemberg <wl@gnu.org>
34200 * calc/calc-forms.el, calc/calc-sel.el
34201 * midnight.el, vc-cvs.el
34202 * emacs-lisp/cl-macs.el
34204 * eshell/esh-io.el, eshell/esh-var.el
34205 * mail/supercite.el
34206 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
34207 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
34208 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
34209 * progmodes/sh-script.el, progmodes/xscheme.el
34210 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
34211 * textmodes/reftex-index.el, textmodes/reftex-parse.el
34212 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
34213 * textmodes/reftex.el, textmodes/org.el:
34214 Replace `illegal' with `invalid'.
34216 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34218 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
34219 (flymake-find-buildfile, flymake-find-possible-master-files)
34220 (flymake-check-include, flymake-parse-line): Replace loops over the
34221 length of lists, by loops over lists, to remove silly O(n
\e,A2
\e(B) behavior.
34223 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
34224 Substitute file-name-as-directory in the rest of the file.
34225 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
34226 (flymake-replace-region): Remove unused arg `buffer'.
34227 (flymake-check-patch-master-file-buffer): Update calls to it.
34228 (flymake-add-err-info): Remove unused var `count'.
34229 (flymake-mode): Use define-minor-mode.
34231 * progmodes/flymake.el: Use with-current-buffer.
34232 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
34233 flymake-replace-regexp-in-string, flymake-line-beginning-position)
34234 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
34235 Avoid testing for `xemacs'.
34236 (flymake-nop): Move.
34237 (flymake-region-has-flymake-overlays): Return the computed value.
34238 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
34239 Remove unused var `endline'.
34240 (flymake-get-line-count): Remove unused function.
34241 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
34245 * hilit-chg.el (global-highlight-changes):
34246 * hi-lock.el (hi-lock-mode):
34247 * follow.el: find-file-hooks -> find-file-hook.
34249 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
34251 2005-03-24 Juri Linkov <juri@jurta.org>
34253 * dired.el (dired-mode-map): Add menu item "Compare directories"
34254 for dired-compare-directories.
34256 * dired-aux.el (dired-compare-directories): Add autoload cookie.
34257 Doc fix. Replace `read-file-name' with `read-directory-name'.
34259 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34261 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
34263 2005-03-24 Jay Belanger <belanger@truman.edu>
34265 * calc/calc-embed.el (calc-embedded-mode-change): Save all
34266 relevant mode settings in calc-embedded-original-modes when modes
34267 are permanently changed.
34269 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
34271 * autoinsert.el: find-file-hooks -> find-file-hook.
34273 2005-03-24 Lute Kamstra <lute@gnu.org>
34275 * generic.el (generic-font-lock-defaults): Make it obsolete.
34276 (generic-font-lock-keywords): New variable to replace
34277 generic-font-lock-defaults.
34278 (generic-mode-set-font-lock): Delete it.
34279 (generic-mode-internal): Don't call generic-mode-set-font-lock.
34280 (generic-bracket-support): Add docstring.
34282 * generic-x.el: Rename generic-font-lock-defaults to
34283 generic-font-lock-keywords throughout.
34284 (mailagent-rules-setup-function): Delete it.
34285 (mailagent-rules-generic-mode): Use anonymous function instead.
34286 (show-tabs-generic-mode-font-lock-defaults-1)
34287 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
34289 (show-tabs-tab-face, show-tabs-space-face): Specify background,
34292 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
34293 Recognize define-generic-mode.
34295 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
34297 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
34298 if there's no completion table.
34300 2005-03-23 Miles Bader <miles@gnu.org>
34302 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34303 Remove tty-specific variants, as they're no longer needed.
34305 2005-03-23 Lute Kamstra <lute@gnu.org>
34307 * generic-x.el: Code cleanup: make args constant whenever possible.
34308 (installshield-statement-keyword-list)
34309 (installshield-system-functions-list)
34310 (installshield-system-variables-list, installshield-types-list)
34311 (installshield-funarg-constants-list): Make them constants.
34313 * generic.el (generic-make-keywords-list): Add autoload cookie.
34315 * calendar/time-date.el: Add comment on time value formats.
34316 Don't require parse-time.
34317 (with-decoded-time-value): New macro.
34318 (encode-time-value): New function.
34319 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
34320 (days-to-time): Return a valid time value when arg is huge.
34321 (time-since): Use time-subtract.
34322 (time-to-number-of-days): Use time-to-seconds.
34324 2005-03-23 David Ponce <david@dponce.com>
34326 * recentf.el (recentf-keep): New option.
34327 (recentf-menu-action): Default to `find-file'.
34328 (recentf-keep-non-readable-files-flag)
34329 (recentf-keep-non-readable-files-p)
34330 (recentf-file-readable-p, recentf-find-file)
34331 (recentf-cleanup-remote): Remove.
34332 (recentf-include-p): More robust.
34333 (recentf-keep-p): New function.
34334 (recentf-remove-if-non-kept): Rename from
34335 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
34336 All callers updated.
34337 (recentf-menu-items-for-commands): Fix help string.
34338 (recentf-track-closed-file): Update. Doc fix.
34339 (recentf-cleanup): Update. Count removed files. Doc fix.
34341 2005-03-23 Kim F. Storm <storm@cua.dk>
34343 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34344 Don't inherit from fringe face (now happens automatically).
34346 2005-03-22 Kim F. Storm <storm@cua.dk>
34348 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
34351 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
34353 * menu-bar.el (showhide-date-time): Remove.
34354 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
34355 (menu-bar-make-mm-toggle): Simplify.
34357 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34359 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
34360 Accept qualified variable and function names.
34362 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
34364 * bindings.el (completion-ignored-extensions):
34365 Remove ".lis" for `vax-vms'.
34367 2005-03-22 Andreas Schwab <schwab@suse.de>
34369 * generic-x.el: Revert last change.
34370 * ldefs-boot.el: Update.
34372 2005-03-22 Jay Belanger <belanger@truman.edu>
34374 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
34375 (calc-embedded-save-original-modes)
34376 (calc-embedded-restore-original-modes): New functions.
34377 (calc-do-embedded): Save original modes when entering embedded mode
34378 and restore when leaving embedded mode.
34379 (calc-embedded-modes-change): Change the value of
34380 calc-embedded-original-modes to reflect permanent changes.
34382 2005-03-22 Lute Kamstra <lute@gnu.org>
34384 * generic-x.el: Require generic again.
34386 2005-03-22 Miles Bader <miles@gnu.org>
34388 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
34389 Tweak details to look good on both ttys and bitmap displays, light
34390 or dark background, etc.
34392 2005-03-21 Kim F. Storm <storm@cua.dk>
34394 * tooltip.el (tooltip-show-help-function): Check car and cdr of
34397 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
34399 * icomplete.el: Don't forcibly turn on the mode upon load.
34400 (icomplete-mode): Use define-minor-mode.
34401 (icomplete-eoinput): Default to nil.
34402 (icomplete-minibuffer-setup): Remove autoload.
34403 (icomplete-tidy): Simplify.
34404 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
34405 in the initial state or if the user has modified the field.
34406 Fix handling of icomplete-max-delay-chars.
34407 Remove code that handles the oddball case where
34408 minibuffer-completion-table is an integer.
34409 Wrap icomplete-completions in while-no-input in case building
34410 completions takes more time than expected.
34411 (icomplete-completions): Simplify.
34413 2005-03-21 Richard M. Stallman <rms@gnu.org>
34415 * jka-compr.el (jka-compr-really-do-compress):
34416 Make variable buffer-local.
34418 * image-mode.el: Handle .xpm files too.
34419 (image-toggle-display): Preserve modification flag.
34421 * help.el (where-is): Don't mention aliases with no key bindings.
34423 2005-03-21 Lute Kamstra <lute@gnu.org>
34425 * generic.el: Fix commentary section. Don't require cl for
34427 (generic-mode-list): Add autoload cookie.
34428 (generic-use-find-file-hook, generic-lines-to-scan)
34429 (generic-find-file-regexp, generic-ignore-files-regexp)
34430 (generic-mode, generic-mode-find-file-hook)
34431 (generic-mode-ini-file-find-file-hook): Fix docstrings.
34432 (define-generic-mode): Make it a defmacro. Fix docstring.
34433 (generic-mode-internal): Code cleanup. Add autoload cookie.
34434 (generic-mode-set-comments): Code cleanup.
34435 * generic-x.el: Don't prevent compilation. Don't require generic.
34436 Follow coding conventions. Minor code cleanup.
34437 (etc-fstab-generic-mode): Add some keywords.
34438 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
34439 define-generic-mode like a function declaration.
34441 2005-03-21 Jay Belanger <belanger@truman.edu>
34443 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
34446 2005-03-21 Sam Steingold <sds@gnu.org>
34448 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
34450 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
34452 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
34453 Add underscore to "f$ lexicals" regexp.
34455 2005-03-20 Juri Linkov <juri@jurta.org>
34457 * subr.el (progress-reporter-do-update): When `min-value' is equal
34458 to `max-value', set `percentage' to 0 and prevent division by zero.
34460 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
34462 Sync with Tramp 2.0.48.
34464 * net/tramp.el (all): Change all addresses to .gnu.org.
34465 (tramp-append-tramp-buffers): New defun.
34466 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
34467 Catch `dont-send' signal.
34468 (tramp-set-auto-save-file-modes): Set always permissions, because
34469 there might be an old auto-saved file belonging to another
34470 original file. This could be a security threat. Reported by
34471 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
34472 Check for Emacs 21.3.50 removed.
34474 * net/tramp-smb.el (all): Remove debug construct for
34475 `with-parsed-tramp-file-name'.
34476 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
34477 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
34478 No error message if DIRECTORY or FILENAME doesn't exist.
34479 (tramp-smb-open-connection): Check existence of
34480 `tramp-smb-program'.
34482 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
34484 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
34485 Properly handle the case where the `m' or `s' command's argument is not
34487 (perl-indent-new-calculate): New function.
34488 (perl-indent-line): Use it.
34490 2005-03-20 Miles Bader <miles@gnu.org>
34492 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
34493 in text-mode too. Change to new face names.
34494 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
34495 Add `:weight bold' attribute.
34496 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
34498 2005-03-19 Juri Linkov <juri@jurta.org>
34500 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
34502 * international/mule.el (auto-coding-alist): Sync with
34503 `auto-mode-alist' by adding upper case archive file extensions
34504 and adding ear/war to jar extension.
34506 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
34508 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
34509 running, restart it.
34511 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
34513 * finder.el (finder-current-item): Throw an error on an empty line.
34515 * man.el (Man-follow-manual-reference): If current-word returns
34518 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
34520 * simple.el (goto-line): Doc fix.
34522 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
34524 * files.el (save-buffer): Doc fix.
34526 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
34528 * recentf.el (recentf-cleanup-remote): New variable.
34529 (recentf-cleanup): Use it to conditionally check availability of
34532 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
34534 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
34537 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34539 * language/thai-word.el: New file.
34541 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
34543 * files.el (backup-buffer): If the file's directory is not
34544 writable, use copy instead of move to backup the file.
34546 2005-03-19 Eli Zaretskii <eliz@gnu.org>
34548 * obsolete/keyswap.el: Moved to obsolete/ from term/.
34550 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
34552 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
34553 Use functionp instead of symbolp and fboundp. Reported by Drkm
34554 <darkman_spam@yahoo.fr>.
34555 (ps-print-version): New version 6.6.6.
34557 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
34559 * textmodes/table.el (table--line-column-position): New idiom.
34560 (table--row-column-insertion-point-p): New function to test
34561 validity of row and column insertion operation at a location.
34562 (table-global-menu, table-cell-menu): Use above functions for
34563 deterministic test operation.
34564 (table--editable-cell-p): Behave in deterministic fashion.
34566 2005-03-18 Juri Linkov <juri@jurta.org>
34568 * isearch.el (isearch-lazy-highlight-new-loop):
34569 Make arguments beg and end optional.
34570 (isearch-update): Remove optional arguments nil from
34571 isearch-lazy-highlight-new-loop.
34572 (isearch-lazy-highlight-search): Let-bind case-fold-search to
34573 isearch-lazy-highlight-case-fold-search instead of
34574 isearch-case-fold-search, and let-bind isearch-regexp to
34575 isearch-lazy-highlight-regexp.
34576 Use isearch-lazy-highlight-last-string instead of isearch-string.
34578 * replace.el (perform-replace): Remove bindings of global
34579 variables isearch-string, isearch-regexp, isearch-case-fold-search.
34580 Add three new arguments to `replace-highlight'.
34581 (replace-highlight): Add arguments string, regexp, case-fold.
34582 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
34583 to allow isearch-lazy-highlight-new-loop to use these values
34584 to set corresponding isearch-lazy-highlight-* internal
34585 variables whose values lazy highlighting will use regardless of
34586 changes to global variables isearch-string, isearch-regexp,
34587 isearch-case-fold-search during lazy highlighting loop.
34588 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
34589 to `lazy-highlight-cleanup'.
34591 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
34592 (ispell-highlight-face): Set default face to `isearch' when
34593 lazy highlighting is enabled.
34594 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
34595 priority to 1. Add lazy highlighting.
34596 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
34597 from `isearch-dehighlight'.
34599 2005-03-18 David Ponce <david@dponce.com>
34601 * files.el (hack-local-variables): Do a case-insensitive search
34604 2005-03-18 Juri Linkov <juri@jurta.org>
34606 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
34607 `isearch-lazy-highlight-cleanup', add alias to old name and
34608 declare obsolete. Add release numbers to other obsolete vars.
34609 (isearch-done, isearch-lazy-highlight-new-loop):
34610 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
34611 (lazy-highlight-cleanup) <variable>: Doc fix.
34612 (isearch-lazy-highlight-update): Rename obsolete
34613 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
34615 2005-03-18 Kenichi Handa <handa@m17n.org>
34617 * language/thai-util.el: Fix categorization of Thai characters in
34618 thai-category-table.
34619 (thai-composition-pattern): Adjust it for the above change.
34620 (thai-self-insert-command, thai-compose-syllable): New functions.
34621 (thai-compose-region): Use thai-compose-syllable.
34622 (thai-compose-string): Likewise.
34623 (thai-composition-function): Likewise.
34624 (thai-auto-composition): New function.
34625 (thai-auto-composition-mode): New minor mode.
34627 * language/thai.el: Fix patterns to be registered in
34628 composition-function-table.
34630 * international/quail.el (quail-input-method): Locally bind
34631 inhibit-modification-hooks to t.
34633 2005-03-17 Richard M. Stallman <rms@gnu.org>
34635 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
34636 (perl-mode): Use run-mode-hooks.
34638 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
34639 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
34640 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
34642 * mail/sendmail.el (sendmail-send-it): Reenable the code
34643 to compute resend-to-address and use it.
34645 * tar-mode.el (tar-mode): Turn off undo unconditionally.
34647 * image-mode.el: New file.
34649 * image.el (insert-sliced-image): Add autoload cookie.
34651 * font-lock.el (font-lock-lines-before): New user option.
34652 (font-lock-after-change-function): Obey it.
34654 * bindings.el (esc-map): Make M-g a prefix.
34655 Bind M-g g and M-g M-g to goto-line.
34657 * faces.el (face-id): Doc fix.
34659 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
34661 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
34662 (rmail-show-message): Use rmail-unknown-mail-followup-to.
34663 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
34665 * mail/sendmail.el (mail-yank-ignored-headers)
34666 (mail-font-lock-keywords, mail-mode-fill-paragraph):
34667 Add Mail-Followup-To and Mail-Reply-To headers.
34668 (mail-citation-hook): Add autoload cookie.
34669 (mail-mode): Doc fix.
34670 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
34671 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
34672 (mail-mode-fill-paragraph): Handle those headers.
34673 (mail-mailing-lists): New variable.
34674 (mail-mail-reply-to, mail-mail-followup-to): New functions.
34676 2005-03-17 Juri Linkov <juri@jurta.org>
34678 * isearch.el (isearch-fallback): Check for `(car previous)'
34679 before calling `isearch-other-end-state'.
34681 2005-03-17 Kim F. Storm <storm@cua.dk>
34683 * simple.el (move-beginning-of-line): Move to beginning of buffer
34684 line, as well as beginning of screen line.
34686 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
34688 * calendar/diary-lib.el (mark-diary-entries): Use new optional
34689 argument REDRAW rather than calendar-redrawing variable.
34690 * calendar/calendar.el (calendar-redrawing): Delete.
34691 (redraw-calendar): Do not bind calendar-redrawing.
34693 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
34695 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
34698 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
34700 * help.el (describe-mode): Allow a :minor-mode-function property to
34701 specify a different minor mode toggle function than the variable.
34702 * simple.el (auto-fill-function):
34703 * subr.el (add-minor-mode): Use it.
34705 2005-03-16 Kenichi Handa <handa@m17n.org>
34707 * language/ethio-util.el (sera-being-called-by-w3): New variable.
34708 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
34709 (ethio-fidel-to-sera-buffer): Likewise.
34711 2005-03-16 Juri Linkov <juri@jurta.org>
34713 * emacs-lisp/find-func.el (find-function-regexp):
34714 Add defun-emitting macro `menu-bar-make-toggle'.
34716 * isearch.el: Put `isearch-scroll' property to
34717 `split-window-horizontally'.
34719 * info.el: Update error messages for `debug-ignored-errors'.
34720 (Info-isearch-search): Doc fix.
34721 (Info-find-node): Move up code to go into info buffer before
34722 recording the node to the history.
34723 (Info-fontify-node): Fontify titles only if the next line
34724 has two or more `*', `=', `-', `.'.
34725 Display "go to this node" for empty (match-string 3).
34727 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34729 * term/mac-win.el: Add mouse pointer shape constants.
34731 2005-03-15 Kim F. Storm <storm@cua.dk>
34733 * simple.el (move-beginning-of-line): Use vertical-motion.
34735 2005-03-15 Juri Linkov <juri@jurta.org>
34737 * isearch.el (isearch-error): New variable.
34738 (isearch-invalid-regexp, isearch-within-brackets): Remove.
34739 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
34740 (isearch-within-brackets-state): Remove.
34741 (isearch-case-fold-search-state, isearch-pop-fun-state):
34742 Decrease frame index.
34743 (isearch-mode, isearch-top-state, isearch-push-state)
34744 (isearch-edit-string, isearch-abort, isearch-search-and-update)
34745 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
34746 (isearch-search, isearch-lazy-highlight-new-loop):
34747 Replace `isearch-invalid-regexp' with `isearch-error'.
34748 Remove `isearch-within-brackets'.
34749 (isearch-search): Add `search-failed' handler to `condition-case'.
34750 (isearch-lazy-highlight-search): Add `condition-case' to catch
34751 errors and allow `isearch-lazy-highlight-update' to try
34752 highlighting from the beginning of the window.
34753 (isearch-repeat): Move up code to set isearch-wrapped to t
34754 before calling isearch-wrap-function.
34756 * info.el (Info-isearch-initial-node): New internal variable.
34757 (Info-search): Signal an error in isearch mode when search leaves
34758 the initial node. Signal an error when `bound' is non-nil and
34759 nothing was found in the current subfile.
34760 (Info-isearch-search): Remove `condition-case'.
34761 (Info-isearch-wrap): Don't wrap when search failed during leaving
34762 the initial node. If `Info-isearch-search' is nil, wrap around
34764 (Info-isearch-start): New fun.
34765 (Info-mode): Add buffer-local hook `Info-isearch-start' to
34766 `isearch-mode-hook'.
34768 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34770 * simple.el (normal-erase-is-backspace): Set default to t if
34773 * term/mac-win.el (function-key-map): Sync with x-win.el.
34775 2005-03-15 Kenichi Handa <handa@m17n.org>
34777 * international/mule-cmds.el (locale-language-names): Modify the
34778 format of elements and add more entries.
34779 (locale-preferred-coding-systems): Add more entries.
34780 (set-locale-environment): Adjust for the change of
34781 locale-language-names.
34783 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
34785 * pcvs.el (smerge-ediff): Remove bogus autoload.
34787 2005-03-14 Lute Kamstra <lute@gnu.org>
34789 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
34790 Ignore a `*' at the beginning of a line.
34792 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
34793 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
34795 (dont-compile, eval-when-compile, eval-and-compile): Use declare
34796 to specify indentation.
34798 * generic.el (define-generic-mode): Let generic-mode-list be a
34799 list of strings; test membership with equal.
34801 2005-03-14 Kim F. Storm <storm@cua.dk>
34803 * simple.el (next-line, previous-line): Add optional try-vscroll
34804 arg to recognize interactive use. Pass it on to line-move.
34805 (line-move): Don't perform auto-window-vscroll when defining or
34806 executing keyboard macro to ensure consistent behavior.
34808 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
34810 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
34812 2005-03-13 Lute Kamstra <lute@gnu.org>
34814 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
34815 debugger-setup-buffer so that backtrace marks the frames set to
34816 debug-on-exit and we don't have to do it manually. Set an extra
34817 debug-on-exit for macro's.
34818 (debugger-setup-buffer): Don't mark the top frame manually.
34820 2005-03-12 Lute Kamstra <lute@gnu.org>
34822 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
34823 lisp-indent-function throughout.
34824 (with-no-warnings): Set lisp-indent-function property.
34826 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
34828 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
34829 Add entry for backslash.
34831 2005-03-12 Juri Linkov <juri@jurta.org>
34833 * info.el (Info-search): Four fixes for backward search.
34835 2005-03-11 Jay Belanger <belanger@truman.edu>
34837 * calc/calc.el (calc-language-alist): New variable.
34838 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
34839 (calc-embedded-find-modes): Use calc-language-alist instead of
34840 calc-embedded-language-alist.
34842 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
34844 * calendar/calendar.el (calendar-redrawing): New internal
34846 (redraw-calendar): Remove bogus save-excursion from previous
34847 change. Bind calendar-redrawing to t for mark-diary-entries.
34848 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
34849 calendar if that is why we were called.
34851 2005-03-11 Kenichi Handa <handa@m17n.org>
34853 * international/mule.el (make-coding-system): Set property
34854 coding-system-define-form to nil.
34855 (define-coding-system-alias): Likewise.
34857 2005-03-11 Kenichi Handa <handa@m17n.org>
34859 These changes are suggested by Dave Love <fx@gnu.org>.
34861 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
34863 (adaptive-fill-regexp): Add more bullets.
34864 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
34867 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
34869 * help.el (describe-mode): Properly handle non-trivial lighters.
34870 Don't ignore minor modes that are not listed in minor-mode-list.
34872 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
34873 feature ON when the user requests to turn it OFF.
34875 2005-03-10 Lute Kamstra <lute@gnu.org>
34877 * emacs-lisp/debug.el (debug-entry-code): Delete it.
34878 (implement-debug-on-entry): New function to replace debug-entry-code.
34879 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
34880 second argument as the 2005-03-07 change makes it obsolete.
34881 (debug-on-entry, cancel-debug-on-entry): Update call to
34883 (debug, debugger-setup-buffer): Comment update.
34884 (debugger-frame-number): Update to work with implement-debug-on-entry.
34886 2005-03-10 Jay Belanger <belanger@truman.edu>
34888 * calc/calc-embed.el (math-ms-args): Declare it.
34889 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
34891 (calc-embedded-subst): Use math-multi-subst-rec to substitute
34894 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
34896 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
34899 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
34900 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
34901 (tooltip-gud-tips): Simplify.
34902 (tooltip-gud-tips-p): Remove superfluous :set.
34903 (tooltip-gud-modes): Add fortran-mode.
34904 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
34906 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
34908 2005-03-09 Kim F. Storm <storm@cua.dk>
34910 * play/animate.el (animate-place-char): Use forward-line instead
34911 of next-line to improve performance.
34913 2005-03-09 Simon Josefsson <jas@extundo.com>
34915 * net/browse-url.el (browse-url-default-browser): Doc fix.
34917 2005-03-09 Miles Bader <miles@gnu.org>
34919 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
34920 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
34922 2005-03-09 Kenichi Handa <handa@m17n.org>
34924 * international/latin-1.el: Set case and syntax for 255 only if
34925 set-case-syntax-set-multibyte is nil.
34927 * textmodes/ispell.el (ispell-insert-word): New function.
34928 (ispell-word): Use ispell-insert-word to insert a new word.
34929 (ispell-process-line): Likewise.
34930 (ispell-complete-word): Likewise.
34932 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
34934 * calendar/calendar.el (redraw-calendar): Preserve point.
34935 Reported by Matt Hodges <MPHodges@member.fsf.org>.
34936 (calendar-week-start-day): Move after definition of
34937 redraw-calendar. Delete buffer test, since redraw-calendar has
34940 * calendar/diary-lib.el (mark-diary-entries): Only call
34941 redraw-calendar in the first of any recursive calls.
34942 Reported by Alan Shutko <ats@acm.org>.
34944 2005-03-08 Juri Linkov <juri@jurta.org>
34946 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
34947 (html-horizontal-rule, html-line, html-image, html-checkboxes)
34948 (html-radio-buttons): Add a space before the trailing `/>' where
34949 sgml-xml-mode is non-nil.
34950 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
34951 the subsequent tag of the empty XML tag.
34952 (html-href-anchor): Don't set initial input to "http:".
34953 (html-image): Ask for the image URL and set point inside alt="".
34954 (html-name-anchor): Duplicate the name in the `id' attribute when
34955 sgml-xml-mode is non-nil.
34956 (html-paragraph): Remove \n before <p>.
34957 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
34958 instead of `checked' when sgml-xml-mode is non-nil.
34960 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
34961 Remove 1 space before #RRGGBB to not truncate it on terminal
34962 windows w/o fringes. Remove 1 space between bg and fg examples
34964 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
34965 avoid byte-compile warnings.
34967 * image-file.el (image-file-handler): Put `safe-magic' property to
34968 `image-file-handler'.
34970 * info.el (Info-isearch-search): Emulate word search in
34971 isearching through multiple Info nodes with Info-search.
34972 (Info-isearch-wrap): Allow isearch-word.
34974 2005-03-08 Lute Kamstra <lute@gnu.org>
34976 * emacs-lisp/debug.el (debugger-step-through): Make sure that
34977 stepping into the debugger's code is not possible.
34978 (debugger-jumping-flag): Docstring update.
34980 2005-03-08 Jay Belanger <belanger@truman.edu>
34982 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
34983 embedded mode begins.
34984 (calc-embedded-language-alist): New variable.
34985 (calc-embedded-find-modes): Use calc-embedded-language-alist to
34986 set default language mode.
34988 2005-03-08 Kenichi Handa <handa@m17n.org>
34990 * international/ccl.el (define-ccl-program): Fix docstring about
34991 extra 256 bytes assured for the output buffer.
34993 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34994 Fix BUFFER_MAGNIFICATION to 2.
34995 (ccl-encode-mule-utf-16be-with-signature): Likewise.
34997 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
34999 * align.el (align-rules-list): Added an alignment rule for CSS
35000 declarations (applies to css-mode and html-mode buffers).
35002 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
35004 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
35006 2005-03-07 Kim F. Storm <storm@cua.dk>
35008 * simple.el (move-beginning-of-line): New command.
35010 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
35012 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
35014 * emulation/cua-base.el: Put CUA move property on move-end-of-line
35015 and move-beginning-of-line.
35017 * apropos.el (apropos-print): Omit command from M-x ... RET.
35019 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
35021 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
35022 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
35024 2005-03-06 Richard M. Stallman <rms@gnu.org>
35026 * bindings.el (esc-map): Bind M-g to goto-line.
35028 * facemenu.el (global-map): Bind M-o, not M-g.
35030 2005-03-06 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
35032 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
35033 "Open Directory" as for "Open File".
35035 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
35037 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
35038 (push-mark-command): Run activate-mark-hook.
35040 2005-03-06 Richard M. Stallman <rms@gnu.org>
35042 * help-mode.el (help-mode-finish): Don't alter the element
35043 in view-return-to-alist if there already is one.
35045 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
35046 make sure the current buffer is the expected one.
35048 * novice.el (disabled-command-function): Output in *Disabled Command*.
35049 Explicitly ignore non-keyboard events, and explicitly handle C-g.
35051 * textmodes/flyspell.el (flyspell-large-region):
35052 Pass args differently for aspell.
35054 * files.el (mode-require-final-newline): Doc fix.
35056 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
35058 * progmodes/which-func.el (which-function):
35059 Specify NOERROR when calling imenu--make-index-alist.
35061 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
35063 * simple.el (normal-erase-is-backspace): Define default value.
35065 * custom.el (custom-theme-set-variables): Remove unused var
35067 (custom-reevaluate-setting): Simple function to handle variables
35068 that are defined before their default value can really be
35071 * startup.el (command-line): Use it for temporary-file-directory,
35072 small-emporary-file-directory, auto-save-file-name-transforms,
35073 blink-cursor-mode, and normal-erase-is-backspace.
35075 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
35076 progress, even with buggy anchored keywords.
35078 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
35080 * simple.el (goto-line): Remove unbalanced final parenthesis.
35082 2005-03-05 Richard M. Stallman <rms@gnu.org>
35084 * simple.el (goto-line): Use a number at point as the default.
35085 With C-u as arg, switch buffers.
35087 2005-03-05 Juri Linkov <juri@jurta.org>
35089 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
35090 with `no-blinking-cursor'.
35092 * startup.el (no-blinking-cursor): New defvar.
35093 (command-line): Add `--no-blinking-cursor' to longopts.
35094 Set `no-blinking-cursor' to t for command line arguments
35095 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
35096 with `no-blinking-cursor' in the condition for calling
35097 `blink-cursor-mode'.
35099 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
35101 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
35102 (menu-bar-options-save): Add blink-cursor-mode.
35103 (menu-bar-options-menu): Add blink-cursor-mode.
35105 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
35107 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
35108 (icalendar-export-file, icalendar-export-region)
35109 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
35110 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
35112 2005-03-04 Lute Kamstra <lute@gnu.org>
35114 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
35115 (debug-function-list): Ditto.
35117 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
35119 * textmodes/texinfmt.el (texinfo-append-refill):
35120 Redefine the types of line to which @refill
35121 is not appended by replacing a search for `@refill\\|@bye' with
35122 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
35123 itemize@refill' bug and the unfilled long lines bug.
35124 (texinfmt-version): Update number and date.
35126 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
35128 * international/code-pages.el (windows-1250, windows-125[2-8])
35129 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
35131 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
35133 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
35136 2005-03-02 Romain Francoise <romain@orebokech.com>
35138 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
35139 buffer after removing limits.
35140 (ibuffer-pop-filter): Ditto.
35143 2005-03-02 Miles Bader <miles@gnu.org>
35145 * button.el (make-text-button): If the user doesn't specify a
35146 type, use the default. Rewrite to use `add-text-properties' and
35149 2005-03-01 Lute Kamstra <lute@gnu.org>
35151 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
35152 (debugger-jumping-flag): New var.
35153 (debug-entry-code): Use it.
35154 (debugger-jump): Use debugger-jumping-flag and add
35155 debugger-reenable to post-command-hook.
35156 (debugger-reenable): Use debugger-jumping-flag and remove itself
35157 from post-command-hook.
35158 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
35161 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
35163 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
35164 inclusion of "itemize\\|", which may be unnecessary, is certainly
35165 inelegant, and stops refilling in itemize lists when formatting
35166 Japanese Texinfo files to Info.
35167 Update copyright to 2005.
35169 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
35171 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
35172 of an error if GDB can't find the source file.
35174 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
35176 * calendar/calendar.el (redraw-calendar): Work from any buffer,
35177 not just the calendar.
35179 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
35181 (diary-redraw-calendar): New function.
35182 (make-diary-entry): Add diary-redraw-calendar to local
35183 write-contents-functions. Turn off selective display before
35184 inserting in diary.
35186 2005-03-01 Kim F. Storm <storm@cua.dk>
35188 * emacs-lisp/copyright.el (copyright-fix-years): New command.
35190 2005-03-01 Lute Kamstra <lute@gnu.org>
35192 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
35193 that debug-entry-code can be safely removed from a function while
35194 this code is being evaluated. Revert the 2005-02-27 change as the
35195 new implementation no longer requires it. Make sure that a
35196 function body containing just a string is not mistaken for a docstring.
35197 (debug): Skip one more frame in case of debug on entry.
35198 (debugger-setup-buffer): Delete one more frame line in case of
35200 (debugger-frame-number): Update to use the new text introduced by
35201 the 1999-11-03 change. Skip one more frame in case of debug on entry.
35203 2005-02-28 Kim F. Storm <storm@cua.dk>
35205 * double.el (double-translate-key): Call force-window-update after
35206 read-event to avoid crash in redisplay.
35208 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
35210 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
35211 (debug): Use it. Move the inhibit-trace earlier.
35212 (debug-entry-code): New const.
35213 (debug-on-entry-1): Use it.
35215 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
35217 * international/utf-16.el (ccl-encode-mule-utf-16le):
35218 Fix BUFFER_MAGNIFICATION to 2.
35219 (ccl-encode-mule-utf-16be): Likewise.
35221 2005-02-28 Kenichi Handa <handa@m17n.org>
35223 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
35224 Fix BUFFER_MAGNIFICATION to 4.
35225 (ccl-encode-mule-utf-16be-with-signature): Likewise.
35227 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
35229 * speedbar.el (speedbar-update-flag): Doc fix.
35230 (speedbar-show-info-under-mouse): Give set-mouse-position the right
35233 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
35235 * reveal.el (reveal-post-command): Don't try to reveal overlays which
35236 have a non-nil `invisible' property but are actually visible.
35238 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
35239 for perldoc sections.
35240 (perl-outline-regexp, perl-outline-level): New var and function.
35241 (perl-mode): Use them.
35243 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
35245 * calendar/diary-lib.el (diary-remind): Discard any mark portion
35246 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
35248 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
35250 * cus-edit.el: Comment change.
35251 (custom-buffer-create-internal): Slightly reword text at top of
35252 Custom buffers. Mention there that saving an option edits the
35253 init file. Add link to Emacs manual node on `custom-file'.
35254 (custom-magic-alist): Rewrite individual State messages to use
35255 capitalized keywords. Doc fix.
35257 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
35259 * calendar/calendar.el (calendar-buffer): Move above
35260 calendar-week-start-day.
35261 (calendar-week-start-day): Doc fix. Add :set function.
35262 (calendar-minimum-window-height): New variable.
35263 (generate-calendar-window): Only resize window if selected-window
35264 is displaying the calendar buffer. Use new variable
35265 calendar-minimum-window-height.
35266 (generate-calendar): Reword error message.
35267 (calendar-mode-map): Bind DEL to scroll-other-window-down.
35269 2005-02-27 Andreas Schwab <schwab@suse.de>
35271 * vc.el (vc-do-command): Don't run command asynchronously when
35272 operating in a remote directory.
35274 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
35275 change from sync with Tramp 2.0.47.
35277 2005-02-27 Richard M. Stallman <rms@gnu.org>
35279 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
35281 * textmodes/flyspell.el (flyspell-mode-on):
35282 Call ispell-change-dictionary only if necessary.
35284 * emacs-lisp/re-builder.el (regexp-builder): New function.
35286 * register.el (describe-register-1): Explicitly handle
35287 yank-excluded-properties = t.
35289 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
35290 (custom-magic-alist): Change the status descriptions again.
35291 (face widget-type): Total rewrite based on `restricted-sexp'
35292 to eliminate the confusing double hiding levels.
35294 * emacs-lisp/debug.el (debug-on-entry-1):
35295 If function body is empty, add nil as body form.
35297 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
35299 * emacs-lisp/trace.el (inhibit-trace): New var.
35300 (trace-make-advice): Use it.
35302 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
35304 2005-02-26 Kim F. Storm <storm@cua.dk>
35306 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
35307 (mouse-on-link-p, mouse-drag-region-1): Use it.
35309 2005-02-25 Lute Kamstra <lute@gnu.org>
35311 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
35313 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
35315 * frame.el (blink-cursor-mode): Add :group keyword.
35317 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
35319 * calendar/icalendar.el (icalendar--decode-isodatetime):
35320 New optional argument DAY-SHIFT.
35321 (icalendar-export-region): Fix coding-system-for-write.
35322 (icalendar--convert-ical-to-diary): Shift end-day of all-day
35325 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
35327 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
35329 2005-02-24 Kim F. Storm <storm@cua.dk>
35331 * international/iso-acc.el (iso-accents-compose): Fix crash
35332 during redisplay. Call force-window-update after read-event
35333 and delete-region to signal that window is not accurate.
35335 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
35337 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
35338 Remove unused and inexistent var `inhibit-trace'.
35339 (debugger-mode): Use run-mode-hooks.
35340 (debugger-list-functions): Add buttons; setup xref stack.
35342 2005-02-23 Richard M. Stallman <rms@gnu.org>
35344 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
35345 appointment says it was explicitly made.
35346 (appt-add): Set the 3rd element.
35347 (appt-make-list): Preserve explicit appointments.
35349 * subr.el (find-tag-default): Catch errors in forward-sexp.
35351 2005-02-23 Juri Linkov <juri@jurta.org>
35353 * info.el (Info-isearch-search): New defcustom.
35354 (Info-isearch-search): Call the default isearch function
35355 when Info-isearch-search is nil.
35356 (Info-isearch-wrap): Use variable Info-isearch-search.
35358 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
35360 * cus-edit.el: Comment change.
35362 2005-02-22 Kim F. Storm <storm@cua.dk>
35364 * progmodes/hideif.el (hide-ifdef-use-define-alist):
35365 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
35367 2005-02-22 Simon Josefsson <jas@extundo.com>
35369 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
35371 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
35372 Oskarsson" <myrkraverk@users.sourceforget.net>.
35374 2005-02-22 Kim F. Storm <storm@cua.dk>
35376 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
35377 check that window of that event is the selected window.
35378 (mouse-drag-region-1): Compare mouse event window to selected
35379 window before setting point.
35381 * tooltip.el (tooltip-show-help-function): Pass event to
35382 mouse-on-link-p so it can check selected window.
35384 2005-02-22 Kenichi Handa <handa@m17n.org>
35386 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
35387 (ps-mule-show-warning): New function.
35388 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
35389 characters are found.
35391 * ps-print.el (ps-header-footer-string): Return a list of header
35392 and footer strings.
35394 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
35396 * pcvs.el (cvs-retrieve-revision): Fix thinko.
35398 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
35400 * frame.el (blink-cursor-mode): Use define-minor-mode.
35402 * term/mac-win.el (function-key-map): Use char-names more consistently.
35403 (file-name-coding-system): Only set it for MacOS-9. The other case is
35404 already handled in mule-cmds.el (where it also works when mac-win.el
35407 2005-02-21 Kenichi Handa <handa@m17n.org>
35409 * international/mule.el (ctext-pre-write-conversion): Always use
35410 " *code-converting-work*" buffer for work.
35412 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
35414 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
35416 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
35418 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
35420 * ses.el (undo-more): Restore defadvice, but only the part that
35421 allows changes outside the restricted area of the buffer.
35423 2005-02-20 Kim F. Storm <storm@cua.dk>
35425 * simple.el (line-move): Add fourth optional arg try-vscroll which
35426 must be set to perform auto-window-vscroll.
35427 When moving backwards and doing auto-window-vscroll, automatically
35428 vscroll to the last part of lines which are taller than the window.
35429 (next-line, previous-line): Set try-vscroll arg on line-move.
35431 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
35433 * replace.el (query-replace, query-replace-regexp)
35434 (replace-string, replace-regexp): When operating on region, make
35435 the minibuffer prompt say so.
35437 * isearch.el (isearch-forward): Document isearch-query-replace and
35438 isearch-query-replace-regexp keybindings.
35440 2005-02-19 Jay Belanger <belanger@truman.edu>
35442 * calc/calc-aent.el (math-read-token): Add local variable.
35444 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
35445 (calc-edit-top): Move declaration to earlier in file.
35446 (calc-edit-macro-repeats): Add local variables.
35448 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
35449 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
35451 Adjust integration rule for calcFunc-tan.
35453 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35455 * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
35456 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
35457 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
35458 (viper-skip-separators): Bug fix.
35459 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
35460 particular major mode.
35461 (viper-del-backward-char-in-replace): Don't put deleted char on the
35464 * emulation/viper-ex.el (viper-color-display-p): New function.
35465 (viper-has-face-support-p): Use viper-color-display-p.
35467 * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
35469 * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
35471 * emulation/viper-util.el (viper-glob-unix-files):
35472 Fix shell status check.
35473 (viper-file-remote-p): Make equivalent to file-remote-p.
35475 * emulation/viper.el (viper-major-mode-modifier-list):
35476 Use viper-gnus-modifier-map.
35478 2005-02-19 David Kastrup <dak@gnu.org>
35480 * subr.el (subregexp-context-p): Fix garbled doc string by adding
35483 2005-02-19 Jay Belanger <belanger@truman.edu>
35485 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
35486 Remove extra definitions.
35487 (calc-coth): New function.
35488 (calcFunc-cot): Fix `let'.
35490 2005-02-19 Eli Zaretskii <eliz@gnu.org>
35492 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
35493 the reasons we use "type pc" in these faces.
35495 * button.el (button): Ditto.
35497 2005-02-19 Michael Mauger <mmaug@yahoo.com>
35499 * replace.el (query-replace-read-from): Set the value of
35500 query-replace-from-history-variable to handle the case of an empty
35501 string entered to accept the suggested default.
35503 * net/tramp.el (tramp-file-name-for-operation):
35504 Use dired-call-process instead of dired-call-process-command.
35506 2005-02-19 Jay Belanger <belanger@truman.edu>
35508 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
35509 (math-div-non-trig): New variables.
35510 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
35511 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
35512 (math-combine-prod, math-div-symb-fancy): Add simplifications for
35515 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
35517 * progmodes/gdb-ui.el (gdb-var-update-handler)
35518 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
35519 for watch expressions,
35520 (gdb-var-create-handler): Don't set speedbar-update-flag.
35521 (gdb-post-prompt): Simplify test for speedbar.
35523 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
35525 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
35526 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
35527 we use the syntax table of the correct buffer.
35528 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
35531 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
35532 (ediff-file-remote-p): Make synonymous with file-remote-p.
35533 In all deffaces ediff-*-face-*, use min-colors.
35535 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
35536 ediff-recurse-to-subdirectories.
35537 (ediff-mark-if-equal): Check that the arguments are strings, use
35538 ediff-same-contents (after to Felix Gatzemeier).
35540 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
35543 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
35545 * log-view.el (log-view-message-re): Fix up Subversion regexp.
35547 2005-02-18 David Kastrup <dak@gnu.org>
35549 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
35550 use `mark-active' when defined.
35552 2005-02-18 Kenichi Handa <handa@m17n.org>
35554 * ps-print.el (ps-font-info-database): New entry
35555 ZapfChancery-MediumItalic with correct font name. Fix font name
35556 of the entry Zapf-Chancery-MediumItalic.
35558 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
35560 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
35562 2005-02-16 Kim F. Storm <storm@cua.dk>
35564 * ido.el (ido-fallback-command): Pass user input to fallback command.
35566 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
35568 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
35569 (gdb-find-file-hook): Add server prefix.
35571 2005-02-16 Richard M. Stallman <rms@gnu.org>
35573 * replace.el (perform-replace): Pass new args to replace-highlight.
35574 (replace-highlight): Take region args,
35575 and pass them to isearch-lazy-highlight-new-loop.
35577 * novice.el (disabled-command-hook): Autoload the defalias
35578 and the make-obsolete-variable call.
35580 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
35582 * isearch.el (isearch-lazy-highlight-start-limit)
35583 (isearch-lazy-highlight-end-limit): New variables limit
35584 the region for highlighting.
35585 (isearch-lazy-highlight-new-loop): New args BEG and END.
35586 (isearch-lazy-highlight-search): Use the new vars.
35587 (isearch-lazy-highlight-update): Likewise.
35589 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
35591 * cus-start.el (all): Use default-boundp.
35593 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
35595 * menu-bar.el (menu-bar-select-frame): Handle current frame.
35597 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
35599 * autorevert.el (auto-revert-stop-on-user-input)
35600 (auto-revert-verbose): Doc fixes.
35602 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
35604 * international/mule-cmds.el (set-locale-environment): Remove call
35605 to set-selection-coding-system on Windows.
35607 2005-02-15 Jay Belanger <belanger@truman.edu>
35609 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
35610 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
35612 (math-simplify-sqrt): Add simplifications.
35614 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
35617 * calc/calc-ext.el: Add functions to autoloads.
35619 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
35620 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
35621 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
35622 (math-csc-raw, math-cot-raw): New functions.
35624 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
35626 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
35627 the variable name in a message.
35629 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
35630 calcFunc-csc, calcFunc-cot.
35632 * calc/calcalg2.el: Add derivative and integration rules for
35633 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
35634 calcFunc-csch, calcFunc-coth.
35635 (math-do-integral-methods): Add to checks for when to use
35638 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
35640 2005-02-15 Lute Kamstra <lute@gnu.org>
35642 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
35643 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
35644 <monnier@iro.umontreal.ca>.
35645 (lisp-outline-level): Improve efficiency. Suggested by David
35646 Kastrup <dak@gnu.org>.
35648 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
35650 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
35651 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
35652 (gdb-set-gud-minor-mode-existing-buffers): New functions.
35653 (gdb-find-file-hook): New hook. Add it to find-file-hook.
35654 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
35656 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
35658 * cus-start.el (all): Comment change.
35660 2005-02-14 Lute Kamstra <lute@gnu.org>
35662 * cus-start.el (all): Check if symbol is void.
35664 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
35666 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
35667 optional argument to \cite.
35669 2005-02-14 Richard M. Stallman <rms@gnu.org>
35671 * cus-edit.el (custom-buffer-create-internal): Update help message.
35672 (custom-magic-alist): Update help messages.
35674 * cus-start.el (all): Allow a var to specify a standard value.
35676 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
35678 * custom.el (custom-theme-set-variables): Handle variable aliases.
35680 * frame.el (blink-cursor-timer): Doc fix.
35681 (blink-cursor): Make it an alias for `blink-cursor-mode' and
35683 (blink-cursor-mode): Define with defcustom and use correct
35684 standard expression in that defcustom.
35685 * startup.el (command-line): Adapt to above changes in frame.el.
35687 2005-02-11 Lute Kamstra <lute@gnu.org>
35689 * apropos.el (apropos-score-doc): Prevent division by zero.
35691 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
35693 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
35694 (icalendar--get-event-property-attributes)
35695 (icalendar--get-event-properties)
35696 (icalendar--datetime-to-diary-date): New functions.
35697 (icalendar--split-value): Doc fix.
35698 (icalendar--datetime-to-noneuropean-date)
35699 (icalendar--datetime-to-european-date): New optional argument
35700 SEPARATOR. Return result as a string instead of a list.
35701 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
35702 (icalendar--convert-string-for-export): Rename arg S to STRING.
35703 (icalendar-export-region): Doc fix. Change name of error buffer.
35704 Save output buffer.
35705 (icalendar-import-file): Add blank at end of prompt.
35706 (icalendar-import-buffer): Doc fix. Do not switch to error
35707 buffer. Indicate status in return value.
35708 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
35709 buffer. Save output buffer. Handle exception from recurrence
35710 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
35711 events. Fix problems with weekly all-day events.
35713 2005-02-10 Richard M. Stallman <rms@gnu.org>
35715 * simple.el (eval-expression-print-format):
35716 Avoid warning about edebug-active.
35718 * help.el (help-for-help-internal): Rename from help-for-help.
35719 (help-for-help): Define with defalias.
35721 * font-core.el (font-lock-default-function): Use with-no-warnings.
35723 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
35725 * custom.el (defface): Doc fix.
35727 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
35729 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
35730 width 0" to prevent word wrapping problems.
35732 2005-02-09 Kim F. Storm <storm@cua.dk>
35734 * ido.el (ido-file-extensions-order): New defcustom.
35735 (ido-file-extension-lessp, ido-file-extension-aux)
35736 (ido-file-extension-order): New advanced file ordering.
35737 (ido-file-lessp): New simple file ordering.
35738 (ido-sort-list): Remove.
35739 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
35740 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
35742 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
35744 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
35745 that some versions of grep produce.
35746 (grep-mode-font-lock-keywords): Likewise.
35748 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
35750 * progmodes/gdb-ui.el (gdb-location-list): New variable.
35751 (gdb-cdir): Delete.
35752 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
35753 (gdb-source-info): Treat case when source file is in another
35754 directory properly.
35755 (gdb-get-location): New function.
35757 2005-02-07 Jay Belanger <belanger@truman.edu>
35759 * calc/calc-prog.el (calc-write-parse-table-part)
35760 (calc-fix-token-name): Fix a check for language type.
35762 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
35764 2005-02-07 Andre Spiegel <spiegel@gnu.org>
35766 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
35767 as directory not writable.
35769 2005-02-07 Kim F. Storm <storm@cua.dk>
35771 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
35772 (cua--standard-movement-commands): Remove list.
35773 Instead, set CUA property value to move for movement commands.
35774 (cua-movement-commands): Remove. Users must set CUA prop instead.
35775 (cua--pre-command-handler): Check CUA property.
35776 (cua--init-keymaps): Don't remap undo commands.
35777 (cua-mode): Don't call cua--rectangle-on-off.
35779 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
35780 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
35781 (cua--rect-undo-set-point): New var.
35782 (cua--rectangle-undo-boundary): Setup undo apply entry.
35783 (cua--rect-undo-handler): New function for rectangle undo.
35784 (cua--rect-start-position, cua--rect-end-position): Add.
35785 (cua--rectangle-post-command): Call cua--rectangle-set-corners
35786 for restored rectangle. Set point if cua--rect-undo-set-point.
35788 2005-02-06 Jay Belanger <belanger@truman.edu>
35790 * calc/calc-lang.el (calc-tex-language): Display more information
35793 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
35796 2005-02-06 Richard M. Stallman <rms@gnu.org>
35798 * emacs-lisp/lisp.el (buffer-end): Doc fix.
35800 2005-02-05 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk> (tiny change)
35802 * net/ldap.el (ldap-search-internal): Support attributes with
35803 optional descriptions separated by a semi-colon, as in
35804 "userCertificate;binary".
35806 2005-02-05 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
35808 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
35809 isn't a cons (i.e. the version is 0).
35811 2005-02-05 Eli Zaretskii <eliz@gnu.org>
35813 * help.el (help-for-help): Doc fix.
35815 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
35817 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
35818 GDB-Windows on the menu-bar as this works better.
35820 2005-02-04 Jay Belanger <belanger@truman.edu>
35822 * calc/calc-embed.el (calc-embedded-update): Don't put in
35823 unnecessary newlines. Adjust the end of formula marker.
35825 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
35826 (math-latex-parse-two-args): New function.
35828 2005-02-03 Lute Kamstra <lute@gnu.org>
35830 * help-fns.el (help-with-tutorial): Make sure that users cannot
35831 remove the entire text of the tutorial by means of `undo'.
35833 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
35835 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
35836 in recent changes, where the ispell process was repeatedly
35837 killed & restarted.
35839 * international/mule-cmds.el (set-locale-environment): Set file-name
35840 coding system to utf-8 on Darwin systems.
35841 (set-default-coding-systems): Don't set default-file-name-coding-system
35844 2005-02-03 Richard M. Stallman <rms@gnu.org>
35846 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
35848 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
35850 * faces.el (list-faces-display): Add optional argument.
35852 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
35854 * font-core.el (font-lock-default-function): Handle the rare case where
35855 only font-lock-keywords is set.
35857 2005-02-02 Kenichi Handa <handa@m17n.org>
35859 * international/characters.el: Cancel previous change for
35860 I-WITH-DOT-ABOVE and DOTLESS-i.
35862 * international/latin-5.el: Cancel previous change.
35864 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35866 * progmodes/gud.el: Correction to syntax in gud-menu-map.
35868 2005-02-02 Kenichi Handa <handa@m17n.org>
35870 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
35873 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
35874 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
35876 * case-table.el (get-upcase-table): New function.
35877 (copy-case-table): Copy upcaes table too if non-nil.
35878 (set-case-syntax-delims): Maintain upcase table too.
35879 (set-case-syntax-pair): Likewise.
35880 (set-upcase-syntax, set-downcase-syntax): New functions.
35881 (set-case-syntax): Maintain upcase table too.
35883 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
35885 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
35887 * progmodes/gud.el (gud-goto-info): New function.
35888 (gud-tool-bar-map): Use correct icon.
35890 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35892 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
35893 When delegating, order args in the funcall correctly.
35895 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
35897 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
35899 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
35901 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
35902 buffer not visiting a file.
35904 2005-01-31 Jay Belanger <belanger@truman.edu>
35906 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
35907 bound on the line with the formula.
35909 2005-01-31 Kim F. Storm <storm@cua.dk>
35911 * ses.el (ses-create-cell-variable-range)
35912 (ses-destroy-cell-variable-range, ses-reset-header-string)
35913 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
35914 (ses-insert-row): Fix format of apply undo entries.
35916 2005-01-31 Jay Belanger <belanger@truman.edu>
35918 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
35921 * calc/calc-embed.el (calc-embedded-open-formula)
35922 (calc-embedded-close-formula): Ignore matrix environments.
35924 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
35927 * calc/calc-lang.el (math-function-table, math-oper-table)
35928 (math-variable-table): Adjust the LaTeX portions.
35930 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
35931 (math-latex-ignore-words): New constant.
35933 2005-01-31 Richard M. Stallman <rms@gnu.org>
35935 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
35936 (ispell-local-dictionary): Doc fix.
35937 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
35938 Don't reinitialize at run time. Don't defcustom.
35939 All uses changed to append ispell-local-dictionary-alist,
35941 (ispell-current-dictionary): New variable for dictionary in use.
35942 (ispell-dictionary): Now used only for global default.
35943 (ispell-start-process): Set ispell-current-dictionary,
35944 not ispell-dictionary.
35945 (ispell-change-dictionary): Use this only for setting
35947 (ispell-internal-change-dictionary): New function
35948 to change the current dictionary in use.
35949 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
35950 Use ispell-current-dictionary.
35951 Handle ispell-local-dictionary-overridden.
35952 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
35954 2005-01-31 Jay Belanger <belanger@truman.edu>
35956 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
35958 * calc/calc-ext.el: Add calc-latex-language to autoloads.
35959 (calc-mode-map): Add calc-latex-language.
35961 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
35962 (math-latex-print-frac): New functions.
35963 (math-oper-table, math-function-table, math-variable-table)
35964 (math-complex-format, math-input-filter): Add latex properties.
35965 (calc-set-language): Set math-expr-special-function-mapping.
35967 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
35968 (calc-write-parse-table-part): Add LaTeX support.
35970 * calc/calc.el (calc-language): Adjust docstring.
35971 (calc-set-mode-line): Add LaTeX support.
35972 (math-expr-special-function-mapping): New variable.
35973 (math-tex-ignore-words): Add to list.
35975 * calc/calccomp.el (math-compose-expr, math-compose-rows):
35977 (math-compose-expr): Add support for special functions.
35979 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
35981 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
35983 * progmodes/gdb-ui.el (gdb-memory-address)
35984 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
35985 (gdb-memory-mode-map, gdb-memory-format-keymap)
35986 (gdb-memory-format-menu, gdb-memory-unit-keymap)
35987 (gdb-memory-unit-menu): New variables for a buffer
35988 that lets the user examine program memory.
35989 (gdb-memory-set-address, gdb-memory-set-repeat-count)
35990 (gdb-memory-format-binary, gdb-memory-format-octal)
35991 (gdb-memory-format-unsigned, gdb-memory-format-signed)
35992 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
35993 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
35994 (gdb-memory-unit-word, gdb-memory-unit-halfword)
35995 (gdb-memory-unit-byte, gdb-memory-unit-menu)
35996 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
35997 (gdb-memory-mode, gdb-memory-buffer-name)
35998 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
35999 New functions for above buffer.
36001 2005-01-30 Richard M. Stallman <rms@gnu.org>
36003 * cus-edit.el (custom-bury-buffer): Function deleted.
36004 (custom-buffer-done-function): Option deleted.
36005 (custom-buffer-done-kill): New replacement option.
36006 (Custom-buffer-done): Call quit-window.
36007 (custom-buffer-create-internal): Update for above changes.
36009 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
36011 * simple.el (undo-ask-before-discard): New var.
36012 (undo-outer-limit-truncate): Implement it.
36013 (undo-extra-outer-limit): Doc update.
36015 2005-01-29 Richard M. Stallman <rms@gnu.org>
36017 * ses.el (undo-more): Delete defadvice.
36018 (ses-begin-change): Doc fix.
36020 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
36021 instead of rebinding C-x u and C-_.
36023 * files.el (normal-backup-enable-predicate): Return nil for files
36024 in /tmp, regardless of temporary-file-directory.
36026 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
36028 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
36029 (open-rectangle, delete-whitespace-rectangle-line)
36030 (clear-rectangle-line): If FILL, pass t instead of FILL
36031 for move-to-column's 2nd arg.
36033 * simple.el (undo): Fix the test for continuing a series of undos.
36034 (undo-more): Set pending-undo-list to t when we reach end.
36035 (pending-undo-list): Move up defvar.
36037 * wid-edit.el (widget-button-click):
36038 Shorten the range of the track-mouse binding.
36040 * comint.el (comint-insert-input): Undo previous changes;
36041 use last-input-event in interactive spec.
36043 2005-01-29 Eli Zaretskii <eliz@gnu.org>
36045 * progmodes/compile.el (compilation-start): Bind buffer-read-only
36046 to nil before invoking call-process. Reset buffer's modified flag
36047 after fontifying it in the no-async branch.
36049 * wid-edit.el (widget-specify-button): If mouse pointer shape
36050 cannot be changed, use mouse face instead.
36052 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
36054 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
36055 (gdb-goto-breakpoint): Make breakpoint handling work on template
36056 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
36057 (gdb-assembler-custom): Update to recognize breakpoint information
36058 added on 2005-01-19.
36060 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
36062 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
36063 (dsssl-mode): Use define-derived-mode.
36064 (scheme-mode-initialize): Remove.
36065 (scheme-mode): Use run-mode-hooks.
36067 * cus-edit.el (customize-group-other-window)
36068 (custom-buffer-create-other-window): Don't override special-display-*.
36069 (custom-mode-map): Make it dense.
36071 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
36072 sets the default value.
36074 2005-01-28 Eli Zaretskii <eliz@gnu.org>
36076 * descr-text.el: Add more keywords.
36078 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
36080 * speedbar.el: Avoid unnecessary use of locate-library.
36082 * international/mule-cmds.el (standard-display-european-internal):
36083 Don't fiddle with latin-1 non-break space any more since it's now
36084 special cased in the C code.
36085 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
36087 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
36089 * cus-start.el (all): Add `undo-outer-limit'.
36091 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
36093 * textmodes/bibtex.el (bibtex-format-entry):
36094 Use `bibtex-empty-field-re' only on the text of fields, not on entire
36096 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
36097 not on part of a buffer.
36099 2005-01-25 Lute Kamstra <lute@gnu.org>
36101 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
36102 nonempty field text strings like "{letters\\macro{}more letters}".
36104 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
36105 (bibtex-entry-offset, bibtex-parse-association)
36106 (bibtex-parse-field-name): Fix typos in docstrings.
36107 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
36109 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
36110 Juri Linkov <juri@jurta.org>
36112 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
36113 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
36114 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
36115 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
36117 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
36118 isearch minor mode.
36120 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
36122 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
36124 2005-01-24 Lute Kamstra <lute@gnu.org>
36126 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
36127 CASECHARS and NOT-CASECHARS regular expressions of the
36128 "nederlands" and "nederlands8" dictionaries to prevent a "Range
36129 striding over charsets" error.
36131 2005-01-24 Jay Belanger <belanger@truman.edu>
36133 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
36134 display variable name.
36136 2005-01-24 Kenichi Handa <handa@m17n.org>
36138 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
36139 Fix setting of the element of encoded-kbd-iso2022-invocations.
36141 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
36143 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
36144 (gdb-threads-select): Change to also accept mouse events.
36145 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
36146 (gdb-threads-mouse-select): Delete.
36148 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
36150 * files.el (insert-directory): Take care of empty directory,
36151 listed without -a switch.
36153 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
36155 * textmodes/refill.el (refill-post-command-function):
36156 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
36157 to the list of functions that we should be careful not to undo.
36158 (refill-late-fill-paragraph-function): Remove.
36159 (refill-saved-state): New var.
36160 (refill-mode): Use it to save fill-paragraph-function.
36161 Save also the value of auto-fill-function.
36163 * term/w32-win.el: Simplify code.
36165 2005-01-23 Kim F. Storm <storm@cua.dk>
36167 * simple.el (line-move): Adapt to new return value from
36168 pos-visible-in-window-p.
36170 * simple.el (line-move): Fix last change. Check partial
36171 visibility at point rather than at window-start.
36173 2005-01-22 Jason Rumney <jasonr@gnu.org>
36175 * term/w32-win.el (xw-defined-colors): Remove debug-message.
36177 2005-01-22 David Kastrup <dak@gnu.org>
36179 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
36181 2005-01-22 Eli Zaretskii <eliz@gnu.org>
36183 * type-break.el (type-break-mode): Add a test for
36184 type-break-file-name being non-nil.
36186 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
36188 * net/eudc.el (top level): Call (message "") via progn, so that
36189 eudc-options-file is loaded.
36191 2005-01-22 Kim F. Storm <storm@cua.dk>
36193 * simple.el (line-move-1): Rename from line-move.
36194 (line-move): New function that adjusts vscroll for partially
36195 visible rows, and calls line-move-1 otherwise.
36197 2005-01-21 Ren
\e,Ai
\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
36199 * pcomplete.el: Define pcomplete-read-event instead of read-event,
36200 since it's not a complete read-event implementation.
36202 2005-01-20 Jay Belanger <belanger@truman.edu>
36204 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
36205 for called function.
36207 2005-01-20 Steven Tamm <steventamm@mac.com>
36209 * term/mac-win.el (process-connection-type): Remove.
36210 Controlled now by s/darwin.h:PTY_ITERATION.
36212 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
36214 * window.el (handle-select-window): Don't switch window when we're
36217 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
36219 * subr.el (dotimes-with-progress-reporter): New macro.
36221 * ses.el (ses-dotimes-msg): Remove macro.
36222 Use `dotimes-with-progress-reporter' instead.
36224 2005-01-19 Steven Tamm <steventamm@mac.com>
36226 * term/mac-win.el (process-connection-type): Use new
36227 operating-system-release variable to use ptys on Darwin 7 (OS X
36228 10.3) when using carbon build.
36230 2005-01-19 Jay Belanger <belanger@truman.edu>
36232 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
36233 flags if the last command was a tab or M-tab.
36235 * calc/calc-prog.el (calc-user-define-edit): Put original formula
36236 in formula editing buffer.
36238 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
36240 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
36241 breakpoint image symbol in margin.
36243 2005-01-19 Jay Belanger <belanger@truman.edu>
36245 * calc/calc-prog.el (calc-execute-kbd-macro):
36246 Ignore calc-keep-arg-flag.
36248 2005-01-19 Kenichi Handa <handa@m17n.org>
36250 * textmodes/ispell.el (ispell-looking-at): New function.
36251 (ispell-process-line): Use ispell-looking-at to compare the ispell
36252 output and the buffer contents.
36254 2005-01-18 Jay Belanger <belanger@truman.edu>
36256 * calc/calc.el (calc-display-raw): Fix docstring.
36258 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
36260 * simple.el (blink-matching-open): Strip extra info from syntax.
36262 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
36263 funny chars in the end-of-here-doc marker.
36265 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
36267 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
36268 that enable/disabled state of breakpoints is shown correctly in
36269 fringe and on ttys.
36270 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
36271 Add breakpoint information as text properties.
36272 (gdb-mouse-toggle-breakpoint):
36273 Rename to gdb-mouse-set-clear-breakpoint.
36274 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
36275 breakpoints in the margin.
36276 (gdb-remove-strings): Simplify.
36278 2005-01-17 Jay Belanger <belanger@truman.edu>
36280 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
36283 2005-01-17 Richard M. Stallman <rms@gnu.org>
36285 * progmodes/grep.el (grep-find): Copy from `grep' the condition
36286 for calling grep-compute-defaults.
36288 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
36289 if buffer is empty.
36291 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
36293 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
36295 * hilit-chg.el (highlight-changes-mode): Don't autoload.
36297 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
36298 non-preloaded variables.
36300 2005-01-17 Steven Tamm <steventamm@mac.com>
36302 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
36303 tex-shell cause to force interactivity when using pipes.
36305 2005-01-17 Kim F. Storm <storm@cua.dk>
36307 * simple.el (just-one-space): Make arg optional.
36309 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
36311 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
36312 posn-at-x-y to t to access left-margin.
36314 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
36316 Sync with Tramp 2.0.47.
36318 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
36319 catching keep-date problems in cp/scp operations.
36320 (tramp-handle-copy-file): Don't call `set-file-modes'
36321 unconditionally. Specialized functions should know better what is
36322 necessary. This improves performance a little bit, and the
36323 functions could catch errors with `cp -p' and `scp -p'.
36324 (tramp-do-copy-or-rename-file-via-buffer)
36325 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
36327 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
36328 Call `set-file-modes' when appropriate.
36329 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
36330 Johnsson <isak@hypergene.com>.
36331 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
36332 of both Tramp buffer and debug buffer. Reported by Joakim Verona
36333 <joakim@verona.se>.
36334 (tramp-file-name-for-operation): Mark `shell-command' as magic for
36337 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
36338 `find-file-hooks' and `dired-mode-hook'.
36339 (tramp-minor-mode-map): Respective map. Add remapping for
36340 `compile' and `recompile'.
36341 (tramp-remap-command, tramp-recompile): New defuns.
36342 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
36343 in buffer "*Compilation*". Call the commands asynchronously.
36345 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
36346 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
36347 `shell-command', because it isn't magic in XEmacs. Reported by
36348 Adrian Aichner <adrian@xemacs.org>.
36350 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
36351 `substitute-in-file-name.
36352 (tramp-smb-handle-substitute-in-file-name): New defun.
36353 (tramp-smb-advice-PC-do-completion): Delete advice.
36355 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
36357 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
36358 Fix error in deleting region.
36360 2005-01-15 Richard M. Stallman <rms@gnu.org>
36362 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
36363 In non-temp buffer, switch syntax table temporarily.
36365 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
36367 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
36369 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
36371 * imenu.el (imenu--split-menu): Copy menulist before sorting.
36372 (imenu--generic-function): Use START, not BEG, as pos of definition.
36374 * simple.el (just-one-space): Argument specifies number of spaces.
36376 * simple.el (eval-expression-print-format): Avoid warning
36377 about edebug-active.
36379 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
36381 * progmodes/sh-script.el: Code copied from make-mode.el
36382 with small changes,
36383 (sh-mode-map): Bind C-c C-\.
36384 (sh-backslash-column, sh-backslash-align): New variables.
36385 (sh-backslash-region, sh-append-backslash): New functions.
36387 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
36389 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
36390 (rmail-pop-password, rmail-pop-password-required): Move to
36391 rmail-obsolete group.
36392 (rmail-set-pop-password): Rename to rmail-set-remote-password.
36393 All callers updated.
36394 (rmail-get-pop-password): Rename to rmail-get-remote-password.
36395 Take an argument specifying whether it is POP or IMAP mailbox we
36396 are using. All callers updated.
36397 (rmail-pop-password-error): Rename to
36398 rmail-remote-password-error. Added mailutils-specific error message.
36399 (rmail-movemail-search-path)
36400 (rmail-movemail-variant-in-use): New variables.
36401 (rmail-remote-password, rmail-remote-password-required):
36402 New customization variables.
36403 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
36404 (rmail-parse-url): New function.
36405 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
36406 with GNU mailutils movemail.
36408 2005-01-15 Kevin Ryde <user42@zip.com.au>
36410 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
36411 suffix to space, $ or '$, to correctly position point when going
36412 to @table style constants like DBL_MAX.
36414 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
36416 * type-break.el (type-break-mode, type-break-file-time)
36417 (type-break-file-keystroke-count, type-break-choose-file):
36418 Don't store data in or load data from the file if type-break-file-name
36420 (type-break-file-name): Doc update as per the above.
36422 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
36424 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
36425 lookup-key might return nil; handle that.
36427 2005-01-15 Alan Mackenzie <acm@muc.de>
36429 * progmodes/ebrowse.el (ebrowse-class-in-tree):
36430 Return the tail of the tree rather than the element found,
36431 thus enabling the tree to be setcar'd.
36433 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36435 * textmodes/org.el (org-show-following-heading): New option.
36436 (org-show-hierarchy-above): Use `org-show-following-heading'.
36437 (org-cycle): Documentation fix.
36439 * textmodes/org.el (orgtbl-optimized): New option.
36440 (orgtbl-mode): New command, a minor mode.
36441 (orgtbl-mode-map): New variable.
36442 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
36443 (orgtbl-error, orgtbl-self-insert-command)
36444 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
36446 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
36447 a local variable in each org-mode buffer.
36449 * textmodes/org.el (org-set-regexps-and-options): Rename from
36450 `org-set-regexps'. Added checking for STARTUP keyword.
36451 (org-get-current-options): Add STARTUP options.
36452 (org-table-insert-row): Make mode intelligent about when
36453 realignment is needed.
36454 (org-self-insert-command, org-delete-backward-char, org-delete-char):
36456 (org-enable-table-editor): New default value `optimized'.
36457 (org-table-blank-field): Support blanking regions if active.
36459 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
36461 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
36462 if the year is not given.
36464 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
36465 Add new escapes %m and %M, fixed bug with %F by adding
36467 (reftex-reference): Remove ?. from list of spaces.
36468 (reftex-label-info): Add automatic label prefix recognition.
36470 * textmodes/reftex-index.el (reftex-index-next-phrase):
36471 Add slave parameter to call of `reftex-index-this-phrase'.
36472 (reftex-index-this-phrase): New optional argument.
36473 (reftex-index-region-phrases): Add slave parameter to call of
36474 `reftex-index-this-phrase'.
36475 (reftex-display-index): New argument redo.
36476 (reftex-index-rescan): Add `redo' to arguments of
36477 `reftex-display-index'.
36478 (reftex-index-Rescan, reftex-index-revert)
36479 (reftex-index-switch-index-tag): Add `redo' to arguments of
36480 `reftex-display-index'.
36481 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
36482 indexing. Fix bug with matching is there is a quote before or
36485 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
36486 Fix bug when collecting citation keys in lines with comments.
36487 (reftex-citation): Prefix argument no longer rescans the document,
36488 but forces prompting for optional arguments of cite macros.
36489 (reftex-do-citation): Prompting for optional arguments implemented.
36491 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
36492 Add optional arguments to most cite commands.
36493 (reftex-cite-cleanup-optional-args): New option
36494 (reftex-cite-prompt-optional-args): New option.
36495 (reftex-trust-label-prefix): New option.
36497 * textmodes/reftex-toc.el (reftex-toc-find-section):
36498 Add push-mark before changing the position in the buffer.
36500 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
36501 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
36503 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
36505 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
36508 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
36510 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
36511 (sgml-mode): Use it.
36512 (sgml-get-context): Better keep track of implicitly closed tags.
36514 2005-01-13 Kenichi Handa <handa@m17n.org>
36516 * textmodes/ispell.el: These changes are to fix misalignment error
36517 caused by equivalent characters of different Emacs charsets.
36518 (ispell-unified-chars-table): New variable.
36519 (ispell-get-decoded-string): New function.
36520 (ispell-get-casechars, ispell-get-not-casechars)
36521 (ispell-get-otherchars): Call ispell-get-decoded-string.
36523 2005-01-12 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
36525 * custom.el (custom-declare-variable): Just put symbol instead
36526 of (defvar . symbol) in `current-load-list'.
36528 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
36530 * emacs-lisp/elint.el: Fixed typo in Commentary section.
36532 2005-01-12 Jay Belanger <belanger@truman.edu>
36534 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
36535 to create a Calc summary.
36537 2005-01-12 Kim F. Storm <storm@cua.dk>
36539 * mouse.el (mouse-on-link-p): Change functionality and doc
36540 string to comply with latest description in lisp ref.
36542 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
36544 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
36545 Enable mouse clicks on mode-line, header-line and margin.
36546 (event-type): Give mouse event symbols an `event-kind' property
36547 with value `mouse-click'.
36549 2005-01-12 Juri Linkov <juri@jurta.org>
36551 * facemenu.el (list-colors-display): Add new arg buffer-name.
36552 Use it. Fix docstring. Replace code for identifying duplicate
36553 colors by the name with call to `list-colors-duplicates' which
36554 identifies duplicate colors by the value unless the color
36555 is one of special Windows colors. Set truncate-lines to t.
36556 Print sorted duplicate color names on each line. Indent to 22
36557 \(the longest color name in rgb.txt) instead of 20. Optimize.
36558 (list-colors-duplicates): New function.
36559 (facemenu-color-name-equal): Delete function.
36561 * facemenu.el (list-colors-print): New function created from code
36562 in list-colors-display. Print #RRGGBB at the window right edge.
36563 (list-colors-display): When temp-buffer-show-function is not
36564 defined, call list-colors-print from temp-buffer-show-hook
36565 to get the right value of window-width in list-colors-print
36566 after the buffer is displayed.
36568 * simple.el (pop-mark): Move deactivate-mark out of conditional
36569 part to deactivate the active mark regardless of the state of the
36572 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
36573 variables line in desktop files.
36575 2005-01-12 Juri Linkov <juri@jurta.org>
36577 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
36578 Bring together isearch highlight related options.
36579 (lazy-highlight): Replace group `replace' by `matching'.
36580 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36581 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36582 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
36583 and declare them obsolete.
36584 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
36585 (isearch-faces): Remove defgroup.
36586 (isearch-overlay, isearch-highlight, isearch-dehighlight):
36587 Move isearch highlighting code closer to lazy highlighting code.
36589 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
36590 (query-replace-highlight, query-replace-lazy-highlight)
36591 (query-replace): Move definitions to the beginning of the file.
36593 2005-01-11 Juri Linkov <juri@jurta.org>
36595 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
36596 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
36597 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
36599 * info.el (Info-history-forward): New variable.
36600 (Info-select-node): Reset Info-history-forward to nil.
36601 (Info-last): Turn into defalias.
36602 (Info-history-back): Rename from Info-last.
36603 Add current node to Info-history-forward.
36604 (Info-history-forward): New fun.
36605 (Info-mode-map): Replace Info-last by Info-history-back.
36606 Bind Info-history-forward to "r".
36607 (Info-mode-menu): Replace Info-last by Info-history-back.
36608 Fix menu item text. Add menu item for Info-history-forward.
36609 (info-tool-bar-map): Replace Info-last by Info-history-back.
36610 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
36611 for Info-history-forward.
36612 (Info-mode): Replace Info-last by Info-history-back in docstring.
36613 Add local variable Info-history-forward.
36614 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
36616 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
36618 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
36619 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
36620 Ignore select-window events rather than fiddle with
36621 mouse-autoselect-window.
36623 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
36625 * type-break.el (type-break-mode): Fix previous change.
36627 2005-01-10 Jay Belanger <belanger@truman.edu>
36629 * calc/calc-ext.el (calc-reset): Reset when inside embedded
36630 calculator; only reset when point is inside a calculator.
36631 Don't adjust the window height if the window takes up the whole height
36634 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
36636 * ebuff-menu.el (Electric-buffer-menu-mode):
36637 Preserve value of buffer-local var header-line-format.
36639 2005-01-09 Jay Belanger <belanger@truman.edu>
36641 * calc/calc.el (calc-mode-var-list-restore-saved-values):
36642 Make sure settings file exists before accessing it.
36644 * calc/calc-embed.el (calc-embedded-subst):
36645 Replace math-multi-subst-rec, which is only supposed to be called
36646 by math-multi-subst, by math-multi-subst.
36648 2005-01-09 Andre Spiegel <spiegel@gnu.org>
36650 * vc.el (vc-allow-async-revert): New user option.
36651 (vc-disable-async-diff): New internal variable.
36652 (vc-revert-buffer): Use them to disable asynchronous diff.
36654 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
36655 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
36656 asynchronously if vc-disable-async-diff is t.
36658 2005-01-09 Jay Belanger <belanger@truman.edu>
36660 * calc/calc.el (defcalcmodevar): New macro.
36661 (calc-mode-var-list-restore-default-values)
36662 (calc-mode-var-list-restore-saved-values): New functions.
36663 (calc-mode-var-list): Use defcalcmodevar to define it.
36664 (calc-always-load-extensions, calc-line-numbering)
36665 (calc-line-breaking, calc-display-just, calc-display-origin)
36666 (calc-number-radix, calc-leading-zeros, calc-group-digits)
36667 (calc-group-char, calc-point-char, calc-frac-format)
36668 (calc-prefer-frac, calc-hms-format, calc-date-format)
36669 (calc-float-format, calc-full-float-format, calc-complex-format)
36670 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
36671 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
36672 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
36673 (calc-matrix-brackets, calc-language, calc-language-option)
36674 (calc-left-label, calc-right-label, calc-word-size)
36675 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
36676 (calc-display-raw, calc-internal-prec, calc-angle-mode)
36677 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
36678 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
36679 (calc-window-height, calc-display-trail, calc-show-selections)
36680 (calc-use-selections, calc-assoc-selections)
36681 (calc-display-working-message, calc-auto-why, calc-timing)
36682 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
36683 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
36684 (calc-gnuplot-default-device, calc-gnuplot-default-output)
36685 (calc-gnuplot-print-device, calc-gnuplot-print-output)
36686 (calc-gnuplot-geometry, calc-graph-default-resolution)
36687 (calc-graph-default-resolution-3d, calc-invocation-macro)
36688 (calc-show-banner): Use defcalcmodevar to declare them and set
36689 their default values.
36691 * calc/calc-ext.el (calc-reset): Restore saved values of variables
36692 instead of default values (but restore default values if there is
36695 2005-01-09 David Kastrup <dak@gnu.org>
36697 * desktop.el (desktop-restore-eager): Fix typo in type.
36699 2005-01-08 Richard M. Stallman <rms@gnu.org>
36701 * cus-edit.el (customize): Delete :link.
36703 2005-01-08 Jay Belanger <belanger@truman.edu>
36705 * calc/calc.el (calc-mode): Remove the extension from the
36706 `calc-settings-file' file name when loading it.
36708 2005-01-08 Kim F. Storm <storm@cua.dk>
36710 * info.el (Info-mode-map, Info-next-link-keymap)
36711 (Info-prev-link-keymap, Info-up-link-keymap):
36712 Map follow-link to mouse-face.
36713 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
36715 2005-01-08 Jay Belanger <belanger@truman.edu>
36717 * calc/calc.el (calc-settings-file): Change default value.
36718 Suggested by cgw in a comment in calc-mode.el.
36720 * calc/calc-mode.el (calc-settings-file-name):
36721 Compare calc-settings-file to user-init-file instead of ~/.emacs.
36722 Replace ~/.emacs in a prompt by calc-settings-file.
36724 2005-01-07 Lars Hansen <larsh@math.ku.dk>
36726 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
36727 (desktop-lazy-idle-delay): New customizable variables.
36728 (desktop-buffer-args-list): New variable.
36729 (desktop-append-buffer-args): New function.
36730 (desktop-save): Call desktop-append-buffer-args for some buffers.
36731 (desktop-lazy-create-buffer): New function.
36732 (desktop-idle-create-buffers): New function.
36733 (desktop-read): Add message about buffers to restore lazily.
36734 (desktop-lazy-abort): New command.
36735 (desktop-clear): Call desktop-lazy-abort.
36736 (desktop-lazy-complete): New command.
36738 2005-01-06 Richard M. Stallman <rms@gnu.org>
36740 * emacs-lisp/find-func.el (find-face-definition):
36741 Rename from find-face.
36743 2005-01-06 Kim F. Storm <storm@cua.dk>
36745 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
36747 * man.el (Man-xref-man-page, Man-xref-header-file)
36748 (Man-xref-normal-file): Add follow-link property.
36750 2005-01-06 Jay Belanger <belanger@truman.edu>
36752 * calc/calc-units.el: Make sure the proper macro definitions are
36753 available when compiling.
36755 2005-01-06 Juri Linkov <juri@jurta.org>
36757 * isearch.el (isearch-lazy-highlight-update):
36758 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
36760 2005-01-06 Miles Bader <miles@gnu.org>
36762 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
36763 (isearch-lazy-highlight-face): Use new name.
36765 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
36767 * uniquify.el (uniquify-rationalize-file-buffer-names):
36768 Re-add an interactive spec.
36769 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
36772 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
36773 (isearch-update, isearch-done): Adjust calls accordingly.
36775 2005-01-05 Richard M. Stallman <rms@gnu.org>
36777 * custom.el (custom-set-variables, custom-theme-set-variables):
36778 Clarify documentation.
36780 * emacs-lisp/find-func.el (find-variable)
36781 (find-variable-other-window, find-variable-other-frame):
36782 Fix the TYPE args to find-function-read and find-function-do-it.
36783 (find-function): Doc fix.
36784 (find-function-at-point): Replace function-at-point alias.
36786 2005-01-04 Richard M. Stallman <rms@gnu.org>
36788 * cus-face.el (custom-declare-face):
36789 Record defface in current-load-list.
36791 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
36793 * emacs-lisp/find-func.el: Doc fixes.
36794 (find-face-regexp): New variable.
36795 (find-function-regexp-alist): New variable.
36796 (find-function-C-source): Third arg is now TYPE.
36797 (find-function-search-for-symbol): Handle general TYPE.
36798 (find-function-read, find-function-do-it): Handle general TYPE.
36799 (find-definition-noselect, find-face): New functions.
36800 (function-at-point): Alias deleted.
36802 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
36804 * battery.el (display-battery-mode): Rename from display-battery.
36805 Handle the case where it gets turned off.
36807 2005-01-04 Richard M. Stallman <rms@gnu.org>
36809 * cus-edit.el (customize): Make :link point to user doc.
36811 * man.el (Man-fontify-manpage): Turn off undo generation.
36813 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
36815 2005-01-04 Andreas Schwab <schwab@suse.de>
36817 * files.el (insert-directory): Only look for error lines in
36818 inserted text. Don't move too far after processing --dired markers.
36820 2005-01-04 Richard M. Stallman <rms@gnu.org>
36822 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
36823 Don't expand if the character is @, period, dash, etc.
36824 (define-mail-abbrev): Quote names that contain problem characters.
36826 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
36828 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
36830 2005-01-03 Richard M. Stallman <rms@gnu.org>
36832 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
36833 (query-replace-highlight, query-replace-lazy-highlight)
36834 (query-replace): Definitions moved up. Doc fix.
36836 2005-01-03 Richard M. Stallman <rms@gnu.org>
36838 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
36839 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
36840 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
36841 (lazy-highlight-face): Rename from isearch-lazy-...
36842 Change all references to them.
36844 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
36846 * cus-edit.el (custom-file): Doc fix for defcustom.
36847 (custom-file): The function no longer sets the variable
36848 `custom-file' to its return value.
36850 * startup.el (command-line): No longer load `custom-file'.
36852 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
36854 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
36856 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
36857 Don't confuse module-prefixed identifiers for labels.
36858 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
36860 2005-01-02 Richard M. Stallman <rms@gnu.org>
36862 * files.el (basic-save-buffer-1): Fix previous change.
36864 * loadhist.el (file-loadhist-lookup): New function.
36865 (file-provides, file-requires): Use it.
36867 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
36868 instead of calculating the right size.
36870 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
36872 * vc-svn.el (vc-svn-diff): Stay local if possible.
36874 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
36876 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
36878 * files.el (hack-local-variables): Fix last change.
36880 2005-01-02 Jay Belanger <belanger@truman.edu>
36882 * calc/calc-yank.el (calc-edit-top): New variable.
36883 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
36884 object. Change header properties.
36885 (calc-edit-finish, calc-edit-finish-stack-object)
36886 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
36888 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
36889 for the beginning of the edited object.
36890 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
36891 for the beginning of the edited object.
36892 * calc/calc-prog.el (calc-edit-macro-finish-edit)
36893 (calc-finish-formula-edit, calc-macro-repeats)
36894 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
36895 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
36896 beginning of the edited object.
36897 (calc-user-define-edit): Change the header for editing macros.
36898 Remove unnecessary variable.
36900 2005-01-01 Jay Belanger <belanger@truman.edu>
36902 * calc/calc-yank.el (calc-edit-mode): Change default header.
36903 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
36904 * calc/calc-store.el (calc-edit-variable): Change title to match new
36906 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
36907 mode to match new header.
36908 (calc-user-define-edit): Change titles to include names of commands.
36909 (calc-finish-formula-edit): Adjust to handle new header.
36910 (calc-finish-macro-edit): Remove.
36911 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
36912 (calc-edit-macro-command, calc-edit-macro-command-type)
36913 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
36914 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
36915 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
36916 (calc-edit-macro-finish-edit): New functions.
36917 (calc-user-define-edit): Use new functions to edit named calc macros.
36919 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
36921 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
36923 * ses.el (copy-region-as-kill): Deactivate mark.
36925 2005-01-01 Richard M. Stallman <rms@gnu.org>
36927 * replace.el (occur-1): If the output buffer is also an input,
36928 don't kill it, rename it.
36930 * faces.el (set-face-background, set-face-foreground): Doc fix.
36932 * cus-face.el (custom-face-attributes): Fix :help-echo strings
36933 for :foreground and :background.
36935 * dired.el (dired-view-command-alist): Variable deleted.
36936 (dired-view-file, dired-mouse-find-file-other-window):
36937 Delete the code to use it.
36939 2005-01-01 Kim F. Storm <storm@cua.dk>
36941 * image.el (insert-sliced-image): Use t for line-height property.
36943 See ChangeLog.11 for earlier changes.
36945 ;; Local Variables:
36946 ;; coding: iso-2022-7bit
36947 ;; add-log-time-zone-rule: t
36950 Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
36952 This file is part of GNU Emacs.
36954 GNU Emacs is free software; you can redistribute it and/or modify
36955 it under the terms of the GNU General Public License as published by
36956 the Free Software Foundation; either version 3, or (at your option)
36959 GNU Emacs is distributed in the hope that it will be useful,
36960 but WITHOUT ANY WARRANTY; without even the implied warranty of
36961 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
36962 GNU General Public License for more details.
36964 You should have received a copy of the GNU General Public License
36965 along with GNU Emacs; see the file COPYING. If not, write to the
36966 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
36967 Boston, MA 02110-1301, USA.
36969 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1